body{
    height: auto !important;
    word-break: keep-all;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    transition: top 0.2s ease-in-out;
    z-index: 1000;
    background-color: #fff;
}
.btn-orange{
    background-color: #F88333 !important;
    border:1px solid #F88333 !important;
    color: #ffffff !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus {
    background-color: #de6f35 !important;
    border-color: #de6f35 !important;
    color: #ffffff !important;
}
.btn-outline-orange{
    background-color: #fff !important;
    border:1px solid #F88333 !important;
    color: #F88333 !important;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus {
    background-color: #F88333 !important;
    border-color: #F88333 !important;
    color: #ffffff !important;
}

.m-d-block{
    display: none;  
}
.m-d-inline-block{
    display: none !important;
}
.m-d-none{
    display: block;
}

.text-orange{
    color: #F88333 !important;
}
.text-lab{
    color: #242D5A;
}

#main_video_text{
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    line-height: 2;
    font-size: 35px !important;
    text-align: center;
    /* margin-left: -400px;
    margin-top: -70px; */
    word-break: keep-all;
}
/* :lang(en) #main_video_text{
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    line-height: 2;
    font-size: 35px !important;
    text-align: center;
    margin-left: -650px;
    margin-top: -70px;
    word-break: keep-all;
} */

#header_logo{
    width: 300px;
    padding-left: 3rem;
}
.main_left_menu{
    flex-basis: 300px;
    flex-shrink: 0; 
    /* padding-right:1rem; */
    text-align: right;
}
.main_left_menu .bg-primary{
    display: inline-block;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 1rem;
    border-radius: 15px 0 0 15px;
}
.main_left_menu h5{
    font-size: 1.5em;
}
.main_right_content{
    flex-grow: 1;
}
.main_left_menu .title.text-primary, .main_right_content .title.text-primary{
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
}

.text-muted.snd_txt {
    font-size: 19px;
    line-height: 2em;
}
.img_white_box{
    border:7px solid rgb(255, 255, 255); 
    border-radius:10px; 
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}
.section-title .title {
    letter-spacing: -2px;
}

.up-text {
    text-transform: uppercase;
}

#footer_container{
    margin:0 auto; 
    padding: 5rem 3rem;
}
#footer_doc_container a{
    flex-basis: 135px;
}

@media only screen and (min-width: 1950px){
    
    #header_logo{
        width: 500px;
    }
    .main_left_menu{
        flex-basis: 500px;
    
    }
    .section-title .title {
        font-size: 40px !important;
    }
    .section-title .main_title {
        font-size: 50px !important;
    }
}
@media  all and (min-width:1024px) and (max-width:1950px){
    .section-title .title {
        font-size: 40px !important;
    }
    .section-title .main_title {
        font-size: 50px !important;
    }
}
@media  all and (min-width:1024px) and (max-width:1372px){
    #main_video_text {
        font-size: 30px !important;
        /* margin-left: -360px; */
    }
    /* :lang(en) #main_video_text {
        font-size: 30px !important;
        margin-left: -360px;
        margin-top: -90px; 
    }*/
}

