#box_content {
    max-width: 1160px;
}

.intend {
    padding-left: 20%;
    padding-right: 20%;
}
h1 {
    margin-top: 0;
}
h2 {
    font-size: 58px;
    line-height: 56px;
}

.row p:last-child {
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
    color: inherit;
}

a:focus{
    text-decoration: none;
    color: inherit;
}
.mainCnt {
    padding-top: 0px;
}
#main{
    overflow: hidden;
}

#box_head {
    display: none;
}

.box_detail, #box_detail {
    background: none;
    padding: 0px 10px;
}

#all {
    overflow-x: inherit;
}

#box_content, .box_content {
    padding: 0px;
    min-height: auto;
}

.modal-backdrop.fade {
    display: none;
}

h1 {
	line-height: 70px;
}

#btnContactus2 {
	position: absolute;
	right: 0;
	width: 52px;
	top: 320px;
	padding: 7px 0 7px 7px;
	cursor: pointer;
	transition: width 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1000;
}
#btnContactus2 span {
	display: block;
	background: rgba(0,0,0,0.1);
}
#btnContactus2 img {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}

#btnContactus2:hover {
	 width: 148px;
 }
#btnContactus2.sticky {
	 top: 60px;
	 position: fixed;
 }
#btnContactus2.msticky {
	 top: 10px;
	 position: fixed;
 }

/*
.configureVoluson{
    z-index: 1000;
    position: fixed;
    bottom: 100px;
    right: -74px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background: #3a73ba;
    color: #fff;
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 40px 18px 40px;
    transition: all 0.3s ease-in-out;
}

.configureVoluson.russianV{
    right: -106px;
    font-size: 18px;
}


.configureVoluson:hover{
    box-shadow: 0 0 10px 5px rgba(207,202,235,0.9);
    opacity: 0.9;
    color: #fff;
}

.configureVoluson:focus{
    opacity: 0.8;
    color: #fff;
}
*/

#header_cont {
    position: relative;
    background: rgb(35,32,59);
    /*background: linear-gradient(124deg, rgba(35,32,59,1) 0%, rgb(159, 201, 252) 100%);*/
	background: url("/data/pages/bt21/header5.jpg") bottom right;
	background-size: cover;
    /*height: 624px;*/
    height: auto;
}

/*#header {*/
/*    display: none;*/
/*}*/

.topHeader{
    padding-top: 40px;
    padding-bottom: 40px;
}

#header_cont #clublogo {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 350px;
    height: 54px;
    font-size: 42px;
    color: #fff;
    text-align: right;
}

#header_cont #clublogopole {
    position: absolute;
    right: 0;
    top: 52px;
    width: 200px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    color: #fff;
    text-align: right;
}

.bt21deviceMobile{
    display: none;
}

.aboveheadline{
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: SourceSansProSemiBold;
    letter-spacing: 0.36px;
    text-transform: none;
    margin-bottom: 24px;

    /*
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    color: #3a73ba;
    padding: 12px 24px 10px 24px;
    border-radius: 5px;
    margin-bottom: 4px;*/
    display: inline-block;
}

.headline{
    /* font-weight: 800; */
    font-size: 76px;
	line-height: 70px;
    color: #fff;
    margin-bottom: 40px;
}

.absoluteCenter{
    position: absolute;
    top: 50%;
    transform: translateY(10%);
}

video {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.watchDemo{
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background: #2e5b91;
    border: 2px solid #2e5b91;
    border-radius: 40px;
    padding: 16px 22px 14px 22px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    letter-spacing: 1px;
}
.watchDemo:hover{
    color: #3a73ba;
    background: #fff;
    border: 2px solid #fff;
}

.contactUs{
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 16px 22px 14px 22px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
}

.contactUs:hover{
    color: #312d4c;
    background: #fff;
}
.contactUs:focus{
    color: #fff;
}

.nomarginlast p {
    margin-bottom: 0;
}
#section2{
    padding-top: 140px;
    padding-bottom: 140px;
}
#section2 h3{
    font-size: 60px;
    color: #222222;
	margin-bottom: 60px;

}
#section2 h2{
    font-size: 130px;
    line-height: 114px;
    color: #222222;
    margin-bottom: 50px;
}
#section2 p{
    font-size: 34px;
    line-height: 42px;
    color: #5B5B67;
}

