/* *****************************************
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, 

three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-

style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, 

sticky-post, theme-options, translation-ready, accessibility-ready
 ******************************************/

/* ******************************************************* ADD YOUR CUSTOM CSS HERE  ************** 

******************************************/

/* clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 5% 50%, 0 0); */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

:root {
    --theme-font: 'Inter';
    --primary-color: #00aeef;
    --orange-color: #f45c20;
    --secondary-color: #025f95;
    --porto-primary-color: #00aeef;
}

*:not(.product-link,
    .star-rating,
    i,
    .single_add_to_cart_button) {
    font-family: var(--theme-font) !important;
}

a,
button {
    font-family: var(--theme-font) !important;
}

*::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--orange-color);
}

.main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.porto-block>p {
    display: none;
}

.cart-popup.widget_shopping_cart a.button.checkout.wc-forward {
    background: var(--primary-color);
}

html {
    scroll-behavior: smooth;
}

::selection {
    color: #fff;
    background: #054c74;
}

.page-id-208 #main div#content,
.page-id-209 #main div#content {
    max-width: 1140px;
    margin: 0 auto;
}

.page-id-210 #content {
    padding: 40px 15px;
}

.single.single-product main#content {
    max-width: 1140px;
    margin: 0 auto;
}

/**************************************************    Common css start  ***********************************************/

#topcontrol {
    bottom: 10px !important;
    right: 20px !important;
    background: var(--orange-color) !important;
    color: #fff !important;
    border-radius: 4px;
}

#mini-cart .cart-icon {
    font-size: 30px;
}

#mini-cart .cart-icon i.minicart-icon {
    color: #000;
}

.section-space {
    padding: 40px 0;
}

.wpls-logo-showcase {
    visibility: visible;
    opacity: 1;
}

div#main.column1.boxed>.container {
    all: unset !important;
}

.vc_row-has-fill.vc_row-no-padding.vc_row[data-vc-full-width] {
    left: initial !important;
}

#mini-cart .cart-head span.cart-items {
    background-color: var(--orange-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--primary-color) !important;
}

.woocommerce .woocommerce-MyAccount-content .box-content p {
    margin-bottom: 10px !important;
    font-size: 15px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation h5 {
    padding-left: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--primary-color);
    color: #fff !important;
}

.woocommerce-MyAccount-content .button {
    width: fit-content;
    height: 42px;
    font-size: 16px;
    color: #fff !important;
    background: var(--primary-color);
    border: 0;
    padding: 0 10px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.5s all ease;
}

.woocommerce-MyAccount-content .button:hover {
    background: var(--secondary-color);
}

.btn:focus {
    box-shadow: none;
}

/* *****************************************     Common css end  ********************************************* /
/* ***************************************** top header css start  ******************************************/

#header {
    border: 0;
}

#header .header-top *:not(i) {
    color: #fff !important;
    margin-bottom: 0;
    list-style-type: none;
    font-size: 13px !important;
    font-weight: 400 !important;
}

#header .header-top ul#menu-top-navigation a {
    padding: 0 0 0 15px;
}

#header .textwidget.custom-html-widget {
    display: flex;
    align-items: center;
}

#header .header-top {
    background: var(--secondary-color);
    min-height: 30px;
    max-height: 30px;
    border: 0;
}

#header .header-top .top_nav ul {
    padding: 0;
}

#header .header-top .top_nav ul li i {
    padding-right: 8px;
}

#header .header-top .nav_content {
    margin: 0 auto;
}

#header .header-top .nav_content h3 {
    position: relative;
    left: 50px;
}

/* ***************************************** top header css end ******************************************/

/* ***************************************** new header css start  ******************************************/

#header .header-main .header-center ul#menu-header-menu * {
    background: transparent !important;
}

#header .header-main {
    border-bottom: 1px solid #cccccc33;
}

#header .header-main .header-center ul#menu-header-menu {
    position: relative;
    padding-right: 0;
    margin-right: 0;
}

#header .header-main .header-center ul#menu-header-menu::before {
    content: "";
    position: absolute;
    right: -5px;
    width: 1px;
    height: 22px;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #cccccc;
}

#header.header-main .mega-menu:after {
    display: none;
}

#header .header-main .header-center ul#menu-header-menu .menu-item {
    margin: 0 !important;
    padding: 0;
}

#header .header-main .header-center ul#menu-header-menu .menu-item a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 18px 17px;
}

#header .header-main .header-center ul#menu-header-menu .menu-item a:hover {
    color: var(--primary-color);
}

#header .header-main .header-center ul#menu-header-menu .menu-item.current-menu-item a {
    position: relative;
    color: var(--primary-color) !important;
    font-weight: 700;
    background: transparent !important;
}

#header .header-main .header-center ul#menu-header-menu .menu-item.current-menu-item a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 41px;
    height: 3px;
    bottom: 0;
    background: var(--primary-color);
}

#header .flex-auto.pr-lg-1.vc_column_container.col-md-1 {
    margin: 18px 0 !important;
}

#header .header-main .header-left {
    margin: 0 !important;
    padding: 0;
}

#header .header-main .header-left .logo {
    max-width: initial;
}

#header .header-main .header-center {
    flex: 1;
    justify-content: end;
}

#header.sticky-header .header-main.sticky {
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    padding: 10px 0;
}

#header.sticky-header .header-main.change-logo .logo img {
    transform: initial;
}

.sticky-header #mini-cart:not(.minicart-opened) {
    display: block !important;
}

#header .top-header .porto-sicon-box .porto-sicon-default .porto-just-icon-wrapper.porto-sicon-img,
#header .top-header .porto-sicon-box .porto-sicon-default .porto-just-icon-wrapper.porto-sicon-img img {
    margin-right: 8px;
    width: 15px;
}

#mini-cart.minicart-arrow-alt .cart-head:after {
    display: none;
}

#header:not(.sticky-header) .header-main .mega-menu:after {
    display: none;
}

/* ***************************************** new header css end  ******************************************/

/* ***************************************** header css end  ******************************************/

/* ***************************************** home banner section css start  

******************************************/

#home-banner-wrapper .vc_inner.row {
    min-height: 385px;
    align-items: center;
}

#home-banner-wrapper .vc_inner.row .porto-u-main-heading h1 {
    font-size: 32px;
    color: var(--secondary-color);
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

#home-banner-wrapper .vc_inner.row .porto-u-sub-heading {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

#home-banner-wrapper .vc_inner.row .vc_btn3-container {
    width: fit-content;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding-top: 5px;
}

#home-banner-wrapper .vc_inner.row .vc_btn3-container::before {
    content: "";
    position: absolute;
    left: -42px;
    right: 0;
    z-index: -1;
    width: 294px;
    height: 60px;
    margin: auto;
    background: url('images/btn-bg-shape.png') no-repeat center;
    background-size: contain;
    top: 0px;
}

#home-banner-wrapper .vc_inner.row .vc_btn3-container a.btn {
    font-size: 18px;
    background-image: linear-gradient(90deg, rgb(244, 92, 32) 0%, rgb(249, 117, 64) 100%);
    color: #fff;
    border: 4px solid #ee5215;
    height: 50px;
    padding: 10px 40px;
    font-weight: 600;
    line-height: initial;
    width: fit-content;
    transition: 0.5s all ease;
}

#home-banner-wrapper .vc_inner.row .vc_btn3-container a.btn:hover {
    background-image: linear-gradient(90deg, rgb(249, 117, 64) 0%, rgb(244, 92, 32) 100%);
}

#home-banner-wrapper .banner-right {
    margin-left: auto;
}

#home-banner-wrapper .banner-inner-row {
    justify-content: end;
}

/* ***************************************** home banner section css end  

******************************************/

#about-wrapper {
    position: relative;
}

#about-wrapper::before,
#about-wrapper::after {
    content: "";
    position: absolute;
    background-size: contain !important;
}

#about-wrapper::before {
    bottom: 60px;
    left: 20px;
    background: url('images/about-page-shape-1.png') no-repeat center;
    width: 106px;
    height: 97px;
    animation: pulse 3s infinite ease-in-out alternate;
}

#about-wrapper::after {
    top: 60px;
    right: 0;
    background: url('images/about-page-shape-2.png') no-repeat center;
    width: 152px;
    height: 113px;
    animation: bounce 10s infinite ease-in-out alternate;
}

#about-wrapper .vc_inner.row {
    align-items: center;
}

#about-wrapper .vc_inner.row .porto-u-main-heading h6 {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 30px;
}

#about-wrapper .vc_inner.row .porto-u-sub-heading h2 {
    color: #000;
    margin-bottom: 20px !important;
    font-size: 32px;
    line-height: initial;
    position: relative;
    padding-bottom: 20px;
}

#about-wrapper .vc_inner.row .porto-u-sub-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
}

#about-wrapper .vc_inner.row .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

#about-wrapper .vc_inner.row .wpb_text_column.wpb_content_element p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-right: 20px;
}

#about-wrapper .vc_inner.row .wpb_single_image .vc_single_image-wrapper,
#about-wrapper .vc_inner.row .wpb_single_image .vc_single_image-wrapper img {
    width: 470px;
    height: 100%;
    max-width: 100%;
    border-radius: 60px 0px 60px 0px;
}

#about-wrapper .vc_inner.row .wpb_single_image .vc_single_image-wrapper {
    z-index: 1;
    position: relative;
}

#about-wrapper .vc_inner.row .wpb_single_image .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: #00aeef;
    z-index: -1;
    right: -15px;
    bottom: -15px;
    border-radius: 60px 0px 80px 0px;
}

#about-wrapper .vc_inner.row .vc_btn3-container a {
    width: fit-content;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: var(--orange-color);
    border: 0;
    padding: 0 10px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.5s all ease;
}

#about-wrapper .vc_inner.row .vc_btn3-container a:hover {
    background: var(--secondary-color);
}

/* ***************************************** About section css end  ******************************************/

/* *****************************************features section css start  ******************************************/

#features-wrapper .porto-u-sub-heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
    font-size: 32px;
    line-height: initial;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

#features-wrapper .porto-u-sub-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
    margin: 0 auto;
}

