body,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Segoe UI", Helvetica, sans-serif !important;
}

.content-wrapper {
    padding: 0 20px;
    max-width: 1355px;
    margin: 0 auto;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

.support_breadcrumbs .content-wrapper {
    padding: 0 20px;
    max-width: 1355px !important;
    margin: 0 auto;
    height: 100%;
}

.support_breadcrumbs {
    background: #f4f7fc;
    height: 41px;
    line-height: 37px;
}

.support_breadcrumbs ol {
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.support_breadcrumbs ol li a,
.support_breadcrumbs ol li {
    color: #313131;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
}

.support_breadcrumbs ol li .icon-angle-right:before {
    content: "";
    margin: 0 15px 0 15px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/support_breadcrumbs_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px;
}

.has-icon {
    position: relative;
    /* padding-left: 18px; */
}

.has-icon::before {
    /* content: "›"; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px; */
    content: "";
    margin: 0 15px 0 15px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/support_breadcrumbs_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px;
}

.main-footer {
    border-top: 1px solid rgb(218, 232, 240);
}


.quotation {
    border-radius: 1px;
    background-image: -moz-linear-gradient(90deg, rgb(54, 95, 130) 1%, rgb(76, 89, 143) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(54, 95, 130) 1%, rgb(76, 89, 143) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(54, 95, 130) 1%, rgb(76, 89, 143) 100%);
    height: 350px;
    text-align: center;
}

.quotation h1 {
    padding-top: 120px;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 15px;
}

.quotation p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-bottom: 25px;
}


.quotation a {
    background: rgb(255, 255, 255);
    width: 195px;
    height: 42px;
    display: flex;
    line-height: 42px;
    border-radius: 45px;
    font-size: 17px;
    color: #386183;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 5px 0 20px;
    margin: 0 auto;
}


.demo-form-holder.quotation-form-holder {
    display: inline-block;
    width: 100%;
    padding: 50px 0px 60px;
}

.two_third form {
    border-radius: 25px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(47, 98, 140, 0.29);
    margin: 0 auto;
    width: 900px;
    height: 850px;
    margin-top: 45px;
    padding: 40px 135px;
}

.quotation-formnew p.quote-head {
    font-size: 54px;
    color: #1e1e1e;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin: 0;
    padding-bottom: 15px;
}

.quotation-formnew p {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 24px;
    text-align: center;
}

.quotation-form-left.demo-form-left {
    display: inline-block;
    width: 100%;
}

.quotation-form-left.demo-form-left div {
    /* display: inline-block;
    width: 100%;     */
    /* padding-bottom: 50px; */
}

.quotation-form-left.demo-form-left h3 {
    font-size: 18px;
    color: #353535;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}

.quotation-form-left.demo-form-left .sub_quotation_fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.quotation-form-left.demo-form-left .sub_quotation_fields .one_half {
    width: 100%;
    margin: 0;
}

.quotation-form-left.demo-form-left .sub_quotation_fields .one_half input,
.quotation-form-left.demo-form-left .sub_quotation_fields .one_half select,
.quotation-form-left.demo-form-left .sub_quotation_fields .one_half textarea,
.quotation-form-left.demo-form-left .sub_quotation_fields textarea {
    /* width: 100%; */
    border: 1px solid rgb(165, 170, 195);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 12.35px 0.65px rgba(44, 48, 52, 0.08);
    width: 300px;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333333 !important;
    outline: none;
}

.quotation-form-left.demo-form-left .sub_quotation_fields .one_half textarea {
    height: 100px;
}

.quotation-form-left.demo-form-left div.mailbox_discount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.add_discount label.num_users_lbl {
    /* font-size: 14px; */
    color: #575757;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    /* display: inline-block; */
}

.number_mailboxes label.num_users_lbl {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 24px;
}

/* .add_discount input{
    visibility: hidden;
} */

.number_mailboxes,
.mailbox_discount,
.add_discount,
.quotation-form-left.demo-form-left div.temp_button {
    padding-bottom: 0px !important;
}

.quotation-form-left.demo-form-left div.temp_button label {
    border: 1px dashed rgb(45, 155, 200);
    border-radius: 5px;
    background: rgb(237, 249, 254);
    box-shadow: 0px 3px 12.35px 0.65px rgba(44, 48, 52, 0.08);
    width: 300px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color: #007fb3;
    cursor: pointer;
}

.quotation-form-left.demo-form-left div.temp_button label:hover {
    background: rgb(199 238 255);
}

.number_mailboxes input {
    border: 1px solid rgb(165, 170, 195);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 12.35px 0.65px rgba(44, 48, 52, 0.08);
    width: 100px;
    height: 44px;
    margin: 0 0 0 10px;
    padding: 0 14px;
}

.add_discount h3 {
    padding-bottom: 25px !important;
}

/* .quotation-form-left.demo-form-left div.temp_button {
        margin-top: 20px;
} */

.quotation-form-left.demo-form-left .comments_security ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.quotation-form-left.demo-form-left ul li textarea {
    width: 100% !important;
}

.comments_security {
    padding-bottom: 0px !important;
}

.comments_security .one_half iframe {
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Segoe UI", Helvetica, sans-serif !important;
}

input#submit-contact {
    border: 1px solid rgb(10, 111, 206);
    border-radius: 5px;
    background: rgb(10, 111, 206);
    box-shadow: 0px 3px 12.35px 0.65px rgba(44, 48, 52, 0.08);
    /* width: 628px; */
    height: 44px;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
}

input#submit-contact:hover {
    border: 1px solid rgb(30 100 167);
    border-radius: 5px;
    background: rgb(30 100 167);
}

