@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap') 

body{
    
}

body.font-body{
    font-family: "Roboto", sans-serif;
    font-weight:normal;
    font-style:normal;
    padding: 70px 0 0;
}
.sm\:text-7xl,
.text-2xl{
    color: #195fa6;
}
.text-base {
  color: #050505;
  font-size: 15px;
  line-height: 1.6;
}
.font-heading{
    font-family: "Roboto", sans-serif;
}
.language-area svg rect {
  fill: #f4694b;
}
header.header_area {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 10px 0;
    z-index: 99;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
}
header.header_area .journal-scroll {
    width: 250px;
    z-index: 1;
}
header.header_area .language-area .journal-scroll {
    width: 150px;
}
.bg-blue{
    background-color: #195FA6;
}
header.header_area ul li a,
.web-tools a,
.language-area a{
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    transition: color 0.3s ease 0s;
}
header.header_area ul li a:hover,
.web-tools a:hover,
.language-area a:hover{
    color:#195fa6;
}

header.header_area .navbar-menu.hidden {
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
header.header_area .navbar-menu.hidden nav {
  transform: translateX(-320px);
}
header.header_area .navbar-menu {
  opacity: 1;
  display: block;
  transition: all ease-in-out 0.5s;
}
header.header_area .navbar-menu nav {
  transform: translateX(0);
  transition: all ease-in-out 0.5s;
}
header.header_area .navbar-menu nav ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
}
.arrow-img {
    position: relative;
}
.arrow-img img{
    position: absolute;
    top: 60px;
    left: 100px;
}
.banner-section{
    padding: 0px 0 200px;
}
.banner-section h1.font-heading{
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 700;
    font-style: normal;
    line-height: 90px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}
.banner-section .banner-text{
    color: #CFD7FF;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}
.banner-section button.font-heading{
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.form-area{
    position: relative;
}
.form-right{
    /*position: absolute;*/
    /*right: 177px;*/
    /*top: 32px;*/
}
.form-right img.block.mx-auto {
    max-width: 140%;
}
.form-block {
    background-color: #FFFFFF;
    padding: 10px 40px 10px 40px;
    border-radius: 10px 10px 10px 10px;
    max-width: 400px;
    float: right;
} 
.form-block h2 {
    font-size: 32px;
    color: #195fa6;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-block .form-control {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    background-color: #F2F2FF;
    width: 100%;
    padding: 16px 0px 16px 24px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 1rem;
}
.form-block .form-control:focus {
    outline: none;
}
.form-block .form-control::placeholder {
  color: #222d39;
  opacity: 1; /* Firefox */
}
.form-block .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #222d39;
}
.form-block button.btn {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    padding: 16px 0px 16px 0px;
    margin: 6px 0 10px 0;
    background-color: #F4694B;
    color: #FFFFFF;
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    transition: all 0.3s linear;
}
.form-block button.btn:hover{
    background-color: #000360;
} 
.form-block p.lead_register_para {
    font-size: 15px;
    line-height: 1.6;
    color: #677294;
    margin-bottom: 1rem;
}
.form-left{
    z-index: 1;
}

.title.font-heading {
  font-size: 45px;
  color: #195fa6;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: normal;
  text-transform: capitalize;
}

.about-section{
    background-color: #F7FDFF;
    padding: 80px 0;
}
.about-section  p.text-lg {
    font-family: "Roboto", sans-serif;
    color: #050505;
    font-size: 15px;
    line-height: 1.6;
}
.footer-section {
    background-color: #F2F8FF;
    padding: 80px 0px 20px 0px;
}
.copyright-area{
    border-top: 1px solid #D9E3EE;
    margin-top: 100px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
} 
.copyright-area p.text-gray-600.text-sm {
    font-size: 16px;
    color: #424488;
}
.w-100 {
    width: 100%;
}
.footer-section h3.font-heading {
    color: #020462;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 20px;
}
.footer-section ul li a{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: #020462;
    transition: color 0.3s;
}
.footer-section ul li a:hover{
    color: #F4694B;
}
.social-area span {
    display: inline-flex;
} 
.social-area span a {
    background-color: #FFFFFF;
    padding: 11px;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    display: flex;
    margin: 0 10px 10px 0;
    transition: all ease-in-out 0.5s;
    width: 40px;
    height: 40px;
}
.social-area span a svg {
    fill: #020462;
    width: 1em;
    height: 1em;
    margin: auto;
}
.social-area span a:hover {
    background-color: #F4694B;
}
.social-area span a:hover svg{
    fill: #ffffff;
}
.copyright-area p.text-gray-600.text-sm a.font-heading {
    font-size: 16px;
    color: #424488;
    transition: color 0.3s;
}
.copyright-area p.text-gray-600.text-sm a.font-heading:hover {
    color: #F4694B;
}
.setup-box h3 {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.03em;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
}
.setup-box p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}
.features-section {
    background-color: #F6FFFC;
    padding: 80px 0;
}

