.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.text-align-center{
    text-align: center !important;
 }
 .align-items-right{     
    justify-content: end !important;
    align-items: end !important;
 }

.sbtn{ justify-content: space-between !important;}
.sevn{ justify-content: space-evenly !important;}
.sarnd{ justify-content: space-around !important;}

.flex-specialities  { 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.flex-helpline{
    display: flex;
    justify-content: space-between;;
    align-items: center;
    gap: 20px;
}
.flex-founder{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex-spb{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.flex-nav{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: initial;
    gap: 20px;
    width: 85%;
}

.flex-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-0{
    padding-top: 0 !important;
 }

.pt-20{
   padding-top: 20px !important;
}

.pt-40{
    padding-top: 40px !important;
}

.pt-60{
    padding-top: 60px !important;
}
.pt-80{
    padding-top: 80px !important;
}

.pt-100{
    padding-top: 100px !important;
}

.pb-0{
    padding-bottom: 0 !important;
}
.pb-20{
    padding-bottom: 20px !important;
}

.pb-40{
    padding-bottom: 40px !important;
}

.pb-60{
    padding-bottom: 60px !important;
}

.pr-0{
    padding-right: 0 !important;
}
.pr-20{
    padding-right: 20px !important;
}

.pr-40{
    padding-right: 40px !important;
}

.pr-60{
    padding-right: 60px !important;
}


.pl-0{
    padding-left: 0 !important;
}
.pl-20{
    padding-left: 20px !important;
}

.pl-40{
    padding-left: 40px !important;
}

.pl-60{
    padding-left: 60px !important;
}


.mt-20{
    margin-top: 20px !important;
}

.mt-40{
    margin-top: 40px !important;
}

.mt-60{
    margin-top: 60px !important;
}

.mt-80{
    margin-top: 80px !important;
}

.mt-100{
    margin-top: 100px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-40{
    margin-bottom: 40px !important;
}

.mb-60{
    margin-bottom: 60px !important;
}

@media only screen and  (max-width: 1200px)
{    .flex-nav {
        margin-top: 0;
    }
}
@media only screen and (max-width: 960px)
    {  .dnone{  display: none;    }  
       .flex-spb {   flex-direction: column;      gap: 15px;  }   
     }
@media only screen and  (max-width: 840px)
{   .flex-helpline { flex-direction: column;}
}
@media screen and (max-width: 769px)
{   .flex-helpline { flex-direction: column;}
    .flex-spb {        gap: 15px;  }   
}
@media screen and (max-width: 576px)
{ 
    .flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }
    .flex-nav {    gap: 14px;  margin-top: -25px;}
    .flex-spb{flex-direction: column;align-items: end;  gap: 15px; }
    .align-items-right{      justify-content: center !important;   align-items: center !important; }
}

@media screen and (max-width: 460px)
{   .flex { flex-direction: column;}
    .flex-nav {    gap: 3px;  margin-top: -25px;}
    .dnone{  display: none;   }
    .flex-spb{flex-direction: column;align-items: end;  gap: 4px; }
   
}