/** common css **/
/* @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap'); */

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    transition: all .1s ease;
    overflow-x: hidden;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s ease-out 0s;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

img {
    max-width: 100%;
    width: auto;
}

ul {
    padding: 0;
}

.form-control:focus {
    box-shadow: none;
}

*:focus {
    outline: 0 !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(74, 96, 142, 0.36) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(74, 96, 142, 0.36) !important;
}

::placeholder {
    color: rgba(74, 96, 142, 0.36) !important;
}

h2 {
    font-family: 'Muli', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #0c3178;
    margin: 0;
}


/** navbar styling*/

.navbar {
    min-height: 80px;
    transition: all .3s;
}

.navbar-brand {
    padding-top: 0.625rem
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #142546;
}

.navbar.navbar-short {
    min-height: 70px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-logo img {
    height: 2.4rem;
    transition: all 0.3s ease-in-out;
}

.navbar.navbar-short .navbar-logo img {
    height: 2.1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #142546;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0.7rem;
    position: relative;
}

.navbar .btn-success {
    font-weight: 600;
    border-radius: 8px;
}

.no-credit {
    font-size: 24px;
    color: #0c3178;
    font-family: 'Caveat', cursive;
    margin: 10px 0 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

/** button styling **/

.btn {
    border-radius: 8px;
    transition: all .3s;
}

.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.25);
    /* border: 0px !important; */
}

.btn-success:hover {
    /* box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); */
    border: 2px solid #218838 !important;
}

.btn-success {
    background-color: #34b586;
    border-color: #34b586;
}

.banner-cont h1 {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.2;
    color: #0c3178;
}

/** testimonial-sec css **/

.eform-sec {
    padding-bottom: 90px !important;
}

.testimonial-sec {
    position: relative;
    margin: 120px 0 20px;
    z-index: 2;
}

.testimonial-sec:before,
.vid-bg:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: -100px;
    background: url(../images/small-ellipse.svg) no-repeat left top;
    background-size: contain;
    height: 400px;
    width: 100%;
}

.testimonial-sec .doc-img {
    max-height: 560px;
    width: auto;
    object-fit: contain;
    /*   margin-top: 112px; */
}

.testimonial-sec .doc-img img {
    object-fit: contain;
    max-height: 440px;
    /* border-radius: 4px; */
}

.testimonial-sec .heading {
    margin-bottom: 30px;
}

.fa.fa-quote-left {
    color: #ffcc49;
    opacity: 0.3;
    font-size: 104px;
    font-weight: normal;
    position: relative;
}

.testimonial-cont p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #071c4b;
}

.rating {
    margin: 40px 0;
}

.rating .star {
    background: url(../images/star.png) no-repeat;
    width: 31px;
    height: 31px;
    background-size: contain;
    margin-right: 12px;
}

.rating .star.active {
    background: url(../images/star-active.png) no-repeat;
    background-size: contain;
}

.rating span {
    margin-left: 34px;
    font-size: 24px;
    color: #0c3178;
}

.doc-feedback h3 {
    font-size: 18px;
    color: #607397;
    font-weight: 300;
    max-width: 290px;
    margin: 0;
    line-height: 1.8;
}

.doc-feedback h3 span {
    font-size: 12px;
}

/** get started style **/

.get-started-sec {
    padding-top: 40px;
}

.get-started-inner-sec {
    padding: 50px 20px 30px;
    text-align: center;
    border-radius: 8px;
    background: url(../images/get-started-bg.svg) no-repeat left top #0c3178;
    background-size: cover;
}

.get-started-inner-sec h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.myvideo {
    width: 1000px;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 5px #aaaaaa82;
    z-index: 2;
}

.myiframe {
    display: grid;
    place-items: center;
    margin: 30px 0;
}

.reviewform iframe {
    height: 490px;
    width: 871px;
}

