@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #666666;
}
* {
  margin: 0px;
  vertical-align: top;
  border: none;
}
a {
  color: #4B4B4B;
  text-decoration: none;
  -webkit-transition: all 222ms ease 0s;
  -moz-transition: all 222ms ease 0s;
  -ms-transition: all 222ms ease 0s;
  -o-transition: all 222ms ease 0s;
  transition: all 222ms ease 0s;
  line-height: normal;
}
a:hover {
  color: #37AC39;
}
a.b {
  font-size: 15px;
  color: #673D89;
  border: 3px solid #D6D6D6;
  text-align: center;
  width: 111px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  margin-right: 5px;
  float: left;
  border-radius: 21px;
  background-color: #FFFFFF;
}
a.b:hover {
  color: #FFFFFF;
  background-color: #3EA242;
  border-color: #3EA242;
}
a.c {
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  width: 111px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  float: left;
  background-color: #653a87;
  border: 3px solid #653a87;
  border-radius: 21px;
}
a.c:hover {
  color: #FFFFFF;
  background-color: #3EA242;
  border-color: #3EA242;
}
a.d {
  color: #B7B7B7;
  width: 90px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 6px;
  line-height: normal;
  border-radius: 15px;
  font-size: 14px;
  margin-left: 5px;
  border: 2px solid #D6D6D6;
}
a.d:hover {
  background-color: #CCCCCC;
  color: #000000;
}
a.e {
  color: #FFFFFF;
  background-color: #663399;
  width: 115px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  line-height: normal;
  border-radius: 15px;
  font-size: 14px;
}
a.e:hover {
  background-color: #2E9635;
}
.d {
  color: #B7B7B7;
  width: 90px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 4px;
  padding-bottom:4px;
  line-height: normal;
  border-radius: 15px;
  font-size: 14px;
  margin-left: 5px;
  border: 2px solid #D6D6D6;
}
.d:hover {
  background-color: #CCCCCC;
  color: #000000;
}
.e {
    color: #FFFFFF;
    background-color: #2e9635;
    width: 115px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 6px;
    line-height: normal;
    border-radius: 15px;
    font-size: 14px;
}
.e:hover {
    background-color: #785f8b;
}

.listing-box-4-col .addtocart,.listing-box-4-col .moreinfo,.listing-box-4-col .e,.moreinfo,.listing-box-4-col .d{
	
-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);	
	
	
} 

