@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/*----------------
RESET CSS
-----------------*/

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show-tab,
show-mob,
.show-375 {
    display: none;
}

.show-desk {
    display: block;
}

.hide-desk {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

/*-----------------------
	MAIN CSS START
------------------------*/

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.header {
    float: left;
    width: 100%;
    height: 75px;
    margin-top: -70px;
    top: 70px;
    position: relative;
    background: #13161b;
}

.fixed-nav .header {
    position: fixed;
    z-index: 50;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    background: #13161b;
}

.logo {
    float: left;
    margin-top: 5px;
    max-width: 190px;
}

ul.topMenu {
    display: inline-block;
    vertical-align: middle;
    margin: 22px 0 0 0;
}

ul.topMenu li {
    float: left;
    padding: 4px 15px;
    position: relative;
}

ul.topMenu li a {
    color: #ebebeb;
    font-size: 17px;
    line-height: 17px;
}

ul.topMenu li:after {
    position: absolute;
    content: "";
    border-right: 1px solid #e1e1e1;
    top: 5px;
    bottom: 5px;
    right: 0;
}

ul.topMenu li:last-child:after {
    display: none;
}

ul.topMenu li a:hover,
ul.topMenu li a.active {
    color: #009fea;
}

a.nav-btn {
    float: right;
    /*background:#00cb57;*/
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    width: 140px;
    height: 42px;
    line-height: 40px;
    margin-top: 14px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.nav-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 9px;
}

a.nav-btn:hover {
    background: #009fea;
    color: #fff;
    border: 1px solid #009fea;
}

.mob-mnu-ic {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 14px;
    z-index: 16;
    height: 30px;
}

.mob-mnu-ic button {
    outline: none;
    -webkit-appearance: none;
    background: none;
    padding: 0;
    cursor: pointer;
    border: none;
}

.mob-mnu-ic span {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    margin-top: 4px;
    margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.bar2 {
    margin: 6px 0;
}

.dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
    background: #fff;
}

.dl-active .bar2 {
    opacity: 0;
}

.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
    background: #fff;
}

.mobilemenu {
    left: 0;
    position: fixed;
    top: 80px;
    background: rgba(255, 255, 255, 1);
    z-index: 10;
    right: 0;
    bottom: 0;
    overflow: scroll;
    display: none;
}

.mobimenu-top {
    top: 80px;
}

.mobilemenu li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

.mobilemenu li a {
    float: left;
    width: 100%;
    padding: 12px 20px;
    font-size: 17px;
    color: #000;
}

.mobilemenu li a:hover {
    color: #000;
}

/*=======================
		BANNER CSS
=========================*/

.banner {
   
    width: 100%;
    padding: 50px 0 55px;
    background: url(/speaker/en/us/img/banner.jpg) no-repeat center top #f7fbfe;
}

.banner-left {
    float: left;
    width: 58%;
    padding: 60px 0 45px 0;
    text-align: left;
}

.banner-heading {
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    color: #292f3e;
    font-weight: bold;
}

.banner-heading span {
    color: #0099d7;
}

.banner-prod {
    position: absolute;
    right: -50px;
    top: 0;
    max-width: 100%;
}

ul.banner-point {
    float: left;
    width: 100%;
    margin-top: 40px;
}

ul.banner-point li {
    float: left;
    padding: 0 15px;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}

ul.banner-point li:first-child {
    padding-left: 0;
}

ul.banner-point li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    bottom: 5px;
    border-right: 1px solid #000000;
}

ul.banner-point li:last-child:after {
    display: none;
}

.banner-text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #303030;
    margin-top: 20px;
    letter-spacing: 0.1px;
}

.bton-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 360px;
    margin-top: 35px;
}

.common-button {
    float: left;
    width: 100%;
    height: 55px;
    background: #009fea;
    color: #ffffff;
    line-height: 55px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
}

.banner-mid {
    float: left;
    width: 100%;
    padding: 0 120px;
}

ul.banner-mid-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}

ul.banner-mid-list li {
    float: left;
    width: 25%;
    margin-top: 20px;
    text-align: center;
}

ul.banner-mid-list li img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

