@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Jaldi", sans-serif;
    outline:none !important;
    font-size:110%;
}
:root{
  --primary-color:#0DB5CF;
  --primary-color-hover:#0aa2b9;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Jaldi", sans-serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.btn{
  text-transform: uppercase;
  transition: 0.4s all !important;
  font-weight: 500;
}
.btn-primary-dh{
  background: linear-gradient(to right,  rgba(94,220,240,1) 0%,rgba(13,181,207,1) 100%);
  color:#FFF !important;
  border-radius: 70px;
  border:none !important;
  height: 45px;
  line-height: 35px;
}
.btn-primary-dh:hover, .btn-primary-dh:active, .btn-primary-dh:focus{
  background: linear-gradient(to right,  rgba(13,181,207,1) 0%,rgba(94,220,240,1) 100%); 
  color:#FFF !important;
  border:none !important;
}
.btn-secondary-dh{
  background: #111;
	border-radius: 70px;
  color:#FFF !important;
  border:none !important;
  height: 45px;
  line-height: 35px;
}
.btn-secondary-dh:hover, .btn-secondary-dh:active, .btn-secondary-dh:focus{
  background: #333;
	border-radius: 70px;
  color:#FFF !important;
  border:none !important;
}
.bg-none{background: none;}.bg-primary-dh{background:var(--primary-color);}.transition{transition: all 0.4s;}.color-4{color:#444;}.color-6{color:#666;}.text-primary-dh{color:var(--primary-color);}.fs-18{font-size:18px;}
/********************Default CSS Ends Here**********************/
.home-banner{
  background: url(../images/home-banner.png) no-repeat right top;
  min-height: 865px;
}
.home-banner .navbar.navbar-expand-lg.bg-none{
  background: none !important;
  border: none !important;
}
.navbar-toggler{
  height: 45px;
  width: 45px;
  border: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color:#000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color:var(--primary-color);
}
.home-banner h1{
  font-size:45px;
  line-height: 50px;
}
.home-banner p{
  font-size: 22px;
  line-height: 32px;
}
.home-banner .btn{
  width: 170px;
}
.welcome, .key-features{
  background:rgba(245, 245, 245, 0.6);
  margin-top: -2px;
}
.welcome h2{
  font-size: 47px;
  line-height: 50px;
}
.welcome p{
  font-size: 17px;
  line-height: 27px;
}
.welcome .btn{
  width: 190px;
}
.stats h2{
  font-size: 70px;
  line-height: 41px;
}
.stats p{
  font-size: 25px;
}
.key-features h2, .price-plan h2, .faqs h2, .form h2, .text-pages h1{
  font-size: 35px;
}
.feature-box{
  box-shadow: -1px 5px 13px 4px rgba(0, 0, 0, 0.06);
  border:1px solid #E7E7E7;
  background: #FFF;
}
.feature-box h3{
  font-size: 22px;
}
.feature-box p{
  line-height: 24px;
}
.feature-box i{
  color: var(--primary-color);
}
.feature-box:hover{
  background: linear-gradient(135deg,  rgba(108,230,249,1) 0%,rgba(62,187,207,1) 56%);
}
.feature-box:hover i, .feature-box:hover h3, .feature-box:hover p{
  color: #FFF !important;
}
.price-plan p{
  font-size: 22px;
  line-height: 25px;
}
.price-plan h3{
  font-size: 60px;
}
.price-plan h3 strong{
  font-size: 25px;
}
.faqs, .bg-lights{
  background: #F5F5F5;
}
.faqs .accordion-item .accordion-header, .faqs .accordion-item .accordion-collapse{
  border:1px solid #EEE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.accordion-button:not(.collapsed){
  background: var(--primary-color);
  color: #FFF;
  border:1px solid var(--primary-color);
}
.faqs .accordion-button::after{
  content:"\f107";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
}
.faqs .accordion-body p{
  font-size: 15px;
  line-height: 23px;
}
.form{
  border-radius:20px;
}
.form input, .form select{
  background-color: rgba(255, 255, 255, 0.85);
  border:none;
  height: 50px;
  font-size: 18px;
  color:#000;
  padding:10px 20px;
}
.form input::placeholder{
  color:#999 !important;
}
.form select:focus{
  background-color: #FFF;
}
footer{
  padding-top: 250px;
  margin-top: -155px;
}
footer h3{
  font-size:22px;
  line-height: 41px;
}
footer p{
  line-height: 23px;
}
footer ul li i{
  font-size: 15px;
}
footer ul li a{
  color:#FFF;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus, footer ul li a.active{
  color:var(--primary-color);
}
footer .copy{
  background: #222;
}
footer .copy p{
  font-size: 15px;
 }
.hide-desktop{
  display: none !important;
}

/*******************************Homepage CSS Ends Here**************************/

.navbar.navbar-expand-lg.bg-none{
  background: #eff7f8;
  border-bottom: 1px solid #cdedf2;
}
.text-pages h2{
  font-size:25px;
}
.text-pages p{
  line-height: 27px;
  font-size: 17px;
  color:#444;
}
.text-pages ul li i{
  font-size: 15px;
  margin-top: 5px;
}

@media (min-width: 1350px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width:1201px) and (max-width:1349px){
  .bp{
    padding: 0 !important;
    margin-left: -50px;
  }
  .welcome h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .feature-box h3 {
    font-size: 20px;
  }
  .price-plan p{
    font-size: 20px;
  }

}
@media (min-width:992px) and (max-width:1200px){
  .navbar.navbar-expand-lg.bg-none{
    background: none !important;
    border-bottom: none !important;
  }
  .bp{
    padding: 0 !important;
  }
  .navbar-expand-lg .navbar-nav{
    margin-right: 55px;
  }
  .welcome h2 {
    font-size: 33px;
    line-height: 40px;
  }
  .feature-box h3 {
    font-size: 16px;
  }
  .price-plan p{
    font-size: 17px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .navbar-collapse{
    background: #FFF;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
  }
  .navbar.navbar-expand-lg.bg-none{
    background: none !important;
    border-bottom: none !important;
  }
  .hide-mobile{
    display: none !important;
  }
  .hide-desktop{
    display: block !important;
  }
  .home-banner {
    background: url(../images/home-banner.png) no-repeat right center;
    min-height: 565px;
}
  .home-banner h1{
    font-size: 35px;
    line-height: 40px;
  }
  .home-banner p{
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px !important;
  }
  .price-plan p{
    font-size: 14px;
  }
  .welcome h2{
    margin-bottom: 25px;
  }
  .home-banner .btn{
    margin-bottom: 50px;
  }
  .stats h2{
    font-size: 55px;
  }
  .feature-box h3{
    font-size: 19px;
  }
  .form input, .form select{
    font-size: 15px;
  }
}
@media (max-width:767px){
  .navbar-collapse{
    background: #FFF;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
  }
  .hide-mobile{
    display: none !important;
  }
  .hide-desktop{
    display: block !important;
  }
  .home-banner h1, .welcome h2{
    font-size: 35px;
    line-height: 40px;
  }
  .home-banner p, .welcome p, .price-plan p{
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px !important;
  }
  .welcome h2{
    margin-bottom: 25px;
  }
  .home-banner .btn{
    margin-bottom: 50px;
  }
  .mt-m0{
    margin-top: -20px !important;
  }
 }
@media (max-width:575px){
  .hide-mobile{
    display: none !important;
  }
  .hide-desktop{
    display: block!important;
  }
  .home-banner h1, .welcome h2{
    font-size: 31px;
    line-height: 35px;
  }
  .home-banner p, .welcome p, .price-plan p{
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px !important;
  }
  .welcome h2{
    margin-bottom: 25px;
  }
 }