.freedemo-section {
    border: 1px solid rgb(208, 231, 253);
    border-radius: 25px;
    /* box-shadow: 0px 0px 29px 0px rgba(47, 98, 140, 0.13); */
    height: 320px;
    padding: 25px 0px 30px 30px;
    margin: 0px;
    background: #edf4fb;
    display: flex;
    justify-content: space-between;
}

.freedemo-section .three_fourth {
    width: 74.5%;
}

.freedemo-section .one_fourth {
    width: 23.5%;
}

.freedemo-section .freedemo-button:hover {
    background: rgb(36 130 182);
}

.main-footer {
    border-top: 1px solid rgb(218, 232, 240);
}

@media only screen and (max-width:1280px) {

    .freedemo-section .freedemo-head br,
    .freedemo-section .freedemo-content br {
        display: none;
    }
}

@media only screen and (max-width:1170px) {
    .freedemo-section {
        height: auto !important;
    }

    .freedemo-section .one_fourth {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .freedemo-section .freedemo-head {
        font-size: 35px !important
    }

    /* .features-holder .feature-dropdown {display: block !important;border-radius: 5px;background-image: -webkit-linear-gradient(90deg, rgb(48 141 216) 0%, rgb(53 120 204) 100%) !important;font-size: 18px;font-weight: 400;}
.features-holder .features-content {display: flex; padding: 40px 0 20px;flex-direction: column;}
.features-holder .feature-right-section {width: 100%;padding: 10px 0px;}
.features-holder .feature-leftmenu {border-right: none;width: 100%;border: none;padding: 0px;}
.feature-container .feature-title{padding-top:100px;} */
}

@media only screen and (max-width: 980px) {
    input#submit-contact {
        margin-top: 25px;
    }

    /* .feature-container .feature-header { height: auto;padding-bottom: 40px;}
.feature-container .feature-title { font-size: 45px;} */
    .freedemo-section {
        padding: 20px !important;
    }

    .freedemo-section .one_fourth {
        display: none;
    }

    .freedemo-section .three_fourth {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .two_third form {
        padding: 40px 20px !important;
    }

    .freedemo-section .three_fourth {
        width: 100% !important;
    }

    /* .feature-container .feature-title {font-size: 40px;}
.feature-container .feature-subtxt{padding:10px 0px;text-align:justify;}
.feature-right-section .manual-holder h2:first-child{text-align:left !important; font-size: 28px !important;} */
    .freedemo-section .freedemo-head {
        font-size: 30px !important;
        line-height: normal !important;
    }

    .freedemo-section .freedemo-button {
        width: auto !important;
        padding: 0px 15px !important;
        font-size: 16px !important;
    }

    /* .home-demo-holder-new { padding: 30px 0 35px !important;}
.features-holder .features-content {display: flex;padding: 20px 0 20px;flex-direction: column;} */
}

@media only screen and (max-width: 600px) {
    input#submit-contact {
        font-size: 15px;
    }

    .freedemo-section .freedemo-content {
        text-align: justify;
    }

    .two_third form {
        height: auto;
        margin: 0 auto;
        width: 100% !important;
    }

    /* .manual-block { margin-bottom: 0;}
.home-demo-holder-new {padding: 0px 0 35px !important;} */
    .freedemo-section .freedemo-head {
        font-size: 25px !important;
        line-height: normal;
    }
}

