
@import url(font.css);



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav .nav-item .nav-link:hover{
color: rgb(128, 190, 240) !important;
}
.serach-formalit{
    border: 1px solid #A1A0A0;
    padding: 5px;
    border-radius: 25px;
    align-items: center;
    margin-right: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.serach-formalit input , .serach-formalit input:focus {
    border: none !important;
    box-shadow:none !important;
}
.serach-formalit>svg{
    margin-right: 15px;
}
.serchHealth{
    border: none !important;
    background: none !important;
    margin-right: 10px;
}
.serchHealth:hover{
    opacity: 0.5;
}
.serchHealth:focus{
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.panel-Allow{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.panel-Allow a{
    margin: 0;
    padding: 0;
}
.panel-Allow img{
    width: 30px;
    height: 30px;
   
}
.panel-Allow>div{
    width: 50%;
    padding-top: 3px;
}
.navUser{
    margin-top: 2px;
}
.panel-Allow img:hover{
    opacity: 0.5;
}
.nav-link{
    color: black !important;
    font-weight: 600;
}
.nav-link:hover{
    opacity: 0.5;
}
.nav-link.active{
    color: #063CBA !important;
}
.backGroundCs{
    background: linear-gradient(90deg,#A4DBE0 0%, #B6DEE2 35%, #7ECFC5 100%);
    height: 420px;
}
.backGroundCs .col-md-5:first-child{
    margin-top: 120px;
    text-align: center;
}
.button787{
    background-color: white;
    box-shadow: 8px 8px 36px 0px rgba(0, 51, 12);
    padding: 10px;
    height: 100px;
    align-items: center;
    margin-top: 150px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.adiText{
    font-size: 20px;
    text-align: center;
}
.boxMulti .col-md-4{
    background: white;
    width: 380px;
    height: 252px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.45);
    border-radius: 20px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.boxMulti .col-md-4:hover{
    opacity: 0.7;
}
.boxMulti{
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
}
.cardLootle{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 70px;
    margin-left: 10px;
    justify-content: center;
}
.textLootle{
    margin-left: 10px;
}
.cardLootle img{
    width: 90px;
    height: 90px;
}
.cardLootle .textLootle h3{
    font-size: 25px;
    color: black;
}
.cardLootle .textLootle p{
    font-size: 15px;
    color: black;
}
.sectionBox{
    background-color: #F5F1F1;
    height: 520px;
 
    margin-top: 85px;
}
.pixTop{
    text-align: center;
}

.picoliSec{
    width: 545px;
    height: 450px;
}
.robotPix{
    width: 200px;
    height: 200px;
    margin-top: -50px;
}
.textimo{
    display: flex;
    flex-direction: column;
    padding-top: 150px;
}
.txtReport{
    color: #063CBA;
}
.btnPrimary{
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}
.btnPrimary a{
    background-color: #063CBA;
    font-weight: 700;
    width: 230px;
    border-radius: 50px;
}
.sectionFaq{
    background-color: #F5F1F1;
    /* height: 1265px; */
    margin-top: 50px !important;
    display: flex;
    flex-direction: column;
    border-radius:20px ;
    -webkit-border-radius:20px ;
    -moz-border-radius:20px ;
    -ms-border-radius:20px ;
    -o-border-radius:20px ;
}
.secondlogic{
    text-align: center;
}
.firstlogic{
    display: flex;
}
.secondlogic img{
    width: 850px;
    margin-top: -150px;
}
.faqPix{
    width: 550px;
    
}
.textFaq{
    margin: 20px auto;
    margin-top: 80px !important;

}
.textFaq h2{
    text-align: center;

}
 
.paraFaq{
    display: flex;
    justify-content: center;
    padding: 10px 80px;
}
.paraFaq img{
    width: 25px;
}
.paraFaq p{
    font-size: 13px;
    margin-left: 20px;
    margin-top: 12px;
    font-weight: 500;
}
.sectionJoin{
    display: flex;
    margin-top: 30px;
}
.pixCool{
    width: 400px;
}
.texCool {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto;
}

.coolBtn {
    display: flex;
    margin: 20px auto;
    background-color: #73B5DD !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    align-items: center;
    justify-content: center;
    /* width: 15% !important; */
    border: none;
    color: #063CBA;
    font-weight: 700;
}
.coolBtn:hover{
    box-shadow: none;
    opacity: 0.5;
}
.coolBtn>img{
    width: 20px;
}
.texCool p{
    font-size: 14px;
}
.sectionBlue{
    background: linear-gradient(90deg,#00BCD5 0%, #42C5D6 35%, #54C7D6 100% , #32B1C2 100%);
     margin: auto;
}
.sectionBlue .copiLine{
    display: flex;
    padding: 35px;
    align-items: center;
}
.sed222{
    width: 40px;
    height: 40px;
}
.comilotos{
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.comilotos p{
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.comilotos h2{
    color: white;
}
.sectionApp{
    display: flex;
}
.picApp img{
cursor: pointer;
}
.picApp img:hover{
    opacity: 0.7;
}
.textApp{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textApp h2{
    text-align: center;
}
.textApp h3{
    text-align: center;
}
.heartText{
    display: flex;
    /* padding: 15px; */
   margin-left: 250px;
   
}
.heartText img{
    width: 20px;
    height: 20px;
}
.heartText p{
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;

}
.qrApp{
    width: 95px;
    height: 95px;
    margin-left: 250px;
}
.btnApp {
    background-color: #2563EB;
    border: none;
    color: white;
    width: 40%;
    margin-top: 25px;
    margin-left: 250px;
}
.btnApp:hover{
    background-color: #00BCD5;
    color: black;
}
.divApp{
    display: flex;
    flex-direction: row;
    margin-left: 250px;
    margin-top: 35px;
}
.divApp img{
    width: 127px;
    height: 45px;
    margin-left: 10px;
}
.sectionMedical{
    display: flex;
    /* position: relative; */
    /* top: 200px; */
}
.medicalPix{

}
.medicalPix img{
width: 500px;
height: 500px;
}

.textMedical{
margin: auto;
}
.textMedical p{
font-size: 15px;
font-weight: 500;
margin-top: 25px;
}
.textMedical h2{
     
    font-size: 25px;
    color: black;
    font-weight: 800;
}
/* footer{
    display: flex;
    flex-direction: column;
} */
.footer {
    background-image: url("../../assets/img/footerclick.png");
    background-repeat: round;
    padding-top: 250px;
    padding-right: 50px;
    padding-left: 50px;
  z-index: 9999;
    padding-bottom: 50px;
    width: 100%;
    margin: 0;
}
.socialFooter{
    background-color: #317BC4;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 10px;
    align-items: center;
}
.fb{
    width: 25px !important;
    height: 25px !important;
}
.textSocial h4{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: white;
}
.socialIcon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.socialIcon a img{
    width: 30px;
    height: 30px;
}
.footiLogo{
display: flex;
flex-direction: column;
padding: 0;
}
.footiLogo img{
    width: 250px;
    
}
.addressFooter , .contactFooter{
    display: flex;
    flex-direction: row;
}
.addressFooter p , .contactFooter p{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
}
.addressFooter img , .contactFooter img{
    background-color: #327AC4;
    width: 30px;
    height: 30px;
    padding:5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
 .tellMobileFooter{
    display: flex;
    flex-direction: row;
 }

 .tellMobileFooter .mobileFooter{
    display: flex;
    flex-direction: row;
 }
 .tellMobileFooter .mobileFooter p{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
 }
 .tellMobileFooter .mobileFooter img{
    background-color: #327AC4;
    width: 30px;
    height: 30px;
    padding:5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
 }


.footiText{
    margin-top: 100px ;
    margin-bottom: 0;
     /* margin-left: 90px; */
     padding: 0;
}
.footiText ul li a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}
.footiText ul li a:hover{
    color: rgb(37, 1, 180);
}
.footiSpeed ul li a:hover{
    color: rgb(37, 1, 180);
}
.footiText ul li {
    list-style: none;
    padding: 15px 10px;
}
 .nav-link:hover{
   opacity: 1;
 }
.footiSpeed{
margin-top: 100px;
/* margin-left: 20px; */
padding: 0;
}
.footiSpeed ul li a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}
.footiSpeed ul li{
    list-style: none;
    padding: 15px 10px;
}
.footiNews{
    margin-top: 150px;
    /* margin-left: 20px; */
    padding: 0;
}
.footiNews h2{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.footiNews p{
    font-size: 15px;
    font-weight: 500;
    text-align: center;

}
.serchMine{
    display: flex;
    justify-content: space-between;
    background: none !important;
    border: 2px solid white;
    padding: 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.searchLine{
    background: none !important;
    border: none !important;
    margin-left: 15px;
}
.searchLine:focus , .searchLine:focus-visible{
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.serchMine button{
    font-weight: 700;
    background-color: #063CBA;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.serchMine button:hover{
    background-color: #00BCD5;
    color: black;
    border: none;
}


/* About HTML   */
.sectionAboutfirst{
    background-color: #CFF0F9;
   
}
.textAboute{
    margin: 150px auto;
    
}
.textAboute h2{
    margin-left: 75px;
    font-weight: 700;
}
.sectionAboutfirst .pixAbout h2{
    font-size: 35px;
    text-align: center;
   
}
.sectionAboutfirst .pixAbout img{
    rotate: 0.5deg;
    margin-top: -3px;
    width: 550px;
}
.textAboute p{
    font-size: 15px;
    font-weight: 500;
   
    margin-left: 75px;
    text-align: left;
}
.strong{
    font-weight: 900;
}
.sectionBakin{
    background-image: url('../../assets/img/backin.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 580px;
    margin-top: -85px !important;
}
.visionTxt{
    padding-left: 135px;
    padding-top: 150px;
}
.sectionBakin .coolBtn{
    width: 35% !important;
    background-color: white !important;
    color: black;
}
.sectionBakin .coolBtn:hover{
    opacity: 1;
  
    background-color: #CFF0F9 !important;
     
}
.pixAbout{
    padding-left: 208px;
    
}
.ourProduct{
    background-image: url('../../assets/img/Rectangle 41.png');
    background-repeat: no-repeat;
    background-position: center;
    /* height:1100px; */
    margin-top: 100px !important;
    
}
.ourProduct .firisitico img{
    width: 700px;
    height: 500px;
    /* margin-top: 150px; */
    margin-left: 50px;
}
.our-prod{
    margin:auto;
    margin-top: 150px;
    padding-right: 65px;
}
.btn-soor{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-soor img{
    display: inline;
    margin-top: -50px;
}
.btSuccess{
    background-color: #8FA7D7;
    color: #ffffff;
    border: none;
    font-weight: 600;
}
.headerTeam{
    display: flex;
    flex-direction: column;
}
.teamWorkPix{
    width: 200px;
    height: 200px;
    margin-left: 75%;
}
.teamUs{
    font-size: 45px;
    margin-left: 140px;
    color: black;
    font-weight: 700;
}
.breakPoint{
    margin-top: 50px;
    background-color: #4FC4D3;
height: 650px;
width: 475px;
width: 375px;
    padding: 25px 0;
    border-radius: 210px;
    -webkit-border-radius: 210px;
    -moz-border-radius: 210px;
    -ms-border-radius: 210px;
    -o-border-radius: 210px;
}
.teamSali{
    padding-left: 180px;
}
.breakPoint img{
  width: 500px;
  margin-left: -45px;
}
.breakPointimas{
    background-color: #8FA7D7;
  
}
.notifaLeft {
    position: relative;
    background-color: #F5F1F1;
    padding: 10px 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    right: 145px;
    top: -491px;
    width: 251px;
    height: 75px;
    text-align: center;
}
.notifaLeft h4{
    font-size: 18px;
    font-weight: 800;
}
.notifaLeft p{
    font-size: 14px;
    font-weight: 500;
}
.notifaRight {
    position: relative;
    background-color: #F5F1F1;
    padding: 10px 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    left: 320px;
    top: -491px;
    width: 251px;
    height: 75px;
    text-align: center;
}
.notifaRight h4{
    font-size: 18px;
    font-weight: 800;
}
.notifaRight p{
    font-size: 14px;
    font-weight: 500;
}
.paragTeam {
    margin-top: -125px;
    width: 500px;
    margin-right: 50px;
    background-color: #D0E1F1;
    padding: 20px 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.parageraPh{
    display: flex;
    justify-content: space-around;
    margin-top: -100px;
}
.paragTeam h3  {
    color: #063CBA;
    font-weight: 800;
    font-size: 18px;
}
.paragTeam p  {
    font-size: 14px;
    font-weight: 700;
}

/* Patient Register  */
.header-r-patient{

}
.header-r-patient h2{
    color: #063CBA;
}
.header-r-patient hr{
    width: 75%;
    height: 10px;
}
.name-pat input{
    border-left: 3px solid #063CBA;
    margin-top: 5px;
}
.skine7{
    border-left: 3px solid #063CBA;
}
input:focus , input:focus-visible{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.name-pat input{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px ;
    
}
.iconRegist{
    width: 30px;
    height: 25px;
    margin-top: 3px;
}
.regisParient{
    background-color: #0343BF;
 
    display: flex;
    border: none !important;
    font-weight: 600;
    margin: 30px auto;
   
}
.regisParient:hover{
    box-sizing: none !important;
    background-color: #00BCD5;
    
}
.name-pat label{
    font-size: 15px;
    font-weight: 500;
}
.ckCheck{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0;
}
#privacyHealth{
    cursor: pointer;
}
.drogList{
    margin-top: 25px;
}
.strCheck{
    color: #420890;
    font-weight: 600;
}
.skillness {
    margin-top: 25px;
}
.birthday-pat label , .gender label , .kiloWeight label , .skillness label , .drogList label{
    font-size: 15px;
    font-weight: 500;
}
.gender{
    margin-top: 10px;
}
.kiloPix{
    margin: auto;
    padding-left: 35px;
    padding-top: 25px;
}
.kiloPix img{
    width: 35px;
}
.wightLine input{
    border-left: 3px solid #063CBA;
}
.genderCheck{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.birth-day{
    display: flex;
    margin-top: 10px;
}
.birthday-pat{
    margin-top: 15px;
}
.formSelectBirth{
    border-left: 3px solid #063CBA;
   
    margin-left: 15px;
}
.rightPixLight{
    /*background-image: url("/assets/img/axdr.png");
    */background-color: #D0E1F1;
    padding-top: 35px;
    width: 550px;
    height: 735px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.rightPixLight h2{
    font-size: 35px;
    font-weight: 800;
    text-align: center;
     
}
.rightPixLight .h5{
text-align: center;
font-weight: 500;
}
.picolPic{
    width: 527px;
}
.cutRegister{
    padding: 30px 35px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.45);
    border-radius: 50px;
    margin-bottom: 30px;
}


/* Admin Manager Panel  */

.iconHeader{
    display: flex;
    align-items: center;
}
 
.iconHeader a:hover img{
  opacity: 0.7;
}
.headerManager{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bigNight{
    margin-left: 10px;
}
.bigNight:hover{
    opacity: 0.7;
}
.chosen-container-multi .chosen-choices{
    border: none !important;
    border-left: 3px solid #0343bf !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}


/* Sign IN ---------------- */

.bk_background{
    
    background-image: url(../img/BK.png);
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(90deg,#EDEDED 0%,  #F5F1F1 100%);
    /* width: 100%;
    height: 950px; */
    margin: 50px auto;
    padding: 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.white-_BK{
    background-color: rgb(255, 255, 255);
  
    padding-bottom: 60px;
    /* height: 630px; */
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: -50px;
    margin-left: 25px;
    z-index: 9999;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.blue_BK{
    background: linear-gradient(90deg,#012E7F 0%, #014DF8 35%, #0052F6 100%);
    /*width: 670px;
    */height: 730px;
    padding-top: 200px;
    text-align: center;
    z-index: 0;
  
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.logoBK>img{
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.logoBK>img:hover{
    opacity: 0.7;
}
.h2Bk{
    padding: 25px;
}
.pBK{
    padding:  5px;
}
.pBK .p{
   color: white;
   font-weight: 500;
   font-size: 15px;
}
.h2Bk .h2{
    font-weight:700;
   
    color: white;
}
.btnBK{
    padding: 45px;
}
.btnBK a {
    background-color: #0442BD;
    width: 25%;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.white-_BK{
    padding-top: 50px;
}
.white-_BK .headLog h3{
    text-align: center;
    font-size: 25px;
    color: black;
    font-weight: 700;
}
.inpuLogin{
    padding: 20px 60px;
}
.inpuLogin .log_name {
    display: flex;
    align-items: center;
    margin: auto;
    width: 80%;
    height: 50px;
    border-left: 10px solid blue;
    margin-top: 10px;
    box-shadow: -13px 0 35px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.inpuLogin input{
border: none;
height: 50px;

}
.log_name img{
    width: 40px;
    height: 35px;
    margin-left: 10px;
    padding-right: 5px;
    border-right: 1px solid #dbdbdb;
}
.inpuLogin input:focus , .inpuLogin input:focus-visible{
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.passIMG{
    width: 40px;
    height: 35px;
  margin: 0;
  padding: 0;
  padding-left: 5px;
    border: none ;
    border-left: 1px solid #dbdbdb;
}
.passimgHidden{
    display: none;
}
.ckeckLog{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.forgetpass{
    color: #012E7F;
    font-size: 15px;
    font-weight: 700;
}
.ckeckLog .form-check-input{
    border: 1px solid #cacaca;
}

.btnformLog {
    background-color: #0442BD;
    width: 50%;
    border: none;
    display: flex;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
}
.btnformLog button {
   background: none !important;
   border: none !important;
   font-weight: 700;
}
.btnformLog button:focus , .btnformLog button:focus-visible {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
 }
.btBtnCol{
    text-align: center;
    margin-top: 40px;
}
.btnformLog img{
    width: 30px;
    height: 30px;
}
.btnformLog:hover{
   opacity: 0.8;
}
 /* Register  */
 .gmailRegister {
    display: flex;
    padding: 10px 15px;
    background-color: #f1f1f1;
    box-shadow: -13px 0 35px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 10px auto;

}
.gmailRegister>img{
    width: 20px;
    height: 20px;
}
.gmailRegister>a{
    font-size: 15px;
    font-weight: 600;
    color: #777575;
    text-decoration: none;
    margin-left: 20px;
}
.gmailRegister>a:hover{
    opacity: 0.5;
}
.hrLogin{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
 .termCond{
    color: #012E7F;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
 }
 #navLang{
    border: none !important;
    background: none !important;
    outline: none !important;
 }
#navLang:hover , #navLang:focus , #navLang:focus-visible , #navLang:active{
    border: none !important;
    background: none !important;
    outline: none !important;
 }
 #navDrowpLang{
  
    padding: 10px;
    margin-left: -100px;
 }
 #navDrowpLang img{
    width: 30px;
    height: 30px;
 }
 .div777{
    display: flex;
    justify-content: space-around;
 }
 .div777 a:hover{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* Contact --------------- */


.slideContact{
    display: flex;
    background: linear-gradient(90deg,#D7ECF1 0%,  #92C2F2 100%);
    /* height: 510px; */
    justify-content: space-between;
}
.imgPic77{
    display: flex;
    justify-content: space-between;
  
}
 
 .pi7Pic{
    /* width: 250px; */
    max-width: 300px;
    /* display: flex; */
    align-items: center;
    background: white;
    margin-top: 280px;
    position: absolute;
    padding: 5px;
    border-radius: 30px;
 }
.sahel{
    display: flex;
}
.parag789{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 15px;
}
 
 .txt778>h4{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    
 }
.pi7Pic img{
width: 55px;
height: 55px;
}
.textTxt{
    padding-top: 120px;
    padding-left: 80px;
}
 .txt778{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 5px;
}
 
.textTxt>h2{
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.textTxt>p{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.txt778 p{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
}

 .t_txtMess{
    display: flex;
    flex-direction: column;
 }
 .pi_pic img{
width: 25px;
height: 25px;
 }
 .messCoolian{
    background: white;
    top: 480px;
    position: absolute;
    right: 80px;
    border-radius: 30px;
    padding: 5px;
    margin: auto;
 }
 .t_txtMess h2{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
 }

 .t_txtMess p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
 }
 .pi_pic{
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-right: 5px;
 }
 .contactMessageBox{
    position: relative;
    
    width: 1100px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
    background-color: white;
    padding:30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
   top: -80px;
    z-index: 999999;
    margin: auto;
}
.nameMMessage input{
    margin: 10px 0;
}
.nameMMessage input:active , .nameMMessage input:focus-visible{
    border: 1px solid rgb(224, 224, 224) !important;
}
.submitBtnMessage{
    width: 100%;
    text-align: left;
    margin-top: 50px;
}
.submitBtnMessage button{
    text-align: center;
    background-color: #0052F6;
    width: 15%;
}
.contactMeUs{
    margin: auto;
}
.contactMeUs>h2{
   font-size: 25px;
   font-weight: 700;
}
.cntContact{
    height: 110px;
    width: 410px;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    background-color: #EBF5F7;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    justify-content: space-around;
    align-items: center;
}
.imgCnt>img{
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.teloCnt{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.teloCnt>h4{
    font-size: 18px;
    font-weight: 700;
    color: black;
}
.mobilCnt>p{
    font-size: 13px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 0;
}
.teloCnt p{
    font-size: 13px;
    font-weight: 500;
}
.googleMessage{
    margin: 30px auto;
}
.googleMessage #googleMap{
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* Services-------  */
.slSlide{
    margin: 0;
    padding: 0;
}
.slideService{
    background-color: #ddf4fc;
   
    padding: 50px 20px;
}
.slideService>h2{
    font-size: 60px;
    text-align: center;
    color: #012E7F;
    font-weight: 700;
    margin-top: 50px;
}
.slideService p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #00007e;
    margin-bottom: 0;
    margin-top: 20px;
}
.teamServices{
    margin-top: 50px;
    margin-bottom: 30px;
 
}
.teamServices>ul{
    display: flex;
    justify-content: center;
}
.nav-pills {
 
 
    --bs-nav-pills-link-active-bg: #dfecff;
}
.picTxtPills{
    display: flex;
    flex-direction: column;
}
.picTxtPills:hover img{
    opacity: 0.5;
    cursor: pointer;
}
.socialMediaImg{
 
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    margin: auto;
    margin-top: -30px;
}
.picTxtPills>img{
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.picTxtPills>h2{
text-align: center;
font-size: 18px;
font-weight: 700;
margin-top: 15px;
}
.picTxtPills>p{
margin-bottom: 0;
text-align: center;
font-size: 15px;
font-weight: 500;
margin-top: 10px;
}

.socialMediaImg img{
    margin: 0 15px;
    width: 35px;
    height: 35px;
    padding: 5px;
    background-color: #090a4a;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* NEWS BLOG ----  */

.newsBlog{
    margin: 0;
    padding: 0;
}
.blogNewsCard{
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
    width: 350px;
    margin: 0 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.blogNewsCard p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
}
.timeCalenCardNews{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.lnNews7 img{
    width: 25px;
    height: 25px;
}
.lnNews7 h6{
    font-size: 11px;
    margin-left: 5px;
}
.lnNews7{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.blogNewSe{
    margin: 0;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 30px;
}
.logoNews_bl{
    padding: 15px;
    background-color: #00a6c3;
    width: 50%;
    margin-left: 190px;
    border-radius: 10px;
    margin-top: -25px;
}
.blogNewsCard img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.logoNews_bl h2{
text-align: center;
color: white;
font-size: 35px;
font-weight: 700;
}
.logoNews_bl h4{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.seeNewsArticle {
    font-weight: 700;
    margin: 20px;
    text-align: center;
    background-color: #00a6c3;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.blogNewsCard h3{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
}
.seeNewsArticle:hover{
    opacity: 0.8;
    color: #000000;
}

/* Support -----  */
.supportCl{
    height: 300px;
    background-color: #00a6c3;
}
.supportCl h2{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    color: white;
}
.textIssue{
    padding: 50px;
    width: 80%;
    margin: auto;
    padding-top: 5px;
}
.textIssue p{
    font-weight: 500;
    color: #001e7b;
}
.tIssue {
    
    top: -30px;
    
}