.about_us .about_us_text p {
    line-height: 36px;
    margin-bottom: 57px;
}/**************** Extend CSS Start ****************/

@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");

body {
  font-family: Lato;
  padding: 0;
  margin: 0;
  font-size: 14px;
}


@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */

}

@font-face {
    font-family: Muli;
    src: url("../fonts/muli.ttf")
}


@font-face {
    font-family: rubik;
    src: url("../fonts/rubik.ttf")
}

@font-face {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins-semibold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}










.message_submit_form:focus {
  outline: none;
}

input:hover, input:focus, .form-control:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem transparent;
  border: 1px solid #eaecee;
}

.gray_bg {
  background-color: #f7f7f7;
}

.section_padding {
  padding: 0px 0px;
}

@media only screen and (min-width: 992px){
.col-lg-4 , .col-sm-6{
  margin-top: 30px !important;
}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .section_padding {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {

  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1300px;
    }

  .section_padding {
    padding: 70px 0px;
  }
}
.sesion_padding_inner{
  justify-content: space-between;
}
.padding_top {
    padding-top: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {

  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .padding_bottom {
    padding-bottom: 70px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #182028;
  font-family: Lato;
}

p {
  font-family: Lato;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #888888;
  font-weight: 400;
}

h2 {
  font-size: 44px;
  line-height: 28px;
  color: #182028;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {

  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {

  h3 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {

  .mb_110 {
    margin-bottom: 220px;
  }
}

.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {

  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .mt_130 {
    margin-top: 70px;
  }
}


.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb_130 {
    margin-bottom: 100px;
  }
}

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {

  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {

  [class*="hero-ani-"] {
    display: none !important;
  }
}

.btn_2 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #bc343e;
    font-size: 15px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #bc343e;
}

.btn_2:hover {
  color: #bc343e !important;
  border: 2px solid #bc343e;
  background-color: transparent;
}

@media (max-width: 576px) {

  .btn_2 {
    padding: 10px 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_2 {
    padding: 10px 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .btn_2 {
    padding: 10px 20px;
    margin-top: 25px;
  }
}
}

.about_us {
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {

  .about_us {
    padding: 0px 0 0px;
    margin-top: -30px;
  }
}

.about_us .feature_icon_1 {
  position: absolute;
  left: 15%;
  top: 12%;
  z-index: -1;
}

.about_us .feature_icon_2 {
  position: absolute;
  right: 15%;
  top: 12%;
  z-index: -1;
}

.about_us .about_us_text img {
  margin-bottom: 10px;
}

.about_us .about_us_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 28px;
  position: relative;
}

@media (max-width: 576px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .about_us .about_us_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}


.about_us .about_us_text p {
    line-height: 36px;
    margin-bottom: 57px;
    font-size: 17px;
}

@media (max-width: 576px) {

  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

.about_us .about_us_text .btn_1 {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .learning_img {
    margin-top: 30px;
  }
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .learning_img {
    margin-top: 0px;
  }
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .right_time {
    padding: 0px 0 0;
    margin-top: -30px;
  }
  .right_time .about_us_text h2 {
    margin-top: 30px;
  }
}
.use_sasu {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .use_sasu {
    padding: 55px 0 0px;
  }
}
.use_sasu .feature_icon_1 {
  position: absolute;
  left: 22%;
  top: 15%;
  z-index: -1;
}
.use_sasu .single_feature_part {
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .use_sasu .single_feature_part {
    margin-bottom: 40px;
  }
}
.use_sasu .single_feature_part img {
  margin-bottom: 33px;
  height: 65px;
}

@media (max-width: 991px) {
  .use_sasu .single_feature_part img {
    margin-bottom: 21px;
  }
}
.use_sasu .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.use_sasu .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}
.use_sasu .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}
.use_sasu1 {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .use_sasu1 {
    padding: 0px 0 0px;
  }
}
.use_sasu1 .feature_icon_1 {
  position: absolute;
  left: 22%;
  top: 15%;
  z-index: -1;
}
.use_sasu1 .single_feature_part {
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .use_sasu1 .single_feature_part {
    margin-bottom: 40px;
  }
}
.use_sasu1 .single_feature_part img {
  margin-bottom: 33px;
  height: 65px;
}

@media (max-width: 991px) {
  .use_sasu1 .single_feature_part img {
    margin-bottom: 21px;
  }
}
.use_sasu1 .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.use_sasu1 .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  .use_sasu1 .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .use_sasu1.single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use_sasu1 .single_feature_part h4 {
    margin-bottom: 15px;
  }
}
.use_sasu1 .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}
 .feature_icon_2 {
  position: absolute;
  left: 15%;
  top: 8%;
  z-index: -1;
}
.review_part {
  position: relative;
  z-index: 99;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .review_part {
    margin-top: -24px;
  }
}
.review_part .feature_icon_2 {
  position: absolute;
  right: 15%;
  top: 5%;
  z-index: -1;
}
.review_part .review_img {
  margin-bottom: 25px;
}
.review_part .review_part_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 28px;
  position: relative;
}

@media (max-width: 576px) {
  .review_part .review_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part .review_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review_part .review_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .review_part .review_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
.review_part .review_part_text p {
  line-height: 36px;
  margin-bottom: 34px;
  font-size: 17px;
      
}

@media (max-width: 576px) {
  .review_part .review_part_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .review_part .review_part_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review_part .review_part_text p {
    margin-bottom: 20px;
  }
}

.review_part .review_part_text h3 {
  font-size: 24px;
  font-weight: 600;
}
.review_part .review_part_text h3 span {
  font-size: 70%;
  color: #888888;
  font-weight: 400;
}

.review_part .owl-dots {
  padding-top: 33px;
}

.review_part .owl-dots button.owl-dot {
  border-radius: 50px;
  display: inline-block;
  background: #ccc;
  margin: 0 15px 0 0;
  width: 20px;
  height: 4px;
  background-color: #d3d8dd;
}


.review_part .owl-dots button.owl-dot.active {
  background-color: #ff4800;
}
.review_part .owl-dots button.owl-dot:focus {
  outline: none;
}

.client_logo {
  padding: 58px 0 40px;
}

@media (max-width: 991px) {
  .client_logo {
    padding: 0 0 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client_logo {
    padding: 0 0 100px;
  }
}
.client_logo .single_client_logo {
  display: flex;
  align-items: center;
}
.client_logo .owl-carousel .owl-item img {
  width: auto;
}
.client_logo .single_client_logo {
  height: 100px;
}
.client_logo .single_client_logo img {
  margin: 0 auto;
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
b,
sup,
sub,
u,
del {
  color: #ff4800;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 10px;
  margin-top: 28px;
}

.section-title P {
  color: #707070;
}
.categories {
  padding-bottom: 40px;
  background: white;
  overflow: hidden;
}
@media (max-width: 991px) {
  .categories {
    padding-bottom: 50px;
  }
}
.categories__item__list {
  margin-right: -16px;
}

.categories__item {
  width: calc(20% - 16px);
  float: left;
  text-align: center;
  margin-right: 16px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #ffffff;
}

.categories__item h5 {
  color: #323232;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 4px;
}

.categories__item span {
  font-size: 14px;
  color: #707070;
  display: block;
  font-weight: 600;
}

.footer_btn{
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.categories__item {
    width: calc(33.33% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .categories__item {
    width: calc(50% - 16px);
  }
  }
@media only screen and (max-width: 479px) {

  .categories__item__list {
    margin-right: 0;
  }
  .categories__item {
    width: 100%;
    margin-right: 0;
  }
}
.right_time{
  padding-bottom: 80px;
}
/*.mobile_view{
  display: none;
}*/
/*@media only screen and (max-width: 991px){
  .mobile_view{
    display: block;
  }
  .desktop_view{
    display: none;
  }
}*/

@media only screen and (max-width: 991px) and (min-width:650px){
.row1{
  display:flex !important;
  flex-direction: row !important;
}
}


@media screen and (max-width:991px) and (min-width:768px){
  .col-sm-6{
    /*min-height:268px !important;*/
  }
}

@media screen and (max-width:650px){
  .row1, .row2{
    display:flex !important;
  }
  .row1{
 flex-direction: column !important;
}
.row2{
 flex-direction: column-reverse !important;
}
.learning_img , .review_img{
  display:flex !important;
  justify-content: center !important;
}
.learning_img img , .review_img img{
  width:80% !important;
  margin:0px auto !important;
}
}


/**************** Extend CSS End ****************/

/*ankush css*/


/*viseopopup*/
.close-btn {
    position: absolute;
    top: 0%;
    right: 0%;
    background: #000;
    opacity: 0.8;
    padding: 10px 15px;
    border-radius: 1px;
    cursor: pointer !important;
    z-index: 22;
    
}
.close-btn svg {
    font-size: 19px;
    color: #fff;
}
.modal-content {
    width: 100%;
    margin: auto;
    position: relative;
}

.click-here-btn {
    width: auto;
    height: auto;
    background: #7971ea;
    border: unset;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    position: absolute;
    bottom: 3%;
    left: 12%;
    cursor: pointer;
    color: #fff;
}
.click-here-btn a {
    color: #fff;
}


/*faq page css*/

#home-section .container {
    padding-left: 20px;
    padding-right: 20px;
}

#faq-accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
     border: unset; 
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
     background-color: unset; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq-question {
    font-family: 'Poppins-semibold';
    color: #303030;
    font-size: 14px !important;
    text-decoration: none;
    text-align: left !important;
    white-space: unset !important;
}
.faq-question a {
    font-family: 'Poppins-semibold';
    color: #303030;
    font-size: 17px;
    text-decoration: none;
}
.faq-answer {
    font-family: 'Poppins-medium';
    color: #b4b5b6;
    font-size: 13px;
    line-height: 20px;
}
.faq-icon svg {
    color: #feb205;
    font-family: 'Poppins-semibold';
    font-size: 20px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 1.25rem;
}
.faq-answer {
    font-family: 'Poppins-medium';
    color: #b4b5b6;
    font-size: 13px;
    line-height: 20px;
    border-left: 2px solid #feb205;
    margin: 20px 27px;
}

.minus{display:none;}
.plus{display: block;}
.faq-icon.faq-active .minus{display:block;}
.faq-icon.faq-active .plus{display: none;}

.minus1{display:none;}
.plus1{display: block;}
.faq-icon.faq-active .minus1{display:block;}
.faq-icon.faq-active .plus1{display: none;}

.padding-section{padding-right:10px 0px !important;}
.end-feature-section .price-feature-section{padding: 10px 0px;}













/*pricing page css*/
  .why-choose-us-box {
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    width: 90%;
    margin: auto;
    padding: 25px 20px;
    }

.why-choose-us-box h3 {
    font-size: 18px;
    /* margin-top: 12px; */
    line-height: 28px;
}
.addon-head {
    font-size: 24px !important;
}
.why-choose-us-box svg {
    margin-right: 15px;
    font-size: 20px;
}
.nav-active {
    border-bottom: 2px solid #17a2b8;
    /* padding-bottom: 9px; */
}
.term-text {
    font-size: 17px;
    font-family: 'poppins';
    color: #076ae7;
}
.pricing-text {
    font-size: 55px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
}
.faq-text {
    font-size: 45px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 30px;
}
.pricing-banner hr {
    width: 7%;
    height: 1px;
    color: #f6941d;
    background: #3ab6d4;
    margin: auto;
    margin-top: 20px;
}

.#hrms_pricepage .slide-1 {
  background-size: cover;
  background-position: center; }
#hrms_pricepage .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: unset;
    opacity: unset;
    border-bottom-right-radius: 0px; }
#hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 500px !important;
    }

.setup-price {
    padding-bottom: 20px;
}
.one-time-setup {
    font-size: 41px;
    /* font-family: poppins; */
    font-weight: 700;
    font-family: muli !important;
    color: #02044a;
}
.setup-duration {
    /* padding-top: 9px; */
    opacity: .45;
    font-size: 16px;
    font-family: poppins;
    line-height: 1.42;
    letter-spacing: 0.2px;
}

.pricing-card.price-active .card-body-section p{color:#fff;}
.pricing-card.price-active .one-time-setup{color:#fff !important; }
.pricing-card.price-active .setup-duration{color:#fff !important; }

.card-body-section.text-center {
    padding: 15px 15px;
}
.card-body-section p {
    /* padding: 15px 15px; */
    font-family: 'Muli';
    color: #081030;
    font-size: 19px;
    font-weight: 600;
}
  .card-body-section svg {
    margin-right: 5px;
  }

.pricing-body {
    background: #e2e7f5;
}
.pricing-card {
    background: #fff;
    border-radius: 15px;
/*    padding: 30px 20px;*/
    width: 100%;
    margin: auto;
    transition: 0.4s all !important;
}
.annual-amount {
    font-size: 16px;
    font-weight: 500;
    color: #ea4c89;
    font-family: poppins;
  }
span.plan-type {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: #0063fe;
    font-family: poppins;
    padding: 4px 40px;
    border-radius: 4px;
}
span.plan-price {
    font-size: 58px;
    color: #081131;
    font-weight: bold;
}
span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 27px;
    padding-right: 5px;
}
span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 17px;
    padding-left:5px;
}
.price-section {
    display: flex;
    margin-top: 20px;
    font-family: 'Muli';
}
.price-feature-section p {
    color: #081131;
    line-height: 15px;
    font-size: 14px;
    font-weight: 300;
    font-family: poppins;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
}
.price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 10px;
}

.plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 20px;
    font-size: 13px;
    font-family: poppins;
    font-weight: 400;
    padding: 12px 0px;
}
.price-feature-section {
    /* margin-top: 25px; */
    padding: 10px 15px;
    min-height: 30px;
}
.price-card-start {
    padding: 20px 15px 30px;
    background: #f7f9ff;
    border-radius: 15px 15px 0px 0px;
}
.row.mx-0.px-0.px-md-5.price-card-row {
    width: 80%;
    margin: auto !important;
}

.chhose-plan {
    padding: 0px 15px 25px;
}

  .btn-pill1:hover {
    border-radius: 4px;
    color:#081131; background: transparent; border:2px solid #081131;}
  .btn-pill1 {
    border-radius: 4px;
background-color:#081131; border:2px solid #081131; color:#fff; }

/*
.pricing-card:hover {
    background: #081030;
    border-radius: 15px;
    padding: 30px 20px;
    width: 100%;
    margin: auto;
}
.pricing-card:hover .plan-duration, .currency-factor, .plan-price {
color:#fff;
}

*/
.end-feature-section {
    background-color: #f7f9ff;
    min-height: 540px;
}
.end-feature-section.list-active {background:#081030; }
.end-feature-section.list-active .price-feature-section p {
    color: #ffffff;
  
}

.pricing-card.price-active{background: #081030;  transition: all 0.5s;   transform: scale(1.1);
}
.pricing-card.price-active  .end-feature-section.list-active {background:#081030; }
/*
.pricing-card.price-active .end-feature-section {
    display: flex;
    justify-content: center;
    background: #081030 !important;
}
*/
.pricing-card.price-active .plan-duration {
    color:#fff;
}
.pricing-card.price-active .currency-factor {
    color:#fff;
}
.pricing-card.price-active .plan-price {
    color:#fff;
}
.pricing-card.price-active .price-card-start {
    padding: 20px 15px 30px;
    background: #162148;
    border-radius: 15px 15px 0px 0px;
}
.pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
}
.pricing-card.price-active .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #28335a;
    box-shadow: 1px 1px 11px 3px #050505;
    border-radius: 20px;
    padding: 12px 0px;
    font-size: 13px;
    color: #fff;
}

..custom-plan {
    font-family: poppins;
    font-size: 14px;
}
.custom-plan a{
    text-decoration: none;
}
/*
.custom-plan a {
    text-decoration: none;
    background: #7971eb;
    padding: 12px 24px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
}
*/
.custom-plan a {
    padding: 14px 28px;
    background: #006ef9;
    border-radius: 5px;
    word-spacing: -1px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    transition: all 0.4s;
    letter-spacing: 0px;
    font-family: poppins;
    font-size: 16px;
}
.price-section-title h2 {
    font-size: 40px;
    /* font-weight: 700; */
    color: #081030;
    margin-bottom: 10px;
    font-family: poppins;
    margin-top: 28px;
}
.modal-content {
    width: 100%;
    margin: auto;
}

.mart-popup > .form-box {
    padding: 0px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    margin: auto;
}

.modal-lg {
    max-width: 900px;
}


ul.ks-cboxtags {
  list-style: none;
/*  padding: 20px;*/
}
  ul.ks-cboxtags li {
    display: block; }
  ul.ks-cboxtags li label {
    font-family: 'poppins';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
}

ul.ks-cboxtags li label {
  padding: 10px 20px;
  cursor: pointer; }
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 25px;
    margin-top: -5px;
}
  ul.ks-cboxtags li label span {
    background: #f9e090;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 30px;
    color: #fff;
    margin-left: 10px; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\2713";
    -webkit-transform: rotate(
-360deg
);
    -ms-transform: rotate(-360deg);
    transform: rotate(
-360deg
);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #010235;
    background-color: #010235;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
  ul.ks-cboxtags li input[type="checkbox"]:checked + label span {
    background: #fff;
    color: #000; }

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute; }

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.end-feature-section {

    display: flex;
    justify-content: center;
}
.mid-border{    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;}


.feature-select {
    font-family: ;
    font-weight: bold;
    color: #081131;
    margin: 30px 0px 15px;
}



/*index page css*/
  .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    display: none;
    }    
  .site-mobile-menu {
    width: 300px;
    display: none;}
.dropdown-colapse{border:2px solid #f2f2f2;}
.mobile-close:before {
    content: "\e5cd";
    font-size: 34px;
}
.navbar-nav{position: relative;}
.dropdown-menu{position: absolute;}
.mobile-menu{position: fixed; top:0px; right:-300px; width:300px; height:100%; background:#fff; padding-left:10px; z-index:9999999; transition: all 0.5s; }
.mobile-menu li{list-style-type: none; padding-top:10px;}
.mobile-menu a{text-decoration: none; color:#666; font-size:16px; }
.rc-anchor-normal {
    height: 74px;
    width: 80%;
}

.form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    width: 80%;
    margin: auto;
}
#checklist a{ font-size: 18px; color:#565656; }
#checklist h3{color:#bc343e;}
.check_btn{ width:auto; height:auto; padding: 0px 14px; background-image:url('../img/plus.png');  cursor: pointer; background-repeat: no-repeat;}
.show_hidepara{display: block !important;}
.togg_back{background-image: url('../img/minus.png');}

.request_btn {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    /* font-weight: 900; */
    padding: 16px 24px;
    background-color: #3f3d56;
    color: #fff;
    border: 2px solid #3f3d56;
    border-radius: 4px;
        margin-top: 40px;

}


.request_btn:hover {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    /* font-weight: 900; */
     padding: 16px 24px;
    background-color: transparent;
    color: #3f3d56;
    border: 2px solid #3f3d56;
    border-radius: 4px;
}


.cust-color{color:#3ab6d4!important;}
.bg_component{width:100%; height:auto; padding-top:100px; padding-bottom:100px; background-image: url('../img/component.png'); background-attachment: fixed; background-position: center;  background-repeat:no-repeat; color:#fff;}
.ftco-section {
  padding: 7em 0;
  position: relative; }
.heading-section {
  position: relative; }
  .heading-section .subheading {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #17b978; }
  .heading-section h2 {
    font-size: 50px;
    font-weight: 700; }
    .heading-section h2 span {
      font-weight: 400; }
#navi {
  top: 180px;
  position: -webkit-sticky;
  position: sticky;
  margin: 0; }
#navi ul {
  margin: 0  padding: 0; }
#navi li {
  font-weight: 700;
  list-style: none;
  margin-bottom: 15px ; }
#navi li a {
  color: #263b5e; }
#navi li a.current {
  color: #17b978;
  margin-left: 20px;
  position: relative; }
#navi li a.current:after {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #17b978; }
.page {
  width: 100%;
  margin-bottom: 7em;
  border-radius: 5px;
  padding: 30px; }
.page .heading {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px; }

.customPrevBtn,.customNextBtn{background-color:#3ab6d4; border:unset;}
.customPrevBtn:hover,.customNextBtn:hover{background-color:#319db7; border:unset;}
.owl-carousel p{min-height: 230px; font-size: 15px;}
.owl-carousel h3{min-height: 40px; }
.site-navbar li a{font-size:16px;}
.site-navigation > a {color:#000;  }
.head_social{margin-right: 10px;}
.footer-section a {color:#fff !important; font-size: 16px; opacity:0.8; }
.footer-section li:hover a{color:#319db7 !important;  }
.footer_icons a:hover{color:#fff !important; opacity: 1;}
.footer_icons svg {color:#fff !important; opacity: 0.8;}

.site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 94px;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-navbar{background-color:#fff ; opacity: 0.9; padding-top:20px; padding-bottom:20px;}
/*.footer-section{background-color:#2f2f2f;}*/




.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 14px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff; }
    .btn.btn-black:hover {
      color: #000;
      background-color: transparent; }
    .btn.btn-black.btn-outline-black {
      color: #000;
      background-color: transparent; }
      .btn.btn-black.btn-outline-black:hover {
        border-color: #000;
        background: #000;
        color: #fff; }
  .btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      color: #fff;
      background-color: transparent; }
    .btn.btn-white.btn-outline-white {
      color: #fff;
      background-color: transparent; }
      .btn.btn-white.btn-outline-white:hover {
        border-color: #fff;
        background: #fff;
        color: #000; }
  .btn.btn-pill:hover {
    border-radius: 4px;
background-color:#3ab6d4; border:2px solid #3ab6d4; color:#fff; }
  .btn.btn-pill {
    border-radius: 4px;
color:#3ab6d4; background: transparent; border:2px solid #3ab6d4;}

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 48px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #3ab6d4; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0 0 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0 0 0 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image-2 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .setup-duration {
    /* padding-top: 9px; */
    opacity: .45;
    font-size: 14px;
    font-family: poppins;
    line-height: 1.42;
    letter-spacing: 0.2px;
  }
  .one-time-setup {
    font-size: 36px;
    /* font-family: poppins; */
    font-weight: 700;
    font-family: muli !important;
    color: #02044a;
  }
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #3ab6d4; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem; }
  .site-logo a {
    color: #fff; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
 top:20px;}
  .site-navbar .container-fluid {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
    @media (max-width: 1199.98px) {
      .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #3ab6d4;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
     .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 15px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #3ab6d4;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #3ab6d4 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #3ab6d4; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
    .site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #3ab6d4; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #3ab6d4; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
.sticky-wrapper .site-navbar .site-menu > li > a:hover{
    color:#000;
}
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 15px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    
  .sticky-wrapper.is-sticky  .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 94px;
    background-repeat: no-repeat;
    background-size: contain;
}

     .sticky-wrapper.is-sticky .site-navigation > a {
       
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #3ab6d4; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #3ab6d4; }
  .sticky-wrapper .shrink {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
.sticky-wrapper.is-sticky .site-navbar{background-color:#fff ; opacity: 1; margin-top:0px; padding-top:20px; padding-bottom:20px;}



/* Blocks */
.intro-section {
  position: relative; }
  .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1050px; }
  .intro-section.single-cover, .intro-section.single-cover .container > .row {
    height: 50vh;
    min-height: 400px; }
  .intro-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem; }

.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991.98px) {
      .img-absolute img {
        max-width: 100%; } }

.slide-1 {
  background-size: cover;
  background-position: center; }
  .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #343a40;
    opacity: .7;
    border-bottom-right-radius: 0px; }
    @media (max-width: 991.98px) {
      .slide-1:before {
        width: 100%; } }
  .slide-1 .slide-text {
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .slide-1 .slide-text.active {
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }



.site-section {
  padding: 4em 0 0 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .site-section {
      padding: 4em 0 0 0; } }

.cta a span {
  border-color: #3ab6d4;
  padding: 14px 20px;
  color: #fff;
  background: #3ab6d4;
  border-radius: 30px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .is-sticky .cta a span {
    color: #fff; }

.cta a:hover span {
  background: #4f45e3;
  color: #fff; }

.cta a.active {
  border-bottom: none; }
  .cta a.active > span {
    background-color: #1c4b82;
    color: #fff; }

.section-sub-title {
  color: #3ab6d4;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  display: block;
  margin-bottom: 1.5rem; }

.section-title {
  font-size: 36px;
  color: #000;
  margin-bottom: 1.8rem;
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 1.5rem; } }

.counter .icon-wrap {
  margin-right: 1.5rem; }
  .counter .icon-wrap > span {
    position: relative;
    top: -.2em;
    font-size: 2rem; }

.counter .counter-text strong {
  line-height: .5;
  font-size: 3.5rem;
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem; }

.counter .counter-text span {
  font-size: 1rem;
  line-height: 1; }

.image-absolute-box {
  position: relative; }
  .image-absolute-box .box {
    position: absolute;
    background: #3ab6d4;
    padding: 30px;
    max-width: 300px;
    top: -20%;
    right: -20%; }
    @media (max-width: 991.98px) {
      .image-absolute-box .box {
        top: auto;
        right: auto;
        position: relative;
        width: 100%;
        max-width: 100%; } }
    .image-absolute-box .box .icon-wrap {
      color: #fff;
      margin-bottom: 1.5rem; }
      .image-absolute-box .box .icon-wrap span {
        font-size: 2rem; }
    .image-absolute-box .box h3 {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 1.5rem; }
    .image-absolute-box .box p {
      color: rgba(255, 255, 255, 0.55); }

.section-1 {
  margin-top: 10rem; }

.work-thumb {
  position: relative;
  display: block;
  cursor: pointer; }
  .work-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(121, 113, 234, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .work-thumb .work-text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .work-thumb .work-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #fff;
      margin: 0;
      padding: 0; }
    .work-thumb .work-text .category {
      font-size: .8rem;
      color: rgba(255, 255, 255, 0.7); }
  .work-thumb:hover {
    z-index: 3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
    .work-thumb:hover:after {
      opacity: 1;
      visibility: visible; }
    .work-thumb:hover .work-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }

.nonloop-block-13 .owl-nav {
  display: none; }

.nonloop-block-13 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e6e6e6; }
    .nonloop-block-13 .owl-dots .owl-dot.active span {
      background-color: #3ab6d4; }

.nonloop-block-14 .owl-nav {
  display: none; }

.nonloop-block-14 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-14 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e6e6e6; }
    .nonloop-block-14 .owl-dots .owl-dot.active span {
      background-color: #3ab6d4; }

.footer-section {
  padding: 3em 0px 0px 0px;
  background-color: #2f2f2f; 
    margin-bottom: 0px !important;
}
  .footer-section p {
    font-size: 1rem; color:#fff; opacity:0.8;}
  .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1.5rem;
    font-weight: 900; }
  .footer-section .footer-links li {
    margin-bottom: 10px; }

.footer-subscribe .btn {
  height: 43px;
  line-height: 1; }





/*ankush media queries*/

@media screen and (max-width: 1200px){
  .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
}

@media screen and (max-width:1100px){
/*    body{background: black;}*/
   .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
   }
    .form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    width: 90%;
    margin: auto;
    }
    .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .site-navbar li a {
    font-size: 14px;
    }
    .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 60px !important;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 100%;
    margin: auto !important;
    }
     .why-choose-us-box {
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    width: 90%;
    margin: auto;
    padding: 25px 20px;
    }
}

@media screen and (max-width:1024px){
    .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 22px 50px;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 22px 50px !important;
    background-repeat: no-repeat;
    background-size: contain;
    }
}


@media screen and (max-width:1000px){
    ul.ks-cboxtags li label {
    font-family: 'poppins';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
  }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 8px !important;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 8px !important;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
   .price-feature-section p {
    color: #081131;
    font-size: 13px;
    /*font-weight: 600;*/
    font-family: ;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    }
    .end-feature-section .price-feature-section {
    padding: 10px 8px;
    }
    .why-choose-us-box {
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    width: 90%;
    margin: auto;
    padding: 25px 20px;
    }
    .custom-icon-wrap.custom-icon-light h3 {
    color: #081131;
    font-size: 15px;
    line-height: inherit;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    font-family: ;
    }
}

@media screen and (max-width:991px){
  ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 10px;
    margin-top: -5px;
  }
  ul.ks-cboxtags li label {
    font-family: 'poppins';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
  }
  span.plan-price {
    font-size: 40px;
    color: #081131;
    font-weight: bold;
    }
    #recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    
    .lower1-feature .crm_card{min-height: 350px !important;}
    .midFeature3 > .row .feature2 > .row .img-icon img {
      width: 80%;
    }
    .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    }
    .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    display: block;
    }    
  .site-mobile-menu {
    width: 300px;
    display: none;}
    
   .row.mx-0.px-0.px-md-5.price-card-row {
    width: 100%;
    margin: auto !important;
    }
    .modal-lg {
    max-width: 750px;
  }
  .why-choose-us-box {
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    width: 100%;
    margin: auto;
    padding: 25px 20px;
    } 
    .click-here-btn {
    width: auto;
    height: auto;
    background: #7971ea;
    border: unset;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    bottom: 3%;
    left: 12%;
    cursor: pointer;
    color: #fff;
  }
  .click-here-btn {
    width: auto;
    height: auto;
    background: #7971ea;
    border: unset;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 10px;
    position: absolute;
    bottom: 2%;
    left: 12%;
    cursor: pointer;
    color: #fff;
  }
}


@media screen and (max-width:830px){
  .end-feature-section {
    background-color: #f7f9ff;
    min-height: 560px;
  }
  ul.ks-cboxtags li label {
    padding: 10px 15px;
    cursor: pointer;
  }
    .form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    width: 95%;
    margin: auto;
    }
    .svg-inline--fa.fa-w-16 {
    width: 0.7em;
    }
   .price-feature-section p {
    color: #081131;
    font-size: 13px;
    /*font-weight: 600;*/
    font-family: ;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 6px 0px;
    }
    span.plan-type {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: #0063fe;
    padding: 4px 16px;
    border-radius: 4px;
    }
    .pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 13px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    }
    span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
    }
    span.plan-price {
    font-size: 40px;
    color: #081131;
    font-weight: bold;
   
   }
   .annual-amount {
    font-size: 15px;
    font-weight: 600;
    color: #ea4c89;
    }
    .card-body-section p {
    /* padding: 15px 15px; */
    font-family: poppins medium;
    color: #081030;
    font-size: 17px;
    }
    .one-time-setup {
    font-size: 34px;
    /* font-family: poppins; */
    font-weight: 700;
    font-family: muli !important;
    color: #02044a;
  }
  .setup-duration {
    /* padding-top: 9px; */
    opacity: .45;
    font-size: 13px;
    font-family: poppins;
    line-height: 1.42;
    letter-spacing: 0.2px;
  }
    span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 22px;
    padding-right: 5px;
    }
    .custom-icon-wrap.custom-icon-light h3 {
    color: #081131;
    font-size: 13px;
    line-height: inherit;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    font-family: ;
    }
    
} 

@media screen and (max-width:768px)

{
    
    .faq-text {
        font-size: 34px !important;
        color: #fff !important;
        font-family: rubik !important;
        font-weight: 700 !important;
        padding-top: 100px;
        margin-bottom: 30px;
    }
    #recaptcha2{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    #recaptcha3{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;  }  
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 400px !important;
    }

    .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 14px;
    }  
    #recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .rc-anchor-normal {width:100px !important;}
    .modal-lg {
    max-width: 650px;
    }

    .head-image{width:70%;}
    .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1rem;
    font-weight: 900;
    margin-top: 1.3rem;
    }
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 95%;
    margin: auto !important;
    }
  .price-feature-section p {
    color: #081131;
    font-size: 13px;
    /*font-weight: 600;*/
    font-family: ;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
  }
    span.plan-type {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: #0063fe;
    padding: 4px 22px;
    border-radius: 4px;
  }
  span.plan-price {
    font-size: 37px;
    color: #081131;
    font-weight: bold;
  }
  span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 23px;
    padding-right: 5px;
  }
  span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
  }
  .pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 13px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
  }
  .price-feature-section {
    /* margin-top: 25px; */
    padding: 10px 10px;
  }
  .price-section-title h2 {
    font-size: 33px;
    /* font-weight: 700; */
    color: #081030;
    margin-bottom: 10px;
    font-family: ;
    margin-top: 28px;
  }
    .form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    width: 70%;
    margin: auto;
    }
    .price-card-start {
    padding: 20px 10px 30px;
    background: #f7f9ff;
    border-radius: 15px 15px 0px 0px;
    }
    .pricing-card.price-active .price-card-start {
    padding: 20px 10px 30px;
    background: #162148;
    border-radius: 15px 15px 0px 0px;
    }
    .pricing-card.price-active .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #28335a;
    box-shadow: 1px 1px 11px 3px #050505;
    border-radius: 20px;
    padding: 8px 0px;
    font-size: 13px;
    color: #fff;
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 20px;
    font-size: 13px;
    padding: 8px 0px;
    }
    .chhose-plan {
    padding: 0px 10px 25px;
    }
    
    .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1400px !important;
    }
    .mobp_container{margin-top:100px;}

    #hrms_page p{font-size:13px;}
    #hrms_page h4, .h4 {font-size: 18px;}
    #hrms_page .mt-4 {margin-top:20px;}
    #hrms_page h2, .h2 {
    font-size: 21px;
}
    #hrms_page h5, .h5 {
    font-size: 13px;
}
.end-feature-section {
    background-color: #f7f9ff;
    min-height: 569px;
}

}