.get-started-inner-sec p {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.get-cont {
    color: #fff;
}

.get-cont .form-container {
    max-width: 600px;
    margin: 40px auto 0;
}

.get-cont .email-arrow {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.get-cont .no-credit {
    color: #fff;
    margin: 0;
}

/** footer section css **/

footer {
    background-image: linear-gradient(to top, #18c687, #34b5a6);
    padding: 70px 40px;
}

.footer-logo img {
    max-height: 42px;
    object-fit: contain;
    margin-bottom: 32px;
}

.footer-logo p {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.footer-logo p a {
    color: #0c3178;
}

.f-links {
    position: relative;
    justify-content: center;
}

.f-links h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.f-links ul {
    /* list-style: none; */
    margin-left: 20px;
}

footer ul {
    color: white;
}

.f-links ul li {
    /* display: block; */
    margin: 15px 0;
}

footer a {
    color: white !important;
}

#footer .container {
    max-width: 80%;

}


.footer-logo p {
    margin: 15px 0;
    padding-left: 25px;
}

.spac {
    display: flex !important;
    justify-content: space-evenly;
}

.spac1 {
    display: flex !important;
    justify-content: space-evenly;
}

p.addr:before {
    position: absolute;
    content: "";
    background-image: url("../images/location-pinicn.svg");
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: 5px;
    background-repeat: no-repeat;
}

p.mail:before {
    position: absolute;
    content: "";
    background-image: url("../images/mailicn.svg");
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: 4px;
    background-repeat: no-repeat;
}

p.phone:before {
    position: absolute;
    content: "";
    background-image: url("../images/mobileicn.svg");
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: 4px;
    background-repeat: no-repeat;
}

.sec-h3 {
    padding: 22px 0 8px 0px;
}

.min-footer .col-md-4 {
    padding: 0;
}

.min-footer .row {
    align-items: center;
}

.min-footer .text-center {
    font-size: 16px !important;
    line-height: 26px;
}

.min-footer .container,
.row {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.social-icn {
    float: right;
}

.social-icn img {
    margin-right: 17px;
    width: 24px;
    height: 24px;
}

.min-footer .row {
    padding: 50px 25px;
}

footer h3 {
    text-transform: uppercase;
}

footer .accordion a {
    text-decoration: none !important;
}

video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

.f-links ul li a,
#footer p {
    font-size: 18px;
    color: #fff;
}

/** client logo section **/

#works-seamlessly {
    max-height: 170px;
    height: 170px;
}

#works-seamlessly .row.justify-content-center {
    align-items: center;
}

#works-seamlessly .client-zoom {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

#works-seamlessly .rightarrow {
    width: 26px !important;
}

.client-logo-sec {
    margin: 60px 0;
    position: relative;
}

.client-logo-sec img {
    width: 150px;
}

.client-zoom {
    z-index: 99;
    cursor: pointer;
    height: 77px;
}

.client-zoom:hover .work-sec {
    justify-content: none;
}

.rightarrow {
    display: none;
}

.client-zoom:hover {
    box-shadow: 0px 6px 10px rgba(68, 68, 68, 0.1) !important;
    border-radius: 5px !important;
}

.client-zoom:hover .rightarrow {
    display: block;
    transition: all 3.5s ease;
}

/* .client-zoom:hover img {
	-ms-transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important; 
	transition: all 0.5s ease !important; 
} */

.client-logo-sec h2 {
    margin-bottom: 20px;
}

.appointment-inner-sec {
    align-items: center;
    padding-top: 40px;
}

.mobapp-txt {
    padding-right: 35px;
}

.mobapp-img {
    padding-left: 0;
    margin-left: -0.5rem;
}

/** overlay css **/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    visibility: hidden;
}

.overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dismiss {
    position: absolute;
    top: 24px;
    left: 24px;
    cursor: pointer;
    padding: 4px;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

input.error {
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

.custom-modal-2 label.error {
    display: block !important;
    font-size: 14px !important;
    color: red !important;
    margin: 0 !important;
}

.custom-modal-2 .modal-title {
    flex-grow: 1;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #142546;
}

.custom-modal-2 label {
    font-size: 18px;
    color: #607397;
    margin-bottom: 3px;
}

.custom-modal-2 .modal-body {
    padding: 20px 30px 0px;
}

.custom-modal-2 .form-control {
    padding: .58rem .75rem;
}

.custom-modal-2 .modal-footer {
    padding: 20px 30px;
}

.custom-modal-2 .form-group {
    margin-bottom: 30px;
}

.custom-modal-2 .btn-success {
    min-width: 160px;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
}

.custom-modal-2 .close {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    color: #575a89;
    text-shadow: none;
    opacity: 1;
}

.custom-modal-2 h2 {
    font-size: 44px;
    color: #142546;
    margin: 16px 0;
}

.custom-modal-2 p {
    font-size: 18px;
    color: #607397
}

.btn-danger {
    min-width: 160px;
    height: 45px;
    border-radius: 4px;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none !important;
}


/** live-section css **/

.live-section {
    background: #0c3178;
    padding: 120px 0 50px;
}

.m-heading {
    font-weight: 600;
    opacity: 0.7;
    font-size: 20px;
}

.col-white {
    color: #fff;
}

.live-section p {

    margin: 20px 0 20px;
}

.signup-list {
    list-style: none;
    margin-top: 80px;
}

.signup-list li {
    max-width: 640px;
    min-height: 240px;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.3);
    background-color: #d1f4ff;
    display: block;
    position: relative;
    margin-bottom: 100px;
}

.signup-list li:before {
    font-size: 200px;
    position: absolute;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.1);
}

.signup-list li:first-child:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 140%;
    border: 1px dashed #fff;
    left: 86%;
    border-left: 0;
    z-index: -1;
    top: 50%;
    border-radius: 20px;
    opacity: 0.7;
}

.signup-list li:nth-child(2):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 140%;
    border: 1px dashed #fff;
    right: 72%;
    border-right: 0;
    z-index: -1;
    top: 50%;
    border-radius: 20px;
    opacity: 0.7;
}


.signup-list li:first-child:before {
    content: "1";
    top: -220px;
    left: -130px;

}

.signup-list li:nth-child(2):before {
    content: "2";
    top: 50px;
    right: -130px;
}

.signup-list li:nth-child(3):before {
    content: "3";
    top: 45px;
    left: -125px;
}

.signup-list li:nth-child(2) {
    background-color: #fffeed;
    margin-left: auto;
}

.signup-list li:nth-child(3) {
    background-color: #dcfce9;
    margin-left: 130px;
}

.counter {
    position: absolute;
    left: -40px;
    top: -40px;
    width: 80px;
    color: #fff;
    height: 80px;
    border-radius: 100%;
    background: #34b586;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.signup-inner {
    display: flex;
    align-items: center;
}

.signup-inner h3 {
    font-size: 32px;
    font-weight: 600;
    color: #0c3178;
}

.signup-txt {
    padding-left: 30px;
}

.signup-inner p {
    font-size: 24px;
    margin: 0;
    font-weight: normal;
    color: #3f3e57;
}

.signup-img {
    max-width: 236px;
    width: 100%;
}

.img-doc {
    width: 180px;
}

.get-btn {
    margin-left: auto;
    margin-right: 20px;
}

.p-rel {
    position: relative
}

.camp-box p.learn-more {
    margin: 0;
}

.camp-box p.learn-more a {
    color: #fff;
    font-weight: 600 !important;
}

.camp-box:hover p.learn-more a {
    color: #34b586;
}


/**  connect us section */
.connect-us-sec {
    position: relative;
    z-index: 3;
    margin: 40px 0 40px 0px;
    display: flex;
    justify-content: center;
}

.connect-us-sec .btn-success,
.connect-us-sec .btn-outline {
    padding: 9px 36px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #34B586;
    line-height: 30px;
}

.connect-us-sec .fa {
    padding-right: 10px;
}

.contact-text {
    color: #607397;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
}

.contact-text span {
    /* font-weight: normal; */
    margin-right: 10px;
}

.m-w-550 {
    max-width: 550px;
}

/* .connect-us-sec .no-credit {
    margin-top: 7px;
} */

.c-bot-sec {
    align-items: center;
}

.c-bot-sec .contact-text {
    color: #fff;
    margin: 0;
}

.c-bot-sec .btn-success {
    /* padding: 6px 48px; */
    padding: 8px 28px;
}

.c-bot-sec .contact-text span {
    opacity: 0.6;
}

/* Emapthy Message Section */

.empathy-msg {
    background: #F2FAF7;
    margin-top: 120px;
}

.empathy-text {
    padding: 64px 0px;
}

