@media (min-width: 992px) {
  .header-content-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
  }

  .navbar-content {
    display: flex !important;
    justify-self: center;
    margin: auto;
  }

  .logo {
    padding-left: 25px;
  }

  .navbar {
    height: 90px;
  }

  .custom-button {
    /* width: 90px !important; */
    width: 128px !important;
  }


  .card-flex-product {
    display: flex;
    justify-content: center;
    justify-items: center;
    gap: 20px;
  }

  .card-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    justify-items: center;
    /* gap: 20px; */
    gap: 15px;
  }

  .card-body-container {
    display: flex;
    justify-content: center;
    padding: 25px 0 25px 0;
  }

  .crd_cont_body {
    padding: 15px 0 20px 0;

  }

  .comp_card_flex {
    gap: 0;
  }

  /* height of the nav-dropdown */
  .navbar-expand-lg.navbar .max-h-dropdown {
    /* max-height: 84vh; */
    max-height: 88vh;
  }

  /* .card_product .card-container {
    background: rgb(33, 31, 98);
    background: linear-gradient(0deg, rgba(33, 31, 98, 1) 0%, rgba(22, 53, 104, 1) 100%);
  } */

  .card_product .card-container {
    background: rgb(33, 31, 98);
    background: linear-gradient(0deg, rgba(33, 31, 98, 1) 0%, rgba(22, 53, 104, 1) 100%);
    transition: all 0.3s ease-in-out;
}

.card_product .card-container:hover {
    background: linear-gradient(0deg, rgba(40, 38, 110, 1) 0%, rgba(26, 61, 120, 1) 100%);
}


  .card-container-product {
    all: unset;
    display: flex;
    cursor: pointer;
    gap: 10px;
    border-radius: 6px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: rgb(33, 31, 98);
    background: linear-gradient(0deg, rgba(33, 31, 98, 1) 0%, rgba(22, 53, 104, 1) 100%);
    border: 1px solid rgb(59, 59, 59);
    text-align: center;
  }

  .card-content-product {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


  .card-title-product {
    color: white;
    font-size: 18px;
  }


  .card_product .card-container:hover {
    background-color: #163568;
    text-decoration: underline;
  }

  .mid-cont .card-container {
    width: 250px;
    padding: 12px;
  }

  .mid-cont .card-title {
    text-align: center;
    font-size: 14px;
  }

  .mid-cont .card-description {
    /* text-align: center; */
    font-size: 11px;
  }

  .card-container {
    all: unset;
    display: flex;
    cursor: pointer;
    gap: 10px;
    border-radius: 6px;
    /* padding: 20px; */
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #2a6edb2f;
    border: 1px solid rgb(59, 59, 59);
    align-items: center;
    justify-content: center;
  }

  .c_cont {
    flex-direction: column !important;
  }

  .c_content {
    text-align: center !important;
  }

  .card-container-centered {
    all: unset;
    display: flex;
    cursor: pointer;
    gap: 10px;
    border-radius: 6px;
    padding: 10px;
    height: 75px;
    align-items: center;
    align-self: center;
    gap: 30px;
  }

  .card-container-centered>.card-icon {
    align-self: center;
  }


  .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
    width: 100% !important;
    margin-top: 0px !important;
    top: 52px !important;
    left: 0 !important;
  }

  .card-container:hover {
    background-color: #163568;
    text-decoration: none;
  }

  .nav-link:hover {
    background-color: #163568;
  }

  .nav-link {
    border-radius: 6px;
    font-size: 15px !important;
  }

  .border-light {
    border-left: 2px solid grey;
    border-right: 2px solid grey;
  }

  .products-wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  .card-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 10px;
    border-radius: 6px;
    border: #e5e5e5 1px solid;
    padding: 5px;
  }

  .card-wrapper:hover {
    background: #2a6edb2f;
  }

  .product-img {
    width: 27vw;
    align-self: center;
  }

  .navlink-rs {
    display: flex !important;
    align-items: center;
    font-size: 17px;
  }


  .resource-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .resource-title-wrapper {
    border-bottom: 1px solid lightgray;

  }

  .resource-title {
    font-size: 25px;
    color: white;
  }

  .resource-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* padding-right: 8px; */
    /* padding-right: 30px; */
  }

  .comp_nav .left-wrapper {
    gap: 10px;
  }

  .inside-subtitle {
    font-size: 20px;
    color: white;
    font-weight: bold;
  }

  .inside-subcontent {
    display: flex;
    gap: 20px;
    /* margin-left: 25px; */
    font-size: 17px;
  }

  .comp_nav .inside-subcontent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    /* margin-left: 25px; */
    font-size: 17px;
  }


  .inside-subcontent>a {
    color: #8A94A7;
  }

  .inside-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .comp_nav .inside-wrapper {
    gap: 10px;
  }

  .left-wrapper>.inside-wrapper>.card-container {
    max-width: none;
  }

  .card_width {
    width: 270px;
  }

  .comp_nav .card_width {
    width: 240px;
  }

  .comp_nav {
    padding-top: 0 !important;
  }

}


