/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary-color: #ea5b21;
  --secondary-color: #293275;
  --main-color: #fffed1;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

*:focus-visible {
  outline: none;
}

*:focus {
  outline: none;
}

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: var(--secondary-color);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.btn-danger,
.btn-primary,
.btn-info,
.btn-warning {
  padding: 10px 20px 10px 20px;
}

@media screen and (max-width: 500px) {
  .bold-text h1 {
    font-size: 25px !important;
  }

  .specialization-text {
    margin-top: 2rem;
  }
}

/* ==========pre-loader =============== */
#preloader {
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
  position: fixed;
}

.preloader-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.preloader-box {
  position: relative;
  width: 25px;
  height: 25px;
  animation: effect 2s ease infinite;
}

@keyframes effect {
  0% {
    width: 25px;
    height: 25px;
  }

  80% {
    width: 35px;
    height: 35px;
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader-span {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--primary-color);
}

#pre-span-2 {
  background: var(--secondary-color);
  right: 0;
}

#pre-span-3 {
  right: 0;
  bottom: 0;
}

#pre-span-4 {
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 8px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: var(--secondary-color);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links i {
  color: #fa8e00;
}

#topbar .social-links a:hover {
  color: rgb(20, 20, 173);
}

#topbar .social-links a:first-child {
  border-left: 0;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
  #topbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  /* width: min(100%, 1440px); */
  margin-inline: auto;
  width: 100%;
}

#header.header-scrolled,
#header.header-pages {
  height: 80px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  max-height: 50px;
  padding: 2px;
}

#header-btn {
  background-color: var(--primary-color);
  color: white;
  padding: 10px;
  border: none;
  border-radius: 10px 0px;
  margin-top: -10px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

#header-btn:hover {
  background-color: var(--secondary-color);
}

#header-btn:focus {
  outline: none;
  border: none;
}

@media screen and (min-width: 300px) and (max-width: 900px) {
  #header-btn {
    margin-top: 0px;
  }

  #logo {
    max-width: 95% !important;
    height: 55px !important;
  }

  .header_Dialmantra_logo {
    padding: 5px !important;
  }

  #Dialmantra_logo_container {
    padding-left: 10px !important;
  }

  #header {
    padding: 15px !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  #header-btn {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin-top: 2px;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 2px;
  border-top: 2px solid var(--secondary-color);
  border-radius: 5px;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: var(--secondary-color);
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: var(--primary-color);
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 20px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #012449;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: rgb(255, 207, 117);
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078" !important;
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077" !important;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 5px;
  top: 13px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 22px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*-----------------------Intro Section------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: relative;
}

.bg {
  width: 100%;
  height: 100%;
  position: relative;
  /* background: url("../img/bg.jpg"); */
  background-color: #f3f1ff;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  /* filter: blur(2px); */
}

#intro .intro-info h2 {
  color: #2a274d;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
  font-family: "Baloo Bhai 2", cursive;
}

#intro .intro-info p {
  padding-right: 30px;
  font-weight: 500;
}

#intro .intro-info h2 span {
  color: var(--secondary-color);
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  background: var(--secondary-color);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: var(--primary-color);
  transform: translate(3px, 0px);
}

#main-img {
  margin-top: 2rem;
}

@media screen and (max-width: 500px) {
  #main-img {
    margin-top: 1rem;
    padding: 0px 30px;
  }

  #main-services p {
    width: 100% !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .bg {
    /* background-color: #fffaf1 !important; */
    background-color: #f3f1ff !important;
    background: none;
  }

  #intro {
    height: 105vh;
  }

  #intro .intro-info h2 {
    text-align: center;
    font-size: 35px;
    margin-top: 2rem;
    margin-bottom: 15px;
  }

  #intro .intro-info p {
    text-align: center;
    padding: 0px 30px;
  }

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

