input {
    outline: none
}

.text-input {
    background-color: #353535;
    border: 0;
    border-radius: 10px;
    padding: 14px 20px;
    font-family: "Termina", sans-serif
}

.text-input::placeholder {
    #color: #b4b4b4;
}

.form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}
/*HOMEPAGE*/

/* html .intro-section{
	min-height:1437px!important;
	margin-top:unset!important;
	position:relative;
	top:-324px;
	display:block;
	margin-bottom:-690px!important;
}
.intro-card{
	bottom:unset!important;
	top:836px;
} */

/* .common-section .common-desc .h2-heading{
	max-width:797px!important;
} */

.border-red {
    border: 1px solid red!important;
}

.bg-yellow {
    background-color: #EBFFC2 !important;
}

.icons-dimensions {
    width: 4rem;
    height: 4rem;
}
.font-bold {
    font-weight: 700;
}
.card-small-image{
	max-width:58.3px!important;
	height:56px;
	width:58.3px;
	object-fit:contain;
}
.video-section .card-picture iframe{
	min-height: 422px!important;
}
 .contact-us-section .form-section-left{
	flex:0.7 1 0!important;
}
.card-bg{
    height:100%;
    min-height: 75%!important;
	display: block;
    margin: 0 auto;
	right: 0;
}
.blogs-section .card-bg{

}
.filter-btn {
    padding: 10px 18px!important;
}
.footer{
	padding:0!important;
	background-image: none !important;
}
.card-picture:only-child iframe {
    min-height: 855px!important;
}
.search-form-filter-results .card-research-case {
    min-height: unset!important;
}
.search-row {
    margin: 50px 0 70px 0!important;
}
.price-table-heading div{
    padding: 46px 58px!important;
}
html body .price-table-heading-tariff{
    padding: 30px 58px!important;
}
.price-table-heading .price-table-heading-tariff-bg {
    height: 346%;
}
.blogs-slider-section{
	position:relative;
	z-index:99;
}

@media(max-width: 768px) {
    .form {
        gap: 15px
    }
}

.form-section-left {
    flex-basis: 10%;
    align-self: stretch;
    height: unset
}

.form-section-left .h2-heading {
    margin-bottom: 40px
}

@media(max-width: 768px) {
    .form-section-left .h2-heading {
        margin-bottom: 14px
    }
}

.form-section-left .text {
    line-height: 1.75;
    color: #fff
}

@media(max-width: 768px) {
    .form-section-left {
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
        justify-content: center;
        align-items: center;
        border: 0;
        padding: 0
    }
    .form-section-left .card-bg {
        display: none;
        margin-bottom: 14px
    }
    .form-section-left .text {
        color: #c4c4c4
    }
}

.form-section-right {
    flex-basis: 40%
}

@media(max-width: 768px) {
    .form-section-right {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        padding: 0
    }
    .form-section-right .form-text-input,
    .form-section-right .form-textarea {
        background-color: #202020
    }
}

.form-text-input,
.form-textarea {
    font-size: 14px;
    border: 0;
    padding: 16px 20px;
    outline: none;
    background-color: #343434;
    border-radius: 10px
}

.form-text-input::placeholder,
.form-textarea::placeholder {
    color: #969696
}

@media(max-width: 992px) {
    .form-text-input,
    .form-textarea {
        padding: 10px 12px;
        font-size: 11px
    }
}

.form-textarea {
    width: 100%
}

.form-label {
    display: flex;
    flex-direction: column
}

.form-label:last-of-type {
    margin-bottom: 10px
}

.form-label-full {
    width: 100%
}

.form-label-half {
    width: calc(50% - 10px)
}

@media(max-width: 992px) {
    .form-label-half {
        flex-grow: 1
    }
}

.form-label-name {
    margin: 0 0 13px 15px;
    display: inline-block;
    font-family: "Termina", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2
}

@media(max-width: 992px) {
    .form-label-name {
        font-size: 11px
    }
}

.form-bottom {
    position: relative
}

.form-bottom .form-switch-line:last-of-type {
    margin-bottom: 0
}

@media(max-width: 1280px) {
    .form-bottom .form-switch-line:last-of-type {
        margin: 0 0 30px
    }
}

