.blog-detail-section h1 {
    font-size: 22px
}

.blog-detail-section h1 {
    margin-bottom: 27px
}

@media(min-width: 576px) {
    .blog-detail-section h1 {
        font-size: 28px
    }
}

@media(min-width: 992px) {
    .blog-detail-content h1 {
        font-size: 32px
    }
}

.blog-detail-content h2 {
    font-size: 22px;
    text-align: start !important;
    padding: 18px 0
}

@media(min-width: 576px) {
    .blog-detail-section h2 {
        font-size: 25px
    }
}

@media(min-width: 992px) {
    .blog-detail-section h2 {
        font-size: 28px
    }
}

.blog-detail-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px
}

@media(min-width: 576px) {
    .blog-detail-content h3 {
        margin-top: 15px;
        margin-bottom: 10px
    }
}

@media(min-width: 768px) {
    .blog-detail-content h3 {
        margin-top: 15px
    }
}

@media(min-width: 992px) {
    .blog-detail-content h3 {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

@media(min-width: 576px) {
    .blog-detail-section h3 {
        font-size: 23px
    }
}

.blog-detail-content h4 {
    font-size: 18px;
    font-weight: 500
}

@media(min-width: 576px) {
    .blog-detail-section h3 {
        font-size: 20px
    }
}

.blog-detail-section .main-blog>article {
    border-radius: 5px;
    border: 1px solid #e9e9e9
}

.blog-detail-section .main-blog .blog-detail-content h4 {
    margin: 20px 0px
}

.blog-detail-content time span {
    padding-left: 3px
}

.blog-detail-content time span a {
    color: #8b8b8b
}

.blog-detail-content ul li {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 20px
}

@media(min-width: 992px) {
    .blog-detail-content ul li {
        line-height: 3rem
    }
}

.blog-detail-content ul li:before {
    content: " ";
    background-color: #0371b0;
    top: 1rem;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute
}

@media (min-width: 992px) {
    .blog-detail-content ul li:before {
        top: 1.3rem
    }
}

.blog-detail-content {
    padding: 15px 15px !important
}

.blog-detail-content blockquote {
    padding: 4px 11px 10px;
    border-left: 5px solid #eb7812;
    background: #6a7479 !important;
    line-height: 26px;
    color: #212121;
    border-radius: 10px;
    margin: 20px 0
}

@media(min-width: 992px) {
    .blog-detail-content blockquote {
        padding: 6px 30px 18px
    }
}

.blog-detail-content blockquote p {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    line-height: 22px
}

@media(min-width: 992px) {
    .blog-detail-content blockquote p {
        font-size: 16px;
        line-height: 25px
    }
}

.blog-detail-section .container {
    position: relative
}

.social-sidebar {
    position: absolute;
    right: 100%;
    margin-top: 5px
}

.top-header .img-fluid {
    text-align: left;
    justify-content: center
}

@media(min-width: 992px) {
    .top-header .img-fluid {
        display: flex;
        justify-content: flex-start
    }
}

.sidebar-social h3 {
    font-size: 1.47rem;
    background-color: #0371b0;
    position: relative;
    padding: 3px 10px;
    color: #fff
}

.sidebar-social h3::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0371b0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    bottom: -5px
}

.social-sidebar .widget {
    margin-top: 3rem
}

.blog-image img {
    height: auto
}

.blog-detail-content img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 15px
}

.tagged {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 20px
}

@media(min-width: 768px) {
    .tagged {
        padding-bottom: 30px;
        margin-top: 30px
    }
}

@media(min-width: 992px) {
    .tagged {
        padding-bottom: 40px;
        margin-top: 40px
    }
}

@media(min-width: 576px) {
    .sidebar-wrapper .widget_recent_entries .blog-list {
        display: flex;
        flex-direction: column
    }
}

@media(min-width: 992px) {
    .sidebar-wrapper .widget_recent_entries .blog-list-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width: 1200px) {
    .sidebar-wrapper .widget_recent_entries .blog-list-wrap {
        display: flex;
        flex-direction: row
    }
}

