/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

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

a:hover{text-decoration: none;}
.top-bar
{
    background-color: transparent;
    font-size: inherit;
}
.inside-top-bar.grid-container {
    padding: 0!important;
    max-width: 100%;
}
.inside-header
{
    padding: 12px 15px;
}
#page #content {
    display: block;
}
.blog_header h1 {
    color: #0E151B;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.blog_header p {
    color: #0E151B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.header-topbar a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.inside-top-bar.grid-container aside#block-18 {
    width: 100%;
}
.blog_header {
    margin: 100px auto;
    max-width: 70%;
}
.tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.blog_img {
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.post-date-and-time {
    color: #4a5b8194;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.blog_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog_post_content h3, .blog_post_content h2{
    color: #1D194A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
}

.blog_post_content a {
    text-decoration: none;
}

.blog_post_content p {
  color: #4A5B81;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}
.blog_post_content p a.read-more
{
    display: none;
}
.blog_read_more a {
    background: #0092FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}
/* .blog_read_more a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #0092FF;
    position: absolute;
    bottom: 0;
} */
.tab-content .blog_post_items {
    margin-bottom: 40px;
}
.blog_read_more span {
    color: #0E151B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.blog_read_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 0;
}
.blog_load-more {
    margin: 50px 0 100px;
    text-align: center;
    border-top: 1px solid #E1E3E8;
    padding-top: 50px;
}

.blog_load-more button {
  border-radius: 5px;
  background: #0092FF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 20px 40px;
  display: inline-block;
}
.blog_load-more button:hover {
    color: #fff;
    background: #0269b5;
}
.ready-start-transition {
    background: #F8F9FB;
    position: relative;
    height: 370px;
    display: flex;
    align-items: center;
}

img.ready-transition-image {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
    height: 100%;
    object-fit: contain;
    object-position: bottom left;
}

.ready-transition-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    padding: 0 40px 0 0;
}

.ready-transition-items .rti-sectionTitle {
    color: #071C4D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 125% */
    font-family: Inter, sans-serif;
    margin-bottom: 20px;
}

.order-now-btn {
    border-radius: 5px;
    background: #0092FF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 20px 40px;
    display: inline-block;
}
.footer-reviews-block {
    margin: 0 auto 50px;
    max-width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 50px;
}

.footer-reviews-items {
    text-align: center;
}

.footer-reviews-content h5 {
    color: #DE542F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}

.footer-reviews-content p {
    color: #DE542F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.site-footer {
    border-top: 1px solid #C0CFDA;
    background: #FFF;
    padding: 0px 0 30px;
}

.site-footer .wp-block-heading {
    color: #A0AEC0;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
}
ul#menu-company-menu li:last-child a {
    color: #0092FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
header.site-header.shrink {
    position: sticky;
    top: 0;

    z-index: 999999;
}
.site-header {
    box-shadow: 10px 0 32px rgba(0,1,87,.1);;
    background: #FFF;
}
.site-header .header-image
{
    max-width: 180px;
}
.main-navigation .main-nav ul li a {
    color: #1D194A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-navigation .main-nav ul li a .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
}
.menu-item-has-children .dropdown-menu-toggle
{
    padding-left: 0px;
    padding-top: 4px;
    font-size: 18px;
}
.header-topbar-content span {
    border-radius: 1000px;
    background: #FFF;
    color: #6936F5;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding: 6px 10px;
    margin-right: 20px;
}

.header-topbar-content {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.header-topbar-content span.off-price {
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(15px);
    color: #FFF;
    font-weight: 700;
}

.header-topbar-content span.claim-discount {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(15px);
    color: #FFF;
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50px;
    padding: 6px 12px;
}

.inside-top-bar.grid-container {
    padding: 15px 0;
}
.payment-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
    width: 100%;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
    flex: 0 0 28%;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 p {
    color: #1D194A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 30px;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 p a {
    color: #0092FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.site-footer .footer-widgets-container .inside-footer-widgets .widget-title {
    color: #1D194A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0px;
}
.site-footer .footer-widgets .widget {
    margin-bottom: 10px;
}
.site-footer .widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside#block-9 {margin-bottom: 20px;}

.site-footer .menu li a {
    color: #1D194A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}
.copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.copyright-text {
    color: #C0CFDA;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.copyright-text span a {
    color: #C0CFDA;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}

.copyright-text span a:hover {
    color: #ff6436;
}
.copyright-text span {
    margin: 0 0 0 15px;
}
.hide-desktop{
  display: none !important;
}
.single h1.entry-title {
    color: #0E151B;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
/* .image_author_section-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
} */

.blog-single-content {
    display: grid;
    grid-template-columns: 2fr 1.3fr;
    gap: 40px;
    margin: 70px 0 0;
}

.blog-side-box {
    padding: 30px;
    border-radius: 10px;
    background: #1D194A;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}
.blog-side-left-box .certified-translate-service {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 7px 0 20px;
}
a.blue-order-now-btn {
    color: #0092FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single header.entry-header h1 {
    margin: 0 auto 0px;
    color: #1D194A;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    max-width: 70%;
}

.image_author_section {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    align-items: center;
    border-bottom: 2px solid #EFF1F3;
    padding: 0 30px 30px;
    margin-bottom: 40px;
}
.blog-side {
    margin: 30px 0;
}

.author_image {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
}
.author_image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}
a.author_link {
    text-decoration: none;
}
.blog-single-left .author_name {
    color: #071C4D;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.48px;
    margin: 0 0 15px;
}

.last_updated {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .last_updated span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4A5B81;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.2px;
    text-transform: capitalize;
} */

.blog-single-left p {
    color: #0E151B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.blog-single-left .wp-block-heading {
    margin: 30px 0 15px;
    color: #0E151B;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
.blog-single-left figure img{
    width: 100%;
}
.blog-single-right-main .blog-single-right {
    position: sticky;
    top: 110px;
}
body.flash-sale-banner-open .blog-single-right-main .blog-single-right {
    position: sticky;
    top: 150px;
}
.rated-instagram-growth {
    border-radius: 20px;
    background: var(--cta-gradient, linear-gradient(46deg, #4B25EA 0%, #BD18E6 44.76%, #FB590E 100%));
    mix-blend-mode: multiply;
    padding: 50px;
}

.rated-instagram-growth h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}
.rated-instagram-growth .site-white-border-btn {
    margin: 0;
}
.subscribe-to-unlock .button {
    border-radius: 7px;
    background: var(--cta-gradient, linear-gradient(46deg, #4B25EA 0%, #BD18E6 44.76%, #FB590E 100%));
    box-shadow: 3px 10px 20px 0px rgba(0, 0, 0, 0.24);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    vertical-align: middle;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: fit-content;
    transition: .3s;
}
.subscribe-to-unlock .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 21%), 0 10px 20px 0 rgb(0 0 0 / 23%);
}
.blog-single-right {
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #EDEFF3;
    background: linear-gradient(137deg, #E8EFFD 0%, #F8F9FB 38.12%, #F8F9FB 59.53%, #F8F9FB 82.62%, #F8F9FB 100%);
    box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.05);
}
.blog-single-right .certified-translate-service {
    color: #071C4D;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0 30px;
}
.blog-single-right p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.blog-side-left-box .uscis-acceptance {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.blog-side-left-box .certified-translate-service {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 7px 0 20px;
}

a.blue-order-now-btn {
    color: #0092FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-single-right .uscis-acceptance {
    color: #071C4D;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.blog-single-right .order-now-btn {
    margin: 0 auto 20px;
    display: table;
}

.blog-side-image img {
    position: relative;
    bottom: -8px;
    max-width: 250px;
    margin: 0 auto;
    display: table;
}
.single main#main {
    margin: 0;
}
#page {
    max-width: 100%;
    padding: 0px;
}
#page #content {
    display: block;
}
.single-blog-articles {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog_home .grid-container {
    padding: 0 15px;
}
.instagram-marketer_row {
    padding: 0 15px;
}
.single main#main .inside-article {
    padding: 0px 0 70px;
}
.related_blog_post .grid-container {
    padding: 70px 15px 20px;
    position: relative;
}
.related_blog_post .grid-container:after {
    content: "";
    width: 94%;
    left: 50%;
    height: 1px;
    background: #E1E3E8;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}
.carousel-slide {
    height: auto;
}
.related-articles-carousel {
    position: relative;
}
.slick-dots {
    bottom: -55px !important;  
}


.related-articles-carousel .slick-slide {
    height: auto;
     padding: 0 12px; 
    box-sizing: border-box;
}
.related-articles-carousel .slick-list {
    margin: 0 -12px;
}

.blog_post_items {
    height: auto;
    display: flex;
    flex-direction: column;
}
.related-articles-carousel .slick-prev:before,
.related-articles-carousel .slick-next:before {
    content: none !important;
    display: none !important;
}


.related-articles-carousel .slick-prev,
.related-articles-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    z-index: 10;
    cursor: pointer;
}
.related-articles-carousel .slick-prev {
    top: 34%;
    left: -28px;
}

.related-articles-carousel .slick-next {
    top: 34%;
    right: -28px;
}
.related-articles-carousel .slick-prev svg,
.related-articles-carousel .slick-next svg {
    display: block;
}
.related-articles-carousel .slick-prev:hover,
.related-articles-carousel .slick-next:hover {
    background-color: #fafafa;
}

.related-articles-carousel .slick-prev svg,
.related-articles-carousel .slick-next svg {
    width: 50px;
    height: 35px;
}
.related-articles-carousel .swiper-pagination {
    position: relative;
    margin-top: 24px;
    text-align: center;
}

.related-articles-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #0092FF;
    opacity: 0.4;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 6px !important;
}
.related-articles-carousel .slick-dots li button:before {
    font-size: 10px;
    color: #0092FF;
    opacity: 0.4;
}

.related-articles-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
}

/* Active bullet */
.related-articles-carousel .swiper-pagination-bullet-active {
    background-color: #0092FF;
    opacity: 1;
}

/* Optional: hover effect */
.related-articles-carousel .swiper-pagination-bullet:hover {
    opacity: 0.7;
}

.related-articles-carousel .swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.order-now-btn:hover {
    color: #fff;
    background: #0269b5;
}
.site-footer footer.site-info .inside-site-info.grid-container:after {
    content: "";
    width: 94%;
    left: 50%;
    height: 1px;
    background: #E1E3E8;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.site-footer footer.site-info .inside-site-info.grid-container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
}
.site-white-border-btn>svg {
    position: relative;
}

.site-white-border-btn:hover {text-decoration: none;}


.related_blog_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}

.related_blog_header h2, .related_blog_header > div {
    color: #0E151B;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}
.single-blog-articles-main {
    margin: 0;
    background: #f5f7fb;
    padding: 15px 0;
    border-bottom: 1px solid #E1E5EF;
}
div#ez-toc-container {
    width: 100%;
    margin: 40px 0 0;
    padding: 20px;
}
div#ez-toc-container ul.ez-toc-list a {
    color: #000000;
    font-weight: 500;
}
.site-border-btn {
    text-align: center;
    text-decoration: none;
    padding: 7px 20px;
    transition: .3s;
    border-radius: 5px;
    border: 1px solid #0092FF;
    color: #0092FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.site-border-btn:hover{
  border: 1px solid #0092FF;
  color: #0092FF;
}
.header-search .wp-block-search__inside-wrapper {
    border-radius: 7px;
    border: 1px solid #B4B4B7;
    background: #FFF;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.14);
    margin: 0 0 0 30px;
    width: 100%;
    height: 45px;
}
.header-search .wp-block-search__inside-wrapper input {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.header-search .wp-block-search__inside-wrapper input::placeholder{
  color: #000;
}
.header-search .wp-block-search__inside-wrapper input:focus{
  box-shadow: none;
  outline: none;
}
.header-search .wp-block-search__inside-wrapper button {
    background: transparent;
    padding: 10px;
}
.header-search .wp-block-search__inside-wrapper button svg {
    fill: #0e151b;
    min-width: auto;
    min-height: auto;
    width: 14px;
}
.main-navigation .main-nav ul ul li a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    text-align: inherit;
    white-space: nowrap;
    text-decoration: none;
}
.main-navigation ul ul.sub-menu {
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    top: 40px;
    position: absolute;
}

.main-navigation .main-nav ul ul li a:hover {
    background: #f8f9fa;
}

.header-widget a.wp-block-button__link.wp-element-button {
    box-shadow: 10px 0 32px rgba(0,146,255,.2);
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background-color: #0092ff;
    border-radius: 30px;
    padding: 12px 23px;
    border: 1px solid #0269b5;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
span.sub-text {
    margin-left: 3px;
    margin-top: -4px;
    font-size: 13px;
    position: fixed;
}


.main-navigation ul li.tools-menus ul li.blog-inner-links a span.dashicons.fas.fa-arrow-right {
    margin: 4px 0 0 0;
    font-size: 12px;
}

.footer-bar {
    display: flex;
    gap: 40px;
    align-items: center;
}
div#reply-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}
.author main#main {
    margin: 0 auto;
    max-width: 1230px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.author main#main footer.entry-meta {
    display: none;
}

.author main#main article {max-width: 49%;flex: 0 0 49%;margin-bottom: 0;}

.author main#main article .inside-article {
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 30px;
    height: 100%;
}

.author main#main header.page-header {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 40px 0 0;
}

.author main#main nav#nav-below {
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 20px;
}

