body { 
    background-color: #fff;
    padding-top: 65px;
}
header {
    border-bottom: none;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 10px 26px rgba(0,0,0,0.05);
  }
header .container > div,
header .container{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header .container::after,
header .container::before{
    display: none;
}
header .container a{
    color: #777777;
}
header .navlogo {
    position: relative;
    z-index: 10; 
    text-align: center;
    display: inline-block;
    float: none;
    
    width: 60px;
    height: 60px;
}
header .navlogo img {
    width: 60px;
}
header .navmenu {
    margin: 0;
    padding: 0; 
}
header .navmenu li {
    display: inline-block;
    margin: 0 15px;
}
header .loginbtn {
    background-color: #6952f9;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px 20px;
    line-height: normal;
    transition: all linear 0.2s;
}
header .loginbtn:hover{
    background-color: #ff83fb;
}

/**************/
.topinfo {
    position: relative;
    height: 500px;
    padding: 100px;
} 
.bg1 {
    position: absolute;
    left: 35px;
    top: 100px;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; 
    z-index: -1;
      opacity: 0.5;
}

.bg2 {
    position: absolute;
    left: auto;
    top: 100px;
    right: 100px;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 330px;
    z-index: -1;
      opacity: 0.5;
}
.topinfo h2,
.topinfo h1{
    width: 66%;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}
.topinfo h2 span,
.topinfo h1 span{
    color: #6952f9;
}
.topinfo .desc {
    width: 50%;
    margin: 20px auto;
    text-align: center;
    line-height: 28px;
}
.topinfo .btns {
    text-align: center;
}
.topinfo .btns .link1 {
    background-color: #6952f9;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px 20px;
    line-height: normal;
    transition: all linear 0.2s;
    margin-left: 10px;
}
.topinfo .btns .link2 {
    background-color: #ff83fb;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px 20px;
    line-height: normal;
    transition: all linear 0.2s;
}
/**************/
.options{
    margin: 0 auto 100px;
}
.options .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.options h2{
    text-align: center;
    margin: 0px;
}
.options .desc{
    text-align: center;
    margin: 20px auto;
    color: #666
}
.options .item {
    margin: 0 0 30px;
}
.options .item img {
    width: 100%;
    border-radius: 10px;
}
.options .item h3{
    font-size: 16px;
    margin: 20px 0 0;
    text-align: center;
    line-height: 25px;      
}

.options video{
    height: 250px;
}
/**********/
.benefits{
    margin: 0 auto 100px;
}
.benefits h2{
    text-align: center;
    margin: 0px;
}
.benefits .desc{
    text-align: center;
    margin: 20px auto;
    color: #666
} 
.benefits .row{
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between; 
} 
.benefits .col-md-6 {
    margin: 0 0 20px;
}
.benefits .item {
    position: relative;
    padding-right: 70px;
    display: flex;
    align-items: center;
    min-height: 60px;
}
.benefits .icon{
    background: #00b894;
    border-radius: 5px !important;
    width: 60px;
    height: 60px;
    color: #fff;
    padding: 10px;  
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits .icon.icon2{
    background-color: #6952F9;;
}
.benefits .icon.icon3{
    background-color: #FFC701;;
}
.benefits .icon.icon4{
    background-color: #C4E538;;
}
.benefits .icon.icon5{
    background-color: #B53471;;
}
.benefits .icon.icon6{
    background-color: #EE5A24;;
}
.benefits .title {
    display: block;
    font-size: 16px;
    line-height: normal;
}
.benefits .text {
    display: block;
    font-size: 13px;
    line-height: normal;
}

/**********/
.video{
    margin: 0 auto 100px;
}
.video h2{
    text-align: center;
    margin: 0px;
}
.video .desc{
    text-align: center;
    margin: 20px auto;
    color: #666
}
.video video {
    width: 80%;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 14px rgba(0,0,0,0.12);
}
/**********/
footer {
    text-align: center;
    position: relative !important; 
}
footer .footerlogo img {
    width: 80px;
}
footer p {
    width: 80%;
    margin: 20px auto;
    color: #666;
}
#footer-social {
    margin: 0 0 30px;
    padding: 0;
}
#footer-social li {
    display: inline-block;
    margin: 0 2px;
}
#footer-social li img {
    width: 30px;
}
.copyright{
    background-color: #f5f5f5;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    text-align: center;
    position: relative !important;

}
/**************/
.faq h2{
    margin: 0 0 30px;
}
.faq {
    position: relative;
    min-height: 400px;
    padding: 0 100px;
    margin: 0 auto 100px;
  } 