.form-bottom .btn:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width: 1280px) {
    .form-bottom .btn:last-of-type {
        position: static;
        width: 100%;
        margin: 15px 0 0
    }
}

.form-bottom-static {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 40px 0 20px
}

@media(max-width: 992px) {
    .form-bottom-static {
        margin-top: 0
    }
}

.form-bottom-static .btn:last-of-type {
    position: static
}

.form-bottom-static-column {
    flex-direction: column;
    margin: 20px 0
}

.form-bottom-static-column .form-switch {
    max-width: 100%;
    margin: 10px 0
}

.form-bottom-text,
.form-bottom-text a {
    font-size: .75rem;
    color: #c4c4c4;
    margin-top: 35px
}

.form-bottom-text:hover,
.form-bottom-text a:hover {
    color: #c4c4c4
}

.form-bottom-text:hover a,
.form-bottom-text a:hover a {
    color: #c4c4c4
}

.form-switch {
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    max-width: 67%
}

@media(max-width: 1280px) {
    .form-switch {
        max-width: 100%
    }
}

.form-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.form-switch-text {
    color: #969696;
    margin: 4px 0 0 32px;
    font-size: 12px;
    user-select: none;
    display: inline-block;
    line-height: 1.2;
    font-weight: 300
}

.form-switch-text a {
    color: #969696
}

@media(max-width: 992px) {
    .form-switch-text {
        font-size: 9px;
        margin: 0 0 0 7px
    }
}

.form-switch-line {
    margin: 20px 0 30px
}

@media(max-width: 992px) {
    .form-switch-line {
        margin-bottom: 20px
    }
    .form-switch-line:first-of-type {
        margin-top: 0
    }
}

.form-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: dimgray;
    transition: .3s;
    width: 45px;
    height: 21px;
    border-radius: 50px;
    transition: .3s
}

.form-switch-slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: .3s;
    border-radius: 50px
}

@media(max-width: 768px) {
    .form-switch-slider {
        width: 32px;
        height: 15px
    }
    .form-switch-slider:before {
        width: 11px;
        height: 11px
    }
}

.form-switch-pricing {
    width: auto;
    height: auto;
    align-items: center
}

.form-switch-pricing .form-switch-slider {
    background-color: #ACCAFF;
    width: 55px;
    height: 30px;
    position: relative;
    margin: 0 15px
}

.form-switch-pricing .form-switch-slider:before {
    background-color: #2e2e2e;
    width: 22px;
    height: 22px;
    left: 4px;
    bottom: 4px
}

.form-switch-option {
    font-size: 14px
}

.form-switch-option:first-of-type {
    font-weight: 700
}

input:checked+.form-switch-slider {
    background-color: #ACCAFF
}

input:focus+.form-switch-slider {
    box-shadow: 0 0 1px #ACCAFF
}

input:checked+.form-switch-slider:before {
    transform: translateX(24px)
}
.price-choice .form-switch-slider:before {
    transform: translateX(24px);
}

.price-choice input:checked+.form-switch-slider:before {
    transform: inherit;
}

@media(max-width: 768px) {
    input:checked+.form-switch-slider:before {
        transform: translateX(17px)
    }
}

.input-checkmark {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #969696;
    border-radius: 50%
}

input[type=radio]:checked+.input-checkmark {
    background-color: #ACCAFF;
    border-color: #ACCAFF
}

.range-input {
    -webkit-appearance: none;
    width: 100%;
    margin: 16px auto;
    height: 8px;
    border-radius: 4px;
    background-color: #fff
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #ebff72;
    overflow: visible;
    cursor: pointer
}

.range-input::-moz-range-thumb {
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #ebff72;
    overflow: visible;
    cursor: pointer
}

.form-input-file-container {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center
}

.js .form-input-file-trigger {
    display: block;
    padding: 70px 90px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border: 1px solid #828282;
    border-radius: 10px;
    width: 100%;
    max-width: 225px
}

.js .form-input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 14px 0;
    display: block;
    cursor: pointer
}

.form-file-return {
    margin: 0
}

.form-file-return:not(:empty) {
    margin: 1em 0
}

.js .form-file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold
}

