body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}
.planinner-box .icon{
  width: 30%;
  margin: auto;
}
.planinner-box .icon img{
  width: 100%;
}
/******** banner start *********/
.planinner-banner {
  background-image: url(../images/plandetails-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planinner-banner .containerP{
  position: relative;
  z-index: 1;
}
.planinner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000005b;
}

.planinner-banner .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* place behind content */
}

.planinner-banner .extra-head {
  position: absolute;
  z-index: 1;
  top: 99%; /* or adjust based on your design */
  left: 50%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(228, 225, 225, 0.25) 0px 54px 55px,
              rgba(190, 189, 189, 0.12) 0px -12px 30px,
              rgba(0, 0, 0, 0.12) 0px 4px 6px,
              rgba(0, 0, 0, 0.17) 0px 12px 13px,
              rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 10px 58px;
  transform: translate(-50%, -50%);
}

.planinner-banner .extra-head .second-link {
  display: flex;
  z-index: 1;
  position: relative;

}

.planinner-banner .extra-head .second-link a {
  color: #000000;
  padding: 0 1px;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
}


.planinner-banner svg {
  position: absolute;
  z-index: 1;
}

.planinner-banner svg text {
  text-transform: uppercase;
  animation: stroke 8s infinite alternate;
  stroke-width: 3;
  stroke: #372eb1;
  font-size: 30px;
}

@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(255, 255, 255);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }

  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(255, 255, 255);
  }

  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(255, 255, 255);
    stroke-width: 3;
  }

  100% {
    fill: rgb(255, 255, 255);
    stroke: rgba(54, 95, 160, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

@media (max-width:790px){
  .planinner-banner svg text {
  text-transform: uppercase;
  animation: stroke 8s infinite alternate;
  stroke-width: 2;
  stroke: #372eb1;
  font-size: 45px;
}
}
/******** banner end *********/
/******** planinner-all start *********/
.planinner-all {
  padding: 50px 0;
  margin: auto;
  width: 80%;
}

.planinner-all .planinner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 20px;
  max-height: 270px;
  min-height: 250px;
  margin: 10px 0;
  box-shadow: inset 0px 0px 20px 15px #8ebdf1;
  transition: 1.5s all;
}

.planinner-all .planinner-box:hover {
  box-shadow: none;
  transform: translateY(10px);
}

.planinner-btn {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000000;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 900;
  text-transform: capitalize;
  padding: 5px 12px;
}

.planinner-btn:hover {
  border: 2px solid #0075ff;
  color: #090153;
}

.planinner-all .planinner-box .price {
  padding: 20px 0;
}

.planinner-all .planinner-box .price p {
  font-weight: bold;
  font-size: 20px;
}

.planinner-all .planinner-box .duration {
  padding: 5px 0px 10px 0px;
}

.planinner-all .planinner-box .duration p {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width:1200px){
   .plan-animate {
    display: none;
   }
}
/******** planinner-all end *********/
/******** tab start *********/
.planinner-tab {
  padding: 50px 0;
}

.tab-buttons {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid #5184e4;
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}

.tab-buttons::after {
  position: absolute;
  content: "";
  top: 27px;
  bottom: 0;
  left: -258px;
  right: 0;
  background-color: #dedddd;
  height: 1px;
  width: 258px;
}

.tab-buttons::before {
  position: absolute;
  content: "";
  top: 27px;
  bottom: 0;
  left: 600px;
  right: 0;
  background-color: #dedddd;
  height: 1px;
  width: 258px;
}

.tab-buttons button {
  flex: 1;
  padding: 10px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

.tab-buttons button.active {
  background: #5184e4;
  border-radius: 30px;
  color: #ffffff;
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block;
}


@media (max-width:1200px) {
  .tab-buttons::before {
    display: none;
  }

  .tab-buttons::after {
    display: none;
  }
}
/******** tab end *********/
/******** plan-text start *********/

.plan-text {
  padding: 50px 0;
  background-image: url(../images/animeted-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.subscribe_block {
  width: 100%;
  text-align: center;
}

.text_animated_fill {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 5px double #ddd;
  border-width: 4px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}

.text_animated_fill span {
  font: 700 45px / 1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(../images/animated_text.png) repeat-y;
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/******** plan-text end *********/


 span.anime {
  position: relative;
  display: inline-block;
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.plan1 {
  top: -1px;
  left: 504px;
  opacity: 0.2;
}

.plan2 {
 opacity: 0.3;
    top: 326px;
    left: 53px;
}

.plan3 {
  opacity: 0.4;
  top: 351px;
  left: 799px;
}

.plan5 {
  top: 183px;
  left: 767px;
  opacity: 0.2;
}

.plan4 {
  opacity: 0.1;
  top: 68px;
  left: -98px;
}
.heading-with-checkbox {
  position: relative;
}
  .heading-with-checkbox:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 9px;
    background-image: url(../images/text-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
.tab-content ul li i{
  color: #0075ff;
}

@media (max-width: 768px) {
  .planinner-banner .extra-head {
    top: 100%;
    padding: 8px 30px;
    font-size: 14px;
  }
}@media (max-width: 768px) {
  .planinner-banner .extra-head {
    top: 100%;
    padding: 8px 30px;
    font-size: 14px;
  }
}