ul.banner-mid-list li p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    margin-top: 10px;
    padding: 0 25px;
    letter-spacing: 0.3px;
}

/*=======================
	SECTION-1 CSS
=========================*/

.section-1 {
    float: left;
    width: 100%;
    padding: 70px 0 0;
    background: url(/speaker/en/us/img/s1-bgr.jpg) no-repeat center top #61677a;
    overflow: hidden;
}

.sec-one-right {
    float: right;
    width: 65%;
    background: #fff;
    padding: 35px 55px 40px;
    text-align: left;
    position: relative;
    z-index: 9;
}

.common-heading {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 58px;
    color: #292f3e;
    font-weight: bold;
}

.s1-prod {
    position: absolute;
    left: -89px;
    top: -35px;
    max-width: 100%;
    width: 585px;
}

.s1-text1 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #292f3e;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.common-text {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #303030;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

/*===========================
	SECTION-1-BOTTOM CSS
=============================*/

.section-1-bottom {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
    border-bottom: 3px solid #dadeea;
}

ul.s1-btm-list {
    float: left;
    width: 100%;
}

ul.s1-btm-list li {
    float: left;
    width: 33.33%;
    position: relative;
}

ul.s1-btm-list li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 16px;
    width: 13px;
    height: 13px;
    background: #9699a0;
    border-radius: 10px;
}

ul.s1-btm-list li:last-child:after {
    display: none;
}

ul.s1-btm-list li span {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 46px;
    color: #4ab3ef;
    text-transform: uppercase;
    font-weight: 700;
}

ul.s1-btm-list li p {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: #292f3e;
    margin-top: 10px;
}

/*=======================
	SECTION-2 CSS
=========================*/

.section-2 {
    float: left;
    width: 100%;
    padding: 0 0 70px;
}

.strip-border {
    display: inline-block;
    vertical-align: middle;
    margin: -36px auto 0;
    background: #fff;
}

.sec2-mid {
    float: left;
    width: 100%;
    padding: 45px 0 0;
}

/*=======================
	SECTION-3 CSS
=========================*/

.section-3 {
    float: left;
    width: 100%;
    background: url(/speaker/en/us/img/section3-bgr-r1.png) no-repeat center top;
    height: 2374px;
    border-bottom: 3px solid #dadeea;
}

.sec3-mid {
    display: inline-block;
    vertical-align: middle;
    max-width: 860px;
    width: 100%;
}

.sec3-mid-cont {
    width: 59%;
    text-align: left;
}

.sec3-mid-cont.fr {
    width: 52%;
}

.mar15 {
    margin-top: 55px;
}

.s3-text-padd-rgt {
    padding-right: 0;
}

.s3-mid-cont-head {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    color: #292f3e;
    font-weight: 700;
}

.s3-image1 {
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto 0;
}

.white-text {
    color: #fff;
}

.mar220 {
    margin-top: 245px;
}

.mar340 {
    margin-top: 290px;
}

.mar230 {
    margin-top: 220px;
}

ul.s3-mid-cont-list1 {
    float: left;
    width: 100%;
}

ul.s3-mid-cont-list1 li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    margin-right: 15px;
}

ul.s3-mid-cont-list1 li:last-child {
    margin-right: 0;
}

ul.s3-mid-cont-list1 li img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 8px 0 0;
}

ul.black-text li {
    color: #292f3e;
}

.mar280 {
    margin-top: 265px;
}

/*=======================
	SECTION-4 CSS
=========================*/

.section-4 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 0 150px;
    position: relative;
}

.section-4:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: url(/speaker/en/us/img/s4-bg-btm.jpg) no-repeat center bottom;
}

.s4-heading-box {
    float: left;
    width: 100%;
    margin: -24px auto 0;
    background: url(/speaker/en/us/img/s4-bg-hdng.jpg) no-repeat center top;
}

.s4-heading-box p {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 42px;
    color: #292f3e;
    font-weight: bold;
    background: #fff;
}

.s4-mid {
    float: left;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 25px;
}

ul.s4-mid-list {
    float: left;
    width: 100%;
}

