/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



:root {
    --primary: #692D94;
    --secondary: #FEA6C8;
    --Dark: #000;
    --text: #212121;
    --white: #FFF;
}
body{
    padding-top: 145px;
}
.elementor-container {
    padding-left: 25px;
    padding-right: 25px;
}
.elementor-container .elementor-container{
    padding-left: 0;
    padding-right: 0;
}
.elementor-section-full_width .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
html a:focus{
    outline: none !important;
}
html .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}
html.sticky header#masthead img {
    max-width: 80%;
}
header#masthead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    transition: all 0.5s;
}
header#masthead img{
    transition: all 0.4s;
}
.btn a {
    position: relative;
}
.btn a:before {
    content: "";
    display: block;
    border: 1px solid var(--white);
    position: absolute;
    border-radius: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -4px;
    z-index: 1;
}
.footer_link li.menu-item {
    width: 50%;
    margin-bottom: 20px !important;
}
.btn.btn_primary a:before{
    border: 1px solid var(--primary);
}
.banner_section:Before {
    content: "";
    height: 480px;
    width: 100%;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2024/02/Vector-14.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.about_us:before {
    content: "";
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #FEA6C8;
    position: absolute;
}
.highlight_text h2 span {
    color: var(--primary);
}
.services_section:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.services_inner_box .elementor-image-box-wrapper {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 30px;
    min-height: 210px;
}
.services_inner_wpr .elementor-widget-wrap.elementor-element-populated {
    display: grid !important;
    gap: 16px;
    grid-template-columns: repeat(2,1fr);
}
.services_inner_box  h3{
    font-family: 'DM Serif Display';
    font-weight: 400 !important;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 14px;
}
.services_inner_box  p{
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 170%;
}
.services_inner_box .elementor-image-box-content {
    padding-left: 60px;
}
.services_inner_box  h3 span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: rgba(254, 166, 200, 0.7);
    margin-right: 0;
    position: absolute;
    left: 40px;
    right: auto;
    top: 40px;
    bottom: auto;
}
.services_inner_box {
    position: relative;
}




.testimonial_section .mySwiper {
    padding: 0 !important;
}
.testimonial_section ul li {
    background-color: transparent !important;
    border-radius: 0 !important;
    position: relative;
    min-height: 560px !important;
    justify-content: center;
}
.testimonial_section ul li .slide-logo-block .slide-logo-image{
    display: none;
}
.testimonial_section ul li .slide-logo-block .slide-logo-basic-info .slide-logo-title {
    position: relative;
    display: flex;
    align-items: baseline;
}
.testimonial_section ul li .slide-read-more {
    display: none;
}
.testimonial_section ul li .slide-content p {
    line-height: 170%;
    max-width: 835px;
    margin: auto;
    margin-bottom: 50px;
}
.testimonial_section ul li .slide-logo-block .slide-logo-basic-info {
    margin: 0 !important;
    position: relative;
}
.testimonial_section ul li .slide-logo-block .slide-logo-basic-info:before {
    height: 1px;
    content: "";
    width: 60px;
    background-color: var(--primary);
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonial_man_section:before {
    content: "";
    height: 518px;
    width: 1000px;
    border-radius: 10px;
    display: block;
    position: absolute;
    background-color: #1A1A1A;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.testimonial_man_section:after {
    content: "";
    background-image: url(https://silvertop.apptagsolution.com/wp-content/uploads/2024/02/g5774-2-4.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    height: 220px;
    width: 250px;
    left: 0;
    right: -1000px;
    bottom: 86px;
    margin: auto;
}
.testimonial_section ul li .slide-logo-block .slide-logotype {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 320px !important;
    height: 350px !important;
    margin: 20px auto 10px;
}
.testimonial_section ul li .slide-logo-block .slide-logotype img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    border: 1.6px solid #692D94;
    filter: drop-shadow(0px -12px 0px rgba(255, 255, 255, 0.3));
    border-radius: 192px 192px 0px 0px;
}
.testimonial_section ul li .slide-logo-block {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    justify-content: center !important;
}
.testimonial_section .slide-content {
    padding-left: 0%;
    padding-top: 42%;
    position: relative;
    order: -1;
}
.testimonial_section .slide-content:after {
    left: auto;
    top: auto;
    right: -30px;
    bottom: -100px;
    transform: scaleX(-1);
}
.testimonial_section .swiper-logo-buttons-block {
    margin-top: 0 !important;
}
.testimonial_section .swiper-logo-buttons-block {
    display: flex !important;
}
.testimonial_section .swiper-logo-buttons-block .swiper-logo-button-next {
    margin-left: 14px !important;
}
.testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev, .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-next {
    border: 1px solid #692D94;
    border-radius: 0;
    transition: all 0.4s !important;
    border-radius: 40px;
    z-index: 111;
    padding: 18px;
    margin: 0 !important;
    margin-bottom: 15px !important;
    position: absolute;
    right: -50px;
}
.testimonial_section .slide-description:Before {
    content: "";
    background-image: url(/wp-content/uploads/2024/02/Frame-240107.svg);
    height: 50px;
    width: 85px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: -50px;
    margin: auto;
}
.testimonial_section .slide-description {
    position: relative;
}
.testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev {
    margin-right: 15px !important;
    left: -50px;
    right: auto;
}
.testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev:hover, .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-next:hover {
    border: 1px solid rgba(122, 127, 130, 0.26);
}
.testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev:after, .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-next:after {
    background-image: url(/wp-content/uploads/2024/02/Vector-15-2.svg);
    content: "" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s !important;
    background-position: center;
    transform: rotate(0deg);
}
.testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev:after {
    transform: rotate(180deg);
}
.testimonial_section .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    border: 1px solid #FFF;
    background: transparent !important;
    transition: all .4s;
}
.testimonial_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--secondary);
    background: var(--secondary) !important;
}
html .testimonial_section .swiper-pagination {
    position: absolute;
    right: 0;
    left: auto;
    margin: auto;
    bottom: 100px !important;
    width: 55%;
}
html .testimonial_section .mySwiperLogo .swiper-logo-button-prev {
    margin-right: 15px;
}

