@charset "UTF-8";

html{
    scroll-behavior: smooth;
}
body {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #102133;
  font-family: 'Questrial', sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word
}
a {
  color: #102133;
}
a:hover, a:focus {
  color: #F7B046;
}
.btn,
a,
input,
select,
textarea {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto
}
p {
  margin: 0 0 20px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: inherit;
}
h1, .h-1 {
  font-size: 72px;
  line-height: 74px;
}
h2, .h-2 {
  font-size: 48px;
  line-height: 52px;
}
h3, .h-3 {
  font-size: 36px;
  line-height: 40px;
}
h4, .h-4 {
  font-size: 26px;
  line-height: 30px;
}
h5, .h-5 {
  font-size: 20px;
  line-height: 26px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn {
  border-radius: 3px;
  background-color: #102133;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  padding: 9px 13px;
}
.btn:hover, .btn:focus {
  background-color: #F7B046  !important;
  color: #fff  !important;
  box-shadow: none;
  border-color: #F7B046  !important;
}
.select2-container {
  width: 100% !important;
  text-align: left;
  font-size: 16px;
}
.select2-container:hover, .select2-container:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .select2-selection__arrow:focus,
.select2-container--default .select2-selection--single:focus {
  outline: none !important;
  -webkit-focus-ring-color: auto 0;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 53px;
  padding-left: 10px;
  padding-right: 35px;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:before {
  content: '';
  position: absolute;
  left: 0;
  height: 26px;
  width: 1px;
  background-color: #cccccc;
  top: 13px;
}
.select2-container--default .select2-selection--single {
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  padding-left: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:before {

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -9px;
  top: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f077";
}
.select2-container--open .select2-dropdown--below {
  border: none;
  box-shadow: 0px 3px 3px 0px rgb(0, 0, 0,.25);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #222222;
}
.select2-results__option {
  padding: 6px 20px 6px 60px;
}
.select2-dropdown {
  border: none;
  box-shadow: 0px 3px 3px 0px rgb(0, 0, 0,.25);
}

/* common classes */
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.parallax {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.67;
  top: 0;
  left: 0;
  background-color: #102133;
}
.text-orange {
  color: #F7B046;
}

/* Header */
header {
  background-color: #fbfbfb;
}
header .navbar {
  padding: 0 30px 0 15px;
}
header .navbar-brand, header .support {
  border-right: 2px solid #CCCCCC;
  padding: 5px 10px;
  margin: 0;
}
header .support-icon {
  width: 40px;
  float: left;
}
header .support-text {
  width: calc(100% - 60px);
  float: left;
  margin-left: 20px;
  color: #102133;
}
header .support-text span {
  display: block;
  margin-bottom: 10px;
}
header .support-text a {
  text-decoration: none;
  font-size: 17px;
}
header .navbar-nav .nav-link {
  font-size: 24px;
  margin-right: 45px;
  position: relative;
}
header .navbar-nav .nav-link:after {
  position: relative;
  content: '';
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 2px;
  bottom: -5px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #F7B046;
  visibility: hidden;
  opacity: 0;
}
header .navbar-nav .nav-link:hover:after, header .navbar-nav .nav-link:focus:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}
.navbar-toggler {
  font-size: 24px;
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  vertical-align: middle;
  border-radius: 0
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler-line {
  background: #102133;
  height: 2px;
  width: 22px;
  content: "";
  display: block;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.navbar-toggler-line:nth-child(1) {
  top: 0;
  width: 14px
}
.navbar-toggler-line:nth-child(2),
.navbar-toggler-line:nth-child(3) {
  top: 6px
}
.navbar-toggler-line:nth-child(4) {
  top: 12px;
  width: 14px
}
.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
  top: 7px;
  width: 0%
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
  top: 7px;
  width: 0%
}

/* mini header */
.mini-header {
  background-color: #222222;
  color: #fff;
  padding: 16px 70px;
  font-size: 12px;
}
.mini-header a {
  color: #fff;
  text-decoration: none;
}
.mini-header .latest-update {
  text-decoration: underline;
  margin-right: 10px;
}
.mini-header a:hover, .mini-header a:focus {
  color: #F7B046;
}
.mini-header .site-info {
  display: inline-block;
  margin-right: 92px;
}
.mini-header .site-info i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #F7B046;
}
.mini-header .site-info li {
  display: inline-block;
  padding: 6px 25px;
  border-right: 1px solid #fff;
}
.mini-header .social-icon {
  display: inline-block;;
}
.mini-header .social-icon a {
  font-size: 19px;
  margin: 0 5px;
  text-decoration: none;
}

/* banner */
.banner {
  height: 170px;
}
.banner-title span {
  color: #F7B046;
}
.quotes-section {
  padding-bottom: 85px;
}
.quote-wrap {
  margin-top: -75px;
  box-shadow: 5px 5px 99px 20px rgba(0,0,0,0.25);
  border-radius: 15px;
}
.quote-wrap .top-pattern {
  width: 100%;
  background-color: #ededeb;
  border-radius: 15px 15px 0 0;
  /* padding: 20px; */
  padding: 5px 0px 5px 0px;
  text-align: center;
}
.quote-wrap .content {
  /* display: inline-block; */
  display: table-cell;
  width: 100%;
  padding: 0px 19px 41px 5px;
  background-color: #f4f4f4;
  border-radius: 0 0 15px 15px;
}
.quote-wrap .content ul {
  margin: 0 -25px;
}
.quote-wrap .content ul li {
  float: left;
  width: 33.33%;
  padding: 0 25px;
}
.customers-quotes-section {
  padding: 130px 0;
}
.quote-wrap .content .btn-action {
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  background-color: #F7B046;
  padding: 10px;
  display: inline-block;
  min-width: 340px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 55px;
}
.quote-wrap .content .btn-action:hover {
  text-decoration: none;
  background-color: #222222;
}
.quote-wrap .top-pattern h2 {
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.banner-2 {
  height: 437px;
}
.banner-2 h4 {
  margin-bottom: 4px;
}
.banner-2 .btn {
  margin-top: 67px;
}
.our-equipments {
  padding: 20px 0;
}
.equipments-title span {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.equipments-item {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.equipments-item a {
  display: table;
  margin: 0 auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.equipments-item .equipments-box {
  margin-bottom: 90px;
}
.counter-banner {
  height: 426px;
  padding: 50px 0;
}
.equipments-item .placeholder {
  font-size: 244px;
  font-weight: bold;
  color: #C6C6C6;
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C6C6C6;
  border-radius: 100%;
  margin: 0 auto;
  line-height: 250px;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}
.equipments-item .tilt {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}
.counter-banner .overlay {
  background: rgba(15, 25, 36, 0.92);
  opacity: .92
}
.counter-banner .timer {
  min-width: 106px;
  line-height: 32px;
  margin-right: 10px;
}
.counter-banner .counter-number {
  margin-bottom: 30px;
}
.counter-banner .counter-content .counter-title {
  font-size: 18px;
  line-height: 30px;
}
.counter-banner .counter-content p {
  margin-bottom: 0;
}
.recent-job {
  padding: 140px 0;
}
.page-title .sub-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  display: inline-block;
}
.recent-job h2 {
  margin-bottom: 75px;
}
.page-title .pattern {
  margin-top: 3px;
  margin-bottom: 50px;
}
.page-title .pattern span {
  display: inline-block;
  height: 2px;
  background-color: #F7B046;
  width: 17px;
}
.page-title .pattern .bottom, .page-title .pattern .top {
  line-height: 7px;
}
.page-title .pattern .bottom span {
  width: 34px;
}
.recent-job .slide-box, .location-box {
  padding: 15px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.recent-job .slide-box:hover, .location-box:hover {
  transform: translateY(-5px);
}
.recent-job .slide-box .heading {
  font-size: 20px;
  line-height: 24px;
}
.recent-job .slide-box p {
  margin-top: 30px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}
.recent-job .swiper-wrapper {
  margin-bottom: 85px;
  padding-top: 15px;
}
.recent-job .slide-box .slide-box-content {
  padding: 65px 70px 40px 70px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 15px rgb(0,0,0,0.25);
  height:332px;
}
.quote-icon {
  position: absolute;
  top: -15px;
  left: 65px;
}
.author-wrap {
  margin-top: 10px;
}
.author-wrap img {
  margin-right: 15px;
}
.author-wrap .author-name {
  font-size: 15px;
  line-height: 18px;
}
.author-info {
  margin-right: 10px;
  padding-top: 10px;
}
.author-wrap .rating i {
  color: #FFC107;
  font-size: 10px;
}
.author-wrap .rating {
  padding-top: 10px;
}
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #C4C4C4;
  opacity: 1;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}
.swiper-pagination-bullet-active {
  background: #000000;
  width: 21px;
  height: 21px;
}
.swiper-pagination-bullet:hover {
  background: #000000;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}
.location-slider {
  padding: 100px 13%;
}
.location-box {
  background-color: #fff;
  border-radius: 10px 10px;
}
.location-slider .top, .location-slider .bottom {
  padding: 40px 44px;
}
.location-slider .location-title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 25px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
  border-bottom: 4px dashed #C6C6C6
}
.location-slider .info {
  font-size: 22px;
  line-height: 28px;
}
.location-slider .swiper-wrapper {
  margin-bottom: 95px;
}
.location-slider .info label {
  min-width: 147px;
  margin-right: 10px;
  margin-bottom: 0;
}
.location-box .location-box-content {
  box-shadow: 0 0 15px rgb(0,0,0,0.25);
}
.location-box:hover {
  transform: translateY(-5px);
}
.location-slider .info span {
  width: calc(100% - 157px);
}
.location-slider .bottom {
  text-align: center;
  border-top: 2px solid #C6C6C6;
}
.location-slider .bottom a {
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  color: #F7B046;
}
.location-slider .bottom a:hover {
  color: #102133;
}
.step-box {
  max-width: 162px;
  width: 100%;
  position: relative;
}
.step-box .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.step-box .icon img {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.step-box .icon:hover img {
  transform: translateY(-5px);
}
.bottom-patter-wrap {
  margin: 70px 0;
}
.bottom-patter {
  padding: 0 6%;
}
.bottom-patter .small {
  width: 9%;
  height: 4px;
  float: left;
  margin: 0 15px;
  position: relative;
  border-bottom: 4px dashed #ccc;
}
.bottom-patter .large {
  width: 36%;
  position: relative;
  height: 4px;
  float: left;
  border-bottom: 4px dashed #ccc;
  padding: 0 10px;
  margin: 0 15px;
}
.bottom-patter .large:after, .bottom-patter .small:after {
  content: '';
  position: absolute;
  right: -20px;
  width: 12px;
  height: 12px;
  background-color: #F7B046;
  border-radius: 100%;
  top: -4px;
}
.bottom-patter .small.first:before, .bottom-patter .small.last:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 100%;
  top: -2px;
  left: -15px;
}
.bottom-patter .small.last:before {
  right: -15px;
  left: inherit;
}
.bottom-patter .small.last:after {
  display: none;
}
.number-step .number {
  font-size: 96px;
  color: rgba(198,198,198,0.5);
  line-height: 96px;
  font-family: 'Roboto', sans-serif;
}
.number-step .title {
  font-size: 18px;
  margin-left: -25px;
  display: inline-block;
  line-height: 21px;
}
.number-step {
  padding-bottom: 100px;
}
.support-wrap {
  padding: 100px;
}
.support-content {
  font-size: 22px;
  line-height: 26px;
  padding-right: 77px;
}
.support-content span {
  border-right: 1px solid #C1C1C1;
  display: inline-block;
  padding-right: 40px;
}
.support-detail span {
  width: 30px;
}
.quick > div {
  font-size: 20px;
  line-height: 26px;
}
.quick a {
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
}
.quick {
  padding-left: 40px;
  width: calc(100% - 30px);
}
.offer-wrap {
  padding: 85px 0;
}
.offer-wrap .offer-title {
  font-size: 24px;
  line-height: 30px;
}
.offer-wrap .offer-box {
  max-width: 250px;
  width: 100%;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.25);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  top: 0;
  position: relative;
}
.offer-wrap .offer-box:hover {
  top: -8px;
}
.offer-wrap .offer-box img {
  margin-bottom: 30px;
}
.review {
  padding: 130px 0 140px 0;
}
.review ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 30px;
}
.review ul li .box {
  padding: 15px 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.trustpilot img {
  margin-bottom: 15px;
}
.trustpilot .text {
  font-size: 16px;
  line-height: 20px;
}
.google i {
  font-size: 7px;
}
.total-rating {
  margin-top: 7px;
  font-size: 16px;
  line-height: 16px;
}
.minig-sales img {
  margin-bottom: 5px;
}
.footer-top, .footer-bottom {
  padding: 54px 0;
  background-color: #111111;
}
footer p {
  line-height: 20px;
}
.separator span {
  display: block;
  width: 17px;
  height: 2px;
  background-color: #F7B046;
  margin-bottom: 7px;
}
.separator span:last-child {
  width: 34px;
  margin-bottom: 0;
}
.separator {
  margin-bottom: 40px;
}
.footer-title {
  margin-bottom: 10px;
}
.footer-social-icon {
  margin-top: 40px;
}
.footer-social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.footer-social-icon li:last-child {
  margin-right: 0;
}
.footer-social-icon li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #292929;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-social-icon li a:hover {
  background-color: #F7B046;
  color: #232323;
}
.footer-link li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.footer-link li a {
  color: #C6C6C6;
  text-decoration: none;
}
.footer-link li a:hover {
  color: #F7B046;
}
.footer-link li:last-child {
  margin-bottom: 0;
}
.get-in-touch .icon {
  width: 37px;
  margin-right: 20px;
}
.get-in-touch .rental-support {
  width: calc(100% - 57px);
}
.get-in-touch .rental-support > div, .get-in-touch .rental-support a {
  color: #C6C6C6;
}
.get-in-touch .rental-support a {
  margin-top: 8px;
  display: inline-block;
  text-decoration: none;
}
.get-in-touch .rental-support a:hover {
  color: #F7B046;
}
.get-in-touch.margin-bottom {
  margin-bottom: 35px;
}
.padding-left {
  padding-left: 30px;
}
.footer-bottom {
  border-top: 1px solid #C6C6C6;
}

.regform{
  padding: 4% 0%;
}
#rolePur{
  background-color: #aaa9;
  max-width: 11%;
  height: 30px;
  padding: 8px 0px;
  border-radius: 5px 0px 0px 5px;
}

#roleSup{
  background-color: #F7B046;
  max-width: 11%;
  height: 30px;
  padding: 8px 0px;
  border-radius: 0px 5px 5px 0px;
}

.regDiv{
  padding: 5% 0%;
}
form{
  width: -webkit-fill-available !important;
}

.submitDiv{
  margin-left: 43%;
  padding: 25px 0px 0px 0px;
}

.submitBtn{
  width:25%;
  background-color: #F7B046;
  color:black;
  border-radius: 10px;
  border-color:#F7B046;
  height: 45px;
}



/* Style the buttons inside the tab */
.tab button {
  padding: 8px 16px !important;
  font-size: 14px;
  border: none;
  width: 12%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  border: none !important;
}

.tab button:visited
{
  background-color:red;
}
.tab button:active {
  border: none !important;
}
/* Create an active/current tablink class */
.tab button .active {
  background-color: #ccc;
  border: none !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}


.regBtnDiv{
  margin-left: 26%;
  padding: 25px 0px 0px 0px;
}

.regBtn{
    padding: 2.5%;
    /* margin-top: 15% !important; */
}
.btn{
    min-width: 150px;
    background-color: #F7B046;
    color: black;
    border-radius: 10px;
    border-color: #F7B046;
    height: 100%;
    font-size: 18px;
    text-transform: inherit;
    max-width: 100%;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}

.main-menu{
  width:90%;
}


.sub-header a{
  text-align: left !important;
  background-color: #F7B046 !important;
  border: 1px solid #F7B046 !important;
  color:black !important;
  text-decoration: none;
  padding: 7% 5% 7% 10% !important;
  border-radius: 0px !important;
  width: -webkit-fill-available !important;
  width:100%;
}

.ml-90{
    /* width:50%;
    margin-left: 90px; */
    float: left;
}
.ml-90 .badge{
    margin-left: -120px;
    padding: 8px 15px 8px 15px;
    margin-top: 40px;
    position: absolute;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 3px 6px 5px rgb(0 0 0 / 25%);
    background: #DC1D1D !important;
}

.sub-header a:hover {
  background-color: #F7B046 !important;
  border: 1px solid white !important;
  color:white !important;
}

.sub-header a.active {
    background-color: #102133 !important;
    border: 1px solid #102133!important;
    color: white !important;
}

#profileRolePur{
  background-color: #aaa9;
  width: 18%;
    height: 40px;
    margin-left: 15px;
    padding: 15px 0px !important;
    /* border-radius: 15px; */
}
.psub{
  border: none !important;
    background-color: white !important;
}
#profileRoleSup{
    background-color: #F7B046;
    width: 18%;
    height: 40px;
    margin-left: 15px;
    padding: 15px 0px !important;
    /* border-radius: 15px; */
}

