
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.deskonly {
	display:block;
}
.mobonly {
	display:none;
}

.imgAbsolute {
 position:absolute;z-index:-1;top:0;left: 50%;margin-left: -960px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
    max-width: 100%;
}

iframe { max-width: 100% }
blockquote {
    font-weight: normal;
    padding: 0 10px 20px 27px;
    position: relative;
    margin-top: 25px;
    font-size: 20px;
}

blockquote:after {
    position: absolute;
    content: '\f10d';
    font-size: 20px;
    width: 50px;
    top: 0;
    left: 0;
}

blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-weight: normal;
    font-style: normal;
}
pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}

code {
    padding: 0 8px;
    line-height: 1.5;
}

mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFF7A8;
}
address {
    margin: 10px 0;
    font-style: italic;
}

html {
 font-family: sans-serif; /* 1 */
 -ms-text-size-adjust: 100%; /* 2 */
 -webkit-text-size-adjust: 100%; /* 2 */
}


/* ==========================================================================
   Bootstrap overwrite's custom styles
   ========================================================================== */
body {
    padding-top: 0px;
    background: #fff !important;
    font-family: Open Sans, sans-serif;
}

.jumbotron .container,
.container {
    max-width: 1220px;
    width: 100%;
}


.navbar-fixed-top, .navbar-fixed-bottom{
    position: relative;
    width: 100%;
    height: 92px;
    background: #f1f1f1;
    font-size: 12px;
    border-bottom: 2px solid #6e9ecf;
    border-top: 1px solid #ccc;
    padding-top: 12px;

}

.jumbotron{
    background-color: #c8c8c8;
    color: #757575;
    padding: 20px;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 50px;
    box-sizing: border-box;
}

.jumbotron p{
    color: #757575;
    font-family: 'Helvetica', sans-serif;

}

.jumbotron p a {
    font-weight: bold;
    color:  #757575;
    text-decoration: none;
    word-break: break-all;
}


.jumbotron p{
    font-size: 13px;
    margin-bottom: 15px;
}


strong{
    font-weight: bold;
}


/* ==========================================================================
   Main body custom styles
   ========================================================================== */

.mainbody .container {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.24);
    border: 0px solid #dfdfdf !important;
    border-radius: 6px;
    margin-top: 20px;
    padding-bottom: 130px;
    box-sizing: border-box;
}

.harpbill{
    width: 100%;
    max-width: 740px;

}

.mainimg{
    width: 100%;
    max-width: 100%;
}

.mainbody {
    margin: 20px auto;
}

.mainbody h1{
    font-size: 41px;
    font-weight: bolder;
    padding-left: 0px;
    color: #000;
    line-height: 44px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.mainbody h3{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 15px;
    line-height: 1.31em;
}

.mainbody h2{
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 20px;
    font-family: 'Helvetica', sans-serif;
}
.mainbody h5{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

ul li,
ol li,
p{
    font-family: 'Helvetica', sans-serif;
    font-size: 1.158em;
    line-height: 1.481em;
    color: #333;

}

p{
  font-size: 1.40em;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background: #646464;
}

.navbar-inverse .navbar-toggle{
    background: #fff;
}


/* ==========================================================================
   Main body custom styles
   ========================================================================== */

a {
    color: #0149ff;
    text-decoration: none;
    font-weight: bolder;
}


.amt {
    float: left;
    width: 25%;
    font-size: 11px;
}

.sider {
    max-width: 330px;
}
.lefblc {

}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}
.posts{
    padding-top: 0px;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.dl-horizontal a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    float: left;
}

img {
    vertical-align: middle;
}


.posts .dl-horizontal dd {
    margin-left: 60px;
}

.advertotialblock {
    position: absolute;
    width: 100%;
    height: 25px;
    color: #444;
    left: 0;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 99;
    font-size: 16px;
}

.navbar{
    padding-top: 13px;
    background: #f1f1f1;
}


.navbar-inverse .navbar-nav > li > a{
    display: inline-block;
    padding: 6px 12px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    text-shadow:none;
    color:#646464;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav{
    float: right;
}

.logo2 img{
    max-height: 69px;
}

.menbl{
    font-size:12px;
    padding-top: 12px;
}

.advertotialblock {
    padding-top: 5px;
    position: absolute;
    width: 100%;
    height: 25px;
    color: #444;
    left: 0;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 99;
    font-size: 16px;
}

.amtment-box {
    margin: 0 auto;
    max-width: 100%;
    /*background-color: #f1f1f1;*/
    /*border: 1px solid #f2f2f2;*/
    /*padding: 10px;*/
}

.btopageart{
    cursor: pointer;
    text-align: center;
    color: blue;
    font-size: 16px;
    padding: 8px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.41em;
    text-decoration: none;
    color: #444;
}


a.btopageart:hover{
    text-decoration: none;
}

.titleh{
    font-size: 18px;
    margin: .67em 0;
    color: #000;
    text-align: center;
}


.title + p{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color:#abaeb7; font-size:11px;
    padding: 1px 0;
}

/* Right Side */

.posts h5{
    color: #0f72c2;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
}

.well {
    background: #f1f1f1;
    border: 0px solid #4367a8;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: rgb(67, 103, 168);
    border-left: 7px solid #1a5ca7;
    border-radius: 0px;
    margin-top: 20px;
    font-size: 16px;
}

.btn-dark {
    background: #1baf4b;
    min-height: 50px;
    line-height: 50px;
    line-height: 1.91em;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #444;
}

#svg-map img{
    max-width: 100%;
    width: 100%;
    max-width: 600px;
}

