.nav_menu_hover,
.nav_menu_hover:hover,
.ques p {
  font-weight: 400;
}

.nav-container .checkbox,
.nav-container .hamburger-lines {
  width: 50px;
  top: 17px;
  right: 20px;
  position: absolute;
  display: block;
}

.nav_menu_hover:hover,
.nav_mob_menu_list:hover {
  color: #e84c3d !important;
}

.navbar .nav-container li,
nav ul {
  list-style: none;
}

.click-in h2,
.foot-in h6,
.foot-in p,
.ques p {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (max-width: 991px) {
  .topheader {
    padding: 0 !important;
  }

  .nav-mob-hide,
  .stable_head_menu {
    display: none !important;
  }
}

.topheader {
  background: #f1f3f5;
  padding: 0 0 !important;
}

.ques p {
  margin: 0;
  font-size: 13px;
  color: #2b3a67;
}

.wid-100 {
  width: 100px;
}

.wid-200 {
  width: 153px;
}

.nav-toll-num-sty {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400;
}

.call img {
  width: 40px;
}

.nav_hei_sec {
  height: 50px;
}

.nav_menu_hover {
  padding: 0 15px 0 0 !important;
}

.nav_menu_hover:hover .nav-reverse {
  padding: 0 5px 0 0 !important;
}

.nav_li_hover:hover .nav-dropdown,
.nav_mov_li_hover:hover .nav-dropdown {
  display: flex !important;
}

.nav-reverse {
  padding-left: 5px;
}

@media (min-width: 991px) {
  .nav_li_padd_bot {
    padding-bottom: 16px;
  }
}

.nav_product_dropdown {
  width: 310px;
  background: #fff;
  padding: 16px;
}

.nav_fea_list_hover,
.v2-foot-in p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.nav_fea_list_see_link {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.nav_fea_arr_icon {
  display: flex;
  align-items: center;
  margin-left: 12px;
  color: #e84c3d;
}

.logo,
.navbar .nav-container a {
  font-size: 1.2rem;
  color: #0e2431;
}

.nav_fea_link_bg {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px;
}

.navbar {
  width: 100%;
  padding: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
  height: 60px;
  background: #f1f3f5 !important;
  z-index: 10;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container a {
  text-decoration: none;
  font-weight: 500;
  padding: 0.7rem;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
}

.nav-mt--8px {
  margin-top: -4px;
  height: 70px;
}

.nav_mob_logo_hei {
  height: 70px !important;
}

.nav-container .checkbox {
  height: 36px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  height: 36px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #ec675b;
  border-radius: 3px;
  padding: 3px 10px;
}

.nav-container .hamburger-lines .line_nav {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 4px 7px;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 5px -3px;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 24px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
}

.nav_mob_menu_list,
.nav_mob_menu_list:hover {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

#nav-toggle.active span:before,
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

#nav-toggle.active span:after,
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.mob_nav_hide,
.nav-container input[type="checkbox"]:checked ~ .logo,
.nav-dropdown,
.nav-mobile,
nav ul {
  display: none;
}

@media (max-width: 991px) {
  .mob_nav_hide {
    display: block;
    z-index: 110;
  }

  .nav-container {
    padding: 0 !important;
    position: fixed;
    top: 80px;
    left: 0;
  }

  .connle-page .nav-container {
    top: 0;
  }

  .nav_mar_intro_sec_pri{
    margin-top: 190px !important;
}
}

.nav_mob_menu_list:hover .nav-reverse {
  transform: rotate(-180deg) !important;
  color: #e84c3d !important;
  padding-right: 5px;
}

.nav-sticky-padd-align,
.nav_mob_list_wid_fit {
  width: fit-content;
}

#nav-toggle.active span {
  background-color: transparent;
}

.solutions .c--anim-btn span,
nav ul {
  padding: 0;
}

.head-logo img {
  height: 30px;
}

.head-right li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 15px;
}

.head-right {
  text-align: right;
  margin-bottom: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.head_login_sty_update {
  color: #000 !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 10px;
}

.dropdown-content a {
  color: #000;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

#sticky_nav nav ul li a,
nav ul li a {
  color: #463f3f;
  text-decoration: none;
}

.dropdown a:hover {
  background-color: #ddd;
}

nav ul {
  margin: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  display: block;
  padding: 0 20px;
  background: #fff;
}

@media (max-width: 450px) {
  nav ul li a {
    background: 0 0 !important;
    padding: 0 10px !important;
  }
}

.nav-reverse {
  font-size: 10px;
  margin-left: 5px;
}

.nav_menu_hover:hover .nav-reverse {
  transform: rotate(180deg);
  color: #e84c3d;
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
    display: flex;
    justify-content: flex-end;
  }

  nav ul {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: "";
  transition: 0.3s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

@media screen and (min-width: 991px) {
  .nav-list {
    display: block !important;
  }
}

.navigation {
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.c--anim-btn span {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 15px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}

.c--anim-btn,
.c-anim-btn {
  transition: 0.3s;
}

.c--anim-btn {
  overflow: hidden;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #ec675b;
  border-radius: 6px;
}

.c-anim-btn {
  margin-top: 0;
}

.c--anim-btn:hover .c-anim-btn {
  margin-top: -3em;
}

.c--anim-btn:hover {
  background: #3b5998;
}

.navbar-left {
  text-align: left !important;
  float: left;
}

.nav-right {
  text-align: right !important;
  float: right;
  margin-left: 12px;
}

.mt-30 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

@media (max-width: 768px) {
  .head-right .login,
  nav ul {
    display: none;
  }

  nav {
    width: 100%;
    padding: 0;
  }

  nav ul {
    margin-top: 50px;
  }

  .navigation {
    padding: 10px 0;
    border-bottom: 1px solid #f1f3f5;
  }

  .head-right {
    text-align: center;
    padding-left: 0;
  }

  .head-logo {
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  #nav-toggle span:before {
    top: -8px;
  }

  #nav-toggle span,
  #nav-toggle span:after,
  #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    transition: 0.3s ease-in-out;
  }

  #nav-toggle span:after {
    bottom: -8px;
  }

  #nav-toggle {
    position: absolute;
    left: 0;
    top: 15px;
    cursor: pointer;
    background: #ec675b;
    padding: 18px 39px 20px 10px;
    border-radius: 3px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .head-right .col-sm-9 {
    padding: 0 0 0 6px;
  }

  .dropdown-content a {
    color: #000;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
  }

  .head-right li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 5px;
  }

  .head-right li .row {
    padding-left: 5px;
  }
}

.pricing_tab_menu_align {
  border: 1px solid #eff1f3;
  width: fit-content;
  border-radius: 5px;
  height: 44px;
  align-items: center;
  padding: 0 2px;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .pricing_tab_menu_align {
    height: 38px;
  }
}

.pricing-dropdown-content {
  display: none;
  background-color: #f9f9f9;
  width: 130px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  z-index: 1000;
  position: absolute;
  flex-direction: column;
  height: 300px;
  justify-content: space-around;
  margin-top: 50px;
}

.pricing_dropdown_list {
  padding: 10px 12px;
  cursor: pointer;
}

.pricing_dropdown_list:hover {
  background: #e84c3c17;
}

@media (min-width: 1200px) {
  .nav_pad {
    padding: 0 18px !important;
  }
}

.nav_par_list_today_link {
  background: #f6f6f6 !important;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
  height: 50px;
  color: #e84c3d !important;
  font-size: 13px;
  flex-direction: column;
  padding: 8px 15px !important;
}

.nav_feature_dropdown,
.nav_knowledge_dropdown,
.nav_partner_dropdown,
.nav_resource_dropdown,
.nav_solution_dropdown {
  padding: 16px 10px;
  background: #fff;
  border-radius: 10px;
  z-index: 4;
  height: auto;
}

.nav_par_list_today_link_tit {
  font-size: 14px;
  font-weight: 500;
}

.nav_par_list_today_cont {
  font-size: 9px;
  color: #6e6b6b;
  margin-bottom: 0;
  margin-top: 3px;
}

.nav_partner_dropdown {
  width: 255px;
}

.nav_knowledge_dropdown {
  width: 220px;
}

.nav_resource_dropdown {
  width: auto;
  z-index: 8;
}

.nav_solution_dropdown {
  width: 416px;
}

.nav_feature_dropdown {
  width: auto !important;
  z-index: 8;
}

.nav_fea_list_see_link {
  background: #f6f6f6 !important;
  border-radius: 4px;
  width: 80%;
  text-align: center;
  justify-content: center;
  height: 40px;
  align-items: center;
  color: #e84c3d !important;
}

.nav_fea_list_book_link:hover .nav_fea_arr_icon,
.nav_fea_list_see_link:hover,
.nav_product_list_book_link:hover .nav_fea_arr_icon {
  color: #465ea7 !important;
}

.nav_products_dropdown {
  width: 850px;
  height: 500px;
  background: #fff;
  border-radius: 10px;
  z-index: 8;
}

.nav_fea_list_hover:hover,
.nav_products_list_hover:hover {
  background: #f6f6f6;
  border-radius: 5px;
}

.nav_fea_list_hover {
  width: max-content;
  color: #000 !important;
}

.nav_products_list_tit {
  padding-left: 5px;
  font-size: 12px;
  color: #677489;
}

.nav_products_list_width_indu_1 {
  width: 260px;
  margin-left: 10px;
}

.nav_products_list_width_indu_2 {
  width: 240px;
  margin-right: 10px;
}

.nav_products_list_width_indu_3 {
  width: 300px;
  background: #fafbfd;
}

.nav_product_list_cont {
  font-size: 10px;
  line-height: 16px;
  color: #677489;
  font-weight: 400;
}

.nav_product_list_tit_cont_align {
  margin-left: 8px;
}

.nav_product_list_sub_tit {
  color: #111b29;
  font-weight: 400;
}

.nav_product_list_book_cont {
  font-size: 13px;
  color: #677489;
}

.nav_product_list_book_tit {
  font-size: 16px;
  color: #111b29;
}

.nav_product_list_book_link {
  color: #e84c3d !important;
  background: 0 0 !important;
  font-size: 13px !important;
}

.nav_product_list_book_link:hover {
  color: #465ea7 !important;
  background: 0 0 !important;
}

.nav_product_list_book_link:hover::after {
  visibility: hidden !important;
}

.nav_product_list_book_link_arrow {
  font-size: 20px;
  margin-left: 6px;
}

.nav_pro_list_max_tab {
  justify-content: space-between;
}

@media (max-width: 991px) {
  nav {
    width: 100%;
    padding: 0;
  }

  .navigation {
    padding: 12px 0;
  }

  #nav-toggle {
    position: relative;
    left: 0;
    cursor: pointer;
    background: #ec675b;
    padding: 18px 39px 20px 10px;
    border-radius: 3px;
    display: flex;
  }

  #nav-toggle span,
  #nav-toggle span:after,
  #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #fff;
    display: block;
    content: "";
    transition: 0.3s ease-in-out;
  }

  .c--anim-btn {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ec675b;
    border-radius: 6px;
  }

  .c--anim-btn span {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0 5px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
  }

  nav ul li a {
    display: block;
    padding: 0 10px;
  }

  .nav_list_res_800 {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: auto;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
  }

  .nav_items_visible {
    z-index: 5;
  }

  .nav_max_tab_mt {
    margin-top: 0 !important;
  }

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

  .nav_products_list_width_indu_2 {
    margin-left: 10px;
  }

  .nav_feature_dropdown {
    width: auto;
  }

  .nav_solution_dropdown {
    width: auto;
    height: auto;
  }
}

@media (min-width: 992px) {
  .nav_li_hover:hover .dropdown-content,
  .nav_li_hover:hover .nav-dropdown {
    display: flex !important;
  }
}

@media (min-width: 1180px) and (max-width: 1199px) {
  #sticky_nav nav ul li a {
    padding: 0 10px;
  }
}

