html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}


.logo img,
.footer .nav-logo img {
	width: 149px;
    height: 99px;
}

.footer .nav-logos .nav-logo:first-child img {
	width: auto;
    height: auto;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 200px;
  z-index: 9999999;
}

.loader {
  border: 10px solid #1d4d8b;
  border-radius: 50%;
  border-top-color: #1d4d8b;
  border-bottom-color: #26984d;
  width: 55px;
  height: 55px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 9999999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* end of loading */

/* global */
body {
  background: whitesmoke;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.showINmobile {
  display: none;
}
.showINdesktop {
  display: block;
}
.showINall {
}

/* mohsen */
body.LTR .productRating {
  border-width: 0 0 0 1px;
  float: right;
  text-align: left;
  padding-left: 10px;
}

body.LTR .productDetail {
  float: left;
  text-align: left;
}

.LTR .MyAddresses div > a {
  background-color: #1d4d8b;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 5px 0;
}

.LTR .MyAddresses div > a:hover {
  background-color: #1d4477;
}

.LTR .pagination-list li {
  float: left;
}

.LTR .pagination-list li:first-child a {
  margin-right: 10px;
}

.LTR .pagination-list {
  float: left;
}

/* end mohsen */

.searchbar .Filter {
  width: 350px;
}

.searchbar .Filter .FilterSearch label {
  float: right;
}

.searchbar .Filter .FilterSearch .FormButton {
  margin: 2px 10px 2px 10px;
  float: right;
}

.searchbar .Filter .FilterSearch .md-input uk-form-width-large {
  width: 250px;
  float: right;
}

.unigrid-actions-header-empty,
.unigrid-actions {
  display: none;
}

.membership-card h5 {
  font-size: 19px;
  font-weight: bold;
  line-height: 38px;
  color: #464749;
  margin-top: 30px;
  padding: 0 5px 0 5px;
}

.nobackground {
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  padding: 7px 0 0 0;
}

.productMainImage {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.productMainImage img {
  width: 100%;
  height: 326px;
}

.activity-card {
  width: 100%;
}

.posts ul.pollets,
.posts ul.CMSSiteMapList {
  padding-right: 50px;
  margin-top: 10px;
}

.posts ul.pollets li,
.posts ul.CMSSiteMapList li {
  font-size: 14px;
  color: #535353;
  list-style: none;
  margin-bottom: 10px;
}

.posts ul.pollets li a,
.posts ul.CMSSiteMapList li a {
  font-size: 18px;
  color: #1d4d8b;
}

.posts ul.pollets li:before,
.posts ul.CMSSiteMapList li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #1d4d8b;
  margin: 0 0 0 15px;
}
/*ul.CMSSiteMapList > li > a {
    color: #1d4d8b !important;
}

ul.CMSSiteMapList > li > ul > li > a {
    color: #26984d !important;
}

ul.CMSSiteMapList > li > ul > li > ul > li > a {
    color: #212529 !important;
}*/
/*.inner-page-services a.nav-link {
    padding-left: 20px;
    padding-right: 20px;
}*/
/*.nav-filter .nav-item {
    -ms-flex: none;
    flex: none;
}*/
.table td,
.table th {
  border-top: 0px solid #dee2e6;
}
/* poll */
.PollQuestion {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.PollAnswerText {
  font-weight: 700;
}

.PollAnswers .tr {
  margin-bottom: 5px;
}

.PollAnswerRadio {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #8b8d8f;
  font-weight: 500;
}

.PollAnswerRadio input {
  position: absolute;
  top: 2px;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #8b8d8f;
  border-radius: 50%;
}

.PollAnswerRadio input:checked ~ label {
  color: #1d4d8b;
}

.PollVoteButton {
  /*flex: auto;*/
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #1d4d8b;
  width: 150px;
  padding: 8px;
  border-radius: 23px;
  border: 2px solid #1d4d8b;
  margin: 5px;
}

.PollVoteButton:hover {
  color: #fff;
}

.PollAnswers .PollCount {
  background: #4ba1d9 !important;
  color: #fff !important;
  /*
    position: absolute;
    right: 130px;
    margin-top: -45px;*/
}

.PollGraph {
  margin-top: -19px;
}

.PollFooter {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.PollResult {
  color: #40b763;
}
/* end poll */
.courses-main-slider .caption .swiper-more-btn {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #40b763;
  padding: 9px 28px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #40b763;
  margin-top: 35px;
  margin-right: 0;
}

.breadcrumb a,
.breadcrumb span {
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb a:first-child {
  margin-right: -15px;
}

.subscribe .ErrorMessage {
  color: red;
  position: absolute;
  margin-top: -40px;
}

.Subscription .InfoMessage {
  color: red;
  /*position: absolute;
    margin-top: -40px;*/
}

.SubscriptionButton {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff !important;
  border: none;
  border-radius: 4px 0 0 4px;
  height: 100% !important;
  padding: 0px 26px;
  color: #1d4d8b !important;
  padding-left: 26px !important;
}

/*
span.icon {
    display: inline-block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
    transition: 0.4s ease-in-out;
}
*/
.post span.icon {
  background-size: 80%;
}

.play {
  margin-top: 8vh;
}

.play .play-btn {
  padding: 15px;
}

.main-slider .caption .swiper-more-btn {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #40b763;
  padding: 9px 28px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 23px;
  color: #fff;
}

.main-slider .caption .swiper-more-btn:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: #40b763;
}

.btn-box .vote-results {
  color: #1d4d8b;
  background-color: #fff;
}

.service-box {
  padding: 5px;
  display: block;
  text-align: center;
  height: 213px;
}

.service-box img {
  margin-bottom: 15px;
  /*width: 64px;
        height: 64px;*/
}

.service-box .title {
  padding-right: 0px;
}

.nav-sidemenu {
  list-style: disc;
  margin: 0px;
  padding: 0px;
}

.main-slider .caption .swiper-more-btn {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid #40b763;
  padding: 9px 28px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 23px;
  color: #fff;
}

.inner-page-services li.nav-item:last-child {
  padding-left: 5px;
}

.service-item-box h6 {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  /* height: calc(28px * 4); */
  height: 55px;
  overflow: hidden;
  text-align: center;
  color: #464749;
  padding: 0 20px;
}

.item-btn-box a {
  /*background: none;*/
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}
/*.nav-item:hover .dropdown-menu {
    display: block !important;
}*/
.scroll-up-button {
  cursor: pointer;
  padding-right: 6px;
  padding-top: 10px;
}

.item-footer img {
  height: 210px;
  width: auto;
}

.bot-navbar .nav-items .nav-item > a > div {
  padding-left: 30px;
}

.nav-level3 {
  width: 100%;
  margin: 0px;
}

.megamenu .dropdown-item {
  float: right;
  width: 100%;
  border-right: 2px solid #50cbf4;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-item-sub {
  /*border-right: 2px solid @secondary-color-light;*/
  /*border-right: 1px solid @secondary-color-light;*/
  padding: 0.5rem 0.75rem;
  /*transition: 0.2s;*/
  float: right;
  width: 100%;
  /* border-right: 2px solid @secondary-color-light; */
  /* border-right: 1px solid @secondary-color-light; */
  margin-bottom: 5px;
  font-size: 15px;
  padding: 5px;
  /* transition: 0.2s;*/
  border-bottom: 1px solid #bac4cf;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*.dropdown-item-sub:before {
        content: "â€¢";
        font-size: 22px;
        color: @secondary-color-light;
        margin-right: -10px;
        position: absolute;
        margin-top: -7px;
    }*/
.fa-chevron-left:before {
  font-size: 12px;
  margin-right: -10px;
}

.megamenu .dropdown-item-sub:focus,
.megamenu .dropdown-item-sub:hover,
.megamenu .dropdown-item-sub:active {
  color: #50cbf4;
  background-color: #ffffff;
}
/*.md-input uk-form-width-large-error {
    color: red !important;
    position: absolute;
    margin-top: -28px;
    margin-right: -15PX;
}*/
.md-input uk-form-width-large-error {
  color: red !important;
  margin-top: 0px;
  margin-right: 0px;
}

span.required-mark {
  color: red;
  font-size: 20px;
  position: absolute;
}

.main-slider2 {
  height: 210px;
  position: relative;
  margin-bottom: 50px;
  background: rebeccapurple;
  background: #1d4d8b;
}

.pagetitle {
  color: rebeccapurple;
  color: #1d4d8b;
}

footer {
  /*margin-top: 40px;*/
}
/* end global */


/* pager */
.PagerControl {
  margin-left: 0px;
  width: 100%;
  clear: both;
  margin-top: 50px;
  margin-bottom: 70px;
}

.PagerNumberArea {
  text-align: center;
  width: 100%;
}

.PagerNumberArea > span {
  padding: 0px !important;
  display: inline-block;
}

.PagerNumberArea > span > span,
.PagerNumberArea > span > a {
  border: 1px solid #13345e !important;
  color: #13345e;
  line-height: 0;
  /*border-radius: 5px;*/
  padding: 10px 15px 10px 15px;
  margin: 10px;
}

.PagerNumberArea > span > a:hover {
  background-color: #13345e !important;
  color: #fff !important;
}

.PagerNumberArea > span:nth-child(3) {
  position: relative;
  top: -19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.PagerNumberArea .SelectedPage {
  background-color: #13345e !important;
  color: #fff !important;
}

.PagerNumberArea > span:nth-child(3) > a,
.PagerNumberArea > span:nth-child(3) > span {
  float: right;
  padding: 19px;
}
/*.PagerNumberArea > span:nth-child(3) {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }*/
/*.PagerNumberArea > span:nth-child(3) > a:nth-child(1), .PagerNumberArea > span:nth-child(3) > span:nth-child(1) {
        margin-right: 0px !important;
    }*/
.innerpages .nav-tabs:not(.page-tabs) > li .active {
  border-bottom: 5px #d1a770 solid;
  color: #d1a770 !important;
}

.innerpages .nav-tabs:not(.page-tabs) > li .active:after {
  border-top: 10px solid #d1a770;
}
/* end pager */


/* go to box in the content pagew  */
#gototop {
  display: none;
}

.toc {
  background-color: whitesmoke;
  border: 1px #ccc solid;
  border-radius: 10px;
  float: left;
  width: 200px;
  margin: 20px;
  margin-left: 0;
  padding: 10px;
  /*display: none;*/
}

.toc h3 {
  border-bottom: 1px #ccc solid;
  padding: 5px 0;
  margin-bottom: 10px;
}

.toc h3 a {
  float: left;
  font-size: 12px;
}

.toc ul {
  padding: 0;
  margin: 0 5px;
}

    .toc ul li a {
        color: #1d4d8b;
        text-decoration: none;
        font-size: 14px;
    }

.toc ul li a:hover {
  color: #d98419;
  text-decoration: underline;
}

.inside-container .toc {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    left: 0px;
    display: none;
}

.toc li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #1d4d8b;
    margin: 0 0 0 15px;
}

.toc li a:before {
    /*counter-increment: section;
    content: counters(section, ".") " ";
    display: inline-block;
    margin-left: 20px;
    width: 35px;
    height: 35px;
    background: #26984d;
    font: bold 1.786em DroidArabicKufi-Bold, arial, sans-serif;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: -6px;*/
}
#gototop {
  float: left;
}
/* end go to box in the content pagew  */
/*# Menu Items / Product List #*/
.productPreview {
  border: 1px solid #d5d5d5;
  height: 345px;
  margin-bottom: 35px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.productPreview p {
  padding: 0px 12px 0px;
  color: #363f43;
  margin-top: 20px;
  height: 85px;
  border-bottom: 1px solid silver;
}

.productPreview .imgBox {
  height: 120px;
  margin-top: 15px;
}

.productPreview .image img {
  width: 100%;
  height: 120px;
  border: 1px solid silver;
}

.productPreview.listProductPreview {
  margin-top: 0px !important;
}

.productPreview a:hover {
  text-decoration: underline;
}

.productPreview a h2 {
  padding: 5px 10px;
  border: none;
  display: block;
  height: 40px;
  margin-bottom: 10px;
}

.productPreview a h4 {
  padding: 5px 10px;
  border: none;
  display: block;
  height: 40px;
  margin-bottom: 10px;
}

.productPreview .left {
  width: 100px;
  padding: 0 10px;
  margin: 0;
}

.productPreview .left .image {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.productPreview .left .image img {
  margin: auto;
  width: 100px;
}

.productPreview .right {
  width: 98px;
  margin-top: 5px;
}

.productPreview .CntRatingContent a {
  cursor: default;
}

.productPreview .right .indicator {
  padding: 2px 8px;
  width: 82px;
  color: #ffffff;
  display: block;
  height: 18px;
  margin-bottom: 15px;
}

.productPreview .right .indicator.FeaturedProduct,
.productDetail .productPublicStatus span.FeaturedProduct {
  background: #007cc3;
}

.productPreview .right .indicator.NewProduct,
.productDetail .productPublicStatus span.NewProduct {
  background: #88bf0a;
}

.productPreview .right .indicator.Bestseller,
.productDetail .productPublicStatus span.Bestseller {
  background: #ffaf00;
}

.productPreview .right .indicator.Sale,
.productDetail .productPublicStatus span.Sale {
  background: #ff2400;
}

.productPreview .retailPrice,
.productPreview .price,
.productPreview .stock {
  display: block;
}

.productPreview .retailPrice {
  text-decoration: line-through;
  /*height: 24px;*/
}

.productPreview .price {
  font-weight: bold;
}

.productPreview .stock.green {
  color: #97bf0d;
  font-weight: bold;
}

.productPreview .StockLabel {
  display: none;
}

.productPreview .AddToCartLink {
  /*color: #ffffff;
        padding: 10px;
        position: relative;
        top: 0px;
        margin: 0;
        background: #00a2ff;
        width: 115px;
        text-align: center;
        float: left;
        border-radius: 10px;
        padding: 5px;
        margin-top: -5px;*/
}

.productPreview .AddToCartLink {
  color: #ffffff;
  background: #00a2ff
    url(/App_Themes/EcommerceSite/Images/Ecommerce/cart_white.png) no-repeat
    scroll 18px 10px;
  margin: 0;
  padding: 6px 30px 6px 50px;
  float: right;
  right: 0px;
  float: left;
  margin-top: -4px;
  border-radius: 5px;
}

.productPreview .AddToCartLink:hover {
  background: #00a2ff url("/App_Themes/EcommerceSite/Images/Ecommerce/cart.png")
    no-repeat scroll 18px 10px;
  color: #000000;
  text-decoration: none;
}

.IE7 .productPreview .AddToCartLink:hover,
.IE8 .productPreview .AddToCartLink:hover {
  background: #00a2ff url("/App_Themes/EcommerceSite/Images/Ecommerce/cart.png")
    no-repeat scroll 15px 10px;
}

.productPreview .price.search {
  margin-top: 23px;
}

a.FormButton.white {
  position: relative;
  top: 8px;
}

.StockContainer {
  float: left;
}

.AddToCartContainer {
  float: right;
}

.pager {
  background: #ebecf0;
  padding: 5px 10px;
  text-align: right;
  margin-top: 26px;
}

.print {
  display: block;
  padding-left: 20px;
  background: transparent
    url("/App_Themes/EcommerceSite/Images/Ecommerce/print.png") no-repeat 0 4px;
  width: 50px;
}

.print:hover {
  text-decoration: underline;
}

.pager .wrap {
  float: right;
}

.pager a,
.pager span {
  display: block;
  float: left;
}

.IE7 .pager a,
.IE7 .pager span {
  display: inline;
  float: none;
}

.pager .current {
  font-weight: bold;
  padding: 0 10px;
}

.pager .page {
  padding: 0 10px;
}

.pager .next {
  padding: 0 15px 0 10px;
}

.pager .prev {
  padding: 0 10px 0 15px;
}

.categories li {
  list-style-type: square !important;
  width: 200px;
  color: #00a3fc;
}

.IE7 .categories ul {
  list-style-type: square !important;
}

h2.modified {
  margin: 20px 0 10px;
}
/*# Menu Items / Product List / Product Filter #*/
.productFilter {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 1px #ffffff;
  box-shadow: inset 0px 1px 1px #ffffff;
  background: #fafafa;
}

.productFilter > div {
  border-top: 3px solid #f4f4f4;
  padding: 8px 20px;
}

.productFilter td {
  vertical-align: middle;
}

.productFilter select,
.productFilter input[type="button"] {
  width: 130px;
  height: 25px;
}

.productFilter input[type="button"] {
  color: white;
  background-color: #00a2ff;
  border: none;
  cursor: pointer;
  line-height: 8px;
  vertical-align: 20px;
  padding: 0;
}

.productFilter td label,
.productFilter td input {
  margin: 15px 20px;
}

.productFilter input + label {
  margin-left: 0px;
}

.productFilter input[type="checkbox"  data-md-icheck] {
  margin-right: 10px;
  vertical-align: middle;
}

.noProductsAvailable {
  margin-top: 20px;
}
/*# Menu Items / Product List with 2 columns #*/
.productPreview.twoColumns {
  width: 338px;
  position: relative;
  height: 127px;
  float: left;
}

.productPreview.twoColumns a h2 {
  margin: 8px 10px;
  padding: 0px;
  height: 20px;
  width: 220px;
}

.productPreview.twoColumns .left {
  height: 90px;
  width: 100px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.productPreview.twoColumns .left .image {
  display: block;
  height: 70px;
  width: 70px;
  margin: 0px 5px;
  padding: 10px;
}

.productPreview.twoColumns .left .image img {
  height: 70px;
  width: 70px;
}

.productPreview.twoColumns .top {
  margin-top: 10px;
}

.productPreview.twoColumns .right {
  float: none;
  margin: 40px 10px 10px 100px;
  width: 220px;
}

.productPreview.twoColumns .right .indicator {
  display: block;
  margin: 0px;
  padding: 5px 10px;
  background: transparent;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 26px;
  line-height: 26px;
  width: 84px;
  text-align: right;
  font-size: 13px;
}

.productPreview.twoColumns .right .indicator.FeaturedProduct {
  color: #007cc3;
}

.productPreview.twoColumns .right .indicator.NewProduct {
  color: #88bf0a;
}

.productPreview.twoColumns .right .indicator.Bestseller {
  color: #ffaf00;
}

.productPreview.twoColumns .right .indicator.Sale {
  color: #ff2400;
}

.productPreview.twoColumns .right .retailPrice,
.productPreview .right .price {
  display: inline;
  line-height: 14px;
}

.productPreview.twoColumns .right .stock {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

.productPreview.twoColumns .CartItemSelectorContainer {
  position: absolute;
  bottom: 16px;
  right: 9px;
  height: 26px;
}

.productPreview.twoColumns .AddToCartContainer {
  height: 26px;
  text-align: center;
}

.productPreview.twoColumns .AddToCartContainer a {
  padding: 5px 9px;
}

.rating-control {
  position: absolute;
  bottom: -5px;
}
/*# Menu Items / Product Detail #*/
.products.ajax__tab_container {
  border: 1px solid #d5d5d5;
  height: 147px;
  position: relative;
  width: 100%;
}

.CartItemSelector .editing-form-label-cell {
  text-align: left !important;
  float: inherit !important;
}

.products .ajax__tab_panel .item {
  text-align: center;
  margin-right: 5px;
}

.IE .products .ajax__tab_panel .item {
  width: 137px;
}

.products .ajax__tab_panel .item a,
.products .ajax__tab_panel .item img {
  display: block;
  margin: auto;
}

.products .ajax__tab_panel .item span.image {
  width: 140px;
  height: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.item.withPrice img {
  width: 85px;
  height: 85px;
}

.item.withPrice span.title.withPrice {
  margin-top: 5px;
}

.item.withPrice .price {
  margin-top: 15px;
  font-weight: bold;
}

.textPreview {
  width: 440px;
  height: 27px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 28px;
  list-style-type: none;
  clear: both;
  position: relative;
  top: -5px;
  left: -5px;
}

li .textPreview div {
  float: left;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.textPreview .order {
  width: 25px;
  text-align: center;
}

.textPreview .title {
  width: 260px;
}

.textPreview .title.withRating {
  width: 240px;
}

.textPreview .price,
.textPreview .listPrice {
  width: 75px;
  text-align: right;
}

.textPreview .listPrice {
  text-decoration: line-through;
}

.textPreview .rating {
  position: relative;
}

.productDetail .textPreview .rating .CntRatingContent {
  left: 0px;
  top: -3px;
}

.productDetail .rating .CntRatingContent {
  top: 6px;
}

.ErrorLabel,
.EditingFormErrorLabel,
.FormErrorLabel {
  color: #e10000;
}

.products .ajax__tab_panel .item span.title {
  margin-top: 10px;
}

.products .ajax__tab_header_bottom span {
  display: block;
}

.products .ajax__tab_header_bottom {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #ffffff;
  border-top: none;
  border-bottom: none;
}

.products .ajax__tab_inner a {
  width: 193px;
  height: 35px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e7e7e7;
  display: block !important;
  padding-top: 12px;
  padding-left: 47px;
  background: #f8f8f8
    url("/App_Themes/EcommerceSite/Images/Ecommerce/banner_arrows.png")
    no-repeat scroll 20px 16px;
  text-align: left;
}

.products .ajax__tab_inner a:hover,
.products .ajax__tab_active .ajax__tab_tab {
  background: #f2f2f2
    url("/App_Themes/EcommerceSite/Images/Ecommerce/banner_arrows.png")
    no-repeat scroll 20px -18px;
}

.products .ajax__tab_header_bottom > span:last-child a {
  border-bottom: none;
}

.products .ajax__tab_active {
  border: none !important;
}

.productDetail .products .ajax__tab_header_bottom {
  height: 100%;
  background: #fafafa;
}

.IE9 .productDetail .MessageEdit table table > tbody > tr > td:last-child,
.IE7 .productDetail .MessageEdit table table > tbody > tr > td:last-child {
  vertical-align: top;
}

.IE9
  .productDetail
  .MessageEdit
  table
  table
  > tbody
  > tr
  > td:last-child
  .BoardCntRating {
  top: -2px;
}

.IE7
  .productDetail
  .MessageEdit
  table
  table
  > tbody
  > tr
  > td:last-child
  .BoardCntRating {
  top: -4px;
}

.noImage {
  margin-top: 25px !important;
}

.sendToFriendHeader {
  display: none;
}

.sendToFriendYourMessage {
  cursor: pointer;
}

.sendToFriendPanel {
  padding: 7px 20px 20px;
}

.send-to-friend-textbox {
  padding: 5px !important;
}

.sendToFriendMessage {
  width: 298px !important;
  border: 1px solid #e6e6e6;
  height: 120px !important;
}

.productDetail .OptionCategoryDescription {
  display: block;
  padding: 5px 0px 5px 150px;
}

.productDetail ul.CategoryListList li,
.productDetail ul.CategoryListList {
  list-style-type: none;
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.productDetail .ajax__tab_panel h3 {
  padding: 20px 0px 10px;
  font-weight: bold;
}

.productDetail .ProductOptionSelector {
  display: inline-block;
}

.productDetail .ProductOptionSelector .radio-list-vertical,
.productDetail .ProductOptionSelector select {
  margin-top: 0;
}

.productDetail .CntRatingContent {
  left: 5px;
  position: relative;
  top: -1px;
}

.IE .productDetail .CntRatingContent {
  top: 0;
}

.Gecko .productDetail .CntRatingContent {
  top: -2;
}

.productDetail .productRating {
  margin-top: 12px;
}

.productDetail .CntRatingContent a {
  cursor: default;
}

.productDetail .ratingsCount {
  position: relative;
  left: 10px;
  font-weight: normal;
}

.fb_edge_widget_with_comment {
  position: relative;
  top: -3px;
  width: 90px;
}

.productDetail .socialButtons {
  margin: 20px 0;
}

.Gecko13 .productDetail .socialButtons {
  height: 40px;
}

.productDetail .socialButtons .fb-like {
  left: -20px;
  top: -2px;
}

.IE .productDetail .socialButtons .fb-like {
  top: 0;
}

.IE7 .productDetail .socialButtons .fb-like {
  float: left;
}

.productDetail .productMainImageContainer .productMainImage {
  border: 1px solid #d7d7d7;
  text-align: center;
  display: table-cell;
  width: 240px;
  height: 240px;
}

.productDetail .productMainImageContainer .productMainImage img {
  vertical-align: middle;
  margin: 0 auto;
}

.productDetail .productPublicStatus span {
  color: #ffffff;
}

.productDetail .productPublicStatus span {
  padding: 2px 8px;
  width: 104px;
  display: block;
}

.productDetail .productInfo table td {
  padding: 2px 0;
}

.productDetail .productInfo table .label {
  width: 150px;
}

.productDetail .productInfo input[type="text"].md-input uk-form-width-large {
  width: 190px;
  float: left;
  width: 46px !important;
  text-align: center;
  top: 0px;
  left: 10px;
}

.productDetail .FieldLabel,
.contactForm .FieldLabel {
  vertical-align: middle !important;
}

.productDetail .products ajax__tab_container {
  position: relative;
}

.productDetail .tab.ajax__tab_container {
  margin-bottom: 30px;
}

.productDetail .MessageEdit table table td {
  min-width: 100px;
  padding: 3px 0;
}

.productDetail .MessageEdit table table td textarea {
  width: 350px;
  height: 100px;
}

.productDetail .MessageEdit table table td input[type="text"] {
  width: 352px;
}

.productDetail .BoardLeaveMessage {
  display: none;
}

.productDetail hr {
  border: none !important;
  height: 1px;
  background: #d5d5d5;
}

.productDetail .comments {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0px -20px 20px -20px #ececec;
  box-shadow: inset 0px -20px 20px -20px #ececec;
}

.productDetail .QRCode {
  margin: 45px auto 25px auto;
}

.productDetail .rightColumn {
  text-align: center;
}

.productDetail .parametersList td.label {
  padding: 3px 20px 3px 0;
}

.productDetail .parametersList td.value {
  padding: 3px 0;
  max-width: 480px;
}

.productDetail .print {
  width: 30px;
}

.productDetail
  .whiteBox
  .CartItemSelector
  .ProductOptionSelectorContainer
  select {
  width: 230px;
}

.IE7 .productDetail .productPublicStatus {
  text-align: left;
}

.CommentAction.TextRight {
  text-align: right;
  padding-bottom: 20px;
}

.CommentAction.TextRight a {
  line-height: 16px;
}

.productDetail .MessageEdit {
  margin-bottom: 20px;
}

.productDetail .alsoBuyNone,
.productDetail .relatedNone,
.productDetail .alternativeNone {
  display: block;
  margin: 57px 0 0 94px;
}

.productDetail .EditingFormControlNestedControl textarea {
  border: 1px solid #d7d7d7 !important;
  margin-top: 8px !important;
}

.productDetail .carousel2d.main {
  display: none;
}

.productDetail textarea,
.productDetail select,
.productDetail input[type="text"],
.productDetail .simpleBox input[type="text"] {
  border: 1px solid #d7d7d7;
}

.productDetail .productInfo > table {
  margin-bottom: 15px;
}

.ChatWebpartContainer.ChatWebpartContainerSupportRequest input[type="button"] {
  cursor: pointer;
}

.attachNum {
  display: block;
  margin-top: 10px;
}

.green,
.stock.available {
  color: #40b763;
  font-weight: 700;
  background: #f6fff9;
  padding: 1px 10px 2px;
  border-radius: 4px;
  line-height: 1;
  border: 1px #acdfba solid;
  font-size: 14px;
}

.red,
.stock.unavailable,
.UnavailableVariantLabel.unavailable {
  color: #ff2400;
  font-weight: 700;
  background: #f9f5f5;
  padding: 1px 10px 2px;
  border-radius: 4px;
  line-height: 1;
  border: 1px #dfb9b9 solid;
  font-size: 14px;
}

.lineThrough {
  text-decoration: line-through;
}

.productDetail .UnavailableVariantLabel {
  position: relative;
  top: -10px;
}

.productDetail .StockContainer {
  position: relative;
  margin-bottom: 30px;
}

.productDetail .StockContainer {
  float: none;
}

.productDetail .StockLabel {
  font-weight: bold;
  width: auto;
  display: block;
  float: right;
  margin: 0px 0px 10px 10px;
  display: none;
}

.block.floatLeft {
  /*padding-left: 20px;*/
}

.productDetail .hr {
  width: 437px;
  height: 1px;
  background: #e6e6e6;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  left: -20px;
}

.productDetail .OptionCategoryName {
  width: 150px;
}

.productDetail .ProductOptionSelector input[type="radio"] {
  margin: -2px 5px 0 0;
}

.productDetail .ProductOptionSelector tr label {
  position: relative;
  top: -1px;
}

.productDetail .ProductOptionSelector .fade {
  color: grey;
  width: 210px;
  height: auto;
}

.productDetail .ProductOptionSelector .normal {
  color: black;
  width: 210px;
  height: auto;
}

.productDetail .ProductOptionSelectorContainer {
  padding-bottom: 15px;
}

.IE7 .productDetail .TotalPriceLabel {
  display: block;
  float: left;
}

.productDetail .TotalPriceContainer {
  background: #ffffff;
  margin: 0;
  padding: 8px 15px 12px;
  color: #245594;
  border: 1px #e0e2e7 solid;
}

.CartItemSelectorContainer {
  position: relative;
  bottom: 0px;
}

.productDetail .productInfo {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.productDetail .productPublicStatus span {
  text-align: left;
}

.productDetail .AddToCartTextBox {
  width: 15px !important;
  padding: 5px;
  border: 2px solid #e6e6e6;
  position: relative;
  top: 5px;
}

.productDetail .AddToWishlistLink,
.productDetail .AddToCartLink {
  padding: 6px 15px 6px 35px;
  background: #e9f7ff
    url("/App_Themes/EcommerceSite/Images/Ecommerce/wishlist.png") no-repeat
    scroll 10px 10px;
  border: 1px solid #7fd0ff;
  position: relative;
  left: 0px;
  margin-right: 5px;
  float: left;
}

.productDetail .AddToWishlistLink:hover {
  color: #000000;
  background-image: url("/App_Themes/EcommerceSite/Images/Ecommerce/wishlist_black.png");
}

.productDetail .AddToCartLink {
  color: #ffffff;
  background: #00a2ff
    url(/App_Themes/EcommerceSite/Images/Ecommerce/cart_white.png) no-repeat
    scroll 18px 10px;
  margin: 0;
  padding: 6px 30px 6px 50px;
  float: right;
  right: 0px;
}

.productDetail .UnitsLabel {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  display: none;
  position: absolute;
}

.IE7 .productDetail .AddToCartLink,
.IE8 .productDetail .AddToCartLink {
  padding: 6px 15px 6px 40px;
  width: 95px;
  background-position: 15px 10px;
}

.productDetail .AddToCartLink:hover {
  background: #00a2ff url("/App_Themes/EcommerceSite/Images/Ecommerce/cart.png")
    no-repeat scroll 18px 10px;
}

.IE7 .productDetail .AddToCartLink:hover,
.IE8 .productDetail .AddToCartLink:hover {
  background: #00a2ff url("/App_Themes/EcommerceSite/Images/Ecommerce/cart.png")
    no-repeat scroll 15px 10px;
}

.productDetail .form textarea.md-input uk-form-width-large {
  width: 194px;
}

.productDetail .form .simpleBox input[type="text"].md-input uk-form-width-large {
  padding: 5px;
  width: 187px;
}

.productDetail .form .simpleBox .FormButton {
  background: #000000;
  padding: 2px 25px;
}

.productDetail .friend {
  position: relative;
}

.sendToFriendYourMessage {
  display: block;
}

.IE7 .productDetail .friend {
  top: 0;
}

.sendToFriendPanel input[type="submit"] {
  padding: 2px 10px;
}

.IE7 .sendToFriendPanel input[type="submit"] {
  padding: 0px 10px;
}

.sendToFriendMessage {
  width: 285px !important;
}

.send-to-friend-textbox {
  width: 220px !important;
}

.Gecko .send-to-friend-textbox {
  width: 215px !important;
}

.productDetail .productMainImageContainer {
  margin-top: 17px;
}

.ppleft,
.ppright {
  background: transparent
    url("/App_Themes/EcommerceSite/Images/Ecommerce/gallery_arrows.png")
    no-repeat scroll top left;
  width: 18px !important;
  float: left;
  height: 50px;
  cursor: pointer;
}

.message-edit .control-label {
  padding-right: 16px;
}

.ppleft.disabled,
.ppright.disabled {
  background-image: url("/App_Themes/EcommerceSite/Images/Ecommerce/gallery_arrows_disabled.png");
}
/*
.IE9 .ppleft, .IE9 .ppright
{
position: relative;
top: -50px;
}*/
.ppleft {
  border-right: 1px solid #e6e6e6 !important;
}

.ppright {
  background-position: top right !important;
  position: relative !important;
  left: 1px !important;
}

.productDetail .carousel2d {
  border: 1px solid #e6e6e6;
  height: 48px !important;
  margin-top: 18px;
}

.productDetail .carousel2d li {
  border-right: 1px solid #e6e6e6;
  height: 50px !important;
  width: 49px !important;
  position: relative;
  top: -1px;
}

.productDetail .detailLabel {
  margin-top: 5px;
}

.CommentDetail table,
.CommentDetail table .CommentUserName {
  width: 100%;
}

.comments hr {
  border: 1px solid #cccccc;
}
/*# Menu Items / Product Slider #*/
.productSlider {
  margin: 0px;
  padding: 10px;
}

.productSlider li {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  list-style-type: none !important;
}

.slideleft,
.slideright {
  position: absolute;
  top: 0px;
  height: 147px;
  /*background: #eeeef5 url('{%ApplicationPath%}/App_Themes/EcommerceSite/Images/Ecommerce/gallery_arrows_tall.png') left center no-repeat scroll;*/
  background: #eeeef5
    url("/App_Themes/EcommerceSite/Images/Ecommerce/gallery_arrows_tall.png")
    left center no-repeat scroll;
  width: 18px !important;
  display: none;
  z-index: 9;
  cursor: pointer;
}

.slideleft.disabled,
.slideright.disabled {
  background-image: url("/App_Themes/EcommerceSite/Images/Ecommerce/gallery_arrows_tall_disabled.png");
}

.slideleft {
  left: 0px;
  border-right: 1px solid #fafafa;
}

.slideright {
  background-position: right center !important;
  left: 438px;
  border-left: 1px solid #fafafa;
}

.Chrome .productSlider .item,
.Safari .productSlider .item {
  width: 139px;
}

.Chrome .productSlider li,
.Safari .productSlider .li {
  list-style-type: none !important;
}

.teaserSlider {
  position: relative;
}

.tslideleft,
.tslideright {
  position: absolute;
  height: 60px;
  width: 30px;
  background: #ebecee
    url("/App_Themes/EcommerceSite/Images/Ecommerce/teaser_arrows.png") left
    center no-repeat scroll;
  cursor: pointer;
  top: 80px;
  display: none;
  z-index: 9;
}

.tslideleft.disabled,
.tslideright.disabled {
  background-image: url("/App_Themes/EcommerceSite/Images/Ecommerce/teaser_arrows_disabled.png");
}

.tslideleft.listslide,
.tslideright.listslide {
  top: 90px;
}

.tslideleft {
  left: 1px;
}

.tslideright {
  right: 21px;
  background-position: right center !important;
}

.productSlider .productPreview,
.teaserSlider .productPreview {
  margin-top: 0px;
}

.productMenu ul {
  list-style: disc;
  margin: 0px;
  padding: 0px;
}
/*# Menu Items / Checkout #*/
#breadcrumb {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 40px;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 40px 0;
}

.checkoutItemLink {
  width: 62px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-size: 100% auto !important;
  overflow: hidden;
}

.checkoutItemLink.shoppingCart {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/Content.gif")
    center center;
}

.checkoutItemLink.shoppingCart.selected {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/Content_selected.gif")
    center center;
}

.checkoutItemLink.logon {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/CheckRegistration.gif")
    center center;
}

.checkoutItemLink.logon.selected {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/CheckRegistration_selected.gif")
    center center;
}

.checkoutItemLink.address {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/Addresses.gif")
    center center;
}

.checkoutItemLink.address.selected {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/Addresses_selected.gif")
    center center;
}

.checkoutItemLink.shipping {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/PaymentShipping.gif")
    center center;
}

.checkoutItemLink.shipping.selected {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/PaymentShipping_selected.gif")
    center center;
}

.checkoutItemLink.summary {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/OrderPreview.gif")
    center center;
}

.checkoutItemLink.summary.selected {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/OrderPreview_selected.gif")
    center center;
}

.checkoutItemLink.payment {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/PaymentGateway.gif")
    center center;
}

.checkoutItemLink.payment.selected {
  background: url("/App_Themes/EcommerceSite/Images/ShoppingCart/PaymentGateway_selected.gif")
    center center;
}

.footerButtons {
  margin: 40px 0 0 0;
  width: 100%;
}

.tinyBox .ecommerce_customer .FieldLabel {
  padding-bottom: 5px;
  width: 33.33333333%;
  text-align: right;
}

.ContentBody .tinyBox .radio {
  margin-top: 0px;
}

.grayBox .ErrorLabel {
  margin-left: 20px;
  padding-right: 15px;
  display: block;
}

.grayBox .EditingFormErrorLabel {
  margin-left: 20px;
  padding-right: 15px;
  display: block;
}

.grayBox .EditingFormValueCell .EditingFormErrorLabel {
  margin-left: 0;
  padding-right: 15px;
  display: block;
}

.grayBox .EditingFormValueCell {
  text-align: left !important;
}
/*# Menu Items / Checkout / Shopping cart #*/
.shoppingCartItem {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.shoppingCartItem .Item {
  clear: both;
  width: 100%;
  margin: 0;
  padding-left: 3px;
  line-height: 28px;
}

.shoppingCartItem .ItemOption {
  clear: both;
  margin-left: 60px;
  padding: 0;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col25 {
  padding: 5px;
}

.col1 {
  width: 390px;
}

.col2 {
  width: 70px;
}

.col3 {
  width: 75px;
}

.col4 {
  width: 90px;
}

.col5 {
  width: 25px;
}

.col25 {
  width: 260px;
}

.shoppingCartItem .itemSeparator {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.shoppingCartItem .ImageCol {
  width: 13%;
}

.shoppingCartItem .InfoCol {
  width: 87%;
  padding-right: 15px;
}

.shoppingCartItem .Info .Image,
.shoppingCartItem .Info .Name,
.shoppingCartItem .Info .Availability {
  width: 100%;
  display: block;
}

.shoppingCartItem .ImageCol .Image {
  min-height: 60px;
}

.shoppingCartItem .InfoCol .Name a {
  color: #000;
}

.shoppingCartItem .Avalibility .stock {
  font-weight: normal;
}

.shoppingCartItem .UnitCountControl select {
  width: auto;
}

.UnitCountControl {
  width: 60px;
}

.UnitCountControl input[type="text"] {
  width: 50px;
  text-align: center;
}

.UnitCountButton {
  margin-top: 2px;
  width: 30px;
}

.ProductPriceDetailLink {
  margin-top: 2px;
  display: inline-block;
  display: none;
}

.RemoveButton {
  margin-top: 2px;
  display: inline-block;
}

.CartItemDiscountInfo,
.CartItemDiscountInfo li {
  font-size: 12px !important;
  line-height: 18px !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.CartItemLabel {
  color: #818181;
}

.CartItemDiscountNames {
  color: #ff2400;
}

.discountCoupon {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: none;
  background: url("/App_Themes/EcommerceSite/Images/Ecommerce/checkout_coupon.png")
    no-repeat scroll 20px 10px rgba(0, 0, 0, 0);
}

.discountCoupon .col25 {
  padding: 30px 5px 5px 5px;
}

.discountCoupon .Error {
  color: red;
}

.discountCoupon input[type="text"] {
  width: 200px;
  border: 1px solid #d7d7d7;
  vertical-align: top;
}

.discountCoupon input[type="submit"] {
  padding: 1px 5px;
  vertical-align: top;
}

.discountCoupon .discountTitle {
  clear: both;
  margin-left: 55px;
}

.discountCoupon .discountSubtitle {
  clear: both;
  margin-left: 55px;
}

.discountCoupon .cart-coupon-code {
  text-align: right;
  /*width: 100%;*/
  float: right;
}

.discountCoupon .cart-coupon-code .label {
  display: inline-block;
  margin: 7px;
  float: right;
}

.discountCoupon .cart-coupon-code .button {
  display: inline-block;
}

.discountCoupon .cart-coupon-code input[type="submit"] {
  background: transparent
    url("/App_Themes/EcommerceSite/Images/Ecommerce/checkout_remove.png")
    no-repeat center center;
  color: transparent;
  margin: 0 13px;
  width: 30px;
}

.shoppingCartTotals {
  width: 100%;
  margin-top: 50px;
}

.shoppingCartTotals .TotalViewer {
  clear: right;
  text-align: right;
  padding-bottom: 8px;
}

.TotalViewer .Label {
  width: 500px;
  text-align: right;
}

.TotalViewer .Value {
  width: 140px;
  text-align: right;
  font-weight: bold;
}

.ShoppingCartCustom input[type="submit"] {
  margin: 0;
  /* color: #fff; */
  /* background: #000; */
  /* position: relative; */
  /* left: 2px; */
  color: #fff;
  background-color: #1d4d8b;
  border-color: #1d4d8b;
  margin-top: 10px;
  min-width: 100px;
}

.Amount input[type="submit"] {
  display: none;
}

.shoppingCartItem .firstLine {
  width: 100%;
  background-color: #e6e6e6;
  padding: 0;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1rem;
}

.shoppingCartItem .Image img {
  width: 100%;
  height: 60px;
}

.shoppingCartItem .firstLine span {
  background-color: #e6e6e6;
}

#p_lt_ctl02_pageplaceholder_insidepage_p_lt_ctl02_pageplaceholder_main_p_lt_ctl04_SmartSearchProductList_srchResults_pnlSearchResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.filter-socpa-products > div > span:nth-of-type(1) {
  display: none !important;
}

.betadiv {
  float: left;
  width: 170px;
  height: 0px;
  text-align: left;
}

.betalink {
  color: #ffffff;
  margin: 0px;
  position: relative;
  top: -100px;
  left: 0;
  background: #40b763;
  padding: 15px 10px 5px;
  border-radius: 10px;
  font-size: 12px !important;
  display: inline-block;
  white-space: nowrap;
}

.cartLink {
  padding: 0px 34px 0px 0px !important;
  margin: 4px 0 0 0;
  /* background: transparent url(/App_Themes/EcommerceSite/Images/Ecommerce/cart.png) no-repeat 37px 0px; */
  color: #ffffff;
  /* background: transparent url(/App_Themes/EcommerceSite/Images/Ecommerce/cart_white.png) no-repeat scroll 37px 0px; */
  background: transparent
    url(/App_Themes/EcommerceSite/Images/Ecommerce/cart_white.png) no-repeat
    right;
  margin-right: 0px;
  text-align: left;
  display: block;
  float: left;
}

.checkoutButtonBack {
  /*float: left;*/
}

a.UpdateButton,
a.RemoveButton {
  cursor: pointer;
}

.Subtotal,
.Subtotal span {
  vertical-align: top;
}

.MessageLabelWrapper {
  background-color: red;
  padding: 8px;
  /*font-size: 12px;
  line-height: 20px;*/
  margin-bottom: 2px;
}

.MessageLabelWrapper .ErrorLabel {
  color: white;
  padding: 0px;
}

.MessageLabelWrapper:first-line {
  font-weight: bold;
}
/*# Menu Items / Checkout / Address #*/
.explanation-text {
  color: #aaa;
  font-size: 13px;
  margin-top: 2px;
}
/* Correction of form value cell because of validation labels */
.columns1-3 .ecommerce_address .  form-group  md-input-wrapper .editing-form-value-cell {
  width: auto;
  margin-bottom: 5px;
}
/*# Menu Items / Checkout / Summary #*/
.orderComments {
  float: left;
  width: 100%;
}

.orderComments h2 {
  border: none;
  margin-bottom: 5px;
}

.orderComments textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 30px;
}

.ConfirmationCheckbox {
  width: 300px;
}

.ContentBody .ConfirmationCheckbox .checkbox {
  margin-top: 0;
}

.ConfirmationCheckbox label {
  margin-right: 10px;
  margin-left: 10px;
}

.termsAndConditionsLink {
  font-size: 16px;
}
/*# Menu Items / Checkout 1 step #*/
.ecommerce_address span,
.ecommerce_address label,
.ecommerce_customer label {
  display: inline-block;
}

.oneStepCheckout .ecommerce_customer label:first-child {
  padding-top: 0;
}

.ecommerce_address .required-mark {
  padding: 0;
}

.discountCoupon .col1 {
  width: 395px;
}

.oneStepCheckout .col1,
.oneStepCheckout .discountCoupon .col1 {
  width: 318px;
}

.oneStepCheckout .ItemOption {
  margin-left: 50px;
}

.oneStepCheckout .discountCoupon .discountTitle,
.oneStepCheckout .discountCoupon .discountSubtitle {
  margin-left: 45px;
}

.oneStepCheckout .discountCoupon {
  background-position: 15px 10px;
}

.oneStepCheckout.totals {
  width: 607px;
  margin: 20px 0;
  padding: 20px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}

.oneStepCheckout.totals .totalsValues {
  float: right;
  width: 600px;
  padding-right: 20px;
}

.oneStepCheckout.totals .TotalViewer {
  clear: both;
}

.oneStepCheckout.totals .TotalViewer .Label {
  text-align: right;
  width: 500px;
  float: left;
}

.oneStepCheckout.totals .TotalViewer .Value {
  width: auto;
  float: right;
}

.oneStepCheckout .orderComments textarea {
  min-height: 50px;
  border: 1px solid #d7d7d7;
}

.oneStepCheckout .termsAndConditionsCheckbox {
  margin-bottom: 10px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
}

.oneStepCheckout .finishButton {
  float: right;
}

.oneStepCheckout .Error span {
  display: block;
  font-size: 13px;
}

.remaining-amount-for-free-shipping {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}

.oneStepCheckout .tinyBox label,
.oneStepCheckout .tinyBox editing-form-label {
  margin: 5px 0 2px 0;
}

.oneStepCheckout .FormErrorLabel {
  display: block;
}
/*# Document wizard #*/
.DocWizardNav div {
  display: inline-block;
}

.DocWizardNav a {
  text-decoration: none;
  color: #666666;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 30px;
}

.DocWizardNav a:hover {
  text-decoration: underline;
}

.DocWizardNav div:after {
  content: "";
  padding: 0px;
  color: #ddd;
  border-left: solid 1px #ccc;
  border-right: solid 1px #fff;
  margin: 5px;
}

.DocWizardNav div:last-child:after {
  content: "";
  border-left: none;
  border-right: none;
}

.DocWizardItemCurrent a {
  font-weight: bold;
  color: #000;
}

.DocWizardNav {
  letter-spacing: normal;
  border: solid 1px #ccc;
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  margin: 15px 0px;
  padding: 15px 10px;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
}

.NextStepArea a {
  float: right;
}

.NextStepArea,
.PreviousStepArea {
  min-width: 150px;
}

.WizardContent {
  min-height: 300px;
  padding: 10px;
  border: solid 1px #fcfcfc;
  background-color: #fefefe;
  border-bottom: solid 1px #ccc;
}

.WizardButton {
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
  cursor: pointer;
}

.WizardButton:hover {
  background-color: #e9e9e9;
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
}

.WizardButton:active {
  top: 1px;
  position: relative;
}
/*# Editable region #*/
body.cke_editable {
  text-align: left;
}

.cke_show_borders,
.CSS1Compat {
  text-align: left !important;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
}
/*# Design Mode #*/
.DesignMode .PagePlaceholderContent .stripe {
  height: 200px;
}

.DesignMode .PagePlaceholderContent header {
  height: 460px;
}

.DesignMode .wrapper {
  width: 942px;
}

.DesignMode .whiteBox .floatRight > div {
  border: none;
}

.DesignMode .wlItem .right {
  width: 535px;
}

.DesignMode .products.ajax__tab_container {
  height: 147px;
}

.DesignMode .productTeaser {
  width: 210px;
}

.DesignMode .news .right {
  width: 585px;
}

.DesignMode .whiteBox table td {
  padding-right: 0;
}

.DesignMode .LayoutTable div > table td > div[style*="%"] {
  width: 100% !important;
}

.DesignMode .columns1-3 > .right {
  width: 695px;
}

.DesignMode .leftText,
.cke_show_borders .leftText {
  margin-right: 5px;
  width: 440px;
}

.DesignMode header .head .left img {
  margin-top: 0;
}

.DesignMode header .head .left img.logoImg {
  margin-top: 24px;
}

.DesignMode .footerButtons {
  margin-top: 30px;
}

.MyAccountDelimiter {
  height: 40px;
}
/*# Page tab #*/
.head .image-selector input[type="submit"] {
  padding: 0 16px;
}
/*# Specials #*/
.sr-only {
  display: none;
}

.icon-edit {
  display: none;
}

.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* Styles moved from Skin.less */
.btn-actions .btn-group.open .btn.icon-only.dropdown-toggle {
  background-color: #403e3d;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 1px solid white;
}
/* events */
.newsListItem {
  padding: 15px 0 5px;
  border-bottom: 1px solid #ccc;
}

.newsListItem:after {
  content: "";
  display: block;
  clear: both;
}

.newsListItem img {
  max-height: 159px;
  max-width: 220px;
  margin: 0 0 10px 15px;
}

.newsListItem h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  display: block;
}

.newsListItem h3 a:hover {
  color: #1d4d8b;
}

.newsListItem .listdate {
  font-size: 13px;
  color: #888;
}

.newsListItem p {
  font-size: 14px;
  color: #535353;
}
/*# Layout / Display Block #*/
.productDetail .CategoryListList li,
.productDetail .CategoryListList,
.block,
.productDetail .CntRatingContent,
.OptionCategoryName,
.TotalPriceContainer,
.wlItem .price,
.wlItem .RemoveFromWishlist,
.products .ajax__tab_panel .item span.title,
.CartStepBody .UniGridGrid .CartProductDetailLink,
.simpleBox.contactForm .FieldLabel label {
  display: block;
}
/*# Layout / Display None #*/
.none,
.PollTitle {
  display: none !important;
}
/*# Layout / Grid Columns #*/
.Column1 {
  width: 60px;
  margin-right: 20px;
}

.Column2,
footer .menu,
footer .logos,
.products .ajax__tab_panel .item,
.blueBox .CategoryListList li,
.newsDetailLeft {
  margin-right: 20px;
}

.Column3,
header .head .right,
.bannerDescription,
.productTeaser,
.columns1-3 .left,
.productPreview {
  /*width: 220px;*/
  /*margin-right: 20px;*/
}

.center {
  text-align: center !important;
}

.Column4,
header .stripe .center,
header .head .left,
.columns3-2 .right {
  width: 300px;
  margin-right: 20px;
}

.Column5,
header .head .center,
header .searchBox,
header .stripe .left {
  width: 380px;
  margin-right: 20px;
}

.Column6,
.products .ajax__tab_body_bottom {
  width: 460px;
  margin-right: 20px;
}

.Column7,
.newsDetailRight {
  width: 540px;
  margin-right: 20px;
}

.Column8,
.columns3-2 .left {
  width: 620px;
  margin-right: 20px;
}
/*.Column9,
.bannerImages,
.columns1-3 .right,
.productDetail .ajax__tab_body {
    width: 700px;
    margin-right: 20px;
}*/
.Column10 {
  width: 780px;
  margin-right: 20px;
}

.Column11 {
  width: 860px;
  margin-right: 20px;
}

.Column12,
.wrapper {
  width: 940px;
}

.Gecko13 .columns1-3 .right .productDetail {
  position: relative;
  top: -30px;
}

.stock {
  /*display: none !important;*/
}
/*@import url("../Global/Skin.css");*/
@font-face {
  font-family: "Core-icons";
  src: url("../Default/Fonts/Core-icons.eot");
  src: url("../Default/Fonts/Core-icons.svg#Core-icons") format("svg"),
    url("../Default/Fonts/Core-icons.eot?#iefix") format("embedded-opentype"),
    url("../Default/Fonts/Core-icons.ttf") format("truetype"),
    url("../Default/Fonts/Core-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.posts [class^="icon-"],
.posts [class*=" icon-"] {
  font-family: "Core-icons";
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: none;
  /* margin-left: 5px; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  margin: 0px;
}

.posts .icon-star-empty:before {
  content: "\e615";
}

.posts .icon-star-full:before {
  content: "\e614";
}

.productRating {
  float: left;
  width: 160px;
  text-align: center;
}

.productDetail {
  float: right;
  width: 70%;
  text-align: right;
}

.fancybox-title-inside {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.jCarouselLite li {
  margin: 1px !important;
  padding: 0 !important;
  float: right;
  width: 55px;
}

.jCarouselLite {
  float: right !important;
  width: 200%;
}

.ajax__tab_panel {
  visibility: hidden;
  /*display: none;*/
}

.ajax__tab_header {
  margin-bottom: 40px;
  text-align: center;
}

.ajax__tab {
  margin-left: 30px;
}

.ajax__tab_panel:nth-of-type(1) {
  visibility: visible;
  display: block;
}
/* sub sites styles & colors */
.courses {
    background-color: #f1f6f9;
    background-color: #f5f5f5;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    min-height: auto !important;
}

.attachments {
    background-color: #f1f6f9;
    background-color: #f5f5f5;
    margin-top: 60px;
}

section.attachments:before {
  background-color: #f1f6f9;
  background-color: #f5f5f5;
}
/*.e-services {
    background-color: transparent;
}*/
/*.e-services .course-card:after {
    background: url(../images/maskedshape.png) no-repeat center;
    background: none;
}
.e-services .course-card img {
    height: 75px;
}*/
.training .courses {
  background-color: rgba(38, 152, 77, 0.85);
}

.site-none .course-card:after {
  background: none;
}

.site-none .course-card img {
  height: 75px;
}

.posts img {
  max-width: 100%;
}

.courses-margin {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 400px;
}
/* en sub sites styles & colors */
/* forms */
.editing-form-category-fields,
.form-horizontal {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flow-root;
}

.tinyBox .form-horizontal,
.tinyBox .editing-form-category-fields {
  margin: 0px;
}

.editing-form-category-fields .  form-group  md-input-wrapper,
.form-horizontal .  form-group  md-input-wrapper {
  width: 50%;
  float: right;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  min-height: 170px;
}

.editing-form-category-fields .  form-group  md-input-wrapper-submit {
  margin-bottom: 55px;
}
/* end forms */
#p_lt_ctl04_pageplaceholder3_p_lt_ctl01_wPL_p_lt_ctl00_wA_ucChangePassword_passStrength_rfvPassword {
  display: none;
}

.container {
  width: 100%;
  /*max-width: 1200px;*/
}

.content-box p.details {
  height: 70px;
}

.ContextMenuLevel_0 {
  display: none;
}

.pagination-pages {
  display: none;
}

.pagination-list li:first-child a {
  margin-right: -8px;
}

.pagination {
    display: block;
    border-top: 2px solid #dee2e6;
    margin: 30px 0 !important;
    padding: 0;
    padding-top: 10px !important;
}

.pagination-list {
  width: 80%;
  float: right;
  margin-top: 10px;
  margin-top: 5px !important;
}

.pagination-list li {
  float: right;
}

.pagination-list li a,
.pagination-list li span {
  border: 1px solid #13345e !important;
  color: #13345e;
  line-height: 0;
  border-radius: 0px;
  padding: 10px 15px 10px 15px;
  margin: 10px;
}

.pagination-list li.active span {
  background-color: #13345e !important;
  color: #fff !important;
}

.pagination-items-per-page {
  width: 19%;
  float: left;
}

.pagination-items-per-page label {
  display: none;
}

a.linkMD.news {
  margin-bottom: 10px;
  display: block;
}

.bot-tool-box {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 35px;
  /* border-top: 1px solid #12335d; */
}

.Service ul li {
  display: inline-grid;
}

.covid19-twitter {
  height: 478.56px;
  display: block;
  overflow: auto;
}

.Fheader {
  margin: 0px;
  margin-top: 40px;
}

#p_lt_ctl04_pageplaceholder3_p_lt_ctl01_wPL_p_lt_ctl00_wA_ucMyAddresses_lblInfo {
  background: green;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  display: block;
}

.InfoLabel {
  background: green;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  display: block;
}

.ErrorLabel {
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  display: block;
  color: #fff;
  background: #d51212;
  margin: 0px 0px 10px 0px;
}

.searchPaggination {
  display: block;
  height: 60px;
}

.searchPaggination > a,
.searchPaggination > strong {
  border: 1px solid #13345e !important;
  color: #13345e;
  line-height: 0;
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
  font-weight: 100;
  float: right;
}

.searchPaggination > strong {
  background-color: #13345e !important;
  color: #fff !important;
}

.btn-primary,
.btn-default {
  /* background-color: #007bff; */
  /* border-color: #007bff; */
  /* height: 36px; */
  border-radius: 3px;
  background: #1d4d8b;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
  /* padding: 0 15px; */
  /* margin: 0 5px; */
  color: #fff;
  font-size: 14px;
  border: 0;
}

.event-main-card .main-img {
  padding: 0px;
}

.swiper-slide2.col-lg-4 {
  text-align: center;
  font-size: 18px;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.slide-box {
  padding-top: 40px;
  background: #fff;
}

.custom_swiper .slide-box {
  padding-top: 0px;
  background: transparent;
  height: 415px;
}

.custom_swiper .act-mod.ads-box .data-box {
  text-align: right;
}

.custom_swiper .slide-box p {
  color: #8b8d8f;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
}

.custom_swiper .swiper-slide {
  background: transparent;
}

.custom_swiper .swiper-pagination-bullet-active {
  background: #1d4d8b !important;
}

#FAQ .card-header a.collapsed {
  background: #fff;
  color: #464749;
}

#FAQ .card-header a {
  width: 100%;
  height: 100%;
  text-align: right;
  background: #40b763;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
  position: relative;
  height: 64px;
  padding-left: 50px;
  white-space: nowrap;
  overflow: hidden;
}

#FAQ .card-header a {
  width: 100%;
  height: 100%;
  text-align: right;
  background: #40b763;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
  position: relative;
  height: 64px;
  padding-left: 50px;
  white-space: nowrap;
  overflow: hidden;
}

#FAQ .card-header a:after {
  content: "";
  background-image: url("/App_Themes/SOCPA/images/FAQ-up.png");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#FAQ .card-header a.collapsed:after {
  background-image: url("/App_Themes/SOCPA/images/FAQ-down.png");
  top: 16px;
}

#FAQ .card-header a:hover,
#FAQ .card-header a:focus {
  text-decoration: none;
}

#FAQ .card-header a .card-flag {
  color: #fff;
  text-align: center;
  line-height: 32px;
  width: 65px;
  min-width: 65px;
  border-left: 4px solid;
  margin-left: 20px;
  height: 40px;
}

#FAQ .card-header a span:nth-child(2) {
  overflow: hidden;
}

#FAQ .card-header a.collapsed .card-flag {
  color: #40b763;
}

#FAQ .card-header a.collapsed {
  background: #fff;
  color: #464749;
}

#FAQ .card-header a .card-flag .card-count {
  font-size: 22px;
  /* line-height: 32px; */
}

#FAQ .card-header a .card-flag .card-char {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  height: 18px;
  top: -18px;
}

