@font-face {
  font-family:Montserrat;
  src: url(../fonts/Montserrat-Regular.otf);
}
body{
    font-family: 'Montserrat-regular';
}
.nav-tabs {
    border-bottom: none !important
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: #fff;
   background-color: #118DF0;
   border-color: #dee2e6 #dee2e6 #fff;
   padding-top: 14px;
   padding-bottom: 14px;
   font-weight: 300;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   border-color: none !important;
   border: none !important;
}
.productstab > .nav-link:hover {
   background-color: #118DF0;
   color: #fff!important;
   font-weight: 300;
}
.startedbtn{
    background-color: #118DF0;
    color: #fff;
}
.startedbtn:hover{
    background-color: #fff;
    color: #118DF0;
    border: 1px solid #118DF0;
}
.media:hover{
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
}
/* owl nav */
.owl-nav span{
    color:#118DF0;
  }

  .owl-nav span:hover{
    color: #424242;
  }

  .owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .owl-prev {
    left: -3rem
  }

  .owl-next {
    right: -3rem;
  }

  .owl-theme .owl-controls .owl-page {
      display: inline-block;
  }
  .owl-theme .owl-controls .owl-page span {
      background: none repeat scroll 0 0 #fff;
      border-radius: 20px;
      display: block;
      height: 12px;
      margin: 5px 7px;
      opacity: 0.5;
      width: 12px;
  }
  .productstab > .nav-link {
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 13px;
}
.tablecard{
  background: #fff;
    padding: 0px 10px 10px 10px;
    height: 375px;
    border-radius: 5px;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
}
.section2div1{
  justify-content: space-between;
  display: flex;
}
.hearticon{
  padding-left: 23px;
 font-size: 25px;
 color: #118DF0;
}
.newheadingdiv{
  width: 49%;
 background: #118DF0;
color: #fff;
padding-left: 10px;
}
.section2img{
  width: 70%;
  transform: translateX(26px);
}
.ratingdiv{
  height: 40px;
}
.section2productheading{
  font-weight: 600;
                                        color: #000;
                                        font-size: 18px;
}
.section2productpara{
  padding-top: 23px;
                                        font-size: 20px;
                                        color: #000;
                                        font-weight: 600;
}
.section2productparaspan{
  font-size: 12px;
    text-transform: capitalize;
    padding-left: 0px;
}
.section2productpara2{
  font-size: 13px;
}
.starating{
  color: #118DF0;
}
.ratingheading{
  font-size: 12px;
    padding-left: 5px;
    padding-top: 3px;
    color: #118DF0;
    font-weight: bold;
}
.section2div21{
  padding-top: 50px;
}
.section2heading2{
  font-size: 12px;
    font-weight: 500;
    color: #000;
}
.section2productheadings{
  font-weight: 600;
  color: #000;
  font-size: 18px;
}