ul.s4-mid-list li {
    float: left;
    width: 16.66%;
    text-align: center;
}

ul.s4-mid-list li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

ul.s4-mid-list li p {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #292f3e;
}

.s4-mid-2-table {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.s4-table-box {
    float: left;
    width: 100%;
    box-shadow: 0 5px 9px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 9px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
}

ul.click-box {
    float: left;
    width: 100%;
}

ul.click-box li {
    float: left;
    width: 100%;
    background: #ebedf0;
    height: 120px;
    font-size: 50px;
    line-height: 120px;
    font-weight: 700;
    text-align: center;
}

ul.click-box li.active {
    background: #fff;
}

.s4-table-about-box {
    float: left;
    width: 100%;
    padding: 35px 55px;
}

.s4-about-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.s4-abt-col {
    float: left;
    width: 28%;
    padding: 20px 0;
    text-align: left;
}

.s4-abt-col.fr {
    width: 72%;
}

.s4-abt-col span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #009fea;
    font-weight: 500;
    padding-left: 20px;
}

.s4-abt-col.fr p {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #292f3e;
    letter-spacing: 0.5px;
}

.s4-abt-img {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0 -10px -15px;
    max-width: 100%;
}

.last-bdr {
    border: none;
}

/*=======================
	SECTION-5 CSS
=========================*/

.section-5 {
    float: left;
    width: 100%;
    background: #fff;
}

.mart-65 {
    margin-top: 60px;
}

.s5-mid {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s5-mid-col {
    float: left;
    width: 31.5%;
    margin-top: 30px;
    position: relative;
}

.s5-mid-col img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.s5-col-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    background: #2f3132;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    margin-top: -60px;
}

/*=======================
	SECTION-6 CSS
=========================*/

.section-6 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url(/speaker/en/us/img/s6-bgr.jpg) no-repeat center top #2c3346;
    background-size: cover;
}

.s6-left {
    float: left;
    width: 60%;
    text-align: left;
}

.s6-prod {
    position: absolute;
    right: 210px;
    top: -90px;
}

.s6-mid {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.s6-testi-row {
    float: left;
    width: 100%;
}

.s6-testi-col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    margin: 10px 20px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 25px 20px 25px;
    border: 1px solid #e0e0e0;
}

.s6-col-head-bx {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 70px;
}

.testi-img {
    position: absolute;
    left: 0;
    top: -4px;
    border-radius: 50%;
}

.s6-col-head {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}

.s6-col-head span {
    font-size: 20px;
    line-height: 28px;
    color: #292f3e;
    font-weight: bold;
}

.s6-col-about {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.star {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.s6-abt-haed {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #212121;
    margin-top: 10px;
    font-weight: 500;
}

.testi-text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0;
    margin-top: 10px;
    min-height: 125px;
}

/*=======================
	SECTION-7 CSS
=========================*/

.section-7 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 60px 0 60px;
    overflow: hidden;
}

.btm-bfr {
    float: left;
    width: 40%;
    position: relative;
    z-index: 1;
}

.btm-bfr:before {
    position: absolute;
    content: "";
    left: -380px;
    bottom: -165px;
    right: 0;
    height: 300px;
    background: url(/speaker/en/us/img/s7-img.jpg) no-repeat left bottom;
}

.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 970px;
    width: 100%;
    margin: 30px 0 20px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.up-slide-dwn {
    float: left;
    width: 100%;
}

.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(/speaker/en/us/img/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
}

.accordion.last {
    border-bottom: none;
}

.acdn-heading.accordion-open {
    background: url(/speaker/en/us/img/open-btn.png) no-repeat 97% center;
    border: none;
    border-bottom: 1px solid #e2e2e2;
}

.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 55px 10px 20px;
    background: #fff;
    border: none;
}

.acdn-para {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 0.5px;
}

.s7-prod {
    position: absolute;
    right: -150px;
    bottom: -387px;
}

/*=======================
		FOOTER CSS
=========================*/

.footer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 35px 0;
    border-top: 1px solid #e1e2e6;
}

.ftr-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 20px;
    max-width: 200px;
}

.ftr-text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    margin-top: 15px;
    letter-spacing: 0.3px;
}