@media (min-width: 820px) and (max-width: 910px) {
  #sticky_nav nav ul li a {
    font-size: 12.8px;
    padding: 0 5px;
  }

  #sticky_nav .col-md-2 {
    padding: 0 !important;
  }
}

#sticky_nav {
  background: #fff;
  width: 100%;
  top: -100%;
  height: auto;
  display: block;
  position: fixed;
  z-index: 999;
  transition: 0.5s;
}

#sticky_nav nav ul li a {
  display: block;
  background: 0 0;
  font-weight: 400;
}

@media (min-width: 915px) and (max-width: 920px) {
  #sticky_nav .head-logo img {
    height: 30px;
  }

  #sticky_nav nav ul li a {
    display: block;
    padding: 0 5px;
    font-size: 13px;
  }

  #sticky_nav .col-sm-7 {
    padding: 0;
  }
}

@media (min-width: 912px) and (max-width: 915px) {
  #sticky_nav .head-logo img {
    height: 30px;
  }

  #sticky_nav nav ul li a {
    display: block;
    padding: 0 5px;
    font-size: 13px;
  }

  #sticky_nav .col-sm-7 {
    padding: 0;
  }
}

@media (min-width: 926px) and (max-width: 930px) {
  #sticky_nav nav ul li a {
    display: block;
    padding: 0 5px !important;
    font-size: 12.5px !important;
  }
}

