.section-py {
  padding: 5rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.first-section-pt {
  padding-top: 8.84rem;
}
@media (max-width: 1199.98px) {
  .first-section-pt {
    padding-top: 7.5rem;
  }
}

.card[class*=card-hover-border-] {
  transition: all 0.2s ease-in-out;
}

.light-style body {
  background-color: #fff;
}

.dark-style body {
  background-color: #2b2c40;
}

nav.layout-navbar {
  backdrop-filter: unset !important;
  height: auto !important;
  z-index: 999 !important;
  background-color: transparent !important;
}
nav.layout-navbar::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
nav.layout-navbar.navbar-active::after {
  backdrop-filter: saturate(100%) blur(6px);
  -webkit-backdrop-filter: saturate(100%) blur(6px);
}

.navbar.landing-navbar {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  transform: unset !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5rem;
}
.navbar.landing-navbar .navbar-nav .nav-link {
  padding: 0.5rem 0.9375rem;
}
@media (max-width: 1199.98px) {
  .navbar.landing-navbar .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    max-width: 1300px;
    inset-inline-start: 50% !important;
    transform: translateX(-50%);
    top: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link i {
  font-size: 0.625rem;
}
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col,
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col img {
  border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
  .navbar.landing-navbar .landing-menu-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(67, 89, 113, 0.78);
    transition: all 0.2s ease-in-out;
    z-index: 9998;
  }
  .navbar.landing-navbar .landing-nav-menu {
    position: fixed;
    display: block !important;
    height: 100%;
    max-width: 300px;
    width: 80%;
    padding: 1rem;
    inset-inline-start: -100%;
    top: 0;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
  }
  .navbar.landing-navbar .landing-nav-menu.show {
    inset-inline-start: 0;
  }
  .navbar.landing-navbar .landing-nav-menu.show ~ .landing-menu-overlay {
    display: block;
  }
}

.landing-navbar {
    border-color: #DBDBEB42;
    background: rgba(255, 255, 255, 0.38);
    box-shadow: 0.5px 0.58px #6f5151 !important;
}
.nav-link {
  color: #32475CDE ;
}
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .show > .nav-link,
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .active > .nav-link,
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.show,
.light-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.active {
    color: #32475CDE !important;
    opacity: 1 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}


@media (max-width: 991.98px) {
  .landing-nav-menu {
    background-color: #fff;
  }
}
.light-style .layout-navbar.navbar-active .navbar.landing-navbar {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
}
.light-style .layout-navbar .menu-text {
  color: #566a7f;
}

.dark-style .layout-navbar .navbar.landing-navbar {
  border-color: rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link {
  color: #cbcbe2;
}
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .show > .nav-link,
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .active > .nav-link,
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.show,
.dark-style .layout-navbar .navbar.landing-navbar .navbar-nav .nav-link.active {
  color: #696cff !important;
}
@media (max-width: 991.98px) {
  .dark-style .layout-navbar .navbar.landing-navbar .landing-nav-menu {
    background-color: #2b2c40;
  }
}
.dark-style .layout-navbar .navbar .menu-text {
  color: #cbcbe2;
}
.dark-style .layout-navbar.navbar-active .navbar.landing-navbar {
  background: #2b2c40;
  border-color: #2b2c40;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  [dir=rtl] .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    transform: translateX(50%);
  }
}

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
  opacity: 1 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.landing-footer .footer-top {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}
@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 322px;
  }
}
.landing-footer .footer-form {
  max-width: 22.25rem;
}
.landing-footer .footer-form input {
  background-color: #232333;
  border-color: #444564;
  color: #d3d4dc;
}
.landing-footer .footer-form input:hover:not([disabled]):not([focus]) {
  border-color: #444564;
}
.landing-footer .footer-form input::placeholder {
  color: rgba(211, 212, 220, 0.5);
}
.landing-footer .footer-form label {
  color: rgba(211, 212, 220, 0.5);
}

.footer-text {
  color: #fff;
}

.light-style .landing-footer .footer-top {
  background-color: #008080;
}
.light-style .landing-footer .footer-bottom {
  background-color: #008080;
}

.dark-style .landing-footer .footer-link,
.dark-style .landing-footer .footer-text {
  color: #a3a4cc;
}
.dark-style .landing-footer .footer-title {
  color: #cbcbe2;
}
.dark-style .landing-footer .footer-top {
  background-image: url("../../../img/front-pages/backgrounds/footer-bg-dark.png");
}
.dark-style .landing-footer .footer-bottom {
  background-color: #171925;
}


.gy-lg-0{
  height: 499px;
}

.pt-lg-3{
  justify-content: center;
}

.landing-footer{
  background-color: #008080 !important;
}

.sol-section {
  width: 1067px;
  height: 663px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-image {
  width: 100%;
  height: auto;
}

.text-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.step {
  width: 321px;
  height: 179px;
  text-align: start;
  padding-right: 14px;
}
.step-3{
  padding-right: 4px;
}

 .step h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 56px;
  color: #566A7F;
  margin: 10px 0;
}

.step h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #32475CDE;
  margin: 10px 0;
}

.step p {
  font-size: 16px;
  font-weight: 400;
  color: #697A8D;
  line-height: 26px;
}


.login-btn{
  color: #008080;
  border-color: #008080;
}
.login-btn:hover{
  background-color: #008080 !important;
  color: #fff !important;
}
.signup-btn:hover{
 background-color: transparent !important;
 color: #008080 !important ;
 border-color: #008080 !important;
}
.signup-btn:active{
  background-color: #008080 !important;
  color: #fff !important;
}
.signup-btn:focus{
  background-color: #008080 !important;
  color: #fff !important;
}
.login-btn:active{
  background-color: transparent !important;
  color: #008080 !important ;
  border-color: #008080 !important;
}
.login-btn:focus{
  background-color: transparent !important;
  color: #008080 !important ;
  border-color: #008080 !important;
}

.cta-1{
  background-color: #F9FBFA;
}
.cta-2{
  background-color: #EEECED;
}
.cta-3{
  background-color: #F9FBFA;
}
.cta-4{
  background-color: #EEECED;
}

.cta-img1{
  padding-top: 0 !important;
}
.cta-img1 img{
  width: 371px;
}

.price-arrow{
  position: relative;
  bottom: 3rem;
  left: 1rem;
}
.price-box{
  position: relative;
  bottom: 3.5rem;
  left: 1rem;
  background-color: #72E1281F !important;
  color: #005A5A !important;
}
.price-div ul li h5{
  font-size: 14px;
  font-weight: 400px;
  line-height: 21px;
  color: #32475C99;
}
.price-start-btn a{
  background-color: #005A5A !important;
}
.price-btn2 a {
    color: #008080;
    border-color: #008080;
    background: #fff;
}
.price-div ul li{
  list-style: circle;
}

