@media only screen and (max-width: 1024px){
	.analyse-section h2{
			font-size: 55px;
		}
}
@media only screen and (max-width: 1024px){
	h1 .bg-text {
	    font-size: 60px;
	}
	h1 {
	    font-size: 70px;
	}
	.analyse-section{
		height: auto;
	}
	.testi-div{
		min-height: auto;
	}
	.testi-section p {
    	font-size: 16px;
    }
    .testi-section .row{
    	align-items: center;
    }
    .fixed-footer{
    	position: fixed;
        width: 100%;
        bottom: 0;
    }
    .assist-desk-slider h3{
    	padding: 20px 0;
    }
}
@media only screen and (max-width: 991px){
    .content-section.d-view{padding-top: 100px;}

	br{
		display: none;
	}
	h1 .bg-text {
	    font-size: 35px;
	}
	.download-section{
		height: 320px;
	}
	.analyse-section h2{
		font-size: 35px;
	}
	/*.analyse-section{
		margin-top: 0;
	}*/
	
	.blog-detail-section .blog-section {
	    border-top: 3px solid #ddd;
	    border-left: none;
	}
	.blog-detail-section h3 {
	    margin: 20px 0;
	}
	.assist-desk-slider .slick-dots li {
	    display: block;
	    margin: 50px 0;
	}
	.assist-desk-slider .slick-dots {
	    bottom: 12%;
	    left: 95%;
	}
	.content-section.d-view img {
	    margin-top: 67px;
	}
}

