html,
body {
    height: auto; padding: 0px; margin: 0px;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Figtree", serif;
    color: #555;
    background: linear-gradient(180deg, rgb(202, 209, 221) 0%, rgb(213 224 247) 52%, rgb(48 93 178) 100%);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ab0505;
}
p {
    margin-bottom: 25px;
}
strong {
    font-weight: 500;
}
label {
    font-weight: 400;
    margin-bottom: 3px;
}
hr {
    margin: 30px 0 30px 0;
    border-color: #ddd;
}
a {
    color: #54927a;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
a.animated_link {
    position: relative;
    text-decoration: none;
}
a.animated_link {
    position: relative;
    text-decoration: none;
}
a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #54927a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: #54927a;
}
a.animated_link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #54927a;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #54927a;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
a.btn_1:hover,
.btn_1:hover {
    background-color: #333;
}
a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
    padding: 7px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
a.btn_help {
    display: flex;
    align-items: center;
    margin-top: -3px;
}
a.btn_help i {
    margin-right: 5px;
    font-size: 21px;
    font-size: 1.3125rem;
}
.btn-close:focus {
    box-shadow: none;
    outline: none;
}
a.btn_scroll_to {
    width: 40px;
    padding-left: 1px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    font-size: 32px;
    font-size: 2rem;
    z-index: 3;
    color: #54927a;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 15px;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.mobilemessage{
    display: none;
}
@media (max-width: 767px) {
    .mobilemessage{
        display: block !important;
    }
    a.btn_scroll_to {
        display: block;
    }
}
@keyframes subtleBounce {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.Bounce {
    -webkit-animation-name: subtleBounce;
    animation-name: subtleBounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.Bounce {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    display: none;
}
[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.row-height {
    min-height: 100vh !important;
    height: 100vh;
}
@media (max-width: 991px) {
    .row-height {
        height: auto;
    }
}
.content-left-bg-color {
    background-color: #54927a;
}
.content-left-wrapper {
    display: flex;
    height: 100%;
    min-height: 100%;
    padding: 0;
    position: relative;
}
@media (max-width: 991px) {
    .content-left-wrapper {
        height: auto;
        padding: 0px 30px 60px 30px;
    }
}
@media (max-width: 767px) {
    .float-start {

       margin-top: 15px !important;

    }
   body{
    overflow-x: hidden !important;
   }

    #logo img{
        width: 134px;
    }
    .content-left-wrapper {
        height:auto !important;
        padding: 0px;
        padding-top: 0px !important;
    }
    h3.main_question {

        font-size: 1rem !important;

    }
    .form-floating>.form-control, .form-floating>.form-select {
        height: 44px !important;

    }
    .form-floating>label{
        padding: 0.75rem !important;
    }
    .floating-wpp {

        bottom: 0px !important;

    }
    .form-control{
        height: 35px;
    }
    .form-group input {
        height: 35px !important;
        width: 160px  !important;

    }
    .country-code{
        padding: 6px!important;
    }
    .mb-4 {
        margin-bottom: 0.5rem!important;
    }
    .date img{
        width: 280px;
    }
    .date{
        padding: 15px;
    }
    .main_content_mob{
        padding: 0px;
    }
    .agenta {

        padding-right: 0px;
        padding-bottom: 15px;
    }
    .form-floatings {
        display: block!important;
    }
    .floating-wpp.desk{
        display: none!important;
    }
    .floating-wpp.mob{
        display: block!important; bottom: 0px;
    }
    .floating-wpp .floating-wpp-button{
        margin: auto !important;
    }
    .mobilpadd{
        padding-left: 2px !important; padding-right: 2px !important;
        padding-top: 20px !important;
    }
    #firstname{width: 267px !important;
        padding-left: 0!important;
        padding-right: 0!important;}
}
#ec-mobile-number{width: 237px !important;
   }
}
.floating-wpp.desk{
    display: block;
}
.floating-wpp.mob{
    display: none;
}
.content-left-wrapper small {
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0.8;
    font-weight: 500;
    color: #555;
}
.content-left-wrapper h1 {
    margin-top: 0;
    font-size: 28px;
    font-size: 1.75rem;
}
.content-left-wrapper h1 small {
    display: block;
    letter-spacing: 2px;
}
.content-left-wrapper h1 em {
    display: block;
    font-size: 52px;
    font-size: 3.25rem;
}
.content-right {
    overflow-y: auto;

    background-image: url('../img/rightbg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;    background-position-y: bottom;
}
a#logo {
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    height: 35px;
}
@media (max-width: 991px) {
    a#logo {
        left: 15px;
        top: 10px;
    }
}
.social {
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 999;
}
@media (max-width: 991px) {
    .social {
        right: 75px;
        top: 15px;
    }
}
@media (max-width: 767px) {
    #bottom-wizard{
        display: none;
    }
    .social {
        display: none;
    }
}
.social ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social ul li {
    float: left;
    margin: 0 0 0 15px;
    list-style: none;
}
.social ul li a {
    color: #fff;
    opacity: 0.6;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.social ul li a:hover {
    opacity: 1;
}
.social.mobile {

    position: static;
}
.social.mobile ul {

    text-align: left;
}
.social.mobile ul li {
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
    list-style: none;
}
@media (max-width: 767px) {.socialPlugin {

    margin: 20px auto;margin-left: auto !important;

}
    .social.mobile {
        display: flex;    margin-bottom: 35px;
    }.footerpart {text-align: center;}
}
@media (max-width: 991px) {
    .footerpart {
        display: block !important;

    }
    .copy {
        border-top: 1px solid #ededed;
        padding-top: 25px; display: none !important;
    }
}
.copy a {
    color: #555;
}
.copy a:hover {
    color: #d9d9d9;
}
.step {
    animation: slideInUp;
    animation-duration: 0.3s;
    animation-timing-function: ease;
}
input#website {
    display: none;
}
#wizard_container {
    width: 400px;
    margin: auto;
}
@media (max-width: 991px) {
    #wizard_container {
        width: 100%;
    }
}
@media (max-width: 379px){
    #firstname {
        width: 100% !important;

    }#ec-mobile-number {
        width: 169px !important;
    }

}

