body {
    /*  font-family: 'Nunito', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

:root {
    --primary-color: #b40b2d;
    --secondary-color: #ffcf00;
    --bg-light-blue: #eaf0ff;
    --body-font-color: #181617;
    --white-color: #ffffff;
    --black-color: #000000;
    --heading-colors: #162231;
    --footer-bg: #0b0916;
    --innersubtitle: #0c043d;
}


#header .btn-rq {
    margin-bottom: 0;
    padding: 10px 5px 10px 5px;
    border: 2px solid var(--primary-color);
}

/* Header Css Start*/
/* Top Bar Css Start*/

.top-righ-first a {
    color: var(--black-color);
    text-decoration: none;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
}

.top-righ-first a svg {
    color: var(--primary-color);
    margin-right: 10px;
}

.top-right a {
    color: var(--black-color);
    text-decoration: none;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
}

.top-right a img {
    color: var(--primary-color);
    margin-right: 8px;
}

.top-right .top-box {
    /* display: flex;
    align-items: center;
    justify-content: end;*/
    display: flex;
    align-items: center;
    justify-content: end;
    border: 2px solid #012861;
    padding: 8px 27px;
    border-radius: 5px;
}

.top-right .top-box .icon-img {
    margin-right: 10px;
}

.top-right .top-box .top-text {
    display: grid;
}

.top-right .top-box .top-text span {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.top-right .top-box .top-text a {
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-color);
}

.top-right .top-box .top-text .chat-click {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
    line-height: 1;
    text-decoration: none;
}

.btn-rq2 {
    border: 2px solid var(--primary-color) !important;
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    padding: 10px 25px 10px 25px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 4px;
    max-width: 192px;
    /* width: 100%; */
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}

.lp-banner .btn-rq2 {
    color: #fff;
}

.lp-banner .btn-rq2 .circle {
    color: #fff;
}

header.scrolled .btn-rq2 {
    color: #000;
}

.lp-banner .centerBannerImg {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 40%;
    z-index: 0;
}

.btn-rq2 .circle {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: var(--primary-color);
    margin-right: 8px;
    border: 0;
    border-radius: 50%;
}

.btn-rq2 .circle img {
    margin: 0;
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(11deg) brightness(102%) contrast(106%);
}

.btn-rq {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    padding: 10px 5px 10px 5px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 4px;
    /* max-width: 180px; */
    width: 100%;
    margin-bottom: 20px;
    text-transform: none;
    /*letter-spacing: 1px;*/
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}

.btn-rq .circle {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: var(--secondary-color);
    margin-right: 4px;
    border: 0;
    border-radius: 50%;
}

.btn-rq .circle img {
    margin: 0;
}

/*.btn-rq:hover{
    background-color:#000000;

}*/



.btn-rq:hover {
    border: 0px solid #071982;
    color: #fff !important;
}

.btn-rq::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #111;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.btn-rq::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: var(--secondary-color);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.btn-rq:hover::before,
.btn-rq:hover::before {
    opacity: 1;
    width: 116%;
}

.btn-rq:hover::after,
.btn-rq:hover::after {
    opacity: 1;
    width: 120%;
}


a {
    text-decoration: none;
}

.theme-p .icons svg {
    filter: brightness(0) saturate(100%) invert(83%) sepia(47%) saturate(3222%) hue-rotate(1deg) brightness(106%) contrast(101%);
    font-size: 17px;
}

.theme-p .rating-number {
    padding: 0 10px 0 0;
}

.rating-cont p span.rating-incrementor {
    color: #ffc000;
    font-weight: 600;
}

#header {
    transition: all 0.5s;
    z-index: 997;
    /*padding: 15px 0 20px 0;*/
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #bdb7b1;
    background: #fff;
}

#header.header-scrolled {
    padding: 5px 0 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: var(--white-color);
}

#header .logo img {
    display: flex;
    flex: 1 0 100px;
    /* padding-top: 20px; */
    /*max-width: 250px;*/
    max-width: 150px;
}

#header.scrolled {
    background-color: #fff;
}


.top-box {
    display: flex;
    /* align-items: center;*/
    justify-content: end;
}

.top-box .icon-img {
    margin-right: 10px;
}

.top-box .top-text {
    display: grid;
}

.top-box .top-text span {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.top-box .top-text a {
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-color);
}

.top-box .top-text .chat-click {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
    line-height: 1;
    text-decoration: none;
}

/* Header Css Start*/
/* Main Banner Css Endt*/
.lp-banner {
    background-image: url(/lp/assets/ghost/main-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 740px;
    /* display: flex;*/
    align-items: center;
    /*  padding-top: 200px;*/
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}

#wrapper {
    /* max-width: 350px; */
    width: 100%;
    background-color: transparent;
    /*position: relative;*/
    position: absolute;
    bottom: 0;
    /*overflow: hidden;*/
    margin: 0 auto;
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
    /*padding: 0 15px 0;*/
    border: 2px solid #fff;
    border-bottom: 0;
    border-radius: 35px 35px 0 0;
}

#curved {
    /*width: 110%;*/
    text-align: center;
    /*background: #0D6EFD;*/
    padding: 5px 0;
    /*border-radius: 0px 0px 70% 70%;*/
    border-bottom: 2px solid #fff;
    position: relative;
    /*margin-left: -5%;
    box-shadow: 0 15px 0px 0px #4590FF;
    animation: curvedshadow 4s ease infinite;*/
    margin-bottom: 26px;
    position: relative;
}