#section2 .lineBreak{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 14px;
    border-radius: 6px;
    background: #9fc9fc;
    margin-top: 80px;
}

#section3 {
	padding-bottom: 90px;
}
#section3 .videoCOntainer{
    position: relative;
	margin-bottom: 50px;
}

#section3 .watchTheDemo{
    position: absolute;
    top: 50%;
    left: 50%;
	/*width: 60%;*/
    transform: translate(-50%, -50%);
    /*display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background: #3a73ba;
    border: 2px solid #3a73ba;
    border-radius: 100px;
    padding: 14px 30px 14px 40px;
     margin-right: 15px;
    letter-spacing: 2px;*/
    transition: all 0.3s ease-in-out;

}

.bigButton {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	background: #3a73ba;
	border: 2px solid #3a73ba;
	padding: 24px 50px 22px 50px;
	transition: all 0.3s ease-in-out;
	letter-spacing: 2px;
}

.bigLinkBox:hover .bigButton{
	color: #3a73ba;
	background: #fff;
	border: 2px solid #fff;
}

/*
#section3 .watchTheDemo:hover{
    color: #3a73ba;
    background: #fff;
    border: 2px solid #fff;
}*/

#section4{
    padding-top: 140px;
    padding-bottom: 140px;
}

#section4 h3{
  font-size: 70px;
	line-height: 80px;
    color: #222222;
    text-align: center;
    margin-bottom: 0px;
}

#section4 h4{
	font-size: 34px;
	line-height: 42px;
    color: #5B5B67;
	text-align: center;
	margin-bottom: 85px;
}
/*
#section4 p, #section4 ul{
    position: relative;
    top: -7px;
}#*/

/*
#section4 .download {
	display: block;
	font-weight: 800;
	font-size: 26px;
	color: #3a73ba;
}*/

/*#section4 ul{
	position: relative;
	font-size: 26px;
	color: #000000;
	margin-bottom: 30px;
	padding-left: 20px;
}*/

.shadowReduction{
    padding-left:20px;
}

#section4 .watchGallery{
    font-weight: 800;
    font-size: 30px;
    color: #3a73ba;
}

#section4 .leftImageCOntainer{
    padding-right: 70px;
    border-right: 1px solid #C7C8CF;
}


#section5{
    padding-top: 140px;
    padding-bottom: 140px;
    /*padding-bottom: 140px;*/
    /*background: #000;*/
    /*background: linear-gradient(0deg, #001025 0%, #004093 40%, #004093 60%, #001025 100%);*/
    /*background: url("/data/pages/bt21/bg-net.jpg");*/
    background-size: cover;

}

#section5 .videoCOntainer {
    position: relative;
    margin: 0 auto;
    margin-bottom: 110px;
}

#section5 .watchTheDemo, #section4 .watchTheDemo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-transform: uppercase;
    /*font-size: 22px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background: #3a73ba;
    border: 2px solid #3a73ba;
    border-radius: 100px;
    padding: 14px 30px 12px 30px;*/
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    letter-spacing: 2px;
	white-space: nowrap;
}

#section4 .watchTheDemo{
	font-size: 16px;
}

#section5 .watchTheDemo:hover, #section4 .watchTheDemo:hover{
    color: #3a73ba;
    background: #fff;
    border: 2px solid #fff;
}

#section5 .newtag{
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translate(-50%);
    background: #6022A6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 800;
    font-size: 28px;
    padding: 6px 70px 6px 70px;
    color: #fff;
}
/*
#section5 .probe {
	border-radius: 15px;
	box-shadow: 0 0 15px 5px #9fc9fc;
}*/

