*{
  padding: 0;
  margin: 0;
}
body{
  font-family: var(--body-font);
  background: radial-gradient(circle, #ffffff, #ccf4ff);
}
a{
  text-decoration: none;
  color: inherit;
}
p{
  margin-bottom: 0px;
}
ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.sub-header {
  color: var(--white-text);
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
  box-shadow: 3px 3px 3px rgba(36, 36, 36, 0.089);
}
.subheader-heading {
  display: flex;
  gap: 25px;
}
.subheader-heading div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: 600;
}
.subsocial-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subsocial-icon span {
  margin-right: 10px;
}
.subsocial-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--info-color);
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
  background-color: #ffffff1a;
  border-color: #fff;
  color: #fff;
  backdrop-filter: blur(5px);
}
.subsocial-icon a:hover {
  background-color: transparent;
  border-color: var(--white-text);
  color: var(--white-text);
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.navbar-brand img{
  height: 35px; 
  margin-right: 10px;
}
.main-btn {
  border: 1px solid var(--white-text);
  color: var(--white-text);
  padding: 8px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  box-shadow: 0px 5px 0px rgb(242, 238, 238);
}
.main-btn:hover,.main-btn:focus,.main-btn:active{
  border: 1px solid #fff !important;
  color: var(--white-text) !important;
}
.navbar-nav .btn-primary:hover {
  background-color: #5735c8;
}
.navbar-nav li{
  display: flex;
}
.opencanvasBtn
{
  font-size: 25px;
  color: #fff;
  margin-left: 10px;
}
.nav-tabs ul{
  display: flex;
  padding: 6px 12px;
  border-radius: 30px;
  gap: 10px;
}
.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  position: relative;
  display: inline-block;
  padding: 6px 16px !important;
  border-radius: 20px;
  color: #000;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  border: 0;
}
.nav-tabs .nav-link span {
  position: relative;
  z-index: 1;
}
.nav-tabs .nav-link.active {
  background: #6495ff4d;
  font-weight: 600;
  color: #000;
}
video{
  height: 70%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.video-col2{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* shubham css start */
.headertabs .overlay {
	position: absolute;
	background-color: #6495ff4d;
	z-index: -1;
	transition: .3s ease left, width, opacity;
	opacity: 0;
  top: 22px;
  border-radius: 20px;
}
.headertabs .overlay.active {
	opacity: 1;
}
.boxherosection
{
  position: relative;
}
.boxherosection::before
{
  height: 100px;
  width: 100px;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #058abe7a;
  opacity: 0.10;
  left: 20px;
  z-index: 1;
}
.boxherosection::after{
  height: 120px;
  width: 120px;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #dde8fd;
  opacity: 0.5;
  right: 30px;
  z-index: 1;
  bottom: 0;
}
.video-row
{
  position: relative;
  z-index: 2;
}
.maketabsherosec
{
  padding: 5px 10px;
  background-color: #ffffff6b;
  border: 1px solid #ffffff6b;
  border-radius: 15px;
  width: fit-content;
  font-size: 12px;
  font-weight: 600;
}
.starspan
{
  color: #ffe600;
  padding: 0px 5px;
}
.herosecmakeColor
{
  background: linear-gradient(to bottom, #04f1de, #6f00ff,#005a9a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headingHerosec
{
  font-size: 40px;
  font-weight: bolder;
  text-transform: uppercase;
}
.promptHerosec
{
  font-size: 16px;
  text-align: justify;
}
.herobutton-section
{
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  justify-content: center;
}
.btn-heroStarts
{
  border: 1px solid  var(--primary-color);
  font-size: 14px;
  background-color: var(--primary-color);
  border-radius: 30px;
  color: var(--white-text);
  margin-left: 5px;
  margin-right: 5px;
  min-width: 120px;
  box-shadow: 0px 5px 0px #013357;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-heroContact
{
  border: 1px solid var(--primary-color);
  font-size: 14px;
  background-color: transparent;
  border-radius: 30px;
  color: var(--primary-color);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 14px;
  position: relative;
  min-width: 120px;
  box-shadow: 0px 5px 0px var(--primary-color);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.herotextboxsection
{
  padding: 20px;
  position: relative;
  max-width: 90%;
  margin-left: auto;
}
.herotextboxsection::after
{
  content: "";
  position: absolute;
  top: -100px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #08ebcc9f 0%, transparent 70%);
  filter: blur(2px);
  z-index: -1;
}
.btn-heroContact:hover,.btn-heroContact:focus,.btn-heroContact:active
{
  background-color: var(--white-text) !important;
  border-color: var(--white-text) !important;
  color: var(--primary-color) !important;
  box-shadow: 0px 5px 0px #c2c2c2;
}
.btn-heroStarts:hover,.btn-heroStarts:focus,.btn-heroStarts:active{
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
  box-shadow: 0px 5px 0px #013357;
}
.circlecheckSpan
{
  display: flex;
  height: 10px;
  width: 10px;
  background: var(--info-color);
  rotate: 45deg;
  margin-top: 4px;
  margin-right: 6px;
}
.boxdimand-span
{
  margin-top: 10px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.textinfo
{
  display: flex;
  margin-bottom: 25px !important;
  font-size: 16px;
  flex-wrap: wrap;
  max-width: 90%;
  margin-left: auto !important;
}
.boxdimand-span span{
  width: calc(100% - 18px);
  color: #25388C;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.image-boxHero{
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-boxHero img
{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.svgimgmake
{
  position: absolute !important;
  z-index: 2 !important;
  right: -90px;
  display: none;
}
.makebgImg
{
  position: absolute;
  padding: 0;
  height: 100%;
  z-index: -2;
}
.cardformback
{
  height: 353px;
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 20px;
}
.formsectionstart
{
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.formstart
{
  width: 50%;
  position: absolute;
  background-color: #26d0ce99;
  backdrop-filter: blur(5px);
  padding: 10px;
  top: -40px;
  left: 50%;
  transform: translatex(-30%);
}
.boxcontacttext
{
  position: relative;
}
.contactustext
{
  font-size: 25px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--white-text);
}
.formstart::after
{
  content: '';
  position: absolute;
  background-color: red;
}
.boxafter
{
  position: relative;
}
.boxafter::after{
  content: '';
  position: absolute;
  border-left: 41px solid transparent;
  border-bottom: 41px solid #198b8a;
  left: -51px;
  top: -10px;
}
.boxbefore
{
  position: relative;
}
.boxbefore::before{
  content: '';
  position: absolute;
  border-bottom: 41px solid transparent;
  border-right: 41px solid #198b8a;
  left: -51px;
  bottom: -10px;
}
.formstart form{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 10px;
}
.forgetbx
{
  margin-left: auto;
}
.forgettext
{
  font-size: 13px;
  color: var(--white-text);
}
.remembertext
{
  font-size: 13px;
  color: var(--white-text);
}
.grpborder input::placeholder
{
  color: #1c5f8f;
}
.grpbordertext textarea::placeholder
{
  color: #1c5f8f;
}
.grpborder input:focus{
  background-color: transparent;
}
.grpborder
{
  border: 1px solid #76d4ba42;
  background-color: #c4f9ea69;
  backdrop-filter: blur(5px);
  height: 43px;
  border-radius: 5px;
}
.grpborder input{
  background-color: transparent;
  color: var(--white-text) !important;
}
.grpborder .input-group-text
{
  border: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  color: var(--primary-color);
}
.grpborder .formInputs
{
  border: 0;
  border-radius: 0;  
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
  padding-left: 0;
}
.grpborder .formInputs:focus
{
  box-shadow: none;
  outline: 0;
}
.grpbordertext
{
  border: 1px solid #76d4ba42;
  border-radius: 5px;
  background-color: #c4f9ea69;
}
input:-webkit-autofill
{
  background-color: transparent;
}
.grpbordertext .input-group-text
{
  color: var(--primary-color);
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 13px;
}
.grpbordertext:focus-within,.grpborder:focus-within {
  border-color: var(--primary-color);
}
.grpbordertext textarea
{
  resize: none;
  font-size: 13px;
  border: 0;
  padding-left: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  color: var(--white-text) !important;
}
.grpbordertext textarea:focus
{
  box-shadow: none;
  outline: 0;
  background-color: transparent;
}
.btn-contactus
{
  border: 1px solid var(--white-text);
  background-color: var(--white-text);
  color: var(--primary-color);
  border-radius: 25px;
  min-width: 90px;
  font-size: 14px;
  box-shadow: 0px 5px 0px #c7c7c7;
}
.btnboxcontact
{
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.btn-contactus:hover,.btn-contactus:focus,.btn-contactus:active{
  border: 1px solid var(--white-text) !important;
  background-color: transparent !important;
  color: var(--white-text) !important;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.makeboxBreakSection
{
  background: var(--reverse-button);
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px !important;
  box-shadow: 0px 0px 10px #adadad;
}
.sectionBreak-head
{
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: var(--white-text);
}
.textsection-Break
{
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--white-text);
}
.maincardbox
{
  margin-top: 15px;
}
.cardssectionBreak
{
  margin-top: 15px;
  margin-bottom: 10px;
}
.sectionbreakHero
{
  margin-bottom: 10px;
}
.sectionbreakHero .btn-heroContact, .sectionbreakHero .btn-heroStarts
{
  color: var(--primary-color) !important;
  border-color: var(--white-text) !important;
  background-color: var(--white-text) !important;
  box-shadow: 0px 5px 0px #c4c5c5;
}
.sectionbreakHero .btn-heroContact:hover,.sectionbreakHero .btn-heroContact:focus,.sectionbreakHero .btn-heroContact:active{
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: var(--white-text) !important;
  box-shadow:0px 5px 0px #012e4e !important;
}
.sectionbreakHero .btn-heroStarts:hover,.sectionbreakHero .btn-heroStarts:active,.sectionbreakHero .btn-heroStarts:focus{
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: var(--white-text) !important;
  box-shadow:0px 5px 0px #012e4e !important;
}
.cardboxSection
{
  padding: 10px;
  background: rgba(255, 255, 255,0.1);
  backdrop-filter: blur(8px);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.089);
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;  
  min-height: 130px;
}
.defTextSectionBreak
{
  font-size: 15px;
  color: var(--white-text);
  text-align: center;
}
.textsectionBig
{
  font-size: 30px;
  font-weight: 600;
  color: var(--white-text);
}
.textsectionBig i{
  font-size: 25px;
}
.makedesignblueshade
{
  position: relative;
}
.makedesignblueshade::after
{
  content: "";
  position: absolute;
  top: 0px;
  left: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.opencanvasBtn
{
  display: none;
}
.abouttextLarge
{
  font-size: 40px;
  font-weight: 600;
}
.highlitedText
{
  color: var(--info-color);
}
.defAboutText
{
  font-size: 14px;
}
.cartboxaboutText
{
  font-size: 20px;
  font-weight: 600;
  color:#000;
}
.makeboxabouts
{
  height: 50px;
  width: 45px;
  border: 1px solid #ebebebda;
  border-radius: 5px;
  background-color: #ebebebda;
  position: absolute;
  top: -7px;
  z-index: 1;
  left: 10px;
}
.icnaboutBox
{
  position: relative;
}
.icnaboutBox img{
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 2;
}
.boxAboutSec
{
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.cartaboutBox
{
  margin-left: 30px;
}
.mainaboutService
{
  margin-top: 10px;
  margin-bottom: 10px;
}
.chkspanbx
{
  margin-top: -1px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.herospan
{
  height: 30px;
  width: 30px;
  margin-top: 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.chkspanbx img
{
  height: 80%;
  width: 80%;
}
.signupbtn
{
  color: var(--white-text);
  border: 0;
}
.signupbtn:focus,.signupbtn:hover,.signupbtn:active{
  border: 0;
  color: var(--white-text) !important;
}
.copy-rightsection
{
  color: var(--white-text);
  background: var(--btn-OneGradiunt);
  display: flex;
  align-items: center;
  border-top: 1px solid var(--tercery-BorderColor);
}
.copy-widthImgBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: var(--white-text);
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 3;
}    
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}    
.btn-whatsapp-pulse-border {
  bottom: 25px;
  right: 20px;
  animation-play-state: paused;
}    
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}    
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* floating button end */
/* floating-call-button */
.btn-call-pulse {
  background: var(--primary-color);
  color: var(--white-text);
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 3;
}    
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #26d0ce;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}    
.btn-call-pulse-border {
  bottom: 25px;
  right: 20px;
  animation-play-state: paused;
}    
.btn-call-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid var(--primary-color);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}    
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  transition: .5s;
  z-index: 1114;
  border-radius: 20px 0 0 20px
}
.sidebar-contact.active {
  right: 0;
}
.title-container{
  display: flex;
  justify-content: space-between;
}
.toggle-bx {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: #a636bd;
  color: var(--primary-color);
  top: 48%;
  left: -74px;
  transform: rotate(90deg);
  padding: 8px 15px;
  border-radius: 0 0 10px 10px
}
.toggle-bx h6 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: Overpass,sans-serif
}
.toggle-bx h2 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  font-family: Overpass,sans-serif
}
.toggle-bx h6 i {
  margin-right: 5px
}
.toggle-bx h2 i {
  margin-right: 5px
}
.sidebar-contact input,.sidebar-contact textarea, .sidebar-contact select {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px;
  color:#525354;
  font-size: 13px;
}
.sidebar-contact .btn {
  background-color: var(--secondary-color);
  color: white;
  font-size: 14px;
  min-width:127px;
  padding:8px;
  margin-top: 12px;
}
.sidebar-contact .btn span{
  font-size: 14px;
  padding: 13px 10px;
}
.sidebar-contact .btn:hover{
  background-color:var(--secondary-color);
  color: var(--white-color);
}
.submitBtn .sra-btn::after {
  background-color: var(--secondary-color);
}
.selectmultipleSticky{
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 5px;
  margin-bottom: 10px;
}
.selectmultipleSticky .choices__input{
  margin-bottom: 0;
  border: 0 !important;
  background-color: transparent !important;
  color: #000;
  padding: 4px 0 4px 5px !important;
}
.selectmultipleSticky .choices__inner::placeholder
{
  color: #000;
}
.stickychoose .choices__list--single{
  padding: 7px 4px 4px 6px !important;
}
.sidebar-contact input:focus, .sidebar-contact textarea:focus{
  box-shadow: none;
  border-color: var(--primary-color);
  outline: 0;
}
.steptopHead
{
  font-size: 16px;
}
.sidebar-contact .btn {
  background-color: var(--info-color);
  border: 1px solid var(--info-color);
  color: white;
  font-size: 14px;
  min-width: 127px;
  padding: 8px;
  margin-top: 12px;
  border-radius: 25px;
  box-shadow: 0px 5px 0px #0a5f5e;
}
.sidebar-contact .btn:hover,.sidebar-contact .btn:focus,.sidebar-contact .btn:active{
  border: 1px solid var(--info-color) !important;
  color: var(--info-color) !important;
  background-color: transparent !important;
}
.btn-topScroll {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 101;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#fccec4 ;
  color: var(--fill-text);
  border: none;
}
.sectionBreakHero
{
  justify-content: start;
}
.btn-topScroll:hover, .btn-topScroll:focus, .btn-topScroll:active {
  background-color: var(--fill-text) !important;
  color: white !important;
}
.responsiveMobBanner,.resTabletview
{
  display: none;
}
.xmarkcutSticky
{
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: #a636bd;
  color: var(--white-text);
  top: -40px;
  left: 85%;
  padding: 5px 10px;
  border-radius: 30px 30px 0px 0px;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.underline-effect i{
  font-size: 22px;
}
.sectionBreakHero .btn-heroContact
{
  border-color: var(--white-text);
  background-color: var(--white-text);
  box-shadow: 0px 5px 0px #dadada;
}
.sectionBreakHero .btn-heroContact:hover
{
  border-color: var(--primary-color) !important;
  background-color: transparent !important;
  box-shadow: 0px 5px 0px #024f86 !important;
}
body:has(.headertabs.show) .btn-call-pulse-border,body:has(.headertabs.show) .btn-whatsapp-pulse-border,body:has(.headertabs.show) .sidebar-contact {
  z-index: 1 !important;
}
/* abhishek code start */
/* key-features-section */
.key-feature{
  position: relative;
  padding: 15px;
  z-index: 1;
}
.key-feature::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.heading-keyfeature h6{
  background: var(--liner-heading);
  width: fit-content;
  border-radius: 20px;
  padding: 8px 15px 8px 15px;
  display: flex;
  margin: auto;
  margin-bottom: 0.5rem;
  color: var(--white-text);
  font-size: 14px;
}
.key-title{
  font-weight: 600
}
.key-feature-content h4,.key-feature-content p {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.key-icon-box{
  background: var(--tercery-BorderColo);
}
.cards-keyfeatures
{
  margin-top: 15px;
}
.heading-keyfeature
{
  margin-top: 15px;
}
.key-feature-content
{
  margin-bottom: 20px;
}
.key-feature-content h4
{
  font-size: 25px;
  margin-top: 20px;
}
.key-feature-content p
{
  font-size: 18px;
  margin-top: 20px;
  color: #5c5b5b;  
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.card-keyfeture-row{
  margin-top: 10px;
  padding: 0px;
}
.card-keyfeture-col{
  display: flex;
  justify-content: center;
}
.feature-card {
  border: none;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 4px 10px #80808033;
  transition: all 0.3s ease-in-out;
  width: 90%;
  height: 98%;
}
.feature-card.active-card::before{
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 104%;
  height: 102%;
  background-color: #fde9fa;
  border-radius: 12px;
  transform: rotate(6deg);
  z-index: -1;
  opacity: 1;
}
.feature-card.active-card:hover::before {
  background-color: #fde9fa;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
  opacity: 0;
}
.card-prim:not(.active-card)::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 104%;
  height: 102%;
  background-color: #81dcf8;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}
.card-prim:not(.active-card):hover::before {
  opacity: 1;
  transform: rotate(6deg);
}
.card-green:not(.active-card)::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 104%;
  height: 102%;
  background-color: #eef0ba;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}
.card-green:not(.active-card):hover::before {
  background-color: #eef0ba;
  opacity: 1;
  transform: rotate(6deg);
}
.card-orange:not(.active-card)::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 104%;
  height: 102%;
  background-color: #ffddc5;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}
.card-orange:not(.active-card):hover::before {
  background-color: #ffddc5;
  opacity: 1;
  transform: rotate(6deg);
}
.card-pink:not(.active-card)::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 104%;
  height: 102%;
  background-color: #e5e5bc;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}
.card-pink:not(.active-card):hover::before {
  background-color: #e5e5bc;
  opacity: 1;
  transform: rotate(6deg);
}
.card-indigo:not(.active-card)::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 104%;
  height: 102%;
  background-color: #f0d2d8;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}
.card-indigo:not(.active-card):hover::before {
  background-color: #f0d2d8;
  opacity: 1;
  transform: rotate(6deg);
}
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #E5EEF5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.bg-purple{
  background-color: #fde9fa;
}
.bg-green{
  background-color: #eef0ba;
}
.bg-orange{
  background-color: #ffddc5;
}
.bg-pink{
  background-color: #e5e5bc;
}
.bg-indigo{
  background-color: #f0d2d8;
}
.text-prim { color: #004aad; }
.text-purple { color: #a7068d; }
.text-pink { color: #adb006; }
.text-orange { color: #f97316; }
.text-indigo { color: #b00624; }
.icon-box img{
  height: 35px;
  width: 35px;
}
.learn-link {
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}
/* key features css end */

/* second-section-break */
.banner-center {
  flex-grow: 1;
  padding: 40px 40px;
  position: relative;
  width: calc((100% - 8%) + 210px);
}
.banner-center h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  width: fit-content;
  color: var(--white-text);
}
.banner-center p {
  font-size: 14px;
  margin-top: 8px;
  width: fit-content;
  color: var(--white-text);
}
.banner-arrow {
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-arrow svg {
  width: 120px;
  height: auto;
}
.banner-button {
  background: var(--teel-color);
  color: var(--primary-color);
  padding: 14px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  display: flex;
  align-items: center;
  border:1px solid var(--teel-color);
  width: 195px;
  text-transform: uppercase;
  margin-right: 10px;
}
.banner-button:hover,.banner-button:focus,.banner-button:active{
  border: 1px solid var(--white-text) !important;
  background-color: transparent !important;
  color: var(--white-text) !important;
}
.banner-button svg {
  margin-left: 10px;
  width: 14px;
}
.second-section-break{
  background: var(--primary-color);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.second-section-break::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/img/section-brk2.png') no-repeat center center / cover;
  opacity: 0.19;
  z-index: 0;
}
.second-section-break > * {
  position: relative;
  z-index: 1; 
}
.banner-left{
  background: var(--teel-color);
  height: 170px;
  width: 8%;padding: 0;
  position: relative;
}
.banner-left::before{
  content: '';
  position: absolute;
  top: 24.4px;
  right: -60px;
  width: 122px;
  height: 122px;
  background: var(--teel-color);
  transform: rotate(-45deg);
}
.banner-center-content{
  margin-left: 110px;
  width: fit-content;
  border-left: 3px solid var(--white-text);
  padding-left: 10px;
}
.banner-center-icon{
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: var(--white-text);
  position: absolute;
  left: 55px;
  top: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circular-icon{
  height: 58px;
  width: 58px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--primary-color);
}
/* second section break end */
/* faq-section */
.faq-section {
  position: relative;
  width: 80%;
  padding: 40px;
  background-color: rgba(255, 253, 253, 0.07);
  backdrop-filter: blur(8px);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.089);
  border-radius: 12px;
  margin: auto;
  border: 0.1px solid rgba(255, 253, 253, 0.13);
}

/* Background Vertical Text */
.faq-bg-text {
  position: absolute;
  left: 70px;
  top: 65%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: left center;
  font-size: 140px;
  font-weight: bold;
  color: var(--teel-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--teel-color);
  letter-spacing: 20px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}
.faq{
  position: relative;
  background: var(--primary-color);
  padding: 30px;
}
.faq::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.faq::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.faq h2 {
  text-align: center;
  color: var(--info-color);
  margin-bottom: 25px;
  font-weight: bolder;
}
.faq-heading1{
  margin-bottom: 0px !important;
}
.faq-heading2{
  color: var(--white-text) !important;
}
.faq h2 span {
  color: var(--white-text);
}
.faq-item {
  border-radius: 10px;
  background: rgba(255, 253, 253, 0.3);
  /* background: #1a2e3e; */
  margin-bottom: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}
.faq-question {
  padding: 16px 20px;
  cursor: pointer;
  background: rgba(255, 253, 253, 0.3);
  color: var(--white-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.faq-question span{
  font-size: 20px;
  transform: rotate(180deg) !important;
}
.faq-question:hover {
  background-color: var(--info-color);
}
.faq-question:hover span{
  color: var(--primary-color);
}
.faq-answer {
  padding: 16px 20px;
  display: none;
  font-size: 0.95rem;
  background: rgba(38, 208, 206, 0.3);
  color: var(--white-text);
  border-top: 1px solid #2a4059;
}
.faq-answer ul{
  list-style-type: disc;
  padding-left: 20px;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active span{
  color: var(--primary-color);
}
.icon {
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(0deg) !important;
}
.faq-item.active .faq-question{
  background: var(--info-color);
}
.faq-section::before{
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(38, 208, 206, 0.5) 0%, transparent 70%);
  filter: blur(2px);
  z-index: -1;
}
.faq-section::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(38, 208, 206, 0.5) 0%, transparent 70%);
  filter: blur(2px);
  z-index: -1;
}
/* faq-section end*/
.view-steps-extra
{
  padding: 0px 40px;
}
.step-heading{
  padding-top: 20px;
}
.step-heading h5{
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
.step-heading p{
  font-size: 30px;
}
.step-section{
  position: relative;
}
.step-section::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.step-section::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.step-heading h6 {
  background: var(--liner-heading);
  width: fit-content;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
  display: flex;
  margin: auto;
  margin-bottom: 0.5rem;
}
.step-heading h2 {
  font-weight: 700;
}
.step-card {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column  ;
}
.step-card h5, p{
  text-align: unset;
}
.step-image-wrapper {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}
.step-image-wrapper img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 0px 15px #0274c5ab;
}
.step-number {
  position: absolute;
  top: 4px;
  left: -9px;
  background-color: var(--info-color);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-wrapper-2::before{
  position: absolute;
  content: '';
  bottom: 17px;
  right: -20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid var(--primary-color);
}
.list-content{
  text-align: justify;
  margin-top: 25px;
}
.step1-content p, .step2-content p, .step3-content p{
  text-align: justify;
}
.step1-content h3, .step2-content h3, .step3-content h3{
  font-weight: 900 !important;
}
.step1-content ul{
  margin-top: 10px;
  text-align: left;
  list-style: none;
  padding-left: 20px;
}
.step2-content ul{
  margin-top: 10px;
  text-align: left;
  list-style: none;
  padding-left: 20px;
}
.step3-content ul{
  margin-top: 10px;
  text-align: left;
  list-style: none;
  padding-left: 20px;
}
.step1-content ul li{
  display: flex;
  gap: 10px;
  font-style: italic;
}
.step2-content ul li{
  display: flex;
  gap: 10px;
  font-style: italic;
}
.step3-content ul li{
  display: flex;
  gap: 10px;
  font-style: italic;
}
.step1-content h5{
  color: #3d3d3d;
  font-size: 17px;
}
.step2-content h5{
  color: #3d3d3d;
  font-size: 17px;
}
.step3-content h5{
  color: #3d3d3d;;
  font-size: 17px;
}
.steps-section-row{
  position: relative;
}
.step2{
  position: relative;
}
.step2::before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.step-col{
  text-align: left;
  line-height: 28px;
  display: flex;
  justify-content: center;
}
.highlight-step{
  text-transform: uppercase;
  background: linear-gradient(90deg, #0097b2, #57d9be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.btn-div{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.arrow-svg-wrapper {
  position: absolute;
  top: 9px;
  left: 36%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
.step-button{
  background: var(--btn-OneGradiunt);
  color: var(--white-text);
  padding: 5px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.step-button:hover{
  background: var(--btn-twoGradient);
  color: var(--white-text) !important;
}
.step-button2{
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--info-color) !important;
  color: var(--info-color);
  padding: 5px 24px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.step-button2:hover{
  background-color: var(--info-color);
  color: var(--white-text);
}
.one-img-col::before{
  content: "";
  position: absolute;
  top: 0px;
  left: -85px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(100, 149, 255, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
.radial-img::before{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 53px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(38, 208, 206, 0.3) 0%, transparent 70%);
  filter: blur(15px);
  z-index: -1;
}
/* abhishek code end */
/*media query */
@media(min-width:1400px)
{
  .headingHerosec
  {
    font-size: 55px;
  }
  .promptHerosec,.textinfo
  {
    font-size: 17px;
  }
  .textinfo
  {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
  }
  .headingHerosec
  {
    margin-top: 0px;
  }
  .boxdimand-span
  {
    margin-bottom: 0px ;
  }
}
@media(max-width:1260px){
    .image-boxHero img{
        height: 87%;
        width: 100%;
        position: relative;
        z-index: 3;
        margin-top: 33px;
    }
}
@media(max-width:1199px)
{
  .headingHerosec
  {
    font-size: 40px;
  }
  .promptHerosec,.textinfo
  {
    font-size: 16px;
  }
  .herotextboxsection
  {
    max-width: 95%;
    margin-right: unset;
  }
    .btn-heroStarts{
        margin-left: 40px;
    }  
}
@media (max-width:1102px){
  .banner-button{
    padding: 6px 12px;
  }
  .image-boxHero
  {
    height: 80%;
  }
  .headingHerosec
  {
    font-size: 39px;
  }
  .promptHerosec
  {
    font-size: 16px;
  }
  .textinfo
  {
    font-size: 16px;
  }
  .boxdimand-span
  {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .banner-center{
    padding: 40px 20px;
  }
  .banner-center h2{
    font-size: 16px;
  }
  .second-section-break {
    padding-right: 5px;
  }
  .main-btn
  {
    font-size: 15px;
  }
  .nav-tabs ul
  {
    gap: 0;
  }
  .nav-tabs .nav-link
  {
    font-size: 15px;
  }
    .image-boxHero img{
        height: 86%;
        width: 100%;
        position: relative;
        z-index: 3;
        margin-top: 72px;
    }  
}
@media(max-width:991px)
{
  .headertabs{
    background: linear-gradient(to right, #31273dd7 , #3d364ac0);
    backdrop-filter: blur(5px);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0;
    padding: 0;
  }
  .chkspanbx img
  {
    height: 65%;
    width: 65%;
  }
  .step-image-wrapper img {
    width: 130px;
    height: 130px;
  }
  .resTabletview
  {
    display: block;
  }
  .smresponsiDesk
  {
    display: none;
  }
  .textinfo
  {
    max-width: 100%;
    margin-right: unset !important;
    margin-left: unset !important;
  }
  .boxpaddinghd
  {
    margin-top: 0px !important;
  }
  .herotextboxsection
  {
    padding-top: 0px !important;
    max-width: 75%;
    margin-left: 3%;
  }
  .main-btn
  {
    display: none;
  }
  .headingHerosec {
    font-size: 27px;
  }
  .navbar-nav
  {
    margin: unset !important;
    gap: unset !important;
    padding: 0 !important;
  }
  .navbar-nav li
  {
    width: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .headertabs .step-button{
    font-size: 18px;
  }
  .nav-tabs .nav-link {
    font-size: 16px;
    padding: 6px 20px !important;
  }
  .navbar-nav li a{
    color: var(--white-text) !important;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .navbar-nav li a:hover{
    background: #ecebeb3a !important;
    border: 1px solid #ffffff25 !important;
    border-radius: 5px !important;
    color: var(--white-text) !important;
    font-weight: 600;
  }
  .canvasragister
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .canvasragister:hover{
    border-color: var(--white-text) !important;
    background-color: var(--white-text) !important;
    box-shadow: 0px 5px 0px #c2c2c2;
  }
  .nav-tabs .nav-link.active
  {
    border-radius: 5px !important;
    background: #ecebeb3a;
    border: 1px solid #ffffff25;
    border-radius: 5px !important;
  }
  .headertabs
  {
    width: 280px !important;
    z-index: 1045;
  }
  .btncloseCanvas
  {
    font-size: 25px;
    border: 0;
    margin-left: auto;
    color: #fff;
  }
  .btncloseCanvas:focus{
    border: 0;
  }
  .canvas-heads
  {
    background: linear-gradient(to right, #335169, #5b5286);
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 15px;
    color: #fff;
  }
  .headerTextMenu
  {
    font-size: 20px;
    font-weight: 600;
  }
  .opencanvasBtn
  {
    display: block;
  }
  .main-btn
  {
    color: #fff;
    border-color: #fff;
    padding: 8px 15px;
    font-size: 15px;
  }
  .image-boxHero
  {
    justify-content: center;
    display: flex;
    height: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-boxHero img
  {
    margin: auto;
    height: auto;
  }
  .promptHerosec
  {
    font-size: 14px;
  }
  .textinfo
  {
    font-size: 14px;
    margin-top: 5px !important;
  }
  .sectionBreak-head
  {
    font-size: 30px;
  }
}
@media (max-width:842px){
  .banner-button {
    padding: 8px 10px;
    font-size: 11px;
  }
}
@media(max-width:767px)
{
  .textinfo .boxdimand-span
  {
    padding-left: 0;
  }
  .view-steps-extra {
    padding: 0px 20px;
  }
  .image-boxHero
  {
    height: 100%;
  }
  
  .second-order{
    order: 2;
  }
  .first-order{
    order:1;
  }
  .formstart {
    width: 60%;
    position: absolute;    
    padding: 10px;
    top: -40px;
    left: 45%;
    transform: translatex(-30%);
  }
  .sub-location span,.sub-mail span {
    display: none;
  }
  .sub-mail i,.sub-location i{
    font-size: 13px;
  }
  .subheader-heading
  {
    gap: 15px;
  }
 .sub-location {
    border: 1px solid var(--white-text);
    padding: 2px 6px;
    border-radius: 50%;
    color:var(--white-text) !important;
  }
  .sub-mail
  {
    border: 1px solid var(--white-text);
    padding: 5px 6px;
    border-radius: 50%;
    color: var(--white-text) !important;
  }
  .followtextSub
  {
    display: none;
  }
  .boxpaddinghd
  {
    padding: 0;
  }
  .headingHerosec
  {
    font-size: 30px;
  }
  .boxdimand-span span
  {
    display: flex;
    align-items: center;
  }
  .herotextboxsection
  {
    padding: 10px;
    max-width: 60%;
  }
  .cardboxSection
  {
    min-height: 200px;
  }
  .faq-section::before
  {
    left: -15px;
    width: 200px;
    height: 200px;
  }
  .faq-section::after
  {
    right: -20px;
    width: 200px;
    height: 200px;
  }
  .step-button,.step-button2
  {
    padding: 5px 15px;
    font-size: 12px;
  }
  .list-content,.step3-content ul li,.step1-content ul li,.step1-content p, .step2-content p, .step3-content p
  {
    font-size: 15px;
  }
  .boxhead
  {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .textinfo
  {
    margin-left: unset !important;
  }
    .btn-heroStarts {
        margin-left: 40px;
    }  
}
@media (max-width:580px){
  .step-image-wrapper img{
    height: 97px;
    width: 97px;
  }
  .step-image-wrapper{
    height: 100px;
    width: 100px;
  }
  .step-number{
    height: 25px;
    width: 25px;
  }
  .step-card h5{
    font-size: 16px;
  }
  .step-card p{
    font-size: 11px;
  }
  .img-wrapper-2::before{
    height: 25px;
    width: 25px;
    bottom: 18px;
    right: -15px;
  }
  .second-section-break{
    height: 100px;
  }
  .banner-left{
    height: 100px;
  }
  .banner-left::before{
    top: 15.4px;
    right: -36px;
    width: 70px;
    height: 70px;
  }
  .banner-center-icon{
    height: 35px;
    width: 35px;
    left: 35px;
    top: 25%;
  }
  .circular-icon{
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .banner-center {
    padding: 0px 0px;
  }
  .banner-center-content {
    margin-left: 80px;
  }
  .banner-center h2 {
    font-size: 12px;
  }
  .banner-center p {
    font-size: 10px;
  }
}
@media(max-width: 576px){
  .sidebar-contact {
    width: 100% !important;
    height: 100% !important;
    right: -100% !important;
    border-radius: 0;
  }
  .sidebar-contact.active {
    right: 0 !important;
  }
  .sidebar-contact.active .toggle {
    top: 15px;
    left: 22px;
    transform: translateY(0);
    border-radius: 10px;  
  }
  .sidebar-contact.active .underline-effect {
    margin-left: 0px;
    margin-bottom: 20px;  
  }  
  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .toggle.active::before {
    content: '\f00d';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
  }
  .toggle.active h2 {
    display: none;
  }
  .sidebar-contact .toggle-bx
  {
    transition: 0.5s;
  }
  .sidebar-contact.active .toggle-bx h2 {
    display: none;
  }
  .sidebar-contact .toggle-bx.active::before {
    content: '\f00d';
    font-family: fontAwesome;
    font-size: 18px;
    color: #ffffff;
  }
  .sidebar-contact.active .toggle-bx {
    top: 24px;
    left: 90%;
    transform: translateY(0);
    border-radius: 10px;
  }
  .xmarkcutSticky
  {
    display: none;
  }
}
@media(max-width:575px)
{
  .formstart {
    width: 63%;
    position: absolute;
    padding: 10px;
    top: -40px;
    left: 40%;
    transform: translatex(-30%);
  }
  .main-btn
  {
    font-size: 13px;
  }
  .subheader-heading {
    gap: 6px;
  }
  .faq-section
  {
    width: 100%;
    padding: 20px;
  }
  .faq-bg-text
  {
    left: 135px;
  }
  .headingHerosec {
    font-size: 25px;
  }
  .btn-heroStarts,.btn-heroContact
  {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
}
@media(max-width:470px)
{
  .sidebar-contact.active .toggle-bx
  {
    left: 85%;
  }
  .smresponsiDesk,.resTabletview
  {
    display: none;
  }
  .responsiveMobBanner
  {
    display: block;
  }
  .makeresmob
  {
    max-width: 65%;
  }
  .herotextboxsection
  {
    max-width: 100%;
  }
  .herobutton-section
  {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  .sectionbreakHero
  {
    flex-direction: row;
  }
  .btn-heroStarts,.btn-heroContact
  {
    max-width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .formstart {
    width: 80%;
    position: absolute;
    padding: 10px;
    top: -41px;
    left: 37%;
    transform: translatex(-21%);
  }
  .headingHerosec {
    font-size: 20px;
  }
  .maketabsherosec
  {
    font-size: 11px;
  }
  .headingHerosec
  {
    font-size: 22px;
  }
  .boxpaddinghd 
  {
    margin-top: 0px !important;
  }
  .sectionBreak-head {
    font-size: 30px;
  }
  .textsectionBig
  {
    font-size: 25px;
  }
  .textsectionBig i {
    font-size: 20px;
  }
  .cardboxSection{
    min-height: 130px;
  }
    .btn-heroStarts {
        margin-left: 2px;
    }  
}
@media(max-width:380px){
  .cardboxSection{
    min-height: 120px;
  }
  .textsectionBig {
    font-size: 20px;
  }
  .step-card h5{
    font-size: 13px;
  }
  .defTextSectionBreak {
    font-size: 11px;
  }
  .btn-heroStarts,.btn-heroContact
  {
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner-center-content {
    margin-left: 80px;
  }
  .banner-center h2 {
    font-size: 9px;
  }
  .banner-center p {
    font-size: 8px;
  }
  .banner-button {
    padding: 4px 9px;
    font-size: 6px;
  }
  .banner-center-icon {
    top: 23%;
  }
  .card-keyfeture-col{
    margin-top: 15px;
  }
  .feature-card{
    width: 100%;
    height: 92%;
  }
  .step-button,.step-button2
  {
    padding: 5px 15px;
    font-size: 12px;
  }
  .key-feature-content p
  {
    max-width: 100%;
  }
  .sectionBreak-head {
    font-size: 25px;
  }
}
@media(max-width:350px){
  .cardboxSection{
    min-height: 100px;
  }
}