@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');





/*@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);*/

/*fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }*/

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/******************** code for store locator **************************/

li.nav-item {
  list-style: none;
  line-height: 55px;
}
a.nav-link {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}
a.nav-link:hover {
  text-decoration: none;
  color: #ff0000;
}
div#bg-color-change {
  background: #f5f5f5;
}
div#inputbox1 {
  margin-top: 17px;
  position: relative;
  display: block;
  border-collapse: separate;
  vertical-align: middle;
}
div#styling {
  margin-top: 17px;
}
label.col-sm-3.col-form-label {
  vertical-align: middle;
  margin-top: 5px;
}
div#styling1 {
  margin-top: 17px;
  font-size: 20px;
}
input#inlineCheckbox1 {
  height: 20px;
  width: 20px;
  vertical-align: top;
}


/********** kapil 11/10/2019 (silo-tv Everywhere) ***********/

h3.h1-responsive.wow.fadeInLeft {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
p.p-change {
  color: #d6d6d6;
}
.white-text {
  border-left: 7px solid #a7a7a7;
  padding-left: 10px;
}
p.info {
  text-align: center;
  color: #5d5d5d;
}
/******************** Silo tv every where code end ****************/


/********** kapil 09/10/2019 (overlay silotv get-started ) ***********/

div#height-change {
  height: 500px;
}

@media (max-width: 768px) {{

}
}
h6 {
  line-height: 1.7;
}
.hm-gradient .full-bg-img {
  background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.6)), to(rgba(29, 210, 177, 0.6)));
  background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
  background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.6), rgba(29, 210, 177, 0.6) 100%);
  height: 500px;
}
@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 740px) {
  .full-height,
  .full-height body,
  .full-height header,
  .full-height header .view {
    height: 1040px;
  }
}
.row.flex-center.pt-5.mt-3 {
  padding: 50px;
}
p.live-tv {
  color: #fff;
  font-size: 25px;
  margin: 0;
  letter-spacing: 0.1px;
}
.col-md-2.wow.fadeInRight.d-flex.justify-content-center
{
  border-left: 10px solid #777;
}
.col-md-3.wow.fadeInRight.d-flex.justify-content-center
{
  border-left: 10px solid #777;
}

span.change {
  color: #f00122;
}
p.color-change {
  color: #333;
}
p.color-text {
  font-size: 13px;
  color: #333;
}
/****** for overlay background image (kapil 09/10/2019) *****/


/***** for get started kapil 10/10/2019 ********/

button.btn.btn-simple.btn-neutral {
  background: transparent;
  border: 1px solid #f5f5f5;
  color: #fff;
  font-style: normal !important;
}
p.des-head {
  font-size: 25px;
  font-weight: 100;
  color: #fff;
}
p.des-mid {
  font-size: 32px;
  font-weight: 100;
  color: #fff;
}
p.des-p {
  font-size: 13px;
  font-weight: 100;
  color: #fff;
}
p.des-p1 {
  font-size: 13px;
  font-weight: 100;
  color: #fff;
  padding-top: 75px;
}
div#border-code {
  color: #fff;
}
ol.help-tips-list {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}


/************* end of get started ********/



/****** Style Star Rating Widget *****/
.ratingWrap {
  height: 35px;
}
.rating { 
  border: none;
  float: left;
}

.disablestar {
  color:#ddd !important;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
  float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #F00700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FB4949;  } 






.redStar{
  color: #FB4949 ;  
}


.successMsg{
  background-color: #EBF8A4;
}


body {
  font-family: 'Raleway', sans-serif;
  /*padding-top: 89px;*/
  letter-spacing: 0.4px;
}
/*navbar css start */
.navbar-inverse {
  border-radius: 0;
  border: 0;
  margin: 0;
  /*height: 55px;*/
  z-index: 999;
}
.navbar-inverse .navbar-nav>li>a {
  height: 55px;
  padding-top: 0;
  color: #fff;
  /*text-transform: uppercase;*/
  outline: none;
  padding-bottom: 0;
  line-height: 55px;
}
.navbar-inverse .navbar-nav>li>a .menu-icon{
  height: 40%;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
  /*color: #FF0000;*/
  color: #fde2e2;
  /*font-weight: 600;*/
}
.navbar-inverse .navbar-toggle {
  display: block;
  border: 0;
}
.navbar-inverse .searchWrap,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #7f7f7f;
  color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #414141;
}
.navbar-inverse .userImage {
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #7f7f7f;
  margin-right: 5px;
  vertical-align: middle;
}
.navbar-inverse .badge {
  background-color: #f00700;
  position: absolute;
  top: 12px;
  font-size: 10px;
  padding: 2px 5px;
  right: 5px;
}
.navbar .logoWrap {
  display: inline-block;
  margin: 0 10px;
  padding: 6px 0;
}
.navbar .logoWrap .dotMatrixImg {
  margin-right: 10px;
  height: 30px;
}
.navbar .dropdown-menu .fa-sign-out {
  margin-top: 3px;
}
.dotMatrixDropdown {
  padding: 20px 0 0 20px;
  width: 95%;
  height: 275px;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: center;
}
.dotMatrixDropdown ul li h4 {
  font-size: 14px;
}
.dotMatrixDropdown a {
  display: block;
  color: #333;
  border: 1px solid #f1e1e1;
  padding: 15px 0 0 0;
  min-height: 100px;
  margin-bottom: 30px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.5s;
}
.dotMatrixDropdown a:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.navbar .logoWrap,
.dotMatrixDropdown a:hover {
  text-decoration: none;
}
.dotMatrixDropdown img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: 40px;
}
.dotMatrixDropdown.open {
  display: block;
}
.dotMatrixDropdown:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 13px;
  z-index: 10;
}

.navbar-inverse .navbar-nav>li.notification>a {
  /*padding-top: 23px;*/
  height: 55px;
}
.navbar-inverse .navbar-nav>li.notification .dropdown-menu li {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px 5px;
}
.navbar-nav>li.notification .dropdown-menu>li>a {
  color: #5A738E;
  padding: 8px;
  font-size: 11px;
}
.navbar-nav .open .dropdown-menu>li>a .image {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.navbar-nav .dropdown-menu li:last-child a {
  display: inline;
  margin: 0 auto;
}
/* navbar css end */

/* Home css start */
.learnMoreAbout {
  position: fixed;
  top: 54px;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #101010;
}
.learnMoreAbout .dropdown-menu {
  width: 100%;
  margin: -1px 0 0 0;
  padding: 8px 0;
  border-bottom: 1px solid #080808;
}
.learnMoreAbout .list-inline {
  margin-bottom: 0;
}
.headerCollapseWrap {
  border-bottom: 0;
  top: 55px;
  /*background-color: #FF0000;*/
}
.headerCollapseWrap .btn{
  box-shadow: none;
  opacity: 1 !important;
  text-align: left;
  padding-left: 10px;
}
.headerCollapseWrap .btn span {
  padding-left: 0;
  color: #ffffff;
}
.headerCollapseWrap #headerCollapseDropdown ul {
  margin: 20px 0;
}
.headerCollapseWrap #headerCollapseDropdown ul>li {
  margin-bottom: 8px;
}
.headerCollapseWrap #headerCollapseDropdown ul>li.borderBottom {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 8px;
}
.headerCollapseWrap #headerCollapseDropdown ul>li>a {
  color: #ffffff;
}
#carousel-home-banner .carousel-caption h4 {
  font-size: 42px;
  font-weight: 700;
  padding: 0 29%;
}
#carousel-home-banner .carousel-caption h5 {
  font-size: 18px;
  margin-bottom: 50px;
}
#carousel-home-banner .carousel-caption .btn {
  color: #837CD6;
  background-color: #fff;
  border-radius: 25px;
  font-weight: 700;
  font-size: 20px;
  padding: 6px 25px;
  margin-bottom: 10px;
}
#carousel-home-banner .item ,
#carousel-home-smartphone .item {
  max-height: 750px;
  overflow: hidden;
}
#carousel-home-banner .item:before,
#carousel-home-smartphone .item:before {
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#carousel-home-banner .item img ,
#carousel-home-smartphone .item img {
  width: 100%;
}
#carousel-home-banner .carousel-caption,
#carousel-home-smartphone .carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 30px;
  top: 35%;
}
#carousel-home-banner .carousel-caption h3,
#carousel-home-smartphone .carousel-caption h3 {
  font-size: 72px;
  font-weight: 700;
}
#carousel-home-smartphone .carousel-caption h4 {
  font-size: 32px;
  font-weight: 400;
  padding: 0 10%;
  margin-bottom: 30px;
}
#carousel-home-smartphone .carousel-caption .btn {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  border-radius: 25px;
  font-size: 20px;
  padding: 6px 50px;
}
#carousel-home-smartphone .carousel-caption .btn:hover {
  background-color: #FF0000;
  color: #fff;
}
.servicesLogos {
  padding: 30px 0;
}
.servicesLogos ul {
  margin: 0;
}
.servicesLogos ul li {
  padding: 0 15px;
}
.servicesLogos ul li img {
  width: 60px;
}
.enterpriseSoln {
  padding: 100px 0;
}
.enterpriseSoln img {
  margin-bottom: 30px;
}
.enterpriseSoln .btn {
  background-color: #9E0000;
  color: #fff;
  width: 75%;
  margin: 0 auto 10px;
  display: block;
}
.startShopping {
  background-color: #9E0000;
  padding: 30px 0;
}
.startShopping .btn {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  border-radius: 20px;
  padding: 10px 30px;
  border-width: 2px;
  font-weight: 500;
}
.startShopping .btn:hover {
  background-color: #FF0000;
}
.productSection {
  padding-top:90px;
}
.productSection .panel {
  border-color: #ddd;
}
.productSection .panel-heading {
  position: relative;
  height: 224px;
}
.productSection .panel img {
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  max-width: 90%;
}
.productSection .panel .heading {
  font-size: 16px;
  color: #00a4ed;
  width: 90%;
}

/*.productSection .panel-body {    padding-left: 15%;    }*/