/* .one_half::before {
    position: absolute;
    left: 12px;
    top: 0px;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    padding: 0 4px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease;
} */

/* .contact_details .one_half:first-child::before {
    content: "Full name";
} */

/* .contact_details .one_half:nth-of-type(2)::before {
    content: "Last Name";
}

.contact_details .one_half:nth-of-type(3)::before {
    content: "Phone Number";
}

.contact_details .one_half:nth-of-type(4)::before {
    content: "Email address";
}

.contact_details .one_half:nth-of-type(5)::before {
    content: "Company name";
}

.contact_details .one_half:nth-of-type(6)::before {
    content: "Number of employees (mailboxes)";
}

.contact_details .one_half:nth-of-type(7)::before {
    content: "Postal address";
}

.country_zip .one_half:nth-of-type(1)::before {
    content: "Country";
}

.country_zip .one_half:nth-of-type(2)::before {
    content: "Zip code";
}

.payment_mode .one_half:nth-of-type(1)::before {
    content: "Preferred currency";
}

.payment_mode .one_half:nth-of-type(2)::before {
    content: "Payment method";
} */

/* .comments_security::before {
    position: absolute;
    left: 12px;
    top: 0px;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    padding: 0 4px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease;
}
.comments_security{position: relative;}
  .comments_security::before {
  content: "Comments";} */
/* Float on focus or value */
.one_half:focus-within::before,
.one_half input:not(:placeholder-shown)+*,
.one_half select:not(:placeholder-shown)+*,
.one_half textarea:not(:placeholder-shown)+* {
    top: 0px;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    line-height: 24px;
}


.payment_mode label.num_users_lbl {
    display: none;
}

.one_half input::placeholder,
.one_half select::placeholder {
    color: #969696;
    font-size: 14px;
    font-weight: lighter;
}

.quotation-form-left.demo-form-left .sub_quotation_fields .one_half textarea::placeholder {
    padding-top: 10px;
}

.quotation-form-left.demo-form-left .sub_quotation_fields li.two_third textarea::placeholder {
    visibility: hidden;
}

.quotation-form-left.demo-form-left .sub_quotation_fields li.two_third textarea {
    padding-top: 20px !important;
}

.one_half select:has(option:checked[value=""]) {
    color: #999;
}

.one_half select {
    color: #969696;
    font-size: 14px;
    font-weight: lighter;
}


.icon-camera-2:before {
    content: '' !important;
    background: url(/template/default/images/attach_file_icon.png);
    width: 22px !important;
    height: 18px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 22px;
    margin: -3px 0px 0 0;
    margin-right: 10px !important;
}


.features-section {
    padding: 60px 0px 0px;
    background: #ffffff;
}

