:root {
      
  --primary: rgba(0, 137, 255, 1);     
  --secondary: rgba(17, 24, 66, 1); 

  --darkblack: rgba(21, 21, 21, 1);  
  --btnbluegradient: linear-gradient(95.89deg, #0089FF 4.68%, #005299 125.99%);
      
    
  --bg-main: #ffffff;
  --text-main: #151515;
  --text-white: #fff;
  --text-lightblue: rgba(0, 137, 255, 1);

  /* Default theme variables */
  /* --surface-color: #fff;
  --nav-color: #151515;
  --nav-hover-color: #0089FF;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #151515;
  --nav-dropdown-hover-color: #0089FF;
  --accent-color: #0089FF;
  --default-color: #151515; */
}

/* Dark Static Theme */
body.theme-dark-static {
  /* --surface-color: #fff;
  --nav-color: #151515;
  --nav-hover-color: #0089FF;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #151515;
  --nav-dropdown-hover-color: #0089FF;
  --accent-color: #151515;
  --default-color: #151515; */
}

/* White to Dark Theme */
body.theme-white-dark {
  /* --surface-color: transparent;
  --nav-color: #fff;
  --nav-hover-color: #0089FF;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #151515;
  --nav-dropdown-hover-color: #0089FF;
  --accent-color: #fff;
  --default-color: #fff; */
}

/* Full White to Dark Theme */
body.theme-fullwhite-dark {
  /* --surface-color: transparent;
  --nav-color: #fff;
  --nav-hover-color: #0089FF;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #151515;
  --nav-dropdown-hover-color: #0089FF;
  --accent-color: #fff;
  --default-color: #fff; */
}

/* White to Dark Theme - Scrolled State */
body.theme-white-dark.scrolled {
  /* --nav-color: #151515;
  --surface-color: #fff;
  --default-color: #151515; */
}

/* Full White to Dark Theme - Scrolled State */
body.theme-fullwhite-dark.scrolled {
  /* --nav-color: #151515;
  --surface-color: #fff;
  --default-color: #151515; */
}

/* coman */
body.open-popup {  overflow: hidden;}
.text-lightblue{color: rgba(0, 137, 255, 1);}
html, body {
	height: 100%;
	font-family: "Geist", sans-serif;
	-webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;

	
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111842;
	font-weight: 400;
	font-family: "DM Serif Text", serif;
}
h1 {
	font-size: 80px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: "Geist", sans-serif;
	color: #151515;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
ul, ol {
	padding: 0;
	margin: 0;
}

.height_auto {
    height: auto;
}
.image_w_auto {
    width: auto;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none; 
  white-space: nowrap;  
  border: none;      
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s ease; 
}
.btn_com_s1{padding: 13px 15px; background: var(--btnbluegradient); color: var(--text-white); }
.btn_com_s1:hover, .btn_com_s1:focus { background: var(--btnbluegradient) !important; box-shadow: 0 2px 28px -7px rgba(0, 0, 0, 0.31);}
.btn_com_s2{padding: 13px 15px; background: var(--secondary); color: var(--text-white); }
.btn_com_s2:hover, .btn_com_s2:focus{background: var(--secondary) !important; color: var(--text-white) !important; box-shadow: 0 2px 28px -7px rgba(0, 0, 0, 0.31);}
.btn_com_s3{padding: 13px 15px; background: none; color: var(--text-white); border: 1px solid var(--text-white); }
.btn_com_s3:hover, .btn_com_s3:focus{background: none !important; color: var(--text-white) !important; border: 1px solid var(--text-white) !important; box-shadow: 0 2px 28px -7px rgba(0, 0, 0, 0.31);}


.iconand_link span{padding-right: 10px;}
.com_headbg h2 {
    font-size: 64px;
    line-height: 72px;
}

.com_headbg p {
    font-size: 20px;
}
.com_hed_top {
    background: #E6F4FF;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #0089FF;
    margin-bottom: 40px;
    display: inline-block;
}

.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}

body.inner_pg_style:not(.scrolled) .navmenu > ul li a {
    color: #fff !important;
}
body.inner_pg_style:not(.scrolled) .navmenu > ul li ul li a {
    color: #000 !important;
}
.free_space100 {padding-top: 100px;}

.hero_com_bg h1 {
    font-size: 70px;
}
.hero_com_bg p {
    font-size: 24px;
}
.sub_head_topbx {
    padding: 10px 20px;
    font-size: 16px;
}
.twobytwo_text h2 {
    padding-bottom: 20px;
    font-size: 48px;
    font-style: italic;
}
.twobytwo_text p {
    font-size: 16px;
}
.twobytwo_text {  padding-right: 60px;}
.order-lg-2 .twobytwo_text {  padding-right: 0;  padding-left: 60px;}

.sub_head_topbx {
    background: #E6F4FF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #0089FF;
}
.inner_com_sec {
    padding-top: 200px;
    padding-bottom: 200px;
}
.hero_2b2_text .hero_com_bg {
    padding-right: 50px;
}
.hero_2b2_imgbg div {
    padding-left: 50px;
}
.hero_2b2_text .hero_com_bg {
    padding-right: 50px;
}

.lightblue_very{background: #F2F9FF;}

.no_creaditcard {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}

.no_creaditcard span {
    display: inline-block;
    padding-right: 8px;
    border-left: 1px solid #fff;
    padding-left: 8px;
    line-height: 16px;
}
.no_creaditcard span:first-child{padding-left: 0; border: none;}

/*chat*/

body.fc-widget-open .chat-fc-form-outer div.fc-form p {
    font-weight: 500;
    font-size: 13.5px;
    padding-top: 7px;
    line-height: 20px;
    margin-bottom: 25px;
}

body.fc-widget-open .chat-fc-form-outer div.fc-form ul li label {
    font-size: 14px;
    font-weight: 400;
    top: -9px;
    line-height: 18px;
}

body.fc-widget-open .chat-fc-form-outer div.fc-form ul li input {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #a8a8a8 !important;
}

body.fc-widget-open .chat-fc-form-outer div.fc-form a.fc-button {
    font-weight: 500;
    text-decoration: none;
    padding: 12px 0;
    background: #0089ff !important;
}

body.fc-widget-open .chat-fc-form-outer div.fc-form form.submitted ul li input:invalid {
    border-color: red !important;
}

body.fc-widget-open .chat-fc-form-outer p.fc-header {
    line-height: 24px;
    background-image: url(https://www.getbilr.com/assets/images/bilr-Logo-white.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 18px center;
    text-align: left;
    padding-left: 115px;
}

body.fc-widget-open div.chat-fc-form-outer {
    max-width: 384px;
}

/* // chat*/


/* header */


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  z-index: 1030;

  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;

  transition:
    background-color .28s ease,
    box-shadow .28s ease,
    padding .28s ease,
    transform .28s ease;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header .header-container {
    background: var(--surface-color);
    padding: 5px 25px;
    
}
.header .logo {
    line-height: 1; margin-top: -10px;
}
.header .logo img {
    max-height: 48px;
    margin-right: 8px;
}
.menu-icon svg {
    width: 80%;
    height: 80%;
}
.features_icon.menu-icon {
    border: 1px solid #0b72ff;
    border-radius: 50% !important;
    padding: 6px;
    background: #eff7ff;
}

/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a, .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    /* font-size: 14px; */
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i, .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover > a, .navmenu .active, .navmenu .active:focus {
    color: var(--nav-hover-color);
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #212529 !important;
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
/* Navmenu - Mobile */
/* ==========================================
   FULL SCREEN MOBILE MENU
   Replace BOTH existing max-width:1199px blocks
========================================== */
@media (max-width:1199px){

  /* toggle icon */
  .mobile-nav-toggle{
    position:absolute;
    right:10px;
    top:8px;
    cursor:pointer;
    z-index:10002 !important;
  }

  .mobile-nav-toggle svg{
    width:32px;
    height:32px;
  }

  .header-container .btn{
    margin-right:22px !important;
  }

  .navmenu{
    padding:0;
    z-index:10000;
  }

  /* ---------- FULLSCREEN MENU PANEL ---------- */
  .navmenu ul{
    display:none;
    list-style:none;

    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100vh;

    margin:0;
    padding:85px 0 25px;

    background:#ffffff;
    overflow-y:auto;

    border-radius:0;
    box-shadow:none;

    z-index:10001 !important;

    opacity:0;
    visibility:hidden;
    transform:translateY(-20px);
    transition:all .28s ease;
  }

  /* open state */
  .navmenu.mobile-nav-active > ul{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:translateY(0) !important;
  }

  /* page scroll lock */
  .navmenu.mobile-nav-active{
    position:fixed;
    inset:0;
    z-index:10000;
  }

  body.mobile-nav-active{
    overflow:hidden;
  }

  /* rows */
  .navmenu.mobile-nav-active ul li{
    display:block;
    width:100%;
    border-bottom:1px solid #f0f0f0;
  }

  .navmenu.mobile-nav-active ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;

    padding:16px 22px !important;

    color:#151515 !important;
    font-size:17px;
    font-weight:500;
    text-decoration:none;
  }

  .navmenu.mobile-nav-active ul li a span{
    color:#151515 !important;
  }

  .navmenu.mobile-nav-active ul li a i{
    display:flex;
  }

  /* dropdown submenu */
  .navmenu .dropdown ul{
    display:none;
    position:static;
    width:100%;
    height:auto;
    padding:0;
    background:#f8f8f8;
    transform:none;
    opacity:1;
    visibility:visible;
  }

  .navmenu .dropdown.dropdown-active > ul{
    display:block !important;
  }

  .navmenu .dropdown ul li a{
    padding:14px 35px !important;
    font-size:15px;
  }

  /* close/open icon swap */
  .menuclosesvg{
    display:none;
  }

  .navmenu.mobile-nav-active .menuopensvg{
    display:none;
  }

  .navmenu.mobile-nav-active .menuclosesvg{
    display:block;
  }

  /* hide descriptions */
  span.menu-description{
    display:none;
  }
  .menuclosesvg path {
    fill: #000;
}


}
/* Megamenu 2 - Desktop */
@media (min-width: 1200px) {
  .navmenu .megamenu-2 {
    position: static;
    /* Hide Mobile Megamenu in Desktop */
    /* Tab Navigation */
    /* Tab Content */
  }
  .navmenu .megamenu-2 .mobile-megamenu {
    display: none;
  }
  .navmenu .megamenu-2 .desktop-megamenu {
    background-color: var(--nav-dropdown-background-color);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    border-radius: 6px;
    z-index: 99;
    padding: 0;
    display: flex;
    max-height: 80vh;
    overflow: hidden;
  }
  .navmenu .megamenu-2:hover > .desktop-megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .megamenu-2 .tab-navigation {
    width: 250px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding: 25px 0;
    flex-shrink: 0;
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs {
    border: none;
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item {
    width: 100%;
    padding-left: 10px;
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 25px;
    border: none;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    border-radius: 0;
    color: var(--nav-dropdown-color);
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
    padding-left: 30px;
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link.active {
    background-color: var(--surface-color);
    border-left-color: var(--accent-color);
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link.active i {
    color: var(--accent-color);
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link.active span {
    color: var(--accent-color);
    font-weight: 600;
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link i {
    font-size: 20px;
    transition: 0.3s;
    flex-shrink: 0;
  }
  .navmenu .megamenu-2 .tab-navigation .nav-tabs .nav-item .nav-link span {
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
  }
  .navmenu .megamenu-2 .tab-content {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    /* Content Grid Layout */
    /* Featured Banner */
    /* Resources Layout */
  }
  .navmenu .megamenu-2 .tab-content .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
    align-items: start;
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section h4 {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s;
    color: var(--nav-dropdown-color);
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    transform: translateX(8px);
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link:hover i {
    color: var(--accent-color);
    transform: scale(1.1);
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link i {
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 20%);
    font-size: 18px;
    transition: all 0.3s;
    min-width: 18px;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link div {
    flex: 1;
    min-width: 0;
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link div span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1.3;
  }
  .navmenu .megamenu-2 .tab-content .content-grid .product-section .product-list .product-link div small {
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 40%);
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner {
    background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--accent-color), transparent 98%) 100%);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info {
    flex: 1;
    min-width: 0;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info h5 {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info p {
    color: var(--nav-dropdown-color);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn:hover {
    color: color-mix(in srgb, var(--accent-color), black 15%);
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn:hover i {
    transform: translateX(4px);
  }
  .navmenu .megamenu-2 .tab-content .featured-banner .banner-content .banner-info .cta-btn i {
    transition: 0.3s;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: start;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category {
    background-color: var(--surface-color);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    transition: all 0.3s;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    border-color: var(--accent-color);
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category i {
    color: var(--accent-color);
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category h5 {
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category p {
    color: var(--nav-dropdown-color);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link {
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link:hover {
    color: color-mix(in srgb, var(--accent-color), black 15%);
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link:hover i {
    transform: translateX(3px);
  }
  .navmenu .megamenu-2 .tab-content .resources-layout .resource-categories .resource-category .resource-link i {
    transition: 0.3s;
  }
}

/* Megamenu 2 - Mobile */
@media (max-width: 1199px) {
  
  .navmenu .megamenu-2 .desktop-megamenu {
    display: none;
  }
  .navmenu .megamenu-2 .mobile-megamenu {
    position: static;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all .5s ease-in-out;
    border-radius: 6px;
    overflow: hidden;
  }
  .navmenu .megamenu-2 .mobile-megamenu li {
    position: relative;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  .navmenu .megamenu-2 .mobile-megamenu li:last-child {
    border-bottom: none;
  }
  .navmenu .megamenu-2 .mobile-megamenu li a {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nav-dropdown-color);
    font-size: 15px;
    transition: 0.3s;
    font-weight: 500;
  }
  .navmenu .megamenu-2 .mobile-megamenu li a:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }
  .navmenu .megamenu-2 .mobile-megamenu li ul {
    padding: 0;
    background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  }
  .navmenu .megamenu-2 .mobile-megamenu li ul li a {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
  }
  .navmenu .megamenu-2 .mobile-megamenu.dropdown-active {
    display: block;
  }
}

/* Extended Dropdown 2 - Desktop */
@media (min-width: 1200px) {
  .extended-dropdown-2 ul {
    min-width: 380px;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    background-color: color-mix(in srgb, var(--nav-dropdown-background-color), transparent 5%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  .extended-dropdown-2 ul li {
    min-width: auto;
    border-bottom: none;
  }
  .extended-dropdown-2 ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  .extended-dropdown-2 ul a {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--nav-dropdown-color);
    transition: all 0.25s ease;
    border-radius: 10px;
    background-color: transparent;
    position: relative;
  }
  .extended-dropdown-2 ul a .menu-item-content {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
  }
  .extended-dropdown-2 ul a .menu-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .extended-dropdown-2 ul a .menu-icon img {display: inline-block;}
  .extended-dropdown-2 ul a .menu-icon::before {
    content: ""; display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #7644ff 80%));
    opacity: 0.15;
    z-index: -1;
    transition: all 0.3s ease;
  }
  .extended-dropdown-2 ul a .menu-icon i {
    font-size: 18px;
    color: var(--accent-color);
    margin: 0;
    transition: all 0.3s ease;
  }
  .extended-dropdown-2 ul a .menu-text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .extended-dropdown-2 ul a .menu-text .menu-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
    color: var(--nav-dropdown-color);
    transition: color 0.3s ease;
  }
  .extended-dropdown-2 ul a .menu-text .menu-description {
    font-size: 13px;
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 40%);
    font-weight: 400;
    transition: color 0.3s ease;
  }
  .extended-dropdown-2 ul a .menu-badge {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    margin-left: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
  .extended-dropdown-2 ul a .menu-badge.hot {
    background-color: color-mix(in srgb, #ff5722, transparent 85%);
    color: #ff5722;
  }
  .extended-dropdown-2 ul a .menu-badge.updates {
    background-color: color-mix(in srgb, #4caf50, transparent 85%);
    color: #4caf50;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
  }
  .extended-dropdown-2 ul a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }
  .extended-dropdown-2 ul a:hover .menu-icon {
    transform: translateY(-2px);
  }
  .extended-dropdown-2 ul a:hover .menu-icon::before {
    opacity: 0, 3;
    box-shadow: 0 6px 15px color-mix(in srgb, var(--accent-color), transparent 75%);
  }
  .extended-dropdown-2 ul a:hover .menu-icon i {
    color: color-mix(in srgb, var(--accent-color), #000000 10%);
  }
  .extended-dropdown-2 ul a:hover .menu-text .menu-title {
    color: var(--nav-dropdown-hover-color);
  }
  .extended-dropdown-2 ul a:hover .menu-text .menu-description {
    color: color-mix(in srgb, var(--nav-dropdown-hover-color), transparent 30%);
  }
  .extended-dropdown-2 ul a:hover .menu-badge {
    transform: scale(1.05);
  }
  .extended-dropdown-2 ul a:hover .menu-badge:not(.hot):not(.updates) {
    background-color: color-mix(in srgb, var(--accent-color), transparent 75%);
  }
  .extended-dropdown-2 ul a:hover .menu-badge.hot {
    background-color: color-mix(in srgb, #ff5722, transparent 75%);
  }
  .extended-dropdown-2 ul a:hover .menu-badge.updates {
    background-color: color-mix(in srgb, #4caf50, transparent 75%);
  }
}
/* Extended Dropdown 2 - Mobile */
@media (max-width: 1199px) {
  .extended-dropdown-2 ul {
    background-color: var(--nav-mobile-background-color);
    border-radius: 10px;
    padding: 10px;
  }
  .extended-dropdown-2 ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .extended-dropdown-2 ul a {
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .extended-dropdown-2 ul a .menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .extended-dropdown-2 ul a .menu-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .extended-dropdown-2 ul a .menu-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #7644ff 80%));
    opacity: 0.15;
    z-index: -1;
  }
  .extended-dropdown-2 ul a .menu-icon i {
    font-size: 16px;
    color: var(--accent-color);
    margin: 0;
  }
  .extended-dropdown-2 ul a .menu-text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .extended-dropdown-2 ul a .menu-text .menu-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .extended-dropdown-2 ul a .menu-text .menu-description {
    font-size: 12px;
    color: color-mix(in srgb, var(--nav-dropdown-color), transparent 40%);
  }
  .extended-dropdown-2 ul a .menu-badge {
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    margin-left: 10px;
    flex-shrink: 0;
  }
  .extended-dropdown-2 ul a .menu-badge.hot {
    background-color: color-mix(in srgb, #ff5722, transparent 85%);
    color: #ff5722;
  }
  .extended-dropdown-2 ul a .menu-badge.updates {
    background-color: color-mix(in srgb, #4caf50, transparent 85%);
    color: #4caf50;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
  }
  .extended-dropdown-2 ul a:hover, .extended-dropdown-2 ul a:active {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }
  .extended-dropdown-2 ul a:hover .menu-text .menu-title, .extended-dropdown-2 ul a:active .menu-text .menu-title {
    color: var(--nav-dropdown-hover-color);
  }
  .extended-dropdown-2 ul .active {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }
  .extended-dropdown-2 ul .active .menu-title {
    color: var(--nav-dropdown-hover-color);
  }
} 


.navmenu ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.navmenu ul li.sigin_menubg{color: var(--primary);}
li.sigin_menubg {
    position: relative;
}

li.sigin_menubg:after {content: " "; position: absolute; width: 2px; height: 15px; background: var(--primary);
    top: 0; bottom: 0; margin-top: 22px;}

    

.inner_pg_style .download_head_textbg {color: #fff;}
.inner_pg_style .header-fixed .download_head_textbg {color: #000;}
.home_pg_style img.logo_white {
    display: none !important;
}

.inner_pg_style img.logo_black {
    display: none !important;
}
.inner_pg_style .header-fixed img.logo_black {
    display: inline-block !important;
}
.inner_pg_style .header-fixed img.logo_white {
    display: none !important;
}

.theme-dark-static img.logo_white {
    display: none !important;
}
.theme-dark-static .header-fixed img.logo_black {
    display: inline-block !important;
}
.theme-dark-static .header-fixed img.logo_white {
    display: none !important;
}

body.theme-fullwhite .header-fixed .navmenu ul li a, body.theme-fullwhite .header-fixed .navmenu ul li ul li a {
  color: #000 !important;
}

/* Fixed Header */
#header.header-fixed {
   transition: .5s;
   background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.blue-btn {
  background: #0089ff !important;
  color: #fff !important;
  border: 1px solid #0089FF;
}

.white-btn {
  background: #fff !important;
  color: #0089ff !important;
  border: 1px solid #fff;
}

.dark-text {
  color: #151515 !important;
}

.white-text {
  color: #fff !important;
}

.mobile-nav-active .menuopensvg{display: none;}
 .menuclosesvg{display: none;}
.mobile-nav-active .menuclosesvg{display: block;}

.bi-chevron-down.toggle-dropdown, .inner_pg_style.theme-fullwhite .header-fixed .bi-chevron-down.toggle-dropdown{background: url(../images/down_chevron_icon.svg) no-repeat center;     background-size: 100% auto;
    width: 15px;
    height: 10px;
}
.inner_pg_style.theme-fullwhite .bi-chevron-down.toggle-dropdown{background: url(../images/down_chevron_w_icon.svg) no-repeat center;     background-size: 100% auto;
    
}
.logo {
  cursor: pointer;  
}

.download_bg_header {
    display: block;
    padding-top: 4px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px; padding-right: 25px;
}

.download_bg_header a img {
    height: 26px;
}

.download_head_textbg {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    font-family: Inter, sans-serif;
}
.download_bg_footer {
    display: block;
    padding-top: 10px;
    text-align: right;
}

.download_bg_footer a img {
    height: 36px;
}
.download_bg_hero {
    display: block;
    padding-top: 10px;
    text-align: center;
}

.download_bg_hero a img {
    height: 46px;
}

.download_bg_home_appsec {
    display: block;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    max-width: 150px;
    margin-top: 40px;
    margin-left: -30px;
}

.download_bg_home_appsec a img {
    height: 60px;
    border: 2px solid #fff;
    border-radius: 10px;
    width: auto;
    max-width: inherit;
    box-shadow: 0px 8px 10px -5px rgb(255 255 255 / 65%);
}
.download_bg_home_appsec a {   
    margin: 10px;
}

.download_bg_home_appsec a img:hover {
    box-shadow: 0px 12px 12px -5px rgb(255 255 255 / 85%);
    transform: translateY(-2px);
    transition: all .3s ease-in-out;
}

.pt_space{padding-top: 30px !important;}


/* Home page */
.hero_text_top {
    background: #E6F4FF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
}

.hero_text_top h2 {
    font-size: 16px;
    color: #0089FF;
     font-family: "Geist", sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.hero_text_top img {vertical-align: middle;}
.hero_sec {
    padding-top: 180px;
    padding-bottom: 0;
    background: url(../images/hero_bg_cercle.webp) no-repeat;
    background-position: right 0; overflow: hidden;
}
.hero_left_bg h1 {
    font-size: 76px;
    line-height: 77px;
    padding: 40px 0 10px; font-style: italic;
}
.hero_left_bg h2.hero_subh2 {
    font-size: 24px;
    padding-bottom: 15px;
}
.primary_color{color: var(--primary);}

.hero_left_bg p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 34px;
}

ul.hero_3cercle {
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}

ul.hero_3cercle li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 0 0 -5px;
    padding: 0;
}

ul.hero_3cercle li div {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    padding: 7.5px 5px;
}



ul.hero_3cercle li:nth-child(1) div{background: #FFDBDB;color: #FF4A4A;border: 1px solid #FF4A4A;}
ul.hero_3cercle li:nth-child(2) div{background: #C9F3B2;color: #71B94B;border: 1px solid #71B94B;}
ul.hero_3cercle li:nth-child(3) div{background: #E6F4FF;color: #0089FF;border: 1px solid #0089FF;}

.hero_ratingbg {
    padding-top: 20px; }

.hero_ratingbg b {
    color: #0089FF;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

ul.hero_star_rate {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

ul.hero_star_rate li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 1px;
}

ul.hero_star_rate li svg {
    color: #FFBF4A;
}

.trust_textbg {
    font-size: 12px;
    color: #A1A1A1;
    padding-top: 15px; padding-bottom: 20px;
}
.hero_right_bg {
    position: relative;
}

.hero_manbg {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
}

.hero_manbg img {
    max-width: 679px;
}

.hero_man_label_com {
    font-size: 20px;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
    width: 320px;
    padding: 10px 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 8px;
}

.hero_man_label1 {
    background: rgb(255 255 255 / 50%);
    margin-top: 0;
        animation: moveSlowly 12s linear infinite;
}

.hero_man_label2 {
    margin-top: 40%;
    margin-left: 24%;
    background: #0089FF;
    color: #fff;
        animation: moveSlowly 14s linear infinite;
}

.hero_man_label3 {
    margin-top: 60%;
    background: #fff;
    color: #0089FF;
    left: auto;
    right: 0;
        animation: moveSlowly2 12s linear infinite;
}
@keyframes moveSlowly {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveSlowly2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
section.back_marguee_sec {
    background: #151515;
    display: block;
    padding: 15px;
    height: 80px;
}
.hero_cerclebg {height: 564px;}
.video_section {
    background: #F2F9FF;
    padding: 60px 0;
}
.video_section {
    background: #F2F9FF;
    padding: 60px 0;
}

.video_bg {
    background: #fff;
    border: 1px solid #f2f9ff;
    border-radius: 20px;
    height: auto;
    text-align: center;
    position: relative;
}

.video_plybu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 23% 0;
}

/*box3 design*/

ul.filter_3box_ul {
    margin: 0 auto;
    padding: 25px 0 50px;
    display: inline-block;
}

ul.filter_3box_ul li {
    margin: 0;
    padding: 0 8px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.filter_3box_bu.active {
    background: var(--btnbluegradient);
    color: var(--text-white);
}

.filter_3box_bu {
    text-decoration: none;
    padding: 15px 16px;
    text-align: center;
    border-radius: 50px;
    background: #E6F4FF;
    border: 1px solid #0089FF;
    color: #0089FF;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.whoisbilrfor_section {
    background: #F2F9FF;
}

.box3_forbg.active {border: 1px solid #99D0FF;
    background: #0089FF;}
.box3_forbg.active h4, .box3_forbg.active p, .box3_forbg.active ul li {color:  #fff;}
.box3_forbg.active ul li {border-bottom: 1px solid #fff;}
.box3_forbg.active .box3_iconbg {background: #fff;}
.box3_forbg {
    border: 1px solid #99D0FF;
    background: #fff;
    border-radius: 8px;
    padding: 37px 20px;
    box-shadow: 4px 4px 4px 0px #0089FF0D;
}

.box3_iconbg {
    display: inline-block;
    margin: 0 0 30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--btnbluegradient);
    color: var(--text-white);
    padding: 15px;
    text-align: center;
}

.box3_forbg_row {
    padding: 20px 0;
}

.box3_forbg h4 {
    color: #151515;
    font-style: italic;
    font-size: 24px;
    display: block;
    margin: 0;
    padding-bottom: 24px;
}

.box3_forbg p {
    font-size: 16px;
    color: #151515;
    margin: 0;
    padding: 0 0 5px;
}

.box3_forbg ul {margin: 0;padding: 0 0 15px;list-style: none;}
.box3_forbg ul li {
    color: #151515;
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #151515;
    padding-top: 15px;
    position: relative; padding-left: 40px;
}
.box3_forbg ul li:last-child{border: none;}

.box3_forbg ul li::after{content: " "; width: 24px; height: 24px; background: url('../images/check_style1_black.svg') no-repeat center;
  background-size: contain;     display: inline-block;
    position: absolute;
    left: 0;}
.box3_forbg.active ul li::after{content: " "; background: url('../images/check_style1_white.svg') no-repeat center;}

/* // box3 design*/


/* need design*/

.need_section {
    padding: 118px 0 100px;
}
.slidebox_bg_outer{display: block; padding-bottom: 50%; position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: auto;
    transform-origin: center top; height: 0;}


.slidebox_bg_outer.slidebox_bg2 .slidebox_bg {
    background: #c8d6ee;
}

.slidebox_bg_outer.slidebox_bg3 .slidebox_bg {
    background: #d9edde;
}

.slidebox_bg_outer.slidebox_bg1 .slidebox_bg {
    background: #a6bbcc;
}

.slidebox_bg_outer ul li::after{content: " "; width: 24px; height: 24px; background: url('../images/check_duble_black.svg') no-repeat center;
  background-size: contain;     display: inline-block;
    position: absolute;
    left: 0;}

.need_row {
    padding-top: 60px;
}

/*.slidebox_bg1 {
    background: rgb(204 204 204);
}*/

.slidebox_bg {
    display: flex;
     border-radius: 8px;
    padding: 50px 40px;
}

.slidebox_in2 {
    width: 55%;
    padding-right: 30px;
}

.slidebox_in1 {
    width: 45%;
}

.slidebox_in2 h5 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #151515;
    font-style: italic;
}
.slidebox_in2 h3 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #151515;
    font-style: italic;
}

.slidebox_in2 p {
    font-size: 16px;
    color: #151515;
}
.slidebox_in2 p a {
    color: #151515; text-decoration: underline;
}
.slidebox_in2 ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.slidebox_in2 ul li {
    padding: 10px 0 0 40px;
    position: relative;
}



.marquee__item {
    font-family: "DM Serif Text", serif;
    text-transform: none;
    font-size: 30px;
    font-style: italic;color: #fff;
}
        
.wistia-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}

.wistia-video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: 0;
  display: block;
}

/* // need design*/


/*autopopup*/
.pop_2 {
    display: flex;
}

.pop_left {
    width: 50%;
}

.pop_right {
    width: 50%;
    padding: 60px 30px; position: relative; text-align: left;
}

.pop_right .mfp-close {cursor: pointer; padding: 2px;  background-position: center center; background-repeat:no-repeat; 
    background-size: 15px auto;}


.popimgbg {
     display: block;
    height: 100%;
 background-image: url(../images/bilr-offer.jpg); 
    background-position: top center; background-repeat:no-repeat; 
    background-size: cover; position: relative;
    border-radius: 16px 0 0 16px;
 }



.pop_right h3 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 30px; font-weight: 500; font-style: italic;
    line-height: 36px; color:#070e27;
}

.pop_right p {
    font-size: 18px;
    line-height: 28px;
    display: block;
    text-align: left;
    margin: 0; font-weight: 400;
    padding-bottom: 35px; color: #405261;
}
.pb-15 {padding-bottom: 15px !important;}
.pop_right p b {font-weight: 800;}
.pop_bu_bg {
    display: block;
}

.pop_bu_bg .btn.btn_ai_trial {
    width: 100%;
    display: block; text-align: center;
}
.pop_bu_bg .btn.btn_ai_trial:hover{opacity: 0.8;}

.pop_bu_bg a.btn.btn_ai_trial.nothanks_bu {
    background: none !important;
    border: 1px solid #405261 !important;
    color: #405261;
}


span.pop_textbg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 15px;
    text-align: center;
    top: 0;
}

span.pop_text1 {
    font-size: 100px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: flex;
    vertical-align: bottom;
    line-height: 110px;
    /* font-family: Calistoga; */
    /* background: #ffffff; */
    /* border-top: 5px solid #fff; */
    /* border-bottom: 5px solid #fff; */
    text-align: center;
    margin: 0; font-family: "DM Serif Text", serif;
}

span.pop_text2 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    display: block;
    vertical-align: bottom;
    line-height: 45px;
    /* font-family: Calistoga; */
    margin-top: -26px;
}

span.pop_text3 {
    background: rgb(11 114 255 / 88%);
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

span.pop_text4 {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

span.pop_text5 {
    display: table-cell;
    vertical-align: middle;
}

span.pop_text1 span.pop_text_sup1 {
    font-size: 60px;
    line-height: 60px;
    /* height: 40px; */
    display: inline-block;
}

span.pop_text7 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

span.pop_text6 {
    display: inline-block;
    vertical-align: middle;
    line-height: 68px;
    width: 50%;
    text-align: left;
}

span.pop_text3:before {content:" ";position: absolute;border: 1px solid #fff;left: 15px;top: 15px;right: 15px;bottom: 15px;}

span.pop_text3:after {content:" ";position: absolute;border: 1px solid rgb(255 255 255 / 28%); left: 25px;top: 25px;right: 25px;bottom: 25px;
background-image: url(../images/offer_pop_patern.png); 
background-position: center; background-repeat:no-repeat; 
    background-size: 100% auto;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 3.5s;

}

.offer_popup_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
body.open-popup {  overflow: hidden;}

.offer_popup_box {
    position: relative;

    background: #fff;

    width: 100%;
    max-width: 800px;

    border-radius: 16px;

    padding: 0;

    animation: popupFade .3s ease;
}

.offer_popup_close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: 0;
    background: transparent;
    font-size: 32px;
    cursor: pointer; z-index: 1;
}

.offer_popup_content {
    text-align: center;
}

.popup_btns {
    display: block;
    margin-top: 25px;
}
.popup_btns .btn {
display: inline-block;    
margin: 10px 0 0; width:100%;
}
@keyframes popupFade {

    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* // autopopup*/

 /* feature slider */

.home_feature_slider{
    padding: 60px 0;
}
.feat_slider_item {
    background: rgba(204, 231, 255, 1);
    padding: 40px;
    text-align: center;
    border-radius: 8px;
}

.feat_slider_iconbg {
    padding-bottom: 20px;
}

.feat_slider_item h4 {
    color: rgba(21, 21, 21, 1);
    font-size: 22px; padding-bottom: 15px;
     font-style: italic; margin: 0;
}
.feat_slider_item p {
    color: rgba(21, 21, 21, 1);
    font-size: 16px;
    line-height: 24px; margin: 0;
}
.featslider_section {
    background: #F2F9FF;
}
 /* // feature slider */

/* Blog */

.bloglist_3by3 .twobytwo_text h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
.blog_com_bg h1 {
  font-size: 48px;
  line-height: 55px;
}

.bgnone {
  background: none;
}

.blogsiglepg_img {
  margin: 40px 0;
}


.blogsiglepg_contenbg {
  display: block;
}



.blogsiglepg_contenbg h3 {
  color: #111842;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 15px;
}


.blogsiglepg_contenbg p {
  color: #111842;
  text-align: left;
  letter-spacing: -.0035px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}


.blogsiglepg_contenbg ul {
  color: #111842;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  list-style-type: decimal;
}

.blogsiglepg_contenbg a {
  color: var(--primary);
  text-decoration: none;
}

.blogsiglepg_contenbg a:hover {

  text-decoration: underline;

}



/* Trusted */

.d-flex.trust5box {
    background: #F2F9FF;
    border: 1px solid #99D0FF;
    border-radius: 8px;
    padding: 40px 0;
}

.row.trusted_row {
    padding-top: 40px;
}

.trust5box_sing {
    width: 33%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.trust5box_sing b {
    display: block;
    font-size: 48px;
    color: #0089FF;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
}



.trust5box .trust5box_sing:last-child {border: none;}

.trusted_section {
    padding-bottom: 45px;
}

.trust3box_sing {
    width: 33%;
    background: #F2F9FF;
    border: 1px solid #CCE7FF;
    padding: 31px 27px; border-radius: 8px; margin: 0 15px;
}

.trust3box_sing p {
    font-size: 16px;
    color: #111842;
    font-family: "DM Serif Text", serif;
    font-style: italic;
    max-height: 300px;
    overflow-y: auto;
}

.trust_cerclebg span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #99D0FF;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    color: #0089FF;
    border: 1px solid #0089FF;
}

.trust_cerclebg {
    padding-right: 10px;
}

.trust_clientname b {
    display: block;
    font-size: 12px;
    color: #A1A1A1;
    font-weight: 400;
}

.trust_clientname span {
    font-size: 12px;
    color: #A1A1A1;
    font-weight: 400;
}
.trust3box_sing ul.hero_star_rate {
    padding-left: 0;
}

.trust3box_sing ul.hero_star_rate svg {
    width: 16px;
}

ul.hero_star_rate {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

ul.hero_star_rate li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 1px;
}

ul.hero_star_rate li svg {
    color: #FFBF4A;
}


/* Pricing section */

.price_section {
    background: var(--btnbluegradient);
    padding: 58px 0;
}
.box3_price_row {
    padding: 20px 0;
}

.box3_price h4 {
    color: #151515;
    font-style: italic;
    font-size: 48px;
    display: block;
    margin: 0;
    padding-bottom: 0;
}

.box3_price p {
    font-size: 16px;
    color: #151515;
    margin: 0;
    padding: 0 0 5px;
}

.box3_price ul {margin: 0; padding: 25px 0 15px;list-style: none;}
.box3_price ul li {
    color: #151515;
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #151515;
    padding-top: 15px;
    position: relative; padding-left: 40px;
}
.box3_price ul li:last-child{border: none;}

.box3_price ul li::after{content: " "; width: 24px; height: 24px; background: url('../images/check_style1_black.svg') no-repeat center;
  background-size: contain;     display: inline-block;
    position: absolute;
    left: 0;}
.box3_price.active ul li::after{content: " "; background: url('../images/check_style1_white.svg') no-repeat center;}
.box3_price {
    border: 1px solid #99D0FF;
    background: #fff;
    border-radius: 8px;
    padding: 37px 20px;
    box-shadow: 4px 4px 4px 0px rgba(0, 137, 255, 0.0509803922);
}
.box3_price.active {border: 1px solid #111842;
    background: #111842;}
.box3_price.active h4, .box3_price.active p, .box3_price.active ul li, .box3_price.active span {color:  #fff;}
.box3_price.active ul li {border-bottom: 1px solid #66B8FF;}
.pricebx_top {
    background: #E6F4FF;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 15px;
}


/* FAQ */

.faq_section {
    padding: 160px 0 100px;
}

.sm_head {
    font-size: 40px;
    color: #252525;
    font-style: italic;
}

.faq_section .accordion {
    padding-top: 25px;
}

.faq_section .accordion .accordion-item {
    border: none;
}

/* //.faq_section .accordion .accordion-item .accordion-header {} */

.faq_section .accordion .accordion-item .accordion-header button {
    background: none;
    color: #0089FF;
    font-family: "DM Serif Text", serif;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    font-size: 24px;
    font-style: italic; padding-left: 0;
}

.faq_section .accordion .accordion-item .accordion-header button.collapsed {
    color: #252525;
}
.faq_section .accordion .accordion-item .collapse .accordion-body{padding-left: 0; padding-top: 0;}
.faq_section .accordion .accordion-item .collapse.show {
    color: #0089FF;
}
.faq_content {
    padding-left: 45px;
}

.accordion-collapse {
  display: none;
}

.accordion-collapse.show {
  display: block;
}


/* Features */



.features_hero {
    background: #111842;
}

.hero_com_bg p {
    color: #fff;
}

.hero_com_bg h1 { font-style: italic;
}


section.feat_slide_sec {
    padding: 0;
    background: var(--btnbluegradient);
}

.feat_slide_col ul {
    list-style: none;
    display: flex;
}

.feat_slide_col ul li {
    padding: 26px 20px;
}

.feat_slide_col ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "DM Serif Text", serif;
    font-style: italic;
}

.feat_slide_col ul li span {
    font-size: 24px;
}

.feat_slide_col ul li a.active {
  border-bottom: 3px solid #fff;
  color: #fff;
}


.twobytwo_text h5 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #151515;
    font-style: italic;
}
/*
.twobytwo_text p {
    font-size: 16px;
    color: #151515;
}*/

.twobytwo_text ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.twobytwo_text ul li {
    padding: 10px 0 0 40px;
    position: relative;
}
.twobytwo_text ul li::after{content: " "; width: 24px; height: 24px; background: url('../images/check_duble_black.svg') no-repeat center;
  background-size: contain;     display: inline-block;
    position: absolute;
    left: 0;}

/*.twobytwo_text h2 {
    padding-bottom: 20px;
    font-size: 48px; font-style: italic;
}


.twobytwo_text {
    padding-right: 60px;
}
.order-lg-2 .twobytwo_text {
    padding-right: 0;
    padding-left: 60px;
}
.sub_head_topbx {
    background: #E6F4FF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #0089FF;
}*/

/*ledes section*/
.tally_ledes_sec {padding-top: 130px; padding-bottom: 130px;}
.tally_ledes_imgrow {
    padding-top: 64px;
}

.tally_ledes_img {
    background: #E6F4FF;
    text-align: center;
    padding: 70px; height: 411px;
}
.featues_img{background: #E6F4FF;
    text-align: center;
    padding: 40px; border-radius: 8px; }

.tally_ledes_imgrow p {
    padding-top: 40px;
    font-size: 24px;
    color: #000;
}
.lightblue_very{background: #F2F9FF;}

.featues_pic_sec {padding-top: 80px; padding-bottom: 80px;}
.feature-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.feature-tabs button {
  padding: 8px 16px;
  border: none;
  background: #e6f4ff;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.feature-tabs button.active {
  background: #0089ff;
  color: #fff;
}
.wistia_2by2_video{display: block;}
.wistia_2by2_video iframe{width: 100%; height: 400px;}


@media  only screen and (max-width: 1599px) and (min-width: 1350px){

}

@media  only screen and (max-width: 1349px) and (min-width: 1200px){

}

@media  only screen and (max-width: 1199px) and (min-width: 992px){

}


@media  only screen and (max-width: 991.58px) and (min-width: 768px){

}

@media  only screen and (max-width: 767px) and (min-width: 500px){


}

@media only screen and (min-width: 500px) {

}

@media  only screen and (max-width: 499px){


}

/* Solutions */



.lightblue_hero {
    background: #0370CE;
}
.hero_com_bg h1 { font-style: italic;
}

.hero_com_bg p {
    color: #fff;
}



/*.hero_2b2_imgbg div {
    padding-left: 50px;
}
.hero_2b2_text .hero_com_bg {
    padding-right: 50px;
}*/

.solution_3boxcom {margin-top: -85px;}

.solution_3boxs {
    padding: 40px 30px;
    background: #E6F4FF;
    text-decoration: none;
    border-radius: 8px;
}

.s3b_iconbg img {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.s3b_iconbg div {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary);
    padding: 14px 5px;
    text-align: center;
    max-width: 64px;
}

.s3b_textbg {
    padding-left: 15px;
}

.s3b_textbg strong {
    color: #151515;
    display: block;
    font-weight: 400;
    font-family: "DM Serif Text", serif;
    font-style: italic;
    font-size: 24px;
    padding-bottom: 8px;
    margin: 0;
    line-height: 24px;
}

.s3b_textbg span {
    font-size: 16px;
    color: #151515;
}
.solution_3boxcom.active .s3b_textbg span, .solution_3boxcom.active .s3b_textbg strong {color: #fff;}
.solution_3boxcom.active .s3b_iconbg div{background: #fff;}
.solution_3boxcom.active .solution_3boxs {background:#111842;}
.solution_3boxs:hover{box-shadow: 0 2px 28px -7px rgb(0 0 0 / 31%);}

.lightgray_bg {background: #fafafa;}
.solution_3box_sec {background: #fafafa;}
.twobytwo_text h5 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #151515;
    font-style: italic;
}

.twobytwo_text p {
    font-size: 16px;
    color: #151515;
}

.twobytwo_text ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.twobytwo_text ul li {
    padding: 10px 0 0 40px;
    position: relative;
}
.twobytwo_text ul li::after{content: " "; width: 24px; height: 24px; background: url('../images/check_duble_black.svg') no-repeat center;
  background-size: contain;     display: inline-block;
    position: absolute;
    left: 0;}

.twobytwo_text h2 {
    padding-bottom: 20px;
    font-size: 48px; font-style: italic;
}


.twobytwo_text {
    padding-right: 60px;
}
.order-lg-2 .twobytwo_text {
    padding-right: 0;
    padding-left: 60px;
}
.sub_head_topbx {
    background: #E6F4FF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #0089FF;
}


.twobytwo_text h5 {
    font-size: 32px;
    padding-bottom: 20px;
    color: #151515;
    font-style: italic;
}

.twobytwo_text p {
    font-size: 16px;
    color: #151515;
}

.twobytwo_text ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.twobytwo_text ul li {
    padding: 10px 0 0 40px;
    position: relative;
}
.twobytwo_text ul li::after{content: " "; width: 24px; height: 24px; background: url('../images/check_duble_black.svg') no-repeat center;
  background-size: contain;     display: inline-block;
    position: absolute;
    left: 0;}

.twobytwo_text h2 {
    padding-bottom: 20px;
    font-size: 48px; font-style: italic;
}


.twobytwo_text {
    padding-right: 60px;
}
.order-lg-2 .twobytwo_text {
    padding-right: 0;
    padding-left: 60px;
}
.sub_head_topbx {
    background: #E6F4FF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #0089FF;
}
.tally_ledes_sec {padding-top: 130px; padding-bottom: 130px;}
.tally_ledes_imgrow {
    padding-top: 64px;
}

.tally_ledes_img {
    background: #E6F4FF;
    text-align: center;
    padding: 50px; height: 300px; border-radius: 8px;
}

.tally_ledes_imgrow p {
    padding-top: 40px;
    font-size: 22px;
    color: #000;
}

/* Pricing page */

.switch.pricing_yearswitch {
  position: relative;
    display: inline-block;
    width: 280px;
    height: 40px;
    margin: 0;
}

/* Hide default HTML checkbox */
.switch.pricing_yearswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.pricing_yearswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing_yearswitch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
    width: 100px;
    left: 4px;
    bottom: 5px;
    background-color: #0D133A;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing_yearswitch input:checked + .slider {
  background-color: #fff;
}

.pricing_yearswitch input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

.pricing_yearswitch input:checked + .slider:before {
  /*-webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);*/
      width: 180px;
    left: auto;
    right: 5px;
}
.save30sp {
    background: #0089FF;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 14px;
}

/* Rounded sliders */
.pricing_yearswitch .slider.round {
  border-radius: 50px;
}

.pricing_yearswitch .slider.round:before {
  border-radius: 50px;
}

span.pricing_year_month {
    position: absolute;
        left: 24px;
    top: 7px;
    margin-left: 0;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    color: #fff;
    text-align: right;
    z-index: 1;
}
.pricing_year_annu {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 8px;
    margin-right: 0;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    text-align: left;
}

.pricing_yearswitch.checked{color: #fff;}

.pricing_yearswitch.checked .pricing_year_month{color: #151515;}
.switch_textwide_newbg {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 0;
}


.row.subplanheading_row {
  padding-right: 5px;
}
.row.subplanheading_row .planhead_future {
  padding: 0 15px 0 15px;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}
.subplanheading_row .col.planhead_all {
  padding: 0 10px;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.subplanheading_row .planhead_all_in {
  background: #111842;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
  box-shadow: 0px -5px 10px rgb(0 0 0 / 19%);
  height: 100%;
  position: relative;
}
.subplanheading_row .planhead_all_in.planhead_all_in_center{
    background: #1e83ff;
}
.planhead_all_in h3 {
  font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    padding-top: 0px;
}
.planhead_all_in h3 span {
  font-size: 13px;
  font-weight: 400;
}
.planhead_all_offerbox {
  display: block;
  position: relative;
}
.planhead_all_offerbox div {
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 0;
  padding: 10px 6px;
  font-size: 16.53px;
  font-weight: bold;
  margin-top: -35px;
  width: 46px;
  height: 46px;
  margin-right: -5px;
  background-size: 100% auto;
}
.planhead_all_offerbox div span {
  font-size: 13px;
}
.row.subplancontent_newrow_bg {
  max-height: 473px;
  overflow-y: auto; overflow-x: hidden;
  padding-bottom: 4px;
  padding-right: 0;
}
.maxh_auto {
  max-height: inherit !important;
}
.minh-auto {
  min-height: inherit !important;
}

.col.subplancontentleft_new_col {
  padding: 0 15px 0 15px;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%; background: #fff;
}
.subplancontentleft_new_col_inn {
  background: none;
  padding: 10px 15px 6px;
  box-shadow: none;
  height: 100%;
  position: relative;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}
.col.subplancontentright_new_col {
  padding: 0 10px;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%; background: #fff;
}
.subplancontentright_new_col_inn {
  background: none;
  padding: 10px 15px 6px;
  box-shadow: none;
  height: 100%;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}
.plan_check {
  background: url(../images/plan_check.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.plan_minus {
  background: url(../images/plan_minus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.planhead_all_in h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0; font-family: "Geist", sans-serif;
}

.subplanfooter_row {
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.subplanfooter_newrobg.d-block {
  display: block;
}
.subplanfooter_row .planhead_future_in {
  text-align: center;
  padding: 25px;
}

a.more_features_bu {
  text-decoration: none !important;
  font-size: 16px;
  font-style: normal;
}
.show_full {
  max-height: inherit !important;
  padding-right: 5px !important;
}
.subplanheading_row .col.planhead_future .planhead_future_in {
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px;
  box-shadow: none;
  height: 100%;
}
.subplanheading_row .col.planhead_future .planhead_future_in h3 {
  font-size: 32px;
  font-weight: 400;
  color: #151515; font-style: italic;
  display: flex;
    align-items: center; text-align: left;
}
.subplancontent_newrow_bg .col-md-12 .row:nth-child(odd) .col {
  background: rgb(30 131 255 / 11%);
}

.lightblue_very{background: #F2F9FF;}
.darkblue_bg {background: #151515;}
.cta_section.darkblue_bg h2, .cta_section.darkblue_bg p{color: #fff;}


.cont_bxbg_text {
    text-align: center;
    width: 100%;
}

.cont_bxbg {
    border: 1px solid #CCE7FF;
    background: #fff;
    border-radius: 8px;
    height: 100%;
    text-align: center;
    padding: 20px 15px;
}

.cont_bxbg_text p {
    padding: 0;
    margin: 0;
    color: #151515;
    font-size: 20px;
}

.cont_bxbg_text b {
    display: block;
    padding-top: 15px;
    font-size: 24px;
    color: #0089FF;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
}

.cont_bxbg_text a {
    color: #151515;
    font-size: 20px;
    text-decoration: none;
}

.row.cont_widebg {
    padding-top: 40px;
}

.cont_addresbg b {
    display: block;
    font-weight: 500;
    color: #0089FF;
    padding-bottom: 10px;
}

.cont_addresbg p {
    padding-bottom: 20px;
    margin: 0;
}
span.linesp {
    border-bottom: 1px solid #000;
    margin: 25px 0;
}

.inner_com_bg p {color: #151515; font-size: 20px;}
	
/* footer		 */

footer.footer_sec {
    background: #151515;
    padding: 80px 0 100px;
}

.ft_logo img {
    max-width: 263px;
}

ul.ft_soial {
    display: inline-block;
}

.ft_linkright {
    text-align: right;
}

ul.ft_soial li {
    display: inline-block;
    padding: 5px 0 5px 20px;
}

ul.ft_soial li a {
    display: inline-block;
}

ul.ft_soial li a img {
    width: 24px;
}

.ft_linkright_bot p {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 2px 0;
}

ul.ft_privacy {
    display: inline-block;
}

ul.ft_privacy li {
    display: inline-block;
    padding: 2px 0 2px 20px;
}

ul.ft_privacy li a {
    color: #fff;
    text-decoration: none;
}

.ft_linkright_bot {
    padding-top: 15px;
    display: flex !important;
}

.ft_bottom_row {
    margin-top: 25px;
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.ft_bottom_row ul {
    display: block;
    padding-top: 25px;
}

.ft_bottom_row ul li {
    display: inline-block;
    padding: 2px 5% 2px 0;
}

.ft_bottom_row ul li a {
    color: #fff;
    text-decoration: none;
}
ul.ft_soial svg {
    width: 24px;
}

/* about page */

.team_siblebx {
    padding-right: 15px;
}

.team_siblebx_img img {
    width: 258px;
    max-width: 258px;
}

.team_siblebx_text {
    padding-left: 32px;
}

.team_siblebx_text h3 {
    color: #151515;
    font-size: 24px;
    font-style: italic;
    margin: 0;
    padding-bottom: 5px;
}

.team_siblebx_text p {
    color: #151515;
    font-size: 16px; margin: 0;
}

.team_siblebx_text span {
    display: block;
    padding-bottom: 10px;
    color: #0089FF;
}
.gradientblue_bg{background: linear-gradient(151.48deg, #0089FF 1.24%, #005299 97.61%);
}

.cta_section{padding: 80px 0 40px;}

.cta_section.gradientblue_bg h2, .cta_section.gradientblue_bg p{color: #fff;}

/* terms and conditions page */

.privacy-text-link {
  color: var(--primary);
  text-decoration: none;
}

.privacy-text-link:hover {
  text-decoration: underline;
}

.privacy-heading-h2 {
  color: #111842;
  /*text-transform: cpitalize;*/
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.privacy-heading-h4 {
  color: #111842;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px; 
}

.privacy-list-item {
  margin-bottom: 15px;
}

.terms-heading-h2 {
  color: #111842;
  /*text-transform: capitalize;*/
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.privacy-paragraph {
  color: #111842;
  text-align: left;
  letter-spacing: -.0035em;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.privacy-order-list {
  margin-top: 20px; margin-left: 15px;
}

/*responsive*/

@media  only screen and (max-width: 1500px) and (min-width: 1350px){

.com_headbg h2 {
    font-size: 48px;
    line-height: 58px;
}
.twobytwo_text h2 {
    padding-bottom: 10px;
    font-size: 40px;
}
.twobytwo_text ul li {
    padding: 10px 0 0 40px;
    position: relative; font-size: 16px;
}

.hero_left_bg h1 {
    font-size: 60px;
    line-height: 60px;
    padding: 20px 0;
    font-style: italic;
}
.hero_left_bg h2.hero_subh2 {
    font-size: 23px;
    padding-bottom: 12px;
}
.hero_sec {    padding-top: 140px;}
.hero_left_bg p{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 20px;
}
.hero_man_label_com {  font-size: 16px;  width: 253px;}
.video_bg[_ngcontent-ng-c2897463131] {    /*height: 380px;*/}
.video_plybu[_ngcontent-ng-c2897463131] {   margin: 13% 0;}


.ft_logo img {
    max-width: 203px;
}
.ft_linkright_bot p {
    font-size: 14px;
}
ul.ft_privacy li a, .ft_bottom_row ul li a {
    font-size: 14px;
}

}

@media  only screen and (max-width: 1349px) and (min-width: 1200px){

.hero_left_bg h1 {
    font-size: 60px;
    line-height: 60px;
    padding: 20px 0;
    font-style: italic;
}
.hero_left_bg h2.hero_subh2 {
    font-size: 23px;
    padding-bottom: 10px;
}
.hero_sec {    padding-top: 140px;}
.hero_left_bg p{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 20px;
}
.hero_man_label_com {  font-size: 16px;  width: 253px;}
.video_bg[_ngcontent-ng-c2897463131] {    /*height: 380px;*/}
.video_plybu[_ngcontent-ng-c2897463131] {   margin: 13% 0;}   

.hero_man_label1 {  margin-top: 1%;}
.hero_man_label_com{ width: 240px;    }   
.hero_man_label2 {margin-top: 41%;  margin-left: 10%;}  


}

@media  only screen and (max-width: 1199px) and (min-width: 992px){

.hero_man_label1 {
        margin-top: 1%;
    }

    .hero_man_label_com {
        width: 240px;
    }

    .hero_man_label2 {
        margin-top: 41%;
        margin-left: 10%;
    }

    .hero_left_bg h1 {
        font-size: 55px;
        line-height: 60px;
        padding: 20px 0;
        font-style: italic;
    }

    .hero_left_bg h2.hero_subh2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .hero_sec {
        padding-top: 140px;
    }

    .hero_left_bg p {
        font-size: 17px;
        line-height: 28px;
        margin: 0;
        padding-bottom: 20px;
    }

    .hero_man_label_com {
        font-size: 16px;
        width: 253px;
    }
  
    .video_plybu {
        margin: 13% 0;
    }

}
@media  only screen and (max-width: 1199px) {
  .download_bg_header {
    padding-right: 35px;
}
}

@media  only screen and (max-width: 992px){
.order-lg-2 .twobytwo_text {  padding-right: 0;  padding-left: 0;}
.twobytwo_text{  padding-right: 0;}

.team_siblebx.d-flex {
    display: block !important;
}

.team_siblebx.d-flex .team_siblebx_img {
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.team_siblebx  .team_siblebx_text {
    padding: 0;
}

}


@media  only screen and (max-width: 991.58px) and (min-width: 768px){

.hero_man_label1 {
    margin-top: 1%;
  }

  .hero_man_label_com {
    width: 240px;
  }

  .hero_man_label2 {
    margin-top: 41%;
    margin-left: 10%;
  }

  .hero_left_bg h1 {
    font-size: 53px;
    line-height: 58px;
    padding: 20px 0;
    font-style: italic;
  }

  .hero_left_bg h2.hero_subh2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .hero_sec {
    padding-top: 140px;
  }

  .hero_left_bg p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 20px;
  }

  .hero_man_label_com {
    font-size: 16px;
    width: 253px;
  }

  .video_bg {
    height: 380px;
  }

  .video_plybu {
    margin: 13% 0;
  }  

}

@media  only screen and (max-width: 767px){
.solution_3boxcom {
    margin-top: 0 !important; margin-bottom: 10px;
}
.solution_3box_sec .container .row .col-lg-4:first-child {
    margin-top: -15px !important;
}

.pop_right {   padding: 30px 20px; width: 60%;    }
    .pop_left { width: 40%;}
        .pop_right h3{ font-size: 24px;  line-height: 31px;    }
        .pop_right p {   font-size: 14px; line-height: 22px;     padding-bottom: 15px;        }
.popimgbg:before{display: none;}
span.pop_text1 {
    font-size: 38px;
    font-weight: 900;
    padding-bottom: 0; line-height: 35px;
}
span.pop_text1 span.pop_text_sup1 {
    font-size: 20px;
    line-height: 30px;}
span.pop_text2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;  line-height: 30px; margin-top: -18px;
}
span.pop_text6 {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;}
span.pop_text3:before {
    content: " ";
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}
    span.pop_text3:after {
        content: " ";
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px;
    }

}

@media  only screen and (max-width: 767px) and (min-width: 500px){

.com_headbg h2 {
    font-size: 37px !important;
    line-height: 47px !important;
}
    .com_hed_top {  padding: 8px 10px !important;  font-size: 14px !important;  margin-bottom: 15px !important;}
    .com_headbg p {
    font-size: 16px !important;
}
.hero_com_bg h1 {
    font-size: 40px !important;
}
.hero_com_bg p {
    font-size: 18px !important; line-height: 24px !important;
}
.pt-100 { padding-top: 50px;}
.pb-100 { padding-bottom: 50px;}
.sub_head_topbx {
    padding: 8px 10px !important;
    font-size: 14px !important;
}
.twobytwo_text h2 {
    padding-bottom: 5px;
    font-size: 36px !important;
}
.twobytwo_text p {
    font-size: 14px !important;
}
.twobytwo_text ul li {
    padding: 8px 0 0 20px;
    font-size: 14px;
}
.btn {  padding: 6px 10px;  font-size: 14px;}
.twobytwo_img {
    padding-top: 15px;
}
.order-lg-2 .twobytwo_text {  padding-right: 0 !important;  padding-left: 0 !important;}
.twobytwo_text{  padding-right: 0 !important;}
.inner_com_sec {
    padding-top: 100px;
    padding-bottom: 80px;
}
.hero_2b2_imgbg div, .hero_2b2_text .hero_com_bg {
    padding-left: 0; padding-right: 0;
}
.solution_3boxs {  padding: 20px 20px !important;}
.s3b_textbg strong {  font-size: 20px !important; padding-bottom: 4px !important;  line-height: 21px !important;}
.s3b_textbg span {  font-size: 14px !important;}
.s3b_iconbg div { width: 46px !important;  height: 46px !important; padding: 8px 4px !important; max-width: 46px !important;}
.s3b_iconbg img {  width: 24px !important; height: 24px !important;}

.no_creaditcard { font-size: 14px; padding-top: 5px;}
.no_creaditcard span {padding-right: 5px; padding-left: 5px; line-height: 14px;  margin-bottom: 4px;}

.header .logo img {  max-height: 38px;  margin-right: 5px;}
.header-container .btn {  margin-left: 2px !important;}

 .hero_sec {
    padding-top: 100px;
    background-position: right bottom;
    background-size: 80% auto;}
.hero_text_top h2 {
    font-size: 14px;}    

.hero_left_bg h1 {
    font-size: 50px;
    line-height: 50px;
    padding: 20px 0;
    font-style: italic;
}
.hero_left_bg h2.hero_subh2 {
    font-size: 18px;
    padding-bottom: 8px;
}

.hero_left_bg p{
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
}
.hero_ratingbg{
    padding-top: 25px;
}
.hero_manbg img {
    max-width: 365px;
}
.hero_cerclebg {
    height: 362px;
}
.hero_man_label_com {  font-size: 16px;  width: 253px;}

.video_plybu {   margin: 12% 0;}    
.video_plybu img {   max-width: 60px;}
.filter_3box_bu {  padding: 10px 10px;  font-size: 14px;}
ul.filter_3box_ul li {  margin: 0;  padding: 0 5px;}
ul.filter_3box_ul{  margin: 0 auto;  padding: 20px 0 20px;}
.box3_forbg {    padding: 15px 15px; margin-bottom: 10px;}
.box3_iconbg {  margin: 0 0 10px; width: 56px;  height: 56px;  padding: 14px;}
.box3_forbg h4 {  font-size: 20px;  padding-bottom: 10px;}
.box3_forbg p {    font-size: 15px;}
.need_row {  padding-top: 20px;}
.slidebox_bg {  padding: 20px; display: block;}
.slidebox_in2{  width: 100%;  padding-right: 0;}
.slidebox_in2 h5 {  font-size: 26px;  padding-bottom: 10px;}
.slidebox_in2 h3 {  font-size: 26px;  padding-bottom: 10px;}
.slidebox_in1 {  width: 100%;  display: none;}
.marquee__item {
    font-size: 18px;
}
.slidebox_bg_outer { padding-bottom: 0;  top: 0; position: inherit; transform-origin: inherit; height: auto; margin-bottom: 10px; }


.d-flex.trust5box {  padding: 10px; display: block !important;}
.trust5box_sing {   width: 100%;}
.trust5box_sing b {   font-size: 40px;}
.row.trusted_row{  padding-top: 20px;}
.d-flex.trust3box {   display: block !important;}
.trust3box_sing {   display: block;   width: 100%;  padding: 15px; margin-bottom: 10px; margin-left: 0;}
.trusted_section {  padding-bottom: 25px;}

.box3_price {  padding: 15px 20px;  margin-bottom: 10px;}
.box3_price h4{   font-size: 38px;}
.box3_price ul {  margin: 0;  padding: 15px 0 15px;}
.box3_price ul li { font-size: 14px;  padding-bottom: 8px;  padding-top: 8px;  padding-left: 30px;}
.box3_price ul li::after {    content: " "; width: 18px;  height: 18px;}
.pricebx_top {  margin-bottom: 10px;  font-size: 14px;}
.price_section {  padding: 38px 0;}
.box3_price.active ul li::after {
    content: " ";
    background-size: 100% auto;
}

.faq_section {  padding: 60px 0 60px;}
.faq_content {  padding-left: 15px;  padding-top: 15px;}
.sm_head{  font-size: 30px;}
.faq_section .accordion {  padding-top: 10px;}
.faq_section .accordion .accordion-item .accordion-header button {  font-size: 18px;}
.accordion-body { font-size: 14px; padding-bottom: 5px;}

.feat_slide_col ul {
    list-style: none;
    display: block;
    white-space: nowrap;
    overflow-y: auto;
}
.feat_slide_col ul li {
    padding: 16px 10px;
    display: inline-block;
}
.feat_slide_col ul li span {
    font-size: 18px;
}
.feat_slide_col ul li a {
    font-size: 14px;
}
.twobytwo_img {
    padding-top: 15px;
}
.featues_pic_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sub_head_topbx.mb-3 {
    margin-bottom: 10px !important;
}

.blog_com_bg h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .blogsiglepg_img {
    margin: 20px 0;
  }

  .blogsiglepg_contenbg h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .blogsiglepg_contenbg p {
    font-size: 14px;
    line-height: 22px;
  }

  .blogsiglepg_contenbg ul {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }

.subplanheading_row .col.planhead_future .planhead_future_in h3 { font-size: 20px;}
.planhead_all_in h2 {    font-size: 18px;}
.planhead_all_in h3 {   font-size: 18px;}
.planhead_all_in h3 span {  font-size: 12px;}
.subplancontentleft_new_col_inn {   padding: 5px 5px 6px;  font-size: 13px;}  

.cont_addresbg h2 {
    font-size: 28px;
}

.cont_bxbg {
    padding: 10px 10px; margin-bottom: 10px;
}

.cont_bxbg_text p {
    font-size: 18px;
}

.cont_bxbg_text b {
    padding-top: 10px;
    font-size: 18px;
}

.cont_bxbg_text a {
    font-size: 18px;
}
.cont_mapbg iframe {
    height:310px;
}

footer.footer_sec {  padding: 40px 0 40px;}
.ft_logo img {  max-width: 113px;}
.ft_linkright_bot {  padding-top: 15px;  display: block !important; text-align: left;}
ul.ft_privacy li {  display: inline-block;   padding: 2px 10px 2px 0;  font-size: 14px;}
.ft_linkright_bot p{  padding: 2px 0;  font-size: 14px;}
.ft_bottom_row {  display: none;}
.ft_linkright .d-block.text-right {  position: relative;}

ul.ft_soial {  position: absolute;  right: 0;  top: 0;  margin-top: -34px;}

.privacy-heading-h2 { margin-top: 20px; font-size: 20px; line-height: 30px;}
.privacy-heading-h4 { margin-top: 10px; font-size: 18px;  line-height: 22px; }
.privacy-list-item { margin-bottom: 10px;}
.terms-heading-h2 { margin-top: 15px; font-size: 20px; line-height: 30px;}
.privacy-paragraph {margin-top: 10px;margin-bottom: 10px; font-size: 14px;  line-height: 28px;}
.privacy-order-list { margin-top: 10px;}

}

@media only screen and (min-width: 500px) {

}

@media  only screen and (max-width: 499px){


.com_headbg h2 {
    font-size: 26px !important;
    line-height: 37px !important;
}
    .com_hed_top {  padding: 8px 10px !important;  font-size: 13px !important;  margin-bottom: 10px !important;}
    .com_headbg p {
    font-size: 14px !important; line-height: 22px !important;
}
.hero_com_bg h1 {
    font-size: 36px !important;
}
.hero_com_bg p {
    font-size: 14px !important; line-height: 22px !important;
}
.pt-100 { padding-top: 40px;}
.pb-100 { padding-bottom: 40px;}
.sub_head_topbx {
    padding: 5px 10px;
    font-size: 13px;
}
.twobytwo_text h2 {
    padding-bottom: 5px;
    font-size: 32px;
}
.twobytwo_text p {
    font-size: 14px;
}
.twobytwo_text ul li {
    padding: 8px 0 0 20px;
    font-size: 14px;
}
.btn {  padding: 6px 10px;  font-size: 14px;}
.twobytwo_img {
    padding-top: 15px;
}
.order-lg-2 .twobytwo_text {  padding-right: 0 !important;  padding-left: 0 !important;}
.twobytwo_text{  padding-right: 0 !important;}
.inner_com_sec {
    padding-top: 85px;
    padding-bottom: 50px;
}
.hero_2b2_imgbg div, .hero_2b2_text .hero_com_bg {
    padding-left: 0; padding-right: 0; padding-bottom: 10px;
}

.solution_3boxs {  padding: 12px 15px !important;}
.s3b_textbg strong {  font-size: 18px !important; padding-bottom: 4px !important;  line-height: 21px !important;}
.s3b_textbg span {  font-size: 14px !important;}
.s3b_iconbg div { width: 46px !important;  height: 46px !important; padding: 8px 4px !important; max-width: 46px !important;}
.s3b_iconbg img {  width: 24px !important; height: 24px !important;}

.no_creaditcard { font-size: 13px; padding-top: 5px;}
.no_creaditcard span {padding-right: 5px; padding-left: 5px; line-height: 14px; margin-bottom: 4px;}

.header .logo img { max-height: 32px; margin-right: 5px; }
  .header-container .btn { margin-left: 2px !important; }

.hero_text_top {   padding: 5px 10px;}
.hero_text_top img{  width: 19px;}
    .hero_sec {
    padding-top: 100px;
    background-position: right bottom;
    background-size: 80% auto;}
.hero_text_top h2 {
    font-size: 14px;}    

.hero_left_bg h1 {
    font-size: 40px;
        line-height: 40px;
        padding: 15px 0;
}
.hero_left_bg h2.hero_subh2 {
    font-size: 18px;
    padding-bottom: 8px;
}
.hero_left_bg p{
    font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding-bottom: 15px;
}
.hero_manbg img {
    max-width: 280px;
}
.hero_cerclebg {
    height: 276px;
}
.hero_man_label_com {  font-size: 14px;  width: 210px; }

.video_plybu {   margin: 12% 0;}    
.video_plybu img {   max-width: 50px;}
.filter_3box_bu { padding: 4px 5px;  font-size: 12px;}
ul.filter_3box_ul li {  margin: 0;  padding: 2px;}
ul.filter_3box_ul{  margin: 0 auto;  padding: 10px 0;}
.box3_forbg {    padding: 12px 12px; margin-bottom: 10px;}
.box3_iconbg {  margin: 0 0 10px; width: 50px;  height: 50px;  padding: 12px;}
.box3_forbg h4 {  font-size: 18px;  padding-bottom: 5px;}
.box3_forbg p {    font-size: 14px; line-height: 22px;}
.need_row {  padding-top: 20px;}
.slidebox_bg {  padding: 20px; display: block;}
.slidebox_in2{  width: 100%;  padding-right: 0;}
.slidebox_in2 h5 {  font-size: 22px;  padding-bottom: 8px;}
.slidebox_in2 h3 {  font-size: 26px;  padding-bottom: 10px;}
.slidebox_in1 {  width: 100%;  display: none;}

.btn_com_s1, .btn_com_s2, .btn_com_s3 { padding: 5px 10px;}
.btn{  font-size: 13px;}
.header .header-container {  padding: 0 15px;}
.header {  padding: 5px 0 10px;}
ul.hero_3cercle li div {
    width: 30px;
    height: 30px;
    font-size: 11px;
    padding: 6px 5px;
}
ul.hero_3cercle {  padding: 0 10px 0 0;}
.hero_ratingbg b{   font-size: 14px;}
.hero_star_rate li svg {  width: 18px;}
.hero_ratingbg {   padding-top: 15px;    }
.trust_textbg {  padding-top: 9px;}

section.back_marguee_sec {  padding: 15px;  height: auto;}
.video_section {  padding: 30px 0;}
.box3_forbg ul li {    
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 30px;
}
.box3_forbg ul li::after {
    content: " ";
    width: 15px;
    height: 15px;
    background-size: 100% auto;}
.box3_forbg.active ul li::after {
    content: " ";
    background-size: 100% auto;
}
.need_section {
    padding: 40px 0 40px;
}
.slidebox_in2 p{
    font-size: 13px;
    line-height: 20px;
}
.slidebox_in2 ul li {
    padding: 10px 0 0 30px;
    font-size: 14px;
}
.slidebox_bg_outer ul li::after {
    content: " ";
    width: 20px;
    height: 20px;}


.marquee__item {
    font-size: 16px;}


.slidebox_bg_outer { padding-bottom: 0;  top: 0; position: inherit; transform-origin: inherit; height: auto; margin-bottom: 10px; }

 .pop_2 {
    display: block;
}
  .pop_right {   padding: 20px 20px; width: 100%;    }
    .pop_left { width: 100%;}
        .pop_right h3{ font-size: 22px;  line-height: 31px; padding: 0 0 10px;   }
        .pop_right p {   font-size: 13px; line-height: 22px;     padding-bottom: 10px;        }
.popimgbg:before{display: none;}
    .popimgbg {
        height: 210px;
    }
span.pop_text1 {
    font-size: 38px;
    font-weight: 900;
    padding-bottom: 0; line-height: 35px;
}
span.pop_text1 span.pop_text_sup1 {
    font-size: 20px;
    line-height: 30px;}
span.pop_text2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;  line-height: 30px; margin-top: -18px;
}
span.pop_text6 {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;}
span.pop_text3:before {
    content: " ";
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}
    span.pop_text3:after {
        content: " ";
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px; background-size: auto 100%;
    }
    .popup_btns{ margin-top: 0px;}
.popimgbg{border-radius: 16px 16px 0 0;}
.offer_popup_close{z-index: 1;}  

.d-flex.trust5box {  padding: 10px; display: block !important;}
.trust5box_sing {   width: 100%;}
.trust5box_sing b {   font-size: 40px;}
.row.trusted_row{  padding-top: 20px;}
.d-flex.trust3box {   display: block !important;}
.trust3box_sing {   display: block;   width: 100%;  padding: 15px; margin-bottom: 10px; margin-left: 0;}
.trusted_section {  padding-bottom: 25px;}

.box3_price {  padding: 10px 15px;  margin-bottom: 10px;}
.box3_price h4{   font-size: 30px;}
.box3_price ul {  margin: 0;  padding: 10px 0 10px;}
.box3_price ul li { font-size: 13px;  padding-bottom: 5px;  padding-top: 5px;  padding-left: 20px;}
.box3_price ul li::after {    content: " "; width: 16px;  height: 16px;}
.pricebx_top {  margin-bottom: 10px;  font-size: 13px;}
.price_section {  padding: 30px 0;}
.box3_price.active ul li::after {
    content: " ";
    background-size: 100% auto;
}

.faq_section {  padding: 30px 0 30px;}
.faq_content {  padding-left: 10px;  padding-top: 10px;}
.sm_head{  font-size: 26px;}
.faq_section .accordion {  padding-top: 10px;}
.faq_section .accordion .accordion-item .accordion-header button {  font-size: 14px;}
.accordion-body { font-size: 13px; padding-bottom: 5px;}

.feat_slide_col ul {
    list-style: none;
    display: block;
    white-space: nowrap;
    overflow-y: auto;
}
.feat_slide_col ul li {
    padding: 16px 10px;
    display: inline-block;
}
.twobytwo_img {
    padding-top: 15px;
}
.featues_pic_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sub_head_topbx.mb-3 {
    margin-bottom: 10px !important;
}

.blog_com_bg h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .blogsiglepg_img {
    margin: 20px 0;
  }

  .blogsiglepg_contenbg h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .blogsiglepg_contenbg p {
    font-size: 14px;
    line-height: 22px;
  }

  .blogsiglepg_contenbg ul {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }

.subplanheading_row .col.planhead_future .planhead_future_in h3 { font-size: 20px;}
.planhead_all_in h2 {    font-size: 18px;}
.planhead_all_in h3 {   font-size: 18px;}
.planhead_all_in h3 span {  font-size: 12px;}
.subplancontentleft_new_col_inn {   padding: 5px 5px 6px;  font-size: 13px;}  

/* contact */

.cont_addresbg h2 {
    font-size: 26px;
}

.cont_bxbg {
    padding: 10px 10px; margin-bottom: 10px; display: block;
}

.cont_bxbg_text p {
    font-size: 14px;
}

.cont_bxbg_text b {
    padding-top: 10px;
    font-size: 14px;
}

.cont_bxbg_text a {
    font-size: 14px;
}
.cont_mapbg iframe {
    height: 250px;
}


footer.footer_sec {  padding: 30px 0 30px;}
.ft_logo img {  max-width: 80px;}
.ft_linkright_bot {  padding-top: 15px;  display: block !important; text-align: left;}
ul.ft_privacy li {  display: inline-block;   padding: 2px 8px 2px 0;  font-size: 13px;}
.ft_linkright_bot p{  padding: 2px 0;  font-size: 13px;}
.ft_bottom_row {  display: none;}
.ft_linkright .d-block.text-right {  position: relative;}

ul.ft_soial {  position: absolute;  right: 0;  top: 0;  margin-top: -24px;}
.inner_com_bg p {color: #151515; font-size: 14px;}

.privacy-heading-h2 { margin-top: 20px; font-size: 16px; line-height: 20px;}
.privacy-heading-h4 { margin-top: 10px; font-size: 14px;  line-height: 22px; }
.privacy-list-item { margin-bottom: 10px;}
.terms-heading-h2 { margin-top: 15px; font-size: 16px; line-height: 20px;}
.privacy-paragraph {margin-top: 10px;margin-bottom: 10px; font-size: 14px;  line-height: 28px;}
.privacy-order-list { margin-top: 10px;}

.download_head_textbg {display: none;}
.download_bg_header a img {  height: 20px;}
.twobytwo_text ul li::after {  content: " ";  width: 18px;  height: 18px;}
.download_bg_home_appsec a img {  height: 38px;}
.download_bg_home_appsec {  padding-top: 10px;  max-width: 150px;  margin-top: 0;  margin-left: 0;}

}


