.plugin-wrap {
  background: linear-gradient(90deg, #007b9c, #006a92);
  padding: 150px 0 100px;
  
  box-sizing: border-box;
}

.home2_title {
  font-size: 40px;
  font-weight: 700;
  font-family: poppins;
  line-height: 60px;
  padding-bottom: 10px;
  color: white;
}

.container p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 3px;
  opacity: 0.7;
}

.purches_heading {
  padding-bottom: 13px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  color: white;
}

.slider_2_image {
  display: flex;
  justify-content: end;
}

.H2_iphonex {
  animation: float-bob-y 2s infinite linear;
  top: 206px;
  max-width: 100%;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.cursor {
  cursor: pointer;
}
.lc-box p {
  color: #ffec67;
  font-size: 16px;
  opacity: 1;
}

.reg-to-box {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #367dff;
}

.purches_btn {
  border-radius: 6px;
  background-color: white;
  width: 170px;
  position: relative;
  min-height: 54px;
  color: #3694f5;
  padding-left: 10px;
  transition: all 0.3s linear 0s;
  border: 1px solid transparent;
  cursor: pointer;
}

.purches_btn a i {
  padding-left: 10px;
  padding-top: 15px;
  font-size: 23px;
}
.purches_btn span {
  font-size: 10px;
  color: #3694f5;
}
.purches_btn:hover {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #fff;
  background: transparent;
}
.purches_btn:hover h6 {
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.purches_btn.btn_outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
.purches_btn.btn_outline h6 {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .purches_btn.btn_outline {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  #package_plugin {
    width: 100%;
  }
  #package_plugin > h5{
    width: 100%;
  }
  #package_plugin .swiper-slide{
    width: 100% !important;
  }
  #package_plugin .swiper-wrapper{
    flex-wrap: wrap;
  }
  .plugin-wrap{
    padding-top: 110px !important;
  }
  .right-panel{
    padding-top: 40px;
  }
  .package_title{
    padding: 0;
    padding-bottom: 0 !important;
  }
  .swiper-wrapper .swiper-slide > div {
    padding: 0px;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .purches_btn.btn_outline {
    margin-left: 70px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .purches_btn.btn_outline {
    margin-left: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .purches_btn.btn_outline {
    margin-left: 64px;
  }
}
.purches_btn.btn_outline:hover {
  background: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #000;
}
.purches_btn.btn_outline:hover h6 {
  color: #000;
}

.purches_heading {
  color: #fff;
}

.purches_text.purches2 h6 {
  color: #fff;
}

a {
  color: inherit;
  outline: medium none;
}
a:hover{
    text-decoration: none;
}
.purches_text h6{
    padding: 0;
    margin: 0;
}


.benren-btn{
  width: 150px;
  height: 42px;
  border: 1px solid #00bbd2;
  border-radius: 21px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #00bbd2;
  background: #fff;
  transition: 0.4s ease-in-out all; 
  display: inline-block;
  margin-left: 10px;
}

.benren-btn:hover{
	background: linear-gradient(180deg,#00d2ea, #00bbd2) !important;
	color: #ffffff !important;
}