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

*{
    font-family: "Poppins", serif;
    border: none;  outline: none;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    box-sizing:  border-box;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}
*::selection{
  background-color: #ef6442;
  color: #fff;
}

*:focus {
    outline: none;
}

body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar , .box-mobile::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  {
    background-color:  #ef6442;
    outline: 1px solid #ef6442;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

a , a:hover{
    text-decoration: none;
    color: var(--black);
}
ul{
  padding: 0;
  margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
body p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: math-auto;
    color: #3E4A5A;
    line-height: 26px;
}
section{
    padding: 60px 0;
}
.hero-banner{
    background: url(../images/banner-img01.jpg) center left / cover  no-repeat;
    padding: 160px 0 0 0;
}
body .container {
    max-width: 1300px;
}
.header {
    position: absolute;
    max-width: 1300px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px 0;
}
.hero-banner h4 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    background-color: #2f3d58;
    width: max-content;
    border: 2px solid #ffffffa3;
    border-radius: 50px;
    padding: 12px 25px;
    position: relative;
    z-index: 1;
}
.hero-banner h4:before {
    position: absolute;
    content: '';
    width: 15%;
    height: 54px;
    background-color: #ff9900;
    left: -6px;
    top: 0;
    clip-path: circle();
    z-index: -1;
    animation: title-animate 5s infinite alternate;
}


.brand__logo{
    filter: brightness(0) invert(1);
}

/* title animation  */
@keyframes title-animate{
    0%{width: 185%};
    100%{width: 185%};
   }
   
   @keyframes red-hover{
     0%{ color: red;}
     100%{ color: var(--black);};
   }
   
   @keyframes rotate {
     from{ background-position: 0px;}
     to{ background-position: 350px;}
   }
.hero-banner h1 , .hero-banner h1 span {
    font-size: 55px;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
    padding: 15px 0 25px 0;
}
.hero-banner h1 span{
    font-weight: 600;
}
.hero-banner h6 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}
.hero-banner ul {
    display: grid;
    grid-template-columns: auto auto auto;
    width: max-content;
    gap: 10px;
    margin: 5px 0 20px 0;
}
.hero-banner ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.hero-banner ul li svg {
    padding-right: 5px;
}
.brs-btn {
    font-size: 16px;
    display: inline-flex ;
    align-items: center;
    width: max-content;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
}
.bg-white{
    background-color: #fff;
}
.bg-orange{
    background-color: #ff9900;
}
.bg-black{
    background-color: #2f3d58;
}
.bg-blue{
    background-color: #2f3d58;
}
.txt-orange{
    color: #F26722;
}
.txt-white{
    color: #fff;
}
.txt-black{
    color: #000;
}
.query_form {
    max-width: 480px;
    padding: 20px 30px;
    border-radius: 20px;
    position: relative;
    top: 60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.query_form h2 {
    font-size: 25px;
    font-weight: 600;
}
.query_form input, .query_form textarea ,.query_form select {
    font-size: 14px;
    background-color: #fff;
    height: 40px;
    width: 100%;
    padding: 10px;
    border: 1px solid #0000001f;
    border-radius: 5px;
    margin-bottom: 10px;
}
.query_form input::placeholder , .query_form textarea::placeholder , .query_form option::placeholder {
   color: #808080b0;
}
.query_form textarea {
    height: 80px;
}
.query_form form button {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 12px 0;
    border-radius: 40px;
}
.query_form form img {
    max-width: 35%;
}
.about_us h4 , .platforms .content h5 , .portfolio h5 , .services h4 , .lake_cta h4 ,
.book_service h6 , .book_service .right_content h4 , .service_tabs h5 , .testimonial-wrap h5 , .faqs h5 , .ft_form h6 , 
.ft_form .right-content h4 , .ft_form .right-content h4 , .publishing_ser h5{
    font-size: 40px;
    font-weight: 400;
    color: #000;
}
.book_service .right_content h4 span, .book_service .right_content h4{
    color: #fff;
}
.book_service .right_content h4 span{
    font-weight: 600;
}
.about_us h4 span , .platforms .content h5 span , .portfolio h5 span , .services h4 span , 
.lake_cta h4 span , .book_service h6 span , .service_tabs h5 span , .testimonial-wrap h5 span , .faqs h5 span , 
.ft_form .right-content h4 span , .publishing_ser h5 span {
    font-weight: 600;
    color: #ff9900;
}
.about_us .content ul {
    display: grid;
    grid-template-columns: auto auto auto;
    width: max-content;
    gap: 5px 15px;
    padding: 15px 0;
}

.about_us .content ul li {
    font-weight: 500;
}
.about_us .content ul li svg {
    color: #ff9900;
    padding-right: 5px;
}
.counter span {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -5px;
    color: #ff9900;
    line-height: 60px;
}

.about_us .content .counter div {
    position: relative;
}

.about_us .content .counter div::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ff9900;
    left: 110%;
    top: 10%;
}

