/*
* Pricing Style
*/
main {
    background-color: #ffffff;
  }
  .card { 
    background: #fff;
    box-shadow: 0 0 10px #ababab;
    padding: 40px;
    border-radius: 10px;
    color: #222F48;
    transform: scale(1);
    transition: all .5s ease 0s;
  }
  .contact-service {
    color: #fff;
    background-color: #455D23;
}
.fs-20{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }
.fs-12{
    font-size: 12px;
  }
  .fill-up {
    color: #656E7F;
  }
  sup {
    color: #FF5353;
  }
  .checkmark {
    border-radius: 0;
    height: 20px;
    width: 20px;
    background: #ECEEF3;
    border: 1px solid #D4D6DD;
  }
  .checkbox-circle input:checked ~ .checkmark {
    background-color: #5e9331;
    border-radius: 0;
  }
  
  .checkbox-circle .checkmark:after {
    border: 1px solid #ffffff;
    border-width: 0 3px 3px 0;
    left: 5px;
    top: 1px;
  }
  .login-info {
    font-weight: bold;
    text-transform: capitalize;
  }
  .login-info .login-info-inner {
    font-size: 42px;
    font-weight: bold;
    color: #222F48;
    line-height: 3.8rem;
  }
  .login-info .login-info-inner span {
    color: #5E9331;
  }
  
  .login-info  p {
    text-transform: initial;
    line-height: 1.7rem;
    margin-top: 10px;
  }
  .h5{
    font-weight: bold;
    font-size: 19px;
  }
  
  .social-containar a svg.svg-inline--fa {
    /* font-size: 22px; */
    width: 34px !important;
    height: 34px;
    padding: 8px;
  }
  
  .social-containar a:hover {
    text-decoration: none;
  }
  
  .social-containar a:hover svg {
    background-color: #5E9331;
    width: 34px !important;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    
    color: #fff;
    /* vertical-align: middle; */
  }
  /* .col-md-4 ul li{
    text-decoration: none;
  } */
  .decoration-none li a{
    text-decoration: none;
    
  }
  .border-r-50{
    border-radius: .50rem;
  }
  .border-top-rad-50{
      border-radius: .50rem .50rem 0px 0px !important;
  }
  .justify-content-space-between{
    justify-content: space-between;
  }
  .border-r-25{
    border-radius: .25rem;
  }

  .form-label-group input:not(:placeholder-shown) ~ label {
    font-size: 16px !important;
  }
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 26px !important;
  }
  .contactus-page form .form-label-group input {
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    border-radius: 0.25rem !important;
  }

  .contactus-page form .form-label-group textarea {
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
  }

  .contactus-page form .form-label-group > label {
    line-height: 22px;
  }

  
  @media screen and (max-width: 767px) {
    .res-flex-column{
        flex-direction: column;
      }
    .display-grid{
        display: grid !important
      }
  }

  @media screen and (max-width: 1024px) {

  .re-captcha_weraper.d-flex {
    display: flex !important;
  }
 }

  @media screen and (max-width: 768px) {
    .res-mt-10{
      margin-top: 10px;
    }
  }

  .g-recaptcha.show_mobile {
    display: none;
     }
    


  @media screen and (max-width: 575px) {

    .re-captcha_weraper.display-grid {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      flex-direction: column;
    }

  /* .re-captcha_weraper.display-grid .g-recaptcha {
    width: 100%;
  } */

  .re-captcha_weraper.display-grid .g-recaptcha + .btn.btn-primary {
    display: block;
    margin: 25px auto 0;
  }
  .g-recaptcha.show_mobile {
    display: block;
     }
     .g-recaptcha.show_desktop {
      display: none;
       }
       .form-label-group > textarea:focus {
        outline: none;
        box-shadow: none;
    }
    
 }



  .color-222F48{
    color: #222F48;
  }
  .color-656E7F{
    color: #656E7F;
  }
  .w-img {
    width: 90px;
    height: 60px;
}
.input-file {
    position: relative;
    display: block;
    font-weight: 400;
  }
  
  .input-file .button {
    position: absolute;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    top: 4px;
    right: 4px;
    float: none;
    height: 32px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 22px;
    background-color: #656E7F;
    border-radius: .25rem;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    outline: 0;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  
  .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
  }
  input.form-control.form-control-sm{
      background-color: #ffffff;
  }  