.nav_products_list_hover-sticky {
  background: #fff !important;
}

.nav_products_list_hover-sticky:hover {
  background: #f6f6f6 !important;
  border-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #sticky_nav nav ul li a {
    padding: 0 8px !important;
    font-size: 15px !important;
    font-weight: 400;
  }

  .head-logo-sticky img {
    width: 120px !important;
    height: auto !important;
  }
}

@media (max-width: 450px) {
  .nav_feature_dropdown {
    width: 100% !important;
  }

  .nav_solution_dropdown {
    width: 100% !important;
    height: auto;
  }

  .head-logo img {
    width: 140px !important;
    height: auto !important;
  }
}

.nav_icon_mar_right {
  margin-right: 10px !important;
}

@media (min-width: 993px) {
  .padd-0 {
    padding: 0 !important;
  }
}

.nav_pad_sticky {
  padding: 0 10px !important;
  height: 60px;
  display: flex !important;
  align-items: center;
}

@media (max-width: 992px) {
  #sticky_nav {
    display: none;
  }

  .nav_pro_list_max_tab {
    justify-content: space-between;
    flex-wrap: wrap;
    height: 80% !important;
    overflow-y: scroll;
  }
}

.lp_wid_110_padd,
.lp_wid_110_padd_hov {
  align-items: center;
  padding: 0 !important;
  display: flex !important;
}