#section5 h3{
    /*font-weight: 800;*/
    font-size: 70px;
    /* color: #fff;*/
    text-align: center;
    margin-bottom: 50px;
}

#section5 p{
    text-align: center;
   /* font-size: 26px;
    line-height: 34px;
    color: #fff;*/
    margin-bottom: 100px;
}

#section5 .images>div {
	margin-bottom: 80px;
}

#section5 .probeImage{
    max-width: 320px;
    margin: 0 auto;
}

#section5 .probeCaro{
    max-width: 300px;
    margin-bottom: 50px;
}

#section5 .probeCaroFirst{
    margin-top: 35px;
}
.displayOnLarge{
    display: block;
}
.displayOnSM{
    display: none;
}
.probeThumb {
	margin-bottom: 5rem;
	position: relative;
    &:last-child {
        margin-bottom: 0;
     }
}

.aivideo {
	display: block;
	position: relative;
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}


#section6{
    padding-top: 140px;
    padding-bottom: 140px;
	background: #fff;
}

#section6 h3{
   /* font-weight: 800;*/
    font-size: 70px;
   /* color: #3a73ba;*/
    text-align: center;
    margin-bottom: 85px;
}

#section6 p{
    /*position: relative;#*/
    /* font-size: 26px;
   color: #000000;*/
    /*margin-bottom: 44px;*/
    text-align: right;
    /*top: -7px;*/
}
.slowFlow{
    padding-right: 20px;
}

#section6 .watchGallery{
   /* display: block; */
   /* font-weight: 800;
    font-size: 30px;
    color: #3a73ba;*/
    text-align: right;
    padding-right: 20px;
    background: url(/src/img/icons/caret-right.svg) no-repeat center right;
}

#section6 .rightImageCOntainer{
    padding-left: 70px;
    border-left: 1px solid #C7C8CF;
}


#section7{
    padding-top: 145px;
    padding-bottom: 145px;
	background: #3a73ba;
	/*background: linear-gradient(124deg, #3a73ba 0%, rgb(159, 201, 252) 100%);*/
	background: linear-gradient(0deg, #001025 0%, #004093 40%, #004093 60%, #001025 100%);
}

#section7.russianV{
    padding-bottom: 25px;
}

#section7 h3{
    font-weight: 800;
    font-size: 70px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}


#section7 .formCOntainer{
    padding-left: 120px;
    padding-right: 120px;
}

#section8_footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
#section8_footer p{
    font-size: 20px;
    color: #666666;
    line-height: 26px;
    padding-bottom: 70px;
}

#footer{
    display: block;
}
.footer_list{
   text-align: center;
    margin-bottom: 40px;
}
.footer_list li {
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
}

.footer_list li a{
    color: #000;
    transition: all 0.3s ease-in-out;
}

.footer_list li a:hover{
    color: #595194;
}




/*************************************
MODAL FORM
*************************************/
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    padding: 1px 10px 0 0 !important;
    width: 14px !important;
    position: absolute;
    top: 5px;
}
.footerForm .formModal .modal-header {
    text-align: center;
    border-bottom: none;
}
.footerForm .formModal .modal-content {
    -webkit-box-shadow: 0 15px 165px rgba(0,0,0,.2);
    box-shadow: 0 15px 165px rgba(0,0,0,.2);
    border-radius: 0px;
}
.footerForm .formModal .modal-body {
    position: relative;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
.footerForm .formModal .modal-header h4 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 40px;
}
.footerForm form.mktoForm select.mktoField {
    color: rgba(255,255,255,0.8)!important;
	font-size: 16px !important;
    /*
    background: transparent!important;
    color: #fff!important;
    border: none!important;
    font-style: italic!important;*/
}