.contact-btn button{
  background-color: #339999;
  border: none;
}

.pre-span{
  position: absolute;
  right: 30px;
  top: 2px;
  background-color: #72E1281F !important;
  color: #005A5A !important;
}

.premium-card{
  height: 690px;
}
 .premium-list{
  padding-bottom: 2rem;
 }
.first-card{
border: 1px solid #32475C1F !important;
}

.nav-img1{
  position: absolute !important;
  top: 199.41px;
  left: 77px;
}
.nav-img2{
  position: absolute !important;
  bottom: 3rem;
  left: 128px;
}
.nav-img3{
  position: absolute !important;
  top: 173px;
  left: 1000px;
}
.nav-img4{
  position: relative !important;
  top: 50px;
  left: 400px;
}
.hero-title{
  margin-top: 4rem;
}

.card-2{
  height: 385px;
}
.card2-p1, .card2-p2{
  position: relative;
  top: 2rem;
}

/*fonts*/
.top-div h3{
 font-size: 48px;
 font-weight: 500;
 line-height: 56px;
 color: #566A7F;
}
.top-div p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #697A8D;
}

.cta-h3{
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #566A7F;
}
.cta-p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #697A8D;
}
.cta-1, .cta-2, .cta-3, .cta-4 ul li{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #697A8D;
}

.cta-text1 ul li, .cta-text2 ul li, .cta-text3 ul li, .cta-text4 ul li{
  font-weight: 400;
}

.price-plans h3{
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  color: #32475CDE;
}
.price-plans p{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #32475C99;
}
.price-inner h4{
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #32475CDE;
}
.price-inner p{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #32475C99;
}
.price-num span{
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #005A5A !important;
}
.price-num sup{
  font-size: 20px;
  font-weight: 500;
  color: #005A5A;
}
.price-div{
  padding-top: 0 !important;
}

.contact-h3{
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  color: #566A7F;
}
.contact-p{
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #697A8D;
  padding-bottom: 15px;
}
.contact-div1, .contact-div2{
  height: 580px !important;
}

.footer-logo-description{
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 22px;
  color: #FDFFB2 !important;
  opacity: 1 !important;
}
.footer-title{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
.footer-list ul li a{
  opacity: 1;
  color: #fff;
  font-size: 14px ;
  font-weight: 400 !important;
  line-height: 35px ;
  margin-bottom: 0 ;
}
.footer-list ul li a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

#landingTeam{
  padding-top: 70px;
}

/*alignment*/
.cta-div1{
 width: 1080px;
}
.cta-text1{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: 1rem;
}
.cta-1 ul{
  padding-left: 30px !important;
}

.cta-div2{
  width: 1080px;
}
.cta-img2{
  display: flex;
  padding-bottom: 55px;
}
.cta-text2{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: 4rem; 
}
.cta-2 ul{
  padding-left: 22px;
  width: 555px;
}

.cta-div3{
  width: 1080px;
}
.cta-text3{
  width: 540px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: 3rem;
}
.cta-img3{
  width: 500px;
  padding-left: 10px;
  padding-right: 0;
  position: relative;
  bottom: 1.5rem;
}

.cta-div4{
  width: 1080px;
}
.cta-img4{
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  bottom: 1.5rem;
}
.cta-text4{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: 4rem;
}

.price-main{
  height: 780px;
  position: relative;
  top: 3rem;
}
.price-div2{
  top: 2.5rem;
}

.navbar-nav .nav-link.active {
  color: #32475CDE !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.footer-new{
  width: 100%;
  height: 74px;
  background-color: #FFFFFFD6;
  display: flex;
  justify-content: end;
}
.footer-imgs img{
  width: 160px;
  height: 36px;
}
.footer-imgs{
  position: relative;
  top: 20px;
  right: 10px;
}
.footer-img2{
  position: relative;
  right: 40px;
}
.footer-img3{
  position: relative;
  right: 80px;
}
.span-footer{
  display: flex;
  justify-content: center;
}

#changing-text {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700  !important;
}

#dynamic-part {
  display: inline-block;
  position: relative;
}

.cursor {
  position: absolute;
  right: 0;
  width: 2px;
  height: 1em;
  background-color: #007bff; 
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
      opacity: 0;
  }
}

.new-connect ul li{
  color: #fff;
}
.li-new1{
  font-size: 18px;
}
.li-new2{
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.li-new3 {
  display: flex;
  align-items: flex-start;
  line-height: 17px;
  font-size: 14px;
}

.li-new3 img {
  margin-right: 10px; 
}

.li-new3 .text-wrapper {
  display: inline-block;
}

.li-new3 .phone-number {
  display: block;
  margin-top: 2px; 
  color: #fff;
}
#first-title{
  font-family: Soria;
  margin-bottom: 0;
}

