/* ===================================== Import Less ================================== */
@font-face {
  font-family: robot-slab;
  src: url('../fonts/RobotoSlab-Regular.ttf');
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}

.blog-box1 .cdfik li {
  float: left;
  padding: 11.5px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
}

.blog-box1 .sd-op {
  background-color: #555fae;
  text-align: center;
  color: #FFF;
  padding-bottom: 10px;
  padding-top: 5px;
}

.blog-box1 .cdfik {
  width: 100%;
}

.blog-box1 .pof-det {
  padding: 10px;
  padding-left: 10px;
  padding-left: 60px;
}

.blog-box1 .pof-det b {
  font-size: 13px;
}

.blog-box1 .pof-det p {
  font-size: 13px;
  text-align: justify;
  text-indent: 20px;
  margin-top: 5px;
}

.blog-box1 .sd-op b {
  font-size: 22px;
}

/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.cp {
  cursor: pointer;
}

p {
  margin-bottom: 10px;
  width: 100%;
}

.layy {
  padding: 30px;
}

h2 {
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.sec-title {
  text-align: center;
  padding-bottom: 45px;
}

.sec-title h2 {
  font-size: 2rem;
  font-weight: 600;
}

.sec-title p {
  font-size: 14px;
}

body {
  background: #f4f4f4;
  font-family: Gotham, sans-serif;
  font-size: 0.85rem;
  overflow-x: hidden;
}

@media screen and (max-width: 1080px) {
  .container {
    width: 100% !important;
    max-width: 100%;
  }
}

.page-nav {
  padding: 40px;
  text-align: center;
  background: #dfecf1;
}

.page-nav ul {
  float: none;
  margin: auto;
}

.page-nav h2 {
  font-size: 40px;
  color: #444;
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}

.page-nav ul li a {
  color: #444;
}

/* ===================================== Header Style  ================================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.header-top {
  background-color: #19a1cf;
  color: #FFF;
}

.header-top a {
  color: #FFF;
}

.header-top li {
  font-weight: 300;
  font-size: 13px;
}

.header-top .head-links li {
  float: left;
  list-style: none;
  padding: 10px;
}

.header-top .social-links li {
  float: right;
  list-style: none;
  padding: 10px;
}

.header-top .social-links li {
  padding-right: 20px;
}

nav {
  background-color: #FFF;
  padding: 5px;
}

nav ul {
  float: right;
}

nav a {
  color: #FFF;
}

nav img {
  width: 40px;
}

nav i {
  margin-right: 15px !important;
}

@media screen and (max-width: 760px) {
  nav img {
    width: 65%;
  }

  nav .menu-tab {
    display: none;
    padding: 0px;
    margin-top: 5px;
  }

  nav li {
    width: 100%;
    border-top: 1px solid #CCC;
  }

  nav li i {
    float: right;
  }
}

@media screen and (max-width: 1200px) {
  nav li {
    padding: 25px 15px !important;
  }
}

@media screen and (max-width: 991px) {
  nav .menu-tab {
    display: none;
    padding: 0px;
    margin-top: 5px;
  }

  nav .small-menu {
    display: block !important;
  }

  nav .col-sm-3 {
    max-width: 100%;
  }

  nav img {
    width: 35px;
  }

  nav li {
    padding: 10px 25px !important;
  }

  nav .col-sm-8 {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  /* nav img {
    width: 100%;
  } */

  nav .small-menu {
    margin-top: -5% !important;
  }
}

@media screen and (max-width: 570px) {
  nav .small-menu {
    margin-top: -7% !important;
  }
}


@media screen and (max-width: 425px) {
  nav .small-menu {
    margin-top: -12% !important;
  }
}

@media screen and (max-width: 375px) {
  /* nav img {
    width: 60%;
  } */

  nav .small-menu {
    margin-top: -11% !important;
  }
}

@media screen and (max-width: 350px) {
  nav .small-menu {
    margin-top: -13% !important;
  }
}

