@media screen and (max-width: 1366px){
}
@media screen and (max-width: 1200px){
  .bannerImg{
    height: 100%;
  }
  .bannerImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .bannerContent .bannerTxt{
    width: 100%;
  }
}
@media screen and (max-width:991px){
.rightTxt{
  margin-top: 30px;
}
.form-left_img{
  width: 100%;
  height: 50%;
}
}
@media screen and (max-width:768px){
  .form-left_img{
    background-size:cover;
  }
  .form_heading{
    font-size: 30px;
  }
  .testimonials-item {
    display: flex;
    align-items: center;
    padding-left: 0;
    position: relative;
    margin-right: 0;
    flex-direction: column;
    align-items: self-start;
}
.testimonial-card {
  background-color: #fff;
  padding: 20px;
  position: relative;
  left: 0;
}
.avater_frame{
  margin-bottom: 20px;
  position: relative;
}
.section_heading br{
  display: none;
}
.map-section{
  height: auto;
}
.map-section iframe{
  height: 250px;
}
footer{
  text-align: center;
}
footer .text-end{
  text-align: center !important;
}
.address_card {
  background-color: #fff;
  padding: 35px 66px;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo {
  width: 120px;
  height: auto;
}
.ph_link, .mail-link, .contact_link{
  display: block;
  text-align: right;
  margin-right: 0px !important;
}
.ph_link span span, .mail-link span span{
  display: none;
}
.contact_link span{
  display: inline-block;
}
.bannerContent .bannerTxt h1 {
  font-size: 40px;
  color: #fff;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
}
.title{
  text-align: center;
}
.banner_wrap ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding-left: 0px !important;
}
.linkble-icon {
  width: 30px;
  height: 30px;
  box-shadow: none;
  padding: 0;
  margin-right: 2px;
  margin-top: 2px;
}
/* font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal; */
}
@media screen and (max-width:360px){
  .logo {
    width: 96px;
    height: auto;
}
}