.features-wrapper {
    /* max-width: 1200px;
  margin: auto; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 90px;
    row-gap: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feature-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
}

.feature-icon img {
    width: 100%;
    height: auto;
}

.feature-content h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1e1e1e;
}

.feature-content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
}

/* Responsive */
@media (max-width: 768px) {
    .features-wrapper {
        grid-template-columns: 1fr;
    }
}

.testimonial-bar {
    border-radius: 1px;
    background: rgb(10, 111, 206);
    height: 310px;
}

.testimonial-bar {
    /* padding: 40px 20px; */
    padding: 80px 0px 60px;
    width: 100%;
}

.testimonial-bar {
    background: #0a6fce;
    /* opacity: 0.902;
    height: 200px; */
}

.testimonial-inner {
    max-width: 1005px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.testimonial-text p {
    padding-top: 20px;

}

.testimonial-text {
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 35px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.testimonial-author {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    color: #fff;
    line-height: 24px;
    padding-bottom: 2px;
}

.testimonial-author1 {
    text-align: right;
    font-size: 20px;
    font-weight: lighter;
    margin: 0;
    font-style: italic;
    color: #fff;
    line-height: 24px;
}

.testimonial-bar {
    position: relative;
    overflow: hidden;
}

.testimonial-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 35%;
    height: 100%;
    background: url(/template/default/images/quotation-blue-strip-bg.webp) no-repeat;
    background-size: contain;
    /* opacity: 0.102; */
    pointer-events: none;
    -webkit-transform: scaleX(-1);
    background-position: right;
    transform: scaleX(-1);
}

.testimonial-bar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background: url(/template/default/images/quotation-blue-strip-bg.webp) no-repeat;
    background-size: contain;
    /* opacity: 0.102; */
    pointer-events: none;
    background-position: right;
}


.home-demo-holder-new {
    display: none;
}


.business_benefits_title {
    text-align: center;
}

.business_benefits_title h2 {
    font-size: 54px;
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 30px;
}

.business_benefits_title h2 span,
.quotation-formnew p.quote-head span {
    background-image: linear-gradient(#89CBF7, #0065D0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.business_benefits_title p {
    font-size: 16px;
    color: #3b3b3b;
    line-height: 24px;
}

.business_benefits {
    display: inline-block;
    width: 100%;
    padding: 60px 0 110px;
}

textarea#address {
    height: 125px !important;
}

.country_zip {
    display: flex;
    flex-direction: column;
    gap: 35px;
}


input[type=file] {
    display: none;
}

i.icon.trash:before {
    content: "\f1f8";
}

textarea#details {
    height: 105px !important;
}

/* .two_third{position: relative;}
.two_third::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(multicolor-shapes-black-backround.webp) no-repeat center;
    background: url(/template/default/images/quotation_multicolor.webp);
  background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
} */
.two_third {
    position: relative;
}

.two_third::before {
    content: "";
    position: absolute;
    /* top: 0;
    right: 0px; */
    bottom: 60px;
    left: 100px;
    width: 35%;
    height: 100%;
    background: url(/template/default/images/quotation_multicolor.webp) no-repeat;
    background-size: contain;
    /* opacity: 0.102; */
    pointer-events: none;

    /* background-position: right; */
    background-position: bottom;
    z-index: -2;


}

.two_third::after {
    content: "";
    position: absolute;
    /* top: 0;
    right: 0; */
    top: 60px;
    right: 100px;
    width: 35%;
    height: 100%;
    background: url(/template/default/images/quotation_multicolor.webp) no-repeat;
    background-size: contain;
    /* opacity: 0.102; */
    pointer-events: none;
    /* background-position: right;  */
    /* background-position: top; */
    background-position: bottom;
    transform: rotate(180deg);
    z-index: -1;

    /* transform: scaleX(-1); -webkit-transform: scaleX(-1); */
}

/* slick-slider */

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.slick-track {
    display: block;
    left: 0;
    top: 0;
}

.slick-slider {
    -moz-user-select: none;
    display: block;
    touch-action: pan-y;
}

.slick-initialized .slick-slide {
    height: auto;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    margin: 0 auto;
    text-align: center;
}

.slick-arrow {
    background: #fff0;
    border: 0;
    border-radius: 50%;
    color: #222;
    height: 36px;
    top: 22%;
    transition: 0.3s ease-in 0;
    width: 36px;
    z-index: 9;
    line-height: 36px;
}

.slick-dots li,
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
}

.slick-arrow,
.slick-dots li button {
    font-size: 0;
    outline: 0;
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.clearfix::after,
.clearfix::before,
.slick-track::after,
.slick-track::before {
    content: "";
    display: table;
}

.slick-initialized .slick-slide {
    display: block;
    outline: 0 !important;
}

.slick-dots {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    right: 0;
    width: 100%;
}

.slick-arrow,
.slick-dots {
    position: absolute;
    text-align: center;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    position: relative;
    width: 10px;
}

.slick-dots li.slick-active button {
    background: #000;
}

.slick-dots li button {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff0;
    display: block;
    height: 100%;
    line-height: 0;
    padding: 5px;
    width: 100%;
}

/* Trusted by Industry Leaders */

.new_testimonial_slider .slider-container {
    position: relative;
    width: 70%;
    margin: 40px auto 0;
    overflow: hidden;
    padding-bottom: 80px;
}

.new_testimonial_slider .slider {
    display: flex;
    /* transition: transform 0.5s; */
}

.new_testimonial_slider .card {
    flex: 0 0 calc(95% / 3);
    background: #fff;
    margin: 10px;
    padding: 0;
    text-align: left;
    /* transition: 0.3s; */
}

.new_testimonial_slider .card .rating {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 38%;
}

.new_testimonial_slider .card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 30px;
    flex-direction: column;
    display: flex;
    margin-bottom: 10px;
    gap: 0;
    padding: 0 0 0 10px;
}

