
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: #3d9eca;
    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.webp');
    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: #3d9eca;
    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: #3d9eca;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;

}

.top-bar ul li .cta-roundss i {
    color: #3d9eca;
    padding: 0 10px;
}

#globalHeader .logo.dsk {
    top: 47px
}

.toplinks .top li a span {
    color: #3d9eca;
}

@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 {
        position: unset !important;
        margin-right: 0 !important;
    }

    .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: #3d9eca;
    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: 30px;
}
.payment-logo {
    width: 80%;
    margin-top: 80px;
    margin-left: 18px;
}


.close-pop {
    position: absolute;
    right: -10px;
    top: -15px;
    display: inline-block;
    color: #ffffff;
    transform: scaleY(0.8);
    cursor: pointer;
    background: #3d9eca;
    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: #3d9eca;
        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: #3d9eca;
    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: #3d9eca;
    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: #3d9eca;
    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: #3d9eca;
}

.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: #3d9eca;
    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: #3d9eca;
    transition: 0.3s ease-in-out;
}



#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
background: white;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
width: 16px;
height: 16px;
margin: -8px 0 0 -8px;
background: transparent;
box-sizing: border-box;
border: 1px solid #24221F;
}


.form_sec{}
.form_sec .vertical-scrolling{}
.form_sec .vertical-scrolling h3{    font-size: 24px;
text-align: center;
font-weight: 700;
margin: 40px 0 0 0;}
.form_sec .vertical-scrolling h6{    font-size: 19px;
font-weight: 600;
color: #3d9eca;
padding: 50px 0 20px 0;}
.form_sec .vertical-scrolling .con_wrp{  }
.form_sec .vertical-scrolling .con_wrp .grp{display: block;
border: 2px solid #3d9eca;
padding: 5px;
margin: 0 0 6px 0;
background: #f1e8dd;}
.form_sec .vertical-scrolling .con_wrp .grp label{    vertical-align: middle; display: inline-block;width: 95%;margin: 0;font-size: 16px;color: #000;}
.form_sec .vertical-scrolling .con_wrp .grp label span{padding: 4px 10px;margin: 0 10px 0 0;border: 2px solid #ff5a43;text-align: center;font-size: 14px;color: #ff5a43;background: #fff;font-weight: 700;}
.form_sec .vertical-scrolling .con_wrp .grp input{display: inline-block;     vertical-align: middle; 
margin: 0 0 0px 0;}

.form_sec .vertical-scrolling .con_wrp button{padding: 8px 40px;font-weight: 700;border: 0;font-size: 16px;color: #fff;background-color: #3d9eca;}


.form_sec .vertical-scrolling p{
font-size: 18px;
font-weight: 600;
color: #3d9ecaa8;
padding: 0 0 20px 0;
}




input.chckbx{
height: auto;
width: 15px;
display: inline-block;
margin: -4px 10px 0 0;
vertical-align: middle;
}



input{outline: none !important;}




input[type=checkbox] {
position: relative;
cursor: pointer;
}
input[type=checkbox]:before {
content: "";
display: block;
position: absolute;
width: 16px;
height: 16px;
top: 0;
left: 0;
border: 2px solid #ff9a00;
border-radius: 3px;
background-color: white;
}
input[type=checkbox]:checked:after {
content: "";
display: block;
width: 5px;
height: 10px;
border: solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 2px;
left: 6px;

}

input[type=checkbox]:checked:before {
background: #3d9eca;
}






input[type=radio]:checked ~ label{
color: #E60019;
}


input[type='radio']:after {
width: 15px;
height: 15px;
border-radius: 15px;
top: -2px;
left: -1px;
position: relative;
background-color: #fff;
content: '';
display: inline-block;
visibility: visible;
border: 2px solid #999B9F;
}

input[type='radio']:checked:after {
width: 6px;
height: 7px;
border-radius: 15px;
top: -7px;
left: -12px;
position: relative;
background-color: #3d9eca;
content: '';
display: inline-block;
visibility: visible;
border: 2px solid #3d9eca;
}

input[type='radio']:checked:before {
width: 17px;
height: 17px;
border-radius: 15px;
top: -2px;
left: -1px;
position: relative;
background-color: #fff;
content: '';
display: inline-block;
visibility: visible;
border: 3px solid #fa4e36;
}

span.breakk {
display: block;
font-size: 15px;
padding: 20px 0;
}

input.inpt_field {
border-bottom: 1px solid #3d9eca;
padding: 10px 0;
}

input.sub_btn {
padding: 10px 50px;
font-weight: 700;
border: 0;
font-size: 16px;
color: #fff;
background-color: #3d9eca;
display: block;
margin: 15px 0 0 0;
}
#home-cards .contentContainer {
    padding-top: 285px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    z-index: 2;
}

/*Responsvie*/

@media only screen and (min-width: 300px) and (max-width: 519px){
section.form_sec {margin-top: 80px;}

#fp-nav { display: none !important;}

.form_sec .vertical-scrolling h3 {font-size: 16px; margin: -160px 0 0 0; } 

.form_sec .vertical-scrolling h6 {font-size: 13px; padding: 30px 0 15px 0;}

.form_sec .vertical-scrolling .con_wrp .grp label span {padding: 2px 4px;font-size: 8px;}

.form_sec .vertical-scrolling .con_wrp .grp label {width: 90%;font-size: 10px;}

input[type='radio']:checked:before { width: 15px;  height: 15px;border: 2px solid #fa4e36;}

input[type='radio']:checked:after { width: 5px;height: 5px;top: -7px;left: -11px;}

.upper_mar{    margin: -170px 0 0 0;}

.form_sec .vertical-scrolling p {  font-size: 10px;}

}
img.no-fliter {
    margin-top: 6px;
}

.white-header img.lit-logo {
    filter: brightness(0);
}
.u-userLauncherColor:not([disabled]) {
    background-color: #53b87c !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}
.evxlHd {
    padding: 0.571429rem 1rem;
    background: rgb(83 183 123) !important;
    color: rgb(0 0 0) !important;
}

ul.usefullinks li {
    margin-top: 0;
    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;
}

.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: #3d9eca;
    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#3d9eca;
}
section.copywrite {
    position: fixed;
    background: black;
    padding: 12px 0;
    color: #fff;
    bottom: 0;
    z-index: 20;
}
section.copywrite ul li {
    display: inline-block;
}
.foot_social li a i {
    background-color: #3d9eca;
    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;
}
.sticky .contentContainer {
    top: 60px;
}
ul.hasNobreak li {
    display: inline-block;
    width: 168px;
}
.gettext {
    border: 2px solid #aedfc1;
    padding: 60px 40px 60px 100px;
    margin-left: -15%;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background:#aedfc124;
}
.startedlist textarea{font-size: 14px;}
			    .leftbox h2 {
    font-size: 26px;
    text-align: center;
}
.leftbox {
    background: #3d9eca7a;
    padding: 86px 20px;
    border-radius: 10px;
}
.leftbox img {
    width: 60%;
}
.leftbox p {
    margin-bottom: 14px;
}
.leftbox .foot_social li a i {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.leftbox ul.foot_social{margin-top: 20px;}
.leftbox ul.foot_social li {
    display: inline-block;
}
.gettext {
    border: none;
    padding: 60px 20px 60px 20px;
    margin-left: 0;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: #aba3a314;
}
.startedlist input, .startedlist select{font-size: 14px;}


.thing-value-sec{
    background-image: url('../images/our-goals-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.secnd-fld{position: relative;
    z-index: 0;
}
.secnd-fld::before{
    content:"";
    width: 20%;
    height: 100%;
    position: absolute;
     background-image: url('../images/why-are-we-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left:0px;
     z-index: 1;
}
.secnd-fld::after{
    content:"";
    width: 20%;
    height: 100%;
    position: absolute;
     background-image: url('../images/why-are-we-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right:-50px;
    z-index: 1;
    top:0;
}

.cuthor_min{
    background-image: url('../images/author-spotlight-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.audio-box-sec{position: relative;}
.audio-box-sec::before {
    content: "";
    width: 16%;
    top: 16%;
    height: 100%;
    position: absolute;
    background-image: url('../images/section-one-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 0;
}
.audio-box-sec::after {
    content: "";
    width: 17%;
    height: 100%;
    position: absolute;
    background-image: url('../images/section-one-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: -1;
    top: 16%;
}
.aftr_banner_form{
    position: relative;
    z-index: 0;
}
.aftr_banner_form::before {
    content: "";
    width: 16%;
    top: 0;
    height: 100%;
    position: absolute;
    background-image: url('../images/secton-one-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.aftr_banner_form::after {
    content: "";
    width: 17%;
    height: 100%;
    position: absolute;
    background-image: url('../images/secton-one-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 16%;
}
.best_seller_sec{position: relative;z-index: 0;}
.best_seller_sec::before {
    content: "";
    width: 16%;
    top: 16%;
    display: block;
    height: 100%;
    position: absolute;
    background-image: url('../images/bring-your-stiry-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.best_seller_sec::after {
    content: "";
    width: 17%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/bring-your-stiry-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 16%;
}
.icn-bx-sec{position: relative;}
.icn-bx-sec::before {
    content: "";
    width: 16%;
    top: 0;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/why-our-biography-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.icn-bx-sec::after {
    content: "";
    width: 17%;
     display: block;
    height: 100%;
    position: absolute;
    background-image: url('../images/why-our-biography-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 16%;
}
.steps_sec {
    position: relative;
}
.steps_sec::before {
    content: "";
    width: 14%;
    top: 16%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/childsection-one-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.steps_sec::after {
    content: "";
    width: 14%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/childsection-one-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 20%;
}
.wht-cn-we-offr,.stylus-sec {position: relative;}
.wht-cn-we-offr::before,.stylus-sec::before {
    content: "";
    width: 10%;
    top: 50%;
    height: 100%;
    position: absolute;
    background-image: url('../images/we-write-for-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
     display: block;
    z-index: 1;
}
.wht-cn-we-offr::after,.stylus-sec::after {
    content: "";
    width: 8%;
    height: 100%;
    position: absolute;
    background-image: url('../images/we-write-for-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 40px;
     display: block;
    z-index: 1;
    top: -2%;
}
.thrdclass{position: relative;}
.thrdclass::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.thrdclass::after {
    content: "";
    width: 14%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}

.destinatin-sec{position: relative;}
.destinatin-sec::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/illustrating-your-vision-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.destinatin-sec::after {
    content: "";
    width: 14%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/illustrating-your-vision-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}
.what-boxwrp{position: relative;}
.what-boxwrp::before {
    content: "";
    width: 14%;
    top: 0%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/top-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.what-boxwrp::after {
    content: "";
    width: 8%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/our-design-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 10%;
}
.bk-ccover-sec{position: relative;}
.bk-ccover-sec::before {
    content: "";
    width: 14%;
    top: 74%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/interior-design-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.bk-ccover-sec::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/interior-design-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 6%;
}
.service_sec{position: relative;}
.service_sec::before {
    content: "";
    width: 14%;
    top: 74%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/editing-2nd-section-left-side-inkpot.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.service_sec::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-2nd-section-right-side-leave.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 6%;
}
.our_editor{position: relative;}
.our_editor::before {
    content: "";
    width: 14%;
    top: 74%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/editing-left-side-book.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.our_editor::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-right-side-page.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 6%;
}
.submiss-sec::before {
    content: "";
    width: 14%;
    top: 52%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/editing-left-side-book.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.submiss-sec::after {
    content: "";
    width: 6%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-right-side-page.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    z-index: 1;
    top: -1%;
}
.firstwrp{position: relative;}
.firstwrp::before {
    content: "";
    width: 14%;
    top: 100%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/left-img-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.firstwrp::after {
    content: "";
    width: 16%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/right-img-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 6%;
}
.first-publish::before {
    content: "";
    width: 14%;
    top: 74%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/editing-2nd-section-left-side-inkpot.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.first-publish::after {
    content: "";
    width: 12%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-2nd-section-right-side-leave.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 2%;
    z-index: 1;
    top: 0%;
}
.sec-publish,.submiss-sec{position: relative;}

.sec-publish::before {
    content: "";
    width: 18%;
    top: 74%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/left-img-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 41px;
    z-index: 1;
}


.book-print,.client-sec,.subscribe-wrap{position: relative;}
.subscribe-wrap::before {
    content: "";
    width: 28%;
    top: 20%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/interior-design-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: -72%;
    z-index: 1;
}
.subscribe-wrap::after {
    content: "";
    width: 36%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/illustrating-your-vision-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -90%;
    z-index: 1;
    top: -6%;
}
.client-sec::before {
    content: "";
    width: 16%;
    top: 18%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/printingsection-one-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.client-sec::after {
    content: "";
    width: 18%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/printingsection-one-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 16px;
    z-index: 1;
    top: 6%;
}
.book-print::before {
    content: "";
    width: 14%;
    top: 3%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/printingsection-one-left.png');
    background-size: contain;
    background-repeat: repeat;
    left: 0px;
    z-index: 1;
}
.book-print::after {
    content: "";
    width: 13%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/printingsection-one-right.png');
    background-size: contain;
    background-repeat: repeat;
    right: 80px;
    z-index: 1;
    top: 6%;
}

.wordl-glode-sec,.mark-first,.imgg_sec{position: relative;}
.imgg_sec::before {
    content: "";
    width: 15%;
    top: 58%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/your-book-on-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 1%;
    z-index: 1;
}
.imgg_sec::after {
    content: "";
    width: 12%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/your-book-on-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 26px;
    z-index: 1;
    top: 29%;
}
.mark-first::before {
    content: "";
    width: 10%;
    top: 80%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/your-book-on-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
}
.mark-first::after {
    content: "";
    width: 15%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/your-book-on-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 3%;
}
.wordl-glode-sec::before {
    content: "";
    width: 10%;
    top: 74%;
    height: 100%;
     display: block;
    position: absolute;
    background-image: url('../images/your-book-on-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.wordl-glode-sec::after {
    content: "";
    width: 12%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/your-book-on-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 80px;
    z-index: 1;
    top: 6%;
}
.thre-bolk-sec{position: relative;
     background-image: url('../images/publishing/Set-Your-Book-For-Success-BG.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gettext::before {
    content: "";
    width: 20%;
    top: -10%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/bring-your-story-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    z-index: 1;
}
.gettext::after {
    content: "";
    width: 15%;
    bottom: -88%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/left3.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -58px;
    z-index: 1;
}
section.getstartedsec{position: relative;}
section.getstartedsec::before {
    content: "";
    width: 7%;
    top: 13%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/interior-design-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 149px;
    z-index: 1;
}
section.getstartedsec::after {
    content: "";
    width: 6%;
    bottom: -83%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/make-your-cover-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    z-index: 1;
}
.share_deatils,.cta-grey-section,.superior-quality-sec ,.icn-bx-sec,#home-about .full,.video-portfolio,.first-publish,.sec-publish{position: relative;}
.share_deatils::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.cta-grey-section::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}
.cta-grey-section::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.share_deatils::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}
.superior-quality-sec::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.superior-quality-sec::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}
#footer-cta .cta-row,.signup-form,.leftbox {
    position: relative;
}
.signup-form::before {
    content: "";
    width: 16%;
    top: 75%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-2nd-section-left-side-inkpot.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -47px;
    z-index: 1;
}
.signup-form::after {
    content: "";
    width: 10%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/illustrating-your-vision-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 6%;
}
#footer-cta .cta-row::before {
    content: "";
    width: 16%;
    top: 85%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-2nd-section-left-side-inkpot.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: -92px;
    z-index: 1;
}
#footer-cta .cta-row::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/illustrating-your-vision-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: -62%;
}
.icn-bx-sec::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.icn-bx-sec::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}
.leftbox::before {
    content: "";
    width: 40%;
    top: 63%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: -180px;
    z-index: 1;
}
.leftbox::after {
    content: "";
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: -30%;
    z-index: 1;
    top: -7%;
}
.full::before {
    content: "";
    width: 14%;
    top: 58%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/which-style-would-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.full::after {
    content: "";
    width: 14%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/children-book-ghostwriting-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: 10%;
}
.index-sec2 {
    position: relative;
}
.index-sec2::before {
    content: "";
    width: 15%;
    top: -36%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-left-side-book.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 1;
}
.index-sec2::after {
    content: "";
    width: 12%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-right-side-page.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 1;
    top: -30%;
}
.video-portfolio::before {
    content: "";
    width: 20%;
    top: -10%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/bring-your-story-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    z-index: 1;
}
#features-app{position: relative;}
#features-app::before {
    content: "";
    width: 20%;
    top: 4%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-left-side-book.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 3;
}
#features-app::after {
    content: "";
    width: 12%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../images/editing-right-side-page.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    z-index: 2;
    top: -24%;
}
img.cards-logo {width: 40%;}

.service_sec .modal-dialog {
    max-width: 90%;}
.edit-modal img{
    filter: brightness(2.5);
    margin-right: 20px;
    width: 5%;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #fff;
    opacity: 1;
}
.edit-modal h5 {
    font-size: 34px;
    color: #fff;
}
.edit-modal ul li{margin-left: 20px;list-style: circle;font-size: 14px;}
.edit-modal p{
    line-height: 20px!important;
    font-size: 14px;
}
.edit-modal h3 {
    font-style: normal;
    color: #3d9eca;
    margin-bottom:0;
}
.edit-modal h4 {
    text-align: left;
    margin: 20px 0 10px;
    font-style: italic;
    color: #3d9eca;
}
.edit-modal .modal-body,.edit-modal .modal-header{padding: 20px 40px;}
.edit-modal .modal-body{ background: #fff;padding: 0px 40px 20px 40px;}
.edit-modal .modal-header{   background-image: linear-gradient(#52bf7e, #185431);border-radius:0;}
.edit-modal .modal-footer button {
    background: #3d9eca;
    color: #fff;
}
.wrapper-bx {
    padding: 20px 10px;
    text-align: center;
    background: #c7fbdc;
    min-height: 346px;
}
.submiss-sec {
    background-color: #e6fff0;
}
.about-bototm-txt::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #3d9eca70;
    left: 0;
    top: 0;
}
.about-bototm-txt{padding-bottom:40px;margin-bottom:20px;}
#footer-cta .cta-row {
    background: #3d9eca82;
    width: 100%;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
    border-radius: 20px;
}
#footer-cta .word-wrap .ornament{left: 32%;}
section.copywrite a:hover {
    color: #fff;
}
/*Responsiveness SH*/

/* 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;}
    .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: 34px;}
    #globalMenu.sticky{top: -28px;position:fixed;}
    #globalMenu .menu-scroller{top:14px;}
    section.copywrite p{font-size: 9px;}
    .foot_social li a i {width: 20px;height: 20px;font-size: 8px;}
    ul.foot_social {margin-top: 0px;}
    #globalFooter .row.main { margin-top: 10px;}
    .subscribe-wrap { padding: 6px 0 40px 0;}
    .icon-box {font-size: 14px; margin-top: 14px; width: 30px; height: 30px; padding: 6px 2px;}
    .top-bar p a {padding: 6px 3px;font-size: 10px;margin-top: 8px;}
    .top-bar .col-md-5.m-auto { DISPLAY: none;}
    .col-md-3.m-auto.text-right a {position: absolute;top: -50px;right: 0;z-index: 16;}
    #home-hero{padding-top: 140px;}
    #globalMenu .menu-btn {top: 34px;}
    #globalHeader .logo.stk .logo-dot { position: absolute; left: 0px; top: 0px; width: 105px; height: 75px;}
    #globalHeader .sticky-bar{top: 55px;}
    #globalMenu .menu-inner { padding: 100px 25px 35px; background-color: #f5f6f0;}
    .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;}
    .white-header img.lit-logo {filter: brightness(10);filter: invert(1);}
    .secnd-fld::before,.secnd-fld::after,.audio-box-sec::after,.audio-box-sec::before,.best_seller_sec::after,.best_seller_sec::before,.subscribe-wrap::after,.subscribe-wrap::before{ display: none;}
    .cuthor_min{background-image; none;}
    .best_seller_sec::before,.best_seller_sec::after,.aftr_banner_form::after,.aftr_banner_form::before,.icn-bx-sec::before,.icn-bx-sec::after,
    .wht-cn-we-offr::before,.wht-cn-we-offr::after,.stylus-sec::before,.stylus-sec::after,
    .superior-quality-sec::after,.superior-quality-sec::before,.share_deatils::after,.share_deatils::before
    ,section.getstartedsec::after,section.getstartedsec::before,.gettext::after,.gettext::before,.firstwrp::before,.firstwrp::after{display: none;}
    section.getstartedsec{padding-top: 55px!important; padding-left:0!important;padding-right:0!important;}
    .gettext{margin-left:0!important;padding: 20px 0;margin-top: 8%;}
    .edit-modal h5 {font-size: 28px;  color: #000;}
    .service_sec .modal-dialog { max-width: 100%;}
    #globalHeader .logo.dsk{top: 36px;}#globalHeader .logo.dsk{width: 180px;}.index-sec2::before{top: -46%;width: 36%;}.index-sec2::after{width: 30%;top: -44%;}.full::before{top: -10%;}
    .full::before{top: -4%;width: 34%;}.icn-bx-sec::before,.icn-bx-sec::after{display: none;}
    .icn-bx-sec::before,.icn-bx-sec::after{display: none;}
    #globalHeader .logo.stk .logo-dot { top: -20px; width: 176px;}img.lit-logo {margin-left: -27px;margin-top: 36px;}#footer-cta{padding-bottom:0;}
    #tier-hero {padding-top: 164px;}.cuthor_min{background-size: contain;}.imgg_sec::after{top: 70%;width: 18%;}.mark-first::before{display: none;}
    .mark-first::after{width: 28%;right:38px;}.client-sec::before,.client-sec::after,.bk-ccover-sec::before,.what-boxwrp::after,.destinatin-sec::before{display: none;}
    .int-screens {padding-top: 50px;}.video-portfolio-slider::after { background: #95e59899;}
    .our_editor::before,.our_editor::after,.service_sec::after,.service_sec::before,.book-print::before,.book-print::after{display: none;}
    .book-print::before,.book-print::after,.submiss-sec::before,.submiss-sec::after,.wordl-glode-sec::after,.wordl-glode-sec::before,.first-publish::after,.first-publish::before{display: none!important;}
}


/* ipad */
@media screen and (min-width: 768px)  and (max-width: 1023px) {
    #globalHeader .logo.stk{position: fixed;}
    .book-slider .slick-slide{height: 150px;}
    #globalMenu .menu-inner {padding: 60px 25px 35px;}
    #features-app header .hw-font {font-size: 50px;}
    p.hasNobreak {text-align: center;margin: 0 80px;}
    .icon-box{margin-right: 8px;}
    .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;}
    #home-hero{padding-top: 140px;}
    #globalHeader .sticky-bar{top: 53px;}
    #globalHeader .logo.stk{top: 80px;}
    #globalMenu.sticky .menu-btn { transform: translateY(-6px);  top: 74px;}
    ul.hasNobreak li {  display: inline-block;  width: 154px;}
    #globalHeader .logo.dsk{width: 160px; top: 40px;}
    #tier-hero {padding-top: 130px;}
    #globalHeader .logo.stk .logo-dot {position: absolute;left: 0px;top: -20px;width: 170px;height: 69px;}
    .secnd-fld::before,.secnd-fld::after,.audio-box-sec::after,.audio-box-sec::before,.best_seller_sec::after,.best_seller_sec::before,
    section.getstartedsec::after,section.getstartedsec::before,.gettext::after,.gettext::before,.firstwrp::before,.firstwrp::after{ display: none;}
    .cuthor_min{background-size: contain;}
    .best_seller_sec::before,.best_seller_sec::after,.aftr_banner_form::after,.aftr_banner_form::before,.icn-bx-sec::before,
    .icn-bx-sec::after,.wht-cn-we-offr::before,.wht-cn-we-offr::after,.stylus-sec::before,.stylus-sec::after
    ,.superior-quality-sec::after,.book-print::before,.book-print::after
     ,.superior-quality-sec::before,.share_deatils::after,.share_deatils::before{display: none;}
    .gettext {padding: 60px 10px 60px 32px;}
    .icn-bx-sec::before{top: 95%;}.index-sec2::before{top: 6%;}.index-sec2::after{top: -6%;}.icn-bx-sec::after{top: -2%;}#footer-cta .cta-row::before{top: 106%;left:-12px;}
    .icn-bx-sec::before{top: 93%;}.subscribe-wrap::after{width: 20%;right: -149px;}.subscribe-wrap::before {width: 16%; top: 46%;left: -100px;}
    .mark-first::after{top: 1%;right: 13px;width: 10%;}.client-sec::after,.client-sec::before{background-repeat: repeat-y;}.client-sec::before{top: 4%;}
    .our_editor::before{top: -10%;}.book-print::before,.book-print::after,.first-publish::after{display: none!important;}
}

/* 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: 76px;}
    .book-slider .slick-slide { margin: 0 10px; height: 220px;}
    /*.fiction-banner img{height: 56vh;}*/
    #globalMenu .menu-inner { padding: 85px 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;}
    .top-bar p { font-size: 10px;}
    .icon-box{width: 26px; height: 26px;}
    #home-hero{padding-top: 160px;}
    section.copywrite p{font-size: 10px;}
    .foot_social li a i {width: 20px;height: 20px;font-size: 8px;}
    .top-bar p a.pnum{font-size: 8px;}
    .cuthor_min{background-size: contain;}
    .secnd-fld::before,.secnd-fld::after,.audio-box-sec::after,.audio-box-sec::before,.best_seller_sec::after,.best_seller_sec::before,.book-print::before,.book-print::after{display: none;}
     .best_seller_sec::before,.best_seller_sec::after,.aftr_banner_form::after,.aftr_banner_form::before,.icn-bx-sec::before,
     .icn-bx-sec::after,.wht-cn-we-offr::before,.wht-cn-we-offr::after,.stylus-sec::before,.stylus-sec::after,.superior-quality-sec::after
     ,.superior-quality-sec::before,.share_deatils::after,.share_deatils::before,.firstwrp::before,.firstwrp::after
     {display: none;}.icn-bx-sec::before{top: 88%;}.subscribe-wrap::before{left: -42%;}.subscribe-wrap::after{right: -54%;width: 25%;}#footer-cta .cta-row::before{top: 96%;left: -21px;}
     .thing-box{height: 330px;}.client-sec::after{width: 14%;}.client-sec::before{width: 14%;top: 30%;}
     .destinatin-sec::before{top: 77%;}.video-portfolio::before {width: 11%;top: 85%;left: -6px;}
     .book-print::before,.book-print::after{display: none!important;}
}

/* laptop */
@media screen and (min-width: 1365px) and ( max-width: 1800px) {
    .protext-log > img {width: 15%;}
    #globalHeader .logo.stk .logo-dot {left: -15px;}
    .cuthor_min{background-size: contain;}
    .fiction-banner img{height: 85vh;}
    img.cards-logo {width: 50%;}
}


@media (max-width: 1600px){
    .best_seller_sec::before,.best_seller_sec::after,.aftr_banner_form::after,.aftr_banner_form::before,.icn-bx-sec::before,
    .icn-bx-sec::after,.wht-cn-we-offr::before,.wht-cn-we-offr::after,.stylus-sec::before,.stylus-sec::after
    ,.what-boxwrp::before{display: none;}
    .destinatin-sec::after{right: -50px;}
    .bk-ccover-sec::after {right: 0;top: 0%;}
    .bk-ccover-sec::before {  width: 10%; top: 80%;left: 55px;}
    .thrdclass::after{right: -40px;}
    .thrdclass::before{left: -40px;}
    .protext-log > img{width: 28%;}
    #globalFooter .row.main .col[data-num="2"] {
    width: 20%;
    max-width: 170px;}
    .service_sec::after { width: 10%;right: 36px;top: 6%;}
    .our_editor::before{top: -32%;}
    .our_editor::after {width: 9%;right: 24px; z-index: 1; top: -10%;}
    .firstwrp::after {width: 12%;right: 20px;top: 30%;}
    .firstwrp::before {width: 14%;top: 121%; left: 12px;}
    .wordl-glode-sec::before{top: 77%;}
    img.cards-logo {width: 88%;}
    #globalFooter .row.main .col[data-num="1"]{max-width: 430px;}
    .superior-quality-sec::before{left: -75px;}.superior-quality-sec::after{top: 2%;right: -27px;}
    .share_deatils::before{left: -67px;}.share_deatils::after{top: 0;right: -18px;}.cta-grey-section::before{top: 84%;}
    .icn-bx-sec::after,.icn-bx-sec::before,.full::before,.full::after,.video-portfolio::before,.book-print::before,.book-print::after{display: block;}.icn-bx-sec::before{top:90% ;}.icn-bx-sec::after{top: -10%;}.full::before { content: ""; width: 22%; top: -24%;}
    .full::after{top: 74%; width: 20%;}.video-portfolio::before { width: 15%; top: 75%; left: -37px;}
    .book-print::before{width: 10%; top: 0;}.book-print::after{width: 10%; right: 26px; top: 1%;}
    .icn-bx-sec::before{height: 50%;}
}