.footerForm .mktoForm select.mktoField{
    background: transparent url(https://www.volusonclub.net/data/pages/bt21/down_icon.png) center right no-repeat!important;
    background-size: 17px 8px!important;
}
.footerForm .mktoForm input[type=text], .footerForm .mktoForm input[type=url], .footerForm .mktoForm input[type=email], .footerForm .mktoForm input[type=tel], .footerForm .mktoForm input[type=number], .footerForm .mktoForm input[type=date], .footerForm .mktoForm select, .footerForm .mktoForm textarea {
    border: none!important;
    border-bottom: 1px solid #fff!important;
    padding: 10px 0px !important;
    background: transparent!important;
    color: #fff!important;
	font-size: 16px !important;
}

.footerForm form.mktoForm input::placeholder, .footerForm form.mktoForm textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.8)!important;
    opacity: 1; /* Firefox */
	font-size: 16px !important;
}

.footerForm form.mktoForm input:-ms-input-placeholder, .footerForm form.mktoForm textarea::placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5)!important;
}

.footerForm form.mktoForm input::-ms-input-placeholder, .footerForm form.mktoForm textarea::placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,0.5)!important;
}
.footerForm form.mktoForm input:focus{
    border: none!important;
    outline: none !important;
}
.footerForm .mktoForm input[type="text"]:focus, .footerForm .mktoForm input[type="url"]:focus, .footerForm .mktoForm input[type="email"]:focus, .footerForm .mktoForm input[type="tel"]:focus, .footerForm .mktoForm input[type="number"]:focus, .footerForm .mktoForm input[type="date"]:focus, .footerForm .mktoForm select.mktoField:focus, .footerForm .mktoForm textarea.mktoField:focus {
    border: none!important;
    border-bottom: 1px solid #fff!important;
	outline: none;
}
.footerForm .mktoForm label.mktoLabel {
    font-weight: 800!important;
    color: #fff!important;
}
.footerForm .mktoForm label.mktoLabel {
    font-size: 18px !important;
    padding-left: 25px!important;
    font-style: italic!important;
}
.footerForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 150px!important;
    margin: 0 auto;
    border-radius: 30px!important;
    padding-top: 22px!important;
    padding-bottom: 20px!important;
    margin-top: 23px!important;
	background: #3a73ba !important;
	background: linear-gradient(124deg, #335a8f 0%, rgb(58, 115, 186) 100%) !important;
}

.footerForm .mktoForm div, .footerForm .mktoForm span, .footerForm .mktoForm label, .footerForm .mktoForm p{
    font-size: 16px!important;
    color: #fff!important;
    line-height: 26px!important;
}

.footerForm .mktoHtmlText a{
    color: #fff!important;
}


footerfrm select[name=interest_type]{
    color: rgba(255,255,255,0.5)!important;
    border-bottom: 1px solid #fff!important;
}

