    @import url('https://fonts.googleapis.com/css2?family=Edu+TAS+Beginner:wght@500&display=swap');



* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}


.col-part-1 {
    height: 700px;
    padding: 0;
}

    .col-part-2{
        height: 700px;
        padding: 0;

     .img-1{
        position: relative;
        top: 100px;

       
        }
    }

    .component a{
        display: flex;
        flex-direction: row-reverse;
    }
    .btn-1{
    
        width: 300px;
        position: absolute;
        left: 0;
        top:70px;
        box-shadow:  2px 15px rgba(45,51,72,.1);
        -webkit-box-shadow:  2px 15px rgba(45,51,72,.1);
        background-color: #fff;


   
    }

    .content-part{
        position: relative;
        top: 100px;
        left: 40px;
        width: 80%; 
    
        .title-label{
            font-size: 35px;
            text-transform: capitalize;
            color: #0B3052;

            & span{
            color: #06ADEF;
            }
        } 
 
                .pera{
                    position: relative;
                    top: 10px;
                    width:70%;
                    font-size: 18px;
                    color: #7E8896;
                } 

                .btn-bar{
                    width: 100%;
                    position: relative;
                    top: 20px; 

                    .btn-2{
                        width:50%;
                        background-color: #FF3259;
                        border-radius: 25px;
                        color: white;
                        font-weight: bold;
                        font-size: 12px;
                        text-transform: capitalize;

                        
                    } 
            
                    .btn-3{
                        width:40%;
                        background-color:#0B3052;
                        border-radius: 25px;
                        color: white;
                        font-weight: bold;
                        font-size: 12px;
                        text-transform: capitalize;


                    } 
                }
                .box{

                


                     .text-1{
                                font-size: 20px;
                                position: relative;
                                top: 50px;
                                font-size: 30px;
                                font-family: 'Edu TAS Beginner', 'cursive';
                                font-weight: 600;
                                font-style: italic;

                            } 

               

                }
                    
    }

.label-1{
    color: #06ADEF;
    text-align: center;
    position: relative;
    top: -100px;
    text-transform: capitalize;


    & span{
        color:#0B3052;
        text-transform: capitalize;
    }

}

.card-1-imgs{
    width:100%;
    text-align:center!important;
}



.card-1{
   margin-bottom: 10px;
   border: none;
   border-radius:15px!important;
   height:370px!important;
   


   .img-gif{
    width: 45%;
    display: none;
    margin:auto;
    
 
}

   .img-svg{
    width: 45%;
   
 

    
   }

    

     .card-title-1{
        text-align: center;
        color: #0B3052;
    }
    .card-text-1{
        text-align: center;
        
        
    }
}

.card-1:hover{
    box-shadow: 2px 15px 20px rgba(45,51,72,.1);
    border-radius: 20px;
    
    
    .img-svg{
        display: none;
    }

    .img-gif{
        display: block;
    }

    
}

.section-1{
    
    position: relative;
    top: 100px;

    & a{
        text-decoration:none ;
        color: #0B3052;
        display: flex;
    }

    .sm-card{
        display: flex;
        margin-bottom: 90px;

        & h5
{
    display: flex;
    align-items: center;
    position: relative;
    left: 20px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0B3052;
}
    }
    .box-1{
        width:90px;
        aspect-ratio: 1;
        background-color: #fff;
       
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        cursor: pointer;

        & img{
           
            width: 60%;

        }

    }

    .box-1:hover{
        box-shadow:2px 15px 20px 10px rgba(45,51,72,.1) ;
    }

}


.world{
    display: flex;
    justify-content: center;
}

.section-5{
    
    margin-top: 150px;
    position: relative;

    
    .box-1{
        width: 100%;

        & h1{
            font-size: 50px;
            font-family: Arial, Helvetica, sans-serif;
            color: #0B3052;
            margin-top:100px;
        }

        & p{
            color: gray;
            font-size: 20px;
        }

       
    }

    .Learn-btn{
      
        font-size: 20px;
        word-spacing: 3px;
        font-weight: bold;
        color: red;
        text-decoration: none;
        margin-top: 10%;
        position: absolute;
        right: 0px;

      

    }

    .Learn-btn span:hover{
        text-decoration:underline;
        text-decoration-thickness:3px ;
    }

   
}

.box-3{
    width: 120px ;
    height: 100px;
    background: #95C5A6;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin:100px auto;

 
    .text{
       
    
       

        & h3{
            margin-top: 65px;
            font-size: 17px;
            font-weight: bold;
            color: #0B3052;
            
        }
    }
}

.box-2{
    width: 120px ;
    height: 100px;
    background: #95C5A6;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
   
   
    margin:100px auto;


   

    .text{
        display: flex;
        margin-left: -10%;

        & h3{
            margin-top: 65px;
            font-size: 17px;
            font-weight: bold;
            color: #0B3052;

        }
    }


    


}


