@media screen and (min-width: 768px) {
  .dropdown-menu {
    padding: 16px !important;
    border-radius: 16px;
    margin: -2px !important;
  }
  .nav-item.dropdown:hover {
    margin: -1px !important;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
  .navbar-light .navbar-nav .nav-link,
  .nav-item.dropdown:hover .nav-link.dropdown-toggle {
    border-bottom: 2px solid transparent;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .nav-item.dropdown:hover .nav-link.dropdown-toggle {
    color: #113dbc !important;
    border-bottom: 2px solid #113dbc;
    font-weight: 600;
    font-size: 14px;
  }
  .footer-item h3 {
    font-size: 16px !important;
  }
  .offeringDropdown {
    width: 680px;
  }
  .industryDropdown {
    width: 456px;
  }
  .aboutDropdown {
    width: 212px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 16px;
    top: 68px !important;
  }
  .black {
    color: #1f2d3d !important;
  }
  .dropdown-item {
    padding: 8px 16px !important;
    color: #1f2d3d !important;
    cursor: pointer;
  }
  .dropdown-item:active,
  .dropdown-item:focus {
    background-color: #ecf1fd !important;
    border-radius: 8px !important;
    color: #113dbc !important;
  }
  .dropdown-item:hover {
    color: #113dbc !important;
    background: none !important;
  }
  .OfferingsTitle {
    margin-right: 24px;
  }

  #offeringContent h3,
  #industryContent h3 {
    margin: 8px 0px !important;
    font-size: 16px;
    font-weight: 500;
  }
  #offeringContent p,
  #industryContent p {
    margin-bottom: 32px !important;
    font-size: 14px;
    font-weight: 400;
    color: #606a7b;
  }
  #offeringContent button,
  #industryContent button {
    border: 1px solid #113dbc !important;
    color: #113dbc !important;
    background: none !important;
    border-radius: 4px !important;
    padding: 4px 12px !important;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #1f2d3d !important;
    font-weight: 400;
    font-size: 14px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    font-weight: 400;
    font-size: 14px;
    color: #113dbc !important;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    color: #113dbc !important;
    border-bottom: 2px solid #113dbc;
    font-weight: 600;
    font-size: 16px;
  }
  .dropdown {
    padding: 0px;
  }

  .postYourReq {
    border: none !important;
    background-color: #113dbc;
    color: white !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    border-radius: 4px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    line-height: 18px;
  }

  .postYourReq:hover {
    background-color: #11236c;
  }

  .nav-login {
    padding: 6px 12px !important;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #113dbc !important;
    color: #113dbc !important;
    background: none;
    border-radius: 4px;
    line-height: 18px;
    font-size: 14px;
  }

  .nav-login:hover {
    background: #113dbc;
    color: white !important;
  }

  .OfferingsTitleMobile,
  .industryTitleMobile {
    display: none;
  }
  .navbar-nav {
    display: flex;
    justify-content: end;
  }
  .industryTitle {
    margin-right: 32px;
  }
  .dropdown-item:active,
  .dropdown-item:focus {
    background: #ecf1fd !important;
    border-radius: 8px !important;
    color: #113dbc !important;
  }
}

@media screen and (max-width: 768px) {
  .postYourReq {
    border: none !important;
    background-color: #113dbc;
    color: white !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    border-radius: 4px !important;
    line-height: 18px;
  }

  #offeringContent,
  #industryContent {
    display: none;
  }
  .navbar-nav .nav-link {
    padding: 12px 30px !important;
  }
  .dropdown-toggle,
  .nav-item {
    background-image: url("/vertical/telecalling-new/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: right 42% top 48%;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    background-image: url("/vertical/telecalling-new/arrow-up.svg");
    background-repeat: no-repeat;
    background-position: right 42% top 48%;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .postReq,
  .Login {
    background-image: none !important;
  }
  .navbar {
    padding: 0rem 1rem !important;
  }
  .navbar-nav .nav-link {
    color: #1f2d3d !important;
    font-weight: 500;
    font-size: 18px;
  }
  .OfferingsTitle,
  .industryTitle {
    display: none;
  }
  .dropdown-menu {
    border: none !important;
  }

  .offeringDropdown,
  .industryDropdown {
    width: none !important;
  }

  .OfferingsTitleMobile > a > div:nth-child(1) {
    font-weight: 700;
    /* padding-top: 10px;
        padding-bottom: 4px;
        padding-left: 40px; */
    font-size: 12px;
  }
  .OfferingsTitleMobile > a > div:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    /* padding-bottom: 10px;
        padding-left: 40px; */
    color: #606a7b;
  }
  .industryTitleMobile > a > div:nth-child(1) {
    font-weight: 700;
    /* padding-top: 10px;
        padding-bottom: 4px;
        padding-left: 40px; */
    font-size: 12px;
  }
  .industryTitleMobile > a > div:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    /* padding-bottom: 10px;
        padding-left: 40px; */
    color: #606a7b;
  }
  .navbar-nav .dropdown-menu {
    background: #f3f8fe;
    margin: 0rem -1rem;
  }
  .aboutDropdown > a {
    font-weight: 700;
    font-size: 12px;
  }
  .dropdown-item:active,
  .dropdown-item:hover {
    background-color: #e6f1fe !important;
  }
  .dropdown-item {
    white-space: normal !important;
  }
  .mobileContainer {
    padding: 0px !important;
  }
  .navbar-light .navbar-toggler {
    color: none !important;
    border: none !important;
  }
  button:focus {
    outline: none !important;
    outline: none !important;
  }
  .navbar {
    padding: 0px !important;
  }
  li.nav-item {
    margin: 0px 16px !important;
  }
  li.nav-itemlogin {
    margin: 0px 16px !important;
  }

  li.nav-itempost {
    margin: 12px 16px !important;
  }
  .navbar-brand > img {
    padding-left: 0px;
  }
  .navbar-toggler {
    padding: 0px 20px;
  }
  .navbar-nav .nav-link {
    padding: 10px 0px !important;
  }
  .navbar-collapse {
    background: white !important;
  }
  .postReq {
    padding: 16px 0px;
  }
}

