.blog-image-box img {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.blog-image-box {
    text-align: center;
    margin-top: 11%;
}
h2.blog-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #186a82;
    margin-top: 30px;
    font-weight: 700;
}

.blog-info {
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
}

.blog-info span span {
    color: #42c2c9;
    margin-right: 0 !important;
}

.blog-info span{
    color: #b2c1df;
    margin-right: 30px;
}

p.text-style {
    font-family: 'Poppins', sans-serif;
    color: #6d80a4;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.enrgy-ef {
    margin-top: 25px;
}

.enrgy-ef h4.haeding-style {
    font-family: 'Roboto', sans-serif;
    color: #4d6187;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-content {
    padding-left: 10%;
    position: relative;
}

.social-icons {
    position: absolute;
    left: 0;
    top: 15px;
}

.social-icons ul li a {
    float: right;
}

.social-icons ul {
    list-style: none;
    padding: 0;
}

.social-icons ul li a i.fa {
    border: 1px solid;
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    color: #fff;
    background: #ddd;
}

.social-icons ul li.facebook a i.fa {
    color: #fff;
    background: #3b5998;
}

.social-icons ul li.twitter a i.fa {
    color: #fff;
    background: #4ab3f4;
}

.social-icons ul li.google a i.fa {
    color: #fff;
    background: #dc4b39;
}

.social-icons ul li.share a {
    color: #186a82;
}

.social-icons ul li.share {
     transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
    
}
p.share-this {
     font-family: 'Roboto', sans-serif;
    font-weight: 700;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space: nowrap;
    line-height: 40px;
    color: #186a82;
    text-transform: uppercase;
    margin: 70px -50px;
}

.social-icons ul li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.blog-text-img .image-box img {
    width: 100%;
    display: block;
    position: relative;
}
.blog-content blockquote {
    font-family: 'Roboto', sans-serif;
    border: dashed;
    border-width: 1px 0;
    border-color: #9eadc4;
    margin: 27px 0;
    padding: 30px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    }

.blog-content blockquote p {
    display: inline-block;
    margin: 0;
    width: 76%;
    padding-right: 5%;
    font-size: 22px;
    color: #4d6187;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 35px;
}

.blog-content blockquote i.fa.fa-quote-left {
    color: #cfd3db;
    float: left;
    font-size: 80px;
    width: 23%;
}

.blog-text-img p.text-style {
    margin-top: 0;
}

.blog-text-img .image-box {
    height: 100%;
    margin: 12px 0;
    position: relative;
}
.blog-text-img .image-box .image-tag {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.insight-column {
   box-shadow: 0px 4px 12px #e2e2e2;
    border-radius: 5px;
}

.related-insight {
    margin: 50px 0;
}

.insight-content {
    padding: 20px;
}

.insight-column .image-box img {
    width: 100%;
}

.insight-column .image-box {
    border-radius: 5px 5px 0 0;
}


.related-insight {
    margin: 50px 0;
    font-family: 'Roboto', sans-serif;
    padding: 60px 0;
    border: dashed;
    border-width: 1px 0;
    border-color: #9eadc4;
}

.insight-content {
    padding: 30px;
    font-family: 'Roboto', sans-serif !important;
}

.insight-column .image-box img {
    width: 100%;
}

.insight-column .image-box {
    border-radius: 5px 5px 0 0;
}

.insight-content p.info {
    color: #b2c1df;
    margin: 0;
    font-size: 12px;
}

.insight-content h3.title {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-top: 10px;
    color: #4d6187;
    margin-bottom: 30px;
}

.insight-content p.description {
    font-family: 'Poppins', sans-serif;
    color: #6d80a4;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn.learn-more {
    font-family: 'Roboto', sans-serif;
    background: #f72349;
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px !important;
    transition: 0.2s;
    padding: 11px 25px !important;
    border-radius: 0px !important;
    border: 0px !important;
}


.related-insight h4.heading {
    color: #4d6187;
    margin-bottom: 30px;
}

.insight-content h3.title:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 30px;
    background: #42c2c9;
    bottom: -15px;
    left: 0px;
}
.coment-section .heading {
    font-family: 'Roboto', sans-serif;
    color: #4d6187;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
}

.comment {
    padding-left: 100px;
    position: relative;
    margin: 60px 0;
}

.img-box-comment {
    position: absolute;
    left: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    max-height: 150px;
    padding-right: 20px;
}


div#blog {
    background: #f9f9f9;
    margin-top: 90px;
}
div#blog-list {
   margin-top: 90px;
}

.img-box-comment img {
    max-width: 100%;
}

p.u-name {
    color: #4d6187;
    font-weight: 600;
    font-size: 16px;
}