#features-wrapper .vc_inner.row .vc_column_container {
    padding-top: 30px;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner {
    border: 1px dashed var(--primary-color);
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: 0.1s all ease;
    z-index: 1;
    border-radius: 4px;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner::before,
#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-color: var(--primary-color) !important;
    border-radius: 4px;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner:hover {
    border-color: var(--secondary-color) !important;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner::before {
    border-top: 1px dashed;
    width: 0%;
    border-bottom: 1px dashed;
    height: 100%;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner::after {
    border-left: 1px dashed;
    width: 100%;
    border-right: 1px dashed;
    height: 0%;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner:hover::before {
    width: 100%;
    transition: all 1s ease;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner:hover::after {
    height: 100%;
    transition: all 1s ease;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner .wpb_single_image {
    margin-bottom: 20px;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner .porto-u-heading {
    margin-bottom: 0;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner .porto-u-heading .porto-u-main-heading h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

#features-wrapper .vc_inner.row .vc_column_container>.wpb_wrapper.vc_column-inner .feature_desc {
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 0;
    color: #fff !important;
    text-align: center;
    /* padding: 0 10px;  */
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* *****************************************features section css end ******************************************/

/* ***************************************** video section css start  ******************************************/

#welcome-cloudtalk-wrapper {
    position: relative;
}

#welcome-cloudtalk-wrapper .cloud-talk-video {
    width: 737px;
    height: 417px;
    margin: 0 auto !important;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    max-width: 100%;
    position: relative;
    background: #fff;
}

#welcome-cloudtalk-wrapper .wpb_raw_html {
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
    margin-bottom: 15px;
}

#welcome-cloudtalk-wrapper .wpb_raw_html::before,
#welcome-cloudtalk-wrapper .wpb_raw_html::after {
    content: "";
    position: absolute;
    background-size: auto !important;
}

#welcome-cloudtalk-wrapper .wpb_raw_html::before {
    background: url('images/video-right-dots.png') no-repeat center;
    width: 110px;
    height: 111px;
    right: 130px;
    bottom: 0;
    z-index: -1;
}

#welcome-cloudtalk-wrapper .wpb_raw_html::after {
    background: url('images/cloudtalk-shape.png') no-repeat center;
    width: 152px;
    height: 113px;
    left: 0;
    top: 0;
    animation: bounce 10s infinite ease-in-out alternate;
}

#welcome-cloudtalk-wrapper .cloud-talk-video video#testVideo {
    width: 100% !important;
    height: 100%;
}

#welcome-cloudtalk-wrapper .vc_btn3-container {
    width: fit-content;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding-top: 5px;
}

#welcome-cloudtalk-wrapper .vc_btn3-container::before {
    content: "";
    position: absolute;
    left: -42px;
    z-index: -1;
    width: 294px;
    height: 60px;
    margin: auto;
    background: url('images/btn-bg-shape.png') no-repeat center;
    background-size: contain;
    top: 0px;
}

#welcome-cloudtalk-wrapper .vc_btn3-container a.btn {
    font-size: 18px;
    background-image: linear-gradient(90deg, rgb(244, 92, 32) 0%, rgb(249, 117, 64) 100%);
    color: #fff;
    border: 4px solid #ee5215;
    height: 50px;
    padding: 10px 40px;
    font-weight: 600;
    line-height: initial;
    width: fit-content;
    transition: 0.5s all ease;
}

#welcome-cloudtalk-wrapper .vc_btn3-container a.btn:hover {
    background-image: linear-gradient(90deg, rgb(249, 117, 64) 0%, rgb(244, 92, 32) 100%);
}

#welcome-cloudtalk-wrapper .porto-u-main-heading h2 {
    margin-bottom: 10px;
    font-size: 32px;
    color: #000;
}

#welcome-cloudtalk-wrapper .porto-u-sub-heading,
#welcome-cloudtalk-wrapper .porto-u-sub-heading p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

/* ***************************************** video section css end  ******************************************/

/* ***************************************** partners section css start  ******************************************/

#partners-wrapper .porto-u-main-heading h2,
#testimonial-wrapper .porto-u-main-heading h2 {
    color: var(--primary-color);
    margin-bottom: 0;
    font-size: 32px;
    line-height: initial;
    padding-bottom: 10px;
    text-align: center;
}

#partners-wrapper .porto-u-sub-heading,
#testimonial-wrapper .porto-u-sub-heading {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

#partners-wrapper .porto-u-sub-heading::before,
#testimonial-wrapper .porto-u-sub-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: -20px;
    margin: 0 auto;
}

#partners-wrapper .wpls-logo-slider {
    margin-top: 30px;
}

#partners-wrapper .wpls-logo-cnt .wpls-fix-box img {
    width: 100%;
    height: 100%;
    border: 1px dashed var(--primary-color);
    background: #fff;
    border-radius: 4px !important;
}

#partners-wrapper .wpls-logo-showcase .slick-slide {
    vertical-align: top !important;
}

#partners-wrapper .wpls-logo-cnt .logo-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 15px 0;
    line-height: initial;
}

#partners-wrapper .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 4px !important;
    background: transparent;
    border: 1px solid #989a9c;
    transform: translateY(-140%) !important;
}

#partners-wrapper .slick-arrow:hover,
#partners-wrapper .slick-arrow:hover svg {
    fill: var(--secondary-color);
    border-color: var(--secondary-color);
}

#partners-wrapper .slick-arrow svg {
    fill: #989a9c;
    width: 16px;
}

/* ***************************************** partners section css end  ******************************************/

/* ***************************************** testimonial section css start  

******************************************/

#testimonial-wrapper .tabs.tabs-vertical.tabs-left {
    margin-top: 50px;
    border: 0;
    display: flex;
    column-gap: 30px;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs {
    max-width: 40%;
    flex: 0 0 40%;
    width: 40%;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content {
    flex: 1;
    background: var(--secondary-color) url('images/testimonial-bg.png') no-repeat bottom;
    background-size: contain;
}

#testimonial-wrapper .testimonial.testimonial-with-quotes blockquote:before,
#testimonial-wrapper .testimonial.testimonial-with-quotes blockquote:after {
    background: url('images/testimonial-quotes.png') no-repeat;
    content: "";
    width: 71px;
    height: 54px;
    background-size: contain !important;
}

#testimonial-wrapper .testimonial.testimonial-with-quotes blockquote::before {
    top: 20px;
}

#testimonial-wrapper .testimonial.testimonial-with-quotes blockquote:after {
    transform: scaleX(-1) scaley(-1);
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content * {
    color: #fff;
    margin-bottom: 20px;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item.active a {
    background: var(--primary-color);
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left ul.nav.nav-tabs {
    border: 2px solid #00aeef;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item.active * {
    color: #fff;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item * {
    color: #000;
    display: block;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item a {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item span {
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    margin-top: 5px;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item.active a span {
    background: #025f95;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 20px;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item.active {
    position: relative;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item.active::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    transform: rotate(45deg);
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item a {
    border: 0;
    border-bottom: 2px solid var(--primary-color);
    background: #fff;
    min-height: 100px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item:last-child a {
    border: 0;
}

#testimonial-wrapper a#tab-f257b532-311c-2-title span:first-child,
#testimonial-wrapper a#tab-1677148501589-3-2-title span:first-child {
    background: transparent;
    padding: 0;
    margin-top: 10px;
}

#testimonial-wrapper blockquote.testimonial-carousel {
    padding: 100px 30px 60px 30px;
}

#testimonial-wrapper blockquote.testimonial-carousel p {
    padding: 0;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .testimonial.testimonial-with-quotes {
    position: relative;
}

#testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .testimonial.testimonial-with-quotes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    width: 126px;
    height: 21px;
    background: url('images/rating-stars.png') no-repeat center;
    background-size: contain;
    margin: auto;
}

/* ***************************************** testimonial section css end  

******************************************/

/* ***************************************** news-letter-wrapper section css start  

******************************************/

#news-letter-wrapper .vc_inner.row {
    align-items: center;
}

#news-letter-wrapper .porto-sicon-box {
    position: relative;
}

#news-letter-wrapper .porto-sicon-box .porto-sicon-default {
    position: absolute;
    left: -20px;
    width: 80px;
    height: 80px;
}

#news-letter-wrapper .porto-sicon-box .porto-sicon-default * {
    width: 100%;
}

#news-letter-wrapper .porto-sicon-box .porto-sicon-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding-left: 80px;
}

#news-letter-wrapper .porto-sicon-box .porto-sicon-description,
#news-letter-wrapper .porto-sicon-box .porto-sicon-description * {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    padding-left: 80px;
}

#news-letter-wrapper .newsletter * {
    margin: 0;
}

#news-letter-wrapper .newsletter {
    display: flex;
}

#news-letter-wrapper .newsletter input[type="email"] {
    width: 100%;
    max-width: 100%;
    padding: 10px 10px;
    height: 45px;
    color: #000;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
}

#news-letter-wrapper .newsletter input[type="submit"] {
    border: 0;
    background: var(--orange-color);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 0 12px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    left: -10px;
    transition: 0.5s all ease;
    box-shadow: none;
}

#news-letter-wrapper .newsletter input[type="submit"]:hover {
    background: #000;
}

#news-letter-wrapper .wpcf7-response-output {
    color: #000203;
    border: 1px solid #ffffff;
    margin: 5px 0;
}

#news-letter-wrapper .porto-wrap-container.container>.row {
    min-height: 168px;
    max-height: 168px;
    align-items: center;
}

/* ***************************************** news-letter-wrapper section css end  

******************************************/

/* ***************************************** services-provider section css start  

******************************************/

#services-provider .porto-wrap-container.container {
    position: relative;
}

#services-provider .porto-wrap-container.container::before {
    content: "";
    position: absolute;
    background-size: contain !important;
    top: 0;
    right: 0;
    background: url('images/about-page-shape-1.png') no-repeat center;
    width: 106px;
    height: 97px;
    animation: pulse 5s infinite ease-in-out alternate;
}

#services-provider .vc_inner.row .vc_btn3-container {
    width: fit-content;
    z-index: 1;
    position: relative;
    padding-top: 5px;
}