.addtocart {
  color: #FFFFFF;
  background-color: #663399;
  width: 115px;
  display: block;
  float: right;
  text-align: center;
padding-top: 3px;
  padding-bottom: 3px;
 
  line-height: normal;
  border-radius: 15px;
  font-size: 15px;
   background-color: #653a87;
  border: 3px solid #653a87;
  border-radius: 21px;
  
}
.addtocart:hover {
  background-color: #2E9635;
}
.moreinfo {
  color: #B7B7B7;
  width: 90px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal;
  border-radius: 15px;
  font-size: 14px;
  margin-left: 5px;
  border: 2px solid #D6D6D6;
}
.moreinfo:hover {
  background-color: #CCCCCC;
  color: #000000;
}
a.f {
  border: 5px solid #D6D6D6;
  text-align: center;
  width: 200px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  color: #CCCCCC;
  margin-top: 55px;
  display: inline-block;
  border-radius: 31px;
}
a.f:hover {
  background-color: #785f8b;
  color: #FFFFFF;
}
a.g {
  color: #FFFFFF;
  background-color: #663399;
  width: auto;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 9px;
  line-height: normal;
  border-radius: 3px;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
}
a.g:hover {
  background-color: #2E9635;
}
.cart {
  float: left;
  width: 30px;
  background-repeat: no-repeat;
  background-color: #E9E9E9;
  border-radius: 50%;
  height: 23px;
  margin-left: 33px;
  padding-top: 7px;
  position: relative;
  margin-top: 5px;
  text-align: center;
  line-height: normal;
  font-size: 12px;
}
.cart:before {
  height: 24px;
  width: 24px;
  position: absolute;
  left: -24px;
  top: 2px;
  content: '';
  background-image: url(../images/cart.png);
  background-position: center center;
}
.image-right {
  float: right;
  width: 50%;
  margin-bottom: 5%;
  margin-left: 5%;
  height: auto;
  border-radius: 5px;
  outline: 5px solid rgba(255, 255, 255, 0.3);
  outline-offset: -21px;
}
.logo {
  float: left;
  width: 162px;
  margin-right: 3%;
}
.logo img {
  height: auto;
  width: 100%;
}
.mainwrap {
  float: left;
  width: 85%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  background-color: #fafafa;
  padding-bottom: 55px;
}
.negativemargine {
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F0F0F0;
}
.search-body-wrap .delete-download-wrap {
  margin-top: 31px;
  margin-right: 5%;
}
.resultwrap {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  height: auto;
  margin-top: 0px;
  border-radius: 12px;
  padding: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #E8E8E8;
}
.resultwrap1 {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  height: auto;
  margin-top: 0px;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.total {
  float: right;
  margin-top: 11px;
  width: 300px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.total table {
  width: 100%;
  font-size: 19px;
  font-weight: bold;
}
.resultwrap .total table tr td {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.resultwrap .total table {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.resultwrap1 .total table tr td {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.resultwrap1 .total table {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.next-prev-wrap {
  text-align: center;
  float: left;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 45px;
}
.next-prev-wrap a {
  color: #333333;
  padding-right: 9px;
  padding-left: 9px;
  background-color: #EEEEEE;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 2px;
}
.next-prev-wrap a.current {
  background-color: #666666;
  color: #FFFFFF;
}
.next-prev-wrap a:hover {
  color: #FFFFFF;
  background-color: #21781f;
}
.resultwrap table {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #AEAEAE;
  border-bottom-color: #AEAEAE;
}
.resultwrap table tr td {
  margin: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #AEAEAE;
  border-right-color: #AEAEAE;
  border-bottom-color: #AEAEAE;
  border-left-color: #AEAEAE;
  padding-top: 11px;
  padding-right: 5px;
  padding-bottom: 11px;
  padding-left: 21px;
}
.resultwrap1 table {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #AEAEAE;
  border-bottom-color: #AEAEAE;
}
.resultwrap1 table tr td {
  margin: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #AEAEAE;
  border-right-color: #AEAEAE;
  border-bottom-color: #AEAEAE;
  border-left-color: #AEAEAE;
  padding-top: 11px;
  padding-right: 5px;
  padding-bottom: 11px;
  padding-left: 21px;
}
.result-cells {
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E2E2E2;
  position: relative;
  padding-top: 18px;
  padding-bottom: 0px;
  padding-left: 33px;
  color: #999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-wrap {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  height: auto;
  margin-top: 0px;
  border-radius: 12px;
  padding: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #E8E8E8;
}
.cart-cells {
  width: 100%;
  max-width: 700px;
  position: relative;
  padding-top: 18px;
  padding-bottom: 7px;
  line-height: normal;
  color: #666666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
}
.cart-wrap .cart-cells table tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 7px;
}
.cart-wrap .cart-cells table tr td img {
  height: 25px;
  width: 25px;
}
.checkout-wrap {
  float: left;
  width: 100%;
  margin-top: 33px;
  text-align: center;
}
.subtotal {
  font-size: 21px;
  display: inline-block;
  width: 300px;
}
.cart-cells span {
  padding-left: 7%;
  font-weight: normal;
  display: inline-block;
}
.result-cells:last-child {
  border-bottom-style: none;
}
.result-cells:hover {
  background-color: #F4F4F4;
}
.result-cells:before {
  position: absolute;
  border: solid 7px;
  border-left: solid 7px #bfbfbf;
  border-right: solid 7px transparent;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  content: '';
  left: 11px;
  bottom: 26px;
}
.delete-download-wrap {
  float: right;
  width: auto;
  font-size: 12px;
  font-weight: normal;
  margin-right: 1%;
  position: relative;
  bottom: 7px;
}
.result-cells .delete-download-wrap span {
  float: left;
  width: auto;
  border: none;
  margin: 0px;
  padding: 0px;
}
.delete-download-wrap img {
  height: 33px;
  width: 33px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #E5E5E5;
  opacity: 0.6;
  border-radius: 50%;
  padding: 7px;
}
.delete-download-wrap img:hover {
  opacity: 1;
}
.result-cells span {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #BEBEBE;
  margin-left: 9px;
  padding-left: 9px;
  font-size: 14px;
}
.unread {
  font-size: 18px;
  color: #454545;
  font-weight: 700;
}
.result-cells.unread:before {
  border-left: solid 7px #2bb430;
}
.bodywrap {
  float: left;
  width: 100%;
  background-color: #FCFCFC;
  height: auto;
  margin-top: -21px;
  border-radius: 12px;
  padding: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  text-align: center;
}
.title-td {
  background-color: #F5F5F5;
  font-weight: 700;
  font-size: 17px;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 11px;
}
.low {
  background-color: #EEF5A7;
}
.bodynegative {
  margin-top: 55px;
  background-color: #EAEAEA;
}
.boederline {
  background-color: #FDB270;
}
.high {
  background-color: #FB3B21;
  color: #FFFFFF;
}
.doctorscomment {
  padding: 5%;
  float: left;
  width: 90%;
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 5px;
  margin-top: -21px;
}
sup {
  font-size: 10px;
  line-height: 9px;
}
.bodywrap-login {
  float: left;
  width: 100%;
  height: auto;
  margin-top: -21px;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loginbox {
  height: auto;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 4%;
  border: 3px solid #D6D6D6;
  text-align: left;
  border-radius: 9px;
  background-color: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 66px;
  padding-right: 33px;
  padding-bottom: 55px;
  padding-left: 33px;
}
.loginbox:last-child {
  margin: 0px;
}
.input1 {
  width: 100%;
  border: 1px solid #CDCDCD;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: normal;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px 3px #F7F7F7;
  box-shadow: inset 0 0 5px 3px #F7F7F7;
  color: #828282;
  padding: 15px;
}
.input-cart {
  width: 90%;
  border: 1px solid #CDCDCD;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: normal;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px 3px #F7F7F7;
  box-shadow: inset 0 0 5px 3px #F7F7F7;
  color: #828282;
  padding: 9px;
}
.input-small {
  width: 70px;
  border: 1px solid #CDCDCD;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: normal;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px 3px #F7F7F7;
  box-shadow: inset 0 0 5px 3px #F7F7F7;
  color: #828282;
  padding: 3px;
}
.input1-multi {
  width: 100%;
  border: 1px solid #E1E1E1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: normal;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px 3px #F7F7F7;
  box-shadow: inset 0 0 5px 3px #F7F7F7;
  color: #828282;
  padding-top: 18px;
  padding-right: 15px;
  padding-bottom: 22px;
  padding-left: 15px;
}
.center-button-wrap {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 55px;
}
.center-button-wrap a {
  color: #309837;
}
.center-button-wrap a:hover {
  color: #61367E;
}
.reg-col {
  width: 45%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  text-align: left;
  display: inline-block;
}
.greenlogin {
  background-color: #309837;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #FFFFFF;
  text-align: center;
  width: 90px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  float: right;
  border-radius: 5px;
}
.greenlogin:hover {
  background-color: #61367E;
}
.violetlogin {
  background-color: #61367E;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #FFFFFF;
  text-align: center;
  width: 90px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  float: right;
  border-radius: 5px;
}
.violetlogin:hover {
  background-color: #2D9131;
}
.btn {
  background-color: #309837;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #FFFFFF;
  text-align: center;
  width: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 11px;
}
.btn:hover {
  background-color: #61367E;
}
.cells {
  float: left;
  width: 70%;
  margin-bottom: 21px;
  margin-right: 15%;
  margin-left: 15%;
}
.cells-reg {
  width: auto;
  margin-bottom: 21px;
}
.green {
  border-color: #80E18E;
}
.violet {
  border-color: #C9ADDC;
}
.top-menu-logo-wrap {
  float: left;
  width: 90%;
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-right: 5%;
  padding-left: 5%;
  top: 0.1px;
  position: relative;
}
.top-menu-logo-wrap.fixed {
  position: fixed;
  top: 0px;
  -webkit-transition: all 533ms ease;
  -moz-transition: all 533ms ease;
  -ms-transition: all 533ms ease;
  -o-transition: all 533ms ease;
  transition: all 533ms ease;
  border-top-style: none;
  border-bottom-style: none;
  z-index: 9999;
  background-color: #fff;
  left: 0;
  -webkit-box-shadow: 0 11px 21px -18px #7a7a7a;
  box-shadow: 0 11px 21px -18px #7a7a7a;
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-menu-logo-wrap.fixed .logo {
  width: 111px;
}
.top-menu-logo-wrap.fixed #menu {
  margin-top: 11px;
}
.top-menu-logo-wrap.fixed .top-right {
  margin-top: 12px;
}
.curvewrap {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 9px 0 #E0E0E0;
  box-shadow: 0 0 9px 0 #E0E0E0;
  -webkit-border-radius: 0 0 0 33px;
  border-radius: 0 0 0 33px;
  margin-bottom: 55px;
  overflow: hidden;
}
.curvewrap2 {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 9px 0 #E0E0E0;
  box-shadow: 0 0 9px 0 #E0E0E0;
  -webkit-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 12px;
  margin-bottom: 33px;
  overflow: hidden;
}
.home-banner {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
}
.banner-pic {
  float: right;
  height: auto;
  width: 50%;
  position: relative;
}
.banner-pic img {
  height: auto;
  width: 100%;
}
.banner-pic:before {
  background-image: url(../images/home-mask.png);
  height: 100%;
  width: 551px;
  left: 0px;
  top: 0px;
  content: '';
  position: absolute;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.banner-text {
  width: 40%;
  padding-left: 5%;
  margin-top: 5%;
  float: left;
  font-size: 2.2vw;
  color: #7E7E7E;
  line-height: 6vh;
  font-weight: 300;
}
.banner-text strong {
  font-size: 3.8vw;
  color: #653791;
}
.boldtext {
  font-weight: bold;
}
.banner-text strong span {
  color: #279c24;
}
.banner-description {
  font-size: 20px;
  line-height: normal;
  float: left;
  margin-top: 15px;
  font-weight: normal;
  width: 80%;
}
.banner-input {
  width: 160px;
  margin-top: 21px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #999999;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
}
.banner-input:focus {
  outline: none;
}
.search {
  margin-left: -6px;
  margin-top: 15px;
  background-image: url(../images/lense.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 57px;
  width: 49px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #342f2f;
  border-right-color: #342f2f;
  border-bottom-color: #342f2f;
  background-color: #FFFFFF;
  padding-top: 21.5px;
  padding-right: 33px;
  padding-bottom: 21.5px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.search:hover {
  background-color: #D6D6D6;
}
.smalltext {
  width: 100%;
  font-size: medium;
  line-height: normal;
  margin-top: 21px;
}
.smalltext span {
  color: #000000;
}
.smalltext span1 {
  color: #6C4396;
}
#menu {
  width: auto;
  margin-top: 2%;
  float: left;
}
.top-right {
  float: right;
  width: auto;
  margin-top: 1.5%;
}
.welcome {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 27px;
}
.Listing-Wrap {
  float: left;
  width: 85%;
  padding-top: 4%;
  padding-right: 7.5%;
  padding-bottom: 6%;
  padding-left: 7.5%;
}
.negativepadding {
  padding-top: 11px;
}
.negativepadding21 {
  padding-top: 49px;
}
.leftcol {
  float: left;
  width: 46%;
  padding-right: 2.5%;
  margin-right: 2.5%;
  color: #666666;
}
.leftcol ul {
  padding: 0px;
}
.leftcol ul li {
  list-style-position: outside;
  list-style-type: none;
  background-image: url(../images/li.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left 3px;
  padding-bottom: 15px;
}
.leftcol img {
  width: 90%;
  margin-left: -45%;
  left: 50%;
  position: relative;
  height: auto;
  border-radius: 7px;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -21px;
}
.pricewrap {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #E6E6E6;
  border-bottom-color: #E6E6E6;
  color: #653a87;
  font-size: 45px;
  line-height: normal;
  margin-bottom: 21px;
}
.pricewrap a.c {
  float: right;
  margin-left: 5px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 5px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  width: auto;
}
.leftcol:last-child {
  margin-right: 0%;
}
.search-body-wrap {
  float: left;
  width: 98%;
  margin-top: 5px;
  margin-bottom: 11px;
  padding-top: 0px;
  padding-bottom: 21px;
  padding-left: 3%;
}
.search-body-wrap span {}
.Most-Popular-Wrap {
  float: left;
  width: 85%;
  padding-top: 5%;
  padding-right: 7.5%;
  padding-bottom: 5%;
  padding-left: 7.5%;
  background-color: #5c496c;
  color: #CCCCCC;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: auto;
}
.white-wrap {
  float: left;
  width: 85%;
  padding-top: 5%;
  padding-right: 7.5%;
  padding-bottom: 5%;
  padding-left: 7.5%;
}
.Most-Popular-Wrap a.e {
  background-color: #2E9635;
}
.Most-Popular-Wrap a.e:hover {
  background-color: #785F8B;
}
.Most-Popular-Wrap h2 {
  color: #FFFFFF;
}
.home-3-col {
  float: left;
  width: 32.3%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 0%;
  border: 7px solid #ddd9e0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 11px;
  min-height: 420px;
  padding-top: 4%;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
  padding-left: 2.5%;
  position: relative;
}
.home-3-col img {
  margin-top: -50px;
  margin-left: -62.5px;
  left: 50%;
  position: absolute;
  top: 0px;
}
.home-3-col strong {
  font-size: 1.9vw;
  color: #5C496C;
  display: block;
  margin-bottom: 11px;
  line-height: normal;
}
.white-wrap .dvi100 .home-3-col strong span {
  color: #36AF40;
}
.dvi100 {
  float: left;
  width: 100%;
}
h1 {
  font-size: 45px;
  color: #666666;
  font-weight: normal;
  padding-bottom: 11px;
  line-height: normal;
}
h1 strong {
  font-weight: bold;
}
h2 {
  text-align: center;
  color: #5C3C7F;
  padding-bottom: 55px;
  margin-bottom: 45px;
}
h3 {
  color: #E5E5E5;
}
h4 {
  font-size: 31px;
  color: #000000;
  line-height: normal;
}
.subtitle {
  line-height: normal;
  position: relative;
}
.subtitle STRONG {
  color: #2E9635;
}
.subtitle:after {
  width: 60px;
  height: 1px;
  background-color: #2DA335;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 18px;
}
.subtitle:before {
  position: absolute;
  background-color: #279939;
  bottom: 50%;
  height: 1px;
  width: 60px;
  content: '';
  margin-left: -80px;
}
.title1 {
  font-size: 23px;
  color: #29AB3D;
  background-image: url(../images/line.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 65px;
  padding-top: 0px;
  padding-bottom: 5px;
  line-height: normal;
}
.title2 {
  font-size: 23px;
  color: #61367E;
  background-image: url(../images/line.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 65px;
  padding-top: 0px;
  padding-bottom: 5px;
  line-height: normal;
}
.title3 {
  font-size: 21px;
  margin-top: 21px;
  font-weight: bold;
  display: block;
  float: left;
}
.title5 {
  font-size: 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  font-weight: bold;
  display: block;
  float: left;
}
.titlle4 {
  font-size: 27px;
  color: #653A87;
  line-height: normal;
  padding: 0px;
}
.bredcrump {
  float: left;
  width: 180px;
  margin-left: 5%;
  margin-top: 21px;
}
.download-back {
  float: right;
  width: 111px;
  margin-top: 21px;
  margin-right: 2%;
}
.listing-box-4-col {
  float: left;
  min-height: 292px;
  width: 24%;
  margin-right: 0.5%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px 0 #D1D1D1;
  box-shadow: 0 0 7px 0 #D1D1D1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  vertical-align: top;
  padding: 2%;
  color: #8B8B8B;
  margin-left: 0.5%;
}
.Most-Popular-Wrap .listing-box-4-col {
  color: #E6E6E6;
  text-align: left;
}
.Most-Popular-Wrap .listing-box-4-col .test-title {
  color: #FFFFFF;
}
.test-title {
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  color: #653a87;
  font-size: 21px;
  padding-bottom: 11px;
}
.price {
  float: right;
  width: 55px;
  font-size: 18px;
  text-align: center;
  color: #37B541;
  font-weight: bold;
}
.list-desc {
  float: left;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  min-height: 90px;
}
.footer {
  float: left;
  width: 85%;
  padding-top: 7%;
  padding-right: 7.5%;
  padding-bottom: 3%;
  padding-left: 7.5%;
  background-color: #21781f;
  color: #dbdedb;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  line-height: 24px;
}
.fclass {
  max-width: 236px;
  width: 100%
}
.social {
  width: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 9px;
  margin-top: 15px;
}
.social a {
  height: 36px;
  width: 36px;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social a:hover {
  /*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background-color: #613B84;
}
.footer-col {
  float: left;
  height: auto;
  width: 18%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #268C24;
  margin-right: 2%;
  min-height: 111px;
}
.footer a {
  color: #BFDEBF;
  line-height: 24px;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer-col img {
  height: auto;
  width: 100%;
}
.creditline {
  background-color: rgba(104, 59, 140, 0.8);
  float: left;
  width: 98%;
  margin-top: 65px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 2%;
}
#back-top {
  position: fixed;
  bottom: 0%;
  right: 0%;
  float: right
}
#back-top a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 11px;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #22A12E;
  width: 33px;
  padding-top: 7px;
  padding-bottom: 7px
}
#back-top a:hover {
  background-color: #653A87
}
.last {
  border-right: none;
}
.color-bar {
  background: rgb(100, 58, 132); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(100, 58, 132, 1) 0%, rgba(49, 160, 53, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(100, 58, 132, 1) 0%, rgba(49, 160, 53, 1) 100%);
  background: linear-gradient(to right, rgba(100, 58, 132, 1) 0%, rgba(49, 160, 53, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#643a84', endColorstr='#31a035', GradientType=1);
  background-color: #61367E;
  float: left;
  width: 90%;
  color: #D6D6D6;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 27px;
  line-height: normal;
}
.color-bar span {
  font-weight: normal;
  font-size: 15px;
  padding-left: 25px;
  line-height: 38px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D6D6D6;
  margin-left: 25px;
}
.color-bar img {
  float: right;
  height: auto;
  width: 11%;
}
.sidemenu {
  float: left;
  width: 25%;
  min-height: 333px;
  text-align: left;
}
.sidemenu ul {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.sidemenu ul li {
  list-style-position: outside;
  list-style-type: none;
  float: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  display: block;
  width: 100%;
}
.sidemenu ul li:last-child {
  border-bottom-style: none;
}
.sidemenu ul li a {
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
  display: block;
}
.sidemenu ul li a.active {
  background-color: #35993b;
  color: #FFFFFF;
}
.sidemenu ul li a:hover {
  color: #FFFFFF;
  background-color: #643C83;
}
.right75 {
  float: left;
  width: 72%;
  margin-left: 3%;
  min-height: 333px;
  text-align: left;
  padding: 33px;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  margin-bottom: 33px;
  border-radius: 5px;
}
.right75 ul li {
  list-style-type: none;
  padding-bottom: 45px;
  list-style-position: outside;
}
.right75 ul {
  margin: 0px;
  padding: 0px;
}
.right75 ul li span {
  width: 75%;
  display: block;
  float: right;
  margin-bottom: 5px;
}
.contactmin {
  min-height: 585px;
}
.wraper {
  float: left;
  width: 100%;
}
.-------------------------mediastart---------------------- > {}
@media(max-width:1440px) {
  .banner-text {
    line-height: 5vh;
  }
  a.b, a.c {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 70px;
  }
  .top-right {
    margin-top: 2.5%;
  }
}
@media(max-width:1280px) {
  .banner-pic {
    width: 55%;
  }
  .listing-box-4-col {
    width: 23%;
  }
  a.e {
    color: #FFFFFF;
    width: 100px;
    line-height: normal;
    border-radius: 15px;
    font-size: 14px;
  }
  .top-menu-logo-wrap {
    width: 95%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
@media(max-width:780px) {
  .listing-box-4-col {
    width: 47%;
  }
  .top-right {
    position: absolute;
    z-index: 99999;
    top: 22px;
    right: 90px;
  }
  .mainwrap {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .banner-pic {
    width: 100%;
  }
  .banner-text {
    width: 100%;
    font-size: 5.2vw;
    line-height: 4.2vh;
    text-align: center;
    padding-left: 0px;
  }
  .banner-text strong {
    font-size: 5.2vw;
  }
  .banner-description {
    text-align: center;
    width: 80%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .smalltext {
    margin-bottom: 55px;
  }
  .top-menu-logo-wrap.fixed .top-right {
    display: none;
  }
  .home-3-col {
    width: 100%;
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 54px;
    margin-bottom: 88px;
    padding-right: 7%;
    padding-left: 7%;
  }
  .home-3-col strong {
    font-size: 4vw;
  }
  .footer-col {
    width: 90%;
    margin-right: 5%;
    margin-bottom: 21px;
    margin-left: 5%;
    text-align: center;
    border-right-style: none;
  }
  .footer {
    background-position: center center;
  }
  .social {
    float: none;
    text-align: center;
  }
  .cells {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .Listing-Wrap {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .resultwrap {
    padding-top: 45px;
    padding-right: 21px;
    padding-bottom: 45px;
    padding-left: 21px;
  }
    .resultwrap1 {
    padding-top: 45px;
    padding-right: 21px;
    padding-bottom: 45px;
    padding-left: 21px;
  }
  .leftcol {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    margin-bottom: 21px;
  }
  .leftcol img {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .title2 {
    font-size: 20px;
  }
}
@media(max-width:520px) {
  .listing-box-4-col {
    width: 96%;
    margin-bottom: 27px;
  }
  .subtitle:after {
    width: 60px;
    height: 1px;
    background-color: #34BC3F;
    position: absolute;
    content: '';
    bottom: -21px;
    left: 50%;
    margin-left: -30px;
  }
  .subtitle:before {
    display: none;
  }
  h2 {
    margin-top: 28px;
  }
  .top-right {
    position: static;
    top: 22px;
    right: 90px;
    width: 100%;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D6D6D6;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  a.b, a.c {
    font-size: 12px;
    border: 1px solid #D6D6D6;
    padding-top: 9px;
    padding-bottom: 9px;
    float: none;
    display: inline-block;
  }
  .cart {
    display: inline-block;
    float: none;
  }
  .top-menu-logo-wrap {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    margin-left: 3%;
  }
  .color-bar {
    text-align: center;
  }
  .color-bar img {
    display: none;
  }
  .loginbox {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 11%;
  }
  .reg-col {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
  .bodywrap {
    padding: 21px;
  }
  .negativemargine {
    padding-bottom: 0px;
  }
  .unread {
    font-size: 13px;
  }
  .result-cells {
    font-size: 12px;
  }
  .delete-download-wrap img {
    height: 18px;
    width: 18px;
    margin-right: 4px;
    margin-left: 4px;
    padding: 5px;
  }
  .result-cells span {
    font-size: 12px;
  }
  .result-cells:before {
    bottom: 20px;
  }
  .resultwrap {
    overflow: scroll;
  }
  .resultwrap1 {
    overflow: scroll;
  }
  .cart-wrap {
    padding: 5px;
    padding-bottom: 55px;
    padding-top: 10px;
  }
  .image-right {
    float: right;
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
  }
  .right75 ul li span {
    width: 100%;
  }
  .sidemenu ul li a {
    padding-right: 3px;
    padding-left: 3px;
  }
  .contactmin {
    min-height: auto;
  }
}