.productSection ul li {
  color: #838081;
  font-size: 12px;
  margin-bottom: 5px;
}
.productSection ul li:before {
  background: #00a4ed;
}
.productSection .panel-body .price {
  font-weight: 600;
  font-size: 16px;
}
.dragDropSection {
  background-color: #DBDBDB;
  padding: 50px 0;
}
.dragDropSection .heading,
.siloCloudSection .heading {
  font-size: 36px;
  font-weight: 400;
}
.dragDropSection .tryOut {
  margin-top: 80px;
}
.dragDropSection .btn {
  width: 75%;
  margin: 0 auto 10px;
}
.enterpriseSoln .signUpLink,
.dragDropSection .signUpLink,
.siloCloudSection .signUpLink {
  color: #FF0000;
  font-size: 12px;
}
.siloCloudSection {
  /*background: url('../images/home/silo-cloud-bg.jpg') no-repeat center center / cover;*/
  height: 690px;
  padding-top: 100px;
  color: #00FFFF;
}
.siloCloudSection .heading {
  padding: 0 30px;
}
.siloCloudSection .btn {
  display: block;
  margin: 0 auto 10px;
}
.fiberRailSection {
  background-color: #959595;
  padding-top: 83px;
  padding-bottom: 30px;
  position: relative;
}
.fiberRailSection .phoneImg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -210px;
  z-index: 1;
}
.fiberRailSection .fiberRailImg {
  width: 60%;
  margin-top: 35%;
}
.fiberRailSection .well {
  background-color: #242424;
  padding: 58px 64px 20px 64px;
  color: #fff;
  border-color: #242424;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);;
  -o-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.fiberRailSection .well .heading1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.fiberRailSection .well .heading2 {
  font-size: 36px;
  margin: 5px 0;
  font-weight: 400;
}
.fiberRailSection .well p {
  margin-left: 25px;
}
.fiberRailSection .applyText {
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
}
/* Home css end */

/* Login css start */
.loginPageWrap {
  position: relative;
}
.loginPageWrap .hamburgerIcon {
  background: transparent;
  border: 0;
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 1;
  outline: none;
}
.loginPageWrap .hamburgerIcon .icon-bar {
  border: 1px solid #888;
  display: block;
  width: 22px;
  height: 4px;
}
.loginPageWrap .hamburgerIcon .icon-bar+.icon-bar {
  margin-top: 4px;
}
.loginPageWrap .menuWrap {
  background: rgba(0,0,0,0.75);
  border-radius: 30px 0 0 30px;
  position: fixed;
  right: -55px;
  bottom: 50px;
  padding: 15px 8px 0 10px;
  width: 55px;
  z-index: 999;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}
.loginPageWrap .menuWrap.open {
  right: 0;
}
.loginPageWrap .menuWrap ul>li {
  margin-bottom: 15px;
}
.loginPageWrap .menuWrap ul>li .closeBtn {
  color: #FF0000;
}
.loginPageWrap .redBgCol {
  background-color: #FF0000;
  border-right: 1px solid #999999;
  min-height: 170px;
  padding: 20px;
}
.loginPageWrap .redBgCol .logoWrap {
  color: #FFFFFF;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  width: 300px;
  display: inline-block;
  text-decoration: none;
}
.loginPageWrap .whiteBGCol {
  padding: 20px 0;
}
.loginPageWrap .whiteBGCol .rpDigitelLogo {
  display: inline-block;
  margin-bottom: 10px;
}
.loginPageWrap .whiteBGCol .formWrap {
  text-align: center;
  margin: 30% 0 0;
}
.loginPageWrap .whiteBGCol .formWrap .btn {
  margin-bottom: 50px;
}
.loginPageWrap .whiteBGCol .forgetPwdLink,
.loginPageWrap .whiteBGCol .signUpLink {
  color: #FF0000;
  font-size: 12px;
  line-height: 14px;
}
.loginPageWrap .whiteBGCol .copyRight {
  color: #7F7F7F;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}
/* Login css start */

/* Login css start */
html, body, 
.loginCarousel, 
.loginCarousel .carousel-inner, 
.loginCarousel .carousel-inner .item {
  height: 100%;
}
.loginCarousel {
  min-height: 500px;
}
.loginCarousel .carousel-inner .item {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.loginCarousel .carousel-control {
  background: #FFFFFF;
}
.loginCarousel .carousel-control:focus, 
.loginCarousel .carousel-control:hover {
  opacity: 0.7;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loginFormWrap {
  /*margin: 25px 0;*/
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.loginFormWrap .well {
  padding: 30px 20px;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.7);
  border-color: #191919;
}
.loginFormWrap .well .logo {
  margin-bottom: 30px;
}
.loginFormWrap .well .logo img{
  width: 100px;
}
/*
.loginFormWrap .well .form-control {
  font-size: 16px;
  height: 40px;
  font-style: italic;
}
*/
.loginFormWrap .well .signUpLink {
  color: #FFFFFF;
}
.loginFormWrap .btn {
  width: 50%;
  margin: 0 auto;
}
.loginFormWrap #otp_form {
  display: none;
}



.loginPopupFormWrap .well {
  padding: 30px 20px;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.7);
  border-color: #191919;
}
.loginPopupFormWrap .well .logo {
  margin-bottom: 30px;
}
.loginPopupFormWrap .well .logo img{
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.loginPopupFormWrap .well .signUpLink {
  color: #FFFFFF;
}
.loginPopupFormWrap .btn {
  width: 50%;
  margin: 0 auto;
}
.loginPopupFormWrap #otp_form {
  display: none;
}
/* Login css end */

/* Main Dashboard css start */
.mainDashboardServices {
  padding: 20px 0;
}
.servicesPanelWrap .panel {
  min-height: 336px;
}
.servicesPanelWrap .panel-heading {
  min-height: 71px;
  text-align: center;
}
.servicesPanelWrap .panel img {
  height: 50px;
  width: auto;
  max-width: 100%;
}
.servicesPanelWrap .websuitImgBox {
  padding: 20px 0;
}
.servicesPanelWrap .passportImgBox {
  padding: 31px 0;
}
.servicesPanelWrap .siloSDImgBox {
  padding: 25px 0;
}
.servicesPanelWrap .scandiscImgBox {
  padding: 44px 0;
}
.servicesPanelWrap .panel-body .heading {
  font-weight: 600;
}
.servicesPanelWrap .panel-body .description {
  margin-bottom: 20px;
  min-height: 100px;
}
/* Main Dashboard css end */ 

/* silo Login css start */
.siloLoginWrap {
  background: rgba(0,0,0,0.7);
  position: relative;
}
.siloLoginWrap .siloLoginForm {
  text-align: center;

  width: 100%;
  margin: 30px auto;
  padding: 30px;
  background-size: cover !important;
}
.siloLoginWrap .siloLoginForm .img-responsive {
  margin: 0 auto 30px;
  max-width: 30%;
}
.siloLoginWrap .siloLoginForm .input-group-addon,
.siloLoginWrap .siloLoginForm .form-control {
  background: transparent;
  color: #fff;
}
.siloLoginWrap .siloLoginForm a {
  color: #fff;
}
.siloLoginWrap .firstCol {
  background: #333 url(../images/login/tab-phone.png) no-repeat  center right/ 50%;
  color: #fff;
  padding: 30px;
}
.siloLoginWrap .firstCol .subText {
  opacity: 0.5;
  font-size: 12px;
  margin: 0 0 40px;
}
.siloLoginWrap .firstCol .para {
  font-size: 12px;
}
.siloLoginWrap .firstCol .para span {
  opacity: 0.5;
}
.siloLoginWrap .thirdCol {
  background: rgb(189, 189, 189);
  padding: 20px 40px;
  color: #fff;
}
.siloLoginWrap .marketRow {
  margin-top: 45px;
}
.siloLoginWrap .marketplaceHead {
  margin: 0;
}
.siloLoginWrap .poweredBy {
  font-size: 11px;  
}
.siloLoginWrap .workText {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  text-align: right;
}

.siloLoginWrap .thirdCol .marketplaceHead {
  color: #333;
}
.siloLoginWrap .thirdCol .poweredBy {
  color: #333;
}
.siloLoginWrap .fourthCol .marketRow {
  opacity: 0.5;
}
.siloLoginWrap .heading {
  margin-right: 42%;
  line-height: 26px;
}
.siloLoginWrap .paragraph {
  font-size: 11px;
}
.siloLoginWrap .btn {
  color: #fff;
  border-color: #fff;
}
.siloLoginWrap .btn-default {
  margin-right: 15px;
  color: #333;
}
.siloLoginWrap .fourthCol {
  background: #000;
  color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .siloLoginWrap .siloLoginForm {
    background-size: contain !important;
    padding: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .siloLoginWrap .siloLoginForm {
    background-size: contain !important;
    text-align: center;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 105px;
  }
  .siloLoginWrap .loginCol {
    min-height: 315px;
  }
  .siloLoginWrap .fourthCol {
    padding-left: 55px;
  }
  .siloLoginWrap .fourthCol,
  .siloLoginWrap .thirdCol {
    padding-top: 180px;
  }
  
}
@media only screen and (min-width: 1024px) {
  .siloLoginWrap .fourthCol,
  .siloLoginWrap .thirdCol {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .siloLoginWrap .siloLoginForm {
    width: 47%;
    top: 35%;
  }
}
/* silo Login css end */

/* Subscription css start */
.subscribeHeroSection {
  background: rgba(0,0,0,0.3) url('../images/subscription/shop-lp-hero-image.png') no-repeat center center/contain;
  height: 375px;
  color: #fff;
}
.subscribeHeroSection .heading {
  font-size: 36px;
  font-weight: 700;
  padding: 0 8%;
  margin-top: 50px;
}
.subscribeHeroSection .viewMore {
  color: #000;
  margin-top: 8px;
}
.subscribeShowPrice {
  background-color: #aaaaaa;
  border-top: 1px solid #7F7F7F;
  padding: 15px 0;
  font-size: 22px;
}
.subscribeShowPrice p,
.subscribeRedStrip p {
  margin-bottom: 0;
}
.subscribeRedStrip {
  background-color: #FF0000;
  color: #fff;
  padding: 10px 0;
}
.subscribePlanSection {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.subscribePlanSection .horizontalScroll {
  height: 50px;
}
.subscribePlanSection .horizontalScroll .nav-tabs {
  width: 5800px;
}
.subscribePlanSection .tab-content {
  padding-top: 20px;
}
.subscribePlanSection .panel {
  border: 1px solid #ddd;
}
.subscribePlanSection .planAmtWrap {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  /* line-height: 75px; */
  margin: 0 auto -50px;
  background: #fff;
  font-size: 14px;
  padding-top: 20px;
}
.subscribePlanSection .planAmtWrap .amt {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
/*
.subscribePlanSection .typoList li:before {
  background: #fff;
}
*/
.subscribePlanSection .plan1 .panel-heading {
  background-color: #ed1b24;
}
.subscribePlanSection .plan2 .panel-heading {
  background-color: #f15a25;
}
.subscribePlanSection .plan3 .panel-heading {
  background-color: #9a0000;
}
.subscribePlanSection .planName {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  margin: 20px 0;
}
.subscribePlanSection .panel ul {
  margin: 40px 0 34px 15px;
}
.subscribePlanSection .panel ul li {
  margin-bottom: 8px;
}
.subscribePlanSection .panel ul li:before {
  background: #333;
}
.subscribePlanSection .btn {
  padding: 8px 30px;
}
.wirelesServicesInfo .rpDigitelLogo {
  margin-bottom: 25px;
}
.wirelesServicesInfo .whyRP {
  font-size: 29px;
  line-height: 31px;
  color: #616161;
  font-weight: 700;
}
.wirelesServicesInfo .reImagine {
  font-size: 49px;
  line-height: 51px;
  color: #FF0000;
  font-weight: 700;
  margin-bottom: 30px;
}
.wirelesServicesInfo a {
  color: #FF0000;
  font-weight: 600;
  margin-bottom: 50px;
  display: block;
}
.wirelesServicesInfo .btn {
  padding: 10px 55px;
  border-radius: 25px;
  text-transform: uppercase;
}
/* Subscription css end */

/* Checkout css start */
.checkoutHeroWrap {
  background: rgba(0,0,0,0.3) url(../images/checkout-banner.jpg) no-repeat center center/cover;
  height: 250px;
  color: #fff;
  position: relative;
}
.checkoutHeroWrap:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,0.5);
}
.checkoutHeroWrap .heading {
  font-size: 36px;
  margin-top: 9%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.checkoutWrap {
  padding: 30px 0;
  /*background-color: #f7f7f7;*/
}
.checkoutWrap .nav-tabs li {
  cursor: pointer;
}
.checkoutWrap .nav-tabs li.active {
  cursor: auto;
}
.checkoutWrap .nav-tabs li i {
  margin-right: 5px;
  vertical-align: middle;
}
.checkoutWrap .tab-content {
  padding-top: 25px;
}
.checkoutWrap .securityCode .popover {
  min-width: 400px;
  font-size: 12px;
}
.checkoutWrap .radio-inline .radio-inline {
  margin-left: 20px;
}
.checkoutWrap #paymentDetailsForm .silWalletInfo {
  display: none;
}
.checkoutWrap .orderSummary .heading {
  margin: 0 0 20px;
  text-align: center;
}
.checkoutWrap .orderSummary .table {
  margin-bottom: 0;
}
.checkoutWrap .orderSummary .table td,
.checkoutWrap .orderSummary .table th {
  padding: 15px 8px;
  color: var(--marketplace-text-color);
}
.checkoutWrap .thankYou {
  border: 1px solid #ddd;
  margin: 25px 0;
  padding: 15px;
  line-height: 24px;
  background-color: #fff;
  position: relative;
}
.checkoutWrap .thankYou .heading {
  position: absolute;
  top: -26px;
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  border-radius: 4px;
}
.checkoutWrap .thankYou .confirmText {
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
}
.checkoutWrap .thankYou p {
  margin-top: 20px;
}
/* Checkout css end */

/* Paasport page css start */
.passportCarouselWrap {
  padding: 0;
}
.passportCarouselWrap .carousel .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
}
.passportCarouselWrap .carousel .slide1 {
  background-image: url('../images/paasport/Slide1.jpg');
}
.passportCarouselWrap .carousel .slide2 {
  background-image: url('../images/paasport/Slide1.jpg');
}
.passportCarouselWrap .carousel-indicators li {
  border-color: #FF0000;
}
.passportCarouselWrap .carousel-caption {
  bottom: 25%;
  color: #000;
}
.passportCarouselWrap .carousel-indicators .active {
  background-color: #FF0000;
}
.passportToolSection {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.passportToolSection .heading {
  color: #5a5a5a;
  font-size: 30px;
  /*margin-top: 40px;*/
}
.passportToolSection .signUpForm {
  background: rgba(0,0,0,0.7); 
  padding:50px 0;
}
.passportToolSection .signUpForm .signUpHeading {
  color: #FFFFFF;
  text-align: center;
}
.passportToolSection .qrCodeImg {
  height: 160px; 
  margin: 17px auto 10px;
}
.passportToolSection .qrCodeBtn {
  margin-bottom: 10px;
}
.paasportManageCloud {
  background: url('../images/paasport/enterprise-solutions.jpg') no-repeat center center/cover;
  position: relative;
  padding: 50px 0;
}
.paasportManageCloud:before {
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.95);
  left: 0;
  top: 0;
  height: 100%;
  width: 52%;
}
.paasportManageCloud .paasportLogo {
  opacity: 0.7;
  height: 60px;
  margin-bottom: 20px;
}
.paasportQuickIntegration {
  background-color:#333333;
  color: #FFFFFF;
}
.paasportQuickIntegration .img-responsive {
  position: relative; 
  top: -30px;
}
.paasportQuickIntegration .heading {
  font-size: 36px; 
}
.paasportQuickIntegration .subHeading {
  font-size: 16px; 
  line-height: 19px;
  margin-bottom: 30px;
}
.paasportQuickIntegration .subHeading small {
  color: #FFFFFF;
}
.paasportHowItWorks {
  color: #5a5a5a;
  padding: 30px 0;
}
.paasportHowItWorks .heading {
  font-size: 36px;
}
.paasportHowItWorks .subHeading,
.paasportHowItWorks img {
  margin-bottom: 30px;
}
.paasportHowItWorks img,
.paasportSiloMerchant .qrpaymentImg {
  opacity: 0.7;
}
.paasportHowItWorks img:hover,
.paasportSiloMerchant .qrpaymentImg:hover {
  opacity: 1;
}
.paasportHowItWorks .paragraph {
  margin-bottom: 20px;
}
.paasportSiloMerchant {
  background: url('../images/paasport/worldmap.png') no-repeat center center/cover;
  color: #fff;
  padding: 50px 0;
}
.paasportSiloMerchant .secureImg {
  height: 200px;
  position: relative;
  top: -40px;
}
.paasportCampaignSoln {
  background-color: #7f7f7f;
  padding: 30px 0;
  color: #fff;
}
.paasportCampaignSoln img.center-block {
  margin-bottom: 20px;
}
.paasportQRCode {
  padding: 50px 0;
}
.paasportQRCode .heading {
  color: #7F7F7F;
  font-size: 36px;
  margin-bottom: 30px;
}
.paasportQRCode .knowAboutHeading {
  margin-bottom: 50px;
}
.paasportQRCode ol>li {
  margin-bottom: 30px;
}
.paasportQRCode ol>li .ques {
  font-weight: 600;
}
.paasportQRCode ol>li .ans {
  color: #7F7F7F;
}
/* Paasport page css end */

/* Silo SD page css start */
.siloSDHero {
  background: url('../images/silo-sd/bg.jpg') no-repeat center center/cover;
  color: #FFFFFF;
  padding-bottom: 50px;
  border-bottom: 2px solid #fff;
}
.siloSDHero .heading {
  font-size: 34px;
}
.siloSDHero .btn {
  font-size: 11px;
}
.siloSDHero .sdCardImg {
  position: absolute;
  top: 30px;
  right: 0;
  width: 350px;
}
.siloSDSearchDomain {
  background-color: #595959;
  color: #FFFFFF;
  padding: 30px 0;
}
.siloSDSearchDomain .heading {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 15px;
}
.siloSDSearchDomain .heading small {
  color: #FFFFFF;
}
.siloSDSearchDomain .btn-default {
  font-size: 11px;
  line-height: 11px;
  color: #7F7F7F;
  height: 34px;
  border-color: #fff;
  margin-right: 5px;
}
.siloSDSearchDomain .btnRed {
  font-size: 12px;
  font-weight: 700;
  height: 34px;
}
.securePersonalDataWrap {
  padding: 10px 0;
}
.securePersonalDataWrap .heading {
  margin-bottom: 20px;
}
.securePersonalDataWrap .container-fluid {
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
}
.securePersonalDataWrap [class*="col-"] {
  padding: 15px;
  text-align: center;
}
.securePersonalDataWrap .borderLeft {
  border-left: 5px solid #ddd;
}
.securityServiceWrap {
  padding: 20px 0;
}
.siloSDFreeTrial {
  margin-bottom: 50px;
}
.siloSDFreeTrial .btnWrap {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.siloSDFreeTrial .btnWrap:before,
.siloSDFreeTrial .btnWrap:after {
  content: '';
  background-color: #7F7F7F;
  height: 3px;
  width: 42%;
  position: absolute;
  top: 15px;
  z-index: -1;
}
.siloSDFreeTrial .btnWrap:before {
  left: 0;
}
.siloSDFreeTrial .btnWrap:after {
  right: 0;
}
.siloSDFreeTrial .btnWrap .btn {
  font-weight: 700;
}
.siloSDFreeTrial .deviceStorage {
  background: #0f0f0f url('../images/silo-sd/black-sd.jpg') no-repeat center left;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0 15px;
  margin-top: 15px;
}
.siloSDPlatform {
  margin: 0;
}
.sdDataSecurity {
  background-color: #8c8c8c;
  color: #FFFFFF;
  font-size: 12px;
}
.sdDataSecurity .contentBox {
  padding: 25px 25px 0;
}
.siloSDStorageWrap {
  background-color: #B7180A;
  padding: 30px 0;
}
.siloSDStorageWrap .cardImg {
  margin: 0 25px 30px 0;
}
.siloSDStorageWrap ul>li {
  background-color: #fff;
  padding: 5px 15px;
  margin: 0 2px;
  font-size: 20px;
  font-weight: 700;
}
.siloSDMemoryWrap {
  padding-top: 20px;
}
.siloSDMemoryWrap .orderNow {
  background-color: #616161;
}
.siloSDMemoryWrap .orderNow .btn {
  padding: 0 30px;
}
.siloSDRetailers {
  padding: 30px 0 50px;
  position: relative;
}
.siloSDRetailers:after {
  position: absolute;
  content: '';
  height: 6px;
  background-color: #9C9C9C;
  border-radius: 25px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
.siloSDRetailers .heading {
  color: #616161;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.webHostingPackages.siloSDPackagesWrap .needHelp {
  margin-bottom: 0;
}
.siloSDPackagesWrap .features {
  background-color: #E8E8E5;
  padding-top: 50px;
}
.siloSDLogoWrap {
  padding: 0 0 50px;
}
.siloSDLogoWrap ul>li {
  vertical-align: middle;
  padding: 0 15px;
}
.siloSDStartup .startUpText {
  color: #96989a;
  font-size: 44px;
  font-weight: 700;
  margin-left: -50px;
  margin-bottom: 0;
}
.siloSDStartup .pricePerMonth {
  font-size: 40px;
  margin: 0 0 30px;
}
.siloSDStartup .packageIncludes {
  text-align: center;
  padding: 0 10px;
  line-height: 25px;
}
.siloSDStartup .infoCol {
  margin-top: 4%;
}
.siloSDStartup .redBgCol {
  position: relative;
  padding: 15px 0;
}
.siloSDStartup .redBgCol:before {
  border-bottom: 254px solid #ed3237;
  border-left: 140px solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 420px;
  z-index: -1;
}
.siloSDStartup .redBgCol ul {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}

/* Silo SD page css end */

/* Scandisc page css start */
.scandiscHero {
  margin: 0;
}
.scandiscHero .carousel .item {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.scandiscHero .carousel .slide1 {
  background-image: url('../images/scandisc/banner1.png');
  background-position: center top;
} 
.scandiscHero .carousel .slide2 {
  background-image: url('../images/scandisc/banner2.jpg');
} 
.scandiscHero .carousel .slide3 {
  background-image: url('../images/scandisc/banner3.jpg');
} 
.scandiscHero .carousel .carousel-caption {
  text-transform: uppercase;
  text-align: center;
}
.scandiscHero .carousel .carousel-caption h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 14%;
}
.scandiscHero .carousel .carousel-caption .btn {
  margin-bottom: 20px;
  font-weight: 700;
}
.scandiscHero .carousel-indicators .active {
  background-color: #FF0000;
}
.scandiscSectionHeading {
  margin-bottom: 30px;
}
.scandiscSectionHeading p {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  line-height: 18px;
  /*color: #616161;*/
  font-style: italic;
  font-weight: 400;
}
.scandiscSectionHeading h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
.scandiscNewRelease {
  padding: 50px 0;
  color: #9B9B9B;
}
.scandiscNewRelease .scandiscSectionHeading h4 {
  color: #7F7F7F;
}
.scandiscNewRelease .paragraph{
  margin-bottom: 40px;
}
.scandiscNewRelease .contentBox {
  margin-left: 35px;
  color: #7F7F7F;
}
.scandiscNewRelease .contentBox span {
  font-family: 'Droid Serif', serif;
  font-style: italic;
}
.scandiscNewRelease .contentBox h4 {
  margin: 3px 0 0;
  font-weight: 700;
  font-size: 24px;
}
.scandiscWorkWithUs {
  background-color: #EFEFEF;
  padding: 80px 0;
}
.scandiscWorkWithUs .imageCol {
  background: url('../images/scandisc/demo5.jpg') no-repeat center center/cover;
  min-height: 527px;
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 20% 20px 0;
}
.scandiscWorkWithUs .imageCol:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.67);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.scandiscWorkWithUs ul {
  background: #FFFFFF;
  padding: 30px 10px 30px 50px;
}
.scandiscWorkWithUs ul>li {
  padding: 15px;
}
.scandiscWorkWithUs ul>li:nth-child(1),
.scandiscWorkWithUs ul>li:nth-child(3) {
  border-right: 1px solid #CECECE
}
.scandiscWorkWithUs ul>li:nth-child(1),
.scandiscWorkWithUs ul>li:nth-child(2) {
  border-bottom: 1px solid #CECECE
}
.scandiscWorkWithUs ul>li a {
  color: #9B9B9B;
  text-decoration: none;
}
.scandiscWorkWithUs ul>li span {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #616161;
  display: block;
  margin-top: 8px;
}
.scandiscWorkWithUs ul>li h4 {
  color: #1C1C1C;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.scandiscWorkWithUs ul>li p{
  color: #9B9B9B;
}
.scandiscCounter {
  background-color: #1C1C1C;
  padding-top: 50px;
  color: #FFFFFF;
}
.scandiscCounter ul>li {
  border-right: 1px solid #FFFFFF;
  padding-left: 7%;
  margin-bottom: 30px;
}
.scandiscCounter ul>li:last-child {
  border: 0;
}
.scandiscCounter ul>li .count {
  font-size: 50px;
  position: relative;
}
.scandiscCounter ul>li .count:before {
  position: absolute;
  content: '';
  background: #f00;
  height: 4px;
  width: 48px;
  left: 0;
  top: -8px;
}
.scandiscCounter ul>li p {
  font-family: 'Droid Serif', serif;
  font-style: italic;
}
.scandiscTopProjects {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.scandiscTopProjects .panel-heading {
  padding: 0;
  max-height: 155px;
  overflow: hidden;
}
.scandiscTopProjects .panel:hover .heading,
.scandiscIndustryNews .panel:hover .heading {
  color: #FF0000;
}
.scandiscTopProjects .panel img,
.scandiscIndustryNews .panel img {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.scandiscTopProjects .panel:hover img,
.scandiscIndustryNews .panel:hover img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
.scandiscTopProjects .panel .heading {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  display: block;
  margin: 10px 0;
  text-decoration: none;
}
.scandiscTopProjects .panel p {
  font-size: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.scandiscTopProjects .socialLinks>li {
  padding: 0 15px;
}
.scandiscTopProjects .socialLinks>li>a {
  color: #9B9B9B;
  font-size: 16px;
}
.scandiscServices {
  background-color: #1C1C1C;
  padding: 30px 0;
  text-align: center;
  color: #FFFFFF;
}
.scandiscServices .heading {
  font-size: 24px;
  font-weight: 700;
}
.scandiscServices .btn {
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  font-size: 13px;
  padding: 10px 25px;
  font-weight: 700;
}
.scandiscServices .btn:hover {
  background: #f00;
  border-color: #f00;
  color: #FFFFFF;
  opacity: 1;
}
.scandiscServices ul {
  margin-top: 15px;
}
.scandiscServices ul>li>a {
  color: #FFFFFF;
  text-decoration: none;
}
.scandiscServices ul>li>a:hover {
  color: #7F7F7F;
}
.scandiscExposure {
  background: #223343 url('../images/scandisc/feature-project.jpg') no-repeat center center/cover;
  padding: 50px 0;
  color: #FFFFFF;
}
.scandiscExposure .scandiscSectionHeading h4 {
  font-size: 26px;
}
.scandiscExposure form {
  margin-bottom: 30px;
}
.scandiscExposure .checkbox-inline {
  font-size: 11px;
}
.scandiscExposure .owl-carousel {
  margin-top: 50px;
}
.scandiscExposure .panel {
  color: #000;
  text-align: center;
}
.scandiscExposure .panel-heading {
  padding: 0;
  max-height: 175px;
  overflow: hidden;
}
.scandiscExposure .panel .viewDetailLink {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 15px 0;
  font-weight: 600;
}
.scandiscCloud {
  background-color: #F9F9F9;
  padding: 20px 0;
}
.scandiscSpeciality {
  padding: 50px 0;
}
.scandiscSpeciality .scandiscSectionHeading h4 {
  font-size: 20px;
  line-height: 24px;
  width: 70%;
}
.scandiscSpeciality .paragraph {
  color: #9B9B9B;
  margin: 18px 0 100px;
}
.scandiscSpeciality .videoIframe {
  width: 100%;
  height: 300px;
}
.scandiscIndustryNews {
  background-color: #F9F9F9;
  padding: 80px 0;
}
.scandiscIndustryNews .panel {
  color: #9B9B9B;
}
.scandiscIndustryNews .panel-heading {
  padding: 0;
  max-height: 205px;
  overflow: hidden;
}
.scandiscIndustryNews .panel .heading {
  color: #1C1C1C;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  margin: 10px 0 15px;
  display: block;
}
.scandiscIndustryNews .panel .btn {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
/* Scandisc page css end */

/* rpdigits css start */
.rpdigitsWrap .carouselCaption {
  text-align: left;
  margin-top: 12%;
  width: 100%;
}
.rpdigitsWrap .carouselCaption h4 {
  font-size: 70px;
  line-height: 68px;
  font-weight: 900;
  margin-bottom: 5px;
}
.rpdigitsWrap .carouselCaption p {
  font-size: 32px;
}
.rpdigitsWrap .aboutUs {
  background: url(../images/scandisc/feature-project.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 50px 0 100px;
}
.rpdigitsWrap .heading {
  font-size: 40px;
  line-height: 48px;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 50px;
}
.rpdigitsWrap .heading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 128px;
  height: 4px;
}
.rpdigitsWrap .heading.redBg:after {
  background-color: #f00;
}
.rpdigitsWrap .heading.blueBg:after {
  background-color: #155EA3
}
.rpdigitsWrap .aboutUs .para {
  line-height: 26px;
}
.rpdigitsWrap .heading .subHeading {
  display: block;
  color: #777777;
  font-size: 14px;
  margin: 5px 0;
  line-height: initial;
}
.rpdigitsWrap .ourServices .service {
  display: table;
  width: 100%;
}
.rpdigitsWrap .ourServices .serviceCol {
  display: table-cell;
  vertical-align: top;
}
.rpdigitsWrap .ourServices .textCol {
  padding-left: 20px;
}
.rpdigitsWrap .ourServices .service {
  margin-bottom: 80px;
}
.rpdigitsWrap .ourServices .service h4 {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 10px;
}
.rpdigitsWrap .ourServices .service p {
  color: #777777;
}
.rpdigitsWrap .recentPromotions {
  margin-bottom: 50px;
}
.rpdigitsWrap .ourTeam,
.rpdigitsWrap .ourTeam .heading {
  margin-bottom: 30px;
}
.rpdigitsWrap .bgColor {
  background-color: #F6F6F8;
}
.rpdigitsWrap .teamMember {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  position: relative;
  color: #fff;
  width: 260px;
  overflow: hidden;
  height: 260px;
  margin: 0 auto 50px;
}
.rpdigitsWrap .teamMember:after,
.rpdigitsWrap .promotion:after {
  content: '';
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/*.rpdigitsWrap .teamMember.dealer {
  background-image: url(../images/scandisc/dealers-buttonu1970-fr.png);
}
.rpdigitsWrap .teamMember.team1 {
  background-image: url(../images/scandisc/team_1.jpg);
}
.rpdigitsWrap .teamMember.realPay {
  background-image: url(../images/scandisc/realpay-buttonu2169-fr.png);
}
.rpdigitsWrap .teamMember.team2 {
  background-image: url(../images/scandisc/team_6.jpg);
  }*/


  .rpdigitsWrap .memberInfo,
  .rpdigitsWrap .promotionInfo {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: 1;
    display: none;
  }
  .rpdigitsWrap .teamMember:hover:after,
  .rpdigitsWrap .promotion:hover:after,
  .rpdigitsWrap .teamMember:hover .memberInfo,
  .rpdigitsWrap .promotion:hover .promotionInfo {
    display: block;
  }
  .rpdigitsWrap .memberInfo .memberName {
    margin: 0 0 5px;
    text-transform: uppercase;
  }
  .rpdigitsWrap .memberInfo .designation {
    color: #FFC801
  }
  .rpdigitsWrap .memberInfo ul>li>a {
    color: #fff
  }
  .rpdigitsWrap .promotion {
    position: relative;
    color: #fff;
    margin-bottom: 30px;
  }
  .rpdigitsWrap .promotionHead {
    text-transform: uppercase;
  }
  .rpdigitsWrap #demos {
    padding: 30px 0 60px;
  }
  .rpdigitsWrap #demos .discover-bin-item {
    background: #fff;
    min-height: 234px;
  }
  .yellowText {
    color: #FFC801
  }
  /* rpdigits css end */

  /* Fiberrails page css start */
  .fiberRailsMainWrap {
    margin: 0;
  }
  .fiberRailsMainWrap .heroSection .carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    padding-top: 100px;
  } 


/*.fiberRailsMainWrap .heroSection .carousel .slide1 {
  background-image: url('../images/silo-sd/bg.jpg');
} 
.fiberRailsMainWrap .heroSection .carousel .slide2 {
  background-image: url('../images/silo-sd/datasecurityonredkeyboard.jpg');
} 
.fiberRailsMainWrap .heroSection .carousel .slide3 {
  background-image: url('../images/fiberrails/black-keyboards.jpg');
  }*/ 

  .fiberRailsMainWrap .heroSection .container h4 {
    font-size: 36px;
    margin-top: 35px;
    color: #FFFFFF;
  }
  .fiberRailsMainWrap .heroSection .container .visitUsText {
    font-size: 18px;
  }
  .fiberRailsMainWrap .toolsFormSection {
    background-color: #f5f5f5;
    padding: 30px 0;
  }
  .fiberRailsMainWrap .toolsFormSection .heading {
    font-size: 20px;
  }
  .fiberRailsMainWrap .deviceSection {
    padding-top: 20px;
    position: relative;
  }
  .fiberRailsMainWrap .deviceSection .btn-group {
    width: 500px;
    bottom: 135px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 5px 6px 5px #9f9f9f;
    -moz-box-shadow: 5px 6px 5px #9f9f9f;
    -o-box-shadow: 5px 6px 5px #9f9f9f;
    box-shadow: 5px 6px 5px #9f9f9f;
  }
  .fiberRailsMainWrap .deviceSection .btn-group .btn {
    width: 50%;
    height: 40px;
  }
  .fiberRailsMainWrap .domainSearchSection {
    background-color: #f8f8f8;
    padding: 50px 0;
  }
  .fiberRailsMainWrap .domainSearchSection .well {
    background-color: #8e8e8e;
    margin: 0;
    color: #ffffff;
  }
  .fiberRailsMainWrap .domainSearchSection .siliRailImg {
    padding: 20px;
    background: #ffffff;
    border: 1px transparent;
    border-radius: 7px;
  }
  .fiberRailsMainWrap .servicesSection {
    padding: 50px 0;
  }
  .fiberRailsMainWrap .servicesSection .stillQue {
    color:#8c8c8c;
    font-weight: 700;
  }  
  .fiberRailsMainWrap .integrationSection {
    background-color: #8e8e8e;
    position: relative;
    color: #FFFFFF;
    padding-bottom: 50px;
  }
  .fiberRailsMainWrap .integrationSection .scandiscLogoWrap {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #8e8e8e;
    border-radius: 15px 15px 0 0;
    padding: 3px 10px;
    display: block;
    width: 220px;
    text-align: center;
  }
  .fiberRailsMainWrap .integrationSection .heading {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .fiberRailsMainWrap .testDriveSection .leftCol {
    background-color: #515151;
  }
  .fiberRailsMainWrap .testDriveSection .leftCol img {
    opacity: 0.6;
  }
  .fiberRailsMainWrap .testDriveSection .leftCol img:hover {
    opacity: 1;
    z-index: 1;
  }
  .fiberRailsMainWrap .testDriveSection .redBox {
    background-color: #ff0000;
    color: #FFFFFF;
    padding: 15px 30px;
    margin-top: 15px;
  }
  .fiberRailsMainWrap .testDriveSection .redBox .heading {
    font-size: 28px;
  }
  .fiberRailsMainWrap .introSection {
    background: url('../images/fiberrails/women-business.jpg') no-repeat center center/cover;
    padding: 30px 0 100px;
  }
  .fiberRailsMainWrap .introSection .features {
    margin: 15px 0;
    font-size: 16px;
  }
  .fiberRailsMainWrap .introSection .features>li {
    margin-bottom: 5px;
  }
  .fiberRailsMainWrap .introSection .features>li i {
    margin-right: 10px;
  }
  .fiberRailsMainWrap .productHostSection {
    background-color: #ff0000;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
  }
  .fiberRailsMainWrap .productHostSection .circleWrap {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    position: absolute;
    background-color: #ff0000;
    top: -130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 45px;
    text-align: center;
  }
  .fiberRailsMainWrap .productHostSection .circleWrap .price {
    font-size: 60px;
    font-weight: 500;
    line-height: 48px;
  }
  .fiberRailsMainWrap .productHostSection .circleWrap sup {
    font-size: 48px;
    top: -12px;
  }
  .fiberRailsMainWrap .productHostSection .circleWrap small {
    font-size: 8px;
  }
  .fiberRailsMainWrap .productHostSection .heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .fiberRailsMainWrap .productHostSection .typoList>li {
    margin-bottom: 5px;
  }
  .fiberRailsMainWrap .productHostSection .typoList>li:before {
    background-color: #fff;
  }
  .fiberRailsMainWrap .productHostSection .secureImg {
    width: 100px;
    margin: 25px 0 0 42px;
  }
  .fiberRailsMainWrap .paasportLearnSection {
    background-color: #ff0000;
  }
  .fiberRailsMainWrap .paasportLearnSection .btn {
    background: #f5f5f5;
  }
  .fiberRailsMainWrap .paasportLearnSection ul {
    padding-top: 15px;
  }
  .fiberRailsMainWrap .paasportLearnSection ul>li {
    margin-bottom: 30px;
    max-width: 150px;
  }
  .fiberRailsMainWrap .eRetailerSection {
    padding: 30px 0;
    font-size: 12px;
  }
  .fiberRailsMainWrap .eRetailerSection ul>li {
    vertical-align: middle;
  }
  .fiberRailsMainWrap .webSolutionSection {
    background-color: #7a7a7a;
    padding: 50px 0;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
  }
  .fiberRailsMainWrap .webSolutionSection ul>li {
    margin-bottom: 5px;
  }
  .fiberRailsMainWrap .webSolutionSection ul>li>a {
    color: #FFFFFF;
  }
  /* Fiberrails page css end */

  /* WBS Suite css start */
  #loaderWrap {
    display: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  #loaderWrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.7);
    z-index: -1;
  }
  #loaderWrap>.loaderContent {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
    -moz-transform: translate(-45%, -50%);
    -o-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
  .wbsHeroWrap {
    background: url(../images/wbs-suite/banner.jpg) no-repeat center center /cover;
    color: #f8f8f8;
  }
  .wbsHeroWrap .introMsg {
    padding-top: 15%;
  }
  .wbsHeroWrap .formCol {
    background: rgba(0,0,0,0.6);
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .wbsHeroWrap .formCol .form-control {
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .crmSoftWrap .sectionHeading {
    margin-bottom: 30px;
  }
  .crmSoftWrap .sectionHeading .heading {
    font-size: 36px;
  }
  .virtualAssistWrap {
    background-color: #242424;
    color: #FFFFFF;
    padding: 50px 0;
    text-align: center;
  }
  .virtualAssistWrap .heading {
    font-size: 32px;
    margin: 20px 0 0;
  }
  .virtualAssistWrap .subHeading {
    font-size: 20px;
    margin: 15px 0 20px;
  }
  .wbsPlatformWrap {
    padding-top: 30px;
  }
  .wbsPlatformWrap .heading,
  .wbsIntegrationWrap .heading {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .wbsPlatformWrap .btn {
    margin: 15px 0 30px;
  }
  .wbsPlatformWrap .serviceWrap {
    background: url(../images/wbs-suite/diverse-teamjpg.jpg) no-repeat center center/cover;
  }
  .wbsPlatformWrap .serviceWrap .whiteCol {
    background: rgba(255,255,255,0.85);
    padding: 15px;
  }
  .wbsIntegrationWrap {
    padding: 50px 0;
    background-color: #242424;
    color: #fff;
  }
  .wbsLearnBusiness {
    background: url(../images/wbs-suite/bigstock-creative-business-team-busy-at-4925518.jpg) no-repeat center center/cover;
    padding: 20% 0;
  }
  .wbsLearnBusiness .heading {
    background: rgba(0,0,0,0.6);
    font-size: 36px;
    padding: 50px;
    color: #FFFFFF;
    text-align: center;
  }
  .wbsPackages {
    background-color: #dddddd;
  }
  .wbsPackages .featuresCol {
    background-color: #FFFFFF;
    padding: 15px;
  }
  .wbsPackages .heading {
    font-size: 36px;
    text-align: center;
    margin: 20px 0 30px;
  }
  .wbsPackages .featuresCol .apps li{
    background: #f00;
    border: 1px solid #cec5c5;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;
  }
  .wbsPackages .featuresCol .apps li a{
    padding: 10px 60px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
  }
  .wbsPackages .featuresCol .apps li:hover,
  .wbsPackages .featuresCol .apps li.active{
    background: #796b6b;
    border-color: #cec5c5;
    color: #fff;
  }
  .wbsPackages .panel .advancePlan {
    background-color: #ff0000;
  }
  .wbsPackages .panel .enterprisePlan {
    background-color: #959595;
  }
  .wbsPackages .panel .planTitle {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 15px;
    font-size: 24px;
  }
  .wbsPackages .panel .planPrice {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .wbsPackages .panel .btn {
    margin: 20px 0;
  }
  .wbsPackages .panel .typoList>li:before {
    background-color: #333;
  }
  .wbsContactSale {
    padding: 30px 0;
  }
  .wbsContactSale img {
    margin: 15% auto;
    width: 200px;
  }
  .wbsContactSale .heading {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .wbsContactSale .btn {
    margin-bottom: 15px;
  }
  /* WBS Suite css end */

  /* Silo Bank css start */
  .siloBankHero {
    background-color: #f8f8f8;
  }
  .siloBankHero .carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 500px;
  }
  .siloBankHero .carousel .item.slides1 {
    background-image: url('../images/silo-bank/banner1.png');
  }
  .siloBankHero .carousel .item.slides2 {
    background-image: url('../images/silo-bank/banner2.png');
  }
  .siloBankHero .carousel .item.slides3 {
    background-image: url('../images/silo-bank/banner3.png');
  }
  .siloMobileBanking {
    padding: 50px 0;
  }
  .siloMobileBanking .checkbox-inline {
    font-size: 11px;
  }
  .siloMobileBanking .phoneBtnWrap {
    top: -120px;
    position: relative;
  }
  .siloMobileBanking .phoneBtnWrap .btn {
    box-shadow: 5px 5px 5px #6e6e6e;
    padding: 10px 32px;
    font-size: 16px;
  }
  .siloBankRegister {
    background-color: #ff0000;
    padding: 20px 0;
    color: #FFFFFF;
  }
  .siloBankRegister .btn {
    border-color: #ffffff;
  }
  .siliBankFeature {
    background-color: #f5f5f5;
    padding: 50px 0;
  }
  .siliBankFeature h4 img {
    margin-right: 10px;
  }
  .siloBankService {
    background: url('../images/silo-bank/o-women-business.png') no-repeat center center/cover;
    padding: 50px 0;
  }
  .siloBankMerchants {
    background-color: #333;
    padding: 50px 0;
    color: #FFFFFF;
  }
  .siloMobileBanking .heading,
  .siloBankMerchants .heading,
  .siloBankIntegration .heading {
    font-size: 36px;
    font-weight: 400;
  }
  .siloBankMerchants .heading strong {
    color: #FF4F4F
  }
  .siloBankIntegration {
    background-color: #C1272D;
    color: #fff;
    text-align: center; 
    padding: 50px 0;
  }
  .siloBankIntegration img {
    margin: 30px auto;
  }
  .siloBankFooter {
    background-color: #931d22;
    color: #FFFFFF;
    padding: 20px 0;
    font-size: 11px;
    text-align: center;
  }
  .siloBankFooter ul>li {
    border-right: 1px solid #fff;
    padding: 0 8px;
    margin-bottom: 10px;
    height: 11px;
    line-height: 11px;
  }
  /* Silo Bank css end */

  /* Domain page css start */
  .takeYourBusiness .heading {
    color: #616161;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .webHostingSignUp {
    background: url('../images/domain/sign-up-bg.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 35px 0;
    position: relative;
  }
  .webHostingSignUp:before {
    content: '';
    background: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .webHostingSignUp .heading {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 25px;
    font-weight: 500;
  }
  .webHostingSignUp .paragraph {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  .webHostingSignUp .btn {
    font-weight: 600;
    padding: 6px 30px;
    margin: 0 0 50px;
  }
  .webHostingSignUp a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
  }
  .webHostingSignUp a.link:hover {
    color: #FF0000
  }
  .webHostingPackages {
    padding: 30px 0;
  }
  .webHostingPackages .heading {
    color: #7F7F7F;
    margin: 5px 0 20px;
    font-size: 36px;
  }
  .webHostingPackages .panel {
    border-radius: 0;
    border-top: 10px solid #FF0000;
    -webkit-box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    -o-box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    font-size: 12px;
    margin-bottom: 30px;
  }
  .webHostingPackages .panel .panel-heading {
    background: transparent;
    border: 0;
    color: #1C1C1C;
  }
  .webHostingPackages .panel .planName {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 5px;
  }
  .webHostingPackages .panel .planPrice {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
  }
  .webHostingPackages .panel-heading .btn {
    border-radius: 20px;
    font-weight: 700;
    width: 140px;
    text-transform: uppercase;
  }
  .webHostingPackages .panel .planFeatures {
    font-size: 19px;
    font-weight: 700;
  }
  .webHostingPackages .panel .listHeading {
    margin: 0;
  }
  .webHostingPackages .panel .typoList {
    margin-bottom: 15px;
  }
  .webHostingPackages .panel .typoList li:before {
    background: #333;
  }
  .webHostingPackages .conditionText {
    font-size: 10px;
    color: #000;
  }
  .webHostingPackages .needHelp {
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .webHostingPackages .featureBtn {
    padding: 10px 30px;
    margin: 15px 0 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
  }
  .domainListWrap {
    padding: 30px 0;
  }
  .domainListWrap .domainResults {
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  }
  .domainListWrap .domainResults>li {
    padding: 30px;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
  }
  .domainListWrap .domainResults>li:last-child {
    border-bottom: 0;
  }
  .domainListWrap .domainResults>li>div {
    display: inline-block;
  }
  .domainListWrap .domainResults>li .domainType {
    font-size: 18px;
    font-weight: 600;
  }
  .domainListWrap .domainResults>li .priceStrike {
    font-size: 14px!important;
    line-height: 2;
    text-decoration: line-through;
    padding-right: 0;
    color: #6a7e8e;
  }
  .domainListWrap .domainResults>li .price {
    font-size: 18px;
    font-weight: 700;
    color: #008000;
    padding: 5px 20px 5px 5px;
  }
  .domainListWrap .domainResults>li .btn span.remove,
  .domainListWrap .domainResults>li .btn.added span.add {
    display: none;
  }
  .domainListWrap .domainResults>li .btn.added {
    background-color: #000;
  }
  .domainListWrap .domainResults>li .btn.added span.remove {
    display: block;
  }
  .domainListWrap .domainSidebar {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    padding: 15px;
    margin-bottom: 15px;
  }
  .domainListWrap .domainSidebar ul {
    max-height: 200px;
    overflow: hidden;
  }
  .domainListWrap .domainSidebar ul li {
    margin-bottom: 5px;
  }

  /* Domain page css end */

  /* Store page css start */
  .allCategoryHeader,
  .storeHero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    min-height: 300px;
    position: relative;
  }
  .storeProductWrap {
    padding: 30px 0;
  }
  .storeProductWrap .productHeading {
    font-size: 28px;
    margin: 0 0 25px;
    text-transform: uppercase;
  }
  .storeProductWrap .filterCol .panel {
    margin-bottom: 30px;
  }
  .storeProductWrap .filterCol .panel-heading {
    background-color: #400a08;
    border-color: #400a08;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .storeProductWrap .filterCol .panel-default ul li label{
    cursor: pointer;
    color: #000000;
  }
  .storeProductWrap .filterCol .panel-default ul li label:hover{
    color: #ff0000;
  }
  .storeProductWrap .filterCol .categoryFilter>li {
    padding-left: 20px;
  }
  .filterCol .categoryFilter>li {
    position: relative;
    margin-bottom: 5px;
  }
  .filterCol .categoryFilter>li:before {
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .filterCol .categoryFilter>li:before {
    content: "\f068";
  }
  .filterCol .categoryFilter>li.collapsed:before {
    content: "\f067";
  }
  .filterCol .categoryFilter>li .checkbox {
    margin-bottom: 0;
  }
  .filterCol .categoryFilter>li .subCategories a {
    color: #6d6e71;
    cursor: pointer;
    text-decoration: none;
  }
  .filterCol .categoryFilter>li .subCategories li.active a,
  .filterCol .categoryFilter>li .subCategories a:hover,
  .filterCol .categoryFilter>li .subCategories a.active {
    color: #FF0000;
  }
  .storeProductWrap .filterCol .shopingCart {
    background-color: #400a08;
    margin-bottom: 30px;
    position: relative;
    padding: 40px 0;
  }
  .storeProductWrap .filterCol .shopingCart .cartText {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    width: 100px;
    color: #fff;
    margin-left: 20px;
    line-height: 20px;
    font-weight: 500;
  }
  .storeProductWrap .filterCol .shopingCart .cartItem {
    border-radius: 50% 0 0 50%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -5px;
    width: 130px;
    height: 130px;
    text-align: center;
  }
  .storeProductWrap .filterCol .shopingCart .cartItem .fa-shopping-cart {
    margin-top: 20%;
    font-size: 30px;
  }
  .storeProductWrap .filterCol .shopingCart .cartItem .price {
    font-size: 18px;
  }
  /*.productGrids .panel used for user profile nad products */
  .productGrids .panel {
    cursor: pointer;
    /*height: 289px;*/
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  }
  .productGrids .panel:hover .panel-heading:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    background: rgba(34, 35, 40, 0.7);
  }
  .productGrids .panel .panel-heading {
    background-color: #FFFFFF;
    padding: 8px;
    position: relative;
    max-height: 180px;
    min-height: 180px;
    overflow: hidden;
  }
  .productGrids .panel-heading .productQrCode {
    opacity :0; 
  }
  .productGrids .panel-heading .productQrCode {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 4px;
    opacity: 0;
    //border: 2px solid #fff;
    //border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    //font-size: 14px;
    color: #fff;
    text-align: center;
    //line-height: 33px;
  }
  .productGrids .panel:hover .productQrCode {
    opacity: 1;
  }
  .productGrids .panel-heading .viewIcon,
  .productGrids .panel-body .productQrCode {
    display: none;
  }
/*
.productGrids .panel .prodDesc {
    margin-bottom: 25px;
    max-height: 100px;
    min-height: 100px;
}
*/
.productGrids .panel .price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.productGrids .panel .btn {
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
} 
.productGrids .panel .btn .fa {
  margin-right: 5px;
}
.productGrids .panel .shopNowBtn {
  background-color: #413d3c;
  color: #fff;
}
.storeProductWrap .well {
  max-height: 200px;
  overflow: hidden;
}
.storeProductWrap .well img {
  width: 100%;
}
.productDetailsWrap {
  background-color: #f1f2f2;
  padding: 80px 0;
}
/*
.productDetailsWrap #productSlider {
    margin-bottom: 5px;
    max-height: 375px;
    overflow: hidden;
}
.productDetailsWrap #productSlider img {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.productDetailsWrap #productCarousel img {
    width: 200px;
    height: 150px;
    cursor: pointer;
}
.productDetailsWrap .xzoom-container>img {
    width: 100% !important;
}
*/
.productDetailsWrap .ubislider-image-container {
  margin-bottom: 20px;
}
.ubislider-image-container,
.ubislider.ecommerce {
  /*width: 100%;*/
}
.ubiModal {
  z-index: 99999;
}
.productDetailsWrap .productInfoCol .productName {
  font-size: 28px;
  margin: 0 0 5px;
  text-transform: capitalize;
  line-height: 34px;
  font-weight: 300;
}
.productDetailsWrap .productInfoCol hr {
  border-color: #ddd;
}
.productDetailsWrap .productInfoCol .price {
  font-size: 24px;
  line-height: 50px;
  color: #333;
}
.productDetailsWrap .productInfoCol .price del {
  font-size: 18px;
  margin-right: 5px;
}
.productDetailsWrap .productInfoCol .price ins {
  font-weight: 700;
  text-decoration: none;
}
.productDetailsWrap .productInfoCol .btn {
  margin-top: 10%;
}
.productDetailsWrap .productInfoCol .storeLocationMarker {
  margin-top: 0 !important;
}
/*
.productDetailsWrap .starRatings {
    display: block;
    margin-bottom: 10px;
}
*/
.productDetailsWrap .tab-content {
  background-color: #FFFFFF;
  padding: 25px 80px;
}
.sampleFilesSlider .musicFile {
  background: url(../../backend/images/paasport/music-bg.jpg) no-repeat center center/cover;
  color: #FFFFFF;
  position: relative;
  min-height: 150px;
  z-index: 1;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
}
.sampleFilesSlider .musicFile:after {
  background: rgba(0,0,0,0.6);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sampleFilesSlider .marketplaceCarousel .musicFile h5 {
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sampleFilesSlider .marketplaceCarousel .musicFile .panel-footer {
  padding: 6px 15px;
  background: rgba(255,255,255,0.6);
  border: 0;
  text-align: left;
  border-radius: 0;
}
.sampleFilesSlider .marketplaceCarousel .musicFile .videoPopupLink {
  display: inline-block;
  color: #808080;
}
.sampleFilesSlider .marketplaceCarousel .panel-footer i {
  margin-right: 2px;
}
.sampleFilesSlider .marketplaceCarousel .panel {
  min-height: 160px;
}
.sampleFilesSlider .marketplaceCarousel .panel audio,
.sampleFilesSlider .marketplaceCarousel .panel video {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sampleFilesSlider .marketplaceCarousel .panel .fancybox {
  position: relative;
  display: block;
  min-height: 160px;
}
.sampleFilesSlider .marketplaceCarousel .panel .fancybox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

#qr-instructions .list-group-item{
  border : 0;
}

#qr-instructions .list-group-item #qrCodeOtp{
  width: 129px;
  text-align: center;
  font-size: 1.7em;
  border: 1px solid #000;
}

#qr-instructions .list-group-item #btnQrCodeOtp{
  vertical-align: top;
  margin: auto;
}

.productDetailsWrap .reviewRating {
  margin-bottom: 35px;
}
.productDetailsWrap .ratingProgressList {
  width: 500px;
  margin-bottom: 35px;
}
.productDetailsWrap .commentsList>li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.productDetailsWrap .commentsList>li .imgBlock {
  width: 80px;
  float: left;
}
.productDetailsWrap .commentsList>li .imgBlock img {
  width: 80px;
  height: 80px;
}
.productDetailsWrap .commentsList>li .contentBlock {
  margin-left: 100px;
}
.productDetailsWrap .commentsList>li .helpfulReview {
  font-size: 11px;
  color: #777;
  margin-top: 5px;
}
.productDetailsWrap .leaveComment .heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.relatedProductWrap {
  padding: 80px 0;
}
.relatedProductWrap .heading {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.orderCancelWrap {
  min-height: 480px;
  padding-top: 100px;
}
/* Store page css end */

/* Store themes css start */
.productTheme1 {
  background-color: #f1f1f2;
  padding-top: 35px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}
.productTheme1 .bannerWrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
  padding: 80px 30px;
  color: #FFFFFF;
  min-height: 350px;
}
.allCategoryHeader,
.storeHero,
.productTheme1 .bannerWrap,
.productTheme2 .bannerWrap,
.productTheme3 .bannerWrap {
  z-index: 1;
  position: relative;
}
.allCategoryHeader:before,
.storeHero:before,
.productTheme1 .bannerWrap:before,
.productTheme2 .bannerWrap:before,
.productTheme3 .bannerWrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 40, 0.7);
  z-index: -1;
}
.productTheme1 .bannerWrap .storeName {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
}
.productTheme1 .bannerWrap .storeDesc {
  position: relative;
  line-height: 18px;
  font-weight: 400;
  font-size: 15px;
}
.productTheme1 .bannerWrap .storeDesc:before,
.productTheme1 .bannerWrap .storeDesc:after {
  position: absolute;
  content: '';
  border-top: 1px solid #FFFFFF;
  width: 50%;
  left: 0;
}
.productTheme1 .bannerWrap .storeDesc:before {
  top: -10px;
}
.productTheme1 .bannerWrap .storeDesc:after {
  bottom: -10px;
}
.productTheme1 .bannerWrap .storeQRCode {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
.productTheme1 .bannerWrap .storeQRCode img {
  margin-bottom: 10px;
}
.productTheme1 .bannerWrap .storeQRCode p {
  font-size: 12px;
}
.productTheme1 .filterCol {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 12px;
}
.productTheme1 .filterCol .filterTitle {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
}
.productTheme1 .filterCol select.form-control {
  font-size: 12px;
  color: #808285;
  border-color: #f1f1f2;
  box-shadow: none;
}
.productTheme1 .filterCol .searchInput,
.productTheme2 .filterCol .searchInput {
  position: relative;
}
.productTheme1 .filterCol .searchInput:after,
.productTheme2 .filterCol .searchInput:after {
  content: "\f002";
  position: absolute;
  right: 15px;
  top: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}
.productTheme1 .filterCol .searchInput .form-control {
  background-color: #f1f1f2;
  border-radius: 0;
  border-color: #f1f1f2;
  box-shadow: none;
}
.productTheme1 .filterRow #productPriceRange {
  margin: 25px 0;
}
.productTheme1 .checkbox input:checked + label:before {
  background-color: #f7931e;
  border-color: #f7931e;
}
.productTheme1 .radio input:checked + label:before {
  border-color: #f7931e;
}
.productTheme1 .radio label:after {
  background-color: #f7931e;
}
.productTheme1 .filterRow .ui-widget-header {
  background-color: #FF0000;
}
.productTheme1 .filterRow .ui-slider-handle {
  background-color: #FFFFFF;
  outline: none;
}
.productTheme1 .shopSidebar .ui-slider-handle:hover {
  background-color: #f6f6f6;
  border-color: #c5c5c5;
}
.productTheme1 .shopSidebar .priceSliderForm {
  margin-bottom: 30px;
}
.productTheme1 .shopSidebar .priceSliderForm #amount {
  border: 0;
  margin-left: 15px;
}
.select2-container--default .select2-selection--multiple {
  max-height: 34px;
  overflow: hidden;
  font-size: 12px;
  color: #808285;
  border-color: #f1f1f2;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin: 7px 0 0 10px;
}
.productTheme1LoadBtn {
  background-color: #f7931e;
  border: 1px solid #f7931e;
  color: #FFFFFF;
  padding: 10px 25px;
  margin-bottom: 30px;
  font-weight: 600;
}
.productTheme1LoadBtn i {
  margin-right: 5px;
}
.productGridtheme1 .product .hoverBox {
  position: relative;
  overflow: hidden; 
  display: block;
}
.productGridtheme1 .product .img-responsive {
  height: 325px;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.productGridtheme1 .product .productQrCode {
  display: none;
  z-index: 1;
}
.productGridtheme1 .product:hover .hoverBox:before {
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  z-index: 1;
}
.productGridtheme1 .product:hover .img-responsive {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
.productGridtheme1 .product:hover .productQrCode {
  display: block;
}
.productGridtheme1 .product:hover .addToCart {
  background-color: #f7931e;
  color: #fff;
}
.productGridtheme1 .product .productQrCode {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.productGridtheme1 .product .addToCart {
  width: 205px;
  border: none;
  background: #414142;
  color: #fff;
  height: 48px;
  text-transform: uppercase;
  font-size: 12px;
}
.productGridtheme1 .product .productInfo {
  /*border-bottom: 1px solid #eee;*/
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.productGridtheme1 .product .productCategory {
  margin: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #f00;
  font-weight: 500;
}
.productGridtheme1 .product .productName {
  color: #f7931e;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 0 10px;
  display: block;
}
.productGridtheme1 .product .price {
  color: #808285;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

#playlist .panel {
  background: url(../../backend/images/paasport/music-bg.jpg) no-repeat center center/cover;
  color: #FFFFFF;
  position: relative;
  min-height: 150px;
  z-index: 1;
  text-align: center;
  padding-top: 160px;
}
.productDetailsTheme1 {
  font-family: 'Montserrat', sans-serif;
  padding-top: 50px;
  color: #414042;
}
.productDetailsTheme1 #productSlider img {
  width: 90%;
}
.productDetailsTheme1 .starRatings {
  display: block;
  margin-bottom: 10px;
  color: #f7931e;
}
.productDetailsTheme1 .productInfoCol .price {
  color: #222;
  font-size: 18px;
}
.productDetailsTheme1 .addCartBtn {
  border: 1px solid #f7931e;
  background-color: #f7931e;
  color: #fff;
  width: 200px;
  height: 50px;
  margin-top: 45px;
  outline: none;
}


.productDetailsTheme1 .nav-tabs {
  margin-bottom: 20px;
}
.productDetailsTheme1 .nav-tabs>li {
  padding-right: 35px;
}
.productDetailsTheme1 .nav-tabs>li a {
  padding: 0;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}
.productDetailsTheme1 .nav-tabs>li.active>a, 
.productDetailsTheme1 .nav-tabs>li.active>a:focus, 
.productDetailsTheme1 .nav-tabs>li.active>a:hover, 
.productDetailsTheme1 .nav-tabs>li>a:hover {
  background: transparent;
}
.productDetailsTheme1 .nav-tabs li a:hover:after, 
.productDetailsTheme1 .nav-tabs li.active a:after {
  width: 100%;
}
.productDetailsTheme1 .nav-tabs>li a:after {
  content: '';
  height: 2px;
  display: block;
  width: 0;
  margin-top: 3px;
  background-color: #222;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.productDetailsTheme1 .tab-content {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-top: 0;
}
.productDetailsTheme1 .commentsList {
  margin-top: 20px;
}
.productDetailsTheme1 .commentsList>li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.productDetailsTheme1 .commentsList li .imgBlock {
  width: 150px;   
  float: left;
}
.productDetailsTheme1 .commentsList li .imgBlock img {
  width: 120px;   
  height: 120px;
}
.productDetailsTheme1 .commentsList>li .contentBlock {
  margin-left: 150px;
}
.productDetailsTheme1 .owl-carousel.topNav .owl-nav .owl-next:hover, 
.productDetailsTheme1 .owl-carousel.topNav .owl-nav .owl-prev:hover{
  border-color: #f7931e;
  background:var(--btn-bg-color);
}
.giveRatingWrap {
  direction: rtl;
  unicode-bidi: bidi-override;
  font-size: 20px;
  margin: 0;
  display: inline-block;
}
.giveRatingWrap input[type="radio"] {
  display: none;
}
.giveRatingWrap label {
  color: #808080;
}
.giveRatingWrap label:hover,
.giveRatingWrap label:hover ~ label,
.giveRatingWrap input[type="radio"]:checked ~ label {
  color: #FF0000;
}
.productDetailsTheme1 .tab-content .form-group {
  margin-bottom: 30px;
}
.productDetailsTheme1 .tab-content .form-control {
  border-radius: 0;
}
.productDetailsTheme1 .tab-content .btn {
  background-color: #f7931e;
  color: #FFFFFF;
}
.productDetailsTheme1 .relatedProduct .heading {
  font-size: 24px;
  text-transform: uppercase;
  color: #222;
  position: relative;
  display: inline-block;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.productTheme2 {
  font-family: 'Montserrat', sans-serif;
}
.productTheme2 .bannerWrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 350px;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 100px;
}
.productTheme2 .bannerWrap .storeName {
  font-size: 36px;
  text-transform: uppercase;
  color: #1b75bc;
  margin-bottom: 15px;
}
.productTheme2 .bannerWrap .storeDesc {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #6d6e71;
}
.productTheme2 .bannerWrap .storeQRCode {
  position: absolute;
  bottom: -40px;
  right: 10%;
  z-index: 1;
  color: #fff;
}
.productGridtheme2 .panel {
  box-shadow: none;
  border-radius: 0;
}
.productGridtheme2 .panel-heading {
  padding: 0; 
  border: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.productGridtheme2 .panel-heading .img-responsive {
  height: 260px;
}
.productGridtheme2 .panel:hover .panel-heading:before,
.productGridtheme2 .panel:hover .panel-heading:after {
  position: absolute;
  content: '';
}
.productGridtheme2 .panel:hover .panel-heading:before {
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.productGridtheme2 .panel:hover .panel-heading:after {
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid #9a9995;
}
.productGridtheme2 .addToCartBtn,
.productGridtheme2 .viewIcon {
  background: #ffffff;
  border: 1px solid #f8f9fa;
  width: 37px;
  height: 37px;
  display: none;
  border-radius: 3px;
  line-height: 35px;
  color: #6d6e72;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.productGridtheme2 .panel:hover .viewIcon {
  left: 60%;
}
.productGridtheme2 .panel:hover .addToCartBtn {
  left: 40%;
}
.productGridtheme2 .panel:hover .viewIcon,
.productGridtheme2 .panel:hover .addToCartBtn {
  display: block;
}
.productGridtheme2 .addToCartBtn:hover,
.productGridtheme2 .viewIcon:hover {
  -webkit-transition-delay: .00001s;
  transition-delay: .00001s;
  border-color: #1b75bc;
  background-color: #1b75bc;
  color: #FFFFFF;
}
.productGridtheme2 .p
.productGridtheme2 img {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.productGridtheme2 .panel-body {
  min-height: 108px;
  padding: 10px 15px;
  color: #414042;
}
.productGridtheme2 .panel-body .productQrCode {
  display: block;
  width: 80px;
  float: right;
  border: 1px solid #ddd;
  padding: 2px;
}
.productGridtheme2 .category {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.4px;
}
.productGridtheme2 .name {
  text-transform: uppercase;
  margin-right: 83px;
  line-height: 20px;
  margin: 0 0 5px;
  font-size: 12px;
}
.productGridtheme2 .price {
  font-size: 20px;
}
.productGridtheme2 .price del {
  display: block;
  font-size: 10px;
  color: #a7a9ac;
}
.productGridtheme2 .panel:hover .price,
.productGridtheme2 .panel:hover .price del {
  color: #1b75bc;
}
.productTheme2LoadBtn,
.productDetailsTheme2 .addCartBtn,
.productDetailsTheme2 .leaveComment .btn {
  border: 1px solid #1b75bc;
  border-radius: 3px;
  background-color: #1b75bc;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 185px;
  height: 50px;
  margin: 30px 0;
  border-bottom: 3px solid rgba(19, 93, 152, 0.96);
  outline: none;
}
.productTheme2LoadBtn .fa-spinner {
  margin-right: 10px;
  vertical-align: middle;
}
.productTheme2 .filterCol,
.productTheme2 .filterCol .form-control {
  font-size: 12px;
  color: #6d6e71;
}
.productTheme2 .filterCol .filterTitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #1b75bc;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.productTheme2 .filterCol .searchForm {
  margin: 30px 0 20px;
}
.productDetailsTheme2 .owl-carousel.topNav .owl-nav {
  margin-top: 8px;
}
.productDetailsTheme2 .owl-carousel.topNav .owl-nav .owl-next:hover, 
.productDetailsTheme2 .owl-carousel.topNav .owl-nav .owl-prev:hover{
  border-color: #1b75bc;
  background: #1b75bc;
}

.checkbox {
  margin: 0 0 10px;
  line-height: 24px;
}
.checkbox input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 0;
}
.checkbox label {
  padding: 0 0 0 24px;
}
/*
.checkbox label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    z-index: 1;
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, border-color;
}
*/
/*
.checkbox label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    transform: rotate(45deg);
    z-index: 2;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
*/
.checkbox input:checked + label:before {
  background-color: #1b75bc;
  border-color: #1b75bc;
}
.checkbox input:checked + label:after {
  border-color: #fff;
}
.radio {
  margin: 0 0 10px;
  line-height: 24px;
}
.radio input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.radio label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
}
/*
.radio label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
*/
.radio label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #1b75bc;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio input:checked + label:before {
  border-color: #1b75bc;
}
.radio input:checked + label:after {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.productTheme2Ad {
  margin-bottom: 30px;
}
.productTheme2Ad img {
  width: 100%;
  max-height: 200px;
}
.productDetailsTheme2 {
  padding: 0 0 50px;
  font-family: 'Montserrat', sans-serif;
}
.productDetailsTheme2 .productSection {
  /*background-color: #f1f1f2;*/
  padding: 80px 0 30px;
}
.productDetailsTheme2 .productSection #productSlider img {
  box-shadow: 1px 1px 16px 3px rgba(0, 0, 0, 0.19);
  border: 5px solid #fff;
  width: 90%;
}
.productDetailsTheme2 .starRatings {
  color: #1b75bc;
}
.productDetailsTheme2 hr {
  border-color: #ccc;
}
.productDetailsTheme2 .qrTitle {
  margin-top: 20px;
}
.productDetailsTheme2 .nav-tabs>li.active>a, 
.productDetailsTheme2 .nav-tabs>li.active>a:focus, 
.productDetailsTheme2 .nav-tabs>li.active>a:hover, 
.productDetailsTheme2 .nav-tabs>li>a:hover {
  background-color: #1b75bc;
  border: 0;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.productDetailsTheme2 .tab-content {
  border-top: 2px solid #1b75bc;
  padding: 20px;
  margin-bottom: 50px;
}
.productDetailsTheme2 .giveRatingWrap label:hover, 
.productDetailsTheme2 .giveRatingWrap label:hover ~ label, 
.productDetailsTheme2 .giveRatingWrap input[type="radio"]:checked ~ label {
  color: #1b75bc;
}
.productDetailsTheme2 #reviewTab .mCustomScrollbar {
  max-height: 450px;
}
.productDetailsTheme2 .commentsList {
  font-size: 12px;
  max-height: 450px;
}
.productDetailsTheme2 .commentsList>li {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.productDetailsTheme2 .commentsList li .imgBlock {
  width: 80px;
  float: left;
}
.productDetailsTheme2 .commentsList li .imgBlock img,
.productDetailsTheme3 .commentsList li .imgBlock img {
  width: 80px;
  height: 80px;
}
.productDetailsTheme2 .commentsList .contentBlock {
  margin-left: 100px;
}
.productDetailsTheme2 .leaveComment {
  padding-left: 30px;
}
.productDetailsTheme2 .leaveComment .btn {
  margin-top: 10px;
  width: 150px;
}
.productDetailsTheme2 .relatedProduct .heading {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
}
.productDetailsTheme2 .relatedProduct .heading:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background-color: #1b75bc;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.productTheme3 {
  font-family: 'Signika', sans-serif;
}
.productTheme3 .bannerWrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding: 100px 0;
  min-height: 400px;
  color: #fff;
}
.productTheme3 .bannerWrap .storeName {
  font-size: 42px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: inline-block;
}
.productTheme3 .bannerWrap .storeDesc {
  font-size: 22px;
  line-height: 26px;
}
.productTheme3 .bannerWrap .storeQRCode {
  text-align: center;
}
.productTheme3 .bannerWrap .storeQRCode img {
  margin-bottom: 5px;
}
.productTheme3 .filterCol .input-group-addon {
  background-color: #8e44ad;
  color: #fff;
  border-color: #8e44ad;
}
.productTheme3 .panel {
  background-color: #f3f3f5;
}
.productTheme3 .filterCol .filterTitle {
  color: #8e44ad;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.productTheme3 .checkbox input:checked + label:before {
  background-color: #8e44ad;
  border-color: #8e44ad;
}
.productTheme3 .radio label:after {
  background-color: #8e44ad;
}
.productTheme3 .radio input:checked + label:before {
  border-color: #8e44ad;
}
.productGridtheme3 .row.product {
  display: table;
}
.productGridtheme3 .product [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.productGridtheme3 .product .lastCol {
  border-left: 1px solid #ddd;
}
.productGridtheme3 .product .productName {
  color: #8e44ad;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.productGridtheme3 .product .price {
  color: #8e44ad;
  font-size: 24px;
}
.productGridtheme3 .product .price del {
  margin-left: 15px;
  color: #acabab;
  font-size: 14px;
  vertical-align: middle;
}
.productGridtheme3 .product .addToCartBtn {
  border-radius: 25px;
  padding: 7px 25px;
  margin-top: 15px;
  background: transparent;
  color: #8e44ad;
  border: 1px solid #8e44ad;
  font-size: 12px;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.productGridtheme3 .product:hover .addToCartBtn {
  background-color: #8e44ad;
  color: #fff;
}
.productGridtheme3 .product .imgBox {
  display: block;
  overflow: hidden;
}
.productGridtheme3 .product .imgBox>img {
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.productGridtheme3 .product:hover .imgBox>img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
.productTheme3 .loadMoreBtn,
.productDetailsTheme3 .btn {
  border: 1px solid #8e44ad;
  background-color: #8e44ad;
  color: #fff;
  margin: 15px 0 30px;
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
  width: 155px;
}
.productDetailsTheme3 {
  font-family: 'Signika', sans-serif;
  padding: 50px 0;
}
.productDetailsTheme3 #productSlider img {
  width: 100%;
}
.productDetailsTheme3 .qrTitle {
  margin-top: 20px;
}
.productDetailsTheme3 .addCartBtn {
  margin-top: 50%;
}
.productDetailsTheme3 .fa-star {
  color: #8e44ad;
}
.productDetailsTheme3 .shippingInfo {
  padding: 0 20px;
}
.productDetailsTheme3 .shippingInfo>li {
  color: #838081;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.productDetailsTheme3 .shippingInfo>li i {
  font-size: 40px;
  float: left;
  color: #8e44ad;
}
.productDetailsTheme3 .shippingInfo>li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #6b7a83;
  margin-left: 80px;
}
.productDetailsTheme3 .nav-tabs {
  border-bottom: 1px solid #8e44ad;
}
.productDetailsTheme3 .nav-tabs>li {
  margin-bottom: -1px;
}
.productDetailsTheme3 .tab-content {
  border: 0;
  padding: 20px 25px;
}
.productDetailsTheme3 .nav-tabs>li.active>a, 
.productDetailsTheme3 .nav-tabs>li.active>a:focus, 
.productDetailsTheme3 .nav-tabs>li.active>a:hover, 
.productDetailsTheme3 .nav-tabs>li>a:hover {
  background: #fff;
  border: 1px solid #8e44ad;
  border-bottom-color: transparent;
  color: #8e44ad;
}
.productDetailsTheme3 .giveRatingWrap label:hover, 
.productDetailsTheme3 .giveRatingWrap label:hover ~ label, 
.productDetailsTheme3 .giveRatingWrap input[type="radio"]:checked ~ label {
  color: #8e44ad;
}
.productDetailsTheme3 .btn {
  padding: 0;
  text-transform: uppercase;
}
.productDetailsTheme3 .commentsList {
  max-height: 305px;
}
.productDetailsTheme3 .commentsList li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.productDetailsTheme3 .commentsList li .imgBlock {
  width: 80px;
}
.productDetailsTheme3 .commentsList li .contentBlock {
  margin-left: 100px;
}
.productDetailsTheme3 .product .productName {
  font-size: 18px;
}
.productDetailsTheme3 .product .price {
  font-size: 16px;
}
.productDetailsTheme3 .owl-carousel.topNav .owl-nav {
  margin-top: 8px;
}
.productDetailsTheme3 .owl-carousel.topNav .owl-nav .owl-next:hover, 
.productDetailsTheme3 .owl-carousel.topNav .owl-nav .owl-prev:hover{
  border-color: #8e44ad;
  background: #8e44ad;
}
/* Store themes css end */

/* Contact Us css start */
.contactUsVideoWrap {
  position: relative;
}
.contactUsVideoWrap .videoContainer {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 520px;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.contactUsVideoWrap .videoContainer video {
  width: 100%;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
}
.contactUsVideoWrap .otherServices {
  background-color: rgba(248, 73, 73, 0.5);
  color: #FFFFFF;
  padding: 20px 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.contactUsVideoWrap .otherServices .item {
  cursor: pointer;
}
.contactUsVideoWrap .otherServices .item img {
  width: auto;
}
.contactUsVideoWrap .otherServices .item .contentBox {
  margin-left: 50px;
}
.contactUsVideoWrap .otherServices .item h4 {
  margin: 0;
}
.contactServiceWrap {
  background-color: rgba(36, 36, 36, 0.86);
  color: #FFFFFF;
  width: 500px;
  position: fixed;
  /*padding: 15px 20px;*/
  top: 89px;
  height: calc(100% - 70px);
  z-index: 99;
  left: -500px;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  -o-transition: .35s;
  transition: .35s
}
.contactServiceWrap.open {
  left: 0;
}
.contactServiceWrap .contactServiceBtn {
  position: absolute;
  right: -90px;
  top: 45%;
  -webkit-transform: rotate(-90deg) translateY(-40%);
  -moz-transform: rotate(-90deg) translateY(-40%);
  -o-transform: rotate(-90deg) translateY(-40%);
  transform: rotate(-90deg) translateY(-40%);
  text-transform: uppercase;
  font-weight: 700;
}
.contactServiceWrap .nav-tabs>li {
  margin-bottom: 15px;
}
.contactServiceWrap .nav-tabs>li>a {
  padding: 0;
}
.contactServiceWrap .whiteStrip {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 80px;
  padding: 8px;
  left: 0;
  height: 100%;
}
.contactServiceWrap .contentWrap {
  margin-left: 80px;
  padding: 15px;
  height: calc(100% - 20px);
}
.contactServiceWrap .contentWrap .tab-content {
  border: 0;
  padding-top: 15px;
}
.contactServiceWrap .contentWrap .tab-content ul>li {
  padding: 15px;
}
.contactServiceWrap .contentWrap .tab-content ul>li:nth-child(odd){
  background-color: rgba(128, 128, 128, 0.16);
}
.contactUsFormWrap {
  padding: 50px 0;
}
.contactUsFormWrap .heading,
.termsAndConditionsWrap .heading {
  margin-bottom: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.termsAndConditionsWrap p{
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: .2px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
}

.contactUsFormWrap p,
.contactUsFormWrap address {
  font-size: 13px;
}
.termsAndConditionsWrap ,
.contactUsFormWrap .form-group {
  margin-bottom: 20px;
}

/* Contact Us css end */

/* Marketplace css start */
.marketplaceHero {
  background-color: #eaefe9;
  padding: 50px 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.marketplaceHero:after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
.marketplaceHero .bannerTxt {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1px 20px 15px;
  margin-bottom: 8px;
}
.marketplaceBlackStrip {
  color: #000!important;
  font-size: 19px;
  text-align: center;
  background-color: #fff;
  padding: 15px 0 5px;
}

.marketplaceShopByStore .marketplaceSectionHeading .marketplaceShowAll,
.marketplaceShopByCat .marketplaceSectionHeading .marketplaceShowAll,
.marketplaceUsersList .marketplaceSectionHeading .marketplaceShowAll {
  margin-right: 115px;
  margin-top: -59px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 9px 15px;
  /*color: #969292;*/
  font-weight: 510;
}

.siteBuilderSection .marketplaceSectionHeading .marketplaceShowAll {
  margin-top: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 9px 15px;
  color: #969292;
  font-weight: 510;
}

.marketplaceShopByStore .marketplaceSectionHeading .marketplaceShowAll:hover,
.marketplaceShopByCat .marketplaceSectionHeading .marketplaceShowAll:hover,
.marketplaceDownloadApps .marketplaceSectionHeading .marketplaceShowAll:hover,
.marketplaceUsersList .marketplaceSectionHeading .marketplaceShowAll:hover,
.siteBuilderSection .marketplaceSectionHeading .marketplaceShowAll:hover {
  background-color: #ff0000!important;
  opacity: 1;
  border-color: #ff0000;
  color: #fff;
}


.marketplaceShopByCat {
  padding: 50px 0 30px;
  background-color: #fff;
}
.marketplaceShopByCat .heading,
.marketplaceDownloadApps .heading,
.browseByCollection .heading,
.marketplaceShopByStore .heading {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.marketplaceShopByCat .panel,
.marketplaceShopByStore .panel,
.browseByCollection .panel {
  -webkit-box-shadow: 4px 3px 1px rgba(156,156,156,0.5);
  -moz-box-shadow: 4px 3px 1px rgba(156,156,156,0.5);
  -o-box-shadow: 4px 3px 1px rgba(156,156,156,0.5);
  box-shadow: 4px 3px 1px rgba(156,156,156,0.5);
  border: 0;
  border-radius: 0;
}
.marketplaceShopByCat .panel {
  text-align: center;
  display: block;
  color: #4e4d4d;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.marketplaceShopByCat .panel:hover {
  color: #ff0000;
}
.marketplaceShopByCat .panel-heading {
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
}
.marketplaceShopByCat .shopNowBtn {
  background-color: #413d3c;
  color: #fff;
}
.browseByCollection {
  /*background-color: #EDEDED;*/
  background-color: #fff;
  padding: 45px 0;
}
.browseByCollection .panel {
  max-height: 185px;
  min-height: 185px;
  overflow: hidden;
  font-size: 13px;
}
.browseByCollection .panel .imgCol {
  /*min-height: 185px;*/
  position: relative;
}
.browseByCollection .panel .imgCol img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  min-height: 190px;
  /*-webkit-transform: translateY(-50%);*/
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
 /* transform: translateY(-50%);*/
}
.browseByCollection .panel .contentHeading {
  line-height: 18px;
  color: #242424;
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px;
}
.marketplaceShopByStore {
  padding: 30px 0;
  background-color: #fff;
}
.marketplaceShopByStore .panel {
  display: block;
  color: #4e4d4d;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.marketplaceShopByStore .panel:hover {
  color: #ff0000;
}
.marketplaceShopByStore .panel-heading {
  max-height: 180px;
  min-height: 180px;
  overflow: hidden;
}
.siteBuilderSection {
  background-color: #1C1C1C;
  color: #FFFFFF;
  padding: 50px 0 30px;
}
.siteBuilderSection h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
}
.siteBuilderSection h4 {
  font-size: 23px;
  line-height: 28px;
}
.siteBuilderSection .rightCol {
  margin-top: 100px;
}
.siteBuilderSection .rightCol .btn {
  line-height: 25px;
  font-size: 15px;
  height: 40px;
}
.siteBuilderSection .musicList {
  margin-top: 30px;
  font-size: 12px;
}
/*.siteBuilderSection .musicList a {
  display: block;
  max-height: 145px;
  overflow: hidden;
  margin-bottom: 8px;
}*/
.siteBuilderSection .musicList a>img {
  height: 125px;
}
.allUsersList {
  border-radius: 0;
}
.marketplaceUsersList {
  padding-top: 80px;
  border-radius: 0;
}
.marketplaceUsersList .panel,
.allUsersList .panel {
  -webkit-box-shadow: 2px 2px 8px #ccc;
  -moz-box-shadow: 2px 2px 8px #ccc;
  box-shadow: 2px 2px 8px #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-bottom: 50px;
}
.marketplaceUsersList .panel .panel-heading,
.allUsersList .panel .panel-heading {
  padding: 0;
  max-height: 145px;
  overflow: hidden;
  border-radius: 0;
}
.marketplaceUsersList .panel .carousel img,
.allUsersList .panel .carousel img {
  min-height: 200px;
}
.marketplaceUsersList .followWrap{
  margin-top: -25px;
  text-align: center;
}
.allUsersList .followWrap {
  margin-top: -70px;
  text-align: center;
}
.marketplaceUsersList .followWrap .circleImage,
.allUsersList .followWrap .circleImage {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.marketplaceUsersList .followWrap img,
.allUsersList .followWrap img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.marketplaceUsersList .circleImage:hover img,
.allUsersList .circleImage:hover img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.marketplaceUsersList .followWrap .followBtn,
.allUsersList .followWrap .followBtn {
  background-color: #ea323a;
  color: #fff;
  border-radius: 20px;
  margin: 25px 0 15px;
  padding: 4px 8px;
}
.marketplaceUsersList .followWrap .followBtn i,
.allUsersList .followWrap .followBtn i {
  margin-right: 5px;
}
.marketplaceUsersList .starRating,
.allUsersList .starRating {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
}
.marketplaceUsersList .followWrap p,
.allUsersList .followWrap p {
  font-weight: 700;
  margin: 0;
}
.marketplaceUsersList .followWrap .btn,
.allUsersList .followWrap .btn {
  position: absolute;
  top: 40px;
  margin: 0;
  right: -50px;
}
.marketplaceUsersList .panel h4,
.allUsersList .panel h4 {
  font-weight: 700;
  margin: 0 0 20px;
}
.marketplaceUsersList .panel .paragraph {
  margin-bottom: 20px;
  min-height: 140px;
}
.allUsersList .panel .paragraph {
  min-height: 124px;
}
.marketplaceUsersList .panel .subscribeBtn,
.allUsersList .panel .subscribeBtn {
  text-transform: uppercase;
  font-weight: 700;
}
.marketplaceUsersList .panel .subscribeBtn:hover,
.allUsersList .panel .subscribeBtn:hover {
  background-color: #1C1C1C;
  opacity: 1;
}
/* Marketplace css end */

/* Web Hosting css start */
.webHostingWrap .sidebar {
  background-color: #222;
  padding: 30px;
  color: #fff;
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.webHostingWrap .sidebar.affix {
  top: 88px;
  position: fixed;
}
.webHostingWrap .hostingSidebarBtn {
  position: fixed;
  left: 0;
  padding: 6px;
  top: 297px;
  z-index: 9;
}
.webHostingWrap .sidebar .sidebarHeading {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid;
}
.webHostingWrap .sidebar .sidebarHeading .fa-server {
  vertical-align: middle;
  margin-right: 5px;
}
.webHostingWrap .sidebar .sidebarHeading .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.webHostingWrap .sidebar>ul>li {
  margin-bottom: 20px;
  font-weight: 600;
}
.webHostingWrap .sidebar>ul>li>ul {
  margin-left: 15px;
}
.webHostingWrap .sidebar>ul>li>ul>li {
  margin-bottom: 5px;
}
.webHostingWrap .sidebar>ul a {
  color: #fff;
  font-size: 12px;
}
.webHostingWrap .heading {
  font-size: 24px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.webHostingWrap .sectionHeading {
  font-size: 24px;
  margin-bottom: 20px;
}
.webHostingWrap .table-responsive {
  margin-bottom: 50px;
}
.webHostingWrap .table thead {
  background-color: #ff0000;
  color: #fff;
}
.webHostingWrap .table thead th {
  height: 60px;
  vertical-align: middle;
}
.webHostingWrap .table thead th:first-child,
.webHostingWrap .table tbody th {
  border-right: 1px solid #ddd;
}
.webHostingWrap .table tbody th {
  color: #969696;
}
.webHostingWrap .table>tbody>tr>td, 
.webHostingWrap .table>tbody>tr>th, 
.webHostingWrap .table>thead>tr>td, 
.webHostingWrap .table>thead>tr>th {
  padding: 20px 25px;
  vertical-align: middle;
}
.webHostingWrap .priceWrap {
  font-weight: 700;
  font-size: 16px;
}
.webHostingWrap .priceWrap sup {
  display: inline-flex;
  line-height: 16px;
  top: 0;
}
.webHostingWrap .priceWrap .price {
  font-size: 36px;
  color: #ff0000;
  display: inline-block;
  margin: 0 5px;
}
.webHostingWrap .btnGray {
  background-color: rgba(34, 34, 34, 0.85);
  color: #fff;
}
.webHostingWrap .btnGray:hover {
  background-color: #ff0000;
  opacity: 1;
}
.webHostingWrap .servicesIncluded {
  margin-bottom: 30px;
}
.webHostingWrap .servicesIncluded>li {
  margin-bottom: 5px;
}
.customHostingSection {
  margin-bottom: 50px;
}
.customHostingSection .table>tbody .uiSliderVal {
  border: 0;
  color: #ff0000;
  background: transparent;
  display: inline-block;
  width: 50px;
  text-align: center;
}
.customHostingSection .table>tbody .ui-slider {
  width: 90%;
  height: 8px;
}
.customHostingSection .table .ui-widget-header {
  background: #92d5fc;
}
.customHostingSection .table .ui-widget-content {
  background: #e4e4e4;
  border: 0;
  -webkit-box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.3);
  -o-box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.3);
  box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.3);
}
.customHostingSection .table .ui-slider .ui-slider-handle {
  outline: none;
  top: -5px;
}
.customHostingSection .table .ui-corner-all {
  border-radius: 15px;
}
.customHostingSection .table>tbody ul.hddSpaceRange,
.customHostingSection .table>tbody ul.trafficRange {
  margin: 8px 0 0;
}
.customHostingSection .table>tbody ul.hddSpaceRange>li {
  padding-right: 6.7%;
}
.customHostingSection .table>tbody ul.hddSpaceRange>li:last-child,
.customHostingSection .table>tbody ul.trafficRange>li:last-child {
  padding-right: 0;
}
.customHostingSection .table>tbody ul.trafficRange>li {
  padding-right: 9%;
}
.customHostingSection .table>tbody ul>li .ruplerPoints {
  display: block;
  border-left: 1px solid #929292;
  height: 6px;
}
.customHostingSection .table .radio-inline {
  margin-right: 50px;
}
.customHostingSection .orderSummary {
  padding: 0;
  text-align: center;
}
.customHostingSection .orderSummary .panel-heading {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 20px 15px;
}
.webHostingWrap .domainRegistration .domainAvailableHeader {
  background-color: #f00;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
.webHostingWrap .domainRegistration .form-inline {
  background-color: #f9f9f9;
  padding: 20px; 
  margin-bottom: 50px;
}
.webHostingWrap .domainRegistration .form-inline .form-group {
  margin-right: 20px;
}
.webHostingWrap .domainRegistration .form-inline #domain_name {
  min-width: 350px;
}
/* Web Hosting css end */

/* My Orders css start */
.myOrdersWrap {
  min-height: 478px;
  display: block;
}
.myOrdersWrap .heading {
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* My Orders css end */

/* LMS css start */
.lmsHero {
  position: relative;
  z-index: 1;
  border-top: 5px solid #00aeef;
  color: #fff;
}
.lmsHero [class*=col-] {
  padding: 0;
}
.lmsHero .leftCol {
  background: url('../images/e31960c6002b302bf82a471d2b21c494.jpeg') no-repeat center center/cover;
  min-height: 443px;
}
.lmsHero .mainHeading {
  margin: 50px 0 0;
}
.lmsHero .subHeading {
  font-size: 20px;
  margin-bottom: 25px;
}
.lmsHero .blueStrip {
  background-color: #00aeef;
  padding: 30px 0 8px 20px;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30%, 90% 0);
}
.lmsHero .blueStrip .iconCol {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
  width: 110px;
  text-align: right;
}
.lmsHero .blueStrip .textCol {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  padding-right: 10%;
}
.lmsHero .blueStrip .webPresence {
  font-size: 22px;
  font-weight: 100;
  margin: 0 0 5px;
}
.lmsHero .blueStrip .joinScandisc {
  font-size: 13px;
  margin: 0 0 5px;
}
.lmsHero .blueStrip .textCol .para {
  font-size: 11px;
  margin-bottom: 20px;
}
.lmsHero .profileInfoCol {
  background: #030000;
  padding-top: 25px;
}
.lmsHero .profilePicWrap {
  width: 182px;
  margin: 0 auto;
}
.lmsHero .profilePicWrap .btn {
  color: #00aeef;
  background: transparent;
  border: none;
  font-size: 28px;
  padding: 0;
}
.lmsHero .profilePicWrap .profilePic {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  margin: 0 5px 0;
}
.lmsHero .profileText {
  font-size: 12px;
  margin-bottom: 0;
}
.lmsHero .profileName {
  margin: 5px 0;
}
.lmsHero .flyColorWrap {
  display: table;
  width: 100%;
}
.lmsHero .flyColorWrap .qrCodeImg {
  width: 100px;
}
.lmsHero .flyColorWrap .flyColorCol {
  display: table-cell;
  vertical-align: middle;
}
.lmsHero .flyColorWrap .flyColorText {
  padding-left: 20px;
  font-weight: 100;
}
.lmsHeroBottom {
  background-color: #221E1F;
  margin-bottom: 5px;
}
.lmsHeroBottom .integrationTool {
  color: #fff;
  margin: 50px 0;
  position: relative;
}
.lmsHeroBottom .integrationTool .heading {
  font-size: 20px;
  border-bottom: 1px solid #00aeef;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.lmsHeroBottom .integrationTool .para {
  margin-right: 31%;
}
.lmsHeroBottom .silo360Img {
  background-color: #00aeef;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
}
.lmsHeroBottom .silo360Img h4 {
  font-size: 15px;
}
.lmsPromote {
  background-color: #221E1F;
  padding: 20px 0;
  color: #fff;
}
.lmsPromote .heading {
  color: #fff;
  font-size: 42px;
  margin: 5px 0 0;
}
.lmsPromote .subHeading,
.lmsFeatures .textColor {
  color: #00aeef;
}
.lmsPromote .btn {
  margin-bottom: 30px;
}
.lmsFeatures {
  padding: 25px 0;
}
.lmsFeatures .imgwrap {
  margin-bottom: 10px;
  height: 50px;
}
.lmsFeatures .heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #00aeef;
  margin-bottom: 15px;
}
.lmsHeroBottom .integrationTool .btnBlue,
.lmsFeatures .btnBlue {
  background-color: #00aeef;
  color: #fff;
  min-width: 140px;
  margin-bottom: 30px;
}
.lmsFooter {
  background-color: #000;
}
.lmsFooter .mobImg {
  margin-top: -35px;
}
.lmsFooter .middleContent {
  text-align: center;
  margin-top: 30px;
}
.lmsFooter .middleContent a {
  display: block;
  color: #fff;
  font-size: 24px;
  margin: 15px 0;
}
.lmsFooter .appStoreCol {
  padding-top: 30px;
}
.lmsFooter .appStoreCol img {
  margin-bottom: 20px;
}
/* end of LMS css */

/* Scandisc home css start */
.scandiscHero {
  position: relative;
  z-index: 1;
  color: #fff;
}
.scandiscHero:before {
  content: '';
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.scandiscHero .mainHeading {
  margin: 50px 0 0;
}
.scandiscHero .subHeading {
  font-size: 20px;
  margin-bottom: 25px;
}
.scandiscHero .redStrip {
  background-color: #ED1B23;
  padding: 40px 0 8px 20px;
  display: table;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30%, 90% 0);
  width: 55%;
  float: left;
}
.scandiscHero .redStrip .iconCol {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
  width: 85px;
}
.scandiscHero .redStrip .textCol {
  display: table-cell;
  vertical-align: middle;
  width: 83%;
  padding-right: 15%;
}
.scandiscHero .redStrip .webPresence {
  font-size: 22px;
  font-weight: 100;
  margin: 0 0 5px;
}
.scandiscHero .redStrip .joinScandisc {
  font-size: 13px;
  margin: 0 0 5px;
}
.scandiscHero .redStrip .textCol .para {
  font-size: 11px;
  margin-bottom: 20px;
}
.scandiscHero .qrCodeImg {
  float: left;
  margin: 55px 0 0 15px;
}
.scandiscHero .integrationTool {
  margin: 50px 0;
}
.scandiscHero .integrationTool .heading {
  font-size: 20px;
  border-bottom: 1px solid #f00;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.scandiscHero .integrationTool .para {
  margin-right: 31%;
}
.scandiscHero .silo360Img {
  background-color: #ED1B23;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 40px;
}
.scandiscHero .silo360Img:before {
  border-bottom: 76px solid #ED1B23;
  border-left: 89px solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  left: -89px;
  top: 0;
  height: 100%;
  width: 35%;
}
.scandiscPromote {
  background-color: #221E1F;
  padding: 20px 0;
  color: #fff;
}
.scandiscPromote .heading {
  color: #fff;
  font-size: 42px;
  margin: 5px 0 0;
}
.scandiscPromote .subHeading {
  margin-bottom: 50px;
}
.scandiscPromote .btn {
  margin-bottom: 30px;
}
.scandiscFeatures {
  padding: 25px 0;
}
.scandiscFeatures .heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #FF0000;
  margin-bottom: 15px;
}
.scandiscFooter {
  background-color: #000;
}
.scandiscFooter .mobImg {
  margin-top: -35px;
}
.scandiscFooter .middleContent {
  text-align: center;
  margin-top: 50px;
}
.scandiscFooter .middleContent a {
  display: block;
  color: #fff;
  font-size: 24px;
  margin: 15px 0;
}
/* end of Scandisc home css */

/* footer css start */
.footerWrap {
  background-color: #000;
  color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 9;
}
.footerWrap .homeFooterText {
  font-size: 11px;
  margin: 0;
}
.footerWrap .socialMedia {
  float: right;
  margin: 0;
}
.socialMedia li {
  padding: 0 2px;
}
.socialMedia li a {
  display: block;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.socialMedia li a:hover {
  color: #FF0000;
  border-color: #FF0000;
}
#scrollTopBtn {
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  bottom: 42px;
  right: 25px;
  color:var(--text-color-secondary);
  background-color: var(--footer-bg-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 99;
} 
/* footer css end */

/* common css start */
#popupBg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
}
.videoPopup {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  height: 360px;
  width: 640px;
  background: #FFF;
  z-index: 9999;
  border: 1px solid #ccc;
  overflow: hidden;
}
.videoPopup .closePopup {
  height: 30px;
  width: 30px;
  position: absolute;
  font-size: 24px;
  top: 5px;
  color: #FFF;
  right: 5px;
  display: block;
  line-height: 28px;
  text-decoration: none;
  background: #333;
  border-radius: 15px;
  text-align: center;
}
.videoPopup .videoContainer {
  width: 640px;
  height: 360px;
  -moz-box-shadow: 0 0 10px #222;
  -webkit-box-shadow: 0 0 10px #222;
  box-shadow: 0 0 10px #222;
}

#appsModalVideo .videoPopup {
  background-color: #000;
  height: 425px !important;
}

.videoPopup #appsModalVideoFooter {
  text-align: center;
  padding: 8px;
  background-color: 
}
.videoPopup #appsModalVideoFooter .btn {
  margin: 8px;
}
.pricePlanWrap .videoPopupLink {
  text-decoration: none; /* no underline */
}

.redText,
.error,
label > span {
  color: #FF0000;
}
.btn.active, 
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus,
.btn:hover {
  outline: none;
  opacity: 0.7;
}
/*
.btn,
.learnMoreAbout .dropdown-menu,
.fiberRailSection .well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
*/
.btn-lg {
  font-size: 15px;
}
.btnRed {
  background-color: #FF0000;
  padding: 6px 25px;
}
.btnRed,
.btnRed:hover,
.btnRed:focus {
  color: #fff;
}

.btnOrange {
  background-color: orangered;
  padding: 6px 25px;
}
.btnOrange,
.btnOrange:hover,
.btnOrange:focus {
  color: #fff;
}
.textWhite {
  color: #fff;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs>li {
  margin-bottom: 0;
}
.nav-tabs>li>a {
  color: #5c5c5c;
  font-weight: 700;
  border-radius: 0;
  padding: 10px 30px;
  border: 0;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
  background-color: #dedede;
  border: 0;
}
.tab-content {
  /*border-top: 10px solid #7f7f7f;*/
  border-top: 5px solid #fff;
}
ul.typoList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
}
ul.typoList li:before {
  content: "";
  border-radius: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}
ol.typoList {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  padding-left: 30px;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
ol.upperRoman {
  list-style-type: upper-roman;
}
ol.lowerRoman {
  list-style-type: lower-roman;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.socialIconWrap {
  text-align: center;
}
.socialIconWrap li {
  padding: 0;
}
.socialIconWrap a {
  color: #fff;
  display: block;
  background-color: #3b56ad;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.socialIconWrap a.facebook {
  background-color: #3b56ad;
}
.socialIconWrap a.twitter {
  background-color: #19b1f0;
}
.socialIconWrap a.googlePlus {
  background-color: #e34e38;
}
.socialIconWrap a.pinterest-p {
  background-color: #ca1a1c;
}
.socialIconWrap a.instagram {
  background-color: #4072a3;
}
.socialIconWrap a.linkedin {
  background-color: #0068a5;
}
.pagination>ul {
  padding:0;
  list-style:  none;
}
.pagination li,
.pagination span {
  display: inline;
  padding: 0 8px;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination li>a, 
.pagination span {
  color: #222;
}
.pagination .active_page, 
.pagination .active_page:focus, 
.pagination .active_page:hover, 
.pagination li a:focus, 
.pagination li a:hover, 
.pagination li span:focus, 
.pagination li span:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  color: #fff;
}


/* Admin Service Plans by ranjit on date : 16 May 2018 Start*/

.adminServiceHeader {
  background-color: #eaefe9;
  padding: 50px 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.adminServiceHeader:after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
.adminServiceHeader .bannerTxt {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1px 20px 15px;
  margin-bottom: 8px;
}

.adminServicesPlans #products-tabs-list > li {
  float:none;
  display:inline-block;
  margin: 0 10px;
  font-weight: 600;
}

.adminServicesPlans .container .heading {
  font-weight:600;
}
.adminServicesPlans .container .subHeading {
  font-weight:600; 
  margin: 0 0 20px;
}

.adminServicesPlans #products-tabs-list {
  text-align:center;
  margin: 0 0 15px;
  padding: 0;
}

.adminServicesPlans .tab-style-1 li a {
  background: #f00;
  border: 1px solid #cec5c5;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 60px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.adminServicesPlans .tab-style-1 li a:hover, .tab-style-1 li.active a {
  /*ayesha 28/05/2018
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;*/
  background: #796b6b;
  border-color: #cec5c5;
  color: #fff;
}

.adminServicesPlans .nav-tabs  {
  border-bottom: none;
  padding-bottom:20px;
  color: #444645;
  text-align: center;
}

.adminServicesPlans .nav-tabs>li  {
  float:none;
}

.adminServicesPlans .nav >li {
  display: inline;
}

.adminServicesPlans .nav-tabs>li>label
{
  display: inline-block;
  padding: 1em;
  margin: 0;
  cursor: pointer;
  color: #444645;
}
.adminServicesPlans .nav-tabs>li.active>label
{
  cursor: default;
}
.adminServicesPlans .tab-content {
  border-top: 0 !important;
}

.adminServicesPlans .servicesFooterText {
  font-size:12px;
  color:#a5a5a5;
}

.adminServicesPlans .plans {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  margin-left: 9px;
}

.adminServicesPlans .premiumContentImageDiv {
  float: left;
  height: 320px;
  width: 62%;
  /*margin: -30px -5px;*/
  padding: 10px 30px;
  text-align: center;
}
.adminServicesPlans .plan .planRadioLabel {
  cursor: pointer;
}
.adminServicesPlans .premiumContentImage {
  height: 258px;
  width: 100%;
}
.adminServicesPlans .panel.panel-default {
  height: auto;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 30px 15px;
}
.adminServicesPlans .panel.panel-default{
  height: auto !important;
}
.adminServicesPlans #cloudServices .panel {
  padding: 30px 15px;
  text-align: center;
  background: white;
}
.adminServicesPlans #cloudServices .panel:hover {
  border-color: #FF0000;
}
.adminServicesPlans .plan-price {
  margin-bottom: 15px;
  font-size: 25px;
  color: #444645;
  font-weight: bold;
}

.adminServicesPlans .plan-title {
  margin: 0 0 5px;
  font-size: 32px;
  font-weight: bold;
  color: #FF0000;
}

.adminServicesPlans .plan-unit {
  display: inline;
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #a5a5a5;
  text-transform: none;
}

.adminServicesPlans .plan-features {
  line-height: 16px;
  font-size: 15px;
  font-weight: 500;
  color: #a5a5a5;
  text-transform: none;
  margin-bottom: 5px;
}
.adminServicesPlans .plan-feature + .plan-feature {
  margin-top: 5px;
}
.adminServicesPlans .plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.adminServicesPlans .plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.adminServicesPlans .plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}
.adminServicesPlans .plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  padding-top: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #FF0000;
  border-radius: 0 0 4px 4px;
}
.adminServicesPlans .panel h6 {
  margin: 0 0 15px;
}
.adminServicesPlans #wirelessServices img {
  max-width: 100%;
}
.adminServicesPlans .radio-inline {
  font-weight: 600;
}

.rpdigitelServiceMain #rpdigitel-services-plans .panel{
  background-color: #505050;
}
.rpdigitelServiceMain #rpdigitel-services-plans .panel .radio-inline{
  padding: 20px 0;
}
/* Admin Service Plans by ranjit on date : 16 May 2018 End*/

.areaOfInterest .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* plan order css start */
.planBoxesWrap {
  margin-bottom: 30px;
}
.noMargin {
  margin: 0;
}
.planBoxesWrap .planBox {
  color: #fff;
  padding: 15px 30px;
  position: relative;
}
.planBoxesWrap .grayBox {
  background: #414142;
}
.planBoxesWrap .grayBox .btn {
  background: #fff;
  color: #FF0000;
  font-weight: 600;
  padding: 6px 25px;
}
.planBoxesWrap .whiteBox {
  color: #333;
}
.planBoxesWrap .whiteBox .planSiloTVContent h4 {
  font-size: 24px;
  margin: 0 0 3px;
}
.planBoxesWrap .whiteBox .planSiloTVImg{
  height: 150px;
}
.planBoxesWrap .whiteBox .radio-inline {
  color: #ED1C24;
}

.planBoxesWrap .planBox .radio {
  margin-top: 30px;
}
.planBoxesWrap .whiteBox .radio {
  color: #FF0000;
}
.planBoxesWrap .redBox {
  background: #ED1C24
}
/*.planBoxesWrap .redBox .textContent h3 {
  margin-right: 28%
  }*/
  
  .planBoxesWrap .yellowBox {
    background: #F58220
  }
  .planBoxesWrap .orderDetails {
    margin-top: 30px;
  }
  .planBoxesWrap .orderDetails .orderHeading {
    border-bottom: 10px solid #FF0000;
    padding-bottom: 5px;
    margin-bottom: 30px;
    position: relative;
  }
  .planBoxesWrap .orderDetails .orderHeading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background: #333;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
  }
  .planBoxesWrap .orderDetails .orderHeading span {
    position: absolute;
    background: #fff;
    left: 0;
    top: 1px;
    padding: 0 15px 0 30px;
  }
  .planBoxesWrap .orderDetails .totalAmount {
    background: #efeaea;
    padding: 20px 15px 20px 50px;
    margin: 30px 0;
    position: relative;
    font-size: 11px
  }
  .planBoxesWrap .orderDetails .totalAmount:before {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; 
    border-left: 30px solid red; 
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .planBoxesWrap .orderDetails .totalAmount h4 {
    font-weight: 600;
    margin: 0 0 5px;
  }
  .planBoxesWrap .orderDetails .orderSubHeading {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  .planBoxesWrap .orderDetails .removeAdminPlanDiv {
    padding: 3px 10px;
  }
  .planBoxesWrap .orderDetails .otherChargeText {
    margin-bottom: 40px;
  }
  .planBoxesWrap .orderDetails .list {
    padding-left: 16px;
  }
  .planBoxesWrap .orderDetails .list>li {
    margin-bottom: 5px;
  }
  .planBoxesWrap .orderDetails .panel {
    padding: 15px;
  }
  .planBoxesWrap .orderDetails .panel .orderPrice {
    float: right;
    font-size: 16px;
  }
  .planBoxesWrap .orderDetails .qrCodeImg {
    margin-bottom: 20px;
  }
  .almostDoneWrap {
    margin-bottom: 30px;
  }
  .almostDoneWrap .almostDonebanner,
  .becomeDealerWrap .banner {
    background: #414142;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
  }
  .almostDoneWrap .almostDonebanner .heading,
  .becomeDealerWrap .banner .heading {
    margin: 5px 0 0;
  }
  .almostDoneWrap .redBorder,
  .becomeDealerWrap .redBorder {
    border: 2px solid #FF0000
  }
  .almostDoneWrap .grayBorder,
  .becomeDealerWrap .grayBorder {
    border-color: #9e9e9e;
    margin-bottom: 10px;
  }
  .almostDoneWrap .agentCode .firstCol,
  .becomeDealerWrap .agentCode .firstCol {
    display: inline-block; 
    vertical-align: top;
  }
  .almostDoneWrap .agentCode,
  .becomeDealerWrap .agentCode {
    text-align: right;
  }
  .almostDoneWrap .agentCode .qrCodeCol,
  .becomeDealerWrap .agentCode .qrCodeCol {
    display: inline-block;
  }
  .almostDoneWrap .agentCode label,
  .becomeDealerWrap .agentCode label {
    width: 155px;
    text-align: right;
    padding-right: 4px;
    margin-bottom: 14px;
  }
  .almostDoneWrap .agentCode input,
  .becomeDealerWrap .agentCode input {
    width: 34px;
    height: 32px;
    padding: 5px 0px 5px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .almostDoneWrap .thanksText,
  .becomeDealerWrap .thanksText {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  .becomeDealerWrap {
    margin-bottom: 30px
  }
  .becomeDealerWrap .requestHeading {
    margin: 0 0 3px;
    font-size: 20px;
    font-weight: 600;
  }
  .becomeDealerWrap .subHeading {
    margin-bottom: 30px;
  }
  .becomeDealerWrap .areaOfInterest {
    margin-bottom: 30px;
    border-bottom: 10px solid #ff0000;
    padding-bottom: 20px;
  }
  .becomeDealerWrap .areaOfInterest .radioRow {
    margin-bottom: 5px;
  }
  .becomeDealerWrap .areaOfInterest .submitText {
    margin-top: 28px;
  }
  .becomeDealerWrap .goToMyPOSBtn {
    margin: 20px 0;
  }
  /* plan order css end */

  /* dealer portal plan css start */
  .dealerPortalPlans {
    background: #e0dede;
  }
  .dealerPortalPlans .banner {
    background: #333;
    border-bottom: 10px solid #1b1b1b;
  }
  .dealerPortalPlans .banner .dealerImgWrap {
    color: #fff;
    margin: 15px 0
  }
  .dealerPortalPlans .banner .dealerImgWrap img {
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 5px;
  }
  .dealerPortalPlans .banner .nav-tabs {
    margin-top: 56px;
  }
  .dealerPortalPlans .banner .nav-tabs>li>a {
    color: #fff;
    padding: 0 40px 0 0;
    border-bottom: 3px solid #656565;
    margin-right: 15px;
    font-weight: 300;
  }
  .dealerPortalPlans .banner .nav-tabs>li.active>a, 
  .dealerPortalPlans .banner .nav-tabs>li.active>a:focus, 
  .dealerPortalPlans .banner .nav-tabs>li.active>a:hover, 
  .dealerPortalPlans .banner .nav-tabs>li>a:hover {
    background: transparent;
    border-bottom-color: #ff0000;
  }
  .dealerPortalPlans .tab-content {
    border: 0;
    padding-top: 30px;
  }
  .dealerPortalPlans .panel {
    padding: 20px 15px;
  }
  .dealerPortalPlans .mobileSign {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    margin-left: 15px;
  }
  .dealerPortalPlans .selectDeviceBox {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 15px 40px;
  }
  .dealerPortalPlans .panel.firstPanel {
    padding-top: 44px;
    text-align: center;
  }
  .dealerPortalPlans .panel.thirdPanel {
    padding-top: 41px;
  }
  .dealerPortalPlans .panel.fifthPanel {
    padding-top: 50px;
  }
  .dealerPortalPlans .panel.sixPanel {
    padding-top: 30px;
  }
  .dealerPortalPlans .panel.firstRowHeight {
    min-height: 169px;
  }
  .dealerPortalPlans .panel.lastRowHeight {
    min-height: 148px;
  }
  .dealerPortalPlans .panel>.list-group {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .dealerPortalPlans .fa-plus {
    color: #ff0000;
    font-size: 18px;
  }
  .dealerPortalPlans .callImgWrap {
    position: absolute;
    top: -40px;
    left: 15px;
    width: 100%
  }
  .dealerPortalPlans .callImgWrap img {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
  }
  .dealerPortalPlans .callImgWrap .text {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px;
  }
  .dealerPortalPlans .btn + .btn {
    margin-left: 10px
  }
  .dealerPortalPlans .bottomWrap {
    background: #333;
    color: #fff;
    padding: 15px;
  }
  .dealerPortalPlans .bottomWrap h3 {
    margin: 0;
    font-size: 28px;
  }
  .dealerPortalPlans .bottomWrap .smallText {
    font-size: 12px;
  }
  .dealerPortalPlans .bottomWrap .btn {
    margin-top: 6px;
  }
  .dealerPortalPlans .bottomWrap .span {
    display: block;
    margin-top: 13px
  }
  .btnGray {
    background: #333;
    padding: 6px 25px;
  }
  .btnGray, .btnGray:hover, .btnGray:focus {
    color: #fff;
  }
  /* dealer portal plan css end */


  /* Pagination by atul suroshe on date : 23 Jan 2018; */
  div.pagination {
    font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    padding:2px;
    margin: 20px 10px;
    float: right;
  }

  div.pagination a {
    margin: 2px;
    padding: 0.5em 0.64em 0.43em 0.64em;
    border: 1px solid #F50707;
    text-decoration: none;
    color: #F50707;
  }
  div.pagination b {
    margin: 2px;
    padding: 0.5em 0.64em 0.43em 0.64em;
    background-color: #F50707;
    text-decoration: none; /* no underline */
    color: #fff;
  }
  div.pagination a:hover, div.pagination a:active {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #F50707;
    color: #fff;
  }
  div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #F50707;
    color: #6d643c;
  }
  div.pagination span.disabled {
    display:none;
  }

  /*  Pagination by atul end*/
  .pagination ul li{display: inline-block;}
  .pagination ul li a.active{opacity: .5;}

  /* loading */
  .loading{position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.7);}
  .loading .content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
  }
  .owl-carousel.topNav .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
    /*right: 9%;*/
    width: 100px;
  }
  .owl-carousel.topNav .owl-nav .owl-next, 
  .owl-carousel.topNav .owl-nav .owl-prev {
    float: left;
    text-align: center;
    color: #969292;
    border: 1px solid #cdcbcb;
    margin: 5px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .owl-carousel.topNav .owl-nav .owl-next:hover, 
  .owl-carousel.topNav .owl-nav .owl-prev:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #FFFFFF;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
  }

  /*Product falg*/
  .product-flag{
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    text-align: center;
    background-color: #1d0c0c52;
    overflow: hidden;
    padding: 0 0 0 10px;
    height: 35px;
    font: 400 12px/35px "Raleway", sans-serif;
    width: 45px;
    top: 5px;
    right: 5px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 13px;
    right: 10px;
  }
  .product-flag-c{
    background: #00000047;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 4px;
    width: 40px;
  }
  /*Product falg*/
  /* common css end */

  /* responsive css */

  @media (min-width: 768px) {
    .modal-xl {
      width: 90%;
      max-width:1200px;
    }
  }

  @media (min-width: 1400px) {
    .loginFooterWrap {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
    }
  }
  @media (max-width: 1400px) {
    /* Login css start */
    #signUpCarousel {
      min-height: 800px;
    }
    .loginFormWrap.signUpFormWrap {
      top: 450px;
    }
    /* Login css end */
    .customHostingSection .orderSummary .btn {
      padding: 6px 18px;
    }
  }
  @media (max-width: 1200px) {
    /* Home css start */
    #carousel-home-banner .item, #carousel-home-smartphone .item {
      max-height: 575px;
    }
    #carousel-home-banner .carousel-caption, #carousel-home-smartphone .carousel-caption {
      padding: 0 5%;
    }
    .planBoxesWrap .orderDetails {
      margin-top: 30px;
    }
    .planBoxesWrap .orderDetails .orderHeading {
      border-bottom: 10px solid #FF0000;
      padding-bottom: 5px;
      margin-bottom: 30px;
      position: relative;
    }
    .planBoxesWrap .orderDetails .orderHeading:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      background: #333;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      z-index: 1;
    }
    .planBoxesWrap .orderDetails .orderHeading span {
      position: absolute;
      background: #fff;
      left: 0;
      top: 1px;
      padding: 0 15px 0 30px;
    }
    .planBoxesWrap .orderDetails .totalAmount {
      background: #efeaea;
      padding: 20px 15px 20px 50px;
      margin: 30px 0;
      position: relative;
      font-size: 11px
    }
    .planBoxesWrap .orderDetails .totalAmount:before {
      content: '';
      width: 0; 
      height: 0; 
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent; 
      border-left: 30px solid red; 
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .planBoxesWrap .orderDetails .totalAmount h4 {
      font-weight: 600;
      margin: 0 0 5px;
    }
    .planBoxesWrap .orderDetails .orderSubHeading {
      border-bottom: 1px solid #444;
      padding-bottom: 5px;
      font-weight: 600;
      margin: 0 0 10px;
    }
    .planBoxesWrap .orderDetails .otherChargeText {
      margin-bottom: 40px;
    }
    .planBoxesWrap .orderDetails .list {
      padding-left: 16px;
    }
    .planBoxesWrap .orderDetails .list>li {
      margin-bottom: 5px;
    }
    .planBoxesWrap .orderDetails .panel {
      padding: 15px;
    }
    .planBoxesWrap .orderDetails .panel .orderPrice {
      float: right;
      font-size: 16px;
    }
    .planBoxesWrap .orderDetails .qrCodeImg {
      margin-bottom: 20px;
    }
    .almostDoneWrap {
      margin-bottom: 30px;
    }
    .almostDoneWrap .almostDonebanner,
    .becomeDealerWrap .banner {
      background: #414142;
      color: #fff;
      text-align: center;
      padding: 15px;
      margin-bottom: 30px;
    }
    .almostDoneWrap .almostDonebanner .heading,
    .becomeDealerWrap .banner .heading {
      margin: 5px 0 0;
    }
    .almostDoneWrap .redBorder,
    .becomeDealerWrap .redBorder {
      border: 2px solid #FF0000
    }
    .almostDoneWrap .grayBorder,
    .becomeDealerWrap .grayBorder {
      border-color: #9e9e9e;
      margin-bottom: 10px;
    }
    .almostDoneWrap .agentCode .firstCol,
    .becomeDealerWrap .agentCode .firstCol {
      display: inline-block; 
      vertical-align: top;
    }
    .almostDoneWrap .agentCode,
    .becomeDealerWrap .agentCode {
      text-align: right;
    }
    .almostDoneWrap .agentCode .qrCodeCol,
    .becomeDealerWrap .agentCode .qrCodeCol {
      display: inline-block;
    }
    .almostDoneWrap .agentCode label,
    .becomeDealerWrap .agentCode label {
      width: 92px;
      text-align: right;
      padding-right: 4px;
      margin-bottom: 14px;
    }
    .almostDoneWrap .agentCode input,
    .becomeDealerWrap .agentCode input {
      width: 34px;
      height: 32px;
      padding: 5px 0px 5px 0px;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .almostDoneWrap .thanksText,
    .becomeDealerWrap .thanksText {
      margin: 20px 0 5px;
      font-size: 20px;
    }
    .becomeDealerWrap {
      margin-bottom: 30px
    }
    .becomeDealerWrap .requestHeading {
      margin: 0 0 3px;
      font-size: 20px;
      font-weight: 600;
    }
    .becomeDealerWrap .subHeading {
      margin-bottom: 30px;
    }
    .becomeDealerWrap .areaOfInterest {
      margin-bottom: 30px;
      border-bottom: 10px solid #ff0000;
      padding-bottom: 20px;
    }
    .becomeDealerWrap .areaOfInterest .radioRow {
      margin-bottom: 5px;
    }
    .becomeDealerWrap .areaOfInterest .submitText {
      margin-top: 28px;
    }
    .becomeDealerWrap .goToMyPOSBtn {
      margin: 20px 0;
    }
    /* plan order css end */


    /* Pagination by atul suroshe on date : 23 Jan 2018; */
    div.pagination {
      font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
      padding:2px;
      margin: 20px 10px;
      float: right;
    }

    div.pagination a {
      margin: 2px;
      padding: 0.5em 0.64em 0.43em 0.64em;
      border: 1px solid #F50707;
      text-decoration: none;
      color: #F50707;
    }
    div.pagination b {
      margin: 2px;
      padding: 0.5em 0.64em 0.43em 0.64em;
      background-color: #F50707;
      text-decoration: none; /* no underline */
      color: #fff;
    }
    div.pagination a:hover, div.pagination a:active {
      padding: 0.5em 0.64em 0.43em 0.64em;
      margin: 2px;
      background-color: #F50707;
      color: #fff;
    }
    div.pagination span.current {
      padding: 0.5em 0.64em 0.43em 0.64em;
      margin: 2px;
      background-color: #F50707;
      color: #6d643c;
    }
    div.pagination span.disabled {
      display:none;
    }

    /*  Pagination by atul end*/
    .pagination ul li{display: inline-block;}
    .pagination ul li a.active{opacity: .5;}

    /* loading */
    .loading{position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 2;background: rgba(255,255,255,0.7);}
    .loading .content {
      position: absolute;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      color: #555;
    }
    .owl-carousel.topNav .owl-nav .owl-next, 
    .owl-carousel.topNav .owl-nav .owl-prev {
      float: left;
      text-align: center;
      color: #969292;
      border: 1px solid #e0e0e0;
      margin: 5px;
      height: 40px;
      line-height: 40px;
      width: 40px;
    }
    .owl-carousel.topNav .owl-nav .owl-next:hover, 
    .owl-carousel.topNav .owl-nav .owl-prev:hover {
      background-color: #FF0000;
      border-color: #FF0000;
      color: #FFFFFF;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 10px;
    }

    /*Product falg*/
    .product-flag{
      text-transform: uppercase;
      position: absolute;
      color: #fff;
      text-align: center;
      background-color: #1d0c0c52;
      overflow: hidden;
      padding: 0 0 0 10px;
      height: 35px;
      font: 400 12px/35px "Raleway", sans-serif;
      width: 45px;
      top: 5px;
      right: 5px;
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 13px;
      right: 10px;
    }
    .product-flag-c{
      background: #00000047;
      border-radius: 100% 100% 100% 100%;
      color: #FFFFFF;
      display: block;
      font-size: 13px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 4px;
      width: 40px;
    }
  }
  /*Product falg*/
  /* common css end */

  /* responsive css */
  @media (min-width: 1400px) {
    .loginFooterWrap {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
    }
  }
  @media (max-width: 1400px) {
    /* Login css start */
    #signUpCarousel {
      min-height: 800px;
    }
    .loginFormWrap.signUpFormWrap {
      top: 450px;
    }
    /* Login css end */
    .customHostingSection .orderSummary .btn {
      padding: 6px 18px;
    }
  }
  @media (max-width: 1200px) {
    /* Home css start */
    #carousel-home-banner .item, #carousel-home-smartphone .item {
      max-height: 575px;
    }
    #carousel-home-banner .carousel-caption, #carousel-home-smartphone .carousel-caption {
      padding: 0 5%;
    }
    #carousel-home-banner .carousel-caption h3, #carousel-home-smartphone .carousel-caption h3 {
      font-size: 52px;
    }
    #carousel-home-banner .carousel-caption h4 {
      padding: 0 15%;
    }
    .dragDropSection .heading, .siloCloudSection .heading {
      font-size: 30px;
    }
    .fiberRailSection .fiberRailImg {
      width: 75%;
    }
    .fiberRailSection .well {
      padding: 15px;
    }
    .fiberRailSection .well .heading1 {
      font-size: 22px;
    }
    .fiberRailSection .well .heading2 {
      font-size: 32px;
    }
    .fiberRailSection .well p {
      margin-left: 35px;
    }
    .fiberRailSection .applyText {
      font-size: 24px;
    }
    /* Home css end */

    /* Subscription css start */
    .subscribePlanSection .nav-tabs>li>a {
      padding: 10px 25px;
    }
    /* Subscription css end */

    /* Silo SD css start */
    .siloSDPlatform ul>li {
      width: 120px;
    }
    .sdDataSecurity .contentBox {
      max-height: 320px;
    }
    .siloSDStartup .startUpText {
      font-size: 36px;
    }
    .siloSDStartup .pricePerMonth {
      font-size: 32px;
    }
    .siloSDStartup .redBgCol:before {
      border-left-width: 125px;
      width: 320px;
    }
    /* Silo SD css end */

    /* Store page css start */
    .storeProductWrap .filterCol .shopingCart {
      padding: 35px 0;
    }
    .storeProductWrap .filterCol .shopingCart .cartItem {
      width: 115px;
      height: 115px;
      top: -3px;
    }
    .storeProductWrap .filterCol .shopingCart .cartText {
      font-size: 16px;
      margin-left: 8px;
      width: 85px;
    }
    .storeProductWrap .filterCol .shopingCart .cartItem .fa-shopping-cart {
      font-size: 22px;
    }
    .storeProductWrap .productCol .panel .btn {
      font-size: 12px;
    }
    /* Store page css end */
    .webHostingWrap .sidebar {
      padding: 30px 17px;
    }
    .customHostingSection .orderSummary .btn {
      padding: 6px 12px;
    }

  }
  @media (max-width: 1024px) {
    /* Silo SD css start */
    .siloSDPlatform ul>li {
      width: 110px;
    }
    .siloSDFreeTrial .deviceStorage h2 {
      font-size: 24px;
    }
    .sdDataSecurity .contentBox {
      max-height: 296px;
    }
    /* Silo SD css end */
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    /* Scandisc page css start */
    .scandiscWorkWithUs .imageCol {
      min-height: 607px;
    }
    /* Scandisc page css end */
  }
  @media (min-width: 992px) and (max-width: 1024px) {
    /* Silo SD css start */
    .siloSDStartup .startUpText {
      font-size: 30px;
    }
    .siloSDStartup .pricePerMonth {
      font-size: 30px;
    }
    .siloSDStartup .redBgCol:before {
      border-left-width: 135px;
      width: 325px;
    }
    /* Silo SD css end */

  }
  @media (max-width: 992px) {
    /* Home css start */
    #carousel-home-banner .item, #carousel-home-smartphone .item {
      max-height: 430px;
    }
    #carousel-home-banner .carousel-caption, #carousel-home-smartphone .carousel-caption {
      top: 23%;
    }
    #carousel-home-banner .carousel-caption h3, #carousel-home-smartphone .carousel-caption h3 {
      font-size: 42px;
    }
    #carousel-home-banner .carousel-caption h4 {
      font-size: 32px;
    }
    #carousel-home-banner .carousel-caption h5 {
      margin-bottom: 20px;
    }
    #carousel-home-smartphone .carousel-caption h4 {
      font-size: 28px;
    }
    .productSection .panel {
      min-height: 485px;
    }
    .dragDropSection .tryOut {
      margin-top: 30px;
    }
    /* Home css end */

    /* Subscription css start */
    .subscribePlanSection .nav-tabs>li>a {
      padding: 10px 10px;
      font-size: 13px;
    }
    /* Subscription css end */

    /* Domain css start */
    .siloSDHero .sdCardImg {
      width: 250px;
    }
    /* Domain css end */

    /* Silo SD css start */
    .siloSDPlatform ul>li {
      width: 89px;
    }
    .sdDataSecurity .contentBox {
      max-height: 215px;
    }
    /* Silo SD css end */

    /* Fiberrails page css start */
    .fiberRailsMainWrap .heroSection .container h4 {
      font-size: 24px;
      margin-top: 15px;
    }
    .fiberRailsMainWrap .deviceSection .btn-group {
      bottom: 90px;
    }
    /* Fiberrails page css end */

    /* Scandisc page css start */
    .scandiscHero .carousel .carousel-caption {
      right: 5%;
      left: 5%;
    }
    .scandiscHero .carousel .carousel-caption h4 {
      padding: 0;
      font-size: 20px;
      line-height: 24px;
    }
    /* Scandisc page css end */

  }
  @media (min-width: 992px) {
    /* Domain css start */
    .webHostingPackages .panel {
      min-height: 850px;
    }
    /* Domain css end */
  }
  @media (min-width: 768px) and (max-width: 992px) {
/*
.navbar-header {
        float: none;
        }
        .navbar-collapse.collapse {
        display: none !important;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }
        .navbar-collapse.in {
        display: block !important;
}
*/

/* Domain css start */
.webHostingPackages .panel {
  min-height: 1024px;
}
/* Domain css end */

/* Silo SD css start */
.webHostingPackages.siloSDPackagesWrap .panel {
  min-height: 875px;
}
.siloSDLogoWrap ul>li {
  padding: 0 5px;
  width: 76px;
}
.siloSDLogoWrap ul>li img {
  width: 100%;
  height: auto;
}
.siloSDStartup .startUpText {
  margin: 0;
}
.siloSDStartup .packageIncludes {
  text-align: left;
}
.siloSDStartup .redBgCol ul {
  margin: 0 auto;
  width: 227px;
}
/* Silo SD css end */

/* Scandisc page css start */
.scandiscNewRelease .contentBox h4 {
  font-size: 16px;
}
.scandiscWorkWithUs .imageCol {
  min-height: 548px;
}
.scandiscWorkWithUs ul {
  padding: 15px;
  font-size: 12px;
}
.scandiscCounter ul>li {
  padding-left: 5%;
}
.scandiscWorkWithUs ul>li h4 {
  font-size: 18px;
}
.scandiscCounter ul>li .count {
  font-size: 42px;
}
.scandiscSpeciality .videoIframe {
  margin-top: 25px;
}
/* Scandisc page css end */
}
@media (min-width: 768px) {
/*
.navbar-inverse .navbar-nav>li>a {
        padding: 0 15px;
        line-height: 55px;
}
*/

/* Login css start */
.loginPageWrap,
.loginPageWrap .mainRow,
.loginPageWrap .redBgCol,
.loginPageWrap .whiteBGCol {
  height: 100%;
}
/* Login css end */

/* Paasport css start */
.paasportQRCode ol li.paddingRight {
  padding-right: 50px;
}
/* Paasport css end */

/* Domain css start */
.siloSDSearchDomain .form-control {
  min-width: 400px;
  margin-right: 15px;
}
.domainListWrap .domainResults>li .priceAction {
  float: right;
}
/* Domain css end */    
}
@media (max-width: 767px) {
  .navbar-inverse .badge {
    top: 13px;
    right: 15px;
  }
  /* Footer css start */
  .footerWrap {
    text-align: center;
  }
  .footerWrap .socialMedia {
    float: none;
    margin-top: 20px;
  }
  /* Footer css end */

  /* Home css start */
  .dotMatrixDropdown {
    max-height: 300px;
  }
  .dotMatrixDropdown img,
  .dotMatrixDropdown .siloSDImg,
  .dotMatrixDropdown .scanDiscImg,
  .dotMatrixDropdown .webSuiteImg,
  .dotMatrixDropdown .paasPortImg {
    height: 22px;
  }
  .dotMatrixDropdown .siloBankImg {
    width: 30px;
  }
  .dotMatrixDropdown h4 {
    font-size: 14px;
  }
  .learnMoreAbout ul li {
    margin-bottom: 20px;
  }
  #carousel-home-banner .item img, #carousel-home-smartphone .item img {
    min-height: 400px;
  }
  #carousel-home-banner .carousel-caption {
    top: 12%;
    padding: 0 5%;
  }
  #carousel-home-smartphone .carousel-caption {
    top: 30%;
    padding: 0 5%;
  }
  #carousel-home-banner .carousel-caption h3, #carousel-home-smartphone .carousel-caption h3 {
    font-size: 18px;
  }
  #carousel-home-banner .carousel-caption h4,
  #carousel-home-smartphone .carousel-caption h4 {
    font-size: 14px;
    padding: 0;
  }
  #carousel-home-banner .carousel-caption h5 {
    font-size: 14px;
    margin-bottom: 35px;
  }
  #carousel-home-banner .carousel-caption .btn,
  #carousel-home-smartphone .carousel-caption .btn {
    font-size: 16px;
  }
  .servicesLogos ul li {
    margin-bottom: 35px;
  }
  .servicesLogos ul li:last-child {
    margin-bottom: 0;
  }
  .enterpriseSoln img {
    width: 100%;
  }
  .dragDropSection .heading, .siloCloudSection .heading {
    font-size: 20px;
  }
  .fiberRailSection .phoneImg {
    width: 250px;
    top: -145px;
  }
  .fiberRailSection .fiberRailImg {
    margin: 0 auto;
  }
  .fiberRailSection .well .heading1 {
    font-size: 20px;
  }
  .fiberRailSection .well .heading2 {
    font-size: 28px;
  }
  .fiberRailSection .well .btn {
    font-size: 12px;
  }
  /* Home css end */

  /* Login css start */
  .loginPageWrap .redBgCol .logoWrap {
    width: 200px;
    bottom: 35px;
    font-size: 14px;
  }
  .loginPageWrap .hamburgerIcon .icon-bar {
    border-color: #FFFFFF;
  }
  .loginFormWrap {
    width: 300px;
    top: 315px;
  }
  .loginFormWrap .well {
    padding: 30px 15px;
  }
  .loginFormWrap .well .logo {
    margin-bottom: 20px;
  }
  #signUpCarousel {
    min-height: 750px;
  }
  .signUpFormWrap {
    top: 450px;
  }
  /* Login css end */

  /* Subscription css start */
  .subscribeHeroSection {
    background-size: cover;
  }
  .subscribeHeroSection .heading {
    font-size: 32px;
  }
  .wirelesServicesInfo {
    margin-top: 15px;
  }
  .wirelesServicesInfo .whyRP {
    font-size: 24px;
  }
  .wirelesServicesInfo .reImagine {
    font-size: 36px;
  }
  .wirelesServicesInfo .imageBlock img {
    margin: 0 auto 10px;
  }
  /* Subscription css end */

  
  /* Checkout css start */
  .checkoutWrap .nav-tabs li {
    float: none;
  }
  .checkoutWrap .tab-content small.pull-right {
    display: block;
    margin-top: 15px;
    float: none !important;
  }
  .checkoutWrap .securityCode .popover {
    min-width: auto;
  }
  /* Checkout css end */

  /* Domain css start */
  .siloSDHero .sdCardImg {
    position: relative;
    width: 200px;
  }
  /* Domain css end */

  /* Silo SD css start */
  .siloSDFreeTrial .deviceStorage .btn {
    margin-top: 15px;
  }
  .sdDataSecurity .contentBox {
    max-height: 100%;
  }
  .siloSDStorageWrap ul>li {
    padding: 5px 10px;
  }
  .webHostingPackages .heading {
    font-size: 24px;
  }
  .siloSDStartup img {
    width: 200px;
  }
  .siloSDLogoWrap ul>li {
    width: 50%;
    margin-bottom: 20px;
  }
  .siloSDStartup .startUpText {
    font-size: 36px;
    margin-left: 0;
  }
  .siloSDStartup .redBgCol {
    background-color: #ed3237;
  }
  .siloSDStartup .redBgCol:before {
    content: none;
  }
  .siloSDStartup .redBgCol ul {
    padding-left: 30px;
  }
  /* Silo SD css end */

  /* Scandisc page css start */
  .scandiscNewRelease .contentBox {
    margin-bottom: 20px;
  }
  .scandiscWorkWithUs .imageCol {
    min-height: auto;
    padding-bottom: 20px;
  }
  .scandiscWorkWithUs ul {
    padding: 20px;
  }
  .scandiscWorkWithUs ul>li:nth-child(1), 
  .scandiscWorkWithUs ul>li:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid #CECECE;
  }
  .scandiscServices .heading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .scandiscServices ul>li {
    line-height: 30px;
  }
  .scandiscCounter ul>li:nth-child(2) {
    border: 0;
  }
  .scandiscCounter ul>li .count {
    font-size: 36px;
  }
  .scandiscCounter ul>li p {
    font-size: 13px;
  }
  .scandiscSectionHeading h4,
  .scandiscExposure .scandiscSectionHeading h4,
  .scandiscSpeciality .scandiscSectionHeading h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .scandiscExposure .owl-carousel {
    margin-top: 80px;
  }
  .scandiscSpeciality .scandiscSectionHeading {
    margin: 0;
  }
  .scandiscSpeciality .scandiscSectionHeading h4 {
    width: 100%;
  }
  .scandiscSpeciality .paragraph {
    margin-bottom: 30px;
  }
  .scandiscSpeciality .text-right {
    text-align: center;
    margin: 30px 0;
  }
  .scandiscOurFocus .scandiscSectionHeading,
  .scandiscTopProjects .scandiscSectionHeading,
  .scandiscIndustryNews .scandiscSectionHeading {
    margin-bottom: 80px;
  }
  /* Scandisc page css end */

  /* Fiberrails page css start */
  .fiberRailsMainWrap .deviceSection {
    text-align: center;
  }
  .fiberRailsMainWrap .deviceSection .btn-group {
    position: relative;
    width: 80%;
    bottom: 0;
  }
  .fiberRailsMainWrap .deviceSection .btn-group .btn {
    width: 100%;
  }
  .fiberRailsMainWrap .domainSearchSection .input-group {
    display: block;
  }
  .fiberRailsMainWrap .domainSearchSection .input-group .form-control {
    margin-bottom: 15px;
  }
  .fiberRailsMainWrap .integrationSection .heading,
  .fiberRailsMainWrap .testDriveSection .redBox .heading {
    font-size: 24px;
  }
  .fiberRailsMainWrap .integrationSection h4 {
    font-size: 14px;
  }
  .fiberRailsMainWrap .testDriveSection .redBox {
    padding: 10px;
  }
  .fiberRailsMainWrap .introSection {
    background-position: center left;
    padding-bottom: 165px;
  }
  .fiberRailsMainWrap .eRetailerSection ul>li {
    min-height: 70px;
  }
  /* Fiberrails page css end */

  /* Contact Us css start */
  .contactUsVideoWrap .videoContainer {
    height: 300px;
  }
  /* Contact Us css end */
  .webHostingWrap .domainRegistration .form-inline #domain_name {
    min-width: 255px;
  }   
  .headerCollapseWrap {
    padding: 0 15px;
  }
  .webHostingWrap .sidebar {
    left: -166px;
  }
  .webHostingWrap .sidebar.open {
    left: 0;
  }
  .webHostingWrap .sidebar.open .hostingSidebarBtn {
    opacity: 0;
  }
}