@media only screen and (max-width: 767px){
	.home-banner{
		text-align: center;
	}
	.download-section{
		margin-top: 0;
		height: auto;
		padding: 10% 0;
	}
	.download-section a{
		display: block;
		margin-top: 20px;
	}
	#analysisSlider{
		background-image: url(../img/analysis.png);
    	background-size: cover;
    	height: 440px;
    	text-align: center;
    	background-position: center center;
    	background-repeat: no-repeat;
	}
	#analysisSlider .carousel-indicators {
	    margin-left: 15%;
	    bottom: 25px;
	}
	.analyse-section h2{
		padding-top: 40%;
		font-size: 50px;
	}
	.testi-section .carousel-control-prev, .testi-section .carousel-control-next{
		display: none;
	}
	.testi-section .carousel-indicators, .assist-section .carousel-indicators{
		bottom: -50px;
	}
	.testi-div{
		text-align: center;
		min-height: 440px;
	}
	.assist-section{
		padding:0 0 70px 0;
	}
	.coming-section .carousel-caption {
	    text-align: center;
	    width: 100%;
	    left: 0;
	    background: #000;
	    padding: 10px;
	    bottom: 0;
	    position: relative;
	    height: 195px;
	}
	.mob-div{
		display: flex !important;
	}
	.mob1-div{
		display: none !important;
	}
	.border-right-red {
     border-right: none; 
	}
	.abt-banner {
	    margin-top: -25%;
	    height: auto;
    	padding-bottom: 40px;
	}
	.download-section img{
		width: 50% !important;
	}
	/*start mobile how scorpad assist - roshani*/
	.content-section{height: 100%;}
	.span2{color: #ff202b;border-color: #ff202b;background-color: #ff202b;}
	.span-text{margin-top: -25px;font-size: 16px;padding: 0 10%;}
	.content-section img{margin-top: -20px;}
	.scorpad-assist{padding: 10px 0;}
	.analyse-section{margin-top: 50px;}
	.sec-padding{padding: 50px 0;}
	.scorpad-assist h2.mb-4{margin-bottom: 0 !important;}
	.coming-section .carousel-caption .cc-center{position: absolute;top: 50%;
    transform: translateY(-50%);}
    .power-of-scorpad h6{font-size: 18px;}
    .abt-banner h3{margin-top: 100px !important;}
    /*mobile how scorpad assist*/
	.scorpad-assist {
	     position: relative;
	     height: 100%;
	     overflow: hidden;
	 }
	body {
	     margin: 0;
	     padding: 0;
	}
	 .swiper-container-wrapper--timeline .swiper-slide {
	     display: flex;
	     background: #fff;
	     min-height: 300px;
	     align-items: center;
	     justify-content: center;
	     border-radius: 10px;
	}
	 .swiper-container-wrapper--timeline .swiper-slide .container {
	     padding: 0;
	     width: 100%;
	}
	 .swiper-container-wrapper--timeline .swiper-slide .title {
	     font-size: 18px;
	     opacity: 0;
	     transition: 0.5s ease 0.5s;
	}
	 .swiper-container-wrapper--timeline .swiper-slide-active .title {
	     opacity: 1;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	     position: relative;
	     margin-bottom: 40px;
	     background-color: transparent;
	     height: 4px;
	     border-bottom: 1px solid #f89eb5;
	     width: 75%;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	     background-color: #ff202b;
	     height: 3px;
	     top: 2px;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	     position: absolute;
	     top: 2px;
	     left: -100%;
	     width: 100%;
	     height: 3px;
	     background-color: #ff202b;
	     content: "";
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
	     position: absolute;
	     top: 3px;
	     right: -100%;
	     width: 100%;
	     height: 1px;
	     background-color: #f89eb5;
	     content: "";
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom {
	     position: relative;
	     list-style: none;
	     /*margin: 1rem 0;*/
	     /*margin: 30px 0 20px 15px;*/
	     padding: 0;
	     display: flex;
	     line-height: 1.66;
	     bottom: 0;
	     z-index: 11;
	     width: 60px;
	     display: flex;
	     left: 0;
             right: 0;
             margin: 0 auto 12px;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	     position: relative;
	     width: 18px;
	     height: 18px;
	     line-height: 30px;
	     display: block;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	     position: absolute;
	     font-weight: 400;
	     right: 0;
	     transform: translateX(50%);
	     transition: 0.2s all ease-in-out;
	     transition-delay: 0s;
	     cursor: pointer;
	     z-index: 1;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	     position: absolute;
	     top: calc(100% + 19px);
	     right: 50%;
	     transform: translateX(50%) translateY(-50%);
	     width: 8px;
	     height: 8px;
	     background: #f89eb5;
	     border-radius: 50%;
	     content: "";
	     transition: 0.2s all ease-in-out;
	     transition-delay: 0s;
	     z-index: 1;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	     font-weight: 700;
	     transition-delay: 0.4s;
	     color: #000;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	     background: #ff202b;
	     width: 8px;
	     height: 8px;
	     transition-delay: 0.4s;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
	     color: #f89eb5;
	     font-size: 18px;
	}
	 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
	     background: #f89eb5;
	}

	/*end mobile how scorpad assist - roshani*/
	
	.team-card:hover .card-body
	{
	    background-color: #e7e8ec;
	}
	.team-card:hover .card-text{
		color: #000;
	}
	.team-card:hover .card-title{
	   color: #ed1b2f;
	}
	.team-card:hover .card-body-w{
		background-color: #fff;
	}
	.team-card:hover .card-wtext{
		color: rgb(255, 32, 43);
	}
	.f-parent-header a{font-size: 16px;}
	.f-child-header a, .f-child-card .card-body p{font-size: 14px !important;}
	.team-main h4{font-size: 22px;}
}
@media only screen and (max-width: 411px){
	h1 {
	    font-size: 60px;
	}
	h2{
		font-size: 27px;
	}
	h3{
		font-size: 35px;
	}
	.analyse-section h2 {
	    padding-top: 0;
	    font-size: 30px;
	}
	/*.coming-section .carousel-caption{
		padding: 0;
		bottom: 0;
	}*/
	#analysisSlider{
		background-size: contain;
    	height: auto;
    	text-align: center;
    	padding: 15% 0;
	}
}
@media only screen and (max-width: 375px){
	#comingSlider p{
		font-size: 15px;
	}
}