#FAQ .card-header a img {
  position: absolute;
  left: 20px;
  top: 17px;
}
/*********/
.FAQ {
  margin: 40px 0 100px;
}

.FAQ .card {
  border: none;
  background: inherit;
  margin-bottom: 35px;
}

.FAQ .card-header {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: none;
}

.FAQ .card-header a {
  width: 100%;
  height: 100%;
  text-align: right;
  background: #40b763;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
  position: relative;
  height: 64px;
  padding-left: 50px;
  white-space: nowrap;
  overflow: hidden;
}

.FAQ .card-header a:after {
  content: "";
  background-image: url("/App_Themes/SOCPA/images/FAQ-up.png");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.FAQ .card-header a.collapsed:after {
  background-image: url("/App_Themes/SOCPA/images/FAQ-down.png");
  top: 16px;
}

.FAQ .card-header a:hover,
.FAQ .card-header a:focus {
  text-decoration: none;
}

.FAQ .card-header a .card-flag {
  color: #fff;
  text-align: center;
  line-height: 41px;
  width: 65px;
  min-width: 65px;
  border-left: 4px solid;
  margin-left: 20px;
  height: 40px;
}

.FAQ .card-header a span:nth-child(2) {
  overflow: hidden;
}

.FAQ .card-header a.collapsed .card-flag {
  color: #40b763;
}

.FAQ .card-header a.collapsed {
  background: #fff;
  color: #464749;
}

.FAQ .card-header a .card-flag .card-count {
  font-size: 22px;
  /* line-height: 32px; */
}

.FAQ .card-header a .card-flag .card-char {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  height: 18px;
  top: -18px;
}

.FAQ .card-header a img {
  position: absolute;
  left: 20px;
  top: 17px;
}

.FAQ .card-body {
  padding: 30px 0;
}
.FAQ.member .card-body {
  padding: 20px 70px 20px 20px;
}
.card-body ul {
  /*list-style: disc;*/
}
.FAQ .card-body p {
  color: #464749;
  font-size: 16px;
  margin-bottom: 10px;
}

.FAQ .card-body h6 {
  color: #26984d;
  font-size: 16px;
  font-weight: bold;
}

.FAQ .card-body .bold {
  font-weight: bold;
}

.FAQ .FAQ-more {
  width: 100px;
}

.FAQ .FAQ-more:hover {
  background-color: #50cbf4;
  border-color: #50cbf4;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.16);
}

.FAQ .FAQ-more img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.FAQ .FAQ-more:hover img {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
/**************/
.our-work a img {
  height: 264px;
}

.post h4,
.editing-form-category h4 {
  font-size: 32px;
  font-weight: bold;
  border-right: 4px solid #50cbf4;
  padding-right: 15px;
  color: #464749;
  line-height: 49px;
}

.posts h1,
.posts h2 {
  font-size: 26px;
  font-weight: bold;
  border-right: 4px solid #50cbf4;
  padding-right: 15px;
  color: #464749;
  line-height: 49px;
}

.post div {
  /*font-size: 16px;
    color: #464749;*/
  /*margin-top: 30px;
    margin-bottom: 0;
    line-height: 32px;*/
}

.  form-group  md-input-wrapper-submit .FormButton {
  color: #fff;
  background-color: #1d4d8b;
  border-color: #1d4d8b;
  margin-right: 15px;
  min-width: 100px;
  margin: 0px;
}

.editing-form-value-cell .md-input uk-form-width-large {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
  line-height: 4;
  height: calc(2em + 1rem + 2px);
  border-color: #dce0e5;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 0px;
}

.table-custom.table-striped.member-custom tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-custom.member-custom td:first-child,
.table-custom.member-custom th:first-child {
  border: 0px solid #fff;
}

table.table.table-striped.table-custom.member-custom {
  -webkit-box-shadow: 0 0px 0 #e8eaf3;
  box-shadow: 0 0px 0 #e8eaf3;
}

.SecurityImg {
  padding-top: 20px;
}

.SecurityImg img {
  border: 1px solid silver;
  margin: 0px 10px 0px 10px;
}

.SecurityImg a {
  text-decoration: underline;
}

.full_width {
  clear: both;
  position: relative;
  /*top: 20px;*/
}

.social-link img {
  height: 145px !important;
  margin-top: 50px;
}

.FilterSearch .FormButton {
  margin-top: 10px;
}

.ContentBody .checkbox,
.ContentBody .radio {
  margin-top: 6px;
}

.ContentBody .  form-group  md-input-wrapper .radio {
  margin-top: 15px;
  display: block;
}

.ContentBody .  form-group  md-input-wrapper .radio input {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #8b8d8f;
  border-radius: 50%;
  top: 5px;
  position: relative;
}

.ContentBody .  form-group  md-input-wrapper .radio label {
  margin-top: 5px;
}

.ui-datepicker-trigger {
  margin-top: -37px !important;
  float: left;
  margin-left: 17px;
}

.selected-book {
  width: 100%;
}

#FAQ .card {
  border: none;
  background: inherit;
  margin-bottom: 35px;
}

.card-header {
  padding: 0px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.new-side-card .card-header span {
  margin-top: 75px;
}

.new-side-card .card-toggle {
  padding-top: 15px;
  cursor: pointer;
}

.explanation-text {
  margin-top: 10px;
}

.Cheader .Jheader {
  height: 130px;
}

.no-border {
  border-right: 0px solid #50cbf4 !important;
  padding-right: 0px !important;
  line-height: 5px !important;
}

.data-box h1,
.data-box h2,
.data-box h3,
.data-box h4 {
  border-right: 0px solid #50cbf4 !important;
  border-left: 0px solid #50cbf4 !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  line-height: 5px !important;
}

.data-box p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.post > p {
  font-size: 16px;
  color: #464749;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 32px;
}

.posts {
  clear: both;
  display: grid;
  background-color: #f5f5f5;
}

.bootstrap-filestyle .group-span-filestyle .btn-primary {
  margin-top: 5px;
  margin-right: 0px;
}

.commerce-item {
  text-align: center;
}

.commerce-item img {
  height: 170px;
}

.commerce-control p {
  margin: 0px;
  padding: 0px;
}

.commerce-card {
  margin-bottom: 60px;
}

.commerce-control .btn-primary {
  background-color: #337ab7;
  border-color: #337ab7;
  font-size: 14px;
  border-radius: 0;
  margin-top: 0px;
  width: 125px;
}

.commerce-control .btn-primary:hover {
  background-color: #50cbf4;
  border-color: #50cbf4;
}

.commerce-control .btn-primary .fa-cart-plus {
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}

.commerce-control .price {
  padding-top: 5px;
}

.inner-page-services a.nav-link {
  padding: 0 25px 0 25px;
}

.nav-fill .nav-item {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  padding: 0px;
  margin: 0 3px 0 3px;
}

.top-tool-box {
  padding: 0px !important;
  margin: 0px !important;
}

.bot-tool-box ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.posts {
  background-color: #e7eef3;
  padding: 30px 0;
  background-color: #f5f5f5;
}

.HiddenButton {
  display: none;
}

.pagination-items-per-page select {
  width: 70px;
  float: left;
}

#p_lt_ctl04_pageplaceholder3_p_lt_ctl01_wPL_p_lt_ctl00_wA_ucMyAddresses_btnNew {
  margin: 0px 0px 20px 0px;
  display: block;
  color: #fff;
  background-color: #1d4d8b;
  border-color: #1d4d8b;
  /* margin-right: 15px; */
  min-width: 100px;
  width: 110px;
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  /* color: #212529; */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  /* border: 1px solid transparent; */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

table tr td a {
  margin: 0px 0px 0px 15px;
}

.MyAddresses {
  /*padding-top: 30px;
    padding-bottom: 30px;
    display: block;*/
}

.MyAddresses .form-horizontal {
  margin-top: 30px;
  margin-bottom: 0px !important;
}

.MyAddresses > div > div > a {
  margin-left: 10px;
  margin-right: 15px;
  text-decoration: underline;
  color: #0056b3;
}

.MyAddresses > div > div > span {
  margin-right: 10px;
  color: #0056b3;
}

.editing-form-label-cell span {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.margin_bottom_25 {
  margin-bottom: 25px;
}

.TabControlLink {
  border-radius: 0;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding: 7px 45px;
  color: #464749;
  background-color: #cbd4e5;
  margin-left: 3px;
}

.TabControlLinkSelected {
  border-radius: 0;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding: 7px 45px;
  color: #fff;
  background-color: #cbd4e5;
  margin-left: 3px;
  background-color: #40b763;
}

.TabControlLinkSelected:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #40b763;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 11px);
}

.inside-container {
  min-height: 350px;
  margin-top: 40px;
  width: 100%;
}

.inside-container section:first-child {
  margin-top: -60px;
}

.TabControlLeft,
.TabControlRight,
.TabControlSelectedLeft,
.TabControlSelectedRight {
  display: none;
}

.TabsHeader table {
  /*width:100%;*/
}

.TabsHeader {
  margin-bottom: 60px;
}

.btn-RegisterButton {
  float: left;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  color: #1d4d8b;
}

.btn-RegisterButton span {
  margin: 0px;
  padding: 0px;
}

.bot-navbar .nav-items .nav-item > a > div {
  padding-left: 0px;
}

.home-link a {
  text-align: center;
}

.bot-navbar .home-link .nav-item > a > div {
  padding-left: 0px;
  margin-top: 9px;
}

.news-card img {
  width: 100%;
}

.ShoppingCartCustom .footerButtons {
  text-align: center;
}

.inside-container a {
  /*color: #007bff !important;
    text-decoration: underline !important;*/
}

.swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev:after {
  content: "next";
}

.swiper-button-next:after {
  content: "prev";
}

.force-underline {
  text-decoration: underline !important;
  color: #007bff !important;
}

textarea {
  height: 80px !important;
}

.width100 {
  width: 100%;
}

.inside-container ul li:before {
  /*content: "";
    background-color: #1d4d8b;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 10px;*/
}

.container {
  /*padding-right: 0;
    padding-left: 0;*/
}
/*#FAQ .card-header a .card-flag .card-count {
    display: none;
}
#FAQ .card-header a .card-flag .card-char {
    display: none;
}*/
.commerce-item h5 {
  height: 38px;
}

p.news-details {
  margin-top: 0px;
  margin-bottom: 10px;
}

.partners {
  padding: 10px 0 70px 0px;
}

.site-none .inside-container {
  margin-top: 0px;
}

ul.commerce-pills .nav-link {
  margin-left: 15px;
}

#pills-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.custom-calendar .table td,
.custom-calendar .table th {
  border: 1px solid #dee2e6 !important;
  width: 10%;
  height: 70px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  font-size: 20px;
}

.custom-calendar table table td {
  text-align: center;
}

.custom-calendar table table td {
  border: 1px solid #dee2e6 !important;
}

.Calendar table:first-child tr:first-child > td:first-child {
  /*border: 0px solid #dee2e6 !important;*/
}

.Calendar td a {
  color: #50cbf4;
  padding: 0px;
  margin: 0px;
}

.link-color {
  color: #0056b3;
}

.post p {
  text-align: justify;
  text-justify: inter-word;
}

.service-start-btn {
  background-color: #40b763;
  color: #fff;
}

.service-start-btn:hover {
  background-color: #50cbf4;
}

.service-logo-start {
  background: #fff;
  -webkit-box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 15px 20px;
}

.start-servicebtn {
  margin-top: 33px;
  margin-bottom: 30px;
  font: 30px/70px DroidArabicKufi-Bold, arial, sans-serif;
  display: block;
  text-align: center;
  background: #00afa9;
  border-radius: 10px;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download-serviceguide {
  margin-top: 33px;
  margin-bottom: 30px;
  font: 1.286em/5em DroidArabicKufi-Bold, arial, sans-serif;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  color: #00afa9 !important;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download-serviceguide:hover {
  color: #e66b2e !important;
}

.download-serviceguide [class^="icon-"] {
  font-size: 1.786em;
  position: relative;
  top: 3px;
  left: 8px;
  color: #00afa9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download-serviceguide:hover [class^="icon-"] {
  color: #e66b2e !important;
}

.icon-download-cloud:before {
  content: "\f0ed";
}

.service-working-method {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  background: #f0f6f2;
  padding: 30px 15px 30px 15px;
  border-radius: 30px;
  width: 100%;
  background: #d4e0d8;
}

body .numeric-timeline li {
  font: 1.071em DroidArabicKufi-Bold, arial, sans-serif;
  color: #666;
  position: relative;
  padding-right: 50px;
  padding-bottom: 30px;
  list-style: none !important;
}

body .numeric-timeline li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  display: inline-block;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  background: #e66b2e;
  font: bold 1.786em DroidArabicKufi-Bold, arial, sans-serif;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 35px;
  position: absolute;
  right: 0;
}

body .numeric-timeline li:after {
  display: block;
  width: 1px;
  height: calc(100% - 35px);
  content: "";
  border-left: 1px rgba(10, 101, 98, 0.4) dashed;
  position: absolute;
  right: 17px;
  top: 35px;
}

.service-logo-start .service-logo .servicon {
  height: 90px;
}

.service-logo-start .service-logo .servicon,
.service-logo-start .service-logo .servtitle {
  display: block;
}

.service-logo-start .service-logo .servicon img {
  max-height: 100%;
}

.service-logo-start .service-logo .servtitle {
  margin-top: 15px;
  font: 1em DroidArabicKufi-Bold, arial, sans-serif;
  color: #0a6562;
}

.text-center {
  text-align: center;
}

.service-description h2 {
  /*font: 1.786em DroidArabicKufi-Bold, arial, sans-serif !important;*/
  color: #00afa9 !important;
  position: relative;
  border: 0px !important;
  padding: 0px;
}

.service-working-method h2 {
  /*font: 1.786em DroidArabicKufi-Bold, arial, sans-serif !important;*/
  color: #00afa9;
  position: relative;
  border: 0px;
  margin-bottom: 30px;
}

.ratingControl {
  text-align: center;
  margin: 30px 20px 30px 20px;
}

.h_center {
  text-align: center;
  border: 0px !important;
}

.btn-forgetpass,
.btn-RegisterNew {
  /*color: #26984D !important;*/
}

.btn-forgetpass:hover,
.btn-RegisterNew:hover {
  color: #26984d !important;
  background-color: transparent;
}

.btn-RegisterNew {
  margin: 0 !important;
}
ul.links a {
  color: #fff;
}

.SubscriptionButton {
  line-height: 1 !important;
  text-align: center !important;
  padding: 10px 15px !important;
}

.tr {
  /*width: 100%;
    display: inline-block;
    text-align: center;*/
}

.td {
  /*float: right;
    padding: 30px;
    width: 120px;
    text-align: center;*/
}

.th {
  /*float: right;
    padding: 30px;
    width: 120px;*/
}

.table .cellspacing_0 {
  /*width: 100%;
    margin: 0 auto;
    display: inline-block;*/
}

.custom_search ul {
  margin: 0px;
  padding: 0px;
}

.custom_search a.filter-btn {
  text-align: left;
  float: left;
  margin-top: -30px;
  margin-left: 15px;
}

.filter-form input.md-input uk-form-width-large {
  width: 80%;
  float: right;
  margin-left: 10px;
}
.FilterSearch .FormButton {
  margin-top: 5px;
}
.custom_search li {
  padding: 0px !important;
}

.custom_filter .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 10px;
}
/*[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mci-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/*.icon-star-full {
    float: right !important;
}

.icon-star-empty {
}

.CntRatingContent a {
    width: 100%;
    float: right !important;
    text-align: right;
}*/

.productDetail p.product-content {
  min-height: 64px;
  margin-top: 30px;
}
.CartStepPanel .CartStepInnerPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.CartStepHeader {
  font-size: 26px;
  font-weight: bold;
  border-right: 4px solid #50cbf4;
  padding-right: 15px;
  color: #464749;
  line-height: 49px;
  margin-bottom: 30px;
}
.CartStepBody {
  padding: 0px 25px 25px 25px;
}
a.RemoveFromWishlist {
  border-radius: 3px;
  background: #fff url(images/prdc-fav.svg) no-repeat 10px center;
  background: #e9f7ff
    url(/App_Themes/EcommerceSite/Images/Ecommerce/wishlist.png) no-repeat
    scroll 10px 10px;
  border: 1px solid #d5d8de;
  color: #606265;
  padding: 10px 15px 10px 35px;
  border: 1px solid #7fd0ff;
}
.cartLink-div {
  display: none;
}
.betalink_div {
  position: absolute !important;
  top: 90px;
}

.membership-card img {
  max-width: 85px;
  max-height: 62px;
}
.product-GoBack a {
  /* float: left; */
  /* margin-top: -90px; */
  /*color: #357fbc;
    text-decoration: underline;*/
}
.product-GoBack a:hover {
  color: #fff !important;
  background: #50cbf4 !important;
}

.product-GoBack {
  position: relative;
  /*z-index: 2500;*/
}
.SelectorClass .control-group-inline {
  width: 100%;
  /* float: right; */
  /* margin: 0px; */
  padding: 0px 15px 0px 0px;
  /* min-height: 170px; */
}

.select2-container .selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  font-size: 16px !important;
  padding: 0.375rem 0.75rem;
  line-height: 4 !important;
  height: calc(2em + 1rem + 2px);
  border-color: #dce0e5;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 0px;
  height: 50px !important;
  border: 0px !important;
  border: 1px solid #ced4da !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 2 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 13px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px !important;
}
.PanelPayment img {
  width: 110px;
  height: 75px;
  margin: 0px 20px 0px 20px;
}
.PanelPayment img.MADA {
  width: 170px;
}
.PanelPayment img.SADAD {
  width: 170px;
}