h3.main_question {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.7125rem;color: #34497c;
    text-align: center;
}
h3.main_question strong {
    display: block;
    color: #999;
    margin-bottom: 5px;
}

.error{
    color:red; display: none;
}
button.backward,
button.forward,
button.submits {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #5e4774;
    position: relative;
    font-size: 16px;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 33px;
    line-height: 1;
    padding: 12px 30px;
}
button.backward {
    color: #777;
    background: #e8e8e8;
}

.backward:hover,
.forward:hover {
    background: #333;
    color: #fff;
}
#top-wizard {
    padding-bottom: 20px;
}
#middle-wizard {
    min-height: 300px;
}
@media (max-width: 991px) {
    #middle-wizard {
        min-height: inherit;
    }
}
#bottom-wizard {
    padding-top: 15px;
    text-align: right;
}
.ui-widget-content {
    background-color: transparent;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #6c3;
}
.ui-widget-header a {
    color: #222222;
}
.ui-progressbar {
    height: 2px;
    width: 100%;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#location {
    font-size: 12px;
    font-size: 0.75rem;
    color: #777;
    display: block;
    margin-bottom: 5px;
}
#progressbar {
    overflow: hidden;
}
.summary {
    text-align: center;
}
.summary .wrapper {
    padding: 60px 30px;
}
.summary h3 {
    margin-bottom: 25px;
}
.summary label {
    font-weight: 500;
}
#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center;
}
#success h4 {
    font-weight: 400;
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
}
#success h4 span {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
.inlinesvg .svg svg {
    display: inline;
}
.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
a.close_panel {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 32px;
    font-size: 2rem;
    color: #ccc;
}
a.close_panel:hover {
    color: #444;
}
.panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}
.panel .panel__content {
    padding: 100px 0 30px 0;
    width: 100%;
    text-align: left;
    opacity: 0;
    will-change: margin-top;
    transition: all 600ms;
    transition-delay: 600ms;
    margin-top: -5%;
}
@media (max-width: 991px) {
    .panel .panel__content {
        padding-top: 70px;
    }
}
.panel:target .panel__content {
    opacity: 1;
    margin-top: 0;
}
.panel#panel_info {
    background-color: #fff;
    transition: all 600ms cubic-bezier(0.19, 1, 0.56, 1);
    transform: translate3d(0, -100%, 0);
}
.panel#panel_info:target {
    transform: translate3d(0, 0, 0);
}
a.btn_info {
    font-weight: 500;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 8px 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
    a.btn_info {
        position: static;
    }
}
.strip_info {
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
}
.strip_info h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #54927a;
}
.strip_info .date_event {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #54927a;
    font-weight: 500;
}
.strip_info .date_event small {
    display: block;
    color: #777;
    font-size: 16px;
    font-size: 1rem;
}
.list_icons ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
.list_icons ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.list_icons ul li i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 21px;
    font-size: 1.3125rem;
}
.map_contact {
    border-radius: 5px;
    overflow: hidden;
    filter: grayscale(100%);
    margin-bottom: 25px;
    margin-right: 30px;
}
@media (max-width: 991px) {
    .map_contact {
        margin-right: 0;
    }
}
.map_contact iframe {
    width: 100%;
    height: 270px;
}
.container_count {
    width: 60px;
    display: inline-block;
    margin: 0 5px 25px 0;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}
