body{
   font-family: Lato;
}
#scroll{padding:0;}
 .heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar,.nav-dwn {
    display: none;
}

footer {
    border: 0;
}

.foot-copy {
    border-top: 1px solid #eee;
}

.cb-cover, #meCommonFooterNew{
    margin-right: 340px;
}
.cb a {
    color: #007deb;
    font-weight: 600;
}
.cb.banner {
    position: relative;
    flex-wrap: wrap;
    padding: 0;  
    background-color: #dcf0ff;
    background-image: url(../images/sc-banner-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.cb.banner img {
    max-width:550px;
    display: block;
    margin: 0 auto;
}
.cb.banner h1 {
    position: relative;
    color: #333;
    font-size: 34px;
    line-height: 68px;
    font-weight: 300;
    z-index: 1;
    margin: auto;
    display: block;
    max-width: 600px;
    padding: 40px 40px 0 !important;
    padding-bottom: 0;
    min-height: 102px;
    text-align: center;
}

.cb.banner h1 strong {
    font-size: 45px;
    font-weight: 600;
    color: #0065d2;
    line-height: 42px;
    min-width: 110px;
    text-align: center;
    display: inline-block;
}
.cb.banner .dform {
    position: fixed;
    background-color: #00448e;
    z-index: 1;
    transition: all ease 350ms;
    max-width: 340px;
    align-self: flex-start;
    box-shadow: -1px 0px 1px #000;
    right: 0;
    top: 90px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.cb.banner .dform .dform_inner{
    padding: 20px;
}
.cb.banner .dform .edi-btn {
    max-width: 300px;
}
.cb.banner .dform.animate {
    transform: scale(1.1);
    box-shadow: 0 0 50px #0005;
}
.cb.banner .dform .edi-btn inputgroup label {
    z-index: 0;
    pointer-events: none;
}


.cb.banner .dform h2 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}
.cb.banner .dform p {
    text-align: center;
    margin: 0 auto;
    max-width: 380px;
}
input#downloadSubmit.download {
    background-color: #ffcf00 !important;
    max-width: 300px;
    margin: 30px auto 10px !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 700;
    cursor: pointer;
    padding: 12px !important;
    line-height: normal !important;
    -webkit-appearance: none;
    color:#000;
}
.edi-btn inputgroup{
    margin:0;
}
.edi-btn inputgroup input {
    width: 278px !important;
    max-width: 92% !important;
    border-radius:5px !important;
    background-color: #f1f1f1 !important;
}
.edi-btn inputgroup.focus label {
    color: #fff;
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"] {
    width: 100% !important;
    margin: 30px 0 !important;
    line-height: 20px !important;
    -webkit-appearance: none;
    border-radius:5px !important;
    background-color: #f1f1f1 !important;
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"]:focus {
    outline: none;
    border: 1px solid #007abd !important;
}

.edi-btn inputgroup.half{
    display: inline-block !important;
    margin:0;
}
.edi-btn inputgroup.half:first-child{
    margin:0 !important;
    margin-right: 12px !important;    
}
.edi-btn inputgroup.half input {
    width: 170px !important;
}
.edi-btn inputgroup.con{
    position: relative;
}
.edi-btn inputgroup.con:after {
    content: "▾";
    position: absolute;
    color: #999;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    line-height: 38px;
    font-size: 25px;
}
.edi-btn inputgroup.error .error-field, .edi-btn inputgroup.error1 .error-field1, .edi-btn inputgroup.error2 .error-field2 {
    color: #ffe200;
}

.edi-btn inputgroup.error input, .edi-btn inputgroup.error1 input {
    border-color: #ff0000 !important;
}
.dwn-priv {
    max-width: 350px !important;
    margin: auto;
    color:#fff;
}
.dwn-priv a {
    color: #ffe200;
}
.container.sec-pTB.clearfix{
   max-width:1200px;
}
.cb.overview {
    margin: auto;
    padding: 30px 50px;
    text-align:center;
}

.cb.overview h3 {
    font-size: 30px;
    line-height: normal;
}
.cb.overview h4 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #888;
}
.cb.overview p {
    font-size: 16px;
    line-height: 34px;
}

