/* == GENERAL == */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;700;900&display=swap');

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.show-desk {
  display: block !important;
}

.show-mob {
  display: none !important;
}

:focus-visible {
outline: none !important;
box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.text-muted,
button,
a,
div {
  font-family: 'Source Sans Pro', sans-serif !important;
}

p {
  color: #7a7a7a;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

ul li {
  text-decoration: none;
  list-style: none;
}
.w-img{
    width:75% !important;
}


/* === SECTION01 CSS ===  */

#section01{
  padding: 2rem 1rem;
  position: relative;
}

.top h6 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin: 1rem 0 0;
}

.top h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.top h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: .5rem 0 0;
  color: #000;
}

#rangeValue {
  position: relative;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #06adf3;
    font-weight: 600;
    left: -78px;
}

#rangeValue::after{
  position: absolute;
  content: "Employee(s)";
  font-size: 26px;
  color: #06adf3;
  font-weight: 600;
  left: 0;
  top: 0;
  right: -180px;
}

.range__slider [type="range"] {
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
  height: 8px;
  border-radius: 6px;
  background: #d4d4d4;
  outline: none;
  padding: 0;
  margin: 0;
}

.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fd9e28;
  border: #f9ca24 5px solid;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
   
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  background: #f0932b;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #f0932b;
  border: #f9ca24 5px solid; cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  overflow: hidden;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #f9ca24;
}

input::-moz-focus-inner, input::-moz-focus-outer {
  border: 0;
}

/* === PRICING TABS CSS ===  */

.tab {
  overflow: hidden;
 
  border-radius: 5px;
  width: fit-content;
    margin: 2rem auto;
}

    .tab button {
        border: 2px solid #fd9e28;
        font-size: 22px;
        font-weight: 500;
        padding: 11px 40px;
        background-color: inherit;
        float: left;
        border-radius: 50px;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
    }

.tab button.active {
  color: #fff;
  background-color: #fd9e28;
}

/* === PRICING SECTION CSS ===  */

.mypricing_content {
  background-color: #f2fbff;
  border: 2px solid #cbdbfc;
  border-radius: 21px;
}

.mypricing_head{
  text-align: center;
  padding: 1rem 1rem;
}

.mypricing_head h5{
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #5e7891;
  margin-bottom: 0;
}

.mypricing_head h2{
  font-size: 45px;
  line-height: normal;
  margin: 0.12rem 0 0.12rem;
  font-weight: 600;
  color: #2d3e50;
}

.subs_duration{
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #2d3e50;
}

.start_free {
  font-size: 25px;
  padding: 15px 63px;
  margin-bottom: 1rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  background-color: #0aacf5;
  border: 1px solid #0aacf5;
  display: inline-block;
}

.start_free:hover{
  color: #0aacf5;
background-color: transparent;
}

.mypricing_head h6{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #666666;
}

.mypricing_bottom h4 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  padding: 12px 0 12px 260px;
  border-top: 1px solid #cbdbfc;
}

.mypricing_bottom h4 img{
  margin-right: 8px;
}


.subs_now{
  font-size: 25px;
    padding: 16px 58px;
    margin: 1rem 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    background-color: #1cbcb4;
    border: 1px solid #1cbcb4;
    display: inline-block;
}

.subs_now:hover{
  color: #1cbcb4;
  background-color: transparent;
}


/* === Responsive CSS === */

@media (max-width: 900px) {

  .mypricing_bottom h4{
    padding: 12px 0 12px 66px;
  }
    #pro span {
        top: -2px !important;
    }
    #proYearly span {
        top: -2px !important;
    }
    .start_free {
        padding: 15px 62px;
    }
}

@media (max-width: 992px) {

    .mypricing_head h2 {
        font-size: 30px;
    }
    #pro span {
        top: -2px !important;
    }
    #proYearly span {
        top: -2px !important;
    }
}

@media (max-width: 600px) {

  .show-desk {
    display: none !important;
  }

  .show-mob {
    display: block !important;
  }

  p {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .tab button {
    font-size: 18px;
    padding: 9px 23px;
    margin-top: 7px;
    width: 100%;
  }

  #section01 {
    padding: 1rem 0rem;
  }

  .mypricing_wrapper{
    margin-bottom: 2rem;
  }
    .mrgn {
        margin-top: 0 !important;
    }
    #pro span {
        top: -2px !important;
    }

    #proYearly span {
        top: -2px !important;
    }
}
.mrgn {
    margin-top: 3rem;
}
#pro span {
    font-size: 22px;
    position: relative;
    top: -7px;
}
#proYearly span {
    font-size: 22px;
    position: relative;
    top:-7px;
}