/*
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 */
.fa-check-circle{
    color:#00838F;
    font-size:1.5em;
}
#header_select_language{
    font-size:18px;
    margin-top: 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    color: #434343;
}
.btn_signup_header{
    width: 129px;
    top: 0px;
    background: #00838F;
    border-radius: 54px;
    font-size: 14px;
    color: #FFFFFF;
}
.item-without-first{
    margin-left:93px;
}
.nav-item{
    position: relative;
}
.tab_custome{
    border-radius: 50% !important;
    height: 100px;
    width: 100px;
    background-color:#7CCED6;
}
.baris_tabs{
    position: absolute;
    top:29px;
    width: 97%;
    border-top: 2px dashed #4F4F4F;
}
.nav-tabs .nav-link.active{
 background-color:#00838F !important;
}

.icon-sales{
    margin-top: 18px;
    margin-left: 3px;
}

.icon-ds{
 margin-top: 13px;
 margin-left: 10px;
}

.icon-tabs{
    margin-top: 12px;
    margin-left: 3px;
}

.text-bottom-tabs{
    margin-top:10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.p-new-25{
    padding-top:25px;
}

.title_tabs{
    margin-left:0px;
    margin-top:0px;
    border: 4px solid #00838F;
    width: 75px;
    border-radius:6px;
}

.icon_mr16{
    margin-right:16px;
}

.span_custome_text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color:#333333;
}

.card-text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color:#333333;
}

.title_section{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
}

.title_section_connect_crm{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}
.subtitle_connect_crm{
    margin-top:80px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
}
.icon_crm_marketing{
    margin-left:28px;
}
.icon_crm_leads{
    margin-right:30px;
}
.text_custome_ccf{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.subtitle_on_premise{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    color: rgba(255, 255, 255, 0.67);
}

.why_connect_crm{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.titile_why_connect_crm{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.subtitle_why_connect_crm{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom:3rem;
    line-height: 22px;
    color: #828282;
}

.background_image_why_connect_crm{
    background-image: url('/crm/images/home/section_why_connect_crm.png');
    height:610px; 
    background-repeat: no-repeat;
    background-size: contain;
}

.background_try_us{
    background-image: url('/crm/images/home/asset_3_1.png');
    height:610px; 
    background-repeat: no-repeat;
    background-size: contain;
}

.subtitle_try_us{
    font-family: sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
}
.search-form form input{
    color:#000 !important;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.28);
    background-color:#fff !important;
    border-color:#fff !important;
}

.search-form form{
    max-width:600px;
    left:322px;
}
.search-form{
    margin-top:9rem;
}
.text_copyright{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.text_footer{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.subtext_footer{
    font-family: HelveticaNeue;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;

    color: rgba(255, 255, 255, 0.67);
}
.btn_try_us_for_free{
    background: #00838F;    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 70px;
    padding-left: 70px;
    top:0px !important;
    right:0px !important;
}

#btn_know_more{
    width: 280px;
    background: #F2C94C;
    border-radius: 60px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-top:15px;
    padding-bottom:15px;
    color: #038490;
}

#btn_signup_free{
    width:330px;
    padding-top:20px;
    padding-bottom:20px;
    background: #00838F;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.28);
    border-radius: 60px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-top:40px;
    color: rgba(255, 255, 255, 0.87);
}
#form-leads{
    text-align:right;
}
#text_lead_tracking{
   font-family: Roboto;
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 21px;
}
#text_email_integration{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-left:25px;
}
.dropdown-menu-right{
    right: 0!important;
    left: 0px !important;
}
#button_select_language{
    padding:0px !important;font-size:18px;background: transparent;
    color: #000;
    border: hidden;
}
#line_price{
    position: absolute;
    margin-left: 80px;
    border-top: 2px solid #000;
    width: 119px;
}
#small_2nd{
    font-size:18px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
}
#price_2nd{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}
#price_month{
    color: #828282;
    font-size: 18px;
    line-height: 17px;
}
#small_1st{
    font-size:14px;
    line-height: 17px;
    font-weight: bold;
}
#now_only{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.title_card_price{
    margin-top:40px;
    font-size:24px;
    line-height: 29px;
    margin-left:50px
}
#btn_purchase_now{
    background: #00838F;
    border-radius: 4px;
    margin-left: 24%;
    width: 220px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.subtitle_business_pack{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center !important;
    color: #333333;
}
.see_all_feature{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}
.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.2;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.2;
    }
    50% { 
        opacity: 1.5;
    }
    100% { 
        opacity: 0.2;
    }
}
.card-header{
   background: #D8F2F4;
}
.border_penjelasan{
    background: #E5E5E5 !important;
}
.header_penjelasan{
    background:#E5E5E5 !important;
}
#card_text_starter{
    padding-top:35px;
}
#card_text_business{
    padding-top:35px;
}
#card_text_sales{
    padding-top:17px;
}
.card_text_package{
    padding-top:33px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.card_text_user{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.card_description{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}
.pricing_card_pack{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}
.pricing_card_pack small{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}
.user_per_month{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    text-align:center;
}

.border-light{
    border-radius:0px;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0);
}

#card_text_detail{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    padding-top:80px;
    padding-bottom: 222px;
}
.card_detail_package{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
#detail_starter_pack{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    padding-top:10px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
}
.detail_package_card{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7c7c7c;
}
.plus_package_card{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-top:8px;
}