#services-provider .vc_inner.row .vc_btn3-container::before {
    content: "";
    position: absolute;
    left: -42px;
    right: 0;
    z-index: -1;
    width: 294px;
    height: 60px;
    margin: auto;
    background: url('images/btn-bg-shape.png') no-repeat center;
    background-size: contain;
    top: 0px;
}

#services-provider .vc_inner.row .vc_btn3-container a.btn {
    font-size: 18px;
    background-image: linear-gradient(90deg, rgb(244, 92, 32) 0%, rgb(249, 117, 64) 100%);
    color: #fff;
    border: 4px solid var(--orange-color);
    height: 50px;
    padding: 10px 40px;
    font-weight: 600;
    line-height: initial;
    width: fit-content;
    transition: 0.5s all ease;
}

#services-provider .vc_inner.row .vc_btn3-container a.btn:hover {
    background-image: linear-gradient(90deg, rgb(249, 117, 64) 0%, rgb(244, 92, 32) 100%);
}

#services-provider .vc_inner.row .porto-u-sub-heading h2 {
    color: var(--primary-color);
    margin-bottom: 20px !important;
    font-size: 32px;
    line-height: initial;
    position: relative;
    padding-bottom: 20px;
}

#services-provider .vc_inner.row .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

#services-provider .vc_inner.row .porto-u-sub-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
}

#services-provider .vc_inner.row {
    align-items: center;
}

#services-provider .vc_inner.row .wpb_text_column.wpb_content_element p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-right: 20px;
}

#services-provider .vc_inner.row .vc_single_image-wrapper.vc_box_border_grey {
    box-shadow: -35px 35px 0 -20px var(--primary-color);
}

/* ***************************************** services-provider section css end  

******************************************/

/* ***************************************** footer css start  ******************************************/

#footer .wpb_wrapper.vc_column-inner .porto-u-main-heading * {
    color: var(--primary-color) !important;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: initial;
}

#footer .wpb_wrapper.vc_column-inner .wpb_text_column.wpb_content_element p,
#footer .wpb_wrapper.vc_column-inner .porto-u-sub-heading {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 14px;
}

#footer .wpb_wrapper.vc_column-inner ul {
    padding: 0;
    list-style-type: none;
}

#footer .wpb_wrapper.vc_column-inner ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

#footer .wpb_wrapper.vc_column-inner .mb-5.mb-lg-0.vc_column_container.col-md-1-5.col-lg-3 .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

#footer .wpb_wrapper.vc_column-inner .share-links a {
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    width: 30px;
    height: 30px;
    color: #fff;
    transition: 0.5s all ease;
}

#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading a,
#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading a {
    color: #fff;
}

#footer .wpb_wrapper.vc_column-inner .share-links a:hover {
    background: var(--primary-color);
}

#footer .wpb_wrapper.vc_column-inner .no-padding {
    padding: 15px 0 !important;
}

#footer .wpb_wrapper.vc_column-inner .no-padding p {
    text-align: center !important;
    color: #fff;
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

#footer .wpb_wrapper.vc_column-inner .no-padding p a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 4px;
    text-decoration-color: var(--primary-color);
}

#footer .wpb_wrapper.vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper p.stay_conn {
    color: var(--primary-color) !important;
    font-weight: 500;
    position: relative;
    top: 5px;
}

#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading a,
#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading a,
#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading a {
    padding-left: 10px;
}

#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 img,
#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 img,
#footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 img {
    width: 15px;
}

#footer .wpb_wrapper.vc_column-inner .no-padding .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

/* ***************************************** footer css end  ******************************************/

/* ***************************************** Inner pages top banner common style start  

******************************************/

.main-top-banner .vc_inner.row {
    min-height: 300px;
    align-items: center;
}

.main-top-banner .vc_inner.row *:not(h2) {
    margin: 0;
    color: #fff;
}

.main-top-banner .vc_inner.row .banner-des p {
    font-size: 16px;
    font-weight: 500;
}

.main-top-banner .vc_inner.row .porto-u-main-heading * {
    color: var(--primary-color);
    font-size: 34px;
    padding: 15px 0 5px;
    font-weight: 700;
    text-align: center;
}

.main-top-banner .vc_inner.row .porto-u-sub-heading .about_content {
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* ***************************************** Inner pages top banner common style end  

******************************************/

/* ***************************************** about page css start  ******************************************/

/* #about-page-wrapper .vc_inner.row {
    align-items: center;
}
 */

#about-page-wrapper .vc_inner.row .porto-u-main-heading h6 {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 30px;
}

#about-page-wrapper .vc_inner.row .porto-u-sub-heading h2 {
    color: #000;
    margin-bottom: 20px !important;
    font-size: 32px;
    line-height: initial;
    position: relative;
    padding-bottom: 20px;
}

#about-page-wrapper .vc_inner.row .porto-u-sub-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
}

#about-page-wrapper .vc_inner.row .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

#about-page-wrapper .vc_inner.row .wpb_text_column.wpb_content_element p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-right: 20px;
}

#about-page-wrapper .vc_inner.row .vc_btn3-container a {
    width: fit-content;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: var(--orange-color);
    border: 0;
    padding: 0 10px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.5s all ease;
}

#about-page-wrapper .vc_inner.row .vc_btn3-container a:hover {
    background: var(--secondary-color);
}

#about-page-wrapper .vc_inner.row .vc_single_image-wrapper {
    position: relative;
}

#about-page-wrapper .vc_inner.row .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -44px;
    width: 99px;
    height: 89px;
    background: url(images/about-image-dots.png) no-repeat center;
    background-size: auto;
}

#about-testimonial {
    position: relative;
}

#about-testimonial::before {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 152px;
    height: 227px;
    background: url('images/rounded-shape-testimonial.png') no-repeat center;
    background-size: contain;
}

#about-testimonial .porto-u-main-heading h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
    line-height: initial;
    padding-bottom: 10px;
    text-align: center;
}

#about-testimonial .porto-u-sub-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: -20px;
    margin: 0 auto;
}

#about-testimonial .porto-u-sub-heading {
    color: #fff;
    font-size: 18px;
    line-height: initial;
    margin-bottom: 10px;
    position: relative;
}

#about-testimonial .porto-testimonial {
    position: relative;
    padding-top: 195px;
    margin-top: 20px;
}

#about-testimonial .porto-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    width: 541px;
    height: 342px;
    background: url('images/about-testimonial-girl.png') no-repeat center;
    background-size: contain;
    z-index: 2;
}

#about-testimonial .porto-testimonial .testimonial {
    background: #fff;
    padding: 20px 20px;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    margin-bottom: 40px;
    min-height: 650px;
}

#about-testimonial .porto-testimonial .testimonial::before,
#about-testimonial .porto-testimonial .testimonial::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 52px;
    background: url('images/about-testimonial-quotes.png') no-repeat center;
    background-size: contain;
}

#about-testimonial .porto-testimonial .testimonial::before {
    left: 40px;
    top: -40px;
}

#about-testimonial .porto-testimonial .testimonial::after {
    right: 40px;
    transform: scaleX(-1) scaley(-1);
    bottom: -40px;
    z-index: 1;
}

#about-testimonial .porto-testimonial .testimonial blockquote,
#about-testimonial .porto-testimonial .testimonial blockquote p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    padding: 0;
}

#about-testimonial .porto-testimonial .testimonial blockquote {
    padding: 20px 0 0;
}

#about-testimonial .porto-testimonial .testimonial blockquote iframe {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 10px;
}

#about-testimonial .porto-testimonial .testimonial .testimonial-author p strong {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

#about-testimonial .porto-testimonial .testimonial .testimonial-author {
    padding-bottom: 40px;
    position: relative;
}

#about-testimonial .porto-testimonial .testimonial .testimonial-author::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 126px;
    height: 21px;
    background: url('images/rating-stars.png') no-repeat center;
    background-size: contain;
    margin: auto;
}

#about-testimonial .porto-testimonial .testimonial .testimonial-author p span {
    font-size: 14px;
    color: #000;
    background: var(--primary-color);
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 4px 15px;
    border-radius: 20px;
}

#about-testimonial button.owl-dot.active span {
    width: 20px !important;
}

#about-testimonial .testimonial-without-badge.porto-testimonial .testimonial blockquote h6 {
    position: absolute;
    top: -92px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

#about-testimonial .testimonial-without-badge.porto-testimonial .testimonial .testimonial-author p strong {
    padding-bottom: 20px;
}

#about-testimonial .testimonial-without-badge.porto-testimonial .testimonial .testimonial-author {
    margin-bottom: 0px;
}

.faq-wrapper .porto-u-main-heading h2 {
    color: var(--primary-color);
    margin-bottom: 0;
    font-size: 32px;
    line-height: initial;
    padding-bottom: 10px;
    text-align: center;
}

.faq-wrapper .porto-u-main-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: -20px;
    margin: 0 auto;
}

.faq-wrapper .porto-u-sub-heading {
    color: #000;
    font-size: 18px;
    line-height: initial;
    margin-bottom: 10px;
    position: relative;
}

.faq-wrapper .faq-inner-row {
    padding-top: 60px;
}

.faq-wrapper .faq-inner-row section.toggle {
    border: 1px solid #00aeef;
    padding: 0;
    margin-bottom: 15px;
    min-height: 50px;
    border-radius: 2px;
}

.faq-wrapper .faq-inner-row section.toggle label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    background: #fff;
}

.faq-wrapper .faq-inner-row section.toggle .toggle-content {
    padding: 0 15px 20px 15px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.faq-wrapper .faq-inner-row section.toggle label::before,
.faq-wrapper .faq-inner-row section.toggle label::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    transform: initial;
    border: 0;
    width: 2px;
    height: 12px;
    background: #000;
}

.faq-wrapper .faq-inner-row section.toggle label::after {
    transform: rotate(90deg);
}

.faq-wrapper .faq-inner-row section.toggle.active label::after {
    display: none;
}

.faq-wrapper .faq-inner-row section.toggle.active label::before {
    transform: rotate(90deg);
    background: var(--primary-color);
}

/* ***************************************** about page css end  ******************************************/

/* ***************************************** contact page css start  ******************************************/