.ftr-text a {
    margin: 0 5px;
}

.footer2 {
    border-bottom: none;
}

/*-----------------------
		Pulse
------------------------*/

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
    }
}

.show-mob,
.show-tab {
    display: none;
}

.show-desk {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*---------Media Querry---------*/

.s7-btn {
    position: relative;
    z-index: 20;
}

@media only screen and (max-width:1300px) {}

@media only screen and (max-width:1187px) {
    .container {
        width: 1004px;
    }
    .banner-left {
        padding: 60px 0 45px 0;
    }
    .banner-heading {
        font-size: 55px;
        line-height: 62px;
    }
    ul.banner-point li {
        font-size: 19px;
    }
    .banner-prod {
        width: 450px;
    }
    .banner-mid {
        padding: 0 60px;
    }
    .sec-one-right {
        width: 62%;
        padding: 40px;
    }
    ul.s1-btm-list li p {
        padding: 0 10px;
    }
    .s6-testi-col {
        max-width: 325px;
        margin: 0 5px;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        width: 750px;
    }
    .show-desk {
        display: none;
    }
    .show-tab,
    .hide-desk {
        display: block;
    }
    .mob-mnu-ic {
        top: 30px;
    }
    ul.topMenu li {
        padding: 4px 8px;
    }
    ul.topMenu li a {
        font-size: 15px;
    }
    .banner-left {
        width: 63%;
        padding: 40px 0 0;
    }
    .banner-heading {
        font-size: 46px;
        line-height: 52px;
    }
    ul.banner-point {
        margin-top: 20px;
    }
    ul.banner-point li {
        font-size: 16px;
        line-height: 25px;
        padding: 0 7px;
    }
    .banner-prod {
        width: 350px;
        top: 55px;
    }
    .banner-text {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-mid {
        padding: 0;
    }
    ul.banner-mid-list li p {
        padding: 0 10px;
    }
    .sec-one-right {
        padding: 20px 25px;
    }
    .common-heading {
        font-size: 32px;
        line-height: 38px;
    }
    .common-text {
        font-size: 17px;
        line-height: 24px;
    }
    .s1-text1 {
        font-size: 16px;
        line-height: 25px;
    }
    .s1-prod {
        width: 400px;
        left: -115px;
        top: 89px;
    }
    ul.s1-btm-list li span {
        font-size: 30px;
        line-height: 36px;
    }
    ul.s1-btm-list li p {
        padding: 0 7px;
    }
    ul.s1-btm-list li:after {
        top: 13px;
        width: 10px;
        height: 10px;
    }
    .sec3-mid-cont {
        width: 55%;
    }
    .s3-mid-cont-head {
        font-size: 30px;
        line-height: 36px;
    }
    .s3-text-padd-rgt {
        padding-right: 0;
    }
    ul.s3-mid-cont-list1 li {
        font-size: 16px;
        margin-right: 7px;
    }
    ul.s3-mid-cont-list1 li img {
        margin: -5px 4px 0 0;
    }
    .mar340 {
        margin-top: 285px;
    }
    .mar220 {
        margin-top: 215px;
    }
    .mar280 {
        margin-top: 265px;
    }
    .s3-list1-icn {
        width: 25px;
    }
    ul.s4-mid-list li p {
        font-size: 17px;
        line-height: 23px;
    }
    ul.s4-mid-list li img {
        width: 65px;
    }
    ul.click-box li {
        height: 80px;
        line-height: 80px;
        font-size: 40px;
    }
    .s4-table-about-box {
        padding: 20px 20px;
    }
    .s4-abt-col span {
        font-size: 16px;
    }
    .s4-abt-col.fr {
        width: 66%;
    }
    .s4-abt-col.fr p {
        font-size: 16px;
        line-height: 22px;
    }
    .s5-col-text {
        font-size: 19px;
        line-height: 26px;
        padding: 4px 0;
    }
    .s6-prod {
        width: 160px;
        right: 115px;
    }
    .s7-btn {
        position: relative;
        z-index: 20;
    }
    .s6-testi-col {
        max-width: 320px;
        margin: 0 20px;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        padding: 0 10px;
        max-width: 600px;
        box-sizing: border-box;
    }
    .show-desk {
        display: none;
    }
    .show-mob {
        display: block;
    }
    .hide-mob {
        display: none;
    }
    .header {
        height: 55px;
        top: 55px;
        margin-top: -55px;
        padding: 8px 0 8px
    }
    .logo {
        width: 70px;
        margin: 0px 0 0 10px;
    }
    .top-fix-bar {
        margin-bottom: 55px;
    }
    .mob-mnu-ic {
        top: 9px;
        right: 15px;
    }
    .mobilemenu {
        top: 55px;
    }
    .mobimenu-top {
        top: 55px;
    }
    a.nav-btn {
        width: 120px;
        line-height: 33px;
        margin-top: 1px;
        height: 35px;
        background: #009fea;
        color: #fff;
        border: 1px solid #009fea;
    }
    .banner {
        padding: 20px 0 30px;
        background-size: cover;
    }
    .banner-left {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .banner-prod-mob {
        display: inline-block;
        vertical-align: middle;
        margin: 20px auto 0;
        max-width: 100%;
    }
    .banner-heading {
        font-size: 32px;
        line-height: 38px;
    }
    ul.banner-point {
        text-align: center;
        margin-top: 15px;
    }
    ul.banner-point li {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }
    ul.banner-point li:nth-child(3) {
        padding-right: 0;
    }
    ul.banner-point li:after {
        top: 3px;
        bottom: 2px;
        right: -3px;
    }
    ul.banner-point li:nth-child(3):after {
        display: none;
    }
    ul.banner-point li:last-child {
        display: none;
    }
    ul.banner-point li {
        line-height: 18px;
        font-size: 17px;
        padding: 0 10px;
        letter-spacing: 0;
    }
    .banner-text {
        margin-top: 20px;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    ul.banner-mid-list {
        margin-top: 10px;
    }
    ul.banner-mid-list li {
        width: 50%;
    }
    ul.banner-mid-list li img {
        width: 40px;
    }
    .section-1 {
        padding: 0 0 0;
    }
    .s1-prod-mob {
        display: inline-block;
        vertical-align: middle;
        margin: 20px 0 0 -10px;
        width: calc(100% + 20px);
    }
    .sec-one-right {
        width: calc(100% + 20px);
        max-width: none;
        padding: 20px 10px 25px;
        text-align: center;
        margin: 0;
        margin-right: -10px;
    }
    .common-heading {
        font-size: 26px;
        line-height: 32px;
    }
    .s1-text1 {
        font-size: 15px;
        line-height: 21px;
        margin-top: 15px;
    }
    .common-text {
        margin-top: 15px;
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 25px;
    }
    .section-1-bottom {
        padding: 0 0 50px;
        border-bottom: 2px solid #dadeea;
    }
    ul.s1-btm-list {
        padding: 0 15px;
    }
    ul.s1-btm-list li {
        width: 100%;
        margin-top: 30px;
    }
    ul.s1-btm-list li:after {
        display: none;
    }
    .section-2 {
        padding: 0 0 30px;
    }
    .strip-border {
        margin: -28px auto 0;
        width: 150px;
    }
    .sec2-mid {
        padding: 23px 0 0;
    }
    .section-3 {
        background: none;
        height: auto;
        border-bottom: none;
    }
    .s3-mid-row {
        float: left;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .bg1 {
        padding: 25px 10px 0;
        background: #f7fbff;
        background-size: cover;
    }
    .sec3-mid-cont,
    .sec3-mid-cont.fr {
        width: 100%;
        text-align: center;
    }
    .mar15,
    .mar220,
    .mar340,
    .mar280,
    .mar230 {
        margin-top: 0;
    }
    .s3-img-mob {
        display: inline-block;
        vertical-align: middle;
        margin: 15px auto 0;
        max-width: 100%;
    }
    .s3-img-mob2 {
        margin-top: -25px;
    }
    .s3-mid-cont-head {
        font-size: 26px;
        line-height: 32px;
    }
    .bg2 {
        background: #80aad0;
    }
    .bg3 {
        background: url(/speaker/en/us/img/s3-mob-bg3.jpg) no-repeat center top;
        background-size: cover;
    }
    ul.s3-mid-cont-list1 li {
        font-size: 16px;
        margin-top: 10px;
        z-index: 5;
        position: relative;
    }
    .s3-image1 {
        width: 300px;
    }
    ul.s3-mid-cont-list1 li {
        font-size: 15px;
        text-align: center;
        margin-top: 20px;
        padding: 0 10px;
        margin-right: 0;
    }
    ul.s3-mid-cont-list1 li img {
        margin: 0 auto;
        display: block;
    }
    .bg4 {
        background: #c7ebf7;
    }
    .bg5 {
        background: url(/speaker/en/us/img/s3-mob-bg5.jpg) no-repeat center top;
        background-size: cover;
    }
    .s3-img-mob4 {
        max-width: calc(100% + 20px);
        margin-left: -10px;
        margin-top: -35px;
    }
    .section-4 {
        padding: 25px 0 60px;
    }
    .s4-heading-box {
        background: none;
        margin: 0;
    }
    .s4-heading-box p {
        font-size: 26px;
        line-height: 24px;
    }
    .s4-mid {
        margin-top: 5px;
        padding-bottom: 0;
    }
    ul.s4-mid-list {
        margin: 10px 0 20px;
    }
    ul.s4-mid-list li {
        width: 50%;
        margin-top: 30px;
    }
    .s4-mid-2-table {
        padding-top: 0;
    }
    ul.click-box li {
        height: auto;
        font-size: 27px;
        line-height: normal;
        margin-top: 30px;
    }
    .s4-table-about-box {
        padding: 10px;
    }
    .s4-abt-col span {
        padding-left: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .s4-abt-col {
        width: 30%;
    }
    .s4-abt-col.fr {
        width: 69%;
    }
    .section-4:before {
        background-size: 100%;
        bottom: 30px;
    }
    ul.s4-mid-list li img {
        width: 55px;
    }
    .section-5 {
        padding: 30px 0 30px;
    }
    .mart-65 {
        margin-top: 30px;
    }
    .s5-mid {
        margin-top: 0;
    }
    .s5-mid-col {
        width: 48.5%;
        margin-bottom: -20px;
    }
    .s5-col-text {
        font-size: 16px;
        line-height: 16px;
        padding: 7px 0;
    }
    .section-6 {
        background-size: 100%;
        padding: 25px 0 30px;
    }
    .s6-prod {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 20px auto -100px;
        width: 90px;
    }
    .s6-left {
        width: 100%;
        text-align: center;
    }
    .s6-mid {
        margin-top: 20px;
    }
    .s6-testi-col {
        margin: 25px 0 0;
        max-width: none;
    }
    .testi-text {
        font-size: 17px;
        min-height: auto;
    }
    .section-7 {
        padding: 25px 0 40px;
    }
    .btm-bfr:before {
        display: none;
    }
    .faq-container {
        margin: 20px 0 0;
    }
    .accordion {
        padding: 15px 40px 15px 0;
        font-size: 17px;
        line-height: 25px;
    }
    .acdn-content {
        padding: 15px 30px 15px 0;
    }
    .s7-prod {
        display: none;
    }
    .footer {
        padding: 0 0 20px;
    }
    .ftr-logo {
        margin: 20px auto 0;
    }
    .ftr-text {
        font-size: 14px;
        line-height: 20px;
    }
    .ftr-text a {
        font-size: 13px;
        margin: 0 2px;
    }
    .ftr-text2 {
        font-size: 13px;
        line-height: 18px;
    }
    .footer2 {
        padding: 20px 0;
        border-bottom: none;
    }
    #ctabtn-mob {
        background: #000000;
        padding: 7px 10px;
        position: fixed;
        bottom: 0%;
        left: auto;
        z-index: 99;
        transition: bottom 1s;
        display: table;
        width: 100%;
    }
    #ctabtn-mob a.order-btn {
        margin: 0;
    }
}

@media only screen and (max-width:375px) {
    .show-375 {
        display: block;
    }
}