/* General Style Start */

@font-face 
{
    font-family: eucilid_medium;
    src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face 
{
    font-family: eucilid_bold;
    src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face 
{
    font-family: eucilid_regular;
    src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

body
{
    background-color:#ffffff;
}

.row
{
    margin:0px!important;
}

*
{
    font-family: "Poppins", sans-serif;
}

.mh10p0
{
    min-height:10px;
    padding:0px;
}

.mh10p5
{
    min-height:10px;
    padding:5px;
}

.mh10p10
{
    min-height:10px;
    padding:10px;
}

.mh10p15
{
    min-height:10px;
    padding:15px;
}

.noselect 
{
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

@media (min-width: 1200px)
{
    .container 
    {
        width: 1238px;
    }
}

:root
{
    --ana_renk: #008ed5;
}

/* General Style End */

/* Menü */

.menu_outer
{
    height:70px;
    background-color:#fff;
    padding:0px;
    box-shadow: 0px 3px 6px #00000029;
    position:relative;
    z-index:1;
}

.menu_inner
{
    height:70px;
    padding:0px;
}

.menu_logo_outer
{
    height:70px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:5px 0px;
}

.menu_logo_outer img
{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.menu_center_outer
{
    height:70px;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px;
}

.menu_right_outer
{
    height:70px;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.menu_box
{
    min-width:10px;
    height:28px;
    float:left;
    display:flex;
    align-items:center;
    font-size:13px;
    font-weight:500;
    color:#333;
    margin:0px 12px;
    cursor:pointer;
    box-sizing:border-box;
    position:relative;
    transition: all 0.3s ease;
}

.menu_box:before
{
    content:'';
    width:0%;
    height:2px;
    background-color:var(--ana_renk);
    position:absolute;
    left:0px;
    bottom:-2px;
    transition: all 0.3s ease;
    border-radius:2px;
}

.menu_box:hover:before
{
    width:100%;
}

.menu_box_select
{
    color:var(--ana_renk);
}

.menu_box_select:before
{
    width:100%;
}
.menu_boxes_buttons
{
    min-width:30px;
    height:25px;
    float:left;
    border-left:1px solid #ffffff5c;
}
.menu_boxes_button
{
    min-width:30px;
    height:25px;
    float:left;
    background: transparent linear-gradient(242deg, #06ABD8 0%, #1B4A90 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding:0px 13px;
    color:#fff;
    line-height:25px;
    font-size:12px;
    margin-left:10px;
    box-sizing:border-box;
    cursor:pointer;
    position:relative;
}
.menu_boxes_button:last-child
{
    border: 1px solid #f5f5f5;
    background:#00a4f5;
    line-height:23px;
}

.menu_boxes_button:hover .menu_boxes_dropdown
{
    display:block;
}
.menu_boxes_button:hover .menu_boxes_dropdown
{
    display:block;
}

@media only screen and (max-width: 600px) 
{
    .menu_boxes_outer
    {
        display: none;
        height: auto;
        background-color: #151D3B;
        margin-top: 2px;
        position: absolute;
        top: 92px;
        z-index: 99;
    }

    .mobile_menu_button
    {
        display:block;
    }

    .menu_box
    {
        width:100%;
        height:40px;
        line-height:40px;
        font-size:15px;
    }

    .menu_boxes_buttons
    {
        width: 100%;
        height: 55px;
        padding: 15px 0px;
        border:0px;
    }
}

.menu_boxes_dropdown
{
    width: 100%;
    min-height: 30px;
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 0px;
    background-color: #fff;
    display:none;
}
.menu_boxes_list
{
    width:100%;
    min-height:10px;
    border-bottom:1px solid #dadada;
    font-size:13px;
    font-weight:500;
    color:#333;
    padding:2px 0px;
    text-align:center;
}

.menu_boxes_list:hover
{
    background-color:#dadada;
}
.menu_right_btn
{
    min-width:10px;
    height:30px;
    background: rgb(0,142,213);
    background: linear-gradient(286deg, rgba(0,142,213,1) 0%, rgba(0,170,255,1) 37%, rgba(0,146,218,1) 77%, rgba(0,142,213,1) 100%);
    float:left;
    padding:0px 18px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    cursor:pointer;
    font-size:12px;
    font-weight:500;
}

.menu_top_line
{
    min-height:10px;
    background: rgb(0,142,213);
    background: linear-gradient(286deg, rgba(0,142,213,1) 0%, rgba(0,170,255,1) 37%, rgba(0,146,218,1) 77%, rgba(0,142,213,1) 100%);
    padding:0px;
    box-shadow: 0px 3px 6px #00000029;
    position:relative;
    z-index:2;
}

.menu_top_line_inner
{
    height:30px;
    padding:0px;
}

.menu_top_line_phone
{
    min-width:10px;
    height:30px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:400;
    color:#fff;
    cursor:pointer;
}

.menu_top_line_phone i
{
    margin-right:7px;
}

.menu_top_line_social
{
    width:30px;
    height:30px;
    float:right;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    margin-left:5px;
    cursor:pointer;
}

.menu_right_icon
{
    width:30px;
    height:30px;
    float:left;
    margin-left:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    color:var(--ana_renk);
    position:relative;
    cursor:pointer;
}

.menu_right_icon_badge
{
    width:12px;
    height:12px;
    background: rgb(0,142,213);
    background: linear-gradient(286deg, rgba(0,142,213,1) 0%, rgba(0,170,255,1) 37%, rgba(0,146,218,1) 77%, rgba(0,142,213,1) 100%);
    position:absolute;
    right:0px;
    top:0px;
    border-radius:50%;
}

.menu_mobile_btn
{
    width:30px;
    height:30px;
    float:left;
    margin-left:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:23px;
    color:var(--ana_renk);
    position:relative;
    cursor:pointer;
    display:none;
}

.menu_box_mobile
{
    display:none;
}

@media only screen and (max-width: 600px) 
{
    .menu_mobile_btn    
    {
        display:block;
    }

    .menu_center_outer
    {
        width: calc(100% + 30px);
        height:auto;
        position: absolute;
        left: -15px;
        right: -15px;
        top: 70px;
        background-color: #f5f5f5;
        display: none;
        padding:5px 15px;
        box-sizing:border-box;
    }

    .menu_box
    {
        width: 100%;
        height: 40px;
        box-sizing:border-box;
        margin:0px;
    }

    .menu_box:before
    {
        display:none;
    }

    .menu_right_btn
    {
        display:none;
    }

    .menu_box_mobile
    {
        display:flex;
    }
}

/* Menü */

/* Footer */

.footer_outer
{
    min-height:50px;
    background-color:#fff;
    padding:30px 0px;
    box-shadow: 0px -3px 6px #00000029;
}

.footer_inner
{
    min-height:50px;
    padding:0px;
}

.footer_bottom_line_outer
{
    min-height:10px;
    background: rgb(0,142,213);
    background: linear-gradient(286deg, rgba(0,142,213,1) 0%, rgba(0,170,255,1) 37%, rgba(0,146,218,1) 77%, rgba(0,142,213,1) 100%);
    padding:0px;
}

.footer_bottom_line_inner
{
    min-height:10px;
    padding:13px 0px;
    color:#fff;
    font-size:11px;
    font-weight:500;
}

.footer_bottom_line_inner span
{
    float:right;
}

.footer_bottom_line_inner span a
{
    color:#fff;
    text-decoration:underline;
}

.footer_logo_outer
{
    min-height:20px;
    padding:0px;
}

.footer_logo
{
    height:60px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:0px;
    margin-top:-10px;
}

.footer_logo img
{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.footer_logo_text
{
    min-height:20px;
    margin-top:20px;
    font-size:12px;
    color:#333;
    padding:0px;
    font-weight:300;
    padding-right:15px;
}

.footer_content_outer
{
    min-height:20px;
    padding:0px;
}

.footer_content_outer h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:15px;
    font-weight:500;
    color:var(--ana_renk);
    margin:0px;
    margin-bottom:15px;
}

.footer_content_outer h4
{
    width:100%;
    height:auto;
    float:left;
    font-size:12px;
    font-weight:400;
    color:#333;
    margin:0px;
    margin-bottom:9px;
    cursor:pointer;
    transition: all 0.2s ease;
}

.footer_content_outer h4:hover
{
    padding-left:7px;
    color:var(--ana_renk);
}

.footer_social_outer
{
    min-height:10px;
    padding:0px;
    font-size:28px;
}

.footer_social_outer i
{
    float:left;
    margin-right:15px;
    cursor:pointer;
}

@media only screen and (max-width: 600px) 
{
    .footer_bottom_line_inner
    {
        text-align:center;
    }

    .footer_bottom_line_inner span
    {
        width:100%;
        text-align:center;
        margin-top:10px;
    }
}

/* Footer */

/* Login Page */

.content_page_outer
{
    min-height:calc(80vh - 100px);
    background-color:#f5f5f5;
    padding:0px;
}

.login_page_outer
{
    min-height:20px;
    margin:60px 0px;
    display:flex;
    align-items:center;
    justify-content:Center;
    padding:0px;
}

.login_page_imagebox
{
    width:40%;
    min-height:100px;
    float:left;
    box-sizing:border-box;
    border-radius:10px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    position:relative;
    z-index:5;
    padding:50px 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    -webkit-box-shadow: 4px 4px 17px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 4px 4px 17px -1px rgba(0,0,0,0.10);
    box-shadow: 4px 4px 17px -1px rgba(0,0,0,0.10);
}

.login_page_imagebox:before
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    background: transparent linear-gradient(180deg, #00000050 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.login_page_imagebox_inner
{
    width:100%;
    min-height:20px;
    padding:0px;
    float:left;
    position:relative;
    z-index:3;
}

.login_page_imagebox_inner img
{
    width:100%;
    height:auto;
    float:left;
    margin-bottom:60px;
}

.login_page_imagebox_inner h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:52px;
    font-family: 'Square Peg', cursive;
    margin:0px;
    text-align:center;
    color:#fff;
    margin-bottom:100px;
}

.login_page_imagebox_inner h4
{
    width:100%;
    height:auto;
    float:left;
    font-size:12px;
    margin:0px;
    text-align:center;
    color:#fff;
}

.login_page_imagebox_inner h4 a
{
    color:#3AB286;
    font-weight:500;
    cursor:pointer;
}

.login_page_formbox_outer
{
    width: calc(60% + 80px);
    min-height: 435px;
    float: left;
    position: relative;
    z-index: 3;
    margin-left: -80px;
    margin-top: 40px;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 17px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 4px 4px 17px -1px rgba(0,0,0,0.10);
    box-shadow: 4px 4px 17px -1px rgba(0,0,0,0.10);
    padding:40px 30px;
    padding-left:110px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.login_page_form_title
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:17px;
    font-weight:500;
    color:var(--ana_renk);
    padding:3px;
    margin-bottom:15px;
}

.login_input_outer
{
    min-height:10px;
    padding:5px;
    margin-bottom:8px;
}

.login_input_outer p
{
    width:100%;
    height:auto;
    float:left;
    font-size:13px;
    font-weight:500;
    color:#333;
    margin-bottom:5px;
}

.login_input_outer input
{
    width:100%;
    height:45px;
    background-color:#f5f5f5;
    float:left;
    box-sizing:border-box;
    padding:0px 15px;
    color:#333;
    border-radius:5px;
    border:0px;
    outline:0px;
    font-size:13px;
    transition: all 0.2s ease;
}

.login_input_outer input:focus
{
    border-left:5px solid #3AB286;
    transition: all 0.2s ease;
}

.login_input_outer select
{
    width:100%;
    height:45px;
    background-color:#f5f5f5;
    float:left;
    box-sizing:border-box;
    padding:0px 15px;
    color:#333;
    border-radius:5px;
    border:0px;
    outline:0px;
    font-size:13px;
    transition: all 0.2s ease;
}

.login_input_outer select:focus
{
    border-left:5px solid #3AB286;
    transition: all 0.2s ease;
}

.login_input_outer input::placeholder
{
    color:#939393;
}

.login_input_outer textarea
{
    width:100%;
    height:145px;
    background-color:#f5f5f5;
    float:left;
    box-sizing:border-box;
    padding:10px 15px;
    color:#333;
    border-radius:5px;
    border:0px;
    outline:0px;
    font-size:13px;
    transition: all 0.2s ease;
}

.login_input_outer textarea:focus
{
    border-left:5px solid #3AB286;
    transition: all 0.2s ease;
}

.login_input_outer textarea::placeholder
{
    color:#939393;
}

.login_input_mini_text
{
    min-height:10px;
    padding:3px;
    font-size:12px;
    font-weight:600;
    color:#3AB286;
    text-align:right;
}

.login_input_mini_text a
{
    color:#3AB286;
}

.login_input_outer button
{
    min-width:170px;
    height:40px;
    background-color:#3AB286;
    padding:0px 25px;
    color:#fff;
    font-size:13px;
    border:0px;
    font-size:14px;
    font-weight:400;
    margin-top:40px;
    border-radius:5px;
    box-sizing:border-box;
    padding-bottom:1px;
}

@media only screen and (max-width: 600px)
{
    .login_page_imagebox
    {
        width:76%;
        margin:0px 12%;
    }

    .login_page_formbox_outer
    {
        width:100%;
        height:auto;
        min-height:100px;
        margin:0px;
        margin-top:-30px;
        padding:40px 20px;
        padding-top:70px;
    }

    .login_page_imagebox_inner h3
    {
        margin-bottom:60px;
    }

    .login_page_imagebox_inner img
    {
        margin-bottom:30px;
    }
}

/* Login Page */

/* Forgot Password */

.login_page_form_mini_title
{
    width:100%;
    min-height:10px;
    float:left;
    margin-bottom:30px;
    margin-top:-10px;
    font-size:13px;
    font-weight:500;
    color:#333;
    padding:3px;
    opacity:0.5;
}

/* Forgot Password */

/* Forgot Password Code */

.code_input_group
{
    min-height:10px;
    padding:0px;
}

.code_input_group input
{
    height:70px;
    text-align:center;
    font-size:30px;
    font-weight:500;
}

/* Forgot Password Code */

/* Homepage */

.slider_outer
{
    min-height:10px;
    padding:0px;
}

.slider_box
{
    height:480px;
    padding:0px;
    background-size:cover;
    background-position:center;
    padding:0px;
    position:relative;
}

.slider_box_text
{
    min-height:50px;
    position:absolute;
    left:0px;
    bottom:0px;
    border-radius:50% 50% 0px 0px; 
    background: #00a6f942 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px 0px;
    font-family: 'Square Peg', cursive;
    font-size:60px;
    color:#000;
    font-weight:600;
    letter-spacing:5px;
    color:#fff;
}

@media only screen and (max-width: 600px) 
{
    .slider_box
    {
        height:280px;
    }

    .slider_box_text
    {
        font-size:35px;
    }
}

.homepage_content_outer
{
    min-height:10px;
    padding:40px 0px;
    padding-bottom:60px;
}

.homepage_content_inner
{
    min-height:10px;
    padding:0px;
}

.homepage_content_inner h3
{
    width:100%;
    height:auto;
    float:left;
    text-align:center;
    font-size:23px;
    font-weight:500;
    color:#333;
    margin:0px;
    position:relative;
    margin-bottom:50px;
}

.homepage_content_inner h3:before
{
    content:'';
    width:100px;
    height:3px;
    border-radius:5px;
    background-color:#3AB286;
    position:absolute;
    bottom:-18px;
    left:calc(50% - 50px);
    float:left;
}

.homepage_content_inner p
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    font-size:14px;
    font-weight:500;
    color:#333;
    text-align:center;
    margin-bottom:40px;
}

.homepage_content_imagebox
{
    height:auto;
    background-color:#dadada;
    padding:0px;
    background-size:cover;
    background-position:center;
    cursor:pointer;
}

.homepage_content_imagebox:before
{
    content:'';
    display:block;
    padding-bottom:100%;
}

.homepage_image_content_outer
{
    min-height:20px;
    padding:35px 0px;
}

.homepage_image_content_inner
{
    min-height:20px;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.homepage_image_content_image
{
    width:400px;
    min-height:20px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:-15px 0px;
}

.homepage_image_content_image img
{
    width:100%;
    height:auto;
    float:left;
}

.homepage_image_content_text
{
    width:calc(100% - 415px);
    min-height:10px;
    float:left;
    margin-right:15px;
}

.homepage_image_content_text p
{
    width:100%;
    height:auto;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#333;
    margin:0px;
}

.homepage_image_content_text h3
{
    width: 100%;
    height: auto;
    float: left;
    font-size: 23px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    position: relative;
    margin-bottom: 40px;
}

.homepage_image_content_text h3:before 
{
    content: '';
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background-color: #3AB286;
    position: absolute;
    bottom: -18px;
    left:0px;
    float: left;
}

@media only screen and (max-width: 600px) 
{
    .homepage_image_content_inner
    {
        display:block;
    }

    .homepage_image_content_text
    {
        width:100%;
        margin:0px;
    }

    .homepage_image_content_image
    {
        width:100%;
        margin:0px;
        margin-top:20px;
    }
}

.homepage_circles_outer
{
    min-height:20px;
    background-color:aqua;
    padding:50px 0px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.homepage_circles_outer:before
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:var(--ana_renk);
    opacity:0.6;
    z-index:1;
}

.homepage_circles_inner
{
    min-height:20px;
    position:relative;
    z-index:3;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.homepage_circle_box
{
    width:calc((70% / 3) - 80px);
    height:auto;
    float:left;
    margin:0px 40px;
    border-radius:50%;
    box-sizing:border-box;
    border:3px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.homepage_circle_box:before
{
    content:'';
    display:block;
    padding-bottom:100%;
}

.homepage_circle_inner
{
    width:80%;
    min-height:10px;
    float:left;
    position:absolute;
}

.homepage_circle_inner h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:30px;
    font-weight:500;
    color:#fff;
    text-align:center;
    margin:0px;
    margin-bottom:10px;
}

.homepage_circle_inner h4
{
    width:100%;
    height:auto;
    float:left;
    font-size:25px;
    font-weight:400;
    color:#fff;
    text-align:center;
    margin:0px;
}

@media only screen and (max-width: 600px) 
{
    .homepage_circles_inner
    {
        display:block;
    }

    .homepage_circle_box
    {
        width:calc(100% - 100px);
        margin:30px 50px;
    }
}

.homepage_contact_content
{
    min-height:50px;
    background-color:#fff;
    padding:0px;
    position:relative;
}
/*
.homepage_contact_content:before
{
    content:'';
    width:50%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-size:cover;
    background-position:center;
    background-image:url('../images/slider/4.png');
    z-index:1;
}
*/
.homepage_contact_content:after
{
    content:'';
    width:50%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:#000;
    opacity:0.5;
    z-index:2;
}

.homepage_contact_content_inner
{
    min-height:30px;
    padding:30px 0px;
    position:relative;
    z-index:5;
}

.homepage_contact_content_box
{
    min-height:50px;
    float:right;
    padding:0px 30px;
}

@media only screen and (max-width: 600px) 
{        
    .homepage_contact_content:before
    {
        width:100%;
    }

    .homepage_contact_content:after
    {
        width:100%;
    }

    .homepage_contact_content_inner
    {
        background-color: #ffffff61;
        margin: 15px 0px;
        border-radius: 5px;
    }

    .homepage_contact_content_inner * .login_page_form_title
    {
        color:#fff;
    }
}

/* Homepage */

/* Treatment Planning */

.treatment_planning_content_outer
{
    min-height:30vh;
    background-size:cover;
    background-position:center;
    padding:40px 0px;
}

.treatment_planning_content_inner
{
    min-height:20px;
    padding:0px;
}

.treatment_planning_content_tabs
{
    min-height:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.treatment_planning_content_tab
{
    min-width:10px;
    height:37px;
    float:left;
    font-size:17px;
    font-weight:500;
    color:#333;
    margin:0px 35px;
    cursor:pointer;
    opacity:0.5;
    padding:0px 10px;
}

.treatment_planning_content_tab_select
{
    opacity:1;
    border-bottom:3px solid var(--ana_renk);
}

.treatment_planning_content_text
{
    width:100%;
    min-height:20px;
    float:left;
    margin:40px 0px;
    font-size:14px;
    font-weight:500;
    color:#333;
    text-align:center;
}

.treatment_planning_form_outer
{
    width:100%;
    min-height:20px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
}

.treatment_planning_form
{
    min-height:60px;
    background-color:#fff;
    border-radius:6px;
    box-shadow: 0px 0px 6px #00000033;
    padding:40px;
}

.treatment_planning_form_list
{
    width:100%;
    min-height:10px;
    background-color:#fff;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:5px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #d2d2d273;
    margin-bottom:13px;
    cursor:pointer;
}

.treatment_planning_form_list input
{
    display:none;
}

.treatment_planning_form_list_icon
{
    width:25px;
    height:25px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#333;
}

.treatment_planning_form_list_text
{
    width:calc(100% - 25px);
    min-height:10px;
    float:left;
    font-size:13px;
    font-weight:500;
    color:#333;
}

.treatment_planning_form_list_text img
{
    height:30px;
    float:left;
    margin:5px 0px;
}

.treatment_planning_form_list_checkmark
{
    width:18px;
    height:18px;
    float:left;
    border-radius:50%;
    box-sizing:border-box;
    border:1px solid #979797;
}

.treatment_planning_form_list input:checked ~ .treatment_planning_form_list_checkmark
{
    border:2px solid #fff;
    outline:1px solid #979797;
    background: rgb(0,142,213);
    background: linear-gradient(286deg, rgba(0,142,213,1) 0%, rgba(0,170,255,1) 37%, rgba(0,146,218,1) 77%, rgba(0,142,213,1) 100%);
}

@media only screen and (max-width: 600px) 
{
    .treatment_planning_form
    {
        padding:40px 20px;
    }

    .treatment_planning_content_tab
    {
        width:50%;
        margin:0px;
        font-size:15px;
        text-align:center;
    }
}

.treatment_planning_modal_outer
{
    height:100vh;
    background-color:rgba(0,0,0,0.7);
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    left:0px;
    top:0px;
    z-index:99;
}

.treatment_planning_modal_box
{
    min-height:50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 80px #0000001A;
    border-radius: 10px;
    padding:30px;
}

.treatment_planning_modal_box img
{
    width:80%;
    height:auto;
    float:left;
    margin:0px 10%;
    margin-bottom:40px;
    margin-top:10px;
}

.treatment_planning_modal_box h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#333;
    text-align:center;
    margin:0px;
    margin-bottom:10px;
}
.treatment_planning_cargo_code{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}


/* Treatment Planning */

/* Notifications */

.content_page_top_title_outer
{
    width:100%;
    min-height:50px;
    border-radius:0px 0px 50% 50%; 
    background: #006a9f42 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px 0px;
    font-family: 'Square Peg', cursive;
    font-size:40px;
    color:#000;
    font-weight:600;
    letter-spacing:5px;
    color:#fff;
}

.notifications_boxes_outer
{
    min-height:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 0px;
}

.notifications_boxes
{
    min-height:80px;
    background-color:#fff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius:8px;
    padding:5px 15px;
}

.notifications_box
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:12px;
    font-weight:500;
    color:#333;
    padding:20px 0px;
    border-bottom:1px solid #dadada;
}

.notifications_box:last-child
{
    border:0px;
}

.notifications_box_date
{
    width:100%;
    min-height:10px;
    float:left;
    text-align:right;
    font-size:10px;
    font-weight:500;
    color:#333;
    margin-top:10px;
    margin-bottom:-10px;
}

.notifications_box_date span
{
    float:left;
    color:red;
    cursor:pointer;
    font-size:12px;
}

/* Notifications */

/* User Feedback */

.user_feedbacks_outer
{
    min-height:50px;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.user_feedback_list_outer
{
    min-height:40px;
    padding:0px;
    margin-bottom:20px;
}

.user_feedback_list_image
{
    width:120px;
    height:120px;
    background-color:#dadada;
    float:left;
    border-radius:10px;
    position:relative;
    z-index:3;
    background-size:cover;
    background-position:center;
    box-shadow:3px 3px 6px #00000014;
}

.user_feedback_list_text
{
    width:calc(100% - 70px);
    min-height:130px;
    margin-left:-50px;
    float:left;
    position:relative;
    z-index:1;
    background-color:#fff;
    margin-top:25px;
    border-radius:8px;
    padding:14px 20px;
    padding-left:70px;
    box-sizing:border-box;
}

.user_feedback_list_title
{
    width:100%;
    min-height:10px;
    font-size:13px;
    font-weight:500;
    color:#333;
    padding-bottom:10px;
    border-bottom:1px solid #dadada;
}

.user_feedback_list_title span
{
    float:right;
}

.user_feedback_list_text_content
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:10px;
    font-size:12px;
    font-weight:400;
    color:#333;
    margin-bottom:10px;
}

/* User Feedback */

/* About Us */

.about_content_lines_outer
{
    min-height:10px;
    padding:30px 0px;
    background-size:cover;
    background-position:center;
    padding-bottom:60px;
}

.about_content_lines_inner
{
    min-height:10px;
    padding:0px;
}

.about_content_lines_inner h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:22px;
    font-weight:500;
    color:#333;
    margin:0px;
    margin-bottom:50px;
}

.about_content_lines_inner h4
{
    width:calc(90% - 20px);
    height:auto;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#333;
    margin:0px;
    position:relative;
    margin-left:20px;
    margin-bottom:40px;
}

.about_content_lines_inner h4:nth-child(even)
{
    margin-left:10%;
}

.about_content_lines_inner h4:before
{
    content:'';
    width:40px;
    height:40px;
    position:absolute;
    z-index:1;
    background-color:var(--ana_renk);
    left:-20px;
    top:-15px;
    border-radius:50%;
}

.about_content_lines_inner h4 span
{
    position:relative;
    z-index:3;
}

.about_content_lines_inner h4:last-child
{
    margin-bottom:0px;
}

.about_us_referances_outer
{
    min-height:40px;
    padding:30px 0px;
    background-color:#fff;
}

.referances_boxes_outer
{
    min-height:20px;
    padding:0px;
    margin-top:30px;
}

.referances_box
{
    width:100%;
    height:auto;
    background-color:#f5f5f5;
    float:left;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:7px;
    filter: grayscale(100%);
    transition: all 0.2s ease;
    cursor:pointer;
}

.referances_box:hover
{
    filter: grayscale(0%);
}

.referances_box:before
{
    content:'';
    display:block;
    padding-bottom:100%;
}

.referances_box img
{
    width:auto;
    height:auto;
    max-width:80%;
    max-height:80%;
    position:absolute;
}

/* About Us */

/* User Profile */

.custom_table_search_outer
{
    min-height:10px;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:0px;
    padding-bottom:15px;
    border-bottom:1px solid #dadada;
}

.custom_table_search_outer button
{   
    width:70px;
    height:35px;
    float:left;
    background: rgb(0,142,213);
    background: linear-gradient(286deg, rgba(0,142,213,1) 0%, rgba(0,170,255,1) 37%, rgba(0,146,218,1) 77%, rgba(0,142,213,1) 100%);
    border:0px;
    border-radius:5px;
    color:#fff;
    font-size:13px;
    font-weight:500;
}

.custom_table_search_outer input
{
    width: 250px;
    height: 35px;
    float: left;
    border: 1px solid #dadada;
    box-sizing: border-box;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    padding: 0px 10px;
    outline: 0px;
    border-radius: 5px;
    padding-bottom: 1px;
}

@media only screen and (max-width: 600px) 
{
    .custom_table_search_outer input
    {
        width:calc(100% - 85px);
    }
}

.user_profile_left_menus
{
    width:100%;
    min-height:120px;
    float:left;
    margin-top:30px;
    position:relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #DDE4E5; 
    border-radius:10px;
    overflow:hidden; 
    box-sizing:border-box;
    padding:30px;
}

.user_profile_left_menus:before
{
    content:'';
    width:100%;
    height:100%;
    float:left;
    position:Absolute;
    left:0px;
    top:0px;
    border-radius:0px 0px 100% 0px;
    background: transparent linear-gradient(206deg, #5FF0FB 0%, #30787E 100%) 0% 0% no-repeat padding-box;
    z-index:1;
}

.user_profile_left_menus_inner
{
    width:100%;
    min-height:30px;
    float:left;
    position:relative;
    z-index:4;
}

.user_profile_left_menus_image
{
    width:60%;
    height:auto;
    float:left;
    background-color:#dadada;
    margin:0px 20%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius:10px;
    margin-top:20px;
    position:relative;
    background-size:cover;
    background-position:center;
}

.user_profile_left_menus_image:before
{
    content:'';
    display:block;
    padding-bottom:100%;
}

.user_profile_left_image_sticker
{
    width:50px;
    height:50px;
    position:absolute;
    top:-20px;
    left:-20px;
    border-radius:50%;
    background-size:cover;
    background-position:center;
    box-shadow: 0px 3px 6px #00000029;
    display:flex;
    align-items:center;
    justify-content:center;
}

.user_profile_left_image_sticker h3
{
    width:100%;
    height:auto;
    float:left;
    text-align:center;
    font-size:10px;
    font-weight:600;
    color:#333;
    line-height:15px;
    margin:0px;
    margin-top:1px;
}

.user_profile_left_image_change
{
    width:40px;
    height:40px;
    background-color:var(--ana_renk);
    position:absolute;
    right:-20px;
    bottom:-10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    cursor:pointer;
    margin:0px;
    font-size:20px;
}

.user_profile_left_image_change input
{
    display:none;
}

.user_profile_left_menus_inner h4
{
    width:100%;
    height:auto;
    float:left;
    font-size:14px;
    font-weight:600;
    color:#333;
    margin:0px;
    margin-top:15px;
    margin-bottom:5px;
    text-align:center;
}

.user_profile_left_menus_inner h5
{
    width:100%;
    height:auto;
    float:left;
    font-size:13px;
    font-weight:400;
    color:#333;
    margin:0px;
    text-align:center;
    margin-bottom:50px;
}

.user_profile_left_menu
{
    width:100%;
    min-height:10px;
    border-radius:5px;
    float:left;
    padding:11px 15px;
    font-size:13px;
    font-weight:400;
    color:#333;
    margin-bottom:5px;
    color:#dadada;
    cursor:pointer;
}

.user_profile_left_menu_select
{
    background-color:#fff;
    color:#333;
    box-shadow: 0px 3px 6px #00000029;
}

.user_profile_left_menu_lists
{
    min-height:10px;
    padding:0px;
    margin-bottom:70px;
}

.user_profile_left_menus_bottom
{
    width:100%;
    min-height:10px;
    text-align:right;
    font-size:13px;
    font-weight:500;
    color:#333;
    float:left;
    margin-bottom:-10px;
}

.user_profile_left_menus_bottom span
{
    cursor:pointer;
}

.user_profile_content_box
{
    width:100%;
    min-height:60px;
    background-color:#fff;
    padding:15px;
    border-radius:10px;
    box-shadow: 0px 3px 6px #00000029;
    float:left;
}

.user_profile_content_box_top_tabs
{
    width:100%;
    min-height:10px;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    float:left;
}

.content_box_top_tab
{
    width:calc((100% / 3) - 40px);
    height:40px;
    float:left;
    margin:0px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:500;
    color:#333;
    cursor:pointer;
    opacity:0.4;
    box-sizing:border-box;
}

.content_box_top_tab_select
{
    opacity:1;
    border-bottom:2px solid var(--ana_renk);
}

@media only screen and (max-width: 600px) 
{
    .user_profile_content_box_top_tabs
    {
        display:block;
        height:auto;
    }

    .content_box_top_tab
    {
        width:100%;
        margin:0px;
    }
}

.pending_orders_outer
{
    min-height:50px;
    padding:20px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pending_orders_box
{
    min-height:40px;
    background-color:#fff;
    border-radius:8px;
    box-shadow: 0px 3px 6px #00000029;
    border:2px solid #f5f5f5;
    padding:0px;
    overflow:hidden;
}

.pending_orders_box_title
{
    min-height:10px;
    padding:13px;
    font-size:13px;
    font-weight:600;
    color:#333;
}

.pending_orders_box_title b
{
    font-weight:600;
    color:var(--ana_renk);
    font-size:11px;
    font-weight:500;
}

.pending_orders_box_title span
{
    float:right;
    font-size:11px;
    font-weight:400;
    margin:2px 0px;
}

.pending_orders_box_images_outer
{
    min-height:10px;
    background-color:#f5f5f5;
    padding:10px;
}

.pending_orders_box_images_outer h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:12px;
    font-weight:500;
    color:#333;
    text-align:right;
    margin:0px;
    padding:5px;
    margin-bottom:5px;
}

.pending_orders_box_images_outer h3 span
{   
    float:right;
    cursor:pointer;
}

.pending_orders_box_bottom_buttons
{
    min-height:20px;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pending_orders_box_bottom_button
{
    min-width:10px;
    height:35px;
    padding:0px 20px;
    display:flex;
    align-itemS:center;
    justify-content:center;
    color:#fff;
    font-size:13px;
    background-color:#3AB286;
    border-radius:0px 7px 7px 0px;
    cursor:pointer;
}

.pending_orders_box_bottom_price
{
    min-width:10px;
    height:35px;
    padding:0px 20px;
    display:flex;
    align-itemS:center;
    justify-content:center;
    color:#333;
    font-size:14px;
    font-weight:500;
    background-color:#fff;
    border-radius:7px 0px 0px 7px;
    box-shadow: 0px 3px 6px #00000029;
}

.pending_orders_box_bottom_text
{
    min-height:10px;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:Center;
    font-size:11px;
    font-weight:500;
    color:#333;
    text-align:center;
    background-color:#f5f5f5;
}

.custom_table * th
{
    font-weight:500;
    font-size:13px;
    text-align:center;
}

.custom_table * th:first-child
{
    text-align:left;
}

.custom_table * th:last-child
{
    text-align:right;
}

.custom_table * td
{
    font-weight:400;
    font-size:13px;
    text-align:center;
}

.custom_table * td:first-child
{
    text-align:left;
}

.custom_table * td:last-child
{
    text-align:right;
}

.custom_table * td b
{
    font-weight:600;
    font-size:12px;
    cursor:pointer;
}

.content_box_title
{
    min-height:20px;
    padding:0px;
    font-size:30px;
    font-weight:600;
    color:#e6e6e6;
    padding-bottom:15px;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:20px;
}

.content_box_title span
{
    float:right;
    font-size:12px;
    color:#333;
    margin:13px 0px;
}

.address_line_outer
{
    min-height:10px;
    padding:15px;
    border:1px solid #dadada;
    border-radius:7px;
    position:relative;
}

.address_line_outer h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:13px;
    font-weight:500;
    color:#333;
    margin:0px;
    padding-bottom:10px;
    border-bottom:1px solid #dadada;
    margin-bottom:15px;
}

.address_line_outer h3 span
{
    float:right;
}

.address_line_outer h4
{
    width:100%;
    height:auto;
    float:left;
    font-size:13px;
    font-weight:400;
    color:#333;
    margin:0px;
    margin-bottom:5px;
}

.address_line_delete
{
    width:25px;
    height:25px;
    background-color:red;
    position:absolute;
    left:-10px;
    top:-10px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:13px;
    cursor:pointer;
}

.membership_information_boxes_outer
{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px;
}

.membership_information_box
{
    width:100%;
    min-height:50px;
    background-color:#fff;
    box-sizing:border-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    overflow:hidden;
    padding:15px;
}

.membership_information_box_image
{
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.membership_information_box_image img
{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.membership_information_box_title
{
    width:100%;
    height:30px;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#333;
    display:flex;
    align-items:center;
    justify-content:center;
}

.membership_information_box_bottom
{
    width:calc(100% + 30px);
    min-height:50px;
    background-color:#dadada;
    margin:0px -15px;
    margin-bottom:-15px;
    margin-top:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:12px;
    font-weight:500;
    color:#333;
    float:left;
    box-sizing:border-box;
    padding:0px 10px;
}

.membership_information_boxes_title_text
{
    min-height:10px;
    font-size:12px;
    font-weight:500;
    color:#333;
    margin-bottom:15px;
    padding:0px;
}

@media only screen and (max-width: 600px) 
{
    .membership_information_boxes_outer
    {
        display:block;
    }
}

/* User Profile */