/* Mobile */

@media (max-width: 991px) {
  .card-container-centered {
    all: unset;
    display: flex;
    cursor: pointer;
    gap: 10px;
    border-radius: 6px;
    padding: 10px;
    height: 75px;
    align-items: center;
    align-self: center;
    gap: 15px;
  }

  .card-container-centered>.card-icon {
    align-self: center;
  }

  .products-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
  }

  .card-wrapper {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    border: #e5e5e5 1px solid;
    padding: 15px;
    cursor: pointer;
  }

  .product-img {
    width: 100%;
    align-self: center;
  }

  .button-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    gap: 10px;
  }

  .card-flex {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
  }

  .card-container {
    all: unset;
    display: flex;
    cursor: pointer;
    gap: 10px;
    max-width: 92%;
    border-radius: 0px;
    padding: 20px 10px 20px 10px;
    border-bottom: solid 1px lightgray;
  }

  .navbar-standard .navbar-collapse {
    max-height: 100%;
    min-height: 100%;
    height: 100%;
  }

  .dropdown-menu {
    box-shadow: none !important;
  }

  .navbar-standard {
    position: relative;
  }

  .navlink-rs {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .card-container:hover {
    background-color: none;
  }

  .nav-link:hover {
    background-color: none;
  }

  .nav-link {
    border-radius: 0px;
  }

  .card-icon {
    width: 30px;
    align-self: center;
  }

  .resource-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .resource-title {
    display: none;
  }

  .inside-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
  }

  .inside-subtitle {
    font-size: 17px;
    color: black;
    text-decoration: underline;
  }

  .in_sub {
    color: #fff;
  }

  .inside-subcontent {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .resource-content-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  .card_width {
    width: auto;
  }

  .comp_nav .card_width {
    width: auto !important;
  }

  .navbar-expand-lg .navbar-nav {
    align-items:start !important;
  }
}

@media (min-width: 992px) and (max-width: 1075px) {

  .button-wrapper {
    display: flex;
    flex-direction: column !important;
    gap: 10px;
  }

  /* .navbar {
    height: 130px;
  } */

  .dropdown-menu {
    top: 74px !important;
  }

  .card_width {
    width: 196px;
  }

  .comp_nav .card_width {
    width: 196px;
  }
}

.navbar-expand-lg .navbar-nav {
  gap: 2.5rem;
  align-items: center;
}

.res_con {
  padding: 0;
}

.nav-link {
  color: white !important
}

.contact-sales-button {
  background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0)) !important;
  color: white;
}

.contact-sales-button:hover {
  background: linear-gradient(to left top, #62c9e9, rgba(0, 191, 251, 0)) !important;
  color: white;
}

.join-us {
  width: 270px;
}

.company-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.company-right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}



.join-us-text {
  color: white;
  font-size: 17px;
}

.right-wrapper>.card-container {
  max-width: none;
}

.contact-us-icon {
  padding-top: 15px;
  width: 300px;
}

.contact-us-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.under-attack {
  color: black;
  text-align: center;
  font-size: 20px;
}

.contact-us-button {
  all: unset;
  border-radius: 6px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background-color: #2c7be5;
  width: 250px;
  color: white;
  height: 50px;
}

.contact-us-button>a {
  color: white;
}

