html {
	scroll-behavior: smooth;
  }
  
  i {
	font-weight: 800 !important;
  }
  
  .app-h1 {
	font-size: 30px;
	color: var(--darkcolor);
	display: block;
	width: 100%;
	font-weight: 800;
	margin-bottom: 5px;
  }
  
  .app-h2 {
	font-size: 25px;
	color: var(--darkcolor);
	display: block;
	font-weight: 800;
	margin-bottom: 5px;
  }
  
  .app-h3 {
	font-size: 20px;
	color: var(--darkcolor);
	display: block;
	font-weight: 800;
	margin-bottom: 5px;
  }
  
  .app-h4 {
	font-size: 20px;
	color: var(--darkcolor);
	display: block;
	font-weight: 800;
	margin-bottom: 1rem;
  }
  
  .main-slider .left-content .theme-btn-low{
	display: none;
  }


  .main-slider .slider-head {
	font-size: 52px;
	font-weight: 800;
	color: var(--darkcolor);
	line-height: normal;
	display: block;
  }
  
  .vertical-center {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .color-white {
	color: #fff !important;
  }
  
  :root {
	--blue: #009cff;
	--darkcolor: #0d1e37;
	--graycolor: #3b5066;
	--darkgraycolor: #181818;
  }
  
  .mobile-menu {
	display: none;
  }
  
  .MobileOnly {
	display: none;
  }

  .supportToggle {
    height: 50px;
    width: 200px;
    cursor: pointer;
    right: -144px;
    position: fixed;
    transition: .3s;
	display: block;
	bottom: 20%;
	z-index: 2;
}
  .supportToggle:hover{right: 0;  transition: .3s; }
  
  .main-nav.sub-page-header .navigation ul.menu-ul li a {
	color: var(--graycolor);
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
  }
  
  .main-nav.sub-page-header .page_navigation_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }


  .mobile-menu-wraper {
	display: none;
  }

  .buyNow_btn{

	background:none;
    text-transform: uppercase;
    border: solid 2px  var(--blue);;
    font-weight: 600;
    color:  var(--blue);;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
	margin-left: 1rem;

  }
  
  
  /*-----mani-nav inner function-*/
  
  

  
  
  .main-nav.sub-page-header .tab-right {
  
	margin-left: auto;
  
  }
  
  
  .main-nav.sub-page-header .tab-right .menuInnerBox {
	background: #e0f3ff;
	border-radius: 20px;
	min-height: 200px;
	width: 614px;
	padding: 35px 60px;
	background-image: url(../images/menuInnerPattern.svg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
  }
  
  .main-nav.sub-page-header .tab-right .menuInnerBox img {
	position: absolute;
	left: -21px;
	top: 20px;
	width: 46px;
  }
  
  .main-nav.sub-page-header .tab-right .menuInnerBox .app-h4 {
	margin-bottom: 5px;
  }
  
  .main-nav.sub-page-header .tab-right .menuInnerBox p {
	font-size: 15px;
  }
  
  .main-nav.sub-page-header .tab-right .theme-btn {
	padding: 10px 20px;
  }
  
  
  /* Style the buttons inside the tab */
  .main-nav.sub-page-header .tab button {
	display: block;
	background: none;
	color: #000;
	padding: 12px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	position: relative;
  }
  
  /* Change background color of buttons on hover */
  .main-nav.sub-page-header .tab button:hover {
	transition: .3s;
	color: var(--blue);
	/* border-bottom: solid 2px var(--blue); */
  }
  
  /* Create an active/current "tab button" class */
  .main-nav.sub-page-header .tab button.active {
	color: var(--blue);
	border-bottom: solid 2px var(--blue) !important;
  }
  
  .main-nav.sub-page-header .tab button.active i {
	right: 3% !important;
	transition: .3s !important;
	color: var(--blue) !important;
	opacity: 1 !important;
  }
  
  /* Style the tab content */
  .main-nav.sub-page-header .tabcontent {
	float: left;
	padding: 0px 12px;
	width: 70%;
	border-left: none;
	display: none;
  }
  
  /* Clear floats after the tab */
  .clearfix::after {
	content: "";
	clear: both;
	display: table;
  }
  
  /*-----*/
  
  
  .main-nav.sub-page-header .navigation ul.menu-ul li .menu-item i {
	position: absolute;
	right: 8%;
	font-size: 17px;
	color: var(--blue);
	top: 34%;
	bottom: 0;
	margin: auto 0;
	transition: .5s;
	color: var(--graycolor);
	opacity: .5;
  }
  
  .main-nav.sub-page-header .schedule-btn,
  .mobile-menu-wraper .schedule-btn {
	background: var(--blue);
	border: none;
	color: #fff !important;
	padding:7px 15px;
	border-radius: 5px;
	/* text-transform: uppercase; */
	font-size: 14px;
	transition: .5s;
	cursor: pointer;
	background-size: 300% 100%;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
  
  .main-nav.sub-page-header .schedule-btn:hover {
    background: #0379c5 !important;
	color: #fff!important;
}

button.theme-btn:hover {
    background: #0379c5 !important;
    transition: .3s;
}



  .main-nav.sub-page-header .schedule-btn:hover,
  .mobile-menu-wraper .schedule-btn:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
  
  .main-nav.sub-page-header.newClass {
	background: #fff;
	box-shadow: 1px 1px 6px #00000052;
  }
  
  .main-nav.sub-page-header {
	border-bottom: solid 1px #e8e8e8;
	background: #fff;
  }
  
  .index-nav .logo img {
	filter: brightness(20.5);
  }
  
  html {
	background: #F8F9FA !important;
  }
  
  body {
	font-family: 'Montserrat';
  }
  
  .blue {
	color: var(--blue);
  }
  
  .block {
	display: block;
  }
  
  .main-slider {
	background-color: #fff;
	padding-top: 58px;
  }
  
  .theme-btn {
	background: var(--blue);
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
  }
  .theme-btn:hover{text-decoration: none; color: #fff; }
  
  .theme-btn-low {
	background: #e5f5ff;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	color: var(--blue);
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	margin-left: 1rem;
  }
  
  .demo-btn {
	display: inline-block;
	margin-left: 10px;
	color: #04B2E6;
  }
  
  p {
	font-size: 16px;
	color: var(--graycolor);
	font-weight: 300;
	clear: both;
	display: block;
	width: 100%;
  }
  
  .main-nav {
	position: fixed;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
	left: 0;
	right: 0;
	padding: 10px 8rem 10px 8rem;
	transition: .3s;
	z-index: 2;
  }
  
  .newClass {
	border: none;
	background-color: #0773ae;
	z-index: 2;
	transition: .5s;
  }
  
  .main-nav .logo {
	display: block;
	width: 150px;
	float: left;
	/* margin-top: 6px; */
  }
  
  .main-nav ul.menu-ul li {
	display: inline;
	margin-right: 25px;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
  }
  
  .main-nav ul.menu-ul li:nth-last-child(1) {
	margin-right: 0;
  }
  
  .main-nav ul.menu-ul li a {
	color: #fff;
  }
  
  .main-nav ul.menu-ul li a:hover {
	color: #fff;
	text-decoration: none;
  }
  
  
  .main-slider .head-sub {
	font-size: 20px;
	color: var(--darkcolor);
	font-weight: 800;
	display: block;
	margin-bottom: 1rem;
  }
  
  .main-slider span.slider-content {
	color: var(--graycolor);
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: 500;
  }
  
  .main-slider .video-btn {
	color: #fff;
	font-size: 1rem;
	padding-left: 7px;
  }
  
  .main-slider .desktop img {
	max-width: 55%;
	padding: 10px 0;
  }
  
  
  /*--main service--*/
  .layout-icon-section {
	background: #fff;
	padding: 3rem 0;
  }
  
  .layout-icon-section .main-service {
  
	background-color: #f4f4f4;
	background-image: url(../images/Gray-pattern.svg);
	background-repeat: no-repeat;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
  
  }
  
  .layout-icon-section .main-service-left {
  
	height: 100%;
  
	padding: 0 6rem;
  
	vertical-align: middle;
  }
  
  .layout-icon-section .main-service-right {
	background-color: #f9f9f9;
	height: 100%;
  
	padding: 4rem;
  }
  
  .layout-icon-section .main-service-right .web-icon {
	width: 67px;
	display: inline-block;
	float: left;
	margin-right: 1rem;
  }
  
  /*------*/
  
  /*----value section---*/
  .value-section {
	padding: 4rem 0;
	background: #f9f9f9;
  
  }
  
  .value-section .value-box-wraper {
	background: #fff;
	border-radius: 20px;
	margin-top: 2rem;
	width: 100%;
	box-shadow: 0px 11px 23px -8px #00000021;
  }
  
  .value-section .value-box-wraper .Vision-Success {
  
	padding: 4rem 3rem;
  }
  
  .value-section .value-box-wraper .Enthusiastic-Team {
  
	padding: 3rem;
	background: var(--blue);
	background-image: url(../images/value-pattern.svg);
	background-repeat: no-repeat;
	background-position: bottom;
  }
  
  .value-section .value-box-wraper .Trusted-Relationship {
	display: table-cell;
	padding: 3rem;
  }
  
  .value-section .web-icon {
	width: 67px;
	display: inline-block;
	float: left;
	margin-right: 1rem;
  }
  
  /*----methodology section---*/
  
  
  .meth-tech-section {
	background-color: #fff;
  }
  
  .meth-tech-section .methodology {
	background-color: #e5f7fc;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 4rem 0;
	padding: 0 6rem 6rem 6rem;
	background-image: url(../images/methodology-top-patern.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: top right;
  }
  
  .meth-tech-section .methodology span.title-part {
	width: 45%;
	display: block;
  }
  
  .meth-tech-section .MT-feature-box {
	background: #fff;
	padding: 1rem;
  
	border-radius: 10px;
	border: solid 1px #d9ecfc;
  }
  
  .meth-tech-section .MT-feature-box .feature-item {
	background: #daf3fc;
	padding: 5px 10px;
	margin: 1%;
	width: 47%;
	border-radius: 5px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: var(--graycolor);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  
  .meth-tech-section .MT-feature-box .feature-item::before {
	content: "\f054";
	font-family: fontawesome;
	margin-right: 10px;
	font-size: 13px;
  }
  
  
  /*----technology section---*/
  
  
  .meth-tech-section .technology {
	background-color: #f8f0ff;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 4rem;
	padding: 0 6rem 6rem 6rem;
	background-image: url(../images/technology-top-patern.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: top right;
  }
  
  .meth-tech-section .technology span.title-part {
	width: 45%;
	display: block;
  }
  
  
  .meth-tech-section .technology .MT-feature-box .feature-item {
	background: #f8f0ff;
	padding: 5px 10px;
	margin: 1%;
	width: 47%;
	border-radius: 5px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: var(--graycolor);
  }
  
    /* Define your animation styles here */
	/* .animate-on-scroll {
		opacity: 0;
		transform: translateY(20px); 
		transition: opacity 0.5s ease, transform 0.5s ease;
	  }
	
	  .animate-on-scroll.activemotion {
		opacity: 1;
		transform: translateY(0); 
	  } */


  /*--------------*/

  @media (max-width: 1024px){
	.thankYou-page {
		text-align: center;
	}

  }

@media (max-width: 656px){


	iframe#myIframe {
		min-height: 510px!important;
	}
}






  .thankYou-page h1{

	font-size: 2rem;
	font-weight: 600;
}

.thankYou-page button{


	padding: 10px 20px;
	margin-top: 1rem;


}
  /*--blog slider---*/
  


  .blog_main .blog_box {
	background: #fff;
	margin: 15px 15px 2rem 15px;
	color: #FFF;
	overflow: hidden;
	min-height: 427px;
	box-shadow: 6px 4px 24px -8px #00000021;
	border-radius: 20px;
  }

  .blog_main .blog_box .blog-det {
    padding: 2rem;
}

.blog_main .blog_box .blog-det  p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
  
  }

  .blog_main .blog_box .read-more {
	margin-top: 1rem;
	display: inline-block;
	color: var(--darkcolor);
	font-weight: 600;
	position: relative;
  }
  
  .blog_main .blog_box .read-arrow {
	position: absolute;
	color: var(--blue);
	font-size: 2rem;
	top: -18px;
	right: -44px;
  }
  



  .blog_main h2 {
    font-size: 25px!important;
    color: var(--darkcolor)!important;
    display: block!important;
    font-weight: 800!important;
    margin-bottom: 5px!important;
}

.blog_main h3 {
    font-size: 20px;
    display: block;
    font-weight: 800;
    margin-bottom: 1rem;
}



  .blog-section {
  
	padding: 5rem  0;
	background: #fff;
  }

  .blog-section p{
	font-weight: 500;
  }
  .blog-section ul li{
margin: 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--graycolor);
  }
  
.blog-section .app-h1, .app-h2, .app-h3 {
    margin: 1rem 0 !important;
}

.blog-section .screenshot {
    background: #b2c4e0;
    padding: 0 10px 10px 10px;
    text-align: center;
    border-radius: 10px;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
	align-items: center;
}



  .blog-section #owl-demo .item {
	background: #fff;
	margin: 15px 15px 2rem 15px;
	color: #FFF;
	overflow: hidden;
	min-height: 427px;
	box-shadow: 6px 4px 24px -8px #00000021;
	border-radius: 20px;
  }
  
  .blog-section #owl-demo .item .blog-det {
	padding: 2rem;
  }
  

  .blog-section #owl-demo .item .blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
  
  .blog-section #owl-demo .item .blog-det p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
  
  }
  
  .blog-section .blog-img {
	width: 100%;
	height: 198px;
	background: #1CB2E6;
	overflow: hidden;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .blog-section .blog-img img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
  }
  
  
  .blog-section .blog-cont {
	font-size: 14px;
	color: var(--graycolor);
	display: -webkit-box;
	max-width: 100%;
	/* height: 43px; */
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	font-weight: 300;
  }
  
  .blog-section .read-more {
	margin-top: 1rem;
	display: inline-block;
	color: var(--darkcolor);
	font-weight: 600;
	position: relative;
  }
  
  .blog-section .read-more .read-arrow {
	position: absolute;
	color: var(--blue);
	font-size: 2rem;
	top: -18px;
	right: -44px;
  }
  
  
  .blog-section #owl-demo .owl-prev,
  .blog-section #owl-demo .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .blog-section #owl-demo .owl-prev {
	left: -2rem;
	font-size: 3rem !important;
	color: var(--blue) !important;
  }
  
  .blog-section #owl-demo .owl-next {
	right: -2rem;
	font-size: 3rem !important;
	color: var(--blue) !important;
  }
  

  .blog-section  .blog_inner_box{
	background: #eaecee;
	padding: 40px;
	height: 100%;
	width: 100%;
  }
  .blog-section .blog_inner_box h3 {
    font-size: 20px;
    color: #2a466b;
    font-weight: 600;
    margin-bottom: 7px;
}
  .blog-section  .blog_inner_box p{
	font-size: 15px;
	color: #536e91;
  }
  
  .blog-section .blog_inner_box a i {
    font-size: 35px;
    color: #3b5066;
    margin-right: 10px;
    margin-top: 11px;
}
.blog-section .blog_inner_box a i:hover{
	text-decoration: none;
	color: #223447;
	transition: .3s;
}