@font-face {
  font-family: 'Soria';
  src: url('/assets/vendor/fonts/soria-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.cta-img1 img, .cta-img2 img, .cta-img3 img, .cta-img4 img, .cta-img5 img {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}


.animation2-img {
  transform: translateY(20px) rotate(-10deg); 
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animation2-img.animate {
  opacity: 1;
  transform: translateY(0) rotate(0); 
}

#home{
  overflow-x: hidden;
}



.top-image{
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}
.top-image.animate{
  opacity: 1;
  transform: translateY(0);
}

.cta-img1 img.animate {
  opacity: 1;
  transform: translateY(0);
}
.cta-img2 img.animate {
  opacity: 1;
  transform: translateY(0);
}
.cta-img3 img.animate {
  opacity: 1;
  transform: translateY(0);
}
.cta-img4 img.animate {
  opacity: 1;
  transform: translateY(0);
}
.cta-img5 img.animate {
  opacity: 1;
  transform: translateY(0);
}
.wp-icon img{
  width: 33px;
  height: 33px;
}

.sp-view{
  display: none;
}

.login-btn, .signup-btn, .contact-btn{
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform-origin: center !important;
}

.login-btn:active, .contact-btn, .signup-btn:active {
  transform: scale(0.9) !important;
}

.login-btn, .signup-btn, .contact-btn {
  transform: scale(1) !important;
}

.layout {
  display: flex;
  gap: 20px;
  width: 1380px;
  margin: 50px auto;
}
.new-h1{
 font-size: 34px;
 line-height: 48px;
 font-weight: 600;
 color: #005A5A;
}
.inner-imgdiv {
  width: 325px;
  height: 205px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.newdiv-1{
  border: 1px solid #696CFF66;
}
.newdiv-2{
  border: 1px solid #71DD3766;
}
.newdiv-3{
  border: 1px solid #03C3EC66;
}
.newdiv-4{
  border: 1px solid #FFAB0066;
}

.inner-imgdiv:hover {
  transform: scale(1.05);
}

.inner-imgdiv img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.inner-imgdiv h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  color: #566A7F;
}
.inner-imgdiv p{
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #697A8D;
}

.card-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.card-new {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 432px;
  height: 520px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-new img {
  width: 100%;
  height: 178px;
}

.card-new h3 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.card-text{
  padding: 24px;
}

.card-new small {
  position: absolute;
  bottom: 10px;
  left: 24px;
  font-size: 15px;
  font-weight: 500;
  color:#32475CDE;
  padding-bottom: 1.5rem;
}

.card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.news-cards{
  height: 730px;
}

.cta-5{
  width: 1297px;
  height: 500px;
  border-radius: 32px;
  background-color: #339999;
}
.cta-img5 img{
  position: relative;
  bottom: 1.75rem;
  height: 364px ;
  left: 1.8rem;
}
.cta-div5{
  width: 1112px;
}
@media (min-width: 1199px) {
  .cta-main-row5{
    width: 1112px;
  }
}
.cta-text5{
  width: 450px;
  padding-left: 0;
}
.cta-img5{
  width: 613px;
  padding-right: 0;
  padding-left: 0;
}
.card-h6, .card-p{
  color: #fff !important;
}
.card-new p {
  flex-grow: 1;
  margin-bottom: 20px;
  font-size: 16px;
  color: #32475C99 !important;
  line-height: 24px;
  font-weight: 400;
  font-family:  'Segoe UI', Roboto; 
}

.content-overlay {
  width: 720px; 
  position: relative;
  left: 50px;
}
.btn-group-custom {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 10px;
}
.hero-btn1{
  width: 302px;
  height: 52px;
  font-size: 20px;
  background-color: #017F80;
  border: none;
  color: #fff;
}
.hero-btn2{
  /* padding: 0.75rem 1.5rem; */
  width: 156px;
  height: 52px;
  font-size: 20px;
  background-color: transparent;
  border: 1.35px solid #004D4D;
  color: #017F80;
  box-shadow: none;
}
.content-overlay h2{
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #017F80;
}
.content-overlay p{
  color: #32475CDE;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 25px;
}
.hero-img{
  padding-left: 0;
}
.demo img{
  width: 402px;
  height: 72px;
}
.app-brand-link img{
  width: auto;
  height: 51px;
}
.topdiv-p, .topdiv-h3{
  display: none;
}

.steps-div{
  display: flex;
}
.steps-inner{
  padding-left: 1.5rem;
  padding-bottom: 2rem;
}
.steps-inner h2{
  font-size: 20px;
  line-height: 28px;
  color: #32475CDE;
}
.steps-inner h4{
  font-size: 32px;
  color: #32475C8A;
  margin-bottom: 0.5rem;
}
.hero-btn1:hover{
  background-color: transparent !important;
  color: #017F80 !important;
  border: 1px solid #005A5A !important;
}
.hero-btn1:active{
  background-color: transparent !important;
  color: #017F80 !important;
  border: 1px solid #005A5A !important;
}
.hero-btn1:focus{
  background-color: #017F80  !important;
  color: #fff !important;
  border: 1px solid #005A5A !important;
}

.hero-btn2:hover{
  background-color: #017F80 !important;
  color: #fff !important;
  border: 1px solid #017F80 !important;
}
.hero-btn2:active{
  background-color: transparent !important;
  color: #017F80 !important;
  border: 1.35px solid #004D4D !important;
}
.hero-btn2:focus{
  background-color: transparent  !important;
  color: #017F80 !important;
  border: 1.35px solid #004D4D !important;
}
.divider-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  width: 30%;
  height: 1px; 
  background-color: #000; 
}
.text{
  padding-left: 2rem;
  padding-right: 2rem;
  color: #000;
}
.content-overlay{
  position: relative;
  top: 2rem;
}

.sm-text{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  bottom: 3rem;
}

@media (min-width: 760px) {
  .email{
    width: 305px;
  }
  .email-inner{
    width: 250px;
  }
  .email-inner h5{
    width: 260px;
  }
  .contact-num{
    width: 210px;
  }
}

@media (min-width: 1000px) {
  .cta-main-row5{
    flex-direction: column;
    justify-content: center;
  }
  .cta-text5{
    position: relative;
    right: 3rem;
  }
}

@media (min-width: 1920px) {
  #home{
    background-size: 72vw auto !important;
    background-position: 75% 96% !important;
  }
  .content-overlay{
    left: 14rem;
  }
}


/*responsive styles*/
@media (width: 2560px) {
  .nav-img3{
    left: 2000px;
  }
  .nav-img4{
    left: 700px;
  }
}

@media (min-width: 2048px) and (max-width: 2560px) {
  .nav-img3{
    left: auto !important;
    right: 10rem;
  }
  .nav-img4{
    left: 600px;
  }
}

@media (width: 1920px) {
  .nav-img3{
    left: 1500px !important;
  }
  .nav-img4{
    left: 500px;
  }
}

@media (min-width: 1920px) {
  .content-overlay{
    width: 900px;
  }
  /* .hero-img{
    width: 900px;
    position: relative;
    right: -4rem;
  } */
}

@media (min-width: 1728px) {
 .nav-img3{
  left: 1350px;
 }
}

@media (min-width: 1600px) and (max-width: 1680px){
  .nav-img3{
    left: 1200px !important;
  }
  #home{
    background-size: 95vw auto !important;
  }
}

@media (min-width: 1440px) and (max-width: 1590px) {
  .nav-img3{
    left: 1133px;
  }
}

@media (width: 1590px) {
  .nav-img3 {
    left: 1300px;
}
}

@media (width: 1200px) {
  .nav-img3{
    left: 900px;
  }
}


