/*============================15-06-2021=======================*/


.mainBannerBox .FormContent input{
      height: 46px;
}

.search-circle{
  position: relative;
}
.search-circle input{
      position: absolute;
    right: 40px;
    top: 0px;
    min-width: 420px;
    max-width: 100%;
    padding: 5px 10px;
    display: none;
}

/*.mainBannerBox{
  background: rgb(73 177 26 / 49%);
    padding: 25px;
    border-radius: 5px;
}
*/
.SmarterIMG{
  position: relative;
  margin-bottom: 55px;
}
.SmarterIMG .coming-soon2{
  position: absolute;
    width: 250px !important;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: auto;
}

.shake1 {
  /*width: 75px;
  height: 75px;
  background: #333;*/
  -webkit-animation-name: shake;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
/*.shake1:hover {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;  
}*/
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*============================15-06-2021=======================*/

/*============================16-06-2021=======================*/
.allhead{
  font-family: "Montserrat", sans-serif;
    /*text-align: center;*/
    font-weight: 900;
}

.checkout_page{
  padding: 80px 0;
  background-color: #fcfcfc;
}
.checkout_page .form-control,
.checkout_page .form-select{
  border: 2px solid #e0e0e0;
    min-height: 48px;
    font-size: 14px;
    margin-bottom: 10px;
}
.checkout_page label{
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin-top: 12px;
}
.checkout_page h4{
  font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.checkout_page .accordion-button:not(.collapsed){
      color: #ffffff;
    background-color: #000000;
    margin: 0;
}
.checkout_page .accordion-body{
      background-color: #f4f4f4;
}
.checkout_page .accordion-button i{
  margin-right: 10px;
}
.checkout_page p{
      font-size: 14px;
    line-height: initial;
    margin-top: 12px;
}
.checkout_page .btn-primary{
  background: #000;
    border-color: #000;
        margin-top: 18px;
}
.checkout_page .form-check label{
  margin: 0;
}
.checkout_page .card.p-3{
  background: linear-gradient(1deg, #f6a684, #fbdf8a);
  position: sticky;
  top: 24px;
}
.checkout_page .card.p-3 .row{
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.checkout_page .card.p-3 .card.card-body{
  margin-bottom: 15px;
  background: #b3d7a3;
  margin-top: 15px;
}
.checkout_page .card.p-3 .btn-outline-success{
      background: #000;
    height: 47px;
    color: #fff;
    border: 0;
}
.checkout_page .card.p-3 p b{
      font-size: 16px;
    font-weight: bold;
}
.checkout_page button[type=submit]{
  border-radius: 40px;
    padding: 12px 20px;
    font-size: 18px;
}
/*============================16-06-2021 end=======================*/


