.elementor-16159 .elementor-element.elementor-element-0d7deea .cz_btn,.elementor-16159 .elementor-element.elementor-element-0d7deea .cz_btn:before{font-size:14px;background-position:center center;}.elementor-16159 .elementor-element.elementor-element-7c57489{--spacer-size:20px;}.elementor-16159 .elementor-element.elementor-element-f23199a .cz_line_side_after{right:10px;}.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_title_line span,.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_line_side_solo{background-color:#feb602;width:45px;height:3px;top:20px;left:0px;}.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_shape_1{font-size:34px;color:rgba(254,182,2,0.21);text-transform:uppercase;top:45px;}.elementor-16159 .elementor-element.elementor-element-2406864{--spacer-size:20px;}.elementor-16159 .elementor-element.elementor-element-98b9696 .widget-image-caption{color:#000000;font-family:"Vazirmatn", Sans-serif;font-size:18px;font-weight:600;font-style:normal;}.elementor-16159 .elementor-element.elementor-element-4f9ad00 .widget-image-caption{color:#000000;font-family:"Vazirmatn", Sans-serif;font-size:18px;font-weight:600;font-style:normal;}@media(max-width:767px){.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_title_content{margin-top:-70px;}.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_title_line span,.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_line_side_solo{display:none;}.elementor-16159 .elementor-element.elementor-element-f23199a .cz_title .cz_shape_1{font-size:42px;letter-spacing:0px;position:relative;}}/* Start custom CSS for html, class: .elementor-element-c7abe0f */@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700&display=swap");
* {
  transition: 0.33 ease all;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  /* background: #11998e;  
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  
  background: linear-gradient(to right, #38ef7d, #11998e);  */
}
html {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
div.main {
  /*height: 100vh;*/
  display: flex;
  align-items: center;
  /* background: #11998e;  
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  
  background: linear-gradient(to right, #38ef7d, #11998e);  */
  justify-content: center;
}
div.container {
  background: #12192c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  color:#fff;
  padding: 5px;
  border-radius: 10px;
}
.imag {
  width: 100%;
}
.color12 h1 {
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 15px;
  font-family: monospace;
  color:#fff;
}
p {
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 30px 0;
}
div.imag {
  height: 300px;
  width: 100%;
  background: url("https://megaclinic.ir/wp-content/uploads/2024/01/IMG_2395-scaled.jpg");
  background-size: cover;
  /*background-repeat: no-repeat;*/
  background-position: center;
  border-radius: 10px;
}
div.text-container {
  margin: 60px 45px 55px;
}
@media screen and (min-width: 768px) {
  div.container {
    width: 100%;
    flex-direction: row;
  }
  div.imag {
    min-width: 260px;
    height: 320px;
  }
  div.text-container {
    margin: 0 60px;
    max-width: 660px;
  }
}
@media screen and (min-width: 1024px) {
  div.container {
    max-width: 1200px;
  }
}
.credit a{
  text-decoration: none;
  color: #38ef7d;
  font-weight: 800;
}
.credit {
    margin-top: 10px;
}/* End custom CSS */