@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap"); 

@font-face {
    font-family: "circularstd";
    src: url("../fonts/CircularStd-Black.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "circularstd";
    src: url("../fonts/CircularStd-Bold.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "circularstd";
    src: url("../fonts/CircularStd-Book.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "circularstd";
    src: url("../fonts/CircularStd-Medium.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-book";
    src: url("../fonts/Avenir-Book.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-light";
    src: url("../fonts/Avenir-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

body {
    background: #fff;
    box-sizing: border-box;
    font-family: "circularstd";
    font-weight: 400;
    overflow-x: hidden;
}

a:hover {
    color: #666666;
}

ul, li, a {
    text-decoration: none !important;
    cursor: pointer;
    color: #000;
    list-style: none;
    font-family: "circularstd";
}

a {
    line-height: inherit;
}

* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, span, div, p {
    font-family: "circularstd";
}

p {
    color: #242323;
}

.headers {
    height: 80px;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #367ed71f;
}

.logo_header {
}

.header_menu {
}

.header_menu ul {
    margin: 0;
    float: right;
    margin-top: 13px;
}

.header_menu ul li {
    display: inline-block;
    margin-right: 45px;
}

.header_menu ul li a {
    color: rgb(61, 61, 61);
    cursor: pointer;
    font-size: 17px;
    font-family: "circularstd";
    position: relative;
    padding-bottom: 5px;
}

.hero_images {
    position: relative;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 4rem;
    background: -webkit-linear-gradient(top, #c7ecff 0%, #f9efff 100%);
    background: linear-gradient(to bottom, #c7ecff 0%, #f9efff 100%);
    overflow: hidden;
}

.hero__content {
    padding-top: 11rem;
}

.hero__content h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 30px;
    font-family: "circularstd";
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero__content p {
    font-family: "circularstd";
    font-weight: 400;
    color: #242323;
    font-size: 17px;
    line-height: 26px;
    position: relative;
    z-index: 10;
}

.hero__content a {
    padding: 12px 40px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.28);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    width: max-content;
    margin-top: 50px;
    font-family: "circularstd";
    font-size: 15px;
}

.hero__app1 {
    position: absolute;
    top: -9rem;
    left: 6rem;
}

.hero__app1 svg {
    z-index: 5;
    width: 478px;
}

.hero_app2 {
}

.hero_app2 svg {
    position: absolute;
    bottom: -18rem;
    width: 470px;
}

.hero__right_images img {
}

.hero__elipse {
    position: absolute;
    right: -71px;
    top: 0;
}

.what_we_do {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.what__title {
    position: relative;
}

.what__title h4 {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.what__title h3 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 80px;
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.what__we_box {
    text-align: center;
}

.what__we_box img {
    width: 140px;
}

.what__we_box h4 {
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.what__we_box p {
    max-width: 320px;
    margin: auto;
    font-size: 15px;
    line-height: 20px;
}

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #7d4ac7;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 3px solid #4b9eff;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: "";
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #4b9eff;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #196ed1;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #196ed1;
    /* Old browsers */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 190px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 148px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #383a3b;
    opacity: 0.1;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 0px auto;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 130px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.itemDot i {
    color: #196ed1;
    font-size: 35px;
}

.active i {
    color: #fff;
}

.screen_shoot {
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
    margin-top: -40px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

.screen__slider img {
    width: 90%;
    margin: auto;
    display: block;
}

.screen_shot_title h4 {
    color: #196ed1;
    font-size: 20px;
    text-align: center;
}

.screen_shot_title h6 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #000;
}

.benifits__title {
}

.benifits__title h5 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.titles {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
}

.powerde_by {
    position: relative;
    padding-bottom: 40px;
}

.powered__by_content {
}

.powered__by_content p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.powered__by_content p a {
    color: #fff;
    border-bottom: 1px solid;
}

.fixed_header {
    background: #ffff;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
}

.contatc_wrap {
    position: relative;
    padding-top: 11rem;
    padding-bottom: 6rem;
}

.contatc_left_content {
}

.contatc_left_content h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #196ed1;
}

.contatc_left_content h6 {
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 40px;
    padding-right: 40px;
}

.contact__left_bottom {
    margin-bottom: 40px;
}

.contact__left_bottom p {
    font-size: 15px;
    color: #212529;
    padding-right: 20px;
    margin: 0;
}

.contact__left_bottom p span {
    font-size: 18px;
    font-weight: 800;
    color: #196ed1;
    display: block;
    margin-bottom: 15px;
}

.contact_bootom_left p {
    font-size: 18px;
    font-weight: 800;
    color: #196ed1;
    display: block;
    margin: 0;
}

.contact_bootom_left a {
    font-size: 15px;
    color: #212529;
    display: block;
}

.mt_bottoms {
    margin-bottom: 15px !important;
}

.contact__wrap_form {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15), 0 7px 41px 0 rgba(0, 0, 0, .1);
    padding: 60px 40px 60px 40px;
    width: 75%;
    margin: auto;
    display: block;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background: linear-gradient(to bottom, #c7ecff 0%, #f9efff 100%);
}

.form_wraps__box {
    margin-bottom: 20px;
}

.form_wraps__box label {
    display: block;
    font-size: 14px;
}

.form_wraps__box input {
    height: 42px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    border-style: solid;
    width: 100%;
    border: 1px solid #a5acb2a3;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.form_wraps__box textarea {
    height: 60px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
    border-style: solid;
    width: 100%;
    border: 1px solid #a5acb2a3;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form_wraps__box label span {
    color: #196ed1;
}

.logo_header a h4 {
    color: #212529;
    font-size: 27px;
    font-weight: 700;
    cursor: pointer;
    font-family: "circularstd";
}

.demo_section {
    position: relative;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 7rem;
    background: linear-gradient(to bottom, #c7ecff 0%, #f9efff 100%);
    z-index: 10;
}

.demo_content h2 {
    color: #2a79d5;
    font-size: 40px !important;
    font-weight: 800;
    margin-bottom: 30px;
}

.demo_content p {
    color: #212529;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 24px;
    font-weight: 400;
}

.demo_section_right_image img {
    width: 95%;
    box-shadow: 0px 50px 80px 0px rgba(32, 32, 32, 0.55);
    object-fit: cover;
    height: 315px;
    border-radius: 4px;
}

.demo_sec02 {
    position: relative;
    padding: 70px 0;
    margin-bottom: 60px;
    overflow: hidden;
}

.demo_sec02 svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -18px;
    margin-block-start: 40px;
    display: none;
}

.demo_sec02 h4 {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 40px;
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.featured___boxes {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 460px;
}

.icon__outer i {
    position: relative;
    width: 85px;
    height: 85px;
    color: #196ed1;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 43px;
    padding-top: 17px;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    border: 1px solid #196ed138;
}

.icon__outer h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}

.icon__outer p {
    color: #212529;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    z-index: 5;
}

.pricing_wraper {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 60px;
    background: linear-gradient(to bottom, #c7ecff 0%, #f9efff 100%);
}

.pricing_wraperh4 {
}

.pricingtablecontainer {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 34px 0;
}

.pricingtable {
    padding: 0 10px;
    max-width: 33.333%;
    flex: 1 0 100%;
}

.pricingtable .js-yearlypricing {
    display: none;
}

.pricingtable ul {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    position: relative;
    padding: 28px;
    background: #fff;
    box-shadow: 0 80px 80px -20px rgba(23, 29, 48, 0.1);
}

.pricingtable li {
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
    align-items: center;
    justify-content: center;
    line-height: 47px;
    border-radius: 0px;
}

.pricingtable li.disable {
    opacity: 0.5;
    text-decoration: line-through;
}

.pricingtable__head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.pricingtable__highlight {
    border-radius: 6px;
    color: #196ed1;
    font-weight: bold;
    font-size: 20px;
}

.pricingtable__popular {
    background: #4b9eff;
    border: none !important;
    border-radius: 5px 5px 0 0;
    color: white;
    padding: 5px !important;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}

.pricingtable__btn {
    border: none !important;
}

.pricingtable .popular {
    box-shadow: 0 80px 80px -20px rgba(23, 29, 48, 0.1);
}

.pricingtable .popular .pricingtable__highlight {
}

.pricingtable .silver .pricingtable__highlight {
}

.pricingtable .diamond .pricingtable__highlight {
}

.pricingtable .platinum .pricingtable__highlight {
    background: #a182d2;
}

.slideToggle {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slideToggle i {
    margin: 0 15px;
}

.form-switch {
    align-items: center;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-switch i {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #a49b9b;
    border-radius: 15px;
    transition: all 0.3s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 22px;
    background-color: #196ed1;
    border-radius: 15px;
    transform: translate3d(4px, 3px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch input {
    display: none;
}

.form-switch input:checked + i::after {
    transform: translate3d(54px, 3px, 0);
}

.pricing_wraper h4 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
}

.btns__pricing {
    background: #196ed1;
    border-color: #196ed1;
    margin-top: 24px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.28);
    padding: 9px 30px;
}

.footer__col_logo h4 {
    color: #212529;
    font-size: 24px;
    font-weight: 800;
}

.comments_filed textarea {
    height: 120px;
}

#contact_submit {
    padding: 12px 60px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.7);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 46px;
    color: #fff;
    position: relative;
    border: 1px solid #196ed1;
    z-index: 6;
    cursor: pointer;
    display: block;
}

.hero_blue_bg svg {
    width: 630px;
}

.hero_blue_bg {
}

.divide__line {
    transform: translateX(-75px);
}

.divide__line img {
    margin: auto;
    display: block;
    width: 50%;
    margin-top: 0px;
}

.solution__contents h4 {
    font-size: 58px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 30px;
    font-family: "circularstd";
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.solution__contents p {
    font-family: "circularstd";
    font-weight: 600;
    color: #242323;
    font-size: 20px;
    line-height: 26px;
}

.solution__contents ul {
    margin-left: 42px;
}

.solution__contents ul li {
    font-family: "circularstd";
    font-weight: 400;
    color: #242323;
    font-size: 16px;
    line-height: 30px;
    list-style-type: decimal;
}

.dotted_box_one {
    background-image: url(../img/dot_circle.png);
}

.dotted_box {
    height: 400px;
    width: 400px;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 16px;
}

.conversion___images {
    z-index: 5;
    position: relative;
}

.conversion___images img {
    width: 78%;
    /* object-fit: cover; */
    height: 520px;
    /* box-shadow: 0px 50px 80px 0px rgba(106, 114, 154, 0.36); */
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: 3rem;
    margin-top: 3rem;
}

.conversion___content {
    position: relative;
    padding-top: 3rem;
}

.serial_no {
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    font-weight: 600;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 15px 10px;
}

.conversion___content p {
    font-family: "circularstd";
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #242323;
}

.conversion___content h5 {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.conversion___content ul {
    margin-left: 25px;
}

.conversion___content ul li {
    font-family: "circularstd";
    font-weight: 400;
    color: #242323;
    font-size: 16px;
    line-height: 25px;
    list-style-type: disc;
    margin-bottom: 7px;
}

.conversion___content h6 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 24px;
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.benifits__title h6 {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.demo_sec02 h3 {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.demo__para_text {
    position: relative;
    z-index: 10;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    width: 760px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 20px;
}

.footer__svg {
    top: 0;
}

.footer__bg_solid {
    background-color: #196ed1;
    top: 50px;
    position: relative;
}

.new_logo_title {
    color: #ffff;
    font-size: 30px;
    padding-top: 70px;
    font-weight: 700;
}

.foot__title_work {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "circularstd";
}

.footers_inner p {
    color: #fff;
    font-size: 15px;
    width: 80%;
    margin-bottom: 25px;
    line-height: 26px;
}

.footer_connect ul li {
    display: inline-block;
}

.footer_connect ul li a {
    margin-right: 22px;
}

.footer_connect ul li a img {
    width: max-content;
}

footer {
    position: relative;
    z-index: 10;
    background: #196ed1;
    height: auto;
    padding-bottom: 50px;
    padding-top: 45px;
}

.footer__links___quick ul li a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-bottom: 5px;
}

.footer__link__address ul {
    margin: 0;
}

.footer__link__address ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.footer__link__address p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    line-height: 26px;
}

.copyright__box {
    border-top: 1px solid #ffffff33;
    padding-top: 30px;
    margin-bottom: 30px;
}

.copyright_text {
    color: #fff;
}

.design_by {
    float: right;
}

.design_by p {
    color: #fff;
    opacity: 1;
}

.design_by p a {
    color: #fff;
    opacity: 1 !important;
    margin-left: 10px;
    font-size: 16px;
}

.borders__give {
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 40px;
}

.mt__boootmss {
    padding-bottom: 50px;
}

.consults_us {
    padding-bottom: 60px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contaluts__uc_box h5 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contaluts__uc_box img {
    width: 204px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: auto;
    display: block;
    box-shadow: 0px 50px 80px 0px rgba(106, 114, 154, 0.36);
}

.contaluts__uc_box h6 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contaluts__uc_box a {
    font-weight: 400;
    text-align: center;
    padding: 12px 40px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.28);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 0px 20px !important;
    color: #fff !important;
    display: block !important;
    width: max-content;
    font-family: "circularstd";
    font-size: 15px;
    margin: auto;
    margin-top: 40px;
    border: 1.5px solid #196ed1;
}

.iq-features {
    padding-top: 70px;
    background: #d6fffc;
    background: -moz-linear-gradient(top, #d6fffc 0%, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #d6fffc 0%, #ffeff5 100%);
    background: linear-gradient(to bottom, #d6fffc 0%, #ffeff5 100%);
    overflow: hidden;
}

.screen_shoot svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100px;
    margin-block-start: 40px;
    display: none;
}

.scren__shot_slider .owl-dots {
    display: none !important;
}

#mobo_none {
    display: none;
}

#images_none {
    display: none;
}

.mobile_menu {
    display: none;
}

.icon___box_outer {
    position: relative;
    display: inline-block;
    z-index: 10;
}

/* .icon___box_outer::before {

  content: " ";

  position: absolute;

  content: "";

  left: -17px;

  top: -15px;

  width: 82px;

  height: 82px;

  right: 0px;

  bottom: 0px;

  background-image: url(../img/pattern-5.png);

  animation-name: rotateme;

  animation-duration: 15s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -webkit-animation-name: rotateme;

  -webkit-animation-duration: 15s;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;

  -moz-animation-duration: 15s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;

  -ms-animation-duration: 15s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;

  -o-animation-duration: 15s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;

} */
/* @keyframes rotateme{

  0% {

    transform: rotate(0deg);

    opacity: 1;

  }





100% {

    transform: rotate(360deg);

    opacity: 1;

  }

} */
/* .featured___boxes::before{

  position: absolute;

  content: '';

  left: 75px;

  top: 0px;

  width: 100%;

  height: 280%;

  background-color: #f1fbff;

  transform: translateX(50%) rotate(-45deg);

  transform: translateY(-50%) rotate(-45deg);

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

} */
/* .featured___boxes:hover::before{

  left: -90px;

    right: auto;

    transform: translateX(0%) rotate(-45deg);

    transform: translateY(0%) rotate(-45deg);

} */
/* .side-lines {

  position: absolute;

  right: 0px;

  top: 0px;

  width: 70px;

  height: 70px;

} */
/* .side-lines:before {

  position: absolute;

  content: '';

  right: 0px;

  top: 0px;

  height: 4px;

  width: 0px;

  background-color: #0a1cfa;

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

} */
/* .side-lines:after {

  position: absolute;

  content: '';

  right: 0px;

  top: 0px;

  width: 4px;

  height: 0px;

  background-color: #0a1cfa;

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

} */
.featured___boxes:hover .side-lines:before {
    width: 100%;
}

.featured___boxes:hover .side-lines:after {
    height: 100%;
}

.hero_images:before {
    content: "";
    background: url(../img/banner-shap-2.png);
    position: absolute;
    height: 100vh;
    left: 0;
    top: 94px;
    width: 300px;
    background-position: left 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.hero_images:after {
    content: "";
    background: url(../img/banner-shap-2.png);
    position: absolute;
    height: 100vh;
    right: 0;
    bottom: -12rem;
    width: 300px;
    background-position: left 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.screen_shoot::before {
    content: "";
    background: url(../img/dot-shape.png) #d7f0fd;
    position: absolute;
    height: 500px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat;
}

.screent__shot_dots {
    position: relative;
}

.screent__shot_dots img:nth-child(1) {
    left: 0;
    top: -120px;
}

.screent__shot_dots img:nth-child(2) {
    right: 0;
    top: -120px;
}

.screent__shot_dots img {
    position: absolute;
    max-width: 100%;
}

.demo_sec02:before {
    content: "";
    background: url(../img/dot-shape.png) #d7f0fd;
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat;
}

.featured___boxes {
    border: 1px solid #196ed159;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    z-index: 5;
    background-position: top 55px;
}

.dots1 {
    top: -65px !important;
    left: -40px !important;
}

.dots2 {
    top: -95px !important;
    right: -36px !important;
}

.mt___borders {
    border-top: 1px solid #e0eaf6fc;
    padding-top: 51px;
}

.notes___wrap {
    border-radius: 4px;
}

.notes___wrap h4 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 37px;
    border-bottom: 1px solid;
    width: 82%;
    margin: auto;
    padding-bottom: 24px;
}

.notes___wrap h4 span {
    color: #196ed1;
    font-weight: 800;
    font-size: 22px;
}

.pricing__newsleter {
    padding-bottom: 70px;
    padding-top: 70px;
}

.newsleter_box {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
    background-color: #000;
    border-radius: 6px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    color: #9b9b9b;
    padding-left: 5rem;
    padding-right: 5rem;
}

.contact__team h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact__team a {
    padding: 12px 40px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.28);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    width: max-content;
    margin-top: 50px;
    font-family: "circularstd";
    font-size: 15px;
}

.pricing__botoom_line {
    display: grid;
    grid-template-columns: 20% 80%;
    padding-top: 40px;
    border-bottom: 1px solid;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}

.pricng__note_titel {
}

.pricng__note_titel h4 {
    color: #196ed1;
    font-size: 30px;
}

.pricng__note_para {
}

.pricng__note_para p {
    margin: 0;
    color: #000;
}

.pricng__note_para p span {
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 16px;
    left: -18px;
}

.logo_header a img {
    width: 240px;
}

.foot__logos a img {
    width: 240px;
}

.header_menu ul li a::before {
    position: absolute;
    background-color: #196ed1;
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 5px;
    height: 4px;
    content: "";
    top: 100%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 10px;
}

.header_menu ul li a::after {
    position: absolute;
    background-color: #196ed1;
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 5px;
    height: 4px;
    content: "";
    top: 100%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 10px;
}

.header_menu ul li a:hover:before {
    opacity: 1;
    width: 100%;
}

.header_menu ul li a:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.header_menu ul li a:hover {
    color: #196ed1;
}

.footer__links___quick ul li a:before {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 5px;
    height: 4px;
    content: "";
    top: 100%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 10px;
}

.footer__links___quick ul li a:after {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 5px;
    height: 4px;
    content: "";
    top: 100%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 10px;
}

.footer__links___quick ul li a:hover:before {
    opacity: 1;
    width: 100%;
}

.footer__links___quick ul li a:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.pricingtable__btn a {
    padding: 0px 40px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.28);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    width: max-content;
    margin-top: 50px;
    font-family: "circularstd";
    font-size: 15px;
}

#height__day_appointments {
    height: 580px;
}

#height__health {
    height: 440px;
}

.footer__links___quick_contact {
}

.footer__links___quick_contact a {
    padding: 11px 44px;
    border-radius: 4px;
    border: 1.5px solid #fff;
    color: #fff !important;
    font-size: 15px;
    position: relative;
}

.contact__wrap_form h5 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #196ed1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact__wrap_form h4 {
    font-size: 30px;
    font-weight: 800;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.shape__animation {
    position: absolute;
    bottom: -49px;
    left: 100px;
    z-index: -1;
}

.shape__animation img {
    width: 90%;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.chat__hero_screenshot {
    position: absolute;
    top: 0rem;
    right: 0;
}

.chat__hero_screenshot img {
    width: 319px;
    object-fit: cover;
}

.sahpe_square {
    position: absolute;
    right: 93px;
    top: -44px;
    z-index: -1;
}

.sahpe_square img {
    width: 90%;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.sahpe_zigzag {
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 10%;
    z-index: -1;
}

.sahpe_zigzag img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.img-fluid {
    border-bottom-left-radius: 53px;
    border-bottom-right-radius: 35px;
    width: 85%;
}

.chat__hero_screenshots2 {
    position: absolute;
    bottom: 9px;
    left: 67px;
}

.chat__hero_screenshots2 img {
    width: 250px;
}

.cheack_demo_btn {
    top: 38px;
    float: right;
    padding: 11px 28px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.7);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 46px;
    color: #fff !important;
    position: relative;
    border: 1.5px solid #196ed1;
    z-index: 6;
    cursor: pointer;
    display: block;
    width: max-content;
    right: 13px;
    margin-top: 1rem;
    border-radius: 0px 20px !important;
}

.b_heading__title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    z-index: 5;
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 10rem;
}

.b__heading__title-inner {
    position: relative;
    display: inline-block;
    letter-spacing: inherit;
    z-index: 20;
}

.b__heading__title-inner:before {
    content: "";
    position: absolute;
    bottom: 27px;
    left: -19px;
    z-index: -1;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 0 8px;
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.mySection {
    background: linear-gradient(to bottom, #c7ecff 0%, #f9efff 100%);
}

.mysection_wrap {
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.07);
    padding-left: 9rem;
    padding-right: 3rem;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.subscriptiondata h6 {
    font-size: 15px;
    font-weight: 400;
    color: #69788c;
    margin-bottom: 10px;
}

.subscriptiondata h6 span {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.subscriptiondata h5 {
    font-size: 15px;
    font-weight: 400;
    color: #69788c;
    margin-bottom: 10px;
}

.subscriptiondata h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #69788c;
}

.subscriptiondata h3 span {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.subscriptiondata {
}

.subscriptiondata h5 span {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.order__input {
}

.order__input input {
    display: block;
    width: 100%;
    padding: 7px 0 6px;
    border-radius: 2px;
    background: transparent;
    color: #000;
    font-size: 1.4rem;
    line-height: 37px;
    text-overflow: ellipsis;
    border: none;
    border-bottom: 1px solid #dae2f2;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    outline: none !important;
    margin-bottom: 40px;
}

.order__input select {
    display: block;
    width: 100%;
    padding: 7px 0 6px;
    border-radius: 2px;
    background: transparent;
    color: #000;
    font-size: 1.4rem;
    line-height: 37px;
    text-overflow: ellipsis;
    border: none;
    border-bottom: 1px solid #dae2f2;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    outline: none !important;
    margin-top: 20px;
    color: #69788c;
    margin-bottom: 30px;
}

.itm label {
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 25px;
}

.line__shape {
    border-bottom: 1px solid #dae2f2;
    display: block;
}

.b__form__send input {
    border: 0;
    border-radius: 0px 20px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 48px;
    height: 44px;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: .5px;
    color: #fff;
    background: #196ed1;
    margin-top: 30px;
}

.powerd_link {
    color: #69788c !important;
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    display: block;
    float: right;
    position: relative;
    z-index: 10;
}

.powerd_link:before {
    content: " ";
    position: absolute;
    background: #196ed1;
    width: 155px;
    height: 3px;
    opacity: 0.4;
    bottom: 0;
}

.mysection_wrap::after {
    content: "";
    background: url(../img/bg_shape_6.png) 50%/contain no-repeat;
    content: "";
    position: absolute;
    bottom: -6px;
    right: -3px;
    z-index: 1;
    width: 125px;
    height: 125px;
    transform: rotate(90deg);
}

.check__out__wraps {
    display: grid;
    grid-template-columns: 35% 65%;
    width: 90%;
    margin: auto;
    box-shadow: 2px 4px 9px 1px rgba(24, 152, 241, 0.19);
}

.check__out_left {
    background-image: linear-gradient(to top, #4481eb 0%, #0496fe 100%);
    position: relative;
}

.check__out_right {
}

.credit-card-box {
    -webkit-perspective: 1000;
    perspective: 1000;
    width: 390px;
    height: 240px;
    position: relative;
    z-index: 10;
    background: #2F2E41;
    border-radius: 13px;
    overflow: hidden;
    /* box-shadow: 2px 11px 15px 10px rgba(29, 30, 30, 0.74), 0 8px 4px rgba(19, 20, 20, 0.74); */
    top: 31%;
    left: 18%;
    border: 1px solid #196ed1a3;
    box-shadow: 11px 10px 0px -4px #b4bac9b0;
}

.credit-card-box .front, .credit-card-box .back {
    width: 390px;
    height: 240px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #2F2E41;
    position: absolute;
    color: #fff;
    font-family: Inconsolata;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 11px 15px 10px rgba(29, 30, 30, 0.74), 0 8px 4px rgba(19, 20, 20, 0.74);
    border: 1px solid #196ed117;
}

.flip {
    position: absolute;
}

.credit-card-box::before {
    content: "";
    background: url(../img/unregistered-hover.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 403px;
    height: 743px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
    top: -36px;
    right: -12px;
    animation: move_wave 3s;
    -webkit-animation: move_wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.mysection_wrap::before {
    background: url(../img/bg_shape_6.png) 50%/contain no-repeat;
    content: "";
    position: absolute;
    top: -6px;
    left: -3px;
    z-index: 1;
    width: 125px;
    height: 125px;
    transform: rotate(270deg);
}

.my__section_bg {
    background: url(../img/bg-03-01.svg) center left no-repeat, url(../img/bg-03-02.svg) center right no-repeat;
    background-color: #f5f7fa;
    position: relative;
    z-index: 10;
}

.chipLogo {
    position: absolute;
    z-index: 10;
    top: 6rem;
    left: 1rem;
}

.chipLogo svg {
    width: 51px;
    height: 86px;
}

.logos {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 5rem;
    display: grid;
    grid-template-columns: 50% 50%;
}

.logos svg {
    fill: #fff;
}

.visa {
    background-image: url(../img/visa.png);
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 48px;
    background-size: 60px;
}

.mastercard {
    background-image: url(../img/mastercard.png);
    width: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 48px;
    background-size: 74px;
}

.visa:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.mastercard:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.credit-card-box .flip {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.credit-card-box:hover .flip, .credit-card-box.hover .flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-card-box .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.credit-card-box .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.black__logo a img {
    width: 235px;
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#amt {
}

.recipt__tittle {
    color: #040d1a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    padding: 12px 15px 15px;
    background-color: #f0f5ff;
    position: relative;
    text-align: center;
}

#rcpt {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

#rcpt h6 {
    font-size: 14px;
}

#rcpt h6 span {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.recipt__box_wrap {
    position: relative;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    z-index: 10;
}

.activation_inner_form {
    position: relative;
    padding: 70px 40px 50px 40px;
    overflow: hidden;
    background: #fff;
}

.activation_inner_form h5 {
    font-size: 18px;
    color: #196ed1;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.activation_inner_form h4 {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

#printRcptBtn {
    color: #fff;
    border: 1px solid #196ed1;
    background: transparent;
    padding: 0px 38px;
    height: 40px;
    box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
    background: #196ed1;
    margin: auto;
    display: block;
    margin-top: 40px;
}

.recipt__tittle::after {
    content: "";
    background-image: url(../img/brd.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

#rcpt h5 {
    color: #69788c;
    font-size: 14px;
}

.check__out__wrapss {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
    margin: auto;
    box-shadow: 2px 4px 9px 1px rgba(24, 152, 241, 0.19);
}

.recep__row {
    display: grid;
    grid-template-columns: 42% 58%;
    border-bottom: 1px solid #cccccca1;
}

.recept__row_left {
    border-right: 1px solid #cccccca8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.recept__row_right {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.activation_inner_form::before {
    background: url(../img/bg_shape_6.png) 50%/contain no-repeat;
    content: "";
    position: absolute;
    top: -6px;
    left: -3px;
    z-index: 1;
    width: 125px;
    height: 125px;
    transform: rotate(270deg);
}

.activation_inner_form::after {
    content: "";
    background: url(../img/bg_shape_6.png) 50%/contain no-repeat;
    content: "";
    position: absolute;
    bottom: -6px;
    right: -3px;
    z-index: 1;
    width: 125px;
    height: 125px;
    transform: rotate(90deg);
}

.recept__bg {
    background-image: url(../img/recept__bg.png);
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    top: -140px;
    overflow: hidden;
    z-index: 2;
}

.safe__percentage {
}

.safe__percentage::after {
    content: "";
}

.text-success {
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700 !important;
    font-size: 17px !important;
}

.office_sec {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

#office__images {
}

#office__images img {
    width: 100%;
    border-radius: 0px;
    box-shadow: none !important;
    height: auto;
    margin-left: 0;
}

#office__scrennshots {
    left: 0rem;
}

#office__scrennshots img {
    width: 100%;
    z-index: 10;
    position: relative;
    height: 412px;
    margin-top: 30px;
}

#office_btnss {
    margin-top: -4rem;
    right: 6rem;
}

.office__contents_text {
    padding-top: 60px;
}

.office__contents_text h6 {
    font-size: 28px;
    font-weight: 700;
    color: #196ed1;
    margin-top: 15px;
    margin-bottom: 20px;
}

.office__contents_text h5 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 26px;
}

.offfice_sec_gap {
    padding-top: 80px;
}

.padding_right_text {
    padding-right: 4rem;
}

.whate__we_gap {
    padding-top: 4rem;
}

footer::before {
    content: "";
    background: url(../img/bgs.png)50%/100% 100% no-repeat;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    top: -5rem;
}

.contact__btn1 {
}

.contact__btn1:after {
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    z-index: -1;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.contact__btn1:after, .contact__btn1:visited:after, .contact__btn1:after, .contact__btn1:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 450%;
    z-index: -1;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    transition: all 600ms ease 0s;
}

.contact__btn1:after, .contact__btn1:after {
    background: #fff;
}

.contact__btn1:hover:after, .contact__btn1:hover:after {
    height: 450%;
    z-index: -1;
}

.contact__btn1:hover:after, .contact__btn1:visited:hover:after, .contact__btn1:link:hover:after, .contact__btn1:visited:hover:after {
    height: 450%;
}

.contact__btn1:hover {
    color: #196ed1 !important;
    text-decoration: none;
}

.contact__btn1:link, .contact__btn1:visited, .contact__btn1:link, .contact__btn1:visited {
    position: relative;
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.demo__content2 p {
    margin-bottom: 0;
    color: #212529;
    font-size: 17px;
    line-height: 24px;
}

.demo__content2 {
    padding-top: 25px;
}

/*activate css */
.thank__you_title {
    -webkit-text-stroke: 2px #196ED1;
    color: transparent;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.activate__wrap {
    position: relative;
}

.activate__bg {
}

.activate__bg img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.activate_btn {
    padding: 11px 28px;
    box-shadow: 2px 5px 19px 0px rgba(51, 102, 255, 0.7);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    background: #196ed1;
    border-radius: 46px;
    color: #fff !important;
    position: relative;
    border: 1.5px solid #196ed1;
    z-index: 6;
    cursor: pointer;
    display: block !important;
    width: max-content;
    border-radius: 0px 20px !important;
    margin-top: 70px;
}

.activate__btn2 {
    float: right;
}

.cus_container {
    width: 75%;
    margin: 0 auto;
}

.adjust_dots2 {
    left: 2rem;
}

#adjust__two_iamges img {
    margin-left: 4rem;
}

.solution__contents {
    position: relative;
    z-index: 10;
}

.hero__contents {
}

.hero__contents h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 30px;
    font-family: "circularstd";
    background: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero__contents p {
    font-family: "circularstd";
    font-weight: 400;
    color: #242323;
    font-size: 17px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

.show__project_index {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 590px;
    height: 402px;
    background-image: url(../img/output-onlinepngtools.png);
}

.show__project__bg {
    width: 80.3%;
    height: 74.5%;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 9.9%;
    left: 9.9%;
    background-image: url(../img/operator1.jpg);
}
