/*
Template Name: Greeva - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Home
4.Services
5.Demo box
6.Testimonial
7.contact
8.Footer
9.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600&display=swap");
/*******************
    1.General
*******************/
body {
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  color: #98a6ad;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  color: #323a46;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.8;
  font-size: 15px;
}

/*******************
    2.Helper
*******************/
.card {
  border: none;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn {
  font-size: .8125rem;
  padding: .45rem .9rem;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-primary {
  color: #ffffff;
  background: #188ae2;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

.bg-gradient {
  background: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
}

.text-primary {
  color: #188ae2 !important;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.bg-pattern-effect {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-pattern-effect img {
  width: 100%;
}

.rounded-shape {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 10px;
  font-size: 15px;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(50, 58, 70, 0.8);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #188ae2;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #188ae2;
}

/******************
    3.Home
*******************/
.bg-home {
  position: relative;
  padding-top: 220px;
}

.bg-home .home-img img {
  position: relative;
  z-index: 9;
}

.home-title h1 {
  line-height: 46px;
}

.search-form form {
  position: relative;
  max-width: 360px;
}

.search-form form input {
  height: 48px;
  padding-right: 60px;
  padding-left: 30px;
  border-radius: 30px;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
  font-size: 15px;
}

.search-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form button {
  position: absolute;
  top: 4px;
  right: 5px;
  outline: none !important;
  border-radius: 30px;
  font-size: 16px;
}

/******************
    4.Services
*******************/
.services-icon i {
  display: inline-block;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background: #def7e9;
  color: #31ce77;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/******************
    5.Demo box
*******************/
.demo-box a .demo-content {
  border-radius: 4px;
  overflow: hidden;
}

.demo-box a .demo-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-box a .overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 0 16px 0;
}

.demo-box a .overlay-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-box a:hover .demo-overlay {
  opacity: 0.7;
}

.demo-box a:hover .overlay-content {
  position: absolute;
  bottom: 0px;
}

/******************
    6.Testimonial
*******************/
.testimonial .testi-box {
  margin: 0px 12px;
}

.testimonial .owl-controls .owl-page span {
  height: 6px;
}

.testimonial .owl-controls .owl-page.active span {
  width: 16px;
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/******************
    7.contact
*******************/
.contact-form {
  top: 26px;
  z-index: 9;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.form-control {
  height: 43px;
  font-size: 0.9rem;
  border-color: #dee2e6;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ced4da;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f34943;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #f34943;
  background-color: #fef0f0;
  border-color: #fef0f0;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #31ce77;
  font-size: 22px;
}

/******************
    8.Footer
*******************/
.footer {
  background: #323a46;
  padding: 90px 0px 40px 0px;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .footer-desc {
  background: #3b4452;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-alt {
  background: #3b4452;
}

/******************
    9.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .logo img {
    height: 18px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(50, 58, 70, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #188ae2 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323a46;
  }
  .bg-home {
    padding-top: 140px;
  }
}
/*# sourceMappingURL=style.css.map */.badge-success{
    font-size: 12px;
}
.bg-home{
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('images/pricing/bg1.png');
    padding-top:120px;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box{
    background: linear-gradient(90deg, rgba(80,9,119,0.76) 61%, rgba(143,15,159,0.76) 79%);
    border-radius: 40px;
}
.font-white{
    color: #fff;
}
#select_paket{
    border-radius: 1.5rem;
}
.choose_type_paket{
    padding-top: .9rem;
    padding-bottom: .9rem;
    text-align: left;
    border-radius: 50px;
}
.dot_blue{
    height: 15px;
    width: 15px;
    background-color: #F2C94C;
    border-radius: 50%;
    display: inline-block;
}
.fa-angle-down{
    float: right;
}
.mark {
    display: block;
    position: absolute;
    top: -15px;
    background: transparent;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    margin-left: -10px;
}
.irs .irs-min{
    top: -15px;
    color: #fff;
    background-color: transparent;
}
.irs .irs-max{
    top: -15px;
    right: -15px;
    color: #fff;
    background-color: transparent;
}
.irs--round .irs-line{
    height: 8px;
}
.irs-single{
    top: -15px;
    width: 65px;
    text-align: center;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    position: absolute;
    display: block;
    content: "";
    bottom: -11px;
    left: 19%;
    width: 33px;
    height: 0;
    margin-left: 0px;
    overflow: hidden;
    border-top: 11px solid #3F86C4;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: none;
    border-top-color: #006cfa;
}
.irs--round .irs-bar{
    background: #D1C6D3;
}
.irs--round .irs-line{
    background-color :#D1C6D3;
}
.irs--round .irs-handle{
    border: 4px solid #D1C6D3;
}
#vertical_line_ukm{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 12px;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_bronze{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 25.5%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_silver{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_gold{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 74.5%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_platinum{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 99%;
    margin-left: 0px;
    top: 16px;
}

/*service */
#vertical_line_service{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 12px;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_growth{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 17.2%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_lite{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 33.6%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_b2b{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_plus{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 66.3%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_suite{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 82.6%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_diamond{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 99%;
    margin-left: 0px;
    top: 16px;
}

#label_growth{
    left: 16%;
}
#label_lite{
    left: 33%;
}
#label_b2b{
    left: 49.5%;
}
#label_plus{
    left: 66%;
}
#label_suite{
    left: 82%;
}


#label_bisnis{
    left: 24.5%;
}
#label_sales{
    left: 49%;
}
#label_conpro{
    left: 74%;
}

#vertical_line_pemula{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 12px;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_bisnis{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 25.5%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_sales{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: 16px;
}
#vertical_line_conpro{
    border-left: 2px solid #D1C6D3;
    height: 20px;
    position: absolute;
    left: 74.5%;
    margin-left: 0px;
    top: 16px;
}
/*end serviec*/


