@import url("../../../../css2-2");h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: capitalize;
}

span, input, textarea, select, p, ul {
    font-weight: 500;
    margin: 0;
    padding: 0;
    list-style: none;
}

a, button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

main {
    overflow: hidden;
}

a, button, input, textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button, .form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group input[type="number"] {
    -moz-appearance: textfield;
}

h1 {
    font-size: 42px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

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

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

.website-main-buttons {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn, .website-main-buttons button.popup-btn, .website-main-buttons button.chat-btn, .website-main-buttons a.call-btn {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.website-main-buttons a.read-more-btn::after, .website-main-buttons button.popup-btn::after, .website-main-buttons button.chat-btn::after, .website-main-buttons a.call-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #004aad;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.website-main-buttons a.read-more-btn:hover::after, .website-main-buttons button.popup-btn:hover::after, .website-main-buttons button.chat-btn:hover::after, .website-main-buttons a.call-btn:hover::after {
    width: 100%;
}

header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 12px -10px #041838;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

header nav.navbar {
    padding: 7px 0;
    justify-content: space-between;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 150px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}

header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav.navbar .navbar-buttons a.call-btn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons a.call-btn:hover {
    color: #041838;
}

header nav.navbar .navbar-buttons a.call-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #004aad;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

header nav.navbar .navbar-buttons a.call-btn:hover::after, header nav.navbar .navbar-buttons button.popup-btn:hover::after {
    width: 100%;
}

header nav.navbar .navbar-buttons button.popup-btn {
    background: #004aad;
    color: #fff;
    border: 2px solid #004aad;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

header nav.navbar .navbar-buttons button.popup-btn:hover {
    color: #fff;
}

header nav.navbar .navbar-buttons button.popup-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

header .header-counter {
    background: #041838;
    width: 100%;
    display: block;
}

.header-counter .header-counter-inner {
}

.header-counter-inner .filp-counter-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.filp-counter-text h5 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

#countdown ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#countdown ul li {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    width: 70px;
    padding: 5px 5px;
    margin: 0;
    display: inline-grid;
    text-transform: uppercase;
    text-align: center;
}

#countdown ul li:first-child {
    display: none;
}

#countdown ul li span {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    margin: 0 0 0px 0;
}

.lp-new-baner {
    background: rgb(233, 253, 255);
    background: linear-gradient( 180deg, rgba(233, 253, 255, 1) 0%, rgba(255, 255, 255, 0.8827906162464986) 30%, rgba(255, 255, 255, 0.8603816526610644) 64%, rgba(203, 217, 224, 1) 100% );
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}