@media (min-width: 1024px)and (max-width: 1194px) {
  .nav-img1{
    left: 40px;
    width: 190px;
  }
  .nav-img2{
    top: 480px;
    left: 80px;
    width: 200px;
  }
  .nav-img3{
    left: 800px;
    width: 200px;
  }
  .nav-img4{
    left: 300px;
    width: 200px;
  }
  .cta-text2{
    top: 0.1rem;
  }
  .cta-text2 ul{
    width: 470px;
    margin-bottom: 0 !important;
  }
  .cta-text3, .cta-img3{
    width: 467px;
  }
  .cta-text4{
    bottom: 3rem;
  }
  .cta-main-row5{
    width: 940px;
  }
  .cta-text5{
    width: 467px;
    padding-right: 0;
    padding-left: 2rem;
  }
  .cta-img5{
    width: 450px;
  }
  .cta-img5 img{
    width: 400px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .layout{
    width: auto;
    justify-content: center;
  }
  .inner-imgdiv{
    width: 230px;
    margin: 0;
  }
  .cta-img5 img{
    height: 300px;
    left: -2rem;
  }
  .cta-5, .cta-div5, .cta-main-row5{
    height: 450px;
  }
}

@media (min-width: 1194px) {
  .li-new1 br{
   display: none;
  }
}


@media (min-width: 1200px) {
  .work-row {
    max-width: 1118px;
    margin: 0 auto; 
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
   .working-img img{
    width: 440px !important;
    position: relative;
    left: auto;
    right: 1rem !important;
   }
   .work-content{
    position: relative;
    left: 1.5rem !important;
    padding-right: 0 !important;
   }
   .steps-div{
    width: 430px !important;
   }
   .steps-inner{
    padding-bottom: 0 !important;
   }
   .steps-inner h4{
    font-size: 30px !important;
   }
   .steps-div img{
    width: 80px !important;
   }
  .hero-h22{
    font-size: 30px;
    width: 400px;
    line-height: 40px;
  }
  .hero-h21{
    font-size: 30px;
    line-height: 40px;
  }
  .content-overlay p{
    width: 420px;
    line-height: 24px;
  }
  .content-overlay p br{
    display: none;
  }
  .btn-group-custom{
    flex-direction: column;
  }
  .hero-btn1, .hero-btn2{
    width: 290px;
  }
  .content-area{
    flex-direction: column;
  }
  .hero-img{
    display: flex;
    justify-content: center;
    right: 12rem;
    top: 6.3rem;
  }
  .hero-img img{
    width: 670px;
    position: relative;
    right: 3rem;
  }
  
}



@media (min-width: 1024px) and (max-width: 1080px) {
  .card-new{
    width: 320px;
  }
  .card-new small {
    padding-bottom: 0.5rem;
  }
  .card-new{
    height: 570px;
  }
}
@media (min-width: 1180px) and (max-width: 1200px){
  .card-new{
    width: 370px;
  }
  .card-new small {
    padding-bottom: 0.5rem;
  }
  .card-new{
    height: 530px;
  }
}
@media (width: 1280px){
  .card-new{
    width: 400px;
  }
  .card-new small {
    padding-bottom: 0.5rem;
  }
  .card-new{
    height: 525px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .cta-text5{
    padding-right: 0;
    padding-left: 2.5rem;
  }
  .content-area{
    flex-direction: column;
    height: 700px !important;
  }
  .hero-img img{
    width: 650px;
    position: relative;
    right: 9rem;
  }
}
@media (width: 1366px){
  .card-new{
    width: 425px;
  }
  .hero-img img{
    right: 4rem;
  }
}

@media (width: 1194px) {
  .nav-img3{
    left: 900px
  }
}

@media (width: 1024px) {
  .sol-section{
    width: 900px;
  }
}

@media (width: 1180px) {
  .nav-img3{
    left: 900px;
  }
}

@media (min-width: 768px)and (max-width: 1000px) {
  .nav-img1, .nav-img3{
    display: none;
  }
  .nav-img2{
    top: 480px;
    left: 60px;
    width: 230px;
  }
  .nav-img4{
    left: 250px;
    width: 200px;
  }
  .cta-div1{
    height: 730px;
  }
  .cta-text1{
    width: 650px; 
    position: relative;
    left: 2rem;
  }
  .cta-text1 h6{
    width: 630px;
  }
  .cta-img1{
    height: 400px;
  }
  .cta-img1 img{
    height: 400px;
    position: relative;
    bottom: 4rem;
  }
  .cta-div2{
    height: 750px;
  }
  .cta-img2{
    position: relative;
    left: 9rem;
    width: 550px;
    margin-top: 1rem;
  }
  .cta-text2{
    position: relative;
    left: 2.5rem;
    width: 650px; 
  }
  .cta-div3{
    height: 750px;
  }
  .cta-text3{
    width: 650px; 
    position: relative;
    left: 2rem;
    padding-top: 0.7em;
  }
  .cta-img3{
    position: relative;
    left: 6rem;
    bottom: 4rem;
    margin-top: 1.5rem;
  }
  .cta-div4{
    height: 700px;
  }
  .cta-img4{
    width: 550px;
    position: relative;
    left: 10rem;
  }
  .cta-text4{
    width: 600px;
    position: relative;
    left: 2rem;
    bottom: 2rem;
  }
  .price-main{
    height: 1550px;
  }
  .contact-div1{
    height: 670px !important;
  }
  .footer-logo-description{
    width: 300px;
  }
  .login-btn{
    position: relative;
    left: 7rem;
  }
  .top-div{
    padding-left: 0;
  }
  .step-2 p{
    position: relative;
    top: 1.9rem;
  }
  .hero-sub-title{
    width: 500px;
    position: relative;
    left: 6rem;
  }
  .footer-new{
    justify-content: center;
  }
  .login-btn{
    left: auto;
    right: -8rem;
  }
  .cta-5{
    height: 700px;
  }
  .card-h6 br, .card-p br{
    display: none;
    width: 650px;
  }
  .card-h6, .card-p{
    padding-bottom: 1rem;
  }
  .cta-img5 img{
    width: 500px;
    position: relative;
    left: 35px;
  }
  .cta-text5{
    width: 600px;
    position: relative;
    left: 3rem;
  }
  .cta-main-row5{
    width: 720px;
  }
  .layout{
    width: 710px;
  }
  .news-cards{
    height: 1860px;
    padding-top: 3rem;
  }
  .card-container{
    flex-wrap: wrap;
  }
  .card-new{
    margin-bottom: 2rem;
  }
  .content-overlay{
    width: 400px;
  }
  .hero-h22{
    font-size: 30px;
    width: 400px;
    line-height: 40px;
  }
  .hero-h21{
    font-size: 30px;
    line-height: 40px;
    width: 450px;
  }
  .content-overlay p{
    width: 350px;
    line-height: 24px;
  }
  .btn-group-custom{
    flex-direction: column;
  }
  .hero-btn1, .hero-btn2{
    width: 290px;
  }
  .login-btn{
    right: -6rem;
  }
  .working-img img{
    position: relative;
    left: 6rem;
    padding-bottom:  2rem;
  }
  .work-h3, .work-p{
    text-align: center;
  }
  .steps-div img{
    width: 80px !important;
   }
   .content-area{
    flex-direction: column;
   }
   .hero-img img{
    width: 450px;
    position: relative;
    right: 13rem;
    top: 15rem;
   }
   .sm-text{
    bottom: 1.8rem;
   }
   .work-row{
    display: flex;
    flex-direction: column;
   }
}

@media (width: 720px) {
  .footer-logo-description{
    width: 300px;
  }
  .footer-new{
    justify-content: center;
  }
  .contact-div2{
    height: 650px !important;
  }
  .cta-1, .cta-2, .cta-3, .cta-4{
    height: 850px;
  }
  .price-main{
    height: 1550px;
  }
  .nav-img1, .nav-img3{
    display: none;
  }
  .nav-img2, .nav-img4{
    width: 200px;
    height: 200px;
  }
  .nav-img2{
    left: 1rem;
  }
  .nav-img4{
    left: 12rem;
    top: auto;
  }
  .login-btn{
    position: relative;
    left: 3rem;
  }
  .cta-main-row1, .cta-main-row2, .cta-main-row3, .cta-main-row4{
    width: 620px;
    padding-top: 3rem;
  }
  .cta-img4 img{
    position: relative;
    left: 5rem;
    padding-bottom: 2rem;
  }
  .cta-img2 img{
    position: relative;
    left: 3.5rem;
  }
  .cta-img1 img{
    position: relative;
    right: 3rem;
  }

  .cta-5, .cta-main-row5{
    width: 540px;
    height: 700px;
  }
  .card-h6 br, .card-p br{
    display: none;
    width: 650px;
  }
  .card-h6, .card-p{
    padding-bottom: 1rem;
  }
  .cta-img5 img{
    width: 500px;
    position: relative;
    left: auto;
    right: 1.3rem;
  }
  .cta-text5{
    width: 600px;
  }
  .layout{
    width: 670px;
  }
  .news-cards{
    height: 1860px;
    padding-top: 3rem;
  }
  .card-container{
    flex-wrap: wrap;
  }
  .card-new{
    margin-bottom: 2rem;
  }
}

@media (width: 900px) {
  .news-cards{
    height: 1300px;
  }
}

@media (min-width: 480px) and (max-width: 540px) {
  .sol-section{
    width: 460px !important;
    padding-left: 0;
  }
  .top-image{
    width: 470px;
  }
  .cta-div1, .cta-div2, .cta-div3, .cta-div4{
    width: 480px !important;
    height: 900px !important;
  }
  .cta-text2 ul{
    width: 475px;
  }
  #changing-text{
    font-size: 35px !important;
  }
  #first title{
    font-size: 35px !important;
  }
  .nav-img1, .nav-img3{
    display: none;
  }
  .nav-img2, .nav-img4{
    width: 150px !important;
    height: 150px !important;
  }
  .nav-img2{
    left: 1rem;
  }
  .nav-img4{
    left: 10rem;
    top: auto;
  }
  .login-btn{
    position: relative;
    left: 1rem;
  }
  .price-main{
    height: 1550px;
  }
  .contact-div2{
    height: 650px !important;
  }
  .footer-new{
    justify-content: space-evenly;
  }
  .footer-imgs img{
   width: 130px;
   height: 40px;
   position: relative;
   right: 0;
   padding-left: 20px;
  }
  .cta-text3{
    padding-top: 3rem;
  }
  .cta-main-row4{
    padding-top: 2rem;
  }
  .cta-img4 img{
    position: relative;
    left: 2.5rem;
  }
  .footer-logo-description{
    width: 320px;
  }

  .cta-5{
    width: 410px; 
    height: 650px;
  }
  .cta-div5{
    width: 400px; 
    height: 650px;
  }
  .cta-main-row5{
    width: 400px; 
    height: 650px;
  }
  .cta-img5{
    margin-top: 0;
  }
  .cta-img5 img{
    width: 360px;
    height: 300px;
    position: relative;
    left: auto;
    right: 1.2rem;
  }
  .cta-text5{
    margin-top: 0;
  }
  .card-h6{
    font-size: 24px ;
    line-height: 28px;
    padding-bottom: 1rem;
  }
  .card-p{
    font-size: 16px;
  }
  .layout{
    flex-direction: column;
    width: 400px; 
    height: 950px;
  }
  .news-cards{
    height: 1750px;
  }
  .card-container{
    flex-direction: column;
  }
  .card-new{
    width: 470px; 
    position: relative;
    left: 1.6rem;
    margin-bottom: 1rem;
  }
}

@media (width: 540px) {
  .login-btn {
    position: relative;
    left: 3rem;
}
.sol-section{
  width: 490px !important;
}
.card-new{
  position: relative;
  left: 3rem;
}
.new-h1{
  width: 500px;
  position: relative;
  left: 1rem;
}
}


@media (max-width: 430px){
  .login-btn{
    position: relative;
    left: 2rem;
  }
  .signup-btn{
    display: none;
  }
  .top-div{
    padding-left: 0;
    padding-right: 0;
  }
  .topdiv-p{
    width: 290px;
    position: relative;
    left: 4rem;
  }
  .top-img{
    width: 400px;
  }
  .step{
    padding-right: 0;
    height: 220px;
  }
  .step-2 p{
    padding-left: 6px;
  }
  .step-2 h4{
    margin-top: 1rem;
  }
  .step-3 h4{
    margin-top: 0;
  }

  .sp-view{
    display: block;
  }
  .work-flow{
    display: none;
  }
  .topdiv-p, .topdiv-h3{
    display: block;
  }
  .top-image-box {
    display: block;  
    margin: 0 auto;  
    width: 100%;     
    text-align: center;
  }
  .steps-arrows{
    width: 410px;
    position: relative;
    left: 0.5rem;
  }
  .icon-box img{
    padding-right: 10px;
  }
  .icons-inner h4, h2{
    margin-bottom: 5px;
    font-size: 20px;
  }

  .icons-inner h4{
    color: #32475C8A;
  }
  .top-image1 {
    width: 90%;     
    height: auto;
  }
  .icon-box{
    display: flex;
  }
  .arrow{
    width: 300px;
    position: relative;
    left: 1rem;
  }

  .cta-div1{
    display: flex;
    width: 420px;
    height: 790px;
    padding-top: 1rem;
    margin: 0;
  }
  .cta-img1{
    margin-top: 0;
    width: 410px;
  }
  .cta-img1 img{
    padding-left: 15px;
    height: 400px;
    width: 100%;
  }
  .cta-text1 ul li, .cta-text2 ul li, .cta-text3 ul li, .cta-text4 ul li{
  font-size: 16px;
}
.cta-text1 h6{
  width: 405px;
  padding-left: 8px;
}
.cta-div2{
  width: 420px;
  height: 860px;
  margin: 0;
}
.cta-img2 img{
  height: 400px;
  width: 100%;
}
.cta-img2{
  margin-top: 2.5rem;
}
.cta-text2 ul{
  width: 390px;
  padding-left: 25px;
}
.cta-text2 h6{
  padding-left: 8px;
}
.cta-div3{
  width: 420px;
  height: 800px;
  padding-top: 2.5rem;
  margin: 0;
  padding-right: 0;
}
.cta-div4{
  padding-top: 1.5rem;
}
.cta-text4{
  padding-top: 1.8rem;
}
.cta-img3{
  margin-top: 0;
}
.cta-img3 img{
  height: 400px;
  width: 100%;
  padding-right: 10px;
}
.cta-text3 ul{
  margin-bottom: 0 !important;
}
.cta-text3 h6{
  padding-left: 8px;
}
.cta-3{
  height: 780px;
}
.cta-div4{
  width: 420px;
  height: 750px;
  margin: 0;
}
.cta-img4 img{
  height: 400px;
  width: 100%;
}
.cta-text4 h6{
  padding-left: 8px;
}
.cta-1, .cta-2, .cta-3, .cta-4{
  width: 430px;
  padding-left: 0;
  padding-right: 0;
}
.cta-img1 img, .cta-img2 img, .cta-img3 img, .cta-img4 img{
  width: 390px;
  height: 390px;
}
.cta-img4 img{
  position: relative;
  left: 0.7rem;
}
.cta-main-row3{
  width: 420px;
}
.contact-p{
  padding-bottom: 0;
  margin-bottom: 0;
}
.price-main{
  height: 1550px;
}
.pricing-plans-item{
  bottom: 0 !important;
  left: 7rem;
}
.contact-div1{
  height: 500px !important;
}
.contact-div2{
  height: 750px !important;
}
.app-brand, .navbar-brand{
  margin-right: 0 !important;
}
.login-btn{
  margin-right: 0 !important;
}
.footer-logo-description{
  width: 300px;
}
.top-div h3, .cta-h3 span{
  font-size: 24px;
}
.cta-text1 h6, .cta-text2 h6, .cta-text3 h6, .cta-text4 h6{
  font-size: 24px;
  line-height: 29px;
}
#landingTeam{
  padding-bottom: 0;
}
.head-p{
  width: 341px;
  height: 63px;
  position: relative;
  left: 1.5rem;
}
.head-p br{
  display: none;
}
.footer-new{
  justify-content: space-evenly;
}
.footer-imgs img{
 width: 130px;
 height: 40px;
 position: relative;
 right: 0;
 padding-left: 20px;
}
.cta-5{
  width: 410px; 
  height: 650px;
}
.cta-div5{
  width: 400px; 
  height: 650px;
  padding-right: 0;
}
.cta-main-row5{
  width: 400px; 
  height: 650px;
}
.cta-img5{
  margin-top: 0;
}
.cta-img5 img{
  width: 340px;
  height: 280px;
  position: relative;
  left: auto;
  right: 0.6rem;
}
.cta-text5{
  margin-top: 0;
}
.card-h6{
  font-size: 24px ;
  line-height: 28px;
  padding-bottom: 1rem;
}
.card-p{
  font-size: 16px;
}
.layout{
  flex-direction: column;
  width: 400px; 
  height: 950px;
}
.news-cards{
  height: 1850px;
}
.card-text{
  padding: 22px;
}
.card-container{
  flex-direction: column;
}
.card-new{
  width: 400px; 
  height: 550px;
  position: relative;
  left: 1rem;
  margin-bottom: 1rem;
}
.new-h1{
  font-size: 24px;
  line-height: 28px;
  width: 345px;
  position: relative;
  left: 2rem;
}
.icon-box img{
  width: 54px;
}
 .content-overlay h2{
  font-size: 28px;
  line-height: 35px;
 }
 .content-overlay{
  width: 375px ;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
 }
 .btn-group-custom{
  flex-direction: column;
  align-items: center;
 }
 .btn-group-custom .btn{
  width: 358px;
 }
 .content-overlay p br{
  display: none;
 }
 .content-overlay p{
  margin-bottom: 3rem;
  margin-top: 15px;
 }
 .hero-h21{
  margin-bottom: 2.5rem;
 }
 .li-new1 br{
  display: none;
 }
 #home{
  height: 874px;
  background-color: #EEECED !important;
  background-size: 130vw auto !important;
  background-position: 150% 72% !important;
 }
 .btn-group-custom{
  position: relative;
  top: 10rem !important;
 }
 .sm-text{
  bottom: 1.7rem;
 }
}