.footerForm #web_capture_country{
    color: rgba(255,255,255,0.5)!important;
    border-bottom: 1px solid #fff!important;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #header_cont {
        padding-top: 70px;
    }
    .intend {
        padding-left: 10%;
        padding-right: 10%;
    }
    #all {
        padding-top: 0px;
    }
    .absoluteCenter {
        position: static;
        top: auto;
        transform: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .bt21device{
        display: none;
    }
    .bt21deviceMobile{
        display: block;
    }

    .bt21deviceMobile img{
        display: block;
        max-width: 430px;
        margin: 0 auto;
    }
    #section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section2 .lineBreak {
        height: 9px;
    }
    #section2 h3 {
        font-size: 40px;
        line-height: 1.1em;
        margin-bottom: 30px;
    }

    #section2 h2 {
        font-size: 80px;
        line-height: 84px;
        margin-bottom: 30px;
    }
    #section2 p {
        font-size: 24px;
        line-height: 32px;
    }
    /*#section3 .watchTheDemo {
        font-size: 18px;
        letter-spacing: 1px;
    }*/
    #section5 .watchTheDemo, #section4 .watchTheDemo {
        font-size: 18px;
        letter-spacing: 1px;
    }
    #section4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #section5 p {
        margin-bottom: 62px;
    }

    #section5 .probeImage {
        max-width: 200px;
    }

    #section4 h3 {
        font-size: 50px;
    }
    #section4 .leftImageCOntainer {
        padding-right: 15px;
        border-right: none;
        margin-bottom: 62px;
    }
   /* #section4 p {
        font-size: 24px;
        margin-bottom: 44px;
        margin-top: 30px;
    }
	#section4 ul {
		font-size: 24px;
		margin-bottom: 44px;
		margin-top: 30px;
	}*/
    .shadowReduction{
        padding-left:15px;
    }
    #section5 h3 {
        font-size: 50px;
    }
   /* #section5 p {
        font-size: 24px;
    }*/
    .displayOnLarge{
        display: none;
    }
    .displayOnSM{
        display: block;
    }
    #section5 .probeCaro {
        max-width: 100%;
    }
    #section5 .probeCaroFirst {
        margin-top: 0px;
    }
    #section6 h3 {
        font-size: 50px;
        margin-bottom: 50px;
    }
    #section6 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section6 p {
       /* font-size: 24px;
        margin-bottom: 44px;
        margin-top: 30px;*/
        text-align: left;
    }
    #section6 .watchGallery {
        text-align: left;
       /* margin-bottom: 50px;*/
    }
    #section6 .rightImageCOntainer {
        padding-left: 15px;
        border-left: none;
        margin-top: 62px;
    }
    #section7 h3 {
        font-size: 50px;
    }
    #section7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section7 .formCOntainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width : 610px) {
    .intend {
        padding-left: 0%;
        padding-right: 0%;
    }
    .headline {
        font-size: 56px;
	    line-height: 60px;
    }
    .aboveheadline {
        font-size: 16px;
        padding: 6px 24px 4px 24px;
        margin-bottom: -3px;
    }
    .watchDemo {
        font-size: 14px;
        padding: 12px 22px 10px 22px;
        margin-right: 15px;
    }
    .contactUs {
        font-size: 14px;
        padding: 12px 22px 10px 22px;
    }
    .absoluteCenter {
        position: static;
        top: auto;
        transform: none;
        text-align: center;
	    margin-top: 0;
	    margin-bottom: 20px;
    }
    .bt21device{
        display: none;
    }
    .bt21deviceMobile{
        display: block;
    }

    .bt21deviceMobile img{
        max-width: 428px;
    }
    #section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section2 .lineBreak {
        height: 9px;
    }
    #section2 h3 {
        font-size: 30px;
        line-height: 32px;
    }

    #section2 h2 {
        font-size: 60px;
        line-height: 64px;
        margin-bottom: 30px;
    }
    #section2 p {
        font-size: 24px;
        line-height: 32px;
    }
    /*#section3 .watchTheDemo {
        font-size: 14px;
    }*/
    #section5 .watchTheDemo, #section4 .watchTheDemo {
        font-size: 14px;
    }
    #section4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section4 h3 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    #section4 .leftImageCOntainer {
        padding-right: 15px;
        border-right: none;
    }
    /*#section4 p {
        font-size: 24px;
        margin-bottom: 44px;
        margin-top: 30px;
    }*/

    #section5 h3 {
        font-size: 40px;
    }
   /* #section5 p {
        font-size: 24px;
    }*/
    .displayOnLarge{
        display: none;
    }
    .displayOnSM{
        display: block;
    }
    #section5 .probeCaro {
        max-width: 100%;
    }
    #section5 .probeCaroFirst {
        margin-top: 0px;
    }
    #section6 h3 {
        font-size: 40px;
        margin-bottom: 26px;
    }
    #section6 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section6 p {
        /*   font-size: 24px;
         margin-bottom: 44px;
        margin-top: 30px;*/
        text-align: left;
    }
    #section6 .watchGallery {
        text-align: left;
        /* margin-bottom: 50px; */
    }
    #section6 .rightImageCOntainer {
        padding-left: 15px;
        border-left: none;
    }
    #section7 h3 {
        font-size: 40px;
    }
    #section7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section7 .formCOntainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width : 559px) {
    #section3 .watchTheDemo {
        position: relative;
        margin-top: 18px;
        transform: none;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width : 480px) {
    .bt21deviceMobile img {
        max-width: 380px;
    }
    #header_cont #clublogo {
        font-size: 23px;
    }
    #header_cont #clublogopole {
        top: 32px;
        height: 13px;
    }
    .aboveheadline {
        font-size: 12px;
        padding: 6px 24px 4px 24px;
        margin-bottom: -3px;
    }

  /*  #section3 .watchTheDemo {
        font-size: 12px;
        padding: 10px 20px 8px 20px;
        margin-right: 0px;
    }#*/
    #section5 .watchTheDemo, #section4 .watchTheDemo {
        font-size: 12px;
        padding: 10px 20px 8px 20px;
        margin-right: 0px;
        width: 172px;
    }
    #section5 .probeImage {
        width: 60%;
    }
    /*
    .configureVoluson {
        z-index: 1000;
        position: fixed;
        bottom: 70px;
        right: -43px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 800;
        background: #3a73ba;
        color: #fff;
        transform: rotate(-90deg);
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding: 10px 20px 8px 20px;
        transition: all 0.3s ease-in-out;
    }

    .configureVoluson.russianV{
        right: -63px;
        bottom: 90px;
        font-size: 12px;
        line-height: 14px;
    }
    */

    .headline {
        font-size: 44px;
	    line-height: 50px;
        margin: 11px 0 25px 0;
    }
