html {
  scroll-behavior: smooth;
}

/* html, body {
      height: 100%;
      margin: 0;
    } */

body {
  /* font-family: "Inter", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  position: relative;
  /* font-family: 'Manrope', sans-serif; */
}

a {
  text-decoration: none !important;
}

/* * {
  border-color: var(--border-primary);
} */

:root {
  --font-heading: "Poppins", sans-serif !important;
  /* --font-heading: "Inter", sans-serif !important; */
  /* --font-heading: 'Manrope', sans-serif; */
  /* --font-body: 'Inter', sans-serif; */

  --primary: #4f46e5;
  --border-primary: var(--primary);
  /* --primary: #4f46e5; */
  --primaryhover: #4338ca;
  --text-dark: #111827;
  /* --text-muted: #6B7280;
  --radius: 12px;
  --hero-size: 48px; */

  /* brand colors */
  --brand-purple: #5a4bff;
  --brand-light: #eef0ff;

  /* text sizes */
  /* --h1: 48px;
  --h2: 32px;
  --p: 16px; */

  /* spacing */
  /* --space-lg: 40px;
  --space-md: 20px; */
}

/* .btn-primary {
  --primary: #4f46e5;
} */

/* Font start */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* font end */

.btn,
button {
  border: 1px solid var(--border-primary);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--border-primary) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--primaryhover);
  border-color: var(--border-primary) !important;
}

.btn-outline-primary {
  border-color: var(--border-primary) !important;
  color: var(--primary) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: var(--primary) !important;
  border-color: var(--border-primary) !important;
  color: #fff !important;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  /* font-family: "Inter", sans-serif; */
}

p {
  font-family: "Poppins", sans-serif;
  /* font-family: "Inter", sans-serif; */
}

.btn-primary {
  background-color: var(--primary) !important;
}

.btn-primary:hover {
  background-color: var(--primaryhover) !important;
}

.primary-bg {
  background-color: var(--primary);
}

/* Header Nav start */

.iCallsRonavbar .nav-link.active {
  /* color: #292929 !important; */
  /* font-weight: 500; */
  /* border-bottom: 2px solid #0d6efd; */
}
.iCallsRonavbar .nav-link.active {
  /* background: #0d6efd; */
  /* color: #292929 !important; */
  /* border-radius: 6px;
  padding: 6px 14px; */
}

.navbar-brand {
  color: var(--primary) !important;
  font-weight: 700;
  font-size: 25px !important;
}

.iCallsRonavbar {
}

.iCallsRonavbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.iCallsRonavbar .btn-primary {
  border: 1px solid var(--primary);
  font-size: 0.875rem;
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 0.25rem;
}

.iCallsRonavbar .btn-primary:hover {
  background-color: #4338ca;
  color: #ffffff;
}