.sidebar-wrapper .widget_recent_entries .blog-list {
    padding: 12px
}

.sidebar-wrapper {
    padding-top: 20px
}

@media (min-width: 992px) {
    .sidebar-wrapper {
        padding-top: 0
    }
}

.sidebar-wrapper .widget_search form .btn {
    top: 20px
}

@media (min-width: 992px) {
    .sidebar-wrapper .widget_search form .btn {
        top: 0
    }
}

.post-box-wrapper .post_box .post_box_text {
    padding: 20px 4px;
    text-align: center
}

@media (min-width: 992px) {
    .post-box-wrapper .post_box .post_box_text {
        padding: 20px 3px;
        text-align: center
    }
}

blockquote p span {
    color: #fff !important
}

ol {
    list-style: none
}

.blog-detail-content ol li {
    font-size: 15px;
    line-height: 30px;
    position: relative;
    padding-left: 20px
}

.blog-detail-content ol li:before {
    content: " ";
    background-color: #0371b0;
    top: 1rem;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute
}

.blog-detail-content .border-btn {
    color: #0371b0
}

.blog-detail-content .border-btn:hover {
    color: #fff
}

.blog-detail-section .weebly-table-wrapper {
    display: flex;
    justify-content: center
}

.blog-detail-section .weebly-table-wrapper table,
td {
    border: 1px solid #000
}

.blog-detail-section .weebly-table-wrapper table td {
    border: 1px solid #000
}

.alignleft {
    float: left
}

.blog-detail-content img.alignleft {
    margin-right: 30px
}

.alignright {
    float: right
}

.blog-detail-content img.alignright {
    margin-left: 30px
}

hr {
    margin-bottom: 0;
    margin-top: 15px
}

@media (min-width: 992px) {
    hr {
        margin-bottom: 0;
        margin-top: 30px
    }
}

.blog-detail-content p a {
    color: #eb7812
}

.blog-detail-section td span {
    margin-left: 30px;
    font-size: 18px
}

.sidebar-social.fixed {
    height: 200px;
    position: fixed
}

.social-fixed {
    top: 100px
}

@media (min-width: 992px) {
    .sidebar-wrapper .widget_recent_entries .blog-list-wrap {
        margin-bottom: 10px
    }
}

.blog-detail-section .sidebar-social h3 {
    display: none
}

@media (min-width: 1200px) {
    .blog-detail-section .sidebar-social h3 {
        display: block
    }
}

.ac-inner_banner.bg-skyBlue {
    background-color: rgba(247, 247, 247, 1);
    position: relative;
    padding: 10px;
    margin-top: 30px
}

.ac-inner_banner.bg-skyBlue:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    box-shadow: inset 0px 4px 3px -2px rgba(0, 0, 0, .06)
}

#breadcrumbs span {
    color: #0371b0
}

#breadcrumbs span a {
    margin: 0 10px;
    font-size: 14px;
    color: #c7c2c2
}

#breadcrumbs .breadcrumb_last {
    font-size: 14px;
    color: #c7c2c2
}

.section_wrapper.clearfix .post-ratings {
    text-align: right
}

.section_wrapper.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

.widget {
    margin-top: 0
}