.container_count.last {
    margin-right: 0;
}
.countdown {
    margin: 30px 0 20px 0;
}
.countdown h4 {
    color: #555;
    font-weight: 500;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 10px;
}
#days,
#hours,
#minutes,
#seconds {
    border-radius: 5px;
    border: 2px solid #ddd;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 56px;
    font-weight: 400;
}
.background-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-shape {
    position: absolute;
    height: 190%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: #fff;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-35deg);
    transform: translate(35%, -28%) rotate(-35deg);
    z-index: 0;
}
.opacity-mask {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
}
.list_block p {
    margin-bottom: 20px;
    font-weight: 500;
}
.list_block ul {
    padding: 0;
    margin: 0 0 20px 0;
}
.list_block ul li {
    display: block;
    margin: 0 0 5px 0;
}
.list_block ul li.last-child {
    margin-right: 0;
}
.form-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-group.terms {
    background-color: #4b836d;
    background-color: rgba(84, 146, 122, 0.075);
    padding: 12px 0 0 0;
    text-align: left;
    padding: 8px 5px 5px 8px;
}
.form-group.terms .container_check {
    margin-bottom: 0;
}
span.error {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    right: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;

    padding: 6px 8px;
}
span.error:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}
.container_radio.version_2 .error,
.container_check.version_2 .error {
    left: -15px;
    top: -30px;
    right: inherit;
}
.radio_input .error {
    left: -15px;
    top: -30px;
    right: inherit;
}
.styled-select span.error {
    top: -20px;
}
.terms span.error {
    top: -30px;
    left: -15px;
    right: inherit;
}
.mb-6{
    margin-bottom: 2rem !important;
}
.form-floating .form-control {
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    height: calc(2.95rem + 2px);

    background-color: rgb(255 255 255);
}
.form-control:focus {
    border-color:none !important;
    outline: 0;

    background-color: #fff;

}
.form-control::placeholder {

    color: #63337c;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #63337c;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #63337c;
}
textarea.form-control {
    height: 205px !important;
}
textarea.form-control.short {
    height: 140px !important;
}
.checkbox_radio_container {
    margin-bottom: 10px;
    position: relative;
}
.checkbox_radio_container input[type="checkbox"] {
    display: none;
}
.checkbox_radio_container input[type="radio"] {
    display: none;
}
.checkbox_radio_container label {
    cursor: pointer;
}
.checkbox_radio_container .radio,
.checkbox_radio_container .checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 5px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: 8px;
    top: 7px;
}
.checkbox_radio_container .radio:after,
.checkbox_radio_container .checkbox:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transform: translate(4px, 11px) rotate(-45deg);
    transform-origin: left;
    transition: all 150ms;
    transition-delay: 0ms;
}
.checkbox_radio_container .radio:before,
.checkbox_radio_container .checkbox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transform: translate(1px, 6px) rotate(45deg);
    transform-origin: left;
    transition: all 150ms;
    transition-delay: 150ms;
}
.checkbox_radio_container .checkbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.checkbox_radio_container .wrapper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #4b836d;
    background-color: rgba(84, 146, 122, 0.075);
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 44px;
    font-weight: 500;
    cursor: pointer;
}
.checkbox_radio_container input[type="checkbox"]:checked ~ .checkbox:before,
.checkbox_radio_container input[type="checkbox"]:checked ~ .radio:before,
.checkbox_radio_container input[type="radio"]:checked ~ .checkbox:before,
.checkbox_radio_container input[type="radio"]:checked ~ .radio:before {
    width: 7px;
    transition-delay: 0ms;
}
.checkbox_radio_container input[type="checkbox"]:checked ~ .checkbox:after,
.checkbox_radio_container input[type="checkbox"]:checked ~ .radio:after,
.checkbox_radio_container input[type="radio"]:checked ~ .checkbox:after,
.checkbox_radio_container input[type="radio"]:checked ~ .radio:after {
    width: 13px;
    transition-delay: 150ms;
}
.checkbox_radio_container input[type="checkbox"]:checked ~ .wrapper,
.checkbox_radio_container input[type="radio"]:checked ~ .wrapper {
    transition: all 450ms;
    background-color: #54927a;
    color: #fff;
}
.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container_check input:checked ~ .checkmark {
    background-color: #54927a;
    border: 1px solid transparent;
}
.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container_check input:checked ~ .checkmark:after {
    display: block;
}
.container_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_radio input {
    position: absolute;
    opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
    opacity: 1;
}
.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #54927a;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
}
input.qty {
    width: 100%;
    text-align: center;
}
input.qtyminus,
input.qtyplus {
    position: absolute;
    width: 32px;
    height: 38px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
input.qtyplus {
    background: url(../img/plus.svg) no-repeat center center;
    right: 10px;
    top: 5px;
    text-indent: -9999px;
    box-shadow: none;
}
input.qtyminus {
    background: url(../img/minus.svg) no-repeat center center;
    left: 10px;
    top: 5px;
    text-indent: -9999px;
    box-shadow: none;
}
.custom-modal {
    background: #fff;
    padding: 45px;
    padding-top: 0;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.custom-modal .mfp-close {
    color: #999;
    top: 12px;
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.custom-modal .mfp-close:hover {
    color: #222;
}
.custom-modal .mfp-close:before {
    font-size: 26px;
    font-family: bootstrap-icons;
    content: "\f62a";
}
.small-dialog-header {
    text-align: center;
    padding: 45px 0 0 0;
}
.small-dialog-header h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
}
.modal-wrapper {
    position: relative;
    height: 100%;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-bottom-bar {
    padding: 0 10px !important;
}
.mfp-counter {
    right: 10px !important;
    color: #fff !important;
}
.mfp-bg {
    opacity: 0.8 !important;
}
#message-help {
    margin-bottom: 5px;
    min-height: 20px;
}
#message-help .error_message {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: red;
}
.submits {
    position: relative;
}
.submits .loader {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    top: 10px;
    margin-left: 10px;
}
.form-group {

    padding: 5px;

    width: 100%;
background: #fff;   border-radius: 33px;
  }
.country-code{
    border-bottom-left-radius: 33px;
    border-top-left-radius: 33px;
    background-color: #5e4774;
    color: #fff;
    padding: 17px;padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
  .form-group:focus {
    color: #212529;
      background-color: #fff;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  }
  .form-floating>.form-control, .form-floating>.form-select {
    height: 54px;
    line-height: 1.25;
}
.button_wrap{
    text-align: right;
    width: 100%;
}
  .form-group input {
    display: inline-block;
    width: auto;
    border: none;
  }
  .form-group input:focus {
    box-shadow: none;
  }
  .bootstrap-select{
    padding-top: 5px !important;
  }
  .btn-light{background-color: transparent !important; border-color: transparent !important; }
  .bootstrap-select > .dropdown-toggle.bs-placeholder{color:#212529 !important;}
  #hidden-panel {
	display: none;
}
#hidden-panel_spec {
	display: none;
}
.main_question{
    text-transform: uppercase;
}
.hours{
    background-color: #673493;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 231px;
    float: right;
    margin-top: 14px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 6px 15px;
}
.date{
    margin-top: 12px;
}
.datewrap{
   display: flex; width: 300px; margin: auto;
    margin-top: 00px;
}
.novotel img{
    width: 150px;
}
.time img{
    width: 146px;
    padding-top: 10px;
}
.link_wrap{
    width: 338px;
    margin: auto;

}
.agenta{
    margin-top: 15px;
}
.agenta a{
   color: #fff;
}
.submits:hover{
    background: #070e3f !important;
}
input:focus,button:focus{
    border-color:none !important;
    outline: 0!important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: 0!important;
}
.form-floatings{
    display: flex;
}
.form-check-label{
    color: #34497c; padding-right: 15px;
}
input[type=radio]:checked {
    background-color: rgb(217 44 107); outline: none !important; border: none !important;
 }
 #medical,#dental,#hospital_list{
    display: none;
 }
 .main_question{
    color: #34497c; text-align: center; font-size: 22px !important;
 }
 .main_questions{
    color: #34497c; text-align: center;  font-size: 19px; text-transform: uppercase;
 }
 .step h6{
    color: #34497c; text-align: center; margin-bottom: 19px;
 }
 .designation{
    display: flex;
 }
 input::placeholder{
    color: #000 !important;
 }
 .designselect{
    border-radius: 14px;
    margin-right: 13px;
 }
 .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem !important;

}
.step small{
    color: #fff;
}.float-starts,.float-starts a {

    color: #fff;    margin-top: 0px;margin-left: auto !important;
}
.social span{
    margin-bottom: 0px !important;color: #fff; padding-right: 15px;
}
.footerpart{
    display: flex;    justify-content: right;align-items: center;font-size: 14px;
}
.social{

    display: flex;
    align-items: center;
}
.floating-wpp {
    position: fixed;
    bottom: 52px;
    left: unset;
    right: 15px;
    font-family: 'Open sans';
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 10000;
}.floating-wpp .floating-wpp-button {
    width: 212px;
    height: 64px;

    background-image: url(../img/Watsapp-button.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;

    transition: box-shadow 0.2s;
    cursor: pointer;
}/* Container Of The Plugin */

.socialPlugin {
	text-align: center;
    width: 223px;
	margin-left: 40px;
	height: 30px;
	display: block;
}

.socialPlugin .showSocialButtons {
	font-size: 16px;
    cursor: pointer;
    padding: 6px 8px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.3);
	color: #6e06c8;
    background: #ffffff;
}.fa-share:before {
  padding-right: 8px;
}