/*.PanelPayment img.SADAD {
  width: 150px;
  height: auto;
}
.PanelPayment img.MADA {
  height: auto;
}
.PanelPayment img.VISA {
  height: auto;
}*/


@media only screen and (max-width: 600px) {
	.PanelPayment td {
		text-align: right;
		width: 100%;
		display: block;
		margin-bottom: 35px !important;
	}
}


.PanelPayment label {
  /*margin: 0px 2px 0px 20px;*/
  margin:0px;
  font-size: 18px;
  font-weight: 700;
}
.PanelPayment input {
  position: relative;
  top: 5px;
  /* right: 0; */
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #8b8d8f;
  border-radius: 50%;
  background: none;
  border-width: 2px;
}

.PanelPayment td {
  margin: 0px;
  padding: 0px;
  height: 80px;
  vertical-align: middle;
  /*text-align: center;*/
}

.membership-box ul {
  list-style: disc;
}

/*----custom----*/
@media only screen and (max-width: 600px) {

    .productRating {
       
        width: 100%;
        border: 0px !important;
    }
    .productDetail {
        width: 100%;
    }
    .product-GoBack {
        position: relative;
        z-index: 2500;
        margin-top: -40px;
        float: none !important;
        text-align: center;
    }
    .product-GoBack {
        z-index: 1;
        margin-top: 0px;
    }
    .productDetail .AddToCartLink {
        padding: 8px 30px 5px 40px !important;
    }
    ul#pills-tab li {
        width: 100%;
        margin-bottom: 10px;
    }
  .nav-logos {
    margin-top: -25px;
    display: block !important;
    position: absolute;
    left: 0px;
  }

  .showINmobile {
    display: block;
  }

  .showINdesktop {
    display: none;
  }

  .showINall {
  }

 

  .nav-items .nav-item.icon-btn.side-menu-btn {
    margin-bottom: 45px;
  }
  .betalink_div {
    position: absolute !important;
    top: 100px;
    /*left: 5px;*/
    right: 80px;
  }
  .custom-calendar li.nav-item {
    margin-bottom: 20px;
    width: 100%;
  }

  .PagerControl {
    overflow-y: hidden;
  }

  .PagerNumberArea {
    min-width: 100%;
    width: 200%;
    text-align: right;
  }

  .ads-box .data-box h4 a,
  .event-main-card .data-box h4 a {
    font-size: 19px;
  }

  .searchbar.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .social-link img {
    width: 90% !important;
  }

  .PagerControl {
    /*width: 100%;
        position: absolute;
        overflow-y: hidden;
        margin: 0;
        padding: 0;
        max-width: 92%;*/
  }

  /*.PagerNumberArea > span > span, .PagerNumberArea > span > a {
        margin: 2px;
    }

    .PagerNumberArea > span:nth-child(3) > a, .PagerNumberArea > span:nth-child(3) > span {
        float: right;
        padding: 15px;
    }*/

  .pagination-list li a,
  .pagination-list li span {
    margin: 2px;
    display: table;
    padding-top: 14px;
  }

  .pagination-list {
    margin-top: 1px !important;
  }

  .filling-column {
    display: none;
  }

  .TabsHeader {
    height: 290px;
  }

  .TabControlRow td {
    float: right;
    width: 100%;
    margin-bottom: 15px;
  }

  .MyAddresses > div > div > span {
    width: 100%;
    clear: both;
    display: block;
  }

  .TabControlLink,
  .TabControlLinkSelected {
    width: 235px;
    display: block;
    padding: 10px;
  }

  .ShoppingCartCustom .shoppingCartItem .Item .Info .col-lg-3 {
    margin-bottom: 10px;
  }

  .shoppingCartItem .firstLine {
    margin-bottom: 0px;
  }

  .ShoppingCartCustom .shoppingCartItem .Item .Info {
    /*text-align: center;*/
  }

  .ShoppingCartCustom .shoppingCartItem .firstLine .col-lg-6:last-child {
    display: none;
  }

  .addressInfo,
  .ShippingMethod,
  .PaymentMethod {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .editing-form-category-fields .  form-group  md-input-wrapper,
  .form-horizontal .  form-group  md-input-wrapper {
    width: 100%;
  }

  .LogonPageBackground table td {
    height: auto !important;
  }

  .inside-container .col-sm-12 {
    margin-top: 40px;
  }

  .betadiv {
    width: 125px;
  }

  .betalink {
    top: -110px;
  }

  .inside-container {
    min-height: 550px;
    display: inline-block;
    /*margin-top: 30px !important;*/
  }
  .top-tool-box {
    margin-bottom: 30px !important;
  }
  .new-side-card {
    top: 75vh;
    height: 60px;
  }

  .dropdown-menu.show {
    display: inline-block;
  }

  div#navbar .nav-items .nav-item > a {
  }

  .post h2 {
    clear: both;
    margin-bottom: 35px;
  }

  .custom_swiper .slide-box p:nth-of-type(2) {
    display: none;
  }

  .row {
    display: block;
  }

  .vote-results {
    bottom: 70px;
  }

  .PollFooter {
    margin-top: 25px;
  }

  .library {
    padding: 100px 0;
    margin-top: -25px;
  }

  .home-services .service-box {
    padding: 5px;
    display: block;
    text-align: center;
    height: 190px;
    margin-bottom: 10px;
    margin: 0px;
    margin-bottom: 10px;
    width: 100%;
  }

  .editing-form-category-fields .  form-group  md-input-wrapper {
    width: 100%;
  }

  .SecurityImg {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
  }

  .SecurityImg img {
    border: 1px solid silver;
    margin: 0px 10px 0px 10px;
    margin: 0px;
  }

  .card-toggle {
    padding-top: 2px !important;
  }
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .tableL,
  .tableL thead,
  .tableL tbody,
  .tableL tr,
  .tableL th,
  .tableL td {
    display: block;
  }

  /* Hide tableL headers (but not display: none;, for accessibility) */
  .tableL thead tr {
    position: absolute;
    top: -9999px;
    right: -9999px;
  }

  .unigrid-content tr {
    border: 1px solid #ccc;
  }

  .unigrid-content td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 35% !important;
    font-size: 13px !important;
    padding-left: 0px !important;
    min-height: 30px;
    min-height: 44px;
  }

  .unigrid-content td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    right: 6px;
    /*width: 45%;*/
    /*padding-right: 10px;*/
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
  }

  .unigrid-content .table > tbody > tr {
    /*padding-top: 15px;
        padding-bottom: 15px;*/
  }

  .unigrid-content .table > tbody > tr:nth-child(odd) {
    background-color: #e9f9ef;
  }

  .unigrid-content .table > tbody > tr:nth-child(odd) td:before {
    color: #908888;
    color: #666;
  }

  .unigrid-content .table > tbody > tr:nth-child(even) td:before {
    color: #af915d;
    color: #666;
  }

  td.dataTables_empty {
    padding-right: 0% !important;
  }

  .unigrid-content tr:nth-of-type(odd) {
    background-color: #e9f9ef !important;
  }

  .Calendar table body tr {
    position: absolute;
    top: -9999px;
    right: -9999px;
  }

  .Calendar table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 30% !important;
    font-size: 13px !important;
    padding-left: 0px !important;
    min-height: 30px;
    min-height: 44px;
    text-align: right;
  }

  .Calendar table td:before {
    position: absolute;
    top: 0px;
    right: 0px;
    /* width: 45%; */
    /* padding-right: 10px; */
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    background: #1d4d8b;
    color: #fff;
    padding: 10px;
    /* width: 100%; */
    /* height: -webkit-fill-available; */
    height: 100%;
    width: 70px;
    vertical-align: middle;
  }

  .Calendar table > tbody > tr:nth-of-type(2) {
    display: none;
  }

  .Calendar table > tbody > tr:nth-of-type(1) > td:before {
    content: "" !important;
    width: 0px;
    padding: 0px;
    right: 0px;
  }

  .Calendar table > tbody > tr:nth-of-type(1) > td {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .no-table td {
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    padding-right: 0% !important;
    font-size: inherit !important;
    padding-left: inherit !important;
  }

  .no-table,
  .no-table thead,
  .no-table tbody,
  .no-table th,
  .no-table td,
  .no-table tr {
    display: grid;
  }

  .no-table tr {
    border: 0px solid #ccc;
  }

  .no-table td:before {
    content: none !important;
  }

  /*td:nth-of-type(1):before {
            content: "Ø§Ø³Ù… Ø§Ù„ØºØ±ÙØ© Ø§Ù„ØªØ¬Ø§Ø±ÙŠØ©:";
        }

        td:nth-of-type(2):before {
            content: "Ø§Ù„Ù…Ø±Ø´Ø­ÙŠÙ†";
        }

        td:nth-of-type(3):before {
            content: "Job Title";
        }

        td:nth-of-type(4):before {
            content: "Favorite Color";
        }

        td:nth-of-type(5):before {
            content: "Wars of Trek?";
        }

        td:nth-of-type(6):before {
            content: "Secret Alias";
        }

        td:nth-of-type(7):before {
            content: "Date of Birth";
        }

        td:nth-of-type(8):before {
            content: "Dream Vacation City";
        }

        td:nth-of-type(9):before {
            content: "GPA";
        }

        td:nth-of-type(10):before {
            content: "Arbitrary Data";
        }*/
}

