
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
body{ font-family:'Nunito Sans';}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Utiliti ]*/




.table100{ border: 1px #f1eded solid; border-top:0px; width:100%;}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}
.hgroup{ 
width:100%;
}
.wrap-table100 {	
  width:100%;
}
.title-font10{ font-size:12px; color:#fff;}
.color-red{ color:#f04b4b}
.col-lo-5{ width:58%; float:left; }
.col-lo-6{ width:40%; float:right;}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius:1px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height:45px;
  background: #fb4848;
}
table tbody tr {
  height:auto; line-height:3.5em;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-size: 12px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 10px;
}

.column2 {
  width: 160px;
}

.column3 {
  width: 245px;
}

.column4 {
  width: 245px;
  text-align: left;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}


.loan1 {
  width: 260px;
  padding-left: 10px;
}

.loan2 {
  width: 160px;
}

.loan3 {
  width: 245px;
}

.loan4 {
  width: 245px;
  text-align: left;
}

.loan5 {
  width: 170px;
  text-align: right;
}
.lone-title-top{ width:100%; float:left; background:#c74141; padding:2px 5px 5px 10px;}

@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 10px 0;
  }
  table tbody tr td {
    padding-left: 55% !important;
    margin-bottom:0px; font-size:10px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-size: 10px;
    color: #2525259;
    line-height: 1.2;
    font-weight: bold;
    position: absolute;
    width: 45%;
    left: 10px;
  }
  table tbody tr td:nth-child(1):before {
    content: "BEST LOAN TERMS";
  }
  table tbody tr td:nth-child(2):before {
    content: "LOW EMI";
  }
  table tbody tr td:nth-child(3):before {
    content: "HIGH LTV";
  }
  table tbody tr td:nth-child(4):before {
    content: "LOW INTEREST";
  }
  table tbody tr td:nth-child(5):before {
    content: "";
  }
  table tbody tr td:nth-child(6):before {
    content: "";
  }
#kuwy_rating_table>tbody tr td:nth-child(1):before{
	content: "RATING FACTOR";
}
#kuwy_rating_table>tbody tr td:nth-child(2):before{
	content: "KUWY RATING";
}
#kuwy_rating_table>tbody tr td:nth-child(3):before{
	content: "REMARKS";
}
#kuwy_rating_table>tbody tr{
	width:100%;
}

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }
  


  tbody tr {
    font-size: 14px;
  }
}
.table200{ width:100%; border: 1px #f1eded solid; border-top:0px;}
@media screen and (max-width: 991px) {
  .loan4,
  .loan5,
  .loan6,
  .loan1,
  .loan2,
  .loan3 {
    width: 100%;
  }
  table>.loan1, .loan2, .loan3, .loan4{ width:auto;}
  table tbody tr{    line-height: 1.5em !important;}
  .col-lo-5{ width:100%; float:left; }
.col-lo-6{ width:100%; float:left;}
}
@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}