.socialPlugin .socials {
	width: 260px;
	color: white;
	line-height: 10px;
	text-align: center;
	margin-top: -24px;
	margin-left: -35px;
	display:block;
	transform-origin:50% 0%;

	-webkit-transform: scale(0) translateY(-150px);
	-moz-transform:scale(0) translateY(-150px);
	-o-transform:scale(0) translateY(-150px);
	transform:scale(0) translateY(-150px);

	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	transition:.5s;

	opacity:0;
}

.socialPlugin .socials:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 4px auto;
	height: 0;
	width: 0;
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 15px solid rgba(0, 0, 0, 0);
	border-top: 15px solid #becade;
}

@media all and (max-width: 992px) {
	.socialPlugin .socials {
        margin-top: -36px;
	}
}

/* Toggled State */

.socialPlugin .socials.opened {
	opacity:1;
	-webkit-transform: scale(1) translateY(-60px);
	-moz-transform:scale(1) translateY(-60px);
	-o-transform:scale(1) translateY(-60px);
	transform:scale(1) translateY(-60px);
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	transition:.5s; width: 205px !important;
    margin-left: auto !important;
}

/* Share buttons */

.socialPlugin .socials .fa {
    height: 1.5em;
    font-size: 1.5em;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 2.5em;
	-webkit-backface-visibility: hidden;
}