.iCallsRonavbar .btn-outline-primary {
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.iCallsRonavbar .btn-outline-primary:hover {
  color: #4f46e5;
  background-color: #eef2ff;
}

.iCallsRonavbar .navbar-nav .nav-link {
  font-size: 15px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.iCallsRonavbar .navbar-nav .nav-link:hover {
  color: var(--primary);
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .iCallsRonavbar .SigninBtn {
    margin-bottom: 10px;
  }
}

.iCallsRoDocSidebarListingBtnWrap .logo {
  width: 110px; /* desktop size */
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .iCallsRoDocSidebarListingBtnWrap .logo {
    width: 100px; /* tablet */
  }
}

@media (max-width: 480px) {
  .iCallsRoDocSidebarListingBtnWrap .logo {
    width: 90px; /* mobile */
  }
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .iCallsNavMoreLinks {
    margin-bottom: 10px;
  }
}

/* Header Nav end */

/* Land Hero section start */

.iCallsRoLandheroSection {
  padding: 120px 0 100px 0;
  background: #ffffff;
}

.iCallsRoHeroHeadingText {
  font-size: 45px;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  /* font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; */
}

.iCallsRoLandheroSection .heroheading {
  color: var(--primary);
}

.iCallsRoLandheroSection .btn-primary {
  border: 1px solid var(--primary);
  font-size: 16px;
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 0.25rem;
  padding: 7px 15px;
}

.iCallsRoLandheroSection .btn-primary:hover {
  background-color: var(--primary);
  color: #ffffff;
}

.iCallsRoLandheroSection .btn-outline-primary {
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 16px;
  border-radius: 0.25rem;
  padding: 7px 15px;
}

.iCallsRoLandheroSection .btn-outline-primary:hover {
  color: var(--primary);
  background-color: #eef2ff;
}

/* Land Hero section end */

/* Land Key Features section start */

.iCallsRoKeyFeaturesSection {
  padding: 100px 0;
  background: #f9fafb;
}

.iCallsRoKeyFeaturesSection .sectionHeadText {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 40px;
  color: #111827;
}

.iCallsRoKeyFeaturesSection .card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: none;
  transition: all 0.25s ease;
}

.iCallsRoKeyFeaturesSection .card:hover {
  /* background-color: #ededed; */
  transform: translateY(-3px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.iCallsRoKeyFeaturesSection .iCallsRoCardicon {
  font-size: 41px;
  color: var(--primary);
  margin-bottom: 10px;
}

.iCallsRoKeyFeaturesSection .iCallsRoCardHeadTittle {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.iCallsRoKeyFeaturesSection .iCallsRoCardText {
  font-size: 14px;
  color: #6b7280;
  margin-top: 6px;
}

/* Land Key Features section end */

/* Pricing Plans sec start */

.iCallsRoLandPricingPlansSec {
  padding: 100px 0;
  background: #fff;
}

.iCallsRoLandPricingPlansSec .sectionHeadText {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 40px;
  color: #111827;
}

.iCallsRoLandPricingPlansSec .cardtitleSub {
  color: #6b7280;
  font-size: 14px;
}

.iCallsRoLandPricingPlansSec .iCallsRoPricingPlansList {
  width: fit-content;
  text-align: left;
  margin: auto;
}

.iCallsRoLandPricingPlansSec .iCallsRoPricingPlansList li {
  margin-bottom: 7px;
}

.iCallsRoLandPricingPlansSec .card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: none;
  border: 1px solid #e5e7eba3;
  border-radius: 1rem;
  transition: 0.3s;
  /* border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); */
  /* --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
}

.iCallsRoLandPricingPlansSec .card:hover {
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.118);
  background-color: #ededed; */

  transform: translateY(-3px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.iCallsRoLandPricingPlansSec .card-header {
  background-color: #ffffff00;
  border-bottom: 0px;
  padding-bottom: 0px !important;
}

.iCallsRoLandPricingPlansSec .card-header h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.iCallsRoLandPricingPlansSec .card .text-body-secondary {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.iCallsRoLandPricingPlansSec .card .pricing-card-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.iCallsRoLandPricingPlansSec .btn-primary {
  background: var(--primary);
  color: #fff;
  border-radius: 0.25rem;
  padding: 6px 24px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}

.iCallsRoLandPricingPlansSec .btn-primary:hover {
  background-color: #4338ca;
}

.iCallsRoLandPricingPlansSec .las {
  color: #4338ca;
}

/* Pricing Plans sec end */

/* FAQ start */

.iCallsRoLandFAQSec {
  padding: 100px 0;
  background: #f9fafb;
  text-align: center;
}

.iCallsRoLandFAQSec .sectionHeadText {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
  color: #111827;
  text-align: center;
}

.iCallsRoLandFAQSec .accordion-button {
  font-weight: 600;
}

.iCallsRoLandFAQSec .accordion-body {
  text-align: left;
}

/* FAQ end */

/* Footer sec start */

.iCallsRoFooter {
  padding-top: 40px;
  padding-bottom: 10px;
  border-top: 1px solid #eaeaea;
  /* margin-top: 50px; */
}

.iCallsfooterLogotext {
  color: var(--primary);
}

.iCallsRoFooterBottom {
  background: #f9fafb;
  padding: 15px 0px;
}

.iCallsRoFooterLinks a {
  text-decoration: none;
}

.iCallsRoFooterLinks a:hover {
  color: var(--primary) !important;
}

.iCallsRofooterlogo {
  width: 90px; /* desktop size */
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .iCallsRofooterlogo {
    width: 90px; /* tablet */
  }
}

@media (max-width: 480px) {
  .iCallsRofooterlogo {
    width: 70px; /* mobile */
  }
}

/* Footer sec end */

/* Doc page start */

.iCallsDocPageSidebarSerch input.form-control {
  font-size: 13px;
}

#offcanvasWithBothOptions {
  max-width: 85%;
}

.iCallsRoDocsAsideInner .accordion-button {
  padding: 7px 5px;
}
.iCallsRoDocsAsideInner .accordion-body {
  padding: 3px 0px;
}
.iCallsRoDocsAsideInner .accordion-item {
  border: none;
  padding-bottom: 10px;
}

.iCallsRoDocsAsideInner .accordion-button .las {
  padding-right: 5px;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .iCallsRoDocsAsideInner .accordion-button .las {
    font-size: 23px;
  }
}

@media only screen and (max-width: 3500px) and (min-width: 1026px) {
  .iCallsRoDocSidebarListingBtn {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .iCallsRoDocSidebarListingBtnWrap {
    display: flex;
  }

  .iCallsDocbody .iCallsRoDocSidebarListingBtn {
    display: block !important;
    background-color: #f8f9fa !important;
    color: #000000 !important;
    border: 1px solid rgba(190, 190, 190, 0.47) !important;
    /* border: 1px solid rgb(190, 190, 190); */
    margin-right: 10px;
    padding: 0px 0px;
    /* padding: 5px 10px; */
  }

  .iCallsLandingPage .iCallsRoDocSidebarListingBtn {
    background-color: #e4e4e4 !important;
    color: #000000 !important;
    display: none !important;
  }

  .iCallsRoDocSidebarListingBtn {
    display: none !important;
  }
}

@media only screen and (max-width: 3500px) and (min-width: 1025px) {
  .iCallsRoMainDocsSidebar {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .iCallsRoMainDocsSidebar {
    display: none !important;
  }
}

/* Doc page end */

/* Inner page style start */

/* Get Help page start */

.iCallsInnerPageMainWrap {
  margin-top: 90px;
}

.iCallsGetHelppageMainWrap .list-group-item {
  padding: 5px 5px 5px 5px;
  border: none;
  background-color: #f8f9fa;
}

.iCallsInnerGetHelppageSec1 .card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: none;
  border: 1px solid #e5e7eb99;
  border-radius: 1rem;
  transition: 0.3s;
}
.iCallsInnerGetHelppageSec1 .card:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
}

.iCallsInnerGetHelppageSec1 .iCallsSvgIcon {
  width: 30px;
}

.iCallsRoGetHelpRightSidebar .card {
  background: #fff;
  border-radius: 14px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
  border: none;
  transition: all 0.25s ease;
  border: 1px solid #e5e7eb99;
}

.iCallsRoGetHelpRightSidebar ul {
  padding-left: 0px !important;
}

.iCallsRoGetHelpRightSidebar .list-group-item {
  background-color: #ffffff;
}

.iCallsGetHelpbody .iCallsInnerPageMaincontainerSub1 {
  padding: 30px 0px 50px 0px;
}
.iCallsGetHelpbody .iCallsInnerPageMaincontainerSub2 {
  padding: 30px 0px 50px 0px;
  background-color: #f8f9fa;
}
/* Get Help page end */

/* Contact Us start */
.iCallsRoContactUs .card1 .card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: none;
  border: 1px solid #e5e7eb99;
  border-radius: 1rem;
  transition: 0.3s;
  padding: 10px 10px;
}

.iCallsRoContactUs .card1 .card:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
}

.iCallsRoContactUs .las {
  font-size: 35px;
  color: var(--primary);
}

.iCallsRoContactUs .iCallsRoSideInfo .card {
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
  border: none;
  border: 1px solid #e5e7eb99;
  border-radius: 1rem;
  transition: 0.3s;
}

.card.icallsCardSendUsaMessage {
  border: none;
  border-radius: 15px;
}

.iCallsGetHelpbody .iCallsInnerPageMaincontainerContactUsSub1 {
  padding: 0px 0px 0px 0px;
}

.iCallsRoContactUsSupportBoxWrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 10px;
}

.iCallsRoContactUsSupportBoxWrap .las {
  font-size: 20px;
  padding-right: 10px;
}

/* Contact Us end */

/*  Search Results Page start */

.iCallsInnerSearchResultsPage .card-title a {
  font-size: 15px;
  color: #000000;
  font-weight: 500 !important;
}

/*  Search Results Page end */

/* Privacy policy page start */
#privacy-policy {
  padding: 40px 0 60px;
}

/* Title */
#privacy-policy .icalls-legal-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

#privacy-policy .icalls-legal-meta {
  font-size: 13px;
  color: #6c757d;
}