@media screen and (max-width:630px){

  span.plan-type {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #0063fe;
    padding: 2px 16px;
    border-radius: 4px;
  }
  span.plan-price {
    font-size: 30px;
    color: #081131;
    font-weight: bold;
  }
  span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
  }
  span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
  }
  .pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 12px;
    word-spacing: 0px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
  }
  .price-feature-section p {
    color: #081131;
    font-size: 12px;
    /*font-weight: 600;*/
    font-family: ;
    word-spacing: 1px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
  }
  .row.mx-0.px-0.px-md-5.price-card-row {
    width: 100%;
    margin: auto !important;
  }
  .price-feature-section {
    /* margin-top: 25px; */
    padding: 10px 7px;
  }
}


@media screen and (max-width:576px)
{
 .faq-text {
    font-size: 24px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 20px;
}  
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 5px;
    margin-top: -5px;
  }
  ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
  }
.end-feature-section {
    background-color: #f7f9ff;
    min-height: unset;
}
.card-body-section p {
    /* padding: 15px 15px; */
    font-family: poppins medium;
    color: #081030;
    font-size: 20px;
}
.one-time-setup {
    font-size: 38px;
    /* font-family: poppins; */
    font-weight: 700;
    font-family: muli !important;
    color: #02044a;
  }
  .setup-duration {
    /* padding-top: 9px; */
    opacity: .45;
    font-size: 14px;
    font-family: poppins;
    line-height: 1.42;
    letter-spacing: 0.2px;
  }
