body{
    color: #333;
    background-color: #f3f3e9;
}

.main_logo img {
    width: 30%;
}

img {
    max-width: 100%;
}

.side_linkss ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.side_linkss ul li a img {
    width: 16%;
}

.side_linkss ul li a {
    color: black;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;
}

section.sec_1 {
    padding: 60px 0;
    background: url(../images/banner1bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 0 20px 50px 50px;
    position: relative;
}
.side_linkss ul li button.getStarted {
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    border-radius: 50px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    color: #fff;
    max-width: 200px;
    padding: 10px 30px 10px 30px;
}

.side_linkss ul li {
    flex: 0 0 34%;
}
header {
    padding: 10px 0;
}
.Main_banner h5 {
    background: #f6921e;
    padding: 7px 16px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    display: table;
    position: relative;
}

.Main_banner h5::after {
    content: "";
    position: absolute;
    right: -15px;
    border-bottom: 39px solid transparent;
    border-top: 0 solid transparent;
    border-left: 15px solid #f6921e;
    top: 0;
}

.Main_banner h2 {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 48px;
    color: #fff;
}

.Main_banner p {
    margin: 30px 0;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}

.global_btnss {
    display: flex;
    gap: 25px;
}

.global_btnss button.globalBtn.quote {
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    border-radius: 50px;
    font-size: 15px;
    border: none;
    font-weight: 600;
    color: #fff;
    max-width: 200px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
}

.global_btnss button.globalBtn.liveCh {
    background: black;
    border-radius: 50px;
    font-size: 14px;
    border: none;
    font-weight: 700;
    color: #fff;
    max-width: 200px;
    padding: 10px 20px 10px 20px;
    width: 200px;
    text-transform: uppercase;
}

.main_bann_form {
    background: white;
    color: black;
    padding: 20px 40px 20px 40px;
    max-width: 400px;
    position: relative;
    left: 120px;
    border-radius: 10px;
    width: 100%;
}

.main_bann_form h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.main_bann_form form {
    display: flex;
    flex-direction: column;
}

.main_bann_form form input {
    height: 40px;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-weight: 500;
}

.main_bann_form form .fieldds {
    display: flex;
    flex-direction: column;
}

.main_bann_form form .fieldds label {
    font-weight: 700;
    margin: 0 0 6px 0;
    font-size: 15px;
}

.main_bann_form form .fieldds select {
    height: 40px;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-weight: 500;
}

.main_bann_form form  .checK_div {
    display: flex;
    gap: 10px;
}

.main_bann_form form .checK_div label {
    font-weight: 700;
    font-size: 15px;
}

.main_bann_form form ._submit {
    display: flex;
}

.main_bann_form form ._submit input[type="submit"] {
    width: 100%;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 10px 0;
}
section.sec_2 {
    background: #f6921e;
    margin-top: -70px;
}

.main_logo_slider {
    padding-top: 90px;
}
section.sec_3 {
    position: relative;
    margin: 0 0 80px 0;
}

section.sec_3::before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    max-height: 470px;
    height: 100%;
    top: 0;
    width: 100%;
}

.main_books_slider ul.book_slider li img {
    width: 90%;
    margin: 30px 0 10px 0;
}

