@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@import url(../css2);*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
    margin: 0;
}
.section-headers h1,
.section-headers p {
    color: #000;
    font-family: Poppins, sans-serif;
}
.contact-banner .top-last-banner p,
.contact-banner .top-mid-banner p,
footer li i,
p,
ul.navbar-nav li a,
ul.top-right a,
ul.top-right i {
    font-size: 15px;
}
.ban-left-slide h2,
.section-headers h1,
.section-headers p,
.theme-btn,
a,
h1,
h2,
h3,
h4,
h5,
h6,
header ul.navbar-nav li a,
ol,
p,
ul,
ul.top-right a {
    font-family: Poppins, sans-serif;
}
.ban-btns img,
.ban-left-slide .bb,
.our-core .book-ocb .oc {
    transition: 0.5s;
}
.accordion-button:not(.collapsed)::after,
.ban-btns img {
    filter: brightness(0) invert(1);
}
.ban-left-slide a,
.ban-left-slide h2,
.banner-sec .ban-top-1 h2,
.expertise-count h5,
.expertise-txt .sec-head h2,
.pers h4,
.serv-slide a,
.serv-slide h2,
.theme-btn,
section.happy-cust .sec-head h2 {
    text-transform: capitalize;
}
footer li,
ol,
ul {
    list-style: none;
}
@font-face {
    font-family: Gloom-Bloom;
    src: url(../fonts/gloss-and-bloom/Gloss_And_Bloom.ttf);
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: times-new-roman;
    src: url("../fonts/times-new-roman.ttf") format("truetype");
}
body {
    overflow-x: hidden;
}
html {
    overflow-x: hidden !important;
}
.gmap_canvas,
main {
    overflow: hidden;
}
a {
    text-decoration: none;
}
select {
    cursor: pointer;
}
p {
    line-height: 20px;
    font-weight: 300;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn:focus,
button:focus,
input:focus {
    outline: 0;
    box-shadow: none;
}
.section-headers {
    text-align: center;
}
.section-headers h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 100%;
    padding-bottom: 20px;
}
.section-headers p {
    font-size: 17px;
    font-weight: 500;
}
.social-links ul {
    display: flex;
    gap: 14px;
    align-items: center;
}
.social-links ul li {
    width: 35px;
    height: 35px;
    background: #0a5c36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise-txt p,
.faq.about .wms-left h2,
.our-project .op-head h1,
.social-links ul a,
a,
footer h1,
h2,
h3,
h4,
h5,
h6,
p,
section.eight-wrap .package-inner.active .addons-headings p,
section.eight-wrap .package-inner.active .include-plans p,
section.eight-wrap .package-inner.active .package-body li,
section.eight-wrap .package-inner.active .package-footer a,
section.eight-wrap .package-inner.active .package-header .package-discount h4,
section.eight-wrap .package-inner.active .package-header h6,
section.eight-wrap .package-inner:hover .addons-headings p,
section.eight-wrap .package-inner:hover .include-plans p,
section.eight-wrap .package-inner:hover .package-body li,
section.eight-wrap .package-inner:hover .package-footer a,
section.eight-wrap .package-inner:hover .package-header h6,
section.testi-sec h2 {
    color: #fff;
}
.top-head {
    padding: 10px 0;
    border-bottom: 3px solid #0A5C36;
}
.top-head .search-box {
    position: relative;
    border-radius: 17px;
    border: 2px solid #3b76b3;
}
.top-head .search-box input {
    color: #000;
    padding: 3px 9px;
    border: none;
    border-radius: 17px;
    font-weight: 600;
}
.top-head .search-box button {
    position: absolute;
    right: 0;
    background: #3b76b3;
    color: #ffff;
    padding: 3px 9px;
    border: none;
    z-index: 2;
    border-radius: 0 12px 12px 0;
}
ul.top-right a {
    color: #000;
    font-weight: 500;
    line-height: 21px;
}
ul.top-right li {
    font-weight: 500;
    color: #fff;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    align-items: baseline;
}
ul.navbar-nav li a {
    text-transform: uppercase;
    font-weight: 600;
}
header ul.navbar-nav li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    color: #fff !important;
    position: relative;
    transition: 0.5s;
}
header ul.navbar-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #3b76b3;
    height: 2px;
    transition: 0.7s;
}
header ul.navbar-nav li a:hover::before {
    right: 0;
}
header ul.navbar-nav li a:hover,
section.get-your-best h2 span {
    color: #3b76b3;
}
.backgery form,
.my-dropdown .my-drop-menu li a:active,
.my-dropdown .my-drop-menu li a:focus {
    background: 0 0;
}
.my-dropdown .my-drop-menu li a:hover {
    color: #000;
    background: 0 0 !important;
}
.backgery form .form-btn3:hover,
.my-dropdown .my-drop-menu li a:hover::before {
    background: #000;
}
header ul.navbar-nav li button {
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 700;
    font-size: 19px;
}
.our-project .slick-initialized .slick-slide,
header ul.navbar-nav li {
    padding: 0 10px;
}
header a.navbar-brand img {
    width: 200px;
    height: auto;
    object-fit: contain;
}
header nav .row,
section.expertise-sec .row,
section.loacation-sec .row {
    align-items: center;
}
header nav {
    background-color: #000;
}
header .left-head li i {
    font-size: 30px;
    color: #0b0c45;
}
header .left-head {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}
header .left-head:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 74px;
    top: -15px;
    left: -15px;
    background-color: #0A5C36;
}
ul.left-head a.phone {
    background: #3b76b3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.theme-btn {
    background: #11848e;
    color: #fff;
    padding: 10px 14px;
    border-radius: 23px;
    font-size: 14px;
    line-height: 20px;
}
.ban-txt a,
a.imp-noti.theme-btn,
a.req-quote.theme-btn,
a.theme-btn.chat,
section.eight-wrap .package-inner.active,
section.eight-wrap .package-inner:hover {
    background: #3b76b3;
}
.footer-logo h1 {
    font-size: 35px;
}
.banner-sec.home {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/Group 8.webp");
}
.banner-sec.bpus {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner1.jpg");
}
.banner-sec.bprs {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner9.jpg");
}
.banner-sec.bws {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner2.jpg");
}
.banner-sec.bes {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner4.jpg");
}
.banner-sec.bms {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner5.jpg");
}
.banner-sec.pfs {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner6.jpg");
}
.banner-sec.gws {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner7.jpg");
}
.banner-sec.aws {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner8.jpg");
}
.banner-sec.blws {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner10.jpg");
}
.banner-sec.bcd {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner11.jpg");
}
.banner-sec.bts {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner12.jpg");
}
.banner-sec.awds,
.banner-sec.bpls {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner13.jpg");
}
.banner-sec.cbp {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner14.jpg");
}
.banner-sec.ams {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner15.jpg");
}
.banner-sec.cbi {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner16.jpg");
}
.banner-sec.dms {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner17.jpg");
}
.banner-sec.ews {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner18.png");
}
.banner-sec.bfs {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner19.png");
}
.banner-sec.abr {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner20.png");
}
.banner-sec.wws {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banners/banner21.png");
}
.ban-left-slide .book-banner {
    object-fit: contain;
    height: 250px;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(69%) sepia(12%) saturate(1453%) hue-rotate(34deg) brightness(96%) contrast(82%);
}
.banner-sec .ban-top-1 h2 {
    font-size: 51px;
    font-weight: 800;
}
.banner-sec .ban-top-1 p {
    font-size: 18px;
    padding: 15px 0 0;
}
.ban-left-slide .bb {
    position: absolute;
    top: 0;
}
.ban-left-slide:hover .bb,
.our-core .image-item-py:hover .py-img-book1,
.put-you-in .image-item-py:hover .py-img-book1 {
    /* opacity: 0; */
}
.ban-left-slide:hover .bb1,
.put-you-in .image-item-py:hover .py-img-book1-black {
    opacity: 1;
}
.ban-left-slider .book-inner-banner {
    position: absolute;
    top: 30px;
    width: 100%;
    object-fit: contain;
    height: 110px;
}
.ban-left-slide h6 {
    position: relative;
    top: -86px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.ban-left-slide h2 {
    font-size: 19px;
    line-height: 20px;
    color: #11848e;
    padding: 0 20px;
    margin: 10px 0;
}
.ban-left-slide a {
    font-size: 18px;
    line-height: 29px;
    color: #0a5c36;
    font-weight: 500;
}
.ban-text-bottom h2,
.banner-form h4 {
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.ban-left-slide p {
    font-size: 12px;
    color: #000;
}
.banner-sec {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.ban-left-slide {
    text-align: center;
    border-radius: 25px;
    position: relative;
}
.ban-left-slider .slick-slide {
    margin: 0 10px;
    padding-top: 50px;
}
.banner-sec .banner-form {
    padding: 35px 26px 18px;
    margin: 0 62px;
}
.banner-sec form textarea {
    background-color: #fff;
    border-radius: 5px;
    margin: 4px 0;
}
.banner-form h4 {
    padding: 5px 0 16px;
    font-size: 20px;
    line-height: 29px;
}
.banner-sec .banner-form h4 span,
.banner-sec.blog .banner-form h4 {
    font-size: 25px;
}
.banner-form .btn-form {
    background: #000;
    border-radius: 50px;
    font-size: 25px;
    padding: 6px 0;
    margin: 20px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #000;
}
.banner-form .btn-form:hover {
    background: 0 0;
    border: 2px solid #000;
}
.banner-sec .banner-form input,
.banner-sec .banner-form select {
    margin: 4px 0;
    padding: 8px 12px;
}
.banner-sec .banner-form select {
    border-radius: 6px;
}
.banner-sec form img {
    top: 5px;
    right: 52px;
    width: 55px;
}
.ban-text-bottom {
    padding: 50px 0 0;
    color: #000;
}
.modal-content {
    background: 0 0;
    border: none;
}
.amazon-service img {
    box-shadow: none !important;
}
.ban-text-bottom h2 {
    font-size: 31px;
    color: #000;
}
.ban-text-bottom h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    padding: 10px 50px;
    color: #000;
}
.ban-text-bottom h5 span {
    font-weight: 500;
    font-size: 15px;
}
.ban-btns a {
    font-size: 18px;
    padding: 10px 14px;
    border-radius: 4px;
    width: 210px;
    display: inline-block;
}
.ban-btns .b-imgs1 {
    gap: 10px;
}
.ban-btns .b-imgs1 img {
    width: 100px;
}
.b-imgs2 img {
    width: 130px;
}
.ban-text-bottom button,
.brand-section .brand-logo img,
.get-your-best .btn,
.lyb-cards .btn,
.our-core .image-item-py img,
.our-pakages .card,
.put-you-in .image-item-py img,
.testimonial-banner.about img {
    transition: 0.5s ease-in-out;
}
.ban-btns img:hover {
    transform: scale(1.2);
}
.ban-btns a i {
    padding: 0 0 0 20px;
}
.ban-btns {
    margin: 40px 0 0;
    text-align: center;
    border-radius: 18px;
}
.clients ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.clients li img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.clients ul li {
    margin: 0 -20px 0 0;
}
.clients {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.clients p,
section.loacation-sec .Address-sec {
    padding: 0 0 0 30px;
}
.ban-right-slider .slick-track {
    display: flex;
    align-items: center;
}
.ban-right-slider {
    width: 60%;
}
h1 {
    font-size: 45px;
    font-family: Poppins, sans-serif;
    line-height: 60px;
    color: #fff;
}
.bg-blue .cm-box h3,
h1 span {
    font-weight: 700;
}
.dropdown:hover .dropdown-menu {
    display: flex;
}
.dropdown-menu {
    min-width: 830px;
    padding: 20px;
    background-color: #3b76b3;
}
.my-dropdown .my-drop-menu {
    left: 50%;
    transform: translateX(-45%);
    flex-wrap: wrap;
}
.my-dropdown .my-drop-menu ul {
    width: 33.33%;
}
.my-dropdown .my-drop-menu li a {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    padding: 7px;
    color: #fff;
}
.my-dropdown .my-drop-menu .last-li li {
    padding: 5px 0;
}
.bg-blu,
.our-core,
.port-body,
.put-you-in {
    padding: 60px 0;
}
.our-core .oc-head,
.wiob.bes .section-headers h1 {
    padding-bottom: 30px;
}
.our-core .book-ocb img {
    height: 140px;
    width: 100%;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(69%) sepia(12%) saturate(1453%) hue-rotate(34deg) brightness(96%) contrast(82%); */
}
.our-core .right-ocb img {
    height: 128px;
}
.our-core .image-item-py .py-img-book1-black {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.our-core .image-item-py:hover .py-img-book1-black {
    opacity: 1;
    transform: scale(1.02);
}
.our-core .image-item-py .py-img-inner {
    position: absolute;
    left: 29px;
    top: -23px;
    width: 55px;
}
.our-core .image-item-py h6 {
    position: relative;
    font-size: 12px;
    text-align: center;
    top: -49px;
    transition: 0.5s;
}
.book-ocb h5 {
    position: relative;
    top: -59px;
    color: #0a5c36;
    font-size: 13px;
    text-align: center;
}
.our-core-body {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/ocs-bg.webp);
    padding: 50px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our-core-body .right-ocb p {
    font-size: 17px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 25px;
    padding: 0 30px;
}
.our-core-body .our-core-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: none;
}
.our-core-tabs li {
    width: 20%;
    display: flex;
    justify-content: center;
}
.our-core-tabs li .oc {
    background: 0 0 !important;
    padding: 0 2px;
    border: none;
}
.our-core .tab-content {
    height: 400px;
}
.our-core .sh-p {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 22px;
}
.our-core .section-headers h1 {
    padding: 0;
    font-size: 45px;
}
.ban-text-bottom button {
    padding: 10px 40px;
    border-radius: 25px;
    border: none;
    background: #3b76b3;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
}
.ban-text-bottom button:hover,
.faq.wms .wms-left .btn:hover,
.our-project .btn:hover,
.turn-your-manu form .form-btn2:hover {
    background-color: #000;
    color: #fff;
}
.our-project,
.our-project.about,
section.free-quote-sec,
section.our-services-sec {
    padding: 70px 0;
}
.our-project .op-head {
    padding: 15px 0 55px;
    color: #fff;
}
.our-project-box {
    display: flex;
    justify-content: center;
    position: relative;
}
.abr-sec .abr-slider .slick-slide .slide-text h2 {
    font-size: 30px;
    font-weight: 600;
}
.abr-sec .abr-slider .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
}
.abr-sec .abr-slider .slick-prev {
    left: -80px;
}
.abr-sec .abr-slider .slick-next {
    right: -80px;
}
.abr-sec .abr-slider .slick-slide .slide-text h2,
.blog-section h5,
.slide-text p {
    color: #000;
    padding: 10px 0;
}
.abr-sec .abr-slider .slick-slide .slide-text p {
    font-weight: 400;
}
.abr-sec .abr-slider .slick-slide .slide-image video {
    width: 1900px;
    box-shadow: 0 0 21px 3px #ddd;
}
.abr-sec .abr-slider .slick-prev:before {
    content: url(../images/left-arrow.png);
}
.abr-sec .abr-slider .slick-next:before {
    content: url(../images/right-arrow.png);
}
.sc-box1,
.sc-box2,
.sc-box3,
.sc-box4 {
    background-position: top center;
    background-size: cover;
}
.testimonial-banner,
.turn-your-manu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sc-box {
    height: 381px;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    transition: 4s ease-in-out !important;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.sc-box:hover {
    background-position: center bottom !important;
}
.sc-box1 {
    background-image: url("../images/tiffanysmithauthor.png");
}
.sc-box2 {
    background-image: url("../images/vip-fruits.png");
}
.sc-box3 {
    background-image: url("../images/runningwithrollie.png");
}
.sc-box4 {
    background-image: url("../images/saythanks365.png");
}
.bms-sec .abr-slider .slick-slide .slide-image {
    width: 1300px;
}
.backgery .section-headers h1,
.bms-sec .abr-slider .slick-slide .slide-text h2,
.slide-text {
    padding: 0;
}
.bms-sec .abr-slider .slick-slide .gap-50 {
    gap: 40px;
}
.bms-sec .section-headers p,
.contact-banner h4,
.flip-card-back h3,
.flip-card-front h3,
.prizing-table.bes .pricing .table-bordered th,
.table-bordered td i {
    font-size: 20px;
}
.bms-sec .abr-slider .slick-prev {
    left: -23px;
}
.bms-sec .abr-slider .slick-next {
    right: -23px;
}
.our-project-box div {
    width: 55%;
    background: #4477b1;
    height: 635px;
    position: absolute;
    z-index: -1;
    top: -22px;
    border-radius: 15px;
}
.our-project .btn {
    background: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    width: 150px;
}
.our-project .pbtn {
    padding-top: 20px;
}
.our-project .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff;
    font-size: 27px;
}
.our-project .slick-dots li button:before {
    font-size: 27px;
    color: grey;
}
.slick-dots {
    bottom: -37px;
}
.launch-your-book {
    padding-bottom: 45px;
}
.launch-your-book .lyb-head {
    padding: 20px 0 80px;
}
.launch-your-book .lyb-cards .card h4 {
    font-size: 20px;
    font-weight: 700;
}
.launch-your-book .lyb-head p {
    padding: 0 120px;
}
.launch-your-book .lyb-cards .card {
    background-color: #3b76b3;
    text-align: center;
    position: relative;
    transition: 0.5s;
}
.lyb-cards .card:hover,
.our-pakages .card:hover {
    transform: scale(1.05);
}
.lyb-cards .card .before {
    content: "1";
    position: absolute;
    left: -17px;
    top: -20px;
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.lyb-cards .card-body {
    padding: 30px 20px;
}
.lyb-cards .card-body h4 {
    padding: 14px 0;
    font-size: 18px;
}
.lyb-cards .card-body p {
    font-size: 14px;
    color: #fff;
}
.lyb-cards .btn {
    padding: 0 21px;
    border: 0;
    border-radius: 9px;
    height: 44px;
    background-color: #3b76b3;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.lyb-cards .btn i,
.lyb-cards .btn img {
    padding-right: 5px;
}
.faq.wcs .wcs-left .btn:hover,
.lyb-cards .btn:hover {
    background-color: #000;
}
.get-your-best {
    background-image: url(../images/get-your-best-bg.png);
    padding: 60px 0;
    color: #fff;
}
.get-your-best p {
    color: #fff;
    font-size: 14px;
}
.get-your-best .gy-time p {
    font-size: 10px;
    line-height: 8px;
}
.get-your-best h2 {
    font-weight: 700;
    font-size: 42px;
}
.get-your-best .timing h4 {
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 21px;
}
.get-your-best .btn {
    background: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
}
.get-your-best .btn:hover {
    background-color: #0a5c36;
    color: #fff;
}
.get-your-best img {
    width: 27px;
    height: 26px;
}
section.eight-wrap .pricing-body-main {
    padding: 0 50px;
}
section.eight-wrap .pricing-header-top {
    padding: 40px 0;
}
section.eight-wrap .reason-head-main h1 {
    position: relative;
    text-align: center;
    letter-spacing: 0;
    color: #28506f;
    padding-bottom: 28px;
    font-size: 38px;
}
section.eight-wrap .reason-head-main p,
section.seven-wrap .reason-head-main p,
section.six-wrap .reason-head-main p {
    text-align: center;
    font: 300 20px/30px Poppins;
    letter-spacing: 0;
    color: #201b42;
    opacity: 1;
    padding-bottom: 30px;
}
section.eight-wrap .reason-head-main,
section.seven-wrap .reason-head-main,
section.six-wrap .reason-head-main {
    margin: 20px 0 0;
}
section.eight-wrap {
    margin: 50px 0;
}
section.eight-wrap .package-inner {
    background: #fff;
    padding: 20px 0 0;
    border-radius: 6px;
    box-shadow: -1px -1px 22px -9px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    transition: 0.5s;
}
section.eight-wrap .package-inner > h4 {
    text-align: left;
    font: 30px/50px Poppins;
    letter-spacing: 0;
    color: #0a5c36;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-left: 20px;
}
section.eight-wrap .package-inner .package-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 20px 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
section.eight-wrap .package-header .package-price h6 {
    text-align: left;
    font: 700 27px/13px Poppins;
    letter-spacing: 0;
    color: #1b1d21;
}
section.eight-wrap .package-header .package-discount h6 {
    font: 700 17px/18px Poppins;
    letter-spacing: 0;
    opacity: 1;
    color: #0a5c36;
    text-align: right;
    text-decoration: line-through;
    text-decoration-line: strikethrough;
}
section.eight-wrap .package-header .package-discount h4 {
    text-align: left;
    font: 30px/35px Poppins-bold;
    letter-spacing: 0;
    color: #0a5c36;
    opacity: 1;
}
section.eight-wrap .package-header .package-discount {
    background-size: cover;
    background-repeat: no-repeat;
}
section.eight-wrap .package-inner ul.package-body {
    padding: 0 10px 0 0;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 330px;
    overflow-y: auto;
}
section.eight-wrap .package-inner ul.package-body li {
    text-align: left;
    font: 14px/25px Poppins;
    letter-spacing: 0;
    color: #201b42;
    opacity: 1;
    position: relative;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 6px;
}
section.eight-wrap .package-inner .package-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
section.eight-wrap .package-inner .package-btns a.start-now-btn {
    background: no-repeat padding-box #3b76b3;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font: 16px/25px Poppins-semi-bold;
    letter-spacing: 0;
    color: #fff;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
section.eight-wrap .package-inner .package-btns a.start-now-btn img {
    width: 10px;
    height: 15px;
    margin-left: 10px;
}
section.eight-wrap .package-inner .package-btns a.chat-btn {
    box-shadow: 0 3px 6px #00000029;
    border: 1px solid #0a5c36;
    border-radius: 5px;
    text-align: center;
    font: bold 16px/25px Poppins;
    letter-spacing: 0;
    color: #0a5c36;
    padding: 0 0 0 20px;
    opacity: 1;
    display: flex;
    width: 46%;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
section.eight-wrap .package-inner .package-btns a.chat-btn img {
    margin-left: 10px;
    background: #0a5c36;
    padding: 10px;
}
section.eight-wrap .package-inner .package-footer {
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
}
section.eight-wrap .package-inner .package-footer a {
    text-align: center;
    font: bold 16px/25px Poppins;
    letter-spacing: 0;
    color: #0f2656;
    text-transform: uppercase;
}
section.eight-wrap .package-inner .package-footer p {
    text-align: center;
    font: 16px/25px Poppins;
    letter-spacing: 0;
    color: #0f2656;
    opacity: 1;
}
section.eight-wrap .package-inner .include-plans p {
    color: #1b1d21;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 700;
    justify-content: space-between !important;
    margin-right: 0;
    width: 100%;
    padding: 10px 0;
    text-align: start !important;
}
section.eight-wrap .package-inner.active .package-header,
section.eight-wrap .package-inner:hover .package-header {
    border-bottom: 1px solid #fff;
}
section.eight-wrap .package-inner.active .package-btns a.start-now-btn,
section.eight-wrap .package-inner:hover .package-btns a.start-now-btn {
    background: #fff;
    color: #0a5c36;
}
section.eight-wrap .package-inner.best-seller-main-wrap .best-seller-img img {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 130px;
}
.byline-author,
.package-inner.best-seller-main-wrap {
    position: relative;
}
section.eight-wrap .package-inner.active,
section.eight-wrap .package-inner:hover h4 {
    color: #fff !important;
}
section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar {
    width: 4px;
}
section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar-track {
    background: #d4d4d4;
}
section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar-thumb {
    background: #3b76b3;
}
section.eight-wrap .package-inner.active ul.package-body::-webkit-scrollbar-thumb,
section.eight-wrap .package-inner:hover ul.package-body::-webkit-scrollbar-thumb {
    background: #fff;
}
section.eight-wrap .package-inner.active ul.package-body::-webkit-scrollbar-track,
section.eight-wrap .package-inner:hover ul.package-body::-webkit-scrollbar-track {
    background: #00000088;
}
section.eight-wrap .package-inner ul.package-body::-webkit-scrollbar-thumb:hover {
    background: #8b8b8b;
}
section.eight-wrap .package-inner.active .package-btns a.chat-btn,
section.eight-wrap .package-inner:hover .package-btns a.chat-btn {
    background: #fff;
}
section.eight-wrap .package-inner .package-btns a.start-now-btn {
    border: 1px solid transparent;
}
section.eight-wrap .package-inner .package-btns a.start-now-btn:hover {
    border: 1px solid #fff;
}
.our-pakages ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}
.our-pakages ::-webkit-scrollbar-thumb {
    background: #0a5c36;
    border-radius: 4px;
}
.our-pakages ::-webkit-scrollbar-thumb:hover {
    background: grey;
}
.our-pakages .pricing-table .card-body li {
    font-size: 14.3px;
    font-weight: 500;
    font-family: POPPINS, sans-serif;
}
.our-pakages .pricing-table .card-body a,
section.turn-your-manu input,
section.turn-your-manu textarea {
    background: 0 0;
    color: #fff;
}
.our-pakages .list-group-item {
    border: none;
    position: relative;
}
.our-pakages .list-group li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 15px;
    left: 0;
}
.our-pakages .card-footer a {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.our-pakages .card-footer {
    background: #0a5c36;
    padding: 10px 0;
    text-align: center;
}
.faq,
.faq.wcs,
.serv-slider .slick-track,
.testimonial,
section.happy-cust,
section.loacation-sec {
    padding: 50px 0;
}
.faq-home img {
    box-shadow: unset !important;
}
.faq img,
.services.aws .card {
    box-shadow: 0 0 21px 3px #ddd;
}
.faq .faq-right {
    padding-top: 50px;
}
.faq .faq-right h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.faq .faq-right .accordion-item button {
    font-size: 15px;
    font-weight: 600;
}
.faq .faq-right .accordion-button:not(.collapsed) {
    background-color: #0a5c36;
    color: #fff;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}
.faq .faq-right .accordion-button:focus {
    box-shadow: none;
}
.testimonial-banner {
    background-image: url(../images/testimonial-bg.png);
    padding: 50px 0;
}
.testimonial-banner .tb-head {
    padding-bottom: 30px;
    color: #fff;
}
.testimonial .item {
    padding: 25px 25px 45px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    margin: 10px;
    border-radius: 5px;
}
.testimonial .item img {
    width: 50px;
}
.testimonial h1 {
    color: #0a5c36;
    font-size: 70px;
}
.testimonial .item p {
    color: #000;
    padding-top: 20px;
}
.testimonial .fa.checked {
    color: orange;
}
.testimonial .item h5 {
    font-size: 20px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 700;
}
.turn-your-manu {
    position: relative;
    background-image: url(../images/tym-background.png);
    padding: 70px 0 0;
    background-attachment: fixed;
}
.turn-your-manu h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.turn-your-manu p {
    font-size: 16px;
}
.turn-your-manu .tym-left {
    padding: 30px 10px 30px 30px;
}
.turn-your-manu .tym-list {
    display: flex;
    gap: 13px;
    justify-content: space-between;
}
.turn-your-manu .tym-list li {
    position: relative;
    padding: 8px 0 0 24px;
    color: #fff;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.turn-your-manu .tym-list li::before {
    content: url(../images/tym-list3.png);
    top: 9px;
    left: 0;
    position: absolute;
}
.turn-your-manu form {
    width: 65%;
    color: #fff !important;
    border-radius: 0;
    border: 6px solid #fff;
    position: relative;
    right: -100px;
}
.turn-your-manu form h4 {
    font-size: 25px;
    font-weight: 600;
}
.turn-your-manu form:before {
    content: url("../images/tym-form-img.png");
    position: absolute;
    top: 108px;
    height: 450px;
    right: -191px;
}
.free-quote-img:after,
.free-quote-img:before,
.testi-slide p:before {
    content: "";
    position: absolute;
    z-index: -1;
}
.turn-your-manu form p {
    font-size: 16px;
    padding: 10px 0;
}
.turn-your-manu form .form-btn2 {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    width: 156px;
    font-size: 18px;
    margin-top: 11px;
    transition: 0.5s;
}
.turn-your-manu form input,
form textarea {
    width: 100%;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    outline: 0;
    color: #000;
    padding: 12px;
}
.sf input::placeholder,
.sf textarea::placeholder {
    color: #fff !important;
}
form input::placeholder,
form textarea::placeholder {
    font-weight: 500;
    font-size: 15px;
    color: #585858;
}
.backgery form .form-btn3 {
    background: #4477b1;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 370px;
    font-family: Poppins, sans-serif;
    padding: 8px 10px;
    margin-top: 10px;
    border-radius: 0;
}
.free-quote-frm form button {
    font-size: 18px;
    padding: 10px 14px;
    border-radius: 4px;
    width: 210px;
    display: inline-block;
    background: #0a5c36;
}
.free-quote-img {
    position: relative;
    display: inline-block;
    margin: 0 0 40px;
}
.free-quote-img:before {
    top: -35px;
    left: -40px;
    background-image: url(https://scribemediapublishers.com/images/img-bef.jpg);
    width: 123px;
    height: 111px;
}
.free-quote-img:after {
    bottom: -13px;
    right: -15px;
    width: 253px;
    height: 267px;
    background: 0 0;
    border: 3px solid #11848e;
    border-radius: 4px;
}
form,
form input {
    border-radius: 5px;
}
.backgery1 h1,
.backgery1 h2,
.backgery1 p,
.bg-blu a,
.bg-blu h1,
.bg-blu h2,
.bg-blu h3,
.bg-blu h4,
.bg-blu h5,
.bg-blu h6,
.bg-blu p,
.blog p,
.ck_chat_message-text,
.ck_chat_served-name,
.contact-banner h1,
.contact-banner h2,
.contact-banner p,
.faq.bps .wms-left p,
.faq.cbp .wms-left h2,
.flip-card-back h3,
.port-body a,
.port-body h5,
.portfolio-detail a,
.portfolio-detail h1,
.portfolio-detail h4,
.portfolio-detail p,
.sec-head p,
.wms-left h2,
section.free-quote-sec p {
    color: #000;
}
form {
    background: #3b76b3;
    padding: 40px 30px 18px;
    margin: 0 29px;
}
form input {
    padding: 12px;
    outline: 0;
    border: none;
    margin: 7px 0;
    width: 100%;
}
.free-quote-frm form {
    background: #eee;
    padding: 40px 30px;
    border-radius: 12px;
}
.free-quote-frm form .form-control {
    background: #e2e2e2;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #0a5c36;
}
.free-quote-frm form h2 {
    padding: 0 0 20px;
    font-size: 39px;
    color: #0a5c36;
    font-weight: 500;
}
.serv-slide p {
    color: #000;
    font-size: 14px;
    padding: 0;
    line-height: 26px;
    height: 134px;
}
.serv-slide {
    box-shadow: #11848e82 0 4px 13px;
    padding: 40px 32px 0 30px;
    border-radius: 51px 10px;
    height: 390px;
}
.serv-slider .slick-slide,
.testi-slider .slick-slide {
    margin: 0 10px;
}
.serv-slide h2 {
    font-size: 19px;
    line-height: 20px;
    font-family: Poppins, sans-serif;
    color: #11848e;
    margin: 10px 0;
}
.serv-slide a {
    font-size: 18px;
    line-height: 29px;
    color: #0a5c36;
    font-weight: 500;
    padding: 20px 0;
    display: inline-block;
}
.our-services-sec .sec-head {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.expertise-sec {
    background-image: url(https://scribemediapublishers.com/images/expert-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.expertise-count {
    text-align: center;
    background: #fff;
    margin: 0 0 10px;
    padding: 30px 0;
    border-radius: 5px 41px 5px 42px;
}
.expertise-count h5 {
    color: #11848e;
    font-size: 26px;
    width: 54%;
    margin: 6px auto;
    line-height: 26px;
}
.expertise-txt a {
    background: #0a5c36;
    margin: 40px 0 0;
    display: inline-block;
}
.expertise-txt {
    width: 80%;
}
.expertise-txt .sec-head h2 {
    font-size: 35px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}
.expertise-txt .sec-head h3 {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.expertise-count img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.expertise-count h4 {
    font-size: 33px;
    line-height: 55px;
    font-family: Roboto;
    color: #0a5c36;
}
.pers h4,
.pers h5,
.testi-slide p {
    line-height: 25px;
}
section.happy-cust img {
    width: 100%;
    object-fit: contain;
    height: 200px;
    border-radius: 13px;
    border: 2px solid #11848e;
}
section.happy-cust .sec-head,
section.loacation-sec .sec-head {
    text-align: center;
    margin: 30px 0;
}
section.happy-cust .sec-head h2 {
    font-weight: 700;
    margin: 20px 0;
}
.pers {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 35px 0 0;
}
.pers img {
    width: 50px;
    object-fit: contain;
    border-radius: 50%;
    height: 50px;
}
.testi-slide p {
    color: #000;
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    position: relative;
}
.testi-sec {
    background-color: #11848e;
    padding: 50px 0;
}
.testi-slide p:before {
    bottom: -10px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: #0a5c36;
    transform: rotate(45deg);
}
.pers h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}
.pers h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
}
section.testi-sec h3 {
    color: #fff;
    border-color: #fff;
}
.testimonial .owl-testimonial .item {
    height: 300px;
}
.blog {
    background: #fff;
    border: 1px solid #0000000f;
    border-radius: 12px;
    padding: 30px 23px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
ul.btn-b {
    display: flex;
    justify-content: space-between;
    margin: 14px 0;
}
.blog img:first-child {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.date img {
    width: auto !important;
    height: auto !important;
}
ul.date {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
section.blog-sec .sec-head {
    text-align: center;
    margin: 40px 0;
}
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
}
.gmap_canvas {
    background: 0 0 !important;
    width: 100%;
}
.gmap_iframe {
    width: 100% !important;
}
section.loacation-sec .Address-sec ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 28px;
}
section.loacation-sec .Address-sec ul li h4 {
    font-size: 36px;
    line-height: 36px;
    color: #0a5c36;
    font-weight: 700;
}
section.loacation-sec .Address-sec ul li h5 {
    font-size: 21px;
    line-height: 41px;
    font-weight: 400;
    color: #11848e;
}
.contact-banner .border {
    display: flex;
    justify-content: center;
}
.foot-cont h2 {
    font-size: 35px;
    line-height: 42px;
    text-transform: capitalize;
    font-weight: 700;
}
.foot-cont ul li {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin: 4px 0;
    font-size: 16px;
}
.foot-cont ul li h4 {
    font-size: 21px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}
.foot-cont ul li h5 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
}
footer .foot-social-links li {
    border: 2px solid #0a5c36;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-size: 19px;
}
.faq.wcs .wcs-left .btn,
.faq.wms .wms-left .btn {
    border: none;
    width: 200px;
    padding: 15px 0;
    transition: 0.5s ease-in-out;
}
footer {
    background-color: #000;
    padding: 60px 0;
    color: #fff;
}
footer .footer-logo img {
    width: 210px;
    height: auto;
    object-fit: contain;
}
footer li {
    padding: 5px 0;
}
footer li .fa-phone-volume {
    transform: rotate(-45deg);
}
footer li a {
    padding-left: 10px;
    font-size: 15px !important;
    font-weight: 300;
}
.banner-sec .ban-left,
.blog-sec,
.question-banner .section-headers p {
    padding-bottom: 50px;
}
.banner-sec.about .ban-left h1 {
    font-size: 49px;
    font-family: Poppins, sans-serif;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}
.banner-sec.about .ban-left p {
    padding-right: 160px;
    font-size: 19px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
    line-height: 26px;
}
.brand-section,
.faq.wms,
.services.bes .card .btn:hover {
    background-color: #3b76b3;
}
.brand-section .brand-logo {
    padding: 30px 0;
    align-items: center;
}
.brand-section .brand-logo img:hover,
.testimonial-banner.about img:hover {
    transform: scale(1.1);
}
.our-project.about .op-head h1 {
    color: #000;
    padding-bottom: 18px;
}
.our-project.about .slick-initialized .slick-slide {
    height: unset !important;
}
.our-project.about .slick-track {
    height: 238px;
}
.faq.wms .wms-left {
    padding: 0 75px 0 0;
}
.faq.about img,
.faq.bmss img {
    box-shadow: unset;
}
.faq.wms .wms-left h2 {
    font-size: 40px;
    font-weight: 700;
}
.faq.wms .wms-left p {
    font-size: 17px;
    line-height: 26.5px;
}
.faq.wms .wms-left .btn {
    background-color: #fff;
    color: #3b76b3;
    font-size: 17px;
    font-weight: 700;
}
.faq.wcs .wcs-left {
    padding: 0 0 0 50px;
}
.faq.wcs .wcs-left h2 {
    font-size: 47px;
    font-weight: 700;
    color: #000;
}
.faq.wcs .wcs-left p {
    font-size: 20px;
    font-family: Poppins, sans-serif;
    line-height: 26.5px;
    color: #000;
    font-weight: 500;
    padding-right: 50px;
}
.faq.wcs .wcs-left .btn {
    background-color: #3b76b3;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.cardimg img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(5919%) hue-rotate(147deg) brightness(94%) contrast(84%);
}
.testimonial-banner.about .tb-head {
    padding-bottom: 55px;
}
.testimonial-banner.about {
    padding-bottom: 90px;
}
.faq.bmss,
.testimonial-banner.about .logos-slider {
    background-color: transparent;
}
.put-you-in .py-head {
    padding: 35px 0;
}
.bg-blu .pl-2,
.cardcontent {
    padding-left: 20px;
}
.put-you-in .py-head h4 {
    color: #000;
    padding: 0 150px;
    font-weight: 600;
}
.put-you-in .py-head h1 {
    font-size: 54px;
}
.put-you-in .py-head p {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    padding: 30px 97px;
}
.put-you-in .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.put-you-in .image-item-py {
    margin: 17px;
    position: relative;
    transition: 0.5s ease-in-out;
}
.put-you-in .image-item-py .py-img-book1-black {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.put-you-in .image-item-py .py-img-inner {
    position: absolute;
    left: 27px;
    top: 14px;
    right: 50%;
    width: 68px;
}
.put-you-in .image-item-py h6 {
    position: relative;
    bottom: 60px;
    text-align: center;
    font-size: 12px;
}
.backgery {
    background-color: #f3f3f3;
}
.backgery form input {
    padding: 20px 15px;
    border: 3px solid #757575;
}
.cardcontent {
    width: 100%;
    height: 80%;
}
.question-banner {
    background-image: url(../images/wbp-s1.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.question-banner a,
.question-banner p {
    color: #000;
    font-weight: 400;
}
.question-banner h5 {
    margin-bottom: 15px;
    font-weight: 800;
}
.bps-logo2,
.logos-slider {
    background-color: #2c2c2c;
}
.logos-slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.faq.bps {
    background-color: #f5f5f5;
}
.faq.bps .py-head h1 {
    padding-bottom: 60px;
}
.faq.bps .wms-left p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.faq.bps .wms-left {
    padding: 0 15px 0 0;
}
.faq.bps .wms-left .btn {
    background-color: #4477b1 !important;
    color: #fff;
}
.faq.bps .wms-left .btn:hover {
    background-color: #000 !important;
}
.bps-logo2 h3 {
    font-size: 16px;
    font-weight: 300;
}
.services .section-headers p {
    padding-bottom: 15px;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 450px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.contact-banner .top-left-banner,
.flip-card-back,
.services.aws .card-body {
    text-align: start;
}
.flip-card-back,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 22px;
}
.flip-card-front h3 {
    font-size: 23px;
    padding-top: 20px;
}
.flip-card-back p {
    padding-top: 15px;
    color: #000;
    font-size: 14px;
}
.flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #4477b1;
    color: #fff;
}
.flip-card-back {
    background-color: #fff;
    color: #000;
}
.wiob {
    margin: 60px 0;
}
.blog-logo,
.wiob .section-headers h1 {
    padding-bottom: 20px;
}
.wiob .section-headers p {
    padding-bottom: 25px;
}
.faq.bps .banner-form h4 {
    font-weight: 600;
    padding: 5px 0 24px;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    line-height: 29px;
}
.faq.bps .banner-form h4 img {
    top: 14px;
    right: 37px;
    width: 19px;
    box-shadow: unset;
}
.faq.bps .banner-form textarea::placeholder {
    color: #585858;
}
.faq.wb .wms-left p {
    line-height: 23px;
    font-weight: 400;
}
.bg-blu .article-num {
    font-family: inherit;
    font-size: 5.5em;
    font-weight: 900;
    color: #232121;
    margin: 0 0 80px;
}
.bg-blu .article-num,
.num {
    line-height: 50%;
    opacity: 0.1;
}
.bg-blu h3 {
    font-weight: 700;
    font-size: 23px;
}
.bg-blu p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.bg-blu .pr-md-5 {
    padding-right: 80px;
}
.bg-blue {
    background-color: #3b76b3;
    padding: 70px 0;
}
.bg-blue.cbis p {
    padding: 0 50px;
    color: #fff;
}
.cm-box {
    height: 231px;
}
.num {
    font-family: "Source Code Pro", monospace;
    font-size: 18.75em;
    font-weight: 500;
    color: #fff;
    margin: 0 0 80px;
}
.cm-box .title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services.bes {
    background-color: #f3f3f3;
    padding: 60px 0;
}
.services.bes .card {
    border: 1px solid #0a5c36;
    height: 350px;
}
.services.bes .card h5 {
    font-weight: 600;
}
.services.bes .card p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.8px;
}
.services.bes .card .btn {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(72, 72, 80, 0.2) 0 7px 29px 0;
    position: absolute;
    bottom: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
.faq.bes {
    background: 0 0 !important;
}
.prizing-table.bes .priceing {
    padding: 30px 0 50px;
}
.prizing-table.bes .priceing table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-top: auto;
    margin-bottom: auto;
    border: 0;
}
.prizing-table.bes .priceing .table thead th {
    border: 0;
    margin: 10px;
    padding-bottom: 20px;
}
.prizing-table.bes .btn-tabls {
    font-size: 16px;
    color: #fff;
    line-height: 1.88em;
    background: #30333b;
    font-weight: 500;
}
.btn-tabls,
.prizing-table.bes .book-pub .col-md-4.pb-1 {
    padding: 5px;
}
.prizing-table.bes .pricing .table-bordered th,
.table-bordered td {
    border: 0;
    margin: 10px;
    border-right: 5px solid #fff !important;
    padding: 14px;
    font-size: 17px;
    font-family: Poppins, sans-serif;
}
.prizing-table.bes .table-bordered > :not(caption) > * {
    border: none;
}
.section-headers.pt {
    background-color: #f3f3f3;
    padding: 70px 0;
}
.section-headers.pt h1 {
    font-size: 48px;
}
.wiob.ps {
    margin: 0;
    padding: 55px 0 !important;
}
.services.gs .section-headers {
    padding: 0 40px;
}
.services.gs .section-headers p {
    padding: 0 300px;
}
.wiob.gs .section-headers p {
    padding-bottom: 80px;
}
.services.aws .card {
    border: none;
    height: unset;
}
.services.aws .card h5 {
    font-weight: 600;
    color: #000;
    font-size: 22px;
}
.services.aws .card p {
    color: #000;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 14px;
}
.cr-form #homesave11 {
    background: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
}
.cr-form .term-para a {
    color: #fff !important;
    text-decoration: underline;
}
.cr-form input {
    padding: 10px 15px;
}
.top-left-banner a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #0a5c36;
}
.contact-banner h1 {
    color: #000;
    font-weight: 700;
    font-size: 43px;
    line-height: 44px;
}
.contact-banner {
    background-color: #f0f0f0cc;
}
.contact-banner p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.contact-banner .b4 {
    padding-top: 40px;
}
.contact-sec {
    padding: 40px 0 70px;
}
.contact-sec .top-sec2 h2 {
    color: #000;
    padding: 10px 0 50px;
    font-weight: 700;
}
.blog-section a.btn,
.port-body a.btn {
    background-color: #4477b1;
    font-size: 18px;
    padding: 5px 20px;
    color: #fff;
}
.backgery1 {
    padding: 70px 0;
    background-color: #dfdede;
}
.backgery1 h2 {
    font-size: 45px;
    font-weight: 700;
}
.backgery1 p {
    font-size: 16px;
    font-weight: 400;
}
.ban-content .btn-form {
    background: #4477b1;
    border-radius: 25px;
    font-size: 25px;
    padding: 6px 60px;
    margin: 20px 0;
    color: #fff;
    font-weight: 500;
    border: none;
}
.banner-sec.portfolio .ban-content form textarea,
.modal form textarea {
    background-color: #fff;
    border-radius: 5px;
}
.header-blog {
    background-color: #f0f0f0cc;
    padding: 44px 0;
}
.header-blog h1 {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.blog-section a.btn {
    font-weight: 600;
}
.port-body p {
    color: #585858;
    font-size: 16px;
    padding-bottom: 5px;
}
.port-body a.btn {
    font-weight: 600;
    margin-top: 10px;
}
.blog-img1 img {
    width: 100%;
    height: 417px;
    object-fit: cover;
    padding: 0 0 30px;
}
.blog-logo span {
    font-size: 19px;
    font-weight: 700;
    color: #000;
}
section.blog-sec h2 {
    width: 70%;
    margin: 0 auto 40px;
    text-align: center;
    color: #16467d;
    font-weight: 800;
    padding: 59px 0;
}
.modal form textarea {
    margin-top: 10px;
}
.modal form h4 {
    font-size: 30px;
}
.modal form h4 img {
    top: 9px;
    right: 40px;
    width: 20px;
}
.banner-sec .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 100px) !important;
}
section.blog-sec .bg-pd {
    background-color: #e0e0e085;
}
.blog-sec .ban-txt form h4 {
    font-family: Poppins;
    font-size: 26px !important;
    line-height: 27px;
    font-weight: 600;
}
.blog-sec .ban-txt form img {
    top: 13px;
    width: 50px;
    right: 40px;
}
.blog-sec .ban-txt form input::placeholder {
    font-size: 15px;
}
.blog-img2 img {
    width: 100%;
    height: 376px;
    object-fit: cover;
    padding: 30px 0;
}
section.blog-sec p {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Poppins;
    color: #000;
}
section.blog-sec h3 {
    font-family: Poppins;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}
section.blog-sec h4 {
    font-family: Poppins;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
}
section.blog-sec ul li {
    list-style: circle;
    color: #000;
}
.pd-right p {
    font-size: 18px;
    font-weight: 300;
    padding: 7px 0 0;
}
.pd-right .date-book {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    padding: 10px 0;
}
.pd-right a.btn {
    background-color: #0a5c36;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 8px 45px;
    margin-top: 17px;
}
.byline-author::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #0a5c36;
    right: 0;
    top: 28px;
}
.byline-author h4 {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    border-left: 2px solid #0a5c36;
    border-right: 2px solid #0a5c36;
    padding: 0 5px;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
}
.pd-body p {
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0;
    letter-spacing: 1px;
    line-height: 25px;
}
.pd-bottom img {
    object-fit: cover;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.pd-profile {
    padding: 40px 0 80px;
}
.pd-right h2 {
    font-size: 40px;
    color: #000;
    padding-bottom: 10px;
}
.payment-txt h4 {
    padding: 0 0 8px;
}
.children-book {
    background-image: url(../images/children_book_banner.webp);
    position: relative;
    z-index: 0;
}
.children-book:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000b8;
    z-index: -1;
}
@media only screen and (max-width: 1920px) {
    .banner-sec form img {
        width: 19px;
    }
}
@media only screen and (max-width: 1599px) {
    .banner-sec form img {
        width: 19px;
    }
}
@media only screen and (max-width: 1444px) {
    .banner-sec form img {
        width: 19px;
    }
}
@media only screen and (max-width: 1399px) {
    .banner-sec .banner-form {
        margin: 0;
    }
    .blog-sec .ban-txt form h4 {
        font-size: 21px !important;
    }
    .main-header {
        padding: 0 20px 0 0;
    }
    ul.top-right a {
        font-size: 12px;
    }
    .banner-form h4 {
        font-weight: 600;
        font-size: 25px;
        padding: 5px 0 16px;
        font-family: Poppins, sans-serif;
    }
    .banner-sec .banner-form h4 span {
        font-size: 26px;
    }
    .banner-sec form img {
        top: 9px;
        right: 70px;
        width: 19px;
    }
    .theme-btn {
        width: 150px;
        display: inline-block;
    }
    .main-header .nav-item a {
        display: inline-block;
        white-space: nowrap;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .lyb-cards .card-body img {
        width: 70px;
        height: 70px;
    }
    .lyb-cards .card-body h4 {
        font-size: 17px;
    }
    .lyb-cards .card .before {
        left: -22px;
        top: -29px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .flip-card {
        width: 100%;
        height: 450px;
    }
    .section-headers h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-form h4,
    .theme-btn {
        font-family: Poppins, sans-serif;
    }
    .social-links ul li {
        width: 27px;
        height: 27px;
        font-size: 13px;
    }
    .social-links ul {
        gap: 5px;
    }
    .ban-left-slider .book-inner-banner {
        position: absolute;
        top: 55px;
        width: 100%;
        object-fit: contain;
        height: 75px;
    }
    .ban-left-slide h6 {
        position: relative;
        top: -99px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    form {
        margin: 0;
    }
    .banner-form h4 {
        font-weight: 600;
        font-size: 19.5px;
        padding: 5px 0 16px;
    }
    .banner-sec .banner-form h4 span {
        font-size: 22px;
    }
    .banner-sec .banner-form input {
        margin: 6px 0;
    }
    form input {
        padding: 10px 12px;
    }
    .banner-sec.about .ban-left h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .banner-sec.about .ban-left p {
        padding-right: 30px;
        font-size: 18px;
    }
    .faq.wms .wms-left {
        padding: unset;
    }
    .faq.wcs .wcs-left,
    section.eight-wrap .pricing-body-main {
        padding: 0;
    }
    .theme-btn {
        background: #11848e;
        color: #fff;
        padding: 7px 8px;
        border-radius: 23px;
        text-transform: capitalize;
        font-size: 12px;
        line-height: 20px;
        width: 124px;
    }
    .lyb-cards .card-body img {
        width: 85px;
        height: 85px;
    }
    .lyb-cards .card-body h4 {
        font-size: 24px;
        padding: 20px 0 11px;
    }
    .lyb-cards .card-body p {
        font-size: 17px;
        padding: 0 20px;
    }
    .turn-your-manu form {
        width: 80%;
        right: unset;
    }
    .put-you-in .py-head h1 {
        font-size: 45px;
        padding: 0;
    }
    .put-you-in .py-head p {
        font-size: 16px;
        padding: 30px;
    }
    .faq.bps .banner-form h4 {
        font-size: 29px;
    }
    footer ul {
        margin-top: 5px !important;
    }
    .our-core .section-headers h1 {
        padding: 0 0 20px;
        text-align: center;
    }
    .our-core .sh-p {
        text-align: center;
        font-size: 18px;
        padding-bottom: 50px;
    }
    .launch-your-book .lyb-cards .card {
        height: 270px;
    }
    .our-core-body .our-core-tabs {
        justify-content: center;
    }
    .our-core-tabs li {
        width: 15%;
    }
}
@media only screen and (max-width: 991px) {
    .lyb-head h1,
    .section-headers h1 {
        font-family: Poppins, sans-serif;
        color: #000;
    }
    .top-head .top-menu {
        flex-direction: column;
    }
    .banner-sec .ban-top-1 {
        padding: 43px 0 0;
        text-align: center;
    }
    .border-center,
    header .left-head:before {
        display: none;
    }
    .faq .row {
        gap: 40px;
    }
    .top-head .contact-headers {
        padding-top: 20px;
    }
    .our-core-tabs li {
        width: 20%;
    }
    .lyb-head h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 100%;
        padding-bottom: 25px;
    }
    .launch-your-book .lyb-head p,
    .testimonial-banner.about .tb-head {
        padding: 0;
    }
    .banner-sec .ban-left {
        text-align: center;
        padding-top: 30px;
    }
    .banner-sec .ban-left p {
        padding-right: 0 !important;
    }
    .banner-sec .ban-txt form h4 {
        font-size: 25px;
        line-height: 33px;
    }
    .banner-sec .ban-txt form h4 span {
        font-size: 27px;
    }
    .testimonial-banner.about {
        padding-bottom: 10px;
    }
    .testimonial-banner .tb-images {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .testimonial-banner .tb-images div {
        padding: 25px 26px;
    }
    .turn-your-manu form {
        width: 60%;
        margin-left: 40px;
    }
    .put-you-in .py-head h4 {
        padding: 30px;
    }
    .contact-banner h1 {
        font-size: 38px;
    }
    .flip-card {
        width: 100%;
        height: 400px;
    }
    .section-headers h1 {
        font-size: 38px;
        font-weight: 800;
        line-height: 43px;
    }
    .bms-social-icon img {
        width: 105px;
    }
    .abr-sec .abr-slider .slick-prev {
        left: -45px;
    }
    .abr-sec .abr-slider .slick-next {
        right: -45px;
    }
}
@media only screen and (max-width: 767px) {
    .launch-your-book .lyb-head h1,
    .section-headers h1 {
        font-family: Poppins, sans-serif;
        font-weight: 700;
        color: #000;
    }
    .book-ocb h5,
    .contact-banner .top-left-banner {
        text-align: center;
    }
    .ban-btns .b-imgs1,
    .ban-btns .b-imgs2,
    .top-head .top-right {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .top-head .search-box {
        margin: 15px 0 0;
    }
    .ban-btns .b-imgs1 img,
    .ban-btns .b-imgs2 img {
        margin: 10px;
    }
    .section-headers h1 {
        font-size: 31px;
        line-height: 34px;
    }
    .backgery1 h2 {
        font-size: 30px;
    }
    .book-ocb h5 {
        position: relative;
        top: -55px;
        color: #0a5c36;
        font-size: 11px;
    }
    .our-core-tabs li {
        width: 20%;
    }
    .our-core-tabs {
        justify-content: center;
    }
    .launch-your-book .lyb-head h1 {
        font-size: 32px;
        line-height: 100%;
    }
    .banner-sec .ban-txt form h4 {
        font-size: 23px;
        line-height: 33px;
    }
    .banner-sec .ban-txt form h4 span {
        font-size: 25px;
    }
    .lyb-cards .card-body img {
        width: 65px;
        height: 65px;
    }
    .lyb-cards .card-body h4 {
        font-size: 18px;
        padding: 20px 0 11px;
    }
    .lyb-cards .card-body p {
        font-size: 13px;
        padding: 0 10px;
    }
    .my-slider-abr {
        flex-direction: column;
    }
    .our-pakages .pricing-table .card-header h3 {
        font-size: 24px;
    }
    .our-pakages .pricing-table .card-body li {
        font-size: 13.3px;
        font-weight: 500;
        font-family: POPPINS, sans-serif;
        padding: 6px 15px;
        line-height: 17px;
    }
    .our-pakages .pricing-table .card-body {
        height: 166px;
    }
    .our-pakages .pricing-table .card-header p {
        font-size: 12.5px;
        padding: 10px 4px;
        color: #fff;
        font-weight: 400;
        line-height: 16px;
        font-family: Poppins, sans-serif;
    }
    .abr-sec .abr-slider .slick-prev {
        left: -10px;
    }
    .abr-sec .abr-slider .slick-next {
        right: -20px;
    }
    .our-project-box div {
        width: 80%;
    }
    .turn-your-manu {
        padding-bottom: 40px;
    }
    .turn-your-manu form {
        width: 75%;
        margin: 0;
    }
    .turn-your-manu form::before {
        display: none;
    }
    .turn-your-manu .form-tym {
        display: flex;
        justify-content: center;
    }
    .put-you-in .py-head h4,
    .put-you-in .py-head p {
        padding: 20px 0 0;
    }
    .put-you-in .py-head h4 {
        font-size: 17px;
    }
    .put-you-in .py-head h1 {
        font-size: 40px;
    }
    .bps-logo2 .row {
        gap: 30px !important;
    }
    .launch-your-book .lyb-cards .card {
        height: 250px;
    }
    .ban-text-bottom h5 {
        padding: 10px 0;
    }
    .lyb-cards .card-body {
        padding: 15px 10px;
    }
    .faq.wms .wms-left h2 {
        font-size: 32px;
    }
    .our-core .image-item-py .py-img-inner {
        left: 22px;
    }
    .banner-sec .ban-top-1 h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .section-headers h1 {
        font-size: 31px;
    }
    .top-head .search-box {
        margin: 15px 0 0;
    }
    .our-core-tabs li {
        width: unset;
    }
    .our-core-tabs {
        justify-content: center;
        height: unset;
    }
    .our-core-body .right-ocb {
        margin: 60px 0 30px;
    }
    .our-core-tabs ::-webkit-scrollbar {
        width: 4px;
    }
    .our-core-tabs ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
    }
    .our-core-tabs ::-webkit-scrollbar-thumb {
        background: #0a5c36 !important;
        border-radius: 4px;
    }
    .our-core-tabs ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
    .our-core .right-ocb img {
        height: 90px;
    }
    .our-core-body .right-ocb h4 {
        font-size: 23px;
    }
    .our-core-body .right-ocb p {
        font-size: 14px;
    }
    .faq p {
        font-size: 15px !important;
        line-height: 22.5px !important;
    }
    .faq.wcs .wcs-left p {
        padding: 0;
    }
    .lyb-cards .card {
        margin: 0 50px;
    }
    .lyb-cards .card-body p {
        font-size: 16px;
        padding: 0 50px;
    }
    .lyb-cards .card-body h4 {
        font-size: 25px;
        padding: 31px 0;
    }
    .lyb-cards .card-body img {
        width: 70px;
        height: 70px;
    }
    .get-your-best .timing h4 {
        font-weight: 600;
        font-family: Poppins, sans-serif;
        font-size: 17px;
    }
    .get-your-best img {
        width: 25px;
        height: 25px;
    }
    .get-your-best .btn {
        font-size: 14px;
        width: 135px;
    }
    .our-pakages .card {
        margin: 0 90px;
    }
    .our-pakages .pricing-table .card-body {
        height: 230px;
    }
    .our-pakages .pricing-table .card-header h3 {
        font-size: 30px;
    }
    .our-pakages .pricing-table .card-header p {
        font-size: 14.5px;
        padding: 10px 13px;
    }
    .our-pakages .pricing-table .card-body li {
        font-size: 16.3px;
        font-weight: 500;
        font-family: POPPINS, sans-serif;
        padding: 9px 15px;
        line-height: 21px;
    }
    .our-core .section-headers h1 {
        font-size: 35px;
    }
    .our-core .sh-p {
        font-size: 16px;
    }
    .launch-your-book .lyb-cards .card {
        height: 310px;
    }
    .faq.bmss .wms-left h2 {
        font-size: 28px !important;
        line-height: 27px !important;
    }
}
@media only screen and (max-width: 480px) {
    .our-core-body .right-ocb p {
        font-size: 15px;
        line-height: 20px;
        padding: 0;
    }
    .banner-sec form img,
    .lyb-cards .card .before {
        display: none;
    }
    .lyb-cards .card {
        margin: 0;
    }
    .get-your-best .gyb-con {
        flex-wrap: wrap;
        gap: 12px;
    }
    .our-pakages .card {
        margin: 0 30px;
    }
    .our-pakages .op-head h1 {
        font-size: 36px;
    }
    .turn-your-manu form {
        width: 95%;
    }
    .wcs-btns-2 {
        flex-wrap: wrap;
    }
    .backgery form .form-btn3 {
        width: unset;
        padding: 8px 50px;
    }
    .banner-sec.about .ban-left h1 {
        font-size: 27px;
        line-height: 31px;
    }
    .banner-sec.about .ban-left p {
        font-size: 13px;
        line-height: 21px;
    }
    .our-core .section-headers h1,
    .turn-your-manu h2 {
        font-size: 30px;
    }
    .our-core .sh-p {
        font-size: 15px;
    }
    .testimonial-banner .tb-images img {
        width: 100px;
    }
    .turn-your-manu p {
        font-size: 14px;
    }
    .faq.wms .wms-left h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 379px) {
    .section-headers h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }
    .section-headers .lyb-head h1 {
        font-size: 27px;
    }
    .section-headers p {
        font-size: 15px;
    }
    .top-head ul.top-right a {
        font-size: 9px;
        line-height: 9px;
    }
    .top-head .top-right {
        gap: 10px !important;
    }
    .lyb-cards .card-body img {
        width: 70px;
        height: 70px;
    }
    .lyb-cards .card-body h4 {
        font-size: 20px;
        padding: 25px 0 15px;
    }
    .lyb-cards .card-body p {
        font-size: 16px;
        padding: 0 30px;
    }
    .get-your-best h2 {
        font-size: 33px;
    }
    .get-your-best .timing p {
        padding: 0;
    }
    .get-your-best p {
        padding: 0 0 18px;
    }
    .our-pakages .card {
        margin: 0 5px;
    }
    .slick-slide img {
        width: 180px;
    }
    .slick-slide li {
        margin: 0 !important;
    }
    .slick-dots li button {
        width: 10px;
    }
    .our-project-box div {
        width: 93%;
        background: #0a5c36;
        height: 496px;
        position: absolute;
        z-index: -1;
        top: 25px;
        border-radius: 15px;
    }
    .our-project .op-head {
        padding: 15px 0 11px;
    }
    .section-headers h1 {
        padding-top: 20px;
        line-height: 25px;
    }
    .faq.bps .banner-form h4 img {
        display: none;
    }
    .backgery form input {
        padding: 10px 15px;
        margin-bottom: 5px !important;
    }
    .our-project.about .op-head {
        padding: 20px 0 40px;
    }
    .our-project.about .op-head h1 {
        padding: 0 0 10px;
    }
    .question-banner {
        padding: 5px 0;
    }
    .question-banner .section-headers p {
        padding-bottom: 20px;
    }
    .ban-text-bottom h5 {
        font-size: 14px;
    }
    .turn-your-manu .tym-list li {
        font-size: 12px;
    }
    .my-dropdown .my-drop-menu {
        left: unset;
        transform: unset;
        flex-wrap: unset;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        min-width: 100%;
    }
}
.ck_chat_message-sender {
    color: #5a5a5a;
}


.top-bar-marquee {
    background: #0A5C36 !important;
}

.col-md.column3.grehgrgnrui h3 {
    color: #000;
}


.col-md.column3.grehgrgnrui p {
    color: #000;
    padding:10px 0 10px 0;
}

.col-md.column3.grehgrgnrui p a{
    color: #000;
    font-weight: 600;
}



section.terms p a{
    color: #000;
    font-weight: 600;
}


section.terms h3 {
    color: #000;
}


section.terms p {
    color: #000;
    padding:10px 0 10px 0;
}
.ban-left-slide .book-banner {
    filter: brightness(0) saturate(100%) invert(29%) sepia(7%) saturate(5904%) hue-rotate(104deg) brightness(88%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(100%) saturate(324%) hue-rotate(169deg) brightness(93%) contrast(94%);
}

img.py-img-book1 {
    filter: brightness(0) saturate(100%) invert(29%) sepia(7%) saturate(5904%) hue-rotate(104deg) brightness(88%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(100%) saturate(324%) hue-rotate(169deg) brightness(93%) contrast(94%);
}

a.req-quote.theme-btn:hover {
    background: #3b76b3;
}

.disc {
    background: #3a3839;
    padding: 10px 0;
    text-align: center;
}

.disc p {
    font-size: 12px;
}

.card.box-shadow .card-body{display:none;}
.card.box-shadow img{height:448px;}

.top-menu {
    justify-content: right !important;
}