@media (width: 430px) {
  .top-image{
    width: 350px;
  }
  .text-div{
    flex-direction: column;
    width: 350px;
  }
  .cta-text1, .cta-text2, .cta-text3, .cta-text4{
    width: 390px;
    left: 1rem;
  }
  .cta-5{
    margin-right: 0;
    width: 400px !important;
    margin-left: 0;
    position: relative;
    left: 13px;
  }
  .cta-div5, .cta-main-row5{
    width: 380px;
  }
}

@media (min-width: 412px) and (max-width: 414px){  
  .login-btn{
    position: relative;
    left: 1rem;
  }
  .landing-team{
    height: 1000px;
  }
  .text-div{
    flex-direction: column;
  }
  .top-image{
    width: 350px;
  }
  .step{
     position: relative;
     padding-right: 0;
     left: 3rem;
     width: 300px;
  }
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 414px;
    padding-left: 0;
    padding-right: 0;
  }
  .top-div{
    width: 410px;
  }
  .top-div p{
    position: relative;
    left: 3.5rem;
  }
  .cta-h3, .cta-p{
    width: 410px;
  }
  .cta-div1, .cta-div2, .cta-div3, .cta-div4{
    width: 410px ;
    padding-left: 5px ;
    padding-right: 5px ;
  }
  .cta-main-row1, .cta-main-row2, .cta-main-row3, .cta-main-row4{
    width: 390px ;
  }
  .cta-img1{
  padding-right: 5px;
  }
  .cta-text1, .cta-text2, .cta-text3, .cta-text4{
    width: 375px;
    left: 1.5rem;
  }
  .cta-text1 ul,  .cta-text2 ul,  .cta-text3 ul,  .cta-text4 ul{
    padding-left: 35px;
  }
  .cta-text1 h6,  .cta-text2 h6,  .cta-text3 h6,  .cta-text4 h6{
    width: 380px;
  }
  .cta-img1 img, .cta-img2 img, .cta-img3 img, .cta-img4 img{
    width: 360px;
    height: 360px;
  }
  .cta-img1 img{
    position: relative;
    left: 0.5rem;
  }
  .cta-text2 ul{
    width: 375px;
  }
  
  .cta-img2 img{
  position: relative;
  left: 1.1rem;
}
 .cta-img3 img{
  padding-right: 0;
  position: relative;
  left: 0.5rem;
 }
 .cta-img4 img{
  position: relative;
  left: 1.9rem;
 }
 .head-p{
  left: 1.2rem;
 }
 .icons-inner p{
  position: relative !important;
  left: 0 !important;
  width: 340px;
}
#landingTeam{
  height: 1150px;
}
.steps-arrows{
  position: relative;
  left: 0;
}
.icon-box{
  width: 400px;
  position: relative;
  left: 10px;
}
.cta-5{
  width: 390px;
  margin-left: 10px;
  margin-right: 0;
}
.cta-div5{
  padding-right: 0;
  width: 380px;
}
.cta-main-row5{
  width: 370px;
}
.cta-text5, .cta-img5{
  padding-right: 0;
}
.card-new{
  width: 382px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cta-img5 img{
  position: relative;
  right: 0.6rem;
}
.card-text{
  padding: 10px;
}
.content-overlay{
  width: 360px;
}
}