#profileLabel{
  padding: 10px 0px;
  width: max-content !important;
  width: 110%;

}

.profileBtn{
  width: 33%;
    padding-top: 15px;
    background-color: #F7B046;
    color: black;
    border-radius: 10px;
    border-color: #F7B046;
    height: 45px;
}
.backgray{
    background-color:#FBFBFB;
}
.mt-25{
    margin-top:25px;
}
.form-group label {
    font-size: 16px !important;

    color:#102133  !important;
}
.errorMessage{
    margin-left: 15px;
    color: red;
    font-size: 16px;
}
.registerText{
    padding-top: 25%;
    margin: auto;
    width: 75%;
    font-size: 18px;
}
.forgot{
    font-size: 16px;
    cursor: pointer;
}

.pageDesign{
  font-size: 17px;
  line-height: 25px;
}
.pageHeader{
  text-align: center;
}
.alpha{
  list-style-type:lower-alpha;
}
.roman{
  list-style-type:upper-roman;
}
.disc{
  list-style-type:disc;
}
.list{
  text-decoration: underline;
  font-weight: 400;
  padding: 10px 0px;
}
.olList{
  font-weight: 600;
  padding: 15px;
}
.linkclass{
  color: blue;
  text-decoration: underline;
}

.featureBox{
  display: flex; justify-content: center;
}


  .inputBox{
      border-color: black; border-radius: 10px;
  }
  #minusBtn{
      width: 50%;
      padding: 5px 10px;
      /* background-color: #d69d23; */
      background-color: #F7B046;
  }
  #plusBtn{
      width: 50%;
      padding: 5px 10px;
      /* background-color: #d69d23; */
      background-color: #F7B046;
  }
  .addmin{
      border: none;
      text-align: center;
      background-color: rgb(223, 219, 219);
      width: 60%;
  }
  .form-group{
      font-size: 120%;
  }
  .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    border: 0.5px solid black !important;
    padding-left: 0px;
    text-align: left;
    border-radius: 10px;
    line-height: 40px !important;
}
  .img-fluid{
      max-width: 60%;
      height: auto;
      padding: 10% 0%;
  }
  .abc {
    width: 30%;
    margin-top: 3%;
    margin-left: 35%;
      background-color: #aaaaaa08;
      background-size: cover;
  }

  .xyz{
      background-color: #aaaaaa08;
  }

  .register-form {
      padding-left: 3%;
      margin-top: 5%;
      width: 100%;
      font-size: 130%;
  }

  .mainSelectBtn{
    margin: 1%;
  }
  .btn0 {
      float: right;
      margin-top: 0%;
      border: none;
      border-radius: 8px;
      padding: 3%;
      background: #d69d23;
      font-weight: 400;
      width: 30%;
      cursor: pointer;

  }

  .btn1 {
      margin-left: 9%;
      margin-top: 5%;
      padding: 4%;
      background: #d69d23;
      width: 40%;
      border: none;
      border-radius: 8px;
      font-weight: 400;
  }

  .subBtn1{
    margin-left: 9%;
    margin-top: 4%;
    padding: 2%;
    /* background: #d69d23; */
    background: #F7B046;
    width: 17%;
    border: none;
    border-radius: 8px;
    font-weight: 400;
    margin-bottom: 150px;
  }

  .blocks {
      display: flex;
      justify-content: center;
      margin-top: 1em;
      padding: 1em 1em;
      background-color: rgb(223, 219, 219);

  }

  .btns {
      background-color: #d69d23;
      padding: 0.4em 0.8em;
      font-size: 1vw;
      font-weight: 600;
      outline: none;
      border: none;
  }

  .blocks label {
      margin-left: 0.5em;
      margin-right: 2em;
      font-size: 16px;
  }


  @media only screen and (max-width: 414px) {
      .btns {
          font-size: 4vw;
      }

      .blocks label {
          margin-left: 1em;
          margin-right: 1em;
      }

      .abc label{
          font-weight: 600;
          font-size: 1em;
      }
  }

  @media only screen and (max-width: 1024px) {
      .btns {
          font-size: 2vw;
      }

      .blocks label {
          margin-left: 1em;
          margin-right: 1em;
      }
  }

  .tabrow{
    flex-flow: row-reverse;
    width: 50%;
    margin-left: 25%;
  }

  .purDiv{
    text-align:center;
    margin-top:10%;
  }
  .editIconBtn{
    text-align:end;
  }

  .editIcon{
    color:#F7B046;
    font-size: 25px;
  }

  .aboutIcon{
    color:#F7B046;
    font-size: 25px;

  }

  .detailDiv{
    text-align: center;
  }

  .subDetail{
    background-color: #aaaaaa08;
    padding: 15px;
  }

  .detailDiv p{
    font-size: 10px;
    margin-bottom: 0px;
  }

  .contactDetailDiv{
    text-align: center;
  }
  .contactDetailDiv p{

    font-size: 15px;
    margin-bottom: 0px;

  }

  .rememberClass{
    margin-top: 5px;
  }

  .loginSide{
    margin-left: 42%;
  }
  .mainDivcol{
    background-color:#aaaaaa08;
  }

  .quoteList{
    padding: 20px 10px;
  }

  .quoteListMain{
    margin-bottom: 3%;

  }
  .mainFeaList{
    margin-top: 10%;
  }

  .iconStyle{
    padding: 10px 5px 10px 5px;
    color: #F7B046;
  }

  .iconsDiv{
    margin-top: -10px;
  }

  .text-end{
    text-align: end;
  }

  .mainpayDetail{
    background: #aaaaaa08;
    margin-top: 10%;
    padding: 5px;
  }

  .payDetailMain{
    margin-bottom: 3%;
    margin: 2% 1% 2% 1%;
    background: white;
    border-radius: 10px;
  }

  .feaList{
    margin:5% 0% 3% 10%;
    font-size: 18px;
    font-weight: 500;
  }
  .feaDetail{
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .feaHeader{
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
  }
  .feaQty{
    margin-top: 4%;
    line-height: 16px;
  }
  .multyIcon{
    padding: 5px;
  }
  .viewBirdBtn{
    padding: 5%;
    background: #102133;
    color: #d69d23;
    width: 40%;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;

  }
  .subBirdBtn{
    margin-top: -7px;
    padding: 8%;
    background: #102133;
    color: #d69d23;
    width: 80%;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
  }
  .totalList{
    margin-top: 3%;
    margin-bottom: 10%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 5%;
  }
  .searchForm{
    padding: 20px 40px 20px 40px;
    width: 90%;
    background-color: #aaaaaa08;

  }
  .searchInput{
    height: 26px;
    border-radius: 8px;
  }
  .searchText {
    height: 26px;
  }
  .sort{
    /* width: 10%;
    float: right; */
    width: 15%;
    float: right;
    margin-top: 15px;
    line-height: 5px;
    text-align: center;
  }
  .waIcon{
    padding: 10px 5px 10px 5px;
    color: #F7B046;
  }
  .bidIcon{
    padding: 5px 5px 5px 4px;
    color: #F7B046;
    width: 10%;
  }
  .bidButton{
    background: black;
    border: none;
    color: #F7B046;
  }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #102133  !important;
    border-color: #102133  !important;
  }
  .fs-15{
      font-size: 15px;
  }
  .mlp-13{
        margin-left:13%;
  }
  .mrp-13{
    margin-right:13%;
  }
  .selectall{
    float: right;
    margin-top: 0%;
    border: none;
    border-radius: 8px;
    font-weight: 400;
    cursor: pointer;
    padding: 2.5% 14% 0% 2.5%;
  }
  .selectall input{
    margin-right: 6px;
    width: 17px;
    height: 17px
  }
  .selectall label{
    line-height: 20px;
    position: absolute;
    font-size: 16px;
  }
  .w85{
      width:85%;
  }
  .subCatBox{
    width: 85%;
    margin: auto;
  }
  .font-left{
    justify-content: left;
    text-align: left;
  }
  .chkbox{
    width: 17px;
    height: 17px;
    position: absolute;
    margin-left: -1.25rem;
    margin-top: 0px;
  }
  .catRow .blocks{
    background: #1b2b3a;
    color: #fff;
  }
  .mborder{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  a .active{
    background-color: #102133 !important;
    color: #C6C6C6 !important;
    border: 1px solid #102133 !important;
  }

  .bidInput{
    border-radius: 10px;
    height: 30px;
  }

  .bidLabel{
    font-size: 20px;
    padding-top: 6px;
  }

  .bidpLabel{
    font-size: 20px;
    padding-top: 6px;
    color: #c6c6c6;
  }

  .hire_price{
    border: none;
    color: #ccc;
    margin-left: 50%;
    pointer-events: none;
  }
  .fea_total{
    border: none;
    color: #ccc;
    margin-left: 50%;
    pointer-events: none;
  }
  .total_price{
    border: none;
    color: black;
    margin-left: 50%;
    pointer-events: none;
  }
  .mainFeaPriceList{
    margin-top: 5%;
  }
  .busName{
    text-align: center;
    width: 100%;
    background-color: #F7B046;
    color: black;
    border-radius: 10px;
    border-color: #F7B046;
    height: 35px;
    line-height: 35px;
  }
  .feaheader{
    padding: 10px 15px;
    border-radius: 20px;
    text-align: center;
    background: #aaaaaa1f;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .feaDetails{
    padding: 5px 10px;
    height: 25px;
    text-align: center;
    background: #aaaaaa1f;
    width: 120px;
  }
  .viewBidAccept{
    padding: 5%;
    color: #F7B046;
    background:#102133;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;

  }
  .bidAccept{
    text-align: center;
    width: 100%;
    color: #F7B046;
    background-color: #102133 !important;
    border-radius: 10px;
    border-color: #102133;
    height: 35px;
    line-height: 35px;
  }
  .totalDiv{
    margin-top: 9%;
    font-size: 25px;
    font-weight: 500;
  }

  .priceInput{
    margin-top: 9%;
    margin-left: 23%;
    margin-right: 17%;
    text-align: center;
  }
  .orInput{
    text-align: center;
    margin-top: 20%;
  }

  .paymentBtn{
    margin: -20px 0px 0px -12px;
    width: auto !important;
  }

  .ratClass{
    margin: 20px 5px;
  }

  .ratLabel{
    font-size: 17px;
    font-weight: 500;
    margin-top: 9%;
  }

  .ratStar{
    padding: 0px 5px;
    font-size: 20px;
    color:#ccc;
  }

  .ratStar.checked{
    color:#F7B046  !important
  }
  .forgotDiv{
    font-size: 16px;
    cursor: pointer;
    margin-left: 15px;
  }
  .ratingDiv{
    margin-top: 5%;
    margin-left: 22%;
  }

  .ratingHeader{
    margin-top: 5%;
    margin-left: 12%;
  }
  .payHeader{
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 5px;
    position: absolute;
  }

  .payPrice{
    font-size: 20px;
    font-weight: 500;
  }

  .payLabel{
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
    width: 150px;
    padding-left: 50px;
    float: left;
    margin-top: -15px;
  }
  .dateLabel{
    font-size: 12px;
    font-weight: 500;
    color:#aaa;

  }
  .payIcon{
    color:#F7B046;
  }

  .payDetail{
    font-size: 12px;
    font-weight: 500;

  }
  .daysDetail{
    margin-top: 5%;
  }

  .starClass{
    width: 5%;
  }
.inbox_chat{
    width: 50%;
    background-color: white;
    min-height: 30px;
    line-height: 20px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 10px;

}
.inbox_chat_status{
  float: right;
  width: 50%;
}
.inbox_chat_send{
  float: right;
  width: 50%;
    background-color: white;
    min-height: 30px;
    line-height: 20px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 50%;
    margin-right: 10px;
}
.msgList{
  padding:20px 10px;
  background-color: #cccccc78;
}
.inbox_msg{
  background-color: #bbb;
    border: 1px solid #bbb;
    height: 40px;
    margin-left: 25px;
    border-radius: 10px;
    margin-top: 10px;
}
.send{
    background-color: #F7B046;
    height: 44px;
    border: 1px solid #F7B046;
    margin-top: 8px;
    margin-left: 10px;
    border-radius: 10px;
    color: black;
}
.sendText{
  margin-top: 14px;
}
.allDetailList{
  padding:20px 10px 60px 10px;
  margin-right: 0px;
}
.paidmsg{
    text-align: center !important;
    margin: auto;
    font-size: 25px;
    font-weight: 500;
    padding-top: 25px;
    color: #9e9c9c;
}

.arrowClass{
  position: absolute;
  left: 4%;
  top: 16%;
  width: 7%;
}

.arrowBox{
  width: 30px;
    height: 30px;
    left: 460px;
    border-radius: 9px;

}

.calendarIcon{
  margin-left: -4px;
}

.bannerText{
  font-size: 36px !important;
  line-height: 36px !important;
  margin: 0 0 60px 0px !important;
}
select{
    border-color: black !important;
    border-radius: 10px !important;
}
.labelbox{
    height: 55px;
    font-size: 18px !important;
}
.dashboardDiv{
  min-height: 550px;
  padding: 20px 10px;
  background-color: #aaaaaa08;

}

.dashText{
  margin-left: 40%;
  font-size: 18px;
}

.dashMain{
  margin-top: 2%;
}
#sentP{
  padding-left: 95%;
  font-size: 10px;
  color:#6c757dc2;
  margin-bottom: 0px;
}
#rejectP{
  padding-left: 92%;
  font-size: 10px;
  color: #6c757dc2;
  margin-bottom: 0px;
}
.text-gray{
    color: #C6C6C6;
    text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.errorlabel{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #8e8c8c;
}
a {
    text-decoration: none !important;
}
label.error {
    color: red !important;
    margin-top: 4px;
}
.quoteView{
    font-size: 18px !important;
    font-weight: 500;
}
.tinyText{
    padding: 0px 0px 0px 3px;
    font-size: 10px;
}
.float-right{
    float: right;
}
.mt-6{
    margin: 6px 6px 5px -20px;
}
.pad-5{
    padding: 5px 0px 0px 0px;
}
#plusBtn, #minusBtn{
    color:black;
}
.fa-phone{
    transform: rotate(90deg);
}
.changepassdiv{
    background: #aaaaaa08;
    margin-top: 6%;
    padding: 25px;
    min-height: 550px;
}
.contactArea{
    font-size: 17px;
    font-weight: 100;
    line-height: 25px;
}

