/*
Theme Name: WDP Technologies
*/

.visible-appointment .appointment-wrapper {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.appointment-wrapper {
	position: fixed;
	right: -400px;
	top: 0px;
	width: 380px;
	max-width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 99999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #008697;
    padding: 50px 30px 30px;
}
.appointment-wrapper .appoint-box .cross-icon {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	color: #ffffff;
	font-size: 24px;
}
.visible-appointment .appointment-wrapper {
	visibility: visible;
}
.appointment-wrapper .contact-icon {
	padding: 30px 0px;
}
.contact-icon {
	display: block;
	overflow: hidden;
}
.appointment-wrapper .single-contact {
	width: 100%;
	float: none;
}
.quote-icons {
	margin-top: 30px;
}

.quote-icons h5 {
	color: #ddd;
	margin-bottom: 20px;
}
.quote-icons ul li {
	display: inline-block;
}
.quote-icons ul li a {
	color: #ddd;
	display: block;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.appointment-wrapper .single-contact span {
	color: #fff;
	font-size: 15.5px;
}
.single-contact a i {
    float: left;
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}
.single-contact a {
	display: block;
	margin-bottom: 10px;
}
.appointment-wrapper .single-contact h5 {
	color: #ddd;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.appointment-wrapper .appoint-box h2 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 0px;
}
.appointment-wrapper .contact-form input[type="text"], .appointment-wrapper .contact-form input[type="email"] {
	border: 1px solid #062241;
	border-radius: 3px;
	height: 44px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.appointment-wrapper .quote-btn:hover {
	background: #062241;
	border: 1px solid #fff;
}
.contact-form {
	display: inline-block;
	width: 100%;
}
.appointment-wrapper .quote-btn {
    background: #fd4a36;
    border: 1px solid #fd4a36;
    color: #fff;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
    border-radius: 3px;
    margin: 15px auto;
    text-align: center;
}
.get-quote .form-control {
    margin-bottom: 0;
}
.row.form-row {
    margin-left: -15px;
    margin-right: -15px;
}
.load-more .load-more-btn {
	background: #20b789;
	border-radius: 30px;
	padding: 10px 30px;
	color: #fff;
	border-color: #20b789;
	margin-right: 10px;
	font-size: 18px;
}
.load-more {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.no_img {
	display: inline-block;
	padding: 40px 0 0;
}
h2.blog_post_date {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 15px;
	font-size: 16px;
	letter-spacing: 0;
	background: #162336;
	color: #fff;
	height: 50px;
	width: 85px;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
}
.post-tags-list a {
	position: relative;
	display: inline-block;
	color: inherit;
	margin-right: 17px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 21px;
	background-color: #e7edf0;
	z-index: 2;
	padding: 0 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.post-tags-list a::before {
	content: '';
	position: absolute;
	background-color: inherit;
	width: 12px;
	height: 12px;
	top: 5px;
	left: -5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: -1;
	transform: skew(-45deg, 45deg);
}
.post-tags-list a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: -5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
}
.post-tags-list a:hover{
	background-color: #fd4a36;
	color:#fff;
}
.single.single-post .blog-detail img {
	width: 100%;
	height: auto;
}
.post-social {
	padding: 15px 0 0;
}
.zilla-likes{
	color: #f44336;
	margin-bottom: 0 !important;
	display: inline-block;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.zilla-likes::before {
	content: "\f004";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	font-weight: normal;
	line-height: inherit;
	margin-right: 6px;
	vertical-align: top;
}
.zilla-likes .zilla-likes-count {
	display: inline-block;
	vertical-align: top;
}
.zilla-likes:hover {
	color: #fd4a36;
}
.zilla-likes.active{
	color: #162336
}
.zilla-likes-count{
    font-size: 16px;
    font-weight: normal;
}
.job-detail p {
    font-size: 16px !important;
}
.value-sec p {
    font-size: 18px !important;
}
li#menu-item-34705 {
    margin-top: -216px !important;
}

li#menu-item-34710 {
    margin-top: -151px;
}
.address-footer h6 {
	margin-bottom: 10px;
	font-weight: bold;
}
.address-footer li i {
	font-size: 20px;
	padding-right: 10px;
}

.event_listing {
	width: 100%;
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
}
.event_listing .slide-item {
	overflow: hidden;
	position: relative;
}
.event_listing figure {
	margin: 0;
}
.event_listing .slide-item img {
	width: 100%;
	height: 190px;
}
.event_listing .overlay {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	transition: all 500ms ease 0s;
	width: 100%;
	z-index: 2;
	background-color: #000;
}
.event_listing .item-caption {
	bottom: -100%;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	left: 4%;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 500ms ease 0s;
	z-index: 3;
}
.event_listing .slide-item:hover .overlay {
	opacity: 0.7;
	top: 0;
}
.event_listing .slide-item:hover .item-caption {
	bottom: 38%;
	opacity: 1;
}
.event_listing h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	width: 100%;
}
.menu-item-49 .service-list .mega-sub-heading::before {
	top: 7px;
}
.menu-item-49 .service-list .mega-sub-heading {
	font-weight: 500;
	padding: 10px 15px;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 14px;
}
.event-box .example-image {
	width: 100%;
}
.inner-slider-bg .verticle-mid h3 {
	margin: 15px 0 0;
	display: block;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}
.modellist-section {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.infrastructure-detail {
	display: inline-block;
	width: 100%;
	padding: 130px 0;
}
.infrastructure-detail h2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.inner-slider-bg.infrastructure-slider {
	height: 400px;
}
.infrastructure-img {
	display: inline-block;
	width: 100%;
	text-align: right;
	padding-top: 40px;
}
.infrastructure-detail p {
	margin: 0;
	font-size: 18px;
}
.ofc-img {
	display: inline-block;
	width: 35%;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.ofc-details h4 {
	line-height: 32px;
	margin: 0 0 20px;
}
.ofc-details p {
	margin-bottom: 15px;
	line-height: 26px;
	letter-spacing: .5px;
}
.ofc-img img {
    border-radius: 3px;
    border: 18px solid #efefef;
    box-shadow: 2px 0 10px #9c9c9c;
}
.company-facelity {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.company-facelity h3 {
	font-weight: 600;
	margin: 0 0 20px;
}
.company-facelity ul {
	padding: 0;
	margin: 0;
}
.company-facelity ul li {
	display: inline-block;
	width: 100%;
	line-height: 36px;
}
.company-facelity ul li span {
	margin-right: 15px;
	color: #fd4a36;
}
.ready-use-bg {
	
}
/*<===========Services Pages Css==============>*/
.ios-bg-section {
    background-color: #fff;
    height: auto;
    background-image: url(../bg-ios-banner.html);
    height: 650px;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.ios-app-images {
    max-width: 430px;
    text-align: center;
    margin: 0 auto;
}
.iphone-heading-text h2 {
    font-size: 60px;
}
.iphone-heading-text {
    margin-top: 130px;
}
.iphone-heading-text h2 strong {
    color: #09c48c;
}

a.consultant-btm.portfolio-btm {
    
    background-color: #09c48c;
}

.iphone-heading-text p {
    margin-bottom: 30px;
}
.arrow_white {
    width: 26px;
    background-image: url(../png/sprite_home.png);
    background-repeat: no-repeat;
    background-position: -63px 0;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}
.talk_consult_bg {
    background: linear-gradient(246.28deg, #02202A 36.03%, #02202A 95.59%);
    border-radius: 10px;
    padding: 30px 40px;
}
.talk_consult {
    z-index: 9;
    margin-top: -70px;
    position: relative;
}

.about_banner_bottom p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}
.about_banner_bottom p span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
}
.about_banner_bottom .border-x {
    border-left: 1px solid #224f5e;
    border-right: 1px solid #224f5e;
}
.beautifully_designed_section {
    margin: 60px 0px 20px;
}
.beautifully_designed_heading h2 {
    font-size: 35px;
    font-weight: 800;
}
.beautifully_designed_heading h2 span {
    color: #09c48c;
}
.beautifully_designed_list_text {
    margin: 0px;
    padding: 20px 50px 20px 0px;
}
.beautifully_designed_list_text li {
    display: block;
    font-size: 18px;
    color: #615b5b;
}
.beautifully_designed_list_text li p {
    overflow: hidden;
    margin-left: 10px;
}
.beautifully_designed_list_text li i{
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px; 
    font-weight: 800;
}
.award-winning-right-images {
    text-align: center;
    margin: 0 auto;
}
.modal-video a i{
    font-size: 2.75rem;
    line-height: 1;
    margin-right: 6px;
    opacity: .25;
}
.modal-video span {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    top: 0;
}
.modal-video span.video-duration {
    font-weight: 300;
    top: 0;
}
.modal-video a {
    text-decoration: none;
    color: #7c7878;
}
.rating-section-ios {
    background-image: url(../0-3.html);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed!important;
    height: 677px;
    margin: 50px 0px 0px;
    padding: 90px 0px 0px;
    position: relative;
}
.install-directly-right h2 {
    color: #fff;
    font-size: 40px;
    margin: 100px 0px 30px;
}
.install-directly-right {
    color: #fff;
}
.stars-rating.yellow-stars i {
    color: #ffc832;
}
.txt-block-rating {
    color: #ccc;
}
.txt-block-rating {
    color: #ccc;
    margin-top: 40px;
}
.rating-section-ios::before {
    content: "";
    background-size: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    background-color: #162336;
    opacity: 0.9;
}
.industries-text {
    margin-top: 50px;
    margin-bottom: 40px;
}
.industries-text h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000; 
}
.industries-text h2 span {
    color: #09c48c;
}
.industries-icon-boxx {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #f5f5f5;
}
.industries-icon-boxx span {
    font-size: 60px;
    color: #373737;
}
.industries-icon-boxx p {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    color: #373737;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #09c48c !important;
    height: 2px !important;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.iPhone-development-services .taxi-booking-features-1 {
    text-align: center;
    margin-top: 4px;
    background-image: url(../png/tyu-bg-pc.png);
    padding-bottom: 40px;
    margin-bottom: 4px;
    height: 520px;
    background-size: cover;
}
.iPhone-development-services .Engagement-bxxx {
    padding: 20px;
    background-color: #fff;
    margin-top: 6px;
    height: 410px;
    text-align: center;
    box-shadow: none;
    padding-top: 80px;
    border: solid 1px #ddd;
}
.iPhone-development-services .feature-tab .nav-tabs .nav-link {
    border: 1px solid #32607b;
    background: #1a3e53;
    border-radius: 0;
    color: #fff;
    padding: 20px 18px;
}
.iPhone-development-services .ola_tabs .nav-tabs .nav-boxx-2 {
    margin-bottom: -1px;
    width: 47%;
    background-color: transparent;
    margin: 5px 7px;
    border-radius: 5px;
    border: 0 solid #fff;
}
.iPhone-development-services .nav-tabs {
    border-bottom: 0 solid #dee2e6;
    margin-top: 30px;
}
.iPhone-development-services .feature-tab .nav-tabs .nav-item.show .nav-link, .feature-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1bb587;
    border-color: #fff #dee2e6 #fff;
}
.iPhone-development-services .iphone-boxx h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 10px;
    text-align: right;
    margin-bottom: 0px;
    padding-right: 10px;
}
.iPhone-development-services  .ola_tabs .passanger_icon {
    float: left;
}
.iPhone-development-services  span.boxx-ioxbn {
    font-size: 36px;
    margin-right: 15px;
}
.iPhone-development-services .passanger_titel span {
    padding: 15px 0 0 14px;
    line-height: 1.1;
    display: block;
    color: #fff;
    font-size: 18px;
}
.iPhone-development-services {
    margin: 40px 0px;
}


.iphone-app-development-main-box .nav-tabs { 
    border-bottom: 2px solid #DDD; 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
 border-width: 0; 
}
.iphone-app-development-main-box .nav-tabs > li > a {
    border: none;
    color: #ffffff;
    background: #1bb587;
    padding: 8px;
}
.iphone-app-development-main-box .nav-tabs .active {
    border: none;
    color: #ffffff !important;
    background: #162336;
    text-decoration: none;
}
.iphone-app-development-main-box .nav-tabs > li > a::after {
 content: "";
  background: #5a4080;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.iphone-app-development-main-box .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.iphone-app-development-main-box .tab-nav > li > a::after { background: ##5a4080 none repeat scroll 0% 0%; color: #fff; }
.iphone-app-development-main-box .tab-pane { padding: 15px 0; }
.iphone-app-development-main-box .tab-content{padding:20px}
.iphone-app-development-main-box .nav-tabs > li {
    text-align: center;
    padding: 6px 3px 6px 0px;
    margin: 1px 0px 0px;
    font-size: 18px;
}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
/*body{ background: #EDECEC; padding:50px}*/

.main-blog-box h2.blog_post_date {
    padding: 0 !important;
    right: 15px;
    margin: 0;
    line-height: 40px;
    height: 40px;
    background: #00bcd4 !important;
}
.page-id-162 section.inner-section-page.blog-section {
    display: none;
}

@media all and (max-width:724px){
.nav-tabs > li > a > span {display:inline-block;}   
.nav-tabs > li > a {padding: 5px 5px;}
}
.iphone-app-heading h2 {
    color: #373737;
    font-size: 35px;
    padding-top: 10px;
    margin-bottom: 18px;
    padding-right: 10px;
    font-weight: 800;
}
.iphone-app-heading h2 span {
    color: #1bb587;
}
.custom-development-tabs-box {
    margin: 50px 30px 0px;
    font-size: 16px;
}
.custom-development-tabs-box h4 {
    font-size: 30px;
    font-weight: 600;
}
.ustom-web-images-right img {
    width: 100%;
    height: 320px;
}
.app-development-section-box {
    background-image: url(../png/bg-sup.png);
    background-size: 100%;
    background-position: center;
    padding: 40px 0px;
    margin: 70px 0px 0px;
}
.have-an-app-section {
    background-size: 100%;
    background-position: top;
    height: 370px;
    background-repeat: no-repeat;
    background-color: #f9fbfe;
    position: relative;
}
.have-an-app-section:before {
    position: absolute;
    content: "";
    background-image: url(../png/wave.png);
    top: 38px;
    width: 100%;
    left: 0px;
    height: 340px;
}
.have-an-app-idea-boxx {
    margin-top: 80px;
}
.have-an-app-idea-boxx h2 {
    font-size: 40px;
    font-weight: 600;
}
.have-an-app-idea-boxx h2 span {
    color: #1bb587;
}
.have-an-app-idea-boxx .consultant-btm {
    border-radius: 10px;
    background-color: #fd4a36;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 20px;
    margin-top: 20px;
}
.have-img img {
    max-width: 417px;
}
.have-img{
    text-align: center;
}

/*<===============form==================>*/

.form-contact-top .footer-request-form-bg {
    background: url(../form-bg.html) no-repeat left top;
    background-attachment: fixed;
    background-size: cover;
    padding: 184px 0 77px 0;
    margin-top: 130px;
}
.form-contact-top .footer-request-form-bg .container {
    background: #fff;
    border-radius: 10px;
    margin-top: -268px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
} 
.form-contact-top .head-dr {
    background-color: #162336;
    color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px 0 0 8px;
}
.form-contact-top .head-dr h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.form-contact-top .form-de-we h3 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #373737;
    margin-top: 30px;
}
.form-contact-top .form-control-1 {
    border: none;
    border-bottom: 1px solid #b7b7b7;
    color: #747474;
    height: 44px;
    padding: 0;
    width: 100%;
    font-size: 15px;
    border-radius: 0;
}
.form-contact-top .input-area {
    margin-bottom: 30px;
}
.form-contact-top .submit-btn {
    background: #1bb587;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    color: #fff;
    margin-top: 20px;
}
.form-contact-top .submit-btn:hover {
    background: #2958ff;
}
.award-winning-right-images.asp-images {
    margin-top: 50px;
}
/*<===============form-and==================>*/



/*<===============-@media-css==================>*/

@media all and (max-width: 991.98px){
.ios-app-images img {
    max-width: 213px;
    margin-top: 70px;
}
.iphone-heading-text {
    margin-top: 50px;
}
.iphone-heading-text h2 {
    font-size: 30px;
}
a.consultant-btm.portfolio-btm {
    display: none;
}
.ios-bg-section {
    height: 540px;
    background-size: cover;
}
.install-directly-right h2 {
    margin: 30px 0px 30px;
}
.iPhone-development-services .iphone-boxx h2 {
    color: #000;
    padding-top: 40px;
    text-align: left;
    margin-left: 10px;
}
.iPhone-development-services .taxi-booking-features-1 {
    background-image: none;
    height: auto;
}
.ustom-web-images-right img {
    height: 190px;
}
.app-development-section-box {
    background-size: cover;
    margin: 0px 0px 0px;
    background-repeat: no-repeat;
    height: auto;
}
.form-contact-top .head-dr {
    padding: 60px 30px 62px;
}


}



@media all and (max-width:767.98px){
.iphone-heading-text h2 {
        font-size: 28px;
}
.ios-bg-section {
    background-image: url(../png/bg-ios-banner.png);
    height: 720px;
    background-size: cover;
}
.iphone-heading-text {
    margin-top: 70px;
}

.ios-app-images img {
    max-width: 218px;
    margin: 20px 0px;
}
.about_banner_bottom .border-x {
    border-left: 0px solid #9ca4b1;
    border-right: 0px solid #9ca4b1;
    border-top: 1px solid #9ca4b1;
    border-bottom: 1px solid #9ca4b1;
    justify-content: initial !important;
}
.about_banner_bottom .left-bt{
     justify-content: initial !important;
}
a.consultant-btm.portfolio-btm {
    background-color: #09c48c;
    display: none;
}
.talk_consult {
    margin-top: 30px;
}
.beautifully_designed_heading h2 {
    font-size: 28px;
}
.award-winning-right-images {
    margin-top: 40px;
}
.rating-section-ios {
    height: 1000px;
    padding: 50px 0px 0px;
    position: relative;
}
.install-directly-right h2 {
    color: #fff;
    font-size: 28px;
    margin: 50px 0px 30px;
}
.industries-text h2 {
    font-size: 28px;
}
.iPhone-development-services .taxi-booking-features-1 {
    background-image: none;
    height: auto;
}
.iPhone-development-services .iphone-boxx h2 {
    color: #000;
    font-size: 28px;
    padding-top: 31px;
    text-align: left;
}
.iPhone-development-services {
    margin: 0px 0px;
}
.iPhone-development-services .ola_tabs .nav-tabs .nav-boxx-2 {
    width: 100%;
}
.app-development-section-box {
    background-image: none;
    margin: 0px 0px 0px;
}
.iphone-app-heading h2 {
    font-size: 28px;
}
.custom-development-tabs-box {
    margin: 20px 0px 20px;
}
.custom-development-tabs-box h4 {
    font-size: 28px;
}
.have-an-app-idea-boxx {
    margin-top: 0px;
}
.have-an-app-idea-boxx h2 {
    font-size: 28px;
}
.have-img img {
    max-width: 274px;
}
.iphone-app-development-main-box .nav-tabs > li {
    text-align: center;
    padding: 0px 3px 0px 0px;
    margin: 1px 0px 0px;
    display: inline-block;
    width: 100%;
}
.iphone-app-development-main-box .nav-tabs > li > a {
    width: 100%;
    display: inline-block;
}
.form-contact-top .footer-request-form-bg {
    background: none;
}
.form-contact-top .footer-request-form-bg .container {
    /* box-shadow: 0 5px 15px rgb(0 0 0 / 10%); */
}
.form-contact-top .head-dr {
    border-radius: 10px;
    margin-right: 20px;
    margin-left: 20px;
}
.fomt-12 {
    margin: 30px;
}
.rating-boxx-images.media-app {
    text-align: center;
}
.rating-boxx-images.media-app img {
    max-width: 250px;
}
}
.beautifully_designed_heading {
    padding-top: 70px;
}