@media (width: 412px) {
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 412px ;
    padding-left: 0 ;
    padding-right: 0 ;
  }
}


@media (min-width: 360px) and (max-width: 395px){
  .top-div{
    width: 375px;
    height: 1050px;
  }
  .topdiv-p{
    width: 290px;
    position: relative;
    left: 2.5rem;
  }
  .text-div{
    flex-direction: column;
  }
  .step, .step-2, .step-3{
    width: 70%;
    height: 270px;
    padding-left: 15px;
    position: relative;
    left: 1.5rem;
  }
  .step-2{
    position: relative;
    top: 1rem;
  }
  .step-3{
    position: relative;
    bottom: 2rem;
  }
  .cta-div1, .cta-div2, .cta-div3, .cta-div4{
    width: 375px;
    padding-left: 6px ;
    padding-right: 0;
  }
  .cta-main-row1, .cta-main-row2, .cta-main-row3, .cta-main-row4{
    width: 350px;
    padding-left: 0;
    position: relative;
    left: 1rem;
  }
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: auto ;
    height: 800px ;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-img1 img, .cta-img2 img, .cta-img3 img, .cta-img4 img{
    width: 300px;
    height: 300px;
  }
  .cta-text1,.cta-text2, .cta-text3, .cta-text4{
    width: 345px;
  }
  .cta-1{
    height: 750px;
  }
  .cta-img1{
    padding-top: 5px;
  }
  .cta-text1{
    bottom: 0.5rem;
  }
  .cta-img2 img{
    position: relative;
    left: 0.7rem;
  }
  .cta-3{
    height: 770px;
    padding-top: 4rem;
  }
  .cta-4{
    padding-top: 4rem;
    height: 740px;
  }
  .cta-img4 img{
    position: relative;
    left: 1.5rem;
  }
  .cta-text4 {
    padding-top: 1.5rem;
  }
  .cta-h3, .cta-p{
    width: 375px;
  }
  .cta-text1 h6{
    width: 350px;
  }
  .nav-img4 {
    width: 110px;
    left: 130px;
  }
  .nav-img2{
    width: 130px;
    margin-top: 5.5rem;
  }
  .cta-text2 ul{
    width: 350px;
  }
  .contact-div1{
    height: 450px !important;
  }
  .navbar-toggler{
    margin-right: 5px !important;
  }
  .navbar-brand{
    position: relative;
    right: 6px;
  }
  .signup-btn{
    position: relative;
    left: 6px;
    width: 78px;
  }
  .login-btn{
    width: 76px;
  }
  .head-p {
    left: 0rem;
  }
  .footer-imgs img{
    width: 115px;
    padding-left: 10px;
  }
  .steps-arrows{
    position: relative;
    left: 0;
    width: 375px;
  }
  .icon-box{
    width: 355px;
    position: relative;
    left: 8px;
  }
  .news-cards{
    height: 1950px;
  }
}