.livetableview{
  color: black !important;
    background: rgb(247, 176, 70);
    padding: 16px;
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 12px;

}
.livetableview a:hover{
  color:black !important;
}
.bidStatusPending{
  height: 10px;
    background: yellow;
    color: black;
    padding: 7px 10px 5px 10px;
    border-radius: 20px;
}

.bidStatusApproved{
  height: 10px;
    background: green;
    color: white;
    padding: 7px 10px 5px 10px;
    border-radius: 20px;
}

.bidStatusExpired{
  height: 10px;
    background: red;
    color: white;
    padding: 7px 10px 5px 10px;
    border-radius: 20px;
}

.bidStatusWaiting{
  height: 10px;
    background: orange;
    color: white;
    padding: 7px 10px 5px 10px;
    border-radius: 20px;
}
.count-area{
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 6px #eeecec;
}
.count-text{
    font-size: 17px;
    font-weight: 550;
    height: 12px;
}
.count-value{
    font-size: 37px;
    font-weight: 600;
    color: #f7b046;
    height: 37px;
    margin-top: 10px;
}
.thanksText{
  padding: 10px 20px;
    font-size: 22px;

}
.editUserIcon {
    font-size: 35px;
    position: absolute;
    color: #f7b046;
}
.userHeadText{
    margin-left: 50px;
}
#example_length label{
    float: left;
    min-width: 15%;
    font-weight: 600;
    font-size: 14px;
}
#example_info{
    float: left;
}
#example_filter label{
    float: right;
}
#example_paginate{
    float: right;
}
.dashboardTable tbody td{
    vertical-align: middle;
    text-align: center !important;
}
.dataTable{
    vertical-align: middle;
    text-align: center !important;
}
.custom-control-label::before, .custom-file-label, .custom-select{
    width: 40%;
}


