body {

	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Manrope", sans-serif;
	position: relative;
	overflow-x: hidden;
}
section{
    overflow-x: hidden;
    overflow-y: hidden;
}
html {
    scroll-behavior: smooth;
}
.no-scroll {
    overflow: hidden;
}

:root {

  --dark-blue: #00224E;
  --soft-green: #08997F;
  --neon-mauve: #5F00E6;
  --midnight: #290572;
}

/*Header Section Start*/

.headerSection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.hero-subtxtanimated {

		text-align: right;
	}
.headerContent {

	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo{

	display: inline-block;

}
.header-logo img{

	height: 72px;
	object-fit: contain;
}
.hdr-menu-list{

	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hdr-menu-item{

	display: inline-block;
	margin: 0 26px;
}
.hdr-menu-link{

	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	position: relative;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}

.hdr-menu-link:before{

	  position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: var(--soft-green);
    bottom: -2px;
    right: 0;
    left: unset;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hdr-menu-link:hover{

	color: var(--soft-green);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;

}
.hdr-menu-link:hover:before{

	right: unset;
  left: 0;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}
.hdr-btn {

	  display: flex;
    align-items: center;
    justify-content: center;
    background: var(--soft-green);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
    width: 112px;
    height: 45px;
    border-radius: 10px;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
	  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}
.hdr-btn:before{

	  position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hdr-btn:after{
	  content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
}
.langhdr-btn {
    display: inline-block;
    margin-right: 32px;
    font-size: 16px;
    color: var(--dark-blue);
    font-weight: 600;
}
.langhdr-btn:hover {
    text-decoration: none;
    color: var(--dark-blue);
}
.langhdr-btn svg {
    color: var(--dark-blue);
    height: 25px;
    margin-left: 10px;
}
.hdr-btn-txt{

     white-space: nowrap;
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.hdr-btn:hover{

	background-color: var(--dark-blue);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-decoration: none;
}
.hdr-btn:hover:before{

	opacity: 1;
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);

}
.hdr-btn:hover:after{

	transform: translate(0%,-50%);
	opacity: 1;
}
.hdr-btn:hover .hdr-btn-txt{

	 	transform: translateY(-150%);
    opacity: 0;
}
.mobmenuHeader {

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobHead-logo {

	display: inline-block;
	overflow: hidden;
}
.mobHead-logo img {

	height: 53px;
}
.menuopnicon {

	display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    /* border: 1px solid #08997f; */
    color: #08997f;
    border-radius: 4px;

}
.menuopnicon svg {

	width: 24px;
	height: 24px;
}
.menuopnicon:hover{

	color: #fff;
}
.mobmenuSection {

        pointer-events: auto;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100vh;
        overflow: auto;
        visibility: hidden;
        transform: translateX(100%);
        transition: all 0.3s ease-out;
        z-index: 999999;
        width: 85%;
        position: fixed;
        text-align: right;
}
.menubg-overlay {

        position: fixed;
        left: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        background: #00000054;
}
.menubg-overlay.overlay-open {
        opacity: 1;
        visibility: visible;
        height: 100vh;
}
.mobmenuSection.dl-menuInner-visi {
        visibility: visible;
        transform: translateX(0);
        transition: all 0.4s ease-in-out;
        left: 0;
        right: 0;
    }
.mobmenuClose {

	display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    position: relative;
    right: 0;
    top: -20px;
    background: #f2f2f2;
    color: #bbbbbb;
}
.mobmenuClose svg {
	width: 19px;
	height: 19px;
}
.mobmenuContent {
    width: 100%;
    height: 100%;
    padding-top: 22px;

}
.mobmenuLogo {

	height: 65px;
	display: inline-block;
}
.mobmenuLogo img {

	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mobmenulogo-sec {

	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.mbmenulist {

	padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 35px;
    width: 100%;
    display: block;
}
.mbmenuitem {

	display: block;
}
.mbmenulink {

	display: block;
    font-size: 16px;
    color: var(--dark-blue);
    font-weight: 500;
    transition: 0.3s all linear;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
	border-bottom: 1px solid #eeeeee;

}
.mbmenulink:hover{

	text-decoration: none;
	color: var(--soft-green);
	transition: 0.3s all linear;
}
.mobcntlist {

	width: 100%;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:15px;
}
.mobcntlink {

	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--dark-blue);
}
.mobcnticon {
    color: #fff;
    width: 36px;
    height: 36px;
    background: var(--dark-blue);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    border: 1px solid var(--dark-blue);
}
.mobcnticon svg {

	width: 17px;
	height: 17px;
}
.mobcntlink:hover {

	text-decoration: none;
	color: var(--dark-blue);
}
.mobcntlink:hover .mobcnticon {
	background-color: #fff;
	color: var(--dark-blue);

}
.mobcnt-social-sec{

	list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    text-align: center;
}
.mobcnt-social-item{

	display: inline-block;
    margin-left: 8px;
}
.mobcnt-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 40px;
    background: #dff2ee;
    color: var(--soft-green);
    border-radius: 7px;
    transition: all 0.7s cubic-bezier(.2, 1, .22, 1);
}

.mobcnt-social-link:hover {
    background: var(--soft-green);
    color: #fff;
}

.moblogin-btn {

	width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    margin: auto;
    margin-top: 35px;
    height: 48px;
    transition: 0.3s all linear;
}
.moblogin-btn:hover {

	 transition: 0.3s all linear;
	 background-color: var(--dark-blue);
	 color: #fff;
	 text-decoration: none;
}
.moblang-btn svg {
    color: var(--dark-blue);
    height: 25px;
    margin-left: 10px;
}

/*Header Section End*/

/*Hero Section Start*/

.heroSection {

	 width: 100%;
    min-height: 100vh;
    background: #E3F0FF;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}
.heroSection:after{

	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_pattern_8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	opacity: 0.17;
	z-index: 0;
}
.overly-circle {

	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	left: 0;
	bottom: 0;
	background: var(--dark-blue);
	z-index: 1;
	display: none;
}
.posStyle {

	position: relative;
	z-index: 1;
}
.heroImage-sec {

	position: absolute;
    top: 120px;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 50%;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-right: 80px;
    z-index: 1;
}
.heroContent {
    opacity: 0;
    transition: opacity 0.2s linear, transform 0.3s ease-out;

}

.swiper-slide-active .heroContent {
    opacity: 1;
    transition: opacity 1.5s linear, transform 1.5s ease-out; /* Add a delay to ensure the transition is smoother */
}
.heroImage-sec img{

	width: 100%;
	height: 100%;
	object-fit: contain;
}
.headline-txt{

	font-size: 60px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 25px;
  text-align: right;
}
.hero-subtxt{

	font-size: 18px;
    color: #545454;
}
.herosliderImage {

	width: 100%;
	height: 683px;
	overflow: hidden;
}
.herosliderImage img {

	width: 100%;
	height: 100%;
	 transform: scaleX(-1); /* Flip the image horizontally */
    -webkit-transform: scaleX(-1); /* For older WebKit browsers */
}
.hrobtn-sec {
	display: flex;
	padding-top: 15px;
}
.hroBtn {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 55px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 25px;
	transition: 0.2s all linear;

}
.btndrk {

	border: 1px solid var(--dark-blue);
    color: #fff;
    background: var(--dark-blue);
}
.btndrk svg {

	width: 21px;
	height: 21px;
	margin-right: 6px;
	position: relative;
	top: 1px;
	transition: transform 0.3s ease-out;
}
.btndrk:hover svg {

	animation: bounce 0.6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.btndrk:hover{

	text-decoration: none;
	background: var(--dark-blue);
	color: #fff;
	transition: 0.3s all linear;
}

.btnlite {

    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
}

.hroBtn:last-child{

	margin-left: 0;
}
.btnlite:hover{

	text-decoration: none;
	background: var(--dark-blue);
	color: #fff;
	transition: 0.3s all linear;
}

/*Hero Section End*/


/*Industry-Partners Section Start*/

.partnerSection {

	width: 100%;
	padding-top: 60px;
	padding-bottom: 35px;
	background: #fff;
}
.partnerContent {

	width: 100%;
}
.partHeadline p {

	  font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
.ourPartners {
	width: 100%;
	height: 100%;
}
.ourPartners .swiper-wrapper {

	width: 100%;
	display: flex;
	align-items: center;
}
.partnerImage{

	display: inline-block;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.partnerImage img {

	height: 120px;
	object-fit: contain;
}
.partnerimg-sec {
	width: 100%;
	padding-top: 25px;
	position: relative;
}
.partnerimg-sec:before{

	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 2;
}
.partnerimg-sec:after{

	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	z-index: 2;
}
.ourPartners .swiper-wrapper, .ourptrReverse .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}
.ourptrReverse .swiper-wrapper {

 	direction: ltr;
 }
/*Industry-Partners Section End*/

/*AboutUs Section Start*/

.aboutSection{

	width: 100%;
	height: 100%;
	padding: 90px 0;
	background: var(--dark-blue);
	background-image: url(../images/crm-shape-3.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

}
.aboutHeadline h2{

	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 62px;

}

.abtsub-txt {
	display: flex;
  align-items: center;
  justify-content: end;

}
.abtsub-txt p {

    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    width: 80%;
    line-height: 28px;
}
.aboutBox-sec {

	width: 100%;
	margin-top: 60px;
}
.abtcontent-box {

	width: 100%;
	height: 100%;
	padding: 25px;
	background: #FFFFFF12;
	color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.9s cubic-bezier(.2, 1, .22, 1);
	z-index: 3;
	min-height: 265px;
	margin-bottom: 20px;

}
.abtbox-icon svg {

	width: 50px;
	height: 50px;
}
.section-background {

	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--soft-green);
    clip-path: circle(17% at 92% 12%);
    clip-path: circle(17% at 6% 12%);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.abtcontent-box:hover .section-background {

	clip-path: circle(100%);
	visibility: visible;
	opacity: 1;

}
.abtcontent-box:before{

	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	left: unset;
	background: var(--soft-green);
	content: '';
	z-index: -1;
	transition: all 0.7s cubic-bezier(.2, 1, .22, 1);
	border-radius: 10px;

}
.abtcontent-box:hover:before{

	width: 100%;
	left: 0;
	right: unset;
}
.abtbox-icon {

	margin-bottom: 20px;
}

.abtcontent-box h4{

    font-weight: 700;
}
.abtcontent-box p {

    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 400;
}
.abtcontent-box .abtbox-btn {

	  font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

/*AboutUs Section End*/

/*Feature Section Start*/

.featureSection {

	width: 100%;
	height: 100%;
	padding-bottom: 90px;
/*	overflow: hidden;*/
}
.featureTab-sec {
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
}
.featuretab-content {

	width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.featuretab-icon {

	color: var(--soft-green);
	z-index: 1;
}
.featuretab-txt {

	font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 12px;
  color: var(--soft-green);
  z-index: 1;
}
.featuremain-content {

	width: 100%;
	margin-top: 100px;
}
.tabContent-label{

	  font-size: 15px;
    padding: 5px 10px;
    background: var(--dark-blue);
    color:#fff;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}
.tabContent-headtxt{

	  margin-top: 20px;
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 25px;
}
.tabContent-subtxt{

	  font-size: 18px;
    width: 80%;
    color: #545454;
    line-height: 28px;
    margin-bottom: 0;
}
.tabpointList{

		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 25px;
}
.featuretablist.tabpointList {

	max-width: 280px;
}
.tabpointList li{
	  display: flex;
    background: #e9f6f3;
    padding: 8px 20px 8px 20px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}
.featuretablist.tabpointList li{

    align-items: center;
}
.tabpointList .tablist-icon {

	  margin-left: 11px;
    color: var(--soft-green);
    transform: rotate(12deg);
    fill: var(--soft-green);
}

.tabcontimg-sec {
width: 100%;
    max-height: 445px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 11%) 0px -1px 12px;
    border: 4px solid #b1b1b16b
}
#rhqSeting .tabcontimg-sec{
border: unset;
box-shadow: unset;
}
.tabcontimg-sec img {

	width: 100%;
	height: 100%;
	object-fit: contain;
}
.test-tab-content img{

	width: 100%;
	height: 100%;
	object-fit: cover;
}
.test-tab-content .tabpointList li img{

	object-fit: contain;

}
.marbtm-100 {

	margin-bottom: 100px;
}
.tabcontent-padleft {

	padding-right: 70px;
}
.moveAni.active .featuretab-content .featuretab-icon {

	color: var(--dark-blue);
}
.moveAni.active .featuretab-content .featuretab-txt {

	color: var(--dark-blue);
}
.featuretab-content:before {

	  width: 0%;
    position: absolute;
    content: '';
    height: 2px;
    background: var(--dark-blue);
    border-radius: 4px;
    bottom: -3px;
    right: 0;
    left: unset;
    z-index: 1;
    transition: 0.2s all ease-in-out;
}
.moveAni.active .featuretab-content:before {

	  width: 100%;
    left: 0;
    right: unset;
    transition: 0.2s all ease-in-out;
}
.featuretab-content:after{
	width: 0%;
	position: absolute;
	content: '';
	height: 103%;
	background: #edeff3;
	bottom: -3px;
	right: 0;
  left: unset;
  transition: 0.2s all ease-in-out;
}
.moveAni.active .featuretab-content:after{
	  width: 100%;
    left: 0;
    right: unset;
    transition: 0.2s all ease-in-out;
}
.featuretab-content:hover {

	text-decoration: none;
}


.featureTab-sec.fixed {
  position: fixed;
  top: 0; /* Adjust based on your layout */
  width: 100%;
  z-index: 1000; /* Ensure it's above other elements */
  transition: all 0.3s ease;

}
.pt-100 {

	padding-top: 100px;
}
/*Feature Section End*/

/*Testimonial Section Start*/

.testiSection {

	width: 100%;
	height: 100%;
	padding: 90px 0;
	background: #E3F0FF;
	overflow: hidden;
}
.testiSection .aboutHeadline h2 {

		color: #000;
		text-align: right;
}
.testiSection  .abtsub-txt p{

	color: #545454;
	text-align: right;
}

.testitab-sec {

	width: 100%;
	margin-top: 60px;
	position: relative;
}
.testitab-list {

	 list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #CCE3FF;
    width: 100%;
    margin: auto;
    border-radius: 12px;
    padding: 10px 15px;
  flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;  Smooth scrolling on mobile

}

.testitab-list::-webkit-scrollbar {
    display: none; /* Hide scrollbar for better UX */
}
.nav-item {
    flex: 0 0 auto; /* Ensure items do not shrink */
    margin-left: 10px; /* Optional: space between items */
}
.testitab-item {

	  display: inline-block;

}
.testi-tab-icon{

	display: inline-block;
}
.testi-tab-icon svg{

	width: 25px;
	height: 25px;
}

.testitab-item-txt {

	font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 0;

}
.testitab-item:hover .testi-tab-icon img {

	color: #fff;
}
.testitab-content-sec {

	width: 100%;
	margin-top: 60px;
}
.tab-content {

	margin-top: 50px;
}
.testitab-content-sec .tabContent-label{

    background: #daeae7;
    color: var(--soft-green);
}


.test-tab-content > .tab-pane.active {
    opacity: 1;
    transform: translateY(0); /* Reset the position to create the effect */
}

.tabContent-sec .Testimonialtablist.tabpointList img{

	width: 18px;
	height: 18px;
	margin-left: 6px;
	position: relative;
	top: 4px;
	color: var(--soft-green);
	fill: var(--soft-green);
}
.tabContent-sec .Testimonialtablist.tabpointList li {

	padding-right: 0;
	align-items: flex-start;
	background: unset;
}
.testitab-item-content {

    width: 100%;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.tabContent-sec{
	text-align: right;
}
.testiSection .tab-content {

	width: 100%;
	margin-top: 55px;
}
.testiSection .nav-tabs{
	border-bottom: unset;
}
.testiSection .nav-link{

	padding: 10px 25px;
    text-align: center;
    color: var(--dark-blue);
    border-radius: 10px;
	  transition: all 0.7s cubic-bezier(.2, 1, .22, 1);
	  min-width: 176px;
	  cursor: pointer;
	  overflow: hidden;
	  border: unset;
}
.testiSection .nav-link:hover{

	background: #fff;
	color: var(--dark-blue);
	transition: all 0.7s cubic-bezier(.2, 1, .22, 1);
	border: unset;
}
.testiSection .nav-tabs .nav-link:focus, .testiSection .nav-tabs .nav-link:hover{


}
.testiSection .nav-tabs .nav-link.active {
    background-color: #fff;
    color: var(--dark-blue);
    border: unset;
    box-shadow: 0 4px 4px 0 rgba(174, 191, 210, 0.3);
}
.tab-content > .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.tab-content > .tab-pane.active {
    display: block;
    opacity: 1;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;

}
.test-tab-content > .tab-pane.active {

	opacity: 1;
    transform: translateY(0); /* Reset the position to create the effect */
}
.test-tab-content > .tab-pane{

    border-radius: 15px;
    padding: 25px;
    background: #fff;
    min-height: 526px;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
    opacity: 0;
    transform: translateY(10px); /* Slightly move the content for a more noticeable effect */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/*Testimonial Section End*/

/*Customer Section Start*/

.customerSection {

	width: 100%;
	height: 100%;
	padding: 90px 0;
	position: relative;
	overflow: hidden;

}
.customerSection:after{

	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/bg_pattern_5.jpg);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.1;

}
.customerSection .aboutHeadline h2 {

		color: #000;
}
.customerSection .abtsub-txt p{

	color: #545454;
}
.custfeedback-sec {

	margin-top: 30px;
}
.custfeedback-sec .swiper-wrapper {

	padding-top: 30px;
	padding-bottom: 50px;
}
.custfeedback-box {

	padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;

}
.custnavigate-btn {
	  display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--dark-blue);
    border-radius: 4px;
    color: var(--dark-blue);
}
.custnavigate-btn:hover{
	text-decoration: none;
}
.custnavigate-sec {

	  width: 100%;
    position: relative;
    display: block;
    bottom: 10px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {

	left: unset;
	right: 65px;
}
.custfeedback-sec .swiper-button-prev:after, .custfeedback-sec .swiper-rtl .swiper-button-next:after {

	font-size: 16px;
	font-weight: 700;
	color: var(--dark-blue);
}
.custfeedback-sec .swiper-button-next:after, .custfeedback-sec .swiper-rtl .swiper-button-prev:after {

	font-size: 16px;
	font-weight: 700;
	color: var(--dark-blue);
}
.custfeedback-sec .swiper-pagination-bullet-active {

	background: var(--dark-blue);
}
.feedback-txt {
    height: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Adjust this number based on how many lines should be visible */
    -webkit-box-orient: vertical;
    line-height: 1.5; /* Adjust based on your font size */
    max-height: 142px; /* Ensures the height stays fixed */
    color: #757575;
}

.custinfo-sec {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.custinfo-txt .custName {

	font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    text-align: right;
}
.custinfo-txt .custPos {

	  font-size: 16px;
    margin-bottom: 0;
    text-align: right;
}
.cust-profile-img {

	  width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50px;
}
.cust-profile-img img {

	  width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Customer Section End*/

/*Pricing Section start*/

.priceSection {

	width: 100%;
	height: 100%;
	padding: 90px 0;
	background: #e3f0ff;
}
.priceSection .aboutHeadline h2 {

	color: #000;
	text-align: right;
}
.priceSection .abtsub-txt p {

	color: #545454;
	text-align: right;
}
.priceContent {
	margin-top: 60px;
}
.priceChange-sec {

	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}
.priceslide-toggle {

	display: flex;
	align-items: center;
	justify-content: center;
}
.priceslide-toggle .chkbox-btn {
  margin: 0 15px;
}
.price-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
}
.price-switch .priceplan-txt {

	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.price-switch .chkbox-btn {

    position: relative;
    display: inline-block;
    width: 100px;
    height: 36px;
    border: 1px solid var(--dark-blue);
    border-radius: 50px;
    transition: all 0.3s linear;
}
.price-switch .chkbox-btn::after {

  	content: "";
    position: absolute;
    left: 0;
    width: 45px;
    height: 28px;
    background-color: var(--dark-blue);
    border-radius: 15px;
    transform: translate3d(4px, 3px, 0);
    transition: all 0.2s ease-in-out;
}
.price-switch input {
  display: none;
}
.price-switch input:checked + .chkbox-btn::after {
  transform: translate3d(48px, 3px, 0);
}
.priceBox {

    padding: 30px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
    text-align: right;
    min-height: 740px;
}
.priceLabel {

    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    background: #00224e;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
    min-width: 90px;
    text-align: center;
}
.priceCost {

	 font-size: 40px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-top: 25px;
    margin-bottom: 20px;
}
.priceCost span{
	    font-size: 16px;
    display: inline-block;
    color: var(--soft-green);
    margin-right: 2px;
}
.pricesub-txt {

	  font-size: 16px;
    font-weight: 500;
    color: #545454;
    margin-bottom: 0;
    text-align: right;
}
.price-featpointsec {

    list-style: none;
    padding: 0;
    margin: 25px 0;
    min-height: 170px;

}
.price-featpointitem {

	  font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 25px 0;
    display: flex;
    align-items: center;
}
.priceget-btn {

	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid var(--soft-green);
    background: var(--soft-green);
    border-radius: 10px;
    width: 250px;
    height: 50px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    margin: auto;
    margin-top: 30px;
    font-size: 17px;
}
.priceget-btn:hover {
	background: #21a48c;
	color: #fff;
	text-decoration: none;
}
.priceget-btn svg {

	width: 22px;
	height: 22px;
	margin-right: 6px;
	 transition: transform 0.3s ease-out;
}
.priceget-btn:hover svg {


   -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
	 transition: transform 0.3s ease-out;
}
.price-featpointitem img{
	width: 18px;
    height: 18px;
    margin-left: 10px;
    object-fit: contain;
}

/*Pricing Section End*/
/*FAQ Section Start*/
.faqSection .row{
	align-items: center;
}
.faqSection {

	width: 100%;
	height: 100%;
	padding: 120px 0;
	background: var(--dark-blue);
	position: relative;
	overflow: hidden;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ffffff2b;
      padding-left: 15px;
    padding-right: 15px;
}
.accordion-item.active{
	     background: linear-gradient(90deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 15%) 21%, rgb(255 255 255 / 15%) 55%, rgba(8, 153, 127, 1) 100%);
    padding: 15px;
    border-radius: 15px;
    border-bottom: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 3px 18px rgb(0 0 0 / 17%);
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--soft-green);
}
.accordion .accordion-item button{
  text-align: right;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--soft-green);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid var(--soft-green);
}

.accordion button .accordion-title {
  padding: 1em 0 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
      color: #ffffff;
    font-weight: bold;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  text-align: right;
}
.accordion .accordion-content p {
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  margin: 0;
  padding: 15px 0;
      color: #fff;
    opacity: 0.
}

/*FAQ Section End*/

/*Request Section Start*/

.reqSection {

	width: 100%;
	height: 100%;
	padding: 120px 0;
	background: var(--dark-blue);
	position: relative;
	overflow: hidden;
}
.reqbg-overlay{

	position: absolute;
	left: 0;
	text-align: right;
  width: 100%;
  max-width: 100%;
  z-index: 0;
  bottom: -25px;
}
.reqbg-overlay img {

	    pointer-events: all;
    width: 100%;
    max-width: 55%;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: -205px;
}
.reqtext-sec{
	width: 100%;
	text-align: right;
}
.reqlabel-txt{

	  display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff26;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
}
.reqHeadline{

	  font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 25px;
}
.reqsub-txt{

	color: #fff;
	line-height: 28px;
}
.reqbtn-sec{

	display: flex;
  align-items: center;
}
.reqcontact-btn{

	  display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: 160px;
    height: 45px;
    margin-top: 25px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.reqcontact-btn:hover{

	background: #fff;
	color: var(--soft-green);
	text-decoration: none;
}
.reqimg-sec {

	width: 100%;
	height: 100%;
}
.reqimg-sec img {

	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*Request Section End*/

/*Footer Section start*/

.footerSection {

	width: 100%;
	height: 100%;
	padding-top: 45px;
}
.footerContent {

	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 45px;
}
.footer-sec1 {

	width: 100%;
	text-align: right;
}
.footer-logo {

	display: inline-block;
}
.footer-logo img {

	height: 72px;
	object-fit: contain;
}
.footer-subtxt1 {

	  font-size: 16px;
    font-weight: 500;
    color: #545454;
    margin-top: 25px;
    margin-bottom: 30px;
}
.footer-social-sec{

	list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    text-align: end;

}
.footer-social-item{

	display: inline-block;
	margin-left: 8px;
}
.footer-social-link{

	  display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 40px;
    background: #dff2ee;
    color: var(--soft-green);
    border-radius: 7px;
	  transition: all 0.7s cubic-bezier(.2, 1, .22, 1);

}
.footer-social-link:hover {

	background: var(--soft-green);
	color: #fff;

}
.footer-sec2 {

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 45px;
}
.footersec2-head {

	font-size: 18px;
  font-weight: 700;
}
.footermenu-list{

	 list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.footermenu-item{
	display: inline-block;
	margin-bottom: 18px;
}
.footermenu-link{

	  display: inline-block;
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}
.footermenu-link:before{

	 position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #999;
    bottom: -2px;
    right: 0;
    left: unset;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footermenu-link:hover{

  color: var(--soft-green);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;
}
.footermenu-link:hover .conticon-box {

	background: var(--dark-blue);
	color: #fff;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}
.footermenu-link:hover:before{

	right: unset;
  left: 0;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}
.footer-cntsec {

	width: 100%;
}
.footer-cntsec .footermenu-list {

	/*margin-left: 50px;*/
}
.footersec2-section {

	margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footersec2-section.footersec3-section {
	margin-top: 35px;
    display: block;
    text-align: right;
}
.footersec2-section.footersec3-section .footersec2-head {
	text-align: right;
}
.footermenu-link.ftcontact-link {

	font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.footermenu-link.ftcontact-link:before{
	content: unset;
}
.ftcontact-link .conticon-box {

	display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #dee2e8;
    margin-left: 10px;
    color: #00224e;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footersec2-section.footersec1-section{

	align-items: flex-start;
	padding-right: 75px;
	text-align: right;
}
.ftrmenu-list {

	list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 75px;
}
.ftrmenu-list .footermenu-item {

	margin-bottom: 8px;
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 5px;
}
.footersec2-section.footersec1-section .footersec2-head{


}
.footersec2-section.footersec3-section .footermenu-list {

	flex-direction: row;
	justify-content: space-between;
}
/*Footer Section End*/

/*Copy Rights Section Start*/

.copyrightSection {

	width: 100%;
	padding: 25px 0;
}
.copyright-content {

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
}
.cr-rev-txt {

	color: #545454;
	margin-bottom: 0;
}
.crlink-list{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;

}
.crlink-list .crlink-btn {

	  display: inline-block;
    font-size: 15px;
    color: #000;
    position: relative;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.crlink-list .crlink-btn:before{

	  position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: var(--soft-green);
    bottom: -2px;
    right: 0;
    left: unset;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.crlink-list .crlink-btn:hover{

	color: var(--soft-green);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;

}
.crlink-list .crlink-btn:hover:before{

	right: unset;
  left: 0;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}
.rhqSticke {

    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    transition: all 0.3s ease;
}
.testmonialtab-list {

	  list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fLeft {
    width: 100%;
    float: left;
}
.rhqContent {
    position: relative;
    background-color: #fff;
}

/*Copy Rights Section End*/


.starformSection {

	text-align: right;
}


.form-card {


    background: #fff;
    bottom: 0;
    border-radius: 12px;
    border: unset;
    padding: 0;
}
.form-card .card-body {

	padding: 0;
}
.form-Modal  .modal-content {

	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.form-Modal .modal-header {

	border: unset;
	padding: 15px 30px;
	align-items: center;
	background: rgb(0,34,78);
    background: linear-gradient(90deg, rgba(0,34,78,1) 0%, rgba(0,34,78,1) 21%, rgba(1,49,84,1) 55%, rgba(8,153,127,1) 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal-header .close{
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    opacity: 0.9;
}
.modal-header .close svg{

	color: #fff;
}
.modal-header .close span{

	position: relative;
	top: -1px;
}
select#dropdown2 {

	width: 100%;
	height: 45px;
}
.select2.select2-container {

	width: 100% !important;
	height: 45px !important;
	margin-top: 2px;
}
.select2-container {

	z-index: 9999;
}
.form-Modal .modal-title{

		font-size: 34px;
		color: #fff;
		margin-bottom: 0;
		font-weight: 700;
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
}
#contactForm .form-label {
    margin-right: 6px;
    font-size: 16px;
    color: #00224e;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 11px;

}
.modal-body {

	padding-top: 35px;
}
#contactForm .form-control {

		height: 45px;
		border-radius: 4px;
}
.select2-container--default .select2-selection--single {

    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

	right: 5px;
	height: 45px;
}
.select2-container--open .select2-dropdown {

	top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {

	line-height: 45px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {

	background: var(--dark-blue);
	color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]{

	background: #00224e26;
	color: var(--dark-blue);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {

	font-weight: 600;
}
.select2-results__option[aria-selected] {

	font-weight: 500;
}

.form-control:focus {

	box-shadow: unset;
	outline: unset;
}
.mb-40 {
	margin-bottom: 32px;
}
.mb-12{

	margin-bottom: 12px;
}

/* Hide the default radio inputs */
.custom-radio input[type="radio"] {
    display: none;
}

/* Style the custom radio button container */
.custom-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-right: 30px;
    line-height: 20px;
    font-weight: 600;
    color: #474e55;
}

/* Style the custom radio button circle */
.custom-radio .radio-checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #eee;
    border: 2px solid #ddd;
    transition: background-color 0.3s, border-color 0.3s;
}
.select2-container--default .select2-results>.select2-results__options {

	text-align: right;
}

/* Style the custom radio button when checked */
.custom-radio input[type="radio"]:checked + .radio-checkmark {
    background-color: #fff;
    border-color: var(--dark-blue);
}

/* Add the inner circle to indicate selection */
.custom-radio .radio-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--dark-blue);
    top: 2px;
    left: 2px;
}

/* Show the inner circle when checked */
.custom-radio input[type="radio"]:checked + .radio-checkmark::after {
    display: block;
}

.price-range-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding-right: 20px;
}

.range-wrapper {
    position: relative;
    width: 100%;
}

#priceRange {
    width: 300px;
    appearance: none;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

#priceRange::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--dark-blue);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#priceRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #2196F3;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.tooltip {
    position: absolute;
    top: -35px;
    right: 0 !important;
    transform: translateX(-50%);
    padding: 5px 10px;
    background: var(--soft-green);
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    transition: opacity 0.2s;
    opacity: 0;
    left: unset !important;
}

.range-wrapper:hover .tooltip {
    opacity: 1;
}
.starformSection {

	text-align: right;
}
#selectedPrice {

    width: 120px;
    padding: 5px;
    text-align: center;
    border: unset;
    border-radius: 25px;
    background-color: #f9f9f9;
    font-weight: bold;
    position: absolute;
    top: -6px;
    left: 38px;
    background: rgb(0 37 79 / 12%);
    color: var(--dark-blue);
}
#selectedPrice:focus, #selectedPrice:hover{
	outline: unset;
}
.range-labels {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.range-labels span {
    font-size: 12px;
    color: #333;
    position: relative;
}
.range-labels span:after {

	content: '';
	position: absolute;
	width: 1px;
	height: 7px;
	background: #ddd;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
}
.range-labels .startrangelbl {

	left: -13px;
}

.range-labels .endrangelbl {

	left: 19px;
}
#contactForm .formFiledset {

	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
	flex-wrap: wrap;
	padding-right: 12px;
}

#contactForm .formFiledset .custom-radio {

	margin-left: 15px;
	margin-bottom: 20px;
}

#contactForm textarea.form-control{

	height: unset;
}
.cntformbtn-sec {

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 12px;
	margin-top: 25px;

}
.cntformbtn-sec  .contactfrm-btn {

	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 220px;
    height: 52px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    margin-left: 18px;
}
.cntformbtn-sec  .contactfrm-btn:last-child{

	margin-left: 0;
}
.contactfrm-btn.frmbtn-cancel {

    color: var(--soft-green);
    border: 1px solid var(--soft-green);
}
.contactfrm-btn.frmbtn-submit {

    color: #fff;
    border: 1px solid var(--dark-blue);
    background: var(--dark-blue);
}
.modal {

	z-index: 9999;
}
/*responsive css*/



@media (max-width: 575px) {

	#contactModal .modal-body{

			padding-top: 25px;
			padding-right: 2px;
			padding-left: 2px;
	}
	.price-range-container {

		padding-right: 5px;
	}
	#contactModal .modal-header {

		padding: 12px;
	}
	.mobmar {

		margin-bottom: 28px;
	}
	.form-Modal .modal-title {

		font-size: 24px;
	}
	#selectedPrice  {

		top: 35px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.mobMar-temp.mb-40{

		margin-bottom: 51px;
	}
	.mb-40 {
    margin-bottom: 28px;
	}
	.headline-txt{

		font-size: 35px;
		line-height: 48px;
	}
	.hero-subtxt{

		font-size: 15px;
	}
	.mobRow{

		flex-direction: column;
		justify-content: center;
	}
	.heroSection {

		padding-top: 150px;
	}
	.heroImage-sec {
    position: unset;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin: unset;
}
.herosliderImage {

	height: auto;
}
.partHeadline p {
	margin-bottom: 25px;
}
.partnerSection {

	padding-top: 80px;
	padding-bottom: 40px;
}
.aboutHeadline h2 {

	font-size: 32px;
}
.aboutSection {

	padding: 45px 0;
}
.abtsub-txt p {

	width: 100%;
	font-size: 16px;
	margin-top: 12px;
}
.aboutBox-sec {

	margin-top: 35px;
}
.abtcontent-box {

	padding: 25px;
	margin-bottom: 15px;
}
.abtcontent-box h4 {
	font-size: 22px;
}
.abtcontent-box p {

	margin-top: 14px;
	margin-bottom: 18px;
}
.testmonialtab-list .col-md-4.moveAni {

	padding: 0;
}
.rhqSticke {
	height: 75px;
}
.featuretab-content {
	height: 75px;
}
.rhqOverview.pt-100 {

	padding-top: 45px;
}
.tabContent-headtxt {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 18px;
}
.tabContent-subtxt {

	width: 100%;
	font-size: 16px;
}
.featuretablist.tabpointList {

	max-width: 270px;
}
.tabpointList li {

	font-size: 15px;
}
.tabcontimg-sec {

	margin-top: 18px;
}
.tabcontimg-sec {

	padding: 6px;
}
.marbtm-100 {

	margin-bottom: 45px;
}
.ord-2 {

	order: 2;
}
.tabcontent-padleft {

	padding-right: 0;
}
.featureSection  {

	padding-bottom: 45px;
}
.testitab-sec {

	margin-top: 35px;
}
.customerSection {

	padding: 45px 0;
	width: 100%;

}
.custfeedback-sec .swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 32px;
}
.priceSection {

	padding: 45px 0;
}
.priceChange-sec {

	margin-bottom: 0;
}
.priceContent {

	margin-top: 30px;
}
.priceLabel  {

	font-size: 14px;
}
.priceCost{

	font-size: 30px;
	margin-top: 20px;
    margin-bottom: 15px;
}
.pricesub-txt {

	font-size: 15px;
}
.price-featpointsec {

	min-height: auto;
}
.priceget-btn {

	margin: auto;
	margin-top: 30px;
}
.priceBox {

	padding: 20px;
	margin-bottom: 12px;
}
.reqimg-sec {

	margin-top: 30px;
}
.reqcontact-btn {

	margin: auto;
	margin-top: 10px;
}
.reqHeadline {

	font-size: 32px;
	margin-bottom: 15px;
}
.reqSection {

	padding: 40px 0;
}
.reqbg-overlay img {

	max-width: 100%;
}
.reqbg-overlay {

    right: -15.937%;
    bottom: -25px;
    right: -110px;
}
.footersec2-section.footersec1-section {

	padding-right: 0;
}
.footersec2-section.footersec3-section .footermenu-list {

	flex-direction: column;
}
.footer-social-sec {

	text-align: center;
}
.copyright-content {
	flex-direction: column;
}
.copyrightSection {

	padding: 15px 0;
}
.crlink-list {
	margin-top: 12px;
}
.footerContent {

	padding-bottom: 25px;
}
.testiSection {

	padding: 45px 0;
}
.testiSection .tab-content{

	margin-top: 35px;
}
.headerSection{

    	height: 78px;
    	background: var(--dark-blue);
    }

    .cntformbtn-sec {

    	justify-content: center;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

	.mobmar, .mb-40 {

		margin-bottom: 30px;
	}

	#selectedPrice  {

		width: 110px;
		font-size: 15px;
		left: -12px;
	}
	#contactModal .modal-header {
		padding: 15px 20px;
	}
	#contactModal .modal-title {

		font-size: 26px;
	}
	.footersec2-section.footersec3-section .footermenu-list {

		justify-content: start;
	}
	.footermenu-item {

		margin-bottom: 0;
		margin-left: 20px;
	}
	.footermenu-item:last-child{

		margin-left: 0;
	}
	.footer-social-sec {

		text-align: center;
		margin-top: 22px;
	}
	.footersec2-section.footersec1-section {

		padding-right: 0;
		margin-top: 12px;
	}
	.reqimg-sec{

		margin-top: 25px;
	}
	.reqSection {

		padding: 60px 0;
	}
	.reqbg-overlay {

		bottom: 0;
	}
	.reqbg-overlay img {

		max-width: unset;
	}
	.reqcontact-btn {
		margin-top: 10px;
	}

	.abtsub-txt p {

		width: 100%;
	}
	.priceContent {

		margin-top: 45px;
	}
	.priceChange-sec {

		margin-bottom: 0;
	}
	.priceSection .aboutHeadline h2 {

		margin-bottom: 12px;
	}
	.price-featpointsec {

		min-height: unset;
	}
	.priceBox{

		margin-bottom: 20px;
	}
	.priceget-btn {

		width: 235px;
		height: 52px;
		margin: auto;
	}
	.customerSection , .testiSection, .priceSection, .aboutSection{

		padding: 50px 0;
	}
	.featureSection {

		padding-bottom: 50px;
	}
	.abtcontent-box {

		margin-bottom: 20px;
		min-height: 235px;
	}
	.headline-txt {

		font-size: 50px;
		line-height: 62px;
	}
	.reqHeadline {

		font-size: 40px;
		margin-bottom: 18px;
	}
	.tabContent-headtxt {

		font-size: 31px;
		line-height: 48px;
		margin-bottom: 12px;
	}
	.aboutHeadline h2 {

		font-size: 35px;
		line-height: 52px;
	}
	.tabcontent-padleft {

		padding-right: 0;
	}
	.marbtm-100 {

	margin-bottom: 45px;
	}
	.ord-2 {
		order: 2;
	}
	.heroImage-sec {
        position: unset;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        margin: unset;
    }
    .heroSection{

    	flex-direction: column;
		padding-top: 150px;
    }
    .herosliderImage {

    	height: 435px;
    }
    .partnerSection {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .headerSection{

    	height: 78px;
    	background: var(--dark-blue);
    }


}
@media (min-width: 768px) and (max-width: 991px) {

	.heroSection {

		padding-top: 35px;
	}
	#contactModal .modal-dialog {

		max-width: 600px;
	}
	#priceRange {

		width: 65%;
	}
	.mobmar {

		margin-bottom: 32px;
	}
	#contactModal .modal-header {
		padding: 15px 20px;
	}
	#contactModal .modal-title {

		font-size: 28px;
	}
	.range-labels .endrangelbl{

		left: 55px;
	}
	.footersec2-section.footersec3-section .footermenu-list {

		flex-direction: column;
	}
	.footersec2-section.footersec1-section{

		padding-right: 45px;
	}
	.reqHeadline  {

		font-size: 40px;
	}
	.reqSection{

		padding: 70px 0;
	}
	.reqbg-overlay img {

		max-width: 85%;
	}
	.abtsub-txt p {

		font-size: 16px;
		width: 85%;
	}
	.aboutHeadline h2 {

		font-size: 40px;
		line-height: 52px;
	}
	.priceSection, .customerSection {

		padding: 50px 0;
	}
	.priceContent {

		margin-top: 30px;
	}
	.priceBox , .abtcontent-box  {

		margin-bottom: 25px;
	}
	.custom-col-6:last-child .priceBox, .custom-col-6:last-child .abtcontent-box {

		margin-bottom: 0;
	}
	.tabContent-headtxt{
		font-size: 34px;
	}
	.headline-txt {

		font-size: 45px;
	}
	.heroImage-sec {

		width: 58%;
		padding-top: 35px;
		top: 35px;
	}
	.custom-col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .priceContent .row, .aboutContent .row {

    	justify-content: center;
    }
    .headerSection{

    	height: 80px;
    	background: var(--dark-blue);
    }
    .test-tab-content .col-md-6 {

    		max-width: 100%;
    		flex: unset;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {


	.heroSection {

		padding-top: 0;
	}
	.heroImage-sec{

		padding-right: 50px;
		padding-top: 50px;
	}
	#selectedPrice  {

		top: 45px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.headline-txt {

		font-size: 52px;
	}
	.heroImage-sec {
		top: 0;
		max-width: 65%;
	}
	.priceBox {

		min-height: 520px;
	}
	.footersec2-section.footersec3-section .footermenu-list {

		flex-direction: column;
	}
	.abtcontent-box {

		min-height: 315px;
	}
	.priceBox {

		min-height: 520px;
		padding: 18px;

	}
	.priceBox .pricesub-txt {

		min-height: 73px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {

	#selectedPrice  {

		top: 45px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.headline-txt {

		font-size: 52px;
	}
	.priceBox {

		min-height: 520px;
		padding: 18px;

	}
	.priceBox .pricesub-txt {

		min-height: 73px;
	}
	.footersec2-section.footersec3-section .footermenu-list {

		flex-direction: column;
	}
	.abtcontent-box {

		min-height: 315px;
	}
	.heroSection {

		padding-top: 90px;
	}
	.heroImage-sec {

		padding-top: 0;
		top: 105px;
		width: 55%;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {

	.priceBox {

		min-height: 520px;
	}
	.footersec2-section.footersec3-section .footermenu-list {

		flex-direction: column;
	}
	.abtcontent-box {

		min-height: 292px;
	}
	.heroSection {

		padding-top: 90px;
	}
	.heroImage-sec {

		padding-top: 0;
		top: 55px;
	}
	.headline-txt {

		font-size: 50px;
	}

}

@media (min-width: 1500px) and (max-width: 1600px) {

	.heroSection {

		padding-top: 90px;
	}
	.heroImage-sec {

		padding-top: 0;
	}

}

@media (min-width: 1399px) {

  .container {
      max-width: 1370px;
  }
}


/*responsive css*/


@keyframes bounce {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(6px, 0, 0); }
}
@media(max-width:767px){
	.order2{
	order: 2;
	}

	.order1{
		order: 1;
		margin-bottom: 40px;

	}
	.accordion button{
		font-size: 16px;
	}

}


.toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .toggle-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .toggle-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--soft-green);
    -webkit-transition: 0.4s;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
  }

  .toggle-btn .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .toggle-btn input:checked + .slider {
    background-color: var(--soft-green);
  }

  .toggle-btn input:focus + .slider {
    box-shadow: 0 0 1px var(--soft-green);
  }

  .toggle-btn input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .toggle-btn .slider.round {
    border-radius: 34px;
  }

  .toggle-btn .slider.round:before {
    border-radius: 50%;
  }
  .toggle-btn{
      text-align: center;
      margin-bottom: 25px;
  }
  .toggle-btn span{
    display: inline-block;
  }
  .priceToggleBtnTxt{
    color: #00224e;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 5px;
  }
  span.priceToggleBtnTxt.txtAnnually {
    right: 15px;
}
span.priceToggleBtnTxt.txtMonthly {
    left: 15px;
}
.whatsappLinkClass{
    position: fixed;
    z-index: 99999;
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 40px;
    box-shadow: 0 3px 18px rgb(0 0 0 / 18%);
    border-radius: 100%;
}
.whatsappLinkClass img{
    width: 100%;
    height: 100%;

}
.contactfrom-field{
    position: relative;
}
label.error {
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    color: red;
    font-weight: 500;
    right: 0;
}
.captchaField{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.captchaField  .captchaFieldWrapper{
    display: flex;
    font-size: 22px;
    font-weight: bold;
}
.captchaFieldNum{
    margin-right: 10px;
    margin-left: 10px;
}
.captchaLabel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.captchaLabel{
    margin-bottom: 0 !important;
}
.captchaWrapper{
    display: flex;
    align-items: center;
}
#answerInput {
    margin-right: 15px;
}
.captchaField .form-label{
    margin-bottom: 0 !important;
}

@media(max-width:767px){
    .captchaWrapper{
        flex-direction: column;
    }
    .captchaLabel{
        margin-bottom: 20px !important;
    }
}
