.invalid-feedback{
	font-size: 12px;
	display: block !important;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close{
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.tabsOuter {
    padding: 20px 0;
}
.Privacy_left {
    width: 27%;
    float: left;
    min-height: 400px;
    background: #f9f9f9;
    border: #e5e5e5 solid 1px;
    border-radius: 3px;
    padding: 10px;
}
.privacyRight {
    width: 70%;
    float: right;
    padding: 20px;
    background: #fafafa;
    border: #eee solid 1px;
    max-height: 60vh;
    overflow: auto;
}
.Privacy_left li {
    display: block;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.Privacy_left li a:hover, .Privacy_left li a.active {
    background: #64b0f2;
    color: #fff;
}
.Privacy_left li a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    border-bottom: #e5e5e5 solid 1px;
    text-decoration: none;
}
.PrivacyTab {
    display: none;
}
.privacyContent p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    padding-bottom: 25px;
}
.privacypopBg {
    background: rgb(57,49,175);
    background: -moz-linear-gradient(60deg, rgba(57,49,175,1) 0%, rgba(0,198,255,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(57,49,175,1) 0%,rgba(0,198,255,1) 100%);
    background: linear-gradient(60deg, rgba(57,49,175,1) 0%,rgba(0,198,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3931af', endColorstr='#00c6ff',GradientType=1 );
}
.forgot-pwd-btn, .reset-pwd-btn{
	margin-top: 8px;
}

.main-contactus-captcha{
    margin-top: 7px;
}

.contactusSubmitbtn{
    border-width: inherit;
    margin-top: 53px;
}

.submit-btn-width{
    background: linear-gradient(90deg, rgba(24,127,206,1) 0%, rgba(2,162,224,1) 100%);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins-Light";
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    /*.main-contactus-captcha .g-recaptcha iframe { 
        width: 550px;
    }

    .main-contactus-captcha .g-recaptcha iframe html body #rc-anchor-container{ 
        width: 99%; 
    } */
    .main-contactus-captcha .g-recaptcha{
        transform: scale(1.6);
        -webkit-transform:  scale(1.55);
        transform-origin: 0 0;
        -webkit-transform-origin:  0 0;
    }

    #contactUsForm .g-recaptcha{
        transform: scale(1.17);
        -webkit-transform:  scale(1.17);
        transform-origin: 0 0;
        -webkit-transform-origin:  0 0;
    }
}

.visit-sec-lft select {
    border: 0;
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
    border-radius: 10px;
    background: #e4e7ec;
    font-family: "Poppins-Regular";
    font-size: 18px;
    color: #9cb4bc;
    height: 45px;
}

form.contact-us-form select{
    border: none;
    border-bottom: 1px solid #3779bd;
    background: transparent;
    border-radius: 0;
    color: #577393;
    padding-bottom: 10px;
    font-size: 13px;
    margin-top: 30px;
}

.contactusOTPbtn{
    border-width: inherit;
}

.visit-sec-lft li img {
    top: 16px;
}

.visit-sec-lft input {
    height: 45px;
}

.visit-sec-lft .iti{
    width: 100%;
}

.new-ft-txt {
    font-size: 15px !important;
}


.foot-txt{
    color: #FFD700;
}

.aicpa-img {
    width: 324px !important;
}

.findtechDrop li a {
    color: #4f4e50;
    padding: 0px;
}

.findtechDrop li a:hover {
    color: #4f4e50;
}

.req-demo-btn{
    text-decoration: none;
}

.req-demo-btn:hover{
    color: #ffff;
}

.free-trial-btn, .subscribe-now-btn{
    text-decoration: none;
}

.free-trial-btn:hover{
    color: #ffff;
}

.subscribe-now-btn:hover{
    color: #ffff;
}