/*============================================================
[Master Stylesheet]
Theme Name:     Smart Host BD
Version:        1.0
Author:         
URL:            
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

0.1  global Style

======section stylsheet======

0.2  header section
0.3  banner section
0.4  domain section
0.5  coverage section
0.6  service section
0.7  process section
0.8  features section
0.9  testimonial section
1.0  pricing section
1.1  counter section
1.2  frequently asked qustion section
1.3  call to action section
1.4  blog section
1.5  footer section

======inner page stylsheet======

1.6  breadcrumb in all inner page
1.7  about page
1.8  blog grid page
1.9  blog details page
2.0  service page
2.1  contact page
2.2  domain registration page
2.3  support page
2.4  knowledge base page
2.5  cloud hosting page
2.6  VPS hosting page page
2.7  shared hosting page page

======responsive stylsheet======

2.8  responsive*/
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Signika:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Overpass", sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3 {
  font-family: "Signika", sans-serif;
}

a {
  display: inline-block;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

button, input, textarea, select {
  border: 0;
  background: transparent;
  transition: 0.4s;
}
button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
.preloader .loader {
  width: 60px;
  height: 5px;
  background: #2A2A36;
  border-radius: 2.5px;
  animation: loader 0.5s linear infinite;
  position: relative;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: -27.5px;
  left: 50%;
  transform: translateX(-50%) rotate(33deg);
  width: 5px;
  height: 60px;
  background: #2A2A36;
  border-radius: 2.5px;
}
.preloader .loader:after {
  content: "";
  position: absolute;
  top: -27.5px;
  left: 50%;
  transform: translateX(-50%) rotate(328deg);
  width: 5px;
  height: 60px;
  background: #2A2A36;
  border-radius: 2.5px;
}

.def-btn {
  height: 50px;
  line-height: 54px;
  padding: 0 40px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 5px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: -8px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.def-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgba(33, 42, 52, 0.2), #FF5A3D, #FF2D65, #FF5A3D, rgba(33, 42, 52, 0.2));
  transition: 0.5s;
  z-index: -1;
}
.def-btn.def-btn-2 {
  border-radius: 25px;
}
.def-btn:hover {
  color: #fff;
}
.def-btn:hover:after {
  left: -100%;
}

.heading {
  text-align: center;
  margin-bottom: 61px;
}
.heading h2 {
  font-size: 45px;
  line-height: 110%;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -8px;
  margin-bottom: 9px;
}
.heading p {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #1b1949;
  margin-bottom: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header.header-2 .middle-header .mid-right ul li span {
  border-radius: 50%;
}
.header.header-2 .bottom-header {
  background: #212A34;
  border-color: rgba(235, 236, 241, 0.7);
}
.header .top-header {
  padding: 10px 0;
  background: #212A34;
}
.header .top-header .top-left p {
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0;
}
.header .top-header .top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header .top-header .top-right a {
  text-transform: capitalize;
  color: #fff;
  margin-right: 30px;
  font-weight: 300;
}
.header .top-header .top-right a:last-child {
  margin-right: 0;
}
.header .middle-header {
  background: #fff;
}
.header .middle-header .logo img {
  width: 250px;
  height: 60px;
}
.header .middle-header .mid-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0;
}
.header .middle-header .mid-right ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.header .middle-header .mid-right ul li {
  list-style: none;
  margin-right: 40px;
  display: flex;
}
.header .middle-header .mid-right ul li span {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}
.header .middle-header .mid-right ul li p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin-top: -4px;
  margin-bottom: 0;
  color: #1b1949;
}
.header .middle-header .mid-right ul li p a {
  display: block;
  /**text-transform: lowercase;**/
  font-size: 16px;
  color: #FF5A3D;
  margin-bottom: -6px;
}
.header .middle-header .mid-right .def-btn {
  height: 40px;
  line-height: 44px;
  margin-bottom: 0;
}
.header .bottom-header {
  background: rgba(33, 42, 52, 0.5);
  border-bottom: 1px solid rgba(235, 236, 241, 0.3);
}
.header .bottom-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  background: #212A34;
}
.header .bottom-header.fixed-header .width-1 {
  max-width: 100%;
  padding: 0;
}
.header .bottom-header.fixed-header .width-1 .col-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .bottom-header.fixed-header .width-1 .navbar .navbar-nav {
  margin: auto;
}
.header .bottom-header.fixed-header .width-1 .navbar .navbar-nav .nav-item {
  padding: 21px 15px 17px 5px;
}
.header .bottom-header.fixed-header .width-1 .bottom-right {
  padding-right: 25px;
}
.header .bottom-header .col-logo {
  display: none;
}
.header .bottom-header .col-logo .logo {
  padding-left: 25px;
}
.header .bottom-header .col-logo .logo img {
  width: 240px;
  height: 50px;
}
.header .bottom-header .navbar {
  padding: 0;
}
.header .bottom-header .navbar .navbar-nav .nav-item {
  padding: 16px 20px 12px 20px;
}
.header .bottom-header .navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  margin-top: 10px;
  min-width: 280px;
  transition: all 0.3s ease-in;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll {
  margin-right: -17px;
  max-height: 280px;
  overflow-y: scroll;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  height: 50px;
  line-height: 53px;
  color: #212A34;
  text-transform: capitalize;
  font-family: "Signika", sans-serif;
  font-size: 16px;
  position: relative;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:last-child {
  border-bottom: 0;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 2px;
  background: #FF2D65;
  transform: translateY(-50%);
  transition: all 0.4s ease-in;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 8px;
  height: 8px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:hover {
  background: transparent;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:hover:before {
  left: 0;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:hover:after {
  left: 12px;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .scroll .dropdown-item:focus {
  background: transparent;
}
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}
.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 5px 0;
  color: #ebecf1;
  text-transform: capitalize;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
  font-weight: 300;
  position: relative;
}
.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  transition: all 0.4s ease-in;
}
.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover:after {
  left: 0;
  width: 100%;
}
.header .bottom-header .bottom-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header .bottom-header .bottom-right a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 39px;
  text-transform: capitalize;
  color: #212A34;
  background: #fff;
  border-radius: 20px;
  margin-right: 10px;
}
.header .bottom-header .bottom-right a:last-child {
  margin-right: 0;
}
.header .bottom-header .bottom-right a:hover {
  transform: scale(0.9);
}

.banner {
  background: url(../images/banner.jpg) center bottom no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
.banner.banner-2 {
  background: url(../images/banner-2.png) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.banner.banner-2:after {
  display: none;
}
.banner.banner-2 .banner-txt {
  text-align: left;
  padding: 180px 0;
}
.banner.banner-2 .banner-txt h4 {
  background: #E9F1FF;
  color: #FF2D65;
  font-weight: 700;
}
.banner.banner-2 .banner-txt p {
  color: #fff;
  font-weight: 400;
}
.banner.banner-2 .banner-txt .def-btn {
  border: 1px solid #ebecf1;
  line-height: 52px;
}
.banner.banner-2 .part-img img {
  width: 100%;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  z-index: -1;
}
.banner .banner-txt {
  padding: 150px 0;
  text-align: center;
}
.banner .banner-txt h4 {
  display: inline-block;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 5px;
  height: 40px;
  line-height: 44px;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 41px;
  color: #fff;
  padding: 0 40px;
}
.banner .banner-txt h1 {
  font-size: 58px;
  line-height: 75px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-top: -17px;
  margin-bottom: 25px;
}
.banner .banner-txt p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ebecf1;
  margin-bottom: 29px;
}

.domain {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
.domain.domain-2 {
  margin-top: 0;
  box-shadow: 0 0;
  border: 2px solid rgba(255, 45, 101, 0.2);
  border-radius: 30px;
}
.domain.domain-2 form {
  border-radius: 40px;
  box-shadow: 0px 0px 15px 0px rgba(255, 45, 101, 0.2);
  box-shadow: 0 0;
  border: 1px solid rgba(255, 45, 101, 0.2);
}
.domain.domain-2 form .row .col-p select {
  border-radius: 25px;
}
.domain .title {
  text-align: center;
}
.domain .title h2 {
  font-size: 35px;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -5px;
  margin-bottom: 24px;
}
.domain .title p {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 25px;
}
.domain form {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 35px;
}
.domain form .row {
  margin: 0 -5px;
}
.domain form .row .col-p {
  padding: 0 5px;
}
.domain form .row .col-p input {
  width: 100%;
  height: 100%;
}
.domain form .row .col-p select {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 0 10px;
}
.domain form .row .col-p button {
  width: 100%;
  margin-bottom: 0;
}
.domain .domain-name ul {
  padding: 0;
  margin-bottom: -10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.domain .domain-name ul li {
  list-style: none;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #212A34;
}

.coverage {
  padding-top: 120px;
}
.coverage .map {
  position: relative;
}
.coverage .map img {
  width: 100%;
}
.coverage .map .pointer {
  width: 8px;
  height: 8px;
  background: #212A34;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.coverage .map .pointer.pointer-1 {
  top: 25%;
  left: 75%;
}
.coverage .map .pointer.pointer-2 {
  top: 50%;
  left: 75%;
}
.coverage .map .pointer.pointer-3 {
  top: 51%;
  left: 72%;
}
.coverage .map .pointer.pointer-4 {
  top: 40%;
  left: 20%;
}
.coverage .map .pointer.pointer-5 {
  top: 78%;
  left: 85%;
}
.coverage .map .pointer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212A34;
  animation: map 2s linear infinite;
  border-radius: 50%;
  transition: 0.3s;
  z-index: -1;
}
.coverage .map .pointer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212A34;
  animation: map 1s linear infinite;
  border-radius: 50%;
  transition: 0.3s;
  z-index: -1;
}
.coverage .map .pointer .txt {
  position: absolute;
  display: inline-block;
  bottom: 300%;
  left: 50%;
  transform: translateX(-50%);
  background: #E9F1FF;
  border: 1px solid #999;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 15px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.coverage .map .pointer .txt:after {
  content: "";
  position: absolute;
  top: 83%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #E9F1FF;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid transparent;
  border-right-color: #999;
  border-bottom-color: #999;
}
.coverage .map .pointer:hover .txt {
  bottom: 200%;
  opacity: 1;
  visibility: visible;
}

@keyframes map {
  0% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  100% {
    top: -150%;
    left: -150%;
    width: 400%;
    height: 400%;
    opacity: 0;
  }
}
.service {
  padding-top: 120px;
  padding-bottom: 30px;
}
.service.service-2 {
  background: url(../images/service-bg.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
.service.service-2 .single-box {
  background: #fff;
  box-shadow: 0 0;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 45, 101, 0.2);
  border-radius: 10px;
  transition: 0.4s;
}
.service.service-2 .single-box:after {
  display: none;
}
.service.service-2 .single-box .part-icon {
  box-shadow: 0 0;
  position: relative;
  z-index: 2;
}
.service.service-2 .single-box .part-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  border-radius: 35px;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s ease-in;
  z-index: -1;
}
.service.service-2 .single-box .part-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #E9F1FF;
  border-radius: 35px;
  z-index: -1;
}
.service.service-2 .single-box:hover {
  border-color: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}
.service.service-2 .single-box:hover .part-icon:before {
  border-radius: 10px;
  opacity: 1;
}
.service.service-2 .single-box:hover .part-txt h3 {
  color: #FF2D65;
}
.service.service-2 .single-box:hover .part-txt p {
  color: #2A2A36;
}
.service .single-box {
  margin-bottom: 30px;
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.service .single-box:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  border-radius: 50%;
  transition: all 0.3s ease-in;
  opacity: 0.2;
  z-index: -1;
}
.service .single-box .part-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.service .single-box .part-icon img {
  width: 40px;
}
.service .single-box .part-txt h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #212A34;
  margin-bottom: 9px;
  transition: 0.4s;
}
.service .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #2A2A36;
  margin-bottom: -9px;
  transition: 0.4s;
}
.service .single-box:hover:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}
.service .single-box:hover h3 {
  color: #fff;
}
.service .single-box:hover p {
  color: #fff;
}

.process {
  padding: 60px 0;
}
.process.process-2 {
  padding-top: 120px;
}
.process.process-2 .part-txt .single-box {
  box-shadow: 0 0;
  border-radius: 60px 0 0 60px;
  position: relative;
  z-index: 2;
}
.process.process-2 .part-txt .single-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  border-radius: 100px 0 0 60px;
  transform: skew(15deg);
  z-index: -1;
}
.process.process-2 .part-txt .single-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 5px;
  height: 100%;
  background: #fff;
  transform: skew(15deg);
  z-index: -1;
}
.process.process-2 .part-txt .single-box .part-icon:after {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}
.process.process-2 .part-txt .single-box .txt h3 {
  color: #fff;
}
.process.process-2 .part-txt .single-box .txt p {
  color: #E9F1FF;
}
.process .part-img img {
  width: 100%;
}
.process .part-txt {
  margin-top: 11px;
  position: relative;
  z-index: 2;
}
.process .part-txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 72px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.process .part-txt .single-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  margin-bottom: 50px;
}
.process .part-txt .single-box:last-child {
  margin-bottom: 11px;
}
.process .part-txt .single-box .part-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.process .part-txt .single-box .part-icon:after {
  content: "";
  position: absolute;
  top: -42.5px;
  left: -42.5px;
  width: 145px;
  height: 145px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
}
.process .part-txt .single-box .part-icon img {
  width: 100%;
}
.process .part-txt .single-box .part-icon span {
  display: inline-block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #212A34;
  border-radius: 50%;
}
.process .part-txt .single-box .txt {
  padding: 25px 15px 25px 0;
}
.process .part-txt .single-box .txt h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -4px;
  margin-bottom: 10px;
}
.process .part-txt .single-box .txt p {
  font-size: 16px;
  line-height: 26px;
  color: #2A2A36;
  margin-bottom: -9px;
}

.feature {
  padding-top: 60px;
  padding-bottom: 90px;
}
.feature.feature-2 {
  background: url(../images/pricing-bg-2.png) center center no-repeat;
  background-size: cover;
}
.feature.feature-2 .single-box {
  box-shadow: 0 0;
  background: #E9F1FF;
  border-radius: 15px;
  align-items: flex-start;
  overflow: hidden;
  transition: 0.3s;
}
.feature.feature-2 .single-box:before {
  display: none;
}
.feature.feature-2 .single-box:after {
  bottom: -30px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/box-bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 15px;
  opacity: 0;
  transition: 0.3s;
}
.feature.feature-2 .single-box .part-txt {
  text-align: left;
}
.feature.feature-2 .single-box .part-txt h3, .feature.feature-2 .single-box .part-txt p {
  transition: 0.3s;
}
.feature.feature-2 .single-box:hover {
  transform: translateY(-10px);
}
.feature.feature-2 .single-box:hover:after {
  bottom: 0;
  opacity: 1;
}
.feature .single-box {
  background: #fff;
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.feature .single-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  opacity: 0.2;
  transition: all 0.5s ease-in;
  z-index: -1;
}
.feature .single-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  opacity: 0.2;
  transition: all 0.5s ease-in;
  z-index: -1;
}
.feature .single-box .part-icon {
  background: #E9F1FF;
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.feature .single-box .part-icon img {
  width: 55px;
}
.feature .single-box .part-txt {
  text-align: center;
  margin-bottom: -8px;
}
.feature .single-box .part-txt h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -3px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.feature .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #2A2A36;
  margin-bottom: 16px;
  transition: 0.5s;
}
.feature .single-box .part-txt a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #FF2D65;
}
.feature .single-box:hover:before, .feature .single-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.feature .single-box:hover .part-txt h3, .feature .single-box:hover .part-txt p {
  color: #fff;
}
.feature .single-box:hover .part-txt a {
  color: #fff;
}
.feature .single-box:hover .part-txt a:hover {
  color: #212A34;
}