.lp_wid_110 {
  width: 110px !important;
  height: 40px !important;
}

.lp_wid_110_padd {
  height: 40px;
  justify-content: center;
}

.lp_wid_110_padd_hov {
  height: 56px !important;
  justify-content: center;
}

.lp_hei_40_btn {
  height: 40px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body p {
  font-size: 15px;
  font-family: Poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins !important;
}

body {
  font-family: Poppins, sans-serif !important;
}

.call img {
  height: 40px;
}

.foot-bot {
  padding-left: 0;
}

.features,
.solutions {
  position: relative;
}

.foot-bot li {
  display: inline-block;
  padding: 0 10px;
}

.click-in h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 50px 36px 1px 46.6px;
  font-family: Poppins;
  text-align: center;
  color: #fff;
}

.foot-in h6,
.foot-in p {
  text-align: left;
}

.footer {
  background: #f1f3f5;
  padding: 60px 0 0;
}

.foot-bot img {
  height: 60px;
  width: auto !important;
}

.foot-in h6 {
  font-size: 16px;
  font-weight: 600;
  color: #232427;
  margin-bottom: 20px;
}

.foot-in p {
  font-size: 14px;
  font-weight: 400;
  color: #232427;
}

.t-right {
  text-align: right;
}

.footer hr {
  border: 1px solid #232427 !important;
  height: 0;
  opacity: 0.25;
}

@media (max-width: 768px) {
  .foot-bot,
  .t-right {
    text-align: center;
  }

  .foot-bot {
    padding-left: 0;
  }

  .click-in h2 {
    margin: 30px 14px 1px 15.6px;
    font-family: Poppins;
    font-size: 18px;
  }

  .footer {
    background: #f1f3f5;
    padding: 50px 10px 0;
  }

  .foot-bot li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
  }

  .foot-bot img {
    height: 45px;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .foot-bot img {
    width: auto !important;
    height: 30px;
  }

  .click-in h2 {
    margin: 15px 0;
    font-family: Poppins;
    font-size: 25px;
  }

  .foot-bot li,
  .foot-in p {
    font-size: 11px;
  }

  .foot-bot li {
    display: inline-block;
    padding: 5px 10px;
  }
}

