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;
}


.freedemo-section {
    border: 1px solid rgb(208, 231, 253);
    border-radius: 15px;
    box-shadow: 0px 0px 29px 0px rgba(47, 98, 140, 0.13);
    height: 320px;
    padding: 25px 0px 30px 30px;
    margin: 0px;
    /* background: #edf4fb; */
    background: #f9fcfe !important;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
}

.freedemo-section .three_fourth {
    width: 74.5%;
}

.freedemo-section .one_fourth {
    width: 23.5%;
}

.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;
        padding-bottom: 0px !important;
    }

    .freedemo-section .one_fourth {
        margin: 0px !important;
    }

    .freedemo-section .one_fourth img {
        margin: 0px 0 -6px -15px;
    }
}

@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) {
    .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) {
    .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) {
    .freedemo-section .freedemo-content {
        text-align: justify;
    }

    .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;
    }
}

.video-new {
    border-radius: 1px;
    background-image: -moz-linear-gradient(90deg, rgb(75, 130, 199) 0%, rgb(50, 90, 182) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(75, 130, 199) 0%, rgb(50, 90, 182) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(75, 130, 199) 0%, rgb(50, 90, 182) 100%);
    height: 400px;
    text-align: center;
}


.video-new .main-title {
    padding-top: 145px;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 20px;
}

.video-new p {
    padding: 0px !important;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

/* .video-new a {
    background: rgb(255, 255, 255);
    width: 257px;
    height: 42px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 40px;
    font-size: 17px;
    color: #507fbe;
    font-weight: 600;
    line-height: 40px;
} */


.videobox-flex {
    display: grid;
    /* grid-template-columns: 32% 68%; */
    grid-template-columns: auto auto;
    gap: 30px;
}


.video-topholder.txt-center {
    width: 373px;
    /* width: 100%; */
    height: 275px;
}

#video-links {
    border: 1px solid rgb(238, 242, 248);
    border-radius: 15px;
    background: rgb(240, 246, 253);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    gap: 2px;
}

#video-links span {
    padding: 15px 15px 15px 15px;
    height: 50px;
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: normal;
    color: #1e1e1e;
    cursor: pointer;
}

#video-links span::before {
    content: '';
    display: inline-block;

    background: url(/template/default/images/video_icon-leftside.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    margin: 0 10px 0 0;
}

#video-links span:hover {
    background: #dae7f6;
    border-radius: 10px;
}

#video-links span.active {
    background: #dae7f6;
    border-radius: 10px;
}

.video_prev_next_btns {
    margin-top: 90px !important;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    width: 40%;
}

.video_prev_next_btns button {
    border: 1px solid #d1deee;
    background-image: -moz-linear-gradient(90deg, #f7fbfe 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #f7fbfe 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #f7fbfe 0%, #ffffff 100%);
    width: 110px;
    height: 42px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #3d4864;
    font-family: "Segoe Ui", 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    cursor: pointer;
}

.video_prev_next_btns button:hover {
    background-image: -moz-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #e4eaef 0%, #ffffff 100%);
}

.video_prev_next_btns button.prev-btn::before {
    content: '';
    background: url(/template/default/images/video-grey-arrow.png);
    width: 12px;
    height: 11px;
    display: inline-block;
    margin: 0 10px 0 0;
    rotate: 180deg;
}

.video_prev_next_btns button.next-btn::after {
    content: '';
    background: url(/template/default/images/video-grey-arrow.png);
    width: 12px;
    height: 11px;
    display: inline-block;
    margin: 0 0px 0 10px;
    /* rotate: 180deg; */
}

/* .Rectangle_36_copy {

  background-color: rgb(196, 216, 240);
  opacity: 0.502;
  position: absolute;
  left: 170px;
  top: 439px;
  width: 360px;
  height: 50px;
  z-index: 25;
} */


.videobox-flex .video-box-intro {
    width: 100%;
    margin: 0 auto;
}

.Layer_70 {
    background-image: url("Layer 70.png");
    position: absolute;
    left: 852px;
    top: 636px;
    width: 94px;
    height: 94px;
    z-index: 54;
}


.videobox-flex ul.videos_list li img {
    box-shadow: 0 0 17.64px 3.36px rgb(0 0 0 / .1);
    border-radius: 15px;
    border: 1px solid #cfe4f1;
}

.video-card h3,
.video-card h3 a {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.videobox-flex .video-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px;
}

.videobox-flex .video-new-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px;
}