.section-6{

    margin-top: 200px;

    .box::before
{
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(17, 67, 143, 0.8) url(../../Content/img/HDLOGOADJ.png) no-repeat center center;
    background-size: 105px 97px;
    box-shadow: 0 11px 28px 0 rgba(214,216,222,.36);
    z-index: 99;
}
    .box{
        width: 100%;
        position:relative;
        margin: 0 auto;
        padding-bottom: 80px;
        padding-bottom: 100px;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
        background-color: #edf0f2;

        & h1{
            text-align: center;
            padding: 150px;
            font-size: 40px;
            font-weight: bold;
            font-family:Arial, Helvetica, sans-serif;
            color: #0B3052;
        }

        .text-2{
            
           
          
            & h2{
                font-size: 30px;
                color: #0B3052;
                font-weight: bold;
                margin-top: 275px;
                
            }

           & p{
                color: gray;
                font-size: 17px;
                
            }
        }


        .text-3{
            
           
          
            & h2{
                font-size: 30px;
                color: #0B3052;
                font-weight: bold;
                margin-top: 275px;
                
            }

           & p{
                color: gray;
                font-size: 17px;
                
            }
        }

          
   

         
    }
  

                 
           

    
}




/* features page css */


.section-2{


           
            .text-2{
                text-align: center;
                color: #0B3052;
            
            }

            .pera-1{
                text-align: center;
                color: #0B3052;
            }

          
}

.section-3{
    position: relative;
    top: 150px;
    margin-bottom: 40px;
           
            .text-3{
                text-align: center;
                color: #0B3052;
            }

            .pera-2{
                text-align: center;
                color: #0B3052;
                
            }

            .feature-card{
                border: none;
                padding: 50px 20px;
                height: 100%;
            }

            .card-title-1{
                text-align: center;
                color: #333333;
            }

            .card-text-1{
                text-align: center;
                color: #6D6E79;
                
            
            }

            .feature-img{
                width: 30%;
                margin: auto;
                height:40%;
            }

            .feature-card-1{
                background-color:#EEF1F0;
                border: none;
                padding: 50px 20px;
                height:100%;
                
            }
        
    
}

.section-4{

    margin-top: 150px;


    .features-card-2{
        border:none;
        margin-bottom: 30px;
        background-color: #F1F6FF;
        padding: 20px 30px;
        border-radius: 20px;
        transition: all 300ms ease-in-out;
        width: 100% !important;
        height:420px;

        
        
      
    }

    .text-1{
        position:absolute;
        top: 10px;
        left: 10px;
        color: #06B1F2;
    }

    .features-img-1{
        width: 10%;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .features-img-2{
        width: 30%;
        margin: auto;
    }

    .card-title-1{
        text-align: center;
        color: #0B3052;

    }

    .card-text-1{
        text-align: center;
        color: #8C8C98;
        font-size: 15px;
    }

    .text-2{
        text-align: center;
        font-size: medium;
        font-weight: bold;
        visibility: hidden;

        
        
        & a{
            color: #06B1F2;
            text-decoration: none;
        }
    }

    .features-card-2:hover{
        background-color: #FFFFFF;
        box-shadow:2px 15px 20px 10px rgba(45,51,72,.1) ;
       
        .text-2{
            visibility: visible;
            
        }
       

    }

    .hello-col{
        margin-top: 10px;
    }





    
}


/* contact us css */


.bg-color{
    background-color: #EDF0F2;
    
}

.main{
    position: relative;
    top: 100px;
    box-shadow:1px 15px 20px rgba(45,51,72,.1) ;
    border-radius: 10px;
    
    
}

.col-color{
    background-color: #FFFFFF;
    border-right:1px solid lightgray;
}

.col-color{
    border-top-left-radius: 10px;
}

.submit-form *{
    color: gray;
}

.submit-form{
 
 
    .box{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
    margin-bottom: 30px;
    .heading{
        
        color: #212529;
        & span{
            color: #CB3B43;
        }
    }

   
 }

 .input{
    padding: 20px ;
    margin-top: 10px;

 }

 .readonly{
    background-color: #fff;
 }

 .box-1{
    position: relative;
 }

 .show-country{
    position: absolute;
    top: 50%;
    
    transform: translateY(-50%,-50%);
    right: 17px;
    font-size: 15px;
    cursor: pointer;
    color: gray;
    
 }
 .box-8{
    position:relative;
 }

 .icon{
    font-size: 25px;
    position: absolute;
    top: 60%;
    right: 17px;
    transform: translate(-50%,-50%);
    cursor: pointer;
 }

 


 .icon-2{
    font-size: 25px;
    position: absolute;
    top: 60%;
    right: 17px;
    transform: translate(-50%,-50%);
    display: none;
    cursor: pointer;
 }

 .ul-1{
    position: relative;
    left: -5%;
 }

 .ul-1 li{
    font-size: 14px;
 }

 .ul-2 li{
    font-size: 14px;
 }

 .ul-2{
    position: relative;
    left: -5%;
 }


 .btn-2{
    padding: 10px;
    background-color: #868E96;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    cursor: not-allowed;
 }

 .col-color-2{
    background-color: #FBFBFB;

 }




 
 

 }

 .ul-3{
   margin-top: 40px;
 }


 .ul-3 li{
    font-size: 22px;
    text-align: justify;
    color: #1D3247;
    font-weight: bold;
    list-style: none;
    line-height: 50px;
 }


 
 .contact-us-box-1{
    width: 100%;
    border-radius: 15px;
    background-color: #1D3247;
    text-align: center;
    padding: 50px;

    & h1{
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 30px;
        font-weight: bold;
    }
   }

   .section-7{
    .content{
        margin-left: 25px!important;
        & span{
            font-size: 20px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            color: #6381B8;
            

        }



& h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #212529;
    margin: 35px 0px;
}

        & p{
            font-size: 19px;
            color: gray;
        }


    }


   }