.bg4 {
    position: absolute;
    left: 20px;
    top: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 435px;
}
.panel-group {
    width: 70%;
}
.panel-group .panel {
    border-radius: 5px;
    border: solid 1px #eee;
    margin: 0 0 20px;
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    padding: 20px 15px 20px 50px;
    background: rgba(255, 131, 251,0.05);
    position: relative;
    line-height: normal;
}
.panel-title[aria-expanded="true"]::after {
    background-color: #6952f9;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5";
    content: "\f077";
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
    font-size: 14px;
}
.panel-title[aria-expanded="false"]:after{
    background-color: #ff83fb;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5";
    content: "\f078";
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
    font-size: 14px;
}
.panel-body {
    padding: 0 15px 15px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
 }


 
#timeline h2{
    text-align: center;
    margin: 0px;
}
#timeline .desc{
    text-align: center;
    margin: 20px auto;
    color: #666
} 
.timeline {
display: flex;
flex-direction: column; 
margin: 0 0 50px;
padding-right: 65px;
}
.timeline__event {
background: #fff;
margin-bottom: 20px;
position: relative;
display: flex;
margin: 20px 0;
border-radius: 8px;
box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
.timeline__event__title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #9251ac;
    margin: 0 0 10px;
}
.timeline__event__content {
padding: 20px;
}
.timeline__event__date {
color: #fff;
font-size: 1.5rem;
font-weight: 600;
white-space: nowrap;
direction: ltr;
}
.timeline__event__icon {
border-radius:0 8px 8px 0;
background: #9251ac;
display: flex;
align-items: center;
justify-content: center; 
font-size: 2rem;
color: #9251ac;
padding: 20px;
}
.timeline__event__icon i {
position: absolute;
top: 50%;
right: -65px;
font-size: 2.5rem;
transform: translateY(-50%);
}
.timeline__event__description {
flex-basis: 60%;
}

.timeline__event__description ul{ 
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}
.timeline__event__description ul li {
    display: block;
    padding: 5px 30px 5px 0px;
    position: relative;
    line-height: 27px; 
    font-weight: normal; 
}
.timeline__event__description ul li::before {
    background: rgba(246, 164, 236,0.4);
    color: #9251ac;
    content: "\f00c";
    font-family: FontAwesome !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 9px;
    border-radius: 50%;
}
.timeline__event::after {
    content: "";
    width: 2px;
    height: 120%;
    background: #9251ac;
    position: absolute;
    top: 64%;
    right: -3.5rem;
  
z-index: -1;
}
.timeline__event:before {
content: "";
width: 5rem;
height: 5rem;
position: absolute;
background: #f6a4ec;
border-radius: 100%;
right: -6rem;
top: 50%;
transform: translateY(-50%);
border: 2px solid #9251ac;
}