/*
    #section2 h3 {
        font-size: 26px;
        line-height: 30px;
    }
    #section2 p {
        font-size: 20px;
        line-height: 24px;
    }
    #section2 h2 {
        font-size: 34px;
        line-height: 42px;
    }*/
    #section4 h3 {
        font-size: 28px;
        margin-bottom: 50px;
    }
   /* #section4 p {
        font-size: 20px;
        margin-bottom: 44px;
        margin-top: 30px;
    }*/
    #section5 h3 {
        font-size: 28px;
    }
   /* #section5 p {
        font-size: 20px;
        line-height: 24px;
    }*/
    #section6 h3 {
        font-size: 28px;
        margin-bottom: 26px;
    }
   /* #section6 p {
        font-size: 20px;
        line-height: 24px;
    }*/
    #section7 h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width : 380px) {
    .headline {
        font-size: 44px;
        margin: 11px 0 25px 0;
    }

    .watchDemo {
        font-size: 14px;
        padding: 12px 22px 10px 22px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .contactUs {
        padding: 12px 22px 10px 22px;
        width: 163px;
    }
    .bt21deviceMobile img {
        max-width: 238px;
    }
    #section2 h3 {
        font-size: 26px;
        line-height: 30px;
    }
    #section2 p {
        font-size: 20px;
        line-height: 24px;
    }
    #section2 h2 {
        font-size: 34px;
        line-height: 42px;
    }
    #section4 h3 {
        font-size: 28px;
        margin-bottom: 50px;
    }
    /*#section4 p {
        font-size: 20px;
        margin-bottom: 44px;
        margin-top: 30px;
    }
	#section4 ul {
		font-size: 20px;
		margin-bottom: 44px;
		margin-top: 30px;
	}*/
    #section5 h3 {
        font-size: 28px;
    }
   /* #section5 p {
        font-size: 20px;
        line-height: 24px;
    }*/
    #section6 h3 {
        font-size: 28px;
        margin-bottom: 26px;
    }
   /* #section6 p {
        font-size: 20px;
        line-height: 24px;
    }*/
    #section7 h3 {
        font-size: 28px;
    }
    .noPadding{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width : 320px) {
    .headline {
        font-size: 36px;
    }
    #section5 p {
        margin-bottom: 50px;
    }
}