@media (min-width: 911px) and (max-width: 1200px) {
  .c--anim-btn {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ec675b;
    border-radius: 6px;
  }

  .c--anim-btn span {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0 5px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
  }

  nav ul li a {
    display: block;
    padding: 0 10px;
  }

  .foot-bot img {
    width: auto !important;
    height: 30px;
  }

  .click-in h2 {
    margin: 15px 0;
    font-family: Poppins;
    font-size: 25px;
  }

  .foot-bot li,
  .foot-in p {
    font-size: 11px;
  }

  .foot-bot li {
    display: inline-block;
    padding: 5px 10px;
  }
}

.v2-foot-in h6,
.v2-foot-in p {
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #232427 !important;
}

.v2-foot-in h6 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 5px 0 0 !important;
  }

  .v2-foot-in ul li img {
    height: 15px !important;
  }
}

@media (max-width: 768px) {
  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 5px 0 0 !important;
  }

  .v2-foot-in ul li img {
    height: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 910px) {
  .foot-in p {
    font-size: 11px !important;
  }
}

@media (min-width: 1180px) and (max-width: 1199px) {
  .v2-foot-in ul li img {
    height: 17px !important;
  }
}

@media (min-width: 820px) and (max-width: 910px) {
  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 5px 0 0 !important;
  }

  .v2-foot-in ul li img {
    height: 10px !important;
  }
}

@media (min-width: 911px) and (max-width: 990px) {
  .v2-foot-in p {
    font-size: 11px !important;
  }

  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 5px 0 0 !important;
  }

  .v2-foot-in ul li img {
    height: 14px !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .safari_only {
      height: 100% !important;
      width: 100% !important;
      -webkit-height: 100%;
      -o-height: 100%;
      -ms-height: 100%;
      -moz-height: 100%;
    }

    .faqimg1 img,
    .solimg img {
      height: 100% !important;
      width: 100% !important;
      -webkit-height: 100%;
      -ms-height: 100%;
      -o-height: 100%;
      -moz-height: 100%;
    }
  }

  @supports (-webkit-appearance: none) and (display: flow-root) {
    .faqimg1 img,
    .solimg img {
      -webkit-height: 100%;
      -ms-height: 100%;
      -o-height: 100%;
      -moz-height: 100%;
    }

    .featureimg img {
      -webkit-height: 100%;
      -o-height: 100%;
      -ms-height: 100%;
      -moz-height: 100%;
      height: 100% !important;
      width: 100% !important;
      -webkit-height: 100% !important;
      -o-height: 100% !important;
      -ms-height: 100% !important;
      -moz-height: 100% !important;
    }

    .faqimg1 img,
    .solimg img {
      height: 100% !important;
      width: 100% !important;
      -webkit-height: 100% !important;
      -ms-height: 100% !important;
      -o-height: 100% !important;
      -moz-height: 100% !important;
    }
  }
}

.v2-foot-in ul li {
  display: inline-block;
  padding: 0 10px 0 0 !important;
}

.v2-foot-in ul li img {
  height: 22px !important;
}

.v2-foot-in ul {
  padding-left: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .v2-foot-in ul li img {
    height: 18px !important;
  }
}

@media (min-width: 653px) and (max-width: 666px) {
  .v2-foot-in ul li img {
    height: 10px !important;
  }

  .v2-foot-in p {
    font-size: 7px !important;
  }

  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 2px 0 0 !important;
  }
}

@media (min-width: 667px) and (max-width: 719px) {
  .v2-foot-in ul li img {
    height: 10px !important;
  }

  .v2-foot-in p {
    font-size: 7px !important;
  }

  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 2px 0 0 !important;
  }
}

@media (min-width: 720px) and (max-width: 739px) {
  .v2-foot-in ul li img {
    height: 10px !important;
  }

  .v2-foot-in p {
    font-size: 7px !important;
  }

  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 2px 0 0 !important;
  }
}

