* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
html,body{
  scroll-behavior: smooth;
}
html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #000;
}
body {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: roboto,Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
}
h1, h2, h3, h4, h4 {
    margin: 0;
    padding: 10px 0;
}
a,a:hover,a:focus{
  text-decoration: none;
}
img{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}
p,a{
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}
h5{
  color: #404040;
  margin-bottom: 10px;
}
h4{
  color: #000;
  font-weight: 600;
}
.containerColon{
  max-width: 1200px;
  margin: 0 auto;
}
.colorGrey{
  color: #7A7A7A;
}
.colorRed,.colorRed:hover{
  color: #c36;
}
.logoSection{
  background: #EBF2F9;
  border-top: 2px solid #0E0895;
  padding: 10px 0;
}
.logoSection img{
  max-width:177px;
  margin: 0;
  margin-left: 101px;
}
.title{
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}
.advertorial{
  font-size: 14px;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: -7px;
}
.center{
  text-align: center;
}
.green-top{
  text-align: center;
  background-color: #fff;
  color: #7A7A7A;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}
.blue-box{
  background-color: #d9edf7;
  border: 1px solid #c5d9e2;
  border-top-color: #c5d9e2;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70px;
  margin-bottom: 10px;
}
.blue-box h5,.blue-box p{
    color: #347392;
    width: 100%;
    margin-bottom: 0;
    text-align: center !important;
}
.box-grey{
  max-width: 1000px;
  margin: 0 auto;
}
.btn-green{
  background-color: #de3843;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
  margin: 20px 0 20px 0;
  font-weight: 500;
  font-size: 13px;
  padding: 12px 24px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: #087c08;
  border-bottom-width: 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  transition-duration: 500ms;
}
.btn-green:hover{
  color: #fff;
  background-color: #de3843;
}
.btn-green_anim{
  animation: btn 1s ease-in-out infinite;
}
.box-btn a{
  display: initial;
}
.box-btn{
  margin: 30px 0 35px 0;
}
@keyframes btn {
  0%{
    margin-left: 0px;
  }
  50%{
    margin-left: 10px;
  }
  100%{
    margin-left: 0px;
  }
}
.box_right_section{
  margin-top: -4px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: open sans;
  font-weight: 300;
  border-radius: 5px;
  position: sticky;
  top: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom:10px;
}
.box_right_section p{
  text-align: left;
  margin-bottom: 1px;
  display: flex;
  justify-content: space-between;
  padding: 3px 2px 4px 2px;
  border-bottom: 3px solid #0298BD;
}
.box_right_section p span{
  color: #404040;
}
.box-grey p{
  font-size: 15px;
  line-height: 1.4;
  color: #777575;
}
.box-grey p:first-child{
  padding-top: 10px;
  text-align: center;
}
.box-grey p:last-child{
  padding-bottom: 15px;
  margin-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.box-grey p a{
  color: #777575;
  font-size: 21px;
}
.box-grey p span{
  color: #777575;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.flexOne{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flexOne div{
  width: 50% !important;
}
.flexOne div img{
  max-width: 357px !important;
  width: 100%;
  height: 357px;
}
.flexOne div p{
  margin-left: 10px;
}
.flexTwo{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.flexTwo h4,.flexTwo p{
  margin-left: 25px;
}
.flexTwo img{
  width: 152px;
}
.stars{
  width: 125px;
  display: inline-block;
  margin: 16px 0 19px 0;
}
.name{
  color: #3cb68c;
  font-weight: 600;
  font-size: 18px;
}
.verified{
  font-size: 14px;
  margin-top: -15px;
}
.review_text{
  color: #7A7A7A;
}
.boxBlue{
  position: relative;
}
.boxBlue a{
  position: absolute;
  bottom: 84px;
  left: 63%;
  transform: translateX(-37%);
  text-align: center;
  max-width: 369px;
  width: 100%;
}
.boxGrey p{
  color: #777575;
  font-size: 17px;
}
.boxGrey p:nth-child(2),.boxGrey p:nth-child(3),.boxGrey p:nth-child(4){
  margin-bottom: -4px;
}
.boxGrey p:nth-child(3){
  font-weight: bold;
}
.imgRightSection{
  width: 90%;
  margin: 15px auto;
}
@media (max-width:1200px){
  .flexOne div{
    width: 100% !important;
  }
}
@media (max-width:991px){
  .dnone_right{
    display: none;
  }
}
@media (max-width:800px){
  .btn-green{
    margin: 10px auto;
    display: block;
    width: 50%;
    text-align: center;
  }
  .btn-green_anim{
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: block !important;
    padding: 10px 10px;
    margin: 0px auto;
    animation: btn 1.5s ease-in-out infinite;
  }
  @keyframes btn {
    0%{
      margin-left: 0px;
      transform: scale(0.98);
    }
    50%{
      margin-left: 0px;
      transform: scale(1);
    }
    100%{
      margin-left: 0px;
      transform: scale(0.98);
    }
  }
  .btn-green_anim span{
    display: none;
  }
  .box-btn{
    text-align: center;
    margin: 15px 0 15px 0;
  }

}
@media (max-width:770px){
  .boxBlue a{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
  }
}
@media (max-width:710px){

  .title {
    font-size: 26px;
  }
  img{
    width: 100%;
  }
}
@media (max-width:500px){

  .flexTwo img {
    width: 100px;
  }
  .flexTwo h4, .flexTwo p{
    margin-left: 0;
  }
  .flexTwo h4{
    text-align: center;
    margin: -15px 0 -7px 0;
  }
  .flexTwo{
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .flexOne div p {
    margin-left: 0px;
  }
  .logoSection img{
    max-width:120px;
    width: 100%;
    margin: 0;
    margin-left: 10px;
  }
  .logoSection{
    padding: 5px 0;
  }
  .green-top{
    margin-bottom: 0;
  }
  .blue-box{
    height: 90px;
  }
  .btn-green{
    width: 100%;
    font-size: 12px;
    padding: 15px 0px;
  }
  .btn-green_anim{
    width: 100%;
    font-size: 19px;
    padding: 9px 0px;
  }
  p{
    text-align: justify;
  }
}
@media (max-width:400px){
  .flexOne div img{
    height: auto;
  }
  .boxBlue a{
    bottom: 5px;
  }
}
@media (max-width:360px){
  .boxBlue a{
    width: 98%;
    font-size: 11px;
  }
}
@media (max-width:325px){
  .boxBlue a{
    bottom: 0px;
  }
}

/* Comments */
.comments h2{
  text-align: center;
  border-bottom: 4px solid #BA1820;
  border-top: 4px solid #BA1820;
  margin: 20px auto;
  font-size: 30px;
}
.comments_box{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid black;
}
.comments_box div:first-child{
  width: 5%;
}
.comments_box div:last-child{
  width: 95%;
}
.comments_box div img{
  max-width: 40px;
  width: 100%;
  margin-left: 0px;
}
.comments_box div p,.comments_box div h5{
  margin-bottom: 0;
}
.comments div:last-child{
  border-bottom: none;
}
@media (max-width:700px){
  .comments_box div:first-child{
    width: 20%;
  }
  .comments_box div:last-child{
    width: 80%;
  }
  .comments_box div img{
    max-width: 50px;
    width: 100%;
  }
  .comments_box div p,.comments_box div h5{
    margin-left: 5px;
  }
  .comments_box div h5 span:last-child{
    display: block;
  }
  .comments_box div p{
    line-height: 1.1;
  }
}