/* about page css start */


.about-content-1 {
    text-align: center;
    margin-top: 150px;
}

    .about-content-1 h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 35px;
    }


    .about-content-1 h1 {
        font-size: 55px;
        font-family: Young Serif;
        /*font-weight: bold;*/
    }


.about-buttons {
    display: flex;
    justify-content: space-around;
    width: 420px;
    margin: auto;
    margin-top: 50px;
}


.about-content-1 .try-for-btn {
    padding: 22px 50px;
    background: #CB3B43;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 40px;
}

.about-content-1 .learn-btn {
    padding: 22px 50px;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 40px;
    background-color: rgba(0,0,0,0.0);
    border-color: white;
    box-shadow: none;
}

    .about-content-1 .learn-btn:hover {
        background: white;
        color: #1D3247;
        box-shadow: none;
        border-color: white;
    }

.about-sm-card{
    padding:100px 0px;
    text-align:center;
    
}


.about-sm-card-1 {
/*    width: 100px;
    height: 100px;
*//*    background: #6381B8;*/
    text-align: center;
    border-radius: 10px;
    margin:auto;
    margin-bottom:25px;
    
    
}

.about-text-content{
    width:300px;
    margin:auto;
}

    .about-text-content h5 {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 25px;
    }


    .about-text-content p {
        color: #6D8093;
        font-size:20px;
    }

.about-text-content-1{
    /*margin-left:20px;*/
}

.about-content-text-1 {
    display: flex;
}

    .about-content-text-1 img{
       margin-right:20px;
    }


    .about-content-text-1 h6 {
        font-weight: bold;
        margin-top: 2%;
        color: #1d3247;
    }


.about-content-text-2 h1 {
    font-weight: bold;
    color: #1d3247;
    font-family: Ubuntu,sans-serif;
    font-size: 41px;
    line-height: 1.29;
    font-weight: 700;
    letter-spacing: -.51px;
    margin-bottom:20px;
 
   
}


.about-content-text-2 p {
    font-size: 20px;
    line-height: 1.65;
    color: #617385;
    margin-bottom: 25px;
}


.about-content-text-2 .try-for-btn {
    padding: 22px 50px;
    background: #CB3B43;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 40px;
    margin-bottom:150px;
}



.about-heading-1 {
    padding-top: 100px;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.69px;
    color: #1D3247;
    text-align: center;
}


.about-content-text-3{
    width:400px;
    margin:auto;
    margin-top:100px;
}

    .about-content-text-3 h2 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.42;
        font-weight: 700;
        color: #1d3247;
        font-size:31px;
    }

    .about-content-text-3 p {
        margin:auto;
        color: #617385;
        font-size: 20px;
        line-height: 1.65;
        text-align:center;
        padding-bottom:20px;

        

    }
    .about-content-text-3 .Learn-btn {
        font-size: 20px;
        word-spacing: 3px;
        font-weight: bold;
        color: red;
        text-decoration: none;
       
        
    }


.about-content-text-4 {
    text-align: center;
    margin-top: 100px;
    border-right: 2px solid #d7dfe7;
    padding: 60px 30px;
}

    .about-content-text-4 h2 {
        font-size: 41px;
        line-height: 1.29;
        font-weight: 700;
        letter-spacing: -.51px;
        color: #1d3247;
    }

    .about-content-text-4 p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.65;
        color: #617385;
       
    }


        .about-content-text-5 {
            text-align: center;
            margin-top: 100px;
            padding: 60px 30px;
        }

        .about-content-text-5 h2 {
            font-size: 41px;
            line-height: 1.29;
            font-weight: 700;
            letter-spacing: -.51px;
            color: #1d3247;
        }


.about-content-text-5 p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.65;
    color: #617385;
}


            .about-content-text-5 .img-1{
                margin-top:40px;
                padding-bottom:50px;
            }