.empathy-text h3 {
    font-size: 28px;
    color: #142546;
    margin-bottom: 34px;
    line-height: 42px;
}

.empathy-text h3 span {
    font-weight: 600;
    position: relative;
}

.empathy-text h3 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 90%;
    background: rgba(52, 181, 134, 0.7);
    width: 100%;
    height: 6px;
    border-radius: 10px;
}

.empathy-btns {
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
}

.empathy-btns strong {
    font-weight: 600;
    margin-left: 10px;
}

.call-us-msg {
    color: #6E6F85;
    display: inline-block;
    margin-left: 36px;
}

.empathy-text p {
    color: #142546;
    font-size: 18px;
}

.chk-btn {
    border: 1px solid #34B586;
    border-radius: 4px;
    text-align: center;
    padding: 10px 16px;
    color: #34B586;
    display: inline-block;
}


/* Connect to thrive section */
.camp-box {
    margin: 30px 0 0;
}


/** dropdown menu styling **/

.dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-item.active,
.dropdown-item:active {
    background: #34b586;
}

.dropdown-item {
    padding: 12px 1.5rem;

}

.dropdown-toggle::after {
    vertical-align: middle;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

/* Footer Menu */
.mob-fixed-nav {
    background: #fff;
    border: 2px solid #34B586;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px 20px;
    width: 80%;
    margin: 0 auto;
    bottom: 10px;
    position: fixed;
    z-index: 9999;
    left: 10%;
    display: none;
    bottom: 12px
}

.mob-fixed-nav i {
    width: 24px;
    height: 24px
}

.mob-fixed-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3F3D56;
    font-size: 14px;
    text-align: center
}

.mob-fixed-nav .navbar {
    padding: 0px;
    min-height: 60px;
}

.mob-fixed-nav .navbar.navbar-short {
    background: transparent;
    box-shadow: none;
}

.nav-modal {
    top: auto;
    bottom: 90px
}

.nav-modal .modal-dialog {
    width: 80%;
    margin: .5rem auto
}

.nav-modal .modal-content {
    border-radius: 8px
}

.nav-modal .navbar-nav .nav-link {
    color: #142546;
    margin-bottom: 0px
}

.nav-modal .navbar-nav li {
    border-bottom: 0.2px dashed rgba(54, 180, 134, 0.5);
    padding: 10px 20px;
    position: relative;
}

.nav-modal .navbar-nav li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34B586;
    position: absolute;
    left: 0;
    top: 17px;
}


/** trusted client carousel css **/

.trusted-client {
    padding: 50px 0;
    background: rgba(52, 181, 134, 0.1);
}

.trusted-client h2 {
    font-size: 36px;
    color: #0C3178;
    font-weight: bold;
    margin-bottom: 50px;
}

.client-slider {
    padding: 4px 18px;
    border-right: 1px dashed #989AB8;
    max-width: 260px;
    height: 100px;
    display: flex !important;
    align-items: center;
}

.slick-slide img {
    display: block;
    max-height: auto;
    width: auto;
}

.mobile-show {
    display: none;
}

/* == Other fearures section == */
#twowaytexting {
    background-position: 0, 0;
}

#appointmentreminder {
    background-position: -40px 0;
}

#reputationmanagement {
    background-position: -79px 0;
}

#mobileapp {
    background-position: -120px 0;
}

#paperlessforms {
    background-position: -159px 0;
}

#campaignspromotions {
    background-position: -200px 0;
    width: 42px;
}

#automatedrecall {
    background-position: -243px 0;
}

.text-img {
    background-image: url(../images/explore-features.svg);
    width: 40px;
    height: 40px;
}

.explorefeatures {
    padding: 120px 0 75px 0;
    position: relative;
    overflow: hidden;
}

.explorefeatures::after {
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: #d6f0e7;
    position: absolute;
    top: 10%;
    right: -30px;
    content: "";
    z-index: -9;
}

.explorefeatures .col-md-4 {
    margin-bottom: 48px;
}

.f-box {
    box-shadow: 0px 6px 12px #eee;
    padding: 15px;
    background: #fff;
    height: 100%;
}

.explorefeatures h2 {
    width: 100%;
    padding-left: 15px;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 48px;
}