#contact-form {
    position: relative;
}

#contact-form::before,
#contact-form::after {
    content: "";
    position: absolute;
    background-size: contain !important;
}

#contact-form::before {
    bottom: 60px;
    left: 100px;
    background: url('images/contact-form-shape.png') no-repeat center;
    width: 152px;
    height: 113px;
    animation: bounce 10s infinite ease-in-out alternate;
}

#contact-form::after {
    top: 150px;
    right: 200px;
    background: url('images/about-page-shape-1.png') no-repeat center;
    width: 106px;
    height: 97px;
    animation: pulse 3s infinite ease-in-out alternate;
}

#contact-form .vc_inner.row .porto-u-main-heading h6 {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

#contact-form .vc_inner.row .porto-u-sub-heading h2 {
    color: #000;
    margin-bottom: 20px !important;
    font-size: 32px;
    line-height: initial;
    position: relative;
    padding-bottom: 20px;
}

#contact-form .vc_inner.row .porto-u-sub-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    border: 0;
    width: 63px;
    height: 3px;
    background: var(--primary-color);
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

#contact-form .contact_form {
    margin: 50px auto 0 auto;
}

#contact-form .contact_form input.wpcf7-form-control,
#contact-form .contact_form textarea.wpcf7-form-control,
#contact-form .contact_form input.wpcf7-form-control,
#contact-form .contact_form select {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
}

#contact-form .contact_form input.wpcf7-form-control:focus {
    border-color: #00aeef;
}

#contact-form .contact_form textarea.wpcf7-form-control {
    max-height: 150px;
}

#contact-form .contact_form input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: block;
    width: fit-content;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: var(--orange-color);
    border: 0;
    padding: 0 10px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.5s all ease;
}

#contact-form .contact_form input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--secondary-color);
}

#contact-form .contact_form .col-md-12>h2 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-top: -10px;
    color: #000;
}

#contact-form .contact_form .col-md-12>h3 {
    font-size: 14px;
    color: #333333;
    text-align: end;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: 400;
}

#contact-form .contact_form input.wpcf7-form-control::placeholder,
#contact-form .contact_form textarea.wpcf7-form-control::placeholder {
    color: #333333;
    font-size: 14px;
}

#contact-form .contact_form .wpcf7-list-item label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#contact-form .contact_form .wpcf7-list-item span.wpcf7-list-item-label {
    white-space: pre;
    cursor: pointer;
    color: #333333;
}

#contact-form .contact_form .wpcf7-list-item input[type='checkbox'] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 1px solid #ccc !important;
    cursor: pointer;
    padding: 10px;
    border-radius: 0px;
    background: #f9fafb;
}

#contact-form .contact_form .wpcf7-list-item input[type='checkbox']:checked {
    background: url(images/radio-check.png) no-repeat;
    background-position: center;
    background-size: auto;
    outline: 2px solid var(--primary-color) !important;
}

#contact-detail-wrapper .vc_inner.row {
    justify-content: center;
    text-align: center;
}

#contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    border: 1px dashed var(--secondary-color);
    border-radius: 4px;
}

#contact-detail-wrapper .vc_inner.row .wpb_single_image,
#contact-detail-wrapper .vc_inner.row .wpb_text_column {
    margin-bottom: 0;
}

#contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner .vc_single_image-wrapper {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}

#contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner:hover .vc_single_image-wrapper {
    background: var(--primary-color);
    transform: scale(1.1);
}

#contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner .vc_custom_heading {
    font-size: 16px;
    margin: 15px 0 0 0 !important;
    color: #000;
    transition: 0.5s all ease;
}

#contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner p,
#contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner p a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 21px;
}

#connecting-churches-wrapper {
    padding: 20px 0px;
}

#connecting-churches-wrapper .vc_inner.row {
    align-items: center;
}

#connecting-churches-wrapper h2.vc_custom_heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-bottom: 15px;
}

#connecting-churches-wrapper .wpb_text_column.wpb_content_element p {
    color: #fffc;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: 500;
}

#connecting-churches-wrapper .vc_btn3-container a.btn {
    width: fit-content;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: var(--orange-color);
    border: 0;
    padding: 0 15px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.5s all ease;
    margin-top: 10px;
}

#connecting-churches-wrapper .vc_btn3-container a.btn:hover {
    background: var(--primary-color);
}

#connecting-churches-wrapper .vc_btn3-container,
#connecting-churches-wrapper .wpb_single_image {
    margin-bottom: 0;
}

#connecting-churches-wrapper .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    z-index: 1;
}

#connecting-churches-wrapper .wpb_single_image .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('images/connecting-churches-image-shape.png') no-repeat center;
    background-size: contain;
    z-index: -1;
    inset: 0;
    margin: auto;
}

#connecting-churches-wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

/* ***************************************** contact page css end ******************************************/

/* ***************************************** 404 page css start  ******************************************/

section.error-404.not-found {
    padding: 60px 0px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

section.error-404.not-found .page-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: initial;
    line-height: inherit;
    padding: 30px 0 10px 0;
    margin-bottom: 10px;
}

section.error-404.not-found p {
    font-size: 16px;
    line-height: initial;
    color: #555;
}

section.error-404.not-found input {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
}

section.error-404.not-found input::placeholder {
    font-size: 14px;
    color: #000;
}

section.error-404.not-found button {
    background-color: #025f95 !important;
    transition: 0.5s all ease;
    border: 0;
}

section.error-404.not-found button:hover {
    background-color: var(--primary-color) !important;
}

/* ***************************************** 404 page css end  ******************************************/

/* ***************************************** shop pages css strat  ******************************************/

.vc_row.wpb_row.top-row.top-breadcrumbs.top-breadcrumbs {
    background-color: var(--secondary-color) !important;
}

.top-breadcrumbs,
.top-breadcrumbs .vc_inner.row {
    height: 150px;
    align-items: center;
}

.top-breadcrumbs .vc_inner.row h2.vc_custom_heading {
    margin: 0;
    font-size: 34px;
    color: #fff;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.archive-posts .posts-wrap.products-container.products.list.has-ccols.ccols-1.has-ccols-spacing .porto- section.flex-container.align-items-center.d-block.d-sm-flex {
    width: 100%;
}

.archive-posts .posts-wrap.products-container.products.list.has-ccols.ccols-1.has-ccols-spacing .porto-tb-featured- image {
    flex: 0 0 30%;
}

.archive-posts .posts-wrap.products-container.products.list.has-ccols.ccols-1.has-ccols-spacing .porto- section.product-list-content {
    flex: 1;
}

.archive .porto-block .shop-loop-after.clearfix {
    display: none !important;
}

.archive .porto-block .posts-wrap.products-container h3.porto-heading.text-truncate,
.single-product .product-loop-title h3.woocommerce-loop-product__title,
.archive .porto-block .posts-wrap.products-container .porto-tb-item.product.product-col .product-inner .product-content a.product-loop-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.archive .porto-block .posts-wrap.products-container a.porto-tb-woo-link,
.single-product .add-links .add_to_cart_button {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-size: 14px;
    height: 40px;
}

.single-product .add-links .add_to_cart_button {
    line-height: 38px;
}

.archive .porto-block .posts-wrap.products-container .porto-tb-featured-image,
.single-product .product-image {
    width: 100%;
    height: 250px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive .porto-block .posts-wrap.products-container .porto-tb-quickview,
.single-product .add-links-wrap .quickview {
    display: inline-block !important;
    width: 35px;
    line-height: 36px;
    height: 40px;
}

.archive .porto-block .posts-wrap.products-container .porto-tb-quickview:hover,
.single-product .add-links-wrap .quickview:hover {
    border: var(--primary-color);
    background: var(--primary-color) !important;
}

.single-product .main-content {
    width: 100%;
}

.single-product .main-content .product-images.images .owl-stage .inner {
    padding: 40px;
}

.coming_soon img {
    margin: 0 auto;
    display: block;
}

.single-product #main .col-lg-3.sidebar.porto-woo-product-sidebar.right-sidebar {
    display: none;
}

.archive #main,
.single-product #main {
    padding-top: 60px;
}

.single-product #main {
    /* border-top: 1px solid #cccccc42; */
    padding-top: 60px;
}

.single-product .tall {
    margin: 0;
}

.single-product .tab-content p {
    color: #000;
}

.single-product #comments {
    margin-bottom: 10px;
}

.single-product #respond {
    margin: 10px 0 0 0;
}

.single-product .featured-box span.box-content span.product-image,
.single-product .featured-box span.box-content span.product-image .inner {
    height: 100px;
    width: 100px;
    padding: 5px;
}

.single-product .featured-box span.box-content span.product-image .inner img {
    width: 100%;
    height: 100%;
}

#mini-cart .product-image {
    margin-left: 5px;
}

#mini-cart .product-image,
#mini-cart .product-image .inner {
    height: 80px;
    width: 80px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mini-cart .product-image .inner {
    padding: 5px;
}

#mini-cart .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-product button.single_add_to_cart_button {
    background: var(--primary-color);
}

.single-product a.view-cart-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.single-product .comment-form-rating .stars span a:hover:before,
.single-product .price span.woocommerce-Price-amount.amount {
    color: var(--primary-color);
}

.single-product .price {
    margin-bottom: 0;
}

.single-product .main-content .owl-item.active.selected .img-thumbnail,
.single-product .main-content .owl-item .img-thumbnail:hover {
    border-color: var(--primary-color);
    border-width: 1px;
}

.return-to-shop a.button.wc-backward.btn-v-dark.btn-go-shop {
    padding: 12px 0;
    background: var(--primary-color);
}

.cart-v2 .cart-collaterals .card.card-default {
    padding: 10px !important;
}

.cart-v2 .cart-collaterals .card.card-default .wc-proceed-to-checkout a,
.cart-v2 .cart-collaterals .card.card-default button.wc-action-btn,
.cart_totals_toggle .coupon button.button.wc-action-btn.wc-action-sm {
    background: var(--primary-color);
    color: #fff;
}

.cart_totals_toggle .coupon button.button.wc-action-btn.wc-action-sm {
    margin-left: 10px;
}

/* ***************************************** shop pages css end ******************************************/

