/* dropdown strat */
.dropdown .dropbtn {
    border: none;
    outline: none;
    color: #dfdbdb;
    background-color: inherit;
    font-family: inherit;
    padding: 8px 8px 15px 8px;
    margin: 0;
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropbtn {
    color: white;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 1200px) {
      .dropdown-content {
          position: relative;
      }
  }
  /* dropdown end */
  .plan:hover {
      box-shadow: 1px 1px 12px 5px rgba(66.74999999999999,66.74999999999999,66.74999999999999,.5);
  }
  /* team hover */
  .team:hover {
      box-shadow: 1px 1px 12px 5px rgba(66.74999999999999,66.74999999999999,66.74999999999999,.5);
  }
  /* vertical package */
  #vtTable:hover {
      box-shadow: 1px 1px 12px 5px rgba(66.74999999999999,66.74999999999999,66.74999999999999,.5);
      .vtRow {
          border-left: 2px solid #ca2a2a;
          border-top: 2px solid #ca2a2a;
          border-bottom: 2px solid #ca2a2a;
      }
      .vtRowE {
          border-right: 2px solid #ca2a2a;
          border-top: 2px solid #ca2a2a;
          border-bottom: 2px solid #ca2a2a;
      }
      .vtRowTB {
          border-top: 2px solid #ca2a2a;
          border-bottom: 2px solid #ca2a2a;
      }
  }
  #vtTable {
      .vtRow {
          border-left: 2px solid #ffc107;
          border-top: 2px solid #ffc107;
          border-bottom: 2px solid #ffc107;
      }
      .vtRowE {
          border-right: 2px solid #ffc107;
          border-top: 2px solid #ffc107;
          border-bottom: 2px solid #ffc107;
      }
      .vtRowTB {
          border-top: 2px solid #ffc107;
          border-bottom: 2px solid #ffc107;
      }
  }
  /* hosting font size */
  .optionTpad {
      padding-left: 30px;
  }    
  @media screen and (min-width: 767px) and (max-width: 992px) {
      .optionTitle {
          font-size: 13px;
          text-align: center;
      }
      #tick_icon {
          display: none;
      }
      .optionTpad {
          padding-left: 0px;
      }
  }
  /* offer */
  .offerPlan {
      box-shadow: 1px 1px 12px 5px rgba(66.74999999999999,66.74999999999999,66.74999999999999,.5);
  }
  .discount-link {
      color: #de3723;
      text-decoration: none;
  }
  .discount-link:hover {
      color: #de3723;
      text-decoration: underline;
  }