@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/* hero section css */

.hero-section {
  height: auto;
}
.hero-content {
  position: relative;
}
.video-container .video-content {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}
.text-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  height: 90%;
}
.text-section .text-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.text-section .text-content h1 {
  font-size: 150px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}
.text-content .text-header {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.text-content input {
  background-color: rgba(255, 255, 255, 0.783);
}

.loader {
  position: fixed;
  z-index: 999999999;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd4d494;
  padding-top: 20%;
  display: none;
}
.loader img {
  width: 50px;
}
p#srhErr {
  width: 100%;
  position: absolute;
}
.bt-sucess {
  background: green !important;
  color: #fff !important;
  border: 1px solid green !important;
  margin-left: 25px !important;
}
.bt-danger {
  background: #fff !important;
  color: red !important;
  border: 1px solid red !important;
}
.bt-sucess:hover {
  background: #fff !important;
  color: green !important;
  border: 1px solid green !important;
}
.bt-danger:hover {
  background: red !important;
  color: #fff !important;
  border: 1px solid red !important;
}
input#search {
  width: 1200px;
  height: 150px;
  border-radius: 100px 0px 0px 100px;
  border: 1px solid #ccc;
  font-size: 20px;
  padding: 20px;
  outline: none;
}
input#search::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #999;
  margin: 20px;
  font-size: 20px;
}

input#search::placeholder {
  color: red;
  color: #999;
  margin: 20px;
  font-size: 20px;
}

.failMsg {
  font-size: 18px;
  background: #d94040;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
}
.sucMsg {
  font-size: 18px;
  background: green;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
}
div#mblHeader .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: red;
}
/* .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
} */

.social-icon > li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(46, 90, 1);
}
.deskNav a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}
i.fas.fa-bars.fa-2x.hamburger {
  color: #fff;
  display: none;
}
.deskNav {
  position: absolute;
  right: 5%;
}
.visional-navbar {
  background-color: #ffffff50 !important;
}


.title h2 {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.title {
  background: #78ad46;
  color: #fff;
  padding: 3px;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
}
.contentBlock {
  margin-top: 30px;
  padding: 20px;
}
div#myLinks a {
  display: block;
  color: #222;
  text-decoration: none;
  margin: 15px;
}
div#myLinks {
  width: 250px !important;
}
.input-group-addon.saveBtn {
  background: green;
  color: #fff;
  padding: 5px 20px;
  border-radius: 100px;
  border: none;
  font-weight: bold;
  font-size: 18px;
}
.send-btn {
  background: #95d657;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "latoregular";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  transition: all 200ms linear;
  border: none;
}

/* app section */
.app-section {
  height: auto;
}

.app-section .app-left {
  flex-direction: column;
  row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.app-content .app-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0px;
}
.app-content .app-para {
  font-size: 18px;
  color: #666666;
}

.app-left .app-cta button {
  width: 250px;
  height: 70px;
  border-radius: 50px;
}
.app-cta .let-start {
  border: 1px solid #c8c8c8;
  background-color: #85b540;
  color: #ffffff;
  font-weight: bold;
}
.app-cta .let-start:hover {
  background-color: #6b9a2a;
}

.app-section .app-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 60px;
}
.app-section .app-right img {
  width: 600px;
  height: 600px;
  object-fit: cover;
}

/* work-flow */
.work-flow {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.work-flow .container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  justify-content: center;
  align-items: center;
}
.work-flow .work-flow-title {
  font-size: 30px;
  color: #ffffff;
}
.work-flow-content {
  justify-content: center;
  align-items: center;
}
.work-flow-content .card {
  width: 400px;
  background-color: transparent;
  text-align: center;
  color: #ffffff;
}
.work-flow-content .card .numbering {
  font-family: "Iowan Old Style";
}
.work-flow-content .card .card-text p {
  font-size: 16px;
  color: #666666;
}
/* category section */
.category-img {
  display: flex;
  column-gap: 10px;
  row-gap: 20px;
}

.mobile-carousel {
  display: none;
}
/* cta section */
.cta-section {
  background-color: #f2f2f2;
}
.cta-content {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cta-section .cta-content button {
  width: 250px;
  height: 70px;
  border-radius: 50px;
}
.cta-content .agent-cta {
  border: 1px solid #c8c8c8;
  background-color: #85b540;
  color: #ffffff;
  font-weight: bold;
}
.cta-content .retailer-cta {
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

.footer-download{
  border-radius: 5px;
}

.modalBlkOuter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #e5dfdf52;
  z-index: 99999999;
  margin: auto;
  -ms-transform: translateY(-50%);
  display: none;
  bottom: 0;
}
.modalBlk button.close {
  position: absolute;
  right: 30px;
  background: none;
  border: none;
  font-size: 30px;
  color: #999;
  top: 10px;
}
div#div_login h4 {
    font-family: inherit;
    line-height: 1.7rem;
    font-size: 20px;
    text-align: inherit;
}
.modalBlk {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 99999999;
  width: 40%;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*display: none;*/
  height: auto;
  border-radius: 0px;
}
.login-popbg{
  background: #fff;
}
.login-pop {
  width: 100%;
  font-family: inherit;
  padding: 50px;
  
}
.login-pop-frm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-pop-frm ul li {
  margin: 16px 0px;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.login-pop h4 {
    font-family: inherit;
    line-height: 1.7rem;
    font-size: 20px;
    text-align: inherit;
    margin-bottom: 35px;
}
.login-pop-frm ul li input[type="text"], .login-pop-frm ul li input[type="password"] {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    color: #919191;
    padding-bottom: 15px;
    padding-left: 10px;
    font-family: inherit;
    border-radius: 0;
    font-weight: 600;
    font-size: 17px;
}
.col-sm-6.imgBlk img {
  width: 100%;
}
.modalBlk h2 {
  font-size: 17px;
  font-weight: 200;
  color: #777;
  margin-bottom: 10px;
}
.modalBlk input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.div_login h4 {
  font-weight: 100;
}
.modalBlk button.close {
  position: absolute;
  right: 30px;
  background: none;
  border: none;
  font-size: 30px;
  color: #999;
}
.modalBlk button {
    height: 40px;
    margin-top: 42px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    width: auto;
    padding: 5px 25px;
}

.login-pop {
    padding: 0px;
  }
  .modalBlk button.close {
    z-index: 99999999999;
    opacity: 1;
  }
  .chatBlock {
    position: relative;
    width: auto;
    border-radius: 5px;
    background: #fff;
    height: 750px;
}
.chatBlock {
    border: 1px solid #ccc;
    height: 750px;
    position: relative;
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
        margin-top: -75px;
}
.modalBlkOuter {
    position: fixed;
    top: 150px;
    right: 0;
    left: 0;
    background: #e5dfdf52;
    z-index: 99999999;
    -ms-transform: translateY(-50%);
    display: none;
    bottom: 0;
}
ul.chatMsgs {
    list-style: none;
    overflow-y: scroll;
    height: 580px;
    padding: 5px;
}
div#div_login {
    padding: 40px;
}