.testimonial {
  padding: 120px 0;
  background: url(../images/testi-bg.jpg) center center no-repeat;
  background-size: cover;
}
.testimonial.testimonial-2 {
  background-image: url(../images/testi-bg-2.jpg);
}
.testimonial.testimonial-2 .heading p {
  color: #999;
}
.testimonial.testimonial-2 .client-box {
  padding: 10px;
  overflow: visible;
}
.testimonial.testimonial-2 .client-box:after {
  bottom: 0;
  transform: skew(0deg);
  border-radius: 50%;
}
.testimonial.testimonial-2 .client-box .clients {
  box-shadow: 0 0;
}
.testimonial.testimonial-2 .client-box .clients .single-box {
  border-radius: 50%;
  overflow: hidden;
}
.testimonial.testimonial-2 .client-box .clients .slick-prev {
  bottom: 50%;
  left: -25px;
  transform: translateY(50%);
}
.testimonial.testimonial-2 .client-box .clients .slick-next {
  bottom: 50%;
  right: -25px;
  transform: translateY(50%);
}
.testimonial.testimonial-2 .comments {
  justify-content: center;
}
.testimonial.testimonial-2 .comments .single-comment .part-txt {
  background: transparent;
  padding: 0;
}
.testimonial.testimonial-2 .comments .single-comment .part-txt h3 {
  color: #fff;
}
.testimonial.testimonial-2 .comments .single-comment .part-txt h6 {
  color: #999;
}
.testimonial.testimonial-2 .comments .single-comment .part-txt p {
  color: #ebecf1;
}
.testimonial .client-box {
  position: relative;
  padding: 0 20px 40px 20px;
  overflow: hidden;
  z-index: 2;
}
.testimonial .client-box:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  transform: skewY(30deg);
  z-index: -1;
}
.testimonial .client-box .clients {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.testimonial .client-box .clients .single-box {
  outline: none;
}
.testimonial .client-box .clients .single-box img {
  width: 100%;
}
.testimonial .client-box .clients .slick-prev {
  position: absolute;
  bottom: -20px;
  left: 50px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  color: #FF2D65;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.testimonial .client-box .clients .slick-prev:hover {
  color: #2A2A36;
}
.testimonial .client-box .clients .slick-next {
  position: absolute;
  bottom: -20px;
  right: 50px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  color: #FF2D65;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.testimonial .client-box .clients .slick-next:hover {
  color: #2A2A36;
}
.testimonial .comments {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.testimonial .comments .single-comment {
  outline: none;
}
.testimonial .comments .single-comment .part-txt {
  background: #fff;
  padding: 30px;
}
.testimonial .comments .single-comment .part-txt h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF5A3D;
  margin-top: -3px;
  margin-bottom: 9px;
}
.testimonial .comments .single-comment .part-txt h6 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #212A34;
  margin-bottom: 14px;
}
.testimonial .comments .single-comment .part-txt .star {
  margin-bottom: 9px;
  color: #999;
  font-size: 14px;
}
.testimonial .comments .single-comment .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #2A2A36;
  margin-bottom: -9px;
}

.pricing {
  padding: 120px 0;
  padding-bottom: 245px;
  background: url(../images/pricing-bg.jpg) center center no-repeat;
  background-size: cover;
}
.pricing.pricing-2 {
  background-image: url(../images/pricing-bg-2.png);
}
.pricing.pricing-2 .single-box {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
.pricing.pricing-2 .single-box .top {
  background-image: url(../images/pricing-2.png);
  background-position-y: bottom;
}
.pricing.pricing-2 .single-box .middle {
  border: 0;
}
.pricing.pricing-2 .single-box .bottom {
  background: url(../images/pricing-3.png) center top no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.pricing.pricing-2 .single-box .bottom .def-btn {
  background: #fff;
  color: #FF2D65;
}
.pricing.pricing-2 .single-box .bottom .def-btn:after {
  display: none;
}
.pricing.pricing-2 .single-box .bottom .def-btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.pricing .single-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  text-align: center;
  transition: all 0.4s ease-in;
}
.pricing .single-box.center {
  border-color: transparent;
  transform: translateY(-10px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.pricing .single-box .top {
  padding: 33px 0 30px 0;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  background: url(../images/pricing.jpg) center center no-repeat;
  background-size: cover;
}
.pricing .single-box .top p {
  font-family: "Signika", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
.pricing .single-box .top h3 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 21px;
}
.pricing .single-box .top h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.pricing .single-box .middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing .single-box .middle ul {
  padding: 15px 0 11px 0;
  margin: 0;
}
.pricing .single-box .middle ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
}
.pricing .single-box .bottom {
  padding: 30px 0;
}
.pricing .single-box:hover {
  border-color: transparent;
  transform: translateY(-10px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.counter {
  padding-bottom: 60px;
  margin-top: -125px;
}
.counter.counter-2 .bg {
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  background: url(../images/counter-bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 120px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.counter.counter-2 .single-box {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: 0 0;
}
.counter.counter-2 .single-box:after {
  display: none;
}
.counter.counter-2 .single-box .txt h2 {
  color: #fff;
}
.counter.counter-2 .single-box .txt p {
  color: #fff;
}
.counter .single-box {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.counter .single-box:after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: 2px dashed #FF2D65;
  border-radius: 50%;
  z-index: -1;
}
.counter .single-box .txt h2 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 400;
  color: #FF2D65;
  margin-top: -8px;
  margin-bottom: 18px;
}
.counter .single-box .txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-bottom: -6px;
}

.faq {
  padding-top: 60px;
  padding-bottom: 120px;
}
.faq.faq-2 .part-txt .accordion .card .card-header button {
  border-radius: 25px;
}
.faq.faq-2 .part-txt .accordion .card .card-header button.bg-1 {
  background: #E9F1FF;
}
.faq.faq-2 .part-txt .accordion .card .card-header button.bg-1 span {
  background: transparent;
  border-radius: 0;
}
.faq.faq-2 .part-txt .accordion .card .card-header button.bg-1 i {
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 25px 23px 23px 25px;
}
.faq.faq-2 .part-txt .accordion .card .card-header button.bg-2 {
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
}
.faq.faq-2 .part-txt .accordion .card .card-header button.bg-2 span {
  background: transparent;
  border-radius: 0;
}
.faq.faq-2 .part-txt .accordion .card .card-header button.bg-2 i {
  background: #E9F1FF;
  border-radius: 25px 23px 23px 25px;
}
.faq.faq-2 .part-txt .accordion .card .card-body {
  border-radius: 15px;
}
.faq .part-img img {
  width: 100%;
}
.faq .part-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faq .part-txt .accordion .card {
  border: 0;
  overflow: visible;
  background: transparent;
}
.faq .part-txt .accordion .card:last-child {
  margin-bottom: -20px;
}
.faq .part-txt .accordion .card .card-header {
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  margin-bottom: 20px;
}
.faq .part-txt .accordion .card .card-header button {
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  padding: 0;
  transition: 0.6s;
}
.faq .part-txt .accordion .card .card-header button.bg-1 {
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
}
.faq .part-txt .accordion .card .card-header button.bg-1 span {
  background: #E9F1FF;
  color: #212A34;
}
.faq .part-txt .accordion .card .card-header button.bg-1 i {
  color: #E9F1FF;
}
.faq .part-txt .accordion .card .card-header button.bg-2 {
  background: #E9F1FF;
}
.faq .part-txt .accordion .card .card-header button.bg-2 span {
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  color: #E9F1FF;
}
.faq .part-txt .accordion .card .card-header button.bg-2 i {
  color: #FF2D65;
}
.faq .part-txt .accordion .card .card-header button span {
  display: inline-block;
  border-radius: 0px 0px 10px 0px;
  text-align: left;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 54px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
.faq .part-txt .accordion .card .card-header button i {
  width: 55px;
  height: 50px;
  line-height: 50px;
}
.faq .part-txt .accordion .card .card-body {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 20px 14px 20px;
  margin-bottom: 20px;
}
.faq .part-txt .accordion .card .card-body p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.cta {
  padding: 120px 0;
  background: url(../images/cta-bg-2.png) center center no-repeat;
  background-size: cover;
}
.cta.cta-2 {
  background-image: url(../images/cta-bg-2.png);
  background-size: contain;
}
.cta.cta-2 .part-txt p span {
  color: #fff;
  font-weight: 600;
}
.cta.cta-2 .part-btn .def-btn {
  background: #fff;
  color: #FF2D65;
}
.cta.cta-2 .part-btn .def-btn:after {
  display: none;
}
.cta.cta-2 .part-btn .def-btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.cta .part-txt h2 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-top: -6px;
  margin-bottom: 23px;
}
.cta .part-txt p {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #E9F1FF;
  margin-bottom: -5px;
}
.cta .part-txt p span {
  font-size: 25px;
  color: #FF2D65;
}
.cta .part-btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.cta .part-btn .def-btn {
  margin-bottom: 0;
}

.blog {
  padding: 120px 0;
}
.blog.blog-2 .single-box {
  border-bottom: 2px solid #FF2D65;
  border-radius: 15px;
  box-shadow: 0 0;
}
.blog.blog-2 .single-box .part-txt {
  padding-top: 0;
  background: #E9F1FF;
}
.blog.blog-2 .single-box .part-txt:before, .blog.blog-2 .single-box .part-txt:after {
  display: none;
}
.blog.blog-2 .single-box .part-txt .date {
  position: inherit;
  top: -20px;
  justify-content: center;
  padding: 5px 0;
  border-radius: 25px;
  border: 1px solid;
  border-color: #E9F1FF;
  margin-bottom: 14px;
}
.blog .single-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.blog .single-box .part-img {
  overflow: hidden;
}
.blog .single-box .part-img img {
  width: 100%;
  transition: all 0.6s ease-in;
}
.blog .single-box .part-txt {
  position: relative;
  padding: 35px 25px;
  position: relative;
  z-index: 2;
}
.blog .single-box .part-txt:before {
  content: "";
  position: absolute;
  bottom: -85px;
  right: -85px;
  width: 210px;
  height: 210px;
  background: #212A34;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
.blog .single-box .part-txt:after {
  content: "";
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 250px;
  height: 250px;
  background: #212A34;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
.blog .single-box .part-txt .date {
  position: absolute;
  top: -60px;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  padding: 5px 20px 5px 10px;
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 0 30px 30px 0;
}
.blog .single-box .part-txt .date .img {
  width: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.blog .single-box .part-txt .date .img img {
  width: 100%;
}
.blog .single-box .part-txt .date p {
  font-size: 15px;
  line-height: 100%;
  text-transform: capitalize;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
}
.blog .single-box .part-txt h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -9px;
  margin-bottom: 2px;
}
.blog .single-box .part-txt .tag {
  font-size: 16px;
  font-family: "Signika", sans-serif;
  line-height: 100%;
  margin-bottom: 17px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}
.blog .single-box .part-txt .tag:hover {
  color: #212A34;
}
.blog .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #212A34;
  margin-bottom: 16px;
}
.blog .single-box .part-txt .def-btn {
  height: 40px;
  line-height: 45px;
}
.blog .single-box:hover .part-img img {
  transform: scale(1.3);
}

.footer {
  background: #E9F1FF;
}
.footer .main-footer {
  padding-top: 80px;
  padding-bottom: 78px;
}
.footer .main-footer .f-about img {
  width: 170px;
  margin-bottom: 20px;
}
.footer .main-footer .f-about p {
  font-size: 16px;
  line-height: 30px;
  margin-top: -2px;
}
.footer .main-footer .links h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin-top: -6px;
  margin-bottom: 0;
}
.footer .main-footer .links ul {
  padding: 0;
  margin-bottom: -6px;
}
.footer .main-footer .links ul li {
  list-style: none;
  padding-top: 10px;
}
.footer .main-footer .links ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  position: relative;
}
.footer .main-footer .links ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  width: 10px;
  height: 10px;
  background: #212A34;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}
.footer .main-footer .links ul li a:hover {
  padding-left: 12px;
}
.footer .main-footer .links ul li a:hover:after {
  opacity: 1;
}
.footer .main-footer .location h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin-top: -6px;
  margin-bottom: 10px;
}
.footer .main-footer .location p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer .main-footer .location a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.footer .main-footer .location a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  width: 10px;
  height: 10px;
  background: #212A34;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}
.footer .main-footer .location a:hover {
  padding-left: 12px;
}
.footer .main-footer .location a:hover:after {
  opacity: 1;
}
.footer .main-footer .location span {
  display: block;
  font-size: 16px;
  /* margin-bottom: 10px; */
}
.footer .copyright {
  background: #212A34;
  padding: 15px 0;
}
.footer .copyright .part-txt {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .copyright .part-txt p {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
.footer .copyright .part-txt p a {
  color: #FF5A3D;
}
.footer .copyright .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer .copyright .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 15px;
  color: #fff;
  background: #FF2D65;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.footer .copyright .social a:hover {
  color: #FF2D65;
  background: #fff;
}

.breadcrumb {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-image: url(../images/breadcrumb-bg.jpg);
}
.breadcrumb:after {
  opacity: 0.4;
}
.breadcrumb .breadcrumb-txt {
  padding: 20px 0;
}
.breadcrumb .breadcrumb-txt h1 {
  font-size: 70px;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 24px;
}
.breadcrumb .breadcrumb-txt ul {
  padding: 0;
  margin-bottom: -9px;
  display: flex;
}
.breadcrumb .breadcrumb-txt ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ebecf1;
  margin-right: 20px;
}
.breadcrumb .breadcrumb-txt ul li:last-child {
  margin-right: 0;
}

.about {
  padding: 120px 0;
}
.about .part-img img {
  width: 100%;
}
.about .part-txt h5 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1949;
  margin-top: -1px;
  margin-bottom: 20px;
}
.about .part-txt h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
  background-image: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -10px;
  margin-bottom: 21px;
}
.about .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
  color: #1b1949;
}
.about .part-txt ul {
  padding: 0;
  padding-top: 15px;
  margin-bottom: 16px;
}
.about .part-txt ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1b1949;
  padding-bottom: 15px;
}
.about .part-txt ul li span {
  display: inline-block;
  margin-right: 5px;
  color: transparent;
  background-image: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
}

.counter-inner {
  background: url(../images/counter-bg.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-top: 0;
}

.process-inner {
  padding: 120px 0;
}

.team {
  padding: 120px 0;
}
.team .single-box .part-img {
  position: relative;
  overflow: hidden;
}
.team .single-box .part-img:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  background: #212A34;
  transform: skewX(-45deg) skewY(45deg);
  opacity: 0;
  transition: all 0.4s ease-in;
}
.team .single-box .part-img img {
  width: 100%;
}
.team .single-box .part-img .social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.4s ease-in;
}
.team .single-box .part-img .social a {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #212A34;
  margin-right: 10px;
}
.team .single-box .part-img .social a:last-child {
  margin-right: 0;
}
.team .single-box .part-img .social a:hover {
  color: #FF2D65;
}
.team .single-box .part-txt {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 21px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
}
.team .single-box .part-txt h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 400;
  color: #E9F1FF;
  text-transform: capitalize;
  margin-bottom: 16px;
  margin-top: -3px;
}
.team .single-box .part-txt p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
  color: #E9F1FF;
  margin-bottom: 0;
}
.team .single-box:hover .part-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(0);
  opacity: 0.7;
}
.team .single-box:hover .part-img .social {
  transform: scale(1);
  opacity: 1;
}

