*{
padding:0;
margin:0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;                                         
}
body{
line-height: 1.5;
font-family: 'Lato', sans-serif;
/*background: rgb(2,0,36);
background: linear-gradient(350deg, rgba(2,0,36,1) 0%, rgba(4,34,52,1) 35%, rgba(0,151,255,1) 100%);
*/
}
ul{
padding: 0px;
}
a{
text-decoration: none;
}

#wrapper{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-header{
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  max-width: 1320px;
  padding: 1rem 15px;
  align-items: center;
  justify-content: space-between;
}
.logo-header a{
  display: block;
}
.menu-holder {
  /*background: red;*/
  width: 40px;
  height: 40px;
}
.menu-holder {
  /*background: #2d9596;*/
  cursor: pointer;
  /*padding: 10px 15px;*/
  scale: 1.2;
  display: none;
}
.menu-holder div {
    width: 40px;
    height: 5px;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
    background: rgba(0,151,255,1);
  }
  .menu-holder .toggled {
    background: rgba(0,151,255,1);
  }

.toggled div {
  background: rgba(0,151,255,1);
}

.toggled div:nth-of-type(1) {
  transform: translate(0, 10px) rotate(-45deg);
}
.toggled div:nth-of-type(2) {
  opacity: 0;
}
.toggled div:nth-of-type(3) {
  transform: translate(0, -10px) rotate(45deg);
}


#nav{
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 .75rem;
background: #042234;
background: #4887ae;
}
#nav ul{
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-content: center;
}
#nav ul li{
margin: 0 15px;
}
#nav ul li a{
color: #fff;
display: block;
padding: 8px 1rem;
border-bottom: solid 4px #042234;
border-bottom: solid 4px #4887ae;
transition: color .15s ease-in-out,
background-color .15s ease-in-out,
border-color .15s ease-in-out;
}
#nav ul li a:hover,
#nav ul li a.nav-active{
color: #fff;
border-bottom: 4px solid #fff;
background-color: rgba(255,255,255,.2);
}


#main{
display: flex;
margin: 0 auto;
padding: 40px 0;
flex-wrap: wrap;
max-width: 1320px;
position: relative;
justify-content: space-between;
}
#main .content{
width: 75%;
}
#main .content .heading-block{
margin: 0 0 1rem;
background: #fff;
padding: 2rem 2rem;
border-radius: 0.25rem;
border: 1px solid rgba(0,0,0,.125);
}
#main .content .heading-block h1{
color: #042234;
display: block;
font-weight: 700;
font-size: 1.75rem;
text-align: center;
}
#main .content .heading-block h2{
color: #4887ae;
display: block;
margin-top: 1rem;
font-weight: 500;
line-height: 1.2;
font-size: 1.5rem;
text-align: center;
margin-bottom: 0.7rem;
}
#main .content .msg-block{
display: flex;
flex-wrap: wrap;
background: #fff;
justify-content: space-between;
}
#main .content .msg-block .img-block{
width: 25%;
text-align: center; 
}
#main .content .msg-block .text-block{
width: 75%;
}
#main .content .msg-block .text-block p{
text-align: justify;
}
#main .content .msg-block .img-block img{
display: inline-block;
}

#main .content .heading-block.bg-blue{
background: #9ddaff;
text-align: left;
}
#main .content .heading-block .list{
margin: 0;
padding: 0 0 0 1rem;
}
#main .content .heading-block .list li{
margin: 0 0 10px;
}