.socialPlugin .socials .fa:before, .socialPlugin .socials .fa:after {
	left: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	top: 50%;
	width: 100%;
}

.socialPlugin .socials .fa:before {
	color: white;
	-webkit-transform: translate3D(0, -50%, 0);
	-ms-transform: translate3D(0, -50%, 0);
	transform: translate3D(0, -50%, 0);
	z-index: 2;
}

.socialPlugin .socials .fa:after {
	padding-bottom: 25%;
	padding-top: 210%;
	top: 0;
}

.socialPlugin .socials .fa:hover:after {
	-webkit-transform: translate3D(0, -73%, 0);
	-ms-transform: translate3D(0, -73%, 0);
	transform: translate3D(0, -73%, 0);
}

.socialPlugin .socials .fa:hover:before {
	-webkit-transform: translate3D(0, -250%, 0);
	-ms-transform: translate3D(0, -250%, 0);
	transform: translate3D(0, -250%, 0);
}

/* The social icons */

.socialPlugin .socials .fa-linkedin:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00acee), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#00acee 25%, #ffffff 75%);
	background-image: linear-gradient(#00acee 25%, #ffffff 75%);
	content: "\f0e1";
	color: #00acee;
}

.socialPlugin .socials .fa-facebook:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3b5998), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#3b5998 25%, #ffffff 75%);
	background-image: linear-gradient(#3b5998 25%, #ffffff 75%);
	content: "\f09a";
	color: #3b5998;
}

