/* ===================================
       Pricing css
====================================== */
.line-part {
  display: block;
  height: 2px;
  width: 50px;
  background-color: #FF981A;
  opacity: .8;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sub-head-sec {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #FF981A;
  margin-bottom: 10px;
  display: block;
}

.large-head-sec {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 15px;
}

/*.price-part {
  padding-top: 100px;
  padding-bottom: 100px;
}*/

.price-tag {
  color: black;
}

.price-part .price-part-heading {
  margin-bottom: 15px;
}

.price-part .p-card {
  padding-top: 15px;
}

.price-part .p-card:nth-child(2) {
  padding-top: 0;
}

.price-part .price-box {
  padding-top: 50px;
}

.price-part .price-boxs {
  padding: 30px 20px;
  /*-webkit-box-shadow: 0 0 5px #d9d9d9;*/
  /*box-shadow: 0 0 5px #d9d9d9;*/
  /*border-radius: 5px;*/
  -webkit-transition: .4s ease;
  transition: .4s ease;
  position: relative;
  border-radius: 0;
}

.price-part .price-boxs .price-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FF981A;
  padding-bottom: 20px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part {
  padding-top: 0px;
  padding-bottom: 13px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part .price-tag .p-icon i {
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 30px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part .price-tag .p-icon {
  display: inline-block;
  position: relative;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part .price-tag .dollar-price {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.price-part .price-boxs .info-part .price-tag .dollar-since {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  position: relative;
  left: 42px;
  top: -7px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-text .paragraph {
  color: #878787;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .price-list {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 55px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .price-list li {
  color: #535353;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  margin-bottom: 0px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .price-list li i {
  font-size: 25px;
  color: #62be10;
  padding-top: 5px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs button {
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

/*hover*/
.price-part .price-boxs:hover, .price-part .price-boxs.active {
  background-color: #FF981A;
}

.price-part .price-boxs:hover .price-head, .price-part .price-boxs.active .price-head {
  color: #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
}

.price-part .price-boxs:hover .info-part, .price-part .price-boxs.active .info-part {
  border-bottom: solid 2px #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .p-icon i, .price-part .price-boxs.active .info-part .price-tag .p-icon i {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .p-icon, .price-part .price-boxs.active .info-part .price-tag .p-icon {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .dollar-price, .price-part .price-boxs.active .info-part .price-tag .dollar-price {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .dollar-since, .price-part .price-boxs.active .info-part .price-tag .dollar-since {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .price-text .paragraph, .price-part .price-boxs.active .price-text .paragraph {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .price-list li i, .price-part .price-boxs.active .price-list li i {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .price-list li, .price-part .price-boxs.active .price-list li {
  color: #FFFFFF;
}

.price-part .price-boxs:hover button, .price-part .price-boxs.active button {
  background-color: #FFFFFF;
  color: #FF981A;
  border: solid 1px #FF981A;
}

.price-part .price-boxs button {
  background-color: transparent;
  border: solid 1px #FF981A;
  color: #FF981A;
}

.price-part .price-boxs button:hover {
  background-color: transparent;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}

.price-part .price-boxs:hover, .price-part .price-boxs.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*zigzag line*/
.cross-top::before {
  background: linear-gradient(-45deg, #FF981A 16px, red 16px, #0096ff 16px, transparent 0), linear-gradient(45deg, #FF981A 16px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 22px 32px;
  content: " ";
  display: block;
  height: 22px;
  width: 110.5%;
  position: relative;
  bottom: 52px;
  left: -20px;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  /* border-top: solid 2px white; */
}

#d-wrapper .cross-bottom {
  margin: 32px 0;
  margin-top: 0;
  background: #1ba1e2;
}

#d-wrapper .cross-top {
  margin: 32px 0;
  margin-bottom: 0;
  background: #1ba1e2;
}

#d-wrapper .cross-bottom,
#d-wrapper .cross-top {
  padding: 32px 0;
}

.cross-bottom:after {
  background: linear-gradient(-45deg, transparent 16px, #FF981A 0), linear-gradient(45deg, transparent 16px, #FF981A 0);
  background-repeat: repeat-x;
  background-position: left bottom;
 background-size: 22px 32px;
  content: "";
  display: block;
 width: 110.5%;
  height: 11px;
  position: relative;
  top: 41px;
  left: -20px;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.price-part .price-boxs:hover.cross-bottom:after, .price-part .price-boxs.active.cross-bottom:after, .price-part .price-boxs:hover.cross-top:before, .price-part .price-boxs.active.cross-top:before {
  opacity: 1;
}

/*********************************************/
/************* Media Queries *****************/
/*********************************************/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /*extra small screen css of broad navigation*/
  .broad-nav {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .broad-nav .close-nav {
    right: 20px;
    top: 2%;
  }
  .broad-nav .close-nav i {
    font-size: 35px;
  }
  .broad-nav .close-nav.slider-social.bg-fill a i {
    padding-top: 9px;
    font-size: 27px;
  }
  .head-sec .navigation-toggle .toggle-btn {
    right: 4%;
    padding-top: 12px;
  }
  .head-sec .slider-icons .social-icons {
    padding-top: 6px;
  }
  .broad-nav .navbar {
    top: 200px;
    padding-right: 0;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of About Sec*/
  .about-sec .about-img {
    padding-top: 50px;
  }
  .about-sec .about-img .floating-icon.la-chart-line {
    top: 8%;
  }
  .about-sec .about-icon {
    font-size: 250px;
  }
  .about-sec .about-cards {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
  }
  .about-sec .about-cards .ab-card {
    margin: 40px auto;
    margin-top: 0;
    max-width: 360px;
  }
  .about-sec .about-cards .ab-card:last-child {
    margin-bottom: 0;
  }
  .about-sec .about-info {
    margin-bottom: 50px;
  }
  .about-sec .about-info .heading {
    width: 100%;
  }
  .about-sec .about-info .line-part {
    margin-left: auto;
  }
  .about-sec .location-details .media {
    margin-bottom: 20px;
  }
  /*extra small screen css of Counter sec*/
  .count-sec .num {
    font-size: 50px;
  }
  /*extra small screen css of Pricing*/
  .price-part .price-boxs {
    max-width: 370px;
    margin: 20px auto;
  }
  .price-part .price-box {
    padding-top: 0;
  }
  .price-part .price-boxs .info-part .price-tag .dollar-since {
    left: 10px;
  }
  .cross-bottom:after, .cross-top:before {
    display: none;
  }
  /*extra small screen css of timeline*/
  .timeline-sec .timeline:after {
    left: 49px;
  }
  .timeline-sec .timeline-year .t-year {
    margin-left: 0;
  }
  .timeline-sec .timeline .timeline-block {
    width: 100%;
  }
  .timeline-sec .timeline .inverse-timeline {
    padding-left: 75px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:after {
    left: 46px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:before {
    left: 25px;
  }
  /*extra small screen css of testimonial section*/
  .testimonial-sec .testimonial-review {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-sec .testimonial-card {
    padding-left: 40px;
    padding-right: 40px;
  }
  /*extra small screen css of footer section*/
  .footer-sec .footer-icons a {
    margin-right: 0;
  }
  .footer-sec .footer-icons a i {
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 49px;
  }
  /*extra small screen css of stand alone page*/
  .slide-sec .slide-content .slide-heading {
    font-size: 36px;
  }
  .slide-sec .slide-content .text-des {
    font-size: 14px;
  }
  .event-info .img-gallery {
    padding-left: 15px;
    padding-top: 50px;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*extra small screen css of broad navigation*/
  .broad-nav {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .broad-nav .close-nav.slider-social.bg-fill a i {
    padding-top: 9px;
    font-size: 27px;
  }
  .broad-nav .close-nav {
    right: 20px;
    top: 2%;
  }
  .broad-nav .close-nav i {
    font-size: 35px;
  }
  .broad-nav .navbar {
    top: 200px;
    padding-right: 0;
  }
  .head-sec .navigation-toggle .toggle-btn {
    right: 2%;
    padding-top: 12px;
  }
  .head-sec .slider-icons .social-icons {
    padding-top: 6px;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of About Sec*/
  .about-sec .about-cards {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-sec .about-info {
    margin-bottom: 50px;
  }
  .about-sec .about-info .heading {
    width: 100%;
  }
  .about-sec .about-info .line-part {
    margin-left: auto;
  }
  .about-sec .about-cards .ab-card {
    padding: 40px 80px;
  }
  .about-sec .about-cards .ab-card {
    margin: 40px auto;
    margin-top: 0;
    max-width: 480px;
  }
  .about-sec .about-cards .ab-card:last-child {
    margin-bottom: 0;
  }
  /*extra small screen css of Pricing*/
  .price-part .price-boxs {
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 10px #a3a6a933;
    box-shadow: 1px 1px 10px #a3a6a933;
  }
  .price-part .price-box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .price-part .price-boxs .info-part .price-tag .dollar-since {
    left: 10px;
  }
  .cross-bottom:after, .cross-top:before {
    display: none;
  }
  /*extra small screen css of timeline*/
  .timeline-sec .timeline:after {
    left: 9%;
  }
  .timeline-sec .timeline-year .t-year {
    margin-left: 0;
  }
  .timeline-sec .timeline .timeline-block {
    width: 100%;
  }
  .timeline-sec .timeline .inverse-timeline {
    padding-left: 75px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:after {
    left: 46px;
  }
  .timeline-sec .timeline .inverse-timeline .event-details:before {
    left: 25px;
  }
  /*media query for footer*/
  .footer-sec .footer-icons a i {
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 49px;
  }
  /*extra small screen css of stand alone page*/
  .slide-sec .slide-content .slide-heading {
    font-size: 36px;
  }
  .slide-sec .slide-content .text-des {
    font-size: 14px;
  }
  .event-info .img-gallery {
    padding-left: 15px;
    padding-top: 50px;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*extra small screen css of broad navigation*/
  .broad-nav {
    top: -3%;
    bottom: -3%;
    right: 0;
    left: 20%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .broad-nav .close-nav {
    right: 20px;
    top: 7%;
  }
  .broad-nav .close-nav i {
    font-size: 35px;
  }
  .broad-nav .close-nav.slider-social.bg-fill a i {
    padding-top: 9px;
    font-size: 27px;
  }
  .broad-nav .navbar {
    top: 230px;
    padding-right: 0;
  }
  .head-sec .navigation-toggle .toggle-btn {
    right: 20px;
  }
  /*extra small screen css of About Sec*/
  .about-sec .about-cards {
    padding-left: 100px;
    padding-right: 100px;
  }
  .about-sec .about-info {
    margin-bottom: 50px;
  }
  .about-sec .about-info .heading {
    width: 100%;
  }
  .about-sec .about-info .line-part {
    margin-left: auto;
  }
  .about-sec .about-cards .ab-card {
    padding: 40px 80px;
  }
  .about-sec .about-cards .ab-card {
    margin: 40px auto;
    margin-top: 0;
    max-width: 440px;
  }
  .about-sec .about-cards .ab-card:last-child {
    margin-bottom: 0;
  }
  /*extra small screen css of Pricing*/
  .price-part .price-boxs {
    margin-bottom: 50px;
    padding: 64px 55px;
    -webkit-box-shadow: 1px 1px 10px #a3a6a933;
    box-shadow: 1px 1px 10px #a3a6a933;
  }
  .price-part .price-box {
    padding-left: 100px;
    padding-right: 100px;
  }
  .cross-bottom:after, .cross-top:before {
    display: none;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of stand alone page*/
  .event-info .img-gallery {
    padding-left: 15px;
    padding-top: 50px;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*extra small screen css of broad nav*/
  .broad-nav .close-nav {
    right: 20px;
    top: 4%;
  }
  .broad-nav .navbar {
    top: 230px;
    padding-right: 0;
  }
  /*extra small screen css of slider navigation*/
  .slider-sec .navigate-arrow {
    display: none;
  }
  /*extra small screen css of Pricing*/
  .price-part .price-boxs {
    -webkit-box-shadow: 1px 1px 10px #a3a6a933;
    box-shadow: 1px 1px 10px #a3a6a933;
  }
  .cross-bottom:after, .cross-top:before {
    display: none;
  }
  .price-part .price-boxs .info-part .price-tag .dollar-since {
    font-size: 12px;
    left: 22px;
    top: -7px;
  }
  .price-part .price-boxs .info-part .price-tag .dollar-price {
    font-size: 30px;
    margin-left: 18px;
  }
  .price-part .price-boxs .info-part .price-tag .p-icon i {
    font-size: 20px;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1319.98px) {
  .broad-nav .navbar {
    top: 230px;
    padding-right: 0;
  }
  .broad-nav .close-nav {
    right: 20px;
  }
}
/*# sourceMappingURL=Pricing.css.map */