nav li {
  font-weight: 400;
  font-size: 18px;
  padding: 15px 40px;
  float: left;
}

nav li i {
  margin-left: 3px;
}

nav li:hover .sub-menu {
  display: block;
}

nav li:hover .sub-menu a {
  color: #444;
}

nav li:hover a {
  color: #444;
}

nav a {
  color: #444;
}

nav .small-menu {
  float: right;
  color: #FFF;
  font-size: 20px;
  background-color: #555fae;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-top: 5px;
  margin-right: -5px;
}

.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sub-menu {
  z-index: 999;
}

.sub-menu-two-col {
  position: absolute;
  width: 400px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  margin-top: 20px;
  display: none;
  margin-left: -20px;
}

.sub-menu-two-col li {
  padding: 14px;
  border-bottom: 1px solid #F6F6F6;
}

.sub-menu-two-col li:nth-child(odd) {
  border-right: 1px solid #F6F6F6;
}

.sub-menu-two-col li {
  width: 50%;
}

.sub-menu-single-col {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  margin-top: 20px;
  display: none;
  margin-left: -20px;
}

.sub-menu-single-col li {
  padding: 14px;
  border-bottom: 1px solid #F6F6F6;
}

.sub-menu-single-col li:nth-child(odd) {
  border-right: 1px solid #F6F6F6;
}

.sub-menu-single-col li {
  width: 100%;
}

.sub-menu-three-col {
  position: absolute;
  width: 600px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  margin-top: 20px;
  display: none;
  margin-left: -50%;
}

.sub-menu-three-col li {
  padding: 14px;
  border-bottom: 1px solid #F6F6F6;
}

.sub-menu-three-col li:nth-child(odd) {
  border-right: 1px solid #F6F6F6;
}

.sub-menu-three-col li {
  width: 33.33%;
  border-right: 1px solid #F6F6F6;
}

.scroll-to-fixed-fixed {
  width: 100% !important;
}

@media screen and (max-width: 914px) {
  .sub-menu {
    position: relative !important;
    box-shadow: 0px;
  }

  .sub-menu li {
    width: 100%;
  }

  .sub-menu-single-col {
    width: 100%;
  }

  .sub-menu-two-col {
    width: 100%;
  }

  .sub-menu-three-col {
    width: 100%;
    margin-left: 0px;
  }

  .sub-menu-three-col li {
    width: 100%;
  }
}

/* ===================================== Key Features Style  ================================== */
.key-feature-conten {
  color: #FFF;
}

.key-feature-conten b {
  font-size: 20px;
}

.key-feature-conten p {
  margin-top: 10px;
  font-size: 16px;
}

.key-feature-conten i {
  font-size: 42px;
  margin-bottom: 30px;
}

.key-feature-conten .col-md-6:nth-child(odd) {
  padding: 0px;
  text-align: center;
}

.key-feature-conten .col-md-6:nth-child(odd) .layy {
  background: rgba(25, 161, 207, 0.9);
}

.key-feature-conten .col-md-6:nth-child(even) {
  padding: 0px;
  text-align: center;
}

.key-feature-conten .col-md-6:nth-child(even) .layy {
  background: rgba(15, 119, 155, 0.9);
}

.key-feature-conten .key-feature-1 {
  background-image: url("../images/key_features_01.jpg");
  background-size: cover;
  background-position: center;
}

.key-feature-conten .key-feature-2 {
  background-image: url("../images/key_features_02.jpg");
  background-size: cover;
  background-position: center;
}

.key-feature-conten .key-feature-3 {
  background-image: url("../images/key_features_03.jpg");
  background-size: cover;
  background-position: center;
}

.key-feature-conten .key-feature-4 {
  background-image: url("../images/key_features_04.jpg");
  background-size: cover;
  background-position: center;
}

/* ===================================== Slider Style  ================================== */
.slider {
  overflow: hidden;
  margin-top: 5px;
}

