img
{
	width:100%;
}
.p-t-b
{
	padding:70px 0px;
}
.p-t
{
	padding-top:70px;
}
.p-b
{
	padding-bottom:70px;
}
.service-video iframe {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset -5px -3px 15px 0 #45b1b0, inset 0px 0px 0px 500px rgba(255, 255, 255, 0.15), 0 5px 10px rgba(0, 0, 0, 0.5);
}
.ser-top-sec {
    text-align: center;
    padding: 70px 100px 0px 100px;
}
.service-video-sec {
    background: #00afa7;
    margin: 70px 0px;
    color: #fff;
}
.service-video-sec ul li {
    display: flex;
    font-size: 18px;
    list-style-type: none;
}
.service-video-sec ul li i {
    padding: 5px 6px 0px 0px;
}


.service-limited-offer-link
{
	text-align:center;
}

.service-limited-offer-link a {
    background-color: #cb2026;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 45px 40px;
    color: #fff;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
    border-radius: 75px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
	    margin: 20px 0px;
		transition: all 200ms ease-in;
    transform: scale(1);
}
.service-limited-offer-link a:hover {
        transition: all 200ms ease-in;
    transform: scale(1.1);
	background-color:#00AFA7;
	color:#fff;
	text-decoration:auto;
}
.service-limited-offer-text strong {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: red;
    font-size: 20px;
}
.service-limited-offer-list {
    margin-bottom: 20px;
}
.service-limited-offer-list ul {
    text-align:center;
}
.service-limited-offer-list li {
    list-style-type: none;
    display: inline-block;
    padding: 15px;
}
.service-limited-offer-list img {
    width: 100px;
}
.service-setisfaction {
    background-color: #000;
    padding: 50px;
    margin: 70px 0px 0px 0px;
    color: #fff;
}
.service-setisfaction h2{
    color: #00AFA7;
}
.service-setisfaction img {
    width: 90%;
}
.Section.service-part-1 {
    background-color: #00AFA7;
    padding: 50px 0px;
    margin-bottom: 70px;
    text-align: center;
    color: #fff;
}

.service-module li {
    list-style-type: none;
    padding: 5px;
}
.service-module li i {
    padding: 5px 6px 0px 0px;
}
.service-module img {
    width: 100%;
    border-radius: 10px;
    box-shadow: inset -5px -3px 15px 0 #45b1b0, inset 0px 0px 0px 500px rgba(255, 255, 255, 0.15), 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 7px;
}
.Section.service-module:nth-child(even) {
    position: relative;
    background: #f5f8fa;
    padding: 170px 0px 80px 0px;
    margin-top: 80px;
}
.Section.service-module:nth-child(even):before {
    position: absolute;
    content: "";
    background-image: url(https://www.webdew.com/hubfs/Top-Curve.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -10px;
    left: 0;
}
.service-bonus img {
    width: 100%;
    border-radius: 10px;
    box-shadow: inset -5px -3px 15px 0 #45b1b0, inset 0px 0px 0px 500px rgba(255, 255, 255, 0.15), 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 7px;
}
.service-bonus-content {
    padding: 0px 70px!important;
}
.price-box {
    padding: 30px 60px;
    margin: 0px 30px;
    background: rgb(0,80,77);
    background: linear-gradient(180deg, rgba(0,80,77,1) 30%, rgba(0,175,167,1) 79%);
    color: #fff;
    border-radius: 20px;
}
.payment-plan h2, .payment-plan h3, .payment-plan h5 {
	text-align:center;
}
.price-box i {
    padding: 5px 5px 0px 0px;
}
.price-box li {
    list-style-type: none;
    padding: 5px 0px;
}


.payment-plan {
    background: #E9ECF4;
    margin: 70px 0px;
    padding: 50px 0px;
}

.payment-plan img {
    width: 85%;
}
.payment-plan .service-video {
    text-align: center;
}
.line-bitton a {
    background: #000;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 10px;
    margin-top: 15px;
}
.line-bitton a:hover {
    color: #01B0A8;
    text-decoration: none;
}
.testimonials .avatar {
    padding: 20px;
}
.testimonials .rounded-circle {
    width: 35%;
}
.testimonials h4 {
    font-size: 1rem;
}
.section.blog-top-sec {
    background: #fcfcfc;
    color: #000;
    text-align: center;
    padding: 50px 0px;
    box-shadow: 0px 0px 2px 2px #f1f1f1;
}
.blogs-section .card {
    margin-bottom: 30px;
}

.blogs-section .card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 200px;
  object-fit: cover;
}

.blogs-section .card-title {
  margin-bottom: 0.3rem;
}

.blogs-section .card-title a {
    font-size: 20px!important;
	color:#000!important;
}

.blogs-section .card-body .card-text {
    margin-bottom: 20px;
}

.blogs-section .cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.blogs-section .fa-tags {
  margin-left: 1rem;
}

.blogs-section .card-footer {
  font-size: 0.8rem;
}




















