@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');

.pricing-tab-section{
  position: relative;
}
.panel-body{
  display: none;
}
.pricing-tab-section .page-center{
  position: relative;
  z-index: 1;
}
/* 
.pricing-tab-section .page-center:before{
content: "";
max-width: 675px;
width: 50%;
height: 60%;
background: url(https://cdn2.hubspot.net/hubfs/80068/custom-video-thumbnails/Waves%20%20.png) no-repeat;
background-size: contain;
position: absolute;
top: 140px;
left: -40px;
z-index: -1;
} */

.pricing-tab-section .sectiontitle{
  max-width: 902px;
  margin-bottom: 50px;
}

.pricing-tab-section .inner-sectiontitle{
  text-align: center;
  margin: 70px 0 100px 0;
}

.pricing-tab-section .inner-sectiontitle h3{
  font-size: 32px;
  color: #002640;
  margin-bottom: 5px;
}

.pricing-tab-section .inner-sectiontitle p{
  font-size: 21px;
}


.tab-section .nav-tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 15%;
  border-bottom: 1px solid #cbd1d6;
}

.tab-section .nav-tabs li{
  width: calc(100% / 2);
  text-align: center;
  margin-bottom: -2px;
}

.tab-section .nav-tabs li a{ 
  display: block;
  padding: 15px 20px;
  border: 1px solid #cbd1d6;
  font-size: 18px;
  /*   font-family: 'Heebo', sans-serif; */
  font-weight: 500;
  /*   color: #33475b; */
  color: #55697c;
  background: #f1f7fe;
}

.tab-section .nav-tabs li.active a{
  background: #fff;
  border-bottom-color: transparent;
  /*   color: #3964f9; */
  color: #007b79;
}

.tab-section .nav-tabs li:first-child a{
  border-radius: 5px 0 0 0;
}

.tab-section .nav-tabs li:last-child a{
  border-radius: 0 5px 0 0;
}



.main-select-box{
  margin-bottom: 35px;
}

.main-select-box > h5{
  font-size: 16px !important;
  /*   font-family: 'Larsseit' !important; */
  color: #002640 !important;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.main-select-box > p{
  font-size: 16px !important;
  /*   font-weight: 500; */
  margin-bottom: 0;
}

.select-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
}

.select-box li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% / 6 - 10px);
  min-height: 165px;
  margin-right: 12px;
  border: 1px solid #c4cbd3;
  padding: 30px 20px 35px;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  position: relative;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.select-box li:last-child{ 
  margin-right: 0;
}