/*----osama----*/

.MessageLabelWrapper {
  background-color: #d51212;
  margin-top: 15px;
  margin-bottom: 15px;
}

.MessageLabelWrapper .ErrorLabel {
  background: none;
  margin-bottom: 0;
}
/*----Shopping Cart Css----*/
.productMainImageContainer {
  height: 330px;
  background: #fff;
  text-align: center;
}

.productMainImageContainer .productPublicStatus {
  padding: 10px 0;
  text-align: right;
}

.productMainImageContainer .productPublicStatus .NewProduct {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-family: inherit;
  border-radius: 4px 0 0 4px;
  background: #ffcd00;
  color: #140607;
}

.productRating {
  height: 100%;
  border: 1px #d3d7da solid;
  border-width: 0 1px 0 0;
}

.productDetail .TotalPriceLabel {
  width: 120px;
  display: inline-block;
  color: inherit;
  font-size: 14px;
  color: #444;
}

.productDetail .TotalPrice {
  color: inherit;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
}

.productDetail .AddToCartLink {
  color: #ffffff;
  background: #337ab7
    url(/App_Themes/EcommerceSite/Images/Ecommerce/cart_white.png) no-repeat
    scroll 18px 12px;
  margin: 0;
  padding: 8px 30px 8px 50px;
  float: right;
  right: 0px;
  border-radius: 3px;
  border: 0;
}

