:root {
    --primary: #0056b3;
    --font-size: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

}

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

div#circle-shap {
    transition: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

/*html {
      width: 100%;
    overflow-x: hidden; 
}*/
.btn-primary {
    color: #fff !important;
    background-color: #a052a0;
    border-color: #a052a0;
    transition: .6s ease;
}

.btn {
    font-weight: 600;
    font-size: var(--font-size);
    padding: 16px 40px;
    border-radius: 10px;
}

a {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.btn-primary:hover {
    color: #a052a0 !important;
    background-color: #f2f6ff;
    border-color: #f2f6ff;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #a052a0 !important;
    background-color: #f2f6ff;
    border-color: #f2f6ff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav .nav-link.btn.btn-primary {
    padding-right: 30px;
    padding-left: 30px;
    /*border-radius: 10px;*/
    font-size: 20px;
}

.container-padding {
    padding: 0 50px;
}

.text-primary {
    color: var(--primary) !important;
}

.hero-banner .hero-bg {
    padding: 160px 80px;
    border-radius: 50px;
    animation: bgchange 2s ease infinite alternate;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.call-to-action .bg-light-pink {
    padding: 160px 80px;
    border-radius: 50px;
    overflow: hidden;
    background-color: rgb(253, 236, 232);
    position: relative;
}


@keyframes bgchange {
    from {
        background-color: rgb(253, 236, 232);
    }

    to {
        background-color: rgb(191, 235, 243);
    }
}

.hero-banner .hero-bg .banner-title {
    font-size: 45px;
    font-weight: 600;
}

.hero-banner .hero-bg .banner-text {
    font-size: 25px;
    font-weight: 300;
}

.section-padding {
    padding-top: 80px;
}

.heading-title {
    font-size: 32px;
    font-weight: 600;
}

.subtile {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0;
}

.list-style {
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.service-box {
    background-color: #f5f6fa;
    padding: 25px 20px;
    border-radius: 20px;
    transition: all 200ms ease;
    position: relative;
    cursor: crosshair;
}

.service-box:hover {
    background-color: #bfebf3;
    box-shadow: 0 15px 20px 6px rgb(191 235 243 / 30%);
}

.list-style li {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.list-style li::before {
    content: "\f10c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    padding-right: 5px;
    font-size: 13px;
}

.bg-light-blue {
    background-color: #bfebf3;
    border-radius: 50px;
}

.bg-light-gray {
    background-color: #f5f6fa;
    border-radius: 50px;
}

.form-control {
    border-style: solid;
    border-width: 1px;
    border-color:#a052a0 !important;
    border-radius: 5px !important;
}

.footer-webget ul {
    list-style: none;
}

.footer-webget ul a {
    display: block;
    color: #46495f;
    text-decoration: none;
    padding-bottom: 7px;
}

.footer-title {
    margin-bottom: 0px;
    padding-bottom: 11px;
    font-size: 17px;
    font-weight: 500;
    color: #a052a0;
}

.credits {
    color: #939bb4;
    font-size: 12px;
    font-weight: 300;
}


.footer-bg {
    background-image: url(../img/Group_540.webp);
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#circle-shap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#circle-shap img {
    position: absolute;
}

.image-5 {
    top: -20%;
    right: 20%;
}

.image-4 {
    top: 25%;
    right: 10%;
}

.image-3 {
    top: 50%;
    right: 20%;
}

.image-2 {
    top: 40%;
    right: 0;
}

.image-1 {
    bottom: -10%;
    right: 30%;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 0;
    background-color: #fff;
}

.overflow {
    overflow: hidden;
}

.absolute-position {
    top: 50;
    left: 0%;
}

.shap-postion img:first-child {
    top: -70px;
    left: -20%;
}

.shap-postion img:nth-child(2) {
    bottom: -70px;
    left: 15%;
    z-index: 8;

}

.shap-postion img:last-child {
    top: -70px;
    right: 0;
}

.insurance-box {
    list-style: none;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 30px;

}

.insurance-box .insurance-list a {
    padding: 30px 25px;
    border-radius: 20px;
    background-color: #bfebf3;
    text-align: center;
    display: block;
    height: 100%;
    transition: 0.1s;
}

.insurance-box .insurance-list a:hover {
    background-color: #f5f6fa;
}

.insurance-box .insurance-list p {
    padding-top: 15px;
    font-weight: 600;
    text-align: center;
}

.image-17 {

    right: 0px;
}

.shape-1 {
    top: 25%;
    right: 25%;
    width: 38px;
}

.shape-5 {
    right: 63px;
    bottom: 200px;
}

.shape-4 {
    right: -100px;
    top: 50%;
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
}

.shape-2 {

    top: 40%;
    width: 191px;
    background-clip: border-box;
}

.shape-3 {
    left: 30%;
    top: 379px;
}

.shape-6 {
    left: 50%;
    top: 80%;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
    width: 135px;
}

button.navbar-toggler .fa {
    color: var(--primary);
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.anim-left {
    opacity: 1;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.anim-right {
    opacity: 1;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.anim-down {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.anim-left.visible,
.anim-right.visible,
.anim-up.visible,
.anim-down.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

textarea.form-control {
    height: 80px;
}
.document-conatiner .list{
    color: #0056b3;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    list-style-type: square;
    padding-left: 40px;
}
.document-conatiner .list a{
   text-decoration: underline !important;
}
.document-conatiner .container-padding{
    padding: 80px 70px;
 }
@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 15px;
    }
}

@media (max-width: 991.98px) {
    .container-padding {
        padding: 0 10px;
    }

    .hero-banner .hero-bg {
        padding: 150px 30px;

    }

    .call-to-action .bg-light-pink {
        padding: 120px 30px;
    }

    .shap-postion {
        display: none;
    }

    .img-fluid.logo-a {
        display: none;
    }

    .image-17 {
        right: 0px;
        display: none;
    }
}

@media (max-width: 767.98px) {
    .document-conatiner .container-padding {
        padding: 50px 40px;
    }
    .section-padding {
        padding-top: 50px;
    }
    .document-conatiner .bg-light-gray {
        border-radius: 20px;
    }

    .insurance-box {
        list-style: none;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }

    #circle-shap {
        opacity: .3;
    }

    .shape-1 {
        opacity: .3;
    }

    .shape-2 {
        opacity: .3;
    }

    .shape-3 {
        opacity: .3;
    }

    .shape-4 {
        opacity: .3;
    }

    .shape-5 {
        opacity: .3;
    }

    .shape-6 {
        opacity: .3;
    }

}

@media (max-width: 575.98px) {
    .hero-banner .hero-bg .banner-title {
        font-size: 35px;
        font-weight: 600;
    }

    .container-padding {
        padding: 0 0px;
    }

    .hero-banner .hero-bg {
        padding: 130px 20px;
    }
}

@media (max-width: 430.98px) {
    .insurance-box {

        grid-template-columns: 100%;
        grid-gap: 20px;
    }
}
    .freeprivacypolicy-com---palette-light .cc-nb-okagree {
        background-color: var(--primary) !important;
        border-radius: 10px;
        border: 1px solid var(--primary);
        font-size: 11px !important;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-reject {
        background-color: var(--primary) !important;
        border-radius: 10px;
        border: 1px solid var(--primary);
        font-size: 11px !important;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-reject:hover,.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover {
        color: #a052a0 !important;
        background-color: #f2f6ff !important;
    }
    .freeprivacypolicy-com---nb-simple {
        max-width: 100% !important;
        padding: 1rem 2rem !important;
    }
    .freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
        background-color: #f5f6fa !important;
    }
    .freeprivacypolicy-com---nb .cc-nb-text {
        margin: 0 0 10px 0 !important;
        font-size: 14px;
    }
    .freeprivacypolicy-com---reset p {
        margin-bottom: 7px !important;
        line-height: normal !important;
    }
    .freeprivacypolicy-com---nb .cc-nb-title {
        font-size: 20px !important;
    }
    .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
        font-size: 11px !important;
    }


    .site_logo {
    text-align: center;
    margin: 30px 0 32px 0;
}
div#stripe_form {
    position: relative;
    top: 0px;
 }
 html, body {
    height: 100%;
}
body span#future_transac [name="stripe_autopayment"] {
    display: inline-block !important;
}
button#card-button {
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 17px 0;
}
span#future_transac {
      top: 140px !important;
  }
.head-language{
    display: none;
}