.lp-new-title {
    font-size: 59px;
    line-height: 69px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lp-new-title span {
    color: #004aad;
    font-weight: bold;
}

.lp-content-holder {
    margin-bottom: 30px;
}

.lp-content-holder p {
    font-size: 17px;
    line-height: 24px;
}

.rating-box {
    display: inline-block;
    padding: 4px 15px;
    background-color: #004aad;
    margin-left: 32px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
}

.rating-box span {
    color: #f9be0b;
}

.bb-forms {
    border: 1px solid;
    border-radius: 24px;
    padding: 3px 2px 3px 24px;
}

.bb-forms .fldset {
    margin: 0 !important;
}

.lp-new-fh {
    align-items: center;
    display: flex;
}

.lp-new-fh .form-group {
    position: relative;
    flex: 1;
}

.lp-new-fh .fa-solid {
    position: absolute;
    left: 5px;
    top: 10px;
    color: #004aad;
}

.lp-new-fh input {
    border: none;
    background-color: transparent;
    padding-left: 20px;
    padding-left: 32px;
}

.new-lp-btn {
    border-radius: 40px;
    background-color: #004aad;
    border: 1px solid;
    color: #fff;
    padding: 12px 52px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.new-lp-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.new-lp-btn:hover:after {
    width: 100%;
    border-radius: 40px;
}

.lpn-logo-holder img {
    width: 100%;
}

.lp-as-seen-on {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
}

.light-sec-image-dv {
}

.lp-as-logos {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.lp-as-title {
    flex: 1 0 90px;
    max-width: 90px;
}

.ic-box-lp {
    display: flex;
    gap: 20px;
    position: relative;
}

.lib-text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.ic-box-row {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid #ccc;
}

.ic-box-row {
    margin-top: 75px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ic-box-lp:after {
    content: "";
    height: 50px;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 5px;
}

.ic-box-lp-last:after {
    display: none;
}

.lp-books-img-holder {
    max-width: 600px;
    position: absolute;
    right: 0;
    bottom: 100px;
}

.light-sec {
    padding: 60px 0;
    background: linear-gradient(#ffffff36, #e7e7e7), url(../images/png-back-texture.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
    background-color: #fff;
}

.light-sec h6 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 27px;
}

.light-sec h2 {
    color: #004aad;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 38px;
    text-transform: capitalize;
}

.light-sec h2 span {
    color: #000;
}

.light-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 23px;
}

.yellow-btn {
    background-color: #000;
    padding: 5px 10px 5px 40px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    display: inline-block;
    margin: 20px 0;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border-radius: 31px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.yellow-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #004aad;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.yellow-btn:hover:after {
    width: 100%;
    border-radius: 31px;
}

.yellow-btn i {
    background-color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: 30px;
    line-height: 1.3;
    color: #000;
}

.shortlist-company-process {
    padding: 60px 0;
}

.small-title h2 {
    color: #004aad;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 44px;
}

.small-title h2 span {
    color: #373737;
}

.small-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
}

.process-step {
    border: 2px dotted #004aad;
    padding: 40px 20px 20px 20px;
    position: relative;
    margin: 25px 5px;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
    background-color: #fff;
    height: 280px;
}

.process-step:hover {
    background-color: #004aad;
    color: #fff;
}

.process-step .icon-box {
    background-color: #004aad;
    position: absolute;
    left: 15px;
    top: -30px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #004aad;
}

.process-step:hover .icon-box {
    background-color: #004aad;
    border: 1px solid white;
    color: #025259;
}

.process-step:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #004aad;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    content: "";
}

.process-step h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.process-step p {
    font-weight: 400;
}

.shortlist-company-process .small-title {
    text-align: center;
}

.main-cmplete-sec {
    padding: 40px 0 60px;
}

.main-cmplete-sec .main-heading {
    font-size: 35px;
    width: 100%;
    font-weight: 600;
    line-height: 42px;
}

.main-cmplete-sec .main-para {
    color: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin: 0px 0 10px 0;
    padding: 0 0 10px;
    font-weight: 400;
}

.cmplte-cont .text-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cmplte-cont .text-center .lets-btn {
    border: none;
    background: linear-gradient( 133deg, #004aad 27%, #004aad 45%, #004aad 59%, #004aad 83% );
    color: #fff;
    padding: 10px 13px;
    margin: 0;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 500;
}

a.heelo_fromm1 {
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

a.heelo_fromm1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.cmplte-cont .text-center .lets-btn:hover:after {
    width: 100%;
}

.cmplte-img img.ls-is-cached {
    width: 100%;
}

section.portfolio-publish-wrap {
    background: url(../images/portfolio-bg.webp);
    background-size: cover;
    background-position: 100% 100%;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.portfolio-publish-wrap .portfolio-publish-head {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-publish-head h2 {
    color: #004aad;
    margin: 0 0 10px;
}

.portfolio-publish-head h2 span {
    color: #000;
}

.portfolio-publish-head p {
    color: #000;
    width: 60%;
    margin: 0 auto;
}

.portfolio-publish-tablist .portfolio-publish-tablist-buttons {
    margin: 0 0 30px;
}

.portfolio-publish-tablist-buttons ul.nav-pills {
    justify-content: center;
    align-items: center;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
    margin: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
    background: transparent;
    color: #004aad;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active {
    color: #fff;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #004aad;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active::after, .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover::after {
    width: 100%;
}

.portfolio-publish-wrap .portfolio-publish-tablist-content {
}

.portfolio-publish-tablist-content .portfolio-publish-tablist-inner {
}

.portfolio-publish-tablist-inner .portfolio-publish-tablist-item {
    margin: 0 0px 20px;
}

.portfolio-publish-tablist-item a {
    display: block;
    text-align: center;
}

.portfolio-publish-tablist-item a img {
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    border-radius: 10px;
}

section.flexiblefeatures-sec {
    padding: 0px 0px 50px;
}

section.flexiblefeatures-sec .orparch.mt-3 {
    text-align: center;
}

section.flexiblefeatures-sec .orparch.mt-3 span.urach {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 400;
}

section.flexiblefeatures-sec .orparch.mt-3 h2.main-heading {
    width: 80%;
    margin: 0 auto 20px;
    color: black;
}

.approch-inner-wrap {
    margin-top: 30px;
}

.approch-inner-wrap .crd-appr-dv {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    text-align: center;
    min-height: 340px;
    max-height: 340px;
}

.approch-inner-wrap .crd-appr-dv img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(31%) saturate(3909%) hue-rotate(198deg) brightness(108%) contrast(98%);
    width: 80px;
}

.approch-inner-wrap .crd-appr-dv h3 {
    font-size: 22px;
    line-height: 29px;
}

.make-sec {
    background-image: url(../images/cta-ban-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0px;
    position: relative;
    z-index: 1;
}

.discountBook {
    position: absolute;
    top: -139px;
}

.make-sec .cta-img-dv {
    display: flex;
    justify-content: end;
}

.make-sec .cta-img-dv img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.make-sec h6 {
    color: #fff;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
}

.make-sec h4 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 40px;
}

.make-sec h4 span {
    color: #fff;
}

.make-sec p {
    color: #c6c6c6;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.ctm-btms .yellow-btn {
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    margin: 10px 0;
}

.yellow-btn:hover {
    background-color: #000;
}

.make-sec .ctm-btms .bdr-btn {
    margin-right: 0;
}

.bdr-btn {
    border: 2px solid #fff;
    padding: 14px 40px;
    margin: 0 10px;
    height: 47px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.bdr-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.bdr-btn:hover:after {
    width: 100%;
}

section.testimonails-sec-main {
    padding: 50px 0px;
}

section.testimonails-sec-main .inner-head-wrap {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

section.testimonails-sec-main .inner-head-wrap hr {
    margin: 20px auto;
    width: 20%;
    border: 2px solid #004aad;
    opacity: 1;
    border-radius: 10px;
}

.inner-test-wtap {
    padding-top: 30px;
}

.inner-test-wtap .testi-img-dv img {
    width: 100%;
}

.testimonial-main .test-content-dv {
    position: relative;
    z-index: 1;
    padding: 50px;
    margin: 0 10px;
}

.testimonial-main .test-content-dv:before {
    content: "";
    background-image: url(../images/testimonials-quotation-marks.webp);
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center center;
    position: absolute;
    width: 55px;
    z-index: 1;
    left: 0;
    top: 0px;
    aspect-ratio: 1;
    filter: brightness(0) saturate(100%) invert(45%) sepia(38%) saturate(2929%) hue-rotate(194deg) brightness(103%) contrast(98%);
}

.testimonial-main .test-content-dv:after {
    content: "";
    background-image: url(../images/testimonials-quotation-marks.webp);
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center center;
    position: absolute;
    width: 55px;
    z-index: 1;
    right: 0;
    bottom: 0px;
    transform: rotate(0.5turn);
    aspect-ratio: 1;
    filter: brightness(0) saturate(100%) invert(45%) sepia(38%) saturate(2929%) hue-rotate(194deg) brightness(103%) contrast(98%);
}

.testimonial-main .test-content-dv img {
    width: 160px;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(71%) sepia(85%) saturate(531%) hue-rotate(351deg) brightness(106%) contrast(98%);
}

.testimonial-main .test-content-dv p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: black;
}

.testimonial-main .test-content-dv .author-dv {
    display: flex;
    justify-content: center;
}

.testimonial-main .test-content-dv .author-dv h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    color: black;
}

.testimonial-main .test-content-dv .author-dv h3:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #000000;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 5px;
}

.testimonial-main .slick-arrow {
    display: none !important;
}

.become-sec {
    background-image: url(../images/become-bg.webp);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.becomelp h6 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 15px;
}

.becomelp h2 {
    font-size: 30px;
    font-weight: 600;
    color: #004aad;
    margin-bottom: 15px;
    line-height: 35px;
    text-transform: capitalize;
}

.becomelp p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 23px;
}

.mid-form h3 {
    color: #004aad;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 0 !important;
    line-height: 40px;
}

.mid-form h3 span {
    font-size: 23px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.mid-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 50px;
}

.mid-form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 50px;
    appearance: auto;
}

.mid-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 150px;
    padding: 10px;
    resize: none;
}