.myButton {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc766), color-stop(1, #ff8a24));
    background:-moz-linear-gradient(top, #ffc766 5%, #ff8a24 100%);
    background:-webkit-linear-gradient(top, #ffc766 5%, #ff8a24 100%);
    background:-o-linear-gradient(top, #ffc766 5%, #ff8a24 100%);
    background:-ms-linear-gradient(top, #ffc766 5%, #ff8a24 100%);
    background:linear-gradient(to bottom, #ffc766 5%, #ff8a24 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc766', endColorstr='#ff8a24',GradientType=0);
    background-color:#ffc766;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ff9524;
    display:inline-block;
    cursor:pointer;
    color:#fff;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    margin-top:20px;
    color: #000;
    box-sizing: border-box;

}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8a24), color-stop(1, #ffc766));
    background:-moz-linear-gradient(top, #ff8a24 5%, #ffc766 100%);
    background:-webkit-linear-gradient(top, #ff8a24 5%, #ffc766 100%);
    background:-o-linear-gradient(top, #ff8a24 5%, #ffc766 100%);
    background:-ms-linear-gradient(top, #ff8a24 5%, #ffc766 100%);
    background:linear-gradient(to bottom, #ff8a24 5%, #ffc766 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a24', endColorstr='#ffc766',GradientType=0);
    text-decoration: none;
    background-color:#ff8a24;
    color: #000;
}
.myButton:active {
    position:relative;
    top:1px;
}

.yelblock{
    background: #FFFF00;
    font-weight: bold;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    z-index: 0;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.leftblk {
    float: left;
}

.rightblk {
    float: right;
    padding-top: 16px;
    line-height: 1.95em;
    text-align: right;
    line-height: 1.42857143;
}



.tlogo {
    position: relative;
    padding-left: 0px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
    /*font-weight: bolder;*/
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navBar a {
    color: #646464;
}

.navBar {
    position: relative;
    width: 100%;
    height: 92px;
    background: #f1f1f1;
    font-size: 12px;
    border-bottom: 2px solid #6e9ecf;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.navbar-hamburger {
    border: 1px solid #4e860c;
    background: #fff;
    padding: 7px;
    color: #fff;
    width: 50px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

.icon-bar {
    width: 100%;
    background: #646464;
    height: 3px;
    margin-bottom: 3px;
}

.mobilenav{
    display: none;
}

.navbar-hamburger{
    cursor: pointer;
}


@media(max-width:800px) {
    .wrappercontainer .jumbotron .container, .container{
        width: 98%;
        margin: 0 auto;
    }

    .mainbody h1{
        font-size: 2.4em;
    }

    .navbar-hamburger:hover .mobilenav{
        display: block;
        position: absolute;
        width:150px;
        height: 100px;
        background: #fff;
        right:0px;
        top:28px;
        z-index: 99;
        border: 1px solid #efefef;
    }

    .mobilenav a{
        text-align: left;
        display: block;
        border-bottom: 1px solid #efefef;
    }
    .mobilenav a:hover{
        border-bottom: 1px solid #efefef;
        background: #fff;
    }
}

@media(max-width:860px) {

  p{
    font-size: 1.34em;
  }


    .amtments img{
        width: 100%;
        max-width: 300px;
    }
    .advertotialblock {
        position: relative;
        display: block;
        padding: 2px;
    }
    .mainbody .container {
        /*padding: 15px;*/
    }
    .logo2 img {
        width: auto;
    }
    .leftblk {
        width: 100%;
    }


    .navBar{
        padding: 0px;
    }

    .lefblc{
        padding: 0px;
    }

    .displayb{
        display: block !important;
    }
    .navbar{
        padding-top: 25px;
    }
    .logo2{
        width: 80%;
        padding-left: 0px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border: none;
    }
    .navbar-nav{
        background: #fff;
        border: 1px solid #444;
    }


    .btn-dark {
        line-height: 1.21em;
    }

    .posts{
        margin-top: 100px;
    }

}
@media(max-width:560px) {
  p{
    font-size: 1.24em;
  }


    .mainbody h1{
        font-size: 2.01em;
        line-height: 1.01em;
    }

    .jumbotron .container{
        padding: 5px;
    }

    .wrappercontainer .jumbotron .container, .container{
        width: 94%;
        margin: 0 auto;
    }

    .btn-dark {
        line-height: 1.21em;
    }

    .navBar{
        height: auto;
        padding: 5px;
    }
}

@media(max-width:400px) {

    .wrappercontainer .jumbotron .container{
        padding-top: 5px;
    }
}

.sidebarform {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.sidebarform button{
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.sidebarform .button90{
  display: block;
  background: #1baf4b;
  /* position: absolute; */
  /* right:0px; */
  /* top:0px; */
  margin: 0px;
  border: none;
  padding: 10px;
  color: #fff;
  font-size: 1.1em;
  border-radius: 4px;
}

.sidebarform input{
  display: block;
  width: 100%;
  background: #FFF;
  margin: 0;
  padding: 10px 5px;
  color: #000;
  border: 1px solid #c7c7c7;
}




.topletter{
  margin-top: 10px;
  margin-bottom: 10px;
}

.formcontainer{
  padding: 15px;
  margin-top: 30px;
  border: 1px dashed red;
  background: #f8f8f8;
}


.formcontainer h4{
  font-size: 18px;
  font-weight: bold;
  font-weight: normal;
  text-align: center;
  margin: 20px 10px 30px;

  color: #000;
font-size: 22px;
font-weight: bold;
}

.topletter button{
  margin-top: 20px;

}

.btmblk button{
  position: absolute;
  right: 0px;
  top:0px;
  width: 30%;
  padding: 8px;
  margin: 0;
  line-height: 1.41em;
  width: 180px;
  min-height: 40px;
}


.btmblk input{
  padding-right: 190px;
}

.topletter h4{

  margin: 5px 0;
}

.brmdi{
  margin-top: 60px;
  padding-bottom: 40px;
}

.btn-dark{
  background: #00cc00;
  border: none;

}


.btn-dark:hover{
  background: #00cc00;
  opacity: .8;
}

header{
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  background-color: rgb(195, 22, 6);
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.blblock{
  padding-top: 10px;
  padding-bottom: 50px;
  outline: none;
  background-color: rgb(0, 0, 0);
}

.whblock{
  background: #fff;
  padding: 40px;
  border-radius: 8px;

  margin: 20px auto 0px;
  outline: none;
  max-width: 100%;
}

.whblock p{
  color: #fff;
}

.whblock img{
  margin: 0 auto;
}

.whblock h1{
	text-align: center;
font-size: 40px;
color: rgb(0, 0, 0);
line-height: 1.2em;
font-weight: bold;
}
.ctabtn{
  display: block;
  margin: 20px auto;
}

.whblock p{
  text-align: center;
   color: rgb(0, 0, 0);
   font-size: 20px;
}

.whblock img.mediabtn{
  margin: 30px auto 0;
  display: block;
}

.containerlg,
.container{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 10px;
	box-sizing: border-box;
}

.containerlg{
  max-width: 1150px;
}

.fluidVideo{
  border: 1px solid #dedede;
}

.grblock{
  padding-top: 50px;
padding-bottom: 50px;
outline: none;
background-color: rgb(34, 47, 62);
margin-top: 0px;

}

.grblock p{
  color: #fff;
}

.grblock h2{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.grblock h3{
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

p{
  margin: 25px 0;
}
ul.bulbimg{
  display: grid;
  grid-template-columns: repeat(3, 25%);
  grid-template-rows: repeat(1, 260px);
  justify-content: space-evenly;
  grid-gap: 8%;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 50px;

}
ul.bulbimg li{
  /* align-items: center; */
/* display: flex; */
color: #fff;
text-align: center;
font-size: 25px;
}

ul.bulbimg li img{
  display: block;
  display: flex;
  width: 140px;
  margin: 0 auto;
}

ul.bulbimg li:first-child{
  padding: 0px 0px 30px;
background-color: rgb(0, 210, 211);
}


ul.bulbimg li:nth-child(2)  {
  padding: 0px 10px 30px;
 background-color: rgb(10, 189, 227);
}

ul.bulbimg li:nth-child(3)  {
  padding: 0px 10px 30px;
 background-color: rgb(46, 134, 222);
}


ul.blblockul {

  display: grid;
  grid-template-columns: repeat(3, 29%);
  /* grid-template-rows: repeat(1, 380px); */
  justify-content: space-evenly;
  grid-gap: 1%;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}



ul.blblockul h3{
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
  text-decoration: underline;
}

ul.blblockul p{
  font-weight: normal;
  color: #fff;
  font-size: 19px;
  text-align: left;
}

.marblock {
  margin: 0 20% 0 10%;
  position: relative;
}
  .marblock img{
  position: absolute;
  right: -160px;
  top:0;
  border-radius: 100px;
}

.disblock{
  padding-top: 20px;
padding-bottom: 50px;
outline: none;
/* background-color: rgba(240, 244, 248, 0); */

background: url("../img/triangle-light-grey.webp") top center no-repeat;
background-size: 100% auto;
}

.disblock h2{
  line-height: 1.3em;
  letter-spacing: 1px;
text-align: center;
color: rgb(0, 0, 0);
background-color: rgba(240, 244, 248, 0);
font-size: 48px;
}


.grmidblock{
  padding-top: 50px;
}

.grmidblock .containerlg{
  padding: 50px 100px 50px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.69);
	box-sizing: border-box;
}

.grmidblock img.nimg{
  display: block;
  margin: 0 auto 20px;
  max-width: 300px;
}


.grmidblock h3,
.grmidblock h2{
  font-weight: bold;
  text-align: center; font-size: 42px; color: rgb(0, 0, 0);
}

.grmidblock h3{
  font-weight: normal;
}


.imgspblock {
  display: grid;
  grid-template-columns: repeat(2, 42%);
  /* grid-template-rows: repeat(1, 380px); */
  justify-content: space-evenly;
  grid-gap: 1%;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}


.escalteblk h2,
.wellblk h2{
  text-align: center;
color: rgb(255, 255, 255);
font-size: 48px;
font-weight: 700;
color: #fff;
line-height: 1.3em;
}


.imgspblock p{
  color: #fff;
  margin-bottom: 30px;
}



.escalteblk h3{
  margin-bottom: 0px;
}

.escalteblk img{
  display: block;
  margin: 0 auto 30px;
}

.rejectionblk img.rightflt{
  float: right;
  margin-left: 40px;
}

.rejectionblk h2{
  text-align: center;
color: #000;
font-size: 46px;
text-transform: uppercase;
margin: 45px 0;
}
.cnalign  {
  text-align: center;
  margin: 20px 0;
}
.cnalign  img{
  display: inline-block;

}

.bigdiea .containerlg{

padding: 20px 100px 50px;
margin: 40px auto;
outline: none;
background: rgba(255, 255, 255, 0.89);
}

.bigdiea h2{
	margin-top: 40px;
	font-weight: bold;
	padding-left: 50px;
	position: relative;
	/* background: url(../img/bulb.png) no-repeat; */
	text-align: center; font-size: 42px; color: rgb(0, 0, 0);
}


.bigdiea h2 img{
	position: relative;
	left: 0;
	top:0;
	display: inline-block;
}
.clear{
  clear:both;
}


.thefformula{
	padding-top: 50px;
	padding-bottom: 50px;
	outline: none;
	background: rgb(34, 47, 62);
	margin-top: 0px;
}

.thefformula p{
	color: #fff;
}

.thefformula h3 {
	color: #fff;
	text-align: center;

	color: rgb(255, 255, 255);
	background-color: rgba(240, 244, 248, 0);
	font-size: 72px;
	text-transform: uppercase;
	font-weight: bold;
}

.thefformula h2 {
	color: #fff;
	text-align: center;
color: rgb(255, 255, 255);
background-color: rgba(240, 244, 248, 0);
font-size: 52px;
font-weight: bold;
font-weight: 500;
}

.disblock {
	padding-top: 50px;
}

.disblock h2{
	font-weight: bold;
}
.disblock ul {
	padding: 10px 30px;
}
.disblock li {
	font-size: 1.35em;
	margin-bottom: 10px;
}
.disblock li span{
	color: green;
	font-size: 34px;
	line-height: 1em;
}

.disblock h3{
	color: rgb(195, 22, 6);
	font-weight: 700;
	text-align: center;
	font-size: 38px;
	font-weight: normal;

}
.testimonial{
	padding-top: 40px;
}
.testimonial h2{
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: left;
}
.testimonial li{
		margin-top: 20px;
		min-height: 240px;
}

.testimonial li p{
	color: #fff;
	font-size: 19px;
	margin: 0;
	text-align: left;
}
.testimonial li span{
	font-size: 24px;
	display: block;
}
.testimonial li.leftblk {
	padding-left: 150px;
	position: relative;
	box-sizing: border-box;
}
.testimonial li.rightblk {
	box-sizing: border-box;
	padding-right: 150px;
	position: relative;
}
.testimonial li.leftblk img{
	position: absolute;
	left: 0;
	top:0;
	width: 120px;
	border: 2px solid rgba(0,0,0,0.15);
padding: 5px !important;
background: #fff;
}
.testimonial li.rightblk img{
	position: absolute;
	left: auto;
	right: 0;
	top:0;

	border: 2px solid rgba(0,0,0,0.15);
	padding: 5px !important;
	background: #fff;
}

.footerelem{
	background: #efefef;
	padding: 15px;
}

.footerelem p {
    color: #333;
		font-size: 14px;
    text-align: center;
    padding: 5px;
		margin: 0px;
}

@media(max-width:760px) {
	ul.bulbimg {
	    display: grid;
	    grid-template-columns: repeat(3, 33%);

	    justify-content: space-evenly;
	    grid-gap: 1%;

	}

	.bigdiea .containerlg{
		padding: 10px;
	}
.whblock h1,
.testimonial h2,
.disblock h2,
.thefformula h3,
.thefformula h2,
.rejectionblk h2,
.escalteblk h2, .wellblk h2,
	.grmidblock h3, .grmidblock h2{
		font-size: 35px;
	}

	.marblock{
		margin: 0;
	}
	.marblock img{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		display: block;
		margin: 0 auto;
	}

	.grmidblock .containerlg{
		padding: 10px;
	}
  }

	@media(max-width:560px) {
.testimonial li.rightblk img,
.testimonial li.leftblk img{
	position: relative;
	left: auto;
	right: auto;
	display: block;
	margin: 10px auto;
}
		.testimonial li.rightblk,
.testimonial li.leftblk{
	padding: 10px;
}
.grblock h3,
.grblock h2,
.whblock h1,
.testimonial h2,
.disblock h2,
.thefformula h3,
.thefformula h2,
.rejectionblk h2,
.escalteblk h2, .wellblk h2,
	.grmidblock h3, .grmidblock h2{
		font-size: 30px;
	}
ul.blblockul,
	ul.bulbimg {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    justify-content: space-evenly;
    grid-gap: 0;
}
.grblock{
	padding-bottom: 15px;
}

	ul.bulbimg{
		margin-bottom: 15px;
	}

	.imgspblock {
	    display: grid;
	    grid-template-columns: repeat(1, 100%);
	    justify-content: space-evenly;
	    grid-gap: 0%;
	    padding: 0;

	}
  }
