/* CSS Document */

.lang-ico
{
 max-width:50%;
 height:auto;
}

.icon-sms
{
    background: url("../images/icon_sms.png");
    background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
    height: 35px;
    width: 35px;
	background-position-x: 2px;
}

.icon-service
{
	width: 100px;
	height:auto 
}

h4
{
	color: #6b3c97;
}
h4:hover
{
	color:#FD5AA8; 
}
.img-service
{
	width: 100%;
	height:auto 
}

.modal-dialog
{
	max-width: 1080px!important;
	height: auto;
}


/*CSS LIST*/
.list-wrapper {
  position:relative;
}
.list-item-wrapper {
  margin-top:10px;
  position:relative;
}
.list-bullet {
  float:left;
  margin-right:20px;
  background:#344e99;
  height:30px;
  width:30px;
  line-height:30px;
  border-radius:100px;
  font-weight:700;
  color:white;
  text-align:center;
}
.list-item {
  display:table-row;
  vertical-align:middle;
}
.list-title {
    font-weight:700;
}
.list-text {
    font-weight:400;
}
.red-line {
  background:#7e92cb;
  z-index:0;
  width:1px;
  height:100%;
  position:absolute;
  left:15px;
}
.white-line {
  background:#FFF;
  z-index:0;
  top:30px;
  width:1px;
  height:100%;
  position:absolute;
  left:15px;
}
/*END LIST*/

#whyus{
	background-color: white !important;
}