/* Responsive */
@media only screen and (min-width: 1200px) {
  
  .text-section .text-content h1 {
    font-size: 100px;
  }
  input#search {
    width: 600px;
    height: 100px;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}
@media only screen and (min-width: 768px) {
  .saveBtn {
    padding: 5px 40px !important;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
  .modalBlkOuter .modal-body {
 margin: 0px -20px 0px 0px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-section .text-content h1 {
    font-size: 100px;
  }
  input#search {
    width: 600px;
    height: 100px;
  }
  .app-content .app-title {
    font-size: 30px;
  }
  .app-left .app-cta button {
    width: 200px;
    height: 70px;
  }
  .app-section .app-right img {
    width: 400px;
    height: 400px;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-section .text-content h1 {
    font-size: 80px;
  }
  input#search {
    width: 600px;
    height: 100px;
  }
  
  #srh1Err span {
    font-size: 15px;
  }
  .app-section .app-left {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .app-content .app-title {
    font-size: 25px;
  }
  .app-content .app-para {
    font-size: 14px;
  }
  .app-left .app-cta button {
    width: 150px;
    height: 60px;
  }
  .app-section .app-right img {
    width: 300px;
    height: 300px;
  }
  .modalBlkOuter {
    position: absolute;
  }
}

@media only screen and (max-width: 768px) {
  i.fas.fa-bars.fa-2x.hamburger {
    display: block;
  }
  .deskNav {
    display: none;
  }
  .footer {
    margin-top: 50px;
  }
  
  #srh1Err span {
    font-size: 15px;
  }
  .login-pop h4 {
    line-height: 1.3rem;
    font-size: 15px;
    margin-bottom: 19px;
}
div#div_login h4 {
    font-family: inherit;
    line-height: 1.3rem;
    font-size: 15px;
    text-align: inherit;
}
.modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-content h1 {
    font-size: 50px;
  }
  input#search {
    width: 380px!important;
    height: 70px;
  }
  .modalBlk {
    width: 95%!important;
  }
  .login-pop {
    width: 100%;
    font-family: inherit;
    padding: 50px 20px;
}
.col-sm-6.imgBlk {
    width: 50%;
}
div#div_login {
    width: 100%;
}
.chtBootWel {
    height: 60px;
}
.chtBootWel h3 {
    font-size: 17px;
}
.chtBootWel {
    height: 60px;
}
#wishBtn {
    font-size: 13px;
}
p#nmsg span {
    margin-bottom: 38px;
    cursor: pointer;
    position: absolute;
    top: -30px;
}
  #srh1Err span {
    font-size: 15px;
  }

  .app-section .app-left {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .app-content .app-title {
    text-align: center;
  }
  .app-content .app-para {
    text-align: center;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}

@media only screen and (max-width: 600px) {
  .text-section .text-content h1 {
    font-size: 40px;
  }
  input#search {
    width: 360px!important;
    height: 70px;
  }
  
  #srh1Err span {
    font-size: 15px;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}
@media only screen and (max-width: 500px) {
  .app-section .app-left {
    align-items: center;
  }
  .app-content .app-title {
    font-size: 25px;
  }
  .app-cta {
    flex-direction: column;
  }
  .category-section .category-img {
    display: none;
  }
  .mobile-carousel {
    display: block;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}
@media only screen and (max-width: 480px) {
  input#search {
    width: 250px!important;
    height: 60px;
  }
  
  #srh1Err span {
    font-size: 15px;
  }
  .app-section .app-right img {
    width: 300px;
    height: 300px;
  }
  .modalBlkOuter {
    position: absolute;
  }
}
@media only screen and (max-width: 390px) {
  input#search {
    width: 250px;
    height: 60px;
  }
  .modalBlk {
    width: 95%;
  }
  #srh1Err span {
    font-size: 15px;
  }
  .modalBlkOuter {
    position: absolute;
  }
}

@media only screen and (max-width: 375px) {
  .text-section .text-content h1 {
    font-size: 30px;
  }
  input#search {
    width: 210px;
    height: 60px;
  }
  input#search::-ms-input-placeholder {
    font-size: 14px;
  }
  input#search::placeholder {
    font-size: 14px;
  }
  
  #srh1Err span {
    font-size: 15px;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}

@media only screen and (max-width: 320px) {
  
  #srh1Err span {
    font-size: 15px;
  }
  .modalBlkOuter {
    position: absolute;
  }
  .chatBlock{
    margin-top: -10px: 
  }
}