.select-box li:hover{
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.select-box li span{
  display: block;
  font-size: 16px;
  /*   font-family: 'Larsseit'; */
  font-weight: 500;
  color: #55697c;
}

.select-box li .pic-2{
  display: none;
}

.select-box li.active{
  background: #f1f7fe;
  border-color: #3964f9;
}

.select-box li.active:before{
  content: "";
  width: 26px;
  height: 26px;
  background: url(https://cdn2.hubspot.net/hubfs/80068/blog-image-uploads/bx-bx-check.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
}

.select-box li.active .pic-1{ 
  display: none;
}

.select-box li.active .pic-2{
  display: block;
}

.select-box li.active span{
  color: #3964f9;
}



.range-slider-section{
  border: 1px solid #c4cbd3;
  background: #f1f7fe;
  padding: 35px 30px;
  border-radius: 4px 4px 0 0;
}

.range-slider-section > h5{ 
  font-size: 16px !important;
  /*   font-family: 'Larsseit' !important; */
  color: #002640 !important;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.range-slider-section > p{
  font-size: 16px !important;
  /*   font-weight: 500; */
  margin-bottom: 0;
}

.range-slider{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.range-slider input[type="range"]{
  width: 100%;
  height: 8px;
  border-radius: 5px;
  /*     background: #8dabc4; */
  background: transparent;
  outline: none;
  float: left;
  -webkit-appearance: none;
  margin: 0;
}
.range-slider input[type="range"]::-webkit-slider-thumb{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3964f9;
  cursor: pointer;
  transition: background .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.range-slider input[type="range"]::-moz-range-thumb{
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #3964f9;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider input[type="range"]::-moz-range-thumb:hover,
.range-slider input[type="range"]:active::-moz-range-thumb{ background: #3964f9; }

::-moz-range-track{
  background: #d7dcdf;
  border: 0;
}

.range-slider .value{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -mozlex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.range-slider .value > div{
  font-size: 14px;
  /*   font-family: 'Larsseit'; */
  color: #34495e;
}

.range-slider{
  position: relative;
}

.range-slider #range-output{
  font-size: 16px;
  font-weight: 700;
  /*   font-family: 'Larsseit'; */
  color: #002640;
  position: absolute;
  top: -59px;
  right: 0;
}

.range-slider #range-output span{
  display: inline-block;
  font-size: 21px;  
  margin-left: 7px;
  border: 1px solid #8dabc5;
  padding: 7px 10px;
  line-height: 1;
}






.pricing-tab-section{
  padding-top: 90px;
}

.price-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-section .pricing-table{
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  border: 1px solid #c4cbd3;
  text-align: center;
  border-radius: 2px;
  position: relative;
  padding-bottom: 60px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.price-section .pricing-table:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.price-section .pricing-table:last-child{
  margin-right: 0;
}

.price-section .pricing-table .inner-pricing{
  padding: 50px 25px 0 25px;
}

.price-section .pricing-header h4{
  margin-bottom: 10px;
  /*   font-family: 'Larsseit'; */
  font-weight: 700;
  color: #002640 !important;
}

.price-section .pricing-header p{
  max-width: 290px;
  margin: 0 auto;
  line-height: 1.4;
}

.price-section .price{
  padding: 40px 0;
}

.price-section .price .amount{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 38px;
  /*   font-family: 'Larsseit'; */
  font-weight: 700;
  color: #02283f;
  line-height: 1;
  margin-bottom: 7px;
}

.price-section .price .amount span{
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
  padding-top: 3px;
}

.price-section .sale-btn{
  display: inline-block;
  background-color: #2d8cff;
  color: #fff;
  border-radius: 30px;
  padding: 15px 50px;
  font-size: 16px;
  /*   font-family: 'Larsseit'; */
  text-decoration: none;
  margin-bottom: 50px;
}

/* .price-section .cta_button{
display: inline-block;
background-color: #2d8cff;
color: #fff;
border-radius: 30px;
padding: 15px 50px;
font-size: 16px;
text-decoration: none;
margin-bottom: 30px;
-webkit-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
} */

/* .price-section .cta_button:hover{
background: #43b381;
} */
.price-section .cta_button{
  border-radius: 4px;
  color: #1d1d1f;
  background: #00cc88;
  border-color: #00cc88;
  display: inline-block;
/*   font-size: 18px;
  font-weight: 500; */
  font-size: 14px;
  font-weight: 600;
  font-family: var(--ffS);
  line-height: 1.13;
  padding: 14px 15px;
  margin-bottom: 30px;
  transition: all .3s ease 0s;
}
.price-section .cta_button:hover {
  color: #1d1d1f;
  background: #99ebcf;
  border-color: #99ebcf;
}
.price-section .listing-heading{
  font-size: 16px;
  font-weight: 500;
  /*   font-family: 'Larsseit'; */
  text-align: left;
  color: #002640 !important;
  margin-bottom: 18px;
}

.price-section .description{
  text-align: left;
  padding: 0;
  margin: 0 0 30px 0;
}

.price-section .description li{
  font-size: 16px;
  /*   font-family: 'Larsseit'; */
  color: #55697c;
  /*   padding-left: 16px; */
  padding-left: 19px;
  margin-bottom: 12px;
  position: relative;
}

.price-section .description li:last-child{ 
  margin-bottom: 0;
}
{#
.price-section .description li:before{
  content: "";
  /*   width: 6px;
  height: 6px; */
  width: 13px;
  height: 13px;
  border-radius: 50%;
  /*   background: #ff7700; */
  background: url("https://f.hubspotusercontent10.net/hubfs/80068/check-green.svg") no-repeat;
  /*   background: url(https://cdn2.hubspot.net/hubfs/80068/Icon%20Shape@2x.svg) no-repeat; */
  position: absolute;
  /*   top: 9px; */
  top: 5px;
  left:  0;
}
#}
.price-section .description li:before{
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 6px;
  border-right: 3px solid #007b79;
  border-bottom: 3px solid #007b79;
  border-radius: 0;
  rotate: 45deg;
}
.price-section .feature-btn{
  border-top: 1px solid #c4cbd3;
  padding: 17px 25px;

  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.price-section .feature-btn a{
  font-size: 16px;
  font-weight: 500;
  /*   font-family: 'Larsseit'; */
  /*   color: #3964f9; */
  color: #007b79;
}



.bullet-section .inner-sectiontitle{
  margin: 70px 0 40px 0;
}

.bullet-inner-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bullet-inner-section .single-bullet-section{
  width: calc(100% / 3 - 57px);
  margin-right: 85px;
}

.bullet-inner-section .single-bullet-section:last-child{
  margin-right: 0;
}

.single-bullet-section h4{
  font-size: 24px;
  /*   font-family: 'Larsseit'; */
  color: #002640;
}

.single-bullet-section ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-bullet-section ul li{
  font-size: 16px;
  /*   font-family: 'Larsseit'; */
  color: #55697c;
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
}

.single-bullet-section ul li:before{
  content: "";
  width: 17px;
  height: 17px;
  background: url("https://cdn2.hubspot.net/hubfs/80068/custom-video-thumbnails/Icon%20Shape@2x.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}



.faq-section{ 
  width: 80%;
  margin: 0 auto;
}

.faq-section .panel{
  border: 1px solid #c4cbd3;
  background: #fff;
  margin-bottom: 20px;
}

.faq-section .panel .panel-title{
  margin-bottom: 0;
}

.faq-section .panel .panel-title a{
  display: block;
  font-size: 18px;
  font-weight: 500 !important;
  /*   font-family: 'Larsseit'; */
  color: #002640 !important;
  padding: 22px 90px 22px 30px;
  position: relative;
}

.faq-section .panel .panel-title a:after{
  content: "Show +";
  width: 60px;
  height: 20px;
  font-size: 18px;
  font-weight: 500 !important;
  /*   font-family: 'Larsseit'; */
  color: #3964f9;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.faq-section .panel .panel-title.active a:after{
  content: "Hide -";
}

.faq-section .panel .panel-body{
  padding: 0 90px 50px 30px;
}

.faq-section .panel .panel-body p {
  position: relative;
}

.faq-section .panel .panel-body a {
  color: #3964f9;
}

.faq-section .panel .panel-body a:hover {
  color: #43b381;
}


.main-faq{
  padding: 110px 0 100px 0;
  position: relative;
  z-index: 1;
}

.main-faq:before{
  content: "";
  width: 75%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/80068/custom-video-thumbnails/FAQ%20Waves%20@2x.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%); 
}

.main-faq h2{
  text-align: center;
  margin-bottom: 70px;
}

.main-faq > h2{
  position: relative;
}

/* .main-faq > h2:before{
content: "";
width: 52px;
height: 52px;
background: url("https://cdn2.hubspot.net/hubfs/80068/CTAs/Intercom.png") no-repeat;
background-size: cover;
position: absolute;
top: 0;
right: 0;
} */

.main-faq .talk-btn{
  text-align: center;
  margin-top: 40px;
}

.main-faq .talk-btn a{
  display: inline-block;
  background-color: #2d8cff;
  color: #fff;
  border-radius: 30px;
  padding: 16px 70px;
  font-size: 16px;
  text-decoration: none;
}

.main-faq .talk-btn a:hover{
  background: #43b381;
}



.zip-code-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c4cbd3;
  padding: 35px 30px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
  background: #fff;
}

.zip-code-section .left-content{
  margin-right: 20px;
}

.zip-code-section h5{
  font-size: 16px !important;
  /*   font-family: 'Larsseit' !important; */
  color: #002640 !important;
  text-transform: uppercase;
  margin-bottom: 2px; 
  margin-bottom: 0;
}

.zip-code-section p{
  margin-bottom: 0;
}

.zip-code-section form input{ 
  border: 1px solid #c4cbd3;
  height: 40px;
  border-radius: 4px;
  padding: 7px 11px;
  width: 180px;
}


.range{
  width: 100%;
  border-radius: 30px;
}

.price-section{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-pop-data table {
  border-collapse: collapse;
  width: 100%;
}

.inner-pop-data th,.inner-pop-data td {
  text-align: left;
  /*   padding: 8px; */
  padding: 16px 10px;
}

.inner-pop-data tr:nth-child(even) {background-color: #f2f2f2;}


.zip-code-section{
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}

.range-slider-section{
  border-radius: 0 0 4px 4px;
  /*   margin-bottom: 40px; */
  margin-bottom: 100px;
}

/* Popup Design */

body.active-pop{
  overflow-y: hidden;
}

body.active-pop .pricing-tab-section .page-center{
  position: static;
}

.outer-pop-data{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
}

.outer-pop-data:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pop-data{
  max-width: 900px;
  max-height: 90vh;
  width: calc(100% - 40px);
  /*   height: 100%; */
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  overflow-y: auto;
}

.pop-data > h2{
  background: #f5f8fa;
  text-align: center;
  padding: 18px 20px;
  font-size: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #c4cbd3;
}

.pop-data .close-pop{
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 20px;
}

.pop-data .close-pop:hover{
  cursor: pointer;
}

.pop-data table{
  padding: 0 20px;
}

.pop-data table tr:nth-child(even){
  background: #f5f8fa;
}

.pop-data table td{
  font-size: 14px;
  line-height: 1.7;
}

.pop-data table td:nth-child(1){
  min-width: 44px;
  padding-left: 22px;
}

.pop-data table td:nth-child(2){
  min-width: 90px;
}

.pop-data table td strong{
  font-weight: 600;
}




@media (max-width: 990px){
  .price-section .sale-btn{
    max-width: 185px;
    width: 100%;
    padding: 15px 10px;
  }

  .main-faq>h2:before{
    top: 60px;
  }

}


@media (max-width: 800px){
  .select-box{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  }
  .select-box li{
    width: calc(100% / 4 - 10px);
    margin-bottom: 20px;
  }
  .select-box li:nth-child(4){
    margin-right: 0;
  }

  .price-section .price .amount{
    font-size: 30px;
  }

}


@media (max-width: 767px){
  .pricing-tab-section {
    padding-top: 50px;
  }
  .tab-section .nav-tabs li a{
    padding: 15px 10px;
    font-size: 14px;  
  }
  .pricing-tab-section .inner-sectiontitle h3{
    font-size: 30px;
  }

  .select-box li{
    width: calc(100% / 3 - 10px);
    margin-bottom: 20px;
  }
  .select-box li:nth-child(3){
    margin-right: 0;
  }
  .select-box li:nth-child(4){
    margin-right: 0;
    margin-right: 12px;
  }

  .range-slider{
    margin: 35px 0 0 0;
  }
  .range-slider #range-output {
    /*       top: -35px; */
    top: -39px;
  }

  .range-slider #range-output span {
    font-size: 16px;
  }

  .zip-code-section{
    display: block;
    text-align: center;
  }
  .zip-code-section .left-content {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .price-section .pricing-table{
    width: 100%;
    margin: 0 0 25px 0;
  }
  .main-faq>h2:before {
    top: 40px;
  }

  .faq-section {
    width: 100%;
  }
  .faq-section .panel .panel-title a{
    padding: 22px 90px 22px 15px;
  }
  .faq-section .panel .panel-body {
    padding: 0 15px 50px 15px;
  }


  .pricing-tab-section .inner-sectiontitle {
    text-align: center;
    margin: 70px 0 70px 0;
  }

  .main-faq {
    padding: 70px 0 100px 0;
  }

  .range-slider-section{
    margin-bottom: 40px;
  }

}

@media (max-width: 480px){
  .tab-section .nav-tabs{
    padding: 0 15px;
  }

  .select-box li,
  .select-box li:nth-child(4){
    width: 100%;
    margin-right: 0;
  }
  .main-faq>h2:before {
    top: 60px;
  }

}





ul.environment-like .full-description{
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 55px;
}

ul.environment-like .full-description .inner-content{
  width: 450px;
  background-color: #fff;
  border: 4px solid #3964f9;
  padding: 20px 15px;
  visibility: hidden;
  color: #000;
  border-radius: 25px;
  position: absolute;
  top: -27px;
  left: calc(100% + 8px);
  z-index: 9999999;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 5px;
  /*    font-family: 'Larsseit'; */
  color: #55697c;
}

ul.environment-like > li:hover{
  z-index: 1;
}

ul.environment-like > li .full-description:hover .inner-content {
  visibility: visible;
}

/* ul.environment-like > li:nth-child(5) .full-description .inner-content,
ul.environment-like > li:nth-child(6) .full-description .inner-content{
left: auto;
right: calc(100% + 8px);
} */

.select-box.environment-like > li{
  width: calc(100% / 4 - 10px);
  margin-bottom: 12px;
}

.select-box.environment-like > li:nth-child(4n){
  margin-right: 0; 
}

@media (min-width: 768px){
  .select-box.environment-like > li:nth-child(4n) .full-description .inner-content,
  .select-box.environment-like > li:nth-child(4n - 1) .full-description .inner-content{
    left: auto;
    right: calc(100% + 8px);
  }
}

@media (max-width: 1199px){
  ul.environment-like .full-description{
    right: 45px;
  }
  ul.environment-like .full-description .inner-content{
    width: 380px;
  }
}


@media (max-width: 1100px){
  ul.environment-like .full-description{
    right: 35px;
  }
  ul.environment-like .full-description .inner-content{
    width: 360px;
  }
}

@media (max-width: 990px){
  ul.environment-like .full-description .inner-content {
    width: 300px;
  }
}

/* @media (max-width: 800px){
ul.environment-like>li:nth-child(3) .full-description .inner-content,
ul.environment-like>li:nth-child(4) .full-description .inner-content{
left: auto;
right: calc(100% + 8px);
}
ul.environment-like>li:nth-child(5) .full-description .inner-content{
left: calc(100% + 8px);
right: auto;
}
} */

@media (max-width: 767px){
  ul.environment-like > li{
    width: calc(100% / 2 - 10px) !important;
  } 
  ul.environment-like > li:nth-child(even){
    margin-right: 0 !important;
  }
  ul.environment-like > li:nth-child(odd){
    margin-right: 12px !important;
  }

  ul.environment-like > li:nth-child(odd) .full-description .inner-content{
    left: calc(100% + 8px);
    right: auto;
  }

  ul.environment-like > li:nth-child(even) .full-description .inner-content{
    left: auto;
    right: calc(100% + 8px);
  }
}

@media (max-width: 600px){
  ul.environment-like .full-description .inner-content {
    width: 250px;
  }
}

@media (max-width: 480px){
  ul.environment-like > li{
    width: 100% !important;
  }
  ul.environment-like > li:nth-child(odd),
  ul.environment-like > li:nth-child(even){
    margin-right: 0 !important;
  }
  ul.environment-like>li:nth-child(odd) .full-description .inner-content {
    left: auto;
    right: calc(100% + 8px);
  }
}

@media (max-width: 360px){
  ul.environment-like .full-description .inner-content {
    width: 230px;
  }
}


.price-section .sale-btn{
  margin-bottom: 30px;
}

.price-section .content-extra{
  border-top: 1px solid #c4cbd3;
  padding-top: 30px;
}

/* User Support Section */

.user-support{
  margin-bottom: 50px;
}

.user-support .heading-inner h5{
  font-size: 16px !important;
  color: #002640 !important;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.user-support .heading-inner p{
  font-size: 16px !important;
  margin-bottom: 0
}

.user-support .user-list {
  margin-top: 20px;
  z-index: 99;
  position: relative;
}

.user-support .user-list > li{
  width: calc(100% / 8 - 11px);
  min-height: auto;
  padding: 20px 20px 35px;
}

@media (max-width: 990px){
  .user-support .user-list > li{
    width: calc(100% / 4 - 11px);
    margin-bottom: 20px;
  }
  .user-support .user-list > li:nth-child(4){
    margin-right: 0;
  }

  .price-section .cta_button{
    max-width: 185px !important;
    width: 185px;
    padding: 15px 10px;
    box-sizing: border-box !important;
  }

}

@media (max-width: 767px){
  .user-support .user-list > li:nth-child(3){
    margin-right: 12px;
  }
  .user-support {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px){
  .user-support .user-list > li{
    width: 100%;
  }
  .user-support .user-list > li:nth-child(3){
    margin-right: 0;
  }
}



.price-section-data{
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.price-section-data > h3{
  font-size: 32px;
  color: #002640;
  text-align: center;
  margin-bottom: 70px;
}
.price-section .price .amount .nep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  color: #02283f;
  line-height: 1;
  margin-bottom: 7px;
}

.pricing-tab-section .tab-section .nav-tabs li a {
  font-size: 16px;
}

.pricing-tab-section .inner-sectiontitle h3,
.pricing-tab-section .inner-sectiontitle h2 {
  font-size: 29px;
}

/* .pricing-tab-section .sectiontitle h1{
font-size: 47px;
} */

@media (max-width: 767px){
  /*   .pricing-tab-section .sectiontitle h1{
  font-size: 32px;
}
  */
  .pricing-tab-section .inner-sectiontitle h3,
  .pricing-tab-section .inner-sectiontitle h2 {
    font-size: 26px;
  }
}