.about-us-box-1 {
    width: 100%;
    border-radius: 15px;
    background-color: #1D3247;
    padding: 50px;
    display:flex;
    justify-content:space-between;
}


    .about-us-box-1 .heading-2 {
        width: 70%;
        color: white;
        font-size: 41px;
        line-height: 1.29;
        font-weight: 700;
        letter-spacing: -.51px;
    }


.card-section-heading{
    text-align:center;
  
}

    .card-section-heading h1 {
        padding-top: 140px;
        margin-bottom: 80px;
        font-size: 55px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -.69px;
        color: #1d3247;
    }

.about-card{
    padding:44px 30px 44px 44px;
    border-radius:10px!important;
    margin:auto;
    margin-bottom:20px;
}

    .about-card h5 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 700;
        color: #1d3247; 
    }


    .about-card p {
        font-size: 20px;
        line-height: 1.65;
        margin-bottom: 0;
        color: #6d8093;
        width:100%;
    }

.tbs-ul{
   width:70%;

   margin:auto;
   padding-top:60px;
    
}










    .tab-ul button {
        border: 1px solid #D3D3D3 !important;
        padding: 10px 10px !important;
        border-radius: 20px !important;
        color: #1B1A1A !important;
        text-transform: none !important;
        background: #ffff !important;
    }


.tab-ul li button.active {
    background: #11438F !important;
    color:white!important;
}


.tabs-content-ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2F3135;
    max-width: 352px;
    display: flex;
    padding-bottom: 24px
}

body{
    overflow-x:hidden;
}

    body::-webkit-scrollbar {
        width: 5px;
        background-color: #4B6172;
    }

    body::-webkit-scrollbar-thumb {
        background: #E75100;
        border-radius: 10px;
        box-shadow: inset 0 0 6px #E75100;
    }
        /*animation css*/
        .hide {
            opacity: 0;
            transition: all 1.3s;
            transform: translateX(-100%);
        }

.show {
    opacity: 1;
    transform: translateX(-0);
}


.hide-1{
    opacity: 0;
    transition: all 1.8s;
  
}

.show-1{
    opacity: 1;
    
}

.hide-2 {
    opacity: 0;
    transition: all 1.3s;
    transform:translateX(100%);

}

.show-2 {
    opacity: 1;
    transform: translateX(0);
}



/* front section css*/
.front-section {
    width: 100%;
    background-image: url("../../Content/img/TOP.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.front-content{
    margin-top:250px;
    width:55%;
    margin-left:60px;
    color:white;
}

.white{
    color:white;
    opacity:1;
}

.front-text-1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #A1A9AF;
}

    .front-text-2{
        font-size:40px;
        font-weight:bold;
        margin-bottom:0px;
    }

    .front-pera-1{
        font-size:20px;
     
    }
.front-buttons{
    margin-top:25px;
}

.front-button-1 {
    border: 1px solid white !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    color: white !important;
    padding: 12px 20px !important;
    font-weight: bold !important;
}

    .front-button-1:hover{
        background: rgb(22, 154, 255)!important;
    }



.front-button-2 {
    border: 1px solid white !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    color: white !important;
    padding: 12px 30px !important;
    font-weight: bold !important;
    margin-left:10px;
}

    .front-button-2:hover {
        background: rgb(22, 154, 255) !important;
    }


    .background-effects {
    width: 100%;
    height: 100%;
    background-color:  rgba(10, 40, 60, 0.7);
    }


    .new-img{
        width:70px;
        position:absolute;
        left:-30px;
        top:45px;
        transform:rotate(-2deg)
    }


/*about 1 css */

.About-1-header {
    min-height: 100vh;
    width: 100%;
    background-image: url(../../Content/img/Medical.3de652be.jpg);
    background-position:right;
    background-repeat:no-repeat;
    background-size:cover;
}
.About-1-content {
    ;
  
    padding:200px 20px 20px;
    width:100%;

}

.About-1-content h1 {
   font-size:50px;
   color:white;
   font-family: 'Silkscreen', sans-serif;
   font-weight:bold;
   letter-spacing:3.5px;

}

    .About-1-content p{
        font-size:18px;
        color:white;
       margin-top:20px;
       line-height:40px;
        letter-spacing:1.5px;

    }

#footer-mean {
    padding: 0px;
   /* position: absolute;*/
    background-image: url(../../Content/img/lynx_landing.png),url(../../Content/img/background_in_space.gif);
    background-repeat: no-repeat, repeat;
    background-position: right bottom, center center /*left top*/;
}


    .footer-content{
        padding:20px;
    }

        .footer-content h2 {
            font-family: Arial;
            font-weight: bold;
            margin-bottom: 20px;
            color: #E75100;
            font-size:18px;
        }

            .footer-content p{
                font-size:15px;
                color:white;
            }

            .footer-content ul li {
                list-style: none;
                line-height: 21px;
            }

                .footer-content ul li a{
                    color:white;
                    font-size:15px;
                    text-decoration:none;
                    transition: all 700ms ;

                }

                    .footer-content ul li a:hover {
                        color: #E75100;
                    }

                    .footer-content ul li a i{
                        margin-right:10px;
                    }

                    .footer-content ul {
                        padding-left: 0px;
                    }


                    .footer-box{
                        width:100%;
                        height:60px;
                        background:#E9E8E8;
                        margin-top:20px;
                    }