.testimonial_sec:before {
    content: "";
    background-image: url(http://fansr.apptagsolution.com/wp-content/uploads/2024/02/Vector-14-1.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.accordian .elementor-accordion-item {
    border: 1px solid rgba(33, 33, 33, 0.1) !important;
}
.accordian .elementor-accordion-item {
    margin-bottom: 10px;
}
.footer_bottom{
    margin-left: 25px;
    margin-right: 25px;
}


.blog_post_section .sp-pcp-post-meta ul li:nth-child(2) {
    display: block !important;
}
.blog_post_section .sp-pcp-post-meta ul li,
.blog_post_section i.fa.fa-calendar,
.blog_post_section .sp-pcp-readmore  {
    display: none !important;
}
.blog_post_section .sp-pcp-post-thumb-area a.sp-pcp-thumb img {
    width: 100%;
    object-fit: cover;
}
.blog_post_section a.sp-pcp-thumb img:hover {
    transform: scale(1.1);
}
.blog_post_section h2.sp-pcp-title  a {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--dark);
}
.blog_post_section h2.sp-pcp-title  a:hover {
    color: var(--primary);
}
.blog_post_section .sp-pcp-post-content{
    margin-bottom: 0;
}
.blog_post_section .sp-pcp-post-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #212121;
}
.blog_post_section .sp-pcp-post .pcp-post-thumb-wrapper{
    position: relative;
}
.blog_post_section .sp-pcp-post-meta {
    margin-bottom: 0 !important;
    position: absolute;
    top: 200px;
    padding: 7px 23px;
    background-color: var(--primary);
    border-radius: 50px;
    margin-left: 10px !important;
}
.blog_post_section .sp-pcp-post-meta ul li time.entry-date.published.updated{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.blog_post_section a.sp-pcp-thumb {
    display: block;
    overflow: hidden;
    height: 250px;
    margin-bottom: 10px;
}
.footer_top:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/02/Frame-240151.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 220px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
}

/* blog_list */