.cb.overview ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    justify-content: center;
}

.cb.overview ul li {
    font-size: 15px;
    width: 175px;
    display: inline-block;
    padding: 15px;
    font-weight: 400;
    cursor: default;
    border-radius: 10px;
    margin-right: 20px;
    line-height: 28px;
    transition: all ease 350ms;
}

.cb.overview ul li:hover {
    background-color: #;
}
.cb.overview ul li:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    background-size:60px;
    background-position: center;
    background-repeat: no-repeat;
    transform:scale(1);
    transition:all ease 350ms;
    margin:auto;
}
.cb.overview ul li:hover:before {
    transform:;
}
.cb.overview ul li:nth-child(1):before {
    background-image: url(../images/sc-attack-icon-1.png);
}
.cb.overview ul li:nth-child(2):before {
    background-image: url(../images/sc-attack-icon-2.png);
}
.cb.overview ul li:nth-child(3):before {
    background-image: url(../images/sc-attack-icon-3.png);
}
.cb.overview ul li:nth-child(4):before {
    background-image: url(../images/sc-attack-icon-4.png);
}
.cb.overview ul li:nth-child(5):before {
    background-image: url(../images/sc-attack-icon-5.png);
}
.cb.overview ul li:nth-child(6):before {
    background-image: url(../images/sc-attack-icon-6.png);
}
.cb.overview ul li:nth-child(7):before {
    background-image: url(../images/sc-attack-icon-7.png);
}
.cb.overview ul li:nth-child(8):before {
    background-image: url(../images/sc-attack-icon-8.png);
}

.cb.banner .dform.thanks,.cb.banner .dform.loading{
    overflow:hidden;
}
.cb.banner .dform.thanks:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.cb.banner .dform .popup, .cb.banner .dform .popup1{
    display:none;
}
.cb.banner .dform.thanks .popup{
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.cb.banner .dform.thanks .popup h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding: 0 20px 20px;
}
.cb.banner .dform.thanks .popup p{
    font-size: 14px;
    color:#000;
    font-weight:400;
    border: 0;
    max-width: 230px;
}
.cb.banner .dform.loading:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#fffe;
    background-image:url(../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70px;
}
.cb.banner .dform.mobile_thanks .popup1 {
    display: block;
}

.cb.banner .dform.mobile_thanks .edi-btn {
    display: none;
}

.cb.banner .dform.mobile_thanks .popup1 h2 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #4c40af;
}
.cb.banner .dform.mobile_thanks .popup1 h2 b {
    display: block;
    font-size: 25px;
}
.cb.banner .dform.mobile_thanks .popup1 p {
    font-size: 19px;
    font-weight: 400;
    margin: 17px;
}
.cb.banner .dform.mobile_thanks .popup1 strong {
    background-color: #ffe20033;
    display: block;
    border: 1px dashed #ccc;
    text-align: center;
    line-height: normal;
    padding: 5px;
    margin: 5px;
    font-weight: 400;
}
.cb.banner .dform.mobile_thanks > h2 {
    display: none;
}
.cb.banner .dform.mobile_thanks > h2.mobile_only {
    display: none !important;
}

.cb.fea {
    padding: 30px 5px 30px 50px;
    background-color: #f2faff;
    background-attachment: fixed;
    background-size: 100% auto;
    text-align: center;
}

.cb.fea ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cb.fea ul li {
    position: relative;
    min-width: 310px;
    margin: 10px 15px 10px 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000;
    vertical-align: middle;
    cursor: default;
    border-radius: 50px;
    transition: all ease 350ms;
    background-color: #00000008;
    border-radius: 50px 15px 15px 50px;
}

.cb.fea ul li:hover {
    color:#000;
}
.cb.fea ul li:before {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 12px;
    background-size:28px;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 50px;
    transform: rotate(0deg) scale(.85);
    transition: all ease 350ms;
}

.cb.fea ul li:hover:before {
    transform: ;
}

