body {
     overflow-x: hidden; 
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
}

header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 9;
}

.hero-section {
    background-image: url(../images/Books_HD_8314929977.webp);
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow-y: hidden;
    padding-top: 7rem;
    padding-bottom: 5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section:before {
    background-color: #F0F0F0;
    opacity: 0.93;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
}


header a.nav-link {
    color: white;
    margin: 0 10px;
    font-weight: 600;
    padding: 0;
}

header .navbar-brand {
    color: white;
    font-size: 2rem;
}

.custom-btn.transparent {
    border: 2px solid white;
    color: white;
    background: transparent;
}

.heading-1 {
    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #222E3E;
}

.hero-section p.para {
    width: 98%;
    margin: 1rem 0;
    font-size: 16px;
}

p.para {
    color: #222E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.custom-btn {
    text-transform: uppercase;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-weight: 600;
    display: inline-flex;
    transition: allease .5s;
    border-radius: 8px;
    margin: 0px 0px 0px 15px;
    padding: 10px 24px 8px 24px;
}

.custom-btn img {
    width: 32px;
    margin-right: 10px;
}

.custom-btn.black {
    background: #222E3E;
    border-radius: 30px 30px 30px 30px;
    box-shadow: -2px 3px 0px 0px #FA990A;
    color: #FA990A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.custom-btn.yellow {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFB220 0%, #FA990A 100%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: -2px 3px 0px 0px #000000;
}

.py {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.heading-2 {
    font-size: 3rem;
    font-weight: 600;
}

.black {
    color: black;
}

p.para.black {
    color: black;
}

.colored {
    color: transparent;
    background: linear-gradient(90deg, #ffb220, #fa990a);
    background-clip: text;
    font-weight: 600;
}

ul.parent-btns {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}


/* how-we-get section css  */

.white {
    color: white;
}

.heading-3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.section-content p.para {
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

/* form css  */

.parent-form {
    border-radius: 8px;
    background: #E9E9E9;
    padding: 20px 30px 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #474747;
    box-shadow: 10px 10px 0px 0px rgba(221, 132.70761437226784, 12.386209239130443, 0.99);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.parent-form .heading-2 {
    font-size: 22px;
    font-family: "Poppins";
    font-weight: 800;
    line-height: normal;
    margin: 0 0 0rem 0rem;
    color: transparent;
    background: linear-gradient(90deg, #ffb220, #fa990a);
    background-clip: text;
    text-align: center;
}

.parent-form p.para {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: normal;
    margin: 0rem 0 16px 0rem;
}

.parent-form input {
    height: 50px;
    padding: 0 26px;
    color: black;
    border-radius: 5px !important;
    border-color: #00031a !important;
    border-width: 2px !important;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.parent-form .custom-btn {
    width: auto;
    justify-content: center;
    background: rgb(20, 20, 20);
    margin: auto;
    color: white;
    display: block;
}

.parent-form textarea {
    padding: 12px 26px;
    height: 150px;
    color: black;
    border-radius: 5px !important;
    border-color: #00031a !important;
    border-width: 2px !important;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.custom-btn.radius {
    border-radius: 42px;
}

.parent-form input::placeholder,
.parent-form textarea::placeholder {
    color: black;
}

header .navbar-brand img {
    max-width: 160px;
}

/* form css  */


/* card css  */
.how-we-get.our-achievements.audiobook-version .get-card {
    border: 2px solid #ff6001;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    padding: 10px 12px;
    background: white;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FF8F0F;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.how-we-get.our-achievements.audiobook-version .get-card .card-body {
    height: auto;
    flex: none;
}

.how-we-get.our-achievements.audiobook-version .get-card .heading-3 {
    margin: 4px 0 13px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FF9900;
}

.how-we-get.our-achievements.audiobook-version .get-card p.para {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.how-we-get.our-achievements.audiobook-version {
    background-image: url(../images/we-get-sec-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

/* card css  */


/* banner css  */
.parent-form .heading-2 span.black {
    display: block;
    margin: auto;
    text-align: center;
    color: #d1871f;
}

p.side-lines {
    text-align: center;
    position: relative;
    z-index: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #163153;
}

p.side-lines::before {
    content: "";
    background: linear-gradient(90deg, #ffb220, #fa990a);
    width: 80%;
    margin: 0 auto;
    margin-right: 0;
    width: 60px;
    height: 1px;
    position: absolute;
    left: -16px;
    top: 15px;
}

p.side-lines::after {
    content: "";
    background: linear-gradient(90deg, #ffb220, #fa990a);
    width: 80%;
    margin: 0 auto;
    margin-right: 0;
    width: 60px;
    height: 1px;
    position: absolute;
    right: -15px;
    top: 16px;
}

ul.parent-btns .custom-btn.yellow {
    margin: 1rem 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
}

.brands-slider {
    padding: 2rem 0;
}

a.btn.custom-btn.black.white {
    color: white;
}

.brands-slider-parent {
    overflow: hidden;
}

.heading-4 {
    color: #222e3e;
    font-size: 22px;
    font-weight: 600;
}

.how-we-get.our-achievements.audiobook-version .heading-2 {
    font-size: 58px;
}

.cta-section {
    background-image: url('../images/2147978260.webp');
    background-position: center;
    background-repeat: repeat;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3rem 0;
    position: relative;
    z-index: 0;
}

.cta-section::before {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background: #000000bd;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #F3F7FF; */
}

.cta-content {
    text-align: center;
}

.cta-content ul.parent-btns {
    justify-content: center;
    margin: 0;
}

.cta-content .heading-2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    width: 95%;
    margin: auto;
    margin-bottom: 1rem;
}

/* steps section  */
.parent-process {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 453px;
    margin: 2rem 0 0 0;
}

.step-process {
    display: inline-flex;
    align-content: flex-start;
    /* flex-wrap: wrap; */
    position: relative;
    width: 340px;
    padding: 10px;
    flex-direction: column;
    position: absolute;
}

.step-process .title-step {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #F6921E;
    margin-block-end: 6px;
}

.step-process .heading-3 {
    /* margin: -5px 0px 0px 0px; */
    margin-block-end: 8px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222E3E;
}

.step-process p {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.step-process.step-1 {
    left: 0;
    top: -31px;
}

.step-process.step-2 {
    right: -41px;
    top: -37px;
}

.step-process.step-3 {
    bottom: 119px;
    left: 0;
}

.step-process.step-4 {
    right: -6px;
    bottom: 132px;
}

.step-process.step-5 {
    left: 390px;
    bottom: 89px;
}

.parent-process figure {
    width: 49%;
    margin: auto;
}

.process-works ul.parent-btns {
    justify-content: center;
}


/* orange cta section */
.yellow-cta .wrapper {
    background: red;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFB220 0%, #FA990A 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 30px 0px 0px 30px;
}

.yellow-cta .wrapper {
    margin-left: 13%;
}

.yellow-cta .section-content {
    text-align: start;
}

.yellow-cta h2.heading-2.black {
    text-align: start;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #222E3E;
}

.yellow-cta .section-content p.para {
    text-align: start;
}

.yellow-cta .section-content .parent-list ul {
    display: flex;
    gap: 80px;
    padding-left: 0;
    list-style: none;
}

.yellow-cta .section-content .parent-list ul li {
    font-weight: 500;
}

.yellow-cta .section-content .heading-4 {
    text-align: start;
    font-size: 18px;
}

.parent-list {
    margin-bottom: 2rem;
}

.yellow-cta .section-content .parent-list ul img {
    max-width: 20px;
}

figure.parent-picture {
    margin: 0;
    text-align: center;
}

.parent-achievements .child-achievements {
    /* display: flex; */
    /* align-items: baseline; */
    border-style: dashed;
    border-width: 2px 0px 2px 2px;
    border-color: #D1D1D1;
    padding: 10px;
}

.parent-achievements .child-achievements {
    text-align: center;
}

.parent-achievements .child-achievements h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #222E3E;
}

.parent-achievements .child-achievements p {
    text-align: center;
    color: #222E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.parent-achievements {
    display: flex;
}

.faqs h2.accordion-header button.accordion-button {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222E3E;
}

.accordion-button:not(.collapsed) {
    background: #E4E4E447;
}

.accordion-item {
    margin: 1rem 0;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    border-color: #E8E8E8;
    background-color: #FFFFFF00;
    border-radius: 8px 8px 8px 8px;
}

.cta-section.clients {
    background: #F3F7FF;
}

.cta-section.clients::before {
    display: none;
}

.best-choice-for-you.yellow-bg {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFB220 0%, #FA990A 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 70px 0px 70px 0px;
    z-index: 1;
    border-radius: 0px 0px 70px 70px;
}

.best-choice-for-you.yellow-bg h2.heading-2 {
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 31px;
    color: #222E3E;
    margin-bottom: 1rem;
}


/* footer css  */
.footer-main {
    padding: 0;
    background: url(../images/footer-bg.webp);
    overflow: hidden;
}
.footer-bottom {
    background: #000;
    padding: 25px 0;
}
.black_friday #veteran-countdown .veteran-counter, .cta-sec-2 .hd-txt, .float, .get-in-touch, .industry-sec .hd-txt h2, .modaL_order2 #countdown .labels, b.text_off {
    text-align: center;
}
.get-in-touch p {
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.get-in-touch p a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin: 0 10px;
}
.get-in-touch p a i {
    color: #2f8886;
}
.get-in-touch p a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin: 0 10px;
}
.footer-last {
    padding: 20px 0;
    background: #0f1010d9;
}
.copyright a, .copyright p, .footer-nav2 li a {
    font-size: 13px;
    color: #fff;
}
.copyright p {
    padding: 0;
    text-align: center;
}
.copyright a, .copyright p, .footer-nav2 li a {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
    text-decoration: none;
}
.copyright a {
    padding: 0 5px;
    margin: 0 5px;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #cccccc;
}
.disclaimer-area {
    padding: 10px 0;
    background: linear-gradient(90deg, #FFB220 0%, #FA990A 100%);
}
.disclaimer {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    padding: 10px 0;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.disclaimer strong {
    font-weight: 600;
    color: #fff;
}
.pricing_box {
    height: 638px;
}

section.pricing .container {
    max-width: 1320px;
}
section.section-2.py {
    overflow: hidden;
}
.sign-up-from-modal {
    /* border: 2px solid #d2fffd; */
    border-radius: 5px;
}
    .modal-body {
        padding-left: 0%;
        padding-right: 2%;
        position: relative;
        background: url(../images/background-popup.webp) 100% 95%/cover no-repeat #000;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .modal-header {
    padding: 0px;
    border-bottom: 0px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.modal-header .btn-close {
    position: absolute;
    right: 0px;
    top: 22px;
    background-color: #e08058;
    color: #fff;
    z-index: 99999;
    border: navajowhite;
    outline: none;
}
.modal-pic {
    position: absolute;
    width: 100%;
    left: 17px;
    top: 15px;
}
.footer-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: white;
    padding-top: 52px;
}
.footer-content span {
    color: red;
    font-size: 1.8rem;
    margin: 0px;
}
.footer-content strong {
    font-size: 30px;
    color: #da7b5d;
    /* line-height: 1.1; */
    padding-bottom: 30px;
}
.sign-up-from.contact-form input {
    border: 1px solid #ccc;
    margin: 8px 0;
    padding: 9px 13px;
    border-radius: 4px;
}
.contact-form input, .contact-form textarea {
    background-color: transparent;
    margin: 8px 0px 20px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 13px;
    background-color: #ffffffe8;
    width: 100%;
}
.green-btn {
    background: rgb(1, 111, 108);
    background: #e68551;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 13px 42px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.modal-pic {
    /* position: absolute; */
    /* width: 64%; */
    /* left: -135px; */
    /* top: 15px; */
}


.modal-dialog {
    max-width: 734px;
}
.modal.fade .modal-dialog {
    transform: translate(0, 0px);
}
.asasa.col-lg-7.col-md-7.col-12 {
    background: #000000a1;
    border-radius: 10px;
    padding-bottom: 63px;
}
@keyframes shake {
		  0% {
		    transform: scale(1);
		  }
		  50% {
		    transform: scale(1.1);
		  }
		  100% {
		    transform: scale(1);
		  }
		}


.serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a:first-child {
    animation: shake 2s linear infinite;
}
/* footer css  */




.popupform1 {
    /* max-width: 980px; */
    /* padding: 0; */
    /* overflow: visible; */
    /* position: relative; */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0,0,0,.62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

.custom-pop1 {
    position: relative;
    width: 802px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    height: auto;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-color: white;
    z-index: 111111111;
}

.custom-pop1 {
    padding: 0px 24px 0px 0px;
    background: #101010;
}

a#entry-box_close {
    background-color: #2567ac;
    width: 36px;
    height: 36px;
    display: block;
    line-height: 59px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 12px;
    font-size: 22px;
    top: 6px;
    z-index: 999;
    border-radius: 33px;
}

.pop-txt1 {
    /* left: -44px; */
    /* padding: 0; */
}

.popup-content1 h2 {
    font-family: 'Poppins';
    font-size: 24px;
    padding: 0;
    color: white;
    padding-left: 0;
    font-weight: 600;
    margin: 0 0 1px;
}

.popup-content1 p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: #313131;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
}

.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.popup-content1 [class*='col-'] textarea {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 100%;
    border-radius: 0;
    resize: none;
}
.popup-content1 [class*='col-'] {
    padding: 0 7px;
    margin-top: 14px;
}
.popup-content1 p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
    padding-left: 15px;
}
.popup-content1 p {
    /* max-width: 86%; */
    margin: 0 0 10px;
    color: white;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 14px;
}
.popup-content1 p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}

.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 0;
    border-radius: 10px;
}
.btn-yellow {
    background: linear-gradient(90deg, rgb(58 62 64) 0%, rgb(24 25 26) 35%, rgb(55 56 58) 100%);
    color: white;
    border: 1px solid!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
.custom-pop1 .btn-yellow {
    padding: 10px 40px;
    font-size: 14px;
}
.btn {
    border-radius: 0;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    border: 2px solid;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-yellow:before {
    /* content: ''; */
    /* background: transparent; */
    height: 77%;
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid white;
    left: 0;
    bottom: 0;
    margin: auto;
}
.btn-yellow:after {
    background: #247abc;
}
.btn:after {
    /* content: ''; */
    background: linear-gradient(90deg, rgba(37,150,209,1) 0%, rgb(36 126 191) 35%, rgb(37 91 163) 100%);
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.custom-pop1::after {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0px;
    height: 496px;
    width: 336px;
    background: url(../images/pop-img.png) no-repeat 0 0 / 100%;
    /* filter: drop-shadow(0px 2px 37px white); */
}

/*pop-img.png*/




.ssssss {
    position: fixed;
    z-index: 11111111;
    bottom: 61px;
    left: 46px;
    /* width: 100%; */
    /* height: 100%; */
    /* background: #356bac; */
    filter: drop-shadow(0px 0px 5px white);
    /* background: white; */
    /* animation: vibration 1.5s ease infinite; */
    animation: shake 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}


.sssssss {
    background-image: url(../images/Banner-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 127px;
}


.ssssss a img {
    width: 188px;
}


@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@media only screen and (max-width: 1400px){
    .sssssss {
        height: 81px;
    }
    
}

.review-footer img {
    margin: 0 !important;
}

.review-footer {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    width: 100%;
}

.review-footer a {
    width: 100%;
}

.textwidget img.ssss.img-fluid {
    filter: brightness(0) invert(1) !important;
}
.popup-bann img {
    width: 100%;
}

.btn-yellow:hover {
    color: white;
}
.popup-content1 {
    margin-top: 35px;
}