body{
	background-image:url('../img/back4.jpg');
	background-size:cover;
}



/* [02] Start Pricing plan style 2 */
.plan-style-2 {
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .plan-style-2:hover {
    box-shadow: 0 0 30px #4e4e4e; }
  .plan-style-2 .plan-header {
    margin: 30px 30px 0 30px;
    padding: 30px 0 20px 0;
    position: relative;
    border: 2px solid #fff;
    border-radius: 30px;
    overflow: hidden; }
    .plan-style-2 .plan-header:after {
      content: "";
      display: block;
      width: 100%;
      height: 25px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-size: 100% 100%;
      background-position: top;
      background-repeat: no-repeat; }
    .plan-style-2 .plan-header .plan-title {
      margin: -30px 0 26px 0;
      color: #f7f7f7;
      line-height: 40px;
      font-size: 20px;
      font-weight: 400;
      background-color: rgba(255, 255, 255, 0.2); }
  .plan-style-2 .plan-price .price {
    margin-bottom: 5px; }
    .plan-style-2 .plan-price .price .big-plan-price {
      margin: 0;
      font-size: 55px;
      font-weight: 900;
      line-height: 46px;
      color: #fff; }
    .plan-style-2 .plan-price .price span {
      padding: 0 5px;
      font-size: 16px;
      font-weight: 400;
      color: #fff; }
  .plan-style-2 .plan-list {
    padding: 30px 0 20px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
    .plan-style-2 .plan-list li {
      margin: 0 30px;
      position: relative;
      list-style-type: none;
      color: #ececec;
      line-height: 35px;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0.02rem; }
      .plan-style-2 .plan-list li .one_price {
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        float: right;
        opacity: 0.5; }
      .plan-style-2 .plan-list li i {
        margin-right: 5px;
        position: relative;
        font-size: 13px;
        line-height: 42px; }
    .plan-style-2 .plan-list .tooltip-info {
      cursor: pointer; }
    .plan-style-2 .plan-list .tooltip-hover-text {
      color: #fff;
      font-weight: 600;
      border-bottom: 1px dotted #fff; }
  .plan-style-2 .tooltip-info .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #fff;
    font-size: 12px;
    letter-spacing: 0.02rem;
    color: #444;
    text-align: center;
    line-height: 20px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 43px;
    left: 45%;
    margin-left: -60px;
    border: 1px solid #fff; }
    .plan-style-2 .tooltip-info .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #fff transparent transparent transparent; }
  .plan-style-2 .tooltip-info:hover .tooltiptext {
    visibility: visible; }
  .plan-style-2 .plan-bottom {
    padding: 12px 0 42px 0;
    position: relative;
    overflow: hidden; }
  .plan-style-2 .plan-button {
    padding: 13px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-size: 300% 100%;
    border: 2px solid #fff;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .plan-style-2 .plan-button:hover {
      background-position: 100% 0;
      background-color: #fff;
      color: #444;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .plan-style-2 .checkbox-lable {
    display: block;
    position: relative;
    padding: 2px 10px 2px 40px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .plan-style-2 .checkbox-lable:hover {
      background-color: rgba(255, 255, 255, 0.2); }
      .plan-style-2 .checkbox-lable:hover .checkmark {
        background-color: rgba(0, 0, 0, 0.3) !important; }
      .plan-style-2 .checkbox-lable:hover input ~ .checkmark {
        background-color: #ccc; }
        .plan-style-2 .checkbox-lable:hover input ~ .checkmark:after {
          color: red !important; }
    .plan-style-2 .checkbox-lable input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .plan-style-2 .checkbox-lable input:checked ~ .checkmark {
        background-color: transparent; }
        .plan-style-2 .checkbox-lable input:checked ~ .checkmark:after {
          display: block; }
    .plan-style-2 .checkbox-lable .checkmark:after {
      left: 6px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .plan-style-2 .checkmark {
    position: absolute;
    top: 9px;
    left: 10px;
    height: 21px;
    width: 21px;
    border: 2px solid #fff;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .plan-style-2 .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
      
      
      
      
      
      
/* [02] Slider */
      
      
      
      
      
      
      
      
      
      h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
