.grade,
.hed1 {
    background: radial-gradient(#5c0083, #9801ff) !important;
}

section#policy_content {
    font-family: 'jost';
}

/************************** popup  ************************************/
    .modal{top:0%;background:#000000de;}
    .modal-dialog{max-width:500px;margin:50px auto 0;}
    .pop_heading{width:100%;padding:20px;}
    .pop_heading h5{font-size:19px;font-weight:700;margin:0 0 15px;border-left:4px solid #0071dc;padding:0 20px;line-height:29px;text-transform:uppercase;color:#f7941d;}
    .pop_heading h4{font-size:15px;color:#858585;}
    .field{width:100%;position:relative;margin:0 0 20px;}
    span.pop_icon{position:absolute;color:#f7941d;left:13px;top:11px;}
    .field .form-control{width:100%;border-radius:0;padding:3px 0 4px 37px;resize:auto;height:45px;border-radius:5px;border:1px solid #ccc;color:#000;}
    .modal-content{box-shadow:rgb(243,238,238) 0px 0px 3px 2px;width:450px;border-bottom:#f7941d 5px solid;border-radius:23px;}
    #popupform p{text-align:center;font-size:14px;color:#f41368;margin:19px 0 0;}
    .modal-header{padding:0;border:none;}
    button.pop_btn{font-size:16px;text-transform:uppercase;color:#fff;padding:10px 0;border:none;width:100%;background:#f7941d;}
    button.close{background:url(img/cross.png) no-repeat 0 0;width:20px;height:20px;position:absolute;top:9px;right:15px;display:block;opacity:1;}
    .fade.in{overflow:hidden;}
    .field textarea.form-control{height:auto;}
    button.ban_btn span{background:#bf2727;padding:10px 15px;font-size:20px;border-radius:50px;display:block;text-align:center;}

    /************************** popup ************************************/
*,
ul {
    padding: 0;
}

.footer-logo img,
.swing img {
    max-width: 200px;
}

.card,
.order-card {
    min-width: 0;
    word-wrap: break-word;
}

#msform fieldset,
* {
    box-sizing: border-box;
}

img.book-im,
img.fotre-logo,
img.sec-hund,
img.sec-hund-2,
img.twenty-four,
img.uni-img-sel {
    pointer-events: none;
}

p.own_para,
strong {
    font-size: 11px;
}

* {
    margin: 0;
}

.cont_hed,
.font-jost,
.para_mb_cnt,
p.font-jost {
    font-family: jost;
}

.testmon_box .card {
    border-radius: 15px !important;
    background: linear-gradient(48deg, #fff 49%, #f8ebff 48%) !important;
    color: #000 !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.grade,
.loader {
    position: relative;
}

.overlay .overlayDoor:after,
.overlay .overlayDoor:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: radial-gradient(#5c0083, #9801ff) !important;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.form_home,
.loader {
    justify-content: center;
}

.overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: Nunito;
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s;
}

.overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin;
    display: flex;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: 1s linear infinite spinInner;
    animation: 1s linear infinite spinInner;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-720deg);
    }
}

.hed1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px 0;
    display: inline-block;
    padding: 5px 30px 8px;
    text-transform: uppercase;
}

.box_text,
.dl-btn-ser,
.own_dis_fl {
    display: flex;
}

.hed2 {
    color:#ffff70;
    font-weight: 900;
    font-size: 20px;
    font-family: oswald !important;
    text-transform: uppercase;
    padding-top: 5px;
}

section.sec1 {
    padding-top: 1px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000ba;
    background-blend-mode: overlay;
    background-position: center center;
}

button.own_button_submit,
button.own_button_submit:hover {
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
}

.whitehed {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: jost;
    text-transform: capitalize;
}

.grade,
i.fa.fa-user {
    font-size: 25px;
}

.border-lft {
    border-left: 1px solid #baaaaa;
}

.grade {
    color: white;
    font-family: oswald;
    top: 14px;
    font-weight: 500 !important;
    margin-right: 25px;
    border-radius: 0 40px;
    padding: 5px 20px 11px;
    text-align: center;
    text-transform: capitalize !important;
    font-size: 21px;
    background:   linear-gradient(0deg,#003e18,#2ecc71)!important;
    border: 3px solid #ffffffa6;
    cursor: pointer;
    animation: bounce 1s infinite;
}

.ds_expert,
.ds_expert-contect {
    font-size: 14px;
    border-radius: 0 0 42px;
    height: 45px;
    margin-top: 6px;
    text-align: center;
}

.Contact_bt_chat,
.ds_expert,
.ds_expert-contect,
.ds_expert-servc {
    background: #fff;
    z-index: 0;
    position: relative;
    transition: 0.5s;
    box-shadow: 5px 3px 6px 0 #0000117d;
    font-weight: 700;
    font-family: jost;
    color: #000;
    margin-left: -25px;
}

.ds_expert {
    border: 1px solid #8f24ca;
    width: 80%;
    padding-top: 9px;
    padding-left: 10px;
}

.ds_expert-contect {
    border: 1px solid #8f24ca;
    width: 25%;
    padding-top: 10px;
}

.ds_expert-servc {
    border-radius: 0 0 42px;
    border: 1px solid #8f24ca;
    font-size: 18px;
    height: 47px;
    width: 100%;
    padding-top: 8px;
    margin-top: 4px;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.cht-bt-ho:hover .btn-img,
.cht-bt-ho:hover .ds_expert,
.dl-btn-ser:hover .Contact_bt_chat,
.dl-btn-ser:hover .btn-img,
.dl-btn-ser:hover .ds_expert-servc {
    fill: #fff;
    background: #8f24ca;
    border: 1px solid #fff;
    transition: 0.5s;
    color: #fff !important;
}

.Contact_bt_chat {
    font-size: 14px;
    border-radius: 0 0 42px;
    border: 1px solid #8f24ca;
    height: 47px;
    width: 100%;
    padding-top: 10px;
    margin-top: 5px;
    text-align: center;
}

.live-chat,
button.own_button_submit,
button.own_button_submit:hover {
    text-align: center;
    font-weight: 600;
}

#progressbar .active,
.Contact_bt_chat:hover,
.ds_expert-contect:hover,
.ds_expert-servc:hover,
.ds_expert:hover {
    color: #000;
}

.dl-btn-ser {
    margin-top: -5px !important;
}

.live-chat {
    color: #000;
    text-decoration: none;
    background: #f79324;
    padding: 11px 25px;
    border-radius: 8px;
    font-size: 16px;
    width: 93%;
    margin-top: 1px !important;
}

.black_txt_color,
.chat_expert_btn:hover,
.hed_sec3-blck,
.live-chat:hover,
.order-now-btn:hover {
    color: #000 !important;
}

.form_home {
    overflow: hidden;
    width: 210%;
    margin: auto;
    padding: 10px 0 0;
    background-image: url(../Images/banner-image.jpg);
    border-radius: 5px;
    box-shadow: 0 0 35px 0 #000;
    background-repeat: no-repeat;
    border-bottom-right-radius: 82px !important;
    background-size: cover;
}

.ovrlf,
.para_height {
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.form_f_hed {
    margin-right: 10px;
    margin-left: 10px;
    font-family: oswald;
    font-size: 20px;
    padding-top: 3px;
    border-radius: 0 40px;
    padding-bottom: 5px;
    background: radial-gradient(#5c0083, #9801ff) !important;
    font-weight: 500;
    color: #fff;
}


.margin-bottom {
    margin-bottom: 10px !important;
}

.box_text,
p.own_para {
    margin-bottom: 0;
    font-family: jost;
}

.text_field_w.margin-bottom {
    width: 85%;
    justify-content: center;
    margin: auto;
}

button.own_button_submit {
    color: #fff;
    background: #0d3a5d;
    border: none;
    width: 100%;
    border-radius: 5px;
}

button.own_button_submit:hover {
    color: #000;
    background: #add8e6;
    border: none;
    width: 100%;
    border-radius: 5px;
}

.por_one {
    width: 33%;
    margin: 0;
    padding-left: 17px;
}

p.own_para {
    margin-top: 7px;
    line-height: 1.3;
    padding-left: 10px;
    color: #fff;
}

.box_one {
    margin-left: 8px;
    padding: 8px 8px 5px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #000;
    background: linear-gradient(133deg, #7e01ca78, #a43ef280, #1c9750, #0d6732);
    animation: 3s infinite gradient;
    background-size: 400% 400%;
}

.box_text {
    margin-top: -5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
}

.fa-check:before {
    content: "\f00c" !important;
    color: #121412;
    font-weight: 800;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

.dflx-mb-bl,
.dis_fl {
    display: flex !important;
}

i.fa.fa-thumbs-up {
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
}

i.fa-solid.fa-sack-dollar {
    color: #d3d3d3;
    font-size: 24px;
}

i.fa.fa-star,
i.fas.fa-star-half-alt {
    font-size: 15px;
    color: #f79324;
}

.img_1 {
    width: 30px;
    height: 30px;
}

.img_uni,
.widim,
img.dlf-img {
    width: 100%;
}

.sec_2_hed {
    font-size: 16px;
    line-height: 1;
    padding-left: 5px;
    font-family: jost;
    color: #fff;
    font-weight: 600;
}

.sec_hed_red,
.sec_hed_red_white {
    font-size: 35px;
    font-weight: 800;
    margin: auto;
    font-family: jost;
}

.sec_hed_red {
    color: #000;
    align-items: center;
}

.sec_hed_red_white {
    color: #fff;
    align-items: center;
}

.sec_para_te {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.9;
    font-family: jost;
}

.sticky_nav {
    /* position: sticky;
    top: 0; */
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 12px 0;
}

.widim {
    height: auto !important;
    margin-top: 37px;
}

.redish_hed {
    color: red;
    font-size: 15px;
    font-weight: 400;
}

.quality_text {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: jost;
    text-transform: capitalize;
        font-weight: 600;
}

.free_fea,
i.fa.fa-star.test_st {
    font-size: 20px;
}

.wid_3 {
    width: 33% !important;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: jost;
    font-weight: 400;
}

.para_height {
    height: 135px;
    padding-right: 29px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background: #5c0083;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5c0083;
}

.whatsapp_btn:hover,
.whatsapp_btn_order_l:hover {
    background: radial-gradient(#5c0083, #9801ff) !important;
}

.redish_text {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: oswald;
}

.hed_sec3 {
    font-size: 26px;
    color: #fff;
    padding-bottom: 10px;
    font-family: jost;
    text-transform: capitalize;
    font-weight: 600;
}

.mrgt_10_mb_hide {
    margin-top: 10px;
}

.margin-top-40px,
.own_mrgn_10 {
    margin-top: 40px;
}

.btn_content.wid_mrgn {
    width: 50%;
    display: contents;
}

.own_wid {
    width: 100%;
    padding-top: 10px;
    padding-left: 40px;
}

.img-fluid {
    width: 100%;
    height: 90%;
    border-radius: 4px;
    max-width: 90%;
    max-height: 65% !important;
    margin-top: 33px;
}

.whatsapp_btn,
.whatsapp_btn_order_l {
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px 9px;
    font-size: 17px;
    font-weight: 500;
    display: block;
    font-family: jost !important;
    border-radius: 25px;
    animation: 3s infinite gradient;
    text-transform: uppercase;
}

.whatsapp_btn {
    width: 100%;
    background: linear-gradient(278deg, #a107ff, #b459fbfc, #ba29fcc9, #040006);
    background-size: 400% 400% !important;
}

.whatsapp_btn:hover {
    animation: 0.9s ease-in infinite alternate crescendo;
}

.whatsapp_btn_order_l {
    width: 100%;
    margin: 20px auto;
    background: linear-gradient(79deg, #a107ff, #b459fbfc, #ba29fcc9, #040006);
    background-size: 400% 400%;
}

.chat_expert_btn,
.contc_btn {
    background-color: #f79324;
    color: #000 !important;
    padding: 10px 20px 13px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    font-family: jost;
    display: block;
    text-align: center;
    text-decoration: none;
}

.bg-lap,
.footer-section,
.sec5 {
    background-position: center center;
}

.contc_btn {
    width: 165px;
}

.chat_expert_btn {
    width: 100%;
}

.animate-reveal {
    opacity: 0;
    -webkit-animation: 2s cubic-bezier(0, 1, 0.5, 1) forwards reveal;
    -moz-animation: 2s ease-in forwards reveal;
    -o-animation: 2s cubic-bezier(0, 1, 0.5, 1) forwards reveal;
    animation: 2s cubic-bezier(0, 1, 0.5, 1) forwards reveal;
}

.animate-first {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes swing {
    0% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

.swing {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-animation: 1s ease-in-out infinite alternate swing;
    animation: 1s ease-in-out infinite alternate swing;
    transform-origin: center top;
}

.swing::after,
.swing::before {
    content: "";
}

.swing::before {
    margin-bottom: 20px;
    width: 12px;
    height: 12px;
    background-color: #222;
    border-radius: 50%;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 2px 4px #222;
}

.swing::after {
    top: 8px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-top-left-radius: 10px;
    border-left: 2px solid #222;
    border-top: 2px solid #222;
    transform: rotate(45deg);
    z-index: -1;
}

.swing img {
    display: block;
    height: auto;
    padding: 1rem;
    outline: #222 solid 5px;
    border-radius: 1px;
    box-shadow: 0 5px 10px #222;
}

.main-heading-primary {
    animation: 1s ease-out moveInLeft;
}

.main-heading-secondary {
    animation: 3s ease-out moveInRight;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: 1.4s ease-in forwards fadeIn;
}

.fab-checkbox:checked~.fab-wheel .fab-action,
.fab-dots {
    opacity: 1;
}

.fade-in.delayed {
    animation-delay: 1.4s;
}

.sec5 {
    padding-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    background-image: url("../Images/bg-form.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact-button:hover,
.footer-widget ul li a:hover,
.navbar-light .navbar-toggler,
.whity-color {
    color: #fff;
}

.own-assessment {
    width: 100%;
    height: 65%;
    border: 5px solid #000;
}

.sbj-name {
    color: #fff !important;
    z-index: 9999;
    margin-top: 8px;
    font-size: 16px !important;
    text-align: center !important;
}

.font-font-sze {
    font-size: 40px !important;
}

.start-fontsz {
    font-size: 15px !important;
    color: #ffb600 !important;
}

.ovrlf {
    height: 100px;
    padding-right: 10px;
    text-align: left;
    color: #fff !important;
    font-weight: 500;
    font-family: jost;
}

.cont-dv,
.mrg-mb {
    margin-top: 20px;
}

.sbj-txt {
    color: #f79324;
    font-size: 20px;
    font-weight: 400;
    font-family: oswald;
}

.cta-text h4,
.cta-text span,
.footer-text p,
.para_blue,
.service-ovrf,
.white-text {
    font-family: jost;
}

.para_blue {
    color: #fff;
    padding-bottom: 20px;
}

.white-text {
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #00a01d;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

#heading,
.copyright-text p a,
.lap-text,
.lst-ban-hed2,
.lst-para-hed1,
.nav-txt,
.pol-hrd,
.sm-txt-pt,
.txt-bl,
.unique-banner-txt,
.whi_marq,
span.city-name-form {
    text-transform: uppercase;
}

.site-heading h4::before {
    background: #00a01d;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00a01d;
    border-color: #00a01d;
}

.we-offer-area .item {
    box-shadow: 0 0 12px 0 #888;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    height: 400px;
    color: #fff !important;
    background: linear-gradient(91deg, #18003e, #18003e, #ba29fcc9, #040006);
    animation: 4s infinite gradient;
    background-size: 400% 400%;
}

.we-offer-area.text-center .item i {
    background: #612d82;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
}

.we-offer-area.item-border-less .item {
    border: none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 19px;
    padding-bottom: 5px;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #fff !important;
}

.service-ovrf {
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    scroll-behavior: smooth;
}

.bg-lap {
    background-image: url(../index.html);
    background-size: contain;
    background-repeat: no-repeat;
}

.sec7,
.sec7_aboutpg {
    background-image: url(../Images/banner-image.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}

.footer-pattern img,
.footer-section,
.sec7,
.sec7_aboutpg {
    background-size: cover;
}

.sec7 {
    margin-top: 0px;
}

.sec8 {
    margin-top: 30px;
    margin-bottom: 0;
    height: 643px;
    background: #f3f3f3;
    padding-top: 20px;
}

.lap-star {
    color: #f79324 !important;
    margin-left: 28px;
    font-size: 20px !important;
}

.orderone {
    width: 50px;
    height: 50px;
}

.Orderhed {
    font-size: 20px;
    color: #001f57;
}

.img-order-box {
    width: 80%;
    margin-left: 7px;
}

.over-width-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    height: 90px;
}

.photobanner {
    position: relative;
    height: 233px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    animation: 70s linear infinite alternate-reverse bannermove;
}

.photobanner img {
    margin: 0 25px;
}

@keyframes bannermove {
    from {
        left: 0;
    }

    to {
        left: -2700px;
    }
}

img.first {
    width: 100%;
    height: 25%;
}



ul {
    margin: 0;
}

.footer-section {
    background-repeat: no-repeat;
    position: relative;
    background-color: #15002b;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #6b3489;
    font-size: 30px;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    text-align: left !important;
}

.cta-text h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: capitalize;

}

.cta-text span {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-position: 100% 100%;
}

.custom-btn,
.pos-rel,
.subscribe-form,
a {
    position: relative;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}
.text-white {
    color: #fff!important;
    font-family: 'jost';
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
}

.custom-btn,
.footer-menu li,
.footer-widget ul li,
a,
span.numbering {
    display: inline-block;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #000;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-family: jost;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 100px;
    background: #6b3489;
}

.footer-widget ul li {
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    color: #fff;
    border: none !important;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #21425d;
    padding: 5px 10px;
    border: 1px solid #21425d;
    top: 0;
}

.subscribe-form button:hover {
    background-color: #21425d !important;
}

.subscribe-form button i {
    color: #fff;
    font-size: 15px;
}

.copyright-area {
    background-image: url(../Images/gifs/form-gif.jpg);
    padding: 25px 0;
    background-blend-mode: overlay;
    background-color: #0f0813;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: jost;
}

.copyright-text p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: jost;
}

.footer-menu li {
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.txt-own-center {
    text-align: center !important;
}

a {
    text-decoration: none;
}

.padfot:after {
    background: #743895;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transition: width 0.3s, left 0.3s;
    width: 0;
    border-radius: 40px;
}

.bo-txt,
.btn-10,
.btn-10:after,
.custom-btn {
    transition: 0.3s;
}

.padfot:hover:after {
    width: 100%;
    left: 0;
}

@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}

.padfot:hover {
    padding-bottom: 5px;
}

.sec9 {
    background: linear-gradient(69deg, #000 50%, #50007ce0 33%) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-box-2 {
    width: 100%;
    height: 75%;
}

.img-fluid.border-none {
    border: none;
    width: 100%;
    height: 80%;
}

.img-lap-bg {
    background-image: url(../index.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lap-text {
    text-align: center;
    padding-top: 150px;
    font-weight: 600;
}

.colo-white {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.lst-ban-hed1 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    z-index: 99999;
    font-family: oswald;
}

.lst-ban-hed2 {
    color: #fff;
    font-size: 22px;
    font-family: oswald;
}

.lst-para-hed1 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'jost';
    padding-top: 15px;
}

.free-sample.btn-lg {
    color: #fff;
    background: #743895;
    font-family: jost;
}

.img-modal {
    width: 22%;
    height: auto;
}

.modal-txt {
    font-size: 16px;
    align-items: center;
    margin: auto;
    padding-left: 5px;
}

.short-tcxt {
    font-size: 14px;
}

.border-right-own {
    border-right: 1px solid #00000073;
}

.modal-backdrop.fade.show,
body.modal-open>div.bg {
    z-index: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    background-color: #e8e8e8d9;
}

.modalblur {
    margin: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 0 2px rgba(255, 255, 255, 0.6);
}

.policy_sec1 {
    height: 300px;
    background: linear-gradient(27deg, #000, #743895e0, #000) !important;
}

.pol_hed_1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.text_poli {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

#msform,
.contact-button {
    margin-top: 20px;
}

.txt-pading {
    padding-top: 90px;
}

span.simplhed {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 3;
}

.phone-num {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
}

.phone-num:hover {
    color: #d896d8;
}

span.city-name-form {
    font-weight: 600 !important;
    font-family: oswald;
    color: #fff;
    font-size: 22px;
}

.testmon-txt {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}

i.trop {
    font-size: 20px;
    color: #d069f4;
    background: #fff;
    border-radius: 50%;
    padding: 9px;
    border: 1px solid purple;
}

section.contact_sec1,
section.sec1_about {
    background-image: url(../Images/banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
}

i.file {
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
}

.pol-hrd {
    font-size: 18px;
    font-family: jost;
    font-weight: 600;
}

section.sec1_about {
    background-position: center center;
    padding-bottom: 40px;
}

.contact-button {
    color: #000;
    background: #f79324;
    text-align: center;
    padding: 11px 50px 15px;
    border-radius: 5px;
    font-size: 20px;
    margin-left: 10px;
    font-family: jost;
}

.btn-10,
.btn-10:hover {
    border: none;
}

.btn-10 {
    background: #1609f0;
    background: linear-gradient(0deg, #1609f0 0, #316ef4 100%);
    color: #fff;
    overflow: hidden;
}

.btn-10:hover,
.custom-btn {
    color: #fff;
    background: 0 0;
}

.btn-10:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.btn-10:hover:after {
    background: #0003ff;
    background: linear-gradient(0deg, #027efb 0, #0003ff 100%);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-btn {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    cursor: pointer;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, 0.5), 7px 7px 20px 0 rgba(0, 0, 0, 0.1), 4px 4px 5px 0 rgba(0, 0, 0, 0.1);
    outline: 0;
}

.white-contact,
.white-paragraph {
    font-weight: 400;
    font-family: jost;
    color: #fff;
}

section.contact_sec1 {
    background-position: center left;
    padding-bottom: 50px;
    background-blend-mode: overlay;
}

.white-contact {
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
    text-transform: capitalize;
}

hr.bar-line {
    height: 3px;
    color: #fff;
    width: 30%;
}

.para_height_about {
    height: 293px;
    overflow-y: auto;
    padding-right: 29px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.sec5_about {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(340deg, #304c66c4, #21425d);
}

i.order-arrow {
    color: #21425d;
    font-size: 35px;
}

span.numbering {
    background: #21425d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 0 18px;
}

.txt-bl {
    color: #000;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 700;
    text-align: center;
    font-family: oswald;
}

.card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 100%;
}

.order-now-btn {
    background: #f79324;
    border-radius: 20px;
    align-items: center;
    margin: 25px auto;
    padding: 13px 35px;
    width: 59%;
    color: #000;
    text-decoration: none;
    font-family: jost;
}

.ownbt-card {
    box-shadow: 0 0 10px 0;
    border-radius: 5px;
    height: 270px;
}

.whi_marq {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

#msform,
.nav-txt {
    text-align: center;
    color: #000 !important;
}

section.sec10 {
    background-image: url(../Images/banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1a1a1a8f;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.nav-txt {
    font-size: 15px;
    font-weight: 700;
    font-family: jost;
}

.sm-txt-pt,
a.own-ft-sty {
    font-weight: 500;
    font-family: jost;
}

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 70px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 25px -6px #000;
    -moz-box-shadow: 0 0 25px -6px #000;
    box-shadow: 0 0 25px -6px #000;
    animation: 5s ease-in infinite effect;
}

#msform,
#msform fieldset,
#progressbar li,
.accordion-button,
.card,
.order-card,
img.btn-img {
    position: relative;
}

.sm-txt-pt,
.tstmmon-tst,
i.fa.fa-whatsapp.flot-bt:hover,
p.sbjc-txt,
span.first-white {
    color: #fff !important;
}

@keyframes effect {

    100%,
    20%,
    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
}

i.fa.fa-file-text {
    color: #fff;
    font-size: 25px;
    display: flex;
}

.fa-users:before {
    content: "\f007";
    color: #fff;
    font-size: 24px;
}

i.fa.fa-users {
    margin-top: 6px;
}

img.testmon-img {
    width: 27%;
    margin: 20px auto auto;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 40%;
}

img.fotre-logo {
    width: 50%;
    margin-top: 10px;
    animation: 10s linear infinite rotate-animation;
    user-select: none;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sm-txt-pt {
    padding-top: 4px !important;
}

.perce {
    font-weight: 900;
}

.form_home .text_field_w.margin-bottom.button .own_button_submit {
    padding-bottom: 15px;
    padding-top: 15px;
    height: auto;
    margin-top: 0px;
    font-size: 19px;
    color: #fff;
    border-radius: 50px 0;
    font-family: jost;
    background: linear-gradient(316deg, #7e01ca78, #a43ef280, #1c9750, #0d6732);
    animation: 3s infinite gradient;
    background-size: 400% 400%;
    font-size: 20px;

}

.text_field_w.margin-bottom.button {
    width: 100%;
    margin: 0 !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: None !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal_bg {
    background: linear-gradient(223deg, #000, #743895e0, #000) !important;
}

.chat-mobile,
.order-card {
    background-position: center center;
    background-repeat: no-repeat;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border: None !important;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.dropdown-menu:li {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background: #eaeaea;
    border: 1px solid transparent;
}

li.drop-nav {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border-bottom: 1px solid #0000003b;
}

a.own-ft-sty {
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
}

ul.dropdown-menu {
    max-height: 285px;
    overflow: auto;
    overflow-x: hidden;
}

.order-card {
    display: flex;
    flex-direction: column;
    background-image: url("../slick_slider/slick/testmonial_bg.jpg");
    background-size: cover;
    background-color: #e3e3e33b;
    background-blend-mode: overlay;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.contact-form_home {
    padding-right: 0;
    overflow: hidden;
    padding-left: 0;
    background-image: url(../Images/gifs/form-gif.jpg);
    width: 210%;
    justify-content: center;
    margin: auto;
    padding-top: 20px;
    border-radius: 5px;
}

button.contc_bt_f {
    width: 100%;
    background: #f79324;
    color: #000;
    font-size: 20px;
    font-family: jost;
    height: 50px;
    border: none;
}

.partner-img,
img.amazon-img {
    height: 0% !important;
    border-radius: 0 !important;
    margin: auto !important;
    align-items: center;
}

button.contc_bt_f:hover {
    background-color: #f79324;
}

.partner-img {
    width: 50% !important;
}

.googlereview-img,
img.amazon-img,
img.chegg-img {
    width: 40% !important;
}

.googlereview-img,
.grammly-img,
img.chegg-img {
    height: 0% !important;
    border-radius: 0 !important;
    align-items: center;
    margin: 4px auto auto !important;
}

.grammly-img {
    width: 62% !important;
}

.coursera-img,
.dmca-img {
    height: 0% !important;
    border-radius: 0 !important;
    align-items: center;
}

.coursera-img {
    width: 56% !important;
    margin: 4px auto auto !important;
}

.dmca-img {
    width: 62% !important;
    margin: -19px auto auto !important;
}

.sitejabr-img,
.trust-img {
    height: 0% !important;
    border-radius: 0 !important;
    align-items: center;
}

.trust-img {
    width: 58% !important;
    margin: 0 auto auto !important;
}

.sitejabr-img {
    width: 62% !important;
    margin: 3px auto auto !important;
}

span.focus-heading {
    color: #fff;
    font-size: 25px;
}

section.sec-slider {
    padding-top: 30px;
}

.tstmmon-tst {
    font-size: 30px;
    padding-bottom: 10px;
    font-family: jost;
}

.std-text,
.unique-banner-txt,
span.expert-reply {
    font-size: 13px;
    font-weight: 500;
}

.chat-mobile {
    background-image: url(../Images/order-process/order-bg.png);
    height: 530px;
    width: 100%;
    background-size: contain;
}

.custom-container {
    max-width: 320px;
    margin: auto;
    padding-left: 35px;
    padding-top: 95px;
    padding-right: 35px;
    min-width: 320px;
}

.own-txt-left {
    font-family: jost;
}

.own-txt-right {
    text-align: right !important;
    font-family: jost;
}

.std-text {
    background: #00f;
    padding: 16px;
    border-radius: 20px;
    color: #fff;
    font-family: jost;
    display: inline-block;
}

#msform .action-button,
.hidethisform,
.hidethissection,
.pic_hide {
    display: none !important;
}

img.expert-text {
    width: 15%;
    border: 2px solid #00000014;
    border-radius: 50%;
    height: 40px;
    padding: 2px;
}

span.expert-reply {
    color: #fff;
    background: #612d82;
    font-family: jost;
    padding: 10px 10px 10px 20px;
    display: flex;
    border-radius: 20px;
    margin-left: 8px;
}

.fil-wid,
img.asign-pic {
    border: 2px solid #dfdfdf;
}

img.asign-pic {
    width: 41% !important;
}

.fil-wid {
    width: 40% !important;
    height: 125px;
}

img.typing-txt {
    width: 65px;
    padding-left: 5px;
}

img.twenty-four {
    width: 60%;
    margin: auto;
    display: flex;
    border-radius: 8px;
}

section.sec-twen {
    background: linear-gradient(114deg, #15002b 52%, #e1e2e5 36%) !important;
    border-top: 3px solid #15002b;
    border-bottom: 3px solid #15002b;
}

.bg_wh,
.sec-uni-img {
    background: #fff;
}

.unique-banner-txt {
    color: #fff;
    align-items: center;
    text-decoration: none;
    font-family: jost;
    display: inline-block;
    width: fit-content;
    padding-left: 10px;
    cursor: pointer;
    text-align: left;
}

.fs-title,
a.step-order-btn {
    font-weight: 600;
    font-family: jost;
}

i.fa-ph {
    font-size: 36px;
    color: #fff;
    align-items: center;
    margin: auto;
}

i.pl-on {
    padding-left: 50px;
    padding-bottom: 22px;
}

#heading {
    color: #fff;
    font-size: 19px;
    font-family: jost;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 35px;
}

#msform fieldset {
    background: #f3f3f3;
    border: 0;
    border-radius: 0.5rem;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    height: 100px;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type),
.fab-checkbox,
.tab {
    display: none;
}

#msform input,
#msform textarea {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673ab7;
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: #673ab7;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0 10px 5px;
    float: right;
}

#msform .action-button:focus,
#msform .action-button:hover {
    background-color: #311b92;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0;
    float: right;
    display: none !important;
}

#msform .action-button-previous:focus,
#msform .action-button-previous:hover,
.bg_own_black {
    background-color: #000;
}

.card {
    z-index: 0;
    border: none;
}

.fs-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    text-align: left !important;
}

.purple-text {
    color: #000;
    font-weight: 400;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

.accordion-button,
.bo-txt,
.topbar-badge,
a.step-order-btn,
i.ordr-font,
span.top-contc {
    text-align: center;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #000;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    font-weight: 400;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #000;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #612d82;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.ft-set {
    font-size: 15px;
    font-family: jost;
    color: #000;
    font-weight: 500;
}

i.ordr-font {
    color: #fff;
    background: #612d82;
    padding: 11px;
    margin: auto;
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 25px;
    align-items: center;
}

.box-sh,
img.book-im {
    justify-content: center;
}

img.ord-im {
    width: 50%;
    padding: 0;
    margin: 0;
}

img.sel-ser {
    width: 50%;
}

a.step-order-btn {
    color: #fff;
    font-size: 18px;
    background: radial-gradient(#1a0025, #8e00ef) !important;
    padding: 7px 30px;
    border-radius: 25px;
    text-decoration: none;
}

.trst,
h2.student-second {
    font-weight: 700;
    text-transform: uppercase;
}

.own-pt-mb-hide {
    padding-top: 100px !important;
}

section.sec3 {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 1px 0px;
}

img.book-im {
    width: 75%;
    margin-top: 20px !important;
    display: flex;
    margin: auto;
}

img.uni-img-sel {
    width: 100%;
    height: auto;
    user-select: none;
}

.box-sh {
    padding-top: 28px;
    border: 3px solid #68379b;
    border-radius: 5px;
    margin: auto;
    width: 90%;
}

section.sec6 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f3f3f3;
}

.trst {
    font-size: 20px;
    font-family: oswald;
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
}

.fot-jost {
    font-family: jost !important;
}

.bo-txt,
.sbjc-head,
.topbar-badge,
section.top-br {
    font-family: jost;
}

.bo-txt {
    color: #fff;
    font-size: 15px;
    background: linear-gradient(45deg, #2a2a2a, #8f24ca);
    width: 100%;
    display: block;
    border-radius: 10px;
    margin: auto auto 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 5px;
    box-shadow: 3px 3px 3px 1px #964fc4;
}

.sbjc-head,
h2#order-hedd\ text-black {
    font-size: 20px;
}

.bo-txt-active,
.bo-txt:hover {
    box-shadow: 1px 5px 5px 0 #9500ff !important;
    transform: scale(1.2) !important;
    background: linear-gradient(272deg, #ad1deb, #4d00ae) !important;
}

.sbjc-head {
    font-weight: 600;
    margin: 0;
    color: #fff !important;
}

img.subc-imge {
    width: 100%;
}

.topbar-badge {
    color: #fff;
    font-weight: 900;
    background: #743895;
    padding: 7px;
    border-radius: 27px;
    font-size: 10px;
    text-transform: uppercase;
}

.dropdown-menu,
.form-control {
    background-clip: padding-box;
    background-color: #fff;
}

section.top-br {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: #311243;
}

span.asign-buy {
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
    text-transform: capitalize;
}

span.top-contc {
    font-size: 13px;
    margin: auto;
    display: flex;
    align-items: center;
}

a.top-link,
a.top-link:hover {
    color: #fff;
    text-decoration: none;
}

.accordion-body,
.accordion-button,
h2#order-hedd\ text-black,
h2.student-second {
    font-family: jost;
    color: #000;
}

section.accord {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f3f3f3;
}

.accordion-button:not(.collapsed) {
    color: #000;
    font-family: jost;
    font-size: 15px;
    background: 0 0;
    font-weight: 600;
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 15px;
}

.accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 15px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s;
    font-weight: 600;
    text-transform: capitalize;
}

button.accordion-button.collapsed {
    border: none;
    cursor: pointer !important;
    text-align: start !important;
}

a.offers_a,
i.fa.fa-question-circle {
    cursor: pointer;
}

button.accordion-button.collapsed:hover {
    background-color: #743895;
    border-color: #f79324;
    cursor: pointer !important;
    color: #fff;
}

.accordion-button:focus {
    border: none !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../Images/accordian-icon.png");
    background-color: none !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

section.sec4 {
    background-image: url(../Images/gifs/service-ban.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden !important;
}

img.btn-img {
    width: 55px;
    fill: #8f24ca;
    transition: 0.5s;
    background: #fff;
    padding: 8px;
    border-radius: 100%;
    border: 1px solid #8f24ca;
    z-index: 1;
    height: 55px;
}

img.bn-short-img {
    width: 25%;
    background: #fff;
    border-radius: 100%;
    height: 98%;
    padding: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-family: jost !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ababab;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

img.sec-hund {
    width: 20%;
    padding: 0;
    margin: 0 0 5px;
}

img.sec-hund-2 {
    width: 23%;
    padding: 0;
    margin: -8px 0 5px;
}

img.sec-hund-3 {
    width: 17%;
    padding: 0;
    margin: -5px 0 5px;
    pointer-events: none;
}

img.footer-payment,
img.mobi-man {
    margin: auto;
    pointer-events: none;
}

h2.student-second {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.uni-wise-img-all {
    width: 50% !important;
    height: 0% !important;
    border-radius: 0 !important;
    margin: auto !important;
    align-items: center;
    padding-bottom: 20px;
}

.focus-heading-black {
    color: #000 !important;
    font-size: 25px;
}

img.payment-crd {
    width: 80%;
    pointer-events: none;
    user-select: none;
}

img.mobi-man {
    width: 75%;
    justify-content: center;
    display: flex;
}

.dropdown-menu {
    left: 315px;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.2rem;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid #642264 !important;
    border-radius: 0.25rem;
    background: linear-gradient(219deg, #000, #743895e0, #000) !important;
}

.list-group-item,
h2.form_he {
    font-size: 14px;
    text-align: left;
    font-family: jost;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:hover {
    color: #000 !important;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../Images/site-logo/icons8-hamburger-64.png);
    background-position: center center;
}

.navbar-toggler {
    font-size: 25px;
    background-color: #fff !important;
    border: none !important;
    transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
}

.fab,
.fab-dots,
.fab-wheel {
    transition: 0.3s;
}

.circle-ball1,
.circle-ball2 {
    justify-content: start;
    display: flex;
}

img.footer-payment {
    width: 100%;
    user-select: none;
}

.secure_head {
    font-size: 20px;
    font-family: jost;
    font-weight: 600;
    color: #fff;
    padding-top: 20px;
}

img.footer-dmca {
    background: #fff;
    border-radius: 25px 0;
    margin-right: 10px;
    box-shadow: 0 0 3px 0 #fff;
    padding: 3px 7px;
    object-fit: contain;
    max-width: 7rem;
}

.form-label_order {
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 17px;
    font-family: jost;
    text-shadow: 0 0 1px #15002b;
}

h2.form_he {
    color: #663e7d;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 75px;
    padding-bottom: 2px;
}

.btnnxt_pre {
    text-align: center;
    padding-top: 15px;
}

i.topbar_ico {
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    padding: 4px 4px 4px 5px;
}

.order_summary_txt {
    font-size: 16px;
    font-weight: 600;
}

.card_pay {
    width: 90% !important;
    pointer-events: none;
}

hr {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
    margin-top: 10px;
}

.btn_order_previous {
    color: #fff;
    background: linear-gradient(311deg, #cb59f3, #65188c, #00000082) !important;
    border-radius: 0 12px;
    text-align: center;
    margin: auto 16px auto auto;
    padding-left: 15px;
    padding-right: 15px;
    border: none !important;
    width: 15%;
    font-family: jost;
    font-size: 16px;
    padding-top: 4px;
}

.circle-ball1,
.circle-ball2,
.circle-ball3 {
    border-radius: 50%;
    width: 15%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    height: 18px;
}

input.invalid {
    background-color: #fdd;
}

.circle-ball1 {
    background: #ff7877;
    padding: 5px;
}

.circle-ball2 {
    background: #fbc882;
    padding: 5px;
}

.circle-ball3 {
    background: #a6d78f;
    justify-content: start;
    display: flex;
    padding: 5px;
}

a.mobile_order_now,
img.img_teacg {
    justify-content: center;
    display: flex;
}

.search_url {
    background: #fff;
    margin-top: 7px;
    border: 2px solid #8080804f;
    box-shadow: 0 0 2px 0 transparent;
    border-radius: 5px;
    text-align: left;
    padding-left: 12px;
    font-size: 14px;
    font-family: jost;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bg_gr-re {
    background: #e3e3e3;
    padding-top: 3px;
    padding-bottom: 10px;
    margin: 0;
}

.order_bg_mac {
    border: 2px solid #bdbdbd;
    border-radius: 4px 4px 25px;
    background: #fff;
    width: 100%;
}

.order_sec {
    background-image: url(../Images/banner-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.own-mg-t {
    margin-top: 35px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
    width: 18px;
    height: 18px;
    padding: 0;
}

.btn_order_next,
.btn_order_next:hover {
    font-weight: 800;
    padding-top: 4px;
    text-align: center;
    color: #fff;
}

.btn_order_next {
    text-transform: uppercase;
    width: 30%;
    font-family: jost;
    background: linear-gradient(311deg, #cb59f3, #65188c, #00000082) !important;
    border: none;
    border-radius: 25px 0;
    height: 40px;
}

.btn_order_next:hover {
    background: linear-gradient(356deg, #cb59f3, #65188c, #00000082) !important;
    border: none;
    border-radius: 0 25px;
}

.order_summary_box {
    background: #fff;
    font-family: jost;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    border-radius: 0 25px;
    padding-bottom: 10px;
}

img.about-person {
    width: 110%;
}

img.bn-short-img2 {
    width: 30%;
    background: #fff;
    border-radius: 100%;
    height: 75%;
    padding: 5px;
}

a.mobile_order_now,
span.offer-badge {
    background: linear-gradient(272deg, #ad1deb, #4d00ae) !important;
    font-family: jost;
}

.por_one_about {
    width: 25%;
    margin: 0;
    padding-left: 17px;
}

p.own_para2 {
    margin-top: 7px;
    line-height: 1.3;
    padding-left: 10px;
    color: #fff;
    font-size: 13px;
    font-family: jost;
    margin-bottom: 0;
}

.alert-danger,
i.social_icon {
    font-size: 20px;
    text-align: center;
}

i.social_icon {
    color: #fff;
    padding: 5px;
}

.alert-danger {
    color: #000;
    background-color: #f5c2c7;
    border-color: #f5c2c7;
    font-family: jost;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0;
}

a.mobile_order_now {
    border-radius: 25px;
    color: white !important;
    padding: 3px 5px 5px;
    width: 60%;
    text-align: center;
    margin: auto;
    align-items: center;
    font-size: 15px;
}

.cc-revoke.cc-bottom {
    border-top-left-radius: 0.5em !important;
    border-top-right-radius: 0.5em !important;
    left: -50px !important;
    bottom: 300px !important;
    transform: rotate(90deg) !important;
    font-family: jost;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none !important;
}

img.ccard_imag {
    width: 100%;
    max-width: 25rem;
}

.bg_own_white {
    background-color: #f7f7f7;
}

.min_h-100 {
    min-height: 100%;
}

.bd-top-bot {
    border-top-right-radius: 117px;
    border-bottom-right-radius: 117px;
}

.orderbt_move {
    animation: 1.5s ease-in infinite alternate crescendo;
}

@keyframes crescendo {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }
}

img.updowim {
    width: 70%;
}





/* .fab-wrapper {
    position: fixed;
    bottom: 35px;
    left: 70px;
    z-index: 9999;
}
.fab {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50% 50% 6px;
    background: linear-gradient(272deg, #ad1deb, #8833f4) !important;
    z-index: 1;
    border: 1px solid #ad1deb;
}
.fab-dots,
.fab:before {
    border-radius: 50%;
    position: absolute;
}
.fab:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}
.fab-dots {
    height: 8px;
    width: 8px;
    background-color: #fff;
    top: 50%;
    transform: translateX(0) translateY(-50%) rotate(0);
    animation: 3s infinite blink;
}
.fab-action,
button.tawk-custom-color.tawk-custom-border-color.tawk-button.tawk-button-circle.tawk-button-large {
    background: linear-gradient(272deg, #ad1deb, #8833f4) !important;
}
.fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}
.fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}
.fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}
.fab-checkbox:checked ~ .fab .fab-dots {
    height: 6px;
    animation: none;
}
.fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0);
}
.fab-checkbox:checked ~ .fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}
@keyframes blink {
    50% {
        opacity: 0.25;
    }
}
.fab-wheel {
    position: absolute;
    bottom: 0;
    left: 50px;
    border: 1px solid transparent;
    width: 0rem;
    height: 10rem;
    transform-origin: bottom right;
    transform: scale(0);
}
.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
.fab-action {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 1s;
    opacity: 0;
    padding: 25px !important;
}
.fab-action:hover {
    background-color: radial-gradient(#5c0083, #9801ff) !important;
}
.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
}
.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
}
.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
}
i.flot_ico {
    font-size: 30px;
    color: #fff;
} */
.border-gradient-purple {
    border-image-source: linear-gradient(318deg, #2c163c, #b038ef) !important;
}

@keyframes gradient {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

span.offer-badge {
    color: #fff;
    font-size: 15px;
    padding: 4px;
    border-radius: 4px;
}

h5.fot-head-ofr {
    color: #000;
    font-size: 25px;
    font-family: jost;
    padding-top: 25px;
    font-weight: 700;
}

.highlight-head {
    font-size: 45px;
    color: #a33ff2;
}

span.faplus {
    color: #000;
    font-size: 50px;
    font-weight: 900;
}

p.offer_txt {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    font-family: jost;
}

a.promo_code_bt {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background: linear-gradient(272deg, #ad1deb, #8833f4) !important;
    padding: 10px;
    border-radius: 35px;
    font-family: jost;
}

a.promo_code_bt:hover {
    background: linear-gradient(15deg, #4d255e, #9c4eff) !important;
}

p.txt_code_scan {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-top: 8px;
    font-family: jost;
}

a.offers_a {
    color: #fff;
    text-decoration: none;
}

img.qr_code {
    width: 100%;
    pointer-events: none;
}

.stu_imag {
    width: 50% !important;
    height: 300px;
    pointer-events: none;
}

section.offer_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cc-window.cc-floating.cc-type-opt-in.cc-theme-classic.cc-bottom.cc-left.cc-color-override--1563243343 {
    bottom: 9px;
    left: 9px;
    z-index: 9999999996;
}


.cc-color-override--1563243343.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(137 49 170) !important;
}

a.cc-btn.cc-deny {
    text-decoration: none !important;
    padding: 7px;
    border: 1px solid #fff !important;
    font-family: jost;
    font-weight: 100;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
    font-family: jost;
}

a.cc-btn.cc-allow {
    color: #000;
    background: #fff;
    font-family: jost;
}

section.offer_sec2 {
    background: linear-gradient(327deg, #a107ff, #b459fbfc, #ba29fcc9, #040006);
    padding-top: 30px;
    animation: 4s infinite gradient;
    background-size: 400% 400% !important;
}

.cc-color-override--1563243343.cc-revoke {
    color: #fff;
    background-color: rgb(137 49 170) !important;
}

.cc-color-override--1563243343 .cc-highlight .cc-btn:first-child {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
    font-size: 16px;
}

img.img_teacg {
    width: 40%;
    margin: 50px auto auto;
}

h4.offerss_hed {
    color: #fff;
    font-size: 25px;
    margin: 40px auto auto;
    justify-content: center;
    display: flex;
    font-family: jost;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
}

p.offers_txt {
    color: #fff;
    font-size: 16px;
    font-family: jost;
    padding-left: 37px;
    padding-top: 15px;
}

p.txt-ofr_i,
span.weather_update {
    font-size: 11px;
    font-family: jost;
}

.ofer_order_btn {
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    width: 45%;
    padding: 8px 20px 9px;
    font-size: 17px;
    font-weight: 500;
    display: block;
    font-family: jost !important;
    border-radius: 25px;
    background: linear-gradient(278deg, #a107ff, #b459fbfc, #ba29fcc9, #040006);
    animation: 3s infinite gradient;
    background-size: 400% 400% !important;
    margin-left: 35px;
    margin-top: 20px;
}

p.txt-ofr_i {
    align-items: center;
    display: flex;
    height: 21px;
    padding-left: 7px;
    color: #fff;
}

img.weather_iconn {
    width: 35%;
    max-width: 35%;
    min-width: 35%;
}

.cntr_ico {
    align-items: center;
    display: flex;
    height: 24px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 160px;
    right: -10px;
    background: none;
    border: none;
    z-index: 99999;
}

/* Float Reviews Section Css */
.float-user-review {
    left: 10px;
    display: flex;
    position: fixed;
    bottom: 10px;
    background: #f3f3f3;
    width: 18%;
    padding: 5px;
    text-align: center;
    border-radius: 0px 25px 0px 25px;
    z-index: 999999;
    box-shadow: 0px 0px 10px 0px;
    display: none;
}

img.img-stude {
    width: 65%;
    height: 100px;
}

.getgradehed {
    font-size: 13px;
    text-align: left;
    font-family: 'jost';
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 700;
}

h6.std_status {
    font-size: 10px;
    text-align: left;
}


h6.got-mark {
    text-align: left;
    font-family: 'jost';
    color: #15002b;
    font-size: 11px;
    text-transform: capitalize;
    margin: 0px;
}

.cursor-pointer-user {
    cursor: pointer !important;
    font-size: 18px !important;
    text-align: end;
    float: right;
    top: -25px;
    position: relative;
}

img.medal-im {
    width: 13%;
}

a.about-uss-btn {
    background: #8801df;
    color: white;
    width: 25%;
    text-align: center;
    padding: 7px;
    margin-top: 17px;
    border-radius: 20px;
    font-size: 17px;
    font-family: 'jost';
}


/* Preloader Css Start */
/* Preloader */
.container-preloader {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-top-color: #8f24ca;
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
    font-family: jost;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: #8f24ca;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

.container-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 9999999;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/* Animation of letters loading from the preloader */
@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}

.origin {
    text-decoration: none;
    font-size: 45px;
}

/* Preloader Css Start */

.cc-revoke.cc-bottom.cc-left.cc-animate.cc-color-override--1563243343 {
    display: none !important;
}


h3.hed3 {
    font-size: 20px;
    color: white;
    font-family: 'jost';
    padding-top: 3px;
}

.font-family-jost {
    font-family: jost !important;
}
p.sec3_para {
    font-family: 'jost';
}
.cc-revoke.cc-bottom.cc-left.cc-color-override--1563243343 {
    display: none !important;
}
img.thankyou_heart {
    width: 8%;
}
img.thank_img {
    width: 65%;
    user-select: none;
}


/* Float Button Css */

.share-buttons {
    position: fixed;
    width: 300px;
    height: 212px;
    padding-left: 135px;
    top: 50%;
    left: 25px;
    margin-left: -150px;
    margin-top: -106px;
    z-index: 99999;
}

.share-buttons .share-button {
    float: left;
    margin-top: 17px;
}
.share-buttons .share-button:first-child {
  margin-top: 0;
}
.share-buttons .share-button:after {
  clear: both;
  display: table;
}

.share-button {
    display: block;
    position: relative;
    height: 34px;
    width: 200px !important;
    padding-left: 6px;
}
.share-button:hover {
  cursor: pointer;
}
.share-button:hover .share-button-primary {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.share-button:hover .share-button-secondary-content {
  transform: translate3d(0, 0, 0);
}

.share-button-primary {
    position: absolute;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -17px;
   
}

.share-button-secondary {
  overflow: hidden;
  margin-left: 15px;
  height: 40px;
}

.share-button-secondary-content {
    font-family: sans-serif;
    font-size: 0.75em;
    background: #fff;
    display: block;
    height: 38px;
    text-align: left;
    padding-left: 24px;
    padding-right: 18px;
    line-height: 30px;
    color: #242424;
    border-radius: 0 15px 15px 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
    font-family: 'jost';
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #00000033;
    padding-top: 2px;
}
a.tx_deno {
    text-decoration: none;
    color: black;
    margin-top: 10px;
}

i.share-button-icon {
    color : green !important;
    font-size: 25px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 3px;
    padding-top: 3px;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    
}

i.share-button-icon2 {
    color : blue !important;
    font-size: 22px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 3px;
    padding-top: 5px;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    
}
i.share-button-icon3 {
    color : #a446cf !important;
    font-size: 24px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 3px;
    padding-top: 3px;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    

}
i.share-button-icon4 {
    color : #ff0000b5 !important;
    font-size: 22px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 3px;
    padding-top: 2px;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    
}
/* Float Button Css End */

.sbjc-txt {
    font-family: 'jost';
}





.share-buttons:not(:hover) {
    max-width: 11rem;
    overflow: hidden;
}

.share-buttons {
    max-width: 11rem;
}


.order_summary_txt_value {
    font-weight: 400 !important;
}


/* Animation CSS */

.button-jittery a {
	animation: heartbeat 0.9s infinite;
}

.button-jittery a:hover {
	animation: heartbeat 0.5s infinite;
	/* background-color: #8f24ca !important; */
}

@keyframes jittery {

	5%,
	50% {
		transform: scale(1);
	}

	10% {
		transform: scale(0.9);
	}

	15% {
		transform: scale(1.15);
	}

	20% {
		transform: scale(1.15) rotate(-5deg);
	}

	25% {
		transform: scale(1.15) rotate(5deg);
	}

	30% {
		transform: scale(1.15) rotate(-3deg);
	}

	35% {
		transform: scale(1.15) rotate(2deg);
	}

	40% {
		transform: scale(1.15) rotate(0);
	}
}

@keyframes heartbeat {
	50% {
		transform: scale(1.1);
	}
}


.cu-mt {
    margin-top: 11px !important;
}





@keyframes bounce {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  
  
/* Captcha Code Start */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

#captcha-container {
    display: none;
}

label#captcha-label {
    color: white;
    font-family: 'jost';
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    padding-bottom: 6px;
}
.cpattxt {
    font-size: 18px;
color: white;
font-family: 'jost';
text-transform: capitalize;
background: #a740e9;
border-radius: 20px;
padding-top: 6px;
margin-top: 20px;
display: block;
width: 85%;
margin: auto;
margin-bottom: 9px;
}

.cptval {
    width: 84%;
    margin: auto;
}

/* Captcha Code Start */

.lower-text {
    font-size: 20px !important;
    gap: 12px !important;
    top: 20px !important;
    position: relative !important;
    display: flex;
    font-weight: 500 !important;
}



.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none;
}