section.Packages-wrap {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.Packages-wrap .Packages-head {
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}

.Packages-head .heading-two {
    color: #181223;
    margin: 0 0 10px;
}

.Packages-head p {
    color: #181223;
}

.Packages-inner .Packages-buttons {
    margin: 0 0 30px;
}

.Packages-buttons ul.nav-pills {
    justify-content: center;
    align-items: center;
}

.Packages-buttons ul.nav-pills li.nav-item {
    margin: 0 10px 10px;
}

.Packages-buttons ul.nav-pills li.nav-item button.nav-link {
    border-radius: 0;
    padding: 8px 10px;
    text-align: center;
    display: block;
    background-color: #fff;
    font-size: 15px;
    color: #000;
    transition: all 0.3s ease-out;
    cursor: pointer;
    min-width: 170px;
    border-bottom: 3px solid #eeeeee;
}

.Packages-buttons ul.nav-pills li.nav-item button.nav-link.active, .Packages-buttons ul.nav-pills li.nav-item button.nav-link:hover {
    color: #fff;
    background: #004aad;
}

section.Packages-wrap .Packages-inner {
}

.Packages-inner .Packages-tabitems-main {
}

.Packages-inner .Packages-tabitem {
}

.Packages-tabitem .boxpackages {
    background: #fff;
    border-radius: 15px;
    padding: 20px 16px 30px;
    margin: 0 0;
    float: left;
    width: 100%;
    box-shadow: -2px 10px 40px -10px #00000059;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.Packages-tabitem .boxpackages:hover {
    transform: scale(1.07);
    border: 1px solid #004aad;
}

.Packages-tabitem .boxpackages .packag-tit {
    border-bottom: 1px solid #d1d7e3;
}

.packag-tit .heading-five {
    font-size: 33px;
    color: #000;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 40px;
}

.bst-sld-main .corner-ribbon {
    position: absolute;
    top: -3px;
    right: -3px;
    height: 5.5em;
    width: 5.5em;
    padding: 8px;
}

.bst-sld-main .corner-ribbon .cr-inner {
    position: absolute;
    inset: 0;
    background: #004aad;
    color: #fff;
    border-radius: 16px 8px 0 8px;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(90deg);
}

.bst-sld-main .corner-ribbon .cr-text {
    display: block;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1.3;
    transform: rotate(-45deg) translateY(-0.1em) translateX(-1.8em);
    text-align: center;
}

.Packages-tabitem .boxpackages .pack-detail-pri {
    margin-bottom: 5px;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-left {
}

.boxpackages .pack-detail-pri .pack-det-left .heading-three {
    font-size: 33px;
    line-height: 40px;
    color: #004aad;
    font-weight: 700;
    margin: 0;
}

.boxpackages .pack-detail-pri .pack-det-left .heading-three sup {
    font-size: 24px;
    font-weight: 600;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right {
    position: absolute;
    right: 0;
    background-color: #7f7f7f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 0;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right:before {
    position: absolute;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 18px solid #7f7f7f;
    transform: rotate(180deg);
    top: 0;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 span.sale {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    color: #fff;
}

.Packages-tabitem .boxpackages .package-list {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d7e3;
}

.Packages-tabitem .boxpackages .package-list {
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll;
    padding-right: 20px;
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar {
    width: 3px;
    background: none;
    border-radius: 0;
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-thumb {
    background-color: #004aad;
    border-radius: 0;
}

.Packages-tabitem .boxpackages .package-list h4 {
    font-size: 17px;
    line-height: 27px;
    color: #6f1f73;
    font-weight: 700;
    border-top: 1px solid #d1d7e3;
    padding-top: 10px;
}

.Packages-tabitem .boxpackages .package-list ul {
    margin-bottom: 40px;
}

.Packages-tabitem .boxpackages .package-list ul li {
    position: relative;
    padding: 5px 25px;
    font-size: 14px;
    color: #455164;
    padding-right: 0;
}

.Packages-tabitem .boxpackages .package-list ul li:before {
    font-size: 16px;
    font-family: "Font Awesome 6 pro";
    font-weight: bold;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #000;
}

.Packages-tabitem .boxpackages .package-list ul li:after {
    content: "";
    right: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.Packages-tabitem .boxpackages .package-list ul li:nth-last-child(1)::after {
    display: none;
}

.Packages-tabitem .boxpackages:hover .package-list ul li::before {
    color: #004aad;
}

.Packages-tabitem .boxpackages .bottom-btn-main {
}

.boxpackages .bottom-btn-main .websites-btn-main {
    display: flex;
    justify-content: center;
}

.boxpackages .bottom-btn-main .websites-btn-main .btn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.boxpackages .bottom-btn-main .websites-btn-main .ord-btn.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #004aad;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.boxpackages .bottom-btn-main .websites-btn-main .ord-btn.btn:hover {
}

.boxpackages .bottom-btn-main .websites-btn-main .ord-btn.btn:hover::after {
    width: 100%;
}

.boxpackages .bottom-btn-main .websites-btn-main .chat-btn.btn {
    background: #004aad;
    border-color: #004aad;
}

.boxpackages .bottom-btn-main .websites-btn-main .chat-btn.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #041838;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.boxpackages .bottom-btn-main .websites-btn-main .chat-btn.btn:hover:after {
    width: 100%;
}

.Packages-tabitem .boxpackages .bottom-btn-main .bg-btn-main {
    text-align: center;
    margin-top: 20px;
}

.boxpackages .bottom-btn-main .bg-btn-main a.call-btn.btn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.bottom-btn-main .bg-btn-main a.call-btn.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #004aad;
    width: 0;
    height: 100%;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.boxpackages .bottom-btn-main .bg-btn-main a.call-btn.btn:hover:after {
    width: 100%;
}

footer.footer-main-sec {
    position: relative;
    z-index: 1;
}

.footer-main-sec .footer-top {
    background: #041838;
    padding: 50px 0px 0px;
}

.footer-top .footer-logo-area {
    margin: 0 0 20px;
}

.footer-logo-area .footer-logo {
    width: 250px;
    margin: 0 0 20px 0;
}

.footer-logo-area .footer-logo img {
}

.footer-logo-area p {
    color: #fff;
}

.footer-top .footer-info-area {
}

.footer-info-area h4 {
    color: #fff;
    margin: 0 0 20px;
}

.footer-info-area ul {
    display: flex;
    flex-direction: column;
}

.footer-info-area ul li {
    margin: 0 0 15px;
}

.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-info-area ul li p i {
    background: #004aad;
    color: #ff;
    font-size: 16px;
    border: 2px solid #004aad;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #004aad;
}

.footer-info-area ul li a i {
    background: #004aad;
    color: #ff;
    font-size: 16px;
    border: 2px solid #004aad;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-top .footer-links-area {
}

.footer-links-area h4 {
    color: #fff;
    margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links {
    display: flex;
    flex-direction: column;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 12px;
}

ul.footer-nav-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #004aad;
    transform: translateX(10px);
}

.footer-main-sec .footer-bottom {
    background: #004aad;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.footer-bottom .footer-social-area {
}

.footer-social-area ul {
    display: flex;
    align-items: center;
}

.footer-social-area ul li {
    margin: 0 5px 0;
}

.footer-social-area ul li a {
    background: #041838;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.footer-social-area ul li a:hover {
    color: #004aad;
}

.footer-social-area ul li a i {
}

.footer-bottom .footer-copyright {
    text-align: right;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.spring {
    width: 538px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: #1e1a1a;
    border-radius: 24px;
    z-index: 0;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
}

.spring form textarea {
    height: 144px !IMPORTANT;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #004aad;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-pop {
    padding: 0;
    overflow: hidden;
}

.spring form.validate-popupform {
    background: none;
}

.spring .custom-pop {
    height: 100%;
}

.spring .popup-content h3 {
    color: #fff;
    background: #fcd801;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px;
}

.spring .popup-content p {
    color: #fff;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none;
}

.spring .custom-pop .btn-blue {
    color: #000;
    border: none;
}

.spring .custom-pop textarea.form-control {
    height: 80px;
}

.spring button.fancybox-button {
    color: white;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 32px;
    opacity: 1;
    right: -5px !important;
    position: absolute !important;
    top: -5px !important;
    background: #4590ff;
}

.spring .popup-content h3 span {
    background: transparent;
    color: inherit;
}

.spring.easter .popup-content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-backdrop-filter: blur(4px);
    padding: 25px;
}

.spring.easter .popup-content::After {
    position: absolute;
    right: -28%;
    top: -124px;
    width: 20%;
    height: 722px;
    background: url(../images/flag2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.spring.easter .popup-content::before {
    position: absolute;
    left: -25%;
    top: -77px;
    width: 83%;
    height: 675px;
    background: url(../images/flag.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.7;
}

.spring.easter .popup-content h2 {
    color: #fff;
    font-size: 32px;
}

.spring.easter .popup-content h3 {
    font-size: 27px;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 0 6px;
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: #4590ff;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 24px;
}

.spring.easter .popup-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin: 0 0 15px;
}

.easter.spring .custom-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spring.easter .custom-pop .btn-blue {
    width: 100%;
    background: #4590ff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
}

.popupform button.carousel__button.is-close {
    background: #f53230;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: 14px !important;
    right: 1px !important;
    position: absolute !important;
}

.spring.easter button.carousel__button.is-close {
    background: #041838;
    right: 0 !important;
    top: -15px !important;
    background: red;
}

.spring.easter .btn:after {
    display: none;
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring {
        background: #081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px;
    }

    .spring button.carousel__button.is-close {
        right: 0 !important;
        top: 0 !important;
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .spring .custom-pop {
        margin: 0;
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring.easter {
        background: #c4e1d7;
        width: 100%;
        height: fit-content;
        padding: 20px 20px;
    }

    .easter.spring .custom-pop {
        margin: 0;
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0;
    }

    .spring.easter .popup-content h2 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1649px) {
    .lp-books-img-holder {
        position: unset;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .lp-books-img-holder {
        position: unset;
    }

    .process-step {
        height: 450px;
    }

    section.flexiblefeatures-sec .orparch.mt-3 h2.main-heading {
        font-size: 25px;
        line-height: 32px;
        margin-top: 20px;
    }

    .approch-inner-wrap .crd-appr-dv h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .make-sec h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .small-title h2 {
        font-size: 29px;
        line-height: 36px;
    }

    .becomelp h2 {
        font-size: 32px;
        line-height: 39px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lp-books-img-holder {
        position: unset;
    }

    .process-step {
        height: 450px;
    }

    section.flexiblefeatures-sec .orparch.mt-3 h2.main-heading {
        font-size: 25px;
        line-height: 32px;
        margin-top: 20px;
    }

    .approch-inner-wrap .crd-appr-dv h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .make-sec h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .small-title h2 {
        font-size: 29px;
        line-height: 36px;
    }

    .becomelp h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .lp-new-baner {
        padding-top: 190px;
    }

    .approch-inner-wrap .crd-appr-dv {
        min-height: 400px;
        max-height: 400px;
    }

    .make-sec h4 br {
        display: none;
    }

    .process-step {
        height: 250px;
    }

    .lp-new-title br {
        display: none;
    }

    .lp-new-title {
        font-size: 31px;
        line-height: 39px;
    }

    .lp-content-holder p br {
        display: none;
    }

    .light-sec h2 {
        font-size: 26px;
        line-height: 33px;
    }

    .main-cmplete-sec .main-heading {
        font-size: 27px;
        line-height: 32px;
    }

    .footer-info-area ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

    .lp-books-img-holder {
        position: unset;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 450px;
        margin-top: 50px;
    }

    .process-step {
        height: 450px;
    }

    section.flexiblefeatures-sec .orparch.mt-3 h2.main-heading {
        font-size: 22px;
        line-height: 29px;
        margin-top: 20px;
        width: 100%;
    }

    .approch-inner-wrap .crd-appr-dv h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .make-sec h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .small-title h2 {
        font-size: 29px;
        line-height: 36px;
    }

    .becomelp h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .lp-new-baner {
        padding-top: 190px;
    }

    .approch-inner-wrap .crd-appr-dv {
        min-height: 400px;
        max-height: 400px;
        margin-top: 20px;
    }

    .make-sec h4 br {
        display: none;
    }

    .process-step {
        height: 350px;
    }

    .cmplte-img img.ls-is-cached {
        width: 50%;
        display: flex;
        margin: 0 auto;
        margin-top: 20px;
    }

    .lp-new-title br {
        display: none;
    }

    .lp-new-title {
        font-size: 31px;
        line-height: 39px;
    }

    .lp-content-holder p br {
        display: none;
    }

    .light-sec h2 {
        font-size: 26px;
        line-height: 33px;
    }

    .main-cmplete-sec .main-heading {
        font-size: 27px;
        line-height: 32px;
    }

    .light-sec img.light-img {
        width: 50% !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
    }

    .mrk-img-ct .ctm-btms {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .mrk-img-ct .make-box {
        display: block;
    }

    .mrk-img-ct .make-box .make-icon {
        display: flex;
        justify-content: center;
    }

    .mrk-img-ct .make-box .make-text {
        text-align: center;
    }

    section.testimonails-sec-main .inner-head-wrap {
        width: 100%;
    }

    .inner-test-wtap .testi-img-dv img {
        width: 50%;
        display: flex;
        margin: 0 auto;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills {
        flex-wrap: nowrap;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    h6 {
        text-align: center;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    li {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .website-main-buttons {
        justify-content: center;
    }

    header nav.navbar .navbar-brand .logo {
        width: 175px;
    }

    .filp-counter-text h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

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

    .make-sec .cta-img-dv {
        margin-top: 40px;
        justify-content: center;
    }

    .make-sec .cta-img-dv img {
        height: auto;
    }

    .make-sec a.bdr-btn {
        display: flex;
        justify-content: center;
    }

    .lp-books-img-holder {
        position: unset;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 450px;
        margin-top: 50px;
    }

    .yellow-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 20px auto;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills {
        flex-wrap: nowrap;
    }

    .light-sec {
        padding-bottom: 0;
    }

    .shortlist-company-process {
        padding-bottom: 0px;
    }

    .process-step {
        height: 220px;
    }

    section.flexiblefeatures-sec .orparch.mt-3 h2.main-heading {
        font-size: 19px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }

    .approch-inner-wrap .crd-appr-dv h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .boxpackages .pack-detail-pri .pack-det-left .heading-three {
        text-align: left !important;
    }

    .make-sec h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .small-title h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .becomelp h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .lp-new-baner {
        padding-top: 190px;
    }

    .approch-inner-wrap .crd-appr-dv {
        min-height: 240px;
        max-height: 240px;
        margin-top: 20px;
    }

    .make-sec h4 br {
        display: none;
    }

    .cmplte-img img.ls-is-cached {
        width: 100%;
        margin-top: 20px;
    }

    .lp-new-title br {
        display: none;
    }

    .lp-new-title {
        font-size: 31px;
        line-height: 39px;
    }

    .lp-content-holder p br {
        display: none;
    }

    .light-sec h2 {
        font-size: 26px;
        line-height: 33px;
    }

    .main-cmplete-sec .main-heading {
        font-size: 27px;
        line-height: 32px;
    }

    .light-sec img.light-img {
        width: 50% !important;
        height: auto !important;
        display: flex;
        margin: 0 auto;
    }

    .mrk-img-ct .ctm-btms {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .mrk-img-ct .make-box {
        display: block;
    }

    .mrk-img-ct .make-box .make-icon {
        display: flex;
        justify-content: center;
    }

    .mrk-img-ct .make-box .make-text {
        text-align: center;
    }

    section.testimonails-sec-main .inner-head-wrap {
        width: 100%;
    }

    .inner-test-wtap .testi-img-dv img {
        width: 100%;
    }

    .lp-new-fh {
        display: block;
        padding: 10px 15px;
        margin-top: 10px;
    }

    .lp-new-fh .form-group {
        border-bottom: 1px solid grey;
    }

    .lp-new-fh .submit-holder-nlp {
        margin: 20px 0px;
    }

    .lp-new-fh .submit-holder-nlp button.new-lp-btn {
        width: 100%;
    }

    .lp-as-seen-on {
        display: block;
        margin-top: 30px;
    }

    .lp-as-seen-on .lp-as-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 27px;
        line-height: 34px;
    }

    .ic-box-lp {
        justify-content: center;
        margin-bottom: 20px;
        align-items: center;
    }

    .ic-box-lp .lib-text br {
        display: none;
    }

    .ic-box-lp:after {
        display: none;
    }

    .mrk-img-ct {
        margin-top: 20px;
    }

    .mrk-img-ct .ctm-btms a.yellow-btn {
        width: 100%;
    }

    footer.footer-main-sec p, footer.footer-main-sec h4, .footer-links-area ul.footer-nav-links li {
        text-align: left !important;
    }

    .portfolio-publish-head p {
        width: 100%;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
        padding: 8px 10px;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    li {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .website-main-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .website-main-buttons a.read-more-btn, .website-main-buttons button.popup-btn, .website-main-buttons button.chat-btn, .website-main-buttons a.call-btn {
        padding: 8px 10px;
        margin: 0 5px 10px;
    }

    header nav.navbar {
        padding: 10px 0;
    }

    header nav.navbar .navbar-brand .logo {
        width: 160px;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: column;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0 0px 5px 0;
    }

    header nav.navbar .navbar-buttons button.popup-btn {
        width: 100px;
        padding: 5px 5px;
        margin: 0;
    }

    .filp-counter-text h5 {
        display: none;
    }

    #countdown ul li span {
        font-size: 18px;
        line-height: 18px;
    }

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

    .make-sec .cta-img-dv {
        margin-top: 40px;
        justify-content: center;
    }

    .make-sec .cta-img-dv img {
        height: auto;
    }

    .make-sec a.bdr-btn {
        display: flex;
        justify-content: center;
    }

    .lp-books-img-holder {
        position: unset;
    }

    .yellow-btn {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin: 20px auto;
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .light-sec {
        padding-bottom: 0;
    }

    .light-sec h6 {
        text-align: center;
    }

    .shortlist-company-process {
        padding-bottom: 0px;
    }

    .process-step {
        height: auto;
    }

    section.flexiblefeatures-sec .orparch.mt-3 h2.main-heading {
        font-size: 19px;
        line-height: 26px;
        margin-top: 20px;
        width: 100%;
    }

    .approch-inner-wrap .crd-appr-dv h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .make-sec h6 {
        text-align: center;
        font-size: 20px;
        line-height: 27px;
    }

    .make-sec h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .boxpackages .pack-detail-pri .pack-det-left .heading-three {
        text-align: left !important;
    }

    .small-title h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .becomelp h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .lp-new-baner {
        padding-top: 190px;
    }

    .approch-inner-wrap .crd-appr-dv {
        min-height: 350px;
        max-height: 350px;
        margin-top: 20px;
    }

    .make-sec h4 br {
        display: none;
    }

    .cmplte-img img.ls-is-cached {
        width: 100%;
        margin-top: 20px;
    }

    .lp-new-title br {
        display: none;
    }

    .lp-new-title {
        font-size: 20px;
        line-height: 27px;
    }

    .lp-content-holder p {
        font-size: 16px;
        line-height: 23px;
    }

    .lp-content-holder p br {
        display: none;
    }

    .rating-box {
        margin: 0;
        text-align: center;
    }

    .lp-as-logos {
        display: block;
    }

    .lp-as-logos .lpn-logo-holder img {
        width: 45%;
        margin: 0 auto 20px;
        display: flex;
    }

    .light-sec h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .main-cmplete-sec .main-heading {
        font-size: 20px;
        line-height: 27px;
    }

    .cmplte-cont .text-center {
        display: grid;
    }

    .testimonial-main .test-content-dv {
        padding: 0;
    }

    .testimonial-main .test-content-dv:before, .testimonial-main .test-content-dv:after {
        display: none;
    }

    .becomelp h6 {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }

    .mid-form h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .light-sec img.light-img {
        width: 100% !important;
        height: auto !important;
    }

    .mrk-img-ct .ctm-btms {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .mrk-img-ct .make-box {
        display: block;
    }

    .mrk-img-ct .make-box .make-icon {
        display: flex;
        justify-content: center;
    }

    .mrk-img-ct .make-box .make-text {
        text-align: center;
        margin-top: 20px;
    }

    .make-box .make-text label {
        font-size: 35px;
        line-height: 42px;
    }

    section.testimonails-sec-main .inner-head-wrap {
        width: 100%;
    }

    .inner-test-wtap .testi-img-dv img {
        width: 100%;
    }

    .lp-new-fh {
        display: block;
        padding: 10px 15px;
        margin-top: 10px;
    }

    .lp-new-fh .form-group {
        border-bottom: 1px solid grey;
    }

    .lp-new-fh .submit-holder-nlp {
        margin: 20px 0px;
    }

    .lp-new-fh .submit-holder-nlp button.new-lp-btn {
        width: 100%;
    }

    .lp-as-seen-on {
        display: block;
        margin-top: 30px;
    }

    .lp-as-seen-on .lp-as-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 27px;
        line-height: 34px;
    }

    .ic-box-lp {
        justify-content: center;
        margin-bottom: 20px;
        align-items: center;
    }

    .ic-box-lp .lib-text br {
        display: none;
    }

    .ic-box-lp:after {
        display: none;
    }

    .mrk-img-ct {
        margin-top: 20px;
    }

    .mrk-img-ct .ctm-btms a.yellow-btn {
        width: 100%;
    }

    footer.footer-main-sec p, footer.footer-main-sec h4, .footer-links-area ul.footer-nav-links li {
        text-align: left !important;
    }

    .portfolio-publish-tablist-item a img {
        min-height: auto;
        max-height: max-content;
    }

    .portfolio-publish-head p {
        width: 100%;
    }

    section.portfolio-publish-wrap {
        padding: 30px 0;
    }

    .portfolio-publish-wrap .portfolio-publish-head {
        width: 100%;
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item {
    }

    .portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link {
        padding: 8px 10px;
    }

    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin: 0 0 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }
}

/* modal css start here */
.spring {
    width: 601px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: #004aad;
    border-radius: 24px;
    z-index: 0;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
}

.spring form textarea {
    height: 144px !IMPORTANT;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #004aad;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px;
}

.custom-pop {
    padding: 0;
    overflow: hidden;
}

.spring form.validate-popupform {
    background: none;
}

.spring .custom-pop {
    height: 100%;
}

.spring .popup-content h3 {
    color: #fff;
    background: #fcd801;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px;
}

.spring .popup-content p {
    color: #fff;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none;
}

.spring .custom-pop .btn-blue {
    color: #000;
    border: none;
}

.spring .custom-pop textarea.form-control {
    height: 80px;
}

.spring button.fancybox-button {
    color: white;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    right: 1px !important;
    position: absolute !important;
    top: -15px !important;
    background: black;
}

.spring .popup-content h3 span {
    background: transparent;
    color: inherit;
}

.spring.easter .popup-content {
    width: 95%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    /* background: rgb(231 231 231 / 24%); */
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    /* backdrop-filter: blur( 4px ); */
    -webkit-backdrop-filter: blur(4px);
    /* border-radius: 10px; */
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
    padding: 25px;
}

/*.spring.easter .popup-content::After {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -28%;*/
/*    top: -124px;*/
/*    width: 20%;*/
/*    height: 722px;*/
/*    background: url(../images/flag2.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*}*/
/*.spring.easter .popup-content::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -25%;*/
/*    top: -80px;*/
/*    width: 85%;*/
/*    height: 675px;*/
/*    background: url(../images/flag.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*    opacity: 0.7;*/
/*}*/
.spring.easter .popup-content h2 {
    color: #fff;
    font-size: 32px;
}

.spring.easter .popup-content h3 {
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 0 6px;
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: black;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 16px;
    display: inline-block;
}

.spring.easter .popup-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    margin: 0 0 15px;
}

.easter.spring .custom-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spring.easter .custom-pop .btn-blue {
    width: 100%;
    background: black;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
}

.popupform button.carousel__button.is-close {
    background: #f53230;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: 14px !important;
    right: 1px !important;
    position: absolute !important;
}

.spring.easter button.carousel__button.is-close {
    background: #041838;
    right: 0 !important;
    top: -15px !important;
    background: red;
}

.spring.easter .btn:after {
    display: none;
}

/* modal css end here */
@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring {
        background: #081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px;
    }

    .spring button.carousel__button.is-close {
        right: 0 !important;
        top: 0 !important;
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .spring .custom-pop {
        margin: 0;
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring.easter {
        background: #004aad;
        width: 100%;
        height: fit-content;
        padding: 20px 20px;
    }

    .easter.spring .custom-pop {
        margin: 0;
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0;
    }

    .spring.easter .popup-content h2 {
        font-size: 31px;
    }
}

.fldset {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
    text-align: justify;
}

input[type="checkbox"] {
    /* width: 1em !important; */
    /* height: 2rem; */
    position: relative;
    top: 3px;
}

.fldset label {
    font-size: 10px;
    font-weight: 400;
    color: #000;
    padding-left: 5px;
}

.clr-white label {
    color: #fff !important;
}

.submit-btn {
    background: #004aad !important;
}

.chat-btn {
    background: #004aad !important;
}

.fldset label a {
    color: #004aad;
    font-size: 13px;
}

.termA a {
    color: black !important;
}

.popup-btnn {
    background: #041838;
    color: #fff;
    border: 2px solid #041838;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 20px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}
.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;}}