@media (min-width: 390px) and (max-width: 395px) {
  .cta-5{
    width: 370px;
  }
  .cta-div5{
    width: 360px;
    padding-right: 0;
  }
  .cta-main-row5{
    width: 355px;
  }
  .cta-text5{
    padding-right: 0;
    padding-left: 0.5rem;
    width: 350px;
    position: relative;
    top: 1rem;
  }
  .cta-img5{
    padding-right: 0;
  }
  .cta-img5 img{
    width: 320px;
    height: 250px;
    position: relative;
    left: auto;
    right: 0.7rem;
  }
  .layout{
    width: 385px;
  }
  .card-new{
    width: 360px;
    height: 550px;
  }
  .new-h1{
    left: 1.5rem;
  }
  .news-cards {
    height: 1850px;
}
  .content-overlay{
    width: 358px;
  }
  .login-btn{
    position: relative;
    left: 0.8rem;
  }
}

@media (width: 393px) {
  .top-div{
    width: 376px;
    height: 1050px;
  }
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 393px !important;
    padding-left: 0 !important;
    padding-right: 0;
  }
  .cta-div1, .cta-div2, .cta-div3, .cta-div4{
    width: 378px ;
    padding-left: 0 ;
    padding-right: 0;
  }
  .cta-main-row1, .cta-main-row2, .cta-main-row3, .cta-main-row4{
    width: 376px;
    padding-left: 0;
  }
}

@media (width: 390px) {
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 390px !important;
    padding-left: 8px !important;
    padding-right: 0;
  }
  .head-p{
    left: 0.5rem;
  }
}


