/*! CSS Used from: Embedded */
::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border: 1px solid #8295ad;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

/*! CSS Used from: Embedded */
::-webkit-scrollbar {
    appearance: none;
}

.erWlKI {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 120px;
}

@media (max-width: 1200px) {
    .erWlKI {
        padding: 60px 0px;
        margin-left: 20px;
    }
}

.erWlKI .line {
    width: 75%;
    height: 1px;
    background-color: rgb(66, 82, 102);
}

.erWlKI .circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgb(51, 199, 204);
}

::-webkit-scrollbar {
    appearance: none;
}

.welcome h2{
    font-family: 'Pharma', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0px 0px 54px;
    color: rgb(255, 102, 102);
}

.welcome{
    position: relative;
}

.welcome img{
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 20%;
    z-index: -10;
    /* animation: products-img 20s ease infinite; */
    opacity: 0.4;
  }

.welcome p{
    color: #fff;
    opacity: .8;
}



.fyfxlp{width:100%;display:flex;-webkit-box-align:center;align-items:center;flex-direction:row;padding-top:150px;padding-bottom:150px;margin-left:-120px;}
@media (max-width: 1200px){
.fyfxlp{padding:60px 0px;margin-left:-20px;}
}
.fyfxlp .line{width:75%;height:1px;background-color:rgb(66, 82, 102);}
.fyfxlp .circle{width:11px;height:11px;border-radius:50%;background-color:rgb(255, 102, 102);}
::-webkit-scrollbar{appearance:none;}


.service{
    padding-bottom: 100px;
}

.service h2{
    font-family: 'Pharma', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0px 0px 54px;
    color: rgb(51, 199, 204);
    text-align: right;
}