p.date-time {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #b2c1df;
}

p.date-time a {
    color: #42c2c9;
}

p.text-body {
    font-family: 'Poppins', sans-serif;
    color: #6d80a4;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}
.replay {
    border-top: dashed 1px #9eadc4;
    padding: 60px 0;
}

.replay .form-group label {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #4d6187;
    font-size: 12px;
}

.replay input.form-control {
    height: 50px;
    border-color: #dadada;
    box-shadow: none;
}
p.mini-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(109, 128, 164, 0.64);
    margin: 7px 0;
    font-weight: 500;
}
.btn.learn-more:hover {
    background: #d62242;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.replay .form-control::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#a0a9bc;
}


/*----**/
.blog-content.blog-list {
    position: static;
    padding-left: 0;
    padding-bottom: 60px;
    border-bottom: 1px dashed #a2b0c7;
    margin-bottom: 60px;
}
.social-icons.blog-list {
    position: static;
}

.social-icons.blog-list ul li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    text-align: right;
    margin-right: 0;
}

div#blog-list .blog-item:first-child {
    margin-top: 11%;
}

div#blog-list .blog-item .blog-image-box {
    margin-top: 0;
}
nav.blog-pagination {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 100px;
}
 
.blog-pagination ul.pagination li a {
    height: 40px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    border-color: #919aac;
    text-align: center;
    color: #919aac;
    font-size: 14px;
}
.blog-pagination ul.pagination li a:hover {
    background: #186a81;
    color: #fff;
}
.blog-item p.text-style {
    line-height: 20px;
}

.m-t-40 {
    margin-top: 40px;
}
section.banner-2 {
    background: url(../images/price-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding: 150px 0 72px 0;
    background-position: center center;
}
.m-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
div#blog-list {
    margin-top: 90px;
}
/*----table----*/
.table-responsive.price-tale-div {
    border: none;
    margin: 70px 0;
}

table.price-table {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin: 50px 0;
}
table.price-table td, table.price-table th {
  border: 1px solid #d4ddee;
  text-align: center;
  vertical-align: middle !important;
}
table.price-table thead {
  background: #fff;
}
table.price-table thead tr th {
  font-size: 14px;
  font-weight: 500;
  color: #4d6187;
  height: 70px;
  padding: 0 20px;
  border: 1px solid #d4ddee !important;
  text-transform: uppercase;
}
table.price-table thead tr th:last-child {
    border-right: 1px solid #d4ddee;
}
table.price-table thead tr th.kit-img-h {
    border: none !important;
}

th.gd-bg{
    background: url('../images/th-bg.png') !important;
    background-repeat-y: repeat !important;
    background-repeat-x: no-repeat !important;
    background-position-x: right !important;
}

th.gd-bg2{
    background: url('../images/th-bg2.png') !important;
    background-repeat-y: repeat !important;
    background-repeat-x: no-repeat !important;
    background-position-x: left !important;
}

th.savings {
    background: #fefefe;
}

/*-----thead-end--*/
table.price-table tbody tr.bg-1 td.kit-image-d {
    padding: 30px 0 0 0;
    position: relative;
    max-width: 170px;
    background: url(../images/kit-image-d-bg.png);
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    background-position-x: right;
}

.kit-image {
    display: block;
    min-width: 200px;
}

.kit-image img {
    display: inline-block;
    max-width: 80%;
}

tr.bg-1 .kit-image p.info {
    position: absolute;
    background: #e6edfa;
    border: solid #d4ddee;
    border-width: 0 1px 1px 0;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    font-weight: 600 !important;
    top: 0;
    text-transform: uppercase;
}

table.price-table tbody tr.bg-1 td {
    font-size: 12px;
    color: #6d80a4;
    background: #f7f9fd;
    font-weight: 400;
    height: 70px;
}
tr.bg-1 td.gd-bg{
    background: url('../images/td-bg.png') !important;
    background-repeat-y: repeat !important;
    background-repeat-x: no-repeat !important;
    background-position-x: right !important;
}
tr.bg-1 td.gd-bg2{
    background: url('../images/td-bg2.png') !important;
    background-repeat-y: repeat !important;
    background-repeat-x: no-repeat !important;
    background-position-x: left !important;
}
tr.bg-1 td.saving-td {
    background: #f6f8fc !important;
}
/*----bg1-end--*/
table.price-table tbody tr.bg-2 td {
    font-size: 12px;
    color: #6d80a4;
    background: #f3ffff;
    font-weight: 400;
    height: 70px;
}
table.price-table tbody tr.bg-2 td.kit-image-d{
    padding: 30px 0 0 0;
    position: relative;
    max-width: 170px;
    background: url(../images/kit-image-d-bg-2.png);
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    background-position-x: right;
}
tr.bg-2 td.gd-bg{
    background: url('../images/td-bg-2.png') !important;
    background-repeat-y: repeat !important;
    background-repeat-x: no-repeat !important;
    background-position-x: right !important;
}
tr.bg-2 td.gd-bg2{
    background: url('../images/td-bg2-2.png') !important;
    background-repeat-y: repeat !important;
    background-repeat-x: no-repeat !important;
    background-position-x: left !important;
}
tr.bg-2 td.saving-td {
    background: #f2fefe !important;
}
tr.bg-2 .kit-image p.info {
    position: absolute;
    background: #dcf7f7;
    border: solid #d4ddee;
    border-width: 0 1px 1px 0;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    font-weight: 600 !important;
    top: 0;
    text-transform: uppercase;
}
/*-----bg-2-end--*/
table.price-table tbody tr:last-child td.saving-td {
    box-shadow: -1px 5px 15px rgba(197, 197, 197, 0.78);
}

