body, html{
	margin:0;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
}
ul, ol{
	padding:0;
	margin:0;
}
ul {
	list-style: none;
}

ol {
	padding-left: 1.5rem;
}

input:focus, button:focus, textarea:focus,select:focus{
	outline: 0;
	box-shadow: none;
}
a,a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.order{
    order: 2;
}

.btn_purple{
    background-color: #6153D2;
    display: inline-block;
    border-radius: .15rem;
    padding: .75rem 1.5rem;
    color: white;
    font-weight: 500;
    font-size: .95rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    margin-right: 1rem;
}
.btn_purple:hover,.btn_purple:focus{
    background-color: #3e3585;
    color: white;
}
.btn_grey{
    background-color: #DEE8F8;
    display: inline-block;
    border-radius: .15rem;
    padding: .75rem 1.5rem;
    color: #30468A;
    font-weight: 500;
    font-size: .95rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    margin-right: 1rem;
}
.btn_grey:hover,.btn_grey:focus{
    background-color: #9da4af;
    color: #30468A;
}
.btn_white{
    background-color: transparent;
    display: inline-block;
    border-radius: .15rem;
    padding: .75rem 1.5rem;
    color: #6153D2;
    font-weight: 500;
    font-size: .95rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    margin-right: 1rem;
}
.btn_white:hover,.btn_white:focus{
    background-color: #6153D2;
    color: white;
}
.btn_white i{
    margin-left: .25rem;
}
.button_flex{
    display: flex;
   /* justify-content: space-between; */
}
.nav_section{
    background-color: #0E226A;
    border-bottom: 2px solid #234797;
    position: relative;
    padding: 1rem 0;
}
.nav_section .bg-light{
    background-color: transparent !important;
    padding: 0;
}
.nav_section .navbar-brand{
    width: 11.5rem;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
    font-weight: 300;
    font-size: .9rem;
    text-transform: uppercase;
    padding: .5rem 1.25rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active{
    color: white;
}
.navbar-light .navbar-nav .nav-link:after{
    content: '';
    height: 2px;
    background-color: #6153D2;
    position: absolute;
    left: 100%;
    bottom: 0;
    right: 100%;
    display: inline-block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .nav-link:focus:after,
.navbar-light .navbar-nav .nav-link.active:after{
    left: .5rem;
    right: .5rem;
}
.header{
    background-color: #112771;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
}
.header img{
	margin-left: 5%;
    display: inline-block;
}
.header .flexer{
    height: 100%;
    display: flex;
    align-items: center;
}
.header .flexer > span{
    width: 100%;
}
.header h1{
    color: white;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
.header .flexer p{
    color: #9EB7DC;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
}
.used_section{
    background-color: #DEE8F8;
    padding: 2rem 0;
    text-align: center;
}
.used_section 
h5{
    color: #172F7B;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0;
	word-spacing: 3px;
}
.used_section .img_box{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: .75rem;
}
.content_section{
    padding-top: 2.75rem;
	padding-bottom: 3.75rem;
    position: relative;
}
.content_section.content_section_last {
    padding-bottom: 7.5rem;
}
.content_section img{
    width: 90%;
}
.content_section .flexer{
    height: 100%;
    display: flex;
    align-items: center;
}
.content_section .flexer > span{
    width: 85%;
}
.content_section h6{
    color: #4B70FF;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .75rem;
}
.content_section h3, .content_section h1{
    color: #172F7B;
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}
.content_section p{
    color: #172F7B;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
.best_section{
    padding: 11rem 0;
    position: relative;
    background-color: #112771;
}
.best_section .container{
    position: relative;
}
.best_section .img_box{
    position: absolute;
    right: 0;
    top: -2rem;
    width: 55rem;
}
.best_section .flexer{
    height: 100%;
    display: flex;
    align-items: center;
}
.best_section .flexer > span{
    width: 100%;
}
.best_section h3{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.best_section p{
    color: #BDD0F0;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}
.best_section .btn_white{
    color: white;
}
.make_section{
    padding-top: 6rem;
    position: relative;
}
.make_section h3{
    color: #172F7B;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2.75rem;
}
.make_section h3 span{
    color: #345EFF;
}
.make_section p{
    color: #172F7B;
    font-size: 1rem;
    width: 93.5%;
    line-height: 1.6;
    margin-bottom: .75rem;
}
.make_section img{
    width: 90%;
    margin-top: 2rem;
}
.quote_section{
    background-color: #DEE8F8;
    padding: 6.5rem 0;
    position: relative;
}
.quote_section .quote_img{
    width: 92.5%;
}
.quote_section .flexer{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote_section .flexer > span{
    width: 90%;
}
.quote_section p{
    position: relative;
    color: #172F7B;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    word-spacing: 0.05em;
    margin-bottom: 1.25rem;
}
.quote_section p .quote1{
    width: 1.75rem;
    position: absolute;
    left: -2rem;
    top: -.75rem
}
.quote_section p .quote2{
    width: 1.25rem;
    margin-top: -1rem;
    margin-left: .5rem;
}
.quote_section h5{
    color: #172F7B;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.quote_section h5 span{
    display: block;
    font-size: .75rem;
    font-weight: 400;
}

.pack_section{
    background: url(../images/pack_bg.png), #112771;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 17.5rem;
    text-align: center;
}
.pack_section .temp1{
    width: 9rem;
    margin-bottom: 4rem;
}
.pack_section .temp2{
    width: 12.5rem;
}
.pack_section h3{
    color: white;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.6rem;
}
.pack_section p{
    color: #BDD0F0;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.25rem;
}
.pack_section .button_flex{
    justify-content: center;
}
.pack_section .btn_white{
    color: white;
}
footer{
    background-color: #00124B;
    padding-bottom: 4rem;
    position: relative;
}
footer .sub_box{
    background-color: #DEE8F8;
    padding: 2.5rem;
    text-align: center;
    margin-top: -9rem;
    margin-bottom: 6rem;
}
footer .sub_box h3{
    color: #172F7B;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    margin-top: 1.2rem;
}
footer .sub_box form{
    display: flex;
    align-items: flex-start;
}
footer .sub_box form .form-group{
    width: calc(100% - 10rem);
    position: relative;
    padding-right: .75rem;
}
footer .sub_box form .form-group input.form-control{
    border: 1px solid #7CA2E2;
    height: 3.5rem;
    padding-left: 1.25rem;
    font-weight: 400;
    font-size: 1.1rem;
    color: black;
    border-radius: .2rem;
    margin-bottom: .5rem;
}
footer .sub_box form .form-group input.form-control::placeholder{
    color: #9AA3BF;
}
footer .sub_box form .btn_purple{
    text-align: center;
    width: 25rem;
    border: 0;
    padding: .95rem 1rem;
    font-size: 1.1rem;
}
footer .sub_box form .form-group p{
    color: #586383;
    font-size: .8rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
}
footer .logo{
    width: 12.4rem;
    display: inline-block;
    margin-bottom: 2rem;
}
footer p{
    color: #BDD0F0;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 0;
}
footer .social{
    margin-top: 1.25rem;
}
footer .social li{
    margin-right: .25rem !important;
}
footer .social li a{
    display: flex;
    background-color: #375695;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #00124B;
    font-size: 1.25rem;
    line-height: 1;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
footer .social li a:hover,footer .social li a:focus{
    color: white;
    background-color: #6153D2;
}
footer h4{
    color: #FFFFFF;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer ul.link li a{
    color: #CBD9EF;
    font-size: .9rem;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
footer ul.link li a:hover,footer ul.link li a:focus{
    color: #6153D2
}
.chat_flex {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    width: 100%;
    text-align: right;
    z-index: 1;
}
.chat_flex .chat_icon{
    display: inline-block;
    width: 4rem;
    position: relative;
    z-index: 999;
}
.header.product_header{
    background: url(../images/product_header.png);
    background-position: bottom;
    background-size: cover;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
}
.header.product_header h1{
    margin-bottom: 5rem;
}
.nav_tab_wrap{
    position: relative;
    padding-top: 3rem;
}
.nav_tab_wrap .nav-tabs{
    border-bottom: 2px solid #DEE8F8;
    justify-content: center;
}
.nav-tabs .nav-link{
    color: #172F7B;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 1rem;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus,.nav-tabs .nav-link.active{
    border-bottom: 2px solid #6153D2;
    color: #6153D2;
    font-weight: 600;
}
.tab-content>.tab-pane{
    display: block;
    opacity: 1;
}
.content_section li, .order_section li, .product_section li{
    color: #172F7B;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
}
.content_section li:after, .order_section li:after, .product_section li:after{
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.content_section ul li:after, .order_section ul li:after, .product_section ul li:after{
    background: url(../images/check_icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content_section ol li, .order_section ol li, .product_section ol li{
    padding-left: 1.5rem;
}


#feature-tab1.tab-pane{
    background-color: #172F7B;
}
.content_section.content_section_blue{
    background-color: #172F7B;
    padding-top: 5rem;
}
.content_section.content_section_blue img{
    width: 90%;
}
.content_section.content_section_blue .order .flexer{
    justify-content: flex-end;
}
.content_section.content_section_blue .flexer > span{
    width: 100%;
}
.content_section.content_section_blue h3{
    color: white;
}
.content_section.content_section_blue p{
    color: #9EB7DC;
    margin: 0;
    line-height: 1.7;
}
.content_section.content_section_blue_last{
    padding-bottom: 5rem;
}
.content_section h4{
    color: #172F7B;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
#system-tab1 .content_section{
    padding-top: 3rem;
    padding-bottom: 15rem;
}
#system-tab1 .content_section ul li{
    margin-bottom: 1.5rem;
}
#system-tab1 .content_section ul li span{
    display: block;
    font-size: .75rem;
    font-weight: 400;
}
.landing_header{
    background: url(../images/opt_bg.png);
    background-size: 100% 75%;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 7.5rem;
}
.landing_header h2{
    color: #172F7B;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 4rem;
}
.landing_header h2 span{
    font-weight: 700;
    position: relative;
}
.landing_header h2 span:after{
    content: '';
    background: url(../images/border.png);
    background-size: 100% 100%;
    position: absolute;
    left: -.75rem;
    right: -.75rem;
    bottom: -.5rem;
    display: inline-block;
    height: .75rem;
}
.landing_header p{
    color: #172F7B;
    font-size: 1rem;
    margin-bottom: 4rem;
    line-height: 1.75;
}
.landing_header p b{
    font-weight: 700;
}
.landing_header .white_box{
    display: inline-block;
    width: 90%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: .45rem;
    box-shadow: 0 0.25rem 1rem #0000000a;
    padding: 2.5rem;
    text-align: center;
}
.landing_header .white_box h3{
    color: #172F7B;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}
.landing_header .white_box h3 span{
    font-weight: 300;
}
.landing_header .white_box h5{
    color: #6153D2;
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: .75rem;
}
.landing_header .white_box input.form-control{
    border: 1px solid #E5ECFB;
    height: 3.5rem;
    padding-left: 1.25rem;
    font-weight: 400;
    font-size: 1rem;
    color: black;
    border-radius: .2rem;
    margin-bottom: 1rem;
}
.landing_header .white_box input.form-control::placeholder{
    color: #9AA3BF;
}
.landing_header .white_box .btn_purple{
    border: 0;
    padding: .85rem 2rem;
}
.landing_header ul{
    margin-top: .75rem;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing_header ul li{
    margin: 0 !important;
    text-align: center;
    flex: 0 0 auto;
}
.landing_header ul li a{
    color: #203780;
    display: inline-block;
    width: 100%;
    padding: 0 .5rem;
    text-align: center;
    font-size: .95rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    position: relative;
}
.landing_header ul li a:hover,.landing_header ul li a:focus{
    color: #6E6EFC;
    font-weight: 300;
}
.landing_header ul li a:after{
    content: '';
    background-color: #E6EAF2;
    width: 2px;
    position: absolute;
    right: -.5rem;
    top: 0;
    bottom: 0;
}
.landing_header ul li:last-child a:after{
    display: none;
}
.landing_header .container{
    position: relative;
}
.landing_header .opt_img{
    position: absolute;
    right: -25%;
    bottom: -10%;
    width: 57.5rem;
}
.quote_section2{
    background-color: white;
    padding-bottom: 5rem;
    padding-top: 2rem;
}
.footer2{
    padding: 1.25rem 0;
}
.footer2 ul.link li a{
    margin: 0;
    text-transform: uppercase;
    font-size: .95rem;
    padding-right: .5rem;
    margin-top: .4rem;
}
.footer2 .social{
    margin-top: 0;
    text-align: right;
}
.footer2 .social li{
    color: #375695;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer2 .social li:first-child{
    margin-right: .75rem !important;
}
.download_section{
    position: relative;
    padding-top: 6rem;
    text-align: center;
}
.download_section .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.download_section .container{
    position: relative;
    z-index: 2;
}
.download_section h2, .download_section h1{
    color: #172F7B;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2.75rem;
}
.download_section .white_box {
    display: inline-block;
    width: 90%;
    position: relative;
    background-color: #F8F8F8;
    border-radius: .25rem;
    box-shadow: 0 0.25rem 1rem #F1F2F7;
    padding: 3.5rem;
    text-align: center;
    margin-bottom: 5rem;
    border: 1px solid #d8d8d8;
}
.download_section .white_box h4{
    color: #172F7B;
    font-weight: 600;
    font-size: 1.35rem;
}
.download_section .white_box h4 span{
    font-weight: 300;
}
.download_section .white_box .window_text{
    position: relative;
    margin-bottom: 2rem;
}
.download_section .white_box .window_text span{
    background-color: #EEF3FB;
    border: 1px solid #DEE8F8;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 22rem;
    padding: .15rem;
    color: #172F7B;
    font-weight: 600;
    font-size: .85rem;
    margin: auto;
    position: relative;
    z-index: 2;
}
.download_section .white_box .window_text span img{
    width: .85rem;
    margin-right: .5rem;
}
.download_section .white_box .window_text .line{
    height: 1px;
    background-color: #F4F7FD;
    width: 100%;
    position: absolute;
    left: 0;
    top: .9rem;
}
.download_section .white_box p{
    color: #172F7B;
    font-size: .9rem;
    margin-bottom: 2.25rem;
}
.download_section .white_box p a{
    color: #385FD6;
    text-decoration: underline;
    font-weight: 500;
}
.download_section .white_box h5{
    color: #ff0606;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
.download_section .white_box form{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
}
.download_section .white_box form input.form-control{
    border: 1px solid #d8d8d8;
    height: 3rem;
    padding-left: 1.25rem;
    font-weight: 400;
    font-size: 1rem;
    color: black;
    border-radius: .2rem;
    margin-right: .5rem;
}
.download_section .white_box form input.form-control::placeholder{
    color: #9AA3BF;
}
.download_section .white_box form .btn_purple{
    border: 0;
    padding: .81rem 1rem;
    width: 30rem;
    margin: 0;
}
.download_section ul {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 7rem;
}

.product_links ul {
    margin-bottom: 2rem;
	margin-top: 0.75rem;
}

.product_links li {
    padding-left: 0;
}

.product_links ul li:after {
	background: none;
}

.download_section ul li{
    margin: 0 !important;
    text-align: center;
    flex: 0 0 auto;
}
.download_section ul li a, .product_links ul li a, .links_section ul li a {
    color: #363636;
    display: inline-block;
    width: 100%;
    padding: 0 1.25rem;
    text-align: center;
    font-size: 1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    position: relative;
}
.download_section ul li a:hover,.download_section ul li a:focus, .product_links ul li a:hover, .links_section ul li a:hover {
    color: #6E6EFC;
    font-weight: 400;
}
.download_section ul li a:after, .product_links ul li a:after, .links_section ul li:not(:last-child) a:after {
    content: '';
    background-color: #EEF3FB;
    width: 2px;
    position: absolute;
    right: 0rem;
    top: 0;
    bottom: 0;
}
.product_links ul li a {
	padding: 0 1rem 0 0rem;
	text-decoration: underline;
}

.download_section ul li:last-child a:after, .product_links ul li:last-child a:after {
    display: none;
}
.download_section h3{
    color: #172F7B;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}
.download_section .work_box{
    border: 1px solid #DEE8F8;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 1.75rem;
    margin-bottom: 3.5rem;
}
.download_section .work_box .sr{
    display: flex;
    background-color: #EEF3FB;
    font-weight: 500;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.1rem;
    margin-top: -.5rem;
    margin-left: -.5rem;
}
.download_section .work_box img{
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
.download_section .work_box p{
    color: #172F7B;
    font-weight: 500;
    font-size: 1.1rem;
}
.download_section .print_wrap{
    padding-bottom: 3rem;
    color: #3333CC;
    border-bottom: 2px solid #DEE8F8;
}
.download_section .print_wrap a{
    color: #3333CC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download_section .print_wrap a span{
    font-weight: 500;
    text-decoration: underline;
}
.download_section .print_wrap a img{
    width: 2.75rem;
    margin-left: .75rem;
}
.order_section{
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
}
.order_section .bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.order_section .container{
    position: relative;
    z-index: 2;
}
.order_section h1, .order_section h4{
    color: #172F7B;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: .75rem;
}
.order_section h5{
    font-size: 1.1rem;
    color: #113062;
    font-weight: 600;
    margin-bottom: 1.75rem;
	margin-top: 1rem;
}
.order_section p{
    color: #172F7B;
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.order_section .text_flex{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.order_section .col-md-5:nth-child(1) .text_flex{
    border-right: 1px solid #DEE8F8;
}
.order_section .text_flex p{
    margin-bottom: 1rem;
}
.order_section .col-md-5:nth-child(2) .text_flex p{
    color: #0D004C;
    padding-left: 1rem;
}
.order_section .text_flex p a{
    color: #0032CA;
    text-decoration: underline;
}
.order_section h5.blue{
    color: #172F7B;
    font-size: 1.05rem;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}
.order_section .table_box{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}
.order_section .table_box .table{
    margin-bottom: 0;
    box-shadow: 0 0.25rem 1rem #F1F2F7;
    background-color: white;
    position: relative;
    z-index: 2;
}
.order_section .table_box .table thead th{
    border: 0;
    background-color: #7CA2E2;
    color: white;
    padding: .7rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-right: 1px solid #DEE8F8;
}
.order_section .table_box .table thead th:last-child{
    border: 0;
}
.order_section .table_box .table tbody td{
    padding: 2rem 2.5rem;
    border-right: 1px solid #DEE8F8;
    border-bottom: 1px solid #DEE8F8;
    vertical-align: middle;
}

.order_section .table_box .table tbody td h4{
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}
.order_section .table_box .table tbody td p{
    color: #172F7B;
    font-size: .9rem;
    margin-top: .75rem;
    margin-bottom: 0;
}
.order_section .table_box .table tbody td p a{
    color: #0032CA;
    text-decoration: underline;
}
.order_section .table_box .table tbody td .form{
    width: 60%;
    margin: 1.5rem auto;
    position: relative;
    background-color: #F8F8F8;
    border-radius: .25rem;
    box-shadow: 0 0.25rem 1rem #F1F2F7;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 5rem;
    border: 1px solid #d8d8d8;

}
.order_section .table_box .table tbody td .form h4{
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.order_section .table_box .table tbody td .form .form_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.order_section .table_box .table tbody td .form .form_flex p{
    margin: 0;
    color: #0032CA;
    font-size: 1rem;
}
.order_section .table_box .table tbody td .form .form_flex .quantity_flex{
    display: flex;
    align-items: center;
    color: #172F7B;
    font-weight: 600;
    font-size: 1rem;
}
.order_section .table_box .table tbody td .form .form_flex .quantity_flex input.form-control{
    color: #172F7B;
    text-align: center;
    width: 3.25rem;
    height: 2.5rem;
    border: 1px solid #DCE6FA;
    margin-left: .5rem;
    padding: 0;
    margin-bottom: 0;
}
.order_section .table_box .table tbody td .form input.form-control{
    border: 1px solid #d8d8d8;;
    height: 3.25rem;
    padding-left: 1.25rem;
    font-weight: 400;
    font-size: 1rem;
    color: black;
    border-radius: .2rem;
    margin-bottom: 1rem;
    box-shadow: none;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.order_section .table_box .table tbody td .form input.form-control::placeholder{
    color: #9AA3BF;
}
.order_section .table_box .table tbody td .form input.form-control:focus{
    border-color: #86b7fe;
	
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.order_section .btn_purple{
    border: 0;
    padding: 1rem 2rem;
    font-size: 1.025rem;
}
.order_section .order_text{
    color: #172F7B;
    font-weight: 600;
    margin-bottom: .75rem;
}
.order_section .order_text a{
    color: #6666FF;
    text-decoration: underline;
}
.label {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 1.25rem;
    color: #172F7B;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label sup{
    color: #8383FF;
    top: -.35em;
    font-size: .8rem;
}
.label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0.2rem;
    left: 0;
    height: 1.45rem;
    width: 1.45rem;
    background-color: transparent;
    border: 2px solid #7CA2E2;
    border-radius: 50%;
}
.label:hover input ~ .checkmark {
    background-color: transparent;
}
.label input:checked ~ .checkmark {
    border: 2px solid #03BD84;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label input:checked ~ .checkmark:after {
    display: block;
}
.label .checkmark:after {
    top: .2rem;
    left: .2rem;
    width: .825rem;
    height: .825rem;
    border-radius: 50%;
    background: #03BD84;
}
.order_section .table_box .bg1{
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
    width: 15rem;
    z-index: 1;
}
.order_section .table_box .bg2{
    position: absolute;
    left: -1.25rem;
    bottom: -1.25rem;
    width: 7.5rem;
    z-index: 1;
}

.st-default-search-input {
	display: inline-block !important;
    width: 190px !important;
    height: 16px !important;
    padding: 7px 11px 7px 28px !important;
    border: 1px solid #bbb !important;
    border: 1px solid rgba(0,0,0,0.25) !important;
    font-weight: 400 !important;
    color: #dddddd !important;
    font-size: 14px !important;
    line-height: 16px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
 /*   background: #2c49a9 8px 8px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG11AABzoAAA%2FN0AAINkAABw6AAA7GgAADA%2BAAAQkOTsmeoAAAESSURBVHjajNCxS9VRGMbxz71E4OwgoXPQxVEpXCI47%2BZqGP0LCoJO7UVD3QZzb3SwcHB7F3Uw3Zpd%2FAPCcJKG7Dj4u%2FK7Pwp94HDg5Xyf5z1Pr9YKImKANTzFXxzjU2ae6qhXaxURr%2FAFl9hHDy%2FwEK8z89sYVEp5gh84wMvMvGiSJ%2FEV85jNzLMR1McqfmN5BEBmnmMJFSvtpH7jdJiZv7q7Z%2BZPfMdcF6rN%2FT%2F1m2LGBkd4HhFT3dcRMY2FpskxaLNpayciHrWAGeziD7b%2BVfkithuTk8bkGa4wgWFmbrSTZOYeBvjc%2BucQj%2FEe6xHx4Taq1nrnKaW8K6XUUsrHWuvNevdRRLzFGwzvDbXAB9cDAHvhedDruuxSAAAAAElFTkSuQmCC) !important;
 */
 
 background: #2c49a9 8px 8px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABGdBTUEAALGeYUxB9wAAACBjSFJNAACHDQAAjA8AAQFHAACCtwAAgY4AAOnXAAArlgAAEC4yh1MYAAAA2mlDQ1BJQ0MgUHJvZmlsZQAAKM9jYGB8wAAETECcm1dSFOTupBARGaXAfoGBEQjBIDG5uMA32C2EASf4dg2i9rIuA+mAs7ykoARIfwBikaKQIGegm1iAbL50CFsExE6CsFVA7CKgA4FsE5D6dAjbA8ROgrBjQOzkgiKgmYwFIPNTUouTgewGIDsB5DeItZ8iwG5mzGtNLi0qg7qFkcmYgYEQH2FG2Q4GBptAoLAFQiw9gIFhVyUDg+hOhJjEOaAzTBkY9viVpFaUIHse4jYwYMsvAIY+AzUBAwMAFLA1frP9NxkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAE3SURBVChTY/z//z9Dy5THan9+f5vPwsplxYAEgGIHgWJpNTmyt6BCYMDMIpIM1PD9AFBSCyoGB0zMrApAjf5Hzn7fZmfG/xYqzMAE1DCXhZVTEsT5+/fXOiBVC8JA9nqQGNAwOaCaaSDXgPggwATUYANigBQxM7NVAp3SAsJAdsXfPz83guSAapyBVBiIDQJMUJoBqOgcsttBbGYW9jNQLgqAayIFwDX9/fPDHNnd4BD98wMlNGGABejJ/UA3OzKzcPgANTICFZ8ASQA12LCwcLiD2ED/HgY6H+5UxubJj9T+/Pq6nYWNWwkqhgvMBeIukF8Rkfvnx2SgyW4QeQgA2nAQaIM9lAsCYI1gTSAA9Q88WKEA5KQQIE4G8yBgLlwTLgA1rAyI4RoJBjk07rqAGOQ0IGBgAAAVzoOvRUFBGAAAAABJRU5ErkJggg==) !important;
 
    -moz-background-clip: padding-box !important;
    background-clip: padding-box !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif !important;
}

.bg-grey {
	background: #f4f4f4;
}

section.nav_section {
    position: sticky; top: 0; z-index: 10;
}

section.filler {
	padding-bottom: 10rem;
}

div[aria-labelledby="feature-tab"] img {
	filter: drop-shadow(25px 25px 0 #394BB8);
}


.msg_validation {
 color: #ff0606;
 margin: 10px 0 10px 10px;
 font-weight: 500;
 
}

img.original_size {
	width: auto;
}

h5 {
	padding-bottom: 10px;
}

div.product-menu {
    margin: 0.6rem 0 25px -2px;
    display: block;
}

.product-menu li {
    /* background: url(/images/sep-footer.gif) no-repeat 0 3px; */
    background-image: url(/images/spriteme1.png);
    background-position: -10px -687px;
    padding: 0 6px;
    margin: 0 0px 0 -3px;
    /* font-weight: bold; */
    font-size: 14px;
    display: inline;
}

.product-menu li:after {
	background: none;
}

.product-menu ul {
    list-style: none;
    padding: 0 0 0 0;
    overflow: hidden;
}

.delim { background:url(/images/bg-info.gif) repeat-x 0 100%; }

.code {
padding: 10px;
margin: 20px;
background: #fafafa;
color: #333;
border: 1px solid #c6c8c9; 
}

/*

.center { text-align:center }

*/

.important.center {
color: red;
font-weight: bold;
}

/*
.code ul {
	list-style-type: disc;
	padding-left: 40px;
}	

.code li {
	padding-left: 0;
}

.code li:after {
	background: none;
}
*/
.livedemo_left_block {
	padding-bottom: 2rem;
}
	
.filler_section {
	height: 200px; 
}	
	
	
.order_section .add_support {
	width: 60%;
	margin: auto;
}	

.support_option {
		padding-bottom: 25px;
}

.support_option p, .support_option div{
		padding-left: 35px;
}

table.add_comp {
	
	margin-bottom: 2rem;
	width: 100%;
	background: #c0c0c0;
	text-align: center;
}

table.add_comp td {
	padding: 8px;
}

#breadcrumbs a {
    text-decoration: none;
}


.links-list {
		margin-bottom: 1rem;
}

.links-list li  a {
color: #172F7B;
}

h1{
    margin-bottom: 1.5rem;
}

.img_original {
	
	padding-left: 60px;
	padding-top: 35px;
}

.img_original img {
	width: inherit;
	 margin-left: auto;
  margin-right: auto;
  display: block;
}

.product_section {
	padding-top: 2rem;
	padding-bottom: 0;
}

div.quote {
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
	background: f8f8f8;
	border-left: 3px solid #3ab6d8;
}

div.quote i {
    color: #1196ba !important;
	 display: inline-block;
    color: #2d8fb1;
    font-size: 35px;
    margin-bottom: 15px;
}
.icon-quote:before {
    content: "\e91f";
}

.company {
	color: #4369ce;
}

.more-quotes {
	padding-left: 0px;
	padding-top: 15px;
}


.p15px {
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

img.success {
	padding: 5px;
    border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	width: 80%;
}

img.scr_success {
	padding: 5px;
    border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	width: initial !important;
	margin-bottom: 20px;
	margin-top: 10px;
}

.block {
	margin-bottom: 20px;
}

.bold {
	
	font-weight: 600;
}

.simple_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 10px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
}
.simple_table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.simple_table td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.simple_table tr:hover td
{
	background: #d0dafd;
	color: #339;
}

a.zoombox img{
width: 630px;
}

a.zoombox {
	width: 700px;
	margin-bottom: 25px;
	border-radius: 10px;
}

a.templates img {
	
border-radius: 5px;
	
}

a.templates {
	
background: 
            linear-gradient(-45deg, #3db6ad 0%, #5500ba 100%);
padding: 35px;
}

.links_section ul {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 3rem;
}

.links_section ul li {
    margin: 0 !important;
    text-align: center;
    flex: 0 0 auto;
}

.thx_subscribe {
color: #eb0a0a !important;
}

.header.devclub h1{
	font-size: 2.5rem;
}

.header.devclub .btn_grey, .header.devclub .btn_purple{
	font-size: 0.85rem;
}

.member_area_link a {
	color: #9EB7DC;
    font-size: 1.1rem;
}
.member_area_link p {
	margin: 1.5rem auto;
}

.member_area_fineprint p {
	font-size: 90% !important;
}

.order_section div.quote {
	width: 100%;
	padding-left: 30px;
}