.author main#main header.page-header img.avatar {
    border-radius: 100px;
    width: 110px;
}

.author main#main header.page-header span.vcard {
    font-size: 30px;
    text-transform: capitalize;
}

.author main#main article .inside-article h2.entry-title {
    font-size: 24px;
}

.author main#main article .inside-article .entry-summary {
    margin: 20px 0 0;
}

.author main#main article .inside-article .entry-summary p {
    font-size: 14px;
    color: #777;
    line-height: 27px;
}
.footer-bar-align-right .copyright-bar
{
    color: rgba(35,33,66,.5);
}
body.flash-sale-banner-open header.site-header, body.flash-sale-banner-open nav#mobile-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0px;
}

body.flash-sale-banner-open {
    padding-top: 137px;
}

.site-header, nav#mobile-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999;
    top: 0;
}

body {
    padding-top: 74px;
}

    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }
nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    display: block;
}
    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
				min-width: 100%;
    		border: 0px;
				margin :0px;
			padding:0px;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
	.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
    float: none;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    width: max-content;
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px -10px 50px 10px rgba(3, 27, 54, .08);
    border-radius: 20px;
    border: 0px;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on.services-menu {
    transform: none;
    left: -190px;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on a {
    padding-left: 0;
    padding-right: 0;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on a:hover {
    color: #0092ff;
    background: transparent;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on li.head-menu > a {
    cursor: text;
}

.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on li.head-menu > a:hover, .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on li.head-menu:hover > a {
    color: #212529;
}
.blog-post-floating-banner {
       max-width: 1060px;
       margin: 0 auto;
       border-radius: 6px;
        background: #1D194A;
        box-shadow: 0px 10px 20px 10px rgba(50, 117, 208, 0.10);
       display: flex;
       align-items: center;
       left: 0;
       right: 0;
       z-index: 9;
       margin: 0px auto 50px;
       position: relative;
   }
   .blog-post-floating-banner .click-area {
       position: absolute;
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
   }
   .blog-post-floating-banner .blog-post-floating-banner-img {
        background: #0092ff;
        border-radius: 6px 0px 0px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-post-floating-banner-text {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 30px 0 20px;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     color: #fff;
     width: 100%;
 }
   .blog-post-floating-banner-text a{
     color: #fff;
     text-decoration: underline;
     display: flex;
     align-items: center;
     font-weight: bold;
   }
   .blog-post-floating-banner-text a svg{
     max-width: 25px;
     margin: 0 0 0 10px;
   }
   .single main#main .inside-article header.entry-header {
    border-radius: 0px 0px 10px 10px;
    /* background: #E8EFFD; */
    padding: 100px 0 30px;
    margin-top: 0 !important;
    margin-bottom: 70px;
    position: relative;
    display: none;
}
header.custom-header.site-header {
    height: 74px;
    display: flex;
    align-items: center;
}

header.custom-header.site-header .inside-header.grid-container {
    width: 100%;
}
.custom-site-navigation .main-navigation .main-nav ul li.ordernow-btn a {
    box-shadow: 10px 0 32px rgba(0, 146, 255, 0.2);
    display: block;
    font-size: 16px;
    color: #ffffff;
    background-color: #0092ff;
    border-radius: 5px;
    padding: 12px 23px;
    border: 1px solid #0092ff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.custom-site-navigation .main-navigation .main-nav ul li.ordernow-btn a:hover {
    color: #fff;
}
.custom-site-navigation .main-navigation .main-nav ul li.free-quote-btn a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    gap: 10px;
    border: 2px solid #0092FF;
    border-radius: 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0092FF;
    margin-right: 15px;
}
.custom-navigation {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.custom-site-navigation {
    width: 100%;
}
.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.main-navigation ul.right-side-menu li.mobile-number-li {
    display: none;
}
.overall-ratings {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
    border: 1px solid #DEE3ED;
    border-radius: 10px;
}

.overall-ratings-head {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #071C4D;
}

.overall-ratings-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 20px;
    border: 1px solid #DEE3ED;
    border-radius: 10px;
}

.overall-ratings .shopperapproved-logo {
    margin: 0 auto 15px;
    max-width: 200px;
}

.overall-ratings .shopperapproved-content p {
    max-width: 275px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #4A5B81;
    margin: 0 auto;
}
.overall-ratings .shopperapproved-content p strong {
    font-style: normal;
    font-weight: 600;
}

.overall-ratings-content span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #4A5B81;
}

.overall-ratings-content p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #071C4D;
    display: flex;
    align-items: center;
    gap: 5px;
}