.parent-blog {
    position: relative;
    width: auto;
    margin-left: calc( 50% - 50vw );
    margin-right: calc( 50% - 50vw );
    padding: 100px 0;
    margin-bottom: 100px;
    color: #FFF;
    background-color: var(--primary);
    opacity: 2;
    z-index: 1;
}
.parent-blog h1 {
    color: #FFF;
    text-align: center;
    font-family: "DM Serif Display", sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
}
body.blog #main.site-main.clr {
    position: relative;
}
body.blog .blog-entry.post .thumbnail .overlay{
    display: none;
}
body.blog .blog-entry-header h2.entry-title a {
    color: var(--Dark);
    font-size: 30px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 130%;
    text-transform: uppercase;
    font-family: "DM Serif Display", Sans-serif;
}
body.blog .blog-entry-header h2.entry-title a:hover {
    color: var(--primary);
}
.blog-entry-summary.clr p {
    color: #1E1E1E;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
body.blog  .blog-entry-content {
    text-align: center;
}
body.blog .blog-entry-header .entry-title a:after {
    content: 'Read more';
    color: #FFF;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: .42px;
    text-transform: uppercase;
    font-size: 14px;
    width: 150px !important;
    overflow: unset !important;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: var(--primary);
    border-radius: 50px;
    line-height: 42px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.4s;
}
body.blog .blog-entry-header .entry-title a:Hover:after{
    background-color: var(--Dark);
    color: #FFFF;
} 
body.blog .blog-entry.thumbnail-entry .blog-entry-content{
    position: relative;
}
body.blog .blog-entry-header h4.entry-title a:hover {
    color: #FE5FA1;
}
body.blog .blog-entry-category {
    display: none !important;
}
body.blog .blog-entry-bottom {
    border-top: 0 !important;
    display: inline-flex !important;
    order: -3;
}
body.blog .blog-entry-bottom .blog-entry-comments {
    display: none !important;
}
body.blog .blog-entry-bottom .blog-entry-date {
    color: #231F20;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: auto auto 24px auto;
}
body.blog .blog-entry{
    margin-bottom: 50px;
}
body.blog .blog-entry .thumbnail {
    width: 70% !important;
}
body.blog .blog-entry .thumbnail a {
    height: 470px;
    width: 100% !important;
}
body.blog .blog-entry .thumbnail a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: all 0.4s;
}
body.blog .blog-entry .thumbnail a {
    overflow: hidden;
}
body.blog .blog-entry .thumbnail a img:hover {
    transform: scale(1.1);
}
body.blog .blog-entry.thumbnail-entry {
    border-bottom: 0 !important;
}
body.blog #main #content-wrap.container {
    max-width: 1320px !important;
    width: 100%;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content {
    padding-left: 0;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .thumbnail {
    order: 2;
    padding-left: 60px;
}
body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content .blog-entry-bottom .blog-entry-date {
    left: auto;
    right: 0;
    border-radius: 18px 0 0 0 !important;
}
body.blog .page-numbers {
    text-align: center;
}
.blog #main #content-wrap {
    padding-bottom: 100px !important;
    padding-top: 0;
}
body.blog ul.page-numbers span.page-numbers.current, body.blog .page-numbers a:hover {
    color: #FFF;
    background-color: var(--primary) !important;
    border-radius: 50px;
    border-color: var(--primary) !important;
}
body.blog .page-numbers a, body.blog .page-numbers span:not(.elementor-screen-only), body.blog .page-links span {
    border-radius: 26px;
    border: 1px solid rgba(33, 33, 33, 0.2);
    background: #FFF;
    font-size: 16px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #212121;
}

/* blog_detail */

body.single-post #main.site-main.clr:before {
    content: "";
    display: block;
    height: 386px;
    background-color: var(--primary);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