.cb.fea ul li:nth-child(1):before {
    background-image: url(../images/sc-fea-icon-1.png);
}
.cb.fea ul li:nth-child(2):before {
    background-image: url(../images/sc-fea-icon-2.png);
}
.cb.fea ul li:nth-child(3):before {
    background-image: url(../images/sc-fea-icon-3.png);
}
.cb.fea ul li:nth-child(4):before {
    background-image: url(../images/sc-fea-icon-4.png);
}
.cb.fea ul li:nth-child(5):before {
    background-image: url(../images/sc-fea-icon-5.png);
}
.cb.fea ul li:nth-child(6):before {
    background-image: url(../images/sc-fea-icon-6.png);
}
.cb.fea ul li:nth-child(7):before {
    background-image: url(../images/sc-fea-icon-7.png);
}
.cb.fea ul li:nth-child(8):before {
    background-image: url(../images/sc-fea-icon-8.png);
}
.cb.fea ul li:nth-child(9):before {
    background-image: url(../images/sc-fea-icon-9.png);
}
.cb.fea ul li:nth-child(10):before {
    background-image: url(../images/sc-fea-icon-10.png);
}
.cb.fea ul li:nth-child(11):before {
    background-image: url(../images/sc-fea-icon-11.png);
}
.cb.fea ul li:nth-child(12):before {
    background-image: url(../images/sc-fea-icon-12.png);
}


.cb.fea h3 {
    font-size: 26px;
    padding-bottom: 25px;
}

.cb.data {
    padding: 30px 30px 15px 0;
}

.cb.data p {
    max-width: 800px;
    margin: auto;
    font-size: 20px;
    line-height: normal;
}

.cb.data p strong {
    font-size: 38px;
    color: #0065d2;
    font-weight: 600;
    line-height: 50px;
}
.cb.data p span {
    color: #555;
    font-weight: 400;
    display:block;
    font-size: 16px;
}
p.ppnote {
    font-size: 11px;
    padding: 0 5px 0;
    color: #777;
    margin: 10px auto 10px;
    text-align: center;
    max-width: 869px;
    line-height: 20px;
}

.cb.testimonial {
    padding:30px 50px;
    text-align:center;
}

.cb.testimonial p {
    margin: 0;
    font-size: 17px;
    line-height: 35px;
    font-style: italic;
}

.cb.testimonial .quote:before {
    content: '“';
    font-size: 30px;
    color: #0065d9;
    padding-right: 5px;
}

.cb.testimonial .quote:after {
    content: '”';
    font-size: 30px;
    color: #0065d9;
    padding-left: 5px;
    position:absolute;
}
.cb.testimonial .testi-profile {
    margin: 20px auto 5px;
    max-width: 350px;
}