/* my account page css start */

article.post-210.page.type-page.status-publish.hentry {
    max-width: 1140px;
    margin: 0 auto;
}

article.post-210.page.type-page.status-publish.hentry .col-lg-10.mx-auto.mb-4 {
    padding: 0 !important;
    width: 100%;
}

article.post-210.page.type-page.status-publish.hentry .col-lg-10.mx-auto.mb-4 ul.woocommerce-error * {
    margin: 0 !important;
    padding: 0 !important;
}

#customer_login .woocommerce-form .woocommerce-privacy-policy-text,
#customer_login .u-column2.col-2 p:not(p.woocommerce-form-row) {
    display: none;
}

#customer_login .woocommerce-form button {
    width: 122px !important;
    padding: 10px 20px !important;
    background: var(--primary-color);
    transition: 0.5s all ease;
}

#customer_login .woocommerce-form button:hover {
    background: var(--secondary-color);
}

#customer_login .woocommerce-form h3.account-sub-title {
    font-size: 26px !important;
    font-weight: 700;
    letter-spacing: 1px !important;
}

#customer_login .woocommerce-form .woocommerce-Input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
}

#customer_login .porto-checkbox .porto-control-input:checked~.porto-control-label:before {
    border-color: var(--primary-color);
}

#customer_login .woocommerce-form label.porto-control-label.no-radius {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

#customer_login .woocommerce-form a.text-v-dark.font-weight-semibold:hover {
    color: var(--primary-color) !important;
}

/* my account page css end*/

/* plans-pricing page css start */

#plans-pricing-banner.main-top-banner .vc_inner.row .porto-u-sub-heading p {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.plans-pricing-row {
    padding-top: 80px;
}

.plans-pricing-row .wpb_text_column p {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}

#pricing-plan-table {
    text-align: center;
}

#pricing-plan-table>p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
    margin-bottom: 40px;
}

#pricing-plan-table span.slider_count {
    padding: 15px 33px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    margin-left: 10px;
    font-size: 16px;
    color: #333333;
}

#pricing-plan-table .slider {
    margin: 20px auto 30px auto;
    width: 600px;
    height: 6px;
    background: #cccccc;
}

#pricing-plan-table .slider .ui-slider-handle.ui-corner-all.ui-state-default {
    background: var(--secondary-color);
    width: 20px;
    height: 20px;
    border-color: var(--secondary-color);
    top: 4px;
}

#pricing-plan-table .slider .ui-slider-range {
    background: var(--primary-color) !important;
}

.pricing-table {
    padding: 50px 0 140px 0 !important
}

.pricing-table .row {
    justify-self: center;
}

.pricing-table .plan_box {
    background: #fff;
    border: 1px solid var(--primary-color);
    padding: 30px 10px;
    max-width: 380px;
    border-radius: 5px;
}

.pricing-table .plan_box.active_plan {
    position: relative;
    z-index: 1;
}

.pricing-table .plan_box.active_plan::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    animation: blink 4s infinite ease-in-out alternate;
    border: 4px solid;
    border-radius: 5px;
    z-index: -1;
}

.pricing-table .plan_features,
.pricing-table .plan_box .plan_included {
    padding-left: 30px;
}

.pricing-table .plan_box.active_plan .plan_included {
    margin-left: 2px;
    margin-right: 2px;
}

.pricing-table .plan_box li {
    text-align: left;
    padding: 8px 0 0 25px;
    position: relative;
    color: #000;
    font-weight: 500;
}

.pricing-table .plan_box li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 10px;
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 300 !important;
}

.pricing-table .plan_box * {
    color: #000000;
    border: 0;
}

.pricing-table .plan_box img {
    display: block;
    margin: 0 auto;
}

.pricing-table #plan_2.plan_box,
.pricing-table #plan_y_2.plan_box {
    background: var(--secondary-color);
}

.pricing-table #plan_1.plan_box,
.pricing-table #plan_y_1.plan_box {
    position: relative;
    left: -7px;
}

.pricing-table .plan_box img {
    width: 100px;
    height: 100px;
}

.pricing-table #plan_3.plan_box,
.pricing-table #plan_y_3.plan_box {
    position: relative;
    left: 6px;
}

.pricing-table #plan_2.plan_box *,
.pricing-table #plan_y_2.plan_box * {
    color: #fff;
}

.pricing-table .plan_box h3.plan_title {
    background: transparent;
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 40px 0;
    padding: 0;
    text-transform: uppercase;
}

.pricing-table .plan_box .price_plan {
    font-weight: 600;
    font-size: 20px;
}

.pricing-table .plan_box .price_plan span.price_plan_rate {
    font-size: 60px;
    font-weight: 800;
}

.pricing-table .plan_box .price_plan span.price_plan_month {
    color: #777777 !important;
    font-size: 16px;
    font-weight: 400;
}

.pricing-table #plan_2.plan_box span.price_plan_month,
.pricing-table #plan_y_2.plan_box span.price_plan_month {
    color: #fff !important;
}

.pricing-table #plan_2.plan_box .plan_included,
.pricing-table #plan_y_2.plan_box .plan_included {
    background: #025a8d;
}

.pricing-table .plan_box .plan_included {
    background: #e5f7fd;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px 0px;
}

.pricing-table .plan_box .plan_included>p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.pricing-table .plan_box .plan_included ul {
    margin: 0;
}

.pricing-table .plan_box .sign_up_plan a {
    background: transparent;
    display: block;
    padding: 9px 0;
    margin: 0 20px;
    border-radius: 4px;
    border: 1px solid var(--orange-color) !important;
    color: var(--orange-color) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: initial;
    transition: 0.5s all ease;
}

.pricing-table .plan_box .sign_up_plan{
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.pricing-table .plan_box .sign_up_plan a:hover {
    background: var(--orange-color);
    color: #fff !important;
}

.pricing-table .plan_box p.subtitle_plan {
    width: fit-content;
    margin: 0 auto;
    background: var(--primary-color);
    color: #000 !important;
    padding: 4px 20px;
    border-radius: 20px;
    font-weight: 700;
    transition: 0.5s all ease;
}

.pricing-table #plan_2.plan_box .sign_up_plan a,
.pricing-table #plan_y_2.plan_box .sign_up_plan a {
    background: var(--orange-color);
    color: #fff !important;
}

.pricing-table #plan_2.plan_box .sign_up_plan a:hover,
.pricing-table #plan_y_2.plan_box .sign_up_plan a:hover {
    background: #fff;
    color: var(--orange-color) !important;
}

#pricing-plan-table .selection-txt {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: initial;
    margin-bottom: 0;
}

#pricing-plan-table .selection-txt>span {
    font-size: 30px;
    color: #f45c20;
    font-weight: 700;
    margin-left: 5px;
}

.pricing-table #plan_2.plan_box,
.pricing-table #plan_y_2.plan_box {
    transform: scale(1.1);
    margin: 0 12px;
    z-index: 1;
}

.pricing-table #plan_2.plan_box img,
.pricing-table #plan_y_2.plan_box img {
    filter: brightness(0) invert(1);
}

.pricing-table.monthly_pricing .plan_box h3.plan_title {
    margin-bottom: 10px;
}

.pricing-table.monthly_pricing .plan_box .price_plan {
    line-height: initial;
    margin-bottom: 0;
}

.pricing-table.monthly_pricing .plan_box p.subtitle_plan {
    margin-bottom: 30px;
}

.pricing-table.monthly_pricing #plan_3 .plan_heading_layout .sub_title {
    background: #025f95;
    color: #fff !important;
}

.pricing-table.monthly_pricing #plan_1 .plan_heading_layout {
    display: none;
}

.pricing-table.monthly_pricing .plan_disc {
    padding: 0 12px;
    text-align: left;
}

.pricing-table .plan_box {
    padding-bottom: 80px;
}

/* plans-pricing page css end */

/* modal css start*/

.signup-modal-wrapper .modal {
    background: #0000003b;
}

.signup-modal-wrapper .modal-content {
    position: relative;
}

.signup-modal-wrapper .modal-content .btn-close {
    position: absolute;
    right: 30px;
    top: 50px;
    opacity: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color) url(images/btn-close-icon.png) no-repeat center !important;
    background-size: auto !important;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.5s all ease;
}

.signup-modal-wrapper .modal-content .btn-close:hover {
    transform: rotate(180deg);
    background-color: var(--secondary-color) !important;
}

.signup-modal-wrapper .modal-content p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

/* .signup-modal-wrapper .modal-body {
    padding: 40px 40px;
} */

.signup-modal-wrapper .modal-content .modal-detail h5 {
    font-size: 20px;
    margin: 0;
    padding: 20px 0 20px 0;
    line-height: initial;
}

.signup-modal-wrapper .modal-content .modal-detail button {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0 10px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.5s all ease;
}

.signup-modal-wrapper .modal-content .modal-detail button:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.signup-modal-wrapper .modal-content .modal-detail .form-check {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.signup-modal-wrapper .modal-content .modal-detail .form-check input {
    position: relative;
    top: -6px;
    padding: 10px;
}

.signup-modal-wrapper .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    align-items: center;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

.signup-modal-wrapper .modal-dialog .modal-content {
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.signup-modal-wrapper .modal-dialog .modal-content .modal-body {
    flex: initial;
    margin-top: 55px;
}

.signup-modal-wrapper .modal-content .col-first {
    border-right: 1px dashed #00aeef;
}

/* cart loader */

#cartLoader {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(63, 59, 59, 0.8);
}

#cartLoader h2:after {
    height: 120px;
    width: 120px;
    content: "";
    background-position: center center;
    position: absolute;
    display: inline-block;
    background: transparent url(../porto/images/AjaxLoader.gif) no-repeat scroll center center;
    left: 50%;
    margin-left: -60px;
    top: 200px;
}

#cartLoader h2 {
    margin-top: 120px;
    font-size: 13px;
    text-align: center;
}

.toggle.plan_toggle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: auto;
    cursor: pointer;
}

.toggle-input {
    display: none;
    margin: 0;
}

.toggle-off,
.toggle-on {
    color: #000;
    vertical-align: top;
    line-height: inherit;
    font-size: 17px;
    font-weight: 600;
}

