
/*SFProText - Regular*/

@font-face {
  font-family: "SFProText-Regular";
  src: url("../fonts/SFProText/SFProText-Regular.eot");
  src: url("../fonts/SFProText/SFProText-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProText/SFProText-Regular.woff") format("woff"),
    url("../fonts/SFProText/SFProText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*SFProText - Semibold*/

@font-face {
  font-family: "SFProText-Semibold";
  src: url("../fonts/SFProText/SFProText-Semibold.eot");
  src: url("../fonts/SFProText/SFProText-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProText/SFProText-Semibold.woff") format("woff"),
    url("../fonts/SFProText/SFProText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*SFProDisplay - Bold*/

@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("../fonts/SFProText/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProText/SFProDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProText/SFProDisplay-Bold.woff") format("woff"),
    url("../fonts/SFProText/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*SFProDisplay - Semibold*/

@font-face {
  font-family: "SFProDisplay-Semibold";
  src: url("../fonts/SFProText/sf-pro-display-semibold.eot");
  src: url("../fonts/SFProText/sf-pro-display-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProText/sf-pro-display-semibold.woff") format("woff"),
    url("../fonts/SFProText/sf-pro-display-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Nunito Sans Light */
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans/NunitoSans-Light.woff2') format('woff2'),
      url('../fonts/nunito-sans/NunitoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans Regular */
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans/NunitoSans-Regular.woff2') format('woff2'),
      url('../fonts/nunito-sans/NunitoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans SemiBold */
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans/NunitoSans-SemiBold.woff2') format('woff2'),
      url('../fonts/nunito-sans/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans bold */
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans/NunitoSans-Bold.woff2') format('woff2'),
      url('../fonts/nunito-sans/NunitoSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Nunito Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
}

img {
  max-width: 100%;
}

.colorGreen {
  color: #00d76f !important;
}

.colorRed {
  color: #fc3858 !important;
}

.LAGColor {
  color: #8d8e8e !important;
}

.colorPurple {
  color: #8829c1 !important;
}

.colorBlue {
  color: #00aaff !important;
}

.colorLightBlue {
  color: #7fd4ff !important;
}

.colorWhite {
  color: white !important;
}

.colorGray {
  color: #6d6f70 !important;
}

.colorLightGray {
  color: #e8e9f0 !important;
}

.colorBlack {
  color: #0b0b0b !important;
}

.colorYellow {
  color: #ffca65 !important;
}

.colorOrange {
  color: #ff8825 !important;
}

.colorDarkgray {
  color: #303639 !important;
}

.colorBlueGrey {
  color: #97a4c4 !important;
}

.backGreen {
  background: #00d76f !important;
}

.backRed {
  background: #fc3858 !important;
}

.backRedLight {
  background: #ff6a89 !important;
}

.backGray {
  background: #6d6f70 !important;
}

.backPurple {
  background: #8829c1 !important;
}

.backVoilet {
  background: #512a91 !important;
}

.backBlue {
  background: #00aaff !important;
}

.backLightBlue {
  background: #7fd4ff !important;
}

.backWhite {
  background: white !important;
}

.backLightGray {
  background: #e8e9f0 !important;
}

.backDarkPurple {
  background: #512a91 !important;
}

.backPink {
  background: #ffa0a0 !important;
}

.backOrange {
  background: #ff8825 !important;
}

.backDarkOrange {
  background: #db735c !important;
}

.loginFbIcon {
  margin-right: 5px;
}

.borderGray {
  border: 1px solid #e8e9f0 !important;
}

.fontSize18 {
  font-size: 18px !important;
}

.fontSize16 {
  font-size: 16px !important;
}

.fontSize14 {
  font-size: 14px !important;
}

.fontSize12 {
  font-size: 12px !important;
}

.fontSize13 {
  font-size: 13px !important;
}

.fontSize22 {
  font-size: 22px !important;
}

.fontSize20 {
  font-size: 20px !important;
}

.fontSemiBold {
  font-family: "Nunito Sans" !important;
  font-weight: 600;
  font-style: normal;
}

.fontWeight600 {
  font-family: "Nunito Sans";
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 50px;
}

.mt35 {
  margin-top: 35px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

/*Start Header */
.innerheader #header {
  height: 90px;
  background-color: #8829c1;
  padding: 0 0px;
}

.meuralHeader #header {
  height: 90px;
  background-color: #0e080824;
  padding: 0 0px;
}

#header #logo-group {
  display: table;
  height: 100%;
  float: left;
  width: 220px;
  margin-left: 30px;
}

/* .innerheader #header #logo-group #logo, 
.innerheader #header #logo-group #logoInsightPro {
    border-right: 1px solid #fff;
} */
#header #logo-group #logoInsightPro {
  padding: 11px 0px 11px 0;
  height: auto;
}

#header #logo-group #logo,
#header #logo-group #logoInsightPro {
  display: block;
  text-align: center;
  margin: 20px 0 0;
  height: 50px;
  padding-top: 0px;
}

#header #logo-group img {
  max-width: 100%;
}

.HeaderBlock {
  height: 90px;
  background-color: #8829c1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  padding: 0 51px;
}

.HeaderBlock .logo-group {
  display: table;
  height: 100%;
  float: left;
}

.HeaderBlock .logo-group .logo {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.HeaderBlock .logo-group .logo img {
  max-width: 100%;
}

.dropdown .location-border,
.responsive-location .location-border {
  width: 46px;
  height: 46px;
  background-color: #943ec7;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.dropdown .location-border {
  margin-right: 0px;
}

.ProInnerHeader #header .nav.navbar-nav > li.dropdown > a {
  padding: 0px 0px 0px 10px;
  display: inline-block;
}

.location-dropdown .dropdown-menu {
  background-clip: padding-box;
  background-color: transparent;
  border: none;
  box-shadow: none;
  float: left;
  font-size: 13px;
  left: 0;
  list-style: outside none none;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.search-all-location {
  background-color: #fff;
  border: 1px solid #e4e9eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  width: 420px;
  max-height: 540px;
  padding: 20px 20px 0px 20px;
}

.search-all-location.pd0 {
  padding: 0px;
}

.pdtrl20 {
  padding: 20px 30px 0 30px;
}

.input-search {
  font-style: normal;
  color: #6d6f70;
  font-size: 16px;
  text-align: center;
  background-image: url("../img/icon-search-2.png");
  background-repeat: no-repeat;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-position: right top 10px;
  border-bottom: 1px solid #e4e9eb;
  padding: 0 30px 0 0;
  height: 40px;
  outline: none;
}

.search-location-wrapper {
  display: block;
  margin: 20px 0;
  max-height: 285px;
  overflow: auto;
  overflow-x: hidden;
}

ul.search-location-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.SecondDropBlock ul.search-location-list li {
  margin: 0;
  cursor: pointer;
  transition: all ease 0.5s;
  padding: 5px 20px 5px 20px;
}

.dropdown .location-border.locationFlname.lheight {
  line-height: 49px;
  background: none;
}

.dropdown .location-border.locationFlname,
.locationFlname {
  border: 6px solid #e8e8e8;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  font-weight: 500;
  color: #fff;
  line-height: 56px;
}

.bottom-link-wrapper {
  display: block;
  border-top: 1px solid #e4e9eb;
  text-align: center;
  padding: 20px 0;
}

.anchor-1 {
  font-size: 16px;
  color: #8829c1;
  letter-spacing: 0;
  font-weight: 500;
}

.anchor-1:hover,
.anchor-1:focus {
  color: #8829c1;
  opacity: 0.85;
}

.SecondDropBlock .location-title,
.SecondSearchCol .location-title {
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 260px;
  margin-left: 10px;
}

.location-title {
  display: inline-block;
  font-size: 14px;
  color: #1c1d1e;
  font-weight: 500;
  text-transform: capitalize;
}

.customorganizationdropdown .arrowright,
.SecondDropBlock .arrowright {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #8a8989;
}

.location-dropdown {
  padding: 22px 0px 0px 20px;
}

.cmn-heading-4 {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
}

#header .nav > li > a:focus,
#header .nav > li > a:hover,
#header .nav > li > a:active,
#header .nav > li > a > a:focus,
#header .nav > li > a > a:hover,
#header .nav > li > a > a:active,
#header .nav .open > a {
  background-color: transparent;
  color: #fff;
}

.notifications {
  align-items: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

a.notificationDrop {
  padding: 34px 14px;
  display: inline-block;
  vertical-align: top;
  height: 90px;
  cursor: pointer;
}

.notigroup {
  position: relative;
}

.notificationsParent a {
  transition: all 0.5s ease;
}

.notifications span {
  background: #fc3858;
  border-radius: 50%;
  min-width: 14px;
  height: 14px;
  top: -8px;
  color: white;
  font-size: 11px;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: normal;
  padding: 2px 4px;
  right: -4px;
}

.innerheader .header-dropdown-list {
  max-height: 90px;
  vertical-align: top;
  float: none;
  display: inline-block;
  cursor: pointer;
}

.header-dropdown-list {
  list-style: none;
  float: right;
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-dropdown-list > li > .dropdown-toggle {
  display: block;
  font-family: "Nunito Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  padding: 4px 0px;
  margin: 0 30px;
}

.notificationsParent .header-dropdown-list .dropdown-toggle.userdropdown {
  padding: 32px 16px 31px 16px;
  margin: 0;
  text-transform: capitalize;
}

.dropdown-menu.customDropDown.profileDropDown {
  min-width: auto;
  right: 0;
}

.dropdown-menu.customDropDown {
  background: #ffffff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.46);
}

.customDropDown {
  margin: 0px;
  padding: 15px 0px 20px 0px;
}

.customDropDown li {
  margin: 12px 0px;
}

.customDropDown li a {
  font-size: 16px;
  color: #333;
  padding: 0 20px !important;
}

.customDropDown li.divider {
  margin: 20px 0;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.userRoleText {
  padding: 0 20px !important;
}

.dropdown-menu.customDropDown > li > a:focus,
.dropdown-menu > li > a:hover {
  background: transparent;
  color: #151617;
}

.ml-auto {
  margin-left: auto;
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.align-items-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* Footer start here */

.footer-container {
  padding: 0 20px;
}

.footerLogin {
  border-top: 1px solid #e4e9eb;
  padding: 15px 0px 30px;
  margin-top: 50px;
}

.footer-container .list-inline {
  margin-left: 0;
  margin-bottom: 10px;
}

.footerLogin .list-inline > li {
  padding-right: 0;
  padding-left: 0;
  margin-right: 50px;
}

.footerLogin .list-inline > li:last-child {
  margin-right: 0;
}

.footerLogin a {
  font-family: "Nunito Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #6d6f70;
  text-decoration: underline;
}

.footerLogin .copyright {
  color: #6d6f70;
  font-size: 16px;
  font-family: "Nunito Sans";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
}

/* Common css */
.ButtonBlockPop.small-buttons .btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #6d6f70;
  border-radius: 7px;
  color: #6d6f70;
  font-size: 12px;
  padding: 0px 17px;
  font-family: "Nunito Sans";
  font-weight: 600;
  font-style: normal;
  height: 27px;
  min-width: 80px;
  line-height: 27px;
  outline: 0;
}

.ButtonBlockPop.small-buttons .btn-default:hover {
  opacity: 0.85;
}

button.purple-btn,
a.purple-btn {
  background: #8829c1;
  text-align: center;
  height: 36px;
  color: #fff;
  font-size: 16px;
  border-radius: 7px;
  line-height: 36px;
  padding: 0 15px;
  min-width: 100px;
  font-family: "Nunito Sans";
}

button.purple-btn:hover,
a.purple-btn:hover {
  background: #8829c1;
  opacity: 0.85;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}

button.purple-btn:focus {
  color: #fff;
  outline: none;
}

.BreadCrumbList {
  padding: 7px 0 0;
}

.BreadCrumbList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.BreadCrumbList ul li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  border-right: solid 1px #bdbaba;
  line-height: 16px;
  font-weight: 500;
}

.BreadCrumbList ul li a {
  color: #8e8e8e;
}

.BreadCrumbList ul li:last-child {
  border-right: 0px;
  font-weight: 500;
  margin-right: 0;
  padding-right: 0;
}

.saveBtn {
  min-width: 105px;
  height: 42px;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  border-color: #8829c1;
  background-color: #8829c1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn.saveBtn:active:focus,
.btn.saveBtn:focus,
.btn.saveBtn:hover {
  color: #fff;
  outline: none;
  opacity: 0.85;
}

/* Main css here */

/* .MainPageWrapper{
	max-width: 375px;
	margin: auto;
	border: solid 1px #bcb5b9;
} */
.ContentWrapper {
  padding: 20px;
}

.TopDeviceBlock {
  max-width: 1920px;
  margin: auto;
  background: #fff;
  position: relative;
}

.LableBlock {
  background: #fff;
  position: absolute;
  bottom: 40px;
  padding: 50px 30px 30px 40px;
  right: 50px;
  width: 510px;
}

.LableBlock h2 {
  font-family: "Nunito Sans";
  font-size: 33px;
  color: #1c1d1e;
  margin: 0 0 15px;
  font-weight: 600;
}

.LableBlock p {
  font-size: 19px;
  color: #6d6f70;
  line-height: 26px;
  margin-bottom: 30px;
}

.LableButton {
  text-align: center;
}

.ProductCategoryBlock {
  margin-top: 60px;
}

.ProductCategoryBlock h2 {
  font-size: 28px;
  color: #1c1d1e;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: "Nunito Sans";
}

.CategoryInfo {
  margin-top: 50px;
}

.planHeader {
  text-align: center;
  padding: 43px 10px;
  border-radius: 6px 6px 0 0;
  min-height: 191px;
}

.contentBlock {
  padding: 30px 23px 30px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border: solid 1px #e4e9eb;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  position: relative;
}

.CategoryInfoTitle {
  font-size: 20px;
  color: #1c1d1e;
  margin: 1px 0 18px;
  font-family: "Nunito Sans";
}

.contentBlock .TextDescription {
  margin-bottom: 30px;
}

.contentBlock .TextDescription p {
  font-size: 14px;
  color: #6d6f70;
}

.CategoryInfo .CatCustomButton {
  position: absolute;
  bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  right: 0;
}

.CatCustomButton .btn-default {
  border: 1px solid #6d6f70;
  color: #6d6f70;
  height: 36px;
  box-shadow: none;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Nunito Sans";
  outline: 0;
  padding: 6px 20px;
}

.CatCustomButton .btn-default:hover,
.CatCustomButton .btn-default:focus {
  opacity: 0.85;
  background-color: transparent !important;
  color: #6d6f70;
  outline: none;
}

.CategorySearchBlock {
  position: relative;
  margin-bottom: 40px;
}

.CategorySearchBlock .SearchField {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 11px 14px -10px #e5eced;
  background-color: #ffffff;
  border: solid 1px #e5eced;
  padding: 10px 10px 10px 38px;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}

.CategorySearchBlock .SearchIcon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px;
}

.ProductCategoryBlock .contentBlock {
  border-radius: 0px 0px 6px 6px;
  min-height: 255px;
}

.CategoryItem {
  margin-bottom: 35px;
}

.LableEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 245px;
  white-space: nowrap;
}

.ProSupportLable {
  text-overflow: ellipsis;
  overflow: hidden;
}

.CategoryLable {
  margin: 24px auto 17px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nunito Sans";
  color: #1c1d1e;
}

.TextDescription p {
  font-size: 14px;
  color: #6d6f70;
}

.ProPrice {
  font-size: 24px;
  font-weight: 600;
  color: #1c1d1e;
  font-family: "Nunito Sans";
  margin: 16px 0 26px;
}

.ProImgDetail {
  text-align: center;
  margin-bottom: 30px;
}

.ProImgDetail .CategoryInfoTitle {
  margin-bottom: 33px;
}

.ProductDetailBlock .contentBlock {
  padding: 23px 21px 20px;
}

.DeviceSubsDetail {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: solid 1px #f0f0f0;
  min-width: 222px;
  display: inline-block;
}

.DeviceSubsDetail h6 {
  font-weight: normal;
  margin: 0 0 8px;
}

.DeviceSubsDetail .DeviceCount {
  color: #929292;
  font-size: 36px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.ProPriceCol .ProPrice {
  font-size: 36px;
  color: #6d6f70;
}

.QuantityCountCol {
  margin-bottom: 25px;
}

.QuantityCountCol .input-group {
  width: 140px;
  margin: auto;
}

.QuantityCountCol .group-text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-weight: 500;
}

.QuantityCountCol .input-group-btn .btn {
  padding: 4px 6px;
  font-size: 14px;
  color: #8d8e8e;
  line-height: 28px;
  height: 32px;
  border-color: #eaeaea;
}

.QuantityCountCol .input-group-btn .btn-default:focus,
.QuantityCountCol .input-group-btn .btn-default:hover {
  background-color: inherit;
  outline: none;
  border-color: #eaeaea;
}

.QuantityCountCol .input-number {
  border-color: #eaeaea;
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #1c1d1e;
  padding: 6px 6px;
}

.input-group-btn .MinBtn {
  left: 1px;
}

.CatCustomButton .saveBtn {
  width: 100%;
}

.TextDescriptionBlock .CategoryLable {
  margin: 30px 0 13px;
  text-transform: inherit;
}

.ProImgDetail img {
  max-height: 307px;
}

.FeatureList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.FeatureList li {
  text-align: left;
  font-size: 14px;
  color: #6d6f70;
  padding-left: 30px;
  background: url(../img/list-style.png) no-repeat 0px 1px;
  margin-top: 20px;
  line-height: 20px;
}

.ProductDevider {
  border: solid 1px #f0f0f0;
  margin: 25px 0;
}

.RelatedProductItem {
  padding-top: 50px;
}

.RelatedProductItem .CategoryInfoTitle {
  font-size: 19px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
}

.RelatedProductItem .CategoryItem {
  margin: 13px;
}

.RelatedProductItem .QuantityCountCol {
  margin-bottom: 24px;
}

.CategoryProductwrapper {
  padding: 0 15px;
}

/* payment gateway css */

/*Theme Colors*/


select.inputTextField::-ms-expand,
select.form-control::-ms-expand,
.OnOffSetting select::-ms-expand,
select::-ms-expand {
  display: none;
}

select.inputTextField,
select.form-control,
.OnOffSetting select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: url(../img/selectdropdown.png) no-repeat scroll 100% center;
  padding-right: 10px;
  padding-left: 0;
  padding-bottom: 0px;
}

.inputTextField {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  font-size: 18px;
  color: #6d6f70;
  font-family: "Nunito Sans";
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}

.Primiumcol {
  margin-bottom: 10px;
}

.Primiumcol h3 {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #1c1d1e;
  font-size: 18px;
  font-weight: 600;
}

.Primiumcol a {
  color: #8829c1;
  font-size: 16px;
}

.DeviceBilingBlock {
  padding-top: 25px;
}

.BilingBlock {
  margin-bottom: 35px;
}

.BilingBlock.Expended {
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.BilingHeader {
  word-break: break-all;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #f5f8f9;
  border: solid 1px #e4e9eb;
  position: relative;
}

.BilingBlock.Expended .BilingHeader {
  border-radius: 4px 4px 0 0;
}

.BilingHeader h2 {
  color: #1c1d1e;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-family: "Nunito Sans";
}

.SuccIcon-col {
  background: #00d76f;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
}

.SuccIcon-col-blk {
  background: #0b0b0b;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  float: right;
}

.BilingHeader .SuccIcon-col {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.PriceSubTotalBlock {
  padding: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
}

.PromoCodeBlock {
  /* padding-top: 10px; */
  margin-bottom: 45px;
}

.PromoCodeBlock .btn {
  margin-top: 10px;
  min-width: 100%;
}

.GrandTotal {
  border-top: solid 1px #f3ebeb;
  padding-top: 25px;
}

.actionBtnRow {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 23px;
  text-align: center;
}

.cancelBtn {
  max-width: 105px;
  height: 42px;
  width: 100%;
  box-shadow: none;
  border-radius: 8px;
  border: solid 1px #6d6f70;
  font-size: 16px;
  text-align: center;
  color: #6d6f70;
  background: #fff;
  font-weight: 500;
  line-height: 28px;
}

.actionBtnRow .saveBtn,
.actionBtnRow .cancelBtn {
  margin: 0 5px;
}

.btn.saveBtn:focus,
.btn.cancelBtn:focus,
.btn.saveBtn:active:focus {
  outline: 0;
  color: inherit;
}

.btn.saveBtn:active:focus,
.btn.saveBtn:focus,
.btn.saveBtn:hover {
  color: #fff;
}

.saveBtn {
  min-width: 105px;
  height: 42px;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  border-color: #8829c1;
  background-color: #8829c1;
}

.PlaceYourOrder {
  padding: 20px;
}

.PlaceYourOrder .btn {
  min-width: 100%;
}

.BilingContentBlock {
  padding: 30px 20px;
}

.OnOffSetting {
  margin-bottom: 30px;
}

.OnOffSetting h5 {
  margin: 0 0 10px 0;
  color: #1c1d1e;
  font-size: 16px;
  font-family: "Nunito Sans";
}

.ErrorRed {
  color: #f00;
  margin: 0;
  font-size: 14px;
  padding-top: 5px;
}

.TextDesc {
  color: #8e8e8e;
  font-family: "Nunito Sans";
}

.loader-div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}

.img-center {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  margin-left: -50px;
  margin-top: -50px;
  width: auto;
}

.loaderContainer {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.loaderContainer1 {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: rotation 1.4s linear infinite;
  animation: rotation 1.4s linear infinite;
  margin: -32px 0 0 -32px;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.4s ease-in-out infinite;
  animation: turn 1.4s ease-in-out infinite;
}

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

svg:nth-child(1) {
  stroke: #8829c1;
}

.alert-danger {
  color: #ffffff;
  background-color: #fc3858;
  border-color: #fc3858;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}

.successIcon {
  width: 80px;
  height: 80px;
  background: #00d76f;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 36px;
  line-height: 90px;
  margin-bottom: 15px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: 0px;
  color: #fff;
}

.BilingBlockDetail {
  border: solid 1px #d9d9d9;
  border-top: 0;
  margin-bottom: 50px;
}

/* .AccountStatusBlock{
    border: solid 1px #d9d9d9;
} */
.BilingBlockDetail .BilingHeader {
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
}

.AccountStatus.paymentCol {
  display: inline-block;
  background: none;
  padding-left: 23px;
  position: relative;
}

.UserIconCol {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  margin-right: 15px;
  color: #989898;
}

.AccountStatus .circle-col {
  position: absolute;
  top: 0;
  left: 0;
  color: #00d76f;
  font-size: 14px;
}

.AccountStatus .active {
  color: #00d76f;
}

.BillingAmountList {
  margin-bottom: 35px;
}

.BillingAmountList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.BillingAmountList ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 27px;
}

.BillingAmountList ul li.largFont {
  border-right: solid 1px #bdbaba;
  font-weight: bold;
}

.BilingHeader .EditIcon-col {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
  font-size: 20px;
  color: #525252;
  cursor: pointer;
}

.CustomRadio label {
  position: relative;
  padding-left: 32px;
  padding-top: 7px;
}

.CustomRadio label input[type="radio"] {
  position: absolute;
  left: 0;
  margin-left: 7px;
  top: 0;
  margin-top: 10px;
}

.CustomRadio input:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: solid 1px #ccc;
  position: absolute;
  left: -6px;
  top: -4px;
  transition: color ease 0.3s;
  background: #fff;
  cursor: pointer;
}

.CustomRadio label input[type="radio"]:checked:after {
  content: "\f111";
  border-color: #00d76f;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 23px;
  font-size: 14px;
  color: #00d76f;
  text-align: center;
}

.Inline-Radio label.radio-inline {
  margin-right: 40px;
  margin-left: 0;
}

.CustomCheckbox label {
  position: relative;
  padding-left: 32px;
  padding-top: 7px;
}

.CustomCheckbox label input[type="checkbox"] {
  position: absolute;
  left: 0;
  margin-left: 7px;
  top: 0;
  margin-top: 10px;
}

.CustomCheckbox input:after {
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #ccc;
  position: absolute;
  left: -6px;
  top: -4px;
  transition: color ease 0.3s;
  background: #fff;
  cursor: pointer;
}

.CustomCheckbox label input[type="checkbox"]:checked:after {
  content: "\f00c";
  border-color: #00d76f;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 23px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #00d76f;
}

.Inline-Checkbox label.checkbox-inline {
  margin-right: 40px;
  margin-left: 0;
}

.alertIcon {
  width: 80px;
  height: 80px;
  background: #fc3858;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 36px;
  line-height: 80px;
  margin-bottom: 15px;
}

.colorRed {
  color: #fc3858;
}

.CreditNumber {
  text-align: center;
}

.CreditNumber button {
  background: no-repeat;
  border: solid 2px #8e8e8e;
  border-radius: 100%;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 19px;
  padding-top: 4px;
  outline: 0;
}

.SellingData p {
  margin: 15px 0 0;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 19px;
}

.SellingData .SellingEntity {
  color: #000;
}

.PromoIcon .fa {
  margin-left: 5px;
  font-size: 16px;
  color: #ff3737;
}

.PromoIcon span.textright {
  float: right;
}

.PromoCodeBlock .BtnPurple {
  min-width: auto;
}

.BtnPurple {
  border-color: #8829c1;
  color: #8829c1;
  border-radius: 7px;
  padding: 5px 20px;
}

.BtnPurple:hover,
.BtnPurple:focus,
.BtnPurple:active,
.BtnPurple:active:focus {
  background: inherit;
  border-color: #8829c1;
  color: #8829c1;
  box-shadow: none;
  outline: 0;
}

.imgleft {
  float: left;
  width: 57px;
  height: 69px;
  margin-right: 28px;
}

.imgleft-armor {
  float: left;
  width: 57px;
  width: 82px;
  /* height: 69px; */
  margin-right: 10px;
}

.textrig {
  float: left;
}

.textrig-armor {
  width: 360px;
}

@media (max-width: 480px) {
  .textrig-armor {
    width: 100%;
  }
}

.BilingContentBlock table {
  font-family: "Open Sans", Arial, "Nunito Sans", Sans-Serif;
  margin-bottom: 20px;
}

.PromoCodeBlock {
  font-family: "Open Sans", Arial, "Nunito Sans", Sans-Serif;
}

.BilingBlockblsdk .BilingContentBlock table td {
  color: rgb(135, 152, 173);
  font-size: 14px;
  font-weight: bold;
  font-family: "Nunito Sans";
  font-family: 'Nunito Sans';
}

.BilingBlockblsdk .GrandTotal td#orderSumary-GrandTotal-td,
.BilingBlockblsdk td#orderSumary-GrandTotal-curncy {
  color: rgb(0, 161, 222);
  /* font-family: SFProText-Semibold; */
  font-size: 17px;
  font-weight: 600;
}

.BilingContentBlock table td {
  color: #1c1d1e;
}

.BilingContentBlock table td span {
  color: #6d6f70;
}

.colorGray1 {
  color: #1c1d1e;
}

.GrandTotal p,
.GrandTotal h4 {
  font-family: Nunito Sans;
}

.billingInfoData p {
  margin-bottom: 2px;
}

.editIconCol {
  cursor: pointer;
}

.RemoveIcon {
  margin-left: 5px;
  cursor: pointer;
}

.opacity05 {
  opacity: 0.5;
}

.owl-buttons {
  display: block;
}

.owl-pagination {
  display: none;
}

.owl-control-center .owl-buttons .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.owl-control-center .owl-buttons .owl-prev {
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.PurchaseDate {
  padding: 9px 46px 0px 46px;
}

.PurchaseDate ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
}

.PurchaseDate li {
  margin-bottom: 15px;
}

.PurchaseDate p {
  margin-bottom: 0;
  color: #1c1d1e;
  font-size: 16px;
}

.maxcontainer {
  max-width: 338px;
  /* text-align: left; */
  margin: auto;
  /* padding: 0 38px; */
}

.maxcontainer .successIcon {
  background: #000;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}

.maxcontainer .ButtonCol {
  text-align: center;
  line-height: 30px;
}

.maxcontainer .added-armor {
  padding: 0 38px;
  text-align: left;
}

.maxcontainer .armor-success-text {
  font-size: 16px;
  font-family: "Nunito Sans";
}

.maxcontainer .armor-left {
  max-width: 240px;
  padding-top: 15px;
  margin: 0 auto;
  text-align: left;
}

.mb-0 {
  margin-bottom: 0px;
}

.disable .saveBtn[disabled] {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}

.SuccIcon-col.edit-col {
  background: transparent;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

/****************************** INSIGH CSS ********************************/

body {
  font-size: 16px;
  font-family: "Nunito Sans";
}

/* Start Header here */
/* .HeaderBlock {
  height: 90px;
  background-color: #8829c1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  padding: 0 51px;
} */

/* .HeaderBlock .logo-group {
  display: table;
  height: 100%;
  float: left;
} */

/* .HeaderBlock .logo-group .logo {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
} */

.HeaderBlock .logo-group .logo img {
  max-width: 100%;
}

/* Footer */
.FooterContainer {
  padding: 0 51px;
}

.footerLogin {
  border-top: 1px solid #e4e9eb;
  padding: 17px 0 30px 0px;
}

.footerLogin .list-inline > li {
  margin-right: 30px;
  padding: 0;
}

.footerLogin a {
  font-family: "Nunito Sans";
  font-size: 16px;
  color: #6d6f70;
  text-decoration: underline;
}

.footerLogin .copyright {
  color: #666;
  font-size: 16px;
  font-family: "Nunito Sans";
  text-transform: uppercase;
}

/* Customize bootstrap */
.container {
  max-width: 1040px;
}

.UserDetailBlock {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  margin: 30px 0;
  border-radius: 5px;
  border: solid 1px #00aaff;
}

.SubCriptionCol {
  padding: 20px 20px 20px 38px;
}

.paymentCol {
  background: url("../img/icon-payment.png") no-repeat;
  padding-left: 62px;
}

.paymentCol p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

.paymentCol h4 {
  color: #1c1d1e;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 4px;
}

/* select.inputTextField::-ms-expand, */
select.form-control::-ms-expand,
.OnOffSetting select::-ms-expand,
select::-ms-expand {
  display: none;
}

select.inputTextField,
select.form-control,
.OnOffSetting select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: url(../img/selectdropdown.png) no-repeat scroll 100% center;
  padding-right: 10px;
  padding-left: 0;
}

.inputTextField {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  font-size: 18px;
  color: #8a8c8d;
  font-family: "Nunito Sans";
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}

.priceCol {
  padding: 20px 20px 20px 0px;
}

.priceCol select {
  font-size: 16px;
  color: #0a97ff;
}

.Primiumcol {
  margin-bottom: 10px;
}

.Primiumcol h3 {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #1c1d1e;
  font-size: 18px;
  font-weight: 600;
}

.Primiumcol a {
  color: #8829c1;
  font-size: 16px;
}

.DeviceBilingBlock {
  padding-top: 25px;
}

.BilingBlock {
  margin-bottom: 35px;
}

.BilingBlock.Expended {
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.BilingHeader {
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #f5f8f9;
  border: solid 1px #e4e9eb;
  position: relative;
}

.BilingBlock.Expended .BilingHeader {
  border-radius: 4px 4px 0 0;
}

.BilingHeader h2 {
  color: #1c1d1e;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.SuccIcon-col {
  background: #00d76f;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
}

/* .BilingHeader .SuccIcon-col {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
} */

/* .PriceSubTotalBlock {
  padding: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
} */

.PromoCodeBlock {
  padding-top: 10px;
  margin-bottom: 45px;
}

/* .PromoCodeBlock .btn {
  margin-top: 10px;
  min-width: 100%;
} */

.GrandTotal {
  border-top: solid 1px #f3ebeb;
  padding-top: 25px;
}

.actionBtnRow {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 23px;
  text-align: center;
}

.cancelBtn {
  max-width: 105px;
  height: 42px;
  width: 100%;
  box-shadow: none;
  border-radius: 8px;
  border: solid 1px #6d6f70;
  font-size: 16px;
  text-align: center;
  color: #6d6f70;
  background: #fff;
  font-weight: bold;
  line-height: 28px;
}

/* .actionBtnRow .saveBtn, */
.actionBtnRow .cancelBtn {
  margin: 0 5px;
}

.btn.saveBtn:focus,
.btn.cancelBtn:focus,
.btn.saveBtn:active:focus {
  outline: 0;
  color: inherit;
}

.btn.saveBtn:active:focus,
.btn.saveBtn:focus,
.btn.saveBtn:hover {
  color: #fff;
}

.saveBtn {
  min-width: 105px;
  height: 42px;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  border-color: #8829c1;
  background-color: #8829c1;
}

.PlaceYourOrder {
  padding: 20px;
}

.PlaceYourOrder .btn {
  min-width: 100%;
}

.BilingContentBlock {
  padding: 30px 20px;
}

.OnOffSetting {
  margin-bottom: 30px;
}

.OnOffSetting h5 {
  margin: 0 0 10px 0;
  color: #0b0b0b;
  font-size: 16px;
  font-family: "Nunito Sans";
}

.ErrorRed {
  color: #f00;
  margin: 0;
  font-size: 14px;
  padding-top: 5px;
}

.TextDesc {
  color: #8e8e8e;
  font-family: "Nunito Sans";
}

.CreditNumber input {
  max-width: 100px;
  text-align: center;
  background: transparent;
  color: #6d6f70;
  font-size: 53px;
  margin: 0 15px;
  line-height: 68px;
  vertical-align: middle;
}

.loader-div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* margin-left: -15px;
  margin-top: -15px; */
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}

.img-center {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  margin-left: -50px;
  margin-top: -50px;
  width: auto;
}

.loaderContainer {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.loaderContainer1 {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: rotation 1.4s linear infinite;
  animation: rotation 1.4s linear infinite;
  margin: -32px 0 0 -32px;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

/* .circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.4s ease-in-out infinite;
  animation: turn 1.4s ease-in-out infinite;
} */

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

svg:nth-child(1) {
  stroke: #000000;
}

.alert-danger {
  color: #ffffff;
  background-color: #fc3858;
  border-color: #fc3858;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}

.ThankYouWrapper {
  border: solid 1px #ccc;
  background: #fcfcfc;
  padding: 150px 0;
  text-align: center;
  margin: 100px 0;
}

.successIcon {
  width: 80px;
  height: 80px;
  background: #00d76f;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 36px;
  line-height: 90px;
  margin-bottom: 15px;
}

.ThankYouWrapper h2 {
  margin-bottom: 15px;
}

.ThankYouWrapper .ButtonCol {
  padding: 20px;
}

.ThankYouWrapper .ButtonCol button {
  min-width: 275px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: 0px;
  color: #fff;
}

/* edit profile page */
.cart-page .BilingBlock {
  margin-bottom: 20px !important;
}

.BilingBlockDetail {
  border: solid 1px #d9d9d9;
  border-top: 0;
  margin-bottom: 50px;
}

.AccountStatusBlock {
  /* border: solid 1px #d9d9d9; */
  margin-left: -10px;
  margin-bottom: 5px;
}

.BilingBlockDetail .BilingHeader {
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
}

/* .AccountStatus.paymentCol {
  display: inline-block;
  background: none;
  padding-left: 23px;
  position: relative;
} */

.UserIconCol {
  display: inline-block;
  vertical-align: top;
  /* font-size: 40px; */
  margin-right: 15px;
  /* color: #989898; */
  font-size: 47px;
  color: #fff;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 100%;
  text-align: center;
}

.AccountStatus .circle-col {
  position: absolute;
  top: 0;
  left: 0;
  color: #00d76f;
  font-size: 14px;
}

/* .AccountStatus .active {
  color: #00d76f;
} */

.BillingAmountList {
  margin-bottom: 35px;
}

/* .BreadCrumbList ul {
  margin: 0;
  padding: 0;
  list-style: none;
} */

.BreadCrumbList {
  padding: 25px 0 0;
}

.BreadCrumbList ul li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  border-right: solid 1px #bdbaba;
  line-height: 16px;
}

.BreadCrumbList ul li a {
  color: #8e8e8e;
  font-family: "Nunito Sans";
}

.BreadCrumbList ul li:last-child {
  border-right: 0px;
  font-weight: bold;
}

.BillingAmountList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.BillingAmountList ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 27px;
}

.BillingAmountList ul li.largFont {
  border-right: solid 1px #bdbaba;
  font-weight: bold;
}

.BilingHeader .EditIcon-col {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px;
  font-size: 20px;
  color: #525252;
  cursor: pointer;
}

.CustomRadio label {
  position: relative;
  padding-left: 32px;
  padding-top: 7px;
}

.CustomRadio label input[type="radio"] {
  position: absolute;
  left: 0;
  margin-left: 7px;
  top: 0;
  margin-top: 10px;
}

.CustomRadio input:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: solid 1px #ccc;
  position: absolute;
  left: -6px;
  top: -4px;
  transition: color ease 0.3s;
  background: #fff;
  cursor: pointer;
}

.CustomRadio label input[type="radio"]:checked:after {
  content: "\f111";
  border-color: #00d76f;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 23px;
  font-size: 14px;
  color: #00d76f;
  text-align: center;
}

.Inline-Radio label.radio-inline {
  margin-right: 40px;
  margin-left: 0;
}

.CustomCheckbox label {
  position: relative;
  padding-left: 32px;
  padding-top: 7px;
}

.CustomCheckbox label input[type="checkbox"] {
  position: absolute;
  left: 0;
  margin-left: 7px;
  top: 0;
  margin-top: 10px;
}

.CustomCheckbox input:after {
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #ccc;
  position: absolute;
  left: -6px;
  top: -4px;
  transition: color ease 0.3s;
  background: #fff;
  cursor: pointer;
}

.CustomCheckbox label input[type="checkbox"]:checked:after {
  content: "\f00c";
  border-color: #00d76f;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 23px;
  font-size: 14px;
  color: #00d76f;
  text-align: center;
}

.Inline-Checkbox label.checkbox-inline {
  margin-right: 40px;
  margin-left: 0;
}

.alertIcon {
  width: 80px;
  height: 80px;
  background: #fc3858;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 36px;
  line-height: 80px;
  margin-bottom: 15px;
}

.UserAccountWrapper {
  margin: 0 20px 0;
}

.colorRed {
  color: #fc3858;
}

.UserAccountStatus {
  border-bottom: solid 1px #eae9e9;
  padding: 0 15px 15px;
}

.UserIconblock {
  font-size: 47px;
  color: #fff;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 100%;
  text-align: center;
}

.UserAccountStatus .list-inline {
  margin: 0;
  text-align: center;
}

.UserAccountStatus .list-inline > li.UserCol {
  border: solid 6px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  padding: 0;
}

.UserAccountStatus .list-inline > li {
  margin-right: 33px;
}

.UserAccountStatus .list-inline > li:last-child {
  margin-right: 0;
}

.UserAccountStatus .list-inline > li p {
  margin: 0;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

.UserAccountStatus .list-inline > li p a,
.UserAccountStatus .list-inline > li h3 a {
  color: #8829c1;
  float: right;
  margin-left: 20px;
  font-size: 14px;
}

.UserAccountStatus .list-inline > li h3 {
  margin: 0;
  font-size: 17px;
  font-family: "Nunito Sans";
}

.CreditNumber {
  text-align: center;
}

/* .CreditNumber button {
  background: no-repeat;
  border: solid 2px #8e8e8e;
  border-radius: 100%;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 19px;
  padding-top: 4px;
  outline: 0;
} */

.SellingData p {
  margin: 15px 0 0;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 19px;
}

.SellingData .SellingEntity {
  color: #000;
}

.PromoIcon .fa {
  margin-left: 5px;
  font-size: 16px;
  color: #ff3737;
}

.PromoIcon span.textright {
  float: right;
}

.BtnPurple {
  border-color: #8829c1;
  color: #8829c1;
  border-radius: 7px;
  padding: 9px 28px;
  min-width: auto;
}

/* .BtnPurple:hover, */
.BtnPurple:focus,
.BtnPurple:active,
.BtnPurple:active:focus {
  background: inherit;
  border-color: #8829c1;
  color: #8829c1;
  box-shadow: none;
  outline: 0;
}

.minHeight {
  min-height: 400px;
}

.modal.custom-modal-style {
  max-width: 600px;
  max-height: 80vh;
  margin: auto;
  padding: 0 15px;
}

.custom-modal-shadow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-body .modal-text div iframe {
  width: 100% !important;
  height: 450px !important;
}

.modal-body .modal-text div iframe #selectAuthResult {
  width: 80%;
}

/* Responsive start here */
@media (min-width: 767px) {
  .visible-small {
    display: none;
  }
}

@media (max-width: 767px) {
  .UserAccountStatus {
    padding: 0;
  }

  .UserAccountStatus .list-inline {
    text-align: center;
  }

  .UserAccountStatus .list-inline > li.UserCol {
    display: inline-block;
  }

  .UserIconblock {
    font-size: 37px;
    width: 55px;
    height: 55px;
  }

  .UserAccountStatus .list-inline > li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .UserAccountStatus .list-inline > li p {
    width: 115px;
    display: inline-block;
    line-height: 14px;
  }

  .UserAccountStatus .list-inline > li h3 {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    max-width: 56%;
  }

  .UserAccountStatus .list-inline > li p a {
    float: none;
    margin-left: 0;
  }

  .UserAccountStatus .list-inline > li h3 a {
    float: none;
    margin-left: 10px;
  }

  .cart-page .blsdkOrderSummary {
    font-size: 14px;
  }

  body {
    overflow-x: hidden;
  }
}

.dot-box {
  margin: 20px 0 24px 0;
  text-align: center;
}

.dot-box .dot {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #dadee5;
  margin: 0 5px;
}

.dot-box .dot.active {
  background: #00a1de;
}