.get_in_touch{
	background: #3b5066;
    color: #fff;
    margin-top: 10px;
    border: none;
    padding: 8px 20px;
	display: inline-block;
}
.get_in_touch:hover{
	text-decoration: none;
	color: #fff;
	background: #223447;
	transition: .3s;
}

.blog-section .blog_bottom_sec .together_head {
    color: #3b5066;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    padding: 15px 0;
}
  /*-------*/
  
  /*------testimonial-section-----*/
  
  .testimonial-section {
	background: #f9f9f9;
	position: relative;
	z-index: 0;
  
  }
  
  .testimonial-content {
	background: #fff;
	border: solid 1px #e4e4e4;
	padding: 2rem;
	border-radius: 20px;
	padding-top: 4rem;
	box-shadow: 0px 11px 23px -8px #00000021;
	min-height: 290px;
  }
  
  .testimonial-content p {
	text-align: left;
	font-size: 16px;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
  
  }
  
  .testimonial-section .item {
	margin: 4rem 1rem 2rem 1rem;
	position: relative;
  }
  
  
  .testimonial-section #owl-demo2 .owl-prev,
  .testimonial-section #owl-demo2 .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .testimonial-section #owl-demo2 .owl-prev {
	left: -2rem;
	font-size: 3rem !important;
	color: var(--blue) !important;
  }
  
  .testimonial-section #owl-demo2 .owl-next {
	right: -2rem;
	font-size: 3rem !important;
	color: var(--blue) !important;
  }
  
  .testimonial-section .profile-pic {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin-left: 10%;
	padding: 5px;
	overflow: hidden;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: #d8d8d8;
	top: -57px
  }
  
  .testimonial-section .profile-pic img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
  }
  
  
  .testimonial-section .item .testimonial-content .person-name {
	display: block;
	color: var(--graycolor);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
  
  }
  
  .testimonial-section .item .testimonial-content .person-position {
	display: block;
	color: var(--graycolor);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
  
  }
  
  .testi-detail {
	position: absolute;
	bottom: 40px;
  }
  
  .testimonial-section span.title-part {
	width: 30%;
	display: block;
	margin-bottom: 2rem;
  }
  
  /*-------*/
  
  
  /*----start with appohm----*/
  
  .start-with-section {
	background: white;
	padding: 4rem 0;
  }
  
  .start-with-section .start-with-box {
	background: var(--blue);
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 3px #FFF;
	background-image: url(../images/start\ with.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
  }
  
  .start-with-section .start-with-box .start-left-image {
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .start-with-section .start-with-box .start-left-image img {
	display: none;
  }
  
  .start-with-section .start-with-box .start-with-right {
	vertical-align: middle;
	padding: 4rem;
	background-image: url(../images/start\ with-pattern.svg);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
  }
  
  .start-with-section .start-with-box .start-with-right .theme-btn {
	background-color: #fff;
	color: var(--blue);
  }
  
  .start-with-section .start-with-box .start-with-right .try-free {
	color: #fff;
	padding: 0 1rem;
	font-weight: 600;
	font-size: 14px;
  }
  
  .start-with-section .start-with-box .start-with-right span.talk-expert {
	color: white;
	font-size: 18px;
  }
  
  
  /*------*/
  
  
  /*----partners----*/
  
  .partners-page .partnersMain .partners-images a {
	background: #fff;
	display: inline-block;
	margin: 1rem;
	text-align: center;
  }
  
  .partners-page .partnersMain .owl-carousel .owl-item .partners-images a img {
	width: 60%;
	display: inline-block;
	padding: 5rem 0;
  }
  
  .partners-page .partnersMain span.title-part {
	width: 30%;
	display: inline-block;
	margin-bottom: 10px;
  }
  
  
  .partners-section {
	padding-bottom: 2rem;
	background: #fff;
	position: relative;
	z-index: 0;
  }
  
  .partners-section #owl-demo3 .owl-prev,
  .partners-section #owl-demo3 .owl-next {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
  }
  
  
  .partners-section #owl-demo3 .owl-prev {
	left: -2rem;
	font-size: 3rem !important;
	color: #8e8e8e !important;
  }
  
  .partners-section #owl-demo3 .owl-next {
	right: -2rem;
	font-size: 3rem !important;
	color: #8e8e8e !important;
  }
  
  .partners-section .partners-images a {
	display: block;
	width: 96%;
	padding: 10px;
	position: relative;
	height: 119px;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
	background: #fff;
  }
  .partners-section .partners-images span {
	display: block;
	width: 96%;
	padding: 10px;
	position: relative;
	height: 116px;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
	background: #fff;
  }







  
  
  .partners-section .partners-images img {
	filter: grayscale(100%);
	cursor: pointer;
	max-width: 78%;
	margin: auto;
	opacity: .5;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .5s;
	right: 0;
	left: 0;

  }
  
  .partners-section .partners-images img:hover {
	filter: grayscale(0) !important;
	opacity: 1;
	transition: .5s;
  }
  
  .partners-section span.title-part {
	width: 30%;
	display: inline-block;
	margin-bottom: 2rem;
  }
  
  
  /*-------*/

  
  .aboutus-page .aboutMain-Inner {
	background-color: var(--blue);
	padding: 0 4rem 4rem 4rem;
	border-radius: 20px;
  }
  
  .aboutus-page  span.approachItemNumber {
    background: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    font-size: 15px;
	color: var(--darkcolor);
    font-weight: 600;
	margin-bottom: 10px;
}

  .aboutus-page .aboutMain-Inner .approachItem .app-h4{

margin-bottom: 0;

  }

  .aboutus-page .aboutMain-Inner .approachItem p,
  .aboutus-page .aboutMain-Inner .approachItem .app-h4 {
	color: #fff;
  }
  
  .aboutus-page .aboutMain-Inner span.title-part {
	width: 30%;
	display: inline-block;
	margin-bottom: 2rem;
  }
  
  .aboutus-page .aboutMain-Inner .time-line img {
	width: 75%;
  }
  
  .aboutus-page .aboutMain-Inner .counts {
    height: 153px;
    background: rgb(255, 255, 255);
    width: 100%;
    margin-bottom: -130px;
    margin-top: 20px;
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 10px 0px #00000029;
}


  .aboutus-page .aboutMain-Inner .counts span.count-title {
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	color: #a7a7a7;
  }
  
  .aboutus-page .aboutMain-Inner .count-item {
	flex: 1;
	text-align: center;
  }
  
  .aboutus-page .aboutMain-Inner span.count-number {
	display: block;
	font-size: 45px;
	font-weight: 600;
  }
  
  .aboutus-page .process-flow {
	/* display: flex;background-image: url(../images/process-flow-line.svg);*/
	background-position-x: center;
	background-repeat: no-repeat;

  }
  .aboutus-page .process-flow img {

	width: 80%;
  }
  
  .aboutus-page .process-flow .flow-item {
	flex: 1
  }
  
  .aboutus-page .process-flow .flow-item p {
	font-size: 13px;
	color: var(--darkgraycolor);
  }
  
  .aboutus-page .process-flow .flow-item img {
	width: 40%;
  }
  
  .aboutus-page .join-team img {
	width: 90%;
  }


  

/*----our journey----*/

