/**
* Bootstrap: - v4.7.1
*/

/* General */

body {
  font-family: "Roboto", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #b5654c;
}

a:hover {
  color: #b5654c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c74a1a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Disable aos animation delay on mobile devices */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* Top Bar */
#topbar {
  height: 60px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i {
  color: #c74a1b;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .cta {
  background: transparent;
}
#topbar .cta a {
  color: #fff;
  background: #c74a1b;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}
#topbar .cta a:hover {
  background: #f1a40a;
}

/* Header */
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  background: #c74a1b;
  /* background: rgba(0, 0, 0, 0.1);
  top: 60px; */
}
#header.header-scrolled {
  background: #c74a1a;
  top: 0;
  height: 50px;
}
#header.header-scrolled .logo img {
  display: none;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 37px;
  margin-top: 0px;
}

/* logo2 use start*/

.logo2 {
  display: none;
}
#header.header-scrolled .logo2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
#header.header-scrolled .logo2 a {
  color: #fff;
}
#header.header-scrolled .logo2 img {
  max-height: 33px;
  margin-top: 0px;
}
#header.header-scrolled .mobile-nav-toggle {
  color: #ffffff;
  font-size: 32px;
  height: 30px;
}
#header.header-scrolled .bi-list::before {
  color: #ffffff;
}

/* logo2 use end */

.bi-list::before {
  color: #000000;
}
.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/* Navigation Menu */
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #c74a1b;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #0880e8;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  height: 40px;
}
.mobile-nav-toggle.bi-x {
  color: #ffffff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(211, 211, 211, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 200px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 17px;
  color: #000000;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #75474a;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #c74a1b;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* Hero Section */
#hero {
  width: 100%;
  height: 97vh;
  overflow: hidden;
  position: relative;
  /* background: url("../img/banner.png") top center no-repeat; */
  /* background-size: cover;
  position: relative;*/
  margin-bottom: 0px;
  z-index: 99;
  transition: 0.3s;
}
#hero:before {
  content: "";
  /* background: #c7c7c7; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #c74a1b;
}
#hero .btn-get-started:hover {
  background: #c74a1b;
  color: #fff;
  text-decoration: none;
}
.terms-frm{
	padding:15px 0px 15px 0px;
}
.terms{
	font-size:20px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	background:#f0efef;
	border-radius:30px;
	text-align:center;
	color:#c74a1a;
	letter-spacing:1px;
	/* border-bottom:2px solid #c74a1a; */
}
.terms a{
	color:#c74a1a;
	text-decoration:underline;
}
.terms a:hover{
	color:#000000;
	text-decoration:underline;
}

@media (min-width: 360px) {
  #hero {
    height: 378px;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
  .introduce-colm {
    padding: 10px 30px 0px 30px !important;
  }
	.whyjiva{	
	  width:335px;
	}
}

