                *{
                    margin: 0;
                    padding: 0;
                    box-sizing: border-box;
                    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
               

                    
                }


                .global {
                    margin-left: 25px;
                    margin-right: 25px;
                }

                /*Begin of the Navbar */
                .offcanvas-header h1
                {
                    margin: 0px 0px auto 30px;
                    font-size: 20px;
                    color: #7da7cf;

                    letter-spacing: 1px;
                }
                
                
                
                .logo img {
                    position:absolute;
                    height: 50px;
                    mix-blend-mode: multiply;
                    cursor: auto;
                    transition:.5s;
                    margin: 12px;
                    margin-left: 15px;
                }
                
                .main{
                    position: fixed;
                    width: 100%;
                    transition: 0.5s;
                    height: 70px;
                    background-color: rgb(255, 255, 255);
                    z-index: 100;
                    border-radius: 1px 0px 10px 10px;
                    box-shadow: 0px 0px 18px #c35c5c99;

                }


                .navigation  ul {
                    float: right;
                    margin-right:50px;
                }
                .navigation  li {
                    display: inline-block;
                    margin: 0 4px; 
                    line-height: 70px;
                    padding: 0;
                    letter-spacing: 0px;
                }
                .navigation a {
                    color: #6d8991;
                    font-size: 17px;
                    cursor: pointer;
                    border: 1px solid transparent;
                    border-radius: 3px;
                    text-decoration: none;
                    padding: 3px;
                    
                
                }

                .navigation a:hover{
                    color: #00364b;
                    transition: 0.3s;
                    box-shadow: 0px 0px 6px #6d8991
                }

                .toggle{
                    display: none;

                } 
                .hid{
                    visibility: hidden;
                }
                .list{
                    display: flex;
                    position: absolute;
                    flex-direction: column;
                    border-radius: 3px;
                    align-items: center;
                    background: linear-gradient( 
                        349deg
                         , #7599c3, #9fe2ff);
                    text-shadow: 0px 0px 2px rgb(103 103 107);
                }
                    


                
                


                .list a {
                    color: white;
                    position: relative;
                    right: 15px;
                    font-size: 18px;
                    letter-spacing: 1x;
                    font-size: 16px;
                    padding:0;

                }

                .r {
                    line-height: 40px !important;
                    margin-left: 35px;
                    /* position: relative; */
                    /* display: flex; */
                    /* justify-content: center; */
                    /* align-items: center; */
                }



                .list {
                    display:none;

                }
                ul :hover .list
                {
                    display: flex;
                }

            

                @media (min-width: 992px){
                .container, .container-lg, .container-md, .container-sm {
                    max-width: 1100px!important;
                }

                }
               


                @media (max-width:909px) {

                    .navigation  ul {
                        float: right;
                        margin-right:8px;
                        position: relative;
                    }


                    .list{
                        display: flex;
                        position: relative;
                    }

                  
                .main  li  > ul{
                        list-style: none;
                    }
                    .offcanvas-end {
                        width: 220px;
                        margin: 0;
                    }

                    .offcanvas-body {
                        flex-grow: 1;
                        padding: 0rem 0.2rem;
                        overflow-y: auto;
                    }

                 .main  ul {
                        padding-left: 0.2rem;
                    }

                    .navigation{
                        position: fixed;
                        width: 0px;
                        height: 100%;
                        background : rgba(255, 255, 255, 0.986);
                        transition: 0.5s;
                        overflow: hidden;
                        right: 0;
                    }


                    .logo img {
                        height: 40px;
                        cursor: auto;
                        transition: .5s;
                        margin: 16px;
                        margin-left: 25px;
                    } 
                        

                    .navigation ul li {
                        position: relative;
                        width: 100%;
                    }
              

                    ul li a
                    {
                        position: relative;
                        display: block;
                        width: 100%;
                        display: flex;
                        text-decoration: none; 
                        color: #666666;
                        list-style: none;
                    }
                    .title {
                        position: relative;
                        padding: 0px 10px;
                        /* height: 70px; */
                        line-height: 40px;
                        /* white-space: nowrap; */
                        /* display: flex; */
                        justify-content: center;
                        font-size: 17px;
                        color: #666666;
                        font-weight: bold;
                    }
                    .toggle{ 
                        float: right;
                        position: relative;
                        display: inline-flex;
                        margin-right: 10px;
                        margin-top: 13px;
                        font-size: 25px;
                        background: linear-gradient( 
                            349deg
                             , #7599c3, #9fe2ff);
                                border: 0;

                    } 
                    
                    .toggle i{
                        width: 40px;
                        cursor: pointer;
                        display: none;
                        color:  rgb(3 169 244 / 97%);;
                        margin-top: 15px;
                        font-size: 39px;
                    }
                    .title h2 {
                        color: white;
                        margin-top: 20px;
                    }
                    


                .navigation.active{
                    width: 230px;
                    z-index: 3;
                    overflow: auto;

                }

                .main.active{
                    width: calc(100% - 230px);

                }
                .toggle i{
                    display: inline-block;
                    color: #02a0e3;
                
                }

                }
                @media (max-width:420px)   {  


       
                    

                    .navigation ul {
                        float: right;
                        margin-right: 0;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                }
                }
                @media (max-width:313px) {

            
                    

                
                    .navigation ul {
                        float: right;
                        margin-right: 0px;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                    
                    
                }


                }

                @media (max-width:312px) {
                    .logo img {
                        display: none;
                    }
                }
                /* ========================================================End of Navbar*/

                /* ========================================================End of Navbar*/

                /* =========================================================begin of video*/

                    .first-Video{
                           
                                margin: 2px;
                                overflow: hidden;
                                }
                            .first-child{
                            
                                margin-top: 70px;
                            }


                    .video  {
                            transition: 2s;
                            padding: 2px;
                            border-radius: 10px;
                            }
                /* ========================================================End of video*/

                /*=========================================================begin of 1 oncology  image */
                        .oncology{
                            display: flex;
                            position: relative;
                            height: auto;
                        }
                        .one_child_oncology
                        {
                            justify-content: center;
                            position: relative;
                            display: flex;
                            text-align: center;
                        }

                        .two-child-oncology
                        {
                            width: 50%;
                        overflow: hidden;
                        }

                        @media (max-width:909px) {
                            .two-child-oncology
                            {
                                width: 80%;
                            overflow: hidden;
                            }
                            
                        }
                        /*=========================================================begin of 1 oncology  image -->*/




                /*=========================================================begin of string */

                        .lading
                        {
                            position: relative; 
                            font-size: 3vmin;
                            max-width: 80%;
                            min-width: 50%;
                            transition: 1s;
                            word-spacing: 0.3px;
                            letter-spacing: .2px;
                            margin-top: 5px;
                            margin-left:60px;
                        
                        }
                        .first-child-image{
                            position: absolute;
                            font-size: 4.7vmin;
                            color: hsl(235deg 62% 29% / 86%);
                            background-color: #d3c3c363;
                        }
                


                /*=========================================================end of string */
                /*=========================================================begin of string */

                            .lading-2 
                            {
                                position: relative;
                                font-size: 3vmin;
                                max-width: 100%;
                                min-width: 50%;
                                transition: 1s;
                                word-spacing: 0.3px;
                                letter-spacing: .2px;
                                margin-top: 10px;
                                margin-bottom: 25px;

                            }


                    
                            .first-child-lading-2
                            {
                                font-size: 3.8vmin;
                                color: #262774;
                            }
                    @media (max-width:909px) {

                        .lading , .lading-2{
                            right: 40px;
                        }
                        .lading
                        {
              
                            width: 85%;
                
                        
                        }
                        
                    }



                            /*=========================================================end of string */
                /*  a:visited{
                    color: rgb(158, 90, 190);
                    background-color: #e2e2e28c;
                }





                
                /* stlye for image */
                            .image{
                                width: 100%;
                                display: flex;
                                justify-content: center;

                            }
                            .this{
                                width: 50%;
                            }

                            .aa{
                                display: flex;
                                font-size: 20px;
                            }
                                .photo{
                                    width: 40%;

                                }


                    /* stlye for image */
                    
                /* begin of footer======================*/

                .bg-light {
                    /* background-color: #03a9f4!important; */
                    color: black!important;

                    background: linear-gradient( 
                        349deg
                        , #7599c3, #9fe2ff);
                }


                .mt-3 {
                margin-top: 1rem !important;
                font-size: 20px;
                flex: 1;
                }


                .mb-4 {
                    font-weight: bold;
                    font-size: 18px;
                    margin-top: 10px;
                    font-weight: 100;
                    margin-bottom: 1.rem!important;
                    padding: 0;
                }
                .p-4 {
                    padding: 0rem!important
                }
                .log{

                    background-color: red;

                }
                .text-uppercase {
                    text-transform:initial!important
                }
                    
                .text-reset {
                    font-size: 18px;
                    text-decoration: none;


                    font-weight: 100;
                }
                .icon ,.icon1 {
                    font-size: 35px;
                    margin: 10px;
                    color: #262774;
                }
                .icon1 {
                    color: rgb(210 35 35);
                }

                @media (max-width:909px) {

                
                    
                }


                .pt-4 {
                    padding-top: 0rem!important;
                }

                .column{
                    position: relative;
                    text-align: center;
                    align-self: center;
                    flex-wrap: wrap;
                    justify-content: center;
                    margin-bottom: 3px;
                    margin-top: 3px;
                    display: flex;
                    align-items: center;
                    
                }
                .parent a , p  , .st{
                    text-decoration: none;
                    color: black;
                }

                .icon61
                {
                    margin-left: 40px;
                }


                /* end of footer======================*/





                /*
                        <div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
                        <!-- Content -->
                        <h6 class="text-uppercase fw-bold mb-4">
                            <i class="fas fa-gem me-3"></i>Company name
                        </h6>
                        <p>
                            Here you can use
                        </div>

                        */

                    @media (min-width: 768px){
                .container, .container-md, .container-sm {
                    max-width: 95%;
                }

                    }