ul
{
    list-style : none;
}

.invisible {
    opacity: 0;
    display: none;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 40px;
    aspect-ratio: 1;
    --_c: no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);
    background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
    background-size: 10px 10px;
    animation: l7 1s infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

@keyframes l7 {
    to {
        transform: rotate(.5turn)
    }
}

/*.msghidden
{
    opacity : 0;
}

.form {
    background: unset !important;
}

    .form .tab-content {
        background: #212121a6 !important;
    }
.mainpatbutton {
    background: url(/images/microscope.png) 15px center no-repeat rgba(243, 90, 5,.9);
    background-size: 14px;
    margin-bottom: 40px;
}

.mainmedbutton {
    background: url(/images/Doctorprofileblanc.png) 15px center no-repeat #24a6a5;
    background-size: 14px;
}

.mainbutton {
    width: 90%;
    height: 45px;
    overflow: hidden;
    color: white;*/
    /* font-family: 'open sans'; */
    /*font-weight: bold;
    border: none;
    text-transform: uppercase;
    padding-left: 25px;
    text-align: left;
    border-radius: 25px;
    font-size: 12px;
    text-align: center;*/
    /* padding-top: 40px; */
/*}

.ftco-intro p {
    color: white !important;
}


.mobilewelcomecontainer {
    display: none;
}



ul
{
    list-style : none;
}
.Welcomecontainer {*/
    /*position: absolute;*/
    /*left: 100px;*/
    /*top: calc(50% - 170px);
    z-index: 100;*/


    /*position: absolute;
    width: 95% !important;
    top: calc(50% - 170px);
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.logincontainer {
    position: absolute;
    left: 50px;*/
    /*top: calc(50% - 90px);*/
    /*z-index: 100;
}

.mainpagelogincontainer {
    background: rgba(0, 0, 0,0.25);*/
    /*background : rgba(255, 255, 255,0.65);*/
    /*border-radius: 3px;
    width: 450px;
    height: 180px;
    overflow: hidden;*/
    /* position : fixed;
    left : 20px;top : 250px; */
    /*color : #39c5de;*/
    /*color: white;
}

.mainpagelogincontainerinner {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

    .mainpagelogincontainerinner h4 {
        color: white !important;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mainpagelogincontainerinner button {
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -50px;
        outline: none !important;
        background: rgba(0,0,0, 0) !important;
        border: 1px solid white;
        border-radius: 20px;
        padding: 5px;
        font-size: 12px;
        width: 100px;
        color: white;
    }


.login__submit {
    position: relative;
    width: 100%;
    height: 32px;*/
    /*margin: 5rem 0 2.2rem;*/
    /*margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    background: #b80000;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    outline: none;
    -moz-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -o-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.login__submitmed {
    background: #139eb1 !important;
}

.login__submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    -webkit-animation: rotate 0.5s infinite linear;
    -moz-animation: rotate 0.5s infinite linear;
    -o-animation: rotate 0.5s infinite linear;
    animation: rotate 0.5s infinite linear;
    -webkit-transition: opacity 0.1s 0.4s;
    -moz-transition: opacity 0.1s 0.4s;
    -o-transition: opacity 0.1s 0.4s;
    transition: opacity 0.1s 0.4s;
    opacity: 0;
}

.login__submit.processing {
    width: 4rem;
    font-size: 0;
    left: 50%;
    transform: translateX(-50%);
    color: transparent !important;
}

    .login__submit.processing:after {
        opacity: 1;
    }

.login__submit.success {
    -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -moz-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -o-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -webkit-transform: scale(30);
    -ms-transform: scale(30);
    -moz-transform: scale(30);
    -o-transform: scale(30);
    transform: scale(30);
    opacity: 0.9;
}

    .login__submit.success:after {
        -webkit-transition: opacity 0.1s 0s;
        -moz-transition: opacity 0.1s 0s;
        -o-transition: opacity 0.1s 0s;
        transition: opacity 0.1s 0s;
        opacity: 0;
    }

.logindesc {
    padding-left: 20px !important;*/
    /* background: url(/images/logoicon.png) no-repeat left center; */
    /*background-size: 20px;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    text-align: center !important;
    left: 05px;
    max-width: 300px;
}
.ripple {
    position: absolute;*/
    /*width: 15rem;
        height: 15rem;
        margin-left: -7.5rem;
        margin-top: -7.5rem*//*;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: animRipple 0.4s;
    animation: animRipple 0.4s;
    border-radius: 50%;
}

@-webkit-keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}*/




#mobtopicons {
    float: left;
    margin-right: 25px;
}


/* responsive */

@media (max-width: 768px) {

    #topheader-coord {
        display : none;
    }
    #homepagetitle
    {
        font-size : 20px;
    }
    #homepagecabinet {
        font-size: 18px;
    }
    
    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: 10px !important;
        margin-left: auto;
        float: left;
    }
   
}


@media (min-width: 769px) {
    #homepagetitle {
        font-size: 24px;
    }

    #homepagecabinet {
        font-size: 18px;
    }

    #mob-phonepanel, #mobtopicons {
        display: none !important;
    }
   
}

 