body.single-post #content-wrap {
    max-width: 100% !important;
    width: 1320px !important;
}
body.single.single-post article {
    display: flex;
    flex-direction: column;
}
body.single-post.content-max-width #wrap .entry-header {
    order: 1;
    text-align: left;
    width: 100%;
    max-width: 1320px;
    margin: 0 !important;
}
html .single-post .thumbnail {
    max-width: 1320px !important;
    width: 100%;
    order: 4;
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px !important;
}
html .single-post .thumbnail img {
    border: 6px solid var(--secondary);
    height: 100%;
    object-fit: cover;
}
html .single-post h2.single-post-title.entry-title {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 44px;
    line-height: 140%;
    text-align: center;
    text-transform: capitalize;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    max-width: 970px;
    margin: auto;
    color: var(--white);
}
body.single-post #main #content-wrap {
    max-width: 100% !important;
    width: 1320px !important;
    padding-bottom: 100px;
}
body.single-post.content-max-width ul.meta {
    border: 0;
    color: #ffffff;
    text-align: center;
    justify-content: start;
    width: 100%;
    max-width: 1100px !important;
    margin: 0  auto 0 !important;
    padding: 0 20px !important;
    order: 4;
}
html .single-post ul.meta li.meta-date:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #FF0000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    border-radius: 11px;
}
html .single-post ul.meta li {
    color: #FF0000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-left: 110px;
}
html .single-post ul.meta li i {
    display: none;
}
html .single-post .entry-content {
    order: 6;
    max-width: 1100px !important;
    width: 100% !important;
    margin: 0 auto;
}
html .single-post.content-max-width .entry-content p,html .single-post.content-max-width .entry-content h2{
    max-width: 1100px !important;
    width: 100% !important;
}
html .single-post.content-max-width .entry-content h2 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: var(--primary);
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
html .single-post .paragraph_box p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 170% !important;
    text-align: center !important;
    text-transform: uppercase;
    text-align: justify;
    color: #000000;
}
html .single-post .paragraph_box {
    padding: 40px;
    background-color: #F9F7F3;
}
html .single-post.content-max-width .entry-content img {
    display: inline;
}
.single-post .entry-content p {
    color: #1E1E1E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
html .single-post.content-max-width .entry-content p {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    color: #00161C;
    font-family: 'Montserrat';
}
.single-post main#main {
    padding-bottom: 100px;
}
html .single-post .entry-share {
    order: 10;
    max-width: 1100px !important;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
html .single-post .entry-share h3 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 28px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000000;
    margin-right: 25px;
}
html .single-post .entry-share ul li a {
    background-color: var(--primary);
    border-color: rgba(0,0,0,.1) !important;
}

html .single-post .entry-share ul li a .oss-icon {
    fill: #ffffff;
}
html .single-post .entry-share ul li a:hover {
    background-color: #00161C !important;
}
html .single-post .entry-share ul li a:hover .oss-icon {
    fill: #FFF !important;
}
html .single.single-post.entry-share {
    border-top: 1px solid rgba(122, 127, 130, 0.26);
}