.socialPlugin .socials .fa-whatsapp:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #25D366), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#25D366 25%, #ffffff 75%);
	background-image: linear-gradient(#25D366 25%, #ffffff 75%);
	content: "\f232";
	color: #25D366;
}

.socialPlugin .socials .fa-pinterest:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #cb2027), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#cb2027 25%, #ffffff 75%);
	background-image: linear-gradient(#cb2027 25%, #ffffff 75%);
	content: "\f0d2";
	color: #cb2027;
}

.socialPlugin .socials .fa-tumblr:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2C4762), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#2C4762 25%, #ffffff 75%);
	background-image: linear-gradient(#2C4762 25%, #ffffff 75%);
	content: "\f173";
	color: #2C4762;
}
.designation i{
    position: absolute;
}.icon {
    padding: 10px;
    color: green;
    min-width: 50px;
    text-align: center;
}.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0 !important;
    padding-bottom:0 !important;
}
.form-floating>#firstname::placeholder {
    padding-left: 20px !important;

}
.salutation{
    border: none; background: none;    -webkit-appearance: none;
}
.salutation:focus{
    border: none;
}:focus-visible {
    outline: none;
}
.salutatn{
    position: relative; padding-right: 4px;
}
.salutatn::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #5b2c7d;
    position: absolute !important;
    top: 5px;
    margin-top: 2px;
    margin-right: 3px;
    left: 25px;
}
.filter-option-inner-inner{
    padding: 7px;
}
.bs-searchbox input{
    height: 26px !important;
}
.bs-searchbox input:focus{
    border: 1px solid #ede9e9 !important;
}.text-danger {

    color:#e30e0e !important;    margin-bottom: 15px;
}
@media(min-width:1800px){
    .date img{
        width: 500px;
    }
    .socialPlugin {

        margin-left: 179px !important;

    }
}
.bs-searchbox .form-control {
    border: 1px solid #288600 ;
}
.desktophide{
    display: none;
}
@media(max-width:480px){
    .desktophide{
        display: block !important;
    }
    html,
body {
    height: auto !important
}
}
.download{
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 13px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 80%;
    background: #0476e6;
    margin: auto;
    margin-top: 30px;
}
.download img{
    width: 40px;
    padding-right: 5px;
}

/* Utilities */
.card::after,
.card img {
  border-radius: 50%;
}
body,
.card,
.stats {
  display: flex;
}

.card {
  padding: 2.5rem 2rem;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 84%);
  max-width: 500px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  margin: 1rem;
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
}
.card::before,
.card::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  top: -.7rem;
  left: -.7rem;
}
.card::after {
  height: 15rem;
  width: 15rem;
  background-color: #4172f5aa;
  top: -8rem;
  right: -8rem;
  box-shadow: 2rem 6rem 0 -3rem #FFF
}

.card img {
  width: 8rem;
  min-width: 80px;
  box-shadow: 0 0 0 5px #FFF;
}

.infos {
  margin-left: 1.5rem;
}

.name {
  margin-bottom: 1rem;
}
.name h2 {
  font-size: 1.3rem;
}
.name h4 {
  font-size: .8rem;
  color: #333
}

.text {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.stats {
  margin-bottom: 1rem;
}
.stats li {
  min-width: 5rem;
}
.stats li h3 {
  font-size: .99rem;
}
.stats li h4 {
  font-size: .75rem;
}

.links button {
  font-family: 'Poppins', sans-serif;
  min-width: 120px;
  padding: .5rem;
  border: 1px solid #222;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all .25s linear;
}
.links .follow,
.links .view:hover {
  background-color: #222;
  color: #FFF;
}
.links .view,
.links .follow:hover{
  background-color: transparent;
  color: #222;
}

@media screen and (max-width: 450px) {
  .card {
    display: block;
  }
  .infos {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .links button {
    min-width: 100px;
  }
}
.links{
    margin-bottom: 7px;
}
#wrappeds p{margin-bottom: 2px; color: #000;}