.overall-ratings-content:first-child {
    border-right: 1.5px solid #DEE3ED;
    padding-right: 20px;
}
#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  
  #nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
  }
  
  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 3px;
  }
  
  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 9px;
  }
  
  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 15px;
  }
  
  #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 5px;
  }
  
  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 5px;
  }
  
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(5) {
    left: 1px;
    top: 12px;
  }
  
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 12px;
  }
 #nav-icon2 {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
.menu-heading {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #1D194A;
    margin: 0px 0 15px;
}
.main-navigation .main-nav .menu-dropdown-inner-items a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1d194a;
    padding: 10px 0;
    border-bottom: 2px dotted #dee3ed;
}
.menu-items-head {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1D194A;
    margin: 0 0 10px;
}
.menu-items.light-blue-bg {
    background: #E8EFFD;
}
.main-navigation .main-nav .menu-dropdown-inner-items a span.menu-icon {
    width: 30px;
    height: 30px;
    background: #e8effd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on a:last-child {
    border: 0;
}

.main-navigation .main-nav .menu-dropdown-inner-items.borderd .dropdown-item {
    border: 1px solid #dee3ed;
    padding: 10px 10px;
    border-radius: 10px;
}

.main-navigation .main-nav .menu-dropdown-inner-items.borderd {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.main-navigation .main-nav .menu-dropdown-inner-items.borderd .dropdown-item:last-child {
    border: 1px solid #dee3ed;
}

.main-navigation .main-nav .menu-items .menu-dropdown-inner-items a:hover {
    color: #0092ff !important;
}

.main-navigation .main-nav .menu-items.light-blue-bg .menu-dropdown-inner-items a span.menu-icon {
    background: #0092ff;
}

.main-navigation .main-nav .menu-items.light-blue-bg .menu-dropdown-inner-items a span.menu-icon svg {
    fill: #fff;
}

.main-navigation .main-nav .menu-items .menu-dropdown-inner-items a:hover span.menu-icon {
    background: #0092ff;
}

.main-navigation .main-nav .menu-items .menu-dropdown-inner-items a:hover span.menu-icon svg {
    fill: #fff !important;
}
.main-navigation .main-nav ul li a {
    padding-left: 0;
    padding-right: 20px;
}
.menu-items {
    border-radius: 10px;
    padding: 15px;
}
.p-0 {padding:0px;}
.main-navigation ul ul.sub-menu.services-menu li {
    position: relative;
    padding: 0 30px 0 0;
    border-right: 3px solid #F1F5FC;
}
.main-navigation ul ul.sub-menu.services-menu li:last-child {
    padding: 0;
    border: 0;
}
.menu-recent-blog {
    margin: 0px 0 0;
    display: flex;
    align-items: flex-start;
    max-width: 450px;
    gap: 20px;
}

.recent-blog-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.recent-blog-image {
    max-width: 250px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.recent-blog-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1D194A;
    margin: 10px 0 5px;
}
.menu-recent-blog-item {
    flex-flow: column;
    box-sizing: border-box;
    display: flex;
    padding: 15px;
    gap: 10px;
    border: 1px solid #dee3ed;
    border-radius: 10px;
    flex: 0 0 49%;
}
.main-navigation .main-nav ul ul li .menu-recent-blog-item .read-more-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #0092FF;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid #0092FF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: #0092ff;
}
.navbar-logos {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: none;
}

.navbar-logos span {
    height: 70px;
    background: #F8F9FB;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.navbar-logos span img {
    max-width: 120px;
}
.post-banner {margin: 0px;}
.post-banner .grid-container {
    position: relative;
    padding: 70px 0;
}
.post-banner-content {
    text-align: center;
}
.post-banner-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #071C4D;
}
.banner-heading {
    padding-bottom: 50px;
}
.post-banner-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #4A5B81;
}
.site-btn {
    border-radius: 5px;
    background: #0092FF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
}
.site-btn:hover {
    background: #0269b5;
    color: #fff;
}
.post-banner-review a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
}
.post-banner-review img {
    max-width: 200px;
}
.post-banner-review-count {
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.post-banner-review-count span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #071C4D;
}
.post-banner-img img.post-banner-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-banner-img img.post-banner-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.post-banner-logos {
    background: #1D194A;
    padding: 50px 0;
    margin: 0;
}
.post-banner-logos-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
}

.post-banner-logos-inner span {
    text-align: center;
}

.post-banner-logos-inner span img {
    max-width: 200px;
}
.post-banner-mobile-image {
    margin: 30px 0;
    text-align: center;
    display: none;
}

.post-banner-mobile-image img {
    max-width: 100%;
    width: 70%;
}
/* Hide entry title for specific post IDs */
.postid-289 .entry-header,
.postid-771 .entry-header,
.postid-155 .entry-header {
    display: none;
}

[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 9999999;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 9999999;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 9999999;
  padding: 5px;
  width: 180px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  border-radius: 5px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.translate-radio-item [type="radio"]:checked,
.translate-radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.translate-radio-item [type="radio"]:checked + label,
.translate-radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #1D194A;
}
.translate-radio-item [type="radio"]:checked + label:before,
.translate-radio-item [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #D0DAED;
    border-radius: 100%;
    background: #fff;
}
.translate-radio-item [type="radio"]:checked + label:after,
.translate-radio-item [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00B873;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.translate-radio-item [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.translate-radio-item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.translate-radio-item [type="radio"]:checked + label:before {
    border-color: #00b873;
}

.translate-form-head {
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #071C4D;
    margin: 0 0 10px;
}
.translated-type-label {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #1D194A;
    margin: 0 0 5px;
}

.translate-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.translate-radio-item span.tooltip svg {
    width: 15px;
    height: auto;
}

.translate-radion-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px 20px;
}
.translate-form-select-item label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #65769D;
}
div#pages {
    display: flex;
    align-items: end;
    gap: 20px;
    width: 100%;
}
.translate-form-select-item input[type="number"] {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    appearance: none;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #4A5B81;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DEE3ED;
    border-radius: 5px;
}

div#words {
    display: none;
    gap: 20px;
}

