.post-14498 .entry-title{
    display:none !important;
}
.toppadding-head {
    padding-top: 125px !important;
}
.section-title {
    font-size: 32px !important;
    font-weight: 600;
    line-height: 44px;
}
.license ul li {
    padding-bottom: 16px;
    align-items: start;
    display: flex;
    float: left;
	width: 100%;
}
.license ul li i {
    color: #0675d3;
    font-size: 18px;
    margin-right: 15px;
    top: 5px;
    position: relative;
}
.license ul li span p {
    padding-bottom: 0;
    margin-bottom: 0px;
}
.wpcf7-checkbox span.wpcf7-list-item-label{
    display:none;
}
.top-webinar {
    top: 70px;
    position: fixed;
    width: 100%;
    z-index: 3;
}
.top-webinar a {
    padding: 12px;
    text-align: center;
    background: #c2c0ff;
    width: 100%;
    display: block;
    color: #000;
}
.top-webinar span {
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 10px;        
    color: #48477a;
    font-weight: bold;
    display: inline-block;
}
.error{
    color:#900
}

.get-a-quote input[type="text"], .get-a-quote input[type="email"], .get-a-quote input[type="number"] {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
	padding-left: 20px;
	padding-right: 70px;
}

.group-img svg, .group-img img {
    top: 12px !important;
	right: 22px;
}
     
.group-img:before {
    top: 7px !important;
	right: 60px;
}

label.error{
    margin-bottom: 0px;
    padding-left: 10px;
    color: #da2031;
    font-size: 13px;
}

.get-a-quote textarea{
    margin-top:20px !important;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 70px;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
	top: 20px !important;
}
@media (max-width: 1199px) {
    .top-webinar {
        top: 55px;
    }
}

input[type="checkbox"]{
    height:14px !important;
    opacity: 1;
    display: inline-block;
    visibility: visible;
    width: auto;
    position:relative;
    top:2px;
}
.wpcf7-list-item{
    margin:0px
}
.optincheck p{
    padding-bottom:0px
}

/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  
  /** MODAL STYLING **/
  
  .modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
  }
  
  .modal-backdrop.show {
    opacity: 0.75;
  }
  
.loader-txt {
    p {
      font-size: 13px;
      color: #666;
      small {
        font-size: 11.5px;
        color: #999;
      }
    }
}
  