.link-nostyle {
  all: unset
}

.card-icon {
  width: 30px;
  align-self: center;
}

.card-content {
  display: flex;
  flex-direction: column;
}

.card-title {
  color: white;
  font-size: 15px;
}

.card-description {
  color: white;
  font-size: 12px;
}


.custom-button {
  all: unset;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  color: #414e5f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* min-width: 130px; */
  min-width: 230px;

}

.custom-button>a {
  text-decoration: none;
  color: white;
  /* font-size: 15px; */
  font-size: 16px;

}

.register-button {
  background: linear-gradient(to left top, #0270D7, rgb(40 56 71)) !important;

}

.register-button:hover {
  background: linear-gradient(to left top, #2c99ff, rgba(2, 112, 215, 0)) !important;
}

.register-button>a {
  text-decoration: none;
  color: white;
}


.rankiteo-icon {
  width: 120px;
}

.navbar-dark {
  background-color: #2C3444 !important;
  color: white;
}

.dropdown {
  position: static !important;
}


.divider {
  padding: 5px;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
}

.sub-header {
  display: flex;
  flex-direction: row;
  min-height: 60px;
  height: 60px;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.news-bloc {
  background-color: #fcd875;
  color: black;
  border-radius: 6px;
  padding: 5px;
}

.heading-title {
  padding: 10px 0 10px 0;
  color: #8A94A7 !important;
  line-height: 1.25rem !important;
  font-size: 1.25rem !important;
  font-family: Titillium Web, sans-serif !important;
  text-align: center;
  font-weight: 600 !important;
}


/*new login register form page*  */

.new_regF .logo {
  margin: 0 !important;
}

.hdWrp {
  flex: auto;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}

.hdWrp h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.hdWrp h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #344050;
  border-radius: 5px;
}

.new_regF .frm_ctrl {
  height: 45px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 15px;
  border-color: #d2d2d2;
  color: #676D7D;
  box-shadow: none;
}

.new_regF .frm_ctrl:focus {
  border-color: #1a73e8;
}

.new_regF .socBtnW a,
.new_regF button.btn {
  border-radius: 8px !important;
}

.new_regF button.btn {
  padding: 9px;
}

.new_regF .socBtnW a {
  padding: 6px 0;
}

.crt_accW {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.new_regF {
  border-radius: 16px;
  box-shadow: 0px 10px 50px #0000004D;
}

.new_regF .card-body {
  padding: 30px !important;
}


/* 1-12 */
.sec-common::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  transform: translatey(-50%);
}

.sec-common {
  position: relative;
  padding-left: 15px;
}


.row.pcol1 .col-4 {
  width: 24.933333%;
}

.globe a svg {
  width: 24px !important;
  height: 24px !important;
}

.logo.ftrLogo {
  padding-left: 0;
}

.logo.ftrLogo .logo {
  padding-left: 0;
}

.btn_txtsize {
  font-size: 17px !important;
}


.usrD_Hmb .btn.drop_btn {
  display: flex;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.usrD_Hmb {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.usrD_Hmb ul.dropdown-menu {
  left: auto;
  right: 0;
}

.usrD_Hmb {
  margin-left: 10px;
}

.usrD_Hmb .dropdown {
  position: relative !important;
}

.usrD_Hmb .dropdown ul.dropdown-menu.d-responsive.arr_dp.show {
  position: absolute;
  left: -168px !important;
  right: auto !important;
  min-width: 220px !important;
  width: 100% !important;
}

.usrD_Hmb .dropdown ul.dropdown-menu.d-responsive.arr_dp.show ::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  /* background: #fff; */
  /* background: inherit; */
  background: transparent;
  top: -0.575rem;
  /* left: 58px; */
  /* left: 125px; */
  left: 175px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: .125rem;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: gray;
}

.usrD_Hmb.userW_drop ul.dropdown-menu {
  left: auto;
  /* top: 60px !important; */
  top: 15px !important;
  right: -773px !important;
  margin: 0 auto;
  width: 0% !important;
  background: #2C3444;
  /* border: none; */
  border: 1px solid grey;
  border-radius: 1px 1px 8px 8px;
  padding: 8px 0;
  text-align: center;
}

/* .userW_drop #logout_page{
  color: #ffff;
}
.userW_drop #logout_page:hover{
  background-color: #163568;
} */
#head_user {
  display: none;
}

.hd_logout {
  cursor: pointer !important;
  color: #ffff !important;
}

.hd_logout:hover {
  background-color: #163568 !important;
}

.profile:hover {
  background-color: #163568 !important;
}

.valid_dash:hover {
  background-color: #163568 !important;
}


/* .arr_dp::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  background: #fff;
  background: inherit;
  top: -0.575rem;
  left: 1.8rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: .125rem;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color:gray ;
} */


/* width */
.card_scrollbar::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.card_scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

/* Handle */
.card_scrollbar::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 8px;
}

/* Handle on hover */
.card_scrollbar::-webkit-scrollbar-thumb:hover {
  background: grey;
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
    /* Original size */
  }

  50% {
    transform: scale(1.1);
    /* Zoomed-in size */
  }
}