@media (min-width: 740px) and (max-width: 750px) {
  .v2-foot-in ul li img {
    height: 10px !important;
  }

  .v2-foot-in p {
    font-size: 7px !important;
  }

  .v2-foot-in ul li {
    display: inline-block;
    padding: 0 2px 0 0 !important;
  }
}

@media (min-width: 1368px) and (max-width: 1440px) {
  .v2-foot-in ul li img {
    height: 18px !important;
  }
}

.foot_soc_icon_align {
  list-style-type: none !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 !important;
}

@media (min-width: 767px) and (max-width: 992px) {
  .foot_soc_icon_sty {
    width: 15px !important;
  }
}

.footer_soc_icons {
  width: 40px !important;
  height: auto !important;
}

.foot-in ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  width: max-content;
}
.offer_img{
  width: 150px;
}

@media (max-width: 992px) {
  .stable_head {
    margin-bottom: 100px;
  }
}

@media (max-width: 1350px) {
  .offer_tag_sty {
    font-size: 16px !important;
  }
  .offer_sale_sty{
    font-size: 24px !important; 
  }
  .offer_avail_sty{
    padding: 8px 10px;
  }
  .offer_img{
    width: 135px;
  }
}

@media (max-width: 992px) {
  .offer_pos_sty {
    position: fixed !important;
    z-index: 105;
    top: 0px;
  }
  /* .stable_head{
    display: none;
  } */

  .off_gap_50 {
    gap: 20px !important;
  }

  .offer_tag_sty {
    font-size: 16px !important;
  }

  .offer_sale_sty {
    font-size: 30px !important;
  }

  .offer_star_wid_sty {
    width: 20px !important;
    height: 20px !important;
  }
  .offer_ind_tag_sty {
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .offer_tag_sty {
    font-size: 10px !important;
  }

  .off_gap_50{
    gap: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .offer_avail_sty {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }

  .offer_ind_tag_sty {
    font-size: 11px !important;
  }

  .offer_ind_flag {
    width: 8px !important;
  }
  .offer_sale_sty{
    font-size: 15px !important;
    
  }
  /* .off_top_header{
    margin-bottom: 120px;
  }
  .off_top_header_pri{
    margin-bottom: 150px;
  } */
}

@media (max-width: 400px) {
  .offer_img_mob{
    padding-right: 30px !important;
  }
}

@media (min-width: 400px) and (max-width: 450px) {
  .offer_img_mob{
    width: 145px !important;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  .offer_img_mob{
    width: 100px !important;
    padding-right: 8px !important;
  }
  .offer_tag_sty_new{
    font-size: 8px !important;
  }
}


/* g2 stripe */
.g2_alter_space {
  margin-top: 0px;
}

.pv-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ph-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.g2_stripe_trial {
  background-image: url("/v2/images/offer/g2_stripe_bg.webp");
  background-size: cover;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 1000;
}

.g2_stripe {
  background-image: url("/v2/images/offer/g2_stripe_bg.webp");
  background-size: cover;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 1000;
  overflow: hidden;
}

.g2_txt {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  position: relative;
}

.g2_btn {
  background-color: #FFCF22;
  color: #000;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.g2_img {
  object-fit: contain;
  width: 80px;
  height: 60px;
}
.lap_g2_text {
  display: block;
}

.mob_g2_text {
  display: none;
}

.g2_img_star {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.g2_img_star_up {
  position: absolute;
  right: -30px;
  top: -10px;
}

.g2_img_star_down {
  position: absolute;
  left: -30px;
  bottom: -10px;
}

.g2_img_star_up_st {
  position: absolute;
  right: -20px;
  top: -10px;
}
.g2_img_star_down_st {
  position: absolute;
  left: -30px;
}
.block_logo {
  display: block !important;
}
.header_b4 {
  display: block;
}

/* hover */

.g2_btn:hover {
  color: #000 !important;
}
.jobs_h1_sty1 {
  margin-top: -100px;
}

.gradient-text {
  background: linear-gradient(90deg, #2BFF52 0%, #FFFC50 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.img_strip {
  position: relative;
}

.call_strip {
  position: absolute;
  right: 20px;
  top: -50px;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.msg_strip {
  position: absolute;
  top: 5px;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.wa_strip {
  position: absolute;
  top: -50px;
  left: 10px;
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.video_strip {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.call_b4 {
  position: absolute;
  right: 20px;
  top: -50px;
  min-width: 45px;
  min-height: 45px;
  object-fit: contain;
}

.msg_b4 {
  position: absolute;
  top: 5px;
  min-width: 45px;
  min-height: 45px;
  object-fit: contain;
}

.wa_b4 {
  position: absolute;
  top: -50px;
  left: 10px;
  min-width: 45px;
  min-height: 45px;
  object-fit: contain;
}
.video_b4 {
  position: absolute;
  top: 5px;
  right: 10px;
  min-width: 45px;
  min-height: 45px;
  object-fit: contain;
}

.btn_box {
  position: relative;
}

/* mobile */

.call_strip1 {
  position: absolute;
  width: 45px;
  height: 45px;
  object-fit: contain;
  top: -35px;
  right: -50px;
  display: none;
}

.msg_strip1 {
  position: absolute;
  width: 45px;
  height: 45px;
  left: -50px;
  bottom: -40px;
  object-fit: contain;
  display: none;
}

.wa_strip1 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -70px;
  top: -20px;
  object-fit: contain;
  display: none;
}

@media (max-width: 1200px) {
  .g2_txt {
    font-size: 20px;
  }
}



@media (max-width: 990px) {
  .header_b4 {
    display: none;
  }
  .block_logo {
    display: none !important;
  }
  .g2_stripe{
    position: fixed !important;
    top: 0px;
  }
  .lap_g2_text {
    position: relative;
    display: none;
  }

  .mob_g2_text {
    position: relative;
    display: block;
    text-align: left;
  }
  

  .pv-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .ph-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .g2_btn {
    white-space: nowrap;
  }

  .g2_txt {
    font-size: 18px;
  }

  .img_strip {
    display: none;
  }

  .call_strip1 {
    display: block;
  }

  .msg_strip1 {
    display: block;
  }

  .wa_strip1 {
    display: block;
  } 
}

@media (max-width: 560px) {
  .jobs_h1_sty1 {
    margin-top: -30px;
  }
  .g2_alter_space {
    margin-top: 40px;
  }
  .g2_stripe{
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
  }
  .g2_txt{
    font-size: 12px;
  }

  .g2_btn {
    white-space: nowrap;
    font-size: 8px;
    padding: 5px 8px 5px 8px;
  }
  .g2_img {
    object-fit: contain;
    width: 60px;
    height: 45px;
  }

  .top_change {
    top: 60px !important;
  }

  .connle-page .top_change {
    top: 0 !important;
  }

  .call_strip1 {
    width: 25px;
    height: 25px;
    right: -20px;
    top: -20px;
  }
  .msg_strip1 {
    width: 25px;
    height: 25px;
    left: -30px;
    bottom: -25px;
  }
  .wa_strip1 {
    width: 25px;
    height: 25px;
    left: -35px;
    top: -15px;
  }
  
}


@media (max-width: 410px) {
  .g2_txt{
    font-size: 12px;
  }
  .g2_btn {
    white-space: nowrap;
    font-size: 7px;
  }
}
@media (max-width: 382px) {
  .g2_txt{
    font-size: 9px;
  }
}

/* animation buttons */

.anim-div {
  display: flex;
  gap: 40px;
}
.button-book {
  background-color: #fff !important;
  color: #EC675B !important;
}
.button-book:hover {
  color: #3B5998 !important;
}
.button {
  position: relative;
  width: 200px;
  height: 50px;
  overflow: hidden;
  background-color: #EC675B;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
.button span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.button .text-top {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}
.button .text-bottom {
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}
.button:hover {
  background-color: #3B5998;
}
.button:hover .text-top {
  transform: translateY(-100%);
  opacity: 0;
}
.button:hover .text-bottom {
  transform: translateY(0);
  opacity: 1;
}

.center-div {
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media (max-width: 490px) {
  .button {
    width: 150px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .button {
    width: 160px;
    font-size: 14px;
  }
  .anim-div {
    gap: 20px;
  }
  .center-div {
    align-items: center;
  }

  .mar {
    margin-top: 20px;
  }
}