div#words p {
    font-size: 12px;
}
.translate-select-box {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    appearance: none;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #4A5B81;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DEE3ED;
    border-radius: 5px;
    background-image: url('assets/images/select-down-arrow.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
}
.translate-select-box:focus {
    border: 0;
    color: #4A5B81;
    background-color: #fff;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.select-menu {
    position: relative;
}
.translate-types {
    padding: 0 0 10px;
}
.translate-from-select {
    display: flex;
    gap: 5px 10px;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.translate-form-select-item {
    display: flex;
    flex-flow: column;
    gap: 5px;
    flex: 0 0 48%;
}
.page-words p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #65769D;
    margin: 0px 0;
}
#words{
    display: none;
}
.translate-card {
    position: relative;
}

.translate-card input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.translate-head {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #071C4D;
}

.translate-price {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #071C4D;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.translate-price span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #071C4D;
}
.translate-price .strike-price {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #4A5B81;
    margin-right: 0;
    flex: 0 0 100%;
}
.w-rapid-price-main {
    display: flex;
    align-items: center;
}
span.w-rapid-price, span.w-regular-price {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    text-align: right;
    color: #071C4D;
}
.rapid-services-off {
    background: #EDEFF3;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -30px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #071C4D;
    padding: 8px;
    z-index: 1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.rapid-services-off + label {
    margin-top: 35px;
}

.translate-regular-services {
    display: flex;
    flex-flow: column;
    gap: 0px;
    margin: 10px 0 0;
}
.ordernow_btn {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}
.translate-card label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100px;
}

.translate-card label {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #FFFFFF;
    border: 2px solid #EDEFF3;
    border-radius: 7px;
    position: relative;
}

.translate-card label:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    background: #00B873;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 100px;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.translate-card input[type="radio"]:checked + label:after {
    border-color: #00B873;
}

.translate-card input[type="radio"]:checked + label:before {
    opacity: 1;
    transition: .3s;
}
.translate-card label.rapid-priority-services {
    margin-top: 35px;
}
.translate-card input[type="radio"]:checked + label {
    border-color: #00B873;
}

.translate-card input[type="radio"]:checked + label .rapid-services-off {
    background: #00B873;
    color: #fff;
}
.price-content {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4A5B81;
    padding: 7px 0 0;
}
.site-footer .menu li a:hover {
    color: #0391fe;
}
div#flash-sale-banner-1 .flash_sale_banner_content {
    margin-right: 20px;
}

div#flash-sale-banner-1 {
    background: #08588F;
}

div#flash-sale-banner-1 span.sale_hour,
div#flash-sale-banner-1 span.sale_minute,
div#flash-sale-banner-1 span.sale-second,
div#flash-sale-banner-1 span.sale_day {
    background: #0092FF;
    color: #fff;
}
div#flash-sale-banner-1 span.flash-close-btn {
    background: transparent;
    width: auto;
    height: auto;
    right: 10px;
}

div#flash-sale-banner-1 span.flash-close-btn svg {
    width: 15px;
}
div#flash-sale-banner-1 .flash_sale_banner_content label span {
    border-right: 1.5px solid #fff;
    margin-right: 5px;
    padding: 5px 10px 5px 0;
}
.footer-about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-about ul li {margin: 0px;}
.footer-about ul li a {
    background: #E8EFFD;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    transition: .3s;
}

.footer-about ul li a svg {
    fill: #0092FF;
    transition: .3s;
}

.footer-about ul li a:hover {
    background: #0092ff;
    transition: .3s;
}

.footer-about ul li a:hover svg {
    fill: #fff;
    transition: .3s;
    transform: scale(1.3);
}
.main-navigation .main-nav .menu-dropdown-inner-items a:hover span.menu-icon svg.stroke-color path {
    fill: #0092ff !important;
}
.menu-tabs-right ul {
    visibility: visible !important;
    height: 100% !important;
    opacity: 1 !important;
    border: 0px !important;
    box-shadow: none !important;
    z-index: 1111 !important;
    position: static !important;
    pointer-events: all !important;
}

.menu-tabs-header {display: grid;gap: 30px;grid-template-columns: 1fr 2fr;}

.menu-tabs-head-left {
    width: 230px;
    border-right: 1.5px solid #dee3ed;
    padding-right: 30px;
    position: relative;
    padding-bottom: 120px;
}

.menu-head {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #071c4d;
    margin: 0 0 20px;
}
.back-menu-icon, .close-menu-item-btn, .mobile-phone-number {
    display: none;
}

.dropdown-inner-block {
    padding: 0;
    border: 0;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.dropdown-column-heading {
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #1d194a;
}

.dropdown-column-heading.active, .dropdown-column-heading:hover {
    background: #0092ff;
    color: #fff;
}

.header-phone-number {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-navigation .main-nav ul ul li .header-phone-number a.nav-link {
    display: block;
    width: 100%;
    padding: 8px 15px;
    color: #0092ff;
    font-weight: 600;
    font-size: 16px;
    text-align: inherit;
    white-space: nowrap;
    text-decoration: none;
}

.main-navigation ul ul .menu-tabs-right ul {
    display: none;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    gap: 15px;
    width: 100% !important;
}

.menu-tabs-right {
    position: relative;
}

.main-navigation ul ul .menu-tabs-right ul.active {
    display: grid;
}
.main-navigation ul ul .menu-tabs-right ul.active.specialized-menu, 
.main-navigation ul ul .menu-tabs-right ul.active.industries-menu, 
.main-navigation ul ul .menu-tabs-right ul.active.usecase-menu {
    display: block;
}

.main-navigation ul ul .menu-tabs-right ul li {
    padding: 0 !important;
    border: 0 !important;
}

.menu-dropdown-inner-heading {
    margin: 0 0 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8c9abb;
}
.mobile-arrow-down {
    fill: #1d194a;
    transition: 0.3s;
    display: none;
}
.main-navigation .main-nav ul ul li .menu-recent-blog-item .read-more-btn {
    color: #0092FF !important;
    border-bottom: 1px solid #0092FF !important;
}


@media only screen and (max-width: 1024px) {

.hide-desktop{
    display: block !important;
}
.hide-mobile{
  display: none !important;
}
.post-banner-content h1 br {
  display: none;
}
.header-topbar-content span.off-price {
    margin: 0 5px;
}
.main-navigation.has-branding .inside-navigation.grid-container span.gp-icon.icon-menu-bars svg {
    width: 22px;
    height: 22px;
    top: 0;
    fill: #071c4d;
}
.main-navigation.has-branding .inside-navigation.grid-container span.gp-icon.icon-menu-bars {
    padding: 3px;
    position: relative;
    top: 10px;
}
.tab-content {
    grid-template-columns: 1fr;
}

.instagram-marketer-boxes {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 50px 0;
}

.instagram-marketer-items {
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 60px 40px;
}

.footer-reviews-block {
    max-width: 100%;
    gap: 10px;
    padding: 0 20px;
    margin: 0;
}

.footer-reviews-logo svg {
    width: 30px;
    height: 30px;
}

.footer-reviews-star svg {
    width: 35px;
}

.footer-reviews-content p {
    display: none;
}

.payment-cards {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
}

.copyright-content {
    flex-flow: column;
    gap: 20px;
}

.copyright-text {
    order: 2;
    text-align: left;
}

.copyright-lang-box {width: 100%;display: flex;}

.footer-reviews-content h5 {
    font-size: 14px;
}

.site-footer {
    padding: 0px 0 50px;
}

.instagram-marketer-account {
    padding: 50px 30px;
}

.instagram-marketer-account h3 {
    font-size: 26px;
    line-height: 30px;
}

.instagram-marketer-account p {
    font-size: 15px;
    line-height: 22px;
}

.instagram-marketer-head h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
}

.blog_header {
    max-width: 100%;
    margin: 40px 0;
}

.main-navigation .inside-navigation {
    background: #FFF;
    padding: 10px 0 !important;
}
.single header.entry-header h1 {
    text-align: center;
    font-size: 24px;
    line-height: normal;
    max-width: 100%;
}
.single .entry-content {
    margin: 0;
}
/* .image_author_section-row {
    grid-template-columns: 1fr;
    gap: 30px;
} */
.image_author_section {
    padding: 0 0 30px;
    gap:20px;
}
.author_image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.blog-single-left .author_name {
    color: #071C4D;
    font-size: 18px;
    margin: 0px;
}
/* .last_updated span {
    font-size: 13px;

} */
.last_updated {
    padding: 0 0;
}
.blog-side-box {
    padding: 20px;
}
.blog-single-content {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 30px;
}
.blog-single-right {
    padding: 20px;
}
.blog-single-right .certified-translate-service {
    font-size: 20px;
    line-height: normal;
}
.rated-instagram-growth h2 {
    font-size: 20px;
    line-height: normal;
}

.rated-instagram-growth {
    padding: 30px;
}

.site-white-border-btn {
    font-size: 15px;
}

.related_blog_header h2 {
    font-size: 16px;
}

.related_blog_header .site-black-color {
    font-size: 14px;
    padding: 5px 10px;
}
.related_blog_post .grid-container {
    padding: 60px 20px 10px;
}
.instagram-marketer_row {
    padding: 0 20px;
}
.site-border-btn {
    padding: 7px 15px;
    font-size: 12px;
}
.single-blog-articles, .blog_home .grid-container {
    padding: 0 20px;
}
.instagram-demo-king img {
    left: -60px;
    max-width: 140px;
}
.instagram-demo-king-content {
    position: relative;
    z-index: 1;
}
nav#mobile-header {
    padding: 0 20px;
    box-shadow: 10px 0 32px rgba(0,1,87,.1);
    display: none !important;
}

.slideout-navigation.do-overlay .inside-navigation .main-nav {
    padding: 60px 0;
}

.slideout-navigation.do-overlay .inside-navigation {
    border: 0;
}
#generate-slideout-menu .slideout-exit {
    position: absolute;
}

