.emi-btn {
    clear: both;
}
.emi-btn a , .emi-option {
    background: none repeat scroll 0 0 #1979c3;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    border: 1px solid #1979c3;
}
.emi-btn a:hover , .emi-option:hover {
    background: #006BB4;
    text-decoration: none;
    border: 1px solid #006BB4;
}
#content-div .img-sc {
    width: 40%;
    float: left;
}
#content-div .img-sc img {
    height: auto;
    max-width: 100%;
    display: block;
}
#content-div .content-sc {
    width: 60%;
    float: left;
}
#content-div table {
    width: 100% !important;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
}
.size_chart .size-icon {
    width: 20px;
}
#content-div table th {
    background: none repeat scroll 0 0 #cccccc;
    border-color: #999999 -moz-use-text-color -moz-use-text-color #999999;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
#content-div table td {
    border-color: #999999 -moz-use-text-color -moz-use-text-color #999999;
    border-left: 1px solid #999999;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    padding: 5px;
    text-align: center;
    background: #F7F7F7;
}
#content-div {
    float: left;
    margin-top: 10px;
    width: 500px;
}
.popup-inner {
    position: relative;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}
.content-sc h2 {
    font-size: 18px;
    text-align: left;
}
.content-sc h3 {
    font-size: 12px;
    text-align: left;
}
.select-bank{
    margin-bottom: 5px;
}
.popup-title, .select-bank{
    text-align: left;
    width: 95%;
    display: block;
    margin: auto;
}
.bank-terms, .general-terms{
    display: block;
    text-align: left;
    width: 95%;
    padding: 5px 0;
    margin: auto;
}
#content-div ul {margin-left: 0; padding-left: 2.5em;list-style: disc;}
.add-to-box .fancybox {
    left: 0;
    position: absolute;
    top: 25px;
}
.add-to-box {
    height: 40px;
    position: relative;
}
.bank-select {
    margin-top: 10px;
    width: 95%;
}
.emi-details table tbody > tr > td {
    text-align: center;
    border: 1px solid #ccc;
}
.emi-details table tbody > tr > th {
    text-align: center;
    border: 1px solid #171717;
    background: #ced1d2;
}
.emi-details table {
  width: 95%;
  max-width: 95%;
  margin: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .emicontentdiv {
     min-width: 720px;
    }
}
@media screen and (max-width: 767px) {
  .emi-btn {
    margin-bottom: 10px;
  }
}
@media screen and (device-aspect-ratio: 2/3) {
	.bank-select {
		font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .bank-select {
		font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  .bank-select {
		font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  .bank-select {
		font-size: 16px;
  }
}
