/* https://themewagon.github.io/terapia/about.html */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  color:#000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.mr {
  margin-right: 200px;
}

.margl80 {
  margin-left: 80px;
}

.margl60 {
  margin-left: 60px;
}

#search {
  background-image: url('../img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.card {
  height: 50vh;
  padding-top: 50px;
  margin-top: 30px;
}
.card .image{
  height: 120px;
  margin: 0 auto;
}
.card-1 {
  height: 43vh;
  padding: 30px;
  background-color: #f5f9f0;
}
.card-1 .image{
  height: 120px;
  margin: 0 auto;
}
.card-2 {
  height: 83vh;
  width: 57vh;
  background-color: #fff;
  margin-top: 40px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font14 {
  font-size: 14px;
}

.font20 {
  font-size: 1.25rem;
}

.font50 {
  font-size: 50px;
}

.fontw {
  font-weight: 700px;
}

.margt20 {
  margin-top: 20px;
}

.margt40 {
  margin-top: 40px;
}

.marb20 {
  margin-bottom: 20px;
}

.margl20 {
  margin-left: 20px;
}

.margr {
  margin-right: 650px;
}

.heading h3 {
  color: #000;

}
.blue{
  color:  #4489c1;;
}

.pad100 {
  padding: 20px 100px;
}

.fontc {
  color: black;
}

.icon i {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}

.color {
  background-image: linear-gradient(to right, #6fd897, #53caf5);
}

.icon p,
h3 {
  color: #000;
}

.icon p a,
h3 {
  color: #000;
}
/*.btn{
  background-color: black;
  color: #53caf5;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  margin-left: 450px;
  margin-top: 50px;
}*/

  
/* CONTACT BUTTON */
.contact-btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #15a7eb;
  font-size: 20px;
  background: #000000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.contact-btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.black {
  color: black;
  width: 635px;
}
/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: #0dbcc0;
}
.widget-area .widget_search {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
  border-radius: 5px;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #0dbcc0;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #0dbcc0;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: 0.5s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #0dbcc0;
  color: #ffffff;
}
.widget-area .widget_categories {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  margin-bottom: 15px;
  color: #202647;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
}
.widget-area .widget_categories ul li::before {
  background: #0dbcc0;
  height: 8px;
  width: 8px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 30px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
  color: #202647;
  display: inline-block;
  position: relative;
  width: 100%;
}
.widget-area .widget_categories ul li a:hover {
  color: #0dbcc0;
}
.widget-area .widget_categories ul li a i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_mediva_posts_thumb {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_mediva_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_mediva_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_mediva_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/blog-1.jpg);
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/blog-2.jpg);
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/blog-3.jpg);
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg4 {
  background-image: url(../img/blog/blog-4.jpg);
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg5 {
  background-image: url(../img/blog/blog-5.jpg);
}
.widget-area .widget_mediva_posts_thumb .item .thumb .fullimage.bg6 {
  background-image: url(../img/blog/blog-6.jpg);
}
.widget-area .widget_mediva_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_mediva_posts_thumb .item .info span {
  display: block;
  color: #6b6b84;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.widget-area .widget_mediva_posts_thumb .item .info .title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
.widget-area .widget_mediva_posts_thumb .item .info .title a {
  display: inline-block;
  transition: 0.5s;
}
.widget-area .widget_mediva_posts_thumb .item .info .title a:hover {
  color: #0dbcc0;
}
.widget-area .widget_tag_cloud {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}
.widget-area .tagcloud a {
  background: #f5f5f5;
  display: inline-block;
  color: #202647;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px !important;
  margin-top: 8px;
  margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #0dbcc0;
}
.widget-area .widget_popular_products {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_popular_products .widget-title {
  margin-bottom: 30px;
}
.widget-area .widget_popular_products .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.widget-area .widget_popular_products .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_popular_products .item .thumb {
  float: left;
  height: 110px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 110px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_popular_products .item .thumb .fullimage {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 2px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
  background-image: url(../img/shop/shop-1.jpg);
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
  background-image: url(../img/shop/shop-2.jpg);
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
  background-image: url(../img/shop/shop-3.jpg);
}
.widget-area .widget_popular_products .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_popular_products .item .info span {
  display: block;
  color: #6b6b84;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 6px;
  font-weight: 500;
}
.widget-area .widget_popular_products .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}
.widget-area .widget_popular_products .item .info .title a {
  display: inline-block;
}
.widget-area .widget_popular_products .item .info .title a:hover {
  color: #0dbcc0;
}
.widget-area .widget_popular_products .item .info .rating {
  margin-top: 8px;
}
.widget-area .widget_popular_products .item .info .rating i {
  color: #f6b500;
  display: inline-block;
  margin-right: -2px;
}