@media (min-width: 950px) {
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #services .box-down {
    position: relative;
    top: 150px;
  }

  #services .box {
    width: 30%;
  }

  .header p {
    width: 30%;
  }

  /*------ Responsive Media Queries ----------------*/

  @media (min-width: 991px) {
    #call-to-action .cta-btn-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  }

  @media (min-width: 992px) {
    #intro .intro-info {
      padding-top: 60px;
    }
  }

  @media (max-width: 991px) {
    #topbar {
      display: none;
    }

    #header {
      height: 70px;
      padding: 15px 0;
    }

    #header .logo h1 {
      font-size: 28px;
      padding: 8px 0;
    }
  }

  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px;
    }

    #faq #faq-list a {
      font-size: 18px;
    }

    #faq #faq-list i {
      top: 13px;
    }
  }

  @media (max-width: 767px) {
    #intro {
      height: auto;
      padding: 80px 0 60px 0;
    }

    #intro .container {
      height: auto !important;
    }

    #intro .intro-img {
      width: 80%;
    }

    #intro .intro-info {
      text-align: center;
      padding-top: 40px;
    }

    #intro .intro-info h2 {
      font-size: 34px;
      margin-bottom: 30px;
    }

    .section-header p {
      width: 100%;
    }
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  #intro .intro-info h2 {
    font-size: 30px;
  }
}

.main-section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.main-section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  color: #040031;
  width: 50%;
}

.main-section-bg {
  background: #f5f8fd;
}

#main-services {
  padding: 60px 0 30px 0;
}

#main-services p {
  width: 100%;
}

.main-products-card {
  background: rgb(255, 243, 245);
  border-top: 3px solid rgb(219, 52, 68);
  height: fit-content;
  padding-bottom: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}

.main-products-card:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.main-products-card:nth-child(2) {
  border-top: 3px solid rgb(23, 162, 184);
  background: rgb(237, 252, 255);
}

.main-products-card:nth-child(3) {
  border-top: 3px solid rgb(0, 123, 255);
  background-color: rgb(234, 243, 253);
}

.main-products-img {
  margin-left: -10rem;
  padding-top: 2rem;
}

.main-products-img img {
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background: white;
  padding: 40px 30px;
  height: 13rem;
  width: 13rem;
}

.main-products-img img:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.main-products-text h3 {
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: 3rem;
  line-height: 37px;
}

.main-products-text p {
  width: 100%;
}

#voip-dialer {
  border-top: 3px solid rgb(219, 52, 68);
  padding: 25px 65px;
}

#voice-logger {
  border-top: 3px solid rgb(0, 123, 255);
}

#predictive-dialer {
  border-top: 3px solid rgb(23, 162, 184);
  padding: 25px !important;
}

.product-btns {
  transition: all 0.2s ease-in-out;
  padding: 10px 20px;
}

.product-btns:hover {
  transform: translate(5px, 0px);
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  #predictive-dialer {
    padding: 15px !important;
  }

  .specialization-text {
    margin-top: 2rem !important;
  }

  .main-products-card {
    padding-bottom: 1rem;
    text-align: center;
  }

  .main-products-img img {
    border-radius: 0px;
    position: relative;
    left: 30%;
    height: 10rem;
    width: 10rem;
  }

  .main-products-text h3 {
    margin: 20px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .main-products-text p {
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .main-products-img {
    /* margin-left: -6.6rem; */
    padding-top: 1.5rem;
  }

  .main-products-card .btn {
    display: block;
    margin: auto;
  }

  #voip-dialer {
    padding: 10px 45px;
    border-radius: 10px;
  }

  #voice-logger {
    border-radius: 10px;
  }

  #predictive-dialer {
    border-radius: 10px;
  }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
  .main-products-img img {
    border-radius: 0px;
    position: relative;
    left: 37%;
  }

  .main-products-card {
    text-align: center;
  }

  .main-products-text h3 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1020px) {
  .main-products-card {
    padding-bottom: 1rem;
    text-align: center;
  }

  .main-products-card h3 {
    margin-top: 10px;
  }

  .main-products-card p {
    padding: 0px 20px 0px 20px;
  }

  .main-products-img img {
    border-radius: 0px;
    height: 8rem;
  }

  .main-products-img {
    margin-left: 13rem;
    padding-top: 1.5rem;
  }

  #voip-dialer {
    padding: 0px 10px;
  }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
  .main-products-img {
    margin-left: 13rem !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1030px) {
  .main-products-card {
    margin-left: 2rem;
  }

  .app-section h1 {
    margin-top: 11rem !important;
  }

  .main-products-img {
    margin-left: -6rem;
    padding-top: 2.5rem;
  }

  .main-products-img img {
    height: 11rem;
  }

  #footer .footer-top .footer-newsletter input[type="submit"] {
    width: 37% !important;
  }

  #voip-dialer {
    padding: 10px 40px;
  }
}