.line_detail_package{
    margin-top: 38px;
    margin-bottom: 0px;
}
#line_right_detail{
    border-right: 1px solid #fff;
}
.switch {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: -5px;
  bottom: -5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.color_default{
    color:#A580B0;
}
.color_default.active{
    color: #fff !important;
}
.text_potongan_harga{
    text-decoration: line-through; 
    text-decoration-color: #EB5757;
    color: rgba(255, 255, 255, 0.68);
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.text_discount_annualy{
    font-family: Nanum Brush Script;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.text_harga_after_discount{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
.text_harga_after_discount_small{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}
.detail_include_package{
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    border-bottom: 4px solid #CB66C2;
    padding-bottom: 10px;
}
.harga_client_app{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.87);
    margin-top: 20px;
}
.button_order_all{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    font-color: #fff;
    text-align: center;
    width: 40%;
    height: 56px;
    border-radius: 4px;
}
.talk_to_sales{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-items: center;
    text-align: center;
    text-decoration-line: underline !important;
    color: #FFFFFF;
    margin-top: 15px;
}
.talk_to_sales:hover{
    color: #FFFFFF;
}
#min_branches{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: block;
    align-items: center;
    color: rgba(255, 255, 255, 0.67);
}
.fixedbutton {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 10px;
    background-color: #25d366;
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    color: #fff;
    outline: unset;
}
.fixedbutton img{
    margin-top:0px
}
.text_title_top{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #333333;
    text-align: center;
}
.line_green{
    border-radius: 3px;
    width: 127px;
    border-top: 4px solid #3A8A85;
}
.card_box_custome_white{
    background: #FBFBFB;
    border-radius: 40px;
}
.card_box_custome_green{
    background: #EBFAF9;
    border-radius: 40px;
}
.card_box_custome_blue{
    background: #EBF4FA;
    border-radius: 40px;
}
.card_box_custome_purple{
    background: #F5F6FF;
    border-radius: 40px;
}
.card-footer{
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
}
.card-footer.white{
    background: #FBFBFB;
    border-top: 1px solid #56CCF2;
}
.card-footer.blue{
    background: #EBF4FA;
    border-top: 1px solid #56CCF2;
}
.card-footer.green{
    background: #EBFAF9;
    border-top: 1px solid #56CCF2;
}
.card-footer.purple{
    background: #F5F6FF;
    border-top: 1px solid #56CCF2;
}
.card-header{
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
}
.card-header.white{
    background: #FBFBFB;
}
.card-header.blue{
    background: #EBF4FA;
}
.card-header.green{
    background: #EBFAF9;
}
.card-header.purple{
    background: #F5F6FF;
}
.header_title_package_plan{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}
.line_package_plan{
    border-top: 1px solid #2D9CDB;
    width: 106px;
    opacity: 0.4;
}
.planning_for{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #828282;
    margin-bottom: 25px;
}
.description_plan{
    margin-bottom: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #828282;
}
.card-body.planing{
    border-top: 1px solid #56CCF2;
}
.subscription_fee{
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #828282;
}

.harga_plan_besar{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: #333333;
}
.harga_plan_kecil{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.plan_minimum_package{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.text_discount_plan{
    font-family: Nanum Brush Script;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #2D9CDB;
}

.button_purchase_now_plan{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    border-radius: 8px;
}
.button_purchase_now_plan.white{
    background: #FBFBFB;
    color: #2D9CDB;
}
.button_purchase_now_plan.blue{
    background: #FBFBFB;
    color: #2D9CDB;
}
.title_detail_plan{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}
.description_detail_plan{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.detail_table_fitur{
    text-align: left !important;
}
.fa-check-circle{
    color: #219653;
}
.dropdown-custom{
    margin-right: 5px;
}
.navbar-custom .navbar-nav .nav-item .nav-link{
    color : #000 !important;
}
.btn_signup_header {
    background: #9D3193;
    margin-right: 10px;
}

#title_support_team{
    text-align: right;
}
#label_bronze{
    left: 24.7%;
}
#label_silver{
    left: 49.3%;
}
#label_gold{
    left: 74%;
}
#choose_type_package{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    border-radius: 50px;
    height: 50px;
}
.irs-grid-pol.small{
    display: none;
}
.irs-grid-text{
    color: #fff !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
}
.text_below_income{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #F2994A;
}
.btn_ungu{
    background: #fff;
    color: #9D3193;
    border: 1px solid #9D3193;
    font-size: 18px;
}
.btn_ungu:hover{
    background: #9D3193;
    color: #fff;
}
.btn_ungu:focus{
    background: #9D3193;
    color: #fff;
}
@media only screen and (max-width:768px) {
    .fixedbutton img{
        margin-top: 0px;
    }
    #switch_toggle_package{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 15px;
    }
    #line_right_detail{
        border-bottom: 1px solid #fff;
        border-right: 0px;
    }
    .button_purchase_now_plan{
        width: 90%;
    }
    .button_order_all{
        width: 80%;
    }
    .text_discount_plan{
        font-size: 15px;
    }
    #title_support_team{
        text-align: center;
    }
    .dropdown-custom {
        color: #fff;
        margin-bottom: 10px;
        width: 100%;
    }
    #vertical_line_bronze{
        left: 27.2%;
    }
    #vertical_line_gold{
        left: 73.2%;
    }
    #vertical_line_platinum{
        left: 96%;
    }
    #label_bronze{
        left: 23%;
    }
    #label_silver{
        left: 47%;
    }
    #label_gold{
        left: 70%;
    }
}