#generate-slideout-menu ul li {
    text-align: left !important;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

#generate-slideout-menu ul {
    padding: 0 20px;
}
button.menu-toggle {
    padding-right: 0 !important;
}
.site-logo.mobile-header-logo {
    margin-left: 0 !important;
}
li.pricing-icon svg,
li.growth-icon svg,
li.cloud-icon svg, li.get-started-icon svg,
li.growth-expert svg{
    background: #ffede8;
    border-radius: 30px;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #ff6436;
    fill: #ff6436;
    position: absolute;
    left: 0;
}

.main-navigation .main-nav ul li.pricing-icon a,
.main-navigation .main-nav ul li.growth-icon a,
.main-navigation .main-nav ul li.cloud-icon a,
.main-navigation .main-nav ul li.get-started-icon a,
.main-navigation .main-nav ul li.growth-expert a{
    color: #0e151b;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 0 0 65px;
    line-height: normal;
}

.main-navigation .main-nav ul li.pricing-icon a span.description,
.main-navigation .main-nav ul li.growth-icon a span.description,
.main-navigation .main-nav ul li.cloud-icon a span.description,
.main-navigation .main-nav ul li.get-started-icon a span.description,
.main-navigation .main-nav ul li.growth-expert a span.description {
    color: #a0aec0;
    display:block;
    line-height: normal;
    margin: 5px 0 0;
}

.main-navigation .main-nav ul li {
    border: 0 !important;
}
li.growth-icon svg {
    color: #039be5;
    fill: #039be5;
    background: #dff5ff;
}
li.cloud-icon svg {
    color: #cb3fc5;
    fill: #cb3fc5;
    background: #ffe9fe;
}
li.get-started-icon svg {
    color: #ffb628;
    fill: #ffb628;
    background: #fff3dd;
    transform: rotate(180deg);
}
li.growth-expert svg {
    color: #434C5D;
    fill: #434C5D;
    background: rgba(160,174,192,.2);
}
nav#generate-slideout-menu .main-nav {
    margin: 0;
    padding-bottom: 0;
}

nav#generate-slideout-menu aside#nav_menu-7 {
    border-top: 1px solid rgba(187,203,216,.6);
    margin: 20px 0 0;
    padding: 20px 0 90px;
    width: 100%;
}

nav#generate-slideout-menu aside#nav_menu-7 ul#menu-mobile-menu-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 30px;
}

nav#generate-slideout-menu aside#nav_menu-7 ul#menu-mobile-menu-2 li {
    border: 0;
}

nav#generate-slideout-menu aside#nav_menu-7 ul#menu-mobile-menu-2 li.mobile-login {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding: 20px 30px;
}

nav#generate-slideout-menu aside#nav_menu-7 ul#menu-mobile-menu-2 li.mobile-login a {
    text-transform: uppercase;
    color: #ff6436;
    font-weight: 700;
    position: relative;
    z-index: 1;
    top: 10px;
}

nav#generate-slideout-menu aside#nav_menu-7 ul#menu-mobile-menu-2 li.mobile-login:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(https://plixi.com/resources/wp-content/uploads/2023/07/download.svg);
    background-size: cover;
    height: 80px;
    width: 100%;
}
nav#generate-slideout-menu aside#nav_menu-7 ul#menu-mobile-menu-2 li.mobile-login a span.dashicons {
    font-size: 18px;
    position: relative;
    left: -5px;
    top: 3px;
}
#generate-slideout-menu.is-open .inside-navigation.grid-container.grid-parent {
    height: 100vh;
}
.ready-transition-row {
    grid-template-columns: 1fr;
    padding: 0 30px;
    gap: 0px;
    text-align: center;
}
.ready-transition-items .rti-sectionTitle {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
}
.ready-start-transition {
    height: auto;
    padding: 50px 0 0px;
    display: block;
}
img.ready-transition-image {
    position: relative;
    width: 100%;
    margin: 70px 0 0;
    bottom: -8px;
}
.main-navigation .main-nav ul li a {
    font-size: 13px;
    color: #232142;
    font-weight: 600;
    padding: 10px 0;
}
.main-navigation .main-nav ul ul li a {
    font-size: 12px;
}
div#mobile-menu ul#menu-header-menu-1 {
    padding: 0px 0 20px;
}
div#mobile-menu ul#menu-header-menu-1 li.hide-desktop a {
    border-radius: 100px;
    background: #0092FF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 30px;
    display: table;
    margin: 10px auto 0;
}
.main-navigation ul ul.sub-menu
{
    border: none!important;
    min-width: auto;
    padding: 0;
    margin: 0;
}
.author main#main article {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
}
.author main#main {
    padding: 0 30px;
}