.aboutus-page .our_journey{background: #eefaff; border-radius: 20px; padding:0 2rem 2rem 2rem; justify-content: space-between; margin-bottom: 2rem; position: relative;}
.aboutus-page .our_journey .yearItem{display: flex; width: 100%;}
.aboutus-page .our_journey .yearItem .yearCircle span {  margin-left: -50%; margin-top: 10px;  height: 50px;  width: 50px; border-radius: 1000px;  align-items: center;  justify-content: center;   display: flex; color: #fff; font-weight: 600; margin-top: 10px;}
.aboutus-page .our_journey .yearItem .yearStones li{font-size: 15px; font-weight: 600; padding-left: 30px; position: relative; line-height: 30px; margin-bottom: 1rem;}
.aboutus-page .our_journey .yearItem .yearStones li::before{content:"\f091"; position: absolute; left: 0; font-family: 'fontawesome';}
.aboutus-page .our_journey .yearItem .yearCircle{border-left: dotted 3px #bec8d6;; margin-left: 20px;}
.aboutus-page .our_journey .yearItem .yearStones{margin: 10px 0; width: 100%;}
.aboutus-page .our_journey .journeyHeader { width: 321px; margin:0 auto; background-image: url(../images/sericeIcons/serviceIconHeadBg.svg); background-repeat: no-repeat; background-position: center top; padding: 0 36px; font-size: 25px; line-height: normal; font-weight: 700; display: flex; align-items: center;height: 66px;justify-content: center; color: var(--darkcolor); margin-bottom: 5rem;}




.aboutus-page .our_journey .yearItem.year_2024 .yearCircle span{background: #3f84ac;}
.aboutus-page .our_journey .yearItem.year_2024 .yearStones { background: #c9ebfd; ;padding: 1rem; border-radius: 10px; position: relative; padding: 1rem; border-radius: 10px;}
.aboutus-page .our_journey .yearItem.year_2024 .yearStones li{color:#3f84ac}
.aboutus-page .our_journey .yearItem.year_2024 .yearStones::before {content: "";position: absolute; top: 13px;left: -18px;width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent;border-right: 19px solid #c9ebfd;}


.aboutus-page .our_journey .yearItem.year_2022 .yearCircle span{background: #9c7638;}
.aboutus-page .our_journey .yearItem.year_2022 .yearStones {background: #ece6d1;  padding: 1rem; border-radius: 10px; position: relative;padding: 1rem; border-radius: 10px;}
.aboutus-page .our_journey .yearItem.year_2022 .yearStones li{color:#9c7638 ;}
.aboutus-page .our_journey .yearItem.year_2022 .yearStones::before {content: "";position: absolute; top: 13px;left: -18px;width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent;border-right: 19px solid #ece6d1;}


.aboutus-page .our_journey .yearItem.year_2019 .yearCircle span{background: #af5555;}
.aboutus-page .our_journey .yearItem.year_2019 .yearStones {background: #efdfe3;  padding: 1rem; border-radius: 10px; position: relative;padding: 1rem; border-radius: 10px;}
.aboutus-page .our_journey .yearItem.year_2019 .yearStones li {color: #af5555;}
.aboutus-page .our_journey .yearItem.year_2019 .yearStones::before {content: "";position: absolute; top: 13px;left: -18px;width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent;border-right: 19px solid #efdfe3;}



.aboutus-page .our_journey .yearItem.year_2017 .yearCircle span{background: #766194;}
.aboutus-page .our_journey .yearItem.year_2017 .yearStones { background: #d9d8f2;  padding: 1rem; border-radius: 10px; position: relative;padding: 1rem; border-radius: 10px;}
.aboutus-page .our_journey .yearItem.year_2017 .yearStones li {color: #766194;}
.aboutus-page .our_journey .yearItem.year_2017 .yearStones::before {content: "";position: absolute; top: 13px;left: -18px;width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent;border-right: 19px solid #d9d8f2;}



.aboutus-page .our_journey .yearItem.year_2016 .yearCircle span{background: #4f7951;}
.aboutus-page .our_journey .yearItem.year_2016 .yearStones { background: #cceadc;  padding: 1rem; border-radius: 10px; position: relative;padding: 1rem; border-radius: 10px;}
.aboutus-page .our_journey .yearItem.year_2016 .yearStones li {color: #4f7951;}
.aboutus-page .our_journey .yearItem.year_2016 .yearStones::before {content: "";position: absolute; top: 13px;left: -18px;width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent;border-right: 19px solid #cceadc;}


.aboutus-page .our_journey .planAchieve {
    position: absolute;
    left: 50px;
    top: 83px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--graycolor)
}












/*-------*/


















  .index-section .whyAppohm_main {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	background: #fff;
  }
  
  .index-section .whyAppohm_left {
	width: 18%;
  }
  
  .index-section .whyAppohm_right {
	width: 52%;
	padding: 30px;
  }
  
  
  .aboutus-page #flow-content1 {
	display: block;
	padding-top: 30px;
	color: #962222;
  }
  
  .aboutus-page #flow-content2 {
	display: block;
	padding-bottom: 30px;
	color: #7f5528;
  }
  
  .aboutus-page #flow-content3 {
	display: block;
	padding-top: 30px;
	color: #91912d
  }
  
  .aboutus-page #flow-content4 {
	display: block;
	padding-bottom: 30px;
	color: #41932c;
  }
  
  .aboutus-page #flow-content5 {
	display: block;
	padding-top: 30px;
	color: #288e8e;
  }
  
  .aboutus-page #flow-content6 {
	display: block;
	padding-bottom: 30px;
	color: #3063a0;
  }
  
  .aboutus-page #flow-content7 {
	display: block;
	padding-top: 30px;
	color: #554bb2;
  }
  
  
  .contactUs-page .support-box {
	background: #e6f6ff;
	padding: 1rem;
	border-radius: 5px;
  }
  
  .contactUs-page .contact-box {
	background: #e6f6ff;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 5px;
  }
  
  .contact-box .form-item input{
	font-family: 'Montserrat'!important;
  }

  .contact-box .form-item textarea{
	font-family: 'Montserrat'!important;
  }


  .contact-box .form-item select{
	font-family: 'Montserrat'!important;
  }




  .contactUs-page .form-item {
	padding: 10px;
  }
  
  .contactUs-page .form-item label {
	text-transform: uppercase;
	color: var(--graycolor);
	font-weight: 600;
  }
  
  .contactUs-page .form-item input[type=text] {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: solid 2px var(--graycolor);
	background: none;
  }
  
  .contactUs-page .form-item textarea {
	max-width: 100%;
	min-width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: solid 2px var(--graycolor);
	background: none;
  }
  
  .contactUs-page .form-item input:focus {
	outline: none;
	border-bottom: solid 2px var(--blue)
  }
  
  .contactUs-page .form-item textarea:focus {
	outline: none;
	border-bottom: solid 2px var(--blue)
  }
  
  .contactUs-page .support-item {
	border: solid 2px #ebebeb;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  }
  
  .contactUs-page .support-item .support-title {
	font-size: 15px;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .contactUs-page .support-icon {
	flex: 1;
  }
  
  .contactUs-page .support-title {
	flex: 6;
	padding: 0 20px;
  }
  
  .contactUs-page .support-arrow {
	flex: 1;
	font-size: 20px;
	color: var(--blue);
  }
  
  .contactUs-page .appohm-links li a {
    font-size: 13px;
    font-weight: 600;
    color: var(--darkcolor);
    padding-left:3px;
    background: #e6f6ff;
    text-align: center;
    align-items: center;
    border-radius: 5px;
	text-decoration: underline;
}
  


.contactUs-page .appohm-links li div {
    font-size: 13px;
    font-weight: 600;
    color: var(--darkcolor);
    display: block;
    padding: 14px;
    background: #e6f6ff;
    text-align: center;
    align-items: center;
    border-radius: 5px;
}


  .contactUs-page .support-section {
	padding: 0 2rem;
  }
  

  .content .app-h4 {
    font-weight: 600;
}
  .proSupport{
	margin-left: 1rem;
    border: solid 1px;
    padding: 3px 17px;
    border-radius: 6px;
    font-weight: 600;

  }
#yourIframe input[type=text] {
    width: 100%!important;
    padding: 10px 0!important;
    border: none!important;
    border-bottom: solid 2px var(--graycolor)!important;
    background: none!important;
}

















  /*-----Footer-----*/

  .footer-section ul li a.footerSupport{
color: var(--blue);

  }

  .footer-section {
	background: #1b1e2e;
	min-height: 300px;
	padding: 6rem 0 2rem 0;
	background-image: url(../images/FT-patern.svg);
	background-repeat: no-repeat;
	background-size: 43%;
	background-position: bottom right;
  
  
  }
  
  .footer-section ul li a {
	color: #e8e8e8;
  
  }
  
  .footer-section ul.FT-menu {
	line-height: 30px;
	font-size: 14px;
  
  }
  
  .footer-section ul.FT-menu.FT-products {
	font-weight: 600;
	line-height: 50px;
  
  
  }
  
  .footer-section ul li a img {
	width: 31px;
	margin-right: 12px;
  }
  
  .footer-section .FT-ul-head {
	font-size: 18px;
	color: #fff;
	margin-bottom: 1rem;
	display: block;
	font-weight: 600;
  }
  
  .footer-section .FT-arrow a::before {
	content: "\f054";
	font-family: fontawesome;
	margin-right: 10px;
	font-size: 13px;
  }
  
  
  .footer-section .FT-bottom-border {
	border-top: solid 2px #22273a;
	padding-top: 2rem;
	margin-top: 2rem;
  }
  
  .footer-section .FT-TPR {
	color: #fff;
  }
  
  .footer-section .FT-TPR img {
	width: 50%;
	filter: brightness(10.5);
	display: block;
	margin-bottom: 1rem;
  }
  
  
  .footer-section .FT-TPR a {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
  }
  
  .footer-section .FT-TPR a:nth-child(2) {
  
	margin-left: 0;
  }
  
  .footer-section .FT-social-icon {
	text-align: right;
  }
  
  .footer-section .FT-social-icon a {
  
	color: #fff;
	font-size: 27px;
	margin: 10px;
  
  }
  
  
  .footer-section .FT-partners-img img {
	width: 80%;
  }
  
  .copy-right {
	display: block;
	color: #fff;
	text-align: right;
  }
  
  .copy-right i {
	font-weight: 100;
  }
  
  /*-----*/
  
  /*--product list page --*/
  
  .all-in-One-section {
	background-color: #fff;
  }
  
  .all-in-One-section .all-in-one-wrap {
	background-color: #fff0e9;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin:0 0 1rem 0;
	padding: 0 6rem 6rem 6rem;
	background-image: url(../images/all-in-one-icon.svg);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: top right;
  }
  
  .all-in-One-section .all-in-one-wrap span.title-part {
	width: 45%;
	display: block;
	margin: 0 auto;
	padding-bottom: 4rem;
  }
  
  .aio-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .all-in-One-section .aio-list-item::before {
	content: url(../images/red-list\ icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .all-in-One-section .theme-btn {
	background: #003b63;
	border: solid 2px #003b63;
  }
  
  .all-in-One-section .theme-btn-low {
	border: solid 2px #003b63;
	background: none;
	color: #003b63;
  }

  /* .demoVideo{background-image: url(../images/videoBG.svg);} */

  .demoVideo iframe {
    width: 100%;
    height: 320px;
    border-radius: 10px;
}


  
  .universal-cloning-section {
	background-color: #fff;
  }
  
  .universal-cloning-section .UC-wrap {
	background-color: #eefff4;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 3rem 0;
	padding: 0 6rem 6rem 6rem;
	background-image: url(../images/UC-icon.svg);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: top right;
  }
  
  .universal-cloning-section .UC-wrap span.title-part {
	width: 45%;
	display: block;
	margin: 0 auto;
	padding-bottom: 4rem;
  }
  
  .universal-cloning-section .UC-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .universal-cloning-section .UC-list-item::before {
	content: url(../images/UC-list\ iocn.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .universal-cloning-section .theme-btn {
	background: #69b780;
	border: solid 2px #69b780;
  }
  
  .universal-cloning-section .theme-btn-low {
	border: solid 2px #69b780;
	background: none;
	color: #69b780;
  }
  
  .universal-cloning-section {
	background-color: #fff;
  }
  
  .universal-cloning-section .UC-wrap {
	background-color: #eefff4;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 3rem 0;
	padding: 0 6rem 6rem 6rem;
	background-image: url(../images/UC-icon.svg);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: top right;
  }
  
  .universal-cloning-section .UC-wrap span.title-part {
	width: 45%;
	display: block;
	margin: 0 auto;
	padding-bottom: 4rem;
  }
  
  .universal-cloning-section .UC-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .universal-cloning-section .UC-list-item::before {
	content: url(../images/UC-list\ iocn.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .universal-cloning-section .theme-btn {
	background: #69b780;
	border: solid 2px #69b780;
  }
  
  .universal-cloning-section .theme-btn-low {
	border: solid 2px #69b780;
	background: none;
	color: #69b780;
  }
  
  .AFHT-section {
	background-color: #fff;
  }
  
  .AFHT-section .AFHT-wrap {
	background-color: #ebf7ff;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 1rem 0 2rem 0;
	padding: 0 6rem 6rem 6rem;
	background-image: url(../images/AFHT-icon.svg);
	background-repeat: no-repeat;
	background-size: 18%;
	background-position: top right;
  }
  
  .AFHT-section .AFHT-wrap span.title-part {
	width: 45%;
	display: block;
	margin: 0 auto;
	padding-bottom: 4rem;
  }
  
  .AFHT-section .AFHT-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .AFHT-section .AFHT-list-item::before {
	content: url(../images/AFHT-list-con.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .AFHT-section .theme-btn {
	background: #006eda;
	border: solid 2px #006eda;
  }
  
  .AFHT-section .theme-btn-low {
	border: solid 2px #006eda;
	background: none;
	color: #006eda;
  }
  
  
  .comparison-section .comparison-table tr th {
	padding: 15px 0;
	padding-left: 12px;
  }
  
  /* .comparison-section .comparison-table tr td{border-bottom: solid 1px #ededed;} */
  .comparison-section {
	background-color: #fff;
	padding-bottom: 5rem;
  }
  
  .comparison-section .poor-rating-title {
	color: rgb(213 31 31);
  }
  
  .comparison-section .good-rating-title {
	color: rgb(4, 164, 14);
  }
  
  .comparison-section .comparison-table tr:nth-child(even) {
	background-color: #d0ecff;
  }
  
  .comparison-section .compareTable{
	padding: 10px;
	border-radius: 10px;
	
	
  }
  .compareItem_wraper{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
  }
  .comparison-section .compareItem-left{
	width: 49.5%;
	margin-bottom: 7px;
	background:#ffe7e7;
    border-bottom: 2px solid #ffb4b6;
    padding:10px 15px 10px 35px;
	border-radius: 5px;
	position: relative;
	
  }
  .comparison-section .compareItem-right{
	width: 49.5%;
	margin-bottom: 7px;
	background: rgb(219 246 226);
    border-bottom: 2px solid rgb(146 232 163) ;
    padding: 10px 15px 10px 35px;
	border-radius: 5px;
	position: relative;
  }
  
 
  
  .comparison-section .poor-rating::before {
	content: "22";
	margin-right: 10px;
	font-family: FontAwesome;
	content: "\f00d";
	color: #a9272b;
	position: absolute;
	left: 12px;

  }
    
  .comparison-section .good-rating::before {
	content: "22";
	margin-right: 10px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #628724;
	position: absolute;
	left: 12px;


  }
  
.compareItem-leftHead {
	
	width: 49.5%;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
	background: #ffc4c4;
	margin-bottom: 7px;
	border-radius: 5px;

}
.compareItem-rightHead{
    width: 49.5%;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
	background: #a7d9ab;
	margin-bottom: 7px;
	border-radius: 5px;
}

/*--Service Page 26 feb 2024--*/

.service-page .service_item{ padding: 0 20px 20px 20px;}


.service_item .serviceItemHeader {
    width: 321px;
    margin-left: 2rem;
    background-image: url(../images/sericeIcons/serviceIconHeadBg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0 36px;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 66px;
	justify-content: center;
}



.service-page .service_item p{font-size: 15px;	margin-bottom: 1rem;}
.serviceCont{padding:  2rem;display: block;}
.service_item img { width: 60%;margin-left: 2rem;display: block;}
.service-page .serviceDetail_link { display: inline-block; padding: 5px 10px; border-radius: 3px; color: #fff;  font-weight: 500;}

.service-page .service_01{background-color: #fff0e9;border-radius: 10px;height: 100%; background-image:url(../images/sericeIcons/S01.svg); background-repeat: no-repeat; background-size: 16%; background-position:right top;}
.service-page .service_01 .serviceDetail_link{background: #be8871;}
.service_01 .serviceItemHeader{color: #be8871;}

.service-page .service_02{background-color: #eefff4;border-radius: 10px;height: 100%;background-image:url(../images/sericeIcons/S02.svg);background-repeat: no-repeat;  background-size: 16%; background-position:right top;}
.service-page .service_02 .serviceDetail_link{background: #69b780;}
.service_02 .serviceItemHeader{color: #69b780;}

.service-page .service_03{background-color: #ebf7ff;border-radius: 10px;height: 100%;background-image:url(../images/sericeIcons/S03.svg);background-repeat: no-repeat;  background-size: 16%; background-position:right top;}
.service-page .service_03 .serviceDetail_link{background: #006eda;}
.service_03 .serviceItemHeader{color: #006eda;}

.service-page .service_04{background-color: #f3ebff;border-radius: 10px;height: 100%;background-image:url(../images/sericeIcons/S04.svg);background-repeat: no-repeat;  background-size: 16%; background-position:right top;}
.service-page .service_04 .serviceDetail_link{background: #674a96;}
.service_04 .serviceItemHeader{color: #674a96;}

.service-page .service_05{background-color: #ffedf5;border-radius: 10px;height: 100%;background-image:url(../images/sericeIcons/S05.svg);background-repeat: no-repeat;  background-size: 16%; background-position:right top;}
.service-page .service_05 .serviceDetail_link{background: #c86390;}
.service_05 .serviceItemHeader{color: #c86390;}


.service-page .service_06{background-color: #d8fbff;border-radius: 10px;height: 100%;background-image:url(../images/sericeIcons/S06.svg);background-repeat: no-repeat;  background-size: 16%; background-position:right top;}
.service-page .service_06 .serviceDetail_link{background: #258e9a;}
.service_06 .serviceItemHeader{color: #258e9a;}


.service-page .service_01{background-color: #fff0e9;border-radius: 10px;height: 100%; background-image:url(../images/sericeIcons/S01.svg); background-repeat: no-repeat; background-size: 16%; background-position:right top;}



/*--Case Studies--*/

.case_studies-page .case_studyItem {
    
    min-height: 400px;
	position: relative;
	padding-bottom: 30px;
	height: 100%;
	box-shadow: 2px 2px 5px #ddddddc4;
}


.case_studies-page .case_studyItem img {
 width: 100%;
	
}

.case_studies-page .case_studyItem p {
	padding: 30px;

}


.case_studies-page .case_studyItem .readeMore{
	position: absolute;
    left: 30px;
    bottom: 18px;
    font-size: 17px;
}




.case_studies-page .RecordDocmanager .readeMore {color: #d88d75; background: no-repeat; padding: 0; margin: 0;}
.case_studies-page .RecordDocmanager .case_studyItem{border-bottom: solid 3px #d88d75;}
.case_studies-page .RecordDocmanager .caseImg{background: #fff0e9;}

.case_studies-page .DynamicTemplateSolution .readeMore {color: #6db280; background: no-repeat; padding: 0; margin: 0;}
.case_studies-page .DynamicTemplateSolution .case_studyItem{border-bottom: solid 3px #6db280;}
.case_studies-page .DynamicTemplateSolution .caseImg{background: #eefff4;}


.case_studies-page .MultipleMultilingualCommunities .readeMore {color: #3cacdd; background: no-repeat; padding: 0; margin: 0;}
.case_studies-page .MultipleMultilingualCommunities .case_studyItem{border-bottom: solid 3px #3cacdd;}
.case_studies-page .MultipleMultilingualCommunities .caseImg{background: #ebf7ff;}

.case_studies-page .RefactoredEtlTool .readeMore { color: #ac8fe5;background: no-repeat; padding: 0; margin: 0;}
.case_studies-page .RefactoredEtlTool .case_studyItem{border-bottom: solid 3px #ac8fe5;}
.case_studies-page .RefactoredEtlTool .caseImg{background: #f3ebff;}





.case_studies-page .case_studyItem .caseTitle { width: 321px; margin:0 auto; background-image: url(../images/sericeIcons/serviceIconHeadBg.svg); background-repeat: no-repeat; background-position: center top; padding: 0 36px; font-size: 15px; line-height: normal; font-weight: 700; display: flex; align-items: center;height: 66px;justify-content: center; color: var(--darkcolor); margin-bottom: 5rem;
position: absolute; left: 0; right: 0; text-align: center; 
}










.ServDetHeader{display: flex; align-items: center; margin-bottom: 1rem;}
.serDetNumber{width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center;}

.SCD-wrap .serDetNumber{background: #fff0e9;
    color: #be8871;
    font-size: 30px;
    font-weight: 500;
}

.ServDetTitle {
    font-size: 18px;
    font-weight: 600;
    padding-left: 13px;
    color: #003b63;
    line-height: normal;
}



.service-page .serviceDetailItem{  padding: 2rem; border-radius: 10px; margin-bottom: 1rem; height: 100%; display: flex;}
.serviceDetailItem_Cont{display: block; }


.SCD-wrap .serviceDetailItem{border: solid 1px #f9d7c8; border-left:  solid 5px #f9d7c8;}




.SCI-wrap .serviceDetailItem{border: solid 1px #abf1c2; border-left:  solid 5px #abf1c2;}
.SCI-wrap .serDetNumber{
	background: #eefff4;
    color: #69b780;
    font-size: 30px;
    font-weight: 500;


}

.SBA-wrap .serviceDetailItem{border: solid 1px #d4bff7; border-left:  solid 5px #d4bff7;}
.SBA-wrap .serDetNumber{
	background: #f3ebff;
    color: #674a96;
    font-size: 30px;
    font-weight: 500;


}
.TLE-wrap .serviceDetailItem{border: solid 1px #f3a6c9; border-left:  solid 5px #f3a6c9;}
.TLE-wrap .serDetNumber{
	background: #ffeef6;
    color: #c86390;
    font-size: 30px;
    font-weight: 500;


}

.LSM-wrap .serviceDetailItem{border: solid 1px #99dfe7; border-left:  solid 5px #99dfe7;}
.LSM-wrap .serDetNumber{
	background: #d8fbff;
    color: #258e9a;
    font-size: 30px;
    font-weight: 500;


}

.AAD-wrap .serviceDetailItem{border: solid 1px #a2cdea; border-left:  solid 5px #a2cdea;}
.AAD-wrap .serDetNumber{
	background: #ebf7ff;
    color: #56a0d1;
    font-size: 30px;
    font-weight: 500;


}




.LSM-wrap .ServDetHeader{margin-bottom: 0;}
.LSM-wrap .serviceDetailItem{padding:1rem ;}

  /*----*/
  
  
  /*-- product-detail-page--*/
  
  .product-detail-section .main-slider .desktop img {
	max-width: 55%;
  }
  
  .product-detail-section .produt-page-logo img {
	width: 45%;
	margin-bottom: 15px;
  }
  
  .product-detail-section .main-layout-section {
	background: #fff;
	padding: 5rem 0;
  }
  
  .product-detail-section .main-layout-section .main-layout {
	background-color: #f4f4f4;
	background-image: url(../images/Gray-pattern.svg);
	background-repeat: no-repeat;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	padding: 2rem;
  }
  
  .product-detail-section .main-layout-section .main-layout-left {
	height: 100%;
	vertical-align: middle;
  }
  
  .product-detail-section .main-layout-section .main-layout-right {
	background-color: #f9f9f9;
	height: 100%;
  }
  
  .product-detail-section .main-layout-section .main-layout-right .web-icon {
	width: 67px;
	display: inline-block;
	float: left;
	margin-right: 1rem;
  }
  
  .product-detail-section .main-layout-section .layout-item {
	width: 50%;
	padding: 2rem;
	border: solid 1px #f0f0f0;
  }
  
  
  .product-detail-section .calendar-layout-section {
	background: #fff;
  }
  
  .product-detail-section .calendar-layout-section .calendar-wrap {
	background-color: #ffeeee;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 0 3rem 3rem 3rem;
	background-image: url(../images/calender-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
  }
  
  .product-detail-section .calendar-layout-section .calendar-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .product-detail-section .calendar-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .product-detail-section .calendar-layout-section .layout-list-item::before {
	content: url(../images/red-list\ icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .product-detail-section .calendar-layout-section .theme-btn {
	background: #eb4235;
	border: solid 2px #eb4235;
  }
  
  .product-detail-section .calendar-layout-section .theme-btn-low {
	border: solid 2px #eb4235;
	background: none;
	color: #eb4235;
  }
  
  .product-detail-section .calendar-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .product-detail-section .planner-layout-section {
	background: #fff;
  }
  
  .product-detail-section .planner-layout-section .planner-wrap {
	background-color: #fff5e1;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 0 3rem 3rem 3rem;
	background-image: url(../images/planner-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
  }
  
  .product-detail-section .planner-layout-section .planner-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .product-detail-section .planner-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .product-detail-section .planner-layout-section .layout-list-item::before {
	content: url(../images/yellow-list-icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .product-detail-section .planner-layout-section .theme-btn {
	background: #f9ae08;
	border: solid 2px #f9ae08;
  }
  
  .product-detail-section .planner-layout-section .theme-btn-low {
	border: solid 2px #f9ae08;
	background: none;
	color: #f9ae08;
  }
  
  .product-detail-section .planner-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .product-detail-section .resource-layout-section {
	background: #fff;
  }
  
  .product-detail-section .resource-layout-section .resource-wrap {
	background-color: #e9ffec;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 0 3rem 3rem 3rem;
	background-image: url(../images/resource-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
  }
  
  .product-detail-section .resource-layout-section .resource-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .product-detail-section .resource-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .product-detail-section .resource-layout-section .layout-list-item::before {
	content: url(../images/green-list-icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .product-detail-section .resource-layout-section .theme-btn {
	background: #32a953;
	border: solid 2px #32a953;
  }
  
  .product-detail-section .resource-layout-section .theme-btn-low {
	border: solid 2px #32a953;
	background: none;
	color: #32a953;
  }
  
  .product-detail-section .resource-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .product-detail-section .geomap-layout-section {
	background: #fff;
  }
  
  .product-detail-section .geomap-layout-section .geomap-wrap {
	background-color: #e9f5ff;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 0 3rem 3rem 3rem;
	background-image: url(../images/geomap-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
  }
  
  .product-detail-section .geomap-layout-section .geomap-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .product-detail-section .geomap-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .product-detail-section .geomap-layout-section .layout-list-item::before {
	content: url(../images/blue-list-icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .product-detail-section .geomap-layout-section .theme-btn {
	background: #3e85f4;
	border: solid 2px #3e85f4;
  }
  
  .product-detail-section .geomap-layout-section .theme-btn-low {
	border: solid 2px #3e85f4;
	background: none;
	color: #3e85f4;
  }
  
  .product-detail-section .geomap-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .product-detail-section .afhtMain-layout-section {
	background: #fff;
  }
  
  .product-detail-section .afhtMain-layout-section .afhtMain-wrap {
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 4rem 0;
	padding: 0;
  }
  
  .product-detail-section .afhtMain-layout-section .afhtMain-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .product-detail-section .afhtMain-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .product-detail-section .afhtMain-layout-section .layout-list-item::before {
	content: url(../images/blue-list-icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .product-detail-section .afhtMain-layout-section .theme-btn {
	background: #eb4235;
	border: solid 2px #eb4235;
  }
  
  .product-detail-section .afhtMain-layout-section .theme-btn-low {
	border: solid 2px #eb4235;
	background: none;
	color: #eb4235;
  }
  
  .product-detail-section .afhtMain-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem 0;
	border-radius: 13px;
  }
  
  .product-detail-section .afhtMain-layout-section .afhtMain-cont-img img {
	width: 90%;
  }
  
  .product-detail-section .produt-page-logo.afht-logo img {
	width: 35%;
  }
  
  .product-detail-section .main-layout-section .main-layout-right.afht-right {
	background: none;
  }
  
  .product-detail-section .afht-main-views {
    background: #fff;
    display: flex;
   
    border-radius: 100px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 0px 2px #ccc;
    padding: 1rem 1.5rem;
    justify-content: space-between;
  }

    
  .product-detail-section .allInOne-main-views {
    background: #fff;
    display: flex;
    border-radius: 100px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 0px 2px #ccc;
    padding: 1rem 1.5rem;
    justify-content: space-between;
}

  .product-detail-section .allInOne-main-views .view-item {
	display: flex;
	align-items: center;
  }
  
  .product-detail-section .afht-main-views .view-item {
	display: flex;
	align-items: center;
  }
  
  .view-item .viewIcon {
	width: 60px;

  }
  
  .view-item .viewIcon-text {

	font-size: 18px;
	padding-left: 1rem;
	
  }
  
  
  .newFeatures-section {
	background: #fff;
  }
  
  .newFeatures-section .newFeatures-wrap {
	background-position: top right;
	background-size: 40%;
	background-repeat: no-repeat;
	background-color: var(--blue);
	background-image: url(../images/new-fetures-pattern.svg);
	min-height: 300px;
	border-radius: 20px;
	margin: 2rem 0;
  }
  
  .newFeatures-section .newFeatures-wrap p {
	color: #fff;
  }
  
  .newFeatures-section .newFeatures-wrap .app-h2 {
	color: #fff;
  }
  
  .new-features-img {
	position: relative;
  }
  
  .new-features-img img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 110%;
	top: 28px;
  }
  
  .featuresNumber-section {
	padding: 4rem 0;
	background-color: #fff;
  }
  
  .featuresNumber-section .numberBox {
	padding: 4rem 2rem 1rem;
	border: solid 1px #e5e5e5;
	min-height: 200px;
	width: 33%;
	display: block;
	float: left;
	position: relative;
  }
  
  .featuresNumber-section .featuresNumber {
	color: var(--blue);
	width: 80px;
	height: 80px;
	border-radius: 100px;
	background: #fff;
	border: solid 1px #ccc;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	right: 0;
	top: -19%;
	left: 0;
	font-size: 37px;
	padding: 12px;
	margin: 0 auto;
  }
  
  
  /*----*/
  
  
  /*-- universalCloner 22-6-2023--*/
  
  .universalCloner-section .main-slider .desktop img {
	max-width: 55%;
  }
  
  .universalCloner-section .produt-page-logo img {
	width: 45%;
	margin-bottom: 15px;
  }
  
  
  .universalCloner-section .fiveLevel-layout-section {
	background: #fff;
  }
  
  .universalCloner-section .fiveLevel-layout-section .fiveLevel-wrap {
	background-color: #e9ffec;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 4rem 3rem;
	background-image: url(../images/greenBg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
  }
  
  .universalCloner-section .fiveLevel-layout-section .fiveLevel-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .universalCloner-section .fiveLevel-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .universalCloner-section .fiveLevel-layout-section .layout-list-item::before {
	content: url(../images/green-list-icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .universalCloner-section .fiveLevel-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .universalCloner-section .clonerConfig-layout-section {
	background: #fff;
  }
  
  .universalCloner-section .clonerConfig-layout-section .clonerConfig-wrap {
	background-color: #ffeeee;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 4rem 3rem;
	background-image: url(../images/calender-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
  }
  
  .universalCloner-section .clonerConfig-layout-section .clonerConfig-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .universalCloner-section .clonerConfig-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .universalCloner-section .clonerConfig-layout-section .layout-list-item::before {
	content: url(../images/red-list\ icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .universalCloner-section .clonerConfig-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .universalCloner-section .cloningProcess-layout-section {
	background: #fff;
  }
  
  .universalCloner-section .cloningProcess-layout-section .cloningProcess-wrap {
	background-color: #e9f5ff;
	min-height: 300px;
	width: 100%;
	border-radius: 20px;
	margin: 2rem 0;
	padding: 4rem 3rem;
	background-image: url(../images/geomap-bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
  }
  
  .universalCloner-section .cloningProcess-layout-section .cloningProcess-wrap span.title-part {
	width: 45%;
	display: block;
	padding-bottom: 4rem;
  }
  
  .universalCloner-section .cloningProcess-layout-section .layout-list-item {
	display: block;
	font-size: 16px;
	color: #003b63;
	margin: 13px 0;
	font-weight: 500;
	padding-left: 2.5rem;
	position: relative;
  }
  
  .universalCloner-section .cloningProcess-layout-section .layout-list-item::before {
	content: url(../images/blue-list-icon.svg);
	margin-right: 10px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
  }
  
  .universalCloner-section .cloningProcess-layout-section .layout-list-wrap {
	background: white;
	padding: 2rem;
	border-radius: 13px;
  }
  
  
  .universalCloner-section .cloner-features-wraper .cloner-table tr td {
	border: solid 1px #ccc;
	padding: 10px;
	width: 33%;
	font-size: 15px;
	color: var(--graycolor);
	text-align: center;
  }
  
  .universalCloner-section .cloner-features-wraper .cloner-table tr th {
	border: solid 1px #ccc;
	padding: 10px;
	background: #EFEFEF;
	text-align: center;
  }
  
  .universalCloner-section .cloner-features-wraper .cloner-table .limited {
	color: #57BB35;
  }
  
  .universalCloner-section .cloner-features-wraper .cloner-table .unlimited {
	color: #B7A135;
  }
  
  
  .universalCloner-section .cloner-features-wraper .bottom-blue-line {
	width: 15%;
	height: 4px;
	background: var(--blue);
	margin: 0 auto;
	display: block;
	margin-bottom: 2rem;
	margin-top: 1rem;
  }
  
  .universalCloner-section .cloner-features-wraper .free-version-btn {
	background: #2e8e0e;
	border: none;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
  }
  
  .universalCloner-section .cloner-features-wraper .pro-version-btn {
	background: #AA9944;
	border: none;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
  }
  
  .universalCloner-section .cloner-features-wraper .cloner-table tr.cloner-main-title {
	background: #69b780;
	font-weight: 600;
  }
  
  .universalCloner-section .cloner-features-wraper .cloner-table tr.cloner-main-title td {
	color: #fff;
	font-size: 1.3rem;
  }
  
  table.cloner-table tr:nth-child(even) {
	background: #eaf5ed;
  }
  
  table.cloner-table tr:nth-last-child(1) {
	background: none;
  }
  
  /*-----About us----*/
  
  
  .about-us .main-slider .title-Sales-Solution-sub {
	color: var(--darkcolor);
	line-height: normal;
	font-size: 26px;
	margin-bottom: 1rem;
	display: block;
  }
  
  .about-us .layout-icon-section {
	background: rgb(50, 111, 183);
	background: linear-gradient(90deg, rgba(50, 111, 183, 1) 0%, rgba(27, 153, 214, 1) 100%);
	text-align: center;
	padding: 1rem 0;
	min-height: auto;
  }
  
  .about-us .main-slider .demo-btn img {
	width: 40px;
	margin-right: 5px;
  }
  
  .about-us .Approach-section {
	padding: 2.5rem 0;
  }
  
  .bottom-blue-line {
	width: 10%;
	height: 4px;
	background: var(--blue);
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: block;
  }
  
  .about-us .Approach-section .service-content h1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .about-us .Approach-section .approach-icon img {
	width: 45px;
	padding-right: 5px;
	float: left;
	display: block;
  }
  
  .about-us .Approach-section .service-content .sub-arch {
	font-weight: 400;
	font-size: 15px;
	color: var(--graycolor);
	line-height: 15px;
  }
  
  .about-us .work-process-section .work-process-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 350px;
	border-radius: 20px;
	position: relative;
  }
  
  .about-us .work-process-section .work-process-wraper .bottom-blue-line {
	width: 15%;
	height: 4px;
	background: var(--blue);
	margin: 10px 0;
	display: block;
  }
  
  .about-us .work-process-section .work-process-wraper .process-right-part img {
	position: absolute;
	bottom: 0;
	max-width: 80%;
  }
  
  .about-us .team-section p {
	text-align: center;
	padding: 0 10rem;
	font-weight: 300;
	line-height: normal;
  }
  
  .about-us .team-section .team-img {
	text-align: center;
  }
  
  .about-us .team-section .team-img img {
	width: 80%;
  }
  
  .about-us .team-section .certificate-group img {
	width: 100%;
  }
  
  /*----Career Page----*/
  .career-section .main-slider .desktop img {
	width: 100%;
  }
  
  .career-section .main-slider .title-Sales-Solution-sub {
	color: var(--darkcolor);
	line-height: normal;
	font-size: 26px;
	margin-bottom: 1rem;
	display: block;
  }
  
  .career-section .main-slider .demo-btn img {
	width: 40px;
	margin-right: 5px;
  }
  
  
  /*
	.career-section  .Approach-section{
	padding: 2.5rem 0;
	}*/
  
  .career-section .Approach-section h1.Approach {
	font-size: 2rem;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .career-section .Approach-section .service-content h1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .career-section .Approach-section .approach-icon img {
	width: 45px;
	padding-right: 5px;
	float: left;
	display: block;
  }
  
  .career-section .Approach-section .service-content .sub-arch {
	font-weight: 400;
	font-size: 15px;
	color: var(--graycolor);
	line-height: 15px;
  }
  
  .career-section .Approach-section .approach-item p {
	color: var(--graycolor);
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
  }
  
  .career-section .success-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 350px;
	border-radius: 20px;
	position: relative;
  }
  
  .career-section .success-wraper .bottom-blue-line {
	width: 10%;
	height: 4px;
	background: var(--blue);
	margin: 0 auto;
	margin-bottom: 1rem;
	margin-top: 1rem;
	display: block;
  }
  
  .career-section .success-wraper .team-cont-head {
	font-size: 20px;
	display: block;
	text-align: center;
	width: 100%;
	color: var(--darkcolor);
  }
  
  .career-section .success-wraper p {
	padding: 0 10rem;
	text-align: center;
  }
  
  .career-section .success-wraper .team-img {
	text-align: center;
  }
  
  .career-section .success-wraper .team-img img {
	width: 80%;
  }
  
  .career-section .success-wraper .certificate-group img {
	width: 100%;
  }

  .career-section .item-content h3{

	font-size: 16px ;
    color: var(--darkcolor);
	font-weight: 600;
  }
  .career-section .item-content p{

	font-size: 15px;
	
  }

.career-section .join_us{

	font-size: 7rem;
	color: var(--graycolor);
	font-weight: 600;
}

.career-section .joinUs-section .career_mail a{

	color: var(--darkcolor);
	font-weight: 600;

}

.career-section .gallImg {
    background:#000;
    height: 200px;
    margin: 5px;
    position: relative;
	display: flex;
}

.career-section .gallImg iframe{
  width: 100%;
  height: 100%;
}

.career-section .gallImg a{
	width: 100%;

  }

  
.career-section .gallImg a video{
	width: 100%;
	height: 100%;
	object-fit: cover;

  }
.career-section .gallImg img {
    object-fit: cover;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
}

  span.sub-head {
	font-size: 20px;
	display: block;
	width: 100%;
	color: var(--blue);
	line-height: normal;
  }
  
  /*-----------------*/
  
  /*-----working -------*/
  
  
  .working-section .working-wraper span.sub-head {
	font-size: 20px;
	display: block;
	text-align: center;
	width: 100%;
	color: var(--blue);
	line-height: 15px;
  }
  
  .working-section .working-wraper .working-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .working-section .working-wraper .working-item .icon {
	float: left;
	width: 20%;
	padding: 10px;
  }
  
  .working-section .working-wraper .working-item .icon img {
	width: 100%;
  }
  
  .working-section .working-wraper .working-item h1 {
	font-size: 1rem;
	display: block;
	width: 100%;
	font-weight: 600;
	color: var(--darkcolor);
	text-align: left;
  }
  
  .working-section .working-wraper .working-item .item-content {
	float: left;
	width: 80%;
	padding-left: 1rem;
  }
  
  /*-------*/
  
  /*------Positions section------*/
  .positions-section {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
  }
  
  .positions-section .positions-wraper .tab {
	overflow: hidden;
	margin-top: 4rem;
  }
  
  /* Style the buttons inside the tab */
  .positions-section .positions-wraper .tab button {
	background: none;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0px 0;
	transition: 0.3s;
	font-size: 15px;
	margin: 0 21px;
	border-bottom: solid 3px #f1f4f9;
  }
  
  /* Change background color of buttons on hover */
  
  #overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
  }
  
  
  .positions-section .positions-wraper .tab button:hover {
	color: var(--blue);
  }
  
  /* Create an active/current tablink class */
  .positions-section .positions-wraper .tab button.active {
	color: var(--blue);
	border-bottom: solid 3px var(--blue);
  }
  
  .activeMenu {
	color: var(--blue);
	border-bottom: solid 3px var(--blue);
  }
  
  
  /* Style the tab content */
  .positions-section .positions-wraper .tabcontent {
	display: none;
	padding: 2rem 0;
	border-top: none;
  }
  
  .positions-section .positions-wraper span.sub-head {
	text-align: left;
  }
  
  .positions-section .positions-wraper .bottom-blue-line {
	margin: 1rem 0;
  }
  
  .positions-section .positions-wraper .tab button:nth-child(1) {
	margin-left: 0;
  }
  
  .positions-section .positions-wraper .tabcontent span {
	font-size: 1rem;
	color: var(--graycolor);
	display: block;
  }
  
  .positions-section .positions-wraper .openings-det {
	border-bottom: solid 1px #ccc;
  }
  
  .positions-section .positions-wraper .openings-det:nth-last-child(1) {
	border-bottom: none;
  }
  
  /*------*/
  



  /*----Partners-----*/
  
  .main-partners-section .main-slider img {
	width: 100%;
  }
  
  .main-partners-section .title-Sales-Solution {
	color: var(--darkcolor);
	font-size: 60px;
  }
  
  .main-partners-section .main-slider .title-Sales-Solution-sub {
	color: var(--darkcolor);
	line-height: normal;
	font-size: 26px;
	margin-bottom: 1rem;
	display: block;
  }
  
  .main-partners-section .main-slider .demo-btn img {
	width: 40px;
	margin-right: 5px;
  }
  
  .main-partners-section .client-wraper p {
	text-align: center;
  }
  
  .main-partners-section .client-wraper .client-logo {
	background: white;
	min-height: 100px;
	position: relative;
	transition: .5s;
	cursor: pointer;
	border: solid 1px #00000017;
	border-radius: 5px;
  }
  
  .main-partners-section .client-wraper .client-logo img {
	filter: grayscale(100%);
	max-width: 78%;
	margin: auto;
	opacity: .5;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .5s;
	right: 0;
	left: 0;
  }
  
  .main-partners-section .client-wraper .client-logo:hover {
	transform: scale(1.5);
	transition: .3s;
	box-shadow: 0 0 50px #ddd;
	z-index: 1;
  }
  
  .main-partners-section .client-wraper .client-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
  }
  
  /*---------*/
  
  /*-----who we are----*/
  .who-we-are-section .mission-img img {
	max-height: 350px;
  }
  
  .who-we-are-section .title-Sales-Solution-sub {
	color: var(--darkcolor);
	line-height: normal;
	font-size: 26px;
	margin-bottom: 1rem;
	display: block;
  }
  
  .who-we-are-section .main-slider .demo-btn img {
	width: 40px;
	margin-right: 5px;
  }
  
  .who-we-are-section .mission-section .mission-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 300px;
	border-radius: 20px;
	position: relative;
  }
  
  
  /*------*/
  
  /*--what we are doing---*/
  .what-doing-section .what-doing-wraper span.sub-head {
	text-align: left;
  }
  
  .what-doing-section .what-doing-wraper .bottom-blue-line {
	margin: 1rem 0;
  }
  
  .what-doing-section .what-doing-wraper .working-style a {
	display: block;
	margin: 1rem 0;
	color: var(--darkcolor);
  }
  
  .what-doing-section .what-doing-wraper .working-style {
	margin: 2rem 0;
  }
  
  .what-doing-section .what-doing-wraper .working-style a i {
	font-size: 22px;
	margin-right: 10px;
	color: var(--blue);
  }
  
  /*--------*/
  
  /*-----All-in-One-----*/
  
  
  .All-in-One-section .title-Sales-Solution img {
	width: 45%;
	margin-bottom: 2rem;
  }
  
  .All-in-One-section .title-Sales-Solution-sub {
	color: var(--darkcolor);
	line-height: normal;
	font-size: 26px;
	margin-bottom: 1rem;
	display: block;
  }
  
  .All-in-One-section .main-slider .demo-btn img {
	width: 40px;
	margin-right: 5px;
  }
  
  .All-in-One-section .calendar-section .calendar-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 300px;
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .All-in-One-section .calendar-section .title-part-icon {
	float: left;
  }
  
  
  .All-in-One-section .calendar-section .title-part {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .calendar-section .layout-title {
	display: block;
	float: left;
	padding-left: 0.5rem;
  }
  
  .All-in-One-section .calendar-section .key-features {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .calendar-section .key-features h3 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .All-in-One-section .calendar-section .key-features ul li {
	color: var(--graycolor);
	margin: .5rem 0;
	font-size: 14px;
  }
  
  .All-in-One-section .calendar-section .key-features ul li i {
	color: var(--darkcolor);
	font-size: 15px;
	margin-right: 5px;
  }
  
  .All-in-One-section .calendar-section .title-part-icon img {
	width: 65px;
	padding-right: 5px;
	float: left;
	display: block;
  }
  
  .All-in-One-section .calendar-section .title-part h1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--darkcolor);
	line-height: 25px;
  }
  
  .All-in-One-section .calendar-section .layout-img img {
	width: 100%;
  }
  
  .All-in-One-section .planner-section .planner-wraper {
	min-height: 300px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .All-in-One-section .planner-section .title-part-icon {
	float: left;
  }
  
  
  .All-in-One-section .planner-section .title-part {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .planner-section .layout-title {
	display: block;
	float: left;
	padding-left: 0.5rem;
  }
  
  .All-in-One-section .planner-section .key-features {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .planner-section .key-features h3 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .All-in-One-section .planner-section .key-features ul li {
	color: var(--graycolor);
	margin: .5rem 0;
	font-size: 16px;
  }
  
  .All-in-One-section .planner-section .key-features ul li i {
	color: var(--darkcolor);
	font-size: 15px;
	margin-right: 5px;
  }
  
  .All-in-One-section .planner-section .title-part-icon img {
	width: 65px;
	padding-right: 5px;
	float: left;
	display: block;
  }
  
  .All-in-One-section .planner-section .title-part h1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--darkcolor);
	line-height: 25px;
  }
  
  .All-in-One-section .planner-section .layout-img img {
	width: 100%;
  }
  
  .All-in-One-section .resource-section .resource-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 300px;
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .All-in-One-section .calendar-wraper {
	min-height: 300px;
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .All-in-One-section .resource-section .title-part-icon {
	float: left;
  }
  
  
  .All-in-One-section .resource-section .title-part {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .resource-section .layout-title {
	display: block;
	float: left;
	padding-left: 0.5rem;
  }
  
  .All-in-One-section .resource-section .key-features {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .resource-section .key-features h3 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .All-in-One-section .resource-section .key-features ul li {
	color: var(--graycolor);
	margin: .5rem 0;
	font-size: 16px;
  }
  
  .All-in-One-section .resource-section .key-features ul li i {
	color: var(--darkcolor);
	font-size: 15px;
	margin-right: 5px;
  }
  
  .All-in-One-section .resource-section .title-part-icon img {
	width: 65px;
	padding-right: 5px;
	float: left;
	display: block;
  }
  
  .All-in-One-section .resource-section .title-part h1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--darkcolor);
	line-height: 25px;
  }
  
  .All-in-One-section .resource-section .layout-img img {
	width: 100%;
  }
  
  .All-in-One-section .resource-section .geomap-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 300px;
	border-radius: 20px;
	position: relative;
  }
  
  .All-in-One-section .geomap-section .title-part-icon {
	float: left;
  }

  
  .All-in-One-section .geomap-section .title-part {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .geomap-section .layout-title {
	display: block;
	float: left;
	padding-left: 0.5rem;
  }
  
  .All-in-One-section .geomap-section .key-features {
	display: block;
	clear: both;
  }
  
  .All-in-One-section .geomap-section .key-features h3 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--darkcolor);
  }
  
  .All-in-One-section .geomap-section .key-features ul li {
	color: var(--graycolor);
	margin: .5rem 0;
	font-size: 16px;
  }
  
  .All-in-One-section .geomap-section .key-features ul li i {
	color: var(--darkcolor);
	font-size: 15px;
	margin-right: 5px;
  }
  
  .All-in-One-section .geomap-section .title-part-icon img {
	width: 65px;
	padding-right: 5px;
	float: left;
	display: block;
  }
  
  .All-in-One-section .geomap-section .title-part h1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--darkcolor);
	line-height: 25px;
  }
  
  .All-in-One-section .geomap-section .layout-img img {
	width: 100%;
  }
  
  .All-in-One-section .new-features-section .features-item {
	width: 100%;
	clear: both;
	min-height: 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .All-in-One-section .new-features-section .new-features-wraper {
	background: #f1f4f9;
	border: solid 1px #dbe1eb;
	min-height: 300px;
	border-radius: 20px;
	position: relative;
  }
  
  .All-in-One-section .new-features-section .features-item .features-number {
	display: block;
	float: left;
	color: var(--blue);
	font-size: 4rem;
	width: 26%;
  }
  
  .All-in-One-section .new-features-section .features-item .features-detail {
	display: block;
	float: left;
	color: var(--darkcolor);
	font-size: 13px;
	width: 73%;
  }
  
  
  /*--------*/
  
  /*-----Universal Cloner--------*/
  
  
  /*-------*/
  
  /*-------Main Navigation-------*/
  .main-nav .navigation .dropbtn {
	color: white;
	padding: 32px 0;
	border: none;
  }
  
  .main-nav .navigation .dropdown-content {
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	left: 0;
	height: auto;
	top: 56px;
	padding: 3rem;
	visibility: hidden;
	opacity: 0;
	transition: .05s;
	border-top: solid 2px var(--blue);
	cursor: default;
	display: flex;
	align-items: center;
  }
  
  .main-nav .navigation .dropdown-content .menu-item {
	padding: 16px;
	text-decoration: none;
	display: block;
	font-size: 17px;
	transition: .3s;
	/* border-bottom: solid 2px #ffffff; */
	min-width: 300px;
	padding-right: 60px !important;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .main-nav .navigation .dropdown-content .mainProducts .menu-item {
	padding: 10px 16px;
  }
  
  .main-nav .navigation .dropdown-content .menu-item img {
	width: 40px;
	margin-right: 10px;
  }
  
  .main-nav .navigation .dropdown-content .menu-item:nth-last-child(1) {
	border-bottom: solid 2px #fff;
  }
  
  .main-nav .navigation .dropdown-content .menu-item:hover {
	transition: .3s;
	color: var(--blue);
	/* border-bottom: solid 2px var(--blue); */
  }
  
  .main-nav.sub-page-header .navigation ul.menu-ul li .menu-item:hover i {
	right: 3%;
	transition: .3s;
	color: var(--blue);
	opacity: 1;
  }
  
  .main-nav .navigation .dropdown:hover .dropdown-content {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: .3s;
	color: var(--darkcolor);
	justify-content: space-between;
  }
  
  .overlay {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: .5s;
  }
  
  .visible {
	visibility: visible;
	opacity: 1;
	transition: .8s;
  }
  
  .blur {
	filter: blur(5px);
  }
  
  .main-nav .navigation .dropdown:hover .dropbtn {
	text-decoration: none;
  }
  
  .main-nav .navigation span.nav-sub-text {
	display: block;
	font-size: 14px;
	color: var(--graycolor);
	font-weight: 300;
  }
  
  .main-nav .navigation .dropdown .dropdown-content h3 {
	font-size: 18px;
	padding: 1rem;
	color: var(--blue);
  }
  
  .main-nav .navigation .dropdown .dropdown-content .nav-end-image img {
	max-width: 70%;
	height: 200px;
  }
  
  .main-nav .navigation .dropdown .dropdown-content .nav-end-image {
	width: 40%;
	float: left;
	text-align: center;
  }
  
  .main-nav .navigation .dropdown .dropdown-content .menu-detail {
	float: left;
	width: 60%;
  }
  
  
  .main-nav .navigation .dropdown .dropdown-content p {
	font-size: 15px;
	font-weight: 300;
	color: var(--graycolor);
  
  }
  
  .main-nav.sub-page-header ul.menu-ul li a:hover {
	color: var(--blue);
  }
  
  .main-nav ul.menu-ul li:hover>a {
	color: var(--blue) !important;
  }

/*--Resource page--*/
.resource-tab-section{background: #f9f9f9;}

.resource-page .TabContent {
	padding: 4rem 0;
	min-height: 300px;
	display: none;
  }

  .resource-page  .resourceBtn-wrap{

	display: flex;
	justify-content: center;
  }

  .resourceBtn.active {
	border: solid 2px var(--blue)!important;
	color: var(--blue)!important;
  }
  
  .resource-page .resource-tab-section .resourceBtn {
    width: 230px;
    background: none;
    font-size: 15px;
    padding: 6px;
    color: #555555;
    margin: 0 10px;
    font-weight: 600;
    border: solid 2px #888;
    border-radius: 5px;
}
/*---*/
/*--29-may-2024----*/

.newsletter_main{padding: 0 24px;}
.news_letter {
    background: #aed3ff;
    border-radius: 5px;
    margin-bottom: 2rem !important;
    border-bottom: solid 5px #7bb1f3;
    box-shadow: 5px 3px 4px #00000012;
}

.news_letter .left-part img{height: 100px; border-radius: 10px;}
.news_letter .right_part{padding: 30px;}
.news_letter .SIGNUP_FLD input[type=text] {
    background: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
	width: 96%;
}

.news_letter .SIGNUP_FLD input[type=button]{
	background: #ff7800;
    border: navajowhite;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffdf;
    font-weight: 600;
}
.news_letter #errorMsgDiv{
	background-color: rgb(255, 235, 232);
    padding: 10px;
    color: rgb(210, 0, 0);
    font-size: 11px;
    margin: 20px 10px 0px;
    border: 1px solid rgb(255, 217, 211);
    opacity: 1;
    position: absolute;
    top: -60px;
    left: -10px;

}
.news_letter .form-wrap{width: 100%;}
.news_letter .form-wrap{position: relative;}

.news_letter #zcampaignOptinForm{
	display: flex;
    justify-content: space-between;}
  
.news_letter .quick_form_5_css{width: 100%;}
.news_letter #customForm{width: 100%;}

.news_letter h1 {
    font-size: 20px;
    font-weight: 600;
    color: #26548a;
}


/*----*/


/*--30-may-2024--*/
.postPreview__postThumbnail {
    height: 100%!important;
}
/*---*/


  /*--------responssive menu---*/
  .checkbtn {
	font-size: 2rem;
	float: right;
	margin-top: 4px;
	cursor: pointer;
	display: none;
  }
  
  #check {
	display: none;
  }
  
  .mobile-menu {
	display: none;
  }
  
  /*-------------*/
  
  /*----small mobile---*/
  
  @media (max-width:1405px) {

	.product-detail-section .main-layout-section .main-layout{padding: 2rem 1rem;}
  
	.value-section .value-box-wraper .Vision-Success {
	  padding: 2rem;
	}
  
	.value-section .value-box-wraper .Enthusiastic-Team {
	  padding: 2rem;
	}
  
	.value-section .value-box-wraper .Trusted-Relationship {
	  padding: 2rem;
	}
  
	.layout-icon-section .main-service-left {
	  padding: 2rem;
	}
  
	.meth-tech-section .MT-feature-box .feature-item {
	  width: 100%;
	}
  
  
	/*---All in One---*/
  
	.All-in-One-section .calendar-section .key-features ul li {
	  font-size: 20px;
	}
  
	.All-in-One-section .planner-section .key-features ul li {
	  font-size: 20px;
	}
  
	.All-in-One-section .resource-section .key-features ul li {
	  font-size: 20px;
	}
  
	.All-in-One-section .geomap-section .key-features ul li {
	  font-size: 20px;
	}
  
	.All-in-One-section .new-features-section .new-features-wraper {
	  padding: 35px;
	}
  
	.All-in-One-section .new-features-section .features-item .features-number {
	  width: 15%;
	  font-size: 3rem;
	}
  
	.All-in-One-section .new-features-section .features-item .features-detail {
	  font-size: 18px;
	  width: 83%;
	}
  
	/*------Universal-----*/
  
	.universal-cloner-section .key-features ul li {
	  font-size: 20px;
	}
  
/*--Thank You---*/






	/*----index----*/
  
	.value-section .value-box-wraper .Vision-Success,
	.value-section .value-box-wraper .Enthusiastic-Team,
	.value-section .value-box-wraper .Trusted-Relationship,
	.layout-icon-section .main-service-right,
	.layout-icon-section .main-service-left {
  
	  display: block;
	}
  
  
	.main-slider .head-sub {
	  font-size: 25px;
	}
  
	.main-slider span.slider-content {
	  font-size: 20px;
	}
  
	.app-h1 {
	  font-size: 50px;
	  line-height: normal;
	  margin-bottom: 1rem;
	}
  
	.app-h2 {
	  font-size: 40px;
	  line-height: normal;
	  margin-bottom: 1rem;
	}
  
	.app-h3 {
	  font-size: 30px;
	  line-height: normal;
	  margin-bottom: 1rem;
	}
  
	.app-h4 {
	  font-size: 20px;
	  line-height: normal;
	  margin-bottom: 1rem;
	}
  
	p {
	  font-size: 18px;
	}
  
  
	.main-nav {
	  padding: 1rem 3rem;
	}
  
	.main-nav ul.menu-ul li {
	  padding: 9px;
	  margin-right: 0;
	}
  
	.main-nav.sub-page-header .navigation ul.menu-ul li>a {
	  font-size: 15px;
	}
  
	.main-slider .desktop img {
	  max-width: 100%;
	}
  
  
	.layout-icon-section .main-service-right .web-icon {
	  width: 57px;
	}
  
	.value-section .web-icon {
	  width: 57px;
	}
  
	.layout-icon-section .main-service-right {
	  padding: 2rem;
	}
  
	.value-section {
	  padding: 4rem 0;
	  background: #f9f9f9;
  
  
	}
  
	.layout-icon-section {
	  padding: 1rem 0;
	}
  
	.meth-tech-section .MT-feature-box .feature-item::before {
	  font-size: 10px;
	}
  
	.technology_main-image {
	  width: 90%;
	  margin-top: 10px;
	}
  
	.blog-section .owl-nav {
	  display: none;
	}
  
	.blog-section .blog-img {
	  height: auto;
	}

	.blog-section{padding-bottom: 0;}
	.blog-section #owl-demo .item{
		margin-bottom: 1rem;
		min-height: auto;
	}

	.blog-section #owl-demo .item .blog-det {
	  padding: 1rem;
	}
  
	.blog-section .read-more {
	  font-size: 15px;
	}

	.blog_main .blog_box{min-height: auto;}
  
	.blog-section .read-more .read-arrow {
	  font-size: 2rem;
	  top: -17px;
	  right: -46px;
	}
  
  
	.testimonial-section .owl-nav {
	  display: none;
	}
  
	.testimonial-content p {
	  font-size: 12px;
	}
  
	.testimonial-content {
	  padding-bottom: 8rem;
	}
  
	.testimonial-section .item .testimonial-content .person-name {
	  font-size: 12px;
	}
  
	.testimonial-section .item .testimonial-content .person-position {
	  font-size: 10px;
	}
  
	.start-with-section .start-with-box .start-with-right {
	  padding: 4rem 2rem;
	}
  
  
	.partners-section .owl-nav {
	  display: none;
	}
  
	.footer-section {
	  padding-top: 2rem;
	}
  
	.footer-section .FT-partners-img {
	  text-align: center;
	  margin: 0 0 2rem 0;
	}
  
	.footer-section ul.FT-menu {
	  font-size: 14px;
	  line-height: 30px;
	  margin-bottom: 1rem;
	}
  
	.footer-section .FT-ul-head {
	  font-size: 18px;
	}
  
	.footer-section ul.FT-menu.FT-products {
	  line-height: 50px;
	}
  
	.footer-section ul li a img {
	  width: 30px;
	}
  
	.footer-section .FT-TPR img {
	  width: 45%;
	  margin-bottom: 1rem;
	}
  
	.footer-section .FT-TPR a {
	  font-size: 15px;
	}
  
	.footer-section .FT-social-icon a {
	  font-size: 25px;
	}
  
  
	.service-page .blue-box .blue-box-right {
	  padding: 2rem;
	}
  
  

  }
  
  
  /*---full width elements---*/
  
  @media (max-width: 1227px) {
	.buyNow_btn {
		display: block;
		font-size: 15px;
		margin: 1rem 0;
	  }

	  .career-section .join_us{

		font-size: 3rem;
		
	}

	.career-section .start-with-section{padding: 0 0 2rem 0;}
	.working-section .working-wraper .working-item{padding: 1rem 0;}
	.noBrMobile br{display: none;}

  }
  


  
  @media (max-width: 1023px) {

    .universalCloner-section .main-layout-left{padding-bottom: 1.5rem;}
	.product-detail-section .allInOne-main-views{display: block; border-radius: 10px; margin: 2rem 0;}


	.product-detail-section .allInOne-main-views .view-item{margin-bottom: 1rem;}

	.product-detail-section .allInOne-main-views .view-item:first-child{margin-top: 1rem;}



	.demoVideo iframe {width:100%; height: 300px;}
	.case_studies-page .case_studyItem .caseTitle{z-index: 1;}

	.case_studies-page .caseImg{
		padding-top: 25px;
		position: relative;
		
	}


.case_studies-page .caseImg img{

  width: 100%;

}



	.aboutus-page .our_journey{padding:0 1rem 1rem 1rem;}
	.aboutus-page .our_journey .yearItem .yearCircle span{width: 40px; height: 40px; font-size: 11px;}
	.slds-col.slds-size_12-of-12.slds-medium-size_4-of-12.slds-large-size_4-of-12.slds-p-around_large.approachItem {padding: 1rem 0!important;	  }
	.aboutus-page .our_journey .yearItem.year_2024 .yearStones::before{left: -10px;}
	.aboutus-page .our_journey .yearItem.year_2022 .yearStones::before{left: -10px;}
	.aboutus-page .our_journey .yearItem.year_2019 .yearStones::before{left: -10px;}
	.aboutus-page .our_journey .yearItem.year_2017 .yearStones::before{left: -10px;}
	.aboutus-page .our_journey .yearItem.year_2016 .yearStones::before{left: -10px;}
	.aboutus-page .our_journey .yearItem .yearCircle{margin-left: 15px;}






	.partners-section .partners-images img {

		max-height: 80%!important;
	}


/*---Service page- 26 feb 2024---*/

.service_item img{

	width: 90%;
    margin:0 auto;
    display: block;

}
.service-page .service_01, .service-page .service_02, .service-page .service_03, .service-page .service_04, .service-page .service_05, .service-page .service_06 {background-position: bottom right; background-size: 30%;}




	.serviceIcon-header {
		
		top: 60px;
		
	  }
	  .serviceIcon-header{
		position:unset;
	  }



	.popup{width: 90%;}

	.supportToggle {
		height: 50px;
		width: 200px;
		cursor: pointer;
		right: -144px;
		position: fixed;
		transition: .3s;
		display: block;
		bottom: 20%;
		z-index: 2;
		
	}
	  .supportToggle:hover{right: -144px;  transition: .3s; }


	.product-detail-section .produt-page-logo.afht-logo img {
		width: 85%;
		
	}

	.aboutus-page .process-flow{margin-bottom: 0;}
		
	.aboutus-page .process-flow img{width: 100%;}
  
	.main-slider {
	  padding-top: 5rem;
	}
  
	.meth-tech-section .methodology span.title-part {
	  width: 100%;
	}
  
	.meth-tech-section .technology span.title-part {
	  width: 100%;
	}
  
	.partners-section span.title-part {
	  width: 100%;
	}
  
	.meth-tech-section .technology .MT-feature-box .feature-item {
	  width: 98%;
	}
  
	.meth-tech-section .MT-feature-box .feature-item {
	  width: 98%;
	}
  
	.theme-btn {
	  display: block;
	  width: 100%;
	  font-size: 15px;
	  padding: 1rem;
	  text-align: center;
	}
  
	.theme-btn-low {
	  display: block;
	  width: 100%;
	  font-size: 15px;
	  padding: 1rem 0;
	  margin: 1rem 0 0 0;
	}





	.buyNow_btn {
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 1rem 0;
		margin: 1rem 0 0 0;
	}
  
	.footer-section {
	  background-size: 100%;
	}
  
	.footer-section .FT-TPR {
	  text-align: center;
	  margin-bottom: 2rem;
	}
  
	.footer-section .FT-TPR img {
	  margin: 0 auto;
	  margin-bottom: 2rem;
	}
  
	.footer-section .copy-right {
	  text-align: center;
	  font-size: 12px;
	}
  
	.footer-section .FT-social-icon {
	  text-align: center;
	}
  
	.meth-tech_main-image {
	  width: 90%;
	  margin-top: 3rem;
	}
  
	.meth-tech-section .methodology {
	  padding: 0 1rem 1rem 1rem;
	}
  
	.meth-tech-section .technology {
	  padding: 0 1rem 1rem 1rem;
	}
  
	.testimonial-section span.title-part {
	  width: 100%;
	}
  
	.start-with-section .start-with-box .start-with-right .try-free {
	  font-size: 14px;
	  display: block;
	  margin: 1rem 0;
	  text-align: center;
	}
  
	.start-with-section .start-with-box {
	  background-image: none;
	}
  
	.start-with-section .start-with-box .start-left-image img {
	  display: block;
	  width: 100%;
	}
  
	/*-----Product Page---*/
  
	.product-list-section .all-in-One-section .all-in-one-wrap {
	  padding: 0 1rem 1rem 1rem;
	  background-image: none;
	  margin-top: 2rem;
	}
  
	.product-list-section .all-in-One-section .all-in-one-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 0px;
	}
  
	.product-list-section .universal-cloning-section .UC-wrap {
	  padding: 0 1rem 1rem 1rem;
	  background-image: none;
	  margin: 0;
	}
  
	.product-list-section .all-in-One-section .UC-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 0px;
	}
  
	.product-list-section .universal-cloning-section .UC-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 0px;
	}
  
	.product-list-section .AFHT-section .AFHT-wrap {
	  padding: 0 1rem 1rem 1rem;
	  background-image: none;
	}
  
	.product-list-section .AFHT-section .AFHT-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 0;
	}
  
	.product-list-section .product-content {
	  padding: 3rem 0 1rem 0;
	}
  
	
  
	/*-----Product Detail----*/
  
  
	.product-detail-section .main-layout-section {
	  padding-bottom: 4rem;
	}
  
	.product-detail-section .main-layout-section .main-layout-right .web-icon {
	  float: none;
	  display: block;
	  margin: 0 auto;
	  margin-bottom: 1rem;
	}
  
	.product-detail-section .main-layout-section .layout-item .app-h4 {
	  text-align: center;
	}
  
	.product-detail-section .calendar-layout-section .calendar-wrap {
	  padding: 0 1rem 1rem 1rem;
	  margin: 2rem 0 1rem 0;
	}
  
	.product-detail-section .calendar-layout-section .calendar-wrap .product-content {
	  padding: 1rem 0;
	}
  
	.product-detail-section .calendar-layout-section .calendar-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 1rem;
	}
  
	.product-detail-section .calendar-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.product-detail-section .calendar-layout-section .calendar-wrap {
	  background-size: 35%;
	}
  
	.product-detail-section .produt-page-logo {
	  display: block;
	  /* text-align: center; */
	}
  
	.product-detail-section .produt-page-logo img {
	  width: 80%;
	}
  
  
	.product-detail-section .planner-layout-section .planner-wrap {
	  padding: 0 1rem 1rem 1rem;
	  margin: 1rem 0;
	}
  
	.product-detail-section .planner-layout-section .planner-wrap .product-content {
	  padding: 1rem 0;
	}
  
	.product-detail-section .planner-layout-section .planner-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 1rem;
	}
  
	.product-detail-section .planner-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.product-detail-section .planner-layout-section .planner-wrap {
	  background-size: 35%;
	}
  
	.product-detail-section .resource-layout-section .resource-wrap {
	  padding: 0 1rem 1rem 1rem;
	  margin: 1rem 0;
	}
  
	.product-detail-section .resource-layout-section .resource-wrap .product-content {
	  padding: 1rem 0;
	}
  
	.product-detail-section .resource-layout-section .resource-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 1rem;
	}
  
	.product-detail-section .resource-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.product-detail-section .resource-layout-section .resource-wrap {
	  background-size: 35%;
	}
  
  
	.product-detail-section .geomap-layout-section .geomap-wrap {
	  padding: 0 1rem 1rem 1rem;
	  margin: 1rem 0;
	}
  
	.product-detail-section .geomap-layout-section .geomap-wrap .product-content {
	  padding: 1rem 0;
	}
  
	.product-detail-section .geomap-layout-section .geomap-wrap span.title-part {
	  width: 100%;
	  padding-bottom: 1rem;
	}
  
	.product-detail-section .geomap-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.product-detail-section .geomap-layout-section .geomap-wrap {
	  background-size: 35%;
	}
  
  
	.product-detail-section .newFeatures-wrap {
	  padding: 0;
	}
  
	.product-detail-section .new-features-img {
	  text-align: center;
	  padding: 2rem;
	}
  
	.product-detail-section .new-features-img img {
	  position: relative;
	  top: 0
	}
  
	.product-detail-section .featuresNumber-section .numberBox {
	  width: 100%;
	}
  
	.product-detail-section .meth-tech_main-image {
	  margin-top: 0;
	}
  
	.product-detail-section .newFeatures-section .newFeatures-wrap {
	  margin: 1rem 0;
	}
  
	/*---universal cloner--*/
  
	.universalCloner-section .produt-page-logo {
	  /* text-align: center; */
	  display: block;
	}
  
	.universalCloner-section .produt-page-logo img {
	  width: 80%;
	}
  
	.universalCloner-section .fiveLevel-layout-section .fiveLevel-wrap {
	  padding: 1rem;
	  margin: 1rem 0;
	  background-size: 40%;
	}
  
	.universalCloner-section .fiveLevel-layout-section .fiveLevel-wrap .product-content {
	  padding: 1rem 0;
	}
  
	.universalCloner-section .fiveLevel-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.universalCloner-section .clonerConfig-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.universalCloner-section .cloningProcess-layout-section .layout-list-wrap {
	  padding: 1rem;
	}
  
	.universalCloner-section .cloner-features-wraper .cloner-table tr th {
	  padding: 3px;
	  font-size: 13px;
	}
  
	.universalCloner-section .cloner-features-wraper .pro-version-btn {
	  font-size: 12px;
	}
  
	.universalCloner-section .cloner-features-wraper .free-version-btn {
	  font-size: 12px;
	}
  
	.universalCloner-section .cloner-features-wraper .cloner-table tr td {
	  padding: 3px;
	  font-size: 14px;
	}
  
	.universalCloner-section .clonerConfig-layout-section .clonerConfig-wrap {
	  padding: 1rem;
	  margin: 1rem 0;
	  background-size: 40%;
	}
  
	.universalCloner-section .clonerConfig-layout-section .product-content {
	  padding: 1rem 0;
	}
  
	.universalCloner-section .cloningProcess-layout-section .cloningProcess-wrap {
	  padding: 1rem;
	  margin: 1rem 0;
	  background-size: 40%;
	}
  
	.universalCloner-section .cloningProcess-layout-section .cloningProcess-wrap .product-content {
	  padding: 1rem 0;
	}
  
  
	/*----afht----*/
  

	.product-detail-section .afht-main-views {
	  margin: 2rem 0;
	  border-radius: 10px;
	  padding: 0 1rem;
	}
  
	.product-detail-section .afht-main-views .view-item {
	  width: 100%;
	  padding: 1rem 0;
	}
  
	.product-detail-section .afhtMain-layout-section .afhtMain-wrap .afhtFeatures {
	  padding: 1rem;
	}
  
  
	.service-page .service-tab-section .serviceBtn {
	  width: 100%;
	  margin-right: 0;
	}
  
	.service-page .serviceInnerContent {
	  width: 100%;
	}
  
	.service-page .TabContent {
	  width: 100%;
	  /* padding: 0 1rem; */
	}
  
	.service-page .service-tab-img {
	  width: 100%;
	  padding: 1rem 0;
	}
  
	.service-page .service-tab-img img {
	  width: 100%;
	}
  
	.service-page .main-services-part br {
	  display: none;
	}
  
	.service-page .main-services-part {
	  padding: 4rem 1rem;
	}
  
	.service-page .main-service-icons img {
	  width: 100%;
	}
  
	.start-with-section .start-with-box .start-with-right {
	  background-position: right bottom;
	}
  



	.service-page .TabContent{display: block;}
  
  }
  
 


  
  
  /*---------1024 to 1405---------*/
  
  @media (min-width:1024px) and (max-width:1405px) {
	.meth-tech-section .MT-feature-box {
	  width: 50%;
	}

  
	.meth-tech-section .meth-tech_main-image {
	  width: 50%;
	}
  
	.meth-tech-section .technology .MT-feature-box .feature-item {
	  width: 100%;
	}
  
	.start-with-section .start-with-box .start-with-right {
	  padding: 4rem 2rem;
	}
  
	/* .start-with-section .start-with-box {
	  background-blend-mode: lighten;
	} */
  
	.meth-tech-section .methodology,
	.meth-tech-section .technology {
	  padding: 0 2rem 2rem 2rem;
	}
  
	.all-in-One-section .all-in-one-wrap,
	.universal-cloning-section .UC-wrap,
	.AFHT-section .AFHT-wrap {
	  padding: 0 2rem 2rem 2rem;
	}
  
	/*---all in one----*/
  
  
	.calendar-layout-section .theme-btn {
	  width: 100%;
	}
  
	.planner-layout-section .theme-btn {
	  width: 100%;
	}
  
	.resource-layout-section .theme-btn {
	  width: 100%;
	}
  
	.geomap-layout-section .theme-btn {
	  width: 100%;
	}
  
	.calendar-layout-section .theme-btn-low {
	  width: 100%;
	  margin: 1rem 0 0 0;
	}
  
	.planner-layout-section .theme-btn-low {
	  width: 100%;
	  margin: 1rem 0 0 0;
	}
  
	.resource-layout-section .theme-btn-low {
	  width: 100%;
	  margin: 1rem 0 0 0;
	}
  
	.geomap-layout-section .theme-btn-low {
	  width: 100%;
	  margin: 1rem 0 0 0;
	}
  
	/*--product detail--*/
	.product-detail-section .main-layout-section .layout-item {
	  width: 100%;
	}
  
  
	.service-page .service-tab-section .serviceBtn {
	  margin-right: 0;
	}
  
	.service-page .main-service-icons img {
	  width: 100%;
	}
  
  }
  
  
  @media (max-width:1210px) {


	.serviceIcon-header{display: block;}





	.service_sublist .tooltip .tooltiptext{

		width: 100%;
		left: 60px;
	}
  
	/*---Mobile Menu----*/
	.noScroll {
	  overflow: hidden;
	}
  
	.MobileOnly {
	  display: block;
	}
  
	.main-nav.sub-page-header {
	  display: none;
	}
  
	/*--mobile menu---*/
  
  
	.accordion {
	  width: 100%;
	  background: #FFF;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  padding: 0;
	  margin: 0;
	  height: 100vh;
  
  
	}
  
	.accordion a {
	  color: var(--darkgraycolor);
	  text-decoration: none;
	}
  
	.accordion ul {
	  list-style-type: none;
	}
  
	.accordion .link {
	  cursor: pointer;
	  display: block;
	  padding: 15px;
	  color: #4D4D4D;
	  font-size: 20px;
	  font-weight: 500;
	  border-bottom: 1px solid #ededed;
	  position: relative;
	  -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}
  
	.accordion li:last-child .link {
	  border-bottom: 0;
	}
  
	.accordion li i {
	  margin-right: 10px;
	}
  
	.accordion li i.fa-chevron-down {
	  right: 12px;
	  left: auto;
	  font-size: 16px;
	  position: absolute;
	  top: 37%;
	}
  
	.accordion li.open .link {
	  color: #009cff;
	}
  
	.accordion li.open i {
	  color: #009cff;
	}

	.main-nav.sub-page-header .schedule-btn, .mobile-menu-wraper .schedule-btn i{color: #fff;}
  
	.accordion li.open i.fa-chevron-down {
	  -webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
	}
  
	/**
	 * Submenu
	 -----------------------------*/
  
  
	.accordion .submenu {
	  display: none;
	  background: var(--graycolor);
	  font-size: 15px;
	  padding: 0;
	}
  
	.accordion .submenu li {
	  border-bottom: 1px solid #4b4a5e;
	}
  
	.accordion .submenu a {
	  display: block;
	  text-decoration: none;
	  color: #d9d9d9;
	  padding: 13px;
	  -webkit-transition: all 0.25s ease;
	  -o-transition: all 0.25s ease;
	  transition: all 0.25s ease;
	  font-weight: 600;
	}
  
	.accordion .submenu a:hover {
	  /* background: var(--blue); */
	  color: var(--blue);
	}
  
	#showmenu {
	  display: flex;
	  background: #57beff;
	  padding: 10px;
	  border-radius: 5px;
	  color: #fff;
	  float: right;
	  font-size: 20px;
  
	}
  
	.mobile-nav {
	  text-align: center;
	  background: #009cff;
	  padding: 10px;
	}
  
	.mobile-menu-wraper {
	  display: block;
	  position: fixed;
	  width: 100%;
	  top: 0;
	  left: 0;
	  z-index: 2;
  
  
	}
  
	/*----*/
  

  
	.main-nav {
	  padding: 2rem;
	}
  
	.main-nav .logo {
	  text-align: center;
	  width: 100%;
	  margin-top: 0;
	}
  
	.main-nav .logo img {
	  width: 120px;
	  filter: brightness(10.5);
	  padding-top: 0;
	}
  
	.main-nav .checkbtn {
	  font-size: 22px;
	  color: #fff;
	  background: #57beff;
	  padding: 4px;
	  border-radius: 6px;
	  height: 40px;
	  width: 40px;
	  text-align: center;
	  vertical-align: middle;
	  align-items: center;
	  justify-content: center;
	  display: flex;
	}
  
	.main-slider {
	  padding-top: 5rem;
	}
  
	.main-nav.sub-page-header {
	  padding: 20px 33px;
	  background: var(--blue);
	  margin: 0;
	  width: 100%;
	}
  
	.main-nav ul.menu-ul li {
	  display: block;
	  padding: 10px;
	  border-bottom: solid 1px rgb(28 178 230 / 18%);
	  text-align: left;
	  margin-right: 0px;
	}
  
	.main-nav ul.menu-ul {
	  position: fixed;
	  left: -100%;
	  transition: all 0.5s;
	  top: 72px;
	  width: 100%;
	}
  
	.main-nav.sub-page-header .navigation ul.menu-ul li>a {
	  color: white;
	  font-size: 15px;
	}
  
	.main-slider .head-sub br {
	  display: none;
	}
  
	.main-nav .navigation .dropdown:hover .dropdown-content {
	  display: none;
	}
  
	.main-nav .navigation .dropdown:hover .mobile-menu {
	  display: block;
	  display: block;
	  background: #323c5c;
	  border-radius: 5px;
	  margin: 13px 0;
	}
  
	.main-nav .navigation .mobile-menu li {
	  padding: 10px 20px;
	  border: none;
	  font-weight: 300;
	  font-size: 15px;
	}
  
	.main-nav .navigation .mobile-menu li:hover {
	  background: var(--blue);
	  border-radius: 5px;
	  transition: .5s;
	}
  
	.main-nav .navigation .mobile-menu li:hover a {
	  color: #fff !important;
	}
  
	#check {
	  display: none
	}
  
	.checkbtn {
	  display: block;
	}
  
	.navigation {
	  display: block;
	  position: absolute;
	  right: 16px;
	  top: 11px;
	}
  
	.main-nav.sub-page-header .schedule-btn,
	.mobile-menu-wraper .schedule-btn {
	  font-size: 14px;
	  width: -webkit-fill-available;
	  padding: 13px;
	}
  
	#check:checked~ul.menu-ul {
	  background: var(--darkcolor);
	  width: 100%;
	  left: 0;
	  transition: all 0.3s;
	}
  
	.main-nav.sub-page-header.newClass .checkbtn {
	  color: var(--darkcolor);
	}
  
	.main-nav .navigation .dropdown-content {
	  overflow-y: scroll;
	}
  
	.app-h2 br {
	  display: none;
	}
  
	.product-detail-section .main-slider .desktop img {
	  max-width: 100%;
	  margin-top: 1rem;
	}
  
	.partners-page .partnersMain .partnersMain-Inner {
	  padding: 0 1rem;
	}
  
	.partners-page .partnersMain .owl-carousel .owl-item .partners-images a img {
	  width: 85%;
	}
  
	.partners-page .partnersMain span.title-part {
	  width: 100%;
	}
  
	.partners-page .partnersMain .partnersMain-Inner p br {
	  display: none;
	}
	.start-with-section .start-with-box{
		background-position-x: -45px;
	}
  
	.universalCloner-section .main-slider .desktop img{max-width: 95%;}
  
  }
  
  
  /*----Aboutus Mobile Menu----*/
  
  @media (max-width:900px) {
  /*--30-may-2024--*/
.postPreview__postThumbnail {
    height: 100%!important;
}
/*---*/
  
	.aboutus-page .aboutMain-Inner .counts {
	  display: block;
	  height: auto;
	  padding: 2rem 0;
	}
  
	.aboutus-page .aboutMain-Inner {
	  padding: 0 2rem 6rem 2rem;
	}
  
	.aboutus-page .aboutMain-Inner .count-item {
	  padding-bottom: 2rem;
	}
  
	.aboutus-page .aboutMain-Inner span.title-part {
	  width: 100%;
	}
  
	.index-section .whyAppohm_main {
	  display: block;
	  padding: 0;
	}
  
	.index-section .whyAppohm_left {
	  width: 100%;
	  padding: 2rem;
	}
  
	.index-section .whyAppohm_right {
	  width: 100%;
	}
  
	.index-section .approachItem {
	  padding: 1rem 0;
	}
  
	.aboutus-page .time-line {
	  display: none;
	}
  
	.contactUs-page .contact-box {
	  margin-bottom: 2rem;
	  padding: 0;
	}
  
	.contactUs-page .support-section {
	  padding: .5rem;
	}
  
  }