.footer-box{
    display:flex;
    justify-content:space-between;
    
}

    .left-text p{
        line-height: 60px;
        margin-left:20px;
    }

.right-icons{
    display:flex;
    margin-right:20px;
    line-height:60px;
}


    .right-icons p {
        margin-right: 20px;
        font-size: 20px;
        font-weight: bold;
        font-family:auto;
    }

    .right-icons img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        margin-top:17px;
        cursor:pointer;
        
    }


  /* blog pege css*/



.blog {
    height: 100vh;
    background-image: url(../../Content/img/blog-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    
}


    .blog h1{
        font-size:70px;
        font-family:auto;
    }

    .blog p {
        font-size: 18px;
        line-height:40px;
        line-height:30px;
    }


    /*animation features css*/
    .hexagon-main {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: space-between;
        background: rgb(9,16,24);
        background: linear-gradient(90deg, rgba(9,16,24,1) 0%, rgba(1,55,99,1) 50%, rgba(1,109,178,1) 100%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hexagon-main .right {
        width: 50%;
        position: relative;
    }
/* hexagon-1 */
.hexagon {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 197px;
    left: 5px;
    transform: rotate(90deg);
    z-index: 99;
}

    .hexagon img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-2 */


.hexagon-2 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 161px;
    left: 68px;
}

    .hexagon-2 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-2 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }


/* hexagon-3 */

.hexagon-3 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 125px;
    left: 130.5px;
}

    .hexagon-3 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-3 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-4 */

.hexagon-4 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 88.7px;
    left: 194px;
}

    .hexagon-4 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-4 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-5 2nd row*/

.hexagon-5 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 235px;
    left: 67.5px;
}

    .hexagon-5 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-5 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-6 2nd row */


.hexagon-6 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 199px;
    left: 131.2px;
}

    .hexagon-6 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-6 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-7 2nd row */

.hexagon-7 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 162.1px;
    left: 194.1px;
}

    .hexagon-7 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-7 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }


/* hexagon-8 2nd row */

.hexagon-8 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 124.9px;
    left: 256.9px;
}

    .hexagon-8 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-8 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-9 3rd row */

.hexagon-9 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 272.5px;
    left: 131.4px;
}

    .hexagon-9 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-9 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-10 3rd row */

.hexagon-10 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 236.4px;
    left: 194px;
}

    .hexagon-10 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-10 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-11 3rd row */

.hexagon-11 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 199.1px;
    left: 257px;
}

    .hexagon-11 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-11 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-12 4 row */



.hexagon-12 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 310px;
    left: 194.6px;
}

    .hexagon-12 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-12 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-13 4 row */


.hexagon-13 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 273.4px;
    left: 258px;
}

    .hexagon-13 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-13 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }

/* hexagon-14 4 row */

.hexagon-14 {
    width: 80px;
    height: 100px;
    background-image: url();
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: rotate(90deg);
    position: absolute;
    top: 235.7px;
    left: 320.7px;
}

    .hexagon-14 img {
        width: 100%;
        transform: rotate(-30deg);
    }

        .hexagon-14 img:hover {
            transform: rotate(-30deg) scale(1.1);
            transition: all ease-in 500ms;
        }


/*mobile responsive*/


@media screen and (max-width:992px) {




    .hexagon-2 {
        position: absolute;
        top: 169px;
        left: 52px;
    }

    .hexagon-3 {
        position: absolute;
        top: 141px;
        left: 98.5px;
    }

    .hexagon-4 {
        position: absolute;
        top: 112.7px;
        left: 146px;
    }

    .hexagon-5 {
        position: absolute;
        top: 224px;
        left: 52.5px;
    }

    .hexagon-6 {
        position: absolute;
        top: 196px;
        left: 100.2px;
    }

    .hexagon-7 {
        position: absolute;
        top: 168.1px;
        left: 147.1px;
    }

    .hexagon-8 {
        position: absolute;
        top: 139.9px;
        left: 193.9px;
    }

    .hexagon-9 {
        position: absolute;
        top: 250.5px;
        left: 101.4px;
    }

    .hexagon-10 {
        position: absolute;
        top: 223.4px;
        left: 148px;
    }

    .hexagon-11 {
        position: absolute;
        top: 195.1px;
        left: 195px;
    }

    .hexagon-12 {
        position: absolute;
        top: 278px;
        left: 148.6px;
    }

    .hexagon-13 {
        position: absolute;
        top: 250.4px;
        left: 196px;
    }

    .hexagon-14 {
        position: absolute;
        top: 221.7px;
        left: 242.7px;
    }

    .hexagon-1 {
        width: 60px;
        height: 90px;
    }
}


