.gdpr-compliance input.gdpr{margin-right:8px;}
.gdpr-compliance fieldset > label { min-width: 80px;}
#support_contact {
    margin: 0 auto 80px;
    max-width: 720px;
}
#support_contact h2 {
    margin: 56px auto 24px;
}

.col-md-6 {
    padding-left: 16px;
}
.section-title {
    margin: 20px 0 12px;
    font-weight: 600;
    font-size: 18px;
}
#contactsales_form {
    margin-top: 40px;
}

#country, #state {
    width: 345px;
}
.select2-container .select2-choice {
    height: 44px;
    line-height: 40px;
    border: 2px solid #d0d2d4;
}
.has-error .select2-container .select2-choice {
    border-color: #FF1E5A;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 2px solid #d0d2d4;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
    padding-top: 6px;
    border-left: 1px solid #d0d2d4;
    border-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 2px solid #2dbeef;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 2px solid #2dbeef;
}
.select2-drop-active {
    border: 2px solid #2dbeef;
}
select2-search {
    margin: 4px 0 0;
}
.select2-results .select2-highlighted {
    background: #d0d2d4;
}
.select2-search input {
    border: 1px solid #d0d2d4;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    font-weight: bold;
    text-decoration: underline;
}

.home-video-link img {
    border: 8px solid rgb(238,240,242);
}

.home-video-link img.img-play-btn {
    width: 46px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
    border: none;
}

#support_contact i {
    color: red;
    font-weight: bold;
}

.btn.submit {
    background-color: #2d8cff;
    width: 200px;
    height: 48px;
    padding-top: 12px;
}
.form-control {
    border: 2px solid #eef0f2;
    height: 44px;
}
#sf_form select {
    width: 100%;
    height: 44px;
    border:2px solid #eef0f2;
}
#sf_form select:focus {
    border-color: rgb(25, 200, 255);
    box-shadow: none;
}
#sf_form .has-error select,
#sf_form .has-error select:active,
#sf_form .has-error select:focus{
    border-color: #FF1E5A;
}
#sf_form select > option {
    padding: 5px 0 5px 12px
}
@media screen and (max-width : 767px) {
    #livedemo_content .row {
        margin: 0;
    }
    #support_contact {
        padding: 0 2px;
    }
    #support_contact h2 {
        margin-top: 20px;
    }
    #sf_form .row > .col-md-6 , #livedemo_content .col-md-5, #livedemo_content .col-md-7  {
        padding: 0;
    }
}
#footer_container {
    padding-bottom: 0;
}
#footer-new>.footer-body {
    height: 300px;
}
#footer-new .footer-copyright {
    max-width: 1020px;
    position: static;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    #footer_container {
        height: auto;
    }
    #footer-new>.footer-body {
        height: inherit;
    }
}