div#mobile-menu ul#menu-header-menu-1 {
    height: 80vh;
    overflow-y: auto;
}
.blog-post-floating-banner-text a {
    font-size: 10px;
    width: 120px;
}
.blog-post-floating-banner-text {
    padding: 0 15px 0 15px;
    font-size: 11px;
    color: #fff;
    width: 100%;
    gap: 10px;
}
.blog-post-floating-banner-text a {
    font-size: 11px;
    width: 150px;
    display: flex;
    justify-content: end;
}
.blog-post-floating-banner-text a svg {
    width: 6px;
    margin: 0 0 0 10px;
}
.single main#main .inside-article header.entry-header {
    border-radius: 0px;
    padding: 30px 0;
    margin: 20px 0 0 !important;
}
/* .single main#main .inside-article header.entry-header:after {
 content: "";
 position: absolute;
 right: -20px;
 top: 0;
 bottom: 0;
 background: #E8EFFD;
 width: 100%;
 z-index: -1;
}
.single main#main .inside-article header.entry-header:before {
 content: "";
 position: absolute;
 left: -20px;
 top: 0;
 bottom: 0;
 background: #E8EFFD;
 width: 100%;
 z-index: -1;
} */
.blog-post-floating-banner {
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.main-navigation.toggled .main-nav li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    gap: 0px;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
    padding: 10px 0 0;
    position: static;
    width: 100%;
}
.menu-tabs-header {
        display: flex;
        flex-flow: column;
        gap: 0;
}
.menu-tabs-head-left {
    padding: 0;
    border: 0;
    width: 100%;
}
.menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0;
}
.menu-main-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on li.head-menu > a {
    display: none;
}
.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
    padding: 0;
}
header.custom-header.site-header {
    height: auto;
    display: block !important;
    opacity: 1;
}
header.custom-header.site-header button.menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    background: #0092ff;
    color: #fff;
    border-radius: 5px;
    line-height: normal;
    width: 30px;
    height: 30px;
    padding: 0;
}
header.custom-header.site-header .site-logo button.menu-toggle {
    display: flex;
    position: absolute;
    right: 20px;
    top: 14px;
    background: #0092ff;
    color: #fff;
    border-radius: 5px;
    line-height: normal;
    width: 30px;
    height: 30px;
    padding: 0;
    align-items: center;
    justify-content: center;
}
header.custom-header.site-header.toggle-on nav#site-navigation {
    display: block !important;
    opacity: 1;
}
header.custom-header.site-header.toggle-on nav#site-navigation .inside-navigation.grid-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    display: block;
    padding: 20px 20px !important;
    height: calc(100vh - 55px);
    overflow-y: auto;
}
.flash-sale-banner-open header.custom-header.site-header.toggle-on nav#site-navigation .inside-navigation.grid-container {
    height: calc(100vh - 120px);
}
.main-nav {
    display: block;
}
.header-phone-number {
    display: none;
}
.menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0;
}
.menu-tabs-head-left {
    padding: 0;
    border: 0;
    width: 100%;
}
.menu-main-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}
.back-menu-icon, .close-menu-item-btn, .mobile-phone-number {
    display: block;
}
header.custom-header.site-header .inside-header.grid-container {
    border-bottom: 2px solid #f1f5fc;
}
.custom-navigation {
    justify-content: center;
}
header.custom-header.site-header.toggle-on nav#site-navigation .inside-navigation.grid-container button.menu-toggle {
    display: none;
}
header.custom-header.site-header.toggle-on nav#site-navigation .inside-navigation.grid-container ul#menu-header-menu {
    display: block;
}
.main-navigation li {
    position: static;
}
.menu-item-has-children .dropdown-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    line-height: normal;
    height: auto;
}

.main-navigation .main-nav ul li>a {
    font-size: 16px;
    color: #232142;
    font-weight: 700;
    border-bottom: 0;
    padding: 10px 0;
    position: relative;
}
.custom-site-navigation .main-navigation .main-nav ul li.free-quote-btn a {
    margin: 20px 0 15px;
}
.main-navigation ul ul.sub-menu.services-menu li {
    position: relative;
    padding: 0 0px 0 0;
}
.main-navigation ul ul.sub-menu.resources-menu {
    flex-flow: column-reverse;
    display: flex !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
}
.menu-recent-blog {
    max-width: 100%;
}
.recent-blog-image {
    max-width: 100%;
    height: fit-content;
}
.main-navigation ul ul.sub-menu.services-menu {
    display: flex !important;
    flex-flow: column;
    padding: 0 0 !important;
    margin: 20px 0 0 !important;
}
.main-navigation .main-nav .menu-dropdown-inner-items a span.menu-icon,
.main-navigation .main-nav .menu-dropdown-inner-items a span.menu-icon svg{
    transition: none;
}
.main-navigation ul ul.sub-menu.services-menu .menu-heading {
    border-top: 2px solid #F1F5FC;
    padding-top: 20px;
}
.main-navigation ul ul.sub-menu.services-menu li:first-child .menu-heading {
    border: 0;
    padding: 0;
}
ul.right-side-menu {
    display: block !important;
}
.navbar-logos {
    display: grid;
    margin: 20px 0 0;
}
.post-banner-img {
    display: none;
}
.post-banner-logos-inner {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.post-banner-logos-inner span {
    background: #2a2659;
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 110px;
    justify-content: center;
    padding: 15px;
}

.post-banner-logos {
    padding: 40px 20px;
}

.post-banner-logos-inner span img {
    height: auto;
    max-width: 100%;
}
.post-banner-mobile-image {
    display: block;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    right: 0px !important;
}
.main-navigation ul.right-side-menu li.mobile-number-li {
    display: block;
}
.main-navigation ul.right-side-menu li.mobile-number-li {
    display: block;
    border: 1px solid #DEE3ED !important;
    border-radius: 10px;
    padding: 10px 10px 5px;
    margin: 30px 0 20px;
}
.main-navigation ul.right-side-menu li.mobile-number-li a {
    color: #0092ff;
}
.mobile-arrow-down {
    display: block;
}
.dropdown-column-heading.active .mobile-arrow-down {
    fill: #fff;
    transform: rotate(180deg);
    transition: 0.3s;
}
.main-navigation ul ul.sub-menu li ul.active {
    display: block;
    visibility: visible;
    position: static;
    opacity: 1;
    width: 100%;
    float: none;
    height: auto;
    border: 0;
    box-shadow: none;
    padding: 10px 15px;
    pointer-events: all;
}
.dropdown-click .main-navigation ul li ul.sub-menu {
    position: fixed !important;
    left: -200% !important;
    top: 0;
    z-index: 999999;
    margin: 0 !important;
    bottom: 0;
    overflow: auto !important;
    transition: .5s;
    right: 0;
    width: 100%;
}
.dropdown-click .main-navigation ul li ul.sub-menu.toggled-on {
    left: 0 !important;
    transition: .5s;
}
.main-navigation .main-nav ul li.js-hover-disabled a {
    color: #000000 !important;
}
.main-navigation .main-nav ul li.js-hover-disabled.sfHover>a {
    color: #0092ff !important;
}


.dropdown-click .main-navigation ul li ul.sub-menu .dropdown-inner-block {
    padding: 0px 20px 20px;
}
.main-navigation ul ul.sub-menu li ul.active .menu-dropdown-inner-heading.mobile-margin {
    margin-top: 15px;
}
.menu-recent-blog {
    flex-flow: column;
    padding: 0;
}

.menu-tabs-right {
    padding: 0 20px 20px;
}
}
@media only screen and (max-width: 992px) {
  div#flash-sale-banner-1 .flash-sale-banner-timer {
     margin: 0;
  }

  div#flash-sale-banner-1 span.flash-close-btn {
     top: 0;
  }

  div#flash-sale-banner-1 {
     gap: 0px;
     justify-content: center;
  }

  div#flash-sale-banner-1 .flash_sale_banner_content label {
     max-width: 140px !important;
     text-align: left;
  }
  div#flash-sale-banner-1 .flash_sale_banner_content {
     width: auto;
  }
  div#flash-sale-banner-1 .flash_sale_banner_content img {
     max-width: 30px;
  }
  div#flash-sale-banner-1 .flash_sale_banner_content label span {
     border-right: 1px solid #fff;
     margin-right: 3px;
     padding: 0px 5px 0px 0;
     display: inline;
  }

}
@media only screen and (max-width: 780px) {
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
    text-align: center;
    padding: 0;
    flex: 0 0 100%;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2,
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
    flex: 0 0 50%;
}
.site-footer .menu li a {
    font-size: 13px;
}
.site-footer footer.site-info .inside-site-info.grid-container {
    padding-top: 30px;
    gap:20px;
}
.blog_img {
    height: 250px;
}
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on:after, .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on:before {
  display: none;
}
header.custom-header.site-header .site-logo button.menu-toggle svg {
    width: 23px;
    height: 23px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text span {
    letter-spacing: 0px;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    right: 10px !important;
}
}
@media only screen and (max-width: 767px)
{
     .popular-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popular-grid {
        gap: 1.5rem;
        
        
    }
     .popular-card {

        flex: 0 0 100%;

        max-width: 100%;

    }
    .main-navigation.has-branding .inside-navigation.grid-container
    {
        padding: 0;
    }
    .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text span {
        letter-spacing: 0px !important;
    }
    .mobile-header-navigation.has-menu-bar-items .mobile-header-logo
    {
        margin-left: auto!important;
    }
    .main-navigation .inside-navigation
    {
        padding: 0!important;
    }
    .navigation-branding img, .site-logo.mobile-header-logo img
    {
        height: 29px!important;
        padding: 0!important;
    }
    .menu-toggle
    {
        line-height: 50px;
    }
    .main-navigation.has-branding .inside-navigation.grid-container span.gp-icon.icon-menu-bars
    {
        top:7px;
    }
    body.single.flash-sale-banner-open {
        padding-top: 110px;
    }
    .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets li {
        margin-bottom: 0;
    }
    div#flash-sale-banner-1 .flash_sale_banner_content {
           margin-right: 20px;
       }
}
@media only screen and (max-width: 480px) {
.navbar-logos span img {
    max-width: 100%;
    height: 40px;
}
.post-banner-review img {
    max-width: 110px;
}
.post-banner-review-count span {
    font-size: 10px;
}
.post-banner-review-count svg {
    width: 110px;
}
.post-banner .grid-container {
    position: relative;
    padding: 50px 20px 10px;
}
.site-btn {
    width: 100%;
    padding: 20px 10px;
}
.post-banner-content h1 {
    font-size: 25px;
    line-height: 36px;
}

.post-banner-content p {
    font-size: 16px;
    line-height: 27px;
}
.post-banner-mobile-image img {
    width: 90%;
}
.related_blog_header h2, .related_blog_header > div {
    font-size: 18px;
}
.translate-radion-items {
    flex-flow: column;
}
.translate-from-select {
    grid-template-columns: 1fr;
    display: block;
}
.price-content {
    flex-flow: column;
}
.translate-head {
    margin: 0 0 10px;
}
.translate-form-select-item {
    flex: 0 0 100%;
}
div#pages {
    flex-flow: wrap;
    gap: 0px;
}