.buttoncard{
    border: none;
    color: white;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-bottom:30px;
}

.button_purchase_now_card {
    border-radius: 4px;
    background-color: white; 
    color: #00838F; 
    border: 2px solid #00838F;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.button_purchase_now_card_active {
    border-radius: 4px;
    background-color: #00838F !important; 
    color: white; 
    border: 2px solid #00838F;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.button_purchase_now_card:hover {
  background-color: #00838F;
  color: white;
}

#btn_purchase_sales_pack{
    margin-top:53px;
}

#btn_purchase_pro_pack{
    margin-top:70px;
}
#btn_purchase_life_pack{
    margin-top:103px;
}
#btn_purchase_business_pack{
    margin-top:18px;
}
#card_body_starter{
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
#card_body_business{
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    background:#EBF4F9;
}
#card_body_sales{
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
#card_body_pro{
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
#card_body_life{
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.line_card_package{
    background:#E0E0E0;
    padding: 6px 1.5rem;
}
.card_body_next{
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding-top: 40px;
}
.cloud_storage_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
.fa-check-square{
    font-size:20px;
    color: #2D9CDB;
}
.fa-window-close{
    font-size:20px;
    color: #828282;
}
.title_detail{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
}
#cloud_storage{
    line-height: 24px;
}
#cloud_emails{
    line-height: 24px;
}
.icon_times_and_check{
    line-height: 34px !important;
}
.line_feedback_management{
    margin-top:89px;
}
.line_sales{
    margin-top:62px;
}
.line_finance{
    margin-top:60px;
}
.line_hr_management{
    margin-top:89px;
}
.line_support{
    margin-top:62px;
}
.line_tasks{
    margin-top:60px;
}
.line_report{
    margin-top:60px;
}
.line_product_management{
    margin-top:89px;
}
.line_purchase_management{
    margin-top:89px;
}
.line_knowledge_base{
    margin-top:89px;
}
.line_calendar{
    margin-top:65px;
}
.line_goals{
    margin-top:60px;
}
.line_expense{
    margin-top:60px;
}
.line_utilities{
    margin-top:62px;
}
.line_finance_setting{
    margin-top:89px;
}
.line_auto_email_setting{
    margin-top:89px;
}
.line_admin{
    margin-top:63px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

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

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

.slider:before {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: -5px;
  background-color: #2D9CDB;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: #56CCF2;
}

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

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

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

.slider.round:before {
  border-radius: 50%;
}

.text_pricing_month_monthly{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}
@media only screen and (max-width: 600px) {
    #row_testimonial{
        margin-top:0px !important;
    }
    .footer{
        padding: 10px 0px 40px 0px;
    }
    #section_resource{
        padding-bottom:0px;
    }
    .section_try_us_for_free{
        padding-top:0px !important;
    }
    .why_connect_crm{
        margin-top: -40px;
    }
    #img_connect_relation{
        margin-top:15px;
    }
    #text_email_integration{
        margin-left:0px;
    }
    #form-leads{
        text-align:center;
    }
    #form-marketing{
        text-align:center;
    }
    .bg-home{
        padding-top:90px !important;
    }
    .icon_crm_leads{
        margin-right:0px;
    }
    .icon_crm_marketing{
        margin-left:0px;
    }
    .text-tabs-mobile{
        text-align:left !important;
        margin-left:15px;
    }
    #tabs-digital-signature{
        margin-left:0px !important;
    }
    .card-header-tabs{
        margin-left:5px;
    }
    .text-bottom-tabs{
        font-size:10px;
    }
    .nav-item{
        width:76px;
    }
    .icon-tabs {
        margin-top: 0px;
        margin-left: -9px;
        width: 45px;
    }
    .icon-ds {
        margin-top: -2px;
        margin-left: -4px;
        width: 36px;
        height: 45px;
    }
    .icon-sales{
        margin-top: 4px;
        margin-left: -9px;
        width: 45px;
    }
    .tab_custome{
        height: 60px;
        width: 60px;
    }
    .item-without-first{
        margin-left: 0px;
    }
    .baris_tabs{
        position: absolute;
        top: 13px;
        left: 19px;
        width: 70%;
    }
    .baris_tabss{
        border-top: 2px dashed #4F4F4F;
        position: absolute;
        top: 16px;
        left: 19px;
        width: 51%;
        margin-top:117px;
    }
    .btn_try_us_for_free{
        margin-right:28px;
        padding-top: 0px;
        padding-bottom: 4px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .background_image_why_connect_crm {
        height:340px;
    }
    .background_try_us{
        height:196px;
    }

    .search-form{
        margin-top:0rem;
    }

    .search-form form{
        max-width:400px;
        left:0px;
    }
    .search-form form input{
        padding-left:12px;
        height: 30px;
        width: 70%;
        margin-top: 20px;
    }
    .section{
        margin-top:0px !important;
        margin-bottom:0px !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .title_section{
        font-size: 35px;
        line-height: 59px;
    }
    #btn_purchase_now{
        margin-left:75px;
    }
    #line_price{
        margin-left:60px;
    }
    .subtitle_connect_crm{
        font-size:21px;
    }
    .subtitle_business_pack{
        font-size:18px;
    }
}
@media only screen and (max-width: 1400px) {
    #btn_purchase_pro_pack{
        margin-top:53px;
    }
    #btn_purchase_life_pack {
        margin-top: 86px;
    }
    #unlimited_leads_contact{
        line-height:17px;
    }
    #search_in_crm{
        line-height:17px;
    }
    #convert_lead_to_customer{
        line-height:17px;
    }
    .line_sales{
        margin-top:58px;
    }
    #expense_vs_income{
        line-height:17px;
    }
    .line_report{
        margin-top:63px;
    }
    .line_product_management{
        margin-top:92px;
    }
}
@media only screen and (max-width: 1300px) {
    .image_pricing_business_pack{
        max-width: 108%;
        max-height:auto;
    }
    #line_price{
        margin-left: 11%;
    }
    #btn_purchase_business_pack{
        margin-top:34px;
    }
    #btn_purchase_sales_pack{
        margin-top: 86px;
    }
    #btn_purchase_pro_pack{
        margin-top: 86px;
    }
    #btn_purchase_life_pack{
        margin-top: 119px;
    }
    #card_text_detail{
        padding-bottom: 256px;
    }
    #card_body_description{
        padding-left:5px;
    }
    .title_detail{
        font-size:15px !important;
    }
    #tickect_pipeline_management{
        line-height:29px !important;
    }
    
}
@media only screen and (max-width: 1200px) {
    #card_text_detail{
        padding-bottom: 272px;
    }
    #btn_purchase_business_pack{
        margin-top: 35px;
    }
    #btn_purchase_pro_pack{
        margin-top: 70px;  
    }
    #btn_purchase_life_pack{
        margin-top: 120px;
    }
    #btn_purchase_sales_pack{
        margin-top: 103px;  
    }
    #tickect_pipeline_management{
        line-height:17px !important;
    }
    #convert_lead_to_customer{
        line-height:17px;
    }
    #expense_vs_income{
        line-height:17px;
    }
}
@media only screen and (max-width: 1100px) {
    #btn_purchase_business_pack{
        margin-top: 52px;
    }
    #btn_purchase_pro_pack{
        margin-top: 104px;  
    }
    #btn_purchase_life_pack{
        margin-top: 137px;
    }
    #btn_purchase_sales_pack{
        margin-top: 120px;  
    }
    #card_text_detail{
        padding-bottom:287px;
    }
    #unlimited_leads_contact{
        line-height:17px;
    }
    #search_in_crm{
        line-height:17px;
    }
    #connect_payment_api{
        line-height:17px;
    }
    #data_import_export{
        line-height:17px;
    }
    .card_detail_package{
        font-size: 20px;
    }
    .line_product_management{
        margin-top:91px;
    }
    ..line_purchase_management{
        margin-top:90px;
    }
    .line_knowledge_base{
        margin-top: 91px;
    }
}