.new_testimonial_slider .card h3::before {
    content: "" !important;
    background: url(/images/new-testimonial-quote.png) no-repeat;
    width: 20px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -6px;
}

.new_testimonial_slider .card p {
    font-size: 15px;
    color: #333;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0 8px;
    text-align: justify;
}

.new_testimonial_slider .card a {
    color: #0078d4;
    font-weight: 700;
    text-decoration: none;
}

.new_testimonial_slider .two_btns {
    margin: 0 auto;
    /* width: 200px; */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px !important;
    justify-content: center;
}

.new_testimonial_slider .middle_line {
    background: #cadbe6;
    width: 35px;
    height: 3px;
    display: inline-block;
}

button.slider-btn.next,
button.slider-btn.prev {
    border: #ffdead;
    background: 0 0;
    cursor: pointer;
}

.new_testimonial_slider .image_slider img {
    padding-top: 12px;
    padding-bottom: 30px;
}

.new_testimonial_slider .image_slider {
    height: 200px;
    border-radius: 30px 30px 0 0;
    padding: 50px 20px 35px;
    text-align: center;
    position: relative;
}

.new_testimonial_slider .g2 .image_slider {
    background: #f67207;
}

.new_testimonial_slider .capterra .image_slider {
    background: #002e47;
}

.new_testimonial_slider .appsource .image_slider {
    background: #0171d5;
}

.new_testimonial_slider .sourceforge .image_slider {
    background: #333;
}

.new_testimonial_slider .saashub .image_slider {
    background: #004f7a;
}

.new_testimonial_slider .softwareSuggest .image_slider {
    background: #098180;
}

.new_testimonial_slider .softwareWorld .image_slider {
    background: #01a0f7;
}

.new_testimonial_slider .trustPilot .image_slider {
    background: #444;
}

.new_testimonial_slider .slashdot .image_slider {
    background: #3f7e67;
}

.new_testimonial_slider .reviews-products {
    color: #2392d7;
}

