@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
 
  .tp-portfolio-sa-item {
    transform: unset !important;
  }
.tp-service-hero-spacing {
  padding-top:155px;
}

.tp-portfolio-masonary-spacing {
  padding-top: 50px;
}
 .tp-portfolio-details-content{
  margin-top: 5px;
 }
.banner_title{position: absolute; top:50%; z-index: 199;width: 100%;text-align: center;display: flex;justify-content: center;}

.brd{ border-bottom: solid 1px #f2f2f2;} 

.radius_shadow{
  border-radius: 6px;
  box-shadow: rgba(17, 12, 46, 0.12) 0px 15px 20px 0px;
  border: solid 1px #FFF;
  overflow: hidden;
}
.radius6{  border-radius: 6px;}


.zoom img{transition: all 0.6s ease;}
.zoom img:hover{transform: scale(1.1) !important; }


.zoom1 {transition: all 0.6s ease;transform: unset !important;}
.zoom1:hover{transform: scale(1.1) !important;} 

.fw5ls1{font-weight: 500 !important; letter-spacing:0px;color: #1c1917;font-size: 15px;line-height: 1.5 !important;min-height: 70px;}
  
.bigtext_1{
  font-size: 190px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -15%;
  left: 25px;
  z-index: 0;
  font-weight: 600;
}


.transparent_bg {
  background: rgb(238, 238, 238);
}

.inner_header_bg{background-color: #eee;   }

.mask1 {  
  -webkit-mask-image: url(images/our_portfolio/industrial_projects/mask.jpg);
  mask-image: url(images/our_portfolio/industrial_projects/mask.jpg);
  mask-repeat: no-repeat;
}
  
.text-with-image {
  background: url('../images/our_portfolio/industrial_projects/mask.jpg') no-repeat top/cover;
  font-size: 95px;
  font-weight: 600;
  -webkit-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent; 
  line-height: 1;
  position: relative;
  top: 40px;
} 
  
.text-with-fill {
  font-size: 95px;
  font-weight: 600;
  position: relative;
  top: 0px;
}
  
.tp-service-hero-spacing1 {
  padding-top: 145px;
}

.mt50{ margin-top: 50px;}
.mt30{ margin-top: 30px;}


.text-with-outline1 {
  font-size: 50px;
  font-weight: 600;
  position: relative;
  top: 0px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #7a7a7a;
  -webkit-text-stroke-width: .02em;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.1;
  
} 
 
.text-with-outline1 span{
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  -webkit-text-stroke-width:0em;
  -webkit-text-fill-color:rgb(117, 117, 117);
} 

 
.tp-breadcrumb-list ul li {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-3);
  list-style: none;
  font-size: 14px;

}

.tp-breadcrumb-list ul li span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #ce6c31;
  border-radius: 40px;
  margin: 0px 7px 1px;
}

.tp-about-me-banner {
  overflow: hidden;
  height: 600px;
}   
  
.tp-portfolio-details-shedule ul {
  margin-bottom: 0px;
}

.tp-portfolio-sectitle .borders {
  width:147px;
  height: 1px;
  background: #ce6c31;
  display: inline-block;
  margin-left: 30px;
}

.tp-portfolio-sectitle {
  font-size: 35px;
} 

.tp-portfolio-details-shedule>ul>li>b{ position: relative;
    background: #CE6C31;
background: linear-gradient(to right, #CE6C31 0%, #000000 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
} 
.tp-portfolio-details-shedule>ul>li>b::before{ 
  content: ""; 
  position: absolute; 
  width: 100%; 
  height: 1px; 
  bottom: -4px; 
  left: 0px;
  background: #CE6C31;
  background: -webkit-linear-gradient(90deg,rgba(206, 108, 49, 1) 0%, rgba(206, 108, 49, 0) 100%);
  background: -moz-linear-gradient(90deg,rgba(206, 108, 49, 1) 0%, rgba(206, 108, 49, 0) 100%);
  background: linear-gradient(90deg,rgba(206, 108, 49, 1) 0%, rgba(206, 108, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#CE6C31",
    endColorstr="#CE6C31",
    GradientType=1
  );
}


.sub_title{
  background: #CE6C31;
  background: linear-gradient(to right, #CE6C31 0%, #000000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px !important;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
  line-height: 31px;
  letter-spacing: -0.18px;
}    
 
.tp-portfolio-details-shedule {
  background: var(--tp-common-white);
  border: 1px solid var(--tp-border-1);
  padding: 30px;
  border-radius: 6px 6px 0 0;
} 

.tp-portfolio-details-shedule ul li:last-child{ margin-bottom: 0px;padding-bottom: 0px;}

.taj p{
  text-align: justify;
}
 

.next_flex{ display: flex; justify-content: end;}

.next{ 
  width: 35px; 
  height: 35px; 
  border: #CACACA solid 1px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  background-color: rgb(255, 255, 255,0.1);
  backdrop-filter: blur(5px);}

.next i{  color: #8F8F8F;}

[hover-tooltip] { position: relative;}

[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 14px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 150px;
  max-width: 200px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #272727;
  border-radius: 4px;
  padding: 10px;
  color: #ffffff;
  z-index: 1;
  letter-spacing: 0.5px;
}

[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #272727 transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}

[hover-tooltip][tooltip-position=bottom]:hover::before {
  bottom: auto;
  top: calc(100% + 10px);
}

[hover-tooltip][tooltip-position=bottom]:hover::after {
  bottom: auto;
  top: calc(100% + 6px);
  border-color: transparent transparent #272727;
  border-width: 0 6px 4px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tp-portfolio-details-shedule-spacing {
  margin-top: -65px;
  position: relative;
  z-index: 2;
}
 

.tp-portfolio-details-shedule ul li {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  list-style: none;
}
  
.project_details{
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.project_details li{ /*! margin-right: 60px; */display: flex;margin-bottom: 15px !important;width: 32.7%;background: #f4f4f4;padding: 7px 10px;border-radius: 4px;} 
  
.tp-service-details-content ul li p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 22px;
  /*! width: 32.7%; */
  /*! background: #f4f4f4; */
  /*! padding: 5px 10px; */
  /*! border-radius: 4px; */
} 
 
.tp-service-details-content ul li i {
  font-size: 15px;
  color: #ce6c31;
  margin-right: 10px;
} 

.tp-portfolio-thumb.thumb-2 {
  height: auto;
  width: 100%;
  overflow: hidden;

}
.tp-portfolio-thumb.thumb-1 {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.flex_head_title{ display:flex};
 
.tp-portfolio-details-shedule-spacing.gala {
  margin-top: -59px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.tp-portfolio-details-shedule-spacing.amul {
  margin-top: -62px;
  position: relative;
  z-index: 2; 
}
 
.tp-portfolio-details-shedule ul li span {
  width: auto;
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 7px;
} 

.tp-portfolio-details-shedule-spacing.bmcc_2_elecon {
  margin-top: -121px;
  position: relative;
  z-index: 2;
} 

.tp-portfolio-details-shedule-spacing.bmcc_elecon {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.tp-portfolio-details-shedule-spacing.rotomative {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
.gam_img1{
  width: 50%;
}
.gam_img8{
  width: 50%;
}
.gam_img7{
  width:59.5%;
} 
.gam_img2{
  width: 40.5%;
}


.aga_img4{
  width: 38.45%;
}
.aga_img5{
  width: 61.55%;
}
.pharmacy_cvm_pg .tp-service-details-content ul li i {
  /*! line-height: 25px; */
  margin-top: 6px;
}
.pharmacy_img2{
  width: 38.75%;
}
.pharmacy_img3{
  width: 22.4%;
}
.pharmacy_img4{
  width: 38.85%;
}
.pharmacy_img5{
  width: 40.85%;
}
.pharmacy_img6{
  width: 59.15%;
}
.pharmacy_img7{
  width: 47.2%;
}
.pharmacy_img8{
  width: 52.8%;
}
.pharmacy_img9{
  width: 32.15%;
}
.pharmacy_img10{
  width: 32.2%;
}
.pharmacy_img11{
  width: 35.65%;
}

.cargroup_img8{
  width: 37.2%;
}
.cargroup_img9{
  width: 37.2%;
}
.cargroup_img10{
  width: 25.2%;
}
.ban_tranform{
  transform: translate(0px, 0px) !important;
}
.pg_link{
  text-decoration: underline;
  color: black;
}
.pg_link:hover{
  text-decoration: underline;
  color: black;
  opacity: 0.6;
}
.ivf_img1{
  width: 38.5%;
}
.ivf_img2{
  width: 61.5%;
}
.box_flex{
  display: flex;
}
.gala_img4{
  width: 26.5%;
}
.gala_img5{
  width: 36.7%;
}
.gala_img6{
  width: 36.7%;
}
.small_view{
  display: none;
}
.fs47{
  font-size: 47px !important;
}
.mt2{
  margin-top: 2px ;
}
.one_line_hg{
  min-height: 27px;
}
.two_line_hg{
  min-height: 50px;
}
.project_box{
  background: #f7f7f7;
  padding: 17px 0 17px;
  border-radius: 8px;
  margin: 0;
}
.mb50{
  margin-bottom: 50px !important;
}
.abhinan_img4{
  width: 52%;
}
.abhinan_img5{
  width: 31.65%;
}
.abhinan_img6{
  width: 48%; 
}
.abhinan_img10{
  width: 52.5%;
} 
.abhinan_img11{
  width: 32%;
}
.abhinan_img12{
  width: 47%;
}
.bg_trans{
  background-color: transparent !important;
} 
.li_pc{
  display: block !important;
}
.read_more_content .project_details  p{
  margin-top: 0 !important;
}
.project_details .fa-regular.fa-circle-check.mt10{
  margin-top: 4px !important;
}

.gala{width: 100%; }
.gala iframe{width: 100%; height: 50.5vh; border-radius: 6px;}

 .col_gap_content{
  column-gap: 30px !important;
  justify-content: start;
 }


@media screen and (min-width:1800px) and (max-width:1899px){
  .gala iframe{width: 100%; height: 478px; border-radius: 6px;}
  .text-with-outline1 {
    font-size: 50px;
  }
}

@media screen and (min-width:1700px) and (max-width:1799px){
  .gala iframe{width: 100%; height: 449px; border-radius: 6px;}
  .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .text-with-outline1 {
    font-size: 50px;
  }
  .fs47 {
    font-size: 42px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width:1600px) and (max-width:1699px){
       .gala iframe{width: 100%; height: 422px; border-radius: 6px;}
  .gx-50 {
    --bs-gutter-x: 30px;
  }
  .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .text-with-outline1 {
    font-size: 46px;
  }
  .fs47 {
    font-size: 40px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }


}

@media screen and (min-width:1500px) and (max-width:1599px){
     .gala iframe{width: 100%; height: 390px; border-radius: 6px;}
  .gx-50 {
    --bs-gutter-x: 30px;
  }
  .charotar_pg .project_details li {
    /*! margin-right: 20px; */
    width: 32.7%;
  }
  .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .text-with-outline1 {
    font-size: 41px;
  }
  .fs47 {
    font-size: 38px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }

    .two_line_hg {
  min-height: 70px;
}
}


@media screen and (min-width:1400px) and (max-width:1499px){
   .gala iframe{width: 100%; height: 365px; border-radius: 6px;}
  .gx-50 {
    --bs-gutter-x: 30px;
  }
  .sub_title {
    font-size: 22px !important;
  }
  .tp-service-hero-spacing1 {
    padding-top: 130px;
  }
  .text-with-outline1 {
    font-size: 40px;
  }
  .charotar_pg .project_details li {
    /*! margin-right: 20px; */
    width: 32.7%;
  }
  .cargroup_img8{
    width: 37.2%;
  }
  .cargroup_img9{
    width: 37.2%;
  }
  .cargroup_img10{
    width: 25.6%;
  }
  .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .fs47 {
    font-size: 35px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }
      .two_line_hg {
  min-height: 70px;
}
}

@media screen and (min-width:1300px) and (max-width:1399px){
      .gala iframe{width: 100%; height: 340px; border-radius: 6px;}
    .two_line_hg {
  min-height: 70px;
}
  .gx-50 {
    --bs-gutter-x: 30px;
  }
  .sub_title {
    font-size: 22px !important;
  }
  .tp-service-hero-spacing1 {
    padding-top: 130px;
  }
  .text-with-outline1 {
    font-size: 38px;
  }
  .charotar_pg .project_details li {
    /*! margin-right: 20px; */
    width: 32.7%;
  }
  .cargroup_img8{
    width: 37.2%;
  }
  .cargroup_img9{
    width: 37.2%;
  }
  .cargroup_img10{
    width: 25.6%;
  }
      .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .fs47 {
    font-size: 33px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }
  .col-lg-3.small_wd33 {
    flex: 0 0 auto;
    width: 33%;
  }
}

@media screen and (min-width:1200px) and (max-width:1299px){
    .gala iframe{width: 100%; height: 311px; border-radius: 6px;}

.col-lg-3.small_wd33 {
    flex: 0 0 auto;
    width: 33%;
  }

  .gx-50 {
    --bs-gutter-x: 30px;
  }
  .lap_none{
    display: none !important;
  }
    .sub_title {
    font-size: 22px !important;
  }
  .tp-service-hero-spacing1 {
    padding-top: 125px;
  }
  .text-with-outline1 {
    font-size: 35px;
  }
  .charotar_pg .project_details li {
    margin-right: 20px;
    width: 48%;
  }
  .cargroup_img8{
    width: 37.1%;
  }
  .cargroup_img9{
    width: 37.1%;
  }
  .cargroup_img10{
    width: 25.7%;
  }
  .tp-portfolio-details-shedule {
    padding: 25px;
  }
  .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .fs47 {
    font-size: 30px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }
    .project_details li {
  width: 32.7%;
}
  .li_pc{
  display: none !important;
}
.col_gap_content {
  column-gap: 30px !important;
  justify-content: start;
  flex-wrap: nowrap;
}
}

@media screen and (min-width:1100px) and (max-width:1199px){
    .gala iframe{width: 100%; height: 284px; border-radius: 6px;}
  .project_details li {
  width: 49.3%;
}
  .gx-50 {
    --bs-gutter-x: 24px;
  }
  .small_wd33{
    width: 33.33% !important;
  }
  .small_mb0{
    margin-bottom: 0px !important;
  }
  .small_mb50{
    margin-bottom: 50px !important;
  }
  .sub_title {
    font-size: 22px !important;
  }
  .tp-service-hero-spacing1 {
    padding-top: 125px;
  }
  .text-with-outline1 {
    font-size: 32px;
  }
  .small_none{
    display: none !important;
  }
  .aga_img4{
    width: 38.5%;
  }
  .aga_img5{
    width: 61.5%;
  }
  .charotar_pg .project_details li {
    margin-right: 20px;
    width: 48%;
  }
  .cargroup_img8{
    width: 37.1%;
  }
  .cargroup_img9{
    width: 37.1%;
  }
  .cargroup_img10{
    width: 25.7%;
  }  
  .ivf_img1{
    width: 38.7%;
  }
  .ivf_img2{
    width: 61.3%;
  }
    .small_view{
    display: block;
  }
  .res_wrp{
    display: flex;
    flex-wrap: wrap;
  }
  .tp-portfolio-details-shedule {
    padding: 20px 15px;
  }
    .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
  .fs47 {
    font-size: 28px !important;
    letter-spacing: -0.2px !important;
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }
  .li_pc{
  display: none !important;
}


.col_gap_content {
  column-gap: 30px !important;
  justify-content: start;
  flex-wrap: nowrap;
}
}

@media screen and (min-width:1025px) and (max-width:1099px){
  .gala iframe{width: 100%; height: 260px; border-radius: 6px;}
    .project_details li {
  width: 49.3%;
}
  .tp-portfolio-details-shedule {
  padding: 20px 15px;
}
  .gx-50 {
    --bs-gutter-x: 24px;
  }
  .small_wd33{
    width: 33.33% !important;
  }
  .small_mb0{
    margin-bottom: 0px !important;
  }
  .small_mb50{
    margin-bottom: 50px !important;
  }
  .text-with-outline1 {
    font-size: 30px !important;
  }
  .sub_title {
    font-size: 22px !important;
  }
  .tp-service-hero-spacing1 {
    padding-top: 125px;
  }
  .small_none{
    display: none !important;
  }
  .aga_img4{
    width: 38.5%;
  }
  .aga_img5{
    width: 61.5%;
  }
  .charotar_pg .project_details li {
    margin-right: 22px;
    width: 47.5%;
  }
  .cargroup_img8{
    width: 37.1%;
  }
  .cargroup_img9{
    width: 37.1%;
  }
  .cargroup_img10{
    width: 25.7%;
  }
  .ivf_img1{
    width: 38.7%;
  }
  .ivf_img2{
    width: 61.3%;
  }
  .tp-portfolio-details-shedule {
    padding: 20px 15px;
  }
  .small_view{
    display: block;
  }
  .res_wrp{
    display: flex;
    flex-wrap: wrap;
  }
  .small_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
    height: 40px;
  }
  .small_line::after {
    top: 47px;
  }
    .fs47 {
    font-size: 25px !important;
    letter-spacing: -0.2px !important;
  }
  .li_pc{
    display: none !important;
  }

.col_gap_content {
  column-gap: 30px !important;
  justify-content: start;
  flex-wrap: nowrap;
}
}

@media screen and (max-width:767px){
  
   .gala iframe{width: 100%; height: 260px; border-radius: 6px;}
  .fw5ls1 {
  min-height: auto !important;
}
    .gam_img8 {
  width: 100% !important;
}
.gam_img7 {
  width: 100% !important;
}
  
  .line_title {
    margin-bottom: 13px;
    margin-left: 0;
  }
  .line_title::after {
    height: 45px;
  }
  .tp-portfolio-sa-item{
    transform: unset !important;
  }
  .res_mb32{
    margin-bottom: 32px !important;
  }
  .res_mb15{
    margin-bottom: 15px !important;
  }
  .tp-portfolio-sa-thumb{
    margin-bottom: 7px;
  }
  .text-with-outline1 {
    font-size: 27px !important;
    margin-top: 10px;
    margin-bottom: 16px;
    line-height: 33px;
  } 
  .tp-breadcrumb-wrap {
    padding: 6px 0px 5px;
    display: none;
  }
  .tp-breadcrumb-list ul li {
    font-size: 13px;
  }
  .tp-about-me-banner{
    height: 260px;
  }
  .tp-about-me-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: unset !important;
  }
  .tp-portfolio-details-shedule-spacing {
    margin-top: 20px !important;
  }
  
  .sub_title {
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 13px;
  }
  .tp-portfolio-details-shedule {
    padding: 10px;
    border-radius: 6px !important;
    margin-bottom: 2px;
  }
  .res_none{
    display: none !important;
  }
  .box_flex{
    display: flex;
    flex-direction: column-reverse;
  }
  .res_mtbox{
    margin-top: -19px !important;
  }
  .tp-portfolio-details-shedule ul li {
    padding-bottom: 2px;
    font-size: 14px;
  }
  .tp-portfolio-details-shedule ul li:first-child {
    padding-bottom: 15px;
  }
  .tp-portfolio-details-shedule > ul > li > b {
    font-size: 16px;
  }
  .tp-portfolio-details-line svg path{
    fill: #aeaeae;
  }
  .tp-portfolio-details-content {
    margin-top: 0px;
  }
  .project_details {
    margin-top: -4px;
  }
  .project_details li {
    margin-right: 0;
    width: 100%;
  }
  .tp-service-details-content ul li p {
    font-size: 14px;
  }
  .tp-portfolio-masonary-spacing {
    padding-top: 26px;
  }
  .gam_img1 {
    width: 100%;
  }
  .gam_img2 {
    width: 100%;
  }
  .tp-portfolio-thumb img{
    object-fit: contain;
    transform: unset !important;
  }
  .res_pb40{
    padding-bottom: 40px !important;
  }
  [hover-tooltip]:hover::before {
    font-size: 12px;
    min-width: 110px;
    max-width: 115px;
    transform: translate(-63%);
    padding: 6px 4px;
    letter-spacing: 0.1px;
  }
  .dash_title {
    font-size: 23px !important;
    margin-bottom: -4px;
  }
  .tp-portfolio-sectitle .borders {
    width: 102px;
    margin-left: 19px;
  }
  .next {
    margin-left: 0;
  }
  .aga_img4{
    width: 100%;
  }
  .aga_img5{
    width: 100%;
  }
 .pharmacy_img2{
    width: 100%;
  }
  .pharmacy_img3{
    width: 100%;
  }
  .pharmacy_img4{
    width: 100%;
  }
  .pharmacy_img5{
    width: 100%;
  }
  .pharmacy_img6{
    width: 100%;
  }
  .pharmacy_img7{
    width: 100%;
  }
  .pharmacy_img8{
    width: 100%;
  }
  .pharmacy_img9{
    width: 100%;
  }
  .pharmacy_img10{
    width: 100%;
  }
  .pharmacy_img11{
    width:100%;
  }
  .res_lsn{
    letter-spacing: -0.1px;
  }
  .res_pt35{
    padding-top: 35px !important;
  }
  .res_mb25{
    margin-bottom: 25px !important;
  }
  .res_hg_aga{
    height: 300px !important;
  }
  .cargroup_img8{
    width: 100%;
  }
  .cargroup_img9{
    width: 100%;
  }
  .cargroup_img10{
    width: 100%;
  }
  .ivf_img1{
    width: 100%;
  }
  .ivf_img2{
    width: 100%;
  }
  .gala_img4{
    width: 100%;
  }
  .gala_img5{
    width: 100%;
  }
  .gala_img6{
    width: 100%;
  }
  .res_lh_unset{
    line-height: unset;
  }
  .res_mb5{
    margin-bottom: 5px !important;
  }
  .text-with-outline1 span {
    display: flex;
    margin-top: 4px;
  }
  .res_fs24{
    font-size: 25px;
  }
      .res_fs26{
    font-size: 26px;
  }
  .fs47 {
  font-size: 26px !important;
}
.abhinan_img4{
  width: 100%;
}
.abhinan_img5{
  width: 100%;
}
.abhinan_img6{
  width: 100%;
}
.abhinan_img10{
  width: 100%;
}
.abhinan_img11{
  width: 100%;
}
.abhinan_img12{
  width: 100%;
}
.one_line_hg{
  min-height: auto !important;
}
.two_line_hg{
  min-height: auto;
}
.li_pc{
  display: none !important;
}
}

@media screen and (min-width:640px) and (max-width: 767px){
 .tp-about-me-banner {
    height: 500px;
  }
  .res_hg_aga{
    height: 600px !important;
  }
    .res_w50{
    width: 50% !important;
  }
}
  @media screen and (min-width:741px) and (max-width: 767px){
     .gala iframe{width: 100%; height: 191px; border-radius: 6px;} 
  }
  @media screen and (min-width:701px) and (max-width: 740px){
     .gala iframe{width: 100%; height: 186px; border-radius: 6px;} 
  }
    @media screen and (min-width:673px) and (max-width: 700px){
     .gala iframe{width: 100%; height: 176px; border-radius: 6px;} 
  } 
  @media screen and (min-width:651px) and (max-width: 672px){
     .gala iframe{width: 100%; height: 168px; border-radius: 6px;} 
  } 
  @media screen and (min-width:611px) and (max-width: 650px){
     .gala iframe{width: 100%; height: 163px; border-radius: 6px;} 
  } 

  
  @media screen and (min-width:581px) and (max-width: 610px){
     .gala iframe{width: 100%; height: 151px; border-radius: 6px;} 
  }




  @media screen and (min-width:540px) and (max-width: 580px){
     .gala iframe{width: 100%; height: 136px; border-radius: 6px;} 
  }
@media screen and (min-width:540px) and (max-width: 639px){
 .tp-about-me-banner {
    height: 300px;
  }
  .res_hg_aga{
    height: 400px !important;
  }
  .res_w50{
    width: 50% !important;
  }
}

@media screen and (max-width: 416px){
  .res_line{
    line-height: 20px !important;
  }
  .res_line::after {
    top: 47px;
  }
}

@media screen and (min-width:377px) and (max-width: 385px){
  .res_fs24{
    font-size: 24px;
  }

}

@media screen and (min-width:365px) and (max-width: 376px){
  .res_lsn {
    letter-spacing: -0.5px;
  }
}

@media screen  and (max-width: 377px){
  .res_line{
    line-height: 20px !important;
    letter-spacing: -0.3px;
  }
   .text-with-outline1 {
    font-size: 25px;
  }
  .res_fs24{
    font-size: 24px;
  }
   .fs47 {
    font-size: 25px !important;
  }
}
@media screen  and (max-width: 368px){
   .text-with-outline1 {
    font-size: 25px;
  }
  .res_fs24{
    font-size: 23px;
  }
   .fs47 {
    font-size: 24px !important;
  }
}

@media screen and (max-width:539px){
  
    .gala iframe{width: 100%; height: 260px; border-radius: 6px;}

}