.cta-inner {
  margin-bottom: -100px;
  position: relative;
}

.footer-inner .main-footer {
  padding-top: 180px;
}

.blog-inner {
  padding: 120px 0;
}
.blog-inner .single-box {
  margin-bottom: 30px;
  box-shadow: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-inner .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.blog-inner .pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-inner .pagination ul li {
  list-style: none;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-inner .pagination ul li:last-child {
  border-right: 0;
}
.blog-inner .pagination ul li a {
  height: 30px;
  line-height: 32px;
  padding: 0 15px;
  color: #212A34;
  text-transform: uppercase;
}
.blog-inner .pagination ul li a:hover {
  background: #FF2D65;
  color: #fff;
}
.blog-inner .sidebar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding-bottom: 25px;
}
.blog-inner .sidebar .search-box {
  margin-bottom: 30px;
}
.blog-inner .sidebar .search-box form {
  display: flex;
}
.blog-inner .sidebar .search-box form input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  outline: none;
  transition: 0.4s;
}
.blog-inner .sidebar .search-box form input::placeholder {
  text-transform: capitalize;
}
.blog-inner .sidebar .search-box form input:focus {
  border-color: #FF2D65;
}
.blog-inner .sidebar .search-box form button {
  width: 55px;
  height: 50px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #FF2D65;
  color: #fff;
  outline: none;
  transition: 0.4s;
}
.blog-inner .sidebar .search-box form button:hover {
  background: #FF5A3D;
}
.blog-inner .sidebar .category {
  margin-bottom: 20px;
}
.blog-inner .sidebar .category h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 13px;
  margin-top: -1px;
  margin-bottom: 0;
}
.blog-inner .sidebar .category ul {
  padding: 0;
  margin: 0;
}
.blog-inner .sidebar .category ul li {
  list-style: none;
}
.blog-inner .sidebar .category ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding: 12px 0 8px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.blog-inner .sidebar .category ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 6px;
  transition: 0.4s;
}
.blog-inner .sidebar .category ul li a:hover {
  padding-left: 30px;
}
.blog-inner .sidebar .category ul li a:hover:after {
  width: 25px;
}
.blog-inner .sidebar .side-blog {
  margin-bottom: 20px;
}
.blog-inner .sidebar .side-blog h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 13px;
  margin-top: 1px;
  margin-bottom: 0;
}
.blog-inner .sidebar .side-blog ul {
  padding: 0;
  margin: 0;
}
.blog-inner .sidebar .side-blog ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-inner .sidebar .side-blog ul li img {
  width: 100px;
  margin-right: 10px;
}
.blog-inner .sidebar .side-blog ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
.blog-inner .sidebar .side-blog ul li a:hover {
  color: #FF2D65;
}
.blog-inner .sidebar .side-testimonial .comment-box {
  margin-bottom: 40px;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment {
  background: #E9F1FF;
  padding: 20px;
  outline: none;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .part-txt {
  margin-bottom: 20px;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .client {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .client .part-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .client .part-img img {
  width: 100%;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .client .txt h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF2D65;
  margin-bottom: 5px;
}
.blog-inner .sidebar .side-testimonial .comment-box .single-comment .client .txt p {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-inner .sidebar .tags h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -4px;
  margin-bottom: 20px;
}
.blog-inner .sidebar .tags a {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-bottom: 15px;
}
.blog-inner .sidebar .tags a:hover {
  color: #fff;
  background: #FF2D65;
}

.blog-details {
  padding: 120px 0;
}
.blog-details .main-content .part-img {
  margin-bottom: 25px;
}
.blog-details .main-content .part-img img {
  width: 100%;
}
.blog-details .main-content .part-txt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-details .main-content .part-txt .title {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.blog-details .main-content .part-txt .title h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF2D65;
}
.blog-details .main-content .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
.blog-details .main-content .part-txt p.mark {
  background: #E9F1FF;
  padding: 18px 20px 14px 20px;
  font-style: italic;
  line-height: 30px;
}
.blog-details .main-content .part-txt .images {
  padding: 15px 0;
}
.blog-details .main-content .part-txt .images .single-img img {
  width: 100%;
}
.blog-details .main-content .other-option {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 27px;
}
.blog-details .main-content .other-option .reaction button {
  border: 0;
  outline: none;
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}
.blog-details .main-content .other-option .reaction button span {
  margin-right: 5px;
  transition: 0.4s;
}
.blog-details .main-content .other-option .reaction button:last-child {
  margin-right: 0;
}
.blog-details .main-content .other-option .reaction button:focus span {
  color: #FF2D65;
}
.blog-details .main-content .other-option .share {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.blog-details .main-content .other-option .share h4 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: -5px;
  margin-right: 10px;
}
.blog-details .main-content .other-option .share a {
  text-align: center;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  color: #FF2D65;
  border: 1px solid #FF2D65;
  border-radius: 50%;
  margin-left: 10px;
}
.blog-details .main-content .other-option .share a:hover {
  color: #fff;
  background: #FF2D65;
}
.blog-details .main-content .blog-comments h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 21px;
}
.blog-details .main-content .blog-comments .single-comment {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  padding-bottom: 14px;
  background: #E9F1FF;
  margin-bottom: 30px;
}
.blog-details .main-content .blog-comments .single-comment .img {
  margin-right: 20px;
  width: 160px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.blog-details .main-content .blog-comments .single-comment .img img {
  width: 100%;
}
.blog-details .main-content .blog-comments .single-comment .txt ul {
  padding: 0;
  margin-bottom: 14px;
  display: flex;
}
.blog-details .main-content .blog-comments .single-comment .txt ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 30px;
}
.blog-details .main-content .blog-comments .single-comment .txt ul li i {
  margin-right: 5px;
}
.blog-details .main-content .blog-comments .single-comment .txt ul li:last-child {
  margin-right: 0;
}
.blog-details .main-content .blog-comments .single-comment .txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.blog-details .main-content .blog-comments .single-comment .txt button {
  border: 0;
  outline: none;
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  font-size: 15px;
  margin-right: 10px;
}
.blog-details .main-content .blog-comments .single-comment .txt button span {
  margin-right: 5px;
  transition: 0.4s;
}
.blog-details .main-content .blog-comments .single-comment .txt button:last-child {
  margin-right: 0;
}
.blog-details .main-content .blog-comments .single-comment .txt button:focus span {
  color: #FF2D65;
}
.blog-details .main-content .blog-comments .post-comment {
  padding: 25px;
  background: #E9F1FF;
}
.blog-details .main-content .blog-comments .post-comment form input[type=text], .blog-details .main-content .blog-comments .post-comment form [type=email] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  margin-bottom: 30px;
  transition: 0.4s;
}
.blog-details .main-content .blog-comments .post-comment form input[type=text]::placeholder, .blog-details .main-content .blog-comments .post-comment form [type=email]::placeholder {
  text-transform: capitalize;
}
.blog-details .main-content .blog-comments .post-comment form input[type=text]:focus, .blog-details .main-content .blog-comments .post-comment form [type=email]:focus {
  box-shadow: 0px 0px 2px 2px rgba(255, 45, 101, 0.4);
}
.blog-details .main-content .blog-comments .post-comment form textarea {
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  margin-bottom: 30px;
  transition: 0.4s;
}
.blog-details .main-content .blog-comments .post-comment form textarea::placeholder {
  text-transform: capitalize;
}
.blog-details .main-content .blog-comments .post-comment form textarea:focus {
  box-shadow: 0px 0px 2px 2px rgba(255, 45, 101, 0.4);
}
.blog-details .main-content .blog-comments .post-comment form .def-btn {
  margin-bottom: 0;
}
.blog-details .main-content .blog-comments .post-comment form .form-check {
  margin-left: 10px;
  margin-bottom: 20px;
}
.blog-details .main-content .blog-comments .post-comment form .form-check input {
  width: 15px;
  height: 15px;
}
.blog-details .main-content .blog-comments .post-comment form .form-check label {
  padding-left: 5px;
}
.blog-details .sidebar .search-box {
  margin-bottom: 30px;
}
.blog-details .sidebar .search-box form {
  display: flex;
}
.blog-details .sidebar .search-box form input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  outline: none;
  transition: 0.4s;
}
.blog-details .sidebar .search-box form input::placeholder {
  text-transform: capitalize;
}
.blog-details .sidebar .search-box form input:focus {
  border-color: #FF2D65;
}
.blog-details .sidebar .search-box form button {
  width: 55px;
  height: 50px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #FF2D65;
  color: #fff;
  outline: none;
  transition: 0.4s;
}
.blog-details .sidebar .search-box form button:hover {
  background: #FF5A3D;
}
.blog-details .sidebar .category {
  margin-bottom: 20px;
}
.blog-details .sidebar .category h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 13px;
  margin-top: -1px;
  margin-bottom: 0;
}
.blog-details .sidebar .category ul {
  padding: 0;
  margin: 0;
}
.blog-details .sidebar .category ul li {
  list-style: none;
}
.blog-details .sidebar .category ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding: 12px 0 8px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.blog-details .sidebar .category ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  border-radius: 6px;
  transition: 0.4s;
}
.blog-details .sidebar .category ul li a:hover {
  padding-left: 30px;
}
.blog-details .sidebar .category ul li a:hover:after {
  width: 25px;
}
.blog-details .sidebar .side-blog {
  margin-bottom: 20px;
}
.blog-details .sidebar .side-blog h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 13px;
  margin-top: 1px;
  margin-bottom: 0;
}
.blog-details .sidebar .side-blog ul {
  padding: 0;
  margin: 0;
}
.blog-details .sidebar .side-blog ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-details .sidebar .side-blog ul li img {
  width: 100px;
  margin-right: 10px;
}
.blog-details .sidebar .side-blog ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
.blog-details .sidebar .side-blog ul li a:hover {
  color: #FF2D65;
}
.blog-details .sidebar .side-testimonial .comment-box {
  margin-bottom: 40px;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment {
  background: #E9F1FF;
  padding: 20px;
  outline: none;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .part-txt {
  margin-bottom: 20px;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .client {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .client .part-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .client .part-img img {
  width: 100%;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .client .txt h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF2D65;
  margin-bottom: 5px;
}
.blog-details .sidebar .side-testimonial .comment-box .single-comment .client .txt p {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-details .sidebar .tags h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -4px;
  margin-bottom: 20px;
}
.blog-details .sidebar .tags a {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-bottom: 15px;
}
.blog-details .sidebar .tags a:hover {
  color: #fff;
  background: #FF2D65;
}

.service-inner {
  padding-bottom: 90px;
}

.domain-inner {
  margin-top: 0;
  background: url(../images/section-bg.jpg) center center no-repeat;
  background-size: cover;
}
.domain-inner .title h2 {
  color: #fff;
}
.domain-inner .title p {
  color: #E9F1FF;
}
.domain-inner form {
  background: #fff;
}
.domain-inner .domain-name ul li {
  color: #fff;
}

.testimonial-inner {
  background: transparent;
  padding-bottom: 0;
}
.testimonial-inner .comments .single-comment .part-txt {
  background: #E9F1FF;
}

.pricing-inner {
  padding-top: 0;
  padding-bottom: 120px;
  background: transparent;
}

.contact {
  padding: 120px 0;
}
.contact .part-img img {
  width: 100%;
}
.contact form {
  background: #E9F1FF;
  padding: 30px;
  border-radius: 5px;
}
.contact form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 45, 101, 0.5);
  outline: none;
  border-radius: 5px;
  transition: 0.4s;
}
.contact form input::placeholder {
  text-transform: capitalize;
  transition: 0.4s;
}
.contact form input:focus {
  box-shadow: 0px 0px 2px 3px rgba(255, 45, 101, 0.3);
  border-color: transparent;
}
.contact form input:focus::placeholder {
  transform: translateY(-50px);
}
.contact form textarea {
  width: 100%;
  height: 150px;
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 45, 101, 0.5);
  outline: none;
  border-radius: 5px;
  transition: 0.4s;
}
.contact form textarea::placeholder {
  text-transform: capitalize;
  transition: 0.4s;
}
.contact form textarea:focus {
  box-shadow: 0px 0px 2px 3px rgba(255, 45, 101, 0.3);
  border-color: transparent;
}
.contact form textarea:focus::placeholder {
  transform: translateY(-50px);
}
.contact form button {
  margin-bottom: 0;
}

.map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -8px;
}

.domain-register {
  padding-top: 120px;
  padding-bottom: 60px;
}
.domain-register form {
  margin-bottom: 0;
}

.tips {
  padding-top: 60px;
  padding-bottom: 120px;
}
.tips .single-box {
  background: #E9F1FF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tips .single-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/box-bg.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
  z-index: -1;
}
.tips .single-box .part-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.tips .single-box .part-icon img {
  height: 100%;
}
.tips .single-box .part-txt h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -3px;
  margin-bottom: 16px;
}
.tips .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: -9px;
}
.tips .single-box:hover:after {
  height: 4px;
}

.cta-inr-page {
  padding: 120px 0;
  background: url(../images/cta-bg-2.png) center center no-repeat;
  background-size: cover;
}
.cta-inr-page .part-txt {
  text-align: center;
}
.cta-inr-page .part-txt h2 {
  font-size: 50px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-top: -6px;
  margin-bottom: 23px;
}
.cta-inr-page .part-txt p {
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ebecf1;
  margin-bottom: 30px;
}

.domain-plan {
  padding-top: 120px;
  padding-bottom: 30px;
}
.domain-plan .single-box {
  padding: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: #E9F1FF;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.domain-plan .single-box .part-txt h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  background: #E9F1FF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 0 7px 20px;
  color: #FF2D65;
  margin-bottom: 10px;
  cursor: pointer;
}
.domain-plan .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #212A34;
  margin-bottom: 6px;
}
.domain-plan .single-box .part-txt h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #FF2D65;
  margin-bottom: 5px;
}

.dom-feature {
  padding-top: 60px;
  padding-bottom: 10px;
}
.dom-feature .single-box {
  margin-bottom: 50px;
  text-align: center;
  padding: 0 30px;
}
.dom-feature .single-box h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -4px;
  margin-bottom: 21px;
}
.dom-feature .single-box p {
  font-size: 16px;
  line-height: 26px;
  color: #212A34;
  margin-bottom: -9px;
}

.search-area {
  padding-top: 120px;
  padding-bottom: 60px;
}
.search-area .title {
  text-align: center;
}
.search-area .title h2 {
  font-size: 45px;
  line-height: 110%;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -8px;
  margin-bottom: 60px;
}
.search-area .search-box {
  text-align: center;
  padding: 80px 0;
  background: url(../images/cta-bg-2.png) center center no-repeat;
  background-size: cover;
}
.search-area .search-box p {
  font-family: "Signika", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ebecf1;
  margin-top: -8px;
  margin-bottom: 40px;
}
.search-area .search-box form {
  display: inline-block;
  background: #fff;
  padding: 10px;
}
.search-area .search-box form input {
  width: 600px;
  height: 46px;
  padding: 0 20px;
}
.search-area .search-box form .def-btn {
  margin-bottom: 0;
}