@media screen and (max-width:640px) {


    .hexagon-1 {
        width: 50px;
        height: 80px;
    }

    .hexagon-2 {
        position: absolute;
        top: 174px;
        left: 45px;
    }


    .hexagon-3 {
        position: absolute;
        top: 151px;
        left: 85.1px;
    }



    .hexagon-4 {
        position: absolute;
        top: 127.7px;
        left: 125px;
    }

    .hexagon-5 {
        position: absolute;
        top: 220px;
        left: 45.5px;
    }


    .hexagon-6 {
        position: absolute;
        top: 197px;
        left: 85px;
    }

    .hexagon-7 {
        position: absolute;
        top: 174.1px;
        left: 125.1px;
    }

    .hexagon-8 {
        position: absolute;
        top: 150.9px;
        left: 165.9px;
    }


    .hexagon-9 {
        position: absolute;
        top: 242.5px;
        left: 93.4px;
        left: 85px;
    }


    .hexagon-10 {
        position: absolute;
        top: 220.4px;
        left: 125px;
    }

    .hexagon-11 {
        position: absolute;
        top: 197.1px;
        left: 165px;
    }

    .hexagon-12 {
        position: absolute;
        top: 266px;
        left: 125.6px;
    }

    .hexagon-13 {
        position: absolute;
        top: 243.4px;
        left: 165px;
    }


    .hexagon-14 {
        position: absolute;
        top: 219.7px;
        left: 205.7px;
    }
}


@media screen and (max-width:540px) {

    .hexagon-1 {
        width: 35px;
        height: 65px;
    }


    .hexagon-2 {
        position: absolute;
        top: 180px;
        left: 33px;
    }

    .hexagon-3 {
        position: absolute;
        top: 163px;
        left: 61.1px;
    }

    .hexagon-4 {
        position: absolute;
        top: 145.7px;
        left: 89px;
    }

    .hexagon-5 {
        position: absolute;
        top: 213px;
        left: 33.5px;
    }

    .hexagon-6 {
        position: absolute;
        top: 196px;
        left: 62px;
    }

    .hexagon-7 {
        position: absolute;
        top: 179.1px;
        left: 90.1px;
    }


    .hexagon-8 {
        position: absolute;
        top: 161.9px;
        left: 117.9px;
    }

    .hexagon-9 {
        position: absolute;
        top: 228.5px;
        left: 93.4px;
        left: 63px;
    }

    .hexagon-10 {
        position: absolute;
        top: 212.4px;
        left: 91px;
    }

    .hexagon-11 {
        position: absolute;
        top: 195.1px;
        left: 119px;
    }

    .hexagon-12 {
        position: absolute;
        top: 245px;
        left: 91.6px;
    }

    .hexagon-13 {
        position: absolute;
        top: 228.4px;
        left: 120px;
    }

    .hexagon-14 {
        position: absolute;
        top: 210.7px;
        left: 147.7px;
    }

    .hexagon-main {
        height: 350px !important;
    }

}


@media screen and (max-width:390px) {


    .hexagon-main .right {
        width: 80%;
    }
}

@media screen and ( max-width: 992px) {
        .section-5 {
            .Learn-btn{
        position: absolute;
        right: 30%;
        margin-top: -1%;
    }
   }



   .contact-us-box-1{

    padding: 40px;
    & h1{
        font-size: 25px;
    }
   }


   .section-6{
    .box{
        width: 100%;
    }
   }


   .section-7{
  
    .img-box{
        margin-top: 100px;
    }


}



   
   
   
   
   
    .boxs{


        .img-1,.img-2,.img-3{
            display: none;
        }

        .box-2{
            /* margin-left: 80px; */
            
        }

        .box-3{
            /* margin-left: 120px; */
            
        }
    }


    .section-6{
        .box{
            .order{
                order: 1;


            }
        }
    }


.about-content-1 h1 {
    font-size: 40px;
  
}


.about-text-content p {
    font-size: 18px;
}



.about-content-1 .try-for-btn {
    padding: 15px 30px;
}

.about-content-1 .learn-btn {
    padding: 15px 30px;
}

.about-buttons {
    width:350px;
}

.about-content-text-2 h1 {
    font-size: 36px !important;
    
}




.about-content-text-2 p {
    font-size: 18px;
}


.about-content-text-2 .try-for-btn {
    padding: 15px 30px !important;
}


.about-heading-1 {
    
    font-size: 40px;
}


    .about-content-text-3 h2 {
        
        font-size: 31px;
        text-align:left;
    }

    .about-content-text-3 p {
      
        font-size: 18px;
        text-align:left;
        
    }

    .about-content-text-3 .Learn-btn {
        font-size: 17px;
       
    }

.about-content-text-3 {
    width: 100%;
    margin: auto;
    margin-top: 100px;
}



.text-content-section-3{
    
    margin:0px !important;
}


.about-content-text-4 {
    border-right: none;
    border-bottom:  2px solid #d7dfe7;
}


.about-us-box-1 .heading-2{
    font-size:32px;
    margin-bottom:20px;
}


.about-us-box-1{
    flex-direction:column;
    
    text-align:center;
}


.card-section-heading h1{
    font-size:40px;
}


.tab-ul {
    width: 150% !important;
    flex-wrap: nowrap !important;
}

.ultabs {
    overflow-x: scroll !important;
    width: 100% !important;
}



#footer-mean {
    padding: 0px;
    position: absolute;
    background-image: url(../../Content/img/lynx_landing.png),url(../../Content/img/background_in_space.gif);
    background-repeat: no-repeat, repeat;
    background-position:  bottom center,left top!important;
}