#curved span {
    position: absolute;
    left: 0;
    content: ".";
    font-size: 100px;
    height: 80px;
    width: 80px;
    color: #fff;
    border-radius: 50%;
}

#curved .bi-three-dots {
    font-size: calc(45px + (90 - 45) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    position: absolute;
    top: -23px;
    left: 10px;
    padding: 0 10px 0 0;
}

@keyframes curvedshadow {
    0% {
        box-shadow: 10px 10px 0px 0px #4590FF;
    }

    50% {
        box-shadow: -10px 10px 0px 0px #4590FF;
    }

    100% {
        box-shadow: 10px 10px 0px 0px #4590FF;
    }
}

.lp-banner-content {
    /*padding-top: 50px;*/
}

.lp-banner-content h5 {
    /*  font-size: calc(16px + (29 - 16) * ((100vw - 300px) / (1920 - 300)));*/
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    display: inline-block;
    color: #fff;
    /*background-color: var(--secondary-color);*/
    padding: 5px 8px;
    text-transform: uppercase;
    /* font-weight:bold;*/
    font-weight: 400;
    margin: 0;
}

.lp-banner-content h1 {
    font-size: calc(26px + (50 - 26) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1;
}

.lp-banner-content h1 span {
    color: #ffc000;
}

.lp-banner-content h6 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    display: inline-block;
    color: #fff;
    background-color: var(--primary-color);
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.lp-banner-content p {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    display: inline-block;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.lp-banner-content .rating-cont p {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    margin: 0;
}

.lp-banner-content .trust-author-rating {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 25px;
}

.lp-banner .theme-p {
    color: #fff;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.main-btn-holder {
    display: flex;
    /*justify-content:space-between;*/
}

.btn-box {
    max-width: 250px;
    margin-right: 40px;
}

.btn-rq1 {
    /*   padding: 10px 40px 10px 12px;
    max-width: 250px;
    font-size: calc(14px + (19 - 14) * ((100vw - 300px) / (1920 - 300)));*/
    padding: 10px 5px 10px 5px;
    max-width: 250px;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
}

.top-box1 .top-text .chat-click {
    color: var(--black-color);
    font-size: calc(14px + (19 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.logo-slider {
    background-color: #ffffffc9;
    padding: 5px 0;
}

.form-box.lp-book-editing {
    max-width: 620px;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    /*padding: 100px 30px 60px 75px !important;*/
    background-position: center;
    position: relative;
}

.form-box.lp-book-editing input {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    height: 35px;
    color: #fff;
    font-size: calc(11px + (14 - 11) * ((100vw - 300px) / (1920 - 300)));
}

.form-btm-icons {
    display: flex;
    gap: 10px;
}

.form-btm-icons img {
    max-width: 40px;
    height: auto;
    max-height: 50px;
    padding: 0 0 10px 0;
}

.form-btm-icons span {
    color: #ffc000;
    font-weight: 700;
}

.form-btm-icons p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
}

.form-box.lp-book-editing .primary-btn {
    color: #000;
    font-weight: 600 !important;
    width: 100% !important;
    font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (1920 - 300))) !important;
}

.lp-book-editing .primary-btn {
    background-color: #ffc000 !important;
    border: 0 !important;
    padding: 5px 10px;
    width: auto !important;
    height: auto !important;
    font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300))) !important;
    font-weight: 400 !important;
}

.lp-book-editing .primary-btn:hover {
    background-color: transparent !important;
    color: #ffc000 !important;
}

.form-padding {
    padding: 30px 10px 80px 35px;
}

.lp-banner .book-shape {
    position: absolute;
    left: -25%;
    bottom: 0;
}

.discount {
    position: absolute;
    /* border-radius: 50%;
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(252,210,28) 0%, rgb(244,190,20) 84%, rgb(235,169,11) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(252,210,28) 0%, rgb(244,190,20) 84%, rgb(235,169,11) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(252,210,28) 0%, rgb(244,190,20) 84%, rgb(235,169,11) 100%);*/
    width: 136px;
    height: 136px;
    z-index: 9;
    top: -50px;
    right: -50px;
    display: flow-root;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: var(--black-color);
    padding: 10px;
}