.pricing-text {
    font-size: 34px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
  }
  #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 350px !important;
  }

.click-here-btn {
    width: auto;
    height: auto;
    background: #7971ea;
    border: unset;
    padding: 8px 24px;
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
    bottom: 1%;
    left: 12%;
    cursor: pointer;
    color: #fff;
}

/*    body{background-color: aqua;}*/
    
    .mobpadm{padding-right: 20px !important; padding-left: 20px !important;}
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 80%;
    margin: auto !important;
    }
    .price-feature-section {
    /* margin-top: 25px; */
    padding: 20px 20px;
    }
    span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 27px;
    padding-right: 5px;
    }
    span.plan-price {
    font-size: 43px;
    color: #081131;
    font-weight: bold;
    }
    span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
    }
    .price-card-start {
    padding: 20px 20px 30px;
    background: #f7f9ff;
    border-radius: 15px 15px 0px 0px;
    }
    .pricing-card.price-active .price-card-start {
    padding: 20px 20px 30px;
    background: #162148;
    border-radius: 15px 15px 0px 0px;
    }
    .mid-border {
     border-left: unset; 
     border-right: unset; 
}
    .price-feature-section p {
    color: #081131;
    font-size: 17px;
    /*font-weight: 600;*/
    font-family: ;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px 0px;
    }
   .svg-inline--fa.fa-w-16 {
    width: 0.75em;
    }
    span.plan-type {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #0063fe;
    padding: 4px 40px;
    border-radius: 4px;
    }
    .custom-icon-wrap.custom-icon-light h3 {
    color: #081131;
    font-size: 12px;
    line-height: inherit;
    word-spacing: 1px;
    letter-spacing: 0px;
    font-family: 'poppins';
}
    .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    padding: 8px 12px;
    }
    .pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 17px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    }
    .pricing-card.price-active .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #28335a;
    box-shadow: 1px 1px 11px 3px #050505;
    border-radius: 20px;
    padding: 10px 0px;
    font-size: 13px;
    color: #fff;
    }
    .right_time {
    padding-bottom: 20px;
    }
    .review_part {
    margin-top: -40px;
    }
    .review_part {
    position: relative;
    z-index: 99;
    padding-bottom: 10px;
    }
    .site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 15px;
    }
    .head-image{width:90%;}
    .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 230px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    }
    
    .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1rem;
    font-weight: 900;
    margin-top: 1.3rem;
    }
    .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 19px 65px;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 19px 65px !important;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    top: 10px;
    }
    .mobp_container{margin-top:100px;}
    .mobilepad{padding-left:20px !important; padding-right: 20px !important;}
    #hrms_page p {font-size: 15px;}
    #hrms_page h4 {font-size: 20px;}
    #hrms_page h2 {
    font-size: 24px;}
    #hrms_page h5 {font-size: 16px;}
    .form-box {
    padding: 20px;
    background: #fff;
    width: 90%;
    border-radius: 7px;
    }
    .about_us .about_us_text p {
    line-height: 36px;
    margin-bottom: 50px;
    font-size: 15px;
    }
    .container {
    max-width: 100%;
    padding-left: 10px;
    /*padding-right: 10px;*/
    }

    .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;}
    .form-control {
    height: 40px;}
    #hrms_page .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 20px;
    }
    .btn.btn-pill {
    border-radius: 4px;
    color: #3ab6d4;
    background: transparent;
    border: 2px solid #3ab6d4;
    font-size: 11px !important;
}
    .section-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 10px;
    margin-top: 28px;
    }
    .section-title P {
    color: #707070;
    font-size: 15px;
    }
    .custom-plan a {
    padding: 14px 28px;
    background: #006ef9;
    border-radius: 5px;
    word-spacing: -1px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    transition: all 0.4s;
    letter-spacing: 0px;
    font-family: poppins;
    font-size: 15px;
  }

}

@media screen and (max-width:450px){
  ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
  }
  .click-here-btn {
    width: auto;
    height: auto;
    background: #7971ea;
    border: unset;
    padding: 7px 18px;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 1%;
    left: 12%;
    cursor: pointer;
    color: #fff;
  }
   .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1200px !important;
    }
    .form-box {
    padding: 20px;
    background: #fff;
    width: 100%;
    border-radius: 7px;
    }
    .price-feature-section p {
    color: #081131;
    font-size: 13px;
    /*font-weight: ;*/
    font-family: ;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    }
    .pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    }
}


@media screen and (max-width: 400px){
  .click-here-btn {
    width: auto;
    height: auto;
    background: #7971ea;
    border: unset;
    padding: 5px 17px;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 1%;
    left: 12%;
    cursor: pointer;
    color: #fff;
  }
}

@media screen and (max-width:375px){

  ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
}
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 19px;
    padding: 0;
    margin-right: 10px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 0px;
    margin-top: -5px;
}
}



