@media screen and (min-width: 1030px) and (max-width: 1100px) {
  .main-products-img {
    margin-left: -6rem !important;
    padding-top: 3.5rem !important;
  }

  .main-products-img img {
    padding: 45px 35px;
  }

  #voip-dialer {
    padding: 45px 45px;
  }

  #call-to-action .cta-btn {
    border-radius: 10px !important;
  }

  #footer .footer-top .footer-newsletter input[type="submit"] {
    width: 37% !important;
  }
}

@media screen and (min-width: 1030px) and (max-width: 1440px) {
  .main-products-card {
    margin-left: 2rem;
    justify-content: center;
  }

  .app-section h1 {
    /* margin-top: 11rem !important; */
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1800px) {
  .main-products-card {
    margin-left: 4rem;
    justify-content: center;
  }

  #header .logo img {
    max-height: 58px;
  }
}

@media screen and (min-width: 1800px) and (max-width: 1920px) {
  .main-products-card {
    margin-left: 4rem;
    justify-content: center;
  }

  .why-we-best .box img {
    height: 30vh !important;
  }

  .app-section h1 {
    font-size: 2.5rem !important;
    width: 100% !important;
  }

  .icon-section {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .main-products-card {
    justify-content: center;
  }

  .why-we-best .box {
    height: 100% !important;
  }

  .why-we-best .box img {
    height: auto !important;
  }

  .app-section h1 {
    font-size: 3.5rem !important;
    width: 100% !important;
  }

  .icon-section {
    /* margin-left: 3rem !important; */
    margin-top: 3rem !important;
  }
}

/* -------------------- Specialization-bold-text --------------------- */

.specialization-text {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.bold-text h1 {
  padding: 0px 10px 0px 10px;
  font-size: 30px;
  color: #413e66;
  font-weight: 700;
  line-height: 50px;
}

.bold-text p {
  color: #6f6f6f;
  font-size: 16px;
  margin: auto;
  width: 70%;
}

.line {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 4rem;
  width: 100px;
  height: 3px;
  background-color: #16425b;
}

/* ------------------specialization cards-------------------------------- */
.specialization {
  margin-bottom: 6rem;
}

.specialization .box {
  margin-top: -1rem;
  height: 420px;
  box-shadow: 0px 2px 5px rgba(2, 1, 1, 0.2);
  text-align: center;
}

#specialization-card-1 {
  background-color: #e9f6ef;
}

#specialization-card-2 {
  background-color: #fee193;
}

.specialization .box img {
  padding: 35px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.specialization .box:hover img {
  transform: scale(1);
}

.specialization .box h3 {
  font-size: 30px;
  color: #012970;
  font-weight: 500;
  margin-bottom: 10px;
}

.specialization .box p {
  font-size: 16px;
  color: #6f6f6f;
  text-align: center;
  padding: 0px 50px 0px 50px;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .specialization .box {
    height: 520px;
  }

  .bold-text p {
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 50px;
  }

  #main-services {
    padding: 0px;
  }
}

/*======================Call To Action Section =====================*/

#call-to-action {
  background: #293275;
  background-size: cover;
  padding: 35px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  width: 80%;
  color: #fff;
}

