/* @media only screen and  (max-width: 1200px) {  } */

@media only screen and (max-width:1160px)   {  }

@media only screen and (max-width:991px){
  /*RESPONSIVE NAVIGATION*/
  .mobile-menu{
    display: block;
  }
  /*RESPONSIVE NAVIGATION*/
}

@media only screen and  (max-width: 768px)  {  }

@media only screen and  (max-width: 576px)  { 
    .main h2 {
    font-size: 18px;
  
    padding-bottom: 10px;
}.typewriter {
    font-size: 22px;

}.main p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;

}
.profile {
    padding: 25px 0px;
}.dis {
    display: flex;
    padding-top: 5px;
}.experience {
    padding-bottom: 15px;
}.side {
    padding-bottom: 12px;
}.exp-txt {

    line-height: 10px;
    padding-top: 0px;
}
  .green-txt {
    font-size: 14px;
     }
    .exp-txt {
      font-size: 12px;
    }
 .shad1 img {
    width: 7%;
    height: 0%;
}
.skills h6 {
    font-size: 10px;
    line-height: 16px;
}
.dis img {
  width: 16%;
  height: 0%;
}
.withou-img {
    padding: 65px 0px 0px 20px;
}
.name h4 {
    font-size: 17px;
   
}
.profile h5 {
    font-size: 15px;
   
}
.profile p {

    font-size: 16px;
     font-family: auto; 
    padding-right: 15px;
}
.edu p {

    font-size: 14px;

}
.experience p {

    font-size: 10px;

}
.shad1 {
    padding-right: 15px;
    width: 100%;
    background: #000;
    color: #fff;
}
.contact {
    padding: 30px 0px 0px 10px;
    display: none;
}
 }

@media only screen and  (max-width: 375px)  {  }