/******************     Binit code (22-3-18)       ******************/
.breadcrumb-bin {
  padding: 20px 0 40px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.breadcrumb-bin img {
  position: absolute;
  width: 100%;
  top: 0;
}

.breadcrumb-bin .overlay-bin {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.host-div-bin blockquote {
  font-weight: bold;
  font-size: 18px;
}

.breadcrumb-bin h2, .breadcrumb-bin h3, .breadcrumb-bin h5 {
  color: #fff;
  text-align: center;
}

.space-10-bin {
  height: 10px;
  width: 100%;
  position: relative;
  display: block;
}

.space-20-bin {
  height: 20px;
  width: 100%;
  position: relative;
  display: block;
}

.space-30-bin {
  height: 30px;
  width: 100%;
  position: relative;
  display: block;
}

.space-40-bin {
  height: 40px;
  width: 100%;
  position: relative;
  display: block;
}

.space-50-bin {
  height: 50px;
  width: 100%;
  position: relative;
  display: block;
}

.space-60-bin {
  height: 60px;
  width: 100%;
  position: relative;
  display: block;
}

.space-70-bin {
  height: 70px;
  width: 100%;
  position: relative;
  display: block;
}

.space-80-bin {
  height: 80px;
  width: 100%;
  position: relative;
  display: block;
}

.space-90-bin {
  height: 90px;
  width: 100%;
  position: relative;
  display: block;
}

.space-100-bin {
  height: 100px;
  width: 100%;
  position: relative;
  display: block;
}

.breadcrumb-bin h2 {
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 700;
  font-size: 70px;
  font-family: raleway, sans-serif;
}

.breadcrumb-bin h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: raleway, sans-serif;
  margin: 0 0 20px;
}

.breadcrumb-bin h5 {
  margin: 80px 0 10px;
}

.breadcrumb-bin a {
  color: #CE2700;
  text-decoration: none;
}

.breadcrumb-bin a:hover {
  color: #ccc;
}

.pricing-head-bin {
  background: #0098da;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  margin: 5px;
}

.pricing-head-bin h3 {
  font-size: 38px;
  margin-top: 0;
}

.pricing-head-bin h3 span {
  position: relative;
}

.pricing-head-bin h3 span:before {
  font-size: 12px;
  position: absolute;
  content: '$';
  left: -10px;
}

.pricing-head-bin h4 {
  font-size: 13px;
}

.pricing-head-bin h5 {
  font-size: 16px;
  margin: 9px 0;
}

.pricing-head-bin h6 {
  font-size: 9px;
}

.pricing-head-bin h7 {
  font-size: 13px;
}

.pricing-div-bin {
  width: 628px;
  margin: 35px auto 15px;
}

.host-div-bin h3 {
  margin: 20px 0 50px;
  font-size: 38px;
}

.host-div-bin h3 span {
  border-bottom: 3px solid #f00;
  padding-bottom: 4px;
}

.pricing-div-bin tbody {
  border: 1px solid #ccc;
}

.pricing-div-bin tbody td {
  border-bottom:  1px solid #ccc;
  border-right:  1px solid #ccc;
  line-height: 2.5;
}

.pricing-div-bin  .last-gradient-bin {
  padding: 15px 0;
  color: #fff;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3626c1+0,2989d8+50,3626c1+100 */
  background: #3626c1; /* Old browsers */
  background: -moz-linear-gradient(left, #3626c1 0%, #2989d8 50%, #3626c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3626c1 0%,#2989d8 50%,#3626c1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3626c1 0%,#2989d8 50%,#3626c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3626c1', endColorstr='#3626c1',GradientType=1 ); /* IE6-9 */
}

.Newletter-section-bin {
  padding: 30px 0 56px;
  background: #3626c1; /* Old browsers */
  background: -moz-linear-gradient(left, #3626c1 0%, #2989d8 50%, #3626c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3626c1 0%,#2989d8 50%,#3626c1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3626c1 0%,#2989d8 50%,#3626c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3626c1', endColorstr='#3626c1',GradientType=1 ); /* IE6-9 */
}

.pricing-div-bin  .last-gradient-bin h3 {
  color: #fff;
  margin:0;
}

.last-gradient-bin p {
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
}

.responsive-table-bin {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

.Newletter-section-bin h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.Newletter-section-bin input {
  width: 100% !important;
  padding: 12px;
  height: auto;
  border-radius: 0;
  margin-top: 20px;
}

.Newletter-section-bin  button {
  background-color: #103D87;
  color: #FFFFFF;
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  padding: 12px;
  border-radius: 0;
  opacity: 1;
  display: block;
  margin-top: 20px;
}

.Newletter-section-bin  button:hover {
  color: #FFC801;
  background-color: #2b2b2b;
  opacity: 1;
}

.host-div-bin .host-float-img {
  position: relative;
  top: -38px;
  margin: 0 auto;
  z-index: 9;
}

.pricing-div-bin th {
  text-align: center;
}

.pricing-div-bin th .weblink-bin a {
  text-decoration: none;
  color: #7d7d7d;
}

.pricing-div-bin th .weblink-bin a:hover {
  color: #ff0000;
}

.pricing-div-bin th img {
  width: 165px;
  height: 102px;
  margin: 0 auto;
}

.host-div-bin p {
  margin-bottom: 30px;
  line-height: 1.9;
}

.main-news-block-bin {
  width: 900px;
  margin: 0 auto;
}

.main-news-block-bin .news-blocks-bin {
  width: 30%;
  display: inline-block;
  margin-left: 20px;
}

.pricing-div-bin .last-gradient-bin:before {
  content: '';
  width: 90%;
  height: 5px;
  background: #0098da;
  position: absolute;
  left: 6%;
  top: -5px;
}

.sub-footer-1-bin {
  padding: 30px 0;
  background-color: #172430;
}

.sub-footer-1-bin a .footer-1-block-bin {
  color: #fff;
  transition: all .5s ease-in-out;
}

.sub-footer-1-bin a:hover .footer-1-block-bin {
  color: #FF0000;
}

.sub-footer-2-bin {
  background-color: #1e2e3d;
  padding: 40px 0;
}

.footer-1-block-bin {
  color: #fff;
  width: 19%;
  display: inline-block;
  text-align: left;
}

.sub-footer-2-bin p {
  color: #fff;
}

.quick-link-bin ul {
  width: 50%;
  padding-left: 0;
  float: left;
  list-style: none;
}

.quick-link-bin ul li a {
  text-decoration: none;
  color: #fff;
}

.quick-link-bin ul li a:hover {
  color: #FFC801;
}

.quick-link-bin ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
}

.quick-link-bin ul li:before {
  position: absolute;
  content:"\f178";
  font-family: 'FontAwesome';
  color: #FFC801;
  left: -12px;
}

.timing-tb-bin td {
  color: #fff;
  padding-bottom: 10px;
}

.timing-tb-bin td:last-child {
  padding-left: 20px;
}

.contact-section-bin span {
  color: #fff;
}

.contact-section-bin span.footer-icon-bin {
  /* padding: 9px 10px; */
  float: left;
  margin-right: 10px;
  color: #FFC801;
  width: 34px;
  height: 34px;
  border: 1px solid #ffc801;
  line-height: 2.5;
  padding-left: 9px;
  margin-top: 3px;
}

.contact-section-bin {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  line-height: 2.5;
}

.contact-section-bin:first-child {
  line-height: 1.5
}

.contact-section-bin:last-child {
  border-bottom: 1px solid transparent;
}

.contact-section-bin a {
  color: #fff;
  text-decoration: none;
}

.contact-section-bin a:hover {
  color: #ffbc20;
}

.center-heading-bin h3 {
  font-size: 40px;
}

.center-heading-bin h4 {
  font-size: 13px;
  line-height: 1.5;
}

.center-heading-bin:before {
  content: '';
  width: 10%;
  background: #2988d8;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 44%;
}

.center-heading-bin {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.new-thumb-bin {
  margin-bottom: 32px;
}

.new-thumb-head-bin {
  border: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.new-thumb-head-bin .overlay-bin {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(230, 217, 35, 0.54);
  opacity:0;
  transition:opacity .5s linear;
}

.new-thumb-bin:hover .overlay-bin {
  opacity:1;
}

.new-thumb-head-bin img {
  width: 100%;
  height: 260px;
  padding: 5px 20px;
}

.new-thumb-body-bin h3 {
  font-weight: bold;
  font-size: 18px;
}

.shop-product-bin {
  border: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.shop-product-bin {
  position: relative;
  z-index: 2; 
  margin-bottom: 20px;   
}

.shop-product-bin img {
  width: 100%;
}

.call-action-bin {
  position: absolute;
  left: 0;
  top: 0;
}

.call-action-bin img {
  width: 30px;
  position: relative;
  z-index: 1;
  top: 6px;
  left: 7px;
}

span.call-action-bin:after {
  border-left: 0px solid transparent;
  border-right: 75px solid transparent;
  border-top: 70px solid #476fe0;
  content: '';
  top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}

.shop-product-bin .shop-overlay-bin {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.75);
  opacity:0;
  transition:opacity .5s linear;
  z-index: 3;
  top: 0;
  left: 0;
}

.product-title-bin {
  color: #fff;
  margin-top: 58px;
}

.product-subtitle-bin {
  color: #FFC801;
}

.shop-product-bin:hover .shop-overlay-bin {
  opacity: 1;
}

.shop-overlay-bin ul {
  padding-left: 0;
  list-style: none;
}

.shop-overlay-bin ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 2.2;
  background: #000;
  border-radius: 50%;
  color: #fff;
}

.shop-overlay-bin ul li a {
  text-decoration: none;
}

.shop-overlay-bin ul li:hover {
  background: #FFC801;
  color: #000;
}



.red-sapce-bin {
  padding:25px;
  background: #BC1900 ;
}

.discover-bin .rating-block-bin ul {
  list-style: none;
  padding-left: 0;
}

.discover-bin .rating-block-bin ul li {
  display: inline-block;
  color: #FFC801;
}

.discover-bin-item {
  width: 100%;
  float: left;
  padding: 24px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

.discover-bin .item {
  float: left;
  padding: 10px;
}

.discover-bin-item-content h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 12px;
}

.rating-block-bin h3 {
  margin-top: 18px;
  padding-top: 6px;
  margin-bottom: 6px;
}

.discover-bin-item-content {
  width: 63%;
  float: left;
}

.discover-bin-item-image {
  width: 36%;
  float: left;
  text-align: right;
}

.discover-bin .discover-bin-item-image img {
  margin-top: 26px;
  width: 100%;
  margin-left: 10px;
}

.discover-bin .rating-block-bin img {
  width: 60px;
  float: left;
  margin-right: 10px;
}

.discover-bin .owl-nav {
  width: 143px;
  margin: 19px auto 0;
  background: #172430;
  color: #fff;
  font-size: 22px;
  position: relative;
}

.discover-bin .owl-prev, .discover-bin .owl-next {
  width: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.discover-bin .owl-prev:hover i {
  color: #FFC801;
}

.discover-bin .owl-next:hover i {
  color: #FFC801;
}

.new-parallax-bin {
  position: relative;
}

.new-parallax-image-bin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.new-parallax-float-image-bin {
  position: relative;
  top: 147px;
}

.partner-bin {
  background: #fff;
  padding: 30px 0;
}

.partner-slider-bin .item {
  padding: 10px;
}

.partner-slider-bin .item .partner-image-block {
  border: 1px solid #ccc;
}

.partner-slider-bin .item .partner-image-block:hover {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.discover-bin .owl-nav:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 38px;
  left: 50%;
  top: -3px;
  z-index: 9999;
  background: #fff;
  transform: rotate(-20deg);
}

.promotion-div-bin {
  margin: 50px 0 30px;
}

.side-image-align-bin {
  float: left;
  height: 155px;
}

.main-side-image-div-bin h4 {
  font-weight: bold;
}

.main-side-image-div-bin {
  margin-bottom: 30px;
}

.fixed-parallax-bin {
  width: 100%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

.img-parallax-bin {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -o-transform: translate(-50%, -50%); /* Opera */
  pointer-events: none
}

.fixed-parallax-bin .parallax-content-bin {
  position: relative;
  margin: 99px 0 0px;
  width: 100%;
}

.transparent-btn-bin {
  background: rgba(255, 0, 0, 0.78);
  padding: 15px 30px;
  margin-top: 10px;
  position: relative;
  top: 26px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.transparent-btn-bin:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.75);
}

.full-bg-dark-bin {
  background-color: #121F2A;
  padding-top: 10px;
  padding-bottom: 5px;
}

.full-bg-dark-bin .title-bin {
  color: #fff;
}

.full-bg-dark-bin .subtitle-bin {
  color: #fff;
}

.channel-guide-full-img-bin {
  width: 100%;
}

.channel-guide-bin {
  position: relative;
  clear: both;
  display: block;
  overflow:hidden;
}

.tv-products-body-bin {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.tv-products-body-bin img {
  width: 100%;
}

.tv-products-content-bin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding-top: 15%;
  z-index: 2;
}

.tv-products-overlay-bin  {
  opacity:0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 214, 0, 0.23);
  transition:opacity .5s linear;
  top:0;
  z-index: 1;
}

.tv-products-body-bin:hover .tv-products-overlay-bin {
  opacity: 1;
}

.tv-products-body-bin p {
  color: #FFC801;
}

.tv-products-body-bin h4 {
  color: #fff;
}

.tv-products-bin .icon-bin {
  background: #FFC801;
  padding: 14px;
  border-radius: 50%;
  font-size: 18px;
}

.tv-section-bin .image2-bin {
  margin: 0 auto;
}

.tv-section-bin .image-3 {
  top: -50px;
  position: relative;
}

.tv-section-bin .image2-bin {
  position: relative;
  top: 49px;
  z-index: 1;
}
/*added by divya*/
.marketplaceSectionHeading h4.heading {
    color: #000;
}
/*css end*/

@media only screen and (min-width: 1200px) {
  .marketplaceShopByCat .heading,
  .marketplaceDownloadApps .heading,
  .browseByCollection .heading,
  .marketplaceShopByStore .heading {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-news-block-bin {
    width: 700px;
  }

  .footer-1-block-bin img {
    display: block;
    margin: 0 auto;
  }

  .footer-1-block-bin {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-news-block-bin {
    width: 100%;
  }
  .new-parallax-float-image-bin {
    top: 0px;
    margin: 0 auto;
    width: 50%;
  }

  .new-parallax-image-bin {
    object-fit: cover;
    width: auto;
  }

  .new-parallax-bin {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }

  .img-parallax-bin {
    display: none;
  }

  .fixed-parallax-bin {
    background: #ccc;
  }
  .tv-section-bin .image-3 {
    top: 0px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tv-section-bin .image2-bin {
    position: relative;
    top: 0px;
    z-index: 1;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-bin h2 {
    font-size: 45px;
  }

  .main-news-block-bin .news-blocks-bin {
    width: 100%;
    margin-left: 0;
  }

  .footer-1-block-bin {
    width: 100%;
  }

  .footer-1-block-bin img {
    display: block;
    margin: 0 auto;
  }

  .footer-1-block-bin {
    text-align: center;
    margin-bottom: 20px;
  }

  .side-image-align-bin {
    float: left;
    height: auto;
  }
  .fixed-parallax-bin {
    width: 100%;
    height: auto;
    padding: 30px 0 68px;
  }
  .fixed-parallax-bin .parallax-content-bin {
    margin: 0;
  }
  .tv-section-bin .image1-bin {
    width: 100%;
  }
  .marketplaceShopByCat .heading, 
  .browseByCollection .heading, 
  .marketplaceShopByStore .heading {
    font-size: 17px;
  }
  .marketplaceShopByStore .marketplaceSectionHeading .marketplaceShowAll, 
  .marketplaceShopByCat .marketplaceSectionHeading .marketplaceShowAll, 
  .marketplaceUsersList .marketplaceSectionHeading .marketplaceShowAll {
    margin-right: 0;
  }
  .owl-carousel.topNav .owl-nav {
    top: auto;
    position: relative;
  }
  .marketplaceUsersList,
  .allUsersList {
    margin-bottom: 30px;
  }

  .rpdigitsWrap .carouselCaption {
    margin-top: 45%;
  }
  .rpdigitsWrap .carouselCaption h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .rpdigitsWrap .carouselCaption p {
    font-size: 18px;
  }
  
}
@media only screen and (max-width: 320px) {
  .navbar .logoWrap a> img {
    max-width: 195px;
  }
}

.planBoxesWrap .hr-seperator{
  display: block;
  margin-top: 0.5em;
  /*margin-bottom: 0.5em;*/
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}




/* Order Details css Start */
.pictureContainer {
  position: relative;
  text-align: center;
  height: 186px
}
.pictureContainer .coverImageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #CCCCCC;
}
.pictureContainer .coverImageWrap:hover {
  border-color: #FF3B30;
}
.pictureContainer .coverImageWrap .imgWrap {
  position: relative;
}
.pictureContainer .coverImageWrap .imgWrap:after {
  background: rgba(0,0,0,0.6);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pictureContainer .coverImageWrap img {
  width: 100%;
  height: 179px;
}
.pictureContainer .coverImageWrap .coverImgInput {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.pictureContainer .picture {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.pictureContainer .picture:hover {
  border-color: #FF3B30;
}
.pictureContainer #wizardPicturePreview {
  width: 100px;
  height: 100px;
  position: relative;
  top: -3px;
  left: -4px;
}
.pictureContainer .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100px;
  left: -4px;
  opacity: 0 !important;
  position: absolute;
  top: -4px;
  right: 0;
  margin: 0 auto;
  width: 100px;
}
.pictureContainer .choosePicTxt {
  margin: 10px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
/* Order Details css End */

.show-all-page-link h4{
  text-decoration: none;
  color: #000000;
}
.show-all-page-link h4:hover{
  color: #ff0000;
}


.get-started-bg img{
  width: 100%;
  height: 830px;
}

.billinginfo{
    margin-bottom:17px;
}
/*added by divya 28 Mar 2022*/
span.marketplaceShowAll.pull-right{
  background-color: #f00700!important;
  color: #fff;
}
section.marketplaceDownloadApps{
  background-color: var(--marketplace-bg-color);
}
.marketplaceShopByStore h3 {
    color: #000!important;
}
.marketplaceShopByStore h4 {
    color: #000!important;
}
.marketplaceShopByStore p{
  color: #000;
}
/*.shop-product a:focus, a:hover{
  color: #FFF!important;
}*/
.title-product h6{
  font-size: 14px;
}
.wcf-left {
    color:var(--marketplace-text-color);
}
fieldset.block_rating__stars{
  /*color: var(--text-color-secondary);*/
  color: var(--marketplace-text-color);

}
span.block_rating__reviews {
    /* color: var(--text-color-secondary);*/
     color: var(--marketplace-text-color);
}
.card-footer .wcf-left{
  font-weight: 700;
}
.apk .item img {
    background: transparent!important;
}
.det{
  color: var(--marketplace-text-color)!important;
}
/*css end*/
