
#wrapper {
  padding: 70px 0 0;
}

.elementor.elementor-1800{
		float: left;
		width: 100%;
}

	.ques-main {
		float: left;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		/*display: none;*/
	}

	#question1 {
		display: block
	}
 
 li{
	 list-style:none;
 }
	 

	/* ==== 22-11-2019 ==== */
	header#header {
		float: left;
		width: 100%;
		padding: 0 50px;
	}

	header#header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
		background: #fff !important;
		padding: 0;
	}

	header#header a.navbar-brand {
		background: #b70202;
		padding: 24px 12px 29px;
		border-top: 5px solid #222222;
	}

	.navbar-light .navbar-nav .nav-link {
		color: rgba(0, 0, 0, 0.5);
		font-size: 16px;
		color: #222222;
		padding: 10px 24px;
		font-weight: 400 !important;
		letter-spacing: 1px;
	}

	li.nav-item {
		position: relative;
	}

	.navbar-light .navbar-nav .nav-link::after {
		content: "";
		position: absolute;
		bottom: -10px;
		height: 2px;
		background: #b70202;
		left: 0;
		width: 0;
		right: 0;
		margin: 0 auto;
		transition: .5s all;
	}

	header#header li.nav-item:hover .nav-link::after {
		width: 100%;
	}

	.ques-main {
		float: left;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

	.modal-dialog {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) !important;
		margin: 0 !important;
		z-index: 9999;
	}

	.modal-footer {
		border: 0;
	}

	.modal-body p {
		font-size: 21px;
		font-weight: 300 !important;
		margin: 20px 0;
	}

	button.close {
		position: absolute;
		right: 20px;
	}


	/* The container */
	.radio-main {
		display: block;
		position: relative;
		padding-left: 35px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 22px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	/* Hide the browser's default radio button */
	.radio-main input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* Create a custom radio button */
	.checkmark {
		position: absolute;
		top: 14px;
		left: 10px;
		height: 25px;
		width: 25px;
		background-color: #eee;
		border-radius: 50%;
	}

	.ques-main label.radio-main:nth-child(2n + 1) {
		float: right;
	}

	/* On mouse-over, add a grey background color */
	.radio-main:hover input~.checkmark {
		background-color: #ccc;
	}

	/* When the radio button is checked, add a blue background */
	.radio-main input:checked~.checkmark {
		background-color: #2196F3;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.radio-main input:checked~.checkmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */
	.radio-main .checkmark:after {
		top: 9px;
		left: 9px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}

	.ques-main h1 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.ques-main label.radio-main {
		float: left;
		width: 49%;
		text-align: left;
		border: 1px solid #ececec;
		padding: 10px 20px 10px 44px;
	}

	.list-inline li {
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
		border-radius: 50%;
		background: rgb(224, 230, 237);
		line-height: 30px;
		margin: 0 10px;
	}

	.list-inline li:first-child {
		margin-left: 0;
	}

	.list-inline li:last-child {
		margin-right: 0;
	}

	.list-inline {
		padding-left: 0;
		list-style: none;
		margin-bottom: 30px;
		margin: 0 auto 30px;
		float: none;
		text-align: center;
	}

	.questions-main {
		margin: 0 auto;
		width: 72%;
	}

	.center.next-btn-main {
		float: left;
		width: 100%;
		text-align: center;
		padding-top: 30px;
	}

	input#next {
		background: #b70202;
		border: 4px solid #d24141;
		color: #fff;
		font-size: 20px;
		padding: 5px 33px;
		border-radius: 5px;
	}

	input#prev {
		float: left;
		background: #222;
		color: #fff;
		border: 4px solid #404040;
		font-size: 20px;
		padding: 5px 23px;
		border-radius: 5px;
	}





	/* ==== 24 - 01 - 2022 ==== */
