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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Roboto', sans-serif;
}
.clear{
    clear: both;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}
.block-main-intro{
  float: left;
  width: 100%;
  height: auto;
  background-image: url('../images/main-intro.jpg');
  padding: 80px 0px;
  background-size: cover;
}
.container-af{
    max-width: 1160px;
    margin: 0 auto;
}
.wrapper-af {
    display: flex;
}
.af-column-left{
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.af-column-right{
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
 .af-box {
    width: 100%;
}
.section1-image {
  float: left;
  width: 100%;
  margin-bottom: 38px;
}
.section1-image img{
  float: left;
  max-width: 264px;
  margin-right: 30px;
}
.af-column-left h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 24px;
  float: left;
  margin-top: 55px;
}
.af-column-left h1 {
  float: left;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 48px;
}
.af-column-left p{
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.af-column-right .af-box {
  padding-left: 183px;
  width: 100%;
  position: relative;
}
.af-column-right .af-box::before {
  content: "";
  position: absolute;
  left: 118px;
  top: 21px;
  height: 90%;
  background-color: #ff0008;
  width: 5px;
}
.af-item {
  width: 100%;
  color: #fff;
  margin-bottom: 3px;
  line-height: 58px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.af-item h5{
    float: left;
    width: auto;
    position: relative;
    box-sizing: border-box;
    padding-right: 20px;
}
.af-item h5::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  background-color: #b00207;
  height: 1px;
}
.section2{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    background-color: #fff;
}
.section2_left_block{
    float: left;
    width: 45%;
}
.section2_left_block img{
    max-width: 100%;
}
.section2_right_block{
    float: left;
    width: 55%;
}
.section2_right_block_content1{
    float: left;
    width: 100%;
}
.section2_right_block_content1 p{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #212121;
}
.section2_right_block_content2{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 23px;
}
.section2_right_block_content2 ul{
    list-style-type: none;
    margin: 15px 0 0 0;
}
.section2_right_block_content2 ul li {
  position: relative;
  margin: 0 0 10px 37px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.section2_right_block_content2 ul li::before {
  content: "";
  position: absolute;
  background-image: url(../images/green-tick-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 6px 0 0 -37px;
  width: 17px;
  height: 14px;
}
.section2 .container-af{
    padding-bottom: 100px;
    background-image: url(../images/dash.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
.section3 {
  float: left;
  width: 100%;
  position: relative;
  padding: 80px 0 48px 0;
}
.section3 p{
    font-size: 21px;
    line-height: 36px;
    color: #212121;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}
.section3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 6px;
    width: 92px;
    background-color: #ff0008;
}
.af-post-body {
    float: left;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 50px;
}
.af-post-container{
  max-width: 940px;
  margin: 0 auto;
}
.af-post-container h2 {
    color: #191919;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight:900;
    letter-spacing: -1px;
    margin-bottom: 26px;
}
.af-para {
    float: left;
    width: 100%;
    text-align: center;
    color: #191919;
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 80px;
}
.cta-box {
    position: relative;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 36px 135px 42px;
    margin: 0 0px 30px 0px;
}
.cta-box.feat-product {
  position: relative;
  border: 4px solid #eae5e2;
  padding: 0;
  float: left;
  width: 100%;
}
.cta-box.feat-product .img {
    padding: 30px;
    position: absolute;
    height: 100%;
    float: left;
    width: 35%;
    background: #faf8f8;
    box-sizing: border-box;
}
.af-post-body img {
    max-width: 100%;
    height: auto;
}
.cta-box.feat-product .cons, .cta-box.feat-product .pros {
    text-align: left;
    margin-top: 24px;
}
.cta-box.feat-product .cons ul, .cta-box.feat-product .pros ul {
    list-style-type: none;
    margin: 15px 0 0 0;
}
.cta-box.feat-product .pros li {
    position: relative;
    margin: 0 0 10px 32px;
    font-size: 16px;
    line-height: 20px;
    color: #259e31;
}
.cta-box.feat-product .pros li::before {
  content: "";
  position: absolute;
  background-image: url(../images/tick-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 2px 0 0 -32px;
  width: 17px;
  height: 14px;
}
.cta-box.feat-product .cons li {
  position: relative;
  margin: 0 0 10px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #c61e2f;
}
.cta-box.feat-product .cons li::before {
  content: "";
  position: absolute;
  background-image: url(../images/close-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 2px 0 0 -32px;
  width: 17px;
  height: 14px;
}
.cta-box.feat-product .cont {
    margin-left: 35%;
    float: left;
    padding: 30px 40px 40px;
    width: 65%;
    box-sizing: border-box;
}
.cta-box.feat-product h2 {
    margin-top: 0;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 16px;
}
.cta-box p {
    margin-bottom: 32px;
}
.cta-box.feat-product .line-feat table {
    width: 100%;
    margin-bottom: 40px;
}

.cta-box.feat-product .line-feat td {
    width: 50%;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #eae5e2;
    font-size: 16px;
    line-height: 20px;
}
.cta-box.feat-product .line-feat td.light {
    font-weight: 400;
    color: #555;
}
.btn-red, a.btn-red {
  background: #ed1d24;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  padding: 12px 22px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.btn-red:hover, a.btn-red:hover{
    background: #111;
}
.clear-block:after, .clear-block:before {
    content: "";
    display: table;
}
.af-para p {
  font-weight: 400;
  color: #191919;
  font-size: 18px;
  line-height: 30px;
}
.af-area {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.num-head {
  position: relative;
}
.af-area h3 {
  margin: 45px 0 30px 0;
  font-size: 40px;
  line-height: 42px;
  box-sizing: border-box;
  padding-left: 140px;
}
.af-area h3 a {
  font-size: 35px;
  line-height: 42px;
  color: #111;
  text-decoration: none;
}
.num-head span:nth-child(1) {
  margin: -8px 0 0 -68px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  width: 50px;
  background: #eae5e2;
  border-radius: 50%;
  font-weight: 400;
  position: absolute;
  font-size: 30px;
  height: 50px;
  line-height: 40px;
  box-sizing: border-box;
}
.af-area h3 a {
  font-size: 40px;
  line-height: 42px;
  color: #111;
  text-decoration: none;
  transition: all 0.5s ease;
}
.af-area h3 a:hover{
    color: #c61e2f;
}
.cta-box.feat-product .cont h2 a {
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.cta-box.feat-product .cont h2 a:hover{
    color: #c61e2f;
}
.cont p {
  font-size: 18px;
  line-height: 30px;
  color: #111;
  margin: 0 0 28px 0;
    margin-bottom: 28px;
}
.cta-box.feat-product .cont p a {
  color: #c61e2f;
  transition: all 0.5s ease;
}
.cta-box.feat-product .cont p a:hover {
  text-decoration: none;
}
.service-details-block {
  margin: 0 auto;
  width: 100%;
  display: table;
  max-width: 80%;
}
.service-details-block p {
  font-size: 18px;
  line-height: 30px;
  color: #111;
  margin: 0 0 28px 0;
}
.service-details-block a {
  color: #c61e2f;
  transition: all 0.5s ease;
}
.service-details-block a:hover{
    color: #111;
}
.ultimate-guide-block {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  display: table;
}
.ultimate-guide-inner-block{
    float: left;
    width: 100%;
    margin-bottom: 96px;
}
.ultimate-guide-title{
    float: left;
    width: 100%;
    padding-bottom: 70px;
    text-align: center;
}
.ultimate-guide-title h2{
    font-size: 36px;
    line-height: 48px;
    color: #191919;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -1px;
}
.ultimate-guide-title h2::before {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 2px;
  width: 20%;
  left: 0;
  top: 50px;
}
.ultimate-guide-title h2::after {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 2px;
  width: 20%;
  right: 0;
  top: 50px;
}
.ultimate-guide-half-block{
    float: left;
    width: 50%;
}
.ultimate-guide-half-block p{
    font-size: 18px;
    color: #191919;
    line-height: 30px;
    margin-bottom: 28px;
}
.quote {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 35px;
  position: relative;
  margin-bottom: 28px;
}
.quote p {
  font-size: 27px;
  color: #191919;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 18px;
}
.quote::before {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0px;
}
.ultimate-guide-right-block {
  float: right;
  width: 90%;
  background: #f5f5f5;
  padding: 50px 50px 10px 50px;
  box-sizing: border-box;
}
.ultimate-guide-right-block h3 {
  font-size: 21px;
  color: #191919;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.ultimate-guide-right-block h3::after {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0px;
}
.ultimate-guide-right-block h4 {
  font-size: 30px;
  color: #191919;
  margin-bottom: 10px;
}
.ultimate-guide-right-block ul {
  list-style-type: none;
  margin-bottom: 28px;
}
.ultimate-guide-right-block ul li {
  position: relative;
  margin: 0 0 10px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #ed1d24;
}
.ultimate-guide-right-block ul li a{
  font-size: 16px;
  color: #ed1d24;
}
.ultimate-guide-right-block ul li a:hover{
    text-decoration: none;
    transition: all 0.5s ease;
}
.ultimate-guide-right-block ul li::before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-symbol.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 2px 0 0 -32px;
  width: 17px;
  height: 14px;
}
.recent-article-block{
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    display: table;
}
.recent-article-inner-block{
    float: left;
    width: 100%;
    margin-bottom: 96px;
}
.recent-article-half-block {
  float: left;
  width: 100%;
}
.recent-article-left-block{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 35px;
}
.recent-article-title1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.recent-article-title1 h3 {
  float: left;
  width: auto;
  font-size: 21px;
  color: #191919;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  padding-right: 250px;
  box-sizing: border-box;
}
.recent-article-title1 h3::after {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 2px;
  width: 218px;
  right: 0;
  top: 15px;
}
.each-popular-article-block {
  float: left;
  width: 33.33%;
  margin-right: 50px;
  max-width: 341px;
}
.each-popular-article-block.last{
    float: right;
    margin-right: 0px;
}
.recent-article-title2{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.recent-article-title2 h3 {
  font-size: 21px;
  color: #191919;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 200px;
  padding-top: 13px;
}
.recent-article-title2::after {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 2px;
  width: 65%;
  right: 0;
  top: 28px;
}
.popular-article-block1 {
  float: left;
  width: 100%;
  margin-bottom: 45px;
  padding-top: 10px;
}
.popular-article-image{
    float: left;
    width: 100%;
}
.popular-article-image img{
    max-width: 100%;
    margin-bottom: 20px;
}
.popular-article-title{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.popular-article-title h4{
    font-size: 24px;
    color: #191919;
    line-height: 30px;
}
.popular-article-title h4 a{
    color: #191919;
    text-decoration: none;
    transition: all 0.5s ease;
}
.popular-article-title h4 a:hover{
    color: #ed1d24;
    text-decoration: none;
}
.popular-article-description{
    float: left;
    width: 100%;
}
.popular-article-description p{
    font-size: 18px;
    line-height: 26px;
    color: #191919;
}
.popular-article-half{
    float: left;
    width: 50%;
}
.popular-article-block2{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
}
.popular-article-block2 img{
    max-width: 100%;
    margin-bottom: 20px;
}
.popular-article-block3{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
.popular-article-block3 img{
    max-width: 100%;
    margin-bottom: 20px;
}
.each-recent-article-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 20px;
}
.each-recent-article-left-block{
    float: left;
    width: 80%;
}
.each-recent-article-right-block{
    float: left;
    width: 20%;
}
.popular-article-image-small {
  float: left;
  width: 100%;
  text-align: right;
}
.popular-article-image-small img{
    max-width: 100%;
}
.web-hosting-company-wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    display: table;
}
.web-hosting-company-inner-block{
    float: left;
    width: 100%;
}
.web-hosting-company-half-block{
    float: left;
    width: 50%;
}
.web-hosting-title {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.web-hosting-title h3 {
  font-size: 21px;
  color: #191919;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 13px;
  float: left;
  width: auto;
  position: relative;
  padding-right: 180px;
}
.web-hosting-title h3::after {
  content: "";
  position: absolute;
  background-color: #ed1d24;
  height: 2px;
  width: 150px;
  right: 0;
  top: 28px;
}
.web-hosting-company-half-block p {
  font-size: 18px;
  line-height: 26px;
  color: #191919;
  margin-bottom: 40px;
}
.web-hosting-company-half-block img{
    margin-bottom: 40px;
}
.web-hosting-company-right-block{
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 70px;
}
.web-hosting-company-right-inner-block{
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    background-color: #f5f5f5;
}
.web-hosting-company-image-block{
    float: left;
    width: 100%;
}
.web-hosting-company-image-block img {
  margin-bottom: 25px;
}
.web-hosting-company-title-block {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.web-hosting-company-title-block h3 {
  font-size: 21px;
  color: #191919;
  line-height: 30px;
  margin-bottom: 20px;
}
.web-hosting-company-content-block{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.web-hosting-company-content-block p {
  font-size: 18px;
  line-height: 26px;
  color: #191919;
  margin-bottom: 30px;
}
.web-hosting-company-email-block{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 30px 15px;
}
.web-hosting-company-email-block h3{
    font-size: 24px;
    color: #191919;
    line-height: 30px;
}
.web-hosting-company-email-block h3 a{
    color: #191919;
    text-decoration: none;
    transition: all 0.5s ease;
}
.web-hosting-company-email-block h3 a:hover{
    color: #ed1d24;
    text-decoration: none;
}
.overview-block{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.overview-block ul{
    float: left;
    width: 100%;
    list-style-type: none;
}
.overview-block ul li{
    position: relative;
    margin: 0 0 10px 32px;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    text-align: left;
}
.overview-block ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ed1d24;
  border-radius: 50%;
  left: -18px;
  top: 7px;
}


@media only screen and ( max-width: 1200px) {
    .container-af,
    .ultimate-guide-block,
    .recent-article-block,
    .web-hosting-company-wrapper {
      max-width: 90%;
    }
    .section1-image {
      text-align: center;
    }
    .section1-image img {
      float: none;
      max-width: 264px;
      margin-right: 0;
    }
    .af-column-left h6 {
      width: 100%;
      text-align: center;
    }
    .af-column-left h1 {
      margin-top: 10px;
      font-size: 30px;
      line-height: 40px;
      width: 100%;
    }
    .af-column-left p {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 15px;
      text-align: center;
    }
    .af-column-right .af-box {
      padding-left: 100px;
    }
    .af-column-right .af-box::before {
      left: 50px;
    }
    .recent-article-title1::after {
      width: 30%;
    }
    .recent-article-title2::after {
      width: 60%;
    }
    .web-hosting-title::after {
      width: 30%;
    }
    .ultimate-guide-title h2::before {
      width: 15%;
    }
    .ultimate-guide-title h2::after {
      width: 15%;
    }
}
@media only screen and ( max-width: 1024px) {
    .block-main-intro {
      padding: 50px 0px;
    }
    .af-column-left h6 {
      font-size: 20px;
    }
    .af-column-left h1 {
      font-size: 30px;
    }
    .af-column-left p,
    .cont p,
    .af-para p,
    .service-details-block p,
    .ultimate-guide-half-block p,
    .popular-article-description p,
    .web-hosting-company-half-block p {
      font-size: 16px;
    }
    .af-column-right .af-box {
      padding-left: 80px;
    }
    .af-item {
      font-size: 14px;
    }
    .section2 {
      padding-top: 50px;
    }
    .section2_right_block_content1 p {
      font-size: 20px;
    }
    .section2_left_block img {
      max-width: 85%;
    }
    .section2_right_block_content2 ul li {
      font-size: 16px;
      margin: 0 0 5px 37px;
    }
    .section2 .container-af {
      padding-bottom: 50px;
    }
    .section3 {
      padding: 40px 0 40px 0;
    }
    .section3 p {
      font-size: 18px;
    }
    .af-post-container h2 {
      font-size: 30px;
      line-height: 45px;
    }
    .af-area h3 {
      font-size: 35px;
      line-height: 35px;
    }
    .af-area h3 a {
      font-size: 35px;
      line-height: 38px;
    }
    .cta-box.feat-product h2 {
      font-size: 30px;
    }
    .ultimate-guide-title h2 {
      font-size: 30px;
      line-height: 40px;
    }
    .ultimate-guide-title h2::before {
      width: 20%;
      top: 40px;
    }
    .ultimate-guide-title h2::after {
      width: 20%;
      top: 40px;
    }
    .quote p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px;
    }
    .ultimate-guide-right-block h3 {
      font-size: 18px;
    }
    .ultimate-guide-right-block h4 {
      font-size: 25px;
    }
    .recent-article-title1 h3,
    .recent-article-title2 h3,
    .web-hosting-title h3,
    .web-hosting-company-title-block h3 {
      font-size: 18px;
      line-height: 25px;
    }
    .popular-article-title h4 {
      font-size: 20px;
    }
    .web-hosting-title::after {
      width: 25%;
    }
    .recent-article-title2::after {
      width: 50%;
    }
    .web-hosting-company-email-block h3 {
      font-size: 20px;
      line-height: 28px;
    }
    .each-popular-article-block {
      width: 30%;
      margin-right: 5%;
    }
    .af-post-container {
      max-width: 95%;
    }
    .cta-box.feat-product {
      width: 99%;
    }


}
@media only screen and ( max-width: 900px) {
    .af-column-right .af-box::before {
      left: 50px;
      top: 8px;
      height: 95%;
    }
    .af-item {
      font-size: 14px;
      line-height: 28px;
      float: left;
      margin-bottom: 15px;
    }
    .af-item h5::after {
      bottom: 4px;
    }
    .af-column-right .af-box::before {
      left: 30px;
    }
}
@media only screen and ( max-width: 768px) {
    .af-column-right .af-box {
      padding-left: 80px;
    }
    .af-column-right .af-box::before {
      left: 40px;
    }
    .section2_right_block_content1 p {
      font-size: 18px;
      line-height: 32px;
    }
    .section2_right_block_content2 {
      padding-top: 10px;
    }
    .section2_right_block_content2 ul li {
      font-size: 15px;
    }
    .section3 p {
      font-size: 16px;
      line-height: 32px;
    }
    .block-main-intro {
      padding: 50px 0px;
    }
    .af-post-body {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .af-para {
      padding-bottom: 50px;
    }
    .af-area h3 a {
      font-size: 30px;
      line-height: 38px;
    }
    .num-head span:nth-child(1) {
      margin: 5px 0 0 -68px;
    }
    .af-area {
      padding-bottom: 50px;
    }
    .ultimate-guide-title h2 {
      font-size: 25px;
      line-height: 35px;
    }
    .ultimate-guide-title h2::before {
      width: 20%;
      top: 35px;
    }
    .ultimate-guide-title h2::after {
      width: 20%;
      top: 35px;
    }
    .popular-article-title h4 {
      font-size: 18px;
      line-height: 28px;
    }

}
@media only screen and ( max-width: 767px) {
    .block-main-intro .container-af {
      max-width: 100%;
    }
    .block-main-intro {
      padding: 0;
    }
    .af-column-left {
      box-sizing: border-box;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
    }
    .af-column-right {
      box-sizing: border-box;
      padding: 0 30px;
    }
    .af-column-left h6 {
      margin-top: 30px;
    }
    .section1-image {
      margin-bottom: 30px;
    }
    .af-column-left p {
      margin-bottom: 30px;
    }
    .wrapper-af {
      display: block;
    }
    .af-box {
      width: 100%;
      text-align: center;
    }
    .af-column-left {
      width: 100%;
      float: left;
      display: block;
    }
    .af-column-right {
      width: 100%;
      float: left;
      display: block;
      background-color: #d6181f;
    }
    .af-column-right .af-box {
      padding-left: 0;
      margin-top: 25px;
      margin-bottom: 15px;
      float: left;
      width: 100%;
    }
    .af-column-right .af-box::before {
      display: none;
    }
    .af-item h5 {
      float: none;
      width: auto;
      padding-right: 0;
      margin: 0 auto;
      display: table;
    }
    .cta-box.feat-product {
      float: none;
      width: 100%;
      max-width: 95%;
      margin: 0 auto 30px;
      display: table;
    }
    .cta-box.feat-product .img {
      position: relative;
      width: 100%;
    }
    .cta-box.feat-product .cont {
      margin-left: 0;
      width: 100%;
    }
    .ultimate-guide-title {
      padding-bottom: 50px;
    }
    .ultimate-guide-title h2::before {
      display: none;
    }
    .ultimate-guide-title h2::after {
      width: 150px;
      top: auto;
      bottom: -10px;
      margin: 0 auto;
      right: 0;
      left: 0;
    }
    .ultimate-guide-half-block {
      width: 100%;
      text-align: center;
    }
    .ultimate-guide-right-block {
      float: none;
      width: 90%;
      margin: 0 auto;
    }
    .recent-article-half-block {
      width: 100%;
    }
    .recent-article-left-block {
      padding-right: 0;
    }
    .recent-article-title1 {
      text-align: center;
    }
    .recent-article-title1 h3 {
      max-width: 100%;
      padding-right: 0;
      width: 100%;
      padding-bottom: 15px;
    }
    .recent-article-title1 h3::after {
      content: "";
      position: absolute;
      background-color: #ed1d24;
      height: 2px;
      width: 218px;
      right: 0;
      top: auto;
      bottom: 0;
      left: 0;
      margin: 0 auto;
    }
    .popular-article-image {
      text-align: center;
    }
    .popular-article-title {
      text-align: center;
    }
    .popular-article-description {
      text-align: center;
    }
    .recent-article-title2 {
      text-align: center;
      margin-top: 30px;
    }
    .recent-article-title2 h3 {
      max-width: 100%;
    }
    .recent-article-title2::after {
      width: 150px;
      top: auto;
      bottom: -10px;
      margin: 0 auto;
      right: 0;
      left: 0;
    }
    .web-hosting-company-half-block {
      width: 100%;
      text-align: center;
    }
    .web-hosting-title{
        text-align: center;
    }
    .web-hosting-title::after {
      width: 150px;
      top: auto;
      bottom: -10px;
      margin: 0 auto;
      right: 0;
      left: 0;
    }
    .web-hosting-company-right-block {
      padding-left: 0;
    }
    .ultimate-guide-right-block h3::after {
      width: 150px;
      left: 0;
      bottom: 0px;
      right: 0;
      margin: 0 auto;
    }
    .ultimate-guide-right-block ul {
      text-align: left;
    }
    .num-head span:nth-child(1) {
      margin: -8px 0 0 -68px;
    }
    .af-post-container {
      max-width: 95%;
      margin: 0 auto;
    }
    .overview-block {
      margin-bottom: 30px;
    }
    .web-hosting-title h3 {
      padding-right: 0;
      padding-bottom: 15px;
      width: 100%;
    }
    .web-hosting-title h3::after {
      right: 0;
      top: auto;
      bottom: 0;
      left: 0;
      margin: 0 auto;
    }
    .web-hosting-company-image-block {
      margin-top: 30px;
    }

}
@media only screen and ( max-width: 600px) {
    .af-column-left h6 {
      margin-top: 10px;
      margin-bottom: 5px;
      font-size: 21px;
      line-height: 36px;
    }
    .af-column-left h1 {
      font-size: 30px;
      letter-spacing: 0;
      max-width: 360px;
      float: none;
      margin: 0 auto;
      display: table;
      line-height: 36px;
    }
    .af-column-left p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
    }
    .section2_left_block {
      float: left;
      width: 100%;
      text-align: center;
    }
    .section2_left_block {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
    }
    .section2_left_block img {
      max-width: 100%;
    }
    .section2_right_block {
      float: left;
      width: 100%;
    }
    .section2_right_block_content1 p {
      font-size: 21px;
      line-height: 30px;
    }
    .section2_right_block_content2 ul li {
      font-size: 18px;
    }
    .section2 .container-af {
      background-image: none;
    }
    .section3 {
      background-color: #e8f2fb;
    }
    .section3 p {
      font-size: 18px;
      line-height: 30px;
    }
    .af-column-left h1 br{
        display: none;
    }
    .af-post-container h2 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 10px;
    }
    .af-para {
      padding-bottom: 20px;
    }
    .af-area h3 {
      font-size: 25px;
      line-height: 30px;
      padding-left: 85px;
    }
    .af-area h3 a {
      font-size: 25px;
      line-height: 30px;
    }
    .btn-red, a.btn-red {
      margin: 0 auto;
      display: table;
    }
    .recent-article-inner-block {
      margin-bottom: 30px;
    }
    .each-popular-article-block {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5%;
      max-width: 100%;
    }


}
@media only screen and ( max-width: 420px) {
    .af-post-container h2 {
      font-size: 18px;
      line-height: 30px;
    }
    .cont p, 
    .af-para p, 
    .service-details-block p, 
    .ultimate-guide-half-block p, 
    .popular-article-description p, 
    .web-hosting-company-half-block p {
      font-size: 16px;
      line-height: 30px;
    }
    .af-area h3 a {
      font-size: 20px;
      line-height: 24px;
    }
    .cta-box.feat-product h2 {
      font-size: 20px;
    }
    .cont p, .af-para p, .service-details-block p, .ultimate-guide-half-block p, .popular-article-description p, .web-hosting-company-half-block p {
      margin-bottom: 15px;
    }
    .cta-box.feat-product .line-feat td {
      font-size: 14px;
    }
    .cta-box.feat-product .cont {
      padding: 30px 30px 30px;
    }
    .service-details-block {
      max-width: 95%;
      text-align: center;
    }
    .ultimate-guide-title h2 {
      font-size: 20px;
      line-height: 30px;
    }
    .ultimate-guide-right-block {
      width: 95%;
      padding: 30px 30px 10px 30px;
    }
    .ultimate-guide-inner-block {
      margin-bottom: 50px;
    }
    .popular-article-half {
      width: 100%;
    }
    .each-recent-article-left-block {
      width: 100%;
    }
    .each-recent-article-right-block {
      width: 100%;
    }
    .popular-article-image-small {
      text-align: center;
    }
    .web-hosting-company-email-block h3 {
      font-size: 18px;
    }
    .popular-article-block1 {
      margin-bottom: 20px;
    }
    .overview-block {
      text-align: left;
    }
}