#call-to-action .cta-btn {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 8px 26px;
  transition: 0.5s;
  margin: 30px 10px 0px 0px;
  color: rgb(18, 3, 233);
  border-radius: 50px;
  background: white;
}

#call-to-action .cta-btn:hover {
  background: rgb(18, 3, 233);
  color: white;
}

@media screen and (max-width: 900px) {
  #call-to-action .cta-text {
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
    font-size: 15px;
  }
}

/* ====================================why we best ================================== */
.why-we-best {
  margin-bottom: 7rem;
}

.why-we-best .box {
  margin-top: -1rem;
  height: 470px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.why-we-best .box img {
  height: 37vh;
  display: block;
  margin: auto;
  padding: 40px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.why-we-best .box:hover img:nth-child(1) {
  transform: scale(1);
}

.why-we-best .box h3 {
  font-size: 24px;
  color: #3e3d40;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 35px;
  text-align: left;
}

.why-we-best .box p {
  text-align: left;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .why-we-best .box h3 img {
    margin-right: 7rem;
    margin-top: 1rem;
  }

  .why-we-best .box p {
    margin-top: 20px;
    padding-left: 25px;
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 2rem;
  }

  .why-we-best .box h3 {
    margin-left: 25px !important;
    font-size: 20px;
  }
}

@media screen and (min-width: 300px) and (max-width: 375px) {
  .why-we-best .box {
    height: 520px;
  }

  .product-container {
    padding: 0px 20px;
  }

  .line {
    margin-bottom: -2rem;
  }

  .why-we-best {
    margin-bottom: 4rem;
  }

  .why-we-best .box img {
    height: 100%;
  }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
  .why-we-best .box {
    height: 510px;
  }

  .product-container {
    padding: 0px 30px;
  }

  .why-we-best {
    margin-bottom: 4rem;
  }

  .why-we-best .box img {
    height: 100%;
    padding: 0px 20px;
  }
}

@media screen and (min-width: 425px) and (max-width: 900px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 900px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1800px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2560px) {
  .why-we-best .box {
    height: fit-content;
    padding-bottom: 10px;
  }

  #voip-dialer {
    padding: 15px 60px;
  }
}

.app-section {
  background-color: #fff0c6;
}

.app-img {
  margin-top: 3rem;
}

.app-img img {
  display: block;
  margin: auto;
  height: 75vh;
}

.app-section h1 {
  /* margin-top: 11rem;
  margin-left: -2rem; */
  font-weight: 650;
  color: rgb(6, 6, 53);
}

.icon-section {
  /* margin-left: -30px; */
  /* margin-top: 3rem; */
}

.icon-section img {
  height: 4rem;
  width: 12rem;
  padding: 5px;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .app-section h1 {
    margin-top: 0rem;
    margin-left: 0rem;
    font-weight: 650;
    font-size: 26px;
    padding: 0px 40px;
    text-align: center;
  }

  .icon-section img {
    display: block;
    margin: auto;
    height: 4rem;
    width: 12rem;
  }

  .icon-section {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
  .app-section h1 {
    font-weight: 650;
    font-size: 30px;
    width: 80%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
  }

  .icon-section img {
    display: block;
    margin: auto;
  }

  .icon-section {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

/* ==========================================footer ================================= */
#footer {
  background: #131a52;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #293275;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  /* margin-bottom: 30px; */
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  color: #ecf5ff;
  margin: 15px 0px 15px 0px;
  width: 80%;
}

#footer .footer-top .social-links a {
  margin-top: 15px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7fcff;
  color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  color: var(--secondary-color);
}

.facebook {
  color: #3b5998 !important;
}

.instagram {
  color: #bc2a8d !important;
}

.twitter {
  color: #00acee !important;
}

.linkedin {
  color: #0077b5 !important;
}

.youtube {
  color: #ef0101 !important;
}

#footer .footer-top .social-links a:hover {
  background-color: white;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  padding-bottom: 3px;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgb(255, 141, 34);
  border-bottom: 1px solid rgb(255, 141, 34);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter ul li i {
  margin-right: 10px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 70%;
  margin-top: 1rem;
  border-radius: 10px;
  height: auto !important;
}

#footer .footer-top .footer-newsletter input[placeholder="Enter your email"] {
  padding-left: 10px;
}

#footer .footer-top .footer-newsletter button[type="submit"] {
  background-color: var(--primary-color);
  border: none;
  width: 30%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  margin-left: -20px;
  border-radius: 0px 10px 10px 0px;
  transition: 0.4s ease;
}

