/*****************************************************/
/*****************************************************/
/************* Custom Confirmation CSS ***************/
/*****************************************************/
/*****************************************************/


.gform_confirmation_message {
        position: fixed;
        font-size: 13px;
        font-weight: 400!important;
        width: 100vw;
        height: 123vh;
        background-color: white;
        box-shadow: rgb(0 0 0/22%) 0 0 30px 0!important;
        color: rgb(66, 91, 118);
        padding: 34px;
        border-radius: 4px!important;
        padding-top: 250px;
        text-align: center;
        -webkit-text-stroke-width: thin;
        -webkit-animation: shadow-drop-2-lr .4s cubic-bezier(.25,.46,.45,.94) both;
        animation: shadow-drop-2-lr .4s cubic-bezier(.25,.46,.45,.94) both;
        overflow: scroll;
        text-align: left;
        overflow-y: visible;
        overflow-x: visible;
        font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}


.gform_confirmation_message::before {
        content: 'We usually respond in a few hours.'!important;
        background: 165px;
        background-repeat: no-repeat;
        background-size: contain;
        line-height: 8px;
        position: fixed;
        top: 0%;
        left: -10%;
        background-color: white;
        width: 100vw;
        margin-left: 10%;
        margin-right: 10%;
        padding: 20px;
        background-position: left;
        border-style: none!important;
        -webkit-animation: shadow-drop-2-lr .4s cubic-bezier(.25,.46,.45,.94) both;
        animation: shadow-drop-2-lr .4s cubic-bezier(.25,.46,.45,.94) both;
        border-radius: 0;
        height: 208px;
        color: rgb(66, 91, 118);
        font-weight: 400!important;
        font-size: 13px!important;
        padding-top: 145px;
        text-align: center;
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%) !important;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        font-size: 13px;
}
.gform_confirmation_message2 {
        padding-top: 40px;
	font-size: 21px;
        padding-top: 180px;
}


.gform_confirmation_message2::before,
.gform_confirmation_message2::after {
        content: none!important;
}


.gform_confirmation_message2 {
        padding-top: 40px;
}

.gform_confirmation_message p {
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 16px;
        color: #000!important;
        border: 5px solid white;
        margin-bottom: -50px !important;
        text-align: left!important;
        top: 176px;
        position: fixed;
        background: white;
        border-style: solid;
        border-width: 1px;
        border-color: #eaf0f6;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        z-index: 2147483647;
        left: 7vw;
}


@-webkit-keyframes shadow-drop-2-center {
        0% {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
        100% {
          -webkit-transform: translateZ(50px);
                  transform: translateZ(50px);
          -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
                  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        }
      }
      @keyframes shadow-drop-2-center {
        0% {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
                  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
        100% {
          -webkit-transform: translateZ(50px);
                  transform: translateZ(50px);
          -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
                  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        }
      }
      

  .gform_confirmation_message::after {
        background-color: #eeeeee;
        content: '';
        color: transparent;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 80px!important;
        width: 80px!important;
        min-width: 100px!important;
        font-size: 58px;
        position: absolute;
        top: 40px;
        left: 37.5%;
        border-style: solid;
        border-width: 50px;
        border-top-width: 1px!important;
        border-bottom-width: 1px!important;
        box-shadow: none!important;
        -webkit-animation: shadow-drop-2-lr .4s cubic-bezier(.25,.46,.45,.94) both;
        animation: shadow-drop-2-lr .4s cubic-bezier(.25,.46,.45,.94) both;
        z-index: 999999999;
        background-image: url(https://i.imgur.com/0OJhick.jpg);
        border-radius: 9%;
  }
    @-webkit-keyframes shadow-drop-2-lr {
        0% {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
                  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        }
        100% {
          -webkit-transform: translateZ(50px);
                  transform: translateZ(50px);
          -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
                  box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
        }
      }
      @keyframes shadow-drop-2-lr {
        0% {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
                  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        }
        100% {
          -webkit-transform: translateZ(50px);
                  transform: translateZ(50px);
          -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
                  box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
        }
      }
	  
.navbar.navbar-default {
        background: transparent!important;
}
    
    
div#main-menu {
        background: #fff!important;
}


/*****************************************************/
/*****************************************************/
/******************* Mobile CSS **********************/
/*****************************************************/
/*****************************************************/
	  
	  
@media only screen and (max-width: 675px) {
  .chatbot-text {
        display: none;
  }
}