/* Blocks */
#privacy-policy .icalls-legal-block {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 24px;
}

/* Headings */
#privacy-policy h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

#privacy-policy h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
}

/* Text */
#privacy-policy p {
  font-size: 14px;
  color: #495057;
}

/* Lists */
#privacy-policy ul {
  padding-left: 18px;
  font-size: 14px;
  color: #495057;
}

#privacy-policy li {
  margin-bottom: 6px;
}

/* Notes */
#privacy-policy .icalls-legal-note {
  font-size: 13px;
  padding: 12px 14px;
  border-radius: 6px;
  margin-top: 12px;
}

#privacy-policy .icalls-legal-note.info {
  background: #eef4ff;
  border-left: 4px solid #0d6efd;
}

/* Mobile */
@media (max-width: 768px) {
  #privacy-policy .icalls-legal-title {
    font-size: 22px;
  }

  #privacy-policy .icalls-legal-block {
    padding: 18px;
  }
}

/* Privacy policy page end */

/* Terms & Conditions start */

#terms-conditions {
  padding: 40px 0 60px;
}

/* Title */
#terms-conditions .icalls-legal-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

#terms-conditions .icalls-legal-meta {
  font-size: 13px;
  color: #6c757d;
}

/* Blocks */
#terms-conditions .icalls-legal-block {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 24px;
}

/* Headings */
#terms-conditions h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
#terms-conditions p {
  font-size: 14px;
  color: #495057;
}

/* Lists */
#terms-conditions ul {
  padding-left: 18px;
  font-size: 14px;
  color: #495057;
}

#terms-conditions li {
  margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
  #terms-conditions .icalls-legal-title {
    font-size: 22px;
  }

  #terms-conditions .icalls-legal-block {
    padding: 18px;
  }
}

/* Terms & Conditions end */

/* Inner page style end */