.about_us .content .counter div:last-child::before {
    display: none;
}
.counter p {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.cta{
    background: url(../images/cta--banner.jpg) center left / cover  no-repeat;
}
.cta .content h5{
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}
.cta .content h5 span{
    font-weight: 600;
}
.portfolio {
    background-color: #FEF0E9;
}
.portfolio-slider {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 50px 10px;
}
.services .card img {
    display: block;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ff9900;
    padding: 10px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    margin-top: -60px;
    object-fit: scale-down;
}
.services .card h6 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 20px 0 10px 0;
    text-align: center;
}
.brs_tabs .content h4 , .testimonial-wrap .text-content h5{
    font-size: 25px;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
}
.services .card p {
    text-align: center;
    line-height: 21px;
}

.services .card {
    padding: 30px;
    border: 1px solid #ff9900;
    transition: all .4s linear;
}
.services .card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all .4s linear;
}
.services .card h5 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 25px;
}
.services .card h2 {
        font-size: 50px;
        font-weight: 700;
        color: #ff9900;
        line-height: 50px;
        padding: 15px 0;
}
.services .row .col-lg-4:last-child .card {
    border: 0;
    padding: 0;
    text-align: center;
}
.services .row .col-lg-4:last-child .card:hover{
    box-shadow: none;
}
.bg-cream{
    background-color: #FCE1D3;
}
.book_service{
    background: url(../images/service-bg.webp) center center / cover  no-repeat;
}
.book_service .txt {
    padding-right: 150px;
}
.brs_tabs .nav-tabs , .publishing_ser .nav-tabs{
    flex-direction: column;
    flex-wrap: nowrap;
}
.brs_tabs {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-tabs .nav-link {
    width: 190px;
    padding: 10px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000 !important;
    border-radius: 5px;
    background-color: #fff;
    margin: 9px 0;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #ff9900;
    border-color: transparent;
}
.brs_tabs .content {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.testimonial-wrap .text-content {
    padding: 35px;
    margin: 0;
}
.testimonial-wrap .slick-slide {
    opacity: 0.4;
}
.testimonial-wrap .slick-current {
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px 0 25px 0;
    opacity: 1 !important;
}
.slick-dots li {
    width: 30px;
    height: 6px;
    background-color: #ff9900;
  }
  .slick-dots li:active {
    background-color: #000;
  }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    color: transparent;
}
.testi-slider .slick-dots li {
    width: 30px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 3px;
}
.slick-dots li.slick-active button:before {
    background-color: #113357;
    width: 30px;
    height: 6px;
    opacity: 1;
    border-radius: 5px;
}
.slick-dots {
    bottom: -40px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff9900 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-size: 20px;
    font-weight: 500;
}
.bg-sky{
    background-color: #F3F8FF;
}
.faqs .accordion-body , .faqs .accordion-button{
    background-color: #f3f8ff;
    font-size: 20px;
    font-weight: 500;
}
.faqs .accordion-item { 
    background-color: #F3F8FF;
    border-bottom: 1px solid #000000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}
.faqs .accordion-button:focus {
    box-shadow: none;
}
.faqs .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(103%) contrast(105%);
}
.ft_form .query_form {
    top: 0;
}
.ft_form input, .ft_form textarea, .ft_form select {
    margin-bottom: 10px;
}
.ft_form .right-content ul {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.ft_form .right-content ul li svg {
    color: #ff9900;
    border: 1px solid #ff9900;
    padding: 6px;
    border-radius: 28px;
}

.ft_form .right-content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 19px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: math-auto;
    color: #3E4A5A;
}
section.footer , .copy_right{
    background: linear-gradient(0deg, #2f3d58 0%, rgb(11 15 27) 100%);
}
.fw-200{
    font-weight: 200;
}
.about_us {
    padding: 150px 0 60px 0;
}
.kindle-plat {
    position: relative;
    top: 81px;
}
.tel-btn a {
    display: inline-flex;
    align-items: center;
    line-height: 22px;
    gap: 8px;
    margin: 0 20px 0 0;
}
.tel-btn a span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
.tel-btn a svg {
    background-color: white;
    padding: 11px;
    border-radius: 50px;
}
.tel-btn a span:first-child {
    font-size: 18px;
    font-weight: 500;
}
.tel-btn a svg {
    color: #ff9900;
}
.penguin {
    position: absolute;
    bottom: 0;
    right: -46px;
}
.hero-banner .left-content {
    position: relative;
}
.pulse {
    animation: pulsedark 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(230, 255, 255, 0.7);
}
@keyframes pulsedark {
    0% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }

    70% {
        /*transform: scale(1.02); */
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.publishing_ser{
    background: linear-gradient(90deg, #eb8d00 44%, #9c6006 34%, rgb(0 0 0 / 0%) 44%);
}
.publishing_ser h5 , .publishing_ser h5 span {
    color: white;
}
.publishing_ser .nav-tabs .nav-link {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
}
.publishing_ser .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #2f3d58;
    border-color: transparent;
}
.ser_tab li div h6 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000;
}

.ser_tab li div p {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 0;
}

.ser_tab li div {
    border: 1px solid #8080804d;
    margin: 15px;
    padding: 20px;
}
.ser_tab li div:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.awards{
    background: url(../images/awards-bg.webp) center left / cover  no-repeat;
}
.awards h5{
    font-size: 60px;
    font-weight: 400;
    color: white;
    line-height: 60px;
}
.awards h5 span{
    font-weight: 600;
}
.ft-contact{
    max-width: 1300px;
    margin: auto;
}
.bf-img {
    position: absolute;
    left: 6%;
    bottom: 6%;
}
.af-img {
    position: absolute;
    right: 10%;
    bottom: -4%;
}
.brs-btn:hover {
    background-color: #ff9900 !important;
    color: #fff;
}
.ft-btns{
   display: none;
}
.query_form label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align : left;
    display : block;
}

.footer___logo{
    filter: brightness(0) invert(1);
    width: 150px;
}





@media (min-width: 320px) and (max-width: 767px) {
        .privacy-terms {
        text-align: center;
        margin: 10px;
        }
        .footer-social-box ul {
        display: flex;
        align-items: center;
        column-gap: 15px;
        transition: all 1s;
        padding-bottom: 0;
        padding: 0;
        justify-content: center;
        margin: 10px 0 0 0;
        }
        .col-sm-12.ftr-lst-cpy {
        flex-wrap: wrap;
        justify-content: center !important;
        display: table !important;
        align-items: center !important;
        margin: auto !important;
        }
        }
        .col-sm-12.ftr-lst-cpy {
        flex-wrap: wrap;
        justify-content: space-between;
        display: flex;
        align-items: center;
        margin: 10px
        }
        .footer-social-box ul {
        padding:  0 !important;
        }
        .copy-right p {font-size: 12px !important;
        font-weight: 400;
        margin: 0;
        color: #fff;
        font-family: 'Jost';
        margin-bottom: 8px !important;}
        .privacy-terms a {
            font-size: 14px !important;
        }
        .col-sm-12.ftr-lst-cpy {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .copy-right p {
        font-size: 14px !important;
        font-weight: 400;
        margin: 0;
        color: #fff;
        font-family: 'Jost';
        }
        section.copyright-section {
        padding: 0px 0;
        background-color: #000000;
        }
        .privacy-terms a {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            margin: 0 0 0 15px;
            font-family: 'Jost';
        }
        .footer-social-box ul {
            display: flex;
            align-items: center;
            column-gap: 15px;
            transition: all 1s;
            padding-bottom: 0;
            }
        .footer-social-box ul li {
            height: 30px;
            width: 30px;
            border-radius: 100%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            transition: all 1s;
        }
        .footer-social-box ul li i {
            margin: 5px 0 0 0;
            color: #000;
        }
        .footer-social-box ul li:hover {
            transform: translateY(-10px);
            background-color: #fff;
            color: #fff;
        }
        .footer-social-box ul li:hover i {
            color: #000;
        }
        .overlay-bg-new-popup {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: none;
        }
        .popupform-main-new-popup .close-btn {
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background: transparent;
        border: 0;
        color: #cf0e0e;
        }
        .pop-form-new-popp .submit-btn {
        font-size: 18px;
        width: 100%;
        padding: 15px 0px;
        background-color: #000000;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        border: none;
        margin-top: 15px;
        width: 100%;
        margin: 10px 0 0 0px !important;
        font-weight: 700;
        }
        .close-btn {
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        top: 18px;
        right: 0px;
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        padding-top: 3px;
        text-align: center;
        border-radius: 50px;
        align-items: center;
        display: grid;
        z-index: 9;
        }
        .pop-box-2-new-pop img {
        box-shadow: 2px 2px 20px 9px #00000045;
        position: relative;
        left: 17px;
        z-index: 1;
            border-radius: 20px;
        }
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
        }
        .control-group input::placeholder {
        color: #9b7171;
        }
        .control-group textarea::placeholder {
        color: #9b7171;
        }
        .pop-form-new-popp .submit-btn {
        font-size: 18px;
        padding: 15px 0px;
        background: #fb2224;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        border: none;
        margin-top: 15px;
        width: 100%;
        }
        .popupform-main-new-popup.active {
        display: flex !important;
        justify-content: center;
        align-items: center;
        }
        .popupform-main-new-popup {position: fixed;background: #000c;top: 0;bottom: 0;left: 0;width: 100%;width: 100%;height: 100%;z-index: 9999;background-repeat: no-repeat;background-size: cover;}
        .pop-form-new-popp.ta-center-new-pop {
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 400px;
        height: 511px;
        border-radius: 0 23px 23px 0;
        position: relative;
        }
        .pop-box-2-new-pop{
        background:url('new-pop-bg-2.png');
        }
        .pop-box-2-new-pop span {
        color: #f9b400;
        font-size: 33px;
        font-weight: 600;
        position: relative;
        top: -11px;
        }
        .pop-box-2-new-pop h3 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        }
        .pop-box-2-new-pop {
        background: transparent;
        height: auto;
        width: auto;
        text-align: center;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        }
        .pop-form-new-popp.ta-center-new-pop {
        padding: 25px 15px 25px 36px;
        }
        .pop-form-new-popp.ta-center-new-pop h3 {
        color: #2d2d2d;
        font-size: 22px;
        line-height: 33px;
        text-align: center;
        margin: 0;
        }
        .popupform-main-new-popup {
        align-items: center;
        justify-content: center;
        }
        .pop-form-new-popp.ta-center-new-pop h3 span {
        font-weight: bold;
        }
        .pop-form-new-popp.ta-center-new-pop h5 {
        color: #2d2d2d;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        padding: 5px 0 10px 0;
        }
        .pop-form-new-popp.ta-center-new-pop input {width: 100%;border-width: 1px;border-color: rgb(225, 225, 225);border-style: solid;border-radius: 5px;background-color: rgb(255, 255, 255);height: 42px;margin: 0 0 20px 0;padding: 0 0 0 10px;}
        input {
        outline: none;
        }
        .pop-form-new-popp.ta-center-new-pop textarea {
        width: 100%;
        border-width: 1px;
        border-color: rgb(225, 225, 225);
        border-style: solid;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        height: 100px;
        margin: 0 0 15px 0;
        padding: 10px 5px 5px 10px;
        }
        .pop-form-new-popp.ta-center-new-pop button {
        border-radius: 5px;
        background-color: #cf0e0e;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        display: table;
        margin: auto;
        padding: 9px 42px;
        width: auto;
        display: table;
        }
        .pop-form-new-popp.ta-center-new-pop input::placeholder {
        color: #000;
        }
        .pop-form-new-popp.ta-center-new-pop textarea::placeholder {
        color: #000;
        }
        .pop-box-2-new-pop {
        position: relative;
        margin-right: 3px;
        }
        .pop-form-new-popp .close-btn{/* display: none; */}
        .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0;
        }
        .popup-main-box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        }
        @media (max-width:1366px) {
        .popup-main-box {
        transform: scale(0.9);
        }
        }
        @media (min-width:200px) and (max-width:767px) {
        .pop-box-2-new-pop {
        display: none;
        }
        .pop-form-new-popp.ta-center-new-pop {
        /*background: url(auto-pop-bg-2-mob.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        }
        .pop-form-new-popp.ta-center-new-pop {
        width: 100%;
        height: auto;
        margin: 0px 10px;
        padding: 25px 0px;
        border-radius: 23px;
        }
        .pop-form-new-popp .close-btn {
        display: block;
        top: 5px;
        right: 0px;
        background: none;
        border: none;
        color: #ff9600;
        }
        .pop-form-new-popp.ta-center-new-pop button {
        background: #cf0e0e;
        }
        .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0 0 5px 0;
        }
        .pop-form-new-popp.ta-center-new-pop h3 span {
        color: #000;
        }
        .pop-form-new-popp.ta-center-new-pop h5 {
        color: #000;
        }
        }
        
        
        
        
        .floatbutton {
        transition: .4s;
        position: fixed;
        right: -370px;
        top: 16%;
        font-size: 0;
        width: 420px;
        z-index: 99999;
    }
    
    .floatbutton .btns_wrap {
    position: fixed;
    right: -6px;
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    top: 40px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.floatbutton .btns_wrap .call_wrap, .floatbutton .btns_wrap .chat_wrap {
    box-shadow: 0 0 11px #eaf0f6;
    border-radius: 50px 0 0 50px;
    right: -230px;
    width: 280px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.floatbutton .btns_wrap .call_wrap span.icoo, .floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 18px 16px 16px;
    border-right: none;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    background: #415376;
    box-shadow: 8px 16px 50px 0 rgba(255, 127, 0, .27);
}

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


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

.floatbutton .clickbutton {
    border-radius: 50px 0 0 50px;
    width: 50px;
    z-index: 999;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    background: #cd6600;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    position: relative;
    box-shadow: 8px 16px 50px 0 rgba(255, 127, 0, .27);
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 14px;
    color: #fff;
    left: -125%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
}

.floatbutton .banner-form {
    background: #303030;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 110px 0 0;
    width: 370px;
    border: 2px solid #000;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
}

.floatbutton .banner-form button, .floatbutton2 .banner-form button {
    padding: 0;
    background-color: #cd6600 !important;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    z-index: 11;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    border: none;
}

.floatbutton .banner-form .ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #ff9900;
    background: 0 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
    background: #303030;
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
    background: #303030;
}


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


.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 14px;
    color: #fff;
    left: -125%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
}

.floatbutton .clickbutton {
    border-radius: 50px 0 0 50px;
    width: 50px;
    z-index: 999;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    background: #415376;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    position: relative;
    box-shadow: 8px 16px 50px 0 rgba(255, 127, 0, .27);
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 14px;
    color: #fff;
    left: -129%;
    white-space: pre;
    bottom: 122px;
    font-weight: 500;
    font-size: 16px;
}

.floatbutton .clickbutton .crossplus.rotate, .floatbutton2 .clickbutton2 .crossplus.rotate, .header-main .othermenu, .sale-blckfriday.open {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.floatbutton .clickbutton, .floatbutton2 .clickbutton2 {
    height: 280px;
    vertical-align: top;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

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

.floatbutton .banner-form button, .floatbutton2 .banner-form button
 {
    padding: 0;
    background-color: #ff9900 !important;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    z-index: 11;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    border: none;
}

.floatbutton .banner-form h3, .floatbutton2 .banner-form h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
}

.banner-form h3 span, .halloween-popup h3 span
 {
    padding: 10px;
    border-radius: 8px;
    display: block;
    background: #ff9900;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.floatbutton .banner-form .ban-form input:placeholder {
    color: #fff;
}

.floatbutton .banner-form .ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    background: #ff9900;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent
}


.copy__right {
    background: linear-gradient(0deg, #2f3d58 0%, rgb(11 15 27) 100%);
    padding: 20px 0;
    margin-top: 0;
}

.copy_text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 300;ter
}

.term__links ul li {
    display: inline-block;
}

.term__links ul {
    text-align: left;
}

.term__links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 0 20px 0 20px;
    font-weight: bold;
}

.term__links ul li a:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 30px;
    right: 0;
    top: -5px;
}

.term__links ul li:nth-last-child(1) a:after {
    background: transparent;
}