.faq-types {
  padding: 60px 0;
}
.faq-types .title {
  text-align: center;
}
.faq-types .title h2 {
  font-size: 45px;
  line-height: 110%;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -8px;
  margin-bottom: 60px;
}
.faq-types .single-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.faq-types .single-box:after {
  content: "";
  position: absolute;
  top: 10%;
  right: -16px;
  width: 2px;
  height: 80%;
  background: #111111;
  opacity: 0.1;
}
.faq-types .single-box.last:after {
  display: none;
}
.faq-types .single-box .part-icon {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.faq-types .single-box .part-icon img {
  width: 100%;
}
.faq-types .single-box .part-txt {
  text-align: center;
}
.faq-types .single-box .part-txt h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 21px;
}
.faq-types .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 21px;
}
.faq-types .single-box .part-txt a {
  display: block;
  height: 35px;
  line-height: 37px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
}
.faq-types .single-box .part-txt a:hover {
  background: #212A34;
  color: #fff;
}

.faq-inner {
  padding-bottom: 0;
}

.article-category {
  padding-top: 60px;
  padding-bottom: 30px;
}
.article-category .title {
  text-align: center;
}
.article-category .title h2 {
  font-size: 45px;
  line-height: 110%;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -8px;
  margin-bottom: 60px;
}
.article-category .single-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}
.article-category .single-box .part-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
.article-category .single-box .part-icon img {
  width: 100%;
}
.article-category .single-box .part-txt {
  text-align: center;
  margin-bottom: -8px;
}
.article-category .single-box .part-txt h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  margin-top: -8px;
  margin-bottom: 7px;
  transition: 0.4s;
}
.article-category .single-box .part-txt span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #212A34;
  margin-bottom: 15px;
}
.article-category .single-box .part-txt a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #212A34;
}
.article-category .single-box .part-txt a:hover {
  color: #999;
}
.article-category .single-box:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.article-category .single-box:hover .part-txt h3 {
  color: #FF2D65;
}

.popular-article {
  padding-top: 60px;
  padding-bottom: 90px;
}
.popular-article .title {
  text-align: center;
}
.popular-article .title h2 {
  font-size: 45px;
  line-height: 110%;
  font-weight: 700;
  text-transform: capitalize;
  color: transparent;
  background: linear-gradient(-45deg, #FF2D65, #FF5A3D);
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -8px;
  margin-bottom: 60px;
}
.popular-article .single-box {
  margin-bottom: 30px;
}
.popular-article .single-box .part-txt a {
  display: block;
  font-family: "Signika", sans-serif;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  color: #212A34;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin-bottom: 15px;
}
.popular-article .single-box .part-txt a:hover {
  color: #FF2D65;
}
.popular-article .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 25px;
  margin-bottom: -9px;
}

.coverage-inner {
  padding-bottom: 120px;
}

.compare {
  padding-bottom: 120px;
}
.compare .table {
  margin-bottom: 0;
}
.compare .table thead th {
  background: rgba(255, 90, 61, 0.15);
  border: 0;
  text-align: center;
  padding: 26px 15px 22px 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
}
.compare .table thead th:first-child {
  text-align: left;
  padding-left: 30px;
}
.compare .table tbody tr:nth-child(2n) {
  background: rgba(233, 241, 255, 0.5);
}
.compare .table tbody tr:last-child td {
  padding-bottom: 0;
}
.compare .table tbody tr:last-child td .def-btn {
  margin-bottom: -7px;
}
.compare .table tbody tr th {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212A34;
  padding: 21px 15px 17px 30px;
}
.compare .table tbody tr td {
  border: 0;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #212A34;
  padding: 21px 15px 17px 15px;
  vertical-align: middle;
}
.compare .table tbody tr td .fa-check-circle {
  color: #19b419;
}
.compare .table tbody tr td .fa-times-circle {
  color: #f7211a;
}

.cloud-feature {
  padding: 120px 0;
  background: url(../images/dddddddddddddddddddd.jpg) center center no-repeat;
  background-size: cover;
}
.cloud-feature .heading p {
  color: #999;
}
.cloud-feature .single-box {
  padding: 30px 20px;
  background: #E9F1FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.cloud-feature .single-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, #FF2D65, #FF5A3D);
  transition: all 0.4s ease-in;
  z-index: -1;
}
.cloud-feature .single-box .part-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.cloud-feature .single-box .part-icon img {
  width: 100%;
}
.cloud-feature .single-box .part-txt {
  text-align: center;
}
.cloud-feature .single-box .part-txt h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
  color: #FF2D65;
  margin-top: -9px;
  margin-bottom: 16px;
  transition: 0.4s;
}
.cloud-feature .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  color: #212A34;
  margin-bottom: -9px;
  transition: 0.4s;
}
.cloud-feature .single-box:hover:after {
  height: 100%;
}
.cloud-feature .single-box:hover .part-txt h3, .cloud-feature .single-box:hover .part-txt p {
  color: #fff;
}

.faq-inner-2 {
  padding-top: 120px;
}

.vps-about {
  padding: 120px 0;
}
.vps-about .part-img img {
  width: 100%;
}
.vps-about .part-txt h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF2D65;
  margin-top: -3px;
  margin-bottom: 21px;
}
.vps-about .part-txt p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 15px;
  margin-bottom: -15px;
}

.compare-2 .table-area {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.compare-2 .table-area .table-responsive .table thead tr th {
  vertical-align: middle;
}
.compare-2 .table-area .table-responsive .table thead tr th span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.compare-2 .table-area .table-responsive .table tbody tr th {
  text-transform: inherit;
}

.cloud-feature-2 {
  position: relative;
  z-index: 2;
}
.cloud-feature-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #ebecf1;
  z-index: -1;
}
.cloud-feature-2 .single-box {
  background: #fff;
}
.cloud-feature-2 .single-box .part-icon {
  background: #E9F1FF;
  box-shadow: 0 0;
}

.shared-pricing {
  padding-bottom: 120px;
}
.shared-pricing .single-box {
  border-radius: 0 !important;
}

