.iconDiv {
  background-color: rgba(0,0,0,0);
  transition-duration: 0.3s;
  transition-delay: 0.15s;
  pointer-events: none;
  z-index: 1;
  /*width: 100%;*/
  /*height: 100%;*/
  /*position: absolute;*/
}

.infoOverlayDiv {
  background-color: rgba(255,255,255,0);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  z-index: 2;
}

.myLink:hover .infoOverlayDiv {
  /*background-color: rgba(0,0,0,0.5);*/
  opacity: 1;
  /*color: #FFF;*/
}

.infoOverlayText {
  color: #FFF;
  /*transition-delay: 0.4s;*/
  /*transition-duration: 0.2s;*/
  /*z-index: 2;*/
  margin-bottom: 0px;
}

.myLink:hover .iconDiv {
  background-color: rgba(0,0,0,0.5);
}

.actualIcon {
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
}

.myLink:hover .actualIcon {
  opacity: 0;
}

.deleteIcon {
  font-size: 60px;
  color: rgb(255,0,0);
  margin: 20px;
}

.deleteIconDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 12px;
}

.deleteIconClickableDiv {
  position: absolute;
  width: 54px;
  height: 60px;
  right: 32px;
  bottom: 20px;
  z-index: 10000000;
  pointer-events: none;
}

.clean-pricing-item p {
  color: rgb(255,255,255);
  padding: 5px;
  padding-bottom: 5px;
  margin-right: -30px;
  margin-left: -30px;
  opacity: 1;
}

.planDivs {
  background-color: #FFF;
  transition-duration: 0.2s;
}

.planDivs:hover {
  background-color: rgb(217,255,253);
}

#promoVideoSection {
  padding: 39px;
}

@media (max-width: 576px) {
  #promoVideoSection {
    padding: 0px;
  }
}

#promoVideoCol {
  padding: 0px 15px;
}

@media (max-width: 576px) {
  #promoVideoCol {
    padding: 0px;
  }
}

.feature {
  font-size: 16px;
}

.clean-pricing-item {
  padding: 20px;
}

.clean-block.dark .block-heading p {
  margin: 30px;
  max-width: none;
}

.addressParas {
  margin: 0px!important;
  margin-bottom: 10px!important;
}

@media (min-width: 576px) {
  .addressParas {
    margin: 0px!important;
    margin-bottom: 0px!important;
  }
}

.container.myContainer {
  max-width: 800px;
}

#contactUsMessage {
  margin-left: 10px!important;
  margin-right: 10px!important;
}

.planDescriptions {
  color: #000!important;
  font-size: 14px!important;
  padding: 0px!important;
  margin: 0px!important;
  margin-bottom: 10px!important;
}

.rotate180 {
  transform: rotate(180deg);
}

.webpageHeaderImages {
  height: 50px;
}

@media (max-width: 450px) {
  .webpageHeaderImages {
    /*height: 40px;*/
  }
}

@media (max-width: 374px) {
  .webpageHeaderImages {
    /*height: 35px;*/
  }
}