div#words {
    flex-wrap: wrap;
    gap: 0;
}

.translate-form-select-item {
    margin: 0 0 10px;
}
div#words p, .page-words p {
    margin: 0px 0 0;
    flex: 0 0 100%;
}
}
@media only screen and (max-width: 380px) {
  #generate-slideout-menu.is-open .inside-navigation.grid-container.grid-parent {
      height: auto;
  }
  /* .last_updated span {
        font-size: 10px;
        line-height: 2;
    } */
    .blog-single-left .author_name{
        font-size: 15px;
    }
    .author_image {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .image_author_section {
        gap: 13px;
    }
    a.blue-order-now-btn {
        font-size: 12px;
    }
    .blog-side-left-box .certified-translate-service {
        font-size: 16px;
        line-height: 20px;
    }
    .blog-side-left-box .uscis-acceptance {
        font-size: 9px;
    }
}

/************flash-sale-banner-css****************/
.flash-sale-banner-main {
    text-align: center;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: fixed;
    top: -100%;
    background: #1D194A;
    left: 0;
    right: 0;
    height: 64px;
    display: flex;
    z-index: 99999999999;
    transition: .7s ease-in-out;
    line-height: 1.77;
	text-transform: uppercase;
}
body.admin-bar .flash-sale-banner-main
{
    top:32px!important;
}
.flash-sale-banner-main > img {
    max-width: 35px;
    margin-right: 10px;
    transition: .7s ease-in-out;
}
.flash_sale_banner_content img
{
    vertical-align: top;
}
.flash-sale-banner-main label {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    font-family: 'Archivo', sans-serif;
    margin: 0 40px 0 10px;
    transition: .7s ease-in-out;
}
.flash-sale-banner-main .flash-sale-banner-timer {
    transition: 0.7s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_minute, .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_hour, .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale-second, .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_day {
    padding: 0;
    width: 35px;
    border-radius: 3px;
    background: #ffffff;
    color: #d23535;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    display: block;
    text-transform: capitalize;
    margin: 4px 0 0;
    color: #fff;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.flash-sale-banner-main .flash-clickable-link,
.single_post_banner .flash-clickable-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0s ease-in-out;
    z-index: 9;
}
.single_post_banner .flash-clickable-link{
  margin: 0;
}
.single_post_banner {
  text-align: center;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: fixed;
  top: -100%;
  background: #DB2F60;
  left: 0;
  right: 0;
  height: 54px;
  display: flex;
  z-index: 99999999999;
  transition: .7s ease-in-out;
  color: #fff;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    transition: .2s ease-in-out;
    width: 40px;
    z-index: 99;
}
body.flash-sale-banner-open header, body.flash-sale-banner-open #mobile-header {
    margin-top: 63px;
}
span.vertical-pipe {
    position: relative;
    width: 5px;
    display: inline-block;
}

span.vertical-pipe:after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 14px;
    background: #fff;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/************flash-sale-banner-new-year-css****************/
.flash-sale-banner-main.flash-sale-banner-new-year {
    background: #1D194A;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 13px;
    position: relative;
    bottom: -2.5px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text span {
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    word-break: break-all;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    border-radius: 3px;
    background: #DF7C42;
    color: #1d194a;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
}

.flash-sale-banner-main.flash-sale-banner-new-year label {
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 0 10px;
	text-transform: capitalize;
  }
  .flash-sale-year {
      margin-right: 30px;
      border-left: 1.5px solid #fff;
      margin-left: 10px;
      padding-left: 10px;
  }
  .flash-sale-banner-main.flash-sale-banner-new-year .vertical-pipe:after {
        width: 2px;
        height: 45px;
        bottom: -17px;
    }
  .flash-sale-banner-main.flash-sale-banner-new-year .vertical-pipe {
        width: 25px;
    }
  .flash-sale-banner-main.flash-sale-banner-new-year .flash-sale-banner-timer {
        position: relative;
        left: 0px;
    }
   .flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
      align-items: center;
      display: flex;
      height: 65px;
      z-index: 1;
  }
/************flash-sale-banner-new-year-css-end****************/

@media only screen and (max-width: 980px)
{
/************flash-sale-banner-new-year-css****************/
.flash-sale-banner-main.flash-sale-banner-new-year label {
    font-size: 14px;
    margin: 0 10px 0 10px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 14px;
    margin-right: 10px;
    bottom: -1px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 14px;
    letter-spacing: 0.8px;
}
.flash-sale-year {
    margin-right: 70px;
}
.flash-sale-banner-main.flash-sale-banner-new-year label {
    font-size: 10px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 12px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 7px;
    letter-spacing: 0.8px;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    top: 22px;
    right: 10px;
    height: 15px;
    width: 15px;
    background: transparent;
}
div#flash-sale-banner-2 span.flash-close-btn {
    background: transparent !important;
    width: auto !important;
}
/************flash-sale-banner-new-year-css-end****************/
}
/************flash-sale-banner-new-year-css-media****************/
@media only screen and (max-width: 767px) {
.flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
    width: 220px;
    gap: 0;
		justify-content: center;
    margin-right: 10px;
}