.iOS_warapper {
    float: left;
    width: 100%;
    background: #fefefe;
    overflow: hidden;
}
	.iOSBanner {
		float: left;
		width: 100%;
		background: url(https://one5lab.com/wp-content/themes/one5lab/assets/images/png/banner_DOT.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.iOSLeftBAnner {
    float: left;
    width: 47%;
    padding: 148px 0 70px;
}

	.iOSRightBanner {
		float: right;
		width: 53%;
		text-align: right;
	}

	.iOSLeftBAnner h1 {
		font-size: 40px;
		font-weight: 800;
		color: #000000;
		line-height: 58px;
	}

	.iOSLeftBAnner p {
		font-size: 16px;
		float: left;
		width: 100%;
		margin-top: 10px;
		line-height: 26px;
	}

	button.btn.Consultbtn {
		width: 320px;
		height: 70px;
		background: #2539ED;
		border-radius: 35px;
		font-size: 20px;
		color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		padding-left: 29px;
		margin-top: 20px;
		float: left;
	}

	ul.trustedLogo {
		float: left;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		margin-top: 32px;
	}

	ul.trustedLogo li:last-child img {
		margin-top: 17px;
		float: right;
	}

	.iOS_warapper {
		float: left;
		width: 100%;
		background: #fefefe;
	}

	.trustedDiv h2 {
		font-size: 40px;
		line-height: 66px;
		font-weight: 800;
		color: #000000;
		float: left;
		width: 100%;
		padding:70px 0;
	}

	.trustedDiv p {
		float: left;
		width: 100%;
		font-size: 18px;
		line-height: 160%;
		color: #757575;
	}

	.iOSServices {
		float: left;
		width: 100%;
		padding: 80px 0;
	}

	.iOSServices .col-md-5 {
		padding-top: 213px;
	}

	
.iOSServices .col-md-5 h2 {
    font-size: 38px;
    line-height: 56px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 0;
}

.iOSServices .col-md-5 p {
    font-size: 18px;
    line-height: 160%;
    color: #757575;
    float: left;
    width: 100%;
    margin: 10px 0 30px;
}

	a.discuss {
		font-weight: 600;
		font-size: 18px;
		line-height: 160%;
		color: #2539ED;
	}

	.iOSServices {
		float: left;
		width: 100%;
		padding: 90px 0;
		background: url(https://one5lab.com/wp-content/themes/one5lab/assets/images/png/iosServices.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50px 50px;
	}

	ul.ServicesDetail li {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
    border-radius: 40px;
    padding: 27px 22px 0;
    float: left;
    width: 100%;
    text-align: center;
    min-height: 385px;
    margin: 0 0 30px;
}

	ul.ServicesDetail li p a {
		color: #2539ED;
	}

	ul.ServicesDetail li span {
    width: 100px;
    height: 100px;
    background: #F1F7FF;
    border-radius: 20px;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

	ul.ServicesDetail li span img {
		width: fit-content;
	}

	ul.ServicesDetail li h3 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 10px 0;
}

	ul.ServicesDetail li p {
		font-size: 14px;
		line-height: 140%;
		text-align: center;
		color: #757575;
	}

	ul.ServicesDetail li {
		background: #FFFFFF;
		border: 1px solid #F2F2F2;
		box-sizing: border-box;
		box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
		border-radius: 40px;
		padding: 39px 22px 0;
		float: left;
		width: 100%;
		text-align: center;
		min-height: 385px;
		margin: 0 0 30px;
	}

	ul.ServicesDetail {
		float: left;
		width: 47%;
	}

	ul.ServicesDetail.last {
		float: right;
		width: 47%;
		margin-top: -60px;
	}

	ul.ServicesDetail li span.design {
		background: #FFF7E3;
	}

	ul.ServicesDetail li span.cusdevelopment {
		background: #FFF2F8;
	}

	ul.ServicesDetail li span.testing {
		background: #DEFFEE;
	}

	.videoSection {
		float: left;
		width: 100%;
		padding: 40px 0;
	}

	.videoDiv {
		float: left;
		width: 100%;
		position: relative;
		box-shadow: 10px 20px 50px rgb(0 0 0 / 15%);
		border-radius: 32px;
	}

	.videoDiv:after {
		content: "";
		width: 129px;
		height: 129px;
		border-radius: 100px;
		background: #fff7e3;
		position: absolute;
		right: -60px;
		bottom: -50px;
		z-index: 0;
	}

	.videoDiv img {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.videoDiv span.playBtn {
		width: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -39px 0 0 -39px;
	}

	.videoContentDiv {
		float: left;
		width: 100%;
		padding-left: 90px;
		padding-top: 10px;
		position: relative;
	}

	.videoContentDiv:before {
		content: "";
		width: 178px;
		height: 178px;
		background: url(/wp-content/uploads/2022/02/Rectangle_26.png);
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		left: 40px;
		top: 55px;
		z-index: 0;
	}

	.videoContentDiv h2 {
    font-size: 37px;
    line-height: 50px;
    color: #000000;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

	.videoContentDiv p {
		font-size: 16px;
		line-height: 160%;
		color: #565656;
		float: left;
		width: 100%;
		margin-top: 13px;
		position: relative;
		z-index: 1;
	}

	.container {
		max-width: 1260px;
	}

	.videoContentDiv p a {
		color: #2539ED;
	}

	.iOS_enterprises {
		float: left;
		width: 100%;
		padding: 120px 0;
		position: relative;
	}

	.enterprisesHeading {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.enterprisesHeading h1 {
		font-size: 40px;
		line-height: 57px;
		text-align: center;
		color: #000000;
		font-weight: 800;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.enterprisesHeading p {
		font-size: 18px;
		line-height: 160%;
		text-align: center;
		color: #757575;
	}

	.enterprisesHeading:after {
		width: 129px;
		height: 129px;
		right: -170px;
		top: 90px;
		background: #DAE9FF;
		position: absolute;
		border-radius: 50%;
		content: "";
	}

	.iOSEnterprisesText {
		float: left;
		margin-top: 40px;
		width: 100%;
		padding: 0px 0 10px 30px;
	}

	.iOSEnterprisesText h3 {
		font-size: 36px;
		line-height: 52px;
		color: #2E323B;
		font-weight: 700;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}

	.problmNos {
		width: 75px;
		height: 75px;
		left: 0;
		top: 8px;
		background: #50CB93;
		box-shadow: 4px 4px 15px rgb(0 0 0 / 25%);
		border-radius: 10px;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 36px;
		line-height: 52px;
		color: #FFFFFF;
		font-weight: 700;
	}

	ul.problemSolvingSkills li {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 16px;
		padding-left: 95px;
		z-index: 1;
	}

	ul.problemSolvingSkills {
		float: left;
		width: 100%;
		position: relative;
		padding: 0 0 0 30px;
	}

	.problmList {
		float: left;
		width: 100%;
	}

	.problmList h4 {
		font-weight: 600;
		font-size: 19px;
		line-height: 31px;
		color: #2E323B;
		float: left;
		width: 100%;
	}

	.problmList p {
		font-size: 16px;
		line-height: 23px;
		color: #61646B;
		float: left;
		width: 100%;
	}

	.problmNos.pink {
		background: #FF3D68;
	}

	.problmNos.purple {
		background: #7D83FC;
	}

	.problmNos.yello {
		background: #FFBA40;
	}

	.iOSEnterprisesImg:before {
		width: 120px;
		height: 120px;
		border-radius: 50%;
		border: 8.8px solid #FF007A;
		background: #fff;
		content: "";
		position: absolute;
		bottom: 48px;
		left: 50px;
		z-index: 0;
	}

	.iOSEnterprisesImg img {
		position: relative;
	}

	ul.problemSolvingSkills:after {
		content: "";
		background: url(/wp-content/uploads/2022/02/dots.png);
		width: 405px;
		height: 154px;
		position: absolute;
		right: -170px;
		bottom: -40px;
		z-index: 0;
	}





	#testimonial-area .section-heading h2 {
		font-size: 48px;
		line-height: 58px;
	}

	.testi-wrap {
		position: relative;
		height: 725px;
		margin-top: -80px;
		float: left;
		width: 100%;
	}

	.client-single {
		margin-top: 20px;
		text-align: center;
		position: absolute;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}

	.client-info,
	.client-comment {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.client-single.inactive .client-comment,
	.client-single.inactive .client-info {
		display: none;
	}

	.client-single.inactive .client-comment,
	.client-single.inactive .client-info {
		opacity: 0;
		visibility: hidden;
	}

	.client-single.position-2 {
		right: 160px;
		top: 165px;
	}

	.client-single.position-3 {
		right: 74px;
		top: 80px;
		-webkit-transform: scale(0.4) !important;
		transform: scale(0.4) !important;
	}

	.client-single.position-4 {
		right: 154px;
		top: 288px;
	}

.client-single.position-5 {
    top: 308px;
    right: 5px;
}

	.client-single.position-6 {
		top: 203px;
		right: 36px;
	}

	.client-single.position-7 {
		top: 222px;
		right: -105px;
		-webkit-transform: scale(0.4) !important;
		transform: scale(0.4) !important;
	}

	.client-single.position-9 {
		right: 33px;
		top: 340px;
	}

	.client-single.active {
		top: 10%;
		left: 0;
		/* -webkit-transform: translateX(-50%); */
		/* transform: translateX(-50%); */
		z-index: 10;
		width: 76%;
	}

	.client-single.position-8 {
    right: -20px;
    top: 180px;
}

	.client-single.active .client-comment,
	.client-single.active .client-info {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
		float: left;
		width: 58%;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
		z-index: 99;
	}

	.client-single.active .client-img {
		position: relative;
		width: 389px;
		height: 389px;
		filter: drop-shadow(10px 20px 50px rgba(0, 0, 0, 0.15));
		border-radius: 500px 0px 500px 500px;
		overflow: hidden;
		float: left;
	}

	.client-single.active .client-img img {
    max-width: 100%;
    border: 0;
    width: 100%;
    border-radius: initial;
    height: 100%;
    object-fit: cover;
}
.client-img {
    width: 160px;
    height: 160px;
    border-radius: 90px;
    display: block;
    overflow: hidden;
}

.client-single .client-img img {
    width: 100%;
    border: 0px solid #d1e9ff;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
}

	.client-comment {
		padding: 50px 30px 0;
		text-align: left;
		float: left;
		width: 100%;
	}

	.client-comment h3 {
		font-size: 22px;
		line-height: 32px;
		color: #000;
		font-weight: 700;
	}

	.client-comment span {
		font-size: 14px;
		line-height: 21px;
		color: #000;
		float: left;
		width: 100%;
		margin-bottom: 13px;
	}

	.client-comment p {
		font-size: 16px;
		line-height: 160%;
		color: #565656;
		float: left;
		width: 100%;
	}

	.testi-wrap:before {
		border: 8.8px solid #FF007A;
		width: 120px;
		height: 120px;
		position: absolute;
		left: 0;
		bottom: 230px;
		z-index: 0;
		content: "";
		border-radius: 100px;
	}

	.client-single.active:after {
		content: "";
		width: 196px;
		height: 154px;
		position: absolute;
		top: 0;
		background: url(/wp-content/uploads/2022/02/Dot.png);
		background-repeat: no-repeat;
	}

	.iOSTestimonials .enterprisesHeading:after {
		display: none;
	}

	.iOSTestimonials .enterprisesHeading {
		margin-bottom: 60px;
	}

	.testi-wrap:after {
		width: 184px;
		height: 184px;
		right: 70px;
		top: 220px;
		background: #FFF5DB;
		content: "";
		position: absolute;
		border-radius: 240px;
	}

	.projectsMain {
		background: #FFFFFF;
		box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
		border-radius: 20px;
		float: left;
		width: 100%;
		margin-top: -120px;
		padding: 40px 50px 20px;
	}

	.projectsMain a.together {
		margin: 0 auto;
		width: 100%;
		float: left;
		text-align: center;
		font-weight: 600;
		font-size: 18px;
		line-height: 160%;
		color: #2539ED;
		margin-top: 30px;
	}

	.projectsMainTop {
		float: left;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.projectsMainTop {
		float: left;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.innerProjectCount h2 {
		font-size: 50px;
		line-height: 70px;
		color: #000000;
		font-weight: 700;
		float: left;
		width: 100%;
		margin: 0;
	}

	.innerProjectCount p {
		font-size: 16px;
		line-height: 160%;
		color: #565656;
		float: left;
		width: 100%;
		margin: 0;
	}

	.innerProjectCount {
		width: 150px;
	}

	.faqDiv {
		float: left;
		width: 100%;
		padding: 100px 0 40px;
	}

	.faqheading {
		float: left;
		width: 100%;
		text-align: center;
	}

	.faqheading h1 {
		font-size: 40px;
		line-height: 66px;
		text-align: center;
		color: #000000;
		font-weight: 700;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.faqheading p {
		font-size: 18px;
		line-height: 160%;
		text-align: center;
		color: #757575;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.faqDiv .accordion>.card {
		background: transparent;
		border: 1px solid #E7EBEE;
		box-sizing: border-box;
		border-radius: 10px !important;
		float: left;
		width: 100%;
		margin: 10px 0 10px;
	}

	.faqDiv div#accordionExample {
		margin: 0 auto;
		width: 62%;
		text-align: left;
		position: relative;
		/* overflow: hidden; */
		display: inline-block;
	}

	.faqDiv .card {
		float: left;
		width: 100%;
		border: 0;
		background: #fefefe;
		box-shadow: none;
	}

	.faqDiv span.collapseIcon:before {
		content: "+";
		font-size: 44px;
		float: left;
		line-height: 20px;
		color: #1B1139;
		font-weight: 100;
		margin-left: -16px;
		margin-right: 14px;
	}

	.faqDiv .accordion>.card .card-header button.btn.btn-link {
		font-size: 18px;
		line-height: 123%;
		color: #313131;
		background: transparent;
	}

	.faqDiv .collapse {
		float: left;
		width: 100%;
		margin-top: 0;
		background: #FFFFFF;
		box-shadow: 0px 20px 95px rgb(201 203 204 / 30%);
		border-radius: 10px;
	}
	.faqDiv .accordion>.card .card-header button.btn.btn-link:hover {
    text-decoration: none;
}

	.faqDiv .card-body {
		font-size: 18px;
		line-height: 30px;
		color: #575757;
	}

	div#accordionExample:after {
		content: "";
		background: url(/wp-content/uploads/2022/02/dotslat.png);
		width: 175px;
		height: 154px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: -350px;
		bottom: 210px;
	}

	div#accordionExample:before {
		content: "";
		background: url(/wp-content/uploads/2022/02/hafrec.png);
		width: 175px;
		height: 154px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -270px;
		bottom: -30px;
	}

	.iOSRightBanner img {
		width: 100%;
	}
	ul.headList {
	    float: left;
	    width: 100%;
	}
	ul.headList li {
    list-style: inside;
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

	@media only screen and (max-width: 1600px) {
		.iOSLeftBAnner h1 {
			font-size: 36px;
			font-weight: 800;
			color: #000000;
			line-height: 50px;
		}

		.iOSLeftBAnner p {
			font-size: 15px;
			margin-top: 6px;
			line-height: 22px;
		}

		button.btn.Consultbtn {
			width: 300px;
			height: 60px;
			font-size: 19px;
			padding-left: 25px;
			margin-top: 9px;
		}

		.trustedDiv h2 {
			font-size: 36px;
			line-height: 57px;
		}

		.trustedDiv p {
			font-size: 16px;
			line-height: 133%;
		}

		ul.trustedLogo img {
			width: 87%;
		}

		ul.trustedLogo {
			float: left;
			width: 90%;

		}

		.iOSServices {
			padding: 65px 0;
			background-size: 130%;
			background-position: 28% 50px;
		}

		.iOSServices .col-md-5 h2 {
			font-size: 36px;
			line-height: 57px;
		}

		.iOSServices .col-md-5 p {
			font-size: 17px;
			line-height: 159%;
			margin: 17px 0 30px;
		}

		a.discuss {
			font-weight: 600;
			font-size: 16px;
		}

		ul.ServicesDetail li h3 {
			font-size: 20px;
			line-height: 25px;
			margin: 12px 0;
		}

		ul.ServicesDetail li {
			min-height: 355px;
		}

		ul.ServicesDetail {
			margin-top: 20px;
		}

		ul.ServicesDetail.last {
			margin-top: -40px;
		}

		.iOSServices {
			padding: 64px 0;
			background-size: 112%;
			background-position: 46% 50px;
		}

		.videoContentDiv h2 {
			font-size: 34px;
			line-height: 52px;
		}

		.videoContentDiv p {
			font-size: 15px;
			line-height: 154%;
		}

		.enterprisesHeading h1 {
			font-size: 36px;
			line-height: 54px;
			margin-bottom: 9px;
		}

		.iOSEnterprisesText h3 {
			font-size: 32px;
			line-height: 47px;
			margin-bottom: 10px;
		}

		.problmList h4 {
			font-size: 17px;
		}

		.problmList p {
			font-size: 15px;
			line-height: 23px;
		}

		.problmNos {
			width: 70px;
			height: 70px;
		}

		ul.problemSolvingSkills:after {
			width: 314px;
			height: 124px;
			right: -130px;
			background-size: cover;
		}

		.enterprisesHeading h1 {
			font-size: 30px;
			line-height: 49px;
			margin-bottom: 5px;
		}

		.innerProjectCount h2 {
			font-size: 43px;
			line-height: 60px;
		}

		.innerProjectCount p {
			font-size: 15px;
			line-height: 158%;
		}

		.projectsMain a.together {
			font-size: 16px;
			margin-top: 20px;
		}

		.faqheading h1 {
			font-size: 36px;
			line-height: 52px;
			margin-bottom: 16px;
		}

		.faqheading p {
			font-size: 16px;
			line-height: 157%;
			margin-bottom: 20px;
		}

		.faqDiv span.collapseIcon:before {
			content: "+";
			font-size: 34px;
		}

		.faqDiv .accordion>.card .card-header button.btn.btn-link {
			font-size: 16px;
		}

		.faqDiv .card-body {
			font-size: 16px;
			line-height: 25px;
		}

		ul.ServicesDetail li span img {
			width: 64px;
		}

		ul.ServicesDetail li span {
			width: 110px;
			height: 110px;
		}

		.enterprisesHeading:after {
			width: 120px;
			height: 120px;
			right: -120px;
		}

		.iOSLeftBAnner {
	    padding: 130px 0 70px;
	}
	}
	@media only screen and (max-width: 1440px){
		.projectsMain {
		    padding: 20px 50px 20px;
		}
		.innerProjectCount h2 {
		    font-size: 35px;
		    line-height: 60px;
		}
		.enterprisesHeading h1 {
		    font-size: 30px;
		    line-height: 40px;
		    margin-bottom: 5px;
		}
		.enterprisesHeading h1 {
		    font-size: 28px;
		}
		.videoContentDiv h2 {
		    font-size: 30px;
		    line-height: 31px;
		    margin-top: 10px;
		}
		.iOSServices .col-md-5 h2 {
		    font-size: 30px;
		    line-height: 40px;
		}
		ul.ServicesDetail li h3 {
		    font-size: 18px;
		    line-height: 23px;
		    margin: 12px 0;
		}
		ul.ServicesDetail li span {
		    width: 90px;
		    height: 90px;
		}
		ul.ServicesDetail li span img {
		    width: 58px;
		}
		ul.ServicesDetail li {
		    min-height: 355px;
		    padding: 25px 22px 0;
		}
		.iOSLeftBAnner h1 {
		    font-size: 32px;
		}
		ul.headList li {
		    font-size: 15px;
		}
		button.btn.Consultbtn {
		    width: 286px;
		    height: 56px;
		    font-size: 17px;
		    padding-left: 25px;
		    margin-top: 9px;
		}
		.trustedDiv h2 {
		    font-size: 32px;
		    line-height: 57px;
		}
		.faqheading h1 {
		    font-size: 32px;
		    line-height: 44px;
		    margin-bottom: 16px;
		}
		.faqDiv .card-body {
		    font-size: 14px;
		    line-height: 24px;
		}
	}

	@media only screen and (max-width: 1366px){
		.iOSRightBanner img {
		    width: 96%;
		}
		ul.trustedLogo {
		    float: left;
		    width: 90%;
		    margin-top: 18px;
		}
		.iOSServices {
		    padding: 64px 0;
		    background-size: 120%;
		    background-position: 50% 110px;
		}
		.videoContentDiv h2 {
		    font-size: 30px;
		    line-height: 31px;
		    margin-top: 17px;
		    margin-bottom: 10px;
		}
		ul.problemSolvingSkills:after {
		    width: 294px;
		    height: 104px;
		    right: -40px;
		    background-size: cover;
		}
		.enterprisesHeading:after {
		    width: 100px;
		    height: 100px;
		    right: -20px;
		}
		.iOSEnterprisesText h3 {
    font-size: 28px;
    line-height: 43px;
    margin-bottom: 7px;
}
.problmList h4 {
    font-size: 15px;
}
.problmList p {
    font-size: 14px;
    line-height: 20px;
}
.problmNos {
    width: 63px;
    height: 65px;
}
ul.problemSolvingSkills li {
    padding-left: 85px;
    z-index: 1;
}
.client-single.active .client-img {
    position: relative;
    width: 359px;
    height: 359px;
    filter: drop-shadow(10px 20px 50px rgba(0, 0, 0, 0.15));
    border-radius: 500px 0px 500px 500px;
    overflow: hidden;
    float: left;
}

.client-comment {
    padding: 20px 30px 0;
    }
    .client-single.active:after {
    width: 176px;
    height: 114px;
    background-size: cover;
}
.client-single.position-3 {
    top: 15px;
}
.client-single.position-2 {
    right: 180px;
    top: 85px;
}
.client-single.position-4 {
    right: 184px;
    top: 218px;
}
.client-single.position-8 {
    right: -20px;
    top: 100px;
}
.client-single.position-5 {
    top: 238px;
    right: 5px;
}
.testi-wrap:after {
    width: 124px;
    height: 124px;
    right: 130px;
    top: 170px;
    background: #FFF5DB;
    content: "";
    position: absolute;
    border-radius: 240px;
}
.innerProjectCount h2 {
    font-size: 32px;
    line-height: 55px;
}
.faqheading h1 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 16px;
}
.faqDiv {
    float: left;
    width: 100%;
    padding: 60px 0 40px;
}
.iOS_enterprises {
    padding: 120px 0 60px;
}
.iOSEnterprisesImg img {
    position: relative;
    width: 90%;
}
	}

	@media only screen and (max-width: 1280px){
		.iOSRightBanner img {
		    width: 90%;
		    margin-right: -30px;
		}
		.iOS_warapper {
		    padding-top: 30px;
		}
		ul.ServicesDetail li span img {
    width: 50px;
}
ul.ServicesDetail li span {
    width: 80px;
    height: 80px;
}
ul.ServicesDetail li h3 {
    font-size: 17px;
    line-height: 23px;
    margin: 8px 0;
}
ul.ServicesDetail li p {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #757575;
}
ul.ServicesDetail li {
    min-height: 325px;
    padding: 21px 16px 0;
}
ul.problemSolvingSkills:after {
    width: 244px;
    height: 84px;
    right: 0;
    background-size: cover;
}
.iOSServices {
    padding: 64px 0 10px;
}
.videoContentDiv h2 {
    line-height: 40px;
    margin-bottom: 0;
}
.videoContentDiv {
    padding-left: 70px;
}
.iOS_enterprises {
    padding: 60px 0 40px;
}
.enterprisesHeading h1 {
    font-size: 26px;
}
.enterprisesHeading p {
    font-size: 16px;
}
.iOSEnterprisesText h3 {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 5px;
}
.problmNos {
    width: 58px;
    height: 58px;
    font-size: 30px;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 25%);
}
ul.problemSolvingSkills li {
    padding-left: 74px;
    z-index: 1;
    margin-bottom: 6px;
}
ul.problemSolvingSkills:after {
    width: 214px;
    height: 76px;
    right: 0;
    background-size: cover;
}
.problmList h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
}
.problmList p {
    font-size: 14px;
    line-height: 18px;
}
.client-comment p {
    font-size: 14px;
}
.client-comment h3 {
    font-size: 20px;
    line-height: 32px;
}
.client-comment {
    padding: 0px 30px 0;
}
.client-single.active .client-img {
    width: 309px;
    height: 309px;
    filter: drop-shadow(5px 12px 16px rgba(0, 0, 0, 0.15));
}
.testi-wrap:before {
    border: 6.8px solid #FF007A;
    width: 100px;
    height: 100px;
    bottom: 160px;
    border-radius: 100px;
}
.testi-wrap {
    height: 565px;
    margin-top: -100px;
}
.innerProjectCount h2 {
    font-size: 28px;
    line-height: 42px;
}
.innerProjectCount p {
    font-size: 14px;
    line-height: 149%;
}
.projectsMain a.together {
    font-size: 15px;
    margin-top: 18px;
}
.faqheading h1 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 9px;
}
.faqheading p {
    font-size: 15px;
    line-height: 157%;
    margin-bottom: 20px;
}
.faqDiv span.collapseIcon:before {
    content: "+";
    font-size: 29px;
    font-weight: 400;
}
}
@media only screen and (max-width: 1024px){
	.iOSLeftBAnner h1 {
    font-size: 26px;
}
ul.ServicesDetail li span {
    width: 65px;
    height: 65px;
        border-radius: 11px;
}
ul.ServicesDetail li h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 6px;
}
ul.ServicesDetail li p {
    font-size: 12px;
}
ul.ServicesDetail li span img {
    width: 40px;
}
ul.ServicesDetail li {
    min-height: 295px;
    padding: 21px 16px 0;
    border-radius: 24px;
}
.iOSServices .col-md-5 h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
}
.iOSServices .col-md-5 p {
    font-size: 15px;
    line-height: 159%;
    margin: 8px 0 30px;
}
.trustedDiv h2 {
    font-size: 28px;
    line-height: 53px;
}
/* .iOSLeftBAnner {
    padding: 80px 0 70px;
} */
button.btn.Consultbtn {
    width: 253px;
    height: 50px;
    font-size: 15px;
    padding-left: 18px;
    margin-top: 9px;
}
ul.headList li {
    font-size: 14px;
}
ul.trustedLogo img {
    width: 77%;
}
.videoContentDiv h2 {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 26px;
}
.videoContentDiv p {
    font-size: 14px;
    line-height: 154%;
}
.videoContentDiv {
    padding-left: 33px;
}
.videoContentDiv:before {
    content: "";
    width: 158px;
    height: 158px;
    left: -4px;
    top: 45px;
}
/* .iOS_enterprises {
    padding: 50px 0 30px;
} */
.enterprisesHeading p {
    font-size: 14px;
}
.iOSEnterprisesText {
    margin-top: 5px;
}
.iOSEnterprisesText h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 2px;
}
.enterprisesHeading h1 {
    font-size: 24px;
    line-height: 33px;
}
.client-comment p {
    font-size: 13px;
}
.client-comment h3 {
    font-size: 19px;
    line-height: 32px;
}
.client-single.active .client-img {
    width: 279px;
    height: 279px;
    filter: drop-shadow(5px 12px 16px rgba(0, 0, 0, 0.15));
}
.faqheading h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 9px;
}
.enterprisesHeading:after {
    width: 80px;
    height: 80px;
    right: 23px;
    top: 64px;
}
ul.problemSolvingSkills {
    padding: 0 0 0 0px;
}
.iOSEnterprisesText {
    margin-top: 5px;
    padding: 0px 0 10px 0px;
}
.testi-wrap:after {
    width: 105px;
    height: 105px;
}
.client-single.position-2 {
    right: 170px;
    top: 72px;
}
.client-single.position-5 {
    top: 204px;
    right: 19px;
}
.client-img {
    width: 142px;
    height: 142px;
}
.client-single.position-4 {
    right: 177px;
    top: 187px;
}
.iOSRightBanner img {
    width: 96%;
    margin-right: -30px;
}
.problmList p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.problmNos {
    width: 50px;
    height: 50px;
    font-size: 23px;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 25%);
    border-radius: 7px;
}
.iOSEnterprisesImg:before {
    width: 98px;
    height: 96px;
    border: 8.8px solid #FF007A;
    bottom: 21px;
    left: 40px;
}
/* 13-dec-2024 */
.iOSLeftBAnner {padding: 10px 0 0px;}
.iOS_warapper{padding-top: 0;}
.enterprisesHeading{margin-bottom: 0px;}
.iOS_enterprises{padding: 50px 0 0px;}
.iOSTestimonials .enterprisesHeading{margin-bottom: 20px;}
.trustedDiv h2{padding: 55px 0;}


}
@media only screen and (max-width: 991px){
	.client-single.active .client-img {
	    width: 200px;
	    height: 200px;
	    filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.15));
	}
	.client-comment {
    padding: 0px 18px 0;
}
.client-img {
    width: 120px;
    height: 120px;
}
.client-single.position-2 {
    right: 128px;
    top: 66px;
}
.testi-wrap:after {
    width: 82px;
    height: 82px;
    right: 90px;
    top: 124px;
}
.client-single.position-4 {
    right: 106px;
    top: 152px;
}
.client-single.position-8 {
    right: -20px;
    top: 58px;
}
.client-single.position-5 {
    top: 146px;
    right: 4px;
}
.testi-wrap {
    height: 445px;
    margin-top: -100px;
}
.testi-wrap:before {
    border: 6.8px solid #FF007A;
    width: 78px;
    height: 78px;
    bottom: 156px;
    border-radius: 100px;
}
.faqheading h1 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 9px;
}
.faqDiv {
    float: left;
    width: 100%;
    padding: 37px 0 40px;
}
.faqDiv div#accordionExample {
    margin: 0 auto;
    width: 85%;
}
.videoContentDiv h2 {
    line-height: 26px;
    margin-bottom: 0;
    font-size: 21px;
    margin: 0;
}
.videoContentDiv p {
    font-size: 13px;
    line-height: 154%;
}
.videoDiv:after {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff7e3;
    position: absolute;
    right: -41px;
    bottom: -50px;
    z-index: 0;
}
.videoContentDiv:before {
    content: "";
    width: 136px;
    height: 136px;
    left: 1px;
    top: 45px;
}
.iOSServices .col-md-5 {
    padding-top: 0;
    flex: 0 0 99.666667%;
    max-width: 99.666667%;
    text-align: center;
}
.iOSServices .col-md-7 {
    flex: 0 0 99.666667%;
    max-width: 99.666667%;
    text-align: center;
    padding-top: 70px;
}
.iOSLeftBAnner {
    padding: 64px 0 48px;
}
.iOSLeftBAnner h1 {
    font-size: 23px;
}
.iOSLeftBAnner p {
    font-size: 14px;
    margin-top: -7px;
    line-height: 20px;
}
ul.headList li {
    font-size: 13px;
}
.iOSRightBanner img {
    width: 96%;
    margin-right: -30px;
    margin-top: 30px;
}
.iOSServices {
    padding: 44px 0 10px;
}
}
/* 13-dec-2024 */
@media only screen and (max-width:820px){
	.iOSLeftBAnner{padding:10px 0 0 !important;}
	.trustedDiv h2{padding: 43px 0;}
	.iOSTestimonials{padding: 20px 0 0;}
	.enterprisesHeading h1{margin: 0 0 20px 0;}
}