table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "⇵";
    color: #ddd;
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "↑";
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}
table.dataTable thead th.sorting_desc:after {
    content: "↓";
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}
.reqest-button-dashboard{
    margin-left:10px;
    background-color: rgb(247, 176, 70);
    width: 201px;
    border: none;
    float: right;
    height: 40px;
}
#bothRole{
    height: 27px;
}

.menuIcon{
  font-size: 35px;
  color: rgb(247, 176, 70);

}

.menuIconDiv{
  text-align: end;
}

.newInputBox{
  margin-left: -50px;
  flex: 1 0 58.333333% !important;
  max-width: inherit !important;
}

.newSpanBox{
  margin-top: 8px;
}

#peddingP{
  padding-left: 87%;
  font-size: 10px;
  color: #6c757dc2;
  margin-bottom: 0px;
}

.priceText{
  margin-top: 5px;
}

.testimonialList {
  padding: 15px 10px;
  text-align: left;
}

.testimonialHeader{
    margin-top: 2%;
}

.priceTag{
  font-size: 20px;
  margin-top: 7px;
}

.contactInput{
    border-block: none !important;
    border-left: none !important;
    border-right: none !important;
    text-align: center !important;
}

.titleView{
    border-block: none !important;
    border-left: none !important;
    border-right: none !important;
}