.blog-single-detail .entry-card {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.blog-single-detail .entry-content {
    background-color: #fff;
    padding: 36px 36px 36px 36px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.blog-single-detail .entry-content .entry-title a {
    color: #333;
}

.blog-single-detail .entry-content .entry-title a:hover {
    color: #4782d3;
}

.blog-single-detail .entry-content .entry-meta span {
    font-size: 12px;
}

.blog-single-detail .entry-title {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-single-detail .entry-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.blog-single-detail .entry-thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.blog-single-detail .entry-thumb .thumb-hover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(71, 130, 211, 0.85);
    display: block;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.blog-single-detail .entry-thumb:hover .thumb-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.blog-single-detail .article-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}

.blog-single-detail .article-post .post-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-single-detail .article-post .post-thumb .post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.blog-single-detail .article-post .post-thumb .post-overlay span {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
    color: #fff;
}

.blog-single-detail .article-post .post-thumb:hover .post-overlay {
    opacity: 1;
}

.blog-single-detail .article-post .post-thumb:hover .post-overlay span {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.blog-single-detail .post-content .post-title {
    font-weight: 500;
}

.blog-single-detail .post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}

.blog-single-detail .post-meta li:not(:last-child) {
    margin-right: 10px;
}

.blog-single-detail .post-meta li a {
    color: #616161;
    font-size: 13px;
}

.blog-single-detail .post-meta li a:hover {
    color: #4782d3;
}

.blog-single-detail .post-meta li i {
    margin-right: 5px;
}

.blog-single-detail .post-meta li:after {
    margin-top: -5px;
    content: "/";
    margin-left: 10px;
}

.blog-single-detail .post-meta li:last-child:after {
    display: none;
}

.blog-single-detail .post-masonry .masonry-title {
    font-weight: 500;
}

.blog-single-detail .share-buttons li {
    vertical-align: middle;
}

.blog-single-detail .share-buttons li a {
    margin-right: 0px;
}

.blog-single-detail .post-content .fa {
    color: #17a2b8 !important;
}

.blog-single-detail .post-content a h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0px;
}

.blog-single-detail .article-post .owl-carousel {
    margin-bottom: 20px !important;
}

.blog-single-detail .post-masonry h4 {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
}
.blog-single-detail .mb40 {
    margin-bottom: 40px !important;
}
.blog-single-detail .mb30 {
    margin-bottom: 30px !important;
}
.blog-single-detail .media-body h5 a {
    color: #555;
}
.blog-single-detail .categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.blog-single-detail .sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.blog-single-detail .categories li {
    vertical-align: middle;
}

.blog-single-detail .categories li > ul {
    padding-left: 15px;
}

.blog-single-detail .categories li > ul > li > a {
    font-weight: 300;
}

.blog-single-detail .categories li a {
    color: #999;
    position: relative;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.blog-single-detail .categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.blog-single-detail .categories li a:hover {
    color: #444;
    background-color: #f5f5f5;
}

.blog-single-detail .categories > li.active > a {
    font-weight: 600;
    color: #444;
}

.blog-single-detail .media-body h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
}

.blog-single-detail .media-body h5 a {
    color: #555;
}

.blog-single-detail .media-body h5 a:hover {
    color: #4782d3;
}
.blog-single-detail .list-unstyled .media img {
    width: 30%;
    height: 70px;
    object-fit: cover;
}
.blog-single-detail form .btn-primary {
    color: #fff;
    background-color: #00AFA7;
    border-color: #00AFA7;
}
.blog-single-detail p {
    margin: 0 0 1.75em;
}
.blog-back {
    text-align: center;
    margin: 0 auto;
}
.blog-back .btn-primary {
    color: #fff;
    background-color: #00AFA7;
    border-color: #00AFA7;
}
.blog-back .btn-primary a {
    color: #fff;
}

.blog-back .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.blog-back .btn-primary a:hover {
    color: #fff;
	text-decoration:none;
}





















@media only screen and (max-width: 991px)
{
	h2 {
    text-align: center;
    font-size: 1.5rem!important;
}
li {
    text-align: left;
}
	.p-t-b
{
	padding:30px 0px;
}
.p-t
{
	padding-top:30px;
}
.p-b
{
	padding-bottom:30px;
}
	.ser-top-sec {
    padding: 15px;
}
.service-video-sec {
    margin: 10px 0px;
}
.service-video {
    margin: 20px 0px 0px 0px;
}
.service-setisfaction {
    padding: 30px 0px;
    margin: 30px 0px 0px 0px;
    text-align: center;
}
.Section.service-part-1 {
    padding: 30px 0px;
    margin-bottom: 30px;
}

.Section.service-module:nth-child(even) {
    padding: 50px 0px 30px 0px;
    margin-top: 30px;
}
.service-module-img {
    order: -1;
}

.service-bonus-content {
    padding: 0px 15px!important;
}
.service-bonus .col-lg-5 {
    order: -1;
}
.service-bonus img {
    margin: 0px 0px 20px 0px;
}
.price-box {
    margin: 20px 0px;
	padding: 15px;
}
.payment-plan {
    margin: 30px 0px;
    padding: 30px 0px;
}
.service-limited-offer-link a {
    padding: 20px 15px;
	font-size: 18px;
}
.holistic-method {
    margin: 20px 0px;
}
.service-setisfaction img {
    margin: 20px 0px;
}
.service-module img {
    margin-bottom: 20px;
}
.service-bonus-content {
    text-align: center;
}
.testimonials {
    padding: 0px;
}
.service-limited-offer-list img {
    width: 60px;
}
.service-limited-offer-list li {
    margin: 0px 15px;
	padding:0px;
}
.navbar-brand {
    width: 50%;
}
}



