.timeline__event:nth-child(8) .timeline__event__description ul li::before,
.timeline__event:nth-child(5) .timeline__event__description ul li::before,
.timeline__event:nth-child(2) .timeline__event__description ul li::before {
    background: rgba(135, 187, 254,0.4);
    color: #555ac0;
}
.timeline__event:nth-child(8):before,
.timeline__event:nth-child(5):before,
.timeline__event:nth-child(2):before {
background: #87bbfe;
border-color: #555ac0;
}
.timeline__event:nth-child(8):after,
.timeline__event:nth-child(5):after,
.timeline__event:nth-child(2):after {
background: #555ac0;
} 
.timeline__event:nth-child(8) .timeline__event__icon ,
.timeline__event:nth-child(5) .timeline__event__icon ,
.timeline__event:nth-child(2) .timeline__event__icon {
background: #555ac0;
color: #555ac0;
}
.timeline__event:nth-child(8) .timeline__event__title,
.timeline__event:nth-child(5) .timeline__event__title,
.timeline__event:nth-child(2) .timeline__event__title {
color: #555ac0;
}
.timeline__event:nth-child(9) .timeline__event__description ul li::before,
.timeline__event:nth-child(6) .timeline__event__description ul li::before,
.timeline__event:nth-child(3) .timeline__event__description ul li::before {
    background:rgba(175, 241, 182,0.4);
    color: #24b47e;
}
.timeline__event:nth-child(9):before,
.timeline__event:nth-child(6):before,
.timeline__event:nth-child(3):before {
background: #aff1b6;
border-color: #24b47e;
}
.timeline__event:nth-child(9):after,
.timeline__event:nth-child(6):after,
.timeline__event:nth-child(3):after {
background: #24b47e;
} 
.timeline__event:nth-child(9) .timeline__event__icon ,
.timeline__event:nth-child(6) .timeline__event__icon ,
.timeline__event:nth-child(3) .timeline__event__icon {
background: #24b47e;
color: #24b47e;
}
.timeline__event:nth-child(9) .timeline__event__title ,
.timeline__event:nth-child(6) .timeline__event__title ,
.timeline__event:nth-child(3) .timeline__event__title {
color: #24b47e;
}
.timeline__event:last-child:after {
content: none;
}
 


