@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body,
html {
  height: 100%;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

body {
  margin: 0!important;
  background-color: #f6f6f6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #343940;
  line-height:1.6;
}

html {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

/*Grid*/
@media (min-width: 1440px) {
.container {
    max-width: 1400px;
	}
}

@media (min-width: 1680px) {
.container {
    max-width: 1500px;
	}
}


h1, .h1 {
  font-weight: 700;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0
}
h2, .h2 {
  font-size: 1.65rem;
  font-weight: 700;
	color: #000;

  
}

h3, .h3 {
  font-size: 1.25rem;
  font-weight: 700;
	color: #000;
  
}

h4, .h4 {
  font-size: 1.1rem;
  font-weight:500;
	color: #000;
}

h5, .h5 {
  font-size: 1rem;
  font-weight: 500;
	color: #000;
}
h2 a,
h4 a, 
h5 a,
h2 a:hover,
h4 a:hover, 
h5 a:hover {
  color: #000;
}

.lead {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.text-white h3 {
  color: #fff !important;
}

.text-muted {
  color: #9B9B9B !important;
}

.text-light-grey{
  color: #EAEAEA;
}

.text-success {
  color: #3DB770 !important;
}

.text-notsuccess {
  color: #F44336 !important;
}

.text-danger {
  color: #F44336 !important;
}

.text-navy {
  color: #032777 !important;
}

.text-light-blue{
    color: #6B7FAA!important;
}
.text-yellow{
    color: #FFD24D;
}

.bnt-default{
  background: #EEEEEE;
  color: #000;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}
.bnt-default:hover{
  background: #e9e9e9;
  text-decoration: none;
  color: #000;
}

li,
ul {
  list-style-type: none
}

a.blue-link {
  color: #428dff !important;
}

a.blog-link {
  color: #000;
  text-decoration: underline;
}
.text-underline{
  text-decoration: underline;
}
.overflow-hidden{
  overflow: hidden;
}
/*Buttons*/

.btn {
  border-radius: 3px;
  font-weight: 500;
}

.btn-primary {
  background-color: #428DFF;
  border-color: #428DFF;
}

.btn-info {
  background-color: #E1EDFF;
  border-color: #E1EDFF;
  color: #5397FF;
}


.btn-info:hover,
.btn-info:active {
    background-color: #5397FF;
    border-color: #5397FF;
    color: #fff;
}

.btn-success {
  background-color: #3DB770;
  border-color: #3DB770;
}

.btn-danger {
  background-color: #E65F57;
  border-color: #E65F57;
}

/*Default overrides*/

.card-body {
  padding: 0.9rem;
}

.bg-white{
  background: #fff;
}
.bg-primary {
  background-color: #032777 !important;
}
.bg-dark-blue{
  background: #061F57!important;
}
.bg-green{
    background-color: #3DB770;
}

.bg-purple {
  background-color: #713B81 !important;
}

.bg-light-blue {
  background-color: #D4E1F4 !important;
}
.bg-yellow{
  background-color: #FFD24D;
}

.yellow-bg {
  background-color: #FFFAED;
}

.grey-bg {
  background-color: #FAFAFA;
}

.box-shadow{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.w-40{
    width: 40px;
}
.h-40{
    height: 40px;
}
.form-control {
  border-radius: 3px;
  color: #BBBBBB;
}

.form-control:focus {
  color: #000;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BBBBBB;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BBBBBB;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #BBBBBB;
}

.px-7{
  padding-left: 5rem;
  padding-right: 5rem;
}
.fs-14{
    font-size: 14px;
}

.breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "→";
}

.pagination .page-link {
  color: #3B3F42;
      padding: .4rem .75rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3B3F42;
    border-color: #3B3F42;
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}


/*Search hero banner*/
.main-section .search {
  position: relative;
}

.banner .input-group {
  box-shadow: 0 0 9px rgba(0,0,0,0.1);
}
.banner .form-control {
  border-color: #fff;
}

.main-section .banner .btn-search {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  width: 110px;
  background-color: #3db770;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.main-section .banner .btn-search:hover {
  cursor: pointer;
  background-color: #309159
}

.main-section .banner-nav {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding-top: 2px
}

.main-section .banner-nav__text {
  line-height: 25px
}

.main-section .banner-nav__link {
  color: #032777;
  font-size: 15px
}

.main-section .banner-nav__link:hover {
  text-decoration: none
}

.main-section .banner-nav__item {
  width: 20%;
  border-right: 1px solid #eaeaea;
}

.main-section .banner-nav__item:last-child {
  border-right: none
}

.main-section .banner-nav__item .fab,
.main-section .banner-nav__item .fas {
  font-size: 1.45rem;
}

.banner {
    background-color: #bccfec;
    border-radius: 5px 5px 5px 5px;
  }

@media (min-width: 1201px) {
  .main-section .banner {
    background: #bccfec url(../images/geek.png) no-repeat 90% 0%;
    border-radius: 5px 5px 0 0
  }
}

@media (max-width:1200px) {
  .main-section .banner {
    background-color: #bccfec;
    border-radius: 5px 5px 5px 5px;
  }
}

.main-section .banner .search {
  display: inline
}

.banner .lead {
  color: #6b7faa;
  font-size: 18px
}

.main-section .banner h1 {
  color: #061f57;
  font-size: 2.25rem;
  font-weight:700;
}

.main-section .banner h1 .underline {
  display: inline-block;
  position: relative;
  z-index: 10
}

.main-section .banner h1 .underline:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #428dff
}


/*Review box*/

.review.card {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  border: none;
  overflow: hidden;
}

.review.card.dashed-danger{
  border: 2px dashed #FBABAF;
}

.review.card .logo {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.review.card .price {
  color: #4A4A4A;
}

.review.card .grey-bg {
  border-top: 1px solid #EAEAEA;
  background-color: #FCFCFC;
}


.rating-stars i {
  color: #eaeaea;
}

.rating-stars i.active,
.rating-stars i:hover {
  color: #EEB929;
}


/*Sidebar Card*/

.sidebar .card-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95rem;
  padding: .5rem 1.25rem;
}

.sidebar.card {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.sidebar.card a {
  color: #000;
}

.sidebar .user-review-item{
  font-size: 14px;
  line-height: 18px;
}


/*Homepage best reviews*/
.best {
  background: #713b81 url(../images/best-bg.png) no-repeat bottom right
}


.star-choise,
.percent-choise{
  position: absolute;
  top: -4px;
  right: 7px;
}

/*Sidebar resources */
.sidebar.resources a,
.sidebar.resources h5 {
  font-size: 14px;
  line-height: 18px;
  color: #3B3F42;
}
.sidebar.resources .fas,
.sidebar.resources .far,
.sidebar.resources .fab {
  font-size: 1.45rem;
}

.sidebar.resources a:hover {
  text-decoration: none;
  color: #111;
}

.sidebar.resources .item__rating-number,
.sidebar.resources .rating-stars .fas{
  font-size: 1rem;
}

/*Sidebar newsletter */

.newsletter {
  background-color: #3DB770;
  position: relative;
  border-radius: 5px;
  color: #fff;
}

.newsletter h3 {
  color: #fff;
  font-weight: 500;
}


.newsletter .btn-success {
  background-color: #008255;
  border-color: #008255;
}

.newsletter .form-control {
  border: none;
}

.mail__icon {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

/* Sidebar Best rated */

.img-size   ul li img {
	max-width: 75px !important;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
.img-size  .review-result-wrapper i {
  font-size: 12px !important;
}
.img-size  .review-star {
  margin: 0 10px 0 0 !important;
}
.img-size  h5 {
  font-size: 14px;
}
/*All hosting nav*/

.all-hosting-nav li {
  margin-bottom: 3px;
}
.all-hosting-nav li a {
  color: #3B3F42;
  font-size: 14px;
}

.all-hosting-nav h5 {
  font-size: 14px;
}

/*Header*/

.header {
  display: flex;
  flex-direction: column;
}

/*Top line search*/
.header__top-line .search{
  display: inline-block;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .14);
  width: 270px;
  overflow: hidden;
}

.header__top-line .search input{
  height: 28px;
  padding: 0 10px 0 20px;
  background: transparent;
  border: none;
  color: #fff;
}
.header__top-line .search input::placeholder{
  color: #fff;
}
.header__top-line .search input:active,
.header__top-line .search input:focus{
  outline: none;
  box-shadow: none;
}
.header__top-line .search button{
  height: 28px;
  border: none;
  padding: 0 20px 0 10px;
  color: #fff;
  font-size: 12px;
}
.header__top-line .search button:hover{
  background: transparent;
  border: none;
}

/*Languages list*/
.lang-list li a img{
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}
.header__navbar{
  background-color: #061f57;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  background: -moz-linear-gradient(0deg, rgba(6,31,87,1) 0%, rgba(46,71,127,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(6,31,87,1) 0%, rgba(46,71,127,1) 100%);
  background: linear-gradient(0deg, rgba(6,31,87,1) 0%, rgba(46,71,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#061f57",endColorstr="#2e477f",GradientType=1);
}
.header .navbar {
  padding: .5rem 0;
}

.header .dropdown-toggle:after {
  vertical-align: .155em
}

.header .nav-link {
  color: #fff!important;
}

.header .search .btn {
  background-color: #061f57;
  color: #fff;
  border-color: #405687;
}

.header .search .form-control {
  background-color: #061f57;
  color: #fff;
  border-color: #405687;
}

.header .navbar-toggler {
    padding: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: transparent;
}

.header .navbar-toggler .fas {
    color: #fff;
    font-size: 1.5rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 0.9rem;
    color: #032777;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.header .dropdown-item {
    color: #032777;
}

/*Footer*/

.copyright {
  background-color: #343940;
  color: #fff;
  font-size: 14px
}

.copyright__text {
  color: #b3b1b1;
  font-size: 12px
}

.footer {
  background-color: #343940;
  color: #fff;
  border-bottom: 1px solid rgba(151, 151, 151, .16);
  font-size: 15px
}

.footer ul li a {
  color: #fff;
}

/*Sorting bar*/
.sortbar {
  background-color: #FCFCFC;
  border:1px solid #EAEAEA;
  border-radius: 5px;
  font-size: 0.9rem;
}

.sortbar ul li a {
  color: #3B3F42;
}

.sortbar ul li a.active {
    font-family: 'Circular Bold', Helvetica, Arial, sans-serif;
}

/*Hosting company*/

@media (max-width: 991px) {
  .company-summary-header .card-body {
    border: none !important;
  }
}

@media (min-width: 991px) {
  .border-left-lg-0{
    border-left: none !important;
  }
}


@media (max-width: 1199px) {
  .company-summary-header .additional-info {
    border: none !important;
  }
}


/*Blog*/

@media (min-width: 991px) {
  .blog-category-thumbnail {
    max-width: 300px;
    margin-right: 1rem;
    display: block;
  }
}

.form-group.required label {
  padding-right: 10px;
  position: relative; }
.form-group.required label:after {
  content: "*";
  color: #df2323;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 0; }
.img-rounded{
  border-radius: 100%;
}


.sm-table th{
  padding: .5rem;
}
.sm-table th,
.sm-table td{
  font-size: 15px;
}

.table td{
  vertical-align: middle;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #EAEAEA;
}
.table-bordered td:last-child, .table-bordered th:last-child{
  border-right: none;
}
.table-bordered td:first-child, .table-bordered th:first-child{
  border-left: none;
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: #FAFAFA;
}
.table-striped-revers tbody tr:nth-of-type(even){
  background-color: #FAFAFA;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
  border-top: unset;
}

.border-right-none{
  border-right: none!important;
}

.border-left-none{
  border-left: none!important;
}

.sidebar-divider{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: url("../images/sidebar-divider.svg") center no-repeat;
  background-size: 56px 56px;
  margin-top: -28px;
  height: 56px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 56px;
}

/*Home most-compared*/
.most-compared{
  background: url("../images/bg-1.svg") top center no-repeat;
  background-size: cover;
}
/*Home see all button*/
.btn-more{
  position: relative;
  text-transform: uppercase;
  color: #AFAFAF;
  padding: 0 20px;
  overflow: hidden;
  font-weight: 600;
  font-size: 15px;
}
.btn-more:hover{
  color: #929292;
  text-decoration: none;
}
.btn-more:before,
.btn-more:after{
  content: "";
  width: 1000px;
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  top: 50%;
}
.btn-more:before{
  left: 0;
  transform: translateX(-100%) translateY(-50%);
}
.btn-more:after{
  right: 0;
  transform: translateX(100%) translateY(50%);
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-unset{
  overflow: unset!important;
}
.border-top-none{
  border-top: none!important;
}

/*Code modal*/
.code-modal .modal-dialog{
  width: 650px;
  max-width: 90%;
}
.code-modal .modal-content{
  position: relative;
  padding: 40px;
}
.modal__close-btn{
  display: inline-block;
  background: transparent;
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all .2s linear;
}
.modal__close-btn:hover{
  cursor: pointer;
  transform: scale(1.4) rotate(90deg);
}
.modal__close-btn:active,
.modal__close-btn:focus{
  outline: none;
  box-shadow: none;
}
.code-modal__details{
  display: flex;
  flex-direction: column;
}
.code-modal__code-block span{
  border: 2px dashed #FBABAF;
  border-radius: 5px;
}



/*Hambudger menu*/

.header__nav-toggle {
  width: 30px;
  height: 26px;
  position: absolute;
  right: 17px;
  top: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999;
  background: transparent;
  display: none;
}

.header__nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0px;
  right: 0px;
  width: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out
}

.header__nav-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.header__nav-toggle span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.header__nav-toggle span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.header__nav-toggle.open span {
  background: #fff
}

.header__nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px
}

.header__nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0
}

.header__nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px
}


/*Header*/

@media (max-width: 991px) {
  body{
    padding-top: 65px;
  }
  .header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    height: 65px;
    transition: all .4s ease;
    background: rgba(0, 0, 0, .6);
  }
  .header--response.active{
    height: 100vh;
  }
  .header__nav-toggle{
    display: inline-block;
  }
  .header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: -moz-linear-gradient(0deg, rgba(6,31,87,1) 0%, rgba(46,71,127,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(6,31,87,1) 0%, rgba(46,71,127,1) 100%);
    background: linear-gradient(0deg, rgba(6,31,87,1) 0%, rgba(46,71,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#061f57",endColorstr="#2e477f",GradientType=1);
  }
  .header .container{
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 0;
  }
  .header .header__top-line {
    order: 2;
    padding: 30px 0!important;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
  .header .header__navbar {
    order: 1
  }
  .header .header__navbar .navbar{
    padding: 0;
  }
  .header .header__navbar .navbar-brand{
    margin: 10px auto 10px 15px!important;
  }
  .header .header__navbar .navbar-list{
    width: 100%;
    flex-direction: column;
    background: #2e477f;
    padding: 20px;
    text-align: center;
  }
  .header .header__navbar .navbar-list div{
    width: 100%;
  }
  .header .header__navbar .navbar .navbar-nav{
    width: 100%;
  }
  .header .header__navbar .navbar .navbar-nav li{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 10px;
    margin: 10px 0 0!important;
  }
  .header .header__navbar .navbar .navbar-nav li:last-child{
    border: unset;
  }
  .header .header__navbar .navbar .btn{
    width: 100%;
    margin: 0!important;
  }
  .header .header__top-line .left-side{
    width: 100%;
    flex-direction: column;
  }
  .header .header__top-line .lang-list{
    width: 100%;
    margin: 20px 0 0 0!important;
    justify-content: center;
  }
  .header .header__top-line .lang-list li a {
    margin: 0 10px!important;
  }
}
@media (max-width: 360px) {
  .header .header__navbar .navbar-list{
    padding: 5px;
  }
  .header .header__navbar .navbar .navbar-nav li{
    padding: 5px 0;
    margin: 0!important;
  }
}

/*Compare line*/
@media (max-width: 768px) {
  .compare-line .input-group{
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .compare-line .input-group input{
    width: 100%;
    margin: 5px 0;
    line-height: 40px;
  }
  .compare-line .input-group .input-group-append-label{
    position: absolute;
    top: 45px;
    right: 20px;
    z-index: 5;
  }
  .compare-line .input-group .input-group-append-label label{
    padding:  10px 15px!important;
    font-weight: bold;
    color: #032777;
  }
  .compare-line .input-group .btn{
    width: 100%;
    margin-top: 15px;
  }
}