/* product new style here goes */
.inner-pro-wrapper {
    margin-bottom: 20px;
    border: 3px solid #e1e1e1;
    border-radius: 10px;
    margin-top: 30px;
}
.product_heading_inner {
    text-align: center;
    background-color: #e1e1e1;
    padding: 0px 0px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.tag_img {
    margin-top: -44px;
    max-height: 90px;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
.product_heading_inner h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
	font-weight: 700;
    color: #dc3545!important;
}
.product-content {
    display: flex;
    width: 100%;
}
.product_wrpper {
    border-right: 1px solid #e1e1e1;
    min-height: 224px;
    overflow: hidden;
    text-align: center;
    width: 25%;
   /* box-shadow: 0 0 20px rgb(84 84 84 / 25%); */
    display: flex;
    justify-content: center;
   /* align-items: center;*/
}
.new_rat a {
    width: 80%;
    margin: auto;
}
.product_wrpper img {
    padding: 10px;
}
.rating_section {
    width: 25%;
    display: table;
}
.new_product_check {
    font-size: 14px;
    color: #444;
    padding: 0;
    margin: 0;
    list-style: none;
}
.new_product_check li {
    margin: 0 0 10px;
    padding: 0 0 1px 50px;
    background: url(../images/tick-1.png) 7px 0 no-repeat;
    background-size: 33px;
    margin: 11px 2px 13px 15px;
    line-height: 32px;
}
.our-rating {
    border-left: 1px solid #e1e1e1;
	width: 50%;
    text-align: center;
}
.our-rating h2 {
    margin: 0px;
}
.our-rating h2 {
    margin: 0px;
}
.text-holder {
    text-align: justify;
    padding: 10px 15px;
}
.tag_img{
	position: relative;
}
.top_choice_img img{
	width: 80px;
    height: 90px;
}


/* end of the product new style */


.product-block{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  background: #fff;
  position: relative;
  padding: 2rem 2rem;
  border-radius: 0.25rem;
  justify-content: space-between;
  border: 1px solid rgba(0,0,0,.125); 
}
/*.product-block.first:after{
  top: -40px;
  z-index: 999;
  right: -30px;
  width: 100px;
  height: 110px;
  content:"";
  position: absolute;
  background: url(../images/chart_top_choice.png) no-repeat;
  background-size: 100% 100%;
} */
.product-block:nth-child(even){
 /* flex-direction: row-reverse; */
}
.product-block .img-holder{
  width: 33.3%;
  padding: 0 15px;
}

.font-weight-bold {
    font-weight: 700 !important;
}
.btn-new {
    background: linear-gradient(rgba(0,151,255,1), rgba(4,34,52,1));
    color: #212121;
    white-space: normal;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    padding: 10px 20px;
    display: inline-block;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.btn-new:hover{
  color: #fff;
  background: linear-gradient(rgba(4,34,52,1), rgba(0,151,255,1));
}
.product-block .ul-check{
    font-size: 14px;
    color: #444;
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-block .ul-check li{
    margin: 0 0 10px;
    padding: 0 0 1px 50px;
    background: url(../images/tick-1.png) 7px 0 no-repeat;
    background-size: 33px;
    margin: 15px 0 0 6px;
    line-height: 32px;
}
.product-block .img-holder .text-center{
  display: block;
  margin: 20px 0 10px;
}

.product-block .text-holder{
 /* width: 66.6%; */
  padding: 0 0 0 15px;
}
.product-block .text-holder h5{
  font-weight: 700;
}
.product-block .btn-holder a{
  display: inline-block;
  margin-bottom: 0;
}
.product-block .btn-holder a:hover{
  color: #fff;
}

#main .side-bar{
  right: 0;
  bottom: 0;
  top: 42px;
  width: 23%;
  height: 100%;
  background:#fff;
  position: absolute;
}

#main .side-bar .side-box{
  background: #fff;
  padding: 2rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,.125)
}
#main .side-bar .side-box h4{
  font-weight: 700;
  font-size: 1.5rem;
  color:#212529;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  display: block;
  text-align: center;
}
#main .side-bar .side-box .check_list{
  padding: 0;
  color: #454545;
  font-size: 15px;
  list-style: none;
  margin: 0 ;
}
#main .side-bar .side-box .check_list li {
    margin: 15px 0;
    padding: 0 0 1px 50px;
    background: url(../images/tick-1.png) 7px 7px no-repeat;
    background-size: 36px;
}
#main .side-bar .side-box .check_list li:last-child{
  margin-bottom: 0;
}
#main .side-bar .side-box h5{
  font-weight: 700;
  font-size: 1.25rem;
  color:#212529;
  line-height: 1.2;
  margin: 0 0 1rem;
  display: block;
  text-align: center;
}
#main .side-bar .side-box ol li{
  margin: 0 0 10px;
}
.position-absolute.preview_tag{
  top: 0;
  right: 0;
  width: 100px;
  height: 110px;
}
.col.position_reltiv{
  position: relative;
}

#footer .footer-holder{
  margin: 0 auto;
  max-width: 1320px;
  padding: 20px 20px;
  text-align: center;
  border-top: 1px solid #fff;
}
#footer .footer-holder span{
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 0 1rem;
}
#footer .footer-holder .footer-list{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}
#footer .footer-holder .footer-list li{
  padding: 0 10px;
  border-right: 1px solid #fff;
}
#footer .footer-holder .footer-list li:last-child{
  border: 0;
}
#footer .footer-holder .footer-list li a{
  color: #fff;
}
#footer .footer-holder .footer-list li a:hover{
  text-decoration: underline;
}

@media (max-width: 1330px){
  #main .side-bar{
    right: 10px;
  }
  #main .side-bar .side-box h4,
  #main .side-bar .side-box h5{
    text-align: left;
  }
  #main{
    padding-left: 10px;
  }
  #main .side-bar{
    width: 24%;
  }
  #main .content{
    width: 73%;
  }
  .product-block.first:after{
    right: -7px;
  }
}
@media(max-width: 991px){
  .menu-holder {
    display: block;
  }
  #nav {
    height: 0;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: height 2s;
    transition: all .5s ease-in-out;
  }
  #nav ul{
    flex-wrap: wrap;
    padding: 20px 0;
  }
  #nav ul li{
    width: 100%;
    display: block;
    margin: 0 20px;
  }
  body.open-nav #nav{
    opacity: 1;
    height: 260px;
    max-height: 260px;
    visibility: visible;
  }
  #main .content{
    width: 100%;
  }
  #main .side-bar{
    width: 320px;
    position: static;
    margin: 20px 0 0;
  }
  div#side-3{
    position: static !important;
  }
  #main{
    padding: 30px 15px;
  }
}

@media (max-width: 767px){
  #main .content .msg-block .img-block{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .product-content, .product_des_wrapper{
	  display: block;
  }
  .product_wrpper, .rating_section, .our-rating{
	  width: 100%;
  }
  #main .content .msg-block .text-block{
    width: 100%;
  }
  .product-block .text-holder,
  .product-block .img-holder{
    width: 100%;
    padding: 0;
  }
  .product-block .img-holder{
    margin: 0 0 30px;
  }
}
@media (max-width: 575px){
  .logo{
    width: 250px;
  }
  .logo img{
    width: 100%;
    display: block;
  }
}