.feature-box{
    border: 1px solid #677294;
    border-radius: 25px;
    padding: 15px;
    min-height: 280px;
}
.feature-box i {
    color: #1054A3;
    background: none;
    font-size: 50px;
    padding: 0;
}
.feature-box svg {
    width: 3em;
    height: 3em;
    position: relative;
    display: block;
    fill: #1054A3;
    color: #1054A3;
}
.feature-box svg path {
    fill: #1054A3;
}
.feature-box h3.font-heading {
    font-size: 20px;
    line-height: 1.2;
    color: #195fa6;
}
.feature-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #677294;
}
.payment_price_info {
    display: block;
    padding: 30px 0 0;
    gap: 20px;
    display: flex;
}
.payment_price_item {
    text-align: center;
    background: #cae2fe; 
    padding: 15px 20px 30px;
    border: 1px solid #f1f3f8;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    width: 33.3333333333%;
    float: left;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 8px 7px 11px 0 rgb(0 0 0 / 36%);
}
.payment_price_item:hover {
    border-color: #bd8ef2;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.payment_price_item:before {
    content: "";
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);*/
    /*-webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.1);*/
    background: #71b3ff; 
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 30px;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}
.payment_price_item:hover:before {
    opacity: 1;
}
.price {
    background: #5c96ff;
    display: inline-block;
    padding: 0px 14px 3px;
    margin: 0px 0 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
.price p{
    font-size: 12px;
}
.payment_price_item.center .price {
    background: #ffffff;
    color: #174b97;
}
.payment_price_item.center .price h2{
    color: #174b97;
}
.payment_price_item .price h4 {
    font-weight: bold;
    position: relative;
}
.payment_price_item .price h4 strike {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.payment_price_item .price h4 strike:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background: #ff0000;
    height: 2px;
    width: 100%;
    transform: rotate(-6deg);
}
.payment_price_item h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.payment_price_item p {
    /*line-height: 30px;*/
    /*margin-bottom: 50px;*/
}
.payment_price_item:hover h2, .payment_price_item:hover h6, .payment_price_item:hover p {
    /*color: #fff;*/
}
.payment_price_item .payment_price_btn {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 45px;
    background: rgb(25 94 166);
    margin: 20px 0 0;
    display: inline-block;
    padding: 10px 42px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.payment_price_item:hover .payment_price_btn {
    background: rgb(92 150 255);
    color: #fff;
}
.plan-inner p {
    text-align: left;
}
.payment_price_item.center {
    /*border: 0;*/
    /*border-radius: 4px;*/
    /*padding: 80px 40px 86px;*/
    /*-webkit-transform: translateY(-30px);*/
    /*transform: translateY(-30px);*/
    /*-webkit-transition: all 0.4s linear;*/
    /*transition: all 0.4s linear;*/
}
.payment_price_item.center:before {
    opacity: 1;
}
.payment_price_item h3 {
    font-size: 1.75rem;
    color: #195fa6;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}
.payment_price_item.center h2.pricing_title {
    /*color: #fff;*/
}
.payment_price_item.center ul li {
    color: #174b97;
}
.payment_price_item:hover ul li {
    /*color: #fff;*/
}
.pricing-section{
    background-color: #f6f7fa;
    padding: 80px 0;
}
.payment_price_item.center p {
    /*color: #fff;*/
}
.payment_price_item ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0rem;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
span.check-box {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    position: relative;
    margin: 0 5px 0 0;
}
span.check-box.tick img {
    position: absolute;
    top: -1px;
    min-width: 18px;
}
 
.d-none {
    display: none !important;
}
.report-section {
    background-color: #F2F8FF;
    padding: 80px 0;
}
.report-box h3.font-heading {
    color: #020462;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.03em;
}
.report-box p {
    color: #424488;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}
.report-box {
    padding: 0 15px 0 0;
}
.track-section{
    background-color: #E7F0FA;
}


.setup-section{
    padding: 80px 0;
}

button.reset-btn {
    font-size: 16px;
    font-weight: normal;
    padding: 20px 40px;
    color: #ffffff;
    border: none;
    background-color: #195FA6;
    border: 1px solid #195FA6;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
button.reset-btn:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

 

@media (min-width: 640px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}



@media (max-width: 1024px) {
  .banner-section {
    padding: 120px 7% 70px;
    text-align: center;
  }
  .banner-section h1.font-heading {
    font-size: 50px;
    line-height: normal;
  }
  .banner-section button.font-heading {
  width: 170px;
}
.form-block {
  display: inline-block;
  float: none;
  margin: 40px 0 0;
}

.title.font-heading {
  font-size: 36px;
}
.footer-section {
  padding: 50px 0px 20px;
}
.about-section {
  text-align: center;
}
.feature-box h3.font-heading {
  font-size: 16px;
}
.feature-box p {
  font-size: 14px;
}
.track-section .report-box {
  padding: 0 0 0 15px;
}
.about-section p.text-lg {
  padding: 0 20px;
}
.sm\:text-7xl {
  font-size: 36px;
}
}
   
@media (max-width: 767px) {
  .banner-section h1.font-heading {
    font-size: 40px;
  }
  .title.font-heading {
    font-size: 30px;
  }
  .setup-section .flex.flex-wrap.mt-20 {
  margin-top: 0;
}
.feature-box {
  min-height: inherit;
}
.track-section .report-box {
  padding: 0;
}
.report-box {
  padding: 0 0 15px;
}
.payment_price_item {
    width: 100%;
    margin-bottom: 10px;
}
.payment_price_item.center {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.payment_price_item::before {
  box-shadow: none;
}
.footer-section {
  padding: 50px 0px 0;
}

.copyright-area {
  text-align: center;
  padding: 20px 0px;
}
.copyright-area p.text-gray-600.text-sm {
  text-align: center;
  margin: 10px 0;
}
.payment_price_info {
    display: block;
}
header.header_area .py-5 {
    padding: 0;
}
.form-block {
    padding: 10px;
    max-width: 100%;
}
.banner-section {
    padding: 30px 2% 60px;
}
header.header_area .w-auto.mr-14 img {
    max-width: 113px;
}
}  

 