@media (min-width: 375px) {
  #hero {
    height: 390px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .home-card-frm2 {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
	.whyjiva{
	  width:350px;
	}
}

@media (min-width: 384px) {
  #hero {
    height: 435px;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .home-card-frm2 {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
   .whyjiva{
	  width:355px;
	}
}

@media (min-width: 390px) {
  #hero {
    height: 405px;
    padding: 0px 0;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .home-card-frm2 {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
   .whyjiva{
	  width:357px;
	}
}

@media (min-width: 412px) {
  #hero {
    height: 425px;
  }
  .buton-box2 {
    padding: 20px 0px 30px 0px !important;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .home-card-frm2 {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
   .whyjiva{
	  width:380px;
	}
}

@media (min-width: 414px) {
  #hero {
    height: 425px;
  }
  .buton-box2 {
    padding: 20px 0px 30px 0px !important;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .home-card-frm2 {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
   .whyjiva{
	  width:383px;
	}
}

@media (min-width: 428px) {
  #hero {
    height: 438px;
  }
  .buton-box2 {
    padding: 20px 0px 30px 0px !important;
  }
  .home-card-frm {
    height: 65px !important;
  }
  .home-card-frm2 {
    height: 65px !important;
  }
  .cardtxt6 {
    width: 255px !important;
  }
  .home-card-img1 {
    width: 55px !important;
    height: 40px !important;
  }
   .whyjiva{
	  width:400px;
	}
}

section {
  padding: 60px 0;
  overflow: hidden;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Introduce Jiva Ayurveda Section Start*/

.border-line {
  text-align: center;
}
.introduce-bg {
  background: #fff;
  padding: 0px 0px 0px 0px;
}
.introduce-colm {
  padding: 15px 30px 0px 30px;
  margin-top: 0px;
}
.introduce-colm h1 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #555555;
  line-height: 30px;
  text-align: center;
}
.introduce-colm h2 {
  font-size: 20px;
  font-weight: 600;
  color: #c74a1b;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
}
.voucher-frame {
  color: #555555;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  padding: 13px 35px 0px 35px;
}
.padright {
  padding-right: 0px;
}
.reward-img {
  text-align: center;
  margin-bottom: -60px;
}

/* Introduce Section End */

/* Footer CSS Start */

.map-icon {
  float: left;
}
.address-txt {
  padding-left: 50px;
  padding-bottom: 10px;
}
.whyjiva{	
  padding-bottom:20px;
}
#footer {
  color: #fff;
  font-size: 16px;
  padding-top:20px;
}
#footer .footer-top {
  background: #231f20;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 0px;
  padding: 0px 30px 40px 80px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #c74a1a;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #c74a1a;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  text-align: center;
}
#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 i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 0px;
  padding: 0px 32px 0px 32px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.foter-logo {
  padding: 0px 0px 40px 0px;
  text-align: center;
}

/* Start How does the program work section */

.program-work {
  padding: 30px 20px 0px 20px;
  margin-top: 0px;
}
.program-head h2 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #555555;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 25px;
  text-transform: uppercase;
}
.effect-slider-bg {
  padding: 15px 32px 0px 32px;
}

.cardtxt6 {
  width: 200px;
}

.formula-btm {
  font-size: 16px !important;
  padding: 16px 10px 0px 10px !important;
}
.home-card-frm {
  display: flex;
  height: 115px;
  width: 100%;
  flex-shrink: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: auto;
  flex-direction: row;
  align-items: center;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  padding: 1rem 1.3rem;
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  background: #fde6c8;
  color: #555555;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 1px 0 rgba(0, 0, 0, 0.19);
}
.home-card-frm2 {
  display: flex;
  height: 115px;
  width: 100%;
  flex-shrink: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: auto;
  flex-direction: row;
  align-items: center;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  padding: 1rem 1.3rem;
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  background: #e0f1e7;
  color: #555555;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 1px 0 rgba(0, 0, 0, 0.19);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}
.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.home-card-img1 {
  width: 100px;
  height: 70px;
  padding-left: 10px;
}

.buton-box2 {
  padding: 30px 0px 30px 0px;
}
.box-txt2 {
  background: #c74a1b !important;
  border-radius: 5px !important;
  padding: 10px 10px 10px 10px;
  color: #fff !important;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px !important;
  text-transform: uppercase;
  margin-top: 15px;
}
.box-txt2 a {
  color: #fff;
  text-align: center;
}
.box-txt2 a:hover {
  color: #fff;
  text-align: center;
}
.fill-hd {
  font-size: 25px;
  color: #c74a1b;
  font-weight: 600;
  padding-bottom: 15px;
}
.form-frm {
  padding: 20px 0px 0px 0px;
}
.form-box {
  padding: 0px 20px 0px 20px;
}
.form-bg {
  padding: 25px 25px 25px 25px;
  background: #f1e8dc;
  border-radius: 15px;
}
.why-jiva {
  padding: 10px 0px 0px 0px;
}

/* Start popup modal form */

.modal {
  top: 80px;
}

.modal-content {
  border-radius: 10px;
}
.modal-title {
  font-size: 22px !important;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
}
.modal-footer {
  text-align: center;
  display: block;
}
.modal-header {
  background: #c74a1b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  height: 95px;
}

.form-control {
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  border: 0px solid #6d6b6b;
  padding: 0.575rem 0.75rem;
  background: #fff;
}
label {
  font-size: 13px;
  padding-bottom: 10px;
  padding-left: 12px;
}
.btn-success {
  background: #78290f;
  color: #ffffff;
  border-radius: 20px;
  width: 50%;
  border: 1px solid #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #78290f;
  border-color: #78290f;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #78290f !important;
  border-color: #78290f !important;
  box-shadow: 0 0 0 0.25rem;
}

.modal-header .btn-close {
  margin: -4.7rem -0.9rem -0.5rem -1.5rem;
}

.btn-close {
  opacity: 2.5;
}
.btn-close:hover {
  opacity: 2.5;
}
.close {
  width: 30px;
  height: 30px;
  margin-top: -66px;
  margin-right: -17px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.close2 {
  width: 30px;
  height: 30px;
  margin-top: -64px;
  margin-right: -17px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.popup-text {
  text-align: center;
}

.mrgrmove {
  margin-top: 55px;
}
/* End popup modal form */

@media (min-width: 1024px) and (max-width: 1920px) {
  #hero {
    height: 435px;
  }
  .desktop1 {
    width: 428px;
    margin: auto;
  }
  .desktopscrol {
    width: 428px;
    margin: auto;
  }
  .desktop2 {
    width: 428px;
    margin: auto;
  }
  .mrgrmove {
    margin-top: 60px;
  }
  .desktop3 {
    width: 428px;
    margin: auto;
  }
  .desktop4 {
    width: 428px;
    margin: auto;
  }
  .desktop5 {
    width: 428px;
    margin: auto;
  }
  .desktop6 {
    width: 428px;
    margin: auto;
  }
  .desktop7 {
    width: 428px;
    margin: auto;
  }
  .desktop8 {
    width: 428px;
    margin: auto;
  }
  .buton-box2 {
    padding: 20px 0px 30px 0px !important;
  }
  .modal.show .modal-dialog {
    width: 420px;
    margin: auto;
  }
  .cardtxt6 {
    width: 225px;
  }
  .home-card-img1 {
    width: 100px;
    height: 78px;
    padding-left: 10px;
  }
  
}

@media (min-width: 1920px) and (max-width: 5120px){
  #hero {
    height: 435px;
  }
  .desktop1 {
    width: 428px;
    margin: auto;
  }
  .desktopscrol {
    width: 428px;
    margin: auto;
  }
  .desktop2 {
    width: 428px;
    margin: auto;
  }
  .mrgrmove {
    margin-top: 60px;
  }
  .desktop3 {
    width: 428px;
    margin: auto;
  }
  .desktop4 {
    width: 428px;
    margin: auto;
  }
  .desktop5 {
    width: 428px;
    margin: auto;
  }
  .desktop6 {
    width: 428px;
    margin: auto;
  }
  .desktop7 {
    width: 428px;
    margin: auto;
  }
  .desktop8 {
    width: 428px;
    margin: auto;
  }
  .buton-box2 {
    padding: 20px 0px 30px 0px !important;
  }
  .modal.show .modal-dialog {
    width: 420px;
    margin: auto;
  }
  .cardtxt6 {
    width: 225px;
  }
  .home-card-img1 {
    width: 100px;
    height: 78px;
    padding-left: 10px;
  }
  
}