.explorefeatures h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0c3178;
}

.explorefeatures i {
    position: absolute;
    right: 30px;
    top: 25px;
}

.explorefeatures p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3F3D56;
    margin-top: 15px;
    width: 84%;
}

.explorefeatures a {
    font-size: 14px;
    color: #34B586;
    margin-top: 28px;
}


.modal {
    z-index: 10500;
}

.modal-header.request-form-header,
.modal-footer.request-form-footer {
    display: block;
    text-align: center;
    border: 0;
}

.modal-header.request-form-header img {
    margin-bottom: 16px;
}

.modal-footer.request-form-footer p {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 0;
}

.modal-footer.request-form-footer p img {
    margin-right: 6px;
}

.request-form-footer .btn-success {
    min-height: 60px;
}


.request-form-body .form-control {
    box-shadow: 0px 0px 40px rgb(0 0 0 / 6%);
    border-radius: 4px;
    border: 0;
    min-height: 60px;
    font-size: 20px;
}

.request-form-body label {
    font-size: 18px;
    color: #474C66;
    font-size: 16px;
}

.lg-modal.request-form-modal .modal-dialog {
    max-width: 602px;

}

.request-form-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    background: url(../images/img-form-lft.jpg) no-repeat left top, url(../images/img-form-rgt.jpg) no-repeat right bottom;
    background-color: #fff;
    padding: 30px 60px 25px;
    position: relative;
}

.request-form-modal .close {
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: bold;
    opacity: 0.5;
    font-size: 36px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#videoModal .modal-content {
    border: 0;
    padding: 1%;
}

button.bttn {
    text-align: right;
    border: 0;
    background-color: rgb(255 255 255 / 20%);
    padding-bottom: 10px;
}

.play-btn {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

/** Review online section **/

.reviewform .row {
    align-items: center;
}

.reviewform {
    padding: 20px 0;
}

.reviewform h2,
.reviewform h3 {
    font-size: 40px;
    color: #0c3178;
    font-weight: 700;
    text-align: center;
}

.reviewform h3 {
    font-size: 28px;
    color: #142546;
    font-weight: 600;
}

.demo-sec {
    padding-top: 50px;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.card:hover .content-overlay {
    opacity: 1;
}

/* pop-up CSS */
.pop-up {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FAFFFD;
    color: #fff;
    border-radius: 13px;
    display: grid;
    width: 600px;
    height: 313px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.box img {
    width: 273px;
}

.close {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    display: flex;
    background: #0C3178;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

a.close:hover {
    background: #0C3178 !important;
    text-decoration: none;
    color: white;

}

.info h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #34B586;
    margin-bottom: 20px;
}

.info p {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    color: #7E8294;
    margin-bottom: 30px;
}

.info button {
    cursor: pointer;
    color: white;
    padding: 8px 56px;
    background: #34B586;
    box-shadow: 0px 4px 8px rgba(52, 181, 134, 0.15);
    border-radius: 6px;
    border: none;
    font-size: 16px;
    line-height: 30px;
}

.pop-up p:after {
    position: absolute;
    content: ' ';
    background-image: url("/globalUi/images/start-eye-emoji.png");
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

.show-me {
    margin-top: 30px;
}

/* pop-up CSS ENDS*/

.breadcrumb {
    display: none;
}

/* check pricing */

.check-pricing {
    background: url(../../globalUi/images/Integrate-pricing.svg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
    /* background: url(../images/get-started-bg.svg) no-repeat left top #0c3178; */
}

.check-price-left {
    margin-top: 80px;
    padding-bottom: 80px !important;
    padding-top: 0px !important;
}

.check-price-right {
    display: inline-flex;
    align-items: flex-end;
}

.min15 {
    font-weight: 700;
    font-size: 150px;
    line-height: 226px;
    color: #FFFFFF;
    margin-bottom: auto;
}

.min {
    font-weight: 700;
    font-size: 38px;
    line-height: 58px;
    color: #FFFFFF;
    align-self: flex-end;
    margin-bottom: 42px;
}

.min15-p {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: -20px;
    /* text-align: center; */
}

.check-price-left button {
    margin-top: 25px;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: c;
}