.js .form-file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal
}

.select {
    position: relative;
    width: 100%
}

.select .select-btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
    border: 0;
    padding: 16px 20px;
    outline: none;
    background-color: #353535;
    border-radius: 10px
}

@media(max-width: 992px) {
    .select .select-btn {
        padding: 10px 12px;
        font-size: 11px
    }
}

.select .select-btn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: .2s ease
}

.select .select-btn.toggle {
    border-radius: 3px 3px 0 0
}

.select .select-btn.toggle:after {
    transform: translateY(-50%) rotate(-135deg)
}

.select .select-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    background-color: #353535
}

.select .select-dropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px
}

@media(max-width: 992px) {
    .select .select-dropdown .option {
        font-size: 11px;
        padding: 10px 12px
    }
}

.select .select-dropdown .option:hover {
    background: #b4b4b4
}

.select .select-dropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.price-choice {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    margin-top: -30px
}

@media(max-width: 992px) {
    .price-choice {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.price-choice-tip {
    background-color: #ebff72;
    color: #202020;
    padding: 6px 18px;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 500;
    margin-top: -10px
}

.price-choice .form-switch {
    gap: 26px;
    padding-left: 0
}

@media(max-width: 992px) {
    .price-choice .form-switch {
        margin-bottom: 30px
    }
}

.price-choice .form-switch input {
    display: none
}

.price-choice .form-switch-round {
    order: 2;
    position: relative
}

.price-choice .form-switch-option:first-of-type {
    order: 1;
    font-weight: 400;
    color: #d6d6d6
}

@media(max-width: 992px) {
    .price-choice .form-switch-option:first-of-type {
        font-size: 11px
    }
}

.price-choice .form-switch-option:last-of-type {
    order: 3;
    font-weight: 600;
    color: #d6d6d6
}

@media(max-width: 992px) {
    .price-choice .form-switch-option:last-of-type {
        font-size: 11px
    }
}

.price-choice input:checked+.form-switch-slider {
    background-color: #202020
}

.intro-section {
    background-image: url(../img/banner-patterns/out_0001.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    margin: -240px 0 -180px;
    position: relative;
    overflow: hidden;
}

@media(max-width: 1280px) {
    .intro-section {
        background-position: center;
        min-height: calc(100vh + 200px);
        margin: -200px 0 -10vh
    }
}

@media(max-width: 768px) {
    .intro-section {
        background-size: cover
    }
}

.intro-card {
    background-color: #fff;
    border-radius: 18px;
    max-width: 1060px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 470px
}

@media(max-width: 1280px) {
    .intro-card {
        max-width: 85vw
    }
}

@media(max-width: 768px) {
    .intro-card {
        max-width: 244px;
        border-radius: 7px
    }
}

.intro-card-row {
    display: flex
}

@media(max-width: 768px) {
    .intro-card-row {
        flex-direction: column
    }
}

.intro-card-row * {
    color: #202020
}

.intro-card-row-item {
    padding: 50px 60px;
    display: flex;
    flex-direction: column
}

.intro-card-row-item:first-of-type {
    border-right: 1px solid #b5b5b5;
    min-width: 657px;
    padding-right: 40px
}

@media(max-width: 1280px) {
    .intro-card-row-item:first-of-type {
        min-width: unset
    }
}

@media(max-width: 992px) {
    .intro-card-row-item:first-of-type {
        padding-right: 25px
    }
}

@media(max-width: 768px) {
    .intro-card-row-item {
        padding: 24px
    }
    .intro-card-row-item:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #b5b5b5
    }
    .intro-card-row-item:last-of-type {
        padding: 17px 25px
    }
}

.intro-card-row-item .h1-heading {
    margin-bottom: 0
}

.intro-card-row-item .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

@media(max-width: 768px) {
    .intro-card-row-item .text {
        display: none
    }
}

@media(max-width: 768px) {
    .intro-card-row .h1-heading {
        margin-bottom: 0;
        font-size: .875rem
    }
}

/*CHANGES*/
.card-iframe-icon iframe{
    height:90px;
    width: 93px!important;
    margin-bottom:30px;
}
.card .h5-heading {
    line-height:1;
}
.card-price-top-cost-monthly {
    bottom: 8px!important;
}
.card-price-top-description {
    font-size: 14px;
    line-height: 1;
}
.card-price .range-container {
    height: 14px;
    font-size: 14px;
}
.card-price-top {
    min-height: auto!important;
}
.card-price:nth-child(2) .btn-white{
    background-color:#EBFF72;
}
.card-price:nth-child(3) .btn-white{
    background-color: #BBA3FF;
}
.form-text-input, .form-textarea {
    padding: 15px 20px!important;
}
.badge-list-item {
    padding: 12px!important;
    line-height: 1!important;
}
.info-tab-section .card-target-link{
    padding: 10px 24px!important;
}
.line-endless-mob .card-icon {
    height: 125px!important;
    width: 125px;
}
.line-endless-mob .text{
    font-size:14px!important;
}
.badge-list-width-2 .badge-list-item {
    flex-basis: 29%!important;
    padding: 12px 0!important;
    font-size: 14px;
}
/*FEATURES*/
.common-section .common-desc .h1-heading {
    line-height: 48px;
}
.intro-video {
    margin: -8px 0 0 0!important
}
.common-section .common-desc .text, .common-section .common-desc .text:last-of-type {
    margin: 32px auto 60px!important;
}
.common-section.blogs-section{
    margin: 150px 0 0 0;
}
.common-section.testimonials-section[data-page="features"],
.common-section.blogs-slider-section[data-page="features"],
.common-section.video-section[data-page="features"]{
    margin: -15px 0 0 0;
}
/*RESEARCH*/
.navbar {
    padding: 0;
}
#FeaturedBlogs .common-section{
    margin: 150px 0 0 0;
}
/*RESPOSNIVE*/
@media (min-width: 1440px) and (max-width: 1920px){
    .intro-section {
        background-position: center!important;
        min-height: calc(100vh + 550px)!important;
        margin: -450px 0 -480px -50px!important;
    }
}
@media (min-width: 1280px) and (max-width: 1440px){
    .intro-section {
        background-position: center!important;
        min-height: calc(100vh + 300px)!important;
        margin: -200px 0 -380px -50px!important;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
    .intro-section {
        background-position: center!important;
        min-height: calc(100vh + 200px)!important;
        margin: -200px 0 -280px -50px!important;
    }
}
@media(max-width: 1280px) {
    @media (min-width: 1440px) and (max-width: 1920px){
        .intro-section {
            background-position: center!important;
            min-height: calc(100vh + 550px)!important;
            margin: -450px 0 -480px -50px!important;
        }
        .intro-card{
            bottom:298px;
        }
    }
    @media (min-width: 1280px) and (max-width: 1440px){
        .intro-section {
            background-position: center!important;
            min-height: calc(100vh + 300px)!important;
            margin: -200px 0 -380px -50px!important;
        }
    }
    @media (min-width: 768px) and (max-width: 1280px){
        .intro-section {
            background-position: center!important;
            min-height: calc(100vh + 200px)!important;
            margin: -200px 0 -280px -50px!important;
        }
    }
}
@media(max-width: 992px) {
    .common-section .common-desc .text, .common-section .common-desc .text:last-of-type{
        margin:14px auto 40px!important
    }
    .line-endless-mob .card-price {
        height: fit-content;
    }
}
@media(max-width: 768px) {
    .contact-us-section .form-section-right,
    .contact-us-section .form-section-left{
        flex:unset!important;
    }
    .intro-card{
        bottom:410px;
    }
}
@media(max-width: 576px) {
    .blogs-slider-section{
        top:-100px;
    }
    .video-section .card-picture iframe{
        min-height: 182px!important;
    }
    .card{
        margin: 0 0 15px;
    }
    .form-section-left,
    .form-section-right{
        background-color: transparent!important;
    }
    .form-section-left{
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }
    .form-section-right{
        padding-top: 20px!important;
        padding-bottom: 0!important;
        margin-bottom: -20px!important;
    }
    .footer{
        padding:80px 0 140px!important;
        margin-top:0;
    }
}
/*RESPNOSIVE END*/
/*# sourceMappingURL=home.min.css.map */