.descText {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  text-align: justify !important;
}
.modal-body{
  text-align: center;
}
.tender-location{
  font-size: 15px;
  color: grey;
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.2), rgba(0, 0, 0, .2));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.2), rgba(0, 0, 0,.2));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 15px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(239,97,1,1) 1.5em 0 0 0, rgba(239,97,1,1) 1.1em 1.1em 0 0, rgba(239,97,1,1) 0 1.5em 0 0, rgba(239,97,1,1) -1.1em 1.1em 0 0, rgba(239,97,1,1) -1.5em 0 0 0, rgba(239,97,1,1) -1.1em -1.1em 0 0, rgba(239,97,1,1) 0 -1.5em 0 0, rgba(239,97,1,1) 1.1em -1.1em 0 0;
box-shadow: rgba(239,97,1,1) 1.5em 0 0 0, rgba(239,97,1,1) 1.1em 1.1em 0 0, rgba(239,97,1,1) 0 1.5em 0 0, rgba(239,97,1,1) -1.1em 1.1em 0 0, rgba(239,97,1,1) -1.5em 0 0 0, rgba(239,97,1,1) -1.1em -1.1em 0 0, rgba(239,97,1,1) 0 -1.5em 0 0, rgba(239,97,1,1) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main-home-page{
  padding:5% 15% !important;
}

.first-p-contain{
  font-size: 20px;
  line-height: 1.4;
}

.second-p-contain{
  
    font-size: 15px;
    line-height: 1.4;
  
}

.continue-btn{
  width: 100% !important;
  height: auto !important;
}
.addmin{
  border: 1px solid black;
  text-align: center;
  background-color: white !important;
  width: auto !important;
  height: 30px !important;

}

.blocks {
  background-color: white !important;
  border: 1px solid black !important;
  padding: 3% 0% 5% 0% !important;
}
.headerLabel{
  margin: 10px 0px 10px 0px !important;
    font-size: 20px !important;
}