.flash-sale-banner-main.flash-sale-banner-new-year label {
    text-align: left;
    max-width: 60px;
    font-size: 9px;
    line-height: 11px;
    margin-right: 0;
}
html[lang="br"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="fr"] .flash-sale-banner-main.flash-sale-banner-new-year label{
    width: 90px;
    font-size: 8px;
    line-height: 10px;
}
html[lang="br"] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
html[lang="fr"] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
html[lang=ru] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
html[lang=uk] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
html[lang=es] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
html[lang="it"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text{
    font-size:9px;
}
html[lang="br"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text,
html[lang="fr"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text,
html[lang="ru"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text,
html[lang="uk"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text,
html[lang="es"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text,
html[lang="it"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text{
    line-height: normal;
}
html[lang="de"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="ru"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="uk"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="es"] .flash-sale-banner-main.flash-sale-banner-new-year label,
html[lang="it"] .flash-sale-banner-main.flash-sale-banner-new-year label{
    width: 80px;
    font-size: 8px;
    line-height: 13px;
    word-break: break-all;
}
.flash-sale-year {
    margin-right: 0;
    text-align: left;
}

.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    bottom: 4px;
    margin-right: 0;
}

.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 9px;
    display: flex;
    max-width: fit-content;
    height: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 6px;
    text-transform: capitalize;
    line-height: normal;
}

.flash-sale-banner-main.flash-sale-banner-new-year .vertical-pipe:after {
    bottom: -28px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .flash-sale-banner-timer {
    position: relative;
    left: 0;
}
.flash-sale-banner-main.flash-sale-banner-new-year:after {
      width: 220px;
      opacity: 0.7;
      left: -20px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
    background: transparent;
}
.flash-sale-banner-main.flash-sale-banner-new-year:before {
    display: none;
}
.custom-navigation {
    justify-content: left;
}
.footer-about ul {
    justify-content: center;
    margin: 0 0 30px;
}
.footer-about ul li a {
    height: 30px;
    width: 30px;
}
.footer-about ul li a svg {
    width: 15px;
}
}
/************new-year-flase-media-css-end*************/
@media only screen and (max-width: 480px)
{
    .flash-sale-banner-main .flash-sale-banner-timer {
        width: 130px;
    }

    .flash_sale_banner_content {
        display: flex;
        align-items: center;
        width: 180px;
        gap: 10px;
    }

    .flash_sale_banner_content label {
        font-size: 8px;
        text-align: left;
        margin: 0;
    }
    span.vertical-pipe
    {
        width: 8px;
    }
    span.vertical-pipe:after
    {
        width: 1px;
        height: 9px;
        bottom: -2px;
    }
    .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_minute,
    .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_hour,
    .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale-second,
    .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_day {
        width: 27px;
        font-size: 12px;
        height: 27px;
    }
    .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
        font-size: 9px;
    }
    /************flash-sale-banner-new-year-css****************/
    .flash-sale-banner-main.flash-sale-banner-new-year {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .flash-sale-banner-main.flash-sale-banner-new-year .flash-sale-banner-timer {
        left: 0;
        gap : 4px;
    }
    .flash-sale-banner-main.flash-sale-banner-new-year .sale-text:after {
      display: none;
    }


    /************flash-sale-banner-new-year-css-end****************/
    .related_blog_header h2 {
        font-size: 20px;
    }
    .site-border-btn {
        padding: 6px 10px;
        font-size: 9px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .site-border-btn svg {
        width: 7px;
        }

    div#reply-title {
        font-size: 20px;
    }
    .custom-pagination {
      margin-top: 0px !important;
  }
  html[lang="ar"] .flash-sale-year {
  		display: flex;
  		align-items: center;
  		flex-wrap: wrap;
  }

  html[lang="ar"] .flash-sale-year span.new-year-text.new-year {
  		width: 100%;
  }

  html[lang="ar"] .flash-sale-year .vertical-pipe:after {
  		left: 10px;
  		bottom: -40px;
  }
  html[lang="ar"] .flash-sale-year  span.sale-text {
  		width: 100%;
  		order: 3;
  }
  .blog_header h1 {
    font-size: 35px;
}
}
/************flash-sale-banner-css-end****************/
.errorPage
{
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.errorPage-content
{
    font-size: 18px;
    text-align: center;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.errorPage-content h2
{
    font-size: 96px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.errorPage-content h4
{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #666666;
    text-transform: uppercase;
}
.errorPage-content p
{
    max-width: 620px;
    padding: 15px;
    width: 100%;
    color: #232142;
    line-height: 1.77;
    font-weight: 500;
}
.errorPage-content .btn
{
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #0269b5;
}
.errorPage-content .btn:after
{
    content: " ";
    background-image: url("assets/images/white-arrow.svg");
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 15px;
}

.custom-pagination
{
    padding: 40px 0 60px;
    margin-top: 20px;
    text-align: center;
    border-top: 2px solid #E1E3E8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-pagination .page-numbers
{
    border: 1px solid #0092FF;
    display: inline-block;
    height: 44px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin: 0 2px 10px;
    line-height: 42px;
    font-weight: 700;
    font-size: 1rem;
    color: #0092FF;
    border-radius: 5px;
}
.custom-pagination .page-numbers.current
{
    background-color: #0092FF;
    color: #ffffff;
}
.custom-pagination .next.page-numbers, .custom-pagination .prev.page-numbers
{
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0092FF;
    color: #ffffff;
}
.custom-pagination .prev.page-numbers, .custom-pagination .page-numbers:not(.next):last-child
{
    margin-right: auto;
}
.custom-pagination .next.page-numbers, .custom-pagination .page-numbers:not(.prev):first-child
{
    margin-left: auto;
}
@media only screen and (max-width:375px){
/************flash-sale-banner-new-year-css****************/
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 12px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 8px;
    line-height: normal;
}
.flash-sale-banner-main.flash-sale-banner-new-year .vertical-pipe {
    width: 15px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
  width: 240px;
  justify-content: flex-start;
}
/************flash-sale-banner-new-year-css-end****************/
body.single {
    padding-top: 50px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 10px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .vertical-pipe {
    width: 15px;
}
.flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
  width: 220px;
  justify-content: center;
}
html[lang=de] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 9px !important;
}
}
@media only screen and (max-width: 325px) {
  .flash-sale-banner-main.flash-sale-banner-new-year label {
	    max-width: 40px;
	    font-size: 7px;
			line-height: 10px;
	}
  .flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
    width: 240px;
  }
	.flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content img {
	    width: 15px;
	}
	.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
	    font-size: 9px;
	}
	.flash-sale-banner-main.flash-sale-banner-new-year .flash-sale-banner-timer {
	    width: 165px;
			justify-content: center;
	}
	html[lang=fr] .flash-sale-banner-main.flash-sale-banner-new-year label,
	html[lang=ru] .flash-sale-banner-main.flash-sale-banner-new-year label,
	html[lang=uk] .flash-sale-banner-main.flash-sale-banner-new-year label,
	html[lang=es] .flash-sale-banner-main.flash-sale-banner-new-year label,
	html[lang=br] .flash-sale-banner-main.flash-sale-banner-new-year label{
	    width: 40px;
	    font-size: 6px;
	    line-height: 9px;
	}
	.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text.new-year {
	    font-size: 7px !important;
	}
	html[lang=br] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
	html[lang=fr] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
	html[lang=ru] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
	html[lang=uk] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text,
	html[lang=es] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
	    font-size: 8px !important;
	}
	.flash-sale-banner-main .flash-sale-banner-timer {
	    gap: 4px;
	}
	.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_minute,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_hour,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale-second,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_day {
    width: 20px;
    font-size: 8px;
    height: 20px;
	}
	.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
	    font-size: 7px;
	}
	.flash-sale-banner-main.flash-sale-banner-new-year .flash-sale-banner-timer {
	    justify-content: flex-start;
	}
	html[lang=it] .flash-sale-banner-main.flash-sale-banner-new-year label {
	    font-size: 7px;
	    line-height: 9px;
	}
	html[lang=br] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
	    font-size: 5px;
	    letter-spacing: 0px;
	    padding: 5px;
	    line-height: 10px;
	}

html[lang=ru] .flash-sale-banner-main.flash-sale-banner-new-year .flash_sale_banner_content {
    margin-right: 10px;
}
html[lang=de] .flash-sale-banner-main.flash-sale-banner-new-year label, html[lang=ru] .flash-sale-banner-main.flash-sale-banner-new-year label, html[lang=uk] .flash-sale-banner-main.flash-sale-banner-new-year label, html[lang=es] .flash-sale-banner-main.flash-sale-banner-new-year label {
    max-width: 50px;
    font-size: 7px;
    line-height: 10px;
    word-break: break-all;
}
.blog_post_content h3, .blog_post_content h2{
    font-size: 16px;
}

.translate-card label.rapid-priority-services {
    margin-top: 55px;
}
.rapid-services-off {
    top: -45px;
}
}

@media only screen and (min-width:1200px) and (max-width:1399px)
{
    .grid-container
    {
        max-width: 1140px!important;
    }
    .inside-header
    {
        padding: 12px;
    }
}
