@charset "UTF-8";
@font-face{
  font-family:OpenSans;
  font-display:swap;
  src:url(../fonts/Open-Sans.ttf) format("TrueType")
}
@font-face{
  font-family:OpenSans;
  font-display:swap;
  font-weight: bold;
  src:url(../fonts/OpenSans-Bold.ttf) format("TrueType")
}
@font-face{
  font-family:OpenSans;
  font-display:swap;
  font-weight: 600;
  src:url(../fonts/OpenSans-Semibold.ttf) format("TrueType")
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-family:OpenSans,Arial,sans-serif;
  font-display:swap;
  font-size:16px;
  line-height: 26px;
  color: #2e2e2e
}
body{
  font-family:OpenSans,Arial,sans-serif;
  font-display:swap;
  margin:0;
  padding:0;
}
a[href],a:hover{
  text-decoration: none;
  color: #0e88e4
}
img{
  max-width: 100%;
  width: auto;
  height: auto;
}
input[type="text"]{
  font-size: 16px;
  font-family: OpenSans,Arial,sans-serif;
}
.container {
  margin-right: auto;
  margin-left: auto
}
.global-scrolltop{
  background-color: #0e88e4;
  position: fixed;
  right: -45px;
  bottom: 10%;
  text-align: center;
  padding: 4px 12px 0px 16px;
  border-radius: 22px 0 0 22px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.global-scrolltop.active{
  right: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.global-scrolltop img{
  height: 16px !important;
}
table,iframe{
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
      width:750px
  }
}

@media (min-width: 992px) {
  .container {
      width:970px
  }
}

@media (min-width: 1200px) {
  .container {
      width:1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.header{
  padding: 20px 0;
  height:90px;
  border-bottom: 1px solid #f4f4f4;
}
.navcontainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navlinks a{
  color: #2e2e2e;
  margin:0 24px
}
.navlinks a:hover,
.navlinks a.active{
  color:#0e88e4
}
.navlinks{
  display: flex;
  align-items: center;
}
.navlinks>div{
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 24px;
}
.navlinks>div>img{
  cursor: pointer;
}
.navlinks.active{
  width: calc(100% - 300px);
}
.navlinks.active>a{
  display: none;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.navlinks.active>div{
  width: 100%;
}
.searchcontainer{
  width: calc(100% - 24px);
}
#global-search{
  display: flex;
  align-items: center;
}
#global-search >input{
  width: calc(100% - 24px);
  height: 38px;
  border: none;
  padding: 0 12px;
  outline: none;
}
.topsearch{
  cursor: pointer;
}
.searchcontainer{
  display: none;
}
.navlinks.active .searchcontainer{
  display: block;
}
.footer{
  background-color: #fafafa;
  padding: 32px 0 40px 0
}
.footer >.container{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.footer-about{
  width: 30%;
}
.footer-about img {
  filter: Gray;
  -webkit-filter: grayscale(100%);
}
.footer-about p{
  line-height: 30px;
  margin: 30px 0 0 0;
  color: #626262
}
.footer-links{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-links label{
  font-size: 18px;
  color: #2e2e2e;
  font-weight: bold;
}
.footer-links label+div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.footer-links a{
  color:#626262;
  margin: 5px 0
}
.footer-links a:hover{
  color: #0e88e4
}
.footer-links .social{
  flex-direction: row;
}
.footer-links .social a{
  margin-right:12px;
}
.footer-links .social a:last-of-type{
  margin-right:0;
}
.footer-foolow{
  flex-direction: row !important;
}
.footer-foolow a{
  margin-right: 20px;
}
.footer-foolow a:last-of-type{
  margin-right: 0;
}
.copyright{
  color: #ececec;
  background-color: #2e2e2e;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
}
.cookie_info{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2e2e2e;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  z-index: 9;
}
.cookie_info a[href]{
  color: #0e88e4
}
.cookie_info a[onclick]{
  background-color: #0e88e4;
  padding: 4px 16px;
  border-radius: 4px;
  margin-left: 24px;
  cursor: pointer;
}
.cookie_info a[onclick]:hover{
  color:#fff
}
.featured-tool{
  background-color:#fff;
  padding:100px 0 70px 0
}
.featured-tool-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.featured-tool-list>a{
  width:calc((100% - 120px) / 3);
  margin:0 60px 30px 0;
  border-radius: 6px;
  box-shadow: 2px 2px 12px rgba(188,188,188,.56);
  padding: 30px 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.featured-tool-list>a:hover{
  margin-top: -5px;
  margin-bottom:35px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.featured-tool-list>a:nth-child(3n){
  margin-right:0
}
.tool-header{
  display: flex;
  align-items: center;
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 600;
}
.tool-header img{
  width:auto !important;
  height:50px !important;
  margin-right:20px
}
.tool-header+p{
  color: #626262;
  margin: 10px 0;
  height: 130px;
}
.tool-header+p+div{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
}
.tool-header+p+div span{
  color: #626262;
  background-color: #f0f0f0;
  border-radius: 15px;
  padding: 4px 12px;
  margin-right:8px
}
.tool-header+p+div span:last-of-type{
  margin-right:0
}
.mob-menu{
  display: none;
}
@media (max-width: 769px) {
  body{
    padding-top: 90px;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: auto;
    z-index: 9;
  }
  .navcontainer{
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navlinks{
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
  }
  .mob-menu.active+.navlinks{
    display: flex;
  }
  .navlinks a{
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .navlinks>div{
    margin: 0;
    padding: 12px 15px;
    width: 100%;
    border-top: 1px solid #ddd;
    height: auto;
  }
  .navlinks.active{
    width: 100%;
  }
  .navlinks.active>a{
    display: inherit;
  }
  .mob-menu{
    display: block;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
  }
  .mob-menu.active{
    background-color: #2a2a2a;
  }
  .mob-menu>span{
    display: block;
    width: 44px;
    height: 34px;
    position: relative;
  }
  .mob-menu::after,
  .mob-menu>span::before,
  .mob-menu>span::after{
    content:'';
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #2e2e2e;
    left: 0;
    position: absolute;
  }
  .mob-menu.active::after,
  .mob-menu.active>span::before,
  .mob-menu.active>span::after{
    background-color: #fff;
  }
  .mob-menu>span::before{
    top: 0;
  }
  .mob-menu>span::after{
    bottom: 0;
  }
  .mob-menu::after{
    top:20.5px;
    left: 6px;
    width: calc(100% - 12px);
  }
  .footer >.container{
    flex-wrap: wrap;
  }
  .footer-about{
    width: 100%;
    padding:0 15px
  }
  .footer-about p{
    margin-top:0
  }
  .footer-links{
    flex-wrap: wrap;
    margin-top:24px;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
  }
  .footer-links>div{
    width: 50%;
  }
  .footer-links>div:first-of-type{
    margin-right: 0;
  }
  table{
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
}