body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

:root {
    --blue: #fbbf20;
}

h1,
h2,
h3 {
    font-family: "Libre Baskerville", serif;
    margin: 0;
}

p {
    font-family: "Raleway", sans-serif;
    margin: 0;
}


a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    list-style: none !important;
}





.blue-btn {
    background-color: #fbbf20;
    color: #ffffff;
    border-color: #fbbf20;
    font-family: 'Heebo';
    font-size: 19px;
    text-transform: capitalize;
    line-height: 23px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 8px 8px 8px 8px;
    min-height: 52px;
    padding: 15px 40px 13px 40px !important;
    font-weight: 400;
}

.white-btn {
    background-color: white;
    color: #fbbf20;
    font-weight: 600;
}


.let-us-sec:before {
    position: absolute;
    content: "";
    background: linear-gradient(358deg, rgb(0 0 0) 31%, rgb(0 0 0 / 71%) 51%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

section.recent-sec:before {
    position: absolute;
    content: "";
    background: linear-gradient(358deg, rgb(0 0 0) 31%, rgb(0 0 0 / 54%) 51%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

/* header css start */


.top-header {
    background: #fbbf20;
    padding: 7px 0;
}

.top-call {
    display: flex;
    align-items: center;
}


.top-call p {
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 500;
    font-size: 17px;
}

.top-call a {
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 500;
    font-size: 17px;
}

.sign-bar {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: end;
    align-items: center;
}

.flags {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: end;
    width: 50%;
}

.flags a {
    width: 100%;
}

.signup-form a {
    color: white;
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
}

a.navbar-brand img {
    width: 50%;
}

ul.navbar-nav {
    gap: 15px;
    margin-top: 20px;
}

header {
    padding: 0px 80px;
    background: black;
    padding-bottom: 8px !important;
}

ul.navbar-nav li a {
    color: white;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    padding: 0px 15px 0px 15px;
}

ul.navbar-nav li a:hover {
    color: #F89631;
}

.web-btn {
    background: #fbbf20;
    font-family: "Heebo", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 030px 030px 030px 030px;
    position: relative;
    z-index: 10;
    display: block;
    border: 2px solid white!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: white;
    text-transform: uppercase;
    width: 160px;
    height: 50px;
    border: 2px solid #fbbf20;
    transition: all ease 0.5s;
    letter-spacing: 1px;
}

.top-side-btn {
    gap: 15px;
    margin-top: 20px;
}

.web-btn span {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 12px;
    right: 0;
    transition: all ease 0.5s;
}

.web-btn span.animatedbtn2 {
    top: -30px;
    color: #fbbf20;
    transition: all ease 0.5s;
    font-size: 18px;
}

.web-btn span.animatedbtn1 {
    color: white !important;
    transition: all ease 0.5s;
}

.web-btn:hover {
    transition: all ease 0.5s;
    background: white;
}

.web-btn:hover span.animatedbtn2 {
    top: 11px;
    transition: all ease 0.5s;
}

.web-btn:hover span.animatedbtn1 {
    top: 55px;
    transition: all ease 0.5s;
}

/* header css end */




/* main-sec css start */
.main-sec {
    background-image: url(../images/main-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 564px;
    position: relative;
    z-index: 1;
}
.main-sec:before {
    position: absolute;
    content: "";
    background: #00000061;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
}

.main-content h5 {
    color: white;
    background-color: #fbbf20;
    padding: 7px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 19px;
    width: 73%;
    margin-bottom: 20px;
}

.main-content h1 {
    color: white;
    font-family: 'Libre Baskerville';
    font-weight: 700;
    font-size: 48px;
}

.main-content p {
    color: white;
    font-size: 19px;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 19px;
}

.main-images {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 17px;
}

.main-images img {
    height: 65px;
    width: 20%;
}

.main-form {
    position: relative;
    z-index: 0;
}

.backformimg {
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: -1;
    right: 0;
    text-align: center;
    width: 80%;
    margin: auto;
}

.main-form form {
    background-color: white;
    border: 5px solid #F89B3B;
    margin: auto;
    width: 60%;
    border-radius: 5px;
    padding: 20px;
}

.main-form h4 {
    font-size: 24px;
    text-align: center;
    font-family: 'Heebo';
    font-weight: bold;
    color: #F89B3B;
}

.main-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
}

.form-check input {
    width: unset;
}

.main-form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    border-color: #000000;
    border-width: 01px 01px 01px 01px;
    border-radius: 4px 4px 4px 4px;
    font-family: "Heebo", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.6px;
    word-spacing: 0px;
    padding-left: 9px;
}

.main-form label.form-check-label {
    font-family: "Heebo", Sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.6px;
    word-spacing: 0px;
    color: #8B8B8B;
    height: 50px;
    overflow-y: scroll;
}

.main-form .form-check {
    gap: 8px;
    display: flex;
}

.main-form .form-check input {
    width: 120px !important;
    height: 15px !important;
    padding: 0;
}

.main-form .blue-btn {
    width: 100%;
    margin-top: 8px;
    line-height: 3px;
    min-height: 47px;
}

.main-btn {
    display: flex;
    gap: 40px;
}

/* main-sec css end */


/* logo sec css start */
.logo-carousel img {
    width: 60% !important;
    /* height: 45px; */
}
.logos-part .logo-carousel .item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-sec {
    padding: 38px 0px;
}

/* logo sec css end */


/* shaping-sec css start */
.shaping-sec {
    background-color: #F2F2EB;
    padding: 80px 0px;
}

.h2-black {
    font-size: 43px;
    color: #0E2F3B;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

p.para-gray {
    font-size: 19px;
    font-weight: 400;
    color: #6E7A81;
    margin-bottom: 30px;
    text-align: center;
}

/* shaping-sec css end */


/* let-us-sec css start */
.let-us-sec {
    padding: 80px 0px;
    background-color: #fbbf20;
    background-image: url(../images/2-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.h2-white {
    color: white !important;
}

.para-white {
    color: white !important;
}

/* let-us-sec css end */




/* logos-sec css start */
.logos-part h2.h2-black {
    text-align: center;
    margin-bottom: 30px;
}

.books-carousel h3 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
}

.books-carousel button.owl-dot span {
    background: #54595f !important;
}

.books-carousel button.owl-dot.active span {
    background: #6ec1e4 !important;
}

/* logos-sec css end */


/* process-sec css start */

.process-sec {
    background-color: #F2F2EB;
    padding: 80px 0px;
}

.icon-detail {
    background-color: white;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    height: 230px;
    transition: all ease 0.5s;
}

.icon-detail img {
    width: 35%;
    margin-bottom: 25px;
    filter: brightness(2.5) invert(10);
}

.icon-detail h5 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    font-family: inherit;
}

.icon-detail:hover {
    border: 1px solid var(--blue);
    transform: translateY(-10px);
    transition: all ease 0.5s;
}

/* process-sec css end */


/* recent-sec css start */
.recent-sec {
    background-color: var(--blue);
    padding: 80px 0px;
    background-image: url(../images/3-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.recent-collection {
    text-align: center;
}

.recent-collection p.para-gray.para-white {
    width: 57%;
    margin: auto;
    margin-bottom: 50px;
}

.book2-carousel a img {
    width: 85% !important;
    margin: auto;
}

/* recent-sec css end */


/* faq-sec css start */
.faq-sec {
    padding: 80px 0px;
}

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

.faq-content h2.h2-black {
    font-size: 36px;
    line-height: 60px;
}

.faq-question h2 {
    text-align: center;
    margin-top: 50px;
}

.faq-question h2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.faq-answer {
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.1);
}

.faq-answer h6 {
    padding: 25px 50px;
    background-color: #FFE8DB;
    font-size: 17px;
    font-weight: 500;
    color: black;
}

.faq-answer p {
    background-color: white;
    padding: 25px 50px;
    margin: 0;
    color: black;
}

.for-purple h6 {
    background-color: #f4f4ff !important;
}

/* faq-sec css end */






/* footer css start */

footer {
    background: black;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

.footer-logo img {
    width: 60%;
}

.footer-logo p {
    color: white;
    margin-top: 20px;
    font-family: 'Heebo';
    font-size: 15px;
    width: 85%;
}

.footer-link h4 {
    font-family: "Heebo", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-link ul li a {
    font-family: "Heebo", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    transition: color 0.3s;
}

.footer-link ul li {
    padding: 5px 0;
}

.footer-link ul li p {
    font-family: "Heebo", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    transition: color 0.3s;
}


ul.pers-info li {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.pers-info li i {
    color: white;
    margin-right: 10px;
}

.certificate-info {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.certificate-img img {
    width: 70%;
}

.certificate-desc h6 {
    font-family: "Heebo", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.certificate-desc p {
    font-family: "Heebo", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    width: 70%;
}

.certificate-img {
    width: 20%;
}

.certificate-desc {
    width: 80%;
}

.pay-method {
    display: unset;
}

.pay-method h6 {
    font-family: "Heebo", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 80px;
}

ul.cards-list {
    display: flex;
    align-items: center;
    gap: 14px;
}

ul.cards-list li {
    padding: 10px;
    align-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    width: 150px;
}

ul.cards-list li img {
    width: 100%;
}

.secure-certificate {
    text-align: center;
    padding-top: 50px;
}

.secure-certificate img {
    width: 25%;
}

.secure-certificate p {
    color: white;
    font-family: "Heebo", Sans-serif;
    font-weight: 400;
    margin-top: 50px;
}

footer:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 50%;
    right: 0;
    height: 1px;
    width: 70%;
    background: white;
    margin: auto;
}


/* footer css end */

/* modal css start */

div#staticBackdrop .modal-header {
    border: none;
    padding: 0;
}

div#staticBackdrop .modal-header button {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
    font-size: 10px;
}

div#staticBackdrop .modal-content {
    border-style: solid;
    border-color: #F59800;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.signup-timer-form {
    text-align: center;
}

.signup-timer-form h5 {
    font-family: "Cabin", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fbbf20;
}

.signup-timer-form h5 span {
    color: #F59800;
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 40px;
}

.countdown .count-date-time span {
    color: #000000;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.signup-timer-form form input {
    background-color: #ffffff;
    border-color: #A94442;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 40px;
}

.signup-timer-form form textarea {
    background-color: #ffffff;
    border-color: #A94442;
    border-radius: 3px 3px 3px 3px;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 40px;
}

.signup-timer-form form .form-check {
    text-align: start;
    margin: 10px 0;
}

.signup-timer-form form .form-check input {
    width: 12px !important;
    height: 12px !important;
    min-height: unset;
}

.signup-timer-form form .form-check label {
    font-size: 11px;
    line-height: 1;
    color: #C8C8C8;
}

.signup-timer-form form .form-group button {
    width: 100%;
    min-height: 30px;
    line-height: 10px;
    border-radius: 15px;
    letter-spacing: 1.7px;
    font-size: 14px;
}


/* modal css end */


.side-social-links {
    position: fixed;
    z-index: 10;
    top: 40%;
    left: 0;
}

.side-social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.side-social-links ul li a {
    background-color: #FFFFFF;
    --icon-padding: 0.3em;
    border-style: solid;
    border-width: 02px 02px 02px 0px;
    border-color: #fbbf20;
    color: #fbbf20;
    font-size: 30px;
}

.side-social-links ul li a:hover {
    background: #fbbf20;
    color: white;
}

.rigt-icon {
    right: 0;
    left: unset;
}

.side-social-links.rigt-icon a.btn.web-btn {
    border-radius: 5px;
    font-size: 16px;
    line-height: unset;
    min-height: unset;
    transform: rotate(-90deg);
    height: unset;
}

.side-social-links.rigt-icon ul {
    align-items: end;
}
.signup-form {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 14px;
    align-items: center;
}

.susb {
    background: whitesmoke;
    color: black!important;
    padding: 10px 15px;
    border-radius: 37px;
    font-size: 14px!important;
}


.popup-content1 h5 {
    color: #fdb304;
    font-size: 29px;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 9px;
}
.popup-content1 h3 {
    margin-bottom: 1px;
    font-size: 23px;
}
.popup-content1 h4 {
    margin-bottom: 0px;
}
.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 13px;
    height: 35px;
    margin-bottom: 12px;
    border-radius: 0;
    margin-top: 3px;
}
.popup-content1 h4 {
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 13px;
    font-weight: 700;
}
.popup-content1 select {
    color: #313131;
    font-weight: 400;
    font-size: 21px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 0;
    margin-top: 3px;
    padding: 4px 10px;
}
.popup-content1 select {
    color: #313131;
    font-weight: 500;
    font-size: 16px;
    height: 43px;
    margin-bottom: 12px;
    border-radius: 5px;
    margin-top: 3px;
    padding: 4px 10px;
    border-color: #6c757d;
}
label.upload-block {
    border: 2px dashed rgb(217 163 21);
    border-radius: 7px;
    padding: 9px 15px;
    text-align: center;
    width: 100%;
    margin: 23px 0px 7px;
}
.popup-content1 small {
    font-size: 15px;
    font-weight: 600;
}
#file-name-display ul {
    padding-left: 0;
    margin-top: 5px;
}
#file-name-display li::before {
    content: "📄 ";
    margin-right: 5px;
}
.popup-content1 [class*='col-'] textarea {
    color: #313131;
    font-weight: 400;
    font-size: 15px;
    height: 43px;
    border-radius: 0;
    resize: none;
    border-color: #6c757d;
}
.input-che {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 11px;
}
.popup-content1 [class*='col-'] input {
    color: #313131;
    font-weight: 400;
    font-size: 15px;
    height: 43px;
    margin-bottom: 12px;
    border-radius: 0;
    margin-top: 3px;
    border-color: #6c757d;
    border-radius: 6px;
}
.input-che label {
    font-size: 15px;
    font-weight: 600;
}
.popup-content1 .modal-footer {
    justify-content: center;
}
.btn-live {
    background: #fdb304;
    border: 1px solid #fdb304;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: roboto-slab-bold;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 30px !important;
    text-align: center;
}
.input-che input {
    height: 14px!important;
    margin-bottom: 4px!important;
}

.popup-content1 {
    padding: 20px 20px;
    border: 4px solid black;
    border-radius: 10px;
    width: 93%;
    justify-content: center;
    margin: 0px auto;
}

textarea#quote_desc {}








.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: 532px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background: url(../images/writer-bg.png) no-repeat 0 0 / 100%;
    z-index: 111111111;
    background-position: right;
}

.custom-pop1 {
    padding: 50px 10px;
    overflow: hidden;
}

a#entry-box_close {
    background-color: #fbbf20;
    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: #000000;
    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: #000000;
    font-weight: 500;
    /* padding-left: 14px; */
    font-size: 19px;
}
.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: 40px;
    margin-bottom: 12px;
    border-radius: 0;
}
.btn-yellow {
    background: linear-gradient(90deg, rgba(37,150,209,1) 0%, rgb(36 126 191) 35%, rgb(37 91 163) 100%);
    color: white;
}
.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: -184px;
    top: 0px;
    height: 100%;
    width: 100%;
    /* background: url(../images/writer-bg.png) no-repeat 0 0 / 100%; */
    /* filter: drop-shadow(0px 2px 37px white); */
    background-position: center;
    z-index: -1;
    background: #00000085;
    left: 0px;
}

/*pop-img.png*/

.popup-content1 {
    background: #ffffff5e;
    padding: 20px 29px;
    border-radius: 10px;
}

button.btn.web-btn.banfrom-btn {
    width: 100%;
}