@import url("https://fonts.googleapis.com/css?family=Roboto");

/*footer{
    background: rgb(9, 151, 99) !important;
} */
.resp-tabs-container a:hover {
  background: #963096;
  color: #fff !important;
  transform: scale(1.2);
}

.member-area .top {
  margin-top: 15px;
  background-color: #963096 !important;
}

.btn-danger {
  background-color: #963096 !important;
  border-color: #963096 !important;
}

.banner h2 {
  color: #ffffff !important;
}

body {
  font-family: 'Roboto', sans-serif;
  background: white;
  overflow-x: hidden;
}

body .position-relative {
  position: relative;
}

body .striked {
  text-decoration: line-through;
}

body .blu {
  color: #10b3ec;
}

body .txt20 {
  font-size: 22px;
}

body .btn-primary,
body .btn-primary:hover,
body .btn-primary:focus {
  text-decoration: none;
  background: #10b3ec;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.000em;
  text-align: center;
}

body:not(.member-area) .btn-success {
  display: inline-block;
  width: 210px;
  height: 53px;
  background: #963096;
  font-size: 16px;
  color: #f7f7f7;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
  text-align: center;
  padding-top: 17px;
  border-radius: 3px;
  border: 0;
  padding: 17px;
}

body .btn-custom {
  width: 100%;
  border: 0;
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 1.000em;
  font-weight: bold;
  color: #453602;
  padding: 10px;
  border-radius: 3px;
  box-shadow: none;
  background: #f1e767;
  background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

body .btn-custom:hover {
  color: black;
  background: #f1e767;
  background: -moz-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f1e767), color-stop(100%, #feb645));
  background: -webkit-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
  background: -o-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f1e767 0%, #feb645 100%);
  background: radial-gradient(ellipse at center, #f1e767 0%, #feb645 100%);
}

body .color-secondary {
  color: #963096;
}

body a {
  color: #10b3ec;
}

body header {
  background: white;
}

@media screen and (max-width: 991px) {
  body header .topbarNavWrap .head-row {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {

  body header .topbarNavWrap .head-row .homeLink,
  body header .topbarNavWrap .head-row .navDropper,
  body header .topbarNavWrap .head-row .cart {
    display: inline-block !important;
    float: none !important;
  }
}

@media screen and (max-width: 991px) {
  body header .topbarNavWrap .head-row .categories {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  body header .topbarNavWrap .head-row .cart {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  body header .topbarNavWrap .head-row .categories {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  body header .topbarNavWrap .head-row .cart {
    width: 20%;
    padding: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  body header .topbarNavWrap .head-row .searchWrap {
    width: 100% !Important;
  }
}

@media screen and (max-width: 991px) {
  body header .topbarNavWrap .head-row .accountLinks {
    width: 100% !Important;
    float: none !Important;
    display: block;
  }
}

body header .topbarNavWrap .topbarNav {
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  body header .topbarNavWrap .topbarNav .logo a {
    display: block;
    margin-bottom: 20px;
  }

  body header .topbarNavWrap .topbarNav .logo a img {
    display: block;
    margin: 0 auto;
  }
}

body header .topbarNavWrap .topbarNav .logo img {
  max-width: 100%;
  height: auto;
}

body header .topbarNavWrap .topbarNav .navigation * {
  background: white;
}

body header .topbarNavWrap .topbarNav .navigation .accountLinks {
  width: 200px;
  display: block;
  float: left;
  padding-top: 5px;
}

body header .topbarNavWrap .topbarNav .navigation a.cart {
  font-size: 16px;
  float: left;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
}

body header .topbarNavWrap .topbarNav .navigation a.cart i {
  font-size: 18px;
}

body header .topbarNavigation {
  background: #963096;
  padding: 13px 0;
  display: block;
}

body header .topbarNavigation a {
  font-size: 20px;
  color: white;
  text-decoration: none;
  line-height: 34px;
  display: inline-block;
}

body header .topbarNavigation a::after {
  content: '|';
  margin: 0 10px;
}

body header .topbarNavigation a:last-of-type::after {
  content: '';
  margin: 0;
}

body header .topbarNavigation .searchWrap .form-group {
  margin: 0;
}

body.home .headerBanner {
  background: #963096;
  background: url("./../uploads/header_bg.png");
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

body.home .headerBanner .banner h1 {
  font-size: 33px;
  color: #fff;
  margin-bottom: 14px;
}

body.home .headerBanner .banner p {
  font-size: 12px;
  color: #fff;
  padding-right: 110px;
  text-align: justify;
  margin-bottom: 20px;
}

body.home .headerBanner .banner ul {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 0px;
}

body.home .headerBanner .banner ul li {
  color: #fff;
  font-size: 15px !important;
  background-image: url(./../uploads/tic.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  list-style: none;
  line-height: 25px;
}

body.home .headerBanner .quickDemo .hot-vendors {
  width: 100%;
  height: auto;
  float: left;
  background: rgba(202, 202, 202, 0.43);
  padding-top: 7px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot_vendor {
  font-size: 18px !important;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  padding-top: 14px;
}

body.home .headerBanner .quickDemo .hot-vendors p {
  color: #a6a6a6;
  font-size: 11px;
  text-align: center;
}

body.home .headerBanner .quickDemo .hot-vendors .cust {
  width: 100%;
  height: auto;
  float: left;
}

body.home .headerBanner .quickDemo .hot-vendors .cust .cust-box {
  display: block;
  font-size: 14px;
  color: #03F;
  text-align: center;
  padding-top: 20px;
}

body.home .headerBanner .quickDemo .hot-vendors .cust .cust-box img {
  padding-bottom: 4px;
  border-radius: 50px;
}

body.home .headerBanner .quickDemo .hot-vendors .cust .cust-box span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 22px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 0px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li {
  float: left;
  list-style: none;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li select {
  border: none;
  border-right: 1px solid #cfcfcf;
  font-size: 12px;
  width: 105px;
  height: 34px;
  border-radius: 0;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li input {
  border: none;
  padding: 8.5px;
  font-size: 12px;
  width: 157px;
}

body.home .headerBanner .quickDemo .hot-vendors .hot-vendor-mail ul li .download-demo-btn {
  border: none;
  padding: 8.5px;
  background-color: #963096;
  color: #fff;
  font-size: 12px;
  border-radius: 0px 3px 3px 0px;
}

body.home .faqnupdate {
  margin-top: 20px;
}

body.home .faqnupdate .faq .content {
  padding: 20px;
}

body.home .faqnupdate .vendors .content #vendorTabs .resp-tab-active,
body.home .faqnupdate .vendors .content #vendorTabs .resp-tab-content {
  border-color: #ccc;
}

body.home .faqnupdate .vendors .content #vendorTabs .resp-tabs-container a {
  width: 30%;
  padding: 5px;
  border: 2px solid #CFD3D6;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #8D9FB0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.home .testimonialbox {
  margin: 20px auto;
}

body.home .testimonialbox .box .content {
  padding-bottom: 36px;
}

body .row.listingWrap {
  background: #e1e1e1;
}

body .row.listingWrap .container.listing {
  margin-top: 30px;
  padding-bottom: 70px;
}

body .row.listingWrap .container.listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

body .row.listingWrap .container.listing ul li {
  list-style: none;
  margin-bottom: 10px;
}

body .row.listingWrap .container.listing ul li a {
  text-decoration: none;
  color: black;
  display: block;
  background: white;
  padding-top: 1px;
  min-height: 165px;
  position: relative;
}

@media screen and (min-width: 768px) {
  body .row.listingWrap .container.listing ul li a {
    margin-left: -12px;
    margin-right: -12px;
  }
}

body .row.listingWrap .container.listing ul li a:hover .seedetail {
  background: #d53115;
}

body .row.listingWrap .container.listing ul li a h3 {
  color: #963096;
}

body .row.listingWrap .container.listing ul li a p {
  font-size: 0.875em;
  padding: 0 3px;
}

body .row.listingWrap .container.listing ul li a .seedetail {
  background: #963096;
  height: 48px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.000em;
  font-weight: bold;
  padding-top: 12px;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}

body .breadcrumb {
  background: #963096;
  color: #fff;
  border-radius: 0;
}

body .breadcrumb ul {
  padding: 0;
  margin: 0;
}

body .breadcrumb ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

body .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}

body .breadcrumb ul li:not(:last-of-type)::after {
  content: ' > ';
  padding-left: 10px;
}

body.member-area {
  background: #e1e1e1;
}

body.member-area .breadcrumb {
  display: none;
}

body.member-area main .container {
  background: white;
}

body.member-area main .container .top {
  background: #963096;
  color: white;
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .top {
    text-align: center;
  }
}

body.member-area main .container .top .title {
  display: block;
  margin: 0;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .top .title {
    float: none !Important;
    margin-bottom: 20px !important;
    text-align: center;
  }
}

body.member-area main .container .top .settings {
  display: block;
  color: white;
  margin: 0;
  margin-right: 20px;
}

body.member-area main .container .top .settings a {
  display: block;
  color: white;
  margin: 0;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .top .settings {
    margin: inherit !important;
    display: inline-block !important;
    text-align: center;
    float: none !Important;
  }
}

body.member-area main .container .top .profile {
  position: relative;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .top .profile {
    margin: inherit !important;
    text-align: center;
    display: inline-block !important;
    float: none !Important;
  }
}

body.member-area main .container .top .profile a {
  color: white;
  text-decoration: none;
}

body.member-area main .container .top .profile a span.fa {
  position: relative;
  top: -5px;
  font-size: 29px;
}

body.member-area main .container .top .profile a img {
  position: relative;
  top: -10px;
}

body.member-area main .container .top .profile a .right {
  display: inline-block;
  padding-left: 10px;
}

body.member-area main .container .top .profile a .right span.name {
  font-weight: 500;
}

body.member-area main .container .top .profile a .right span.role {
  font-size: 12px;
  color: #bde8fd;
  font-style: italic;
}

body.member-area main .container .top .profile:hover ul {
  display: block;
}

body.member-area main .container .top .profile ul {
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
}

body.member-area main .container .top .profile ul li {
  list-style: none;
  text-align: center;
}

body.member-area main .container .top .profile ul li a {
  color: black;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

body.member-area main .container .top .profile ul li a:hover {
  background: #963096;
  color: #fff;
}

body.member-area main .container .main #accountTabs .resp-tabs-list {
  background: #f2f2f2;
  min-height: 90vh;
  width: 25%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item {
  display: block;
  padding: 23px 23px 20px 75px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  border-top: 1px solid #e0e0e0;
  color: #9a9999;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 200;
  background-repeat: no-repeat;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.resp-tab-active {
  border: 1px solid #e0e0e0;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 23px 23px 20px 75px !important;
  color: #000000;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.dashboard {
  background-image: url(./../uploads/dash1-hover.png);
  background-position: 10% 45%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.orders {
  background-image: url(./../uploads/dash5-icon.png);
  background-position: 10% 65%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.invoices {
  background-image: url(./../uploads/dash6-icon.png);
  background-position: 10% 65%;
}

body.member-area main .container .main #accountTabs .resp-tabs-list li.resp-tab-item.download-history {
  background-image: url(./../uploads/dash7-icon.png);
  background-position: 10% 65%;
}

body.member-area main .container .main .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  border-radius: 0px;
  clear: none;
  border-right: 0px;
  border-left: 0px;
  padding-left: 2%;
  padding-right: 1%;
  padding-top: 15px;
  border-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  body.member-area main .container .main .resp-tabs-container {
    width: 71.7%;
  }
}

@media screen and (max-width: 991px) {
  body.member-area main .container .main .resp-tabs-container {
    padding: 0;
  }
}

body.member-area main .container .main .resp-tabs-container .resp-tab-content {
  padding: 0;
}

body.member-area main .container .main .resp-tabs-container .tabTitle {
  font-size: 28px;
  color: #963096;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .main .resp-tabs-container .tabTitle {
    text-align: center;
    margin: 10px auto;
    display: block;
  }
}

body.member-area main .container .main .resp-tabs-container .error {
  color: red;
}

body.member-area main .container .main .resp-tabs-container .MemberBox {
  margin: 0 auto;
  width: 589px;
  height: auto;
  margin-top: 77px;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .main .resp-tabs-container .MemberBox {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm {
  float: left;
  width: 100%;
  height: auto;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li {
  width: 50%;
  float: left;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li {
    width: 100%;
    float: left;
  }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(3n) a,
body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(4n) a {
  padding-top: 45px;
}

@media screen and (max-width: 991px) {

  body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(3n) a,
  body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li:nth-child(4n) a {
    float: left;
    width: 99.7%;
    height: 127px;
    text-decoration: none;
    padding-top: 20px;
    border-bottom: 1px solid #e4ede4;
  }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a {
  float: left;
  width: 99.7%;
  height: 127px;
  text-decoration: none;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a {
    float: left;
    width: 99.7%;
    height: 127px;
    text-decoration: none;
    padding-top: 20px;
    border-bottom: 1px solid #e4ede4;
  }
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a:hover {
  background: #fcfcfc;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg1 {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./../uploads/histry1-icon.png);
  height: 70px;
  display: inline-block;
  width: 100px;
  padding-left: 65px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .Font40 {
  font-size: 40px;
  font-family: "Myriad Pro";
  color: #000000;
  line-height: 22px;
  float: left;
  width: 100%;
  margin-top: 12px;
  text-align: left !important;
  padding-left: 0px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .Font20 {
  font-size: 20px;
  font-family: "Myriad Pro";
  color: #0f0f0f;
  text-align: left !important;
  float: left;
  width: 80%;
  padding-left: 5px;
  margin-top: 3px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a.DAhBdBtm1 {
  border-bottom: 1px solid #e4ede4;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a.DAhBdRht1 {
  border-right: 1px solid #e4ede4;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg2 {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./../uploads/histry2-icon.png);
  height: 70px;
  display: inline-block;
  width: 145px;
  padding-left: 104px;
  margin-left: 20px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg3 {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./../uploads/histry3-icon.png);
  height: 75px;
  display: inline-block;
  width: 140px;
  padding-left: 85px;
}

body.member-area main .container .main .resp-tabs-container .MemberBox .MemberClm ul li a .DashImg4 {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./../uploads/histry4-icon.png);
  height: 70px;
  display: inline-block;
  width: 227px;
  padding-left: 75px;
}

body.profile main form,
body.changepass main form {
  width: 400px;
  padding-top: 50px;
}

body.profile main form .form-control,
body.changepass main form .form-control {
  margin-bottom: 10px;
}

body.category main {
  margin-bottom: 70px;
}

body.category main .examsnsubs .VenderBD1 {
  float: left;
  width: 100%;
  border-top: 1px solid #ececec;
  margin-top: 20px;
}

body.category main .examsnsubs .VenderBD1 .VendCol {
  float: left;
  width: 272px;
  min-height: 548px;
  border-right: 1px solid #ececec;
  margin-top: 9px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 {
  overflow: auto;
  margin: 0px;
  max-width: 100%;
  height: 500px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 18px;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 0px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container ul li {
  float: left;
  list-style: none;
  width: 100%;
}

body.category main .examsnsubs .VenderBD1 .VendCol .content1 .mCustomScrollBox .mCSB_container ul li a {
  background: url(./../uploads/vendlink-icon.jpg) no-repeat left center;
  color: #963096;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
}

body.category main .examsnsubs .VenderBD1 .VendCol+.VendCol1 a {
  width: 100% !important;
  clear: both !important;
  border: 0 !Important;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 {
  float: left;
  width: 381px;
  padding-top: 10px;
  padding-left: 22px;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 {
  overflow: auto;
  margin: 0px;
  max-width: 100%;
  height: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a {
  display: block;
  height: 150px;
  position: relative;
  color: black;
  text-decoration: none;
  width: 48%;
  float: left;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a:nth-child(odd) {
  border-right: 1px solid #963096;
  padding-right: 2%;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a:nth-child(even) {
  padding-left: 2%;
}

@media screen and (max-width: 768px) {
  body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a {
    width: 100%;
    float: none;
    border: 0 !important;
    padding: 0;
  }
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a .title {
  font-size: 19px;
  margin-bottom: 40px;
  font-weight: bold;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a .count {
  float: left;
  color: #963096;
  font-size: 13px;
}

body.category main .examsnsubs .VenderBD1 .VendCol1 .content1 a .link {
  float: right;
  padding: 7px 20px;
  background: #963096;
  color: white;
  position: relative;
  top: -20px;
}

@media screen and (min-width: 768px) {
  body.category main .examsnsubs .VenderBD1 .VendCol+.VendCol1 a.SeeLink {
    right: 20px !important;
  }
}

body.category main .examsnsubs .VenderBD1.fullwidth {
  border: 0;
}

body.category main .examsnsubs .VenderBD1.fullwidth .VendCol1 {
  width: 100%;
}

body.category main .examsnsubs .VenderBD1.fullwidth .VendCol1 .BluBgSmlRow:hover {
  background: url(./../uploads/blu-hover.jpg) repeat-y !important;
}

body.category main .testimonialbox {
  margin-top: 20px;
}

body.category main .testimonialbox .box .content {
  padding-bottom: 36px;
}

body.category main .testimonialbox .box .video {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.category main .testimonialbox .box .video video {
  max-width: 100%;
  height: auto;
}

body.category aside .avatarImg img {
  display: block;
  margin: 0 auto;
}

body.category aside .hotexams .HotBd1 {
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}

body.category aside .hotexams .HotBd1 .ExamCodClm {
  float: left;
  width: 59px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Myriad Pro";
  color: #2a323a;
}

body.category aside .hotexams .HotBd1 .SupportClm {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #57616a;
  margin-top: 5px;
}

body.category aside .hotexams .HotBd1 .UpRow {
  color: #fc0000;
  font-size: 10px;
  text-transform: uppercase;
  float: left;
  margin-top: 9px;
}

body.category aside .popularCerts ul,
body.category aside .popularExams ul {
  padding: 0;
  margin: 0;
}

body.category aside .popularCerts ul li,
body.category aside .popularExams ul li {
  width: 50%;
  float: left;
  list-style: none;
}

body.category .container-fluid {
  margin-top: 30px;
  padding-bottom: 70px;
  background: #e1e1e1;
}

body.category .container-fluid .updates ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

body.category .container-fluid .updates ul li {
  list-style: none;
  margin-bottom: 10px;
}

body.category .container-fluid .updates ul li a {
  text-decoration: none;
  color: black;
  display: block;
  background: white;
  padding-top: 1px;
  min-height: 150px;
  position: relative;
}

body.category .container-fluid .updates ul li a:hover .seedetail {
  background: #d53115;
}

body.category .container-fluid .updates ul li a h3 {
  color: #963096;
}

body.category .container-fluid .updates ul li a p {
  font-size: 0.875em;
  padding: 0 3px;
}

body.category .container-fluid .updates ul li a .seedetail {
  background: #963096;
  height: 43px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.000em;
  font-weight: bolder;
  padding-top: 9px;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}

body.exam main form {
  display: inline;
}

body.exam main .btn-cart {
  border-radius: 2px;
  border: 0;
  margin-right: 14px;
  cursor: pointer;
  text-transform: none;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  margin-top: 15px;
  margin-right: 20px;
}

body.exam main .btn-link {
  display: inline-block;
  border-radius: 2px;
  background-color: #fff;
  width: 140px;
  height: 40px;
  border: 2px solid #963096;
  cursor: pointer;
  color: #963096;
}

body.exam main .image .logo-prod {
  position: relative;
  margin: 0 auto;
}

body.exam main .image .logo-prod img {
  max-width: 100%;
  height: auto;
}

body.exam main .image .logo-prod p {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 144px;
  height: 67px;
  padding-top: 12px;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  padding-top: 17px;
}

@media screen and (max-width: 1024px) {
  body.exam main .image .logo-prod p {
    top: 0px;
    right: -13px;
  }
}

@media screen and (max-width: 768px) {
  body.exam main .image .logo-prod p {
    top: 15px;
    right: 31%;
  }
}

@media screen and (max-width: 425px) {
  body.exam main .image .logo-prod p {
    top: 15px;
    right: 14%;
  }
}

@media screen and (max-width: 375px) {
  body.exam main .image .logo-prod p {
    right: 30px;
  }
}

@media screen and (max-width: 320px) {
  body.exam main .image .logo-prod p {
    right: 5px;
  }
}

body.exam main .testimonialbox {
  margin-top: 20px;
}

body.exam main .testimonialbox .box .content {
  padding-bottom: 36px;
}

body.exam main .testimonialbox .box .video {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.exam main .testimonialbox .box .video video {
  max-width: 100%;
  height: auto;
}

body.exam main .faqnupdate {
  margin-top: 20px;
}

body.exam main .faqnupdate .faq .content {
  padding: 20px;
}

body.exam main .faqnupdate .updates .content #updatesAccordian ul li {
  text-align: center;
}

body.exam main .faqnupdate .updates .content #updatesAccordian ul li a {
  text-decoration: none;
}

body.exam main .faqnupdate .updates .content #updatesAccordian ul li a .red {
  color: red;
}

body.exam main .faqnupdate .updates .content #updatesAccordian .resp-tabs-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.exam main .faqnupdate .updates .content #updatesAccordian .resp-tabs-container ul li {
  list-style: none;
}

body.exam .container-fluid {
  margin-top: 30px;
  padding-bottom: 70px;
  background: #e1e1e1;
}

body.exam .container-fluid .updates ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

body.exam .container-fluid .updates ul li {
  list-style: none;
  margin-bottom: 10px;
}

body.exam .container-fluid .updates ul li a {
  text-decoration: none;
  color: black;
  display: block;
  background: white;
  padding-top: 1px;
  min-height: 150px;
  position: relative;
}

body.exam .container-fluid .updates ul li a:hover .seedetail {
  background: #d53115;
}

body.exam .container-fluid .updates ul li a h3 {
  color: #963096;
}

body.exam .container-fluid .updates ul li a p {
  font-size: 0.875em;
  padding: 0 3px;
}

body.exam .container-fluid .updates ul li a .seedetail {
  background: #963096;
  height: 43px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.000em;
  font-weight: bolder;
  padding-top: 9px;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}

body.exam .container-fluid .relatedexams ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

body.exam .container-fluid .relatedexams ul li {
  list-style: none;
  margin-bottom: 10px;
}

body.exam .container-fluid .relatedexams ul li a {
  text-decoration: none;
  color: black;
  display: block;
  background: white;
  padding-top: 1px;
  min-height: 150px;
  position: relative;
}

body.exam .container-fluid .relatedexams ul li a h3 {
  color: #963096;
}

body.exam .container-fluid .relatedexams ul li a p {
  font-size: 0.875em;
  padding: 0 3px;
}

body.exam .container-fluid .relatedexams ul li a .seedetail {
  background: #963096;
  height: 43px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.000em;
  font-weight: bolder;
  padding-top: 9px;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}

body.all .container.main {
  padding-bottom: 30px;
}

body.all .container.main a {
  background: #fff;
  color: #ff4d8e;
  /*padding: 5px 7px;*/
  font-size: 20px;
  border-radius: 3px;
  margin: 10px 5px;
  width: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 18%;
  display: inline-block;
  text-align: center;
}

body .content-row .col-content {
  height: 290px;
  border: 1px #e0e0e0 solid;
  margin-top: 5%;
  margin-left: 1%;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #ebebeb;
  padding: 10px;
  clear: both;
  text-align: center;
}

body .content-row .col-content img {
  display: block;
  margin: 0 auto;
}

body .content-row .col-content p b {
  font-size: 0.900em;
  color: #2a323a;
  display: block;
  padding-bottom: 15px;
}

body.cart main {
  margin-bottom: 50px;
}

body.cart main .cart_wrapper .cart_inner table {
  font-size: 16px;
}

body.cart main .checkout .gateways .tabs li {
  width: 50%;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body.cart main .checkout .gateways .tabs li {
    width: 100%;
    margin-bottom: 5px;
  }
}

body.cart main .checkout .gateways .tabs li a {
  color: black;
  background-color: white;
  border: 1px solid #efefef;
  border-radius: 0;
  font-size: 17px;
}

body.cart main .checkout .gateways .tabs li a:hover {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

body.cart main .checkout .gateways .tabs li a img {
  max-width: 100%;
}

body.cart main .checkout .gateways .tabs li.active a {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

body.cart main .checkout .gateways .checkoutContainer .item {
  margin-top: 20px;
  border: 1px solid #efefef;
  padding: 20px 10px;
}

body.cart main .checkout .gateways .checkoutContainer .item .col {
  width: 50%;
  float: left;
  border-right: 1px solid #efefef;
  padding: 0 10px;
}

body.cart main .checkout .gateways .checkoutContainer .item .col:nth-child(2) {
  border: 0;
}

@media screen and (max-width: 768px) {
  body.cart main .checkout .gateways .checkoutContainer .item .col {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #efefef;
  }

  body.cart main .checkout .gateways .checkoutContainer .item .col:nth-child(2) {
    border: 0;
  }
}

body.page main {
  margin-bottom: 100px;
}

body main {
  min-height: 60vh;
}

/* body footer {
    background: #606362 !important;
    background: rgba(236, 65, 36, 0.8);
    color: #fff;
    padding: 30px 0px;
    padding-bottom: 0; }
    body footer a {
      color: white; }
      body footer a:hover, body footer a:focus {
        color: white;
        text-decoration: none; }
    body footer h3 {
      display: block;
      color: #FFFFFF;
      font-size: 18px;
      line-height: 20px;
      margin-top: 20px;
      margin-bottom: 10px; }
    body footer .menuWrap ul {
      padding-left: 13px; }
    body footer .footer-serch {
      width: 100%;
      height: auto;
      float: left;
      padding-bottom: 25px;
      margin-top: 20px; }
      body footer .footer-serch .search-txtbx1 {
        background-color: #fff;
        border: 3px solid;
        border-color: #363636;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        float: left;
        font-size: 12px;
        height: 50px;
        line-height: 12px;
        outline: medium none;
        padding: 0 10px;
        width: 73%;
        color: black; }
      body footer .footer-serch .search-btn1 {
        width: 27%;
        height: 50px;
        float: left;
        background: #363636;
        transition: all 0.3s ease;
        padding-top: 0px;
        text-align: center;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        color: #FFF !important;
        text-transform: uppercase;
        font-weight: bold;
        border: 0px; }
    body footer .footer-copyright {
      background: #363636;
      padding: 20px;
      color: #9c9c9c; } */

/*# sourceMappingURL=main.css.map */


#testimonial-slider .owl-nav {
  float: right;
}

#testimonial-slider .owl-nav .owl-prev {}

#testimonial-slider .owl-nav .owl-prev span {}

#testimonial-slider .owl-nav .owl-next {}

#testimonial-slider .owl-nav .owl-next span {}

.cart_inner a.btn.btn-danger.btn-sm.pull-right {
  padding: 10px 25px;
  font-size: 17px;
}

/* ==============
    Footer CSS 
==================================== */
.footer-area {
  background-image: url(../../assets/img/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.contact-information-box {
  background: #fff;
  position: relative;
  padding: 30px 60px;
  border-radius: 100px;
  z-index: 1;
  top: 0;
  margin-bottom: 95px;
  margin-top: -185px;
  border: 2px solid #f2eee2;
}

.contact-information-box .single-box i {
  font-size: 50px;
  color: #ff007d;
}

.contact-information-box .single-box p {
  margin-bottom: 0;
  line-height: 25px;
}

.contact-information-box .single-box p a {
  display: inline-block;
  color: #666666;
}

.contact-information-box .single-box p a:hover {
  color: #ff007d;
}

.single-footer-widget.pl-30 {
  padding-left: 30px;
}

.single-footer-widget h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 25px;
}

.single-footer-widget p {
  color: #d8d8d8;
  margin-top: 20px;
}

.single-footer-widget ul {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
}

.single-footer-widget .quick-menu li a {
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  color: #d8d8d8;
}

.single-footer-widget .quick-menu li a:hover {
  color: #ff007d;
}

.single-footer-widget .quick-menu li:first-child a {
  margin-top: 0;
}

.single-footer-widget .instagram-feed li {
  float: left;
  width: 25%;
  padding: 3px;
}

.single-footer-widget .instagram-feed li img {
  width: 100%;
}

.newsletter form {
  position: relative;
  margin-top: 20px;
}

.newsletter .form-control {
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  padding: 6px 15px;
  color: #fff;
}

.newsletter .form-control:focus {
  border-color: #ff007d;
}

.newsletter form .submit-btn {
  background-color: #ff007d;
  border: 1px solid #ff007d;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  font-size: 30px;
  padding: 0 10px;
  line-height: 25px;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
}

.newsletter form .submit-btn:hover {
  background-color: #e0177a;
  border: 1px solid #e0177a;
}

/* ==============
    End Footer CSS 
==================================== */

/* ==============
    End Footer CSS 
==================================== */
.bottom-footer {
  padding: 15px 0;
  /*border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
  background: #963096;
}

.bottom-footer p {
  margin: 0;
  color: #fff;
}

.bottom-footer p a {
  color: #ff007d;
}

.bottom-footer p a:hover {
  text-decoration: underline;
}

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.social-links li {
  display: inline-block;
  margin-left: 10px;
}

.social-links li i {
  background-color: #ff007d;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
}

.social-links li i:hover {
  background-color: #333;
  color: #fff;
}

.help-block ul.list-unstyled li {
  color: #ff0000;
  margin-top: 10px;
}

#map iframe {
  height: 450px;
  width: 100%;
  border: 0;
}

.chat_live {
  background: #cc8f33;
  padding: 10px;
  font-size: 18px;
  color: #000;
  text-decoration: none !important;
}

.border_foter {
  height: 250px;
  border-right: 1px solid #d8d8d8;
}

/* ==============
    End Footer CSS 
==================================== */
.padding_0 {
  padding: 0px;
}