.object-fit-contain {
  object-fit: contain;
}

.copyright-area .copyright-item p a:hover {
  color: white;
  border-bottom: none !important;
}
.footer-item .footer-links ul li a:hover {
  color: white;
}
a > button.postYourReq:hover {
  background: #182f8f;
  cursor: pointer;
}
.banner__first-section > button:hover {
  background: #182f8f;
  cursor: pointer;
}
.challenges__content > div > div:hover {
  box-shadow: 0px 6px 12px -6px #18274b1f;
}
.inquiry__content > button:hover {
  background: white;
  color: black;
}

.copyright-area .copyright-item p:nth-child(2) {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #aabfc3;
  margin-left: auto;
}
.customer-interaction__content > button:hover {
  background-color: black;
  color: white;
}

.blogs {
  padding: 8px 24px !important;
}
.navbar {
  justify-content: left !important;
}

.navbar-light .navbar-toggler-icon:active,
.navbar-light .navbar-toggler-icon:focus {
  background-image: url("/vertical/telecalling-new/icon.svg") !important;
  background-size: 14px 14px;
}
div.fixed-top.nav-height {
  box-shadow: 0px 2px 2px 0px #0000001f;
}
.nav-bar > nav {
  display: flex !important;
  align-items: center !important;
}
.titles ul li.active::before {
}
.copyright-area {
  padding-bottom: 0px !important;
}
.navbar-brand {
  padding: 12px 0px !important;
}
.dropdown-item.active {
  color: #113dbc !important;
  text-decoration: none;
  background-color: #ecf1fd !important;
  border-radius: 8px;
}
#offeringContent > a > button:hover {
  background: #113dbc !important ;
  color: white !important ;
}
#offeringContent > a > button:active,
#offeringContent > a > button.active,
#offeringContent > a > button:focus {
  background: none !important ;
  color: #113dbc !important ;
}

#industryContent > a > button:hover {
  background: #113dbc !important ;
  color: white !important ;
}
#industryContent > a > button:active,
#industryContent > a > button.active,
#industryContent > a > button:focus {
  background: none !important ;
  color: #113dbc !important ;
}

.nav-link {
  padding: 1.17rem 1.2rem !important;
}
.in-media .p-t-b-80 {
  padding: 40px 0;
}
.center-x {
  display: flex;
  justify-content: center;
}
.bold {
  font-weight: 700;
}
.black-2 {
  color: #11236c;
}
.font-24px {
  font-size: 24px;
}
.m-b-50 {
  margin-bottom: 5rem;
}
.p-r-l-24 {
  padding-right: 0.4rem;
  padding-left: 2.4rem;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.center-x-y {
  justify-content: center;
  display: flex;
  align-items: center;
}

.m-b-30 {
  margin-bottom: 3rem;
}
.m-r-30,
.m-x-30 {
  margin-right: 3rem;
}
/* .footer-logo {
  margin-right: 24px !important;
  width: 565px;
} */
.rubik li a,
.rubik,
.step-sub-text,
.copyright-item > p > a {
  color: #9cafb1;
}

/* trusted badge style starts here */

.light-purple {
  background-color: #f0f0f5;
}
.light-blue {
  background-color: #def8ff;
}

.text-center {
  text-align: center;
}

.p-t-b-80 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.fw-700 {
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.black {
  color: #252525;
}

.mb-4 {
  margin-bottom: 16px;
}

.font-32 {
  font-size: 32px;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.mt-5 {
  margin-top: 32px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.fw-500 {
  font-weight: 500;
}

.medium {
  font-family: "Arial", sans-serif;
}

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

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

  .font-16 {
    font-size: 14px;
  }

  label[style] {
    width: 137px !important;
  }
}