.logo{
    /*display:none!important;*/
    
}

.front-content {
    margin-top: 100px!important;
    width: 100%!important;
    margin-left: 10px!important;
    
}
  
   }




 @media screen and ( max-width: 768px) {


    .silider-img{
       min-height: 50vh !important;
    }

    .silider-box{
        min-height:50vh !important ;
    }
   
 .section-6{
    .text{
        font-size: 20%;
    }

    .text-2{
        margin-top: -50%;
    
    }

    
    .text-3{
        margin-top: -30%;
    
    }

    
        .box{
        
         .text-1{
            font-size:20px;
            
         }
        }






        
    
 }

.about-content-1 h1 {
    font-size: 29px;
}

.about-text-content {
    width:100%;
    margin: auto;
}

.about-sm-card-1 {
/*    width: 65px;
    height: 65px;
*/  
}


 .contact-us-box-1{

    padding:30px;
    & h1{
        font-size: 20px;
    }
   }



.about-text-content p {
    font-size: 15px;
}




.about-content-text-2 h1 {
    font-size: 2rem !important;
    letter-spacing: -.25px;
}


.about-content-text-2 p {
    /*font-size: 15px;*/
}


.about-content-text-2 .try-for-btn {
    padding: 10px 20px !important;
}

.about-heading-1 {
    font-size: 29px;
    line-height: 1.17;
    letter-spacing: normal;
}


.about-content-text-3 h2 {
    font-size: 22px;
}

.about-content-text-3 p {
    font-size: 15px;
}

.about-content-text-3 .Learn-btn {
    font-size: 17px;
}



.about-us-box-1 .heading-2 {
    font-size: 29px ;
}


.card-section-heading h1 {
    font-size: 29px;
    line-height: 1.17;
    letter-spacing: normal;
}


.about-card{
    width:100%!important;
    padding:24px;
    margin:0px 0px 10px;
}



.tab-ul {
    width: 300% !important;
    flex-wrap: nowrap !important;
}

.ultabs {
    overflow-x: scroll !important;
    width: 100% !important;
}


.section-1 .sm-card{
    margin-bottom:20px!important;
}



.card-1{
    width:100%!important;
    height:375px!important;
    
}

.tbs-ul {
    width: 100% !important;
}

.center {
    padding: 0px 10px 0px !important;
    margin-left: 15px !important;
}


.front-content{
    width:100%!important;
    margin-top:200px!important;
    margin-left:10px!important;
    padding:20px;
}


.Schedule-btn-1 {
    font-size:9px!important;
}


.left-text{
    margin-left:-10px;
}



.right-icons p {
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
}

.right-icons{
    margin-right:0px!important;
}

.right-icons img {
    margin-right: 10px!important;
}


.front-text-1 {
    font-size: 12px!important;
   
}

.front-text-2 {
    font-size: 32px!important;
   
}

.front-pera-1 {
    font-size: 18px !important;
}


#silde-1 {
    height: 300px !important;
}
.col-part-1 {
    height: 515px !important;
}

.col-part-2{
    height:450px!important;
    margin-bottom:70px!important;
}

.software-img-figure{
    margin-bottom:70px!important;
}

.mbl-try-mt{
    margin-bottom:50px!important;
}

.hm-img-figure{
    margin-top:50px!important;
}

.section-5 h1{
    margin-top:10px!important;
}


.order{
    margin-top:70px!important;
}

.order-1{
    /*margin-top:70px!important;*/
}

.online-doctor-mt{
    margin-top:70px!important;
}

