 #demo_final {
    background-image: url(../_images/demo-final-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#demo_final h1 {
    font-size: 50px;
    line-height: 43px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.take_final{
	font-size: 22px;
    line-height: 15px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    font-family: 'Poppins', sans-serif;	
}
.demo_final_half_first {
    width: 25%;
    float: left;
    border: 1px solid #e4e4e4;
    filter: drop-shadow(0 0 0.5px rgba(0,0,0,0.42));
    background-color: #ffff;
    border-radius: 5px;
    padding: 15px 15px;
    margin-top: 155px;
}
.leader_bord {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 100%;
    float: left;
}
.leader_bord_slider {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-top: 40px;
    background-image: url(../_images/final-shape.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom left;
    
}
.video_final{
	width: 46%;
    float: left;
    padding: 8px 0px 4px 6px;
}
.video_disc{
	width: 49%;
    float: left;
    padding: 8px 0px 0px 5px;
}
.video_disc h3{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 21px;
	color: #000000;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}
.video_disc p{
	font-size: 13px;
	line-height: 0px;
	color: #0081ff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.demo_final_half_second {
    width: 35%;
    float: left;
}
.demo_final_half_second img{
    margin-top: 132px;
    margin-left: 134px;
    width: 491px;
    height: 459px;
}
.demo_final_half_third {
    width: 37%;
    float: left;
    background-color: #fff;
}
.schedule_lable{
    background-color: #0081ff;
    width: 46%;
    float: left;
    padding: 15px 0px 15px 10px;
    line-height: 0px;
    bottom: 0px;
    color: #fff;
    margin-left: 13px;
    border-radius: 4px 4px 0px 0px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    filter: drop-shadow(0.5px 0.866px 0px rgba(255,255,255,0.75));
}
#email_towatch{
	background: white;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 0px;
    padding-left: 0px;
    width: 93%;
    display: inline-block;
    margin: auto 0;
    filter: drop-shadow(0 0 0.5px rgba(0,0,0,0.42));
    margin-bottom: 10px;
}
#email_towatch input[type="email"] {
    border: 0px solid white;
    width: 69%;
    font-size: 13px;
    outline: none;
    height: 40px;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
}
#email_towatch input[type="submit"] {
    color: white;
    background-image: url(../_images/watch-btn.png);
    border-radius: 5px;
    width: 25%;
    text-transform: uppercase;
    cursor: pointer;
    height: 43px;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
label.step_set {
    float: right;
    margin-top: -22px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
p.schedule_privacypolicy{
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #363636;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  border-radius: 4px;
}

/* Slides */
.mySlides, .mySlidesmobile {
  display: none;
  padding: 0px 15px 0px 40px;
  text-align: right;
  height: 80px;
}
.mySlides p, .mySlidesmobile p {
    text-align: revert;
    color: #212121;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
/* The dot/bullet/indicator container */
.dot-container {
    text-align: right;
    padding: 0px 17px 14px 31px;
    border-radius: 4px;
}

/* The dots/bullets/indicators */
.dot, .dotmobile {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0 2px;
  background-color: #c0c0c0;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover, .dotmobile:hover  {
  background-color: #0081ff;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/* Form Css */
#demo_final_form{
    text-align: left;
    position: relative;
    width: 95%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 4px 13px;
    background-image: url(../_images/schedule-bg.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom right;
    margin-top: -18px;
}
#demo_final_form label {
    color: #2a2a2a;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.input_final{
    outline: none !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px !important;
    padding: 7px 0px 7px 10px !important;
    box-shadow: none !important;
    width: 95% !important;
    min-width: 95% !important;
    min-height: 16px !important;
    margin-top: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 5px;
}
#interested_in *
{
 font-size: 13px;
line-height: 88px;
color: #6c6c6c;
font-weight: 300;
font-family: 'Poppins', sans-serif !important;
}
.schedule_textarea{
    resize: none;
    border: 1px solid #e4e4e4 !important;
    box-shadow: none !important;
    margin-top: 0px !important;
}
.Wid50 {
    width: 47%;
    float: left;
    margin-right: 12px;
}
.form_right_final {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 0px;
}
.sqScheduleLiveDemoButton{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sqScheduleLiveDemoButton .sqDemoSubmitButton{
    background-color: #0081ff;
    border: solid 1px #0081ff;
    color: white;
    font-weight: 500;
    border-radius: 7px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 4px 25px;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    float: left;
    line-height: 30px;
}
@media only screen and (max-width: 767px) {
    #demo_final{
        margin-top: 0px !important;
        background-image: none;
        padding-bottom: 0px !important;
    }
    #demo_final h1{
     font-size: 42px;
     line-height: 27px;
    }
    .take_final {
        font-size: 17px;
        line-height: 20px;
    }
    .SaleProfession_section {
        display: block;
        flex-direction: initial;
    }
    .demo_final_half_first{
        width: 100%;
        margin-top: 5px;
        padding: 15px 0px;
    }
    .leader_bord{
        margin: 0px 10px;
        width: 93%;
    }
    .leader_bord_slider{
        display: none;
    }
    .demo_final_half_second {
        display: none;
    }
    .demo_final_half_third {
        width: 100%;
    }
    #demo_final_form{
        padding: 8px 13px 10px 13px;
        background-position: bottom -10px right -10px;
    }
    .schedule_lable{
        width: 61%;
    }
    label.step_set{
        margin-top: 26px;
    }
    .Wid50 {
        width: 100%;
    }
    .display_mobile{
        display: block !important;
        background-color: #fff; 
    }
    #email_towatch input[type="email"]{
        width: 62%;
    }
    #email_towatch input[type="submit"]{
        width: 22%;
        float: right;
    }
    #email_towatch{
        border-right: none;
        width: 96%;
    }
    .video_disc h3{
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 19px;
    }
    .video_disc p {
        font-size: 13px;
        line-height: 15px;
    }
}
.display_mobile{
    display: none;
}
@media only screen and (min-width: 260px) and (max-width: 299px)
{
    #email_towatch input[type="email"] {
        width: 69%;
        font-size: 11px;
        height: 30px;
    }
    #email_towatch input[type="submit"]{
        width: 21%;
        height: 30px;
        background-size: contain;
    }
}
@media only screen and (min-width: 300px) and (max-width: 317px)
{
    #email_towatch input[type="submit"] {
        width: 25%;
        background-size: 97%;
        border: none;
        background-position: center;
    }
    #email_towatch input[type="email"] {
    width: 68%;
    }
    .video_disc h3{
        font-size: 16px;
        line-height: 20px;
    }
    .video_disc p {
        font-size: 13px;
        line-height: 15px;
    }
    .schedule_lable {
        width: 65%;
        padding: 14px 0px 10px 10px;
        font-size: 16px;
    }
    #email_towatch{
        width: 97%;
    }
}
@media only screen and (min-width: 318px) and (max-width: 340px)
{
    #email_towatch input[type="email"] {
        width: 66%;
        font-size: 12px;
        height: 40px;
        padding-left: 9px;
        border-radius: 15px;
    }
    #email_towatch input[type="submit"]{
        height: 40px;
        background-size: 92%;
        background-position: right center;
        background-color: #fff;
        width: 27%;
    }
    #email_towatch{
        width: 91%;
        border-radius: 10px;
    }
    .video_disc p{
        line-height: 18px;
    }
    .video_final iframe {
        width: 100px;
        height: 70px;
    }
    .video_disc h3{
        font-size: 16px;
        line-height: 19px;
    }
    .schedule_lable {
        width: 70%;
    }
    #demo_final h1 {
        font-size: 29px;
    }
    #demo_final {
    margin-top: 15px !important;
    }
    #rcaptcha div {
        width: 100% !important;
    }
    .g-recaptcha iframe {
        width: 100%;
    }
}
 div#demo1, div#demo2 {
    height: 127px;
}    
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.carousel-item p{
    text-align: right;
    color: #212121;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    padding-right: 15px;
}
.carousel-item.active {
  background-color: #fff;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 5%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
#demo1 .carousel-indicators li, #demo2 .carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #c0c0c0;
    border-radius: 50%;
}
#demo1 .carousel-indicators li.active, #demo2 .carousel-indicators li.active {
    background-color: #0081ff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}