.new_testimonial_slider .card {
    border: 1px solid #d5e3f0;
    border-radius: 30px;
    background-color: #fff;
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_testimonial_slider .content_sec {
    padding: 20px 20px 60px 15px;
    position: relative;
    flex: auto;
    min-height: 380px;
}

.new_testimonial_slider .content_sec b {
    flex: 1;
    color: #2392d7;
    padding: 0 0 0 5px;
    font-weight: 600;
}

.new_testimonial_slider .new_reviews_customer {
    background: #eef6fb;
    width: 100%;
    height: 44px;
    display: flex;
    border-radius: 30px;
    line-height: 44px;
    font-size: 14px;
    color: #1e1e1e !important;
    font-weight: 500 !important;
    padding: 0 10px 0 25px;
    align-items: center;
    justify-content: space-between;
}

.new_testimonial_slider .new_reviews_customer::after {
    content: "" !important;
    background: url(/images/new-testimonial-blue-arrow.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.new_testimonial_slider .new_reviews_customer:hover::after {
    background-position: 0 -76px;
}

.new_testimonial_slider a.new_reviews_customer {
    position: absolute;
    bottom: 15px;
    margin: 0;
    width: 90%;
}

.new_testimonial_slider {
    font-size: 30px;
    font-weight: 400;
    width: 100%;
    padding: 110px 0 0;
    margin: 0 !important;
}

.new_testimonial_slider .h2-title-heading {
    padding: 0 0 35px 0;
    font-size: 54px;
    color: #222;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.new_testimonial_slider .h2-title-heading span {
    background-image: linear-gradient(#89CBF7, #0065D0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* achievers */

.achiever-bages .badge {
    background-image: url(/images/acheivers-badge.webp);
    background-repeat: no-repeat;
    display: inline-block;
    width: 155px;
    height: 155px;
    margin: 0 10px;
}

.achiever-bages .software-suggest-bage {
    background-position: 0 -159px;
}

.achiever-bages .software-world-bage {
    background-position: 0 -320px;
}

.achiever-bages .business-bage {
    background-position: 0 -483px;
}

.achiever-bages .slashdot-bage {
    background-position: 0 -644px;
}

.achiever-bages:before {
    content: "";
    background: url(/images/testimonial-bottom-line.png) top center no-repeat;
    height: 1px;
    width: 100%;
    display: inline-block;
}

.sub-achiever-bages {
    padding: 50px 0px;
    text-align: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.first-block {
    /* padding-right: 55px; */
    position: relative;
}

.first-block:after {
    content: '';
    width: 1px;
    height: 147px;
    /* background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.15),
    rgba(255,255,255,0.6),
    rgba(255,255,255,0.15)
  );
  box-shadow: 1px 0 2px rgba(0,0,0,0.25); */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 1.15), rgba(255, 255, 255, 0.35));
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 20px;
}

/* .sub-achiever-bages a {
    display: flex;
    gap: 20px;
    justify-content: center;
} */


@media (max-width: 980px) {
    .sub-achiever-bages {
        display: flex;
        /* flex-wrap: wrap; */
        gap: 0px;
    }

    .achiever-bages .badge {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .sub-achiever-bages {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .achiever-bages .badge {
        margin: 0px 10px;
    }

    .hometemplate-img,
    .hometemplate-content {
        /* max-width: 560px; */
        max-width: 88% !important;
        margin: 0 auto;
    }

    .hometemplate-slides .slick-list {
        padding: 30px 10px;
    }
}

button.slider-btn.next,
button.slider-btn.prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f5f6f7;
    color: #a7adb7;
    border: none;
    font-size: 30px;
    cursor: pointer;
}


.new_testimonial_slider button.slider-btn.next,
.new_testimonial_slider button.slider-btn.prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_testimonial_slider button.slider-btn.next img,
.new_testimonial_slider button.slider-btn.prev img {
    max-width: 60%;
}

.new_testimonial_slider button.slider-btn.prev img {
    rotate: 180deg;
}

.home-top-container .videopopup:hover,
.sig-generator-holder .videopopup:hover,
.outlook-addin .videopopup:hover {
    background-position: center top -124.5px;
}


.new_testimonial_slider .slider-dots1 {
    background: #f5f6f7;
    border-radius: 27px;
    border: none;
    line-height: 35px;
    height: 45px;
    width: 180px;
    text-align: center;
    display: none;
}

.new_testimonial_slider .slider-dots1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_testimonial_slider .slider-dots1 button {
    width: 8px;
    height: 8px;
    background: #d1d4da;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin: 0 5px;
}

.new_testimonial_slider .slider-dots1 button {
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.new_testimonial_slider .slider-dots1 button.active {
    background: #9ca3af;
}


@media (max-width: 1600px) {
    .new_testimonial_slider .slider-container {
        width: 85%;
    }
}

@media (max-width: 1279px) {
    .new_testimonial_slider .card {
        flex: 0 0 calc(95% / 2);
    }

    .new_testimonial_slider .new_reviews_customer {
        font-size: 12px !important;
    }

    .new_testimonial_slider .slider-container {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .new_testimonial_slider .card {
        flex: 0 0 97%;
    }

    .new_testimonial_slider .h2-title-heading {
        font-size: 30px !important;
    }

}

@media (max-width: 568px) {
    .new_testimonial_slider .slider-container {
        width: 96% !important;
        margin: 0 !important;
    }

    .new_testimonial_slider .card {
        flex: 0 0 100%;
        margin: 5px;
    }

    .new_testimonial_slider .slider {
        gap: 10px;
        padding: 10px;
    }

    .new_testimonial_slider .content_sec {
        min-height: 350px;
    }
}

@media (max-width: 380px) {
    .new_testimonial_slider .content_sec {
        padding: 20px 10px 60px;
    }

    .new_testimonial_slider .new_reviews_customer {
        padding: 0 15px !important;
        font-size: 13px;
    }
}


@media only screen and (max-width: 768px) {
    .new_testimonial_slider .slider-dots1 {
        display: none;
    }

    .new_testimonial_slider .two_btns {
        justify-content: flex-start;
        margin: 15px 0 0 20px !important;
        gap: 5px;
    }

}

@media only screen and (max-width:600px) {

    .new_testimonial_slider .h2-title-heading {
        font-size: 40px;
    }


}

@media only screen and (max-width:1280px) {
    .two_third form {
        margin: 0 auto;
        width: 800px;
        /* height: 850px; */
        margin-top: 45px !important;
        padding: 40px 70px;
    }

    .quotation-form-left.demo-form-left .sub_quotation_fields .one_half input,
    .quotation-form-left.demo-form-left .sub_quotation_fields .one_half select,
    .quotation-form-left.demo-form-left .sub_quotation_fields .one_half textarea,
    .quotation-form-left.demo-form-left .sub_quotation_fields textarea {
        width: 100%;
    }

    .feature-content p {
        text-align: justify;
    }
}

@media only screen and (max-width:1170px) {
    .two_third::before {
        left: 0px;
    }

    .two_third::after {
        right: 0px;
    }

    .two_third form {
        height: auto;
        margin: 0 auto;
        width: 90%;
    }

    .testimonial-inner {
        max-width: 90%;
        margin: 0 auto;
        color: #ffffff;
    }

    .testimonial-bar::before,
    .testimonial-bar::after {
        opacity: 0.3;
    }
}

@media only screen and (max-width:980px) {
    .quotation {
        height: auto;
        padding-bottom: 50px;
    }

    .quotation h1,
    .quotation-formnew p.quote-head,
    .business_benefits_title h2 {
        font-size: 45px;
    }

    .two_third form {
        padding: 40px 40px;
    }

    .quotation-form-left.demo-form-left div.temp_button label {
        width: 100%;
        margin-bottom: 10px;
    }

    .quotation-form-left.demo-form-left div.temp_button {
        padding-bottom: 10px !important;
    }

    .quotation-formnew p br,
    .business_benefits_title h2 br,
    .business_benefits_title p br {
        display: none;
    }

    .feature-content h4 {
        font-size: 18px;
    }

    .features-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 30px;
    }

    .testimonial-bar {
        height: auto;
    }


}


@media only screen and (max-width:767px) {
    .quotation-form-left.demo-form-left .sub_quotation_fields {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .add_discount label.num_users_lbl br {
        display: none;
    }

    .features-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 30px;
        row-gap: 30px;
    }

    .feature-item {
        display: flex;
        align-items: flex-start;
        gap: 25px;
    }

    .one_half {
        width: 100%;
    }

    .testimonial-bar::before,
    .testimonial-bar::after {
        display: none;
    }

    .testimonial-bar,
    .business_benefits,
    .demo-form-holder.quotation-form-holder {
        padding: 40px 0px;
    }

    .new_testimonial_slider {
        padding: 50px 0px 0px;
    }

    .new_testimonial_slider .slider-container {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width:600px) {
    .business_benefits {
        padding-top: 0px !important;
    }

    .feature-content p {
        text-align: left;
    }

    .quotation h1,
    .quotation-formnew p.quote-head,
    .business_benefits_title h2 {
        font-size: 40px;
    }

}

.one_half {
    position: relative;
}

input,
textarea,
select {
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}


.user-label {
    color: #353535;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: 10px;
    line-height: 12px !important;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus~label,
input:not(:placeholder-shown)~label,
textarea:focus~label,
textarea:not(:placeholder-shown)~label,
select:focus~label,
select:not(:placeholder-shown)~label {
    transform: translateY(-50%) scale(1);
    background-color: #ffffff;
    padding: 0 .2em;
    color: #413d3d !important;
}

input[type="submit"] {
    cursor: pointer;
}


/* .quotation-form-left.demo-form-left .sub_quotation_fields .one_half select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 30px;
} */

.quotation-form-left.demo-form-left .sub_quotation_fields .one_half select#country {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='gray'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 30px;
}


.quotation-form-left.demo-form-left div.temp_button {
    /* display: grid;grid-template-columns: repeat(3,1fr); */
}