@media screen and (max-width: 720px) {
  .slider .mini_font_size {
    display: none;
  }

  .slider .small_font_size {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .slider .btn-large {
    display: none;
  }

  .slider .medium_font_size {
    font-size: 10px !important;
    margin-top: 20px !important;
  }
}

/* ===================================== What-we-do Style  ================================== */
.wat-we-do {
  padding: 60px;
  background-color: #dfecf1;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .wat-we-do {
    padding: 30px 10px;
  }
}

.wat-we-do i {
  padding: 20px;
  border: 1px solid #F2F2F2;
  margin-bottom: 20px;
  font-size: 40px;
  color: #19a1cf;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.wat-we-do p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.wat-we-do b {
  font-size: 20px;
}

.wat-we-do .col-sm-4 {
  padding: 30px;
}

/* ===================================== home-page-About-us Style  ================================== */
.home-about {
  height: 400px;
  overflow: hidden;
}

.home-about .about-img {
  padding: 0px;
}

@media screen and (max-width: 580px) {
  .home-about {
    height: auto;
  }
}

.home-about .adout-det {
  background-image: url("../images/slider_demo.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 0px;
}

.home-about .adout-det .layy {
  background: #19a1cf;
  height: 100%;
  color: #FFF;
  /* padding: 44px; */
}

.home-about .adout-det b {
  font-size: 2rem;
}

.home-about .adout-det p {
  text-align: justify;
  /* text-indent: 25px; */
  margin-top: 15px;
}

/* ===================================== Home-page-blog Style  ================================== */
.home-blog {
  padding: 60px;
  background-color: #FFF;
}

@media screen and (max-width: 720px) {
  .home-blog {
    padding: 10px;
  }

  .home-blog .sec-title {
    padding-bottom: 20px;
  }
}

.blog-1 {
  background-color: #FFF;
  margin-top: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}

.blog-1 .cdfik li {
  float: left;
  padding: 11.5px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
}

.blog-1 .sd-op {
  background-color: #555fae;
  text-align: center;
  color: #FFF;
  padding-bottom: 10px;
  padding-top: 5px;
}

.blog-1 .cdfik {
  width: 100%;
}

.blog-1 .pof-det {
  padding: 10px;
  padding-left: 10px;
  padding-left: 60px;
}

.blog-1 .pof-det b {
  font-size: 13px;
}

.blog-1 .pof-det p {
  font-size: 13px;
  text-align: justify;
  text-indent: 20px;
  margin-top: 5px;
}

.blog-1 .sd-op b {
  font-size: 22px;
}

/* ===================================== Testimonial Style  ================================== */
.testimonial-container {
  background-image: url("../images/slider_demo.jpg");
  background-size: cover;
  background-position: center;
}

.testimonial-container .layy {
  /* background: rgba(31, 72, 126, 0.8); */
  background: rgb(16, 81, 102, 0.62);
  height: 100%;
  width: 100%;
  color: #FFF;
  padding: 60px;
}

@media screen and (max-width: 720px) {
  .testimonial-container .layy {
    padding: 10px;
  }
}

/* ===================================== Clinet-list Style  ================================== */
.client-list {
  background-color: #FFF;
  padding: 60px;
}

@media screen and (max-width: 720px) {
  .client-list {
    padding: 20px;
  }
}

/* ===================================== Footer Style  ================================== */
footer {
  padding: 40px;
  background-color: #19a1cf;
  color: #FFF;
}

footer p {
  color: #FFF;
  font-size: 17px;
}

footer .blog-foot-cont b {
  font-size: 13px;
}

footer .blog-ro {
  padding: 5px 0px;
}

footer h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer li {
  padding: 6px;
  font-size: 17px;
}

footer li a {
  color: #fff;
}

footer li a:hover {
  color: #fff;
}


@media screen and (max-width: 720px) {
  footer {
    padding: 20px;
  }

  footer h2 {
    margin-top: 30px;
  }
}

/* ===================================== Copyright Style  ================================== */
.copy {
  background-color: #118bb5;
  padding: 20px;
  color: #FFF;
  text-align: center;
}

.copy a {
  color: #FFF;
}

.copy img {
  width: 20px;
  margin-left: 7px;
  margin-right: 2px;
}

/* ===================================== About Us(About Us Page) Style  ================================== */
.about-us {
  padding: 40px;
  background-color: #FFF;
}

.about-us p {
  text-align: justify;
  font-size: 13px;
  text-indent: 20px;
}

/* ===================================== Our Team Style  ================================== */
.our-team {
  padding: 40px;
}

.our-team .team-member {
  padding: 10px;
  background-color: #FFF;
  text-align: center;
}

.our-team .team-member img {
  margin-bottom: 5px;
}

.our-team .team-member p {
  margin-top: 5px;
}

.our-team .team-member b {
  padding: 5px;
}

.our-team .team-member ul li {
  float: left;
  padding: 5px;
  width: 20%;
  text-align: center;
  border: 1px solid #CCC;
}

.our-team .team-member ul {
  margin: 0px;
  margin-top: 10px;
}

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center;
}