.toggle-input:checked+.toggle-controller.default-success {
    border: 1px solid #cccccc;
    background: #cccccc;
}

.toggle-input:checked+.toggle-controller.default-success:after {
    left: 1.5625rem;
}

.toggle-controller.default-success {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    width: 3.125rem;
    border: 0.125rem solid rgba(46, 45, 44, 0.05);
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    -moz-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 1px solid #cccccc;
    background: #cccccc;
}

.toggle-controller.default-success:after {
    position: absolute;
    width: 22px;
    height: 23px;
    top: 0px;
    left: 0;
    content: '';
    display: block;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    -moz-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    background: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* .toggle-off.active {
    color: var(--primary-color);
} */

.toggle-off.active,
.toggle-on.active {
    color: var(--primary-color);
}

.error_condition {
    color: red;
    display: block;
    width: 100%;
}

.toggle-input:checked+.toggle-controller.default-success {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

label.toggle.plan_toggle {
    width: fit-content;
}

/************************** cart loader end *****************************************/

#pricing-plan-table .three.columns {
    padding-top: 15px;
}

.signup-modal-wrapper .choose_option,
.signup-modal-wrapper .continue_steps {
    max-width: 1200px;
    margin: 0 auto;
}

.signup-modal-wrapper .choose_option .row {
    justify-content: center;
}

.signup-modal-wrapper .choose_option .row .phones_column {
    width: 300px;
}

.signup-modal-wrapper .choose_option .row .phones_column img {
    width: 250px;
    height: 180px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border: 1px solid #ebebeb;
    margin: 0 auto 20px auto;
}

.signup-modal-wrapper .choose_option .row .phones_column .add_phone_sec a.btn.btn-primary {
    border: 0;
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-size: 14px;
    height: 40px;
    line-height: inherit;
    padding-left: 25px;
    padding-right: 25px;
    transition: 0.5s all ease;
    font-weight: 600;
}

.signup-modal-wrapper .plan_hardware_sucess_step a {
    border: 0;
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-size: 16px;
    transition: 0.5s all ease;
    font-weight: 600;
    padding: 10px 38px 10px 12px;
    ;
    margin-top: 5px;
    display: inline-block;
    line-height: initial;
    position: relative;
}

.signup-modal-wrapper .plan_hardware_sucess_step a::before {
    content: "\f07a";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 13px;
    transition: 0.5s all ease;
}

.signup-modal-wrapper .plan_hardware_sucess_step a:hover::before {
    right: 5px;
}

.signup-modal-wrapper .choose_option .row .phones_column .add_phone_sec a.btn.btn-primary::before {
    content: "\e8ba";
    font-family: 'porto';
    position: relative;
    left: -7px;
    top: -1px;
    font-weight: 600;
}

.signup-modal-wrapper .choose_option .add_products {
    margin-top: 20px;
}

.signup-modal-wrapper .choose_option .row .phones_column .plan_title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

.signup-modal-wrapper .plan_hardware_sucess_step p {
    font-size: 30px;
    font-weight: 700;
    line-height: initial;
}

#payment #stripe-payment-data ul {
    list-style-type: none;
    padding-left: 0;
}

.form-row.place-order button#place_order,
.woocommerce .featured-box.align-left button.btn {
    background: var(--primary-color);
    color: #fff;
}

.form-row.place-order button#place_order:hover,
.woocommerce .featured-box.align-left button.btn:hover {
    background: var(--secondary-color);
}

.woocommerce-cart-form .shop_table td.product-thumbnail .position-relative {
    width: 90px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.woocommerce-cart-form .shop_table td.product-thumbnail .position-relative img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.signup-modal-wrapper .choose_option h3 {
    font-size: 30px;
    margin-bottom: 40px;
}

.product.type-product .woocommerce-product-rating .star-rating {
    font-size: 20px;
}

.rating-wrap .rating-content .star-rating {
    font-size: 16px;
    margin-bottom: 5px;
}

.pricing-table .plan_box h6.selection-txt {
    margin: 20px 0 25px 0 !important;
}

.pricing-table.yearly_pricing .plan_box .price_plan_rate.sale_rate {
    font-size: 40px !important;
    position: relative;
    font-weight: 600;
}

.pricing-table.yearly_pricing .plan_box .price_plan_rate.sale_rate::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 25px;
    width: 107px;
    height: 3px;
    background: red;
    transform: rotate(20deg);
    right: 0;
    margin: 0 auto;
}

.pricing-table.yearly_pricing .plan_box .price_plan:not(.price_plan_real) {
    margin-bottom: 25px;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin: 25px auto 0 auto;
    width: fit-content;
    background: #fff;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt p::before,
.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt p::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #bfbfbf;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt p::before {
    left: 40px;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt p::after {
    right: 40px;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt a.my_own_hardware {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: 0.5s all ease;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt a.my_own_hardware i {
    font-family: 'FontAwesome';
    background: var(--primary-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    left: 5px;
    transition: 0.5s all ease;
}

.signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt a.my_own_hardware:hover i {
    left: 8px;
}

#footer .footer-logo-side {
    padding-left: 0;
}

.featured-box .box-content .Simple-Line-Icons-cloud-download:before {
    content: "\f0f3";
    font-family: 'Font Awesome 5 Free';
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    margin-right: 10px;
}

.wpcf7-response-output {
    width: fit-content;
    margin: 0 auto !important;
    border-color: var(--primary-color) !important;
    color: #000 !important;
}

#news-letter-wrapper .mc4wp-form-fields {
    display: flex;
    width: 100%;
}

#news-letter-wrapper .mc4wp-form-fields p.email_field,
#news-letter-wrapper .mc4wp-form-fields p.email_field input {
    width: 100%;
}

#news-letter-wrapper .mc4wp-form-fields p.email_field input {
    border-radius: 3px;
}

#news-letter-wrapper .mc4wp-form-fields p.email_field {
    border-radius: 3px;
    width: calc(100% + 4px);
    margin-right: -4px;
}

#news-letter-wrapper .mc4wp-alert.mc4wp-notice {
    color: #ff0000 !important;
}

#news-letter-wrapper .mc4wp-alert.mc4wp-success {
    color: #ffffff !important;
}

#news-letter-wrapper .mc4wp-form-fields p.email_field input {
    min-height: 46px;
}

#news-letter-wrapper .mc4wp-form-fields input[type="submit"] {
    background: #ee5a20;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 0 !important;
    border: 0px solid;
    font-size: 16px;
    font-weight: 600;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0
}

#header .header-main .header-right .header-contact {
    display: none;
}

.share-links .share-twitter:before {
    content: "\f099";
    background: url(../../uploads/2023/08/x-twitter-icon.png) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 20px;
    font-size: 0 !important;
    filter: brightness(37.5);
}

/* ***************************************** keyframes css start  ******************************************/

@keyframes blink {

    0%,
    40%,
    80% {
        border-color: #f45c20;
    }

    20%,
    60%,
    100% {
        border-color: transparent;
    }
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-25px);
    }

    25% {
        transform: translateY(25px);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(25px);
    }
}

/* ***************************************** keyframes css end  ******************************************/

@media screen and (min-width: 1440px) {
    #about-wrapper::before {
        left: 200px;
    }

    #about-wrapper::after {
        right: 150px;
    }
}

@media screen and (min-width: 1241px) {
    #partners-wrapper span.slick-prev.slick-arrow {
        left: -20px !important;
    }

    #partners-wrapper span.slick-next.slick-arrow {
        right: -10px !important;
    }

    #news-letter-wrapper .evc-iwt-content p.evc-iwt-text {
        padding-right: 100px;
    }

    .section-space {
        padding: 80px 0;
    }

    #partners-wrapper .wpls-logo-cnt .wpls-fix-box {
        width: 260px !important;
        height: 150px !important;
        padding: 0 5px;
        margin: 0 auto;
    }

    #home-banner-wrapper .vc_inner.row .porto-u-sub-heading {
        max-width: 75%;
    }

    #contact-form .contact_form {
        max-width: 80%;
    }

    #about-page-wrapper .vc_inner.row .vc_single_image-wrapper {
        max-width: 100%;
        width: 452px;
        height: 436px;
        object-fit: cover;
    }

    #about-testimonial .porto-testimonial .testimonial {
        max-width: 90%;
    }

    #connecting-churches-wrapper .wpb_text_column.wpb_content_element p {
        white-space: nowrap;
    }

    #connecting-churches-wrapper .vc_inner.row .wpb_single_image.wpb_content_element.vc_align_center {
        height: 215px !important;
    }

    #connecting-churches-wrapper .wpb_single_image .vc_single_image-wrapper {
        width: 332px;
        height: 332px;
        border-radius: 50%;
        max-width: 100%;
    }

    #connecting-churches-wrapper .wpb_single_image .vc_single_image-wrapper::before {
        top: -100px;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-item.product.product-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-item.product.product-col .product-inner {
        width: inherit;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-item.product.product-col .porto-section.product- type-default {
        width: 100%;
    }

    .page-id-208 .woo-page-header,
    .page-id-209 .woo-page-header {
        padding-top: 40px;
    }

    .page-id-208 #main,
    .page-id-209 #main {
        padding-bottom: 40px;
    }

    .page-id-210 #content {
        padding: 80px 0;
    }

    .archive-posts .posts-wrap.products-container.products.list.has-ccols.ccols-1.has-ccols-spacing .porto-tb- featured-image {
        height: 200px;
    }

    #customer_login {
        padding: 50px 0px;
    }

    #pricing-plan-table .selection-txt {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #about-testimonial .owl-dots {
        position: relative;
        top: -20px;
    }

    #footer .working-hours-side {
        padding-right: 0;
    }

    #footer .working-hours-side .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-main-heading {
        position: relative;
        left: -20px;
    }

    #about-page-wrapper .vc_row.wpb_row.vc_inner.row.pt-4 {
        padding-left: 30px;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-item.product.product-col .product-inner .product-image .inner img {
        width: 100%;
        height: 100%;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-item.product.product-col .product-inner .product-image .inner {
        width: 100%;
        height: 250px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pricing-table.monthly_pricing .plan_disc {
        padding: 0 25px;
    }    
}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
    #home-banner-wrapper .vc_inner.row {
        min-height: 280px;
    }

    #home-banner-wrapper .banner-right-side {
        position: relative;
        left: -40px;
    }
}