.discount label {
    font-size: calc(18px + (27 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--black-color);
}

.form-box label {
    color: var(--white-color);
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin: 0;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lp-banner-content h1 span {
    position: relative;
}

/*.lp-banner-content h1 span::after {
    position: absolute;
    content: "";
    right: -100px;
    top: -20px;
    width: 147px;
    max-width: 100%;
    height: 38px;
    background: url(../images/mix/arrow-to-form.png);
}*/
.lp-banner-content h1 span.arrow-pointing::after {
    position: absolute;
    content: "";
    right: -100px;
    top: -20px;
    width: 147px;
    max-width: 100%;
    height: 38px;
    background: url(../images/mix/arrow-to-form.png);
}

.banner-partner-logos {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 100%;
    /* margin: 0 0 25px 0; */
}

.banner-partner-logos img {
    max-width: 400px;
    height: auto;
}

.form-box p {
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 700;
}

.form-box input,
.form-box select {
    background-color: rgb(243, 243, 243);
    height: 50px;
    border: 1px solid #646060;
    border-radius: 3px;
    padding: 5px 20px;
    width: 100%;
    color: #646060;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.form-box h2 {
    color: var(--white-color);
    /* border-bottom: 1px solid black; */
    /* font-size: calc(24px + (45 - 24) * ((100vw - 300px) / (1920 - 300))); */
    font-size: calc(19px + (30 - 19) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    text-align: left;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    text-align: center;
    display: inline;
    margin: 0;
    padding: 5px 0;
}

/*form-box h2 pulse2 {
    
}*/

.form-box .js-submit {
    background-color: #0D6EFD;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 4px;
    color: var(--white-color);
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.banner-bottom {
    border-top: 1px solid #000;
    padding: 20px 0;
    text-align: center;
    margin-top: 25px;
}

.banner-bottom h6 {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.we-sec {
    position: relative;
    padding: 60px 0;
}

.we-sec h6 {
    font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #0c0a0d;
    margin: 0;
    text-transform: uppercase;
}

.common-title {
    color: var(--primary-color);
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    text-transform: uppercase;
    /* text-align: center;*/
}

.common-title span {
    color: #0c0a0d;
    background-color: var(--secondary-color);
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
}

.we-box {
    display: flex;
    /*align-items:center;*/
    margin-bottom: 20px;
}

.we-box .we-icon {
    /* border-left: 3px solid var(--secondary-color);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);*/
    margin-right: 10px;
    /*display: flex;
        align-items: center;
        justify-content: center;*/
}

.we-box .we-icon img {
    width: 71px;
    height: auto;
}

.we-box .we-text {
    margin-left: 25px;
}

.we-box .we-text h5 {
    font-size: calc(18px + (21 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #0c0a0d;
}

.we-box .we-text p {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #190f0f;
}

.amazing-sec {
    background-color: #fffefc;
    padding: 60px 0;
    position: relative;
}

.amaze-box {
    margin-bottom: 25px;
    border: 0;
    border-radius: 12px;
    background-image: url('../../../assets/ghost/box-bg.png');
    background-repeat: no-repeat;
    background-color: #fbf8f0;
    padding: 25px 35px;
    position: relative;
    background-size: cover;
    min-height: 380px;
}

.amaze-box .amaz-icon {
    margin-bottom: 20px;
}

.amaze-box .amaz-text h5 {
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #012861;
    /*text-transform: uppercase;*/
    margin: 0;
}

.azcl1 {
    background-image: url('../../../assets/ghost/box-bg.png');
}

.amaze-box .amaz-text p {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #636161;
}

.years-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

.years-sec h1 {
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #012861;
    text-transform: uppercase;
    margin-bottom: 0;
}

.years-sec h2 {
    font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: #0c0a0d;
    /*background-color: var(--secondary-color);*/
    display: inline-block;
    padding: 2px;
    line-height: 1;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.years-sec h3 {
    font-size: calc(20px + (42 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #012861;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.year-box {
    border-right: 1px solid #cfcec9;
    text-align: left;
    margin-bottom: 20px;
}

.year-box span {
    font-size: calc(28px + (42 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #012861;
    position: relative;
    line-height: 1;
    margin: 0;
}

.year-box span em {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
    position: absolute;
    top: 12px;
}

.year-box p {
    font-size: calc(10px + (19 - 10) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #545861;
    margin: 0;
}

.work-sec {
    position: relative;
    padding: 50px 0;
}

.book-sec {
    position: relative;
    padding: 60px 0;
    background-color: #f2f2f2;
}

.book-sec .bookimg {
    position: relative;
    margin-bottom: 20px;
}

.book-sec .bookimg img {
    position: relative;
    margin-top: 50px;
    width: 80%;
    margin-bottom: 40px;
}

.book-sec .bookimg .book-shape {
    position: absolute;
    border-radius: 50%;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(252, 210, 28) 0%, rgb(244, 190, 20) 84%, rgb(235, 169, 11) 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(252, 210, 28) 0%, rgb(244, 190, 20) 84%, rgb(235, 169, 11) 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(252, 210, 28) 0%, rgb(244, 190, 20) 84%, rgb(235, 169, 11) 100%);
    width: 120px;
    height: 120px;
    z-index: 9;
    top: -50px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: var(--black-color);
    padding: 10px;
}

.book-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 1rem 0;
    list-style-type: none;
}

.book-slider .slick-dots li {
    margin: 0 0.10rem;
}

.book-slider .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #8f709e;
    text-indent: -9999px;
}

.book-slider .slick-dots li.slick-active button {
    background-color: var(--primary-color);
    width: 18px;
    border-radius: 40%;
}

.testimonial-sec {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f2f2f2;
}

.testimonial-sec .common-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/*.testimonial-slider-lp{
    max-width:950px;
    margin:0 auto;
}*/
.testimonial-slider-lp .slick-slide {
    opacity: 0.3;
}

.testimonial-slider-lp .slick-current {
    opacity: 1;
}

.testimonial-sec .test-slide-box {
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-slider-lp-2 {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.testimonial-slider-lp-2::before {
    content: "";
    background-image: url('../../../assets/ghost/testi-quote.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testimonial-slider-lp-2 p {
    color: #312c2c;
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    font-style: italic;
    line-height: 35px;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-slider-lp .testi-text span {
    display: block;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #190f0f;
    text-align: center;
}

.testimonial-slider-lp .testi-text label {
    display: block;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #190f0f;
}

.testimonial-slider-lp .testi-text label {
    display: block;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #190f0f;
    text-transform: uppercase;
    text-align: center;
}

/*.testimonial-slider-lp .testi-box  {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    justify-content:center;
}*/
.testimonial-slider-lp .testi-box .test-img {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.testimonial-slider-lp .testi-box .test-img img {
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.testimonial-slider-lp .testi-box .test-img:before {
    content: "";
    background-image: url('../../../assets/ghost/testi-before.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 27%;
    z-index: 98;
}

/*.testi-box-client{
    max-width:800px;
    margin:0 auto;
}*/
.testimonial-sec .container {
    background-color: #fff;
    border: 0;
    border-radius: 15px 15px 0 0;
    /*padding: 80px 30px 0 30px;*/
    padding: 80px 30px 50px 30px;
}

.buseness-sec {
    position: relative;
    padding: 80px 0;
    z-index: 9;
    background-color: #f2f0f0;
}

.logo-slider .item {
    text-align: center;
    margin: 0 20px;
}

.buseness-sec h4 {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.busi-list {
    padding: 0;
    margin: 10px 0;
}

.busi-list li {
    list-style: none;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    color: #131210;
    margin-bottom: 12px;
}

.busi-list li::before {
    content: "";
    background-image: url('../../../assets/ghost/check-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.pp-box {
    position: relative;
}

.pp-box h4 s {
    font-size: calc(24px + (42 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #bbbbba;
}

.pp-box h4 {
    font-size: calc(34px + (60 - 34) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
    margin: 0;
}

.pp-box span {
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #bbbbba;
    line-height: 1;
    margin: 0;
}

.pp-box span em {
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin: 0;
}

.cta-sec {
    position: relative;
    padding: 50px 0;
    /*  margin-top: -200px;
        pointer-events: none;
    */
    background-color: #fdf4ec;
    z-index: 1;
}

.cta-sec .cta-box {
    padding: 30px 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-align: center;
    /*
        position: relative;
        bottom: -150px;
        */
    max-width: 1200px;
    border-radius: 30px;
}

.cta-sec .cta-box h4 {
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    margin: 0;
    max-width: 1050px;
}

.cta-sec .cta-box h4 span {
    color: var(--secondary-color);
}

.cta-sec .cta-box p {
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.cta-box .main-btn-holder {
    justify-content: center;
}

.cta-box .top-box .top-text span {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.cta-box .btn-rq2 {
    border: 2px solid var(--white-color) !important;
    color: var(--white-color);
}

.cta-box .top-box .top-text a {
    color: var(--white-color);
    font-size: calc(14px + (19 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.cta-box .top-box .icon-img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1265%) hue-rotate(336deg) brightness(107%) contrast(101%);
}

.lp-footer {
    background-color: #fdf4ec;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lp-footer p {
    color: #808080;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin: 0;
}

.ft-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}

.ft-list li {
    list-style: none;
    margin: 0 15px;
}

.ft-list li a {
    color: #808080;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin: 0;
}

.social-links {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

footer .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 9px;
    background-color: #36044b;
    transition: 0.3s ease-in;
    text-decoration: none;
    color: #ffffff;
}

footer .social-links li.footer__column-link-item {
    margin-top: 0 !important;
}

.trust-pilot-img {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    z-index: 99999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 5px 2px;
    transition: .3s;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0 6px 6px 0;
    margin-right: auto;
    max-width: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

footer .social-links li .footer__column-link-icon {
    margin: 0;
    padding: 0;
}

/* Fixed Position Button Start*/
.fixed-btm {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 9999;
    writing-mode: tb-rl;
    /*width: 50px;*/

    display: flex;
    align-self: center;
    justify-content: center;
    /*  transform:rotate(180deg);*/
    border: 0;
}

.fixed-list {
    padding: 0;
    margin: 0;
    display: flex;
}

.fixed-list li {
    list-style: none;
    margin: 2px 0;
    background-color: var(--primary-color);
    padding: 0 12px;
    border: 0;
    border-radius: 30px 0px 0px 30px;
}

.fixed-btm a {
    border-radius: 0;
    border: 0;
    color: var(--white-color);
    text-decoration: none;
    padding: 12px 0;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
}

.fixed-list li a svg {
    font-size: 22px;
}

.fixed-list li:hover {
    background-color: var(--secondary-color);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.fixed-list li a:hover svg {
    font-size: 22px;
}

/*.fixed-btm:hover {
    background-color: var(--secondary-color);
    border: 0;
}*/
.fixed-btm a:hover {
    /*  background-color:var(--secondary-color);*/
    border: 0;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7499%) hue-rotate(177deg) brightness(99%) contrast(99%);
}

/*Fixed Position Button End */
.pricing-pkg-sec h3 {
    font-size: calc(24px + (35 - 24) * ((100vw - 300px) / (1920 - 300)));
}

.p-pkg-box {
    padding: 20px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23783e67' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='24' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
    border-radius: 15px;
    border-radius: 15px;
    background-color: var(--pricing-package-bg);
    transition: 0.3s ease-in;
    position: relative;
    margin-bottom: 20px;
}

.pkg-tag {
    height: 114px;
    width: 32px;
    background-color: #e56932;
    color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    position: absolute;
    right: 55px;
    top: 0;
    padding: 12px 5px;
    box-shadow: 8px 16px 19px 0px #0000004f;
    font-size: 19px;
    font-weight: 700;
}

.pkg-tag:after {
    content: "";
    width: 100%;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    border-width: 16px;
    border-left-color: #e56932;
    border-right-color: #e56932;
    border-bottom-color: transparent;
    border-top: #e56932;
    border-style: solid;
}


.p-pkg-cont {
    height: 390px;
    overflow: auto;
}


.p-pkg-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.p-pkg-cont::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.p-pkg-cont::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.pkg-title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
}

.pkg-main-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.pkg-title:after {
    content: "";
    width: 180px;
    height: 2px;
    background: #4c2344;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -20px;
}


.pkg-main-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.pkg-title:after {
    content: "";
    width: 180px;
    height: 2px;
    background: #4c2344;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -20px;
}

.pkg-list-title {
    display: block;
    text-transform: uppercase;
    color: #4c4d51;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}

.pkg-list {
    list-style: none;
    padding-left: 25px;
}

.pkg-list li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../../../../assets/images/right-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: -22px;
    margin-right: 10px;
}

.pkg-list li {
    margin-bottom: 16px;
    color: #4c4d51;
}


.p-pkg-footer {
    border-top: 1px solid;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px 15px;
}

@media (max-width: 1600px) {
    .p-pkg-footer {
        justify-content: space-between;
    }

    .p-pkg-footer .live-chat img {
        width: 75px;
    }

    .p-pkg-footer .colored-btn {
        padding: 10px 12px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 500;
    }

    .from-right-side .form-book img {
        right: -40px !important;
        width: 550px !important;
        top: 70px;
    }
}

@media (max-width: 1024px) {
    .p-pkg-footer .live-chat img {
        width: 55px;
    }
}

@media (max-width: 767px) {
    .p-pkg-footer .live-chat img {
        width: 85px;
    }

    .md-mt-5 {
        margin-top: 3rem !important;
    }

    .order-mdd-2 {
        order: 2;
        margin-top: 10px;
    }

    .lp-footer .row [class^="col-"] {
        width: 100%;
        text-align: center;
    }

    .lp-footer .ft-list {
        justify-content: center;
    }
}

.scroll-up-sticky-bar {
    display: none;
}

@media(max-width: 480px) {
    .scroll-up-sticky-bar {
        padding: 15px;
        background: #012861;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .scroll-up-sticky-bar i.fa-solid.fa-up-long {
        position: absolute;
        right: 0;
        padding: 10px 30px;
        background: #fff;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        color: #000;
    }

    .fixed-list li {
        border-radius: 50px;
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fixed-list {
        gap: 15px;
    }

    .fixed-btm {
        bottom: 10%;
        width: 100%;
        display: flex;
        align-self: center;
        justify-content: center;
        border: 0;
        writing-mode: initial;
    }

    a.scroll-up-sticky-bar span {
        color: #fff !important;
    }

    a.scroll-up-sticky-bar svg {
        color: #fff !important;
        fill: #fff;
    }

    /*section.we-sec,*/
    /*section.amazing-sec,*/
    /*section.years-sec,*/
    /*section.work-sec,*/
    /*section.testimonial-sec,*/
    /*section.buseness-sec,*/
    /*section.space-p-tb.smooth-sec,*/
    /*section.cta-sec,*/
    /*section.book-sec p.common-text,*/
    /*section.book-sec .container.mt-5 {*/
    /*    display: none;*/
    /*}*/

    .lp-footer {
        padding-bottom: 150px !important;
    }

    .ft-list {
        justify-content: center;
    }

    section.book-sec .col-lg-8.col-md-10.text-center.mb-5 {
        margin-bottom: 0px !important;
    }
}

.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}


/* Buttons style */

.btn-eq-w {
    min-width: 180px;
    text-align: center;
}

.colored-btn {
    background-color: #f4a721;
    border: 1px solid #f4a721;
    color: #000000;
    border-radius: 0;
    padding: 12px 26px;
    border-radius: 18px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    transition: 0.3s ease-in-out;
    margin-bottom: 8px;
}

.colored-btn:hover {
    background-color: #241b28;
    color: #fff;
    border-color: #241b28;
}


.bordered-btn {
    background-color: transparent;
    border: 1px solid #f4a721;
    color: #fff;
    border-radius: 0;
    padding: 12px 26px;
    border-radius: 18px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.bordered-btn:hover {
    background-color: #f4a721;
    border-color: #f4a721;
    color: #000;
}

.btn-primary {
    background-color: #f4a721;
    border-color: #f4a721;
    color: #000000;
    border-radius: 0;
    padding: 12px 26px;
    border-radius: 18px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

/* Main Banner Css End*/

/* Process Css Start */
.process-sec {
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
    z-index: 99;
}

.process-sec .common-title {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.process-sec .prcline {
    position: relative;
}

.process-sec .prcline::before {
    content: "";
    background-image: url(../../../assets/ghost/process-shape13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 850px;
    position: absolute;
    left: -30px;
    /* right: 0; */
    /*top: -61px;*/
    top: -85px;
    z-index: 0;
    /* margin: 0 auto;*/
}

.process-sec-p .prcline::before {
    content: "";
    background-image: url(../../../assets/ghost/process-shape13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 840px;
    position: absolute;
    left: -30px;
    /* right: 0; */
    top: -61px;
    z-index: 0;
    /* margin: 0 auto;*/
}

.process-sec-p .extra-top {
    margin-top: 60px;
}

.np1 {
    position: absolute;
    top: -35%;
    left: 20%;

}

.np2 {
    position: absolute;
    top: -25%;
    left: 36%;
}

.np3 {
    position: absolute;
    top: -35%;
    left: 36%;
}

.np4 {
    position: absolute;
    top: -20%;
    left: 36%;
}

/* .process-box1 {
    position: relative;
    border-left: 1px solid #111;
    padding-left:20px;
}
.process-box2 {
    position: relative;
    border-top: 1px solid #111;
    padding-left: 20px;
}*/
.extra-top {
    margin-top: 80px;
}

.process-box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}

.process-box .process-icon {
    margin-bottom: 15px;
}

.process-box .process-text h6 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.number {
    background-color: var(--secondary-color);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}

.process-box .n1 {
    position: absolute;
    top: -31%;
    left: 30%;
}

.process-box .n2 {
    position: absolute;
    top: -19%;
    left: 30%;
}

.process-box .n3 {
    position: absolute;
    top: -26%;
    left: 30%;
}

.process-box .n4 {
    position: absolute;
    top: -22%;
    left: 30%;
}

.process-box .process-text h5 {
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
}

.process-box .process-text p {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    margin-bottom: 10px;
    color: #636161;
}

/* Process Css End */
.live-chat img {
    width: 85%;
}

select.form-control {
    -webkit-appearance: menulist;
}

.kin-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    border: 0;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}

.btn-rq2:hover {
    background-color: var(--secondary-color);
    color: #111;
    border: 2px solid var(--secondary-color) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* ===== Scrollbar CSS ===== */



.smooth-sec {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.smoth-box {
    background-color: #513160;
    border: 0;
    border-radius: 20px;
    padding: 20px;
    min-height: 415px;
    margin-bottom: 20px;
    position: relative;
}

.smoth-yellow {
    background-color: #f4a721;
}

.smoth-box h4 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #fff;
    padding-top: 108px;
}

.smoth-box p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.smoth-box .cirlc-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 109px;
    height: 112px;
    /* background-color: #f4a721;
    border: 0;
    border-radius: 60% 0% 60% 60%;*/
    font-size: calc(28px + (37 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Firefox */
* {
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #012861;
    border-radius: 0px;
    border: 0px solid #ffffff;
}

@media(min-width:1920px) {
    .container {
        max-width: 1280px;
    }
}

@media(max-width:1600px) {
    .process-box .n4 {
        top: -25%;
    }

    .process-box .n1 {
        top: -30%;
    }

    .process-sec-p .prcline::before {
        display: none;
    }

    .process-sec .prcline::before {
        display: none;
    }


}

@media(max-width:1400px) {
    .book-shape {
        display: none;
    }

    .book-shape {
        display: none;
    }

    .discount {
        right: 0;
    }

    .discount img {
        width: 130px;
        height: 130px;
    }

    .btn-rq2 {
        padding: 10px 10px 10px 10px;
    }

    .lp-banner {
        padding-top: 150px;
    }

    .process-box .n3 {
        top: -42%;
    }

    .process-box .n2 {
        top: -30%;
    }

    .process-box .n4 {
        top: -33%;
    }

    .process-box .n1 {
        top: -50%;
    }

    .process-sec .prcline::before {
        display: none;
    }

    .extra-top {
        margin-top: 30px;
    }

    .number {
        display: none;
    }

    .process-sec {
        padding-top: 80px;
    }

    .process-sec-p .prcline::before {
        display: none;
    }

    .from-right-side .form-book img {
        right: -30px !important;
        width: 460px !important;
        top: 80px;
    }

    .form-box.lp-book-editing {
        max-width: 550px !important;
    }
}

@media(max-width:1366px) {
    .process-box .n2 {
        position: absolute;
        top: -30%;
        left: 30%;
    }

    .number {
        display: none;
    }

    .form-box.lp-book-editing {
        max-width: 520px !important;
    }
}

@media(max-width:1199px) {
    .book-shape {
        display: none;
    }

    .discount {
        right: 0;
    }

    .discount img {
        width: 100px;
        height: 100px;
    }

    .process-sec .prcline::before {
        display: none;
    }

    .number {
        display: none;
    }

    .process-sec {
        padding-top: 70px;
    }

    .ft-list li {
        margin: 0 6px;
    }

    .buseness-sec {
        background-color: transparent;
    }

    .from-right-side .form-book img {
        width: 370px !important;
    }

    .form-box.lp-book-editing {
        max-width: 440px !important;
    }
}

@media(max-width:991px) {
    .process-sec .prcline::before {
        display: none;
    }

    .top-righ-first {
        display: none;
    }

    .book-shape {
        display: none;
    }

    .form-box {
        /*padding: 60px 20px 62px 20px;*/
        padding: 10px 30px;
        background-size: cover;
    }

    #header .btn-rq {
        display: none;
    }

    #header .top-box {
        display: none;
    }

    .form-box .js-submit {
        width: 100%;
        font-size: 14px;
    }

    .main-btn-holder {
        display: grid;
        justify-content: center;
        margin-bottom: 10px;
    }

    .top-box {
        justify-content: center;
    }

    .discount {
        right: 0;
        margin: 0 auto;
    }

    .discount img {
        width: 80px;
        height: 80px;
    }

    .we-sec {
        position: relative;
        padding: 40px 0;
    }

    .top-right a {
        display: none;
    }

    .amazing-sec {
        padding: 30px 0;
    }

    .years-sec {
        padding: 40px 0;
    }

    .btn-box {
        margin-right: 0;
    }

    .ft-list li {
        margin: 0 8px;
    }

    .cta-sec {
        margin-top: -300px;
    }

    .discount {
        right: 0;
    }

    .process-sec {
        display: none;
    }

    .hidden-md {
        display: none !important;
    }

    #wrapper {
        position: relative;
        max-width: 100% !important;
        border-bottom: 2px solid #fff;
    }

    .form-padding {
        padding: 0;
    }

    .from-right-side .form-book img {
        display: none;
    }

    .form-btm-icons {
        gap: 0;
        justify-content: space-evenly;
    }

    .lp-banner-content h1 span.arrow-pointing::after {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        /*transform: scaleY(-1) rotate(36deg);*/
        transform: scaleY(1) rotate(36deg);
        filter: FlipV;
        -ms-filter: "FlipV";
    }

    .lp-banner-content h1 span.arrow-pointing::after {
        right: -200px;
        top: -17px;
        width: 150px;
    }

    .lp-banner-content {
        /*padding: 25px 0 0 0;*/
        padding: 0 0 35px 0;
    }

    #curved .bi-three-dots {
        top: -15px;
    }

    #header .logo img {
        max-width: 200px;
    }

    .banner-partner-logos img {
        max-width: 300px;
    }

    .form-box.lp-book-editing .form-group {
        margin-bottom: 5px;
    }
}

@media(max-width:767px) {
    .lp-banner {
        padding-top: 80px;
    }

    .top-righ-first {
        display: none;
    }

    .book-shape {
        display: none;
    }

    .form-box {
        padding: 10px 20px 15px 20px;
        background-size: cover;
    }

    #header .btn-rq {
        display: none;
    }

    #header .top-box {
        display: none;
    }

    .form-box .js-submit {
        width: 100%;
        font-size: 14px;
    }

    .main-btn-holder {
        display: grid;
        justify-content: center;
        margin-bottom: 10px;
    }

    .top-box {
        justify-content: center;
    }

    .discount {
        right: 0;
        margin: 0 auto;
    }

    .discount img {
        width: 80px;
        height: 80px;
    }

    .we-sec {
        position: relative;
        padding: 40px 0;
    }

    .top-right a {
        display: none;
    }

    .amazing-sec {
        padding: 30px 0;
    }

    .years-sec {
        padding: 40px 0;
    }

    .btn-box {
        margin-right: 0;
    }

    .ft-list li {
        margin: 0 8px;
    }

    .cta-sec {
        margin-top: 0;
    }
    .smoth-box {
        min-height: unset;
    }

    .process-sec {
        display: none;
    }

    .trust-pilot-img {
        display: none;
    }

    .years-sec {
        text-align: center;
    }

    .year-box {
        text-align: center;
    }

    .book-sec .bookimg .book-shape {
        top: 0;
        width: 95px;
        height: 95px;
    }

    .book-sec .bookimg {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .work-sec {
        text-align: center;
    }

    .work-slide .circle-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .years-sec .hidden-sm {
        display: none !important
    }

    .p-pkg-footer {
        display: grid;
        justify-content: center;
    }

    .buseness-sec {
        padding: 0 0 60px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .lp-footer p {
        padding-bottom: 10px;
    }

    .lp-banner-content .trust-author-rating {
        gap: 10px;
        flex-direction: column;
    }

    .lp-banner-content {
        padding: 35px 0 0 0;
    }
}

@media (max-width: 480px) {
    .lp-banner-content h1 span.arrow-pointing::after {
        display: none;
    }

    #header .logo img {
        max-width: 150px;
    }

    .banner-partner-logos img {
        max-width: 200px;
    }

    #curved .bi-three-dots {
        display: none;
    }
}

/*CSS form text blinking*/

.pulse2 {
    -webkit-animation: pulse 620ms infinite alternate;
    animation: pulse 620ms infinite alternate;
    font-size: calc(17px + (26 - 17) * ((100vw - 300px) / (1920 - 300)));
    /*border-bottom: 2px solid var(--primary-color);*/
}

@-webkit-keyframes pulse {
    0% {
        color: red;
    }

    100% {
        color: yellow;
    }
}

@keyframes pulse {
    0% {
        color: red;
    }

    100% {
        color: var(--white-color);
    }
}

.lp-banner-list {
    /* padding-left: 0; */
    position: relative;
}

.lp-banner-list li {
    font-weight: 600;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}

.lp-banner-list li::before {
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    content: "";
    left: 0;
    width: 27px;
    height: 29px;
    background-image: url(../img/icons/banner-checkbox-icon.png);
    /*filter: invert();*/
}

.lp-banner-list li span {
    color: #ffc000;
}

.form-box.lp-book-editing {
    font-size: calc(12px + (24 - 12) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 500;
    color: var(--primary-color);
}

.testimonial-slider-lp .testi-box .test-img {
    display: none;
}

.pack-rate {
    font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    padding-bottom: 15px;
}

.hidden {
    display: none !important;
}

.form-box.lp-book-editing .form-group input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.form-box.lp-book-editing .form-group {
    margin-bottom: 17px;
    position: relative;
}

.form-box.lp-book-editing .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.form-box.lp-book-editing .iti__country-name {
    color: #000;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
}

.form-box.lp-book-editing .iti__arrow {
    /*color: #fff;*/
    /*border-color: #fff;*/
}

.form-box.lp-book-editing input.tr {
    /*height: 130px;*/
}

.form-box.lp-book-editing input.tr::placeholder {
    text-align: left !important;
    vertical-align: top !important;
}

.from-right-side {
    /*position: relative;*/
}

.from-right-side .form-book img {
    position: absolute;
    content: "";
    right: -80px;
    bottom: 0;
    width: 600px;
    height: auto;
    pointer-events: none;
}

.from-right-side .form-styled-text span {
    color: #fff;
    font-family: BillionDreams, serif;
    z-index: 45;
}

.form-icon-box {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mx-3 {
    margin: 0 15px 0 15px !important;
}

.text-danger {
    font-size: 12px;
    position: absolute !important;
    left: 5px;
    bottom: -20px;
}

.form-group span {
    position: absolute;
    left: 5px;
    bottom: -20px;
    font-size: 12px;
}

.form-group.iti-group span {
    position: relative !important;
    left: inherit;
    bottom: inherit;
}



.privacy-checkbox .form-check input {
    padding: initial;
    height: 1em;
    border: 1px solid #ccc !important;
    width: 1em;
}

.privacy-checkbox .form-check label {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}

.form-check {
    padding-left: 1.1em !important;
}

.col-12.privacy-checkbox span {
    font-size: 12px;
    text-align: left !important;
    width: 100%;
}

.modal-header {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px;
}
.modal-body {
  padding: 0 !important;
}
.modal {
  background: #0000008c;
}
.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.popup_form_wrp {
  padding: 0 15px;
  text-align: center;
}
.popup_form_wrp h2 {
  font-weight: 800;
  font-size: 35px;
  color: #494949;
  margin: 0 0 10px 20px;
  position: relative;
}
.modal-content {
  padding: 30px 0;
}
.popup_form_wrp p {
  color: #343434;
  font-weight: 500;
}
.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
      width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 40px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    font-family: "Raleway";
    font-weight: 500;
    outline: none;
    color: #000;
    border: 1px solid #1197f9;
}
.popup_form_wrp form {
  margin: 30px 0 0 0;
}
.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
  color: rgba(0, 0, 0, 0.44);
  font-size: 14px;
}
.popup_form_wrp form textarea {
  border-radius: 15px;
  height: 70px;
  padding: 10px 18px;
}
.popup_form_wrp form select {
  font-size: 14px;
  font-weight: 500;
}
.modal-content {
  border-radius: 20px;
}
.modal-content {
  border: 2px solid #1197f9 !important;
}
.popup_form_wrp h2:before {
  content: "";
  display: block;
  position: absolute;
  background: #1197f9;
  width: 10px;
  height: 40px;
  left: -20px;
  border-radius: 5px;
}

span.color_form {
  color: #1197f9;
}
button.btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #1197f9;
  opacity: 1;
  border-radius: 0;
  width: 30px;
  height: 25px;
  border-bottom-left-radius: 20px;
  z-index: 999;
}
button.btn-close:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(42deg);
  left: 25px;
  border-radius: 5px;
}
button.btn-close:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(129deg);
  left: 24px;
  border-radius: 5px;
}
button.btn-close:hover {
  background: #f3ad16;
  opacity: 1;
}

button.popup_button {
  background: linear-gradient(180deg, #39aff9 0%, #007cca 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-transform: capitalize;
  width: 200px;
  height: 50px;
  font-family: "Raleway";
}
button.popup_button:hover {
  background: #f3ad16;
}

/*floatbutton*/

.floatbutton {
    -o-transition: .4s;
    width: 420px;
    z-index: 12;
    font-size: 0;
    transition: all .4s;
    position: fixed;
    top: 6%;
    right: -370px
}

.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap .chat_wrap {
    width: 280px;
    -o-transition: all .3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 80px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00026 !important
}

.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    vertical-align: middle;
    background: #d80008;
    border-right: 1px solid #ded9d9;
    border-radius: 50px 0 0 50px;
    padding: 18px 20px 16px;
    font-size: 18px;
    display: inline-block;
    box-shadow: 1px 0 13px #184dc1c2
}

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    -o-transition: all .3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all .3s;
    position: absolute;
    top: 120px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00026 !important
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
    font-size: 20px
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
    font-size: 20px
}

.floatbutton .btns_wrap a:hover {
    right: 0;
    text-decoration: none !important
}

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    -o-transition: all .3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all .3s;
    position: absolute;
    top: 160px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00026 !important
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    -ms-box-shadow: 0 0 40px #00026;
    -o-box-shadow: 0 0 40px #00026;
    background: #d80008;
    border-radius: 30px 0 0 30px;
    margin-top: 238px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    box-shadow: -20px 7px 18px -7px #57b89717
}

.floatbutton .clickbutton .crossplus {
    -o-transition: .4s;
    -o-transition: .4s;
    color: #fff;
    white-space: pre;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s;
    display: block;
    position: absolute;
    bottom: 122px;
    left: -60px;
    transform: rotate(-90deg)
}

.floatbutton .banner-form {
    z-index: 9;
    width: 370px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 30px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 30px #0001f
}

.floatbutton .banner-form h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px
}

.floatbutton .banner-form .ban-form input {
    width: 100%;
    color: gray;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: 0 !important
}

.floatbutton .banner-form .ban-form textarea {
    width: 100%;
    color: gray;
    height: 120px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 15px 0 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: 0 !important
}

.floatbutton .banner-form .ban-form input[type="submit"] {
    color: #fff;
    text-align: center;
    background: #d80008;
    border: #0000;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 10px 15px;
    font-weight: 600
}
@media only screen and (min-width: 300px) and (max-width: 575px) {
    .floatbutton {
        display: none;
    }
}


.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}footer {padding-bottom: 50px;}}