ul.book_slider {
    z-index: 99999;
    position: relative;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    font-size: 0;
    left: 0;
    bottom: -110px;
    top: unset;
    z-index: 9999999;
    font-size: 0;
    background-image: url(../images/sleft-removebg-preview.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid gray;
    border-radius: 50%;
    background-color: #e8e9da !important;
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
    display: none;
}

button.slick-next.slick-arrow{
    background-image: url(../images/sleft-removebg-next.png);
    right: -120px;
    top: 365px;
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    filter: invert(0) brightness(0.5);
}
section.sec_4 {
    padding: 60px 0;
    background: url(../images/te-layer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.reachOUt_head h5 {
    font-family: BrownProSemiBold;
    color: #f6921e;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}

.reachOUt_head h5::after {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #d1f8f2;
    z-index: -1;
    left: -60px;
    top: -30px;
    content: '';
}

.reachOUt_head h2 {
    font-size: 32px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
    padding-right: 2px;
    position: relative;
    z-index: 999999 !important;
}

.reachOUt_head h2::after {
    content: '';
    width: 96px;
    height: 96px;
    display: block;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 0;
}
.reachOut_para p {
    color: #555;
    font-weight: 500;
    line-height: 25px;
}
.main_listing_reachout ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.main_listing_reachout ul li {
    flex: 0 0 45%;
    margin: 0 30px 0 0;
    padding: 0 20px 0 20px;
    position: relative;
}

.main_listing_reachout ul li::after {
    content: '';
    display: block;
    background: url(../images/pl-ic.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 37px;
    width: 37px;
    position: absolute;
    top: -8px;
    left: -28px;
    right: unset;
}
.reachOut_img {
    position: relative;
}

.reachOut_img img {
    width: 100%;
}

.reachOut_img::after {
    content: '';
    display: block;
    background: #00cc8f;
    position: absolute;
    height: 96%;
    width: 104%;
    top: 30px;
    z-index: -1;
    left: -20px;
    right: unset;
}
section.sec_5 {
    padding: 60px 0;
    background: url("../images/test-left.webp") left bottom no-repeat,    url("../images/test-right.webp") right bottom no-repeat;
}

.client_reviews h5 {
    text-align: center;
    font-family: BrownProSemiBold;
    color: #f6921e;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}

.client_reviews h5::after {
    content: '';
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #d1f8f2;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -26px;
}

.client_reviews h5::before {
    content: '';
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: white;
    margin: 0 auto;
    left: 450px;
    right: 0;
    top: -30px;
}

.client_reviews h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 100px 0;
}
.client_reviews ul.testi_monials li .main_testimonail {
    background: white;
    margin: 0 10px 0 10px;
    padding: 3rem;
    border-radius: 10px;
}

.client_reviews ul.testi_monials li .main_testimonail .img img {
    margin: 0 0 20px 0;
}

.client_reviews ul.testi_monials li .main_testimonail .content p {
    height: 100px;
    overflow-y: auto;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #333 #f1f1f1;
}

*::-webkit-scrollbar {
  width: 5px;
  border-radius: 15px;
  
}

*::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 15px;
}

*::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}
section.sec_6 {
    background: url(../images/cta-top.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6em 0;
    width: 100%;
    background-color: white;
}
.best_seller h3 {
    text-align: center;
    padding-top: 80px;
    color: #1d3337;
    letter-spacing: -3px;
    font-size: 38px;
    font-weight: 700;
    position: relative;
}

.best_seller h3::after {
    content: '';
    display: block;
    background: url(../images/laptop.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -50px;
    width: 135px;
    height: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.best_seller a {
    color: #fff;
    font-size: 60px;
    text-shadow: 3px 7px 10px #00000029;
    text-decoration: none !important;
    font-weight: 700;
    text-align: center;
}

.best_seller {
    text-align: center;
    position: relative;
    z-index: 99999;
}

.best_seller::after {
    content: "";
    position: absolute;
    background: url(../images/cta-center.webp) center center no-repeat;
    width: 100%;
    top: -100px;
    left: 0;
    min-width: 1100px;
    height: 706px;
    z-index: -1;
}

.best_seller .global_btnss {
    justify-content: center;
    margin: 30px 0 0 0;
}
section.sec_7 {
    position: relative;
    padding: 60px 0;
    color: white;
}

section.sec_7::before {
    background: url(../images/yel-right.webp) right top no-repeat #1c3135;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 84%;
    top: 0;
    z-index: 99999;
}

section.sec_7 .container {
    position: relative;
    z-index: 99999;
}

.amazon_expert_img img {
    max-width: none;
    right: 265px;
    position: relative;
}

.amazon_expert_img {
    position: relative;
}

.amazon_expert_img::after {
    content: "";
    position: absolute;
    left: -274px;
    bottom: -10px;
    height: 62%;
    width: 100%;
    background: #f6921e;
    z-index: -1;
}

.amazon_expert_content h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 130px 0 0;
}

.amazon_expert_content p {
    color: #b2c9cd;
    width: 100%;
    font-size: 22px;
    line-height: normal;
    margin-top: 20px;
}
section.sec_8 {
    padding: 60px 0;
    background: url(../images/cta-green.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}
.becom_author_head h2 span {
    font-weight: 400;
    display: block;
}

.becom_author_head h2 {
    font-size: 35px;
    text-transform: none;
    line-height: 46px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.become_author_contactss ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.become_author_contactss ul li a {
    color: #f6921e;
    font-size: 20px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.become_author_contactss .new_global_btn {
    display: flex;
}

.become_author_contactss .new_global_btn button.get_new_btn {
    font-size: 17px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    box-shadow: none;
    width: 200px;
    padding: 12px 0;
}
.become_author_contactss ul li {
    flex: 0 0 100%;
    margin: 0 0 10px 0;
}
section.sec_9 {
    padding: 60px 0;
}

.book_legacy h5 {
    font-family: BrownProSemiBold;
    color: #f6921e;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.book_legacy h5::after {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #d1f8f2;
    z-index: -1;
    left: 0;
    top: -20px;
    content: '';
    margin: 0 auto;
    right: 0;
}

.book_legacy h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.book_legacy h3 {
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    margin: -30px 0 13px 0;
}

.book_legacy p {
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.parent_items {
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
}

.parent_items .img_sec {
    flex: 0 0 45%;
}

.parent_items .content_inner {
    flex: 0 0 55%;
}
section.sec_10 {
    padding: 40px 0;
    background: white;
}

.trustpiloots ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.trustpiloots ul li {
    flex: 0 0 23%;
    margin: 0 30px 0 0;
}

.trustpiloots ul li .trust_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.trustpiloots ul li .trust_box .trust_logo_img img {
    width: 120px;
    height: 60px;
    margin: 0 0 10px 0;
}

.trustpiloots ul li .trust_box .trust_logo_content p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    color: #666;
    text-align: left;
    font-weight: 500;
}

.trustpiloots ul li .trust_box .trust_logo_content p::before {
    content: '';
    display: block;
    background: url(../images/comma.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    left: 0;
}
section.sec_11 {
    background: url("../images/cont-shadow.webp") left top no-repeat,    url("../images/c-left.webp") left bottom no-repeat,    url("../images/c-right.webp") right top no-repeat #1c3135;
    color: white;
    padding: 60px 0;
    position: relative;
    overflow-x: clip;
}

section.sec_11::after {
    background: url(../images/contact-after.webp) left top / cover no-repeat;
    right: -80px;
    width: 682px;
    height: 535px;
    top: -50px;
    content: "";
    position: absolute;
}

.contact_form h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 45px;
    font-weight: 700;
}

.contact_form form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contact_form form .in_fields {
    flex: 0 0 45%;
    margin: 0 20px 20px 0;
}

.contact_form form .in_fields input {
    width: 100%;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #ddd;
    height: 45px;
    font-weight: 400;
    font-size: 14px;
    resize: none;
}

.contact_form form .in_fields_full {
    flex: 0 0 100%;
}

.contact_form form .in_fields_full input {
    width: 93%;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #ddd;
    height: 45px;
    font-weight: 400;
    font-size: 14px;
    resize: none;
}

.contact_form form .infield_radio {
    display: flex;
    margin: 20px 0 20px 0;
    align-items: start;
}

.contact_form form .infield_radio input {
    margin: 5px 10px 0 0;
}

.contact_form form .ssUbmit_btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.contact_form form .ssUbmit_btn input[type="submit"] {
    background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    padding: 13px 40px;
    border-radius: 50px;
    font-size: 16px;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
}
footer {
    padding: 4rem 0;
    background: url("../images/ftr-shadow.webp") right top no-repeat;
    width: 100%;
}

.row.space-between {
    display: flex;
    justify-content: space-between;
}

.Logo_and_contect img {
    width: 60%;
    margin: 0 0 20px 0;
}

.Logo_and_contect ul {
    padding: 0 0 0 20px;
    list-style: none;
}

.Logo_and_contect ul li a {
    color: #3b6068;
    text-decoration: none !important;
    font-size: 15px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.Logo_and_contect ul li {
    margin: 0 0 3px 0;
}

.Logo_and_contect ul li a i {
}

.Logo_and_contect ul li a svg {
    margin: 7px 0 0 0;
}

section.last_ {
    background: black;
    color: white;
    padding: 10px 0;
}

.main_last_termss {
    display: flex;
    justify-content: space-between;
}

.main_last_termss .all_rights p {
    font-size: 16px;
}

.main_last_termss .terms_conditionss ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.main_last_termss .terms_conditionss ul li a {
    color: white;
    text-decoration: none !important;
}

.main_last_termss .terms_conditionss ul li {
    position: relative;
}

.main_last_termss .terms_conditionss ul li:last-child::after {
    content: '';
    display: block;
    position: absolute;
    background: white;
    height: 20px;
    width: 2px;
    left: -10px;
    top: 2px;
}


.modal-header {padding: 0 !important;border: none !important;margin-bottom: 20px;}
.modal-body {padding: 0 !important; }
.modal {background: #0000008c; }
.modal-dialog {position: absolute; left: 0; right: 0; margin: auto; }
.popup_form_wrp {
  padding: 0 15px; 
  /* text-align: center;  */
}
.popup_form_wrp h2 {font-weight: 800;font-size: 24px;color: white;margin: 0 0 10px 20px;position: relative;text-align: center;}
.modal-content {padding: 30px 0;background: black !important;}
.popup_form_wrp p {color: #343434; font-weight: 500; }
.popup_form_wrp form input {width: 46%;background: #fff;border-radius: 4px;border: none !important;height: 45px;margin: 0 10px 15px 0;padding: 0 0 0 20px;font-family: 'Raleway';font-weight: 400;outline: none;color: black;border: 1px solid #f6921e;}
.popup_form_wrp form {margin: 30px 0 0 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.popup_form_wrp form input::placeholder, .popup_form_wrp form textarea::placeholder {color: rgba(0, 0, 0, 0.44); font-size: 14px; }
.popup_form_wrp form textarea {border-radius: 6px;height: 130px;padding: 15px 18px;width: 97.5%;margin: 0px 0 20px 0;padding: 20px 15px;font-weight: 500;color: black !important;}
.popup_form_wrp form select {font-size: 14px; font-weight: 500; }
.modal-content {border-radius: 20px; }
.modal-content {border: 3px solid #f6921e !important;width: 431px !important;height: 530px !important;}
.popup_form_wrp h2:before {content: '';display: block;position: absolute;background: transparent;width: 10px;height: 40px;left: -20px;border-radius: 5px;}

span.color_form {color: #f6921e;font-weight: 700;}
button.btn-close {position: absolute;right: 15px;top: 13px;background: #f6921e;opacity: 1;border-radius: 0;width: 10px;height: 10px;border-radius: 50%;}
button.btn-close:after {content: '';display: block;position: absolute;background: #fff;width: 3px;height: 17px;top: 5px;transform: rotate(42deg);left: 11px;border-radius: 5px;}
button.btn-close:before {content: '';display: block;position: absolute;background: #fff;width: 3px;height: 17px;top: 5px;transform: rotate(129deg);left: 11px;border-radius: 5px;}
button.btn-close:hover {background: #F3AD16; opacity: 1; }

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

.popup_form_wrp input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px 0px 0px;
}
div#exampleModal {
    z-index: 9999999;
}

.main_bann_form .checK_div {
    display: none !important;
}


@media only screen and (max-width:1370px){
    button.slick-next.slick-arrow{
        bottom: -97px;
    }
    .reachOUt_head h2::after {
        content: '';
        width: 76px;
        height: 76px;
        display: block;
        background: white;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: 80px;
        z-index: 0;
    }
    .side_linkss ul li button.getStarted {
        width: max-content;
    }
    .side_linkss ul li a {
        display: flex;
        gap: 7px;
    }
    .modal-dialog {
        top: 60px;
    }
}
@media only screen and (max-width:767px){

    .call_inner {
        display: block !important;
        background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999;
        text-align: center;
        padding: 10px 0;
    }
    
    .call_inner a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none !important;
        font-size: 25px;
    }


    body{
     color: #333;
     background-color: #f3f3e9;
}
 .main_logo img {
     width: 30%;
}
 img {
     max-width: 100%;
}
 .side_linkss ul {
     display: flex;
     list-style: none;
     align-items: center;
}
 .side_linkss ul li a img {
     width: 16%;
}
 .side_linkss ul li a {
     color: black;
     text-decoration: none !important;
     font-weight: 600;
     font-size: 18px;
}
 section.sec_1 {
     padding: 60px 0;
     background: url(../images/banner1bg.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     color: #fff;
     border-radius: 0 20px 50px 50px;
     position: relative;
}
 .side_linkss ul li button.getStarted {
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
     border-radius: 50px;
     font-size: 18px;
     border: none;
     font-weight: 600;
     color: #fff;
     max-width: 200px;
     padding: 10px 30px 10px 30px;
}
 .side_linkss ul li {
     flex: 0 0 34%;
}
 header {
     padding: 10px 0;
}
 .Main_banner h5 {
     background: #f6921e;
     padding: 7px 16px;
     font-size: 22px;
     color: #fff;
     font-weight: 400;
     display: table;
     position: relative;
}
 .Main_banner h5::after {
     content: "";
     position: absolute;
     right: -15px;
     border-bottom: 39px solid transparent;
     border-top: 0 solid transparent;
     border-left: 15px solid #f6921e;
     top: 0;
}
 .Main_banner h2 {
     font-weight: 800;
     text-transform: capitalize;
     font-size: 40px;
     letter-spacing: -1px;
     line-height: 48px;
     color: #fff;
}
 .Main_banner p {
     margin: 30px 0;
     font-size: 19px;
     color: #fff;
     font-weight: 500;
}
 .global_btnss {
     display: flex;
     gap: 25px;
}
 .global_btnss button.globalBtn.quote {
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
     border-radius: 50px;
     font-size: 15px;
     border: none;
     font-weight: 600;
     color: #fff;
     max-width: 200px;
     padding: 10px 20px 10px 20px;
     text-transform: uppercase;
}
 .global_btnss button.globalBtn.liveCh {
     background: black;
     border-radius: 50px;
     font-size: 14px;
     border: none;
     font-weight: 700;
     color: #fff;
     max-width: 200px;
     padding: 10px 20px 10px 20px;
     width: 200px;
     text-transform: uppercase;
}
 .main_bann_form {
     background: white;
     color: black;
     padding: 20px 40px 20px 40px;
     max-width: 400px;
     position: relative;
     left: 120px;
     border-radius: 10px;
     width: 100%;
}
 .main_bann_form h3 {
     font-size: 25px;
     text-align: center;
     font-weight: 600;
     margin: 0 0 20px 0;
}
 .main_bann_form form {
     display: flex;
     flex-direction: column;
}
 .main_bann_form form input {
     height: 40px;
     margin: 0 0 20px 0;
     padding: 0 0 0 10px;
     border-radius: 4px;
     border: 1px solid #ccc;
     color: #555;
     font-weight: 500;
}
 .main_bann_form form .fieldds {
     display: flex;
     flex-direction: column;
}
 .main_bann_form form .fieldds label {
     font-weight: 700;
     margin: 0 0 6px 0;
     font-size: 15px;
}
 .main_bann_form form .fieldds select {
     height: 40px;
     margin: 0 0 20px 0;
     padding: 0 0 0 10px;
     border-radius: 4px;
     border: 1px solid #ccc;
     color: #555;
     font-weight: 500;
}
 .main_bann_form form .checK_div {
     display: flex;
     gap: 10px;
}
 .main_bann_form form .checK_div label {
     font-weight: 700;
     font-size: 15px;
}
 .main_bann_form form ._submit {
     display: flex;
}
 .main_bann_form form ._submit input[type="submit"] {
     width: 100%;
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
     border: none;
     border-radius: 50px;
     font-weight: 600;
     color: #fff;
     margin: 20px 0 10px 0;
}
 section.sec_2 {
     background: #f6921e;
     margin-top: -70px;
}
 .main_logo_slider {
     padding-top: 90px;
}
 section.sec_3 {
     position: relative;
     margin: 0 0 80px 0;
}
 section.sec_3::before {
     content: '';
     display: block;
     position: absolute;
     background: #000;
     max-height: 470px;
     height: 100%;
     top: 0;
     width: 100%;
}
 .main_books_slider ul.book_slider li img {
     width: 90%;
     margin: 30px 0 10px 0;
}
 ul.book_slider {
     z-index: 99999;
     position: relative;
}
 button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
     font-size: 0;
     left: 0;
     bottom: -110px;
     top: unset;
     z-index: 9999999;
     font-size: 0;
     background-image: url(../images/sleft-removebg-preview.png);
     background-repeat: no-repeat;
     width: 55px;
     height: 55px;
     left: 0;
     right: 0;
     margin: auto;
     border: 2px solid gray;
     border-radius: 50%;
     background-color: #e8e9da !important;
}
 button.slick-next.slick-arrow {
     right: 0;
}
 button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
     display: none;
}
 button.slick-next.slick-arrow{
     background-image: url(../images/sleft-removebg-next.png);
     right: -120px;
     top: 365px;
}
 button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
     filter: invert(0) brightness(0.5);
}
 section.sec_4 {
     padding: 60px 0;
     background: url(../images/te-layer.webp);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
}
 .reachOUt_head h5 {
     font-family: BrownProSemiBold;
     color: #f6921e;
     margin-top: 0;
     font-weight: 600;
     margin-bottom: 0;
     position: relative;
}
 .reachOUt_head h5::after {
     width: 96px;
     height: 96px;
     border-radius: 50%;
     position: absolute;
     background: #d1f8f2;
     z-index: -1;
     left: -60px;
     top: -30px;
     content: '';
}
 .reachOUt_head h2 {
     font-size: 32px;
     line-height: 44px;
     color: #000;
     font-weight: 700;
     padding-right: 2px;
     position: relative;
     z-index: 999999 !important;
}
 .reachOUt_head h2::after {
     content: '';
     width: 96px;
     height: 96px;
     display: block;
     background: white;
     border-radius: 50%;
     position: absolute;
     right: -20px;
     top: 0px;
     z-index: 0;
}
 .reachOut_para p {
     color: #555;
     font-weight: 500;
     line-height: 25px;
}
 .main_listing_reachout ul {
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     list-style: none;
}
 .main_listing_reachout ul li {
     flex: 0 0 45%;
     margin: 0 30px 0 0;
     padding: 0 20px 0 20px;
     position: relative;
}
 .main_listing_reachout ul li::after {
     content: '';
     display: block;
     background: url(../images/pl-ic.webp);
     background-repeat: no-repeat;
     background-size: contain;
     height: 37px;
     width: 37px;
     position: absolute;
     top: -8px;
     left: -28px;
     right: unset;
}
 .reachOut_img {
     position: relative;
}
 .reachOut_img img {
     width: 100%;
}
 .reachOut_img::after {
     content: '';
     display: block;
     background: #00cc8f;
     position: absolute;
     height: 96%;
     width: 104%;
     top: 30px;
     z-index: -1;
     left: -20px;
     right: unset;
}
 section.sec_5 {
     padding: 60px 0;
     background: url("../images/test-left.webp") left bottom no-repeat, url("../images/test-right.webp") right bottom no-repeat;
}
 .client_reviews h5 {
     text-align: center;
     font-family: BrownProSemiBold;
     color: #f6921e;
     margin-top: 0;
     font-weight: 600;
     margin-bottom: 0;
     position: relative;
}
 .client_reviews h5::after {
     content: '';
     width: 96px;
     height: 96px;
     border-radius: 50%;
     position: absolute;
     background: #d1f8f2;
     z-index: -1;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: -26px;
}
 .client_reviews h5::before {
     content: '';
     width: 96px;
     height: 96px;
     border-radius: 50%;
     position: absolute;
     background: white;
     margin: 0 auto;
     left: 450px;
     right: 0;
     top: -30px;
}
 .client_reviews h2 {
     font-size: 28px;
     line-height: 38px;
     letter-spacing: 1px;
     text-align: center;
     font-weight: 700;
     margin: 0 0 100px 0;
}
 .client_reviews ul.testi_monials li .main_testimonail {
     background: white;
     margin: 0 10px 0 10px;
     padding: 3rem;
     border-radius: 10px;
}
 .client_reviews ul.testi_monials li .main_testimonail .img img {
     margin: 0 0 20px 0;
}
 .client_reviews ul.testi_monials li .main_testimonail .content p {
     height: 100px;
     overflow-y: auto;
     font-size: 16px;
     color: #555;
     font-weight: 500;
}
 * {
     scrollbar-width: thin;
     scrollbar-color: #333 #f1f1f1;
}
 *::-webkit-scrollbar {
     width: 5px;
     border-radius: 15px;
}
 *::-webkit-scrollbar-thumb {
     background-color: #333;
     border-radius: 15px;
}
 *::-webkit-scrollbar-track {
     background-color: #f1f1f1;
     border-radius: 5px;
}
 section.sec_6 {
     background: url(../images/cta-top.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     padding: 6em 0;
     width: 100%;
     background-color: white;
}
 .best_seller h3 {
     text-align: center;
     padding-top: 80px;
     color: #1d3337;
     letter-spacing: -3px;
     font-size: 38px;
     font-weight: 700;
     position: relative;
}
 .best_seller h3::after {
     content: '';
     display: block;
     background: url(../images/laptop.webp);
     background-repeat: no-repeat;
     background-position: center;
     position: absolute;
     top: -50px;
     width: 135px;
     height: 135px;
     left: 0;
     right: 0;
     margin: 0 auto;
}
 .best_seller a {
     color: #fff;
     font-size: 60px;
     text-shadow: 3px 7px 10px #00000029;
     text-decoration: none !important;
     font-weight: 700;
     text-align: center;
}
 .best_seller {
     text-align: center;
     position: relative;
     z-index: 99999;
}
 .best_seller::after {
     content: "";
     position: absolute;
     background: url(../images/cta-center.webp) center center no-repeat;
     width: 100%;
     top: -100px;
     left: 0;
     min-width: 1100px;
     height: 706px;
     z-index: -1;
}
 .best_seller .global_btnss {
     justify-content: center;
     margin: 30px 0 0 0;
}
 section.sec_7 {
     position: relative;
     padding: 60px 0;
     color: white;
}
 section.sec_7::before {
     background: url(../images/yel-right.webp) right top no-repeat #1c3135;
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 84%;
     top: 0;
     z-index: 99999;
}
 section.sec_7 .container {
     position: relative;
     z-index: 99999;
}
 .amazon_expert_img img {
     max-width: none;
     right: 265px;
     position: relative;
}
 .amazon_expert_img {
     position: relative;
}
 .amazon_expert_img::after {
     content: "";
     position: absolute;
     left: -274px;
     bottom: -10px;
     height: 62%;
     width: 100%;
     background: #f6921e;
     z-index: -1;
}
 .amazon_expert_content h2 {
     font-size: 28px;
     font-weight: 700;
     letter-spacing: 1px;
     padding: 0 130px 0 0;
}
 .amazon_expert_content p {
     color: #b2c9cd;
     width: 100%;
     font-size: 22px;
     line-height: normal;
     margin-top: 20px;
}
 section.sec_8 {
     padding: 60px 0;
     background: url(../images/cta-green.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     color: white;
}
 .becom_author_head h2 span {
     font-weight: 400;
     display: block;
}
 .becom_author_head h2 {
     font-size: 35px;
     text-transform: none;
     line-height: 46px;
     letter-spacing: -0.4px;
     margin-bottom: 0;
}
 .become_author_contactss ul {
     display: flex;
     list-style: none;
     padding: 0;
     flex-wrap: wrap;
}
 .become_author_contactss ul li a {
     color: #f6921e;
     font-size: 20px;
     text-decoration: none !important;
     display: flex;
     align-items: center;
     gap: 10px;
}
 .become_author_contactss .new_global_btn {
     display: flex;
}
 .become_author_contactss .new_global_btn button.get_new_btn {
     font-size: 17px;
     border: none;
     border-radius: 3px;
     font-weight: 600;
     color: #fff;
     background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
     box-shadow: none;
     width: 200px;
     padding: 12px 0;
}
 .become_author_contactss ul li {
     flex: 0 0 100%;
     margin: 0 0 10px 0;
}
 section.sec_9 {
     padding: 60px 0;
}
 .book_legacy h5 {
     font-family: BrownProSemiBold;
     color: #f6921e;
     margin-top: 0;
     font-weight: 600;
     margin-bottom: 0;
     text-align: center;
     position: relative;
}
 .book_legacy h5::after {
     width: 96px;
     height: 96px;
     border-radius: 50%;
     position: absolute;
     background: #d1f8f2;
     z-index: -1;
     left: 0;
     top: -20px;
     content: '';
     margin: 0 auto;
     right: 0;
}
 .book_legacy h2 {
     font-size: 28px;
     line-height: 38px;
     letter-spacing: 1px;
     text-align: center;
     font-weight: 700;
     margin: 0 0 30px 0;
}
 .book_legacy h3 {
     font-size: 26px;
     line-height: 80px;
     text-align: center;
     margin: -30px 0 13px 0;
}
 .book_legacy p {
     font-weight: 500;
     width: 90%;
     margin: 0 auto;
     text-align: center;
}
 .parent_items {
     display: flex;
     align-items: center;
     margin: 0 0 50px 0;
}
 .parent_items .img_sec {
     flex: 0 0 45%;
}
 .parent_items .content_inner {
     flex: 0 0 55%;
}
 section.sec_10 {
     padding: 40px 0;
     background: white;
}
 .trustpiloots ul {
     display: flex;
     list-style: none;
     padding: 0;
}
 .trustpiloots ul li {
     flex: 0 0 23%;
     margin: 0 30px 0 0;
}
 .trustpiloots ul li .trust_box {
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
}
 .trustpiloots ul li .trust_box .trust_logo_img img {
     width: 120px;
     height: 60px;
     margin: 0 0 10px 0;
}
 .trustpiloots ul li .trust_box .trust_logo_content p {
     margin-bottom: 0;
     margin-top: 20px;
     font-size: 13px;
     line-height: normal;
     padding-left: 30px;
     position: relative;
     color: #666;
     text-align: left;
     font-weight: 500;
}
 .trustpiloots ul li .trust_box .trust_logo_content p::before {
     content: '';
     display: block;
     background: url(../images/comma.webp);
     background-repeat: no-repeat;
     position: absolute;
     width: 30px;
     height: 20px;
     top: 0;
     left: 0;
}
 section.sec_11 {
     background: url("../images/cont-shadow.webp") left top no-repeat, url("../images/c-left.webp") left bottom no-repeat, url("../images/c-right.webp") right top no-repeat #1c3135;
     color: white;
     padding: 60px 0;
     position: relative;
     overflow-x: clip;
}
 section.sec_11::after {
     background: url(../images/contact-after.webp) left top / cover no-repeat;
     right: -80px;
     width: 682px;
     height: 535px;
     top: -50px;
     content: "";
     position: absolute;
}
 .contact_form h2 {
     color: #fff;
     font-size: 40px;
     margin-bottom: 40px;
     line-height: 45px;
     font-weight: 700;
}
 .contact_form form {
     display: flex;
     width: 100%;
     flex-wrap: wrap;
}
 .contact_form form .in_fields {
     flex: 0 0 45%;
     margin: 0 20px 20px 0;
}
 .contact_form form .in_fields input {
     width: 100%;
     padding: 10px;
     border-radius: 1px;
     border: 1px solid #ddd;
     height: 45px;
     font-weight: 400;
     font-size: 14px;
     resize: none;
}
 .contact_form form .in_fields_full {
     flex: 0 0 100%;
}
 .contact_form form .in_fields_full input {
     width: 93%;
     padding: 10px;
     border-radius: 1px;
     border: 1px solid #ddd;
     height: 45px;
     font-weight: 400;
     font-size: 14px;
     resize: none;
}
 .contact_form form .infield_radio {
     display: flex;
     margin: 20px 0 20px 0;
     align-items: start;
}
 .contact_form form .infield_radio input {
     margin: 5px 10px 0 0;
}
 .contact_form form .ssUbmit_btn {
     display: flex;
     justify-content: center;
     margin: 0 auto;
}
 .contact_form form .ssUbmit_btn input[type="submit"] {
     background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
     padding: 13px 40px;
     border-radius: 50px;
     font-size: 16px;
     border: none;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     width: 200px;
}
 footer {
     padding: 4rem 0;
     background: url("../images/ftr-shadow.webp") right top no-repeat;
     width: 100%;
}
 .row.space-between {
     display: flex;
     justify-content: space-between;
}
 .Logo_and_contect img {
     width: 60%;
     margin: 0 0 20px 0;
}
 .Logo_and_contect ul {
     padding: 0 0 0 20px;
     list-style: none;
}
 .Logo_and_contect ul li a {
     color: #3b6068;
     text-decoration: none !important;
     font-size: 15px;
     display: flex;
     align-items: start;
     gap: 10px;
}
 .Logo_and_contect ul li {
     margin: 0 0 3px 0;
}
 .Logo_and_contect ul li a i {
}
 .Logo_and_contect ul li a svg {
     margin: 7px 0 0 0;
}
 section.last_ {
     background: black;
     color: white;
     padding: 10px 0;
}
 .main_last_termss {
     display: flex;
     justify-content: space-between;
}
 .main_last_termss .all_rights p {
     font-size: 16px;
}
 .main_last_termss .terms_conditionss ul {
     padding: 0;
     list-style: none;
     display: flex;
     gap: 20px;
}
 .main_last_termss .terms_conditionss ul li a {
     color: white;
     text-decoration: none !important;
}
 .main_last_termss .terms_conditionss ul li {
     position: relative;
}
 .main_last_termss .terms_conditionss ul li:last-child::after {
     content: '';
     display: block;
     position: absolute;
     background: white;
     height: 20px;
     width: 2px;
     left: -10px;
     top: 2px;
}
 .modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}
 .modal-body {
    padding: 0 !important;
}
 .modal {
    background: #0000008c;
}
 .modal-dialog {
    position: absolute;
     left: 0;
     right: 0;
     margin: auto;
}
 .popup_form_wrp {
     padding: 0 15px;
    /* text-align: center;
     */
}
 .popup_form_wrp h2 {
    font-weight: 800;
    font-size: 24px;
    color: white;
    margin: 0 0 10px 20px;
    position: relative;
    text-align: center;
}
 .modal-content {
    padding: 30px 0;
    background: black !important;
}
 .popup_form_wrp p {
    color: #343434;
     font-weight: 500;
}
 .popup_form_wrp form input {
    width: 46%;
    background: #fff;
    border-radius: 4px;
    border: none !important;
    height: 45px;
    margin: 0 10px 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    color: black;
    border: 1px solid #f6921e;
}
 .popup_form_wrp form {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 .popup_form_wrp form input::placeholder, .popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
     font-size: 14px;
}
 .popup_form_wrp form textarea {
    border-radius: 6px;
    height: 130px;
    padding: 15px 18px;
    width: 97.5%;
    margin: 0px 0 20px 0;
    padding: 20px 15px;
    font-weight: 500;
    color: black !important;
}
 .popup_form_wrp form select {
    font-size: 14px;
     font-weight: 500;
}
 .modal-content {
    border-radius: 20px;
}
 .modal-content {
    border: 3px solid #f6921e !important;
    width: 431px !important;
    height: 530px !important;
}
 .popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}
 span.color_form {
    color: #f6921e;
    font-weight: 700;
}
 button.btn-close {
    position: absolute;
    right: 15px;
    top: 13px;
    background: #f6921e;
    opacity: 1;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
 button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 3px;
    height: 17px;
    top: 5px;
    transform: rotate(42deg);
    left: 11px;
    border-radius: 5px;
}
 button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 3px;
    height: 17px;
    top: 5px;
    transform: rotate(129deg);
    left: 11px;
    border-radius: 5px;
}
 button.btn-close:hover {
    background: #F3AD16;
     opacity: 1;
}
 button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform:capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}
 button.popup_button:hover {
    background: #f3ad16;
}
 .popup_form_wrp input[type="submit"] {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 49%;
     text-align: center;
     margin: 0 auto;
     padding: 0 10px 0px 0px;
}
 div#exampleModal {
     z-index: 9999999;
}
 .main_bann_form .checK_div {
     display: none !important;
}
 @media only screen and (max-width:1370px){
     button.slick-next.slick-arrow{
         bottom: -97px;
    }
     .reachOUt_head h2::after {
         content: '';
         width: 76px;
         height: 76px;
         display: block;
         background: white;
         border-radius: 50%;
         position: absolute;
         right: -10px;
         top: 80px;
         z-index: 0;
    }
     .side_linkss ul li button.getStarted {
         width: max-content;
    }
     .side_linkss ul li a {
         display: flex;
         gap: 7px;
    }
     .modal-dialog {
         top: 60px;
    }
}
 @media only screen and (max-width:767px){
     .side_linkss {
         display: none;
    }
     .main_logo {
         text-align: center;
    }
     .main_logo img {
         width: 49%;
    }
     .Main_banner h2 {
         font-size: 25px;
         font-weight: 600;
         line-height: normal;
    }
     .Main_banner p {
         font-size: 17px;
         margin: 20px 0 20px 0;
    }
     .global_btnss button.globalBtn.quote {
         width: max-content;
         padding: 0 10px 0 10px;
    }
     .global_btnss {
         gap: 10px;
         margin: 0 0 20px 0;
    }
     .global_btnss button.globalBtn.liveCh {
         width: max-content;
         padding-right: 40px;
         padding-left: 40px;
    }
     .main_bann_form {
         left: 0;
    }
     .main_bann_form form .checK_div label {
         font-size: 13px;
         font-weight: 600;
    }
     .reachOUt_head h2 {
         font-size: 25px;
         line-height: normal;
         font-weight: 700;
    }
     .reachOUt_head h2::after {
         left: unset;
         right: -70px;
    }
     .main_listing_reachout ul li {
         flex: 0 0 50%;
         margin: 0;
         padding: 0 0 0 26px;
    }
     .main_listing_reachout ul li::after {
         left: -4px;
         width: 27px;
         height: 27px;
         top: 0;
    }
     section.sec_4 {
         overflow-x: hidden;
    }
     section {
         overflow-x: hidden !important;
         overflow-y: hidden;
    }
     .best_seller h3 {
         font-size: 25px;
    }
     .best_seller a {
         font-size: 38px;
         color: black;
    }
     .amazon_expert_img img {
         width: 100%;
         right: 0;
         top: 0px;
    }
     .amazon_expert_content h2 {
         padding: 0;
         margin: 20px 0 0 0;
    }
     .amazon_expert_img::after {
         DISPLAY: NONE;
    }
     section.sec_7::before {
         height: -webkit-fill-available;
    }
     .amazon_expert_content p {
         font-size: 18px;
    }
     .becom_author_head h2 {
         font-size: 25px;
         line-height: normal;
         margin: 0 0 20px 0;
    }
     .book_legacy h2 {
         font-size: 24px;
         margin: 0 0 20px 0;
    }
     .book_legacy h3 {
         line-height: normal;
         margin: 10px 0 20px 0;
         font-size: 25px;
    }
     .book_legacy p {
         width: 100%;
         font-size: 16px;
    }
     .parent_items {
         display: block;
         text-align: center;
    }
     .trustpiloots ul {
         flex-wrap: wrap;
         justify-content: space-between;
    }
     .trustpiloots ul li {
         flex: 0 0 41%;
         margin: 0 0 40px 0;
    }
     section.sec_11::after {
         display: none;
    }
     .contact_form h2 {
         font-size: 25px;
         line-height: normal;
    }
     .contact_form form .in_fields {
         flex: 0 0 100%;
    }
     .contact_form form .in_fields_full input {
         width: 100%;
    }
     ul.ttff li {
         justify-content: center;
         margin: 0 auto;
         display: flex !important;
         padding: 0;
    }
     ul.ttff {
         padding: 0;
    }
     .modal-content {
         width: 100% !important;
    }
     ul{
         padding: 0 !important;
    }
     .parent_items.reverse {
         flex-direction: column-reverse;
         display: flex;
    }
     .main_last_termss {
         flex-wrap: wrap;
         justify-content: center;
    }
}
 .main_bann_form form .checK_div label a {
     color: #707070;
     text-decoration: none !important;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 input[type=number] {
     -moz-appearance: textfield;
}
 .main_listing_reachout ul li h4 {
     color: #256571;
     margin: 0;
     font-size: 17px;
     font-weight: 600;
}
 .main_listing_reachout ul li p {
     color: black;
     font-size: 18px;
     letter-spacing: -0.4px;
     line-height: 25px;
     font-weight: 500;
}
 .parent_items .content_inner h3 {
     line-height: 30px;
     font-weight: 600;
     color: #000;
     font-size: 21px;
}
 .parent_items .content_inner p {
     font-weight: 500;
     font-size: 15px;
     line-height: 25px;
     color: #555;
}
 .trustpiloots ul li .trust_box .trust_logo_content p b {
     color: #000;
     font-weight: 600;
}
 .last__logo {
     display: flex;
}
 .last__logo img {
     flex: 0 0 20%;
     width: 80%;
     object-fit: contain;
}
 .floatbutton.active {
     right: 0;
     z-index: 9;
     transition: .4s 
}
 .floatbutton {
     transition: .4s;
     position: fixed;
     right: -370px;
     top: 28%;
     font-size: 0;
     width: 425px;
     z-index: 99 
}
 .floatbutton .clickbutton {
     width: 100px;
     z-index: 999;
     height: 200px;
     cursor: pointer;
     box-shadow: -20px 7px 18px -7px rgba(87,184,151,.09);
     border-radius: 3px 0 0 3px;
     display: inline-block;
     padding-top: 0;
     vertical-align: top;
     margin-top: 125px;
     color: #fff;
     font-size: 14px;
     font-weight: 700;
     position: relative;
     text-transform: uppercase;
     box-shadow: 0 0 40px #00000026;
     -webkit-box-shadow: 0 0 40px #00000026;
     -ms-box-shadow: 0 0 40px #00000026;
     -o-box-shadow: 0 0 40px #00000026 
}
 .btns_wrap .call_wrap,.btns_wrap .chat_wrap {
     position: absolute;
     right: -225px;
     width: 280px;
     border-radius: 3px 0 0 3px;
     overflow: hidden;
     box-shadow: 0 0 40px #00000026!important;
     z-index: 9999 
}
 .floatbutton .clickbutton .crossplus:before {
     content: "";
     display: none;
     position: absolute;
     width: 20px;
     height: 2px;
     right: 0;
     background: #fbb334;
     z-index: 99;
     top: 0;
     left: 0;
     bottom: 0;
     margin: auto 
}
 .floatbutton .clickbutton .crossplus:after {
     content: "";
     display: none;
     position: absolute;
     width: 2px;
     height: 20px;
     right: 0;
     background: #fab334;
     z-index: 99;
     top: 0;
     left: 0;
     bottom: 0;
     margin: auto 
}
 .floatbutton .clickbutton .crossplus {
     position: absolute;
     display: block;
     transition: .4s;
     white-space: pre;
     width: 100px;
     height: 200px;
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
}
 .floatbutton .clickbutton .crossplus.rotate {
     transform: rotate(45deg);
     -webkit-transition: .4s;
     -moz-transition: .4s;
     -o-transition: .4s;
     transition: .4s 
}
 .floatbutton .clickbutton .crossplus i {
     font-size: 18px;
     color: #fff;
     margin: 17px 0 0 15px 
}
 .floatbutton .clickbutton .crossplus>* {
     width: 100%;
     display: block;
     transform: rotate(-90deg) translate(-40px,-20px) 
}
 .btns_wrap .call_wrap {
     top: 63px;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s 
}
 .btns_wrap .call_wrap span {
     color: #fff;
     font-size: 16px;
     vertical-align: middle;
     padding: 15px 20px 15px 15px;
}
 .btns_wrap .chat_wrap {
     display: block;
     background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
     top: 0;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s 
}
 .btns_wrap .call_wrap span.icoo,.btns_wrap .chat_wrap span.icoo {
     color: #fff;
     background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
     font-size: 14px;
     padding: 15px 20px;
     border-right: 1px solid #ded9d9;
     vertical-align: middle;
     display: inline-block;
     border-radius: 10px 0 0 10px;
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
}
 .btns_wrap .chat_wrap span {
     color: #fff;
     font-size: 16px;
     vertical-align: middle;
     padding: 15px 30px 15px 15px 
}
 .btns_wrap a:hover {
     right: 0;
     background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    {
         color: #333;
         background-color: #f3f3e9;
    }
    .main_logo img {
         width: 30%;
    }
     img {
         max-width: 100%;
    }
    .side_linkss ul {
         display: flex;
         list-style: none;
         align-items: center;
    }
    .side_linkss ul li a img {
         width: 16%;
    }
    .side_linkss ul li a {
         color: black;
         text-decoration: none !important;
         font-weight: 600;
         font-size: 18px;
    }
     section.sec_1 {
         padding: 60px 0;
         background: url(../images/banner1bg.webp);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
         color: #fff;
         border-radius: 0 20px 50px 50px;
         position: relative;
    }
    .side_linkss ul li button.getStarted {
         background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
         border-radius: 50px;
         font-size: 18px;
         border: none;
         font-weight: 600;
         color: #fff;
         max-width: 200px;
         padding: 10px 30px 10px 30px;
    }
    .side_linkss ul li {
         flex: 0 0 34%;
    }
     header {
         padding: 10px 0;
    }
    .Main_banner h5 {
         background: #f6921e;
         padding: 7px 16px;
         font-size: 22px;
         color: #fff;
         font-weight: 400;
         display: table;
         position: relative;
    }
    .Main_banner h5::after {
         content: "";
         position: absolute;
         right: -15px;
         border-bottom: 39px solid transparent;
         border-top: 0 solid transparent;
         border-left: 15px solid #f6921e;
         top: 0;
    }
    .Main_banner h2 {
         font-weight: 800;
         text-transform: capitalize;
         font-size: 40px;
         letter-spacing: -1px;
         line-height: 48px;
         color: #fff;
    }
    .Main_banner p {
         margin: 30px 0;
         font-size: 19px;
         color: #fff;
         font-weight: 500;
    }
    .global_btnss {
         display: flex;
         gap: 25px;
    }
    .global_btnss button.globalBtn.quote {
         background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
         border-radius: 50px;
         font-size: 15px;
         border: none;
         font-weight: 600;
         color: #fff;
         max-width: 200px;
         padding: 10px 20px 10px 20px;
         text-transform: uppercase;
    }
    .global_btnss button.globalBtn.liveCh {
         background: black;
         border-radius: 50px;
         font-size: 14px;
         border: none;
         font-weight: 700;
         color: #fff;
         max-width: 200px;
         padding: 10px 20px 10px 20px;
         width: 200px;
         text-transform: uppercase;
    }
    .main_bann_form {
         background: white;
         color: black;
         padding: 20px 40px 20px 40px;
         max-width: 400px;
         position: relative;
         left: 120px;
         border-radius: 10px;
         width: 100%;
    }
    .main_bann_form h3 {
         font-size: 25px;
         text-align: center;
         font-weight: 600;
         margin: 0 0 20px 0;
    }
    .main_bann_form form {
         display: flex;
         flex-direction: column;
    }
    .main_bann_form form input {
         height: 40px;
         margin: 0 0 20px 0;
         padding: 0 0 0 10px;
         border-radius: 4px;
         border: 1px solid #ccc;
         color: #555;
         font-weight: 500;
    }
    .main_bann_form form .fieldds {
         display: flex;
         flex-direction: column;
    }
    .main_bann_form form .fieldds label {
         font-weight: 700;
         margin: 0 0 6px 0;
         font-size: 15px;
    }
    .main_bann_form form .fieldds select {
         height: 40px;
         margin: 0 0 20px 0;
         padding: 0 0 0 10px;
         border-radius: 4px;
         border: 1px solid #ccc;
         color: #555;
         font-weight: 500;
    }
    .main_bann_form form .checK_div {
         display: flex;
         gap: 10px;
    }
    .main_bann_form form .checK_div label {
         font-weight: 700;
         font-size: 15px;
    }
    .main_bann_form form ._submit {
         display: flex;
    }
    .main_bann_form form ._submit input[type="submit"] {
         width: 100%;
         background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
         border: none;
         border-radius: 50px;
         font-weight: 600;
         color: #fff;
         margin: 20px 0 10px 0;
    }
     section.sec_2 {
         background: #f6921e;
         margin-top: -70px;
    }
    .main_logo_slider {
         padding-top: 90px;
    }
     section.sec_3 {
         position: relative;
         margin: 0 0 80px 0;
    }
     section.sec_3::before {
         content: '';
         display: block;
         position: absolute;
         background: #000;
         max-height: 470px;
         height: 100%;
         top: 0;
         width: 100%;
    }
    .main_books_slider ul.book_slider li img {
         width: 90%;
         margin: 30px 0 10px 0;
    }
     ul.book_slider {
         z-index: 99999;
         position: relative;
    }
     button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
         font-size: 0;
         left: 0;
         bottom: -110px;
         top: unset;
         z-index: 9999999;
         font-size: 0;
         background-image: url(../images/sleft-removebg-preview.png);
         background-repeat: no-repeat;
         width: 55px;
         height: 55px;
         left: 0;
         right: 0;
         margin: auto;
         border: 2px solid gray;
         border-radius: 50%;
         background-color: #e8e9da !important;
    }
     button.slick-next.slick-arrow {
         right: 0;
    }
     button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
         display: none;
    }
     button.slick-next.slick-arrow{
         background-image: url(../images/sleft-removebg-next.png);
         right: -120px;
         top: 365px;
    }
     button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
         filter: invert(0) brightness(0.5);
    }
     section.sec_4 {
         padding: 60px 0;
         background: url(../images/te-layer.webp);
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
    }
    .reachOUt_head h5 {
         font-family: BrownProSemiBold;
         color: #f6921e;
         margin-top: 0;
         font-weight: 600;
         margin-bottom: 0;
         position: relative;
    }
    .reachOUt_head h5::after {
         width: 96px;
         height: 96px;
         border-radius: 50%;
         position: absolute;
         background: #d1f8f2;
         z-index: -1;
         left: -60px;
         top: -30px;
         content: '';
    }
    .reachOUt_head h2 {
         font-size: 32px;
         line-height: 44px;
         color: #000;
         font-weight: 700;
         padding-right: 2px;
         position: relative;
         z-index: 999999 !important;
    }
    .reachOUt_head h2::after {
         content: '';
         width: 96px;
         height: 96px;
         display: block;
         background: white;
         border-radius: 50%;
         position: absolute;
         right: -20px;
         top: 0px;
         z-index: 0;
    }
    .reachOut_para p {
         color: #555;
         font-weight: 500;
         line-height: 25px;
    }
    .main_listing_reachout ul {
         padding: 0;
         display: flex;
         flex-wrap: wrap;
         list-style: none;
    }
    .main_listing_reachout ul li {
         flex: 0 0 45%;
         margin: 0 30px 0 0;
         padding: 0 20px 0 20px;
         position: relative;
    }
    .main_listing_reachout ul li::after {
         content: '';
         display: block;
         background: url(../images/pl-ic.webp);
         background-repeat: no-repeat;
         background-size: contain;
         height: 37px;
         width: 37px;
         position: absolute;
         top: -8px;
         left: -28px;
         right: unset;
    }
    .reachOut_img {
         position: relative;
    }
    .reachOut_img img {
         width: 100%;
    }
    .reachOut_img:: after {
         content: '';
         display: block;
         background: #00cc8f;
         position: absolute;
         height: 96%;
         width: 104%;
         top: 30px;
         z-index: -1;
         left: -20px;
         right: unset;
    }
     section.sec_5 {
         padding: 60px 0;
         background: url("../images/test-left.webp") left bottom no-repeat, url("../images/test-right.webp") right bottom no-repeat;
    }
    .client_reviews h5 {
         text-align: center;
         font-family: BrownProSemiBold;
         color: #f6921e;
         margin-top: 0;
         font-weight: 600;
         margin-bottom: 0;
         position: relative;
    }
    .client_reviews h5::after {
         content: '';
         width: 96px;
         height: 96px;
         border-radius: 50%;
         position: absolute;
         background: #d1f8f2;
         z-index: -1;
         margin: 0 auto;
         left: 0;
         right: 0;
         top: -26px;
    }
    .client_reviews h5::before {
         content: '';
         width: 96px;
         height: 96px;
         border-radius: 50%;
         position: absolute;
         background: white;
         margin: 0 auto;
         left: 450px;
         right: 0;
         top: -30px;
    }
    .client_reviews h2 {
         font-size: 28px;
         line-height: 38px;
         letter-spacing: 1px;
         text-align: center;
         font-weight: 700;
         margin: 0 0 100px 0;
    }
    .client_reviews ul.testi_monials li .main_testimonail {
         background: white;
         margin: 0 10px 0 10px;
         padding: 3rem;
         border-radius: 10px;
    }
    .client_reviews ul.testi_monials li .main_testimonail .img img {
         margin: 0 0 20px 0;
    }
    .client_reviews ul.testi_monials li .main_testimonail .content p {
         height: 100px;
         overflow-y: auto;
         font-size: 16px;
         color: #555;
         font-weight: 500;
    }
    * {
         scrollbar-width: thin;
         scrollbar-color: #333 #f1f1f1;
    }
    *:: -webkit-scrollbar {
         width: 5px;
         border-radius: 15px;
    }
    *:: -webkit-scrollbar-thumb {
         background-color: #333;
         border-radius: 15px;
    }
    *:: -webkit-scrollbar-track {
         background-color: #f1f1f1;
         border-radius: 5px;
    }
     section.sec_6 {
         background: url(../images/cta-top.webp);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
         padding: 6em 0;
         width: 100%;
         background-color: white;
    }
    .best_seller h3 {
         text-align: center;
         padding-top: 80px;
         color: #1d3337;
         letter-spacing: -3px;
         font-size: 38px;
         font-weight: 700;
         position: relative;
    }
    .best_seller h3::after {
         content: '';
         display: block;
         background: url(../images/laptop.webp);
         background-repeat: no-repeat;
         background-position: center;
         position: absolute;
         top: -50px;
         width: 135px;
         height: 135px;
         left: 0;
         right: 0;
         margin: 0 auto;
    }
    .best_seller a {
         color: #fff;
         font-size: 60px;
         text-shadow: 3px 7px 10px #00000029;
         text-decoration: none !important;
         font-weight: 700;
         text-align: center;
    }
    .best_seller {
         text-align: center;
         position: relative;
         z-index: 99999;
    }
    .best_seller:: after {
         content: "";
         position: absolute;
         background: url(../images/cta-center.webp) center center no-repeat;
         width: 100%;
         top: -100px;
         left: 0;
         min-width: 1100px;
         height: 706px;
         z-index: -1;
    }
    .best_seller .global_btnss {
         justify-content: center;
         margin: 30px 0 0 0;
    }
     section.sec_7 {
         position: relative;
         padding: 60px 0;
         color: white;
    }
     section.sec_7::before {
         background: url(../images/yel-right.webp) right top no-repeat #1c3135;
         content: "";
         position: absolute;
         left: 0;
         width: 100%;
         height: 84%;
         top: 0;
         z-index: 99999;
    }
     section.sec_7 .container {
         position: relative;
         z-index: 99999;
    }
    .amazon_expert_img img {
         max-width: none;
         right: 265px;
         position: relative;
    }
    .amazon_expert_img {
         position: relative;
    }
    .amazon_expert_img:: after {
         content: "";
         position: absolute;
         left: -274px;
         bottom: -10px;
         height: 62%;
         width: 100%;
         background: #f6921e;
         z-index: -1;
    }
    .amazon_expert_content h2 {
         font-size: 28px;
         font-weight: 700;
         letter-spacing: 1px;
         padding: 0 130px 0 0;
    }
    .amazon_expert_content p {
         color: #b2c9cd;
         width: 100%;
         font-size: 22px;
         line-height: normal;
         margin-top: 20px;
    }
     section.sec_8 {
         padding: 60px 0;
         background: url(../images/cta-green.webp);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center;
         color: white;
    }
    .becom_author_head h2 span {
         font-weight: 400;
         display: block;
    }
    .becom_author_head h2 {
         font-size: 35px;
         text-transform: none;
         line-height: 46px;
         letter-spacing: -0.4px;
         margin-bottom: 0;
    }
    .become_author_contactss ul {
         display: flex;
         list-style: none;
         padding: 0;
         flex-wrap: wrap;
    }
    .become_author_contactss ul li a {
         color: #f6921e;
         font-size: 20px;
         text-decoration: none !important;
         display: flex;
         align-items: center;
         gap: 10px;
    }
    .become_author_contactss .new_global_btn {
         display: flex;
    }
    .become_author_contactss .new_global_btn button.get_new_btn {
         font-size: 17px;
         border: none;
         border-radius: 3px;
         font-weight: 600;
         color: #fff;
         background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
         box-shadow: none;
         width: 200px;
         padding: 12px 0;
    }
    .become_author_contactss ul li {
         flex: 0 0 100%;
         margin: 0 0 10px 0;
    }
     section.sec_9 {
         padding: 60px 0;
    }
    .book_legacy h5 {
         font-family: BrownProSemiBold;
         color: #f6921e;
         margin-top: 0;
         font-weight: 600;
         margin-bottom: 0;
         text-align: center;
         position: relative;
    }
    .book_legacy h5::after {
         width: 96px;
         height: 96px;
         border-radius: 50%;
         position: absolute;
         background: #d1f8f2;
         z-index: -1;
         left: 0;
         top: -20px;
         content: '';
         margin: 0 auto;
         right: 0;
    }
    .book_legacy h2 {
         font-size: 28px;
         line-height: 38px;
         letter-spacing: 1px;
         text-align: center;
         font-weight: 700;
         margin: 0 0 30px 0;
    }
    .book_legacy h3 {
         font-size: 26px;
         line-height: 80px;
         text-align: center;
         margin: -30px 0 13px 0;
    }
    .book_legacy p {
         font-weight: 500;
         width: 90%;
         margin: 0 auto;
         text-align: center;
    }
    .parent_items {
         display: flex;
         align-items: center;
         margin: 0 0 50px 0;
    }
    .parent_items .img_sec {
         flex: 0 0 45%;
    }
    .parent_items .content_inner {
         flex: 0 0 55%;
    }
     section.sec_10 {
         padding: 40px 0;
         background: white;
    }
    .trustpiloots ul {
         display: flex;
         list-style: none;
         padding: 0;
    }
    .trustpiloots ul li {
         flex: 0 0 23%;
         margin: 0 30px 0 0;
    }
    .trustpiloots ul li .trust_box {
         display: flex;
         flex-direction: column;
         justify-content: center;
         text-align: center;
    }
    .trustpiloots ul li .trust_box .trust_logo_img img {
         width: 120px;
         height: 60px;
         margin: 0 0 10px 0;
    }
    .trustpiloots ul li .trust_box .trust_logo_content p {
         margin-bottom: 0;
         margin-top: 20px;
         font-size: 13px;
         line-height: normal;
         padding-left: 30px;
         position: relative;
         color: #666;
         text-align: left;
         font-weight: 500;
    }
    .trustpiloots ul li .trust_box .trust_logo_content p::before {
         content: '';
         display: block;
         background: url(../images/comma.webp);
         background-repeat: no-repeat;
         position: absolute;
         width: 30px;
         height: 20px;
         top: 0;
         left: 0;
    }
     section.sec_11 {
         background: url("../images/cont-shadow.webp") left top no-repeat, url("../images/c-left.webp") left bottom no-repeat, url("../images/c-right.webp") right top no-repeat #1c3135;
         color: white;
         padding: 60px 0;
         position: relative;
         overflow-x: clip;
    }
     section.sec_11::after {
         background: url(../images/contact-after.webp) left top / cover no-repeat;
         right: -80px;
         width: 682px;
         height: 535px;
         top: -50px;
         content: "";
         position: absolute;
    }
    .contact_form h2 {
         color: #fff;
         font-size: 40px;
         margin-bottom: 40px;
         line-height: 45px;
         font-weight: 700;
    }
    .contact_form form {
         display: flex;
         width: 100%;
         flex-wrap: wrap;
    }
    .contact_form form .in_fields {
         flex: 0 0 45%;
         margin: 0 20px 20px 0;
    }
    .contact_form form .in_fields input {
         width: 100%;
         padding: 10px;
         border-radius: 1px;
         border: 1px solid #ddd;
         height: 45px;
         font-weight: 400;
         font-size: 14px;
         resize: none;
    }
    .contact_form form .in_fields_full {
         flex: 0 0 100%;
    }
    .contact_form form .in_fields_full input {
         width: 93%;
         padding: 10px;
         border-radius: 1px;
         border: 1px solid #ddd;
         height: 45px;
         font-weight: 400;
         font-size: 14px;
         resize: none;
    }
    .contact_form form .infield_radio {
         display: flex;
         margin: 20px 0 20px 0;
         align-items: start;
    }
    .contact_form form .infield_radio input {
         margin: 5px 10px 0 0;
    }
    .contact_form form .ssUbmit_btn {
         display: flex;
         justify-content: center;
         margin: 0 auto;
    }
    .contact_form form .ssUbmit_btn input[type="submit"] {
         background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
         padding: 13px 40px;
         border-radius: 50px;
         font-size: 16px;
         border: none;
         color: #fff;
         font-weight: 600;
         text-transform: uppercase;
         width: 200px;
    }
     footer {
         padding: 4rem 0;
         background: url("../images/ftr-shadow.webp") right top no-repeat;
         width: 100%;
    }
    .row.space-between {
         display: flex;
         justify-content: space-between;
    }
    .Logo_and_contect img {
         width: 60%;
         margin: 0 0 20px 0;
    }
    .Logo_and_contect ul {
         padding: 0 0 0 20px;
         list-style: none;
    }
    .Logo_and_contect ul li a {
         color: #3b6068;
         text-decoration: none !important;
         font-size: 15px;
         display: flex;
         align-items: start;
         gap: 10px;
    }
    .Logo_and_contect ul li {
         margin: 0 0 3px 0;
    }
    .Logo_and_contect ul li a i {
    }
    .Logo_and_contect ul li a svg {
         margin: 7px 0 0 0;
    }
     section.last_ {
         background: black;
         color: white;
         padding: 10px 0;
    }
    .main_last_termss {
         display: flex;
         justify-content: space-between;
    }
    .main_last_termss .all_rights p {
         font-size: 16px;
    }
    .main_last_termss .terms_conditionss ul {
         padding: 0;
         list-style: none;
         display: flex;
         gap: 20px;
    }
    .main_last_termss .terms_conditionss ul li a {
         color: white;
         text-decoration: none !important;
    }
    .main_last_termss .terms_conditionss ul li {
         position: relative;
    }
    .main_last_termss .terms_conditionss ul li:last-child::after {
         content: '';
         display: block;
         position: absolute;
         background: white;
         height: 20px;
         width: 2px;
         left: -10px;
         top: 2px;
    }
    .modal-header {
         padding: 0 !important;
         border: none !important;
         margin-bottom: 20px;
    }
    .modal-body {
         padding: 0 !important;
    }
    .modal {
         background: #0000008c;
    }
    .modal-dialog {
         position: absolute;
         left: 0;
         right: 0;
         margin: auto;
    }
    .popup_form_wrp {
         padding: 0 15px;
        /* text-align: center;
         */
    }
    .popup_form_wrp h2 {
        font-weight: 800;
         font-size: 24px;
         color: white;
         margin: 0 0 10px 20px;
         position: relative;
         text-align: center;
    }
    .modal-content {
         padding: 30px 0;
         background: black !important;
    }
    .popup_form_wrp p {
        color: #343434;
         font-weight: 500;
    }
    .popup_form_wrp form input {
        width: 46%;
         background: #fff;
         border-radius: 4px;
         border: none !important;
         height: 45px;
         margin: 0 10px 15px 0;
         padding: 0 0 0 20px;
         font-family: 'Raleway';
         font-weight: 400;
         outline: none;
         color: black;
         border: 1px solid #f6921e;
    }
    .popup_form_wrp form {
        margin: 30px 0 0 0;
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
    }
    .popup_form_wrp form input::placeholder, .popup_form_wrp form textarea::placeholder {
        color: rgba(0, 0, 0, 0.44);
         font-size: 14px;
    }
    .popup_form_wrp form textarea {
        border-radius: 6px;
         height: 130px;
         padding: 15px 18px;
         width: 97.5%;
         margin: 0px 0 20px 0;
         padding: 20px 15px;
         font-weight: 500;
         color: black !important;
    }
    .popup_form_wrp form select {
        font-size: 14px;
         font-weight: 500;
    }
    .modal-content {
         border-radius: 20px;
    }
    .modal-content {
         border: 3px solid #f6921e !important;
         width: 431px !important;
         height: 530px !important;
    }
    .popup_form_wrp h2:before {
        content: '';
         display: block;
         position: absolute;
         background: transparent;
         width: 10px;
         height: 40px;
         left: -20px;
         border-radius: 5px;
    }
     span.color_form {
        color: #f6921e;
         font-weight: 700;
    }
     button.btn-close {
        position: absolute;
         right: 15px;
         top: 13px;
         background: #f6921e;
         opacity: 1;
         border-radius: 0;
         width: 10px;
         height: 10px;
         border-radius: 50%;
    }
     button.btn-close:after {
        content: '';
         display: block;
         position: absolute;
         background: #fff;
         width: 3px;
         height: 17px;
         top: 5px;
         transform: rotate(42deg);
         left: 11px;
         border-radius: 5px;
    }
     button.btn-close:before {
        content: '';
         display: block;
         position: absolute;
         background: #fff;
         width: 3px;
         height: 17px;
         top: 5px;
         transform: rotate(129deg);
         left: 11px;
         border-radius: 5px;
    }
     button.btn-close:hover {
        background: #F3AD16;
         opacity: 1;
    }
     button.popup_button {
        background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
         box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
         border-radius: 20px;
         border: none;
         font-style: normal;
         font-weight: 700;
         font-size: 20px;
         line-height: 23px;
         color: #FFFFFF;
         text-transform:capitalize;
         width: 200px;
         height: 50px;
         font-family: 'Raleway';
    }
     button.popup_button:hover {
        background: #f3ad16;
    }
    .popup_form_wrp input[type="submit"] {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 49%;
         text-align: center;
         margin: 0 auto;
         padding: 0 10px 0px 0px;
    }
     div#exampleModal {
         z-index: 9999999;
    }
    .main_bann_form .checK_div {
         display: none !important;
    }
     .call_inner {
        display: none;
    }
     @media only screen and (max-width:1370px){
         button.slick-next.slick-arrow{
             bottom: -97px;
        }
         .reachOUt_head h2:: after {
             content: '';
             width: 76px;
             height: 76px;
             display: block;
             background: white;
             border-radius: 50%;
             position: absolute;
             right: -10px;
             top: 80px;
             z-index: 0;
        }
         .side_linkss ul li button.getStarted {
             width: max-content;
        }
         .side_linkss ul li a {
             display: flex;
             gap: 7px;
        }
         .modal-dialog {
             top: 60px;
        }
    }
     @media only screen and (max-width:767px){
         .side_linkss {
             display: none;
        }
         .main_logo {
             text-align: center;
        }
         .main_logo img {
             width: 49%;
        }
         .Main_banner h2 {
             font-size: 25px;
             font-weight: 600;
             line-height: normal;
        }
         .Main_banner p {
             font-size: 17px;
             margin: 20px 0 20px 0;
        }
         .global_btnss button.globalBtn.quote {
             width: max-content;
             padding: 0 10px 0 10px;
        }
         .global_btnss {
             gap: 10px;
             margin: 0 0 20px 0;
        }
         .global_btnss button.globalBtn.liveCh {
             width: max-content;
             padding-right: 40px;
             padding-left: 40px;
        }
         .main_bann_form {
             left: 0;
        }
         .main_bann_form form .checK_div label {
             font-size: 13px;
             font-weight: 600;
        }
         .reachOUt_head h2 {
             font-size: 25px;
             line-height: normal;
             font-weight: 700;
        }
         .reachOUt_head h2:: after {
             left: unset;
             right: -70px;
        }
         .main_listing_reachout ul li {
             flex: 0 0 50%;
             margin: 0;
             padding: 0 0 0 26px;
        }
         .main_listing_reachout ul li:: after {
             left: -4px;
             width: 27px;
             height: 27px;
             top: 0;
        }
         section.sec_4 {
             overflow-x: hidden;
        }
         section {
             overflow-x: hidden !important;
             overflow-y: hidden;
        }
         .best_seller h3 {
             font-size: 25px;
        }
         .best_seller a {
             font-size: 38px;
             color: black;
        }
         .amazon_expert_img img {
             width: 100%;
             right: 0;
             top: 0px;
        }
         .amazon_expert_content h2 {
             padding: 0;
             margin: 20px 0 0 0;
        }
         .amazon_expert_img:: after {
             DISPLAY: NONE;
        }
         section.sec_7:: before {
             height: -webkit-fill-available;
        }
         .amazon_expert_content p {
             font-size: 18px;
        }
         .becom_author_head h2 {
             font-size: 25px;
             line-height: normal;
             margin: 0 0 20px 0;
        }
         .book_legacy h2 {
             font-size: 24px;
             margin: 0 0 20px 0;
        }
         .book_legacy h3 {
             line-height: normal;
             margin: 10px 0 20px 0;
             font-size: 25px;
        }
         .book_legacy p {
             width: 100%;
             font-size: 16px;
        }
         .parent_items {
             display: block;
             text-align: center;
        }
         .trustpiloots ul {
             flex-wrap: wrap;
             justify-content: space-between;
        }
         .trustpiloots ul li {
             flex: 0 0 41%;
             margin: 0 0 40px 0;
        }
         section.sec_11:: after {
             display: none;
        }
         .contact_form h2 {
             font-size: 25px;
             line-height: normal;
        }
         .contact_form form .in_fields {
             flex: 0 0 100%;
        }
         .contact_form form .in_fields_full input {
             width: 100%;
        }
         ul.ttff li {
             justify-content: center;
             margin: 0 auto;
             display: flex !important;
             padding: 0;
        }
         ul.ttff {
             padding: 0;
        }
         .modal-content {
             width: 100% !important;
        }
         ul{
             padding: 0 !important;
        }
         .parent_items.reverse {
             flex-direction: column-reverse;
             display: flex;
        }
         .main_last_termss {
             flex-wrap: wrap;
             justify-content: center;
        }
    }
    .main_bann_form form .checK_div label a {
         color: #707070;
         text-decoration: none !important;
    }
     input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
         -webkit-appearance: none;
         margin: 0;
    }
     input[type=number] {
         -moz-appearance: textfield;
    }
    .main_listing_reachout ul li h4 {
         color: #256571;
         margin: 0;
         font-size: 17px;
         font-weight: 600;
    }
    .main_listing_reachout ul li p {
         color: black;
         font-size: 18px;
         letter-spacing: -0.4px;
         line-height: 25px;
         font-weight: 500;
    }
    .parent_items .content_inner h3 {
         line-height: 30px;
         font-weight: 600;
         color: #000;
         font-size: 21px;
    }
    .parent_items .content_inner p {
         font-weight: 500;
         font-size: 15px;
         line-height: 25px;
         color: #555;
    }
    .trustpiloots ul li .trust_box .trust_logo_content p b {
         color: #000;
         font-weight: 600;
    }
    .last__logo {
         display: flex;
    }
    .last__logo img {
         flex: 0 0 20%;
         width: 80%;
         object-fit: contain;
    }
    .floatbutton.active {
         right: 0;
         z-index: 9;
         transition: .4s
    }
    .floatbutton {
         transition: .4s;
         position: fixed;
         right: -370px;
         top: 28%;
         font-size: 0;
         width: 425px;
         z-index: 99
    }
    .floatbutton .clickbutton {
         width: 100px;
         z-index: 999;
         height: 200px;
         cursor: pointer;
         box-shadow: -20px 7px 18px -7px rgba(87,184,151,.09);
         border-radius: 3px 0 0 3px;
         display: inline-block;
         padding-top: 0;
         vertical-align: top;
         margin-top: 125px;
         color: #fff;
         font-size: 14px;
         font-weight: 700;
         position: relative;
         text-transform: uppercase;
         box-shadow: 0 0 40px #00000026;
         -webkit-box-shadow: 0 0 40px #00000026;
         -ms-box-shadow: 0 0 40px #00000026;
         -o-box-shadow: 0 0 40px #00000026
    }
    .btns_wrap .call_wrap,.btns_wrap .chat_wrap {
         position: absolute;
         right: -225px;
         width: 280px;
         border-radius: 3px 0 0 3px;
         overflow: hidden;
         box-shadow: 0 0 40px #00000026!important;
         z-index: 9999
    }
    .floatbutton .clickbutton .crossplus: before {
         content: "";
         display: none;
         position: absolute;
         width: 20px;
         height: 2px;
         right: 0;
         background: #fbb334;
         z-index: 99;
         top: 0;
         left: 0;
         bottom: 0;
         margin: auto
    }
    .floatbutton .clickbutton .crossplus: after {
         content: "";
         display: none;
         position: absolute;
         width: 2px;
         height: 20px;
         right: 0;
         background: #fab334;
         z-index: 99;
         top: 0;
         left: 0;
         bottom: 0;
         margin: auto
    }
    .floatbutton .clickbutton .crossplus {
         position: absolute;
         display: block;
         transition: .4s;
         white-space: pre;
         width: 100px;
         height: 200px;
         background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    }
    .floatbutton .clickbutton .crossplus.rotate {
         transform: rotate(45deg);
         -webkit-transition: .4s;
         -moz-transition: .4s;
         -o-transition: .4s;
         transition: .4s
    }
    .floatbutton .clickbutton .crossplus i {
         font-size: 18px;
         color: #fff;
         margin: 17px 0 0 15px
    }
    .floatbutton .clickbutton .crossplus>* {
         width: 100%;
         display: block;
         transform: rotate(-90deg) translate(-40px,-20px)
    }
    .btns_wrap .call_wrap {
         top: 63px;
         -webkit-transition: .3s;
         -moz-transition: .3s;
         -ms-transition: .3s;
         -o-transition: .3s;
         transition: .3s
    }
    .btns_wrap .call_wrap span {
         color: #fff;
         font-size: 16px;
         vertical-align: middle;
         padding: 15px 20px 15px 15px
    }
    .btns_wrap .chat_wrap {
         display: block;
         background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
         background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
         top: 0;
         -webkit-transition: .3s;
         -moz-transition: .3s;
         -ms-transition: .3s;
         -o-transition: .3s;
         transition: .3s
    }
    .btns_wrap .call_wrap span.icoo,.btns_wrap .chat_wrap span.icoo {
         color: #fff;
         background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
         font-size: 14px;
         padding: 15px 20px;
         border-right: 1px solid #ded9d9;
         vertical-align: middle;
         display: inline-block;
         border-radius: 10px 0 0 10px;
         background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    }
    .btns_wrap .chat_wrap span {
         color: #fff;
         font-size: 16px;
         vertical-align: middle;
         padding: 15px 30px 15px 15px
    }
    .btns_wrap a:hover {
         right: 0
    }
    .btns_wrap {
         position: fixed;
         right: 0
    }
    .floatbutton svg {
         font-size: 14px;
         min-width: 14px;
         height: 14px;
    }
    .active-faq p {
         display: block;
    }
    ;
     border-bottom-left-radius: 3px;
     border-top-left-radius: 2px;
}
 .btns_wrap {
     position: fixed;
     right: 0 
}
 .floatbutton svg {
     font-size: 14px;
     min-width: 14px;
     height: 14px;
}
 .active-faq p {
     display: block;
}


    .side_linkss {
        display: none;
    }
    
    .main_logo {
        text-align: center;
    }
    
    .main_logo img {
        width: 49%;
    }
    
    .Main_banner h2 {
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
    }
    
    .Main_banner p {
        font-size: 17px;
        margin: 20px 0 20px 0;
    }
    
    .global_btnss button.globalBtn.quote {
        width: max-content;
        padding: 0 10px 0 10px;
    }
    
    .global_btnss {
        gap: 10px;
        margin: 0 0 20px 0;
    }
    
    .global_btnss button.globalBtn.liveCh {
        width: max-content;
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .main_bann_form {
        left: 0;
    }
    
    .main_bann_form form .checK_div label {
        font-size: 13px;
        font-weight: 600;
    }
    
    .reachOUt_head h2 {
        font-size: 25px;
        line-height: normal;
        font-weight: 700;
    }
    
    .reachOUt_head h2::after {
        left: unset;
        right: -70px;
    }
    
    .main_listing_reachout ul li {
        flex: 0 0 50%;
        margin: 0;
        padding: 0 0 0 26px;
    }
    
    .main_listing_reachout ul li::after {
        left: -4px;
        width: 27px;
        height: 27px;
        top: 0;
    }
    
    section.sec_4 {
        overflow-x: hidden;
    }
    
    section {
        overflow-x: hidden !important;
        overflow-y: hidden;
    }
    
    .best_seller h3 {
        font-size: 25px;
    }
    
    .best_seller a {
        font-size: 38px;
        color: black;
    }
    
    .amazon_expert_img img {
        width: 100%;
        right: 0;
        top: 0px;
    }
    
    .amazon_expert_content h2 {
        padding: 0;
        margin: 20px 0 0 0;
    }
    
    .amazon_expert_img::after {
        DISPLAY: NONE;
    }
    
    section.sec_7::before {
        height: -webkit-fill-available;
    }
    
    .amazon_expert_content p {
        font-size: 18px;
    }
    
    .becom_author_head h2 {
        font-size: 25px;
        line-height: normal;
        margin: 0 0 20px 0;
    }
    
    .book_legacy h2 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    
    .book_legacy h3 {
        line-height: normal;
        margin: 10px 0 20px 0;
        font-size: 25px;
    }
    
    .book_legacy p {
        width: 100%;
        font-size: 16px;
    }
    
    .parent_items {
        display: block;
        text-align: center;
    }
    
    .trustpiloots ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .trustpiloots ul li {
        flex: 0 0 41%;
        margin: 0 0 40px 0;
    }
    
    section.sec_11::after {
        display: none;
    }
    
    .contact_form h2 {
        font-size: 25px;
        line-height: normal;
    }
    
    .contact_form form .in_fields {
        flex: 0 0 100%;
    }
    
    .contact_form form .in_fields_full input {
        width: 100%;
    }
    ul.ttff li {
        justify-content: center;
        margin: 0 auto;
        display: flex !important;
        padding: 0;
    }
    
    ul.ttff {
        padding: 0;
    }
    .modal-content {
        width: 100% !important;
    }
    ul{
        padding: 0 !important;
    }
    .parent_items.reverse {
        flex-direction: column-reverse;
        display: flex;
    }
    .main_last_termss {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.main_bann_form form .checK_div label a {
    color: #707070;
    text-decoration: none !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.main_listing_reachout ul li h4 {
    color: #256571;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.main_listing_reachout ul li p {
    color: black;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 25px;
    font-weight: 500;
}
.parent_items .content_inner h3 {
    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-size: 21px;
}

.parent_items .content_inner p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #555;
}
.trustpiloots ul li .trust_box .trust_logo_content p b {
    color: #000;
    font-weight: 600;
}

.last__logo {
    display: flex;
}

.last__logo img {
    flex: 0 0 20%;
    width: 80%;
    object-fit: contain;
}


.floatbutton.active {
    right: 0;
    z-index: 9;
    transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 28%;
    font-size: 0;
    width: 425px;
    z-index: 99
}

.floatbutton .clickbutton {
    width: 100px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87,184,151,.09);
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.btns_wrap .call_wrap,.btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026!important;
    z-index: 9999;
    text-decoration: none !important !important;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transition: .4s;
    white-space: pre;
    width: 100px;
    height: 200px;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.floatbutton .clickbutton .crossplus>* {
    width: 100%;
    display: block;
    transform: rotate(-90deg) translate(-40px,-20px)
}

.btns_wrap .call_wrap {
    top: 63px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

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

.btns_wrap .chat_wrap {
    display: block;
    background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span.icoo,.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
    font-size: 14px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
}

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

.btns_wrap a:hover {
    right: 0;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);{
    color: #333;
    background-color: #f3f3e9;}.main_logo
    img {    width: 30%;}
    img {    max-width: 100%;}.side_linkss
    ul {    display: flex;
    list-style: none;
    align-items: center;}.side_linkss
    ul li a img {    width: 16%;}.side_linkss
    ul li a {    color: black;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;}
    section.sec_1 {    padding: 60px 0;
    background: url(../images/banner1bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 0 20px 50px 50px;
    position: relative;}.side_linkss
    ul li button.getStarted {    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    border-radius: 50px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    color: #fff;
    max-width: 200px;
    padding: 10px 30px 10px 30px;}.side_linkss
    ul li {    flex: 0 0 34%;}
    header {    padding: 10px 0;}.Main_banner
    h5 {    background: #f6921e;
    padding: 7px 16px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    display: table;
    position: relative;}.Main_banner
    h5::after {    content: "";
    position: absolute;
    right: -15px;
    border-bottom: 39px solid transparent;
    border-top: 0 solid transparent;
    border-left: 15px solid #f6921e;
    top: 0;}.Main_banner
    h2 {    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 48px;
    color: #fff;}.Main_banner
    p {    margin: 30px 0;
    font-size: 19px;
    color: #fff;
    font-weight: 500;}.global_btnss {
    display: flex;
    gap: 25px;}.global_btnss
    button.globalBtn.quote {    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    border-radius: 50px;
    font-size: 15px;
    border: none;
    font-weight: 600;
    color: #fff;
    max-width: 200px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;}.global_btnss
    button.globalBtn.liveCh {    background: black;
    border-radius: 50px;
    font-size: 14px;
    border: none;
    font-weight: 700;
    color: #fff;
    max-width: 200px;
    padding: 10px 20px 10px 20px;
    width: 200px;
    text-transform: uppercase;}.main_bann_form {
    background: white;
    color: black;
    padding: 20px 40px 20px 40px;
    max-width: 400px;
    position: relative;
    left: 120px;
    border-radius: 10px;
    width: 100%;}.main_bann_form
    h3 {    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px 0;}.main_bann_form
    form {    display: flex;
    flex-direction: column;}.main_bann_form
    form input {    height: 40px;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-weight: 500;}.main_bann_form
    form .fieldds {    display: flex;
    flex-direction: column;}.main_bann_form
    form .fieldds label {    font-weight: 700;
    margin: 0 0 6px 0;
    font-size: 15px;}.main_bann_form
    form .fieldds select {    height: 40px;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-weight: 500;}.main_bann_form
    form  .checK_div {    display: flex;
    gap: 10px;}.main_bann_form
    form .checK_div label {    font-weight: 700;
    font-size: 15px;}.main_bann_form
    form ._submit {    display: flex;}.main_bann_form
    form ._submit input[type="submit"] {    width: 100%;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 10px 0;}
    section.sec_2 {    background: #f6921e;
    margin-top: -70px;}.main_logo_slider {
    padding-top: 90px;}
    section.sec_3 {    position: relative;
    margin: 0 0 80px 0;}
    section.sec_3::before {    content: '';
    display: block;
    position: absolute;
    background: #000;
    max-height: 470px;
    height: 100%;
    top: 0;
    width: 100%;}.main_books_slider
    ul.book_slider li img {    width: 90%;
    margin: 30px 0 10px 0;}
    ul.book_slider {    z-index: 99999;
    position: relative;}
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow {    font-size: 0;
    left: 0;
    bottom: -110px;
    top: unset;
    z-index: 9999999;
    font-size: 0;
    background-image: url(../images/sleft-removebg-preview.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid gray;
    border-radius: 50%;
    background-color: #e8e9da !important;}
    button.slick-next.slick-arrow {    right: 0;}
    button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {    display: none;}
    button.slick-next.slick-arrow{    background-image: url(../images/sleft-removebg-next.png);
    right: -120px;
    top: 365px;}
    button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {    filter: invert(0) brightness(0.5);}
    section.sec_4 {    padding: 60px 0;
    background: url(../images/te-layer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}.reachOUt_head
    h5 {    font-family: BrownProSemiBold;
    color: #f6921e;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;}.reachOUt_head
    h5::after {    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #d1f8f2;
    z-index: -1;
    left: -60px;
    top: -30px;
    content: '';}.reachOUt_head
    h2 {    font-size: 32px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
    padding-right: 2px;
    position: relative;
    z-index: 999999 !important;}.reachOUt_head
    h2::after {    content: '';
    width: 96px;
    height: 96px;
    display: block;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 0;}.reachOut_para
    p {    color: #555;
    font-weight: 500;
    line-height: 25px;}.main_listing_reachout
    ul {    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;}.main_listing_reachout
    ul li {    flex: 0 0 45%;
    margin: 0 30px 0 0;
    padding: 0 20px 0 20px;
    position: relative;}.main_listing_reachout
    ul li::after {    content: '';
    display: block;
    background: url(../images/pl-ic.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 37px;
    width: 37px;
    position: absolute;
    top: -8px;
    left: -28px;
    right: unset;}.reachOut_img {
    position: relative;}.reachOut_img
    img {    width: 100%;}.reachOut_img::
    after {    content: '';
    display: block;
    background: #00cc8f;
    position: absolute;
    height: 96%;
    width: 104%;
    top: 30px;
    z-index: -1;
    left: -20px;
    right: unset;}
    section.sec_5 {    padding: 60px 0;
    background: url("../images/test-left.webp") left bottom no-repeat,    url("../images/test-right.webp") right bottom no-repeat;}.client_reviews
    h5 {    text-align: center;
    font-family: BrownProSemiBold;
    color: #f6921e;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;}.client_reviews
    h5::after {    content: '';
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #d1f8f2;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -26px;}.client_reviews
    h5::before {    content: '';
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: white;
    margin: 0 auto;
    left: 450px;
    right: 0;
    top: -30px;}.client_reviews
    h2 {    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 100px 0;}.client_reviews
    ul.testi_monials li .main_testimonail {    background: white;
    margin: 0 10px 0 10px;
    padding: 3rem;
    border-radius: 10px;}.client_reviews
    ul.testi_monials li .main_testimonail .img img {    margin: 0 0 20px 0;}.client_reviews
    ul.testi_monials li .main_testimonail .content p {    height: 100px;
    overflow-y: auto;
    font-size: 16px;
    color: #555;
    font-weight: 500;}* {
    scrollbar-width: thin;
    scrollbar-color: #333 #f1f1f1;}*::
    -webkit-scrollbar {  width: 5px;
    border-radius: 15px;  }*::
    -webkit-scrollbar-thumb {  background-color: #333;
    border-radius: 15px;}*::
    -webkit-scrollbar-track {  background-color: #f1f1f1;
    border-radius: 5px;}
    section.sec_6 {    background: url(../images/cta-top.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6em 0;
    width: 100%;
    background-color: white;}.best_seller
    h3 {    text-align: center;
    padding-top: 80px;
    color: #1d3337;
    letter-spacing: -3px;
    font-size: 38px;
    font-weight: 700;
    position: relative;}.best_seller
    h3::after {    content: '';
    display: block;
    background: url(../images/laptop.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -50px;
    width: 135px;
    height: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;}.best_seller
    a {    color: #fff;
    font-size: 60px;
    text-shadow: 3px 7px 10px #00000029;
    text-decoration: none !important;
    font-weight: 700;
    text-align: center;}.best_seller {
    text-align: center;
    position: relative;
    z-index: 99999;}.best_seller::
    after {    content: "";
    position: absolute;
    background: url(../images/cta-center.webp) center center no-repeat;
    width: 100%;
    top: -100px;
    left: 0;
    min-width: 1100px;
    height: 706px;
    z-index: -1;}.best_seller .global_btnss {
    justify-content: center;
    margin: 30px 0 0 0;}
    section.sec_7 {    position: relative;
    padding: 60px 0;
    color: white;}
    section.sec_7::before {    background: url(../images/yel-right.webp) right top no-repeat #1c3135;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 84%;
    top: 0;
    z-index: 99999;}
    section.sec_7 .container {    position: relative;
    z-index: 99999;}.amazon_expert_img
    img {    max-width: none;
    right: 265px;
    position: relative;}.amazon_expert_img {
    position: relative;}.amazon_expert_img::
    after {    content: "";
    position: absolute;
    left: -274px;
    bottom: -10px;
    height: 62%;
    width: 100%;
    background: #f6921e;
    z-index: -1;}.amazon_expert_content
    h2 {    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 130px 0 0;}.amazon_expert_content
    p {    color: #b2c9cd;
    width: 100%;
    font-size: 22px;
    line-height: normal;
    margin-top: 20px;}
    section.sec_8 {    padding: 60px 0;
    background: url(../images/cta-green.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;}.becom_author_head
    h2 span {    font-weight: 400;
    display: block;}.becom_author_head
    h2 {    font-size: 35px;
    text-transform: none;
    line-height: 46px;
    letter-spacing: -0.4px;
    margin-bottom: 0;}.become_author_contactss
    ul {    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;}.become_author_contactss
    ul li a {    color: #f6921e;
    font-size: 20px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;}.become_author_contactss .new_global_btn {
    display: flex;}.become_author_contactss .new_global_btn
    button.get_new_btn {    font-size: 17px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    box-shadow: none;
    width: 200px;
    padding: 12px 0;}.become_author_contactss
    ul li {    flex: 0 0 100%;
    margin: 0 0 10px 0;}
    section.sec_9 {    padding: 60px 0;}.book_legacy
    h5 {    font-family: BrownProSemiBold;
    color: #f6921e;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    position: relative;}.book_legacy
    h5::after {    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    background: #d1f8f2;
    z-index: -1;
    left: 0;
    top: -20px;
    content: '';
    margin: 0 auto;
    right: 0;}.book_legacy
    h2 {    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px 0;}.book_legacy
    h3 {    font-size: 26px;
    line-height: 80px;
    text-align: center;
    margin: -30px 0 13px 0;}.book_legacy
    p {    font-weight: 500;
    width: 90%;
    margin: 0 auto;
    text-align: center;}.parent_items {
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;}.parent_items .img_sec {
    flex: 0 0 45%;}.parent_items .content_inner {
    flex: 0 0 55%;}
    section.sec_10 {    padding: 40px 0;
    background: white;}.trustpiloots
    ul {    display: flex;
    list-style: none;
    padding: 0;}.trustpiloots
    ul li {    flex: 0 0 23%;
    margin: 0 30px 0 0;}.trustpiloots
    ul li .trust_box {    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;}.trustpiloots
    ul li .trust_box .trust_logo_img img {    width: 120px;
    height: 60px;
    margin: 0 0 10px 0;}.trustpiloots
    ul li .trust_box .trust_logo_content p {    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    color: #666;
    text-align: left;
    font-weight: 500;}.trustpiloots
    ul li .trust_box .trust_logo_content p::before {    content: '';
    display: block;
    background: url(../images/comma.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    left: 0;}
    section.sec_11 {    background: url("../images/cont-shadow.webp") left top no-repeat,    url("../images/c-left.webp") left bottom no-repeat,    url("../images/c-right.webp") right top no-repeat #1c3135;
    color: white;
    padding: 60px 0;
    position: relative;
    overflow-x: clip;}
    section.sec_11::after {    background: url(../images/contact-after.webp) left top / cover no-repeat;
    right: -80px;
    width: 682px;
    height: 535px;
    top: -50px;
    content: "";
    position: absolute;}.contact_form
    h2 {    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 45px;
    font-weight: 700;}.contact_form
    form {    display: flex;
    width: 100%;
    flex-wrap: wrap;}.contact_form
    form .in_fields {    flex: 0 0 45%;
    margin: 0 20px 20px 0;}.contact_form
    form .in_fields input {    width: 100%;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #ddd;
    height: 45px;
    font-weight: 400;
    font-size: 14px;
    resize: none;}.contact_form
    form .in_fields_full {    flex: 0 0 100%;}.contact_form
    form .in_fields_full input {    width: 93%;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #ddd;
    height: 45px;
    font-weight: 400;
    font-size: 14px;
    resize: none;}.contact_form
    form .infield_radio {    display: flex;
    margin: 20px 0 20px 0;
    align-items: start;}.contact_form
    form .infield_radio input {    margin: 5px 10px 0 0;}.contact_form
    form .ssUbmit_btn {    display: flex;
    justify-content: center;
    margin: 0 auto;}.contact_form
    form .ssUbmit_btn input[type="submit"] {    background-image: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    padding: 13px 40px;
    border-radius: 50px;
    font-size: 16px;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;}
    footer {    padding: 4rem 0;
    background: url("../images/ftr-shadow.webp") right top no-repeat;
    width: 100%;}.row.space-between {
    display: flex;
    justify-content: space-between;}.Logo_and_contect
    img {    width: 60%;
    margin: 0 0 20px 0;}.Logo_and_contect
    ul {    padding: 0 0 0 20px;
    list-style: none;}.Logo_and_contect
    ul li a {    color: #3b6068;
    text-decoration: none !important;
    font-size: 15px;
    display: flex;
    align-items: start;
    gap: 10px;}.Logo_and_contect
    ul li {    margin: 0 0 3px 0;}.Logo_and_contect
    ul li a i {}.Logo_and_contect
    ul li a svg {    margin: 7px 0 0 0;}
    section.last_ {    background: black;
    color: white;
    padding: 10px 0;}.main_last_termss {
    display: flex;
    justify-content: space-between;}.main_last_termss .all_rights
    p {    font-size: 16px;}.main_last_termss .terms_conditionss
    ul {    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;}.main_last_termss .terms_conditionss
    ul li a {    color: white;
    text-decoration: none !important;}.main_last_termss .terms_conditionss
    ul li {    position: relative;}.main_last_termss .terms_conditionss
    ul li:last-child::after {    content: '';
    display: block;
    position: absolute;
    background: white;
    height: 20px;
    width: 2px;
    left: -10px;
    top: 2px;}.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;}.modal-body {
    padding: 0 !important; }.modal {
    background: #0000008c; }.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }.popup_form_wrp {
    padding: 0 15px;
    /* text-align: center;  */}.popup_form_wrp
    h2 {font-weight: 800;
    font-size: 24px;
    color: white;
    margin: 0 0 10px 20px;
    position: relative;
    text-align: center;}.modal-content {
    padding: 30px 0;
    background: black !important;}.popup_form_wrp
    p {color: #343434;
    font-weight: 500; }.popup_form_wrp
    form input {width: 46%;
    background: #fff;
    border-radius: 4px;
    border: none !important;
    height: 45px;
    margin: 0 10px 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    color: black;
    border: 1px solid #f6921e;}.popup_form_wrp
    form {margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}.popup_form_wrp
    form input::placeholder, .popup_form_wrp form textarea::placeholder {color: rgba(0, 0, 0, 0.44);
    font-size: 14px; }.popup_form_wrp
    form textarea {border-radius: 6px;
    height: 130px;
    padding: 15px 18px;
    width: 97.5%;
    margin: 0px 0 20px 0;
    padding: 20px 15px;
    font-weight: 500;
    color: black !important;}.popup_form_wrp
    form select {font-size: 14px;
    font-weight: 500; }.modal-content {
    border-radius: 20px; }.modal-content {
    border: 3px solid #f6921e !important;
    width: 431px !important;
    height: 530px !important;}.popup_form_wrp
    h2:before {content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;}
    span.color_form {color: #f6921e;
    font-weight: 700;}
    button.btn-close {position: absolute;
    right: 15px;
    top: 13px;
    background: #f6921e;
    opacity: 1;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;}
    button.btn-close:after {content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 3px;
    height: 17px;
    top: 5px;
    transform: rotate(42deg);
    left: 11px;
    border-radius: 5px;}
    button.btn-close:before {content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 3px;
    height: 17px;
    top: 5px;
    transform: rotate(129deg);
    left: 11px;
    border-radius: 5px;}
    button.btn-close:hover {background: #F3AD16;
    opacity: 1; }
    button.popup_button {background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform:capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';}
    button.popup_button:hover {background: #f3ad16; }.popup_form_wrp
    input[type="submit"] {  display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px 0px 0px;}
    div#exampleModal {    z-index: 9999999;}.main_bann_form .checK_div {
    display: none !important;}

.call_inner {display: none;}

    @media only screen and (max-width:1370px){    button.slick-next.slick-arrow{        bottom: -97px;    }    .reachOUt_head h2::
    after {        content: '';
    width: 76px;
    height: 76px;
    display: block;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 80px;
    z-index: 0;    }    .side_linkss ul li button.getStarted {
    width: max-content;    }    .side_linkss ul li a {
    display: flex;
    gap: 7px;    }    .modal-dialog {
    top: 60px;    }}
    @media only screen and (max-width:767px){    .side_linkss {        display: none;    }        .main_logo {
    text-align: center;    }        .main_logo img {
    width: 49%;    }        .Main_banner h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;    }        .Main_banner p {
    font-size: 17px;
    margin: 20px 0 20px 0;    }        .global_btnss button.globalBtn.quote {
    width: max-content;
    padding: 0 10px 0 10px;    }        .global_btnss {
    gap: 10px;
    margin: 0 0 20px 0;    }        .global_btnss button.globalBtn.liveCh {
    width: max-content;
    padding-right: 40px;
    padding-left: 40px;    }        .main_bann_form {
    left: 0;    }        .main_bann_form form .checK_div label {
    font-size: 13px;
    font-weight: 600;    }        .reachOUt_head h2 {
    font-size: 25px;
    line-height: normal;
    font-weight: 700;    }        .reachOUt_head h2::
    after {        left: unset;
    right: -70px;    }        .main_listing_reachout ul li {
    flex: 0 0 50%;
    margin: 0;
    padding: 0 0 0 26px;    }        .main_listing_reachout ul li::
    after {        left: -4px;
    width: 27px;
    height: 27px;
    top: 0;    }        section.sec_4 {
    overflow-x: hidden;    }        section {
    overflow-x: hidden !important;
    overflow-y: hidden;    }        .best_seller h3 {
    font-size: 25px;    }        .best_seller a {
    font-size: 38px;
    color: black;    }        .amazon_expert_img img {
    width: 100%;
    right: 0;
    top: 0px;    }        .amazon_expert_content h2 {
    padding: 0;
    margin: 20px 0 0 0;    }        .amazon_expert_img::
    after {        DISPLAY: NONE;    }        section.sec_7::
    before {        height: -webkit-fill-available;    }        .amazon_expert_content p {
    font-size: 18px;    }        .becom_author_head h2 {
    font-size: 25px;
    line-height: normal;
    margin: 0 0 20px 0;    }        .book_legacy h2 {
    font-size: 24px;
    margin: 0 0 20px 0;    }        .book_legacy h3 {
    line-height: normal;
    margin: 10px 0 20px 0;
    font-size: 25px;    }        .book_legacy p {
    width: 100%;
    font-size: 16px;    }        .parent_items {
    display: block;
    text-align: center;    }        .trustpiloots ul {
    flex-wrap: wrap;
    justify-content: space-between;    }        .trustpiloots ul li {
    flex: 0 0 41%;
    margin: 0 0 40px 0;    }        section.sec_11::
    after {        display: none;    }        .contact_form h2 {
    font-size: 25px;
    line-height: normal;    }        .contact_form form .in_fields {
    flex: 0 0 100%;    }        .contact_form form .in_fields_full input {
    width: 100%;    }    ul.ttff li {
    justify-content: center;
    margin: 0 auto;
    display: flex !important;
    padding: 0;    }        ul.ttff {
    padding: 0;    }    .modal-content {
    width: 100% !important;    }    ul{
    padding: 0 !important;    }    .parent_items.reverse {
    flex-direction: column-reverse;
    display: flex;    }    .main_last_termss {
    flex-wrap: wrap;
    justify-content: center;    }}.main_bann_form
    form .checK_div label a {    color: #707070;
    text-decoration: none !important;}
    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {    -webkit-appearance: none;
    margin: 0;}
    input[type=number] {    -moz-appearance: textfield;}.main_listing_reachout
    ul li h4 {    color: #256571;
    margin: 0;
    font-size: 17px;
    font-weight: 600;}.main_listing_reachout
    ul li p {    color: black;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 25px;
    font-weight: 500;}.parent_items .content_inner
    h3 {    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-size: 21px;}.parent_items .content_inner
    p {    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #555;}.trustpiloots
    ul li .trust_box .trust_logo_content p b {    color: #000;
    font-weight: 600;}.last__logo {
    display: flex;}.last__logo
    img {    flex: 0 0 20%;
    width: 80%;
    object-fit: contain;}.floatbutton.active {
    right: 0;
    z-index: 9;
    transition: .4s}.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 28%;
    font-size: 0;
    width: 425px;
    z-index: 99}.floatbutton .clickbutton {
    width: 100px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87,184,151,.09);
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026}.btns_wrap .call_wrap,.btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026!important;
    z-index: 9999}.floatbutton .clickbutton .crossplus:
    before {    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto}.floatbutton .clickbutton .crossplus:
    after {    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto}.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transition: .4s;
    white-space: pre;
    width: 100px;
    height: 200px;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);}.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s}.floatbutton .clickbutton .crossplus
    i {    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px}.floatbutton .clickbutton .crossplus>* {
    width: 100%;
    display: block;
    transform: rotate(-90deg) translate(-40px,-20px)}.btns_wrap .call_wrap {
    top: 63px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s}.btns_wrap .call_wrap
    span {    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px}.btns_wrap .chat_wrap {
    display: block;
    background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s}.btns_wrap .call_wrap
    span.icoo,.btns_wrap .chat_wrap span.icoo {    color: #fff;
    background: -moz-linear-gradient(-45deg,#2a3db6 0,#1169cd 100%);
    font-size: 14px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(40deg, #faba16 0, #f6921e 50%);}.btns_wrap .chat_wrap
    span {    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px}.btns_wrap
    a:hover {    right: 0}.btns_wrap {
    position: fixed;
    right: 0}.floatbutton
    svg {    font-size: 14px;
    min-width: 14px;
    height: 14px;}.active-faq
    p {    display: block;};
    border-bottom-left-radius: 3px;
    border-top-left-radius: 2px;
}

.btns_wrap {
    position: fixed;
    right: 0
}

.floatbutton svg {
    font-size: 14px;
    min-width: 14px;
    height: 14px;
}

.active-faq p {
    display: block;
}

.call_inner {
    display: none;
}