/*******************************************************
    Template Name    : Osprey - App Landing HTML Template
    Author           : aam-developer
    Version          : 1.0
    Created          : 2020
    File Description : Main Reaposive file of the template
*******************************************************/

/**************************************
 * 07.Feature Section Style
 *************************************/
.section-padding {
	padding: 100px 0;
}

.feature-item .single-feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	color: #323232;
}

.feature-item .single-feature p {
    font-size: 16px;
    margin-bottom: 15px;
	color: #666666;
	line-height: 28px;
	text-align: left;
}

.feature-item ul li {
    margin-bottom: 45px;
}
.feature-item ul li:last-child {
	margin-bottom: 0px;
}

.feature-item.text-right.feature-left-content {
    padding-left: 50px;
}

.feature-item.text-left.feature-right-content {
    padding-right: 50px;
}

.feature-dot {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

.feature-item.text-left.feature-right-content .feature-dot-circle {
    width: 12px;
    height: 12px;
    background-color: #13c4c9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.feature-item.text-left.feature-right-content .feature-dot-ring {
    border: 15px solid rgba(19, 195, 201, 0.3);
    -webkit-border-radius: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -9px;
    top: -9px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.feature-item.text-right.feature-left-content .feature-dot-circle {
    width: 12px;
    height: 12px;
    background-color: #13c4c9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.feature-item.text-right.feature-left-content .feature-dot-ring {
    border: 15px solid rgba(19, 195, 201, 0.2);
    -webkit-border-radius: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -9px;
    top: -9px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}


@media screen and (max-width: 991px) and (min-width: 320px){

}

@media only screen and (min-width: 991px) and (max-width: 1024px) {

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-item.text-right.feature-left-content {
		text-align: left !important;
	}
	.feature-item.text-right.feature-left-content .feature-dot-ring {
		left: -9px;
		top: -9px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-circle {
		top: 0;
		left: 0;
	}
	.feature-images {
		/* display: none; */
	}
}

@media only screen and (max-width: 767px) {
	.feature-item .single-feature h3 {
	    font-size: 16px;
	    font-weight: 600;
	    margin-bottom: 15px;
		color: #323232;
	}
	.feature-item .single-feature p {
	    font-size: 14px;
	    margin-bottom: 15px;
		color: #868686;
		line-height: 24px;
	}
	.feature-item.text-right.feature-left-content {
		padding-left: 0;
		text-align: left !important;
		margin-bottom: 40px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-ring {
		left: -9px;
		top: -9px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-circle {
		top: 0;
		left: 0;
	}
	.feature-images {
		/* display: none; */
	}
}


@media only screen and (max-width: 479px) {
	.feature-item.text-right.feature-left-content {
		padding-left: 0;
		text-align: left !important;
		margin-bottom: 40px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-ring {
		left: -9px;
		top: -9px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-circle {
		top: 0;
		left: 0;
	}
	.feature-item.text-left.feature-right-content {
		padding-right: 0;
	}
	.feature-images {
		/* display: none; */
	}
}


@media screen and (max-width: 320px) and (min-width: 0px){
	.feature-item.text-right.feature-left-content {
		padding-left: 0;
		text-align: left !important;
		margin-bottom: 40px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-ring {
		left: -9px;
		top: -9px;
	}
	.feature-item.text-right.feature-left-content .feature-dot-circle {
		top: 0;
		left: 0;
	}
	.feature-item.text-left.feature-right-content {
		padding-right: 0;
	}
	.feature-images {
		/* display: none; */
	}
}