#button_submit:hover {
  background: #0062cc !important;
}

#button_submit:focus-visible {
  outline: none !important;
}

#button_submit:focus {
  outline: none !important;
}

#footer .copyright {
  text-align: left;
  padding-top: 25px;
  font-size: 15px;
  display: inline-block;
  width: 77%;
}

#footer .poweredby {
  display: inline-block;
  font-size: 15px;
}

#footer .poweredby a {
  /* color: var(--primary-color); */
  color: skyblue;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .footer-info {
    text-align: center;
  }

  .footer-links {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 20px !important;
  }

  #footer .footer-top .footer-info p {
    width: 100%;
    padding: 0px 15px 0px 15px;
  }

  #footer .copyright {
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  #footer .poweredby {
    font-size: 15px;
    text-align: center;
    display: block;
    width: 100%;
  }

  #footer .footer-top .social-links a {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #footer .copyright {
    width: 55%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  #footer .copyright {
    width: 68%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 2560px) {
  #footer .footer-top .footer-newsletter input[type="submit"] {
    width: 30%;
  }
}

@media screen and (max-width: 800px) {
  .main-products-card {
    justify-content: center;
    align-items: center;
  }

  .main-products-img {
    margin-left: 0rem !important;
  }

  .main-products-img img {
    left: 0% !important;
    padding: 30px 20px;
  }

  .main-products-text {
    margin-bottom: 2rem;
  }

  .why-we-best .box {
    padding: 10px;
    height: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  .main-products-img {
    margin-left: 0rem;
  }

  .main-products-img img {
    width: 9rem;
    border-radius: 10px;
  }

  #voip-dialer {
    padding: 15px 36px;
  }
}

@media screen and (min-width: 765px) and (max-width: 800px) {
  .main-products-img img {
    width: 9rem;
    border-radius: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 350px) {
  #main-img {
    margin-top: 2rem;
    padding: 67px 30px 0px 43px;
  }

  #intro .intro-info h2 {
    font-size: 25px;
  }

  #intro .intro-info p {
    font-size: 13px;
  }
}

.recaptcha {
  width: fit-content !important;
}

.g-recaptcha {
  width: 100% !important;
  transform: scale(0.88);
  transform-origin: 0 0;
  -webkit-transform: scale(0.88);
  -webkit-transform-origin: 0 0;
}

#check_us_on_fb {
  margin-right: 10px !important;
}

.footer_mail_link:hover,
.footer_phoneNol_link:hover {
  color: white !important;
  border-bottom: none !important;
}

.contact_form_side_card_link {
  color: white !important;
}

.contact_form_side_card_link:hover {
  color: #b4ceff !important;
}

@media screen and (max-width: 500px) and (max-height: 600px) {
  #intro .intro-info h2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

#hero_playstore_Image {
  height: 4rem;
  width: 12rem;
  padding: 5px;
}

.header_Dialmantra_logo {
  width: 95% !important;
  height: 55px !important;
}

#ourProductLine {
  margin-bottom: 2rem !important;
}

/*--------------------- play store btn ----------------------- */
#playstoreButtonDiv .playstoreBtnContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#playstoreButtonDiv .playstoreBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#playstoreButtonDiv .playstore-my-btn-group button {
  height: 53px;
  width: 203px;
}

#playstoreButtonDiv .playstore-my-btn {
  background-color: #2a274d;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 5px;
}