.service-item{
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.service-item:nth-child(2n){
    padding-left: 20px;
}
.service-item:nth-child(2n+1){
    padding-right: 20px;
}

.service-item:hover a{
    color: rgb(51, 199, 204);
}

.service-item h3 a{
  color: #fff;
}

.service-item h3{
    border-left: 2px solid rgb(51, 199, 204);
    padding:0 15px;
    font-size: 20px;
    font-family: 'Pharma', sans-serif;
}

.service-item p{
    opacity: .8;
    height: 50px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}


.service-item:hover p{
    height: 100%;
}

.service-item:hover{
  box-shadow: 0px 0px 10px #ffffff22;
  background-color: #ffffff11;
  border-radius: 24px;
}

.service{
    position: relative;
    
  }
  
  .service img{
    position: absolute;
    top: 500px;
    width: 20vw;
    right: 20vw;    
  }

  .service img:hover{

    animation: move 8s ease-in-out forwards;
  }

  @keyframes move{
    0%{
        top: 500px;
        right: 20vw;
    }
    50%{
        top: 485px;
        right: 18vw;
    }
    100%{
        right: 20vw;
        top: 470px;
    }

  }


  .products h2{
    font-family: 'Pharma', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0px 0px 54px;
    color: rgb(255, 102, 102);
}

.product-circle{
    margin-top: 15px;
}

.product-circle .circle{
    
    border-radius: 50%;
    width: 220px;
    height: 220px;
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pharma', sans-serif;
    font-size: 18px;
    color: #fff;
  }

  .product-circle .more{
    display: none;
  }

  .circle1:hover .more{
    display: block;
    color: #fff;
  }
  .circle2:hover .more{
    display: block;
    color: #fff;
  }

  .circle1{
    position: relative;
    top: 0px;
    left: 120px;
    border: 1px dashed rgb(51, 199, 204);
    
  }

  .circle2{
    position: relative;
    top: 130px;
    left: -90px;
    border: 1px dashed rgb(255, 102, 102);
  }

  .product-link a{
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    border-right: 3px solid rgb(51, 199, 204);
    display: inline-block;
  }

  .product-link1,.product-link2{
    margin: 30px 0;
    opacity: 0.6;
  }

  .product-left.active .product-link1,.product-right.active .product-link2{
    opacity: 1;
  }

  .product-link1:hover,.product-link2:hover{
    opacity: 1;
  }

  .product-link1 a,.product-link2 a{
    position: relative;
  }

  @media (max-width: 991px){
    .circle1,.circle2{
        position: static;
    }
    .product-link1 a,.product-link2 a{
        position: static;
      }

     .product-link{
        padding: 0 !important;
     } 
  }

  .product-link2 a{
    border-left: 3px solid rgb(255, 102, 102);
    border-right: 0;
  }

  .products{
    position: relative;
  }

  /* .products img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    z-index: -10;
    animation: products-img 20s ease infinite;
    opacity: 0.8;
  } */

  .product-right img{
    width: 50vw;
    position: absolute;
    bottom: -70px;
    right: 15px;
    opacity: .2;
    z-index: -10;
    transition: all .5s linear 0s;
  }

  .product-right.active img{
    width: 50vw;
    position: absolute;
    bottom: -70px;
    right: 0;
    opacity: 1;
  }

  .product-left img{
    width: 50vw;
    position: absolute;
    top: 220px;
    left: 40px;
    opacity: .2;
    z-index: -10;
    transition: all .5s linear 0s;
  }

  .product-left.active img{
    left: 25px;
    opacity: 1;
  }

  @keyframes products-img{
    0%{
        bottom: 0;
    left: 0;

    }
    50%{
    left: 50px;
    bottom: -100px;
    }
    100%{
        bottom: 0;
    left: 0;

    }
  }

  .circle1:hover{
    border: 1px solid rgb(51, 199, 204);
    color: rgb(51, 199, 204);
    box-shadow: 0px 0px 20px rgb(51, 199, 204);
    background-color: rgba(51, 199, 204,1);
    position: relative;
    z-index: 10;
  }

  .circle2:hover{
    border: 1px solid rgb(255, 102, 102);
    color: rgb(255, 102, 102);
    box-shadow: 0px 0px 20px rgb(255, 102, 102);
    background-color: rgb(255, 102, 102);
    position: relative;
    z-index: 10;
  }

  .circle a{
    display: none;
  }

  .circle:hover a{
    color: #fff;
    display: block;
  }

  .circle:hover span{
    display: none;
  }

  .new h2{
    font-family: 'Pharma', sans-serif;
    font-size: 45px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0px 0px 54px;
    color: rgb(51, 199, 204);
    text-align: right;
}



/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_move>div{
  width: 25vw;
  margin: 0 2vw;
  border-radius: 8px;
  height: 340px;
  background-size: cover !important;
}

.str_move{
  display: flex;
}

.jq22{
  height: 340px !important;
}

.str_wrap.str_active {
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;

	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}

.new{
    padding-bottom: 40px;
}

.new a{
    margin: 2vw;
}

.new img{
    width: 25vw;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.new p{
    text-align: right;
    opacity: 0.8;
    margin-bottom: 80px;
}

.social{
    overflow: hidden;
}

.social li{
    float: left;
}

.social li a{
    color: #000;
    padding: 8px;
}



.footer-bottom{
    background-color: rgb(51, 199, 204);

}

.social li a:hover{
    color: rgb(255, 102, 102);
}

#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  padding: 10px;
  background-color: #031927;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}

#scrollToTopBtn:hover{
  box-shadow: 0px 0px 4px #fff;
}

#scrollToTopBtn.hidden {
  display: none;
}

#pages{
  padding: 90px 0;
  background-color: #fff;
  color: #425266;
}

.crumbs a{
  color: rgb(51, 199, 204);
}

.crumbs{
  margin-bottom: 30px;
}









/* left nav */
    
.accordion {
  width: 100%;
  background: #FFF;
  padding: 0;
}

.accordion .link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0 5px 10px;
  margin: 10px 0;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  align-items: center;
}

.accordion>li>.link{
  font-size: 16px;
  border-left: 3px solid rgb(51, 199, 204);

}