@media only screen and (max-width: 767px){
.iOSLeftBAnner {
    padding: 64px 0 0px;
    width: 100%;
}
.iOSRightBanner {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.iOSRightBanner img {
    width: 100%;
    margin-right: 0;
    margin-top: -10px;
}
.trustedDiv h2 {
    font-size: 28px;
    line-height: 53px;
    text-align: center;
}
.trustedDiv p {
    font-size: 16px;
    line-height: 133%;
    text-align: center;
}
ul.trustedLogo {
    float: left;
    width: 100%;
    margin-top: 9px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.iOSServices {
    padding: 24px 0 10px;
}
ul.ServicesDetail {
    margin-top: 0;
}

ul.ServicesDetail {
    float: left;
    width: 100%;
}
ul.ServicesDetail.last {
    margin-top: 0;
    width: 100%;
}
ul.ServicesDetail li {
    min-height: auto;
    padding: 21px 16px 20px;
    border-radius: 24px;
}
.videoDiv:after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #fff7e3;
    position: absolute;
    right: -21px;
    bottom: -20px;
    z-index: 0;
}
.videoContentDiv {
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
}
.iOS_enterprises {
    padding: 0px 0 30px;
}
.enterprisesHeading h1 {
    font-size: 22px;
    line-height: 30px;
}
.enterprisesHeading h1 br {
    display: none;
}
.enterprisesHeading p br {
    display: none;
}
.iOSEnterprisesImg img {
    position: relative;
    width: 100%;
}
.client-single.active .client-comment, .client-single.active .client-info {
    width: 100%;
    margin-top: 20px;
}
.client-single.active {
    width: 100%;
}
.testi-wrap {
    height: auto;
    margin-top: -100px;
    min-height: 620px;
}
.client-single.active .client-img {
    width: 170px;
    height: 170px;
    filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.15));
}
.testi-wrap:before {
    border: 6.8px solid #FF007A;
    width: 78px;
    height: 78px;
    bottom: auto;
    border-radius: 100px;
    top: 190px;
}
.projectsMain {
    padding: 15px 15px 15px;
}
.innerProjectCount {
    width: 100%;
    /* text-align: center; */
}
.innerProjectCount h2 {
    font-size: 24px;
    line-height: 39px;
}
.innerProjectCount p {
    font-size: 12px;
    line-height: 146%;
}
.projectsMain a.together {
    font-size: 13px;
    margin-top: 10px;
}
.faqheading p {
    font-size: 13px;
    line-height: 157%;
    margin-bottom: 20px;
}
.faqDiv div#accordionExample {
    margin: 0 auto;
    width: 100%;
}
.faqDiv .card-body {
    font-size: 14px;
    line-height: 24px;
    padding: 0.8rem;
}
.card-header {
    padding: 0.45rem 0.7rem;
}
.faqDiv .accordion>.card .card-header button.btn.btn-link {
    font-size: 13px;
    padding: 0 9px;
}
.faqDiv span.collapseIcon:before {
    content: "+";
    font-size: 25px;
    font-weight: 400;
    margin-right: 3px;
}
.videoSection {
    padding: 0px 0 40px;
}
.enterprisesHeading:after {
    width: 60px;
    height: 60px;
    right: 3px;
    top: 174px;
}
}


@media only screen and (max-width: 479px){
	.client-img {
	    width: 90px;
	    height: 90px;
	}
	.client-single.position-3 {
    top: 15px;
    right: 34px;
}
.client-single.position-2 {
    right: 78px;
    top: 66px;
}
.client-single.position-5 {
    top: 134px;
    right: -15px;
}
.client-single.position-4 {
    right: 58px;
    top: 137px;
}
.client-single.active:after {
    width: 96px;
    height: 64px;
    background-size: cover;
}
.testi-wrap:after {
    width: 62px;
    height: 62px;
    right: 50px;
    top: 104px;
}
.iOSServices .col-md-7 {
    padding-top: 40px;
}
.enterprisesHeading h1 {
    font-size: 20px;
    line-height: 30px;
}
.iOSEnterprisesText h3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 2px;
}
.enterprisesHeading h1 {
    font-size: 20px;
    line-height: 29px;
}
.iOSServices .col-md-5 h2 {
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}
.trustedDiv h2 {
    font-size: 24px;
    line-height: 53px;
    text-align: center;
}
.iOSLeftBAnner h1 {
    font-size: 20px;
}
}

	.iOSTestimonials {
    float: left;
    width: 100%;
	padding:0 0 80px;
}