/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
min-height: 200px; padding-top: 70px;
 */
body {
 
  background-color: #fdfdea;
  width:100%;
  height:auto !important;
  padding-bottom:50px;
  margin-top:-30px;
}
*,
:before,
:after {
  margin: 0;
  box-sizing: border-box;
}
.loader {
  margin-top: 350px;
  margin-left: 620px;
}
.logo {
  width: 140px;
  height: 140px;
}
.para1 {
  color: red;
  margin-left: -90px;
  text-align: center;
  font-size: 20px;
  margin-right: -100px;
  margin-bottom: 0px;
}
.para2 {
  margin-left: -52px;
  text-align: justify;
}
.big-circle {
  width: 8rem;
  height: 8rem;
  border: 5px solid #ffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-color: #000 transparent #000 #000;
  animation: bigcircle 1.2s linear infinite;
}
.small-circle {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 5px solid #ffff;
  border-radius: 50%;
  border-color: #000 #000 transparent #000;
}
.button-contactForm {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #b1b277;
  border-radius: 7px;
  font-size: 20px;
  color: #fff;
}
.button-align {
  text-align: center;
}
@keyframes bigcircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  background-color: #b1b277;
}
.navbar-nav .nav-link {
  color: black;
}
.py-5 {
  background-color: #b1b277;
  color: black;
  padding-bottom: 7px !important;
  padding-top: 7px !important;

  position: fixed;
  bottom: 0;
  width: 100%;
}
.my-5 {
  margin-top: 200px !important;
}
.my-4 {
  margin-top: 240px !important;
}
.navbar-toggler {
  padding: 0px;
}
.navbar-toggler-icon {
  background-image: url("D:\\PROJECTS\\check.eyeheal.in\\img\\threelines.png");
  border-radius: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 3.5rem;
  padding-left: 2.5rem;
  font-weight: bold;
}

.heading {
  text-align: left;
  font-size: 28px;
  font-weight: bold !important;
  color: #ff0000;
}

.progress-table-wrap {
  overflow-x: scroll;
}

/* line 325, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table {
  /*background: #b8b992;*/
  padding: 15px 0px 10px 0px;
  min-width: 800px;
}

/* line 329, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 333, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 336, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 339, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 343, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-head {
  margin-left: 10px;
  display: flex;
  text-align: center;
  background-color: #aaab71;
}

/* line 345, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #000000;
  line-height: 40px;
  text-transform: inherit;
  font-weight: 500;
}

/* line 355, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  text-align: center;
  margin-left: 10px;
  border-top: 1px solid #ffffff;
  display: flex;
  background: #d0d1b8;
}

/* line 359, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .materials,
.progress-table .table-row .cs,
.progress-table .table-row .sis,
.progress-table .table-row .mns,
.progress-table .table-row .ps,
.progress-table .table-row .ss,
.progress-table .table-row .crs,
.progress-table .table-row .nis,
.progress-table .table-row .mos {
  display: flex;
  align-items: center;
}

/* line 367, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .materials,
.progress-table .table-row .cs,
.progress-table .table-row .sis,
.progress-table .table-row .mns,
.progress-table .table-row .ps,
.progress-table .table-row .ss,
.progress-table .table-row .crs,
.progress-table .table-row .nis,
.progress-table .table-row .mos img {
  margin-right: 15px;
}

/* line 372, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .materials,
.progress-table .table-row .cs,
.progress-table .table-row .sis,
.progress-table .table-row .mns,
.progress-table .table-row .ps,
.progress-table .table-row .ss,
.progress-table .table-row .crs,
.progress-table .table-row .nis,
.progress-table .table-row .mos {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 376, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .materials,
.progress-table .table-row .cs,
.progress-table .table-row .sis,
.progress-table .table-row .mns,
.progress-table .table-row .ps,
.progress-table .table-row .ss,
.progress-table .table-row .crs,
.progress-table .table-row .nis,
.progress-table .table-row .mos {
  height: 5px;
  line-height: 5px;
}

/* line 379, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 382, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 385, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 388, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 391, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 394, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 397, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 400, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.imgslider {
  position: relative;
  text-align: center;
  color: white;
}
.centertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cursor {
  font-size: 25px;
}

/* Responsive */

@media (max-width: 414px) {
  .row {
    flex-direction: column;
  }
  .logo {
    width: 110px;
    height: 110px;
  }
  .navbar {
    padding: 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 17px;
  }
  .my-5 {
    margin-top: 0px;
  }
  .about-details-cap {
    text-align: center;
  }
  .media-body p {
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .my-10 {
    text-align: center;
    margin-top: 290px !important;
  }
  .my-4 {
    /* text-align: center; */
    margin-top: 80px !important;
  }
  .heading {
    text-align: center;
  }
  .js-nametag1 {
    width: 78% !important;
  }
  .js-nametag {
    text-align: center !important;
    font-size: 20px !important;
    padding-right: 27px !important;
  }
  .loader{
    margin-top: 60% !important;
    margin-left: 30% !important;
  }

}