.accordion a:hover{
  color: rgb(51, 199, 204);
}

.accordion .link i{
  margin-right: 5px;
}

.accordion .link a{
  color: #1A2A36;
}
.accordion .link a:hover{
  color: #0a2d63;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li{
  cursor: pointer;
}
.accordion li i {
  /* position: absolute; */
  top: 16px;
  left: 0;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
} */

.accordion li.open .link {
  color: #0a2d63;
}

.accordion li.open i {
  color: #0a2d63;
}

.accordion li.open>.link>i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  padding: 0;
}

.submenu>li {
  /* border-bottom: 1px solid #d6d7dc; */
}

.submenu a {
  display: block;
  text-decoration: none;
  padding: 6px 0;
  padding-left: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #555;
  text-align: left;
}

.submenu a:hover ,.submenu li.current a{
  /* background: #0a2d63;
  color: #FFF; */
  color: #0a2d63;
}

.left-nav-title{
  background: #0a2d63;
  color: #FFF;
  padding:1rem 1.8rem 0.8rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.navbar-nav .text-left .text-left .text-left{
  display: none !important;
}

.navbar-nav .text-left .text-left .has-dropdown::after{
  display: none !important;
}

.submenu .link{
  padding: 0 0 0 5px;
}

.accordion {
  font-size: 15px;
}

.accordion .submenu .link i{
}

.level2-left{
  /* border-bottom: 1px solid #ddd; */
}

.level2-left:last-child{
  border-bottom: 0;
}

.accordion .submenu .submenu a{
  font-weight: normal;
  font-size: 14px;
  color: #888;
  
}

.accordion .submenu .submenu .submenu li{
  border-bottom: 0;
  padding-left: 10px;
  background-color: #f7f7f7;
  font-size: 13px;
}













.page-right{
  padding-right: 20px;
}



.page-right h1{
  font-weight: bold;
  font-size: 26px;
  color: rgb(51, 199, 204);
}

.page-right h2{
  font-weight: bold;
  margin: 20px 0 10px;
}

.left-title{
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0;
}

.inquiry-box input{
  display: block;
  width: 100%;
  border: 1px solid #aaa;
  padding: 10px;
}

.inquiry-box label{
  display: block;
  margin: 10px 0 5px;
}

.inquiry-box textarea{
  border: 1px solid #aaa;
  width: 100%;
  padding: 10px;
  height: 100px;
}

.inquiry-box .submit{
  padding: 10px 30px;
  border: 0;
  background-color: rgb(51, 199, 204);
  margin-top: 15px;
  cursor: pointer;
  border-radius: 4px;
}

.page-right a{
  color: rgb(51, 199, 204);
}

.page-right a:hover{
  color: rgb(255, 102, 102);
}

.page-box1{
  /* box-shadow: 0px 2px 16px #ddd; */
  margin-bottom: 20px;
  display: block;
  height: 100%;
}

.page-box1 img{
  width: 100%;
}

.page-box1 a{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 7px 10px;
  cursor: pointer;
}

.page-box1 p{
  padding: 10px;
  margin: 0;
  background-color: #f7f7f7;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-text{
  border-left: 3px solid rgb(51, 199, 204);
  padding-left: 15px;
}

.contact-text i{
  font-size: 20px;
  margin-right:5px;
  color: rgb(51, 199, 204);
}



.contact-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom:5px;
}

.career-box{
  padding: 20px;
  border-left: 3px solid rgb(51, 199, 204);
  box-shadow: 0px 2px 16px #ddd;
  margin-bottom: 20px;
}

.career-box a{
  font-size: 18px;
  font-weight: bold;
}



