article {
    background: #fafafa;
    padding-bottom: 60px;
}
ul, nav ul, ul li {
    list-style: none;
}
p, ul li{
  line-height: 1.5;
}
.text-link{
  color: #007bff;
  text-decoration: underline;
}
.text-link:hover{
  color: #066ad5;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.txt-small{
  font-size: 14px;
  color: #6c6c6c;
}
.container {
    width: 1140px;
    max-width: 100%;
}
.hero-title-wrap {
    padding: 50px 0;
}
.mainTit {
    color: #333;
    margin-bottom: 57px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: relative;
    font-size: 35px;
    line-height: 1.2;
}
.mainTit span:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 380px;
    height: 3px;
    background: url(/en/esim/img/conditions/bg_dot01.png) 0 0 no-repeat;
}
.short-des{
  margin-bottom: 30px;
}
.short-des.contract{
  text-align: center;
}
.white-layout {
    color: #333;
    background: #fff;
    padding: 50px;
    margin-bottom: 60px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.white-layout h2 {
    font-weight: bold;
    line-height: 1.3;
    margin: 50px 0 30px 0;
    background-color: #fde4e4;
    padding: 5px 5px 5px 10px;
    font-size: 20px;
    width: 100%;
}
.white-layout div:first-child h2{
    margin: 10px 0 30px 0;
}
.list-num {
    padding-left: 18px;
    margin: 15px 0;
}
.list-num > li {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 5px;
}
.list-num > li:last-child{
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .mainTit {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .mainTit span:after {
        width: 141px;
    }
    .white-layout {
        padding: 24px;
    }
    .white-layout h2 {
        margin: 30px 0 20px 0;
    }
    .white-layout div:first-child h2{
        margin: 10px 0 20px 0;
    }
    .short-des.contract{
        text-align: left;
    }
}
/*----style of the table-----*/
.service-tbl {
	width:100%;
	margin:25px 0;
	border-collapse:collapse;
}
.service-tbl th{
	border: 1px solid #cdcdcd;
	font-weight:bold;
	padding:14px;
	text-align:center;
	vertical-align:middle;
	background-color:#fcfafa;
	line-height:1.5em;
}
.service-tbl td{
	border:#cdcdcd 1px solid;
	padding: 8px 14px;
	text-align:center;
	vertical-align:top;
	line-height: 1.5em;
}
.text-red{
  color: red;
}
.word-break {
    word-break: break-all;
}
@media only screen and (max-width: 768px) {
	.service-tbl {
		width:100%;
		margin-bottom:25px;
		border-collapse:collapse;
	}
	.service-tbl td{
		padding:4px;
		text-align:left;
		vertical-align:top;
	}
	.service-tbl th{
		padding:4px;
	}

}