table.price-table tbody tr.bg-2:last-child td.gd-bg {
    background: #f3ffff !important;
}
table.price-table tbody tr.bg-1:last-child td.gd-bg {
    background: #f7f9fd !important;
}

/*-- ---------responsive---- --*/
@media(max-width: 1024px){
    div#blog {
    background: #f9f9f9;
    margin-top: 83px;
}
div#blog-list{
    margin-top: 83px;
}
}
@media(max-width: 992px){
    .blog-content blockquote i.fa.fa-quote-left {
    width: 20%;
}
.blog-content blockquote p {
    width: 80%;
    font-size: 20px;
}

}
@media(max-width: 768px){
    section.banner-2 {
    padding: 100px 0 72px 0;
}
    table.price-table tbody tr.bg-1 td.kit-image-d,table.price-table tbody tr.bg-2 td.kit-image-d {
    max-width: none;
}
    .kit-image img {
    display: inline-block;
    max-width: 75%;
}
tr.bg-1 .kit-image p.info, tr.bg-2 .kit-image p.info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0 !important;
    border-right: none !important;
    padding: 0 10px;
    white-space: normal;
    line-height: 24px;
}
    div#blog-list {
    margin-top: 45px !important;
}
div#blog{
    margin-top: 45px !important;
}
    nav.blog-pagination {
    text-align: center;
}

    .blog-content blockquote p {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
}
.blog-content blockquote i.fa.fa-quote-left {

    font-size: 65px;

}
    .insight-column {
      margin-bottom: 30px;
}
    .blog-info {
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
    .blog-info span {
    color: #b2c1df;
    margin-right: 0;
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
}
.blog-info span span {
    color: #42c2c9;
    margin-right: 0 !important;
    width: auto;
    display: inline;
    float: none;
}
.social-icons {
    position: static;
}
.social-icons ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.social-icons ul li {
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.blog-content {
    padding-left: 0;
    }
p.share-this {
    margin: 0;
    transform: none;
    float: left;
    display: inline-block;
    margin-right: 20px;
}
}
@media(max-width: 480px){
    .social-icons ul li a i.fa {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
}
    h2.blog-title {
    font-size: 22px;
}
    .enrgy-ef {
    margin-top: 20px;
}
p.text-body {
    font-size: 14px;
    }

.insight-content p.description {
  
    font-size: 12px;
    line-height: 20px;
}

.btn.learn-more {
    margin: 0 0 10px 0;
    font-size: 12px !important;
    padding: 8px 22px !important;
}
.blog-content blockquote p {
    font-size: 14px;
    line-height: normal;
}
.blog-content blockquote i.fa.fa-quote-left {
    font-size: 40px;
}

.comment {
    padding-left: 60px;
    position: relative;
    margin: 65  px 0;
}
   .img-box-comment {
    position: absolute;
    left: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    max-height: 150px;
    padding-right: 0;
}
.img-box-comment img {
    max-width: 80%;
}

    .blog-info span {
    color: #b2c1df;
    margin-right: 0;
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
}

.blog-info span span {
    color: #42c2c9;
    margin-right: 0 !important;
    width: auto;
    display: inline;
    float: none;
}
}
/*--responsive end--*/
h2.banner-head {
    font-family: 'Roboto', sans-serif;
    color: #186a82;
    font-size: 35px;
    font-weight: 400 !important;
}

section.banner-2 button.btn.learn-more {
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 1px;
    margin-top: 10px;
}

@media (max-width: 360px){
    section.banner-2{
        height: auto;
        padding: 0px;
    }
    div#blog-list .blog-item:first-child{
        margin-top: 0px;
    }
    .blog-image-box{
        margin-top: 0px;
    }
}