.leranMore {
  float: right;
  background-color: #4293d8;
  border: none;
  color: white;
  padding: 10px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  /* width: 150px; */
}

div#LearnMore > p > a {
    color: white !important;
}

.sortOptions .warranty-button {
  width: 15px !important;
  height: 15px;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

.sortOptions .warranty-button:after{
  content:none !important;
}

.sortOptions .warranty-button:checked{
   border: none !important;
}

.sortOptions .label-text {
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 0px;
  vertical-align: text-bottom;
  font-size: 15px;
}

.trmcond{
  margin-bottom: 20px;
}

.trmcond a{
  font-size: 16px;
  text-decoration: none;
  color: green;
}
.trmcond a:hover{
  font-size: 16px;
  text-decoration: underline;
}
.planheading{
  font-size: 15px;
  font-weight: 500;
}

#ex1 {
  height: 240px;
  max-width: 54%;
  width: 54%;
  border-radius: 0;
  padding: 30px 30px;
}
.sortOptions iframe{
  width: 100%;
  height: 175px;
}

.warranty-plan{
  font-size: 14px;
}

.loadingimg{
  display:none;
  z-index: 999;
  position:
  absolute;
  left: 50%;
  top: 110%; -ms-transform;
}

.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#addpopup {
background: #becddb !important;
border: none !important;
color: #1e1e1e !important;
padding: 10px !important;
cursor: pointer !important;
 border-radius: 7px !important;
width: 100px !important;
font-weight: 700 !important;
padding: -5px !important;
box-shadow: -1px 4px 2px darkolivegreen !important;
margin: 9px !important;
}

#addpopup:hover{
background: #72aee6 !important;
/*box-shadow: 10px 4px 2px yellow;*/

}

#nothankspopup {
background: #555 !important;
border: none !important;
color: #eee !important;
padding: 10px !important;
cursor: pointer !important;
border-radius: 7px !important;
width: 130px !important;
font-weight: 700 !important;
/*padding: -5px !important;*/
box-shadow: -1px 4px 2px #72aee6 !important;
margin: 2px !important;
}

#nothankspopup:hover{
background: #72aee6 !important;
/*box-shadow: 10px 4px 2px yellow;*/

}

.admin-loader-div{
  position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #d9d9d9;
    z-index: 99;
}

.admin-loader-div img{
  position: absolute;
    top: 300px;
    left: 50%;
    z-index: 100;
    width: 100px;
    height: 100px;
}