@media (min-width: 992px) {
  .productDetail .AddToCartLink {
    min-width: 300px;
    text-align: center;
  }
}

.productDetail .AddToCartLink:hover {
  background: #50cbf4
    url("/App_Themes/EcommerceSite/Images/Ecommerce/cart_white.png") no-repeat
    scroll 18px 12px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.productDetail .AddToCartContainer {
  width: 100%;
  margin: 0;
  padding: 25px 0 10px 0;
  position: relative;
  border-top: 0px solid #e6e6e6;
  height: 85px;
}

.productDetail .AddToWishlistLink {
  border-radius: 3px;
  background: #fff url(images/prdc-fav.svg) no-repeat 10px center;
  border: 1px solid #d5d8de;
  color: #606265;
}

.productDetail .AddToWishlistLink:hover {
  background-color: #e2f8ff;
  border: 1px solid #b8cbde;
  background-image: url(images/prdc-fav-blue.svg);
}

.ShoppingCartCustom #breadcrumb {
  padding: 5px;
  position: relative;
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink {
  margin: 0 20px;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #fff !important;
  border: 1px #e1e1e1 solid;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.selected {
  border: 0;
  width: 50px;
  height: 50px;
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.shoppingCart {
  background-image: url(images/shopping-cart.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.shoppingCart.selected {
  background-image: url(images/shopping-cart-active.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.logon {
  background-image: url(images/user-login.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.logon.selected {
  background-image: url(images/user-login-active.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.address {
  background-image: url(images/shipping-address.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.address.selected {
  background-image: url(images/shipping-address-active.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.summary {
  background-image: url(images/order-summery.svg);
}

.ShoppingCartCustom #breadcrumb .checkoutItemLink.summary.selected {
  background-image: url(images/order-summery-active.svg);
}

@media (min-width: 768px) {
  .ShoppingCartCustom #breadcrumb:after {
    content: "";
    display: inline-block;
    width: 30%;
    left: 35%;
    top: 27px;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    z-index: 0;
  }
}

.ShoppingCartCustom .shoppingCartItem {
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-bottom: 0;
}

.ShoppingCartCustom .shoppingCartItem .firstLine {
  padding: 10px;
  background-color: #1d4d8b;
}

.ShoppingCartCustom .shoppingCartItem .firstLine span {
  background: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.ShoppingCartCustom .shoppingCartItem .Item {
  padding: 15px 0 15px;
  font-size: 15px;
}

.ShoppingCartCustom .shoppingCartItem .Item + .Item {
  border-top: 1px solid #e6e6e6;
}

.ShoppingCartCustom .shoppingCartItem .Item div {
  vertical-align: middle;
}

.ShoppingCartCustom .shoppingCartItem .Item .Info {
  vertical-align: middle;
}

.ShoppingCartCustom .shoppingCartItem .Item .Info .ImageCol,
.ShoppingCartCustom .shoppingCartItem .Item .Info .InfoCol {
  display: inline-block;
}

.ShoppingCartCustom .shoppingCartItem .Item .Info .ImageCol {
  width: 13%;
}

.ShoppingCartCustom .shoppingCartItem .Item .Info .InfoCol {
  width: 80%;
  padding-right: 2%;
}

.ShoppingCartCustom .shoppingCartItem .Item .Info .InfoCol .Name a {
  color: #1d4d8b;
  font-size: 16px;
}

.ShoppingCartCustom .shoppingCartItem .Item .Amount div > div {
  display: inline-block;
  margin-top: -2px;
}

.ShoppingCartCustom .shoppingCartItem .Item .Subtotal,
.ShoppingCartCustom .shoppingCartItem .Item .Tax {
  font-size: inherit;
}

.ShoppingCartCustom .shoppingCartItem .Item .ProductPriceDetailLink {
  margin: 0 6px 0 0;
  display: none;
}

.ShoppingCartCustom .shoppingCartItem .Item .Remove {
  text-align: center;
}

.ShoppingCartCustom .shoppingCartItem .itemSeparator {
  border-top: 1px solid #e6e6e6;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}

.ShoppingCartCustom .discountCoupon {
  background-color: #fbf5ee;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 0 0 6px 6px;
  border: 1px #ffce85 dashed;
  background-position: 20px 25px;
}

.ShoppingCartCustom .discountCoupon .discountTitle {
  display: block;
  font-weight: 700;
}

.ShoppingCartCustom .discountCoupon .discountSubtitle {
  font-size: 14px;
}

.ShoppingCartCustom .discountCoupon input[type="submit"] {
  height: 36px;
  border-radius: 3px;
  background: #1d4d8b;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
  padding: 0 15px;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  border: 0;
}

.ShoppingCartCustom .discountCoupon input[type="text"] {
  display: inline-block;
  width: 150px;
}

.ShoppingCartCustom .checkoutButtonNext,
.ShoppingCartCustom .checkoutButtonBack,
.ShoppingCartCustom input[type="submit"] {
  height: 36px;
  border-radius: 3px;
  background: #1d4d8b;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
  padding: 0 15px;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  border: 0;
}

.ShoppingCartCustom input[type="submit"].checkoutButtonNext {
  background-color: #26984d;
}

.ShoppingCartCustom .shoppingCartTotals {
  margin-top: 30px;
}

.ShoppingCartCustom .TotalViewer .Label,
.ShoppingCartCustom .TotalViewer .Value {
  width: 100%;
}

.ShoppingCartCustom .TotalViewer .Value {
  font-size: 1.5em;
  color: #1d4d8b;
}

.ShoppingCartCustom .footerButtons {
  border-top: 1px #e3e3e3 solid;
  margin: 10px 0 0 0;
  padding: 30px 0 0;
}

.LogonPageBackground {
  padding: 35px 15px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  min-height: 246px;
}

@media (min-width: 768px) {
  .LogonPageBackground {
    padding: 35px 25px;
  }
}

.LogonPageBackground .member-custom td {
  padding-bottom: 8px;
  position: relative;
}

.LogonPageBackground .member-custom td .md-input uk-form-width-large-error {
  position: absolute;
  left: 0;
  top: 10px;
}

.btn-forgetpass,
.btn-RegisterNew {
  color: #1d4d8b;
  padding: 5px 0;
  border-radius: 3px;
  display: inline-block;
  padding: 0 0px;
  height: 36px;
  padding-top: 5px;
}

.btn-forgetpass:hover,
.btn-RegisterNew:hover {
  color: #26984d;
}

.btn-forgetpass:active,
.btn-RegisterNew:active {
  /*background-color: #f3f3f3;*/
}

.service-description h2 {
  font-size: 26px !important;
  font-weight: bold !important;
  border-right: 4px solid #50cbf4 !important;
  padding-right: 15px !important;
  color: #464749 !important;
  line-height: 49px !important;
}

.service-details-content h5 {
  font-weight: 700;
  color: #50cbf4;
  font-size: 18px;
  margin: 15px 0;
}

.service-working-method {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.service-working-method .service-h2 {
  color: #464749;
  font-family: inherit;
  font-size: 22px;
}

body .numeric-timeline {
  font-family: inherit !important;
  counter-reset: section;
}

body .numeric-timeline li {
  font-family: inherit !important;
  padding-bottom: 35px;
}

body .numeric-timeline li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  display: inline-block;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  background: #26984d;
  font: bold 1.786em DroidArabicKufi-Bold, arial, sans-serif;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: -6px;
}

body .numeric-timeline li:after {
  top: 29px;
}

body .numeric-timeline li:last-child:after {
  display: none;
}

.service-logo-start .service-logo .servtitle {
  font-family: inherit !important;
  font-weight: 700;
  padding: 10px 5px;
  color: #1d4d8b !important;
}

.service-logo-start .service-logo .servicon {
  height: auto;
}

.ratingControl {
  text-align: center;
  margin: 10px 20px;
}

.start-servicebtn {
  font-family: inherit;
  background: #1d4d8b;
  border-radius: 8px;
}

.start-servicebtn:hover {
  background: #50cbf4;
}

.CntRatingResult {
  font-size: 14px;
  color: #666;
  padding: 10px 0 0;
}

.download-serviceguide {
  font-family: inherit;
  color: #1d4d8b !important;
  height: 75px;
  line-height: 72px;
}

.download-serviceguide:hover {
  color: #ffffff !important;
  background: #26984d;
}

.posts [class^="icon-"],
.posts [class*=" icon-"] {
  color: #1d4d8b !important;
}

.CntRatingContent {
  border: 2px #ebebeb solid;
  padding: 6px 0 3px;
  border-radius: 30px;
  margin: 0 5px;
}

.CntRatingMessage {
  font-size: 14px;
  font-family: inherit;
  color: #26984d;
  margin-bottom: 3px;
}

.ShoppingCartCustom .shoppingCartItem .Item .Info .ImageCol {
  margin-top: -12px;
  float: right;
}

@media (max-width: 1199px) {
  .login-content {
    display: block !important;
    text-align: center !important;
  }

  .login-content ul,
  .login-content div {
    text-align: center !important;
    margin: auto 0 10px !important;
    padding: 0;
  }

  .login-content ul.logos li {
    padding: 0 15px !important;
  }

  .ShoppingCartCustom .shoppingCartItem .Item .Info .ImageCol {
    width: 100%;
    float: right;
    margin-top: 0px;
  }

  .ShoppingCartCustom .shoppingCartItem .Item .Info .InfoCol {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
  }

  .ShoppingCartCustom .shoppingCartItem .Item .Info .ImageCol,
  .ShoppingCartCustom .shoppingCartItem .Item .Info .InfoCol {
    display: block;
  }
  .shoppingCartItem .Image img {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
  }
  .ShoppingCartCustom .shoppingCartItem .Item .Amount div > div {
    margin-top: -5px;
  }
}


/*---Updates 25-10-2020---*/


.item-footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.services-items .col-md-4:hover {
  position: relative;
  z-index: 2;
}
.service-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 270px;
  overflow: hidden;
  position: relative;
}

.service-item-box:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);

  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.16);
}

.item-btn-box {
  margin-top: auto;
}
.service-item-box:hover .item-btn-box {
  /*-webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;*/
}


.service-item-box .item-btn-box {
  /*-webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}
.service-item-box .item-footer ul,
.service-item-box .item-footer .item-btn-box,
.service-item-box .item-footer .item-btn-box a {
  width: 100%;
}
.service-item-box span.icon {
  border-radius: 50%;
  background-size: 70%;
  width: 32px;
  height: 32px;
}
.service-item-box .bill-icon {
  background-color: #5078ad;
  background-image: url("data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='%23fff'%3E%3Cpath id='Path_1512' data-name='Path 1512' d='M18.562,11.693c-.182,0,.168-.114-4.795,1.8C10.971,8.45,10.316.717,10.31.637A.688.688,0,0,0,9.053.311L8.059,1.8,6.569.808a.688.688,0,0,0-1.048.405l-.451,1.8L3.819,2.183a.688.688,0,0,0-1.048.405l-.451,1.8L1.069,3.558A.688.688,0,0,0,0,4.183a46.906,46.906,0,0,0,1.643,8.737C2.9,17.129,5.254,22,9.625,22a3.444,3.444,0,0,0,1.588-.388l7.413-3.052c.3-.123.174-.07.373-.154,2-.825,1.916-.767,2.051-.909a3.444,3.444,0,0,0-2.488-5.809Zm-7.94,8.681a2.1,2.1,0,0,0-.334.148,2.048,2.048,0,0,1-.664.109c-5.286,0-7.431-9.86-8.1-15.112l.839.559a.688.688,0,0,0,1.048-.405l.451-1.8L5.118,4.7A.688.688,0,0,0,6.167,4.3l.451-1.8,1.251.834a.688.688,0,0,0,.953-.191l.337-.505a35.483,35.483,0,0,0,3.313,11.355l-3.094,1.19A.687.687,0,0,0,9.625,16.5a2.063,2.063,0,0,1,1,3.868Zm9.524-3.922-7.188,2.96a3.436,3.436,0,0,0-1.322-3.631l7.046-2.71A2.066,2.066,0,0,1,20.146,16.451Z' transform='translate(0 -0.005)' /%3E%3Cpath id='Path_1513' data-name='Path 1513' d='M80.957,146.74l3.491-1.4a.7.7,0,0,0-.519-1.3l-3.491,1.4a.7.7,0,1,0,.519,1.3Z' transform='translate(-76.577 -137.824)' /%3E%3Cpath id='Path_1514' data-name='Path 1514' d='M100.837,208.436a.7.7,0,0,0-.908-.389l-3.491,1.4a.7.7,0,0,0,.259,1.347c.189,0-.041.07,3.75-1.447A.7.7,0,0,0,100.837,208.436Z' transform='translate(-91.892 -199.079)' /%3E%3Cpath id='Path_1515' data-name='Path 1515' d='M354.592,38.778a1.3,1.3,0,0,1-1.4,0,.7.7,0,1,0-.987.987,2.191,2.191,0,0,0,1.192.573v.739a.7.7,0,1,0,1.4,0v-.842a2.009,2.009,0,0,0,.105-3.77l-1.072-.444c-.558-.231-.658-1.227.473-1.227a1.058,1.058,0,0,1,.7.2.7.7,0,0,0,.987-.987,2.191,2.191,0,0,0-1.192-.573V32.7a.7.7,0,1,0-1.4,0v.842a2.01,2.01,0,0,0-.105,3.77l1.072.444A.631.631,0,0,1,354.592,38.778Z' transform='translate(-336.985 -30.605)' /%3E%3C/g%3E%3C/svg%3E%0A");
}

.service-item-box .bill-icon:hover {
  background-color: #d9b319;
}

.PagerNumberArea {
  position: relative;
  top: 20px;
}
.SelectedPrev,
.SelectedNext {
  opacity: 0.3;
  cursor: not-allowed;
}

a.cartLink {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='24' height='24' viewBox='0 0 446.843 446.843'%3E%3Cg fill='%23fff'%3E%3Cpath d='M444.09,93.103c-2.698-3.699-7.006-5.888-11.584-5.888H155.321c-7.92,0-14.337,6.417-14.337,14.337 s6.417,14.337,14.337,14.337h257.537l-10.338,32.259H186.782c-7.92,0-14.337,6.417-14.337,14.337 c0,7.92,6.417,14.337,14.337,14.337h206.543l-11.868,37.038H203.509c-7.92,0-14.337,6.417-14.337,14.34 c0,7.92,6.417,14.337,14.337,14.337h168.759l-9.955,31.064H172.692L94.794,49.064c-1.376-3.958-4.406-7.113-8.3-8.646 L19.586,14.134c-7.374-2.887-15.695,0.735-18.591,8.1c-2.891,7.369,0.73,15.695,8.1,18.591l60.768,23.872l74.381,214.399 c-3.283,1.144-6.065,3.663-7.332,7.187l-21.506,59.739c-1.318,3.663-0.775,7.733,1.468,10.916c2.24,3.183,5.883,5.078,9.773,5.078 h11.044c-6.844,7.616-11.044,17.646-11.044,28.675c0,23.718,19.298,43.012,43.012,43.012s43.012-19.294,43.012-43.012 c0-11.029-4.2-21.059-11.044-28.675h93.776c-6.847,7.616-11.048,17.646-11.048,28.675c0,23.718,19.294,43.012,43.013,43.012 c23.718,0,43.012-19.294,43.012-43.012c0-11.029-4.2-21.059-11.043-28.675h13.433c6.599,0,11.947-5.349,11.947-11.948 c0-6.599-5.349-11.947-11.947-11.947H143.647l13.319-36.996c1.72,0.724,3.578,1.152,5.523,1.152h210.278 c6.234,0,11.751-4.027,13.65-9.959l59.739-186.387C447.557,101.567,446.788,96.802,444.09,93.103z M169.659,409.807 c-10.543,0-19.116-8.573-19.116-19.116s8.573-19.117,19.116-19.117s19.116,8.574,19.116,19.117S180.202,409.807,169.659,409.807z M327.367,409.807c-10.543,0-19.117-8.573-19.117-19.116s8.574-19.117,19.117-19.117c10.542,0,19.116,8.574,19.116,19.117 S337.909,409.807,327.367,409.807z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  position: relative;
  background-size: 24px;
  height: 24px;
}
.cartLink span {
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -7px;
  padding: 0px 9px;
  background: #ff7600;
  border-radius: 30px;
  color: #fff;
}
a.cartLink:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -7px;
  z-index: -2;
}
/* fixed navbar on scroll */
nav.navbar.fixed-top {
  background: #1d4d8b;
}
nav.navbar.fixed-top .navbar-collapse {
  max-width: 1170px;
  margin: 0 auto;
}
nav.navbar.fixed-top .navbar-collapse .nav-items {
  margin-top: 15px;
}

/*---Fixed Cart icon --*/
.cartLink.cart-fixed-top {
  position: fixed;
  left: 0;
  top: 100px;
  background-color: #1d4d8b;
  height: 50px;
  width: 75px;
  background-position: 30px center;
  border-radius: 0 8px 8px 0;
}
.cartLink.cart-fixed-top:after {
  top: 8px;
  right: auto;
  left: 24px;
}
.cartLink.cart-fixed-top span {
  left: 7px;
  top: 6px;
}
/* coved19 css fix */
.c-slider:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(7, 21, 40, 0.6);
}

.c-slider {
  position: relative;
}
.c-slider .container {
  position: relative;
  z-index: 1;
}



.filter-form input.md-input uk-form-width-large {
    border-bottom: 1px solid #1d4d8b;
    border-right: 1px solid #1d4d8b;
    border-left: 1px solid #1d4d8b;
    border-top: 1px solid #1d4d8b;
}

.card .card-body3,
.card-body li {
    color: #464749;
    font-size: 16px;
    margin-bottom: 10px;
}
.card-body2 a {
    text-decoration: underline;
    color: #007bff !important;
}
.custom_icons {
    margin-top: 50px !important;
}
p a,
strong a,
.custom_content > a,
.card-body li a,
.custom_content p a,
.custom_content > div > a,
.service-details-content a,
.numeric-timeline a,
.card-body span a,
.page_content a {
    color: blue !important;
    text-decoration: underline !important;
}
.h2 a {
	color: #464749 !important;
    text-decoration: none !important;
}

.service-item-box img {
    max-width: 85px !important;
    max-height: 62px !important;
    margin: 20px auto 25px auto;
}
.service-item-box h5 {
    
    margin-bottom: 20px;
}

.ads-box .data-box p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.card-body > img {
    width: 100%;
}
.attachment-body ul {
    width: 100%;
}

.magazine_list img {
    width: auto;
}
.important_links li {
    line-height: 18px;
    list-style-type: disc;
}

section.attachments3 {
    margin-bottom: 90px;
    margin-top: 0px !important;
}
.card .card-body3, .card-body li {
    list-style-type: disc;
}
.div_content li p {
    margin: 0px !important;
}
.div_content li {
    margin-bottom: 25px;
}

/****** go to top *************/

#scroll-up-button {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAYAAAB2Wd+JAAAABHNCSVQICAgIfAhkiAAAAM1JREFUOE/tk9ERAUEQRF9HQAgyIAQyuAy4DGTgLgIhIAJCEAIZSEEErUbtctap8uHTfs7Om+3tmRE9x/YE2AOtpG1fjsqg7QrYAMN0V/fBL6DtRYLKem/wAyygMzAGdsA8VWkktbniHbS9BNbAFZgCIXcFzJLk+OcA2Eqqg5HtCEbVOyTpZLvJoKRjMuvYhQM8AaMMJQUvYIqF0wEfJC0CDPeGki5Zf/liJz7KeW/t+PRiafMfhFn08ash/7v6tOnnkxM7GetWxZr1teMGD3+LFrNv4skAAAAASUVORK5CYII=);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000710;
    opacity: 0.4;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    position: fixed;
    left: 30px;
    bottom: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*display: none;*/
    z-index:3000;
}
    #scroll-up-button:hover {
        opacity: 1;
    }

/****** go to top end*************/



.partners-title h4 {
    line-height: 40px !important;
    padding: 15px !important;
}

.header-box h1 {
    font-size: 30px;
}

.post p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hide {
    display: none !important;
}

.hidden {
    display: none !important;
}

.footerButtons div div {
    width: 100% !important;
    float: none !important;
}
.SearchResults {
    width: 100%;
}

/****** sub site colors *************/


.attachments {
    min-height: auto !important;
    padding-bottom: 60px;
}
.service-details-content ol {
    padding: 0px 13px 0px 13px;
}

.knowledge .courses {
    min-height: 600px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: -40px !important;
}

    .knowledge .courses + section.attachments:before {
        top: -6vw;
    }

.subSite .courses {
    min-height: 600px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: -40px !important;
}

    .subSite .courses + section.attachments:before {
        top: -6vw;
    }

.site-none .attachments .container,
.site-none .attachments3 .container {
    padding-right: 0px;
    padding-left: 0px;
}

.site-green .courses {
    background-color: #42a466;
}
.site-blue .courses {
    background-color: #639fd2;
}
.site-gold .courses {
    background-color: #d89642;
}
.site-red .courses {
    background-color: #ff2f00;
}
.site-purple .courses {
    background-color: #9563c8;
}


/****** sub site colors end *************/


.commerce-control .price p {
    line-height: 0px;
    padding: 0px;
    margin: 11px auto;
}