.covid_publicity{
	background-color: #f6f6f6;
	/* color: #fff; */
	padding: 0px 20px 0;

	z-index: 10000;
	display:none;
  }
  .covid_publicity.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  }
  #code-sars{
	  max-width: 1400px;
	  margin: auto;
  }

  .covid_publicity.close{
	display: none;
  }
  
  .covid_publicity .covid_publicity_close {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
  }
  
  .goodtxt {
	text-align: center;
  }
  .goodtxt h3{
	  margin-bottom: 10px;
  }
  .goodtxt a,.goodtxt p{
	/* color: #fff; */
  }
  
  .close_read {
	background: #604a7b;
	color: #fff;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 30px;
	text-align: center;
	height: 35px;
	width: 240px;
	z-index: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
	line-height: 30px;
  }
  
  .close_read:hover{
	color: #2751a3;
	background-color: #fff;
  }
  
  #closebottom i{
	color: #333;
  }

.events-link{
	color: #2751a3;
}


#formID input,#formID textarea{
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #f7f7f7;
}

#formID label{
  display: inline-block;
  margin: 7px 0;
}

.page-right h2,.page-right h3{
  font-weight: bold;
  margin: 20px 0 10px;
  font-size: 21px;
}



/* flilter */


.products-container {
	width: 100%;
	margin-top: 20px;
}

.products-container .tabs {
	width: 100%;
}

.products-container .tabs .content section.content-current {
	display: block;
}

.products-container .tabs .content section {
	display: none;
}

.products-container .tabs .content section .mediabox-1 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgb(51, 199, 204);
	position: relative;
}

.products-container .tabs .content section .mediabox-1 span {
	display: block;
	position: absolute;
}

.products-container .tabs nav li {
	padding-left: 0px;
	line-height: 40px;
	cursor: pointer;
}

.products-container a{
	color: #604a7b;
}

.products-container .tabs nav li a {
	font-size: 16px;
}

.products-container .tabs nav li.tab-current {
	border-left: 1px solid rgb(51, 199, 204);
	box-shadow: inset 2px 0 rgb(51, 199, 204);
	background: #f5f5f5;
}

.products-container .tabs nav li.tab-current a {
	color: rgb(51, 199, 204);
}