.coming-soon-tag {
  background-color: #d7e8f0;
  /* Bright yellow for attention */
  color: black;
  /* Contrasting text color */
  font-size: 9px;
  font-weight: bold;
  padding: 5px 5px;
  /* Adds some spacing inside the tag */
  border-radius: 8px;
  /* Rounds the edges for a professional feel */
  position: absolute;
  /* Allows positioning relative to the card */
  top: 10px;
  /* Adjust this to fine-tune vertical placement */
  right: 8px;
  /* Adjust this to fine-tune horizontal placement */
  z-index: 1;
  /* Ensure it's on top of other elements */
  /* Animation properties */
  animation: zoomInOut 2s infinite;
  /* Zooms in and out in 2-second intervals */
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */

}

.com_soon {
  position: relative;
  /* Add this to position the "Coming Soon" tag relative to the card */
}

.useravat{
  border: 2px solid #2c7be5;
    border-radius: 50%;
}

/* responsive css********* rearranged Yash */


@media screen and (max-width: 1400px) {
  .join-us {
    width: 210px !important;
  }
}

@media screen and (max-width:1270px) {
  .custom-button {
    min-width: 150px;
  }
}

@media screen and (max-width: 1200px) {

  .card_scrollbar {
    overflow-y: auto;
  }

  .comp_nav .card_width {
    width: 215px !important;
  }

  .mid-cont .card-container {
    width: auto;
  }
  
  .navbar-expand-lg .navbar-nav {
    gap: 1rem;
  }

}

@media screen and (max-width: 1100px) {
  /* .ftrSec .row.d-flex {
    width: 100%;
  } */

  .ftrSec .ul-change>li {
    width: 32.5%;
  }

  .ftrSec .ul-change {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }

  .ftrSec .row.d-flex>div:first-child {
    width: 35%;
  }

  .ftrSec .row.d-flex>div:last-child {
    width: 65%;
  }

  .navlink-rs {
    font-size: 14px;
  }

  .btn_txtsize {
    font-size: 14px !important;
  }

  .custom-button {
    width: 100px !important
  }
  .clip {
    height: 60vh;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 0.7rem;
  }
}