.videobox-flex .video-new-block {
    padding: 0px 0 30px 0px;
    margin: 0;
}


.videobox-flex .video-top-holder {
    border-bottom: none;
}




.videobox-flex .video-new-content a:before,
.videobox-flex .video-new-block a:before {
    content: "";
    background: url(/template/default/images/videos-page-video-icon.svg) no-repeat !important;
    background-position: 0px -99px !important;
    cursor: pointer;
    display: block;
    height: 63px !important;
    border-radius: 40px;
    width: 65px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 65px !important;
    transition: none !important;
    box-shadow: 0 0 15px #ccc;
    z-index: 0;
}


.videobox-flex .video-new-content a:hover:before,
.videobox-flex .video-new-block a:hover:before {
    background: url(/template/default/images/videos-page-video-icon.svg) no-repeat !important;
    background-position: 0px 0px !important;
    height: 65px !important;
    border-radius: 40px !important;
    width: 65px !important;
    background-size: 65px !important;
}

/* .videobox-flex .video-new-block li a span{
display: none;
} */

.videobox-flex .video-new-block h4 {
    min-height: auto;
    text-align: left;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: bold;
}

.videobox-flex .video-new-block p {
    font-size: 15px;
    color: #1e1e1e;
}

.videobox-flex .video-new-block:before {
    content: '';
    border-bottom: 1px solid rgb(209, 222, 238) !important;
    left: 0;
    width: 100%;

}


a.video-link.icon-up-hand {
    display: none;
}

.videobox-flex .video-block-holder {
    padding-bottom: 50px;
}


.new-container a.fancyvideo-thumb span {
    position: absolute;
    left: 0;
    top: 17%;
    width: 40%;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width:1170px) {
    .videobox-flex {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px;
    }
}


@media only screen and (max-width:980px) {
    .video-new p {
        padding: 0px 10px !important;
    }

    .video-new p br {
        display: none;
    }

    p#video-links a {
        height: auto;
    }

    .video-topholder.txt-center {
        height: fit-content;        width: auto;
    }

    .videobox-flex {
        display: grid;
        grid-template-columns: 100%;
        gap: 30px;
    }

    .video-new {
        height: auto;
        padding-bottom: 50px !important;
    }

    .video-new .main-title {
        padding-top: 110px;
        font-size: 45px;
    }
     .video_prev_next_btns {
    /* margin-top: 30px !important;
    margin-bottom: 30px !important; */
    margin: 0 auto;
    width: fit-content;
    }
}


@media only screen and (max-width: 768px) {
    .videobox-flex {
        display: grid;
        grid-template-columns: 100%;
        gap: 30px;
    }

    .videobox-flex .video-new-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 30px;
    }

    /* .videobox-flex .video-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    gap: 30px;
} */

    .new-container a.fancyvideo-thumb span {
        padding: 5px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 600px) {

    .videobox-flex ul.videos_list li img {
        width: 100%;
    }

    #videolist {
        padding: 0px 0;
    }

    .videobox-flex .video-block-holder {
        padding-bottom: 20px;
    }

    .videobox-flex {
        padding: 30px 0px;
    }

    .video-new .main-title {
        padding-top: 110px;
        font-size: 40px;
    }

    .videobox-flex .video-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 30px;
    }

    .new-container a.fancyvideo-thumb span {
        padding: 15px;
        font-size: 16px;
        top: 20%;
    }

    .video_prev_next_btns {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin: 0 auto;
    width: fit-content;
    }
}


.video-card {
    display: none;
}

.video-card.active {
    display: block;
}


.gpt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
	position:relative;
	gap: 15px;
}
.gpt-container a{
	line-height: 0.4;
    font-size: 18px;
    font-family: "Segoe UI";
    color: rgb(247, 252, 254);
}
.gpt-container a:hover{
    color: #eaf0ff;
	text-decoration: underline;
}
.gpt-container span.check {
    position: relative;     
}
.gpt-container span{
	font-weight: 600;
}

.gpt-container span::after {
    content: "";
    background: url(/template/default/images/gpt-right-arrow.png);
    top: 10px !important;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: 2px 0px;
}
.gpt-container a:hover span.check::before {
    color: #eaf0ff;
}
@media only screen and (max-width: 600px) {
	.gpt-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
    .support-holder.new {
    height: auto !important;
   }
}