.filter li{
	font-weight: bold;
}
.filter select{
	width: 100%;
	padding: 8px;
	color: #666;
  margin: 5px 0 10px;
  border: 1px solid #aaa;
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
.Verification-code{ position:relative;}
.Verification-code .check-fa { position: absolute; top: 15px; right: 5%; font-size: 22px; color: #7b9d3b;}
.icon-bg-circle{ display:inline-block; width:33px; height:33px; line-height:33px; background-color:#1c447f; color:#fff; text-align:center; margin-right:10px;
 -webkit-border-radius:33px;
 -moz-border-radius:33px;
 -o-border-radius:33px;
 border-radius:33px;
 }
.icon-bg-circle .fa-envelope, .fa-fax{ font-size:18px;}

.keywordsearchlist{
  display: flex;
  flex-wrap: wrap;
}

.keywordsearchlist span {
  display: block;
  background-color: #f3f3f3;
  padding: 5px 5px 5px 15px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-right: 10px;
}


.container-row-a li {
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 10px 20px 0 20px;
  background: #f5f5f5;
}

.product-title{
  font-size: 16px;
  margin: 10px 0;
}

.product-title a{
  font-weight: bold;
}

.pro-parameters{
  overflow: hidden;
}

.pro-parameters>div{
  width: 49%;
  margin-right: 1%;
  float: left;
}

.On-Inquiry,.btn {
  padding: 7px 15px;
  border: 0;
  background-color: rgb(51, 199, 204);
  color: #fff !important;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}

.On-Inquiry{
  padding: 5px 10px;
}

.btn{
  padding: 10px 20px;
  margin-top: 20px;
}

.more-about{
  padding: 7px 15px;
  border: 0;
  background-color: rgb(51, 199, 204);
  color: #fff !important;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}

.careers-h4{
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0;
}

.post-holder{
  padding: 15px 0 10px;
  border-bottom: 1px solid #ddd;
}

.post-holder b{
  color: rgb(255, 102, 102);
}

.careers-detail .col-md-3{
  font-weight: bold;
}

.row.careers-detail:nth-child(2) {
  border-top: 1px solid #dddddd;
}

.careers-detail {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  margin: 0 !important;
}

.careers-detail ul li {
  list-style: disc;
}

.careers-detail ul{
  padding-left: 20px;
}




.introduction_area {
  background-color: #f2f2f2;
  border: 1px solid #efefef;
  padding: 20px;
  margin-top: 30px;
}

.introduction_video {
  display: none;
margin-top: 15px;
}



.apple-podcasts{
  text-align: right;
}

.video-img{
display: flex;
padding-right: 0 !important;
}

.video-img img{
object-fit: cover;
width: 100%;
/* height: 182px !important; */
}

.videoarea {
  position: relative;
margin-right: 0 10px;
}

.playarea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  display: table;
  padding: 15px;
  width: 100%;
  height: 100%;
  /* min-height: 140px; */
}
.player {
  /* display: table; */
  width: 100%;
  /* justify-content: center; */
  position: relative;
  margin-top: 10px;
}

.playarea .small_player_area {
  display: block;
  width: 100%;
  position: relative;
}

@media (min-width: 1680px){
.player_share_icon {
  display: inline-block;
  float: right;
}
}

.player_share_icon img {
  width: 160px;
  display: inline-block;
}

.player_share_icon a{
display: inline-block;
margin-left: 20px;
margin-top: 10px;
}

.introductionlist {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  /* height: 300px; */
  overflow-y: auto;
}

.introductionlist, .introductionlist ul, .introductionlist li {
  margin: 0px;
  padding: 0;
  list-style: none;
}

.introductionlist ul li {
  border-bottom: 1px solid #efefef;
  padding: 15px;
  font-weight: bold;
  position: relative;
}
.introductionlist ul li i {
  display: none;
}

.video-title{
  cursor: pointer;
margin-right: 75px;
}

.voice {
  position: relative;
  margin-left: 10px;
}

.voice span {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 3px;
  height: 12px;
  background-color: #cccccc;
}

.introductionlist ul li:hover .voice span, .introductionlist ul .choosebg .voice span {
  background-color: #33c7cc;
}

.voice span:nth-child(1) {
  left: 0;
  animation: voice-1 0.7s ease infinite;
}
.voice span:nth-child(2){
left:6px;
animation: voice-1 1.5s ease infinite;
}
.voice span:nth-child(3){
left:12px;
animation: voice-1 2s ease infinite;
}
.voice span:nth-child(4){
left:18px;
animation: voice-1 1.3s ease infinite;
}
.voice span:nth-child(5){
left:24px;
animation: voice-1 1s ease infinite;
}
.voice span:nth-child(6){
left:30px;
animation: voice-1 0.5s ease infinite;
}

@keyframes voice-1
{
0% {
transform:scaleY(0.2);
transform-origin:0 12px;
}
50% {
transform:scaleY(1);
transform-origin:0 12px;
}
100% {
transform:scaleY(0.3);
transform-origin:0 12px;
}
}

@media (min-width: 769px){
.introductionlist ul li .duration {
  position: absolute;
}
}

.introductionlist ul li .duration {
  right: 15px;
  top: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #cccccc;
}

.introductionlist ul li:hover, .introductionlist ul .choosebg {
  background-color: #f8f8f8;
  color: #33c7cc;
}

.introductionlist ul li i {
  display: none;
}

.introductionlist ul .choosebg i {
  display: inline-block;
}

.introductionlist ul .choosebg .introduction_video{
display: flex;
}

.filter-box{
  position: sticky;
  top: 100px;
}

.related-box{
  display: flex;
  flex-wrap: wrap;
}

.related-box a{
  padding: 7px 10px;
  background-color: #f6f6f6;
  min-width: 48%;
  margin: 5px;
}

.tooltip-box{position: relative;}
.tooltip-box .tooltip{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height:1.4em;
}
.tooltip-box .tooltip a{color:#f3e04e;}
.tooltip-box .tooltip a:hover{color:#f3e04e; text-decoration: underline;}
.tooltip-box:hover .tooltip {
    display: block;
    opacity: 1;
}
.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}
.imgarea{
	height:200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.imgarea img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.imgarea:hover img{
	transform: scale(1.1); 
}

.inqunotice .google-policies{color:#000;}
.inqunotice .price-con,.inqunotice .price-con a,
.salearea .price-con,.salearea .price-con a{color:#000;}
.salearea{margin-bottom:20px; }

.pages-add-css {
  padding-top: 145px !important;
}
.page-tab-add-css {
  top: 125px !important;
}
.ullist-customer-reviews {
  list-style: none;
  background: #33cccc;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
  box-sizing: border-box;
}
.ullist-customer-reviews > li {
  list-style: none !important;
  background: #fff;
  width: 32%;
  min-height: 320px;
  border-radius: 7px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ullist-customer-reviews > li > em {
  font-size: 16px;
  flex: 1;
}
.ullist-customer-reviews > li > div {
  font-size: 20px;
  margin: 15px 0;
}
.ullist-customer-reviews > li > span {
  
}
.to-inquiry-form {
  cursor: pointer;
}
.fig-img-container {
  overflow-x: auto;
  width: 100%;
}
.fig-img-container .fig-img-in {
  display: flex;
  align-items: end;
  width: 180%;
  
}
.fig-img-container .fig-img-in > p {
  padding: 0 20px;
}
.fig-img-container .fig-img-in > p span {
  min-height: 55px;
  display: inline-block;
}
.row-add-css-ServiceShowPic .col-md-6 {
  display: flex;
  align-items: end;
}
.row-add-css-ServiceShowPic .col-md-6 * {
  margin: 0;
}

.ServiceShowPic.center-a > a {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  max-width: 300px;
}
.ServiceShowPic.center-a > a:hover{
  color: rgb(255, 102, 102);
  text-decoration: underline;
}
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px;
}
.faq-grid .faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.faq-grid .question {
  margin: 0 !important;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  transition: background-color .3s ease;
  font-size: 16px !important;

}
.faq-grid .question::after {
  content: '+';
  font-size: 18px;
  font-weight: 400;
}
.faq-grid .question.active::after {
  content: '−';
}
.faq-grid .answer.active {
  padding: 24px;
  max-height: 1000px;
}
.faq-grid .answer {
  margin: 0;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  background: #fff;
}

.workflow-css {
  display: flex;
  flex-wrap: wrap;
}
.workflow-css .workflow-item {
  width: 33.3%;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}
.workflow-css .workflow-img {
  width: 60px;
  height: 60px;
  background-color: #32c7cc;
  background-image: url(../images/workflow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  border-radius: 50%;
}
.workflow-css .arrow::before {
  /* display: block; */
  /* float: right; */
  /* margin-top: 1px; */
  /* margin-right: 1px; */
  color: #32c7cc;
  display: inline;
  font-size: 32px;
  /* height: 30px; */
  /* line-height: 30px; */
  font-family: 'FontAwesome';
  height: auto;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
  position: absolute;
  top: 2px;
  right: 28%;
  /* padding: 0 10px; */
}
.workflow-css .workflow-item:last-child .arrow {
  display: none;
}


.what-we-offer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px;
}
.what-we-offer .what-we-offer-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.what-we-offer .what-we-offer-h3 {
  margin: 0 !important;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  transition: background-color .3s ease;
  font-size: 16px !important;
  color: #32c7cc;

}
.what-we-offer .what-we-offer-h3::after {
  content: '+';
  font-size: 18px;
  font-weight: 400;
}
.what-we-offer .what-we-offer-h3.active::after {
  content: '−';
}
.what-we-offer .what-we-offer-div.active {
  padding: 24px;
  max-height: 1000px;
}
.what-we-offer .what-we-offer-div {
  margin: 0;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  background: #fff;
  color: #32c7cc;
}