@media screen and (max-width: 991px) {
  .comp_nav .card_width {
    width: auto !important;
  }

  .company-width {
    width: 99%;
    height: 475px !important;

  }

  .company2-width {
    width: 99%;
    height: 510px !important;
  }

  .mobilesx {
    margin-left: 0rem !important;
  }


  /* mob menu */
  .mob_ht {
    height: auto !important;
    margin-bottom: 30px;
  }

  .drpd_menu {
    margin: 0 !important;
    padding: 0 !important;
  }

  .drpd_menu .card-body {
    padding: 15px !important;
  }

  .drpd_menu .card-body>.container {
    width: 100%;
    /* border: 1px solid yellow; */
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow-y: auto;
  }

  .drpd_menu .card-body>.container>.row {
    margin: 0 !important;
    padding: 0 !important;
    --falcon-gutter-x: 0rem !important;
    justify-content: space-between;
  }

  .drpd_menu .card-body>.container>.row>div {
    padding: 0 !important;
    height: auto !important;
    --falcon-gutter-x: 0rem !important;
    width: 49% !important;
    margin-bottom: 15px
  }

  .drpd_menu .card-body .container>.row>div>div.container {
    margin: 0 !important
  }

  .drpd_menu .card-body>.container>.row>div>h2~.container {
    margin: 0 !important;
  }

  .drpd_menu .card-body>.container>.row>div>h2~.container>ul,
  .drpd_menu .card-body>.container>.row>div .container>ul {
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .drpd_menu .card-body>.container>.row>div>h2~.container>ul>li {
    margin-bottom: 12px !important;
    padding: 0 !important;
  }

  .drpd_menu .card-body>.container>.row>div>h2~.container>ul>li>div {
    margin: 0 !important;
  }

  .drpd_menu .card-body>.container>.row>div>h2~.container>ul>li>div.first-common {
    margin: 0 !important;
  }

  .nav_wrap .nav-item>a {
    margin: 10px 0 10px !important;
    padding: 0 !important;
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
  }

  .head_mobCont .logo a {
    display: inline-block;
  }

  .head_mobCont .logo img {
    height: auto;
    width: 120px;
  }

  .drpd_menu .card-body>.container>.row>div .heading-title {
    line-height: 1.2 !important;
    font-size: 16px !important;
  }

  .thir-common {
    font-size: 16px !important;
  }

  .drpd_menu .card-body>.container>.row>div>h2~.container>ul li a small,
  .container ul.list-unstyled li small {
    font-size: 14px !important;
    line-height: 18px;
  }

  .head_mobCont .logo {
    margin-top: 15px !important;
  }

  .mnBtnWrp li button {
    padding: 10px;
  }

  /* mob menu ends */

  /* footer css strts */
  .ftrSec {
    padding: 40px 0 !important;
  }

  .ftrSec .btn-back-to-top {
    top: -2.5rem;
  }

  .ftrSec .upper-part {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* .ftrSec .ul-change {
    display: table;
    width: 100%;
    text-align: center;
  } */

  p.ranAddr {
    margin: 25px auto 20px !important;
    /* text-align: center; */
    font-size: 15px !important;
  }

  .logo.ftrLogo {
    /* text-align: center; */
  }

  .ftrSec .ul-change>li {
    margin-bottom: 10px;
  }

  .ftrSec .ul-change>li>a {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .socialConnect.ul-change a {
    margin-left: 0 !important;
  }

  .ftrSec .row.d-flex>div:first-child {
    width: 35%;
  }

  .ftrSec .row.d-flex>div:last-child {
    width: 65%;
  }

  .navlink-rs {
    font-size: 20px;
  }

  .btn_txtsize {
    font-size: 17px !important;
  }

  .custom-button {
    width: auto !important;
  }

  /* button.navbar-toggler:not(.collapsed) {
  background: url(../../static/images/prod_page/close.png) no-repeat center;
  width: 26px;
  height: 25px;
  background-size: cover;
  transition: all 0.4s ease-in;
}
button.navbar-toggler span {
 transition: display 0.9s ease;

}
button.navbar-toggler:not(.collapsed) span {
  display: none;
} */
  .navbar-toggler span {
    transition: all 0.6s ease-out;
  }

  span.closeSpan {
    display: none;
  }

  span.closeSpan img {
    width: 26px;
    height: 26px;
  }

  .navbar-toggler:not(.collapsed) span.closeSpan {
    display: inline-block;
  }

  .navbar-toggler:not(.collapsed) span.hamSpan {
    display: none;
  }



}

@media screen and (min-width: 991px) {
  .tab_respon {
    display: none !important;
  }
  .tab_responn {
    display: none !important;
  }
  /* .lap_respon{
    display: block !important;
  } */

  .collnavv {
    display: none !important;
  }

  .navbar {
    top: 30px;
    /* Adjust for the top-links-bar height */
  }

  
  .top-cont_nav:before {
    background: transparent;
    border: 3px solid #2c7be5;
    border-top-width: 0;
    bottom: -4px;
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    /* width: 280px; */
    border-radius:0 0 10px 10px;
  }
}
@media screen and (max-width: 991px){

  .collnavv {
    display: block !important;
  }

  .navbar {
    top: 0;
    /* Adjust for the top-links-bar height */
  }

  /* .coll_logi{
    display: none;
  }
   */
}
@media screen and (max-width: 990px) {
  .lap_respon {
    display: none !important;
  }
  .tab_respon {
    display: block;
    /* position: absolute;
    right: 60px;
    top: 17px; */
  }
  .tab_responn{
    display: block;
  }
  .tab_respon.usertab_respon{
    position: absolute;
    right: 60px;
    top: 17px;
  }

  .custom-divider {
    border-top: 2px solid #2c7be5;
    margin: 10px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
}
  .usrD_Hmb .dropdown ul.dropdown-menu.d-responsive.arr_dp.show {
    left: auto !important;
    right: 0 !important;
    top: 49px !important;
  }

  .usrD_Hmb .dropdown ul.dropdown-menu.d-responsive.arr_dp.show ::after {
    left: 193px;
  }

}


@media screen and (max-width: 768px) {
  .new_regF .card-body {
    padding: 20px 15px !important;
  }

  .new_regF .frm_ctrl {
    height: 38px;
    font-size: 14px;
    padding: 6px 15px;
  }

  .new_regF button.btn {
    padding: 6px;
    font-size: 15px;
  }

  .crt_accW {
    margin-top: 10px;
  }

  .socBtnW>div {
    margin-top: 15px !important;
  }

  .row.pcol1 .col-4 {
    width: 100%;
  }

  .col-6 {
    width: 100%;
    height: 400px !important;
  }

  .company-width.heigh {
    height: 330px !important;
  }

  /* .company2-width.hheig {
  height: 370px!important;
} */

  .elementor-widget-wrap {
    padding: 5px;
    width: 100% !important;
  }

  .elementor-heading-title {
    line-height: 30px;
    font-size: 20px;
  }

  .element.style {
    padding: 0px 0px;
  }

  .elementor-widget-containerr {
    padding: 0 !important;
  }

  .drpd_menu .card-body>.container>.row>div {
    width: 100% !important;
  }

}

@media screen and (max-width: 599px) {

  .ftrSec .row.d-flex>div:first-child,
  .ftrSec .row.d-flex>div:last-child {
    width: 100%;
    text-align: center;
  }


  .ftrSec .ul-change>li {
    width: 100%;
  }

  .socialConnect.ul-change {
    justify-content: center !important;
    margin-top: 15px;
  }

}

.free-trial-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow {
  --arrow-size: 1em;
  --arrow-color: rgb(255, 255, 255);
  --arrow-color-hover: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: var(--arrow-size);
  height: var(--arrow-size);
  overflow: hidden;

  &::after {
    content: '';
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: inline-block;
    width: calc(var(--arrow-size) * .7071);
    height: calc(var(--arrow-size) * .7071);
    border-top: calc(var(--arrow-size) / 5) solid var(--arrow-color);
    transition: all 150ms ease-in-out;
  }

  &.left {
    &::after {
      left: calc(var(--arrow-size) / 5);
      border-left: calc(var(--arrow-size) / 5) solid var(--arrow-color);
      transform-origin: top left;
      rotate: -45deg;
    }

    &:hover::after {
      box-shadow: calc(var(--arrow-size) / -8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
    }
  }

  &.right {
    &::after {
      right: calc(var(--arrow-size) / 5);
      border-right: calc(var(--arrow-size) / 5) solid var(--arrow-color);
      transform-origin: top right;
      rotate: 45deg;
    }

    &:hover::after {
      box-shadow: calc(var(--arrow-size) / 8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
    }
  }
}

a {
  &:hover .arrow {

    &.left,
    &.right {
      &::after {
        border-color: var(--arrow-color-hover);
      }
    }

    &.left {
      &::after {
        box-shadow: calc(var(--arrow-size) / -8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
      }
    }

    &.right {
      &::after {
        box-shadow: calc(var(--arrow-size) / 8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
      }
    }
  }
}

@media screen and (max-width:991px) {
  .d-responsive {
    margin: 0 auto auto 0 !important
  }
}

.non-click {
  pointer-events: none;
  cursor: pointer;
}