.notify-1 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #585858
}

.notifi-call {
    float: left;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #585858;
    line-height: 16px;
    padding: 0 0 10px 0;
    width: 100%
}

.radio {
    padding-left: 16px
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33)
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 999999
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-primary input[type="radio"] + label::after {
    background-color: #006dce
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #006dce
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #006dce
}

.radio-danger input[type="radio"] + label::after {
    background-color: #006dce
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #006dce
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #006dce
}

.notify-back {
    border: 2px solid #006dce;
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 12px 11px 17px
}

.notify-btn {
    display: table;
    margin: 26px auto 10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #007fff !important;
    color: #fff;
    padding: 9px 17px !important;
    font-size: 1.3em !important;
    border: none !important
}

.notify-space1 {
    height: 13px;
    display: block;
    width: 100%;
    float: left
}

.notify-email-valid {
    color: #f36;
    font-size: 23px;
    line-height: 0;
    float: right;
    padding: 16px 0 0 0
}

.notify-bg1 {
    float: right;
    padding: 7px 0;
    webkit-box-shadow: 2px 0px 5px 0 rgba(0, 0, 0, 0.16), 0 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px 0px 5px 0 rgba(0, 0, 0, 0.16), 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 2px 0px 5px 0 rgba(0, 0, 0, 0.16), 2px 0 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #006dce;
    color: #fff;
    width: 355px
}

.notify-cd {
    position: fixed;
    width: 355px;
    right: 0;
    top: 100px;
    z-index: 999;
    padding: 0;
    border-radius: 0 0 7px 7px
}

.notify-close {
    padding: 6px 10px;
    position: relative;
    bottom: 6px;
    color: #333;
    right: 12px
}

.notify-call-btn {
    background-color: rgb(0, 109, 206);
    font-size: 17px;
    padding:25px 20px;
    text-align: center;
    width: 100px;
    height: 100px;
    float: right;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    line-height: 20px;
}

.notify-thankyou {
    position: fixed;
    width: 355px;
    right: 0;
    top: 48%;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    z-index: 999;
    padding: 0
}

.notify-para {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #139888
}

.invalid {
    background: #fff url(../img/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252 !important;
    border-color: #b03535 !important;
    background-size: 20px
}

.valid {
    background: #fff url(../img/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053 !important;
    border-color: #28921f !important;
    background-size: 20px
}

@media only screen and (max-width:360px) {
    .notify-cd {
        width: 100%;
        padding: 0 0 0 20px
    }
}






.phone_btn_flat {
    z-index: 999999;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 35px;
    background: #00c853;
    position: fixed;
    margin-left: 0px;
    top: 334px;
    right: 70px;
}
.phone_btn_flat .tel_cbt {
    position: absolute;
    top: 18px;
    left: 17px;
    width: 25px;
}
.phone_btn_flat .help_cbt {
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}





@-webkit-keyframes echo {
  0% {
    padding: 0;
    margin: 0;
    opacity: 1;
  }

  100% {
    padding: 50px;
    margin: -50px;
    opacity: 0;
  }
}

@keyframes echo {
  0% {
    padding: 0;
    margin: 0;
    opacity: 1;
  }

  100% {
    padding: 50px;
    margin: -50px;
    opacity: 0;
  }
}

.waves {
 position: absolute;
 right: -1px;
 top: 12px;
 z-index: -1;
 width: 50px;
 padding: 15px;
}

.wave {
  position: absolute;
  border: 3px solid #00c853;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  animation-name: echo;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  -webkit-animation-name: echo;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
}

.wave:nth-of-type(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.wave:nth-of-type(3) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}




.wrapper .tooltip {
  background: #00c853;
  color: #fff;
  display: block;
  right: 80px;
  top: 0;
  font-size: 15px;
  margin-bottom: 15px;
  opacity: 0;
  padding:10px 20px;
  pointer-events: none;
  position: absolute;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 168px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
     border-left: solid #00c853 10px;
     border-right: solid #3897f000 10px;
     border-top: solid #3897f000 10px;
     border-bottom: solid #3897f000 10px;
     bottom: 10px;
     content: " ";
     height: 0;
     left: 108%;
     margin-left: -13px;
     position: absolute;
     width: 0;
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
input#name::placeholder,input#phone::placeholder,input#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #999!important; } a#notify-toggle:hover .tel_cbt { cursor: pointer; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
p a { 
    color: #007fff !important;
}
.prv-pol {
	margin: 0 auto;
	display: table;
	padding: 10px 0;
}
.term-p {
	font-size: 15px;
	letter-spacing: .3px;
	font-family: Proxima Nova,sans-serif!important;
	display: inline;
	color: #333;
}
input.term-check {
	height: 15px;
	width: 15px;
	margin-right: 10px;
	margin-top: 3px;
	float: left;
}