#playstoreButtonDiv .playstore-my-btn:hover {
  background-color: #06013d;
}

#playstoreButtonDiv .playstore-logo {
  vertical-align: middle;
  height: 90%;
  margin: 0px 10px;
}

#playstoreButtonDiv .playstore-my-btn-text {
  color: white;
  text-align: left;
}

#playstoreButtonDiv .playstore-my-btn-text p:first-child {
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0px !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  padding-right: 0px !important;
  text-transform: uppercase;
}

#playstoreButtonDiv .playstore-my-btn-text p:last-child {
  color: white;
  margin: 0px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 0px !important;
}

@media screen and (max-width: 768px) {
  #playstoreButtonDiv .playstore-my-btn-group button {
    height: 53px;
    width: 203px !important;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:first-child {
    padding: 0px 10px !important;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:last-child {
    padding: 0px 10px !important;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:first-child {
    text-align: left !important;
  }

  #playstoreButtonDiv .playstoreBtnContainer {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #playstoreButtonDiv .playstore-my-btn-group button {
    height: 53px;
    width: 203px !important;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:first-child {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:last-child {
    font-size: 14px;
  }

  #playstoreButtonDiv .playstoreBtnContainer {
    justify-content: flex-start;
  }

  #googlePlayText {
    font-size: 14px !important;
  }

  #OnestopPlayStoreBtn_Container button {
    height: 50px !important;
    width: 200px !important;
  }

  #OnestopPlayStoreBtn_Container {
    justify-content: center !important;
  }
}

@media screen and (min-width: 1700px) {
  #playstoreButtonDiv .playstore-my-btn-group button {
    height: 55px !important;
    width: 230px !important;
  }

  #playstoreButtonDiv .playstore-logo {
    height: 40px;
    margin: 0px 15px 0px 15px;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:first-child {
    font-size: 12px;
    line-height: 15px !important;
  }

  #playstoreButtonDiv .playstore-my-btn-text p:last-child {
    font-size: 18px !important;
  }
}

/* one stop play store btn  */

#playstoreButtonDiv #OnestopPlayStoreBtn {
  background-color: rgb(0, 0, 0) !important;
}

#playstoreButtonDiv #OnestopPlayStoreBtn:hover {
  background-color: rgb(8, 1, 46) !important;
}

#OnestopPlayStoreBtn_Container button {
  height: 55px !important;
  width: 205px !important;
}

#playstoreBlackColorImg {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  #googlePlayText {
    font-size: 14px !important;
  }

  #OnestopPlayStoreBtn_Container button {
    height: 55px !important;
    width: 205px !important;
  }

  #OnestopPlayStoreBtn_Container {
    justify-content: center !important;
  }
}

#productNavbar {
  cursor: default !important;
}

@media screen and (min-width: 1900px) {
  .why-we-best .box img {
    height: auto !important;
  }

  .why-we-best .box {
    height: 100% !important;
    padding-bottom: 1rem !important;
  }

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

  .contact-in:nth-child(1) {
    flex: none !important;
  }

  .contact-in:nth-child(2) {
    flex: none !important;
  }

  .card-1,
  .card-2 {
    padding: 2rem 5rem !important;
  }
}

@media screen and (min-width: 1700px) and (max-width: 2000px) {
  .container {
    max-width: 1500px;
  }
}

@media screen and (min-width: 2000px) and (max-width: 3000px) {
  .container {
    max-width: 2000px;
  }
}

#playstore_Phone_Img_Content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 990px) {
  #playstore_Phone_Img_Content {
    align-items: center !important;
  }
}

@media screen and (min-width: 1700px) {
  #intro .intro-info h2 {
    font-size: 75px;
  }
  #intro .intro-info p {
    font-size: 18px;
  }
  #main-img {
    margin-top: 2.5rem;
  }
}

.disabled-btn {
  background-color: gainsboro !important;
  cursor: not-allowed !important;
}