.tabs-content-ul{
    margin-top:50px!important;
}


}
 


    @media screen and ( max-width: 480px) {

        .blgcntnts{
            height:150px !important;
        }
        .blogs img {
            height: 100px !important;
        }
        .HandleScreen {
            margin-top: 150px;
        }

        .section-6 {
            .text{
           font-size: 20%;
       }
   
       .text-2{
           margin-top: -70%;
          
       }
   
       
           .box{
           
            .text-1{
               padding: 50px;
            }
           }
       
    }   
   
    .ul-3 li{
        font-size:75%;

    
    }
  

    .ul-3 li i{
        font-size: 24px!important;

    }


.about-content-1 .try-for-btn {
    padding: 10px 20px;
}

.about-content-1 .learn-btn {
    padding: 10px 20px;

}

.about-buttons {
    width: 300px;
   
}


.tab-ul {
    width: 380% !important;
    flex-wrap: nowrap !important;
}

.ultabs {
    overflow-x: scroll !important;
    width: 100% !important;
}


.section-1{
.sm-card{
            margin-bottom:20px!important;
& h5{
    font-size:15px!important;
}
    }

.box-1{
    width:100px!important;
    border-radius:10px!important;
}
}

.left-text p{
    font-size:13px!important;
}


.right-icons p {
    font-size: 13px !important;
}

.right-icons img {
    width: 18px!important;
    height: 18px!important;
    margin-top:21px!important;
 
   
  
}




  
  }



@media screen and (max-width: 360px) {

    .box-1 {
        width: 100px !important;
        border-radius: 10px !important;
    }


    .section-1 {
        .sm-card

{
    & h5

{
    font-size: 10px !important;
}

}





}

.left-text p {
    font-size: 10px !important;
}


.right-icons p {
    font-size: 10px !important;
}
        }

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .imgLogo {
        height: 95px !important;
        width: 100px !important;
    }

    .hexagon-main{
        height:400px!important;
    }
}


@media screen and (min-width: 992px) {
    .my-cl-width {
        /*max-width: 25.333333%!important;*/
    }
}


/*logo media screen*/


@media screen and (min-width: 1025px) and (max-width: 1580px) {
    .imgLogo {
        height: 100px!important;
        width: 100px!important;
    }
}



 

/*Aall MEDIA*/


/* Screen Width */


@media screen and (max-width: 380px) {

    .missioncnt {
        padding: 0px 0px 50px 0px;
    }
    .HandleScreen {
        margin-top: 150px;
    }
    .HandleScreen img {
        padding:0px !important;
    }
}


    /* Small Devices (phones, 481px to 767px) */
    @media (min-width: 481px) and (max-width: 767px) {
        .HandleScreen {
            margin-top: 150px;
        }
        .missioncnt {
            padding: 0px 0px 50px 0px;
        }
    }

    /* Medium Devices (tablets, 768px to 991px) */
    @media (min-width: 768px) and (max-width: 991px) {
        .HandleScreen {
            margin-top: 150px;
        }
        .missioncnt {
            padding: 100px 0px 50px 0px;
        }
    }

    /* Large Devices (desktops, 992px to 1199px) */
    @media (min-width: 992px) and (max-width: 1199px) {
        .HandleScreen {
            margin-top: 150px;
        }
        .missioncnt {
            padding: 100px 0px 50px 0px;
        }
    }

    /* Extra Large Devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
        .HandleScreen {
            margin-top: 150px;
        }
        .missioncnt {
            padding: 100px 0px 50px 0px;
        }
    }

    /* Ultra Large Devices (very large desktops, 1400px and up) */
    @media (min-width: 1400px) {
        .HandleScreen {
            /*margin-top: 150px;*/
        }
    }



    @media (max-width: 767px) {
        /* Targeting smartphones and smaller tablets */

    }

    @media (min-width: 768px) and (max-width: 991px) {
        /* Targeting tablets */

    }

    @media (min-width: 992px) and (max-width: 1199px) {
        /* Targeting smaller desktop screens */

    }

    @media (min-width: 1200px) {
        /* Targeting larger desktop screens */

    }

    /* Screen Orientation */
    @media (orientation: portrait) {
        /* Targeting portrait orientation */

    }

    @media (orientation: landscape) {
        /* Targeting landscape orientation */

    }

    /* Device Resolution */
    @media (min-resolution: 2dppx) {
        /* Targeting devices with high pixel density (Retina displays) */


        /* Device Type */
        @media (hover: hover) {
            /* Targeting devices that support hover (typically desktops and tablets with styluses) */

        }

        @media (hover: none) {
            /* Targeting devices that do not support hover (typically touchscreens) */

        }

        /* Feature Queries */
        @media (any-hover: hover) {
            /* Targeting devices that can hover or are in environments where hovering is possible */

        }

        @media (any-pointer: fine) {
            /* Targeting devices that have precise pointing devices like mice */

        }

        @media (any-pointer: coarse) {
            /* Targeting devices with imprecise pointing devices like touchscreens */

        }

        /* Print Media */
        @media print {
            /* Targeting styles for printing */

        }

        /* Dark Mode (Experimental) */
        @media (prefers-color-scheme: dark) {
            /* Targeting devices that prefer dark color schemes */

        }


 
