/*mini-leptop*/
@media (min-width:992px) and (max-width:1199px){
    body {
        padding-top: 121px;
    }
    .parent-blog {
        padding: 50px 0 70px;
        margin-bottom: 70px;
    }
    .parent-blog h1 {
        font-size: 44px;
    }
    body.blog #main.site-main.clr {
        padding-top: 0;
    }
    body.blog #main.site-main.clr:before {
        top: 60px;
    }
    body.blog #main #content-wrap.container {
        max-width: 100%  !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.blog .blog-entry .thumbnail {
        width: 50% !important;
    }
    body.blog .blog-entry-header h4.entry-title a {
        font-size: 30px;
    }
    body.blog .blog-entry-bottom .blog-entry-date {
        font-size: 14px;
    }
    body.blog .blog-entry .thumbnail a {
        height: 400px;
    }
    body.blog .blog-entry {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.single-post #main #content-wrap {
        padding-top: 40px !important;
        padding: 0 20px;
    }
}
/*tablet*/
@media (min-width:768px) and (max-width:991px){
    body {
        padding-top: 122px;
    }
    .services_inner_box .elementor-image-box-wrapper {
        padding: 30px 25px;
        min-height: 320px;
    }
    .services_inner_box .elementor-image-box-content {
        padding-left: 55px;
    }
    .services_inner_box  h3 span {
        left: 30px;
        top: 30px;
    }
    .services_inner_box  h3 {
        font-size: 22px;
    }
    .blog_post_section a.sp-pcp-thumb {
        height: 150px;
    }
    .blog_post_section .sp-pcp-post-meta {
        top: 100px;
    }
    .blog_post_section h2.sp-pcp-title  a {
        font-size: 18px;
        line-height: 20px;
    }
    .blog_post_section .sp-pcp-post-content p {
        font-size: 14px;
        line-height: 140%;
    }
    .testimonial_section .slide-content {
        padding-top: 62%;
    }
    .testimonial_section ul li .slide-content p {
        line-height: 160%;
        max-width: 575px;
        margin-bottom: 30px;
    }
    .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev, .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-next {
        right: 0px;
    }
    .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev {
        left: 0;
    }
    .testimonial_section .slide-description {
        overflow: visible !important;
    }
    .testimonial_section .slide-description:Before {
        top: -43px;
    }
    body.blog #main.site-main.clr {
        padding-top: 0;
    }
    body.blog #main.site-main.clr:before {
        top: 60px;
    }
    body.blog #main #content-wrap.container {
        max-width: 100%  !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.blog .blog-entry .thumbnail {
        width: 50% !important;
    }
    body.blog .blog-entry-header h4.entry-title a {
        font-size: 25px;
    }
    body.blog .blog-entry-bottom .blog-entry-date {
        font-size: 14px;
    }
    body.blog .blog-entry .thumbnail a {
        height: 400px;
    }
    body.blog .blog-entry {
        margin-bottom: 30px;
    }
    body.blog #main #content-wrap{
        padding-top: 0;
    }
    body.blog .blog-entry-summary.clr:before{
        display: none;
    }
    body.blog .blog-entry-header h4.entry-title a {
        font-size: 22px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .thumbnail {
        padding-left: 30px;
    }
    .parent-blog {
        padding: 30px 0 50px;
        margin-bottom: 60px;
    }
    body.blog .blog-entry-header h2.entry-title a {
        font-size: 22px;
    }
    .parent-blog h1 {
        font-size: 38px;
    }
    body.blog .blog-entry {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog #main #content-wrap {
        padding-bottom: 40px !important;
    }
    
    html .single-post h2.single-post-title.entry-title {
        font-size: 28px;
    }
    html .single-post .thumbnail {
        height: 380px;
        margin-bottom: 30px !important;
    }
    body.single-post #main.site-main.clr:before {
        height: 350px;
    }
    html .single-post.content-max-width .entry-content p {
        font-size: 15px;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 28px;
        margin-top: 30px !IMPORTANT;
    }
    html .single-post .paragraph_box p {
        font-size: 16px !important;;
    }
    html .single-post .paragraph_box {
        padding: 30px;
        margin: 0 20px;
    }
    html .single-post ul.meta li {
        font-size: 15px;
    }
    body.single-post #main #content-wrap {
        padding-bottom: 0px;
    }
    .single-post main#main {
        padding-bottom: 20px;
    }
}
/*mobile*/
@media (max-width:767px){
    body {
        padding-top: 98px;
    }
    html.sticky header#masthead img {
        max-width: 70%;
    }
    .lifestyle_img {
        order: -1;
        margin-bottom: 30px;
    }
    .footer_bottom {
        margin-left: 10px;
        margin-right: 10px;
    }
    .blog_post_section a.sp-pcp-thumb {
        margin-bottom: 0;
    }
    .footer_top:before {
        height: 50px;
        bottom: -1px;
    }
    .banner_section:Before {
        height: 330px;
    }
    .about_us:before {
        width: 100%;
    }
    .services_inner_wpr .elementor-widget-wrap.elementor-element-populated {
        gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    .blog_post_section .sp-pcp-post {
        position: relative;
    }
    .services_inner_box .elementor-image-box-wrapper {
        padding: 30px;
        min-height: 0;
    }
    .services_inner_box  h3 span {
        font-size: 26px;
        left: 20px;
        top: 30px;
    }
    .services_inner_box .elementor-image-box-content {
        padding-left: 40px;
    }
    .services_inner_box  h3 {
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .services_inner_box  p {
        font-size: 14px;
    }
    .testimonial_section ul li .slide-content p {
        max-width: 100% !important;
    }
    .testimonial_section .slide-content {
        padding-top: 320px;
    }
    .testimonial_section .mySwiperLogo .slider-logo-container {
        padding: 0;
    }
    .testimonial_section ul li .slide-logo-block {
        margin-top: 50px;
    }
    .testimonial_section .slide-description {
        overflow: visible !important;
    }
    .testimonial_section .mySwiper .swiper-button-next, .testimonial_section .mySwiper .swiper-button-prev {
        display: flex !important;
    }
    .footer_logo {
        order: -1;
    }
    .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev, .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-next {
        position: relative;
        right: 0;
        margin-left: 10px;
    }
    .testimonial_section ul li .slide-logo-block .slide-logotype {
        width: 220px !important;
        height: 240px !important;
    }
    .testimonial_section .swiper-logo-buttons-block .swiper-logo-button-prev {
        margin-right: 10px !important;
        left: 0;
    }
    .testimonial_sec:before {
        top: -2px;
        height: 58px;
    }body.blog .blog-entry .thumbnail {
        width: 100% !important;
    }
    body.blog .blog-entry .thumbnail a {
        height: 250px;
    }
    body.blog .blog-entry-header h4.entry-title a {
        font-size: 20px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .thumbnail {
        order: 0;
        padding-left: 0;
    }
    body.blog #main.site-main.clr {
        padding-top: 0;
    }
    body.blog #main.site-main.clr:before {
        top: 40px;
        font-size: 27px;
    }
    body.blog .blog-entry-bottom .blog-entry-date {
        font-size: 12px;
        border-radius: 0 10px 0 0 !important;
        padding: 8px 12px !important;
        bottom: auto;
        top: 200px;
    }
    body.blog .blog-entry-header .entry-title a:after {
        bottom: 0px;
    }
    body.blog .blog-entry {
        margin-bottom: 60px;
    }
    body.blog #blog-entries article.post:nth-child(2n + 2) .blog-entry-content .blog-entry-bottom .blog-entry-date {
        left: 0;
        right: auto;
        border-radius: 0px 10px 0 0 !important;
    }
    body.blog .blog-entry-header .entry-title a:after {
        bottom: -50px;
    }
    body.blog .blog-entry-bottom .blog-entry-date {
        margin: auto auto 8px auto;
    }
    body.blog  .blog-entry-summary.clr p {
        font-size: 14px;
    }
    .parent-blog h1 {
        font-size: 30px;
    }
    .parent-blog {
        padding: 40px 0 50px;
        margin-bottom: 50px;
    }
    body.blog .blog-entry.thumbnail-entry {
        padding: 0 20px 30px;
    }
    .blog-entry.post .blog-entry-header .entry-title {
        line-height: 110%;
    }
    body.blog .blog-entry-header h2.entry-title a {
        font-size: 22px;
    }
    body.blog header.blog-entry-header.clr {
        margin-bottom: 10px;
    }
    .blog #main #content-wrap {
        padding-bottom: 30px !important;
    }
    .blog .blog-entry-bottom.clr {
        padding-top: 0 !important;
    }
    
    html .single-post h2.single-post-title.entry-title {
        font-size: 20px;
    }
    html .single-post .thumbnail {
        height: 230px;
    }
    body.single-post #main.site-main.clr:before {
        height: 266px;
    }
    html .single-post ul.meta li {
        font-size: 14px;
    }
    html .single-post.content-max-width .entry-content p {
        font-size: 14px;
    }
    html .single-post.content-max-width .entry-content h2 {
        font-size: 22px;
        margin-top: 30px !IMPORTANT;
    }
    html .single-post .paragraph_box {
        padding: 20px;
        margin: 0 20px;
    }
    html .single-post .paragraph_box p {
        font-size: 14px !important;
    }
    body.single-post #main #content-wrap {
        padding-bottom: 0;
    }
    html .single-post .entry-share {
        justify-content: center;
    }
    html .single-post blockquote {
        width: 325px;
    }
    html .single-post blockquote {
        padding: 0 0 0 30px !important;
        margin: 0 0px 0px 20px !important;
    }
    .single-post main#main {
        padding-bottom: 0;
    }
    html .single-post .entry-share h3 {
        font-family: 'Georgia';
        font-weight: 400;
        font-size: 24px;
    }
}