.gallery-filter .btn {
  background-color: #FFF;
}

.gallery {
  padding: 30px;
  background-color: #FFF;
}

.gallery-title {
  font-size: 36px;
  color: #29509f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #29509f;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #29509f;
  border-radius: 5px;
  text-align: center;
  color: #29509f;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #29509f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #29509f;
}

.btn-default:active .filter-button:active {
  background-color: #29509f;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}


/* ------------------------- */


.arya-help-bg {
  background: #0c205e;
  background: linear-gradient(90deg, rgba(12, 32, 94, 1) 0, rgba(72, 131, 182, 1) 100%);
}

.p-60 {
  padding: 50px 0;
}

.heading_h1 {
  font-size: 3.5rem !important;
  font-weight: 600 !important;
  margin: 20px 20px;
  line-height: 1.2;
  font-display: swap;
}



@media (max-width: 1390px) {
  .heading_h1 {
    font-size: 2.5rem !important;
  }
}


.text_white {
  color: #fff !important;
}


.arya-help-bg {
  background-image: url(../../assets/images/slide-bg-21.png);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  height: 700px;
}


.bg-04 {
  background-image: url(../../images/screenshot_monitoring/bg-04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background: #19a1cf;
  /* background: linear-gradient(90deg, rgba(12, 32, 94, 1) 0, rgba(72, 131, 182, 1) 100%); */
  background: linear-gradient(90deg, rgb(24 68 84) 0, rgb(11 50 106) 100%);
}

.strip_bootom .container {
  position: relative;
}

.strip_bootom_wrap {
  border-radius: 40px 40px 40px 40px;
  background-color: #eaeeef;
  box-shadow: 0 0 20px 0 rgb(57 73 99 / 15%);
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strip {
  width: 100%;
  height: auto;
  text-align: center;
}

.slider-intro-content .subcribes .form-control {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(152, 152, 152, .4);
  box-shadow: 0 0 12px 0 rgba(152, 152, 152, .4);
  font: 300 16px/36px"Poppins", sans-serif;
  border: 0;
  color: #72798e;
  height: 60px;
  padding: 0 145px 0 30px;
  position: relative;
  z-index: 1;
}

.slider-intro-content .subcribes .submit {
  position: absolute;
  top: 0;
  right: 0;
  font: 500 16px/60px"Poppins", sans-serif;
  color: #fff;
  border-radius: 5px;
  padding: 0 19px;
  border: 0;
  z-index: 2;
  transition: all .5s ease;
}

.strip-text {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 550;
  color: #5e6266;
}

.img {
  position: relative;
  top: 25px;
  overflow: visible;
  z-index: 9;
}


.key-feature-conten .key-feature-1 {
  background-image: url("../images/key_features_01.jpg");
  background-size: cover;
  background-position: center;
}


.key-feature-conten .col-md-4:nth-child(even) {
  padding: 0px;
  text-align: center;
}

.key-feature-conten .col-md-4:nth-child(odd) {
  padding: 0px;
  text-align: center;
}

.key-feature-conten .col-md-4:nth-child(even) .layy {
  background: rgba(15, 119, 155, 0.9);
}


.key-feature-conten .col-md-4:nth-child(odd) .layy {
  background: rgba(25, 161, 207, 0.9);
}

.btn-get_started {
  color: #fff;
  background-color: #19a1cf;
  border-color: #19a1cf;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.choose_time_box {
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all .6s ease-in-out;
  padding: 10px;
  margin-top: 20px;
  padding-top: 30px;
  height: 125px;
  border-radius: 10px;
  text-align: center;
}

.choose_icon {
  display: inline-block;
  margin-right: 5px;
}

.choose_time_box h3 {
  display: inline-block;
  position: relative;
  top: -4px;
}

.choose_time_box:hover {
  box-shadow: 0 0 40px rgb(51 51 51 / 30%);
  background-color: #19a1cf;
}

.choose_time_box:hover h3,
.choose_time_box:hover p {
  color: #fff !important;
}

.heading_h4 {
  font-display: swap;
  margin: 10px 20px;
  line-height: 1.2;
  font-weight: 600 !important;
}

p {
  font-family: Gotham, sans-serif !important;
  font-display: swap;
  font-size: 16px;
  list-style: none;
  line-height: 28px;
}

.choose_icon .iconify {
  color: #bd79e5;
  font-size: 30px;
  padding: 0;
}

.arya-help_heading.text-center {
  padding-top: 13%;
}

.slide-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: #19a1cf !important;
}

.arya_indexborder {
  background: #e1e1e1;
  height: 110px;
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  width: 2px;
  transform: rotate3d(1, 1, 1, 360deg);
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 850px) {
  .carousel-caption {
    top: 10%;
  }
}


@media (max-width: 425px) {
  .carousel-caption {
    top: 0%;
  }

  .heading_h1 {
    font-size: 1.5rem !important;
  }

}


@media (max-width: 525px) {
  .slide-text {
    display: none;
  }
}

.carousel-control-prev {
  left: 40px;
  height: 40px;
  width: 40px;
  background-color: #19a1cf;
  border: 4px solid #fff;
  border-radius: 23px 23px 23px 23px;
  margin-top: 25%;
}

.carousel-control-next {
  right: 40px;
  height: 40px;
  width: 40px;
  background-color: #19a1cf;
  border: 4px solid #fff;
  border-radius: 23px 23px 23px 23px;
  margin-top: 25%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .col-xl-2.col-lg-2.col-md-2.col-sm-12.cust-w {
    display: none;
  }
}

.sec-title h2 span {
  color: #19a1cf;
}

.step-image {
  width: 80%;
}

.step-section {
  background: #dfecf1;
}

.description {
  font-size: 16px !important;
}

@media (min-width: 426px) and (max-width: 768px) {
  .home-about {
    height: 665px;
    overflow: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .home-about {
    height: 521px;
    overflow: hidden;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .home-about {
    height: 480px;
    overflow: hidden;
  }
}


/* Start Pricing */

.plan-section {
  padding: 80px 0;
}

.plan-section {
  background: #fff;
  box-shadow: 0 -4px 7px rgba(204, 201, 201, 0.1);
}

.price-main {
  background: -webkit-linear-gradient(-45deg, #19a1cf 0, #19a1cf 100%);
  color: #224b75;
  position: relative;
  margin-top: 25px;
}

.btl-r-0 {
  border-top-left-radius: 0;
}

.price-item {
  background: #fff;
  border-bottom-right-radius: 0;
  padding: 40px 0 0;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border-top-left-radius: 190px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 190px;
}

.price-banner {
  position: absolute;
  left: auto;
  top: -11px;
  right: -12px;
  bottom: auto;
  width: 120px;
  height: 120px;
}

.price-item h4 {
  color: #19a1cf;
  font: 600 20px Poppins, sans-serif;
  margin: 0;
  margin: auto;
  padding-bottom: 10px;
  font: 700 40px Poppins, sans-serif !important;
  width: 180px !important;
  padding-top: 10px !important;
}

.pricing-color {
  color: #19a1cf !important;
}

.color-denger {
  color: #f73859 !important;
}

.price-item h3 {
  color: #19a1cf;
  font: 600 32px "Poppins", sans-serif;
  margin: 6px 0;
}

sup {
  top: -0.5em;
}

.price-item h3 sup i {
  font-size: 28px !important;
}

.prize-user {
  font-size: 15px;
}

.top-start-trial {
  margin: 18px auto 10px auto;
}

.primary-gradient.start-box {
  color: #fff;
  padding: 0 28px;
  display: inline-block;
  font-size: 20px;
}

.price-item a {
  padding: 0 7px;
  border-radius: 5px;
  font: 500 30px/47px "Poppins", sans-serif;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: block;
  margin: auto;
}

.pricing-listing {
  padding: 13px 45px;
  text-align: left;
}

.pricing-listing p i {
  color: #19a1cf;
  font-size: 16px;
  margin-right: 5px;
}

/* End Pricing */



/* Start FAQ */


.arya_help_softwaresub_heading {
  text-align: center;
  margin-bottom: 60px;
}

.faq-container {
  /* width: 600px; */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dfecf1;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 2px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 17px;
  font-weight: 500;
  /* padding-bottom: 3px; */
  /* padding-top: 3px; */
  color: #19a1cf;
}

.faq-answer {
  font-size: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-answer p {
  padding: 6px;
  font-size: 15px;
  margin: 0px;
  color: #6e7076;
}

.faq-answer ul li {
  font-size: 14px;
}

.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: #19a1cf;
}

.icon-container i.active {
  transform: rotate(90deg);
}

i.fa.fa-circle.text_blue {
  margin-right: 10px;
  font-size: 8px;
  margin-left: 5px;
}

.faq-item .faq-question .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #19a1cf;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq-item .faq-question .faq-title {
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 20px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* End FAQ */


.liststyle-disc li {
  list-style: disc;
  margin-left: 23px;
  color: #19a1cf;
}

.liststyle-disc.disc-font-s li {
  font-size: 14px;
  color: #000;
}


/* Start Contact Us */

.innerpage-topspace {
  padding-top: 35px;
}

.bg-pattern {
  background-color: #f4f4f4;
  background-color: #eee;
  background-color: #eee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23c6c6c6' fill-opacity='0.08'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.08'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}

.ptb-50 {
  padding: 50px 0;
}


@media (max-width: 767px) {
  .innerpage-topspace {
    padding-top: 0px;
  }
}

.contact-form-input {
  padding: 20px;
  box-shadow: 0 0 15px rgb(51 51 51 / 30%);
  border-radius: 20px;
  background-color: #ececec;
}

.contact-form .form-group,
.submit-button input {
  margin-bottom: 20px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  font-size: 16px;
  height: 54px;
  color: #72798e;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 5px 30px;
  font-weight: 300;
  width: 100%;
  box-shadow: none;
  outline: 0 none;
}

.contact-form .form-group textarea {
  padding: 15px 30px;
  height: auto;
  width: 100%;
}

.btn_blue_new {
  background: #19a1cf;
  color: #fff;
  font-size: 12px !important;
  text-align: center;
  text-transform: capitalize;
  padding: 11px 24px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #19a1cf;
}


/* End Contact Us */


section.thankyou {
  padding: 120px 0 50px;
}

.thankyou-content {
  text-align: center;
}


.thankyou-content h2 {
  font-size: 34px;
  color: #10234d;
  font-weight: 500;
}

.thankyou-content h3 {
  font-size: 21px;
  line-height: 45px;
  margin: 35px 0;
}