@media all and (min-width:768px) and (max-width:1024px){
    .feature .icon, .feature .icon svg {
        font-size: 70px !important;
    }
    .avatar-medium{
        height: 110px !important;
        width: 110px !important;
    }
    #header_logo{
        width: 200px;
    }
    .main_left_menu{
        flex-basis: 200px;
    }
    .section-title .title {
        font-size: 40px !important;
    }
    .section-title .main_title {
        font-size: 50px !important;
    }
    #main_video_text {
        /* font-size: 30px !important;
        margin-left: -360px; */
        /* font-size: 22px !important;
        margin-left: -265px;
        margin-top: -50px; */
    }
    .m-d-block{
        display: block;
    }
    .m-d-inline-block{
        display: none !important;
    }
    .t-d-none{
        display: none !important;
    }
}
@media all and (min-width:320px) and (max-width:767px){
    * {
        font-size: 15px ;
    }
    section{
        flex-direction: column;
    }
    .m-d-block{
        display: block;
    }
    .m-d-inline-block{
        display: inline-block !important;
    }
    .t-d-none{
        display: none !important;
    }
    .m-d-none{
        display: none !important;
    }
    .feature .icon, .feature .icon svg {
        font-size: 70px !important;
    }
    .avatar-medium{
        height: 110px !important;
        width: 110px !important;
    }
    #header_logo{
        width: 155px;
    }
    .main_left_menu{
        flex-basis: 50px;
        text-align: start;
        padding-left: 1rem;
        display: flex;
    }
    .main_left_menu h5 {
        font-size: 1.1em;
    }
    .main_right_content{
        margin-top: 1rem;
        padding-left: 3rem !important;
    }
    .section-title .title {
        font-size: 35px !important;
    }
    .section-title .main_title {
        font-size: 45px !important;
    }
    #main_video_text {
        font-size: 25px !important;
        /* margin-left: -240px;
        margin-top: -40px; */
    }
    .btn-orange{
        padding: 7px 16px;
        font-size: 13px;
    }
    .btn-outline-orange{
        padding: 7px 16px;
        font-size: 13px;
    }
    #service_introduction{
        display: none;
    }
    .section-title h4{
        font-size: 18px !important;
    }
    .text-muted.snd_txt {
        font-size: 17px;
        line-height: 1.7em;
    }
    #contect_form{
        background-size: auto 60% !important;
    }
}
@media all and (min-width:320px) and (max-width:480px){
    #header_logo{
        width: auto;
        padding-left: 0rem;
    }
    .btn-orange{
        font-size: 10px;
    }
    .btn-outline-orange{
        font-size: 10px;
    }

    .section-title h4{
        font-size: 18px !important;
    }
    #footer_container{ 
        padding: 5rem 1rem;
    }
    #main_video_text {
        /* margin-left: -170px !important;
        margin-top: -72px !important; */
    }
    .bg-left-round-white {
        padding: 3rem 1rem !important;
    }
    #footer_doc_container a{
        flex-basis:auto;
    }
   
}




.labcord_icon_div{
    width: 100%;
    text-align: center;
}
.labcord_icon{
    width: 60%;
    animation: icon_spin 5s ease-in infinite;
}
@keyframes icon_spin {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}



.bg-gray-gradient{
    background-image: linear-gradient(to bottom, #fff, #F2F2F2);
    padding-bottom: 5rem;
}
.bg-gray-gradient-top{
    /* background-image: linear-gradient(to top, #fff, #F2F2F2); */
    background-image: linear-gradient(to top, #F2F2F2, #fff,#fff, #F2F2F2);
    padding-bottom: 5rem;
}
.bg-gray{
    background-color: #F2F2F2;
}
.bg-left-round-white{
    border-radius: 50px 0 0 50px;
    background-color: #fff;
    margin-left: 1rem;
    padding:3rem 5rem;
    margin-bottom: 5rem;
}

h3, h4, h5{font-weight: 700 !important;}

.feature .icon .icon-shape {
    position: absolute;
    top:-10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}


.avatar-ex-sm{
    max-height: 25px;
}
.avatar-md-sm{
    height: 45px;
    width: 45px;
}
.avatar-small{
    height: 70px;
    width: 70px;
}

.avatar-m-md {
    height: 90px;
    width: 90px;
}
.avatar-medium{
    height: 110px;
    width: 110px;
}
.avatar-large{
    height: 140px;
    width: 140px;
}
.avatar-ex-large{
    height: 180px;
    width: 180px;
}
.feature .icon, .feature .icon svg {
    font-size: 80px;
}
.text-primary{
    color: #0070C0 !important;
}
.bg-primary{
    background-color: #0070C0 !important;
}

.index_container, .index_container-lg, .index_container-md, .index_container-sm, .index_container-xl, .index_container-xxl {
    max-width: 100% !important;
}


@media (min-width: 1200px) {
    .index_container, .index_container-lg, .index_container-md, .index_container-sm, .index_container-xl, .index_container-xxl {
        max-width: 70% !important;
    }
    .bg-left-round-white .index_container{
        max-width: 90% !important;
    }
}


.sub_title{
    font-weight: 700;
    font-size: 1.5em;
}