@media screen and (max-width: 1280px) {
    #home-banner-wrapper {
        background: #efefef url(images/banner-bg-image.png) no-repeat bottom !important;
        background-size: cover !important;
        padding: 20px 0 300px 0;
    }

    #home-banner-wrapper .banner-right-side {
        width: 100%;
    }

    #home-banner-wrapper .vc_inner.row {
        align-items: flex-start;
    }

    #home-banner-wrapper .vc_inner.row .porto-u-main-heading h1 br {
        display: none;
    }

    #header .header-main .header-center ul#menu-header-menu .menu-item {
        padding: 0 15px;
    }

    #header .header-main .header-center ul#menu-header-menu .menu-item a {
        font-size: 14px;
        padding: 18px 0px;
    }

    #header .header-main .header-left .logo {
        width: 180px;
    }

    #connecting-churches-wrapper h2.vc_custom_heading br {
        display: none;
    }

    #connecting-churches-wrapper h2.vc_custom_heading {
        font-size: 20px;
        margin-top: 20px;
    }

    #contact-form::after {
        top: 50px;
        right: 50px;
    }

    .page-id-208 #main div#content,
    .page-id-209 #main div#content {
        max-width: 960px;
    }

    #pricing-plan-table span.slider_count {
        padding: 10px 45px;
        background: #00aeef;
        width: fit-content;
        color: #fff;
        font-size: 25px;
        display: block;
        margin: 20px auto 0 auto;
    }

    #pricing-plan-table>p {
        font-size: 26px;
        font-weight: 600;
    }

    #pricing-plan-table .slider {
        width: 300px;
    }

    .plans-pricing-row .wpb_text_column p {
        margin-bottom: 0;
    }

    .plans-pricing-row .wpb_text_column.wpb_content_element {
        margin-bottom: 10px;
    }

    .pricing-table .row,
    .pricing-table #plan_2.plan_box,
    .pricing-table #plan_y_2.plan_box {
        margin: 0 0 30px 0;
    }

    .pricing-table .plan_box {
        margin-bottom: 30px;
    }

    #customer_login {
        padding-left: 15px;
        padding-right: 15px;
    }

    #customer_login .woocommerce-LostPassword {
        align-items: center;
        flex-direction: row !important;
    }

    #customer_login .woocommerce-form label.porto-control-label.no-radius {
        margin-left: 5px;
    }

    #footer .wpb_wrapper.vc_column-inner .mb-5.mb-lg-0.vc_column_container.col-md-1-5.col-lg-3 .wpb_text_column.wpb_content_element p br {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .flex-1.ml-xl-1.vc_column_container.col-md-11 {
        display: none;
    }

    .section-space .porto-u-main-heading,
    .section-space .porto-u-main-heading h2,
    #about-wrapper .vc_inner.row .porto-u-sub-heading h2,
    #news-letter-wrapper .porto-sicon-box .porto-sicon-title,
    #services-provider .vc_inner.row .porto-u-sub-heading h2,
    #contact-form .vc_inner.row .porto-u-sub-heading h2,
    #about-page-wrapper .vc_inner.row .porto-u-sub-heading h2,
    #features-wrapper .porto-u-sub-heading h2 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    #home-banner-wrapper .vc_inner.row .porto-u-main-heading h1 {
        font-size: 25px !important;
        line-height: 1.4 !important;
    }

    div#news-letter-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-space .porto-u-main-heading br,
    .section-space .porto-u-main-heading h2 br,
    #about-wrapper .vc_inner.row .porto-u-sub-heading h2 br,
    #about-page-wrapper .vc_inner.row .porto-u-sub-heading h2 br {
        display: none;
    }

    #news-letter-wrapper form#wpforms-form-5883 div#wpforms-5883-field_1-container {
        padding: 0;
    }

    #partners-wrapper .porto-u-sub-heading,
    #partners-wrapper .porto-u-sub-heading p,
    #testimonial-wrapper .porto-u-sub-heading,
    #testimonial-wrapper .porto-u-sub-heading p {
        line-height: 1.2 !important;
    }

    #partners-wrapper {
        padding-bottom: 0;
    }

    #services-provider .porto-wrap-container.container::before {
        top: -30px;
    }

    #services-provider .vc_inner.row .wpb_text_column.wpb_content_element p strong {
        display: inline-block;
        margin-bottom: 10px;
    }

    #features-wrapper .vc_inner.row .vc_column_container {
        width: 50%;
    }

    #about-wrapper::after {
        display: none;
    }

    .section-space .vc_inner.row {
        align-items: flex-start !important;
    }

    #welcome-cloudtalk-wrapper .wpb_raw_html::before {
        width: 60px;
        height: 60px;
        right: -20px;
        bottom: -10px;
        background-size: contain !important;
    }

    #welcome-cloudtalk-wrapper .wpb_raw_html {
        padding-bottom: 20px;
    }

    #welcome-cloudtalk-wrapper .wpb_raw_html::after {
        display: none;
    }

    #footer .wpb_wrapper.vc_column-inner .vc_column_container {
        width: 33%;
    }

    .mobile-tabs .mobile-tab-content {
        position: relative;
        width: 100%;
    }

    #side-nav-panel .mobile-tabs .mobile-tab-content * {
        color: #000 !important;
    }

    .mobile-tabs .mobile-tab-items .mobile-tab-item {
        color: #000;
    }

    #side-nav-panel .side-nav-panel-close {
        background: #00aeef;
        width: 25px;
        height: 25px;
        line-height: 19px;
    }

    #side-nav-panel .mobile-tab-content #menu-header-menu-1 li.menu-item.current-menu-item a {
        background: var(--primary-color);
        color: #fff !important;
    }

    #contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner {
        padding: 15px 15px;
        min-height: 200px;
    }

    #connecting-churches-wrapper .vc_inner.row {
        align-items: flex-start !important;
    }

    #contact-form::after {
        display: none;
    }

    .page-id-208 #main div#content,
    .page-id-209 #main div#content {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #about-wrapper .vc_inner.row .wpb_single_image .vc_single_image-wrapper::before {
        border-radius: 60px 0px 70px 0px;
    }

    .pricing-table .plan_box.col-lg-4.col-md-6 {
        max-width: 100%;
        width: 100%;
    }

    .pricing-table .plan_box {
        left: 0 !important;
        right: 0 !important;
        padding: 15px 10px;
        transform: initial !important;
    }

    .pricing-table {
        padding: 20px 15px 0 16px !important;
    }

    #news-letter-wrapper .porto-sicon-box .porto-sicon-title,
    #news-letter-wrapper .porto-sicon-box .porto-sicon-description,
    #news-letter-wrapper .porto-sicon-box .porto-sicon-description * {
        padding-left: 60px;
    }

    #news-letter-wrapper .porto-sicon-box .porto-sicon-default * {
        width: 90%;
    }

    #news-letter-wrapper .porto-sicon-box .porto-sicon-description br,
    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .testimonial-author {
        display: none;
    }

    #testimonial-wrapper .testimonial.testimonial-with-quotes blockquote:after {
        bottom: 0;
    }

    #header .header-top .nav_content {
        margin: initial;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-featured-image,
    .single-product .product-image {
        height: 200px;
    }

    .archive .porto-block .posts-wrap.products-container a.porto-tb-woo-link,
    .single-product .add-links .add_to_cart_button {
        width: fit-content;
        margin-left: 0 !important;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-quickview,
    .single-product .add-links-wrap .quickview {
        right: 0;
        opacity: 1 !important;
        z-index: 1;
        width: 35px;
        text-align: center;
        margin: 0 auto;
        visibility: visible !important;
    }

    .single-product .add-links .add_to_cart_button {
        position: relative;
        left: -20px;
    }

    .single-product .add-links-wrap .quickview {
        right: -20px !important;
    }

    .archive .porto-block .posts-wrap.products-container a.porto-tb-woo-link i.porto-icon-shopping-cart {
        left: -5px;
        position: relative;
        top: -1px;
    }

    .single-product .porto-section.flex-container.product-links,
    .archive .porto-section.flex-container.product-links {
        width: 54%;
        font-size: 13px;
    }

    .checkout-order-review .featured-boxes {
        padding: 22px 12px;
    }

    #plans-pricing-banner.main-top-banner {
        background-position-x: -600px !important;
        background-color: #0000008c !important;
        background-blend-mode: color;
    }

    #plans-pricing-banner.main-top-banner .vc_inner.row .porto-u-sub-heading p {
        color: #fff !important;
    }

    .woocommerce-cart-form .shop_table td.product-thumbnail .position-relative {
        width: 70px;
        height: 70px !important;
        padding: 5px;
    }

    .signup-modal-wrapper .choose_option .row .phones_column {
        margin-bottom: 20px;
        width: 250px;
    }

    .signup-modal-wrapper .choose_option .row {
        flex-wrap: initial;
    }

    .signup-modal-wrapper .choose_option,
    .signup-modal-wrapper .continue_steps {
        height: 100%;
    }

    #footer .footer-logo-side {
        padding-left: 15px;
    }
    
    .pricing-table .plan_box .sign_up_plan{
        position: static;
    }
}

