<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
loaded with wp_enqueue_style function
@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
*/
@font-face {
    font-family: 'open_sans';
    src: url('../webfonts/open-sans/OpenSans-Bold.ttf') format('truetype'),
         url('../webfonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sans';
    src: url('../webfonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype'),
         url('../webfonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sans';
    src:
        url('../webfonts/open-sans/OpenSans-Light.ttf') format('truetype'),
        url('../webfonts/opensans-light-webfont.woff2') format('woff2'),
        url('../webfonts/opensans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sans';
    src: url('../webfonts/open-sans/OpenSans-Regular.ttf') format('truetype'),
         url('../webfonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sans';
    src: url('../webfonts/open-sans/OpenSans-SemiBold.ttf') format('truetype'),
        url('../webfonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../webfonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body,html{
    font-family: 'open_sans';
    color: #6e7f91;
}

/*---- Comman-stylesheet ----*/
/*.dropdown:hover .dropdown-menu {
   display: block !important;
}*/
ul,li,p{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section-padding{
    padding: 50px 0;
}
button{
    outline:0px !important;
}
a {
    text-decoration: none !important;
}
.font-blue{
    color: #137bbd;
}
.section-padding{
    padding: 50px 0px;
}
.wpweb-site-common-title h2 {
    font-size: 32px;
    color: #137bbd;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
}
.bg-gray{
    background-color: #f6f6f6;
}
.woocommerce-store-notice, p.demo_store {
    position: static;
}
.demo_store {padding:0 !important;}
.demo_store span {display: inline-block;width: calc(100% - 135px);}
.demo_store a {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    color: #fff !important;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    width: 135px;
    text-align: center;
    display: inline-block;
}
.demo_store a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.top-header-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.menu-link-container {
    position: relative;
    right: -15px;
}
.menu-link-container a.menu-close-link {
    background: rgba(0,0,0,0.2);
    padding: 23px 0px;
    color: #FFF;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    border: none;
    width: 70px;
    text-align: center;
    display: block;
}
.menu-link-container a.menu-close-link:hover {
    background: rgba(0,0,0,0.1);
}

/* header stylesheet */
.header {
    background: #ffffff;
    height: 94px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: 0.5s;
    z-index:9;
}
.header .top-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
    height: 70px;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.header .bottom-header {
    width: 100%;
}
.header .bottom-header .navbar .navbar-brand img{
    width: 180px;
    height: auto;
    margin: 5px 0px;
}
.header.sticky .bottom-header .navbar .navbar-brand img {
    width: 160px;
}
.header .bottom-header .navbar {
    padding: 0px 15px;
}
.header .bottom-header .navbar-nav li {
    padding: 0 15px;
    /*height: 80px;*/
    display: flex;
    align-items: center;
}
.header .bottom-header .navbar-brand{
    padding: 0px;
}
.header .bottom-header .navbar-nav li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all 500ms ease-in-out;
}
.header .bottom-header .navbar-nav li &gt; a.nav-link {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
    outline: 0;
}
.header .bottom-header .navbar-nav li a:hover{
    color: #1a80b6;
}
.header .bottom-header .menu-contact a{
    background: #137abd;
    padding: 10px 0px;
    color: #ffffff;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    border: 1px solid #137abd;
    width: 133px;
    text-align: center;
}
.header .bottom-header .menu-contact a:hover{
    background: #ffffff;
    border: 1px solid #137abd;
    color: #137abd
}
.header .bottom-header .dropdown-menu {
    box-shadow: 1px 1px 30px rgba(0,0,0,.06);
    border-top: 0px solid #1a80b6;
    background-color: #edebeb;
    border-radius: 0px;
    margin-top: -2px;
    padding: 0px;
    margin-left: 15px;
}
.header .bottom-header .dropdown-toggle::after{
    display: none !important;
}
.header .bottom-header .navbar-nav .dropdown-menu a{
    color: #333333 !important;
    border-bottom: 0px solid #ffffff;
    font-size: 16px;
    text-align: left;
    padding: 15px 30px;
    font-weight: 400 !important;
    background: #ffffff;
}
.header .bottom-header .navbar-nav .dropdown-menu li{
    padding: 0;
}
.header .bottom-header .navbar-nav .dropdown-menu a:hover{
    background-color: #ebf7f9;
    color: #000000 !important;
}
.header .bottom-header .dropdown-menu li.active a{
    background-color: #f5f4f4;
}
.header .bottom-header .navbar-nav li &gt; span.sub-menu-toggle.dropdown-toggle {
    display: none;
}
/* header stylesheet */

/* New-header stylesheet */
header.header.service-header {
    background: transparent;
    position: fixed;
    height: 83px;
}
header.header.service-header.sticky {
    background: #ffffff;
    height: 83px;
}
.service-header.header .bottom-header .navbar-nav li &gt; a.nav-link {
    color: #ffffff;
}
header.header.service-header .navbar-brand .service-header-logo-1 {
    display: none;
}
header.header.service-header.sticky .navbar-brand .service-header-logo-2 {
    display: none;
}
header.header.service-header.sticky .navbar-brand .service-header-logo-1 {
    display: block;
}
.service-header.header .bottom-header .navbar-nav li {
    position: relative;
}
/* .service-header.header .bottom-header .navbar-nav li.active:after {
    opacity: 1;
}
.service-header.header .bottom-header .navbar-nav li:after {
    content: '';
    position: absolute;
    left: 0;
    top: -21px;
    background: #1a80b6;
    width: 100%;
    height: 5px;
    opacity: 0;
} */
section.hide-banner {
    display: none !important;
}
.service-header.header.sticky .bottom-header .navbar-nav li &gt; a.nav-link {
    color: #333333;
}
.service-header.header .bottom-header .navbar-nav li.active &gt; a.nav-link,
.service-header.header.sticky .bottom-header .navbar-nav li.active &gt; a.nav-link {
    color: #1a80b6;
}
.service-header.header .bottom-header .navbar-nav li &gt; a.nav-link:hover {
    color: #1a80b6;
}
/* New-header stylesheet */

/* Top-Banner stylesheet */
.top-title-main-banner-wrap {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../images/services/WordPress-Development-Banner-1-1-2.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.top-title-main-banner-wrap .top-title-main-banner-text h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
    position: relative;
}
.top-title-main-banner-wrap .top-title-main-banner-text h1:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #137bbd;
    bottom: -14px;
}
.top-title-main-banner-wrap .top-title-main-banner-text h3 {
    font-style: normal;
    text-align: center;
    display: block;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 15px 0;
    font-size: 17px;
    font-weight: 500;
}
/* Top-Banner stylesheet */


/* Our-Work-Stylesheet */
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    margin-top: 50px;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content {
    width: 30%;
    padding: 15px;
    background: #ffffff;
    text-align:center;
    margin: 0 15px 15px;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content a h4{
    color: #137bbd;
    padding-bottom: 20px;
    position: relative;
    font-size: 18px;
      margin: 30px 0px;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content a h4:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #137bbd;
    height: 2px;
    width: 65px;
    bottom: 0;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content p {
    min-height: 145px;
    line-height: 28px;
    color: #4c5056;
    font-size: 16px;
    margin-bottom: 20px;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content a.read-more {
    width: 140px;
    border: 1px solid #137bbd;
    padding: 10px 0;
    display: inline-block;
    color: #4c5056;
    margin-bottom: 10px;
    transition: all 500ms ease-in-out;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content a.read-more:hover{
    color: #137bbd;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-view-more {
    text-align: center;
    margin: 50px 0 0;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-view-more a {
    width: 162px;
    border: 1px solid #137bbd;
    padding: 13px 0;
    background: #137bbd;
    color: #ffffff;
    display: inline-block;
    transition: all 500ms ease-in-out;
}
.wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-view-more a:hover{
    background: #ffffff;
    border: 1px solid #137bbd;
    color: #137bbd;
}
/* our-work-stylesheet */
.wpweb-badges a{
    margin-right: 5px;
}
/* Faq-stylesheet */
.site-faq-accordian-main-wrap .card-body a{
	text-decoration: underline !important;
    font-weight: bold;
    color: #137bbd;
}
.site-faq-accordian-main-wrap .card-body a:hover{
	text-decoration: none !important;
	color: #333;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card{
    border: 0;
    padding: 15px 0;
    border-top: 1px solid #9f9f9f;
    border-radius: 0;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header{
    padding: 0;
    background: transparent;
    border: 0;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button{
    padding: 0;
    padding-left: 55px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    outline: 0;
    box-shadow: unset;
    text-decoration: none;
    position: relative;
    padding-right: 22px;
    font-weight: 500;
    font-size: 18px;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button[aria-expanded="true"] {
    color: #1a80b6;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button:hover{
    color: #1a80b6;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button:before{
    content: "\f078";
    position: absolute;
    right: 0;
    top: -4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #9e9e9e;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-body {
    padding-left: 55px;
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    letter-spacing: 0.5px;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button:after{
    content: "\f27a";
    position: absolute;
    left: 0;
    top: -8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 30px;
    color: #9e9e9e;
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button[aria-expanded="true"]:before {
    transform: rotate(180deg);
}
.wpweb-home-faq-wrapper .site-faq-accordian-main-wrap {
    margin-top: 50px;
}
.faq-toggle-wrap li a {
    text-decoration: underline;
}
.faq-toggle-wrap li a:hover {
    text-decoration: none;
}
.wpweb-home-faq-wrapper .faq-toggle-wrap li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 30px;
}
.wpweb-home-faq-wrapper .faq-toggle-wrap li:after{
    content: '';
    position: absolute;
    left: -30px;
    width: 15px;
    height: 2px;
    background: #137bbd;
    top: 12px;
}
.faq-toggle-wrap li a {
    text-decoration: underline !important;
    font-weight: bold;
    color: #137bbd;
}
.faq-toggle-wrap li a:hover{
    text-decoration: none !important;
    color: #333333;
}
/* faq-stylesheet */
/* Footer stylesheet */

footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap:last-child .wpweb-footer-text-listing li {
    padding-left: 0;
}
footer .wpweb-footer-text-listing li p{
    color: #ffffff;
}
footer .wpweb-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
footer .wpweb-footer-wrap .wpweb-footer-our-expertise-wrap {
    width: 33%;
    display: inline-flex;
    flex-direction: column;
    padding: 0px 15px;
}
footer .wpweb-footer-wrap .footer-heading h3 {
    font-size: 24px;
    color: #137bbd;
    margin-bottom: 20px;
    font-weight: 400;
}
footer .wpweb-footer-wrap ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
footer .wpweb-footer-wrap ul li a {
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease-in-out;
    padding: 0;
}
footer .wpweb-footer-wrap ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    background: url(../images/footer-left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
}
footer .wpweb-footer-wrap ul li a:hover{
    color: #1a80b6;
}
footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap {
    width: 16.66666667%;
    padding: 0px 15px;
}
footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap .our-resources-pdf-brochure {
    margin-top: 25px;
}
footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap .our-resources-pdf-brochure a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-bottom: 10px;
    transition: all 500ms ease-in-out;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap .our-resources-pdf-brochure a:hover{
    color: #1a80b6;
}
footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap .our-resources-pdf-brochure a p{
    width: 100px;
    font-size: 15px;
    line-height: normal;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: bold;
}
footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap ul li p {
    font-size: 16px;
    color: #ffffff;
}
footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap {
    width: 25%;
}
footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap ul li p a{
    font-size: 14px;
}
/*footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap ul li p:nth-child(2),
footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap ul li p:last-child{
    font-weight: 100 !important;
}*/
footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap {
    width: 25%;
}
footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap ul li {
    display: flex;
}
footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap ul li::before{
    display: none;
}
footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap ul li img {
    width: 50px;
    margin-right: 15px;
}

footer .copyright-footer-text p, footer .copyright-footer-text p a{
    font-size: 14px;
    color: #ffffff;
}
footer .copyright-footer-text p a:hover{
    color: #2b9ee7;
}


.bottom-footer-row {
    margin-top: 25px;
    width: 100%;
    margin: 5px 5px 0 !important;
}
.bottom-footer-row .bottom-footer-column {
    width: 100%;
}
.bottom-footer-row .bottom-footer ul {
    display: flex;
    justify-content:flex-start;
    flex-direction: row;
    align-items: center;
}
.bottom-footer-row .bottom-footer ul li {
    margin-right: 20px;
}
.site-why-choose-v2-main-wrapper .sevices-comman-title p, .speed-optimize-performance-wrap .sevices-comman-title p{
    font-size: 18px;
    font-weight: 600;
}
.bottom-footer-row .bottom-footer ul li a {
    font-size: 30px;
    color: #ffffff;
    transition: all 500ms ease-in-out;
}
.bottom-footer-row .bottom-footer ul li a:hover{
    color: #1a80b6;
}
.copyright-footer {
    background-color: #020f17;
    padding: 15px 10px 15px;
}
.copyright-footer .copyright-footer-text ul {
    display: flex;
    flex-wrap: wrap;
}
.copyright-footer .copyright-footer-text ul li,
.copyright-footer .copyright-footer-text ul li a {
    font-size: 14px;
    color: #ffffff;
}
.copyright-footer .copyright-footer-text ul li a{
    margin-left: 2px;
    transition: all 500ms ease-in-out;
}
.copyright-footer .copyright-footer-text ul li a:hover{
    color: #1a80b6;
}
/* Footer stylesheet */
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .wpweb-site-common-title h2 {
    color: #ffffff;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list {
    margin-top: 80px;
    position: relative;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .client-details-section {
    text-align: center;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .client-details-section .client-profile {
    width: 113px;
    margin: 0 auto 30px;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .client-details-section .client-brief {
    width: 750px;
    margin: 0 auto 40px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-size: 15px;
    min-height: 104px;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .client-details-section .client-name {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    color: #ffffff;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    color: #ffffff;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav button {
    width: 45px;
    height: 45px;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav button span {
    font-size: 40px;
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    top: -13px;
}
.wpweb-tesimonial-wrap {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.header .bottom-header .primary-menu-container {
    width: 100%;
}
.page-template-portfolio-list .top-title-main-banner-wrap h1 {
    font-size: 50px;
    font-weight: 500;
}
.page-id-1484 .content-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
}
.page-id-1484 .content-wrapper .entry-content &gt; p:first-child {
    margin-bottom: 50px;
}
.wpweb-read-more-link {
    color: #137abd;
    margin-left: 3px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
}
.request-a-call-wrap {
    position: relative;
}
.request-a-call-wrap img {
    width: 100%;
}
.request-a-call-wrap .request-a-call-info p:first-child {
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 0 !important;
    font-size: 50px;
}
.request-a-call-wrap .request-a-call-info a {
    font-size: 21px;
    text-align: center;
    background: #2c2c2c;
    padding: 0 50px;
    border-radius: 17px;
    color: #fff;
    line-height: 32px;
    transition: all 500ms ease-in-out;
    height: 35px;
    display: inline-block;
    width: auto;
    margin: 0;
}
.request-a-call-wrap .request-a-call-info {
    position: absolute !important;
    right: 0;
    top: 45%;
    margin-bottom: 0 !important;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
    font-size: 50px;
    transform: translateY(-50%);
    height: auto !important;
    width: 50%;
    text-align: center;
}
body .gdpr-preferences{
    display: none !important;
}
.section-404-main-wrap {
    padding: 55px 0;
}
.section-404-main-wrap .section-404-column-row .section-404-column-text-wrap .section-404-column-text h2 {
    padding-right: 8px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 0;
    color: #333333;
}
.section-404-column-3-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}
.section-404-column-3-grid .error-message, .section-404-column-3-grid .helpful-links-section, .section-404-column-3-grid .search-form-section {
    width: 33.33333333%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.section-404-column-3-grid .error-message h1 {
    margin-bottom: 0;
    color: #f0f0f0;
    font-size: 140px;
    line-height: 1;
    font-weight: 700;
}
.section-404-column-3-grid .helpful-links-section .primary-menu-container ul#helpful-links li {
    line-height: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 25px;
    display: block;
}
.section-404-column-3-grid .helpful-links-section .primary-menu-container ul#helpful-links li a.nav-link {
    padding: 0;
    color: #333333;
}
.section-404-column-3-grid .helpful-links-section .primary-menu-container ul#helpful-links li a.nav-link:hover {
    color: #1a80b6;
}

.section-404-column-3-grid .helpful-links-section h3, .section-404-column-3-grid .search-form-section h3 {
    font-size: 22px;
    margin: 1em 0;
    color: #333333;
}
.section-404-column-3-grid .helpful-links-section .primary-menu-container ul#helpful-links li:before {
    border-radius: 75px;
    text-align: center;
    font-size: 9px;
    background-color: #1a80b6;
    content: "\f105";
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    content: " ";
    float: left;
    margin-right: 0;
    margin-left: -25px;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
}
.section-404-column-3-grid .search-form-section .search-page-search-form form#searchform div:after,
.search-form-wrap-content .search-page-search-form form#searchform div:after {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #aaa9a9;
    top: 13px;
}
.search-form-wrap-content .search-page-search-form form#searchform div:after{
    color: #4c5056;
}
.section-404-column-3-grid .search-form-section h3 ~ p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
}
.section-404-column-3-grid .search-form-section .search-page-search-form label.screen-reader-text,
.search-form-wrap-content .search-page-search-form label.screen-reader-text{
    display: none;
}
.section-404-column-3-grid .search-form-section .search-page-search-form input#s,
.search-form-wrap-content .search-page-search-form input#s{
    height: 45px;
    width: 100%;
    color: #aaa9a9;
        padding-left: 45px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 16px;
    outline: 0;
}
.search-form-wrap-content .search-page-search-form input#s{
    color: #4c5056;
}
.section-404-column-3-grid .search-form-section a.home-button-link {
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) !important;
    padding: 10px 15px;
    border-radius: 12px;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    font-weight: 400;
    transition: all 500ms ease-in-out;
    text-transform: unset;
    display: inline-block;
    margin-top: 10px;
}
.section-404-column-3-grid .search-form-section .search-page-search-form input[type="submit"],
.search-form-wrap-content .search-page-search-form input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    border-radius: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    width: 45px;
        z-index: 9;
}
.search-form-wrap-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e5e6;
}
.section-404-column-3-grid .search-form-section .search-page-search-form form#searchform div {
    position: relative;
}
.section-404-column-3-grid .search-form-section .search-page-search-form form#searchform div:after {
    content: "\f002";
    position: absolute;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #aaa9a9;
    top: 13px;
}
body.error404 section.top-title-main-banner-wrap {
    height: 400px;
}
.section-404-main-wrap .section-404-column-row .section-404-column-text-wrap .section-404-column-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section-404-main-wrap .section-404-column-row .section-404-column-text-wrap .section-404-column-text .not-found-wrap {
    height: 8px;
    border: 1px solid #e0dede;
    width: calc(100% - 433px);
    border-left: 0;
    border-right: 0;
}
.search-form-wrap-content h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 28px;
}
.search-form-wrap-content p {
    margin: 15px 0;
    color: #333333;
}
.search-form-wrap-content .search-page-search-form {
    position: relative;
}
.single-wpweb-plugins .top-title-main-banner-wrap,
.single-portfolio .top-title-main-banner-wrap {
    height: 430px;
}
.portfolio-grid-image-wrap .single-item-image-wrap .single-image-wrap a {
    width: 100%;
}
.portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap .wpw-mobile-content {
    display: none;
}
.notification-show-hide{
    display: none;
}
.notification-container {
    padding: 10px 30px;
    background: #137abd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.notification-container .notification-message {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.notification-container a.notification-button {
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 0px;
    color: #137abd;
    margin-left: 15px;
    transition: all 500ms ease-in-out;
    border: 1px solid #137abd;
}
.notification-container a.notification-button:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #137abd;
}
.notification-container .text-highlight{
    color: yellow;
}
.notification-container .wpw-close-notification {
  position: absolute;
  right: 15px;
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 100ms ease-in-out;
}
.notification-container .wpw-close-notification:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}



/****** Login Form CSS ******/
.login-heading {text-align: center;font-weight: 600;font-size: 32px;color: #0f1b35;margin: 50px 0 30px; width: 100%;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {max-width: 600px;margin: 0 auto !important;padding: 15px !important;margin-bottom: 50px !important;background: #fff;box-shadow: 0.643px 0.766px 28.8px 3.2px rgb(21 21 21 / 6%);border: none; border-radius: 0;}
.woocommerce-form.woocommerce-form-login label {font-size: 18px;color: #0f1b35;}
.woocommerce-form.woocommerce-form-login input {width: 100%;height: 40px;padding: 0 15px;line-height: 40px;font-size: 14px;border: 1px solid #666666;color: #0f1b35;}
.woocommerce-form.woocommerce-form-login textarea:focus, 
.woocommerce-form.woocommerce-form-login input:focus {outline: none;box-shadow: inherit;border: 1px solid #137abd;}
span.password-input {display: flex;width: 100%;}
.woocommerce form .form-row input[type="checkbox"] {width: auto;height: auto;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {float: left;margin-right: 0;width: 100%;color: #FFF;font-size: 16px;font-weight: bold;line-height: 28px;background-color: #137bbd;padding: 5px 10px;transition: all 500ms ease-in-out;margin: 0;border-radius: 0;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, 
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus {color: #fff;background-color: #5b5b5b;}
.woocommerce-error {border-top-color: #137bbd;margin-top: 50px;background: white;width: 100%;}
.woocommerce-notices-wrapper{width: 100%;}
.woocommerce-message{border-top-color: #137abd;}
.woocommerce-message::before{color: #137abd;}
.woocommerce-error::before {color: #137bbd;}
p.woocommerce-LostPassword a {color: #137bbd;}
p.woocommerce-LostPassword a:hover {text-decoration: underline !important;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width: 100%;}

.wpweb-login-details div {margin: 0 0 10px 0 !important;font-size: 14px;line-height: 26px;color: #333;background: #fff;padding: 10px !important;border: 1px solid #137abd;}
.wpweb-login-details h3 {font-weight: 600;font-size: 16px;color: #333;margin: 0 0 10px;width: 100%;background: transparent;padding: 0;}
/************/
    

/****** check voucher code Form CSS ******/
table.form-table.woo-vou-check-code {width: 100%;margin: 50px auto 50px;padding: 15px !important;background: #fff;box-shadow: 0.643px 0.766px 28.8px 3.2px rgb(21 21 21 / 6%);border: none !important;border-radius: 0;max-width:100%;}
table.form-table.woo-vou-check-code th, table.form-table.woo-vou-check-code td {width: 100% !important;display: block;padding: 0 15px!important;}
table.form-table.woo-vou-check-code th {padding: 15px 15px 0!important;}
table.form-table.woo-vou-check-code td {padding: 0px 15px 15px !important;display: flex;align-items: center;flex-wrap: wrap;}
table.form-table.woo-vou-check-code th label {padding: 0;font-size: 18px;color: #0f1b35;font-weight: 400 !important;}
table.form-table.woo-vou-check-code td input {margin: 0;width: calc(30% - 150px);height: 40px;padding: 0 15px;line-height: 40px;font-size: 14px;border: 1px solid #666666;color: #0f1b35;}
table.form-table.woo-vou-check-code td input:focus {outline: none;box-shadow: inherit;border: 1px solid #137abd;}
table.form-table.woo-vou-check-code td input[type="button"] {width: 150px;color: #FFF;font-size: 16px;font-weight: bold;line-height: 0;background-color: #137bbd;border-color: #137bbd;padding: 5px 10px;transition: all 500ms ease-in-out;margin: 0;border-radius: 0;}
table.form-table.woo-vou-check-code td input[type="button"]:hover, 
table.form-table.woo-vou-check-code td input[type="button"]:focus {color: #fff;background-color: #5b5b5b;border-color: #5b5b5b;}
.woo_vou_product_details h2 {text-align: center;font-weight: 600;font-size: 24px;color: #0f1b35;margin: 30px 0;}
.content-summary-wrap p {font-size: 18px;color: #0f1b35;font-weight: normal;margin-bottom: 10px;}
.woocommerce-account .header.sticky {position: static;}
p.vou-content {margin-bottom: 15px;font-size: 16px;font-weight: 400;}


.logged-in.woocommerce-account .woocommerce {padding: 0;background: #fff;box-shadow: 0.643px 0.766px 28.8px 3.2px rgb(21 21 21 / 6%);margin: 50px -15px;display: flex;flex-wrap: wrap;}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {float: inherit;width: 25%;padding: 0 15px;padding-left: 0;}
.logged-in.woocommerce-account .woocommerce-MyAccount-content {float: inherit;width: 75%;padding: 0 15px;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {display: block;width: 100%;padding: 10px;color: #333;transition: all 500ms ease-in-out;border-bottom: 1px solid #ccc;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {border-bottom: none;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {background-color: #137abd;color: #fff;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {padding: 15px 0;padding-right: 15px;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {font-size: 18px;color: #0f1b35;font-weight: normal;margin-bottom: 15px;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table a,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address a {color: #137abd;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table a:hover,
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address a:hover {text-decoration: underline !important;}
.logged-in.woocommerce-account .woocommerce .woocommerce-order-downloads {margin-bottom: 0;overflow: auto;}
.logged-in.woocommerce-account .woocommerce .woocommerce-order-downloads table {width: 100%;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {border: none;border-collapse: collapse;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table a.button {background-color: #62a7dd;color: #fff;font-weight: 600;border-radius: 0;font-size: 12px;line-height: normal;display: block;text-align: center;transition: all 500ms ease-in-out;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table a.button:hover {background-color: #137abd;text-decoration: none !important;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {width: 50%;max-width: 50%;flex: 0 0 50%;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h3 {font-weight: 600;font-size: 24px;color: #0f1b35;margin: 0 0 10px;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {font-size: 16px;color: #0f1b35;font-weight: normal;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm label {font-size: 16px;color: #0f1b35;font-weight: normal;margin-bottom: 5px;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm input,
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm select
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm textarea {width: 100%;height: 40px;padding: 0 15px;line-height: 40px;font-size: 14px;border: 1px solid #666666;color: #0f1b35;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm input:focus, 
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm select:focus, 
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm textarea:focus  {outline: none;box-shadow: inherit;border: 1px solid #137abd;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row span {font-size: 14px;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm legend {font-weight: 600;font-size:24px;color: #0f1b35;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm button[type="submit"] {text-align: center;display: block;margin: 0;background-color: #62a7dd;color: #fff;border: 1px solid #62a7dd;padding: 12px 20px;font-size: 16px;border-radius: 0;transition: all 500ms ease-in-out;}
.logged-in.woocommerce-account .woocommerce .woocommerce-EditAccountForm button[type="submit"]:hover {background-color: #137abd;border: 1px solid #137abd;}

.woo-social-login-profile {padding-top:20px;}
.woo-social-login-profile h2 {font-weight: 600;font-size: 24px;color: #0f1b35;}
.woo-social-login-profile p {font-size: 16px;color: #0f1b35;font-weight: normal;margin-bottom: 15px;}
.woo-social-login-linked-profiles {width: 100% !important;}
.woo-social-login-linked-profiles tr th {padding:15px 8px !important;background: #f9f9f9;font-size: 14px;color: #333;}
.woo-social-login-linked-profiles tr td {padding:15px 8px !important;font-size: 14px;color: #333;}

.custom-content-wrap {padding:50px 0;}
.custom-content-wrap h3 {font-weight: 600;font-size: 28px;color: #0f1b35;margin: 0 0 15px;}
.custom-content-wrap .search-form input {width: 100%;height: 40px !important;padding: 0 15px !important;line-height: 40px !important;font-size: 14px !important;border: 1px solid #666666 !important;color: #0f1b35 !important;border-radius: 0 !important;}
.custom-content-wrap .search-form input[type="checkbox"] {width: auto;height: auto;}
.custom-content-wrap .search-form .woo-vou-partial-used-voucode-label {margin: 0 !important;height: 40px !important;line-height: 40px !important;}
.custom-content-wrap .search-form .select2-container--default .select2-selection--single {border: 1px solid #666666 !important;border-radius: 0 !important;height: 40px;line-height: 40px;}
.custom-content-wrap .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {height: 40px;line-height: 40px;font-size: 14px;color: #9fa1a7;}
.custom-content-wrap .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {top: 50%;transform: translate(0, -50%);}
.custom-content-wrap .search-form .woo-vou-table-filter-wrap select + span {margin-bottom: 0;}
.custom-content-wrap .search-form input:focus{outline: none;box-shadow: inherit;border: 1px solid #137abd;}
.custom-content-wrap .search-form .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.custom-content-wrap .search-form .select2-container--default .select2-selection--single:focus {outline: none;}
.custom-content-wrap .search-form input[type="submit"],
.custom-content-wrap .woo-vou-btn-front {background-color:#137bbd !important;border-color: #137bbd !important;color: #fff !important;transition: all 500ms ease-in-out;border-radius: 0 !important;}
.custom-content-wrap .search-form input[type="submit"]:hover,
.custom-content-wrap .search-form input[type="submit"]:focus,
.custom-content-wrap .woo-vou-btn-front:hover,
.custom-content-wrap .woo-vou-btn-front:focus {color: #fff !important;background-color: #5b5b5b !important;border-color: #5b5b5b !important;}
.custom-content-wrap {font-size: 18px;color: #0f1b35;font-weight: normal;}
.custom-content-wrap table th,
.custom-content-wrap table td {font-size: 14px}


.woocommerce-cart .woocommerce-cart-form .shop_table tr td a {color:#62a7dd;}

.woocommerce-cart .woocommerce-cart-form .shop_table tr td a:hover {color:#137abd;}
.woocommerce-cart .woocommerce-cart-form .shop_table tr td .variation {font-size: 14px;color: #333;}
.woocommerce-cart .woocommerce-cart-form .shop_table tr td .coupon input,
.woocommerce-form-register input {width: auto;height: 40px;padding: 0 15px !important;line-height: 40px;font-size: 14px;border: 1px solid #666666 !important;color: #0f1b35;}
.woocommerce-cart .woocommerce-cart-form .shop_table tr td .coupon input:focus,
.woocommerce-form-register input:focus {outline: none;box-shadow: inherit;border: 1px solid #137abd !important;}
.woocommerce-cart .woocommerce-cart-form .shop_table tr td .coupon button,
.woocommerce-cart .woocommerce-cart-form .shop_table tr td button {width: auto;height: 40px;padding: 0 15px !important;line-height: 36px;font-size: 14px;background-color: #62a7dd !important;color: #fff !important;border: 1px solid #62a7dd;border-radius: 0;transition: all 500ms ease-in-out;}
.woocommerce-cart .woocommerce-cart-form .shop_table tr td .coupon button:hover,
.woocommerce-cart .woocommerce-cart-form .shop_table tr td button:hover,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {background-color: #137abd  !important;border: 1px solid #137abd ;}
.woocommerce-cart .cart-collaterals .cart_totals {width: 100%}
.woocommerce-cart .cart-collaterals .cart_totals h2 {font-weight: 600;font-size: 26px;color: #0f1b35;margin: 0 0 15px;}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {display: inline-block;width: auto;height: 50px;padding: 0 15px !important;line-height: 50px;font-size: 16px;background-color: #62a7dd !important;color: #fff !important;border: 1px solid #62a7dd;border-radius: 0;transition: all 500ms ease-in-out;}

.shop_table tr th, .shop_table tr td {font-size: 14px; color: #333;}

.woocommerce-checkout .woocommerce {padding: 50px 0;}
.woocommerce-checkout .woocommerce .checkout #customer_details {margin-bottom: 50px}
.woocommerce-checkout .woocommerce .checkout .col-1,
.woocommerce-checkout .woocommerce .checkout .col-2 {width: 50%; flex: 0 0 50%; max-width: 50%;}

.woocommerce-checkout .woocommerce .checkout h3 {font-weight: 600;font-size: 24px;color: #0f1b35;margin: 0 0 15px;}
.woocommerce-checkout .woocommerce .checkout h3 label {margin-bottom: 0;}
.woocommerce-checkout .form-row, .woocommerce-checkout .form-row label, .woocommerce-checkout .form-row span {width: 100% !important}
.woocommerce-checkout .form-row label {font-size: 18px;color: #0f1b35;font-weight: normal !important;margin-bottom: 0;}
.woocommerce-checkout .form-row input {width: 100%;height: 40px;padding: 0 15px;line-height: 40px;font-size: 14px;border: 1px solid #666666;color: #0f1b35;}
.woocommerce-checkout .form-row textarea {padding:15px;resize: none;}
.woocommerce-checkout .form-row input:focus, 
.woocommerce-checkout .form-row select:focus, 
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single:focus,
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single span:focus {outline: none;box-shadow: inherit;border: 1px solid #137abd;}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {border: 1px solid #666666;border-radius: 0px;height: 40px;line-height: 40px;}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single span {height: 40px;line-height: 40px;}
.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {right: 15px;margin-left: 0;margin-top: 0;top: 50%;left: inherit;transform: translate(0, -50%);}
.select2-dropdown {border: 1px solid #666666;}
.woocommerce-checkout .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {width: auto;height: 40px;padding: 0 15px !important;line-height: 36px;font-size: 14px;background-color: #62a7dd !important;color: #fff !important;border: 1px solid #62a7dd;border-radius: 0;transition: all 500ms ease-in-out;}
.woocommerce-checkout .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button:hover{background-color: #137abd !important;border: 1px solid #137abd;}
.woocommerce table.shop_table {border-radius: 0;}

.logged-in.woocommerce-account .woocommerce-MyAccount-content form h3 {
    font-weight: 600;
    font-size: 24px;
    color: #0f1b35;
    margin-bottom: 15px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 16px;
    color: #0f1b35;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row label span {
    width: auto;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row span {
    display: block;width: 100%;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #666666;
    color: #0f1b35;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row input:focus, 
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row select:focus, 
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row textarea:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single span:focus {
    outline: none;
    box-shadow: inherit;
    border: 1px solid #137abd;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #666666;
    border-radius:0px;
    height: 40px;
}
.select2-container--default .select2-selection--single span {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: auto;
    right: 15px;
}
span#select2-billing_country-container {
    line-height: 37px;
    font-size: 14px;
    color: #0f1b35;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields p button[type="submit"], 
.woocommerce-message a,
.checkout_coupon .form-row button[type="submit"] {
    text-align: center;
    display: block;
    margin: 0;
    background-color: #62a7dd;
    color: #fff;
    border: 1px solid #62a7dd;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 0;
    transition: all 500ms ease-in-out;
}
.woocommerce-message a.restore-item {display: inline-block;} 
.woocommerce-message::before {
    top: 50%;
    transform: translate(0, -50%);
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields p button[type="submit"]:hover,
.woocommerce-message a:hover,
.checkout_coupon .form-row button[type="submit"]:hover {
    background-color: #137abd;
    border: 1px solid #137abd;
}

/* Custom css to design table of WooCommerce points and Rewards */
.woo-pr-user-log h4{color:#137abd;font-weight:700; margin-bottom: 15px; color: #333;}    
.woo-pr-details tr th{padding:10px;color:#137abd;font-size: 14px;}
.woo-pr-details tr td{padding:10px;font-weight:600;font-size: 14px; color: #333;}

.pagination {justify-content: center;align-items: center;padding-top: 25px;flex-wrap: wrap;}
.woo-pr-tablenav-pages .pagination .page-numbers1 {background: #fff !important;color: #137abd !important;border: 1px solid #137abd;padding: 10px;border-radius: 0;box-shadow: inherit;margin: 3px;}
.woo-pr-tablenav-pages .pagination .page-numbers1.current,
.woo-pr-tablenav-pages .pagination .page-numbers1:hover {background: #137abd !important;border: 1px solid #137abd;color: #FFF !important;}
.woo-pr-tablenav-pages .pagination .dots {line-height: 0;display: block;}



/****** Register CSS ******/

.woocommerce-form-register label {font-size: 18px;color: #0f1b35;}
.woocommerce-form-register button[type="submit"],
.woo-slg-email-login-container .woo-slg-email-login-wrap input[type="button"] {width: 100%;color: #FFF;font-size: 16px;font-weight: bold;line-height: 28px;background-color: #137bbd; border-color:#137bbd !important;padding: 5px 10px;transition: all 500ms ease-in-out;margin: 0;border-radius: 0;}
.woocommerce-form-register button[type="submit"]:hover,
.woo-slg-email-login-container .woo-slg-email-login-wrap input[type="button"]:hover {color: #fff;background-color: #5b5b5b;border-color:#5b5b5b  !important;}
.woocommerce-form-register .woo-slg-email-login-wrap input {width: 100%;}
.woo-slg-email-login-container legend,
.woo-slg-social-container legend {color: #333;line-height: 26px;}
.woo-slg-social-container .woo-slg-social-wrap {display: flex; flex-wrap: wrap; margin:0 -5px;}
.woo-slg-social-container .woo-slg-social-wrap  .woo-slg-login-wrapper {width: 50%; margin: 0 0 10px 0; padding: 0 5px;}

#customer_login {display: flex; flex-wrap: wrap; margin:0;justify-content: center;}
#customer_login .u-column1,
#customer_login .u-column2 {width: 50%; padding:0 15px;flex: 0 0 35%;}
#customer_login .u-column1 form,
#customer_login .u-column2 form {max-width: 400px;}

.checkout_coupon p {margin-bottom: 10px;}
.woo-slg-social-container .woo-slg-email-login-container .woo-slg-email-login-wrap input[type="text"] {width: 100%;height: 40px;padding: 0 15px;line-height: 40px;font-size: 14px;border: 1px solid #666666;color: #0f1b35;}
.woo-slg-social-container .woo-slg-email-login-container .woo-slg-email-login-wrap input[type="text"]:focus {outline: none;box-shadow: inherit;border: 1px solid #137abd;}
#woo_slg_social_login .woo-slg-social-container .woo-slg-social-wrap .woo-slg-login-wrapper {width: auto !important;}


table.form-table.edd-vou-check-code {margin: 0 auto;width: 100%;border:none !important;}
table.form-table.edd-vou-check-code th label {font-size: 16px;color: #0f1b35;font-weight: normal;margin-bottom: 0px;}
/*table.form-table.edd-vou-check-code tr:first-child th {display: block;width: 100%;padding: 10px 0 0 !important;}*/
table.form-table.edd-vou-check-code td {display: flex;flex-wrap: wrap;padding-left: 10px !important;}
table.form-table.edd-vou-check-code td input[type="text"] {width: 30%;height: 40px;padding: 0 15px;line-height: 40px;font-size: 14px;border: 1px solid #666666;color: #0f1b35;}
table.form-table.edd-vou-check-code td input[type="text"]:focus {outline: none;box-shadow: inherit;border: 1px solid #137abd;}
table.form-table.edd-vou-check-code td input[type="button"] {text-align: center;display: block;margin-left: 10px;background-color: #62a7dd;color: #fff;border: 1px solid #62a7dd;padding: 5px 20px;font-size: 16px;border-radius: 0;transition: all 500ms ease-in-out;height: 40px;line-height: normal;}
table.form-table.edd-vou-check-code td input[type="button"]:hover,
table.form-table.edd-vou-check-code td input[type="button"]:focus {background-color: #137abd;border: 1px solid #137abd;}
.edd-vou-voucher-code-msg {margin-top: 15px;}
.woocl-product-collections {color: #333;margin: 25px 0 15px;}
.edd_vou_product_details h2 {font-size: 20px;margin-bottom: 15px;}
.edd_vou_product_details table {margin-bottom: 25px !important;width: 100%;}

.woocl-click .show_dropbox {text-align: center;display: block;margin: 0;background-color: #62a7dd !important;color: #fff !important;border: 1px solid #62a7dd !important;font-size: 14px;padding: 10px 5px;width: auto;transition: all 500ms ease-in-out;border-radius: 20px;font-weight: 500;}
.product_meta span.posted_in, .product_meta .tagged_as {display: block;margin-bottom: 15px;color: #333;}
.product_meta span.posted_in a, .product_meta .tagged_as a {color: #137abd !important;font-weight: 500 !important;}
.woocl-btn-actions .woocl-button {border: 1px solid #137abd !important;background: #137abd;color: #fff !important;border-radius: 0;}
.woocl-btn-actions .woocl-button:hover {border: 1px solid #62a7dd !important;background: #62a7dd;}
.woo-vou-voucher-code-msg {    margin-left: 10px;}
table.form-table.edd-vou-check-code td .edd-vou-voucher-code-msg {margin-top: 8px;margin-left: 10px;}



/****** Checkout CSS ******/
.woocommerce-checkout .woocommerce {padding: 0;}
.woocommerce-checkout .woocommerce-order .woocommerce-notice, h2.woocommerce-order-downloads__title,
h2.woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title {font-weight: 600;font-size: 26px;color: #0f1b35;margin: 0 0 15px;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {display: flex; flex-wrap: wrap;margin: 0 0 30px;box-shadow: 0.643px 0.766px 28.8px 3.2px rgb(21 21 21 / 6%);background: #fff;padding: 0px 0;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {padding: 15px;margin: 0;width: 33.33%;border: none;border-bottom: 1px solid #ddd;font-size: 16px;color: #0f1b35;font-weight: 600;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:last-child,
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:nth-last-child(2) {border-bottom:none;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li strong {font-size: 16px;color: #0f1b35;font-weight: normal;margin-top: 5px;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details {background: #fff;box-shadow: 0.643px 0.766px 28.8px 3.2px rgb(21 21 21 / 6%);padding: 15px;}
.woocommerce-checkout .woocommerce-order .woocommerce-table tr td a {color: #137abd}
.woocommerce-checkout .woocommerce-order .woocommerce-table tr td a:hover {text-decoration: underline !important;}
.woocommerce-checkout .woocommerce-order .woocommerce-table tr td a.button,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details .order-again a.button {background: #137bbd;color: #fff;padding: 10px 15px;font-size: 14px;border: 1px solid #137bbd;transition: all 500ms ease-in-out;height: 40px;line-height: 18px;display: inline-block;border-radius: 0;}
.woocommerce-checkout .woocommerce-order .woocommerce-table tr td a.button:hover, 
.woocommerce-checkout .woocommerce-order .woocommerce-table tr td a.button:focus,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details .order-again a.button:hover,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details .order-again a.button:focus {border: 1px solid #137bbd;background: #fff;color: #137bbd;text-decoration: none !important;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-columns {display: flex; flex-wrap: wrap; margin: 0px;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column {width: 50%; max-width: 50%; flex: 0 0 50%; padding: 0 15px;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column address {height: 100%;border: none;border-radius: 0px;background: #fff;box-shadow: 0.643px 0.766px 28.8px 3.2px rgb(21 21 21 / 6%);font-size: 16px;color: #0f1b35;font-weight: normal;line-height: 30px;padding: 15px 20px;}


/****************** RESPONSIVE CSS *********************/

@media screen and (min-width: 1270px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media screen and (min-width:1025px){
    .header .bottom-header .dropdown-menu {
        top: 84px;
    }
    .header .bottom-header .navbar-nav li &gt; a.nav-link {
        height: 81px;
        line-height: 75px;
    }
    body.home .header.sticky .bottom-header .navbar-nav li ul.sub-menu.dropdown-menu {
        top: 77px;
    }
    .header .bottom-header .navbar-nav &gt; li &gt; a.nav-link{
        position: relative;
    }
    .header .bottom-header .navbar-nav &gt; li &gt; a.nav-link:after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #137abd;
        transition: all .2s linear;
        transform-origin: center;
        right: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .header .bottom-header .navbar-nav &gt; li &gt; a.nav-link:hover:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media screen and (min-width:992px){
    .header .bottom-header .primary-menu-container ul li.wpw-show-in-mobile-only{
        display: none;
    }
}
@media screen and (max-width:1279px) and (min-width:1024px){
    footer .wpweb-footer-wrap .wpweb-footer-our-expertise-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap{
        width: 50%;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-expertise-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap{
      margin-bottom: 50px;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap{
        padding: 0px 15px;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap ul li{
        padding-left: 0px;
    }
    .bottom-footer-row {
        margin: 25px 0px 0;
    }
    .wpweb-home-leader-wp-services-wrapper .wpweb-home-leader-wp-services img {
        margin-left: 0px;
    }
}
@media screen and (min-width:992px){
    .header .navbar-nav li:hover&gt;.dropdown-menu {
        display: block;
    }
    .header .bottom-header .navbar-nav li &gt; a.nav-link i {
        display: none;
    }
}
@media screen and (max-width: 991px) and (min-width:768px){
    .header {
        height: auto !important;
        padding: 10px 0px;
    }
    .header .bottom-header .navbar-nav li {
        height: auto;
        display: block;
        padding: 0;
    }
    .header .bottom-header .navbar-nav li a {
        font-size: 14px;
    }
    .menu-contact.navbar-nav.ml-auto {
        display: none;
    }
    .header .bottom-header .navbar-nav li &gt; a.nav-link i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #333333;
        margin-left: 7px;
        font-size: 16px;
    }
    .header .bottom-header .dropdown-menu {
        margin-left: 0;
        background: #ffffff;
        border: 0;
        box-shadow: unset;
        padding-left: 25px;
        margin-top: -10px;
    }
    .header .bottom-header .menu-contact a {
        padding: 8px 0px;
        width: 123px;
    }
    .header .bottom-header button.navbar-toggler {
        width: auto;
        border-radius: 0;
        margin-top: 5px;
        color: #333333;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border: 0;
    }
    .header .bottom-header button.navbar-toggler .navbar-toggler-icon {
        background-image: unset;
        position: relative;
        width: 50px;
        text-align: center;
        height: 40px;
        border: 0;
    }
    .header .bottom-header button.navbar-toggler .navbar-toggler-icon:after {
        font-size: 25px;
        content: "\f0c9";
        position: absolute;
        left: 50%;
        top: 50%;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #137abd;
        transform: translate(-50%, -50%);
    }
    .header .bottom-header button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        content: "\f00d";
    }
    .header .bottom-header button.navbar-toggler span.text-span {
        padding-left: 15px;
        opacity: 0;
    }
    .header .bottom-header .navbar-nav li:last-child &gt; a.nav-link {
        border-bottom: 1px solid #dadada;
    }
    .header .bottom-header .navbar-nav li &gt; a.nav-link {
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
        position: relative;
        background-color: transparent;
        border: 1px solid #dadada;
        border-bottom: 0;
        font-size: 20px;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .header .bottom-header .navbar-nav li:last-child &gt; a.nav-link {
        border-bottom: 1px solid #dadada;
    }
    .header .bottom-header .navbar-nav .dropdown-menu a {
        font-size: 14px;
        padding: 8px 10px 8px 25px;
        font-weight: 600;
        border: 0;
        position: relative;
    }
    .header .bottom-header .navbar-nav .dropdown-menu a:after {
        content: '-';
        position: absolute;
        left: 9px;
        top: 42%;
        transform: translateY(-50%);
        font-size: 26px;
        color: #000000;
    }
    .header .bottom-header .navbar-nav .dropdown-menu a:last-child {
        border-bottom: 0;
    }
    .header.sticky {
        position: relative;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-expertise-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap{
        width: 50%;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-expertise-wrap,
    footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap{
      margin-bottom: 50px;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap{
        padding: 0px 15px;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap ul li{
        padding-left: 0px;
    }
    .bottom-footer-row {
        margin: 25px 0px 0;
    }
    .wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content {
        justify-content: flex-start;
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
    .wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main{
        justify-content: flex-start;
    }
    header.header.service-header,
    header.header.service-header.sticky{
        height: auto;
    }
    .top-title-main-banner-wrap .top-title-main-banner-text h1 {
        font-size: 40px;
    }
    .top-title-main-banner-wrap .top-title-main-banner-text h3 {
        display: none;
    }
    .service-header.header .bottom-header .navbar-nav li:after{
        display: none;
    }
    .service-header.header .bottom-header .navbar-nav li &gt; a.nav-link{
        color: #333333;
    }
    header.header.service-header button.navbar-toggler span.text-span {
        color: #ffffff;
    }
    header.header.service-header.sticky button.navbar-toggler span.text-span {
        color: #333333;
    }
    .copyright-footer .copyright-footer-text ul {
        margin-left: 0px;
    }
    .copyright-footer .copyright-footer-text ul li, .copyright-footer .copyright-footer-text ul li a {
        font-size: 13px;
    }
    .bottom-footer-row .bottom-footer ul {
        margin-left: 15px;
    }
    .header .bottom-header .navbar-collapse {
        position: absolute;
        background: #ffffff;
        width: 100%;
        left: 0;
        z-index: 9999;
        top: 70px;
        padding: 0 10px 0 35px;
    }
    .header .bottom-header .navbar-collapse .navbar-nav a.nav-link,
    .header .bottom-header .navbar-collapse .navbar-nav a.nav-link i {
        border: 0;
        color: #000000;
    }
    .wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .client-details-section .client-brief {
        width: 100%;
        padding: 0 75px;
        min-height: 156px;
    }
    .page-template-portfolio-list .top-title-main-banner-wrap h1 {
        font-size: 50px;
        font-weight: 500;
    }
    /* .header .bottom-header .navbar-nav&gt;li.menu-item-has-children:before {
        content: "\f078";
        position: absolute;
        top: 17px;
        color: #333333;
        margin-left: 7px;
        font-size: 16px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        left: 140px;
    } */
    .request-a-call-wrap .request-a-call-info p:first-child {
        line-height: 45px;
        font-size: 36px;
    }
    .section-404-column-3-grid .error-message, .section-404-column-3-grid .helpful-links-section, .section-404-column-3-grid .search-form-section {
        width: 100%;
        margin-bottom: 25px;
    }
    .section-404-column-3-grid .error-message {
        text-align: center;
    }
    .section-404-column-3-grid .search-form-section {
        margin-bottom: 0;
    }
    .header .bottom-header .navbar-nav li &gt; span.sub-menu-toggle.dropdown-toggle {
        display: block;
        position: absolute;
        top: 14px;
        color: #333333;
        margin-left: 7px;
        font-size: 20px;
        left: 140px;
        transition: all 500ms ease-in-out;
    }
    .header .bottom-header .navbar-nav li &gt; span.sub-menu-toggle.dropdown-toggle[aria-expanded="true"] {
        transform: rotate(180deg);
    }
}
@media screen and (max-width:812px) and (min-width:800px ){
    .bottom-footer-row {
        margin: 25px 15px 0;
        width: 100%;
    }
    .bottom-footer-row .bottom-footer ul {
        margin-left: 10px;
    }
    .copyright-footer .copyright-footer-text ul {
        margin-left: 0px;
    }
}
@media screen and (max-width:767px) {
    .wpweb-badges{
        margin-top: 12px;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-expertise-wrap {
        width: 100%;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-resources-wrap {
        width: 100%;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-details-wrap {
        width: 100%;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap {
        width: 100%;
    }
    .bottom-footer-row {
        margin: 25px 0px 0;
    }
    .header {
        height: auto !important;
        padding: 10px 0px;
    }
    .header .bottom-header .navbar-nav li {
        height: auto;
        display: block;
        padding: 0;
    }
    .header .bottom-header .navbar-nav li a {
        font-size: 14px;
    }
    .menu-contact.navbar-nav.ml-auto {
        display: none;
    }
    .header .bottom-header .navbar-nav li &gt; a.nav-link i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #333333;
        margin-left: 7px;
        font-size: 16px;
    }
    .header .bottom-header .dropdown-menu {
        margin-left: 0;
        background: #ffffff;
        border: 0;
        box-shadow: unset;
        padding-left: 10px;
        margin-top: -10px;
    }
    .header .bottom-header .menu-contact a {
        padding: 8px 0px;
        width: 123px;
    }
    .header .bottom-header button.navbar-toggler {
        width: auto;
        border-radius: 0;
        margin-top: 5px;
        color: #333333;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border:0;
    }
    .header .bottom-header button.navbar-toggler .navbar-toggler-icon {
        background-image: unset;
        position: relative;
        width: 50px;
        text-align: center;
        height: 40px;
        border: 0;
    }
    .header .bottom-header button.navbar-toggler .navbar-toggler-icon:after {
        font-size: 25px;
        content: "\f0c9";
        position: absolute;
        left: 50%;
        top: 50%;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #137abd;
        transform: translate(-50%, -50%);
    }
    .header .bottom-header button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        content: "\f00d";
    }
    .header .bottom-header button.navbar-toggler span.text-span {
        padding-left: 15px;
        opacity: 0;
    }
    .header .bottom-header .navbar-nav li:last-child &gt; a.nav-link {
        border-bottom: 1px solid #dadada;
    }
    .header .bottom-header .navbar-nav li &gt; a.nav-link {
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
        position: relative;
        background-color: transparent;
        border: 1px solid #dadada;
        border-bottom: 0;
        font-size: 18px;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .header .bottom-header .navbar-nav li:last-child &gt; a.nav-link {
        border-bottom: 0;
    }
    .header .bottom-header .navbar-collapse{
        position: absolute;
        background: #ffffff;
        width: 100%;
        left: 0;
        z-index: 9999;
        top: 68px;
        padding: 0 10px 0 35px;
    }
    .header .bottom-header .navbar-collapse .navbar-nav a.nav-link,.header .bottom-header .navbar-collapse .navbar-nav a.nav-link i {
        border: 0;
        color: #000000;
    }
    .header .bottom-header .navbar-nav .dropdown-menu a {
        font-size: 14px;
        padding: 8px 10px 8px 25px;
        font-weight: 600;
        border: 0;
        position: relative;
    }
    .header .bottom-header .navbar-nav .dropdown-menu a:after {
        content: '-';
        position: absolute;
        left: 9px;
        top: 42%;
        transform: translateY(-50%);
        font-size: 26px;
        color: #000000;
    }
    .header .bottom-header .navbar-nav .dropdown-menu a:last-child {
        border-bottom: 0;
    }
    .header.sticky {
        position: relative;
    }
    .copyright-footer .copyright-footer-text ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    footer .wpweb-footer-wrap .wpweb-footer-our-features-wrap ul li {
        padding-left: 0;
    }
    footer .wpweb-footer-wrap .footer-heading {
        margin-bottom: 50px;
    }
    header.header.service-header,
   header.header.service-header.sticky{
       height: auto;
   }
   .top-title-main-banner-wrap .top-title-main-banner-text h1 {
       font-size: 26px;
    }
   .top-title-main-banner-wrap .top-title-main-banner-text h3 {
       display: none;
   }
   .top-title-main-banner-wrap .top-title-main-banner-text h1:after {
       width: 80px;
       bottom: -10px;
   }
   .service-header.header .bottom-header .navbar-nav li:after{
       display: none;
   }
   .service-header.header .bottom-header .navbar-nav li &gt; a.nav-link{
       color: #333333;
   }
   header.header.service-header button.navbar-toggler span.text-span {
       color: #ffffff;
   }
   header.header.service-header.sticky button.navbar-toggler span.text-span {
       color: #333333;
   }
    .wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content {
        width: 100%;
    }
    .wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button {
        padding-right: 25px;
        line-height: 27px;
        padding-left: 35px;
    }
    .header .bottom-header .navbar .navbar-brand img {
        width: 150px;
    }
    .wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .client-details-section .client-brief {
        width: 100%;
        min-height: 300px;
        padding: 0px 55px;
        font-size: 14px;
        line-height: 25px;
    }
    .wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav button {
        width: 35px;
        height: 35px;
    }
    .wpweb-tesimonial-wrap .wpweb-testimonial-wrap-section .client-list .owl-nav button span {
        font-size: 32px;
        top: -11px;
    }
    /* .header .bottom-header .navbar-nav &gt;li.menu-item-has-children:before{
        content: "\f078";
        position: absolute;
        top: 17px;
        color: #333333;
        margin-left: 7px;
        font-size: 16px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        left: 120px;
    } */
    .request-a-call-wrap .request-a-call-info {
        top: 0;
        width: 100%;
        transform: unset;
        position: relative !important;
        background-image: url(https://a99q92snttleblx53a5eqk53-wpengine.netdna-ssl.com/wp-content/uploads/2020/11/request-a-call.jpg);
        height: 400px !important;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .request-a-call-wrap img {
        display: none;
    }
    .wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button:after {
        top: 2px;
        font-size: 22px;
    }
    .wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-header button:before {
        top: 2px;
        font-size: 17px;
    }
    .section-404-column-3-grid .error-message, .section-404-column-3-grid .helpful-links-section, .section-404-column-3-grid .search-form-section {
        width: 100%;
        margin-bottom: 25px;
    }
    .section-404-column-3-grid .error-message {
        text-align: center;
    }
    .section-404-column-3-grid .search-form-section {
        margin-bottom: 0;
    }
    .site-why-choose-v2-main-wrapper .sevices-comman-title p, .speed-optimize-performance-wrap .sevices-comman-title p {
        font-size: 16px;
    }
    footer .wpweb-footer-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .wpweb-home-faq-wrapper .site-faq-accordian-main-wrap .card .card-body{
        padding-left: 35px;
        font-size: 16px;
    }
    #siteToTop {
        bottom: 210px !important;
        right: 25px !important;
    }
    .header .bottom-header .navbar-nav li &gt; span.sub-menu-toggle.dropdown-toggle {
        display: block;
        position: absolute;
        top: 14px;
        color: #333333;
        margin-left: 7px;
        font-size: 20px;
        left: 120px;
        transition: all 500ms ease-in-out;
    }
    .header .bottom-header .navbar-nav li &gt; span.sub-menu-toggle.dropdown-toggle[aria-expanded="true"] {
        transform: rotate(180deg);
    }
    .top-title-main-banner-wrap,
    .single-wpweb-plugins .top-title-main-banner-wrap,
    .single-portfolio .top-title-main-banner-wrap{
        height: 350px;
    }
    .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap &gt; h5, .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap &gt; h4 {
        display: none;
    }
    .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap a {
        padding: 10px 50px;
    }
    .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap .wpw-mobile-content .woo-text {
        display: none;
    }
    .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap .wpw-mobile-content .default-text {
        line-height: 35px;
        padding: 0 15px;
        margin-top: 0;
        font-size: 23px;
        margin-bottom: 20px;
    }
    .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap .wpw-mobile-content {
        display: block;
    }
    .portfolio-inside-contact-us-wrapper {
        padding-top: 30px;
    }
    .portfolio-inside-contact-us-wrapper .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap {
        margin-bottom:40px;
    }
    .portfolio-inside-contact-us-wrapper.woocommerce .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap .wpw-mobile-content .woo-text {
        display: block;
        line-height: 35px;
        padding: 0 15px;
        margin-top: 0;
        font-size: 23px;
        margin-bottom: 20px;
    }
    .portfolio-inside-contact-us-wrapper.woocommerce .portfolio-inside-contact-us-wrap .portfolio-contact-content-wrap .wpw-mobile-content .default-text {
        display: none;
    }
    .wpweb-why-should-main-wrapper .wpweb-why-should-listing .wpweb-why-should-list-item .wpweb-why-should-list-contain h3 {
        margin: 10px 0 20px;
    }
    .wpweb-site-common-title h2 {
        font-size: 22px;
    }
    .wpweb-home-latest-work-wrapper .wpweb-home-latest-work-wrap .wpweb-home-latest-work-main .wpweb-home-latest-work-content p{
        min-height: unset;
    }
    .notification-container {
        flex-direction: column;
    }
    .notification-container a.notification-button {
        margin-top: 10px;
        margin-left: 0;
    }
    .notification-container .wpw-close-notification {
        top: 11px;
        right: 5px;
    }
    
    .header .bottom-header .navbar-nav li&gt;span.sub-menu-toggle.dropdown-toggle[aria-expanded=true] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
    .header .bottom-header .navbar-nav li&gt;span.sub-menu-toggle.dropdown-toggle {
        z-index: 9999;
        width: auto;
        left: 135px;
    }

    .header .bottom-header .navbar-nav li&gt;a.nav-link {
        width: auto;
        display: inline-block;
    }
    #siteToTop {
        bottom: 100px !important;
    }
    .privacy-wrap input {
       display: none;
    } 

    .woo-vou-table-filter-wrap {width: 100%;}
    .custom-content-wrap .search-form .woo-vou-table-filter-wrap select + span {width: 100% !important;margin-bottom: 15px;}
    .woocommerce-checkout .woocommerce .checkout .col-1,
    .woocommerce-checkout .woocommerce .checkout #customer_details {margin-bottom: 30px;}
    .woocommerce-checkout .woocommerce .checkout .col-1,
    .woocommerce-checkout .woocommerce .checkout .col-2 {width: 100%; flex: 0 0 100%; max-width: 100%;}
    .woocommerce-checkout .form-row label {font-size: 16px;}
    #customer_login .u-column1,  #customer_login .u-column2 {width: 100%; padding:0;}
    .login-heading {margin: 0 0 30px;}

}

.privacy-policy .content-wrapper,
.page-id-1479 .content-wrapper {
    padding-top: 55px;
}
.privacy-policy .content-wrapper h3 {
    color: #4491c7;
    font-size: 22px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.privacy-policy .content-wrapper p {
    line-height: 26px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    color: #4c5056 !important;
}
.privacy-policy .content-wrapper hr {
    border-color: #e1e1e1;
}
.privacy-policy .content-wrapper p a{
    color: #333333;
}
.privacy-policy .content-wrapper p a:hover{
    color: #1a80b6;
}
.list-dot li:before {
    content: "";
    background: url('../images/Dot.png');
    height: 20px;
    width: 26px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0%;
    margin-top: 3px;
}
ul.sf-list.list-dot{ position: relative; padding-left: 2.2rem; }

ul.sf-list.list-dot li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 400 !important;
    color: #4c5056 !important;
    line-height: 26px;
}
.site_policy hr {
    margin: 35px 0;
    border-color: #e1e1e1;
}
.site_services h3 {
    color: #4491c7 !important;
    font-size: 22px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.site_services p {
    color: #4c5056;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}
.site_services p a {
    color: #333333;
}
.site_services p a:hover {
    color: #1a80b6;
}
.site_services ul li {
    list-style-type: none;
    line-height: 32px;
    font-weight: 500;
    padding-left: 40px;
    color: #4c5056 !important;
    font-size: 15.5px;
}
.site_services ul li:before {
    content: "";
    background: url('../images/Dot.png');
    height: 20px;
    width: 26px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0%;
    margin-top: 10px;
}
.site_services ul {
    position: relative;
    margin-bottom: 15.5px;
}
.site_services hr {
    margin: 35px 0;
}
.page-id-1472 .content-wrapper {
    padding-top: 55px;
}
.page-id-1472 .content-wrapper .site_policy {
    color: #333333;
}
.page-id-1472 .content-wrapper .site_policy h2 {
    font-size: 24px;
    color: #137bbd !important;
    font-weight: 100 !important;
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px !important;
    margin-bottom: 20px !important;
}
.page-id-1472 .content-wrapper .site_policy h4 {
    color: #4491c7 !important;
    margin: 1em 0;
    font-size: 18px;
}
.page-id-1472 .content-wrapper .site_policy h5 {
    margin: 1em 0;
    font-size: 16px;
    line-height: 22px;
}

.hire-remote-wp-developer-wrapper .hire-remote-wp-developer-wrap form .contact_form_table tr td input ~ label,
.hire-remote-wp-developer-wrapper .hire-remote-wp-developer-wrap form .contact_form_table tr td textarea ~ label {
    display: none !important;
}
.hire-remote-wp-developer-wrapper .hire-remote-wp-developer-wrap form .contact_form_table tr td input.custom-contact-error,
.hire-remote-wp-developer-wrapper .hire-remote-wp-developer-wrap form .contact_form_table tr td textarea.custom-contact-error {
    border: 1px solid red;
}
#siteToTop{
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 48px;
	height: 35px;
	background-color: #333;
	border-radius: 4px 4px 0 0;
	text-align: center;
	opacity: .9;
	transition: all .2s ease-in-out 0s;
	z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#siteToTop i {
    color: #ffffff;
}
.copyright-footer .copyright-footer-text ul li:nth-child(2),
.copyright-footer .copyright-footer-text ul li:nth-child(3),
.copyright-footer .copyright-footer-text ul li:nth-child(4) {
    margin-left: 2px;
}
.ss-popup-overlay{ display: none; }
.ss-hidden-pin-image{ display: none; }
.wpcf7 form .wpcf7-response-output{
    margin: 1em 0.5em 0.5em;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content{
	width: auto;
	padding: 0;
}

.plugin-inner-video-wrap .video-tutorial {
    padding-left: 20px;
}

.ss-left-sidebar {
    top: 50% !important;
    transform: translate(0, -50%);
    bottom: inherit !important;
    position: fixed !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
    font-size: 14px;
}
#siteToTop {
    bottom: 110px;
}


/****** Check BoX CSS ********/
.privacy-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.privacy-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.privacy-wrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #4c5056;
}

/* On mouse-over, add a grey background color */
/* .privacy-wrap:hover input ~ .checkmark {
  background-color: #137bbd;
  border: 1px solid #137bbd;
} */

/* When the checkbox is checked, add a blue background */
.privacy-wrap input:checked ~ .checkmark {
  background-color: #137bbd;
  border: 1px solid #137bbd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.privacy-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.privacy-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.privacy-wrap .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
p.comment-form-cookies-consent.form-check {
    padding-left: 0;
}

/* Custom css related to woocommerce collections page. */
.woocl-featured-heading h2,.woocl-titlename h2{font-family: 'open_sans';color: #007bff;}
.entry-content .woocl-featured-col-wrap,.woocl-collection{margin-top: 20px;}
.woocl-collections-gallery{float: initial;}
.privacy-wrap input {display: none;}
/*************/


.woocommerce .return-to-shop .button {
    float: left;
    margin-right: 0;
    width: auto;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    background-color: #62a7dd;
    padding: 5px 10px;
    transition: all 500ms ease-in-out;
    margin: 0;
    border-radius: 0;
}
.woocommerce .return-to-shop .button:hover, 
.woocommerce .return-to-shop .button:focus {
    color: #fff;
    background-color: #137abd;
}


/**********/
.wpw-fp-follow-post-wrapper .wpw_fp_left {display: flex;align-items: center;}
.wpw-fp-follow-post-wrapper .wpw_fp_left .wpw_fp_followers_message {margin: 0 0 0 10px;}
.wpw-fp-follow-post-wrapper .wpw_fp_left .wpw_fp_followers_message .wpw-fp-tooltip-inner {opacity: 0.7;background-color: #3386c2;}
.wpw-fp-follow-post-wrapper .wpw_fp_left .wpw-fp-follow-button, .wpw-fp-bulk-action-wrapper input[type="button"] {border: 1px solid #2cb5e8;margin-bottom: 5px;padding: 0 25px ;transition: all 500ms ease-in-out;width: auto;text-align: center;font-size: 14px ;background: #3386c2 ;color: #ffffff ;-webkit-text-fill-color: #ffffff ;line-height: 17px;height: 45px;border-radius: 5px;font-weight: 600;}
.wpw-fp-follow-post-wrapper .wpw_fp_left .wpw-fp-follow-button span.wpw-following-text{display: block;line-height: 42px;}
.wpw-fp-follow-post-wrapper .wpw_fp_left .wpw-fp-follow-button:hover, .wpw-fp-follow-post-table tr td .wpw-fp-follow-btn:hover,
.wpw-fp-follow-post-wrapper .wpw_fp_left .wpw-fp-follow-button:focus, .wpw-fp-follow-post-table tr td .wpw-fp-follow-btn:focus,
.wpw-fp-bulk-action-wrapper input[type="button"]:hover {color: #3386c2 ;-webkit-text-fill-color: #3386c2;background: transparent;}
.wpw-fp-follows p {color: #333;margin-bottom: 10px;}
table.wpw-fp-unsubscribe-table {margin: 0 auto;width: 50%;}
table.wpw-fp-unsubscribe-table tr td {display: block;width: 100%;}
table.wpw-fp-unsubscribe-table tr td label {font-weight: bold; color: #333;}
table.wpw-fp-unsubscribe-table tr td input {background: #ffffff ;font-size: 16px ;color: #252525;-webkit-text-fill-color: #252525;font-weight: 500;margin-bottom: 15px;border: 0;padding: 15px;outline: 0;border: 1px solid #137bbd;border-radius: 6px;width: 100%;}
table.wpw-fp-unsubscribe-table tr td input:focus {outline: none; box-shadow: inherit;}
table.wpw-fp-unsubscribe-table tr td input[type="submit"] {border: 1px solid #2cb5e8;margin-bottom: 5px;padding: 0 25px ;transition: all 500ms ease-in-out;width: auto;text-align: center;font-size: 14px ;background: #3386c2 ;color: #ffffff ;-webkit-text-fill-color: #ffffff ;line-height: 17px;height: 45px;border-radius: 5px;font-weight: 600;}
table.wpw-fp-unsubscribe-table tr td input[type="submit"]:hover, 
table.wpw-fp-unsubscribe-table tr td input[type="submit"]:focus {color: #3386c2 ;-webkit-text-fill-color: #3386c2;background: transparent;}

.wpw-fp-follow-popup {top: 50%;transform: translate(0, -50%);border-radius: 0;border: 1px solid #fff;}
.wpw-fp-popup-header {border-bottom: 1px solid #eeeeee;position: relative;}
.wpw-fp-popup-header .wpw-fp-popup-close {opacity: 1;position: absolute;top: 50%;transform: translate(0, -50%);right: 15px;}
.wpw-fp-popup-footer {padding: 10px 15px 5px;text-align: center;background-color: #fff;border-radius: 0;box-shadow: inherit;text-align: center;}
.wpw-fp-popup-body .wpw_fp_popup_label {line-height: 55px;}
.wpw-fp-popup-body .wpw_fp_popup_label strong,
.wpw-fp-popup-header h3 {color: #333333;}
.wpw-fp-popup-body .wpw-fp-followsemail-wrp input, .wpw-fp-bulk-action-wrapper select {background: #ffffff ;font-size: 16px ;color: #252525;-webkit-text-fill-color: #252525;font-weight: 500;margin-bottom: 15px;border: 0;padding: 15px;outline: 0;border: 1px solid #137bbd;border-radius: 6px;width: 100%;}
.wpw-fp-popup-body .wpw-fp-followsemail-wrp input:focus, .wpw-fp-bulk-action-wrapper select:focus {outline: none; box-shadow: inherit;}

.fp-listing-wrap {display: flex;flex-wrap: wrap;width: 50%;justify-content: flex-end;}
.wpw-fp-follows h3 {margin-bottom: 20px;color: #333;display: flex;align-items: center;margin-right: 15px;}
.wpw-fp-bulk-action-wrapper {display: flex;flex-wrap: wrap;justify-content: space-between;}
.wpw-fp-bulk-action-wrapper select {width: calc(60% - 100px);margin-right: 10px;}
.wpw-fp-bulk-action-wrapper input[type="button"] {height: 56px;}
.wpw-fp-bulk-action-wrapper input[type="button"]:focus {outline: none; box-shadow: inherit;}
.wpw-fp-follows .wpw-fp-no-record-message {color:#0056b3;}

.wpw-fp-follow-post-table {width: 100% !important;}
.wpw-fp-follow-post-table tr th {padding:15px 8px !important;background: #f9f9f9;font-size: 14px;color: #333;}
.wpw-fp-follow-post-table tr td {padding:15px 8px !important;font-size: 14px;color: #333;}
.wpw-fp-follow-post-table tr td a {color: #3386c2;}
.wpw-fp-follow-post-table tr td a:hover {text-decoration: underline !important;}
.wpw-fp-follow-post-table tr td .wpw-fp-follow-btn {border: 1px solid #2cb5e8;margin-bottom: 5px;padding: 0 25px ;transition: all 500ms ease-in-out;width: auto;text-align: center;font-size: 14px ;background: #3386c2 ;color: #ffffff ;-webkit-text-fill-color: #ffffff ;line-height: 17px;height: 45px;border-radius: 5px;font-weight: 600;}
.wpw-fp-follow-post-table tr td .wpw-fp-follow-btn span.wpw-following-text,
.wpw-fp-follow-post-table tr td .wpw-fp-follow-btn span.wpw-unfollowing-text {line-height: 42px;}
.wpw-fp-follow-post-table tr td .wpw-fp-follow-btn:hover, 
.wpw-fp-follow-post-table tr td .wpw-fp-follow-btn:focus {color: #3386c2 ;-webkit-text-fill-color: #3386c2;background: transparent;}
.message_stack_success {font-size: 14px;font-weight: 400 !important;background: transparent !important;padding: 5px;}

.wpw-fp-follow-author-table {width: 100% !important;}
.wpw-fp-follow-author-table tr th {padding:15px 8px !important;background: #f9f9f9;font-size: 14px;color: #333;}
.wpw-fp-follow-author-table tr td {padding:15px 8px !important;font-size: 14px;color: #333;}
.wpw-fp-follow-author-table tr td a {color: #3386c2;}
.wpw-fp-follow-author-table tr td a:hover {text-decoration: underline !important;}
.wpw-fp-follow-author-table tr td .wpw-fp-follow-btn {border: 1px solid #2cb5e8;margin-bottom: 5px;padding: 0 25px ;transition: all 500ms ease-in-out;width: auto;text-align: center;font-size: 14px ;background: #3386c2 ;color: #ffffff ;-webkit-text-fill-color: #ffffff ;line-height: 17px;height: 45px;border-radius: 5px;font-weight: 600;}
.wpw-fp-follow-author-table tr td .wpw-fp-follow-btn span.wpw-following-text,
.wpw-fp-follow-author-table tr td .wpw-fp-follow-btn span.wpw-unfollowing-text {line-height: 42px;}
.wpw-fp-follow-author-table tr td .wpw-fp-follow-btn:hover, 
.wpw-fp-follow-author-table tr td .wpw-fp-follow-btn:focus {color: #3386c2 ;-webkit-text-fill-color: #3386c2;background: transparent;}

.wpw-fp-follow-term-table {width: 100% !important;}
.wpw-fp-follow-term-table tr th {padding:15px 8px !important;background: #f9f9f9;font-size: 14px;color: #333;}
.wpw-fp-follow-term-table tr td {padding:15px 8px !important;font-size: 14px;color: #333;}
.wpw-fp-follow-term-table tr td a {color: #3386c2;}
.wpw-fp-follow-term-table tr td a:hover {text-decoration: underline !important;}
.wpw-fp-follow-term-table tr td .wpw-fp-follow-btn {border: 1px solid #2cb5e8;margin-bottom: 5px;padding: 0 25px ;transition: all 500ms ease-in-out;width: auto;text-align: center;font-size: 14px ;background: #3386c2 ;color: #ffffff ;-webkit-text-fill-color: #ffffff ;line-height: 17px;height: 45px;border-radius: 5px;font-weight: 600;}
.wpw-fp-follow-term-table tr td .wpw-fp-follow-btn span.wpw-following-text,
.wpw-fp-follow-term-table tr td .wpw-fp-follow-btn span.wpw-unfollowing-text {line-height: 42px;}
.wpw-fp-follow-term-table tr td .wpw-fp-follow-btn:hover, 
.wpw-fp-follow-term-table tr td .wpw-fp-follow-btn:focus {color: #3386c2 ;-webkit-text-fill-color: #3386c2;background: transparent;}



table.form-table.woo-vou-check-code {}





/**** RESPONSIVE CSS *****/
@media screen and (max-width:1199px) {
table.form-table.edd-vou-check-code {width: 100%;}
.wpw-fp-bulk-action-wrapper select {width: calc(70% - 100px);}
}

@media screen and (max-width:991px) {
.gdpr.gdpr-privacy-bar .gdpr-wrapper{flex-direction: column;align-items: center;}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content{padding-bottom: 10px;}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation,
.logged-in.woocommerce-account .woocommerce-MyAccount-content {width: 100%;}
.logged-in.woocommerce-account .woocommerce-MyAccount-content {padding:15px !important;}
.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {width: 100%;max-width: 100%;flex: 0 0 100%;}
.woocommerce-checkout .woocommerce .checkout h3 {font-size: 22px;}
#customer_login .u-column1, #customer_login .u-column2 {flex: 0 0 50%;}
table.form-table.edd-vou-check-code th {width: 100%;display: block;text-align: center;margin: 0;padding: 10px 0 0 !important;}
table.form-table.edd-vou-check-code td {padding-left: 10px !important;}
.wpw-fp-bulk-action-wrapper select {width: calc(90% - 100px);}
}

@media screen and (max-width:768px) {
.logged-in.woocommerce-account .woocommerce .woocommerce-order-downloads table {width: 100%;}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {width: 100%;}
}

@media screen and (max-width:782px) {
.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {top: -5px;font-weight: 600;}
.custom-content-wrap table tr td table {width:100%; margin-top:15px;}
.custom-content-wrap table tr td a.woo-vou-code-detailview {margin-top:15px;display: block;}
}


@media screen and (max-width:767px){
#customer_login .u-column1, #customer_login .u-column2 {flex: 0 0 100%;width: 100%;}
.fp-listing-wrap {width: 100%;}
.wpw-fp-bulk-action-wrapper select {width: calc(99% - 100px);}
.woocommerce-checkout .woocommerce-order .woocommerce-notice, h2.woocommerce-order-downloads__title, h2.woocommerce-order-details__title, .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title {font-size: 24px;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {width: 100%;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:nth-last-child(2) {border-bottom: 1px solid #ddd;}

.woocommerce-order .woocommerce-customer-details .woocommerce-column {width: 100%;max-width: 100%;flex: 0 0 100%;margin-bottom:30px;}
.woocommerce-order .woocommerce-customer-details .woocommerce-column:last-child {margin-bottom:0px;}
.woocommerce-order .woocommerce-customer-details .woocommerce-column address {height: auto;}

}


@media screen and (max-width:575px){
.career-apply-now-form .awsm-job-form-inner form#awsm-application-form .mdc-layout-grid__inner .awsm-job-form-group.awsm-job-inline-group label {flex-wrap: wrap;display: flex;}
#woo_slg_social_login .woo-slg-social-container .woo-slg-social-wrap .woo-slg-login-wrapper {width: auto !important;margin: 0 auto 5px;}
.custom-content-wrap {padding:0;}
.logged-in.woocommerce-account .woocommerce {margin-top:0;}

.woocommerce-checkout .woocommerce-order .woocommerce-table tr td a.button, .woocommerce-checkout .woocommerce-order .woocommerce-order-details .order-again a.button {padding: 8px;font-size: 12px;line-height: 21px;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details {overflow: auto;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table {max-width: 355px;width: 100%;min-width: 100%;}
}</pre></body></html>