.cb.testimonial .testi-profile img {
    max-width: 70px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.cb.testimonial .testi-profile strong {
    display: block;
    font-size: 16px;
    color: #0065d9;
}
.cb.awards {
    display: flex;
}

.cb.awards .reviews-sec, .cb.awards .awards-sec {
    text-align: center;
    display: block;
    width: 50%;
    padding:20px;
}
.cb.awards .reviews-sec{
    background-color: #f5f5f5;
}
.cb.awards .awards-sec {
    padding-bottom: 0;
    background-color: #eaeaea;
}
.cb.awards .reviews-sec ul, .cb.awards .awards-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cb.awards .reviews-sec ul img, .cb.awards .awards-sec ul img {
    max-width: 130px;
    max-height: 50px;
    margin: 20px;
    height: auto;
    width: 80%;
}
.cb.awards .reviews-sec h4, .cb.awards .awards-sec h4 {
    font-weight: 700;
}
    .pc_only{
       display:block;
    }
    .mobile_only{
       display:none;
    }
.cb.data  .flex {
    display: flex;
    justify-content: center;
}

.cb.data .flex p {
    border-right: 1px solid #8fc9ff;
    padding: 0 50px;
    margin: 0 !important;
}
.cb.data .flex p:first-child {
    padding-left: 0;
}
.cb.data .flex p:last-child {
    border-right:0;
}

.cb.data h4 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 400;
}
#ReqDemo #meGDPRMessage {
    margin: 0 0 10px;
    width: auto;
    text-align: center;
}
#ReqDemo inputgroup.focus label {
    color: #000;
}
#ReqDemo inputgroup.error .error-field, #ReqDemo inputgroup.error1 .error-field1, #ReqDemo inputgroup.error2 .error-field2 {
    color: #f00 !important;
}
.cb.banner .dform.thanks .popup h3 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 0 10px !important;
    color: #333;
    border-top: 1px dashed #ccc;
    padding: 14px 0 0 0 !important;
    font-weight: 400;
}
.cb.banner .dform.thanks .popup h3 + span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 7px 0;
    font-weight: 300;
}
.dform.mobile_thanks h2.mobile_only {
    display: none !important;
}
.cb.banner .dform.mobile_thanks .popup1 h2, .cb.banner .dform.mobile_thanks .popup1 p{
    color:#fff;
}
.cb.banner .dform.mobile_thanks .popup1 strong{
    background-color:transparent;
    color:#f9d54c;
}
.zsiq_floatmain.zsiq_theme1.siq_bR {
    display: none !important;
}
@media(max-width:600px){
    .cb.banner{
        display:block;
        margin:0;
        padding: 15px;
    }
   .cb.banner h1 {
    margin: 0;
    font-size: 24px;
    padding: 15px;
    line-height: 43px;
}
.cb.banner h1 strong {
    font-size: 26px;
}
    .cb.banner h1:after{
        display:none;
    }
    .cb.banner .dform{
        margin:15px;
    border-radius: 15px;
    }
    .cb.attack ul li p{
        position:static;
        display:block;
    }
    .cb.attack ul li strong{
        border:1px solid #e4cf1f;
        background-color:#fff;
    }
    .cb.attack ul li strong:after {
        content: '';
        position: absolute;
        height: 15px;
        width: 15px;
        background-color: #fff;
        left: 0;
        right: 0;
        bottom: -9px;
        transform: rotate(45deg);
        margin: auto;
        border-right: 1px solid #e4cf1f;
        border-bottom: 1px solid #e4cf1f;
    }
    .cb.cta a {
       display: block;
       margin: 15px;
    }
    .cb.cta {
       flex-wrap: wrap;
       margin: 0;
       border-radius: 0;
    }
.cb.overview {
    padding: 40px 15px;
}

.cb.overview ul li {
    width: 160px;
    padding: 10px;
    font-size: 14px;
}

.cb-cover, #meCommonFooterNew {
    margin-right: 0;
}

.cb.banner .dform {
    position: static;
}

.edi-btn inputgroup input {
    width: 100% !important;
}

.cb.data .flex {
    display: block;
}

.cb.data p {
    max-width: none;
}

.cb.data .flex p:first-child {
    padding-left: 50px;
}

.cb.data .flex p {
    border-right: 0px;
}

.cb.banner img {
    max-width: 100%;
}

.cb.banner {
    background-size: auto 100%;
}
.cb.banner:last-child {
    background-image: none;
}

    .pc_only{
       display:none !important;
    }
    .mobile_only{
       display:block !important;
    }
}

@media screen and (max-height:700px){
.edi-btn inputgroup input {
    padding: 5px 10px !important;
    }

.edi-btn inputgroup label {
    transform: translate(15px,29px) scale(1,1);
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"]{
    height:30px !important;
    margin:25px 0 0 !important;
    padding:0 10px !important;
}
.edi-btn inputgroup.con::after {
    line-height: 27px !important;
}
#meGDPRMessage label{
    color:#fff;
}
#ReqDemo #meGDPRMessage label{
    color:#000;
    margin: 8px 0 0;
    display: block;
    text-align: left;
}
#meGDPRMessage{
    margin:10px 0 0;
    width:auto;
}
.cb.banner .dform h2{
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0 5px;
}
input#downloadSubmit.download{
    margin:15px 0 0 !important;
}
}