.shared-feature {
  padding: 120px 0;
}
.shared-feature .bg {
  margin: 0 -15px;
  padding: 60px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.shared-feature .bg .single-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shared-feature .bg .single-box .part-icon {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.shared-feature .bg .single-box .part-icon img {
  width: 100%;
}
.shared-feature .bg .single-box .part-txt {
  text-align: center;
}
.shared-feature .bg .single-box .part-txt h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.shared-feature .bg .single-box .part-txt p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: -9px;
}

.shared-faq {
  padding-top: 0;
}

/*col-lg*/
/*laptop or medium pc*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing {
    padding-bottom: 230px;
  }

  .counter {
    margin-top: -110px;
  }
  .counter .single-box {
    width: 215px;
    height: 215px;
  }

  .cta.cta-2 {
    background-image: url(../images/cta-bg-2.png);
    background-size: cover;
  }

  /*================================================
  ==============inner pages responsive==============
  ================================================*/
  /*============== about page responsive ==============*/
  /* counter section */
  .counter-inner {
    margin-top: 0;
  }

  /*============== service page responsive ==============*/
  /* pricing section */
  .pricing-inner {
    padding-bottom: 120px;
  }

  /*============== contact page responsive ==============*/
  /* map section */
  .map iframe {
    height: 400px;
  }

  /*============== blog grid page responsive ==============*/
  .blog-inner .sidebar {
    padding: 20px;
    padding-bottom: 5px;
  }

  /*============== domain registration page responsive ==============*/
  /* domain tips section */
  .tips .single-box {
    padding: 25px;
  }
  .tips .single-box .part-txt h3 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 15px;
  }

  /*============== knowledge base page responsive ==============*/
  /* article category */
  .article-category .single-box {
    padding: 30px 15px;
  }
  .article-category .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
  }

  /* popular article */
  .popular-article .single-box .part-txt a {
    height: auto;
    line-height: 40px;
    font-size: 18px;
  }

  /*============== VPS hosting page responsive ==============*/
  /* plan compare section */
  .compare-2 .table-area {
    padding: 40px;
  }
}
/*as col-md*/
/*tablet device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* global responsive */
  .heading {
    margin-bottom: 42px;
  }
  .heading h2 {
    font-size: 30px;
    margin-top: -6px;
  }

  /* header section responsive */
  .header.header-2 .bottom-header {
    background: transparent;
  }
  .header.header-2 .bottom-header .navbar {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .header .top-header {
    padding: 0;
    border-bottom: 1px solid rgba(235, 236, 241, 0.3);
  }
  .header .top-header .top-left {
    width: 100%;
  }
  .header .top-header .top-left p {
    display: none;
  }
  .header .top-header .top-left .logo img {
    width: 140px;
    
  }
  .header .top-header .top-left button {
    float: right;
    padding: 0;
    height: 60px;
    line-height: 65px;
    font-size: 25px;
    color: #fff;
  }
  .header .bottom-header {
    background: transparent;
    border: 0;
  }
  .header .bottom-header .navbar {
    background: #E9F1FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
  }
  .header .bottom-header .navbar .bottom-user {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    padding-top: 15px;
    padding-bottom: 12px;
    text-align: center;
  }
  .header .bottom-header .navbar .bottom-user a {
    font-size: 15px;
    font-weight: 600;
    color: #212A34;
    text-transform: uppercase;
  }
  .header .bottom-header .navbar .bottom-user a i {
    color: #FF2D65;
    margin-right: 5px;
  }
  .header .bottom-header .navbar .bottom-user a:first-child {
    margin-right: 15px;
  }
  .header .bottom-header .navbar .bottom-user a:hover {
    color: #FF2D65;
  }
  .header .bottom-header .navbar .navbar-nav {
    padding: 10px 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item:first-child {
    padding-left: 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #212A34;
    font-size: 16px;
    font-weight: 500;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #212A34;
  }

  /* banner section responsive */
  .banner {
    padding-top: 61px;
  }
  .banner.banner-2 .banner-txt {
    padding: 80px 0;
  }
  .banner .banner-txt {
    padding: 80px 0;
  }
  .banner .banner-txt h4 {
    font-size: 16px;
    padding: 0 15px;
    height: 35px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .banner .banner-txt h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 13px;
  }
  .banner .banner-txt p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  /* domain form section responsive */
  .domain {
    padding: 40px 15px;
  }
  .domain.domain-2 {
    border-radius: 15px;
  }
  .domain.domain-2 form {
    border-radius: 15px;
  }
  .domain .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 17px;
  }
  .domain .title p {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .domain form {
    padding: 15px;
    margin-bottom: 25px;
  }
  .domain form .row .col-p input {
    height: 50px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 15px;
  }
  .domain .domain-name ul {
    display: block;
    text-align: center;
    margin-bottom: -12px;
  }
  .domain .domain-name ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
  }

  /* coverage area section responsive */
  .coverage {
    padding-top: 60px;
  }
  .coverage .map .pointer .txt {
    font-size: 12px;
    padding: 0 5px;
  }

  /* service section responsive */
  .service {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .service.service-2 {
    background-size: contain;
    background-position-y: bottom;
    padding-bottom: 30px;
  }
  .service .single-box {
    margin: 0 auto 30px auto;
    padding: 30px;
  }
  .service .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 11px;
  }

  /* process section responsive */
  .process {
    padding: 40px 0;
  }
  .process.process-2 {
    padding-top: 60px;
  }
  .process .part-img {
    width: 290px;
    margin: 0 auto;
  }
  .process .part-txt {
    margin-top: 30px;
  }
  .process .part-txt:after {
    left: 65px;
  }
  .process .part-txt .single-box .part-icon:after {
    top: -37.5px;
    left: -37.5px;
    width: 135px;
    height: 135px;
  }
  .process .part-txt .single-box .txt h3 {
    font-size: 20px;
    margin-top: -3px;
  }

  /* features section responsive */
  .feature {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .feature.feature-2 {
    background-size: contain;
    background-position-y: bottom;
  }
  .feature .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .feature .single-box .part-icon img {
    width: 40px;
  }

  /* testimonial section responsive */
  .testimonial {
    padding: 60px 0;
  }
  .testimonial .client-box .clients .slick-prev {
    left: 0;
    transform: translateX(30px);
  }
  .testimonial .client-box .clients .slick-next {
    right: 0;
    transform: translateX(-30px);
  }
  .testimonial .comments .single-comment .part-txt h3 {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .testimonial .comments .single-comment .part-txt .star {
    font-size: 12px;
  }

  /* pricing section responsive */
  .pricing {
    padding-top: 60px;
    padding-bottom: 130px;
    background-size: contain;
    background-position-y: bottom;
  }
  .pricing .single-box {
    margin-top: 0;
    border: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .pricing .single-box.center {
    transform: translateY(0);
  }
  .pricing .single-box:hover {
    transform: translateY(0);
  }

  /* counter section responsive */
  .counter {
    padding-bottom: 40px;
    margin-top: -80px;
  }
  .counter.counter-2 {
    padding-bottom: 20px;
  }
  .counter.counter-2 .bg {
    padding: 60px 0;
  }
  .counter.counter-2 .single-box {
    width: auto;
    height: auto;
    padding: 0;
  }
  .counter.counter-2 .single-box .txt p {
    margin-bottom: -4px;
  }
  .counter .single-box {
    width: 162px;
    height: 162px;
    border-radius: 0;
    padding: 0 10px;
  }
  .counter .single-box:after {
    border-radius: 0;
  }
  .counter .single-box .txt h2 {
    font-size: 40px;
  }
  .counter .single-box .txt p {
    font-size: 16px;
  }

  /* faq section responsive */
  .faq {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .faq .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .faq .part-txt .accordion .card .card-header {
    height: 40px;
  }
  .faq .part-txt .accordion .card .card-header button {
    font-size: 14px;
  }
  .faq .part-txt .accordion .card .card-header button span {
    height: 40px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 15px;
  }
  .faq .part-txt .accordion .card .card-header button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  /* call to action section responsive */
  .cta {
    padding: 60px 0;
  }
  .cta.cta-2 {
    background-size: cover;
  }
  .cta .part-txt h2 {
    font-size: 35px;
    line-height: 42px;
    margin-top: -8px;
    margin-bottom: 24px;
  }
  .cta .part-txt p {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: -4px;
  }
  .cta .part-txt p span {
    font-size: 22px;
  }

  /* blog section responsive */
  .blog {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .blog .single-box {
    margin-bottom: 30px;
  }

  /* footer section */
  .footer .main-footer {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .footer .main-footer .f-about img {
    width: 150px;
    margin-bottom: 16px;
  }
  .footer .main-footer .links {
    margin-bottom: 23px;
  }
  .footer .main-footer .links h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
  }
  .footer .main-footer .links ul {
    padding-top: 3px;
  }
  .footer .main-footer .links ul li {
    margin-bottom: -2px;
  }
  .footer .main-footer .location {
    margin-bottom: -7px;
  }
  .footer .main-footer .location h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
    margin-bottom: 14px;
  }

  /*================================================
  ==============inner pages responsive==============
  ================================================*/
  /*============== breadcrumb responsive ==============*/
  .breadcrumb .breadcrumb-txt {
    padding: 60px 0;
  }
  .breadcrumb .breadcrumb-txt h1 {
    font-size: 50px;
    font-weight: 600;
    margin-top: -6px;
  }
  .breadcrumb .breadcrumb-txt ul {
    margin-bottom: -8px;
  }
  .breadcrumb .breadcrumb-txt ul li {
    font-size: 16px;
  }

  /*============== about page responsive ==============*/
  /* about section */
  .about {
    padding: 60px 0;
  }
  .about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .about .part-txt h2 {
    font-size: 30px;
    line-height: 110%;
    margin-top: -4px;
    margin-bottom: 18px;
  }
  .about .part-txt ul {
    padding-top: 6px;
    margin-bottom: 9px;
  }
  .about .part-txt ul li {
    font-size: 16px;
  }

  /* counter section */
  .counter-inner {
    padding-bottom: 60px;
    margin-top: 0;
  }

  /* process section */
  .process-inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  /* team section */
  .team {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .team .single-box {
    width: 270px;
    margin: 0 auto 30px auto;
  }

  /* footer section */
  .footer-inner .main-footer {
    padding-top: 160px;
  }

  /*============== service page responsive ==============*/
  /* service section */
  .service-inner {
    padding-bottom: 30px;
  }

  /* testimonial section */
  .testimonial-inner {
    padding-bottom: 20px;
  }

  /* pricing section */
  .pricing-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  /*============== contact page responsive ==============*/
  /* contact section */
  .contact {
    padding: 60px 0;
  }
  .contact form {
    padding: 30px 20px;
  }
  .contact form input {
    height: 45px;
    margin-bottom: 20px;
  }
  .contact form textarea {
    height: 100px;
    margin-bottom: 20px;
  }

  /* map section */
  .map iframe {
    height: 300px;
  }

  /*============== blog grid page responsive ==============*/
  .blog-inner {
    padding-bottom: 60px;
  }
  .blog-inner.blog-inner-2 .pagination {
    margin-bottom: 0;
  }
  .blog-inner .pagination {
    margin-bottom: 30px;
  }
  .blog-inner .pagination ul li a {
    padding: 0 10px;
    font-size: 14px;
  }

  /*============== blog details page responsive ==============*/
  .blog-details {
    padding: 60px 0;
  }
  .blog-details .main-content .part-txt .title h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -4px;
  }
  .blog-details .main-content .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .main-content .other-option {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .blog-details .main-content .other-option .reaction button {
    font-size: 16px;
  }
  .blog-details .main-content .other-option .share h4 {
    font-size: 16px;
    margin-right: 5px;
  }
  .blog-details .main-content .other-option .share a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    margin-left: 5px;
  }
  .blog-details .main-content .blog-comments h3 {
    font-size: 18px;
    margin-top: -3px;
    margin-bottom: 27px;
  }
  .blog-details .main-content .blog-comments .single-comment .img {
    width: 200px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul {
    margin-bottom: 12px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul li {
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt button {
    font-size: 12px;
  }
  .blog-details .main-content .blog-comments .post-comment {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-details .main-content .blog-comments .post-comment form input[type=text], .blog-details .main-content .blog-comments .post-comment form [type=email] {
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form textarea {
    height: 100px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check label {
    font-size: 14px;
  }
  .blog-details .sidebar .search-box {
    margin-bottom: 31px;
  }
  .blog-details .sidebar .category {
    margin-bottom: 18px;
  }
  .blog-details .sidebar .category h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .category ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-blog {
    margin-bottom: 25px;
  }
  .blog-details .sidebar .side-blog h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .side-blog ul li {
    padding: 10px 0;
  }
  .blog-details .sidebar .side-blog ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-testimonial .comment-box {
    margin-bottom: 32px;
  }
  .blog-details .sidebar .side-testimonial .comment-box .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .sidebar .tags {
    margin-bottom: -10px;
  }
  .blog-details .sidebar .tags h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .tags a {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  /*============== domain registration page responsive ==============*/
  /* domain registration form for domain registration page */
  .domain-register {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* domain tips section */
  .tips {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tips .single-box {
    padding: 20px;
  }
  .tips .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .tips .single-box .part-txt h3 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 15px;
  }
  .tips .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section in domain registration page */
  .cta-inr-page {
    padding: 60px 0;
  }
  .cta-inr-page .part-txt h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px;
  }
  .cta-inr-page .part-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  /* domain plans section */
  .domain-plan {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .domain-plan .single-box {
    padding: 25px;
    padding-bottom: 10px;
  }
  .domain-plan .single-box .part-txt h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .domain-plan .single-box .part-txt h4 {
    font-size: 16px;
  }
  .domain-plan .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* domain feature section */
  .dom-feature {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .dom-feature .single-box {
    margin-bottom: 40px;
  }
  .dom-feature .single-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .dom-feature .single-box p {
    font-size: 14px;
    line-height: 24px;
  }

  /*============== support page responsive ==============*/
  /* search area section */
  .search-area {
    padding: 60px 0;
  }
  .search-area .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .search-area .search-box {
    padding: 60px 15px;
  }
  .search-area .search-box p {
    font-size: 20px;
    line-height: 30px;
    margin-top: -7px;
    margin-bottom: 31px;
  }
  .search-area .search-box form input {
    width: 300px;
  }
  .search-area .search-box form .def-btn {
    padding: 0 40px;
  }

  /* faq types section */
  .faq-types {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .faq-types .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .faq-types .single-box {
    padding: 0 10px;
    margin: 0 auto 30px auto;
  }
  .faq-types .single-box:after {
    display: none;
  }
  .faq-types .single-box .part-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 23px;
  }
  .faq-types .single-box .part-txt h3 {
    margin-bottom: 16px;
  }
  .faq-types .single-box .part-txt p {
    margin-bottom: 16px;
  }

  /*============== knowledge base page responsive ==============*/
  /* article category */
  .article-category {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .article-category .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .article-category .single-box {
    padding: 30px 20px;
    width: 250px;
    margin: 0 auto 30px auto;
  }

  /* popular article */
  .popular-article {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .popular-article .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .popular-article .single-box .part-txt a {
    height: auto;
    line-height: 40px;
    font-size: 18px;
  }

  /*============== cloud hosting page responsive ==============*/
  /* coverage section */
  .coverage-inner {
    padding-bottom: 40px;
  }

  /* plans compare section */
  .compare {
    padding-bottom: 60px;
  }
  .compare .table-responsive {
    overflow-x: scroll;
  }
  .compare .table-responsive .table {
    width: 900px;
  }

  /* cloud hosting feature section */
  .cloud-feature {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cloud-feature .single-box {
    margin-bottom: 30px;
    padding: 30px;
  }

  /* faq section */
  .faq-inner-2 {
    padding-top: 60px;
  }

  /*============== VPS hosting page responsive ==============*/
  /* vps about section */
  .vps-about {
    padding: 60px 0;
  }
  .vps-about .part-txt h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 12px;
  }
  .vps-about .part-txt p {
    margin-bottom: -23px;
  }

  /*============== shared hosting page responsive ==============*/
  /* shared hosting feature section */
  .shared-feature {
    padding: 60px 0;
  }
  .shared-feature .bg {
    padding: 30px;
    padding-bottom: 0;
    margin: 0;
  }
  .shared-feature .bg .single-box {
    margin-bottom: 30px;
  }
  .shared-feature .bg .single-box .part-icon {
    margin-bottom: 23px;
  }
  .shared-feature .bg .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .shared-feature .bg .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* shared hosting FAQ section */
  .shared-faq {
    padding-top: 20px;
  }
}
/*as col-sm*/
/*large mobile device*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* global responsive */
  .heading {
    margin-bottom: 42px;
  }
  .heading h2 {
    font-size: 30px;
    margin-top: -6px;
  }
  .heading p {
    font-size: 14px;
    line-height: 22px;
  }

  /* header section responsive */
  .header.header-2 .bottom-header {
    background: transparent;
  }
  .header.header-2 .bottom-header .navbar {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .header .top-header {
    padding: 0;
    border-bottom: 1px solid rgba(235, 236, 241, 0.3);
  }
  .header .top-header .top-left {
    width: 100%;
  }
  .header .top-header .top-left p {
    display: none;
  }
  .header .top-header .top-left .logo img {
    width: 140px;
  }
  .header .top-header .top-left button {
    float: right;
    padding: 0;
    height: 60px;
    line-height: 65px;
    font-size: 25px;
    color: #fff;
  }
  .header .bottom-header {
    background: transparent;
    border: 0;
  }
  .header .bottom-header .navbar {
    background: #E9F1FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
  }
  .header .bottom-header .navbar .bottom-user {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    padding-top: 15px;
    padding-bottom: 12px;
    text-align: center;
  }
  .header .bottom-header .navbar .bottom-user a {
    font-size: 15px;
    font-weight: 600;
    color: #212A34;
    text-transform: uppercase;
  }
  .header .bottom-header .navbar .bottom-user a i {
    color: #FF2D65;
    margin-right: 5px;
  }
  .header .bottom-header .navbar .bottom-user a:first-child {
    margin-right: 15px;
  }
  .header .bottom-header .navbar .bottom-user a:hover {
    color: #FF2D65;
  }
  .header .bottom-header .navbar .navbar-nav {
    padding: 10px 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item:first-child {
    padding-left: 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #212A34;
    font-size: 16px;
    font-weight: 500;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #212A34;
  }

  /* banner section responsive */
  .banner {
    padding-top: 61px;
  }
  .banner.banner-2 .banner-txt {
    padding: 80px 0;
  }
  .banner.banner-2 .part-img {
    display: none;
  }
  .banner .banner-txt {
    padding: 80px 0;
  }
  .banner .banner-txt h4 {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .banner .banner-txt h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 13px;
  }
  .banner .banner-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  /* domain form section responsive */
  .domain {
    padding: 40px 15px;
  }
  .domain.domain-2 {
    border-radius: 15px;
  }
  .domain.domain-2 form {
    border-radius: 15px;
  }
  .domain .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 17px;
  }
  .domain .title p {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .domain form {
    padding: 15px;
    margin-bottom: 25px;
  }
  .domain form .row .col-p input {
    height: 50px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 15px;
  }
  .domain form .row .col-p select {
    height: 50px;
    margin-bottom: 20px;
  }
  .domain .domain-name ul {
    display: block;
    text-align: center;
    margin-bottom: -8px;
  }
  .domain .domain-name ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
  }

  /* coverage area section responsive */
  .coverage {
    padding-top: 60px;
  }
  .coverage .map .pointer .txt {
    font-size: 12px;
    padding: 0 5px;
  }

  /* service section responsive */
  .service {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .service.service-2 {
    background-size: contain;
    background-position-y: bottom;
    padding-bottom: 30px;
  }
  .service .single-box {
    margin: 0 auto 30px auto;
    padding: 25px 15px;
  }
  .service .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .service .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* process section responsive */
  .process {
    padding: 40px 0;
  }
  .process.process-2 {
    padding-top: 60px;
  }
  .process .part-img {
    width: 290px;
    margin: 0 auto;
  }
  .process .part-txt {
    margin-top: 30px;
  }
  .process .part-txt:after {
    left: 52px;
  }
  .process .part-txt .single-box .part-icon:after {
    top: -37.5px;
    left: -37.5px;
    width: 135px;
    height: 135px;
  }
  .process .part-txt .single-box .txt h3 {
    font-size: 20px;
    margin-top: -3px;
  }
  .process .part-txt .single-box .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* features section responsive */
  .feature {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .feature.feature-2 {
    background-size: contain;
    background-position-y: bottom;
  }
  .feature .single-box {
    padding: 30px 15px;
  }
  .feature .single-box .part-icon {
    width: 70px;
    height: 70px;
  }
  .feature .single-box .part-icon img {
    width: 35px;
  }
  .feature .single-box .part-txt h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .feature .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .feature .single-box .part-txt a {
    font-size: 14px;
  }

  /* testimonial section responsive */
  .testimonial {
    padding: 60px 0;
  }
  .testimonial .client-box .clients .slick-prev {
    left: 0;
    transform: translateX(30px);
  }
  .testimonial .client-box .clients .slick-next {
    right: 0;
    transform: translateX(-30px);
  }
  .testimonial .comments .single-comment .part-txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .testimonial .comments .single-comment .part-txt h6 {
    font-size: 14px;
  }
  .testimonial .comments .single-comment .part-txt .star {
    font-size: 12px;
  }
  .testimonial .comments .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* pricing section responsive */
  .pricing {
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: contain;
    background-position-y: bottom;
  }
  .pricing .single-box {
    margin-top: 0;
    border: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .pricing .single-box.center {
    transform: translateY(0);
  }
  .pricing .single-box .top {
    padding: 28px 0 26px 0;
  }
  .pricing .single-box .top p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pricing .single-box .top h3 {
    font-size: 35px;
    margin-bottom: 9px;
  }
  .pricing .single-box .top h4 {
    font-size: 16px;
  }
  .pricing .single-box .middle ul li {
    padding: 12px 0;
    font-size: 14px;
  }
  .pricing .single-box .bottom {
    padding: 20px 0;
  }
  .pricing .single-box:hover {
    transform: translateY(0);
  }

  /* counter section responsive */
  .counter {
    padding-top: 60px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .counter.counter-2 {
    padding-bottom: 20px;
  }
  .counter.counter-2 .bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .counter.counter-2 .single-box {
    width: auto;
    height: auto;
    padding: 0;
  }
  .counter.counter-2 .single-box .txt p {
    margin-bottom: -5px;
  }
  .counter .single-box {
    margin-bottom: 30px;
  }

  /* faq section responsive */
  .faq {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .faq .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .faq .part-txt .accordion .card .card-header {
    height: 40px;
  }
  .faq .part-txt .accordion .card .card-header button {
    font-size: 14px;
  }
  .faq .part-txt .accordion .card .card-header button span {
    height: 40px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 15px;
  }
  .faq .part-txt .accordion .card .card-header button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .faq .part-txt .accordion .card .card-body {
    padding: 14px 20px 11px 20px;
  }
  .faq .part-txt .accordion .card .card-body p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section responsive */
  .cta {
    padding: 60px 0;
  }
  .cta.cta-2 {
    background-image: url(../images/cta-bg-2.png);
    background-size: cover;
  }
  .cta .part-txt {
    margin-bottom: 30px;
  }
  .cta .part-txt h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: -7px;
    margin-bottom: 21px;
  }
  .cta .part-txt p {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: -4px;
  }
  .cta .part-txt p span {
    font-size: 22px;
  }
  .cta .part-btn {
    align-items: flex-start;
  }

  /* blog section responsive */
  .blog {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .blog.blog-2 .single-box .part-txt .date {
    margin-bottom: 4px;
  }
  .blog .single-box {
    margin-bottom: 30px;
  }
  .blog .single-box .part-txt {
    padding: 25px 20px;
  }
  .blog .single-box .part-txt .date .img {
    width: 30px;
  }
  .blog .single-box .part-txt .date p {
    font-size: 13px;
  }
  .blog .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .blog .single-box .part-txt .tag {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .blog .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* footer section */
  .footer .main-footer {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .footer .main-footer .f-about img {
    width: 150px;
    margin-bottom: 16px;
  }
  .footer .main-footer .f-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .links {
    margin-bottom: 23px;
  }
  .footer .main-footer .links h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
  }
  .footer .main-footer .links ul {
    padding-top: 3px;
  }
  .footer .main-footer .links ul li {
    margin-bottom: -2px;
  }
  .footer .main-footer .links ul li a {
    font-size: 14px;
  }
  .footer .main-footer .location {
    margin-bottom: -7px;
  }
  .footer .main-footer .location h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
    margin-bottom: 14px;
  }
  .footer .main-footer .location p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .footer .main-footer .location a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .main-footer .location span {
    font-size: 14px;
  }
  .footer .copyright .part-txt p {
    font-size: 14px;
  }

  /*================================================
  ==============inner pages responsive==============
  ================================================*/
  /*============== breadcrumb responsive ==============*/
  .breadcrumb .breadcrumb-txt {
    padding: 60px 0;
  }
  .breadcrumb .breadcrumb-txt h1 {
    font-size: 50px;
    font-weight: 600;
    margin-top: -6px;
  }
  .breadcrumb .breadcrumb-txt ul {
    margin-bottom: -8px;
  }
  .breadcrumb .breadcrumb-txt ul li {
    font-size: 16px;
  }

  /*============== about page responsive ==============*/
  /* about section */
  .about {
    padding: 60px 0;
  }
  .about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .about .part-txt h2 {
    font-size: 30px;
    line-height: 110%;
    margin-top: -4px;
    margin-bottom: 18px;
  }
  .about .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .about .part-txt ul {
    padding-top: 6px;
    margin-bottom: 7px;
  }
  .about .part-txt ul li {
    font-size: 16px;
  }

  /* counter section */
  .counter-inner {
    padding-bottom: 30px;
  }

  /* process section */
  .process-inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  /* team section */
  .team {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .team .single-box {
    width: 270px;
    margin: 0 auto 30px auto;
  }

  /* footer section */
  .footer-inner .main-footer {
    padding-top: 160px;
  }

  /*============== service page responsive ==============*/
  /* service section */
  .service-inner {
    padding-bottom: 30px;
  }

  /* testimonial section */
  .testimonial-inner {
    padding-bottom: 20px;
  }

  /* pricing section */
  .pricing-inner {
    padding-top: 20px;
  }

  /*============== contact page responsive ==============*/
  /* contact section */
  .contact {
    padding: 60px 0;
  }
  .contact .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .contact form {
    padding: 30px 20px;
  }
  .contact form input {
    height: 45px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact form textarea {
    height: 100px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* map section */
  .map iframe {
    height: 250px;
  }

  /*============== blog grid page responsive ==============*/
  .blog-inner {
    padding-bottom: 60px;
  }
  .blog-inner.blog-inner-2 .pagination {
    margin-bottom: 0;
  }
  .blog-inner .pagination {
    margin-bottom: 30px;
  }
  .blog-inner .pagination ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .blog-inner .sidebar {
    width: 320px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 5px;
  }

  /*============== blog details page responsive ==============*/
  .blog-details {
    padding: 60px 0;
  }
  .blog-details .main-content .part-txt .title h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -4px;
  }
  .blog-details .main-content .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .main-content .other-option {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .blog-details .main-content .other-option .reaction button {
    font-size: 16px;
  }
  .blog-details .main-content .other-option .share h4 {
    font-size: 16px;
  }
  .blog-details .main-content .other-option .share a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
  }
  .blog-details .main-content .blog-comments h3 {
    font-size: 18px;
    margin-top: -3px;
    margin-bottom: 27px;
  }
  .blog-details .main-content .blog-comments .single-comment .img {
    width: 200px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul {
    margin-bottom: 12px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul li {
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt button {
    font-size: 12px;
  }
  .blog-details .main-content .blog-comments .post-comment {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-details .main-content .blog-comments .post-comment form input[type=text], .blog-details .main-content .blog-comments .post-comment form [type=email] {
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form textarea {
    height: 80px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check label {
    font-size: 14px;
  }
  .blog-details .sidebar {
    width: 300px;
    margin: 0 auto;
  }
  .blog-details .sidebar .search-box {
    margin-bottom: 31px;
  }
  .blog-details .sidebar .category {
    margin-bottom: 18px;
  }
  .blog-details .sidebar .category h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .category ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-blog {
    margin-bottom: 25px;
  }
  .blog-details .sidebar .side-blog h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .side-blog ul li {
    padding: 10px 0;
  }
  .blog-details .sidebar .side-blog ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-testimonial .comment-box {
    margin-bottom: 32px;
  }
  .blog-details .sidebar .side-testimonial .comment-box .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .sidebar .tags {
    margin-bottom: -10px;
  }
  .blog-details .sidebar .tags h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .tags a {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  /*============== domain registration page responsive ==============*/
  /* domain registration form for domain registration page */
  .domain-register {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* domain tips section */
  .tips {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tips .single-box {
    padding: 20px;
  }
  .tips .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .tips .single-box .part-txt h3 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 15px;
  }
  .tips .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section in domain registration page */
  .cta-inr-page {
    padding: 60px 0;
  }
  .cta-inr-page .part-txt h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px;
  }
  .cta-inr-page .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  /* domain plans section */
  .domain-plan {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .domain-plan .single-box {
    padding: 25px;
    padding-bottom: 10px;
  }
  .domain-plan .single-box .part-txt h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .domain-plan .single-box .part-txt h4 {
    font-size: 16px;
  }
  .domain-plan .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* domain feature section */
  .dom-feature {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .dom-feature .single-box {
    margin-bottom: 40px;
  }
  .dom-feature .single-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .dom-feature .single-box p {
    font-size: 14px;
    line-height: 24px;
  }

  /*============== support page responsive ==============*/
  /* search area section */
  .search-area {
    padding: 60px 0;
  }
  .search-area .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .search-area .search-box {
    padding: 60px 15px;
  }
  .search-area .search-box p {
    font-size: 18px;
    line-height: 28px;
    margin-top: -7px;
    margin-bottom: 32px;
  }
  .search-area .search-box form input {
    width: 260px;
    font-size: 14px;
  }
  .search-area .search-box form .def-btn {
    padding: 0 40px;
  }

  /* faq types section */
  .faq-types {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .faq-types .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .faq-types .single-box {
    width: 200px;
    margin: 0 auto 30px auto;
  }
  .faq-types .single-box:after {
    display: none;
  }
  .faq-types .single-box .part-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .faq-types .single-box .part-txt h3 {
    margin-bottom: 10px;
  }
  .faq-types .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 11px;
  }

  /*============== knowledge base page responsive ==============*/
  /* article category */
  .article-category {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .article-category .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .article-category .single-box {
    padding: 30px 20px;
  }
  .article-category .single-box .part-txt span {
    font-size: 14px;
    margin-bottom: 16px;
  }

  /* popular article */
  .popular-article {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .popular-article .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .popular-article .single-box .part-txt a {
    height: auto;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .popular-article .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /*============== cloud hosting page responsive ==============*/
  /* coverage section */
  .coverage-inner {
    padding-bottom: 40px;
  }

  /* plans compare section */
  .compare {
    padding-bottom: 60px;
  }
  .compare .table-responsive {
    overflow-x: scroll;
  }
  .compare .table-responsive .table {
    width: 750px;
  }
  .compare .table-responsive .table thead tr th {
    font-size: 16px;
    padding: 21px 15px 17px 15px;
  }
  .compare .table-responsive .table tbody tr th, .compare .table-responsive .table tbody tr td {
    font-size: 14px;
    padding: 21px 15px 17px 15px;
  }
  .compare .table-responsive .table tbody tr:last-child td {
    padding-bottom: 0;
  }

  /* cloud hosting feature section */
  .cloud-feature {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cloud-feature .single-box {
    margin-bottom: 30px;
  }
  .cloud-feature .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .cloud-feature .single-box .part-txt h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: -8px;
  }
  .cloud-feature .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* faq section */
  .faq-inner-2 {
    padding-top: 60px;
  }

  /*============== VPS hosting page responsive ==============*/
  /* vps about section */
  .vps-about {
    padding: 60px 0;
  }
  .vps-about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .vps-about .part-txt h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 12px;
  }
  .vps-about .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -24px;
  }

  /* compare section */
  .compare-2 .table-area {
    padding: 30px;
  }
  .compare-2 .table-area .table-responsive .table {
    width: 800px;
  }

  /*============== shared hosting page responsive ==============*/
  /* shared hosting feature section */
  .shared-feature {
    padding: 60px 0;
  }
  .shared-feature .bg {
    padding: 30px;
    padding-bottom: 0;
    margin: 0;
  }
  .shared-feature .bg .single-box {
    margin-bottom: 30px;
  }
  .shared-feature .bg .single-box .part-icon {
    margin-bottom: 23px;
  }
  .shared-feature .bg .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .shared-feature .bg .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* shared hosting FAQ section */
  .shared-faq {
    padding-top: 20px;
  }
}
/*medium mobile device*/
@media only screen and (min-width: 480px) and (max-width: 575px) {
  /* global responsive */
  .heading {
    margin-bottom: 42px;
  }
  .heading h2 {
    font-size: 30px;
    margin-top: -6px;
  }
  .heading p {
    font-size: 14px;
    line-height: 22px;
  }

  /* header section responsive */
  .header.header-2 .bottom-header {
    background: transparent;
  }
  .header.header-2 .bottom-header .navbar {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .header .top-header {
    padding: 0;
    border-bottom: 1px solid rgba(235, 236, 241, 0.3);
  }
  .header .top-header .top-left {
    width: 100%;
  }
  .header .top-header .top-left p {
    display: none;
  }
  .header .top-header .top-left .logo img {
    width: 240px;
    height: 50px;
    
  }
  .header .top-header .top-left button {
    float: right;
    padding: 0;
    height: 60px;
    line-height: 65px;
    font-size: 25px;
    color: #fff;
  }
  .header .bottom-header {
    background: transparent;
    border: 0;
  }
  .header .bottom-header .navbar {
    background: #E9F1FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
  }
  .header .bottom-header .navbar .bottom-user {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    padding-top: 15px;
    padding-bottom: 12px;
    text-align: center;
  }
  .header .bottom-header .navbar .bottom-user a {
    font-size: 15px;
    font-weight: 600;
    color: #212A34;
    text-transform: uppercase;
  }
  .header .bottom-header .navbar .bottom-user a i {
    color: #FF2D65;
    margin-right: 5px;
  }
  .header .bottom-header .navbar .bottom-user a:first-child {
    margin-right: 15px;
  }
  .header .bottom-header .navbar .bottom-user a:hover {
    color: #FF2D65;
  }
  .header .bottom-header .navbar .navbar-nav {
    padding: 10px 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item:first-child {
    padding-left: 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #212A34;
    font-size: 16px;
    font-weight: 500;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #212A34;
  }

  /* banner section responsive */
  .banner {
    padding-top: 61px;
  }
  .banner.banner-2 .banner-txt {
    padding: 80px 0;
  }
  .banner.banner-2 .part-img {
    display: none;
  }
  .banner .banner-txt {
    padding: 80px 0;
  }
  .banner .banner-txt h4 {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .banner .banner-txt h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 13px;
  }
  .banner .banner-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  /* domain form section responsive */
  .domain {
    padding: 40px 15px;
  }
  .domain.domain-2 {
    border-radius: 15px;
  }
  .domain.domain-2 form {
    border-radius: 15px;
  }
  .domain .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 17px;
  }
  .domain .title p {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .domain form {
    padding: 15px;
    margin-bottom: 25px;
  }
  .domain form .row .col-p input {
    height: 50px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 15px;
  }
  .domain form .row .col-p select {
    height: 50px;
    margin-bottom: 20px;
  }
  .domain .domain-name ul {
    display: block;
    text-align: center;
    margin-bottom: -8px;
  }
  .domain .domain-name ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
  }

  /* coverage area section responsive */
  .coverage {
    padding-top: 60px;
  }
  .coverage .map .pointer .txt {
    font-size: 12px;
    padding: 0 5px;
  }

  /* service section responsive */
  .service {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .service.service-2 {
    background-size: contain;
    background-position-y: bottom;
    padding-bottom: 30px;
  }
  .service .single-box {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .service .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .service .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* process section responsive */
  .process {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .process.process-2 {
    padding-top: 60px;
  }
  .process.process-2 .part-txt .single-box:before {
    transform: skew(0);
    border-radius: 15px;
  }
  .process.process-2 .part-txt .single-box:after {
    transform: skew(0);
  }
  .process.process-2 .part-txt .single-box .part-icon {
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .process .part-img {
    width: 290px;
    margin: 0 auto;
  }
  .process .part-txt {
    margin-top: 30px;
  }
  .process .part-txt:after {
    display: none;
  }
  .process .part-txt .single-box {
    border-radius: 15px;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .process .part-txt .single-box .part-icon {
    background: linear-gradient(45deg, #FF2D65, #FF5A3D);
    margin-left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 25px;
  }
  .process .part-txt .single-box .part-icon:after {
    display: none;
  }
  .process .part-txt .single-box .part-icon span {
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
  }
  .process .part-txt .single-box .txt {
    padding: 0;
  }
  .process .part-txt .single-box .txt h3 {
    font-size: 20px;
    margin-top: -3px;
  }
  .process .part-txt .single-box .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* features section responsive */
  .feature {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .feature.feature-2 {
    background-size: contain;
    background-position-y: bottom;
  }
  .feature .single-box {
    padding: 30px 15px;
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .feature .single-box .part-icon {
    width: 70px;
    height: 70px;
  }
  .feature .single-box .part-icon img {
    width: 35px;
  }
  .feature .single-box .part-txt h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .feature .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .feature .single-box .part-txt a {
    font-size: 14px;
  }

  /* testimonial section responsive */
  .testimonial {
    padding: 60px 0;
  }
  .testimonial.testimonial-2 .client-box {
    margin-bottom: 30px;
  }
  .testimonial.testimonial-2 .comments .single-comment .part-txt {
    text-align: center;
  }
  .testimonial .client-box {
    width: 290px;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
  }
  .testimonial .client-box .clients .slick-prev {
    left: 0;
    transform: translateX(50px);
  }
  .testimonial .client-box .clients .slick-next {
    right: 0;
    transform: translateX(-50px);
  }
  .testimonial .comments .single-comment .part-txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .testimonial .comments .single-comment .part-txt h6 {
    font-size: 14px;
  }
  .testimonial .comments .single-comment .part-txt .star {
    font-size: 12px;
  }
  .testimonial .comments .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* pricing section responsive */
  .pricing {
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: contain;
    background-position-y: bottom;
  }
  .pricing .single-box {
    margin-top: 0;
    border: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .pricing .single-box.center {
    transform: translateY(0);
  }
  .pricing .single-box .top {
    padding: 28px 0 26px 0;
  }
  .pricing .single-box .top p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pricing .single-box .top h3 {
    font-size: 35px;
    margin-bottom: 9px;
  }
  .pricing .single-box .top h4 {
    font-size: 16px;
  }
  .pricing .single-box .middle ul li {
    padding: 12px 0;
    font-size: 14px;
  }
  .pricing .single-box .bottom {
    padding: 20px 0;
  }
  .pricing .single-box:hover {
    transform: translateY(0);
  }

  /* counter section responsive */
  .counter {
    padding-top: 60px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .counter.counter-2 {
    padding-bottom: 20px;
  }
  .counter.counter-2 .bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .counter.counter-2 .bg .row .col-6 {
    padding: 0;
  }
  .counter.counter-2 .single-box {
    width: auto;
    height: auto;
    padding: 0;
  }
  .counter.counter-2 .single-box .txt h2 {
    margin-top: -7px;
  }
  .counter.counter-2 .single-box .txt p {
    margin-bottom: -4px;
  }
  .counter .single-box {
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
  }
  .counter .single-box .txt h2 {
    font-size: 40px;
  }
  .counter .single-box .txt p {
    font-size: 16px;
  }

  /* faq section responsive */
  .faq {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .faq .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .faq .part-txt .accordion .card .card-header {
    height: 40px;
  }
  .faq .part-txt .accordion .card .card-header button {
    font-size: 14px;
  }
  .faq .part-txt .accordion .card .card-header button span {
    height: 40px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 15px;
  }
  .faq .part-txt .accordion .card .card-header button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .faq .part-txt .accordion .card .card-body {
    padding: 14px 20px 11px 20px;
  }
  .faq .part-txt .accordion .card .card-body p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section responsive */
  .cta {
    padding: 60px 0;
  }
  .cta.cta-2 {
    background-image: url(../images/cta-bg-2.png);
    background-size: cover;
  }
  .cta .part-txt {
    margin-bottom: 30px;
  }
  .cta .part-txt h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: -7px;
    margin-bottom: 21px;
  }
  .cta .part-txt p {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: -4px;
  }
  .cta .part-txt p span {
    font-size: 22px;
  }
  .cta .part-btn {
    align-items: flex-start;
  }

  /* blog section responsive */
  .blog {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .blog.blog-2 .single-box .part-txt .date {
    margin-bottom: 4px;
  }
  .blog .single-box {
    margin-bottom: 30px;
  }
  .blog .single-box .part-txt {
    padding: 25px 20px;
  }
  .blog .single-box .part-txt .date .img {
    width: 30px;
  }
  .blog .single-box .part-txt .date p {
    font-size: 13px;
  }
  .blog .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .blog .single-box .part-txt .tag {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .blog .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* footer section */
  .footer .main-footer {
    padding: 60px 0;
  }
  .footer .main-footer .f-about img {
    width: 150px;
    margin-bottom: 16px;
  }
  .footer .main-footer .f-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .links {
    margin-bottom: 23px;
  }
  .footer .main-footer .links h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
  }
  .footer .main-footer .links ul {
    padding-top: 3px;
  }
  .footer .main-footer .links ul li {
    margin-bottom: -2px;
  }
  .footer .main-footer .links ul li a {
    font-size: 14px;
  }
  .footer .main-footer .location {
    margin-bottom: -7px;
  }
  .footer .main-footer .location h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
    margin-bottom: 14px;
  }
  .footer .main-footer .location p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .footer .main-footer .location a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .main-footer .location span {
    font-size: 14px;
  }
  .footer .copyright .part-txt {
    display: block;
    text-align: center;
    margin-bottom: 7px;
  }
  .footer .copyright .part-txt p {
    margin-top: -5px;
    font-size: 14px;
  }
  .footer .copyright .social {
    display: block;
    text-align: center;
  }

  /*================================================
  ==============inner pages responsive==============
  ================================================*/
  /*============== breadcrumb responsive ==============*/
  .breadcrumb .breadcrumb-txt {
    padding: 60px 0;
  }
  .breadcrumb .breadcrumb-txt h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: -5px;
  }
  .breadcrumb .breadcrumb-txt ul {
    margin-bottom: -8px;
  }
  .breadcrumb .breadcrumb-txt ul li {
    font-size: 16px;
  }

  /*============== about page responsive ==============*/
  /* about section */
  .about {
    padding: 60px 0;
  }
  .about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .about .part-txt h2 {
    font-size: 30px;
    line-height: 110%;
    margin-top: -4px;
    margin-bottom: 18px;
  }
  .about .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .about .part-txt ul {
    padding-top: 6px;
    margin-bottom: 7px;
  }
  .about .part-txt ul li {
    font-size: 16px;
  }

  /* counter section */
  .counter-inner {
    padding-bottom: 30px;
  }

  /* process section */
  .process-inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  /* team section */
  .team {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .team .single-box {
    width: 270px;
    margin: 0 auto 30px auto;
  }

  /* footer section */
  .footer-inner .main-footer {
    padding-top: 160px;
  }

  /*============== service page responsive ==============*/
  /* service section */
  .service-inner {
    padding-bottom: 30px;
  }

  /* testimonial section */
  .testimonial-inner {
    padding-bottom: 20px;
  }

  /* pricing section */
  .pricing-inner {
    padding-top: 20px;
  }

  /*============== contact page responsive ==============*/
  /* contact section */
  .contact {
    padding: 60px 0;
  }
  .contact .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .contact form {
    padding: 30px 20px;
  }
  .contact form input {
    height: 45px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact form textarea {
    height: 100px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* map section */
  .map iframe {
    height: 250px;
  }

  /*============== blog grid page responsive ==============*/
  .blog-inner {
    padding-bottom: 60px;
  }
  .blog-inner.blog-inner-2 .pagination {
    margin-bottom: 0;
  }
  .blog-inner .pagination {
    margin-bottom: 30px;
  }
  .blog-inner .pagination ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .blog-inner .sidebar {
    width: 290px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 5px;
  }

  /*============== blog details page responsive ==============*/
  .blog-details {
    padding: 60px 0;
  }
  .blog-details .main-content .part-txt .title h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -4px;
  }
  .blog-details .main-content .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .main-content .part-txt .images {
    margin-bottom: -21px;
  }
  .blog-details .main-content .part-txt .images .single-img {
    margin-bottom: 30px;
  }
  .blog-details .main-content .other-option {
    margin-bottom: 30px;
  }
  .blog-details .main-content .other-option .reaction {
    text-align: center;
    margin-top: -2px;
    margin-bottom: 14px;
  }
  .blog-details .main-content .other-option .reaction button {
    font-size: 16px;
    height: 18px;
    line-height: 20px;
  }
  .blog-details .main-content .other-option .share {
    justify-content: center;
  }
  .blog-details .main-content .other-option .share h4 {
    font-size: 16px;
  }
  .blog-details .main-content .other-option .share a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
  }
  .blog-details .main-content .blog-comments h3 {
    font-size: 18px;
    margin-top: -3px;
    margin-bottom: 27px;
  }
  .blog-details .main-content .blog-comments .single-comment {
    display: block;
  }
  .blog-details .main-content .blog-comments .single-comment .img {
    width: 80px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul {
    margin-bottom: 12px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul li {
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt button {
    font-size: 12px;
  }
  .blog-details .main-content .blog-comments .post-comment {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-details .main-content .blog-comments .post-comment form input[type=text], .blog-details .main-content .blog-comments .post-comment form [type=email] {
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form textarea {
    height: 80px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check label {
    font-size: 14px;
  }
  .blog-details .sidebar {
    width: 290px;
    margin: 0 auto;
  }
  .blog-details .sidebar .search-box {
    margin-bottom: 31px;
  }
  .blog-details .sidebar .category {
    margin-bottom: 18px;
  }
  .blog-details .sidebar .category h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .category ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-blog {
    margin-bottom: 25px;
  }
  .blog-details .sidebar .side-blog h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .side-blog ul li {
    padding: 10px 0;
  }
  .blog-details .sidebar .side-blog ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-testimonial .comment-box {
    margin-bottom: 32px;
  }
  .blog-details .sidebar .side-testimonial .comment-box .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .sidebar .tags {
    margin-bottom: -10px;
  }
  .blog-details .sidebar .tags h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .tags a {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  /*============== domain registration page responsive ==============*/
  /* domain registration form for domain registration page */
  .domain-register {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* domain tips section */
  .tips {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tips .single-box {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .tips .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .tips .single-box .part-txt h3 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 15px;
  }
  .tips .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section in domain registration page */
  .cta-inr-page {
    padding: 60px 0;
  }
  .cta-inr-page .part-txt h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px;
  }
  .cta-inr-page .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  /* domain plans section */
  .domain-plan {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .domain-plan .single-box {
    padding: 25px;
    padding-bottom: 10px;
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .domain-plan .single-box .part-txt h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .domain-plan .single-box .part-txt h4 {
    font-size: 16px;
  }
  .domain-plan .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* domain feature section */
  .dom-feature {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .dom-feature .single-box {
    width: 290px;
    margin: 0 auto 40px auto;
  }
  .dom-feature .single-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .dom-feature .single-box p {
    font-size: 14px;
    line-height: 24px;
  }

  /*============== support page responsive ==============*/
  /* search area section */
  .search-area {
    padding: 60px 0;
  }
  .search-area .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .search-area .search-box {
    padding: 60px 15px;
  }
  .search-area .search-box p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -7px;
    margin-bottom: 32px;
  }
  .search-area .search-box form {
    padding: 0;
    background: transparent;
  }
  .search-area .search-box form input {
    width: 260px;
    background: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .search-area .search-box form .def-btn {
    padding: 0 40px;
  }

  /* faq types section */
  .faq-types {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .faq-types .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .faq-types .single-box {
    width: 200px;
    margin: 0 auto 30px auto;
  }
  .faq-types .single-box:after {
    display: none;
  }
  .faq-types .single-box .part-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .faq-types .single-box .part-txt h3 {
    margin-bottom: 10px;
  }
  .faq-types .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 11px;
  }

  /*============== knowledge base page responsive ==============*/
  /* article category */
  .article-category {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .article-category .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .article-category .single-box {
    padding: 30px 20px;
    width: 250px;
    margin: 0 auto 30px auto;
  }
  .article-category .single-box .part-txt span {
    font-size: 14px;
    margin-bottom: 16px;
  }

  /* popular article */
  .popular-article {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .popular-article .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .popular-article .single-box .part-txt a {
    height: auto;
    line-height: 30px;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .popular-article .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
  }

  /*============== cloud hosting page responsive ==============*/
  /* coverage section */
  .coverage-inner {
    padding-bottom: 40px;
  }

  /* plans compare section */
  .compare {
    padding-bottom: 60px;
  }
  .compare .table-responsive {
    overflow-x: scroll;
  }
  .compare .table-responsive .table {
    width: 750px;
  }
  .compare .table-responsive .table thead tr th {
    font-size: 16px;
    padding: 21px 15px 17px 15px;
  }
  .compare .table-responsive .table tbody tr th, .compare .table-responsive .table tbody tr td {
    font-size: 14px;
    padding: 21px 15px 17px 15px;
  }
  .compare .table-responsive .table tbody tr:last-child td {
    padding-bottom: 0;
  }

  /* cloud hosting feature section */
  .cloud-feature {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cloud-feature .single-box {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .cloud-feature .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .cloud-feature .single-box .part-txt h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: -8px;
  }
  .cloud-feature .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* faq section */
  .faq-inner-2 {
    padding-top: 60px;
  }

  /*============== VPS hosting page responsive ==============*/
  /* vps about section */
  .vps-about {
    padding: 60px 0;
  }
  .vps-about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .vps-about .part-txt h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 12px;
  }
  .vps-about .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -24px;
  }

  /* compare section */
  .compare-2 .table-area {
    padding: 30px;
  }

  /*============== shared hosting page responsive ==============*/
  /* shared hosting feature section */
  .shared-feature {
    padding: 60px 0;
  }
  .shared-feature .bg {
    width: 290px;
    padding: 30px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .shared-feature .bg .single-box {
    margin-bottom: 30px;
  }
  .shared-feature .bg .single-box .part-icon {
    margin-bottom: 23px;
  }
  .shared-feature .bg .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .shared-feature .bg .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* shared hosting FAQ section */
  .shared-faq {
    padding-top: 20px;
  }
}
/*small mobile device*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* global responsive */
  .heading {
    margin-bottom: 42px;
  }
  .heading h2 {
    font-size: 30px;
    margin-top: -6px;
  }
  .heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .def-btn {
    height: 40px;
    line-height: 44px;
    padding: 0 25px;
  }

  /* header section responsive */
  .header.header-2 .bottom-header {
    background: transparent;
  }
  .header.header-2 .bottom-header .navbar {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .header .top-header {
    padding: 0;
    border-bottom: 1px solid rgba(235, 236, 241, 0.3);
  }
  .header .top-header .top-left {
    width: 100%;
  }
  .header .top-header .top-left p {
    display: none;
  }
  .header .top-header .top-left .logo img {
    width: 100%;
  }
  .header .top-header .top-left button {
    float: right;
    padding: 0;
    height: 60px;
    line-height: 65px;
    font-size: 25px;
    color: #fff;
  }
  .header .bottom-header {
    background: transparent;
    border: 0;
  }
  .header .bottom-header .navbar {
    background: #E9F1FF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
  }
  .header .bottom-header .navbar .bottom-user {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    padding-top: 15px;
    padding-bottom: 12px;
    text-align: center;
  }
  .header .bottom-header .navbar .bottom-user a {
    font-size: 15px;
    font-weight: 600;
    color: #212A34;
    text-transform: uppercase;
  }
  .header .bottom-header .navbar .bottom-user a i {
    color: #FF2D65;
    margin-right: 5px;
  }
  .header .bottom-header .navbar .bottom-user a:first-child {
    margin-right: 15px;
  }
  .header .bottom-header .navbar .bottom-user a:hover {
    color: #FF2D65;
  }
  .header .bottom-header .navbar .navbar-nav {
    padding: 10px 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item:first-child {
    padding-left: 20px;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #212A34;
    font-size: 16px;
    font-weight: 500;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
  .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #212A34;
  }

  /* banner section responsive */
  .banner {
    padding-top: 61px;
  }
  .banner.banner-2 .banner-txt {
    padding: 80px 0;
  }
  .banner.banner-2 .part-img {
    display: none;
  }
  .banner .banner-txt {
    padding: 80px 0;
  }
  .banner .banner-txt h4 {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .banner .banner-txt h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 13px;
  }
  .banner .banner-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  /* domain form section responsive */
  .domain {
    padding: 40px 15px;
  }
  .domain.domain-2 {
    border-radius: 15px;
  }
  .domain.domain-2 form {
    border-radius: 15px;
  }
  .domain .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 17px;
  }
  .domain .title p {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .domain form {
    padding: 15px;
    margin-bottom: 25px;
  }
  .domain form .row .col-p input {
    height: 50px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 15px;
  }
  .domain form .row .col-p select {
    height: 50px;
    margin-bottom: 20px;
  }
  .domain .domain-name ul {
    display: block;
    text-align: center;
    margin-bottom: -8px;
  }
  .domain .domain-name ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
  }

  /* coverage area section responsive */
  .coverage {
    padding-top: 60px;
  }
  .coverage .map .pointer .txt {
    font-size: 12px;
    padding: 0 5px;
  }

  /* service section responsive */
  .service {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .service.service-2 {
    background-size: contain;
    background-position-y: bottom;
    padding-bottom: 30px;
  }
  .service .single-box {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .service .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .service .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* process section responsive */
  .process {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .process.process-2 {
    padding-top: 60px;
  }
  .process.process-2 .part-txt .single-box:before {
    transform: skew(0);
    border-radius: 15px;
  }
  .process.process-2 .part-txt .single-box:after {
    transform: skew(0);
  }
  .process.process-2 .part-txt .single-box .part-icon {
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .process .part-img {
    width: 290px;
    margin: 0 auto;
  }
  .process .part-txt {
    margin-top: 30px;
  }
  .process .part-txt:after {
    display: none;
  }
  .process .part-txt .single-box {
    border-radius: 15px;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .process .part-txt .single-box .part-icon {
    background: linear-gradient(45deg, #FF2D65, #FF5A3D);
    margin-left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 25px;
  }
  .process .part-txt .single-box .part-icon:after {
    display: none;
  }
  .process .part-txt .single-box .part-icon span {
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
  }
  .process .part-txt .single-box .txt {
    padding: 0;
  }
  .process .part-txt .single-box .txt h3 {
    font-size: 20px;
    margin-top: -3px;
  }
  .process .part-txt .single-box .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* features section responsive */
  .feature {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .feature.feature-2 {
    background-size: contain;
    background-position-y: bottom;
  }
  .feature .single-box {
    padding: 30px 15px;
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .feature .single-box .part-icon {
    width: 70px;
    height: 70px;
  }
  .feature .single-box .part-icon img {
    width: 35px;
  }
  .feature .single-box .part-txt h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .feature .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .feature .single-box .part-txt a {
    font-size: 14px;
  }

  /* testimonial section responsive */
  .testimonial {
    padding: 60px 0;
  }
  .testimonial.testimonial-2 .client-box {
    margin-bottom: 30px;
  }
  .testimonial.testimonial-2 .comments .single-comment .part-txt {
    text-align: center;
  }
  .testimonial .client-box {
    padding: 0 30px 50px 30px;
  }
  .testimonial .client-box .clients .slick-prev {
    left: 0;
    transform: translateX(50px);
  }
  .testimonial .client-box .clients .slick-next {
    right: 0;
    transform: translateX(-50px);
  }
  .testimonial .comments .single-comment .part-txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .testimonial .comments .single-comment .part-txt h6 {
    font-size: 14px;
  }
  .testimonial .comments .single-comment .part-txt .star {
    font-size: 12px;
  }
  .testimonial .comments .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* pricing section responsive */
  .pricing {
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: contain;
    background-position-y: bottom;
  }
  .pricing .single-box {
    margin-top: 0;
    border: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .pricing .single-box.center {
    transform: translateY(0);
  }
  .pricing .single-box .top {
    padding: 28px 0 26px 0;
  }
  .pricing .single-box .top p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pricing .single-box .top h3 {
    font-size: 35px;
    margin-bottom: 9px;
  }
  .pricing .single-box .top h4 {
    font-size: 16px;
  }
  .pricing .single-box .middle ul li {
    padding: 12px 0;
    font-size: 14px;
  }
  .pricing .single-box .bottom {
    padding: 20px 0;
  }
  .pricing .single-box:hover {
    transform: translateY(0);
  }

  /* counter section responsive */
  .counter {
    padding-top: 60px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .counter.counter-2 {
    padding-bottom: 20px;
  }
  .counter.counter-2 .bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .counter.counter-2 .bg .row .col-6 {
    padding: 0;
  }
  .counter.counter-2 .single-box {
    width: auto;
    height: auto;
    padding: 0;
  }
  .counter.counter-2 .single-box .txt h2 {
    font-size: 30px;
    margin-top: -4px;
  }
  .counter.counter-2 .single-box .txt p {
    margin-bottom: -4px;
  }
  .counter .single-box {
    width: 130px;
    height: 130px;
    border-radius: 0;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .counter .single-box:after {
    border-radius: 0;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
  }
  .counter .single-box .txt h2 {
    font-size: 25px;
  }
  .counter .single-box .txt p {
    font-size: 14px;
  }

  /* faq section responsive */
  .faq {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .faq .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .faq .part-txt .accordion .card .card-header {
    height: 40px;
  }
  .faq .part-txt .accordion .card .card-header button {
    font-size: 14px;
  }
  .faq .part-txt .accordion .card .card-header button span {
    height: 40px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 15px;
  }
  .faq .part-txt .accordion .card .card-header button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .faq .part-txt .accordion .card .card-body {
    padding: 14px 20px 11px 20px;
  }
  .faq .part-txt .accordion .card .card-body p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section responsive */
  .cta {
    padding: 60px 0;
  }
  .cta.cta-2 {
    background-image: url(../images/cta-bg-2.png);
    background-size: cover;
  }
  .cta .part-txt {
    margin-bottom: 30px;
  }
  .cta .part-txt h2 {
    font-size: 25px;
    line-height: 32px;
    margin-top: -7px;
    margin-bottom: 21px;
  }
  .cta .part-txt p {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: -4px;
  }
  .cta .part-txt p span {
    font-size: 22px;
  }
  .cta .part-btn {
    align-items: flex-start;
  }

  /* blog section responsive */
  .blog {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .blog.blog-2 .single-box .part-txt .date {
    margin-bottom: 4px;
  }
  .blog .single-box {
    margin-bottom: 30px;
  }
  .blog .single-box .part-txt {
    padding: 25px 20px;
  }
  .blog .single-box .part-txt .date .img {
    width: 30px;
  }
  .blog .single-box .part-txt .date p {
    font-size: 13px;
  }
  .blog .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: -6px;
    margin-bottom: 6px;
  }
  .blog .single-box .part-txt .tag {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .blog .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* footer section */
  .footer .main-footer {
    padding: 60px 0;
  }
  .footer .main-footer .f-about img {
    width: 150px;
    margin-bottom: 16px;
  }
  .footer .main-footer .f-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .main-footer .links {
    margin-bottom: 23px;
  }
  .footer .main-footer .links h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
  }
  .footer .main-footer .links ul {
    padding-top: 3px;
  }
  .footer .main-footer .links ul li {
    margin-bottom: -2px;
  }
  .footer .main-footer .links ul li a {
    font-size: 14px;
  }
  .footer .main-footer .location {
    margin-bottom: -7px;
  }
  .footer .main-footer .location h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 4px;
    margin-bottom: 14px;
  }
  .footer .main-footer .location p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .footer .main-footer .location a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .main-footer .location span {
    font-size: 14px;
  }
  .footer .copyright .part-txt {
    display: block;
    text-align: center;
    margin-bottom: 7px;
  }
  .footer .copyright .part-txt p {
    margin-top: -5px;
    font-size: 14px;
  }
  .footer .copyright .social {
    display: block;
    text-align: center;
  }

  /*================================================
  ==============inner pages responsive==============
  ================================================*/
  /*============== breadcrumb responsive ==============*/
  .breadcrumb .breadcrumb-txt {
    padding: 60px 0;
  }
  .breadcrumb .breadcrumb-txt h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: -5px;
  }
  .breadcrumb .breadcrumb-txt ul {
    margin-bottom: -8px;
  }
  .breadcrumb .breadcrumb-txt ul li {
    font-size: 16px;
  }

  /*============== about page responsive ==============*/
  /* about section */
  .about {
    padding: 60px 0;
  }
  .about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .about .part-txt h2 {
    font-size: 30px;
    line-height: 110%;
    margin-top: -4px;
    margin-bottom: 18px;
  }
  .about .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .about .part-txt ul {
    padding-top: 6px;
    margin-bottom: 7px;
  }
  .about .part-txt ul li {
    font-size: 16px;
  }

  /* counter section */
  .counter-inner {
    padding-bottom: 30px;
  }

  /* process section */
  .process-inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  /* team section */
  .team {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .team .single-box {
    width: 270px;
    margin: 0 auto 30px auto;
  }

  /* footer section */
  .footer-inner .main-footer {
    padding-top: 160px;
  }

  /*============== service page responsive ==============*/
  /* service section */
  .service-inner {
    padding-bottom: 30px;
  }

  /* testimonial section */
  .testimonial-inner {
    padding-bottom: 20px;
  }

  /* pricing section */
  .pricing-inner {
    padding-top: 20px;
  }

  /*============== contact page responsive ==============*/
  /* contact section */
  .contact {
    padding: 60px 0;
  }
  .contact .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .contact form {
    padding: 30px 20px;
  }
  .contact form input {
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact form textarea {
    height: 100px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* map section */
  .map iframe {
    height: 250px;
  }

  /*============== blog grid page responsive ==============*/
  .blog-inner {
    padding-bottom: 60px;
  }
  .blog-inner.blog-inner-2 .pagination {
    margin-bottom: 0;
  }
  .blog-inner .pagination {
    margin-bottom: 30px;
  }
  .blog-inner .pagination ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .blog-inner .sidebar {
    width: 290px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 5px;
  }

  /*============== blog details page responsive ==============*/
  .blog-details {
    padding: 60px 0;
  }
  .blog-details .main-content .part-txt .title h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -4px;
  }
  .blog-details .main-content .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .main-content .part-txt .images {
    margin-bottom: -21px;
  }
  .blog-details .main-content .part-txt .images .single-img {
    margin-bottom: 30px;
  }
  .blog-details .main-content .other-option {
    margin-bottom: 30px;
  }
  .blog-details .main-content .other-option .reaction {
    text-align: center;
    margin-top: -2px;
    margin-bottom: 14px;
  }
  .blog-details .main-content .other-option .reaction button {
    font-size: 16px;
    height: 18px;
    line-height: 20px;
  }
  .blog-details .main-content .other-option .share {
    justify-content: center;
  }
  .blog-details .main-content .other-option .share h4 {
    font-size: 16px;
  }
  .blog-details .main-content .other-option .share a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
  }
  .blog-details .main-content .blog-comments h3 {
    font-size: 18px;
    margin-top: -3px;
    margin-bottom: 27px;
  }
  .blog-details .main-content .blog-comments .single-comment {
    display: block;
  }
  .blog-details .main-content .blog-comments .single-comment .img {
    width: 80px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul {
    margin-bottom: 12px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt ul li {
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .blog-details .main-content .blog-comments .single-comment .txt button {
    font-size: 12px;
  }
  .blog-details .main-content .blog-comments .post-comment {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-details .main-content .blog-comments .post-comment form input[type=text], .blog-details .main-content .blog-comments .post-comment form [type=email] {
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form textarea {
    height: 80px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .blog-details .main-content .blog-comments .post-comment form .form-check label {
    font-size: 14px;
  }
  .blog-details .sidebar {
    width: 290px;
    margin: 0 auto;
  }
  .blog-details .sidebar .search-box {
    margin-bottom: 31px;
  }
  .blog-details .sidebar .category {
    margin-bottom: 18px;
  }
  .blog-details .sidebar .category h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .category ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-blog {
    margin-bottom: 25px;
  }
  .blog-details .sidebar .side-blog h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .side-blog ul li {
    padding: 10px 0;
  }
  .blog-details .sidebar .side-blog ul li a {
    font-size: 14px;
  }
  .blog-details .sidebar .side-testimonial .comment-box {
    margin-bottom: 32px;
  }
  .blog-details .sidebar .side-testimonial .comment-box .single-comment .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-details .sidebar .tags {
    margin-bottom: -10px;
  }
  .blog-details .sidebar .tags h3 {
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .blog-details .sidebar .tags a {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  /*============== domain registration page responsive ==============*/
  /* domain registration form for domain registration page */
  .domain-register {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* domain tips section */
  .tips {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tips .single-box {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .tips .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .tips .single-box .part-txt h3 {
    font-size: 20px;
    margin-top: -2px;
    margin-bottom: 15px;
  }
  .tips .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* call to action section in domain registration page */
  .cta-inr-page {
    padding: 60px 0;
  }
  .cta-inr-page .part-txt h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px;
  }
  .cta-inr-page .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px;
  }

  /* domain plans section */
  .domain-plan {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .domain-plan .single-box {
    padding: 25px;
    padding-bottom: 10px;
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .domain-plan .single-box .part-txt h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .domain-plan .single-box .part-txt h4 {
    font-size: 16px;
  }
  .domain-plan .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* domain feature section */
  .dom-feature {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .dom-feature .single-box {
    width: 290px;
    margin: 0 auto 40px auto;
  }
  .dom-feature .single-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 20px;
  }
  .dom-feature .single-box p {
    font-size: 14px;
    line-height: 24px;
  }

  /*============== support page responsive ==============*/
  /* search area section */
  .search-area {
    padding: 60px 0;
  }
  .search-area .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .search-area .search-box {
    padding: 60px 15px;
  }
  .search-area .search-box p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -7px;
    margin-bottom: 32px;
  }
  .search-area .search-box form {
    padding: 0;
    background: transparent;
  }
  .search-area .search-box form input {
    width: 260px;
    height: 40px;
    background: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .search-area .search-box form .def-btn {
    padding: 0 40px;
  }

  /* faq types section */
  .faq-types {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .faq-types .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .faq-types .single-box {
    width: 200px;
    margin: 0 auto 30px auto;
  }
  .faq-types .single-box:after {
    display: none;
  }
  .faq-types .single-box .part-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }
  .faq-types .single-box .part-txt h3 {
    margin-bottom: 10px;
  }
  .faq-types .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 11px;
  }

  /*============== knowledge base page responsive ==============*/
  /* article category */
  .article-category {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .article-category .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .article-category .single-box {
    padding: 30px 20px;
    width: 250px;
    margin: 0 auto 30px auto;
  }
  .article-category .single-box .part-txt span {
    font-size: 14px;
    margin-bottom: 16px;
  }

  /* popular article */
  .popular-article {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .popular-article .title h2 {
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 43px;
  }
  .popular-article .single-box .part-txt a {
    height: auto;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
  }
  .popular-article .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
  }

  /*============== cloud hosting page responsive ==============*/
  /* coverage section */
  .coverage-inner {
    padding-bottom: 40px;
  }

  /* plans compare section */
  .compare {
    padding-bottom: 60px;
  }
  .compare .table-responsive {
    overflow-x: scroll;
  }
  .compare .table-responsive .table {
    width: 750px;
  }
  .compare .table-responsive .table thead tr th {
    font-size: 16px;
    padding: 21px 15px 17px 15px;
  }
  .compare .table-responsive .table tbody tr th, .compare .table-responsive .table tbody tr td {
    font-size: 14px;
    padding: 21px 15px 17px 15px;
  }
  .compare .table-responsive .table tbody tr:last-child td {
    padding-bottom: 0;
  }

  /* cloud hosting feature section */
  .cloud-feature {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cloud-feature .single-box {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .cloud-feature .single-box .part-icon {
    width: 80px;
    height: 80px;
  }
  .cloud-feature .single-box .part-txt h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: -8px;
  }
  .cloud-feature .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* faq section */
  .faq-inner-2 {
    padding-top: 60px;
  }

  /*============== VPS hosting page responsive ==============*/
  /* vps about section */
  .vps-about {
    padding: 60px 0;
  }
  .vps-about .part-img {
    width: 290px;
    margin: 0 auto 30px auto;
  }
  .vps-about .part-txt h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 12px;
  }
  .vps-about .part-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -24px;
  }

  /* compare section */
  .compare-2 .table-area {
    padding: 20px;
  }

  /*============== shared hosting page responsive ==============*/
  /* shared hosting feature section */
  .shared-feature {
    padding: 60px 0;
  }
  .shared-feature .bg {
    width: 290px;
    padding: 30px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .shared-feature .bg .single-box {
    margin-bottom: 30px;
  }
  .shared-feature .bg .single-box .part-icon {
    margin-bottom: 23px;
  }
  .shared-feature .bg .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .shared-feature .bg .single-box .part-txt p {
    font-size: 14px;
    line-height: 24px;
  }

  /* shared hosting FAQ section */
  .shared-faq {
    padding-top: 20px;
  }
}