#pricing h2 {
  text-align: center;
  margin: 0  0 30px;
}
.pricing_table{
    width: 99%;
    max-width: 100%;
    margin: 0 auto 20px;
}
.pricing_table th {
  color: #fff;
  background-color: #7e8aad;;
  font-weight: normal;
  border: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 15px 5px !important;
} 
.pricing_table th:first-child{
    background: #fff !important;
}
.pricing_table th:nth-child(2){ 
    border-radius:0 10px 0 0;
    background: linear-gradient(to bottom right, #4ad2cf , #00cec9) !important;
}
.pricing_table th:nth-child(3){ 
    background: linear-gradient(to bottom right, #fea99f , #fc5d5b) !important;
}
.pricing_table th:last-child{
    background: linear-gradient(to bottom right, #f483ba , #e84393) !important;
    border-radius:10px 0 0 0;
}
.pricing_table tbody > tr{
    border-radius: 10px;
} 
.pricing_table tbody > tr > td {
  border: none; 
  vertical-align: middle !important;
  background: #fff;
  text-align: center;
  color: #666; 
  font-size: 13px;
  border-left: solid 1px #eee; 
  border-bottom: solid 1px #eee;
  padding: 10px;
}
.pricing_table tbody > tr > td:first-child{
    color: #fff;
    background-color: #7e8aad;
    font-weight: normal;
    border: none !important;
    text-align: center !important; 
    padding: 15px 5px !important;   
    border:none !important;
    width: 120px;
}
.pricing_table tbody > tr:first-child > td:first-child{
    border-radius:0 10px 0 0;
}
.pricing_table tbody > tr:last-child > td:first-child{
    border-radius:0 0 10px 0;
}
.pricing_table .table{
    margin: 0;
}
.pricing_table .color1{
    background: #51c0ff;
}
.pricing_table .color2{
    background: #1dadff;
}
.pricing_table .color4{
    background: #0098f0;
}
.pricing_table .color3{
    background: #008cdd;
}
.pricing_table .color6{
    background: #007ac0;
}
.pricing_table .color7{
    background: #006ba8;
}
.pricing_table .color8{
    background: #00598c;
}
.pricing_table .color9{
    background: #004166;
} 


#pricingcm {
  background: #f3f5f9;
  padding: 50px 0;
  text-align: center;
}
#pricingcm h2 {
  text-align: center;
  margin: 0  0 30px;
}
#pricingcm .desc{
    text-align: center;
    margin: 20px auto;
    color: #666
}
.kc_card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.pricingcm ul {
    margin: 0 0 10px;
}
.pricingcm ul li {
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.pricingcm ul li .badge {
    background: none;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.pricingcm ul li .badge.red {
    color: #ff0000 !important;
}
.pricingcm ul li .badge.green {
    color: #2ecc71 !important;
}
.pricingcm .choose_all {
    margin: 0 0 10px 0;
    text-align: center;
}
.pay_box {
    background: #fff;
    margin: 0 0 30px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0 16px rgba(48, 128, 237,0.08);
}
.pay_box h2 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: normal;
}
.pay_box .count {
    color: #666;
    font-size: 13px;
}
.pay_box .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    min-height: 30px;
}
.pay_box .price {
    font-size: 16px;
    color: #000;
}

 @media (max-width: 1500px){
    .bg2 { 
        width: 300px;
      }
    .bg1 { 
        width: 350px;
    }
    .bg4{
        width: 335px;
    }
}
@media (max-width: 1300px){
   .bg2,
   .bg1,
   .bg4{
       display: none;
   }
   .topinfo h1,
   .topinfo .desc,
   .panel-group {
    width: 100%;
  }
  .topinfo {  
    padding: 50px 0;
    height: auto;
  }
  .faq {
    min-height: auto;
    padding: 0 ;
    margin: 0 auto 20px;
  }

  .faq h2{
    text-align: center;
    }
    .options,
    .benefits,
    .video {
        margin: 0 auto 20px;
    }
    header .navmenu li { 
            margin: 0 5px;
    }
}
@media (max-width: 780px){
    .row.buy {
    margin-top: 20px;
    }
.pricing_table td div{
    justify-content: center;
    text-align: center !important;
}
.pricing_table td div> span:first-child{
    display: none !important;
}
.video video {
    width: 100%;
}
    .topinfo h1 { 
    line-height: 40px; 
    font-size: 20px;
  }
    h2 { 
    font-size: 20px;
  }
  .timeline{
    padding: 0;
}
.timeline__event::before ,
.timeline__event::after{
    display: none;
}
.timeline__event { 
    flex-direction: column;
  }
  .timeline__event__icon {
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 560px){
    .topinfo {  
      padding: 10px 0 50px 0; 
    }
    header .navlogo{
        width: 50px; 
        height: 50px; 
    }
    #logo {    height: auto;
        width: 42px !important;
    }
    .hmobile {
     display: none;
    }
    header .loginbtn {
        padding: 5px;
        border-radius: 7px;
        font-size: 13px;
      }
      header .container{
        padding: 0
      }
      header .navmenu li {
        margin: 0 4px;
        font-size: 13px;
      }
}







.seven_boxes {
  margin-bottom: 50px;
}
.seven_boxes .row > div {
  margin: 0 0 20px;
}
.seven_boxes a {
  display: flex;
  padding: 15px;
  border: solid 1px #eee;
  border-radius: 10px;
  transition: all linear 0.3s;
  background: #fff;
  color: #333;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  text-decoration: none;
  flex-direction: column;
}
.seven_boxes a:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.18);
  color: #e50001;
}
.seven_boxes img {  
  width: 100%;
  margin-left: 0;
  border-radius: 10px;
}
.seven_boxes h3 {
  font-size: 14px;
  margin: 15px 0 0;
  line-height: normal;
  width: 100%;
  text-align: center;
}

.seven_boxes a:hover h3{
  color: #e50001;
}