/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
.box-module-pavreassurances {
  padding: 0;
  overflow: hidden;
}
.box-module-pavreassurances .box-outer > div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.rtl .box-module-pavreassurances .box-outer > div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: inherit;
}
.box-module-pavreassurances .box-outer > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.box-module-pavreassurances .icon-read-more {
  display: block;
  margin: 0 auto;
}
.box-module-pavreassurances .column {
  position: inherit;
}
.box-module-pavreassurances h4 {
  text-transform: uppercase;
  font-family: "pluto";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.box-module-pavreassurances .description {
  color: #fff;
}
.box-module-pavreassurances .description p {
  margin: 0;
}
.box-module-pavreassurances .reassurances-center {
  padding: 20px 0 20px;
  text-align: center;
}
.box-module-pavreassurances .reassurances-center .icon-read-more {
  color: #6cabd5;
  background: transparent;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.box-module-pavreassurances .reassurances-center .icon-read-more:hover {
  color: #FFFFFF;
}
.box-module-pavreassurances .reassurances-center:hover h4 {
  letter-spacing: 4px;
}
.box-module-pavreassurances .reassurances-center:hover .icon-read-more {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-module-pavreassurances .modal h4 {
  color: #000;
}

.title_detail h4 {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}
.title_detail .icon-name {
  color: #2E3A47;
  font-size: 170px;
  margin: 0 20px;
}
.title_detail p {
  color: #8C8C8C;
  font-size: 15px;
  margin: 25px 0 0;
}

@media (max-width: 768px) {
  .box-module-pavreassurances .reassurances-center {
    padding: 10px 0 10px;
  }

  .box-module-pavreassurances .reassurances-center .icon-read-more {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .box-module-pavreassurances .reassurances-center h4 {
    letter-spacing: 1px !important;
  }
}