@media (width: 375px) {
  .app-brand-link  img{
    width: 100px !important;
  }
  .cta-div1, .cta-div2, .cta-div3, .cta-div4{
    width: 375px !important;
    padding-left: 0 !important;
    padding-right: 0;
  }
  .cta-main-row1, .cta-main-row2, .cta-main-row3, .cta-main-row4{
    width: 375px !important;
    padding-left: 0;
  }
  .cta-text1, .cta-text2, .cta-text3, .cta-text4{
    width: 320px !important;
    padding-left: 0.5rem !important;
  }
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 375px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-text1 h6{
    width: 350px;
  }
  .cta-h3, .cta-p{
    width: 375px !important;
  }
  .cta-text1 h6{
    width: 375px !important;
  }
  .cta-text1, .cta-text2, .cta-3, .cta-text4{
    width: 365px;
    padding-left: 6px;
  }
  .cta-h3{
    width: 375px !important;
  }
  .sol-section{
    max-width: 375px !important;
    width: 375px !important;
  }
  .top-image{
    width: 375px;
  }
   .top-div{  
    width: 375px !important;
    height: 1050px;
  }
  .text-div{
    flex-direction: column;
  }
  .step, .step-2, .step-3{
    width: 70%;
    padding-left: 15px;
    position: relative;
    left: 1.5rem;
  }
  .cta-text2 ul{
    width: 375px;
  } 
  .cta-text5{
    position: relative;
    top: 1rem;
  }
  .cta-img5 img{
    width: 320px;
    height: 250px;
  }

}

@media (min-width: 350px) and (max-width: 385px) {
  .layout{
    width: 360px !important;
    margin-right: 0;
    margin-left: 0;
  }
  .cta-5{
  width: 345px !important;
  margin-right: 0;
  margin-left: 0.9rem;
 }
 .cta-div5, .cta-main-row5, .cta-text5, .cta-img5{
  width: 330px !important;
}
 .card-new{
  width: 345px !important;
  height: 590px;
}
.cta-img5 img{
  height: 260px;
  position: relative;
  right: 12px;
}
.cta-text5{
  position: relative;
  top: 1rem;
}
.cta-img5 img{
  width: 320px;
  height: 250px;
  padding-right: 3px;
}
.new-h1{
  left: 0.7rem;
}
.content-overlay{
  width: 320px;
}
.btn-group-custom .btn{
  width: 320px;
}
.span-footer span{
  font-size: 14px;
}
#home{
  height: 900px;
  background-position: 150% 74% !important;
}
.login-btn{
  position: relative;
  left: 1rem !important;
}
}

@media (min-width: 345px) and (max-width: 365px) {
  .landing-navbar{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .app-brand-link{
    position: relative;
    right: 5px;
  }
  .login-btn{
    position: relative;
    left: 0.8rem !important;
  }
  .steps-arrows{
    width: 352px; /*360px*/
    left: 0.2rem;
  }
  .icon-box{
    width: 340px;
  }
  .cta-div1, .cta-div2, .cta-div3, .cta-div4{
    width: 355px !important; /*360px*/
    padding-left: 0 !important;
    padding-right: 0;
  }
  .cta-main-row1, .cta-main-row2, .cta-main-row3, .cta-main-row4{
    width: 355px !important;
    padding-left: 0;
  }
  .cta-text1, .cta-text2, .cta-text3, .cta-text4{
    width: 320px !important;
    left: 0.7rem !important;
    padding-left: 0.1rem;
  }
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 355px !important; /*360px*/
    padding-left: 0;
    padding-right: 0;
  }
  .cta-img1 img, .cta-img2 img, .cta-img3 img, .cta-img4 img{
    width: 280px;
    height: 280px;
  }
  .cta-img2 img{
    position: relative;
    left: 1.3rem;
  }
  .cta-img3 img{
    position: relative;
    right: 0.2rem;
  }
  .cta-img4 img {
    position: relative;
    left: 2rem;
  }
  .cta-h3, .cta-p{
    width: 355px !important; /*360px*/
  }
  .cta-text1 h6, .cta-text3 h6{
    width: 335px !important;
  }
  .cta-h3{
    width: 355px !important; /*360px*/
  }
  .top-image{
    width: 355px; /*360px*/
  }
   .top-div{  
    width: 355px !important; /*360px*/
    height: 1050px;
  }
  .text-div{
    flex-direction: column;
  }
  .step, .step-2, .step-3{
    width: 70%;
    padding-left: 15px;
    position: relative;
    left: 1.5rem;
  }
  .cta-text2 ul{
    width: 320px;
  } 
  .head-p{
    padding-right: 0.7rem;
  }
  .premium-card{
    height: 730px;
  }
  .cta-5{
    margin-left: 0.4rem;
  }
  .cta-text5{
    position: relative;
    top: 1rem;
  }
  .cta-img5 img{
    width: 320px;
    height: 250px;
  }
  .card-new{
    width: 330px !important;
  }
  .footer-imgs img{
    width: 115px !important;
  }
  .top-div p{
    left: 2rem;
  }
  .news-cards{
    height: 2000px;
  }
}

@media (width: 360px) {
  .cta-1, .cta-2, .cta-3, .cta-4{
    width: 360px !important;
  }
}

@media (max-width: 335px) {
  .cta-1, .cta-2, .cta-3, .cta-4{
    max-width: 320px !important;
  }
  .cta-main-row3{
    width: 320px !important;
  }
  .cta-main-row2{
    width: 320px !important;
  }
  .cta-text2 ul li , .cta-text4 ul li, .cta-text1 ul li, .cta-text3 ul li{
    width: 310px !important;
  }
  .cta-img1 img, .cta-img2 img, .cta-img3 img, .cta-img4 img{
    width: 250px;
    height: 250px;
  }
  .cta-img2 img, .cta-img3 img, .cta-img4 img{
    left: 4rem;
  }
  .cta-div1, .cta-div3{
    background-color: #F9FBFA;
    position: relative;
    right: -1rem;
  }
  .cta-div2, .cta-div4{
    background-color: #EEECED;
    position: relative;
    right: -1rem;
  }
  .cta-4, .cta-3{
    background-color: none;
  }
  .card-new{
    width: 320px !important;
    width: 90% !important;
  }
  #home{
    background-color: #EEECED;
    background-size: 130vw auto !important;
    background-position: -500% 73% !important;
  }
}


/*policy page*/
.privacy-policy-section {
  padding: 40px 20px;
}
.policy-content h2 {
  color: #017F80; 
  margin-bottom: 20px;
  font-size: 40px;
  /* line-height: 13px; */
  font-weight: 700;
} 
.policy-content p {
  color: #32475CDE;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
} 
.policy-content {
  padding: 30px;
  border-radius: 8px;
}
.policy-footer{
  position: relative;
  bottom: -1.5rem;
}