@media screen and (max-width: 1200px) {
 #credentials .cre-wrap{
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 991px) {
    #header .logo .logo-text h3{
        font-size: 22px;
    }
    #credentials .cre-wrap{
    grid-template-columns: repeat(1, 1fr);
}
#whatsapp img{
    width: 60px !important;
}
    
#credentials .cre-wrap{
    flex-direction: column;
}
    #header .logo .logo-icon{
        width: 25px;
        height: 25px;
    }
    #header .logo .logo-icon i{
        font-size: 15px;
    }
    #cover{
        height: 100px;
    }
    .cont-wrap{
      padding: 12px;
  }
  .pros span{
      font-size: 16px !important;
  }
  .cat-head-wrap{
      flex-direction: column;
      align-items: center !important;
  }
  .coun-wrap{
      margin-bottom: 12px;
  }
  .footer-bottom-links{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px !important;
    width: 100%;
    margin-top: 10px;
  }
  .footer-bottom-links a{
      text-align: center;
  }
    #banner h1 .break{
        display: inline-block !important;
    }
    #banner h1{
        font-size: 35px;
    }
    #banner p{
        font-size: 16px;
    }
    .word-slider{
        height: 41px;
    }
    #banner .break2{
        display: none;
    }
    #banner h1 .break1{
        display: inline-block !important;
    }
    #profile .pro-mid-btn a{
    display: block;
    font-size: 13px;
    width: auto;
    min-width: auto;
}
#profile .pro-mid-btn{
    display: flex;
    gap: 0 20px;
    margin-top: 20px;
}
#profile .pro-img{
    width: 100px;
    height: 100px;
}
#profile .pro-head h1{
    font-size: 24px;
}
#profile .pro-top{
    margin-top: -70px;
}
}

@media screen and (max-width: 720px) {
  .pro-top{
      flex-direction: column;
      align-items: start !important;
  }
  .pro-link{
      padding-top: 0 !important;
  }
  .pro-mid-cont{
      flex-direction: column !important;
      align-items: start !important;
  }
  .pro-link{
      align-items: end !important;
      gap: 25px !important;
  }
  .pro-head{
      flex-direction: column !important;
      align-items: start !important;
      gap: 0 !important;
  }
  #profile .pro-link a{
      flex-direction: column;
      font-size: 14px;
  }
  #profile .pro-mid .bio{
      width: 100%;
  }
  #menu{
      display: none;
  }
  .pack-wrap-cont{
      flex-direction: column-reverse;
  }
  #packages .mar-l{
      margin-left: 0 !important;
  }
  #packages .pack-img{
      width: 100%;
      height: 140px;
      margin-bottom: 10px;
  }
  #packages .pack-img img{
      height: auto;
  }
    #media .media-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    #review .rev-wrap{
        flex-direction: column;
        gap: 5px;
    }
    #header .navwrap{
        justify-content: start;
        gap: 10px;
    }
    #header .navwrap .nav{
        margin-right: auto !important;
    }
}

@media screen and (max-width: 500px){
    .newsletter-form{
        flex-direction: column;
    }
    #inner-banner h1{
        font-size: 35px;
    }
    #inner-banner p{
        font-size: 15px;
    }
    .search-box2{
        width: 100%;
    }
    #cat .cat-wrap .cat-img{
        width: 130px;
        height: 130px;
    }
    #cat .cat-wrap h4{
        font-size: 15px;
    }
    #cats .recent-list h4{
        font-size: 17px;
    }
    #cats .recent-list p{
        font-size: 14px;
    }
    #cats .recent-img {
    width: 80px;
    height: 80px;
    }
    #cats h3 {
    font-size: 22px;
    }
    #cats .recent-list-wrap {
        margin-top: 15px;
    }
    #cats .country-cat-wrap h2{
        font-size: 16px;
    }
}