em {
    font-size: 12px
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a:nth-child(1) {
    background-color: #3b5998
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a:nth-child(2) {
    background-color: #55acee
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a:nth-child(3) {
    background-color: #bd081c
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a:nth-child(4) {
    background-color: #007ab9
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}

@media(min-width:0) and (max-width:576px) {
    .section_wrapper.clearfix .widget.widget_a2a_share_save_widget a span {
        height: 26px !important;
        width: 26px !important
    }
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a span {
    height: 36px;
    width: 36px
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget {
    display: block;
    width: 75%
}

.section_wrapper.clearfix .widget.widget_a2a_share_save_widget a:hover {
    transform: scale(1.1)
}

@media (min-width: 1200px) {
    .section_wrapper.clearfix .widget.widget_a2a_share_save_widget {
        display: none
    }
}

.navigation-wrapper ul>li>a {
    color: #fff
}

@media (min-width: 992px) {
    /**
* Desktop Version
*/
    .navigation-wrapper ul li a {
        color: #000;
    }
}

.navigation-wrapper ul>li>.current-menu-item a {
    border-bottom: 3px solid #0371b0
}

.sticky-header{
    position:fixed !important;
    top:0;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, .1);
}
.navigation-wrapper .sub-menu .current-menu-item a {
    color: #0371b0
}

.navigation-wrapper .header-btn a{
    font-weight: 800;
}

.navigation-wrapper .header-btn a:hover {
    background-color: #0371b0;
    transition: all .5s ease-in-out
}

.banner-caption p {
    line-height: 18px
}

@media (min-width: 576px) {
    .banner-caption p {
        line-height: 20px
    }
}

@media (min-width: 992px) {
    .banner-caption p {
        line-height: 25px
    }
}

@media (min-width: 1200px) {
    .banner-caption p {
        line-height: 30px
    }
}

.testimonial.owl-carousel .owl-nav .owl-prev {
    margin-left: 10px
}

@media (min-width: 1200px) {
    .testimonial.owl-carousel .owl-nav .owl-prev {
        margin-left: 45px
    }
}

.testimonial.owl-carousel .owl-nav .owl-next {
    margin-right: 10px
}

@media (min-width: 1200px) {
    .testimonial.owl-carousel .owl-nav .owl-next {
        margin-right: 45px
    }
}

.customer-testimonial {
    max-width: 260px
}

@media (min-width: 576px) {
    .customer-testimonial {
        max-width: 400px
    }
}

@media (min-width: 768px) {
    .customer-testimonial {
        max-width: 600px
    }
}

@media (min-width: 992px) {
    .customer-testimonial {
        max-width: 837px
    }
}

@media (min-width: 1200px) {
    .customer-testimonial {
        max-width: 1010px
    }
}

.customer-testimonial .testimonial-text p {
    padding: 15px 6px 22px
}

@media (min-width: 1200px) {
    .customer-testimonial .testimonial-text p {
        padding: 15px 23px 30px
    }
}

.navigation-wrapper ul>li {
    margin-right: 15px
}

@media (min-width: 1200px) {
    .navigation-wrapper ul>li {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .menu.resMenu>li.current-menu-item>a {
        border-bottom: 3px solid #0371b0
    }
}

@media(min-width:992px) {
    .menu.resMenu>li.current-menu-parent>a {
        border-bottom: 3px solid #0371b0
    }
}

.header {
    height: 100%;
    width: 100%
}

@media (min-width: 992px) {
    .header {
        height: 80px
    }
}

.socialHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, .1);
    z-index: 1111;
    background-color: white;
    height: auto
}

.top-header {
    position: static
}

.main-banner {
    margin-top: 0
}

@media (min-width: 992px) {
    .main-banner .banner-caption p {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .main-banner .banner-caption p {
        font-size: 22px
    }
}

@media (min-width: 768px) {
    .professional-services {
        margin-top: 0
    }
}

.service-wrapper .section-heading p {
    margin-bottom: 15px
}

.service-wrapper .service-boxes .service {
    padding: 10px
}

.professional-services .service-content-wrapper .service-heading strong {
    margin-bottom: 10px;
    display: inline-flex
}

@media (min-width: 576px) {
    .testimonial.owl-carousel .owl-nav .owl-next {
        font-size: 40px
    }
}

@media (min-width: 768px) {
    .testimonial.owl-carousel .owl-nav .owl-next {
        font-size: 70px
    }
}

.testimonial.owl-carousel .owl-nav {
    margin-top: 0
}

.testimonial {
    position: relative
}

.testimonial.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: 0
}

.testimonial.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 0
}

@media (min-width: 768px) {
    .testimonial.owl-carousel .owl-nav .owl-next {
        top: 32%
    }
}

@media (min-width: 768px) {
    .testimonial.owl-carousel .owl-nav .owl-prev {
        top: 32%
    }
}

@media (min-width: 992px) {
    .testimonial.owl-carousel .owl-nav .owl-next {
        top: 40%
    }
}

@media (min-width: 992px) {
    .testimonial.owl-carousel .owl-nav .owl-prev {
        top: 40%
    }
}

.testimonial.owl-carousel .owl-stage-outer {
    padding-top: 2rem;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .testimonial.owl-carousel .owl-stage-outer {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.subscribe-form {
    max-width: 270px
}

@media (min-width: 576px) {
    .subscribe-form {
        max-width: 460px
    }
}

.testimonial.owl-carousel .owl-nav {
    position: static
}

.testimonial-section .customer-testimonial .testimonial-thumb img {
    display: none
}

@media (min-width: 768px) {
    .testimonial-section .customer-testimonial .testimonial-thumb img {
        display: block
    }
}

.service-main-banner {
    margin-top: 0
}

.faq-heading {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .faq-heading {
        margin-bottom: 30px
    }
}

.card-header {
    padding: 10px
}

@media (min-width: 768px) {
    .card-header {
        padding: 15px 35px
    }
}

.faq-card {
    max-width: 100%;
    width: 100%
}

@media (min-width: 992px) {
    .faq-card {
        max-width: 100%;
        width: 50%
    }
}

.faq-card:last-child {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .faq-card:last-child {
        margin-bottom: 30px
    }
}

.speed-optimization .section-heading {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .speed-optimization .section-heading {
        margin-bottom: 50px
    }
}

.speed-optimization .compare-optimization .before-optimization {
    padding: 0
}

@media (min-width: 576px) {
    .speed-optimization .compare-optimization .before-optimization {
        padding: 15px 17px
    }
}

.speed-optimization .compare-optimization .after-optimization {
    padding: 0
}

@media (min-width: 576px) {
    .speed-optimization .compare-optimization .after-optimization {
        padding: 15px 17px
    }
}

.about-us-heading {
    padding: 20px 0
}

@media (min-width: 1200px) {
    .about-us-heading {
        padding: 50px 0
    }
}

.about-us-heading p {
    font-size: 18px;
    color: #6c6c6c;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px
}

.about-experts-img p {
    margin-top: 20px;
    color: #4d4d4d;
    line-height: 2.8rem
}

@media (min-width: 992px) {
    .about-experts-img p {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .about-experts-img p {
        margin-top: 50px
    }
}

.about-support {
    padding: 0
}

@media (min-width: 1200px) {
    .about-support {
        padding: 40px 0
    }
}

.about-support .about-support-content h4 {
    font-family: "Gothic A1", sans-serif
}

.about-support .about-support-content p {
    font-size: 17px;
    color: #6c6c6c;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px
}

.about-support .about-support-content .support-btn {
    margin-top: 10px
}

@media (min-width: 992px) {
    .about-support .about-support-content .support-btn {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .about-support .about-support-content .support-btn {
        margin-top: 40px
    }
}

.we-work-heading p {
    font-size: 18px;
    color: #6c6c6c;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px
}

.we-work-wrapper {
    box-shadow: 0px 0px 27px 0px rgba(1, 1, 1, 0.08);
    margin: 20px 0
}

@media (min-width: 992px) {
    .we-work-wrapper {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .we-work-wrapper {
        margin-top: 40px;
        margin-bottom: 80px
    }
}

.we-work-wrapper .process-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    position: relative;
    padding: 20px
}

.we-work-wrapper .process-content:first-child {
    margin-top: 20px
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content {
        display: flex;
        flex-direction: row;
        padding: 20px
    }
    .we-work-wrapper .process-content:first-child {
        margin-top: 0
    }
}

.process-img img {
    max-width: 100%;
    width: 40px
}

@media (min-width: 768px) {
    .process-img img {
        max-width: 100%;
        width: 50px
    }
}

.we-work-wrapper .process-content .process-content-info {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content .process-content-info {
        width: 65%;
        text-align: left
    }
}

@media (min-width: 992px) {
    .process-content:first-child .process-content-info {
        margin-top: 30px
    }
}

.we-work-wrapper .process-content .process-content-info h4 {
    margin-bottom: 15px
}

.we-work-wrapper .process-content .process-content-info p {
    line-height: 27px
}

.we-work-wrapper .process-content .process-content-thumd {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content .process-content-thumd {
        display: flex;
        align-items: center
    }
}

.we-work-wrapper .process-content .process-content-thumd .process-content-number {
    position: relative
}

.we-work-wrapper .process-content .process-content-thumd .process-content-number h4 {
    color: #efefef;
    font-size: 50px;
    margin-right: 15px
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content .process-content-thumd .process-content-number h4 {
        font-size: 67px;
    }
}

.we-work-wrapper .process-content .process-content-thumd .process-img {
    border-radius: 80px;
    width: 70px;
    height: 70px;
    background-color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: relative;
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content .process-content-thumd .process-img {
        width: 110px;
        height: 110px;
    }
}

.we-work-wrapper .process-content .process-content-thumd .process-img:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 6px solid #efefef;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content .process-content-thumd .process-img:after {
        width: 126px;
        height: 126px;
        border: 10px solid #efefef;
    }
}

.we-work-wrapper .process-content:after {
    display: none
}

@media (min-width: 768px) {
    .we-work-wrapper .process-content:after {
        display: block;
        content: "";
        border-right: 1px solid #e8e8e8;
        height: 100px;
        right: 75px;
        top: 79%;
        position: absolute;
    }
}

.we-work-wrapper .process-content:last-child:after {
    display: none;
}

.pricing-plan {
    background-image: url('../img/pricing.jpg');
    min-height: 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.pricing-plan:after {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0371b0;
    opacity: 0.8;
}

.plan-info {
    display: flex;
    flex-direction: column;
}

.plan-info p:first-child {
    margin-bottom: 30px;
}

.plan-info p a {
    margin-top: 30px;
    font-size: 20px;
    padding: 12px 40px;
    border-radius: 35px;
    text-transform: capitalize;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
}

.plan-info p a:hover {
    z-index: 1;
}

.subscribe-content h3 span {
    display: block;
}

.subscribe-form {
    width: 100%;
    max-width: 460px;
    display: flex;
    align-items: flex-start;
    position: relative;
    box-shadow: inset 0px 0px 14px #e8e7e6;
    border-radius: 35px;
    margin-top: 5rem;
}

.subscribe-form input:focus {
    outline: none;
}

.subscribe-form input::placeholder {
    color: #acacac;
    opacity: 1;
}

.subscribe-form input:-ms-input-placeholder {
    color: #acacac;
}

.subscribe-form input::-ms-input-placeholder {
    color: #acacac;
}

.subscribe-form button:hover {
    background-color: #fba707;
}

.subscribe-form button:focus {
    outline: none;
}

.subscribe-form button i {
    font-size: 18px;
    color: #fff
}

@media (min-width: 1366px) {
    .sidebar-social {
        display: block !important;
    }
}

.sidebar-social {
    display: none;
}

.about-support-content li {
    font-size: 18px;
    line-height: 28px;
}

.about-support-content ul {
    padding: 10px;
}

@media (min-width: 992px) {
    .about-support-content ul {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .about-support-content ul {
        padding: 28px;
    }
}

.we-work-section {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .we-work-section {
        padding-top: 40px;
    }
}

.about-experts-img img {
    max-width: 100%;
}

.wp-not-working {
    padding: 80px 0;
}

.wp-not-working .wp-not-working-heading h3 {
    margin-bottom: 20px;
}

.wp-not-working .wp-not-working-heading .wp-tagline-border {
    border: 1px solid #e8e8e8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
}

.wp-not-working .wp-not-working-heading .wp-tagline-border .right-border {
    border-right: 1px solid #e8e8e8;
    padding-right: 20px;
}

.wp-not-working .wp-not-working-heading .wp-tagline-border h4 {
    color: #0371b0;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 400;
}

.wp-not-working .wp-not-working-heading .wp-tagline-border p {
    padding: 15px;
    font-size: 18px;
}

.wp-not-working .wp-not-working-heading .wp-tagline-border p span {
    color: #a0a0a0;
}

.wp-brief-content {
    padding: 50px 0;
}

.wp-brief-content h4 {
    color: #0371b0;
}

.wp-brief-content p {
    font-size: 17px;
    color: #707070;
    margin-top: 20px;
}

.wp-issue-resolve {
    padding: 80px 0;
}

.wp-issue-heading h4 {
    color: #0371b0;
    margin-bottom: 20px;
}

.wp-issue-content p {
    margin: 10px 0;
}

.wp-approach-heading h4 {
    color: #0371b0;
    padding-top: 50px;
}

.row .wp-approach-wrapper:first-child {
    padding-top: 0;
}

.wp-approach-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
    align-items: center;
}

.wp-approach-wrapper:nth-child(odd) {
    display: flex;
    flex-direction: column;
}

@media(min-width: 992px) {
    .wp-approach-wrapper:first-child {
        padding-top: 0;
    }
    .wp-approach-wrapper {
        display: flex;
        flex-direction: row;
    }
}

.wp-approach-content p {
    color: #707070;
    font-size: 17px;
}

.wp-approach-content .step {
    font-size: 22px;
}

.wp-approach-content h4 {
    font-size: 29px;
    margin: 20px 0;
    font-weight: 400;
}

.wp-approach-img img {
    max-width: 100%;
    height: auto;
}

.wp-not-working-heading img {
    max-width: 100%;
    height: auto;
}

.wp-issue-content p {
    display: flex;
    align-items: center;
}

.wp-issue-content img {
    margin-right: 8px;
}

.wht-table001-wrapper {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #b4bdc9;
}

.blog-detail-section .wht-table001-wrapper table,
th,
td {
    border: none;
}

.wht-table001-wrapper thead tr {
    background-color: #1b749e;
}

.table.wht-table001 {
    margin-top: -1px;
}

.wht-table001 td {
    text-align: center;
}

.wht-table001 tbody td {
    padding: 15px 10px;
    vertical-align: middle;
}

.wht-table001 .labelrank {
    text-align: left;
    padding-left: 25px;
    width: 180px;
}

.table th {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.table.wht-table001 img {
    width: 100px;
    display: inline-block;
    margin-bottom: 0;
}

.wht-table001 .hostnameandplan {
    color: #6a7b93;
    font-size: 17px;
    font-weight: 700;
}

.table.wht-table001 .labelrank span {
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
}

.table.wht-table001 td i {
    color: #ffd000;
    font-size: 16px;
}

.table.wht-table001 .hostingprice {
    font-weight: 700;
    color: #6a7b93;
    font-size: 17px;
}

.table.wht-table001 thead th {
    vertical-align: middle;
    text-align: center;
}

.table.wht-table001 td a {
    text-align: center;
}

.contact-form-wrapper span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-left: 20px;
    padding-top: 8px;
}

div.wpcf7-validation-errors {
    border: 2px solid #fba707;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 10px;
}

#breadcrumbs .breadcrumb_last {
    margin: 0 10px;
    color: #383838;
}

#breadcrumbs span a {
    color: #19759e;
}

.widget_nav_menu li a:hover i:before {
    color: #0371b0;
}

.widget_nav_menu li a i {
    transition: all .5s ease-in-out
}

.post-ratings-text {
    display: none !important;
}

.popupbox {
    position: fixed;
    bottom: 20px;
    left: -100%;
    background: #efefef;
    display: flex;
    flex-wrap: wrap;
    width: 280px;
    align-items: center;
    z-index: 9999;
    border: 1px solid #eee;
    transition: all ease .5s;
    border-radius: 5px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .15);
    overflow: hidden;
    justify-content: center;
    padding: 20px 0px;
}

@media(min-width:576px) {
    .popupbox {
        min-width: 380px;
        justify-content: flex-start;
        padding: 0;
    }
}

.popupbox.active {
    left: 20px;
}

.popupbox #close_popup {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: all ease .8s;
}

.popupbox p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}

.popupbox .popup-content {
    display: inline-block !important;
    max-width: 250px;
    flex: 0 0 250px;
    text-align: center;
    padding-top: 10px;
}

@media(min-width:576px) {
    .popupbox .popup-content {
        padding-left: 22px;
        text-align: left;
        padding-top: 0;
    }
}

.navigation-wrapper ul>li.menu-item-has-children:after {
    color: #fff;
}

@media (min-width: 992px) {
    .navigation-wrapper ul>li.menu-item-has-children:after {
        color: #242424;
    }
}

@media (min-width: 1200px) {
    .navigation-wrapper ul>li>a {
        padding: 2.75rem .5rem;
    }
}

h2 {
    font-size: 18px;
}

@media (min-width:576px) {
    h2 {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    h2 {
        font-size: 29px;
    }
}

.banner-caption h1 {
    color: #fff;
    font-size: 24px;
}

@media (min-width: 576px) {
    .banner-caption h1 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .banner-caption h1 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .banner-caption h1 {
        font-size: 35px;
    }
}

h3 {
    font-size: 20px;
}

@media(min-width:576px) {
    h3 {
        font-size: 22px;
    }
}

@media(min-width:768px) {
    h3 {
        font-size: 26px;
    }
}

.popup-content p span {
    display: block;
    color: #1078b4;
    font-weight: 600;
}

@media (min-width:768px) {
    .study-box .box-info {
        min-height: 300px;
    }
}

@media (min-width:992px) {
    .study-box .box-info {
        min-height: 445px;
    }
}

@media (min-width:1200px) {
    .study-box .box-info {
        min-height: 360px;
    }
}

.study-box img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


/* .main-blog p,
h2,
h3,
h4 {
    text-align: start !important
} */

@media (min-width: 0) and (max-width: 576px) {
    .blog-detail-section td span {
        margin-left: 0;
    }
}

.post-box-wrapper .post_box .post_box_tumbnail img {
    height: auto;
}

@media (min-width: 0) and (max-width: 576px) {
    .widget.widget_a2a_share_save_widget a {
        width: 32px;
        height: 32px;
    }
}

.widget.widget_a2a_share_save_widget a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

@media (min-width: 0) and (max-width: 576px) {
    .section_wrapper.clearfix .widget.widget_a2a_share_save_widget {
        width: 100%;
    }
}

.blog-detail-content figure {
    width: auto !important;
}

@media (min-width: 0) and (max-width: 991px) {
    .widget {
        margin-top: 20px;
    }
}


/***
* Simple CSS Code
*/

.service-main-banner .banner-caption h1 {
    color: #fff;
    font-size: 20px;
}

.banner-caption h1 {
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .service-main-banner .banner-caption h1 {
        font-size: 50px;
    }
    .banner-caption h1 {
        font-size: 50px;
    }
}

.about-us-banner-area {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .about-us-banner-area {
        margin-bottom: 50px;
    }
}

@media (min-width:1200px) {
    .about-us-banner-area {
        margin-bottom: 90px;
    }
}

.about-support-content h2 {
    text-align: center !important;
}

.testimonial-heading h3 {
    text-align: center !important;
}

.counting-info h3 {
    text-align: center !important;
}

.case-heading h3 {
    text-align: center !important;
}

.section-heading h2 {
    text-align: center !important;
}

.speed-optimization .compare-optimization .before-optimization p {
    position: relative;
    padding-top: 18px;
    padding-left: 4rem;
    line-height: inherit;
}

.speed-optimization .compare-optimization .after-optimization p {
    position: relative;
    padding-top: 18px;
    padding-left: 4rem;
    line-height: inherit;
}

.contact-detail-heading h2 {
    margin-bottom: 15px;
}

.about-experts-img p {
    margin-top: 0;
}

@media (max-width:992px) {
    .about-experts-img p {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    .social-media-icon {
        text-align: start;
    }
}

@media (max-width:575px) {
    .subscribe-content {
        padding: 20px 20px;
    }
}

@media (max-width:575px) {
    .subscribe-form {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .process-content-info h3 {
        text-align: center;
    }
}

@media(max-width:991px) {
    .contact-detail-heading h2,
    h3 {
        text-align: center;
    }
}
@media (min-width: 1366px) and  (max-width: 1600px){
	.blog-single .container{
		max-width: 1140px;
	}
}