@media screen and (max-width: 767px) {
    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    #testimonial-wrapper blockquote.testimonial-carousel {
        padding: 30px 10px 10px 10px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left {
        flex-wrap: wrap;
    }

    #features-wrapper .vc_inner.row .vc_column_container {
        width: 100%;
    }

    #about-wrapper::before {
        display: none;
    }

    #header .top-header .container>.row .vc_column_container.col-md-12 {
        padding: 0;
    }

    #partners-wrapper .wpls-logo-slider {
        padding: 0 !important;
    }

    #header .top-header * {
        font-size: 12px;
    }

    #news-letter-wrapper .evc-iwt-content p.evc-iwt-text {
        font-size: 14px;
        line-height: 1.6;
    }

    #footer .porto-wrap-container.container .wpb_wrapper.vc_column-inner .vc_column_container {
        margin-bottom: 15px !important;
    }

    #home-banner-wrapper {
        background: #eee !important;
        padding: 15px 0 0;
    }

    #home-banner-wrapper * {
        padding: 0;
    }

    #home-banner-wrapper .banner-right-side {
        padding: 20px;
    }

    #home-banner-wrapper .vc_inner.row {
        flex-direction: column-reverse;
    }

    #home-banner-wrapper .wpb_single_image {
        margin-bottom: 0;
    }

    #footer .wpb_wrapper.vc_column-inner .vc_column_container {
        width: 100%;
    }

    .main-top-banner .vc_inner.row {
        min-height: 200px;
    }

    #about-testimonial .porto-testimonial::before {
        top: -130px;
        right: 0px;
        width: 190px;
        height: 372px;
    }

    #about-testimonial .porto-testimonial {
        padding-top: 65px;
        min-height: 800px;
    }

    #about-testimonial .porto-testimonial .testimonial::before,
    #about-testimonial .porto-testimonial .testimonial::after {
        width: 50px;
    }

    #about-testimonial .porto-testimonial .testimonial::before {
        left: 20px;
        top: -30px;
    }

    #about-testimonial .porto-testimonial .testimonial::after {
        right: 20px;
        bottom: -30px;
    }

    .faq-wrapper .faq-inner-row .porto-toggles.wpb_content_element {
        margin-bottom: 0;
    }

    .main-top-banner .vc_inner.row .porto-u-main-heading * {
        font-size: 30px;
        padding: 10px 0 5px;
    }

    .top-breadcrumbs .vc_inner.row h2.vc_custom_heading {
        font-size: 28px;
    }

    #header .header-top .nav_content h3 {
        font-size: 12px !important;
        left: 0px;
        line-height: initial;
        text-align: center;
    }

    #header .header-top .textwidget.custom-html-widget {
        justify-content: center;
    }

    #header .header-top .top_nav {
        display: none;
    }

    #header #main-menu a.mobile-toggle {
        background: var(--primary-color) !important;
    }

    #contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner {
        margin-bottom: 25px;
    }

    #contact-form .contact_form .wpcf7-validates-as-required {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #contact-form .contact_form .wpcf7-validates-as-required .wpcf7-list-item {
        margin: 10px 0;
        width: 45%;
    }

    #contact-form .contact_form input.wpcf7-form-control.wpcf7-submit {
        margin-top: 10px;
    }

    #connecting-churches-wrapper .vc_column_container,
    #connecting-churches-wrapper h2.vc_custom_heading {
        text-align: center !important;
    }

    .section-space .vc_row.wpb_row.vc_inner.row .vc_column_container,
    #connecting-churches-wrapper .vc_row.wpb_row.vc_inner.row .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }

    #features-wrapper.section-space .vc_row.wpb_row.vc_inner.row .vc_column_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #connecting-churches-wrapper .wpb_text_column.wpb_content_element p {
        font-size: 14px;
    }

    #connecting-churches-wrapper .wpb_single_image .vc_single_image-wrapper img {
        width: 80%;
        margin: 0 auto;
    }

    #contact-detail-wrapper .vc_inner.row .wpb_wrapper.vc_column-inner {
        min-height: initial;
    }

    .posts-wrap.products-container.products.list.has-ccols.ccols-1.has-ccols-spacing {
        margin-bottom: 0;
    }

    .woo-page-header.page-header-8 .breadcrumb * {
        font-size: 14px;
    }

    .woo-page-header.page-header-8 .breadcrumb .delimiter {
        margin: 0 5px !important;
        font-size: 20px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .testimonial.testimonial-with-quotes::before {
        top: 0;
    }

    .plans-pricing-row {
        padding-top: 40px;
    }

    .cart_totals_toggle .coupon {
        display: flex;
    }

    table.shop_table.responsive.cart.cart-table tr.cart_item {
        display: flex !important;
        align-items: center;
    }

    table.shop_table.responsive.cart.cart-table tr.cart_item a.remove.remove-product.position-absolute {
        width: 20px !important;
    }

    .box-content>.woocommerce-cart-form {
        max-width: 100%;
        overflow-x: scroll;
    }

    .signup-modal-wrapper .modal-content .col-first {
        border-right: 0
    }

    .faq-wrapper .faq-inner-row section.toggle label {
        font-size: 15px;
    }

    #header .header-top {
        min-height: 40px;
        max-height: 40px;
    }

    .main-top-banner .porto-u-sub-heading {
        font-size: 15px;
    }

    .single-product .porto-section.flex-container.product-links,
    .archive .porto-section.flex-container.product-links {
        width: 100%;
    }

    .archive .porto-block .posts-wrap.products-container .porto-tb-featured-image,
    .single-product .product-image {
        height: 150px;
    }

    .pricing-table .plan_features,
    .pricing-table .plan_box .plan_included {
        padding-left: 15px;
        padding-right: 15px;
    }

    #plans-pricing-banner.main-top-banner {
        background-position-x: -450px !important;
    }

    .signup-modal-wrapper .choose_option .row .phones_column {
        width: 180px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .signup-modal-wrapper .choose_option .row .phones_column:last-child {
        margin: 5px;
    }

    .signup-modal-wrapper .choose_option .row .phones_column img {
        width: 140px;
        height: 120px;
        margin: 0 auto;
    }

    .signup-modal-wrapper .choose_option .row .phones_column .add_phone_sec a.btn.btn-primary {
        height: initial;
        padding-left: 15px;
        padding-right: 10px;
    }

    #pricing-plan-table .selection-txt {
        padding: 0px 10px;
    }

    #pricing-plan-table .selection-txt>span {
        display: block;
        margin-top: 10px;
    }

    .signup-modal-wrapper .plan_hardware_sucess_step p {
        font-size: 20px;
        font-weight: 500;
    }

    .signup-modal-wrapper .choose_option h3 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt p {
        margin: 0px auto -5px auto;
    }

    .signup-modal-wrapper .choose_option .row {
        flex-wrap: wrap;
    }

    .signup-modal-wrapper .modal-content .modal-detail h5 {
        padding: 0 0 10px 0;
    }

    .signup-modal-wrapper .row.modal-detail.justify-content-center .col-md-12.pb-4 {
        padding-bottom: 0 !important;
    }

    .signup-modal-wrapper .modal-content p {
        font-size: 15px;
        line-height: 25px;
        padding: 10px 5px 0 5px;
        margin-bottom: 5px;
    }

    #plans-pricing-banner.main-top-banner {
        background-position-x: -700px !important;
    }

    .signup-modal-wrapper .modal-content .modal-detail .form-check {
        margin-top: 10px;
    }

    .signup-modal-wrapper .choose_option .add_products {
        margin-top: 10px;
    }

    .signup-modal-wrapper .modal-content .col-md-5 {
        padding-top: 0 !important;
    }

    .signup-modal-wrapper .modal-content .btn-close {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }

    #welcome-cloudtalk-wrapper .cloud-talk-video {
        height: 197px;
    }
}

@media screen and (max-width: 567px) {
    #plans-pricing-banner.main-top-banner {
        background-position-x: -600px !important;
        max-width: 100% !important;
    }

    footer#footer * {
        text-align: center;
    }

    #footer .wpb_wrapper.vc_column-inner .wpb_text_column.wpb_content_element p,
    #footer .wpb_wrapper.vc_column-inner .porto-u-sub-heading {
        font-size: 16px !important;
        line-height: 28px;
        margin-bottom: 10px !important;
    }

    #footer .wpb_wrapper.vc_column-inner .porto-u-main-heading *,
    #footer .wpb_wrapper.vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper p.stay_conn {
        font-size: 20px !important;
        font-weight: 500;
    }

    #footer .wpb_wrapper.vc_column-inner .mb-5.mb-lg-0.vc_column_container.col-md-1-5.col-lg-3 .wpb_text_column.wpb_content_element p {
        font-size: 16px;
        line-height: 25px;
    }

    #footer .wpb_wrapper.vc_column-inner .no-padding {
        padding-bottom: 0 !important;
    }

    #footer .wpb_wrapper.vc_column-inner ul li a {
        padding: 6px 0 13px 0 !important;
        border-bottom: 1px dashed #cccccc3b;
    }

    .signup-modal-wrapper .choose_option .add_products .add-product-bottom-txt a.my_own_hardware {
        margin-top: 5px;
    }

    #footer .wpb_wrapper.vc_column-inner .no-padding .vc_column_container.flex-1 p {
        font-size: 13px !important;
    }

    #about-testimonial .porto-testimonial .testimonial {
        min-height: initial;
    }

    #footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading,
    #footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading,
    #footer .wpb_wrapper.vc_column-inner .wpb_custom_777406a93b82a9a54e087b750c410464 .porto-u-sub-heading {
        padding-left: 10px;
    }

    #services-provider .vc_inner.row .vc_btn3-container {
        margin: 0 auto;
    }

    #testimonial-wrapper *::-webkit-scrollbar {
        width: 0;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item.active::before {
        display: none;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left ul.nav.nav-tabs li.nav-item.active {
        margin-bottom: 550px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content {
        all: unset;
        position: static;
    }

    #testimonial-wrapper .tabs {
        position: relative;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane {
        background: var(--secondary-color) url(images/testimonial-bg.png) no-repeat bottom !important;
        background-size: contain !important;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane.active {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        background: #00aeef;
        height: 550px;
        overflow: auto;
        padding: 25px 0 10px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left ul.nav.nav-tabs {
        border: 0;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .nav.nav-tabs li.nav-item a {
        border: 1px solid #00aeef !important;
        min-height: 80px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .testimonial.testimonial-with-quotes::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: var(--primary-color);
        transform: rotate(45deg);
        left: 10px;
        z-index: 2;
        top: -35px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(1).active {
        top: 80px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(2).active {
        top: 160px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(3).active {
        top: 240px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(4).active {
        top: 320px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(5).active {
        top: 400px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(6).active {
        top: 480px;
    }

    #testimonial-wrapper .tabs.tabs-vertical.tabs-left .tab-content .tab-pane:nth-child(7).active {
        top: 560px;
    }
}


/*************************** Responsive css end *************************************/
