
  body, html {
    overflow-x: hidden;
    background-color: #142637;
}
.footer2-section-area {
 position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}


 
  .footer2-section-area .copyright p {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    opacity: 80%;
    line-height: var(--ztc-font-size-font-s24);
    text-align: center;
    padding: 50px 0 6px 0;
  }

  .hero2-section-area {
    position: relative;
    z-index: 1;
    padding: 90px 0 30px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 260px;

  }

  .center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

  }

  h1.tg-element-title {
    font-size: 2.8em !important;
     line-height: 42px !important;
}

  /*h2.com_head {
    font-size: 2.4em !important;
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    text-align: center;
    perspective: 400px;
    padding: 20px 0px;
  }*/

  h2.com_head {
    font-size: 2em !important;
    color: #fff !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    text-align: center;
    perspective: 400px;
    padding: 20px 0px;
}

   h2.com_head:hover {
    font-size: 2.2em !important;
    color: #6DCEF6 !important;  
  }
  h4.sub_head {
    /*font-size: 1.3em !important;
    font-weight: 300 !important;*/
    text-align: justify;
  }

  .single-pricing-area {
    margin-bottom: 30px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 30px;
    border: 1px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
    min-height: 480px;
  }
  .single-pricing-area:hover {
    margin-bottom: 30px;
    background-color: #def5ff !important;
    border-radius: 10px;
    padding: 30px;
    border: 3px solid #6DCEF6!important;
    transition: all 0.4s;
    min-height: 480px;
    transition: background-color 2s ease-out 100ms
  }
  a {
    color: #fff;
    /*text-decoration: underline;*/
  }

  a:hover {
    color: #6DCEF6;
    /*text-decoration: underline;*/
    cursor: pointer;
  }
  span.ityped {
    font-size: 0.8em;
}

  .circle {
    position: relative;
    /*width: 340px;
    height: 340px;*/
    /*border-radius: 50%;*/
    overflow: hidden;
    cursor: pointer;
    text-align: center;
  }

  .circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   /* border-radius: 50%;*/
  }

  .hover-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 19px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: red;
  }

  .circle:hover .hover-text {
    opacity: 1;
  }

  .circle:hover img {
    opacity: 0.1;
    transition: opacity 0.3s ease;
  }

  div#monthly {
    padding: 2rem;
}


.container-fluid-90 {
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}