body {
  color: #666666;
  font-family: "Gomme Sans W04 Regular";
  font-size: 18px !important;
  line-height: 1.7;
  overflow-x: hidden !important;
}
/*html {scroll-behavior:smooth;}04-03-21*/
@font-face {
  font-family: "Gomme Sans W04 Regular";
  src: url("../fonts/0f9e72426345e4f7fd0fa8ca9f8a309e.eot"); /* IE9*/
  src: url("../fonts/0f9e72426345e4f7fd0fa8ca9f8a309e.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/0f9e72426345e4f7fd0fa8ca9f8a309e.woff2")
      format("woff2"),
    /* chrome、firefox */ url("../fonts/0f9e72426345e4f7fd0fa8ca9f8a309e.woff")
      format("woff"),
    /* chrome、firefox */ url("../fonts/0f9e72426345e4f7fd0fa8ca9f8a309e.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/0f9e72426345e4f7fd0fa8ca9f8a309e.svg#Gomme Sans W04 Regular")
      format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}

/*Cart Page Styles page 12-03-21*/

/*Reseller*/
#order-standard_cart .products .product {
    min-width:327px!important;
}



a {
  color: #fff;
  text-decoration: none !important;
}
a:hover {
  color: #e9cf00;
  text-decoration: none;
  border: 0;
}
a:active {
  border: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: 000;
}

#scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.table-responsive table {
  background: #fff;
}

.table-responsive .table th {
  border-right: 1px solid #dee2e6;
}

.table td,
.table th {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.table td,
.table th {
  padding: 0.25rem 0.45rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  line-height: 60px;
  font-size:0.9rem; 
}

.landingscroll {
  overflow-y: hidden;
}

.table-responsive {
  overflow-x: scroll;
}

.br-left {
  border-left: 1px solid #dee2e6;
}

.w-165 {
  width: 165px !important;
}
.w-125 {
  width: 120px !important;
}

.text-yellow {
  color: #e9cf00;
}
.text-blue {
  color: #034ea8;
}
.text-gray {
  color: #989898;
}
.text-orange {
  color: #ff7919;
}

.heading-blue {
  color: #034ea8;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}

.heading-white {
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}

.bg-blue-light {
  background: #0281f2;
}
.bg-blue-dark {
  background: #0060b6;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.bg-violet {
  background: #1b1b9b;
}
.bg-green {
  background: #9ab600;
}
.bg-gray {
  background: #989898;
}

.curve {
  border-radius: 0.45rem;
}

.mh-375 {
  max-height: 240px !important;
}

.box-shadow {
  box-shadow: 1px 1px 15px 4px #8888883d;
}

.btn-blue-light-small {
  color: #fff;
  background: #0281f2;
  border: 1px solid #0281f2;
  padding: 0px 35px 2px 35px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 17px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.btn-blue-light-small:hover {
  color: #fff;
  background: #004c91;
}

.btn-blue-dark-small {
  color: #fff;
  background: #0060b6;
  border: 1px solid #0060b6;
  padding: 0px 35px 2px 35px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}
.btn-blue-dark-small:hover {
  color: #fff;
  background: #004c91;
}

.btn-violet-small {
  color: #fff;
  background: #1b1b9b;
  border: 1px solid #1b1b9b;
  padding: 0px 15px 2px 15px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 17px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.btn-violet-small:hover {
  color: #fff;
  background: #1b1b9b;
}

.btn-green-small {
  color: #fff;
  background: #9ab600;
  border: 1px solid #9ab600;
  padding: 0px 15px 2px 15px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.btn-green-small:hover {
  color: #fff;
  background: #879f01;
}

.btn-orange-small {
  color: #fff;
  background: #ff6600;
  border: 1px solid #ff6600;
  padding: 0px 15px 2px 15px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.btn-orange-small:hover {
  color: #fff;
  background: #dc5b05;
}

.btn-right-curve {
  border-top-right-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}

.btn-curve {
  border-radius: 0.45rem;
}

.bg-pattern {
  background: url("../images/pattern.jpg") center top;
  /*background-size:contain;
background-position:center;
background-size:100%; */
}
/*banner section*/
/*banner background*/
.header {
  background: url(../images/home.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
  padding-bottom: 100px;
  margin-top: -96px;
}

/*banner background*/
.aboutus {
  background: url(../images/aboutus.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
}

.whychoosedh {
  background: url(../images/whychoosedh.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.clientarea {
  background: url(../images/clientarea.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.hosting {
  background: url(../images/dh-hosting.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.sharedhosting {
  background: url(../images/dh-sharedhosting.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.cloudhosting {
  background: url(../images/dh-cloudhosting.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.vpshosting {
  background: url(../images/dh-vpshosting.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.website {
  background: url(../images/banner_website.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.wordpress {
  background: url(../images/wordpress.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.ecommerce {
  background: url(../images/dh-ecommerce.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.domainregistration {
  background: url(../images/dh-domain-registration.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.domaintransfer {
  background: url(../images/dh-domain-transfer.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.knowledgebase {
  background: url(../images/knowledgebase.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.testimonials {
  background: url(../images/testimonial.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.termsofuse {
  background: url(../images/termsofuse.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.privacypolicy {
  background: url(../images/privacypolicy.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.announcement {
  background: url(../images/announcement.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.blog {
  background: url(../images/blog.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 720px;
}

.registration,
.login {
  background: url(../images/reg-login.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 230px;
}

/*bullet color*/

.bullets ul li::before {
  content: "\2022";
  color: #034ea8;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*pagination*/

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.3rem;
  margin: 0 1.5px;
  text-decoration: none;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1b64bd;
  border-color: #1b64bd;
}

.page-link:hover {
  text-decoration: none !important;
}

.cookiepolicy {
  background: url(../images/cookiepolicy.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.contact {
  background: url(../images/contact.jpg) center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.contactus2 {
  padding: 60px 0px;
  color: #0060b6;
}

.contactus2 h3 {
  font-size: 1.75rem;
}

.bodylink a {
  color: #666 !important;
  text-decoration: none !important;
}

.bodylink a:hover {
  color: #034ea8 !important;
  text-decoration: underline !important;
}

/*top menu section*/
.header-top {
  background: url("../images/topmenu_bg.png") center top;
  /*    background:#0d3964;*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 5px;
  background-position-y: -10px;
}
.header-top.scrolled {
  background: #0d3964 !important;
  padding-bottom: 0px !important;
}

.topmenu-contact span {
  display: inline-block;
}
.icon-border {
  border: 2px solid #e9cf00;
  width: 30px;
  height: 30px;
  color: #e9cf00;
  border-radius: 50px;
  padding: 5px 0px;
  font-size: 17px;
  text-align: center;
  margin-top: 0px;
}
.logo img {
  max-width: 290px;
}
.yellow-btn {
  background: #e9cf00;
  text-align: center;
  color: #000;
  padding: 2px 11px 7px 16px;
  border-radius: 20px;
  text-decoration: none;
  margin: 0px 4px;
  font-family: "Gomme Sans W04 Regular";
  font-size: 15px;
  display: inline-block;
  min-width: 95px;
}
.yellow-btn:hover {
  background: #ffe834;
  text-decoration: none;
}

.cart {
  position: absolute;
  right: -13px;
  top: 9px;
  padding-left: 1px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233,207,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  /*border-color: rgb(233,207,0)!important;*/
  border: 0;
}

.navbar-toggler {
  border: 0px solid transparent;
}

.navbar-dark .navbar-toggler {
  color: rgba(233, 207, 0, 1) !important;
}
.active-link {
  color: #e9cf00 !important;
  border-bottom: 1px solid #e9cf00;
  line-height: 10px;
  display: block;
}
.nav-link:hover {
  color: #e9cf00 !important;
  line-height: 10px;
  display: block;
}
.nav-item {
  padding-right: 1.8rem;
  padding-left: 0.1rem;
}
.navbar-expand-md .navbar-nav .nav-link {
  line-height: 10px;
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 0.91rem;
}
.searchbox {
  margin: 0 auto;
  background: rgb(10 52 91 / 0.7);
  max-width: 70%;
  /*	min-height:350px;*/
  border-radius: 10px;
  position: relative;
  margin-top: 100px;
  padding: 50px 20px;
  top: 190px;
}
.searchbox h1 {
  font-weight: 600;
  font-size: 3.6rem;
}

.searchbox h2 {
  font-weight: 600;
  font-size: 2.5rem;
}

.searchbox h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.searchfield {
  margin-top: 10px;
  color: #e9cf00;
  padding: 10px 40px;
  max-width: 90%;
  margin: 0 auto;
}
.btn-search {
  background: #e9cf00;
  padding: 0px 14px 2px 9px;
  border: 0;
  font-weight: bold;
}
.btn-search:hover {
  background: #ffe834;
  text-decoration: none;
}
.btn-yellow {
  background: #e9cf00;
  padding: 0px 14px 4px 14px;
  line-height: 46px;
  /*	font-size:0.9rem; */
  font-weight: bold;
  display: block;
  border-radius: 0.45rem;
}
.btn-yellow:hover {
  background: #ffe834;
}
.form-control {
  height: calc(1.5em + 0.75rem + 16px);
  border-radius: 0.45rem;
}

@-moz-document url-prefix() {
  .form-control > option {
    font-family: Verdana, "Gomme Sans W04 Regular" !important;
    font-size: 14px;
  }
}

/*.btn {border-radius:.45rem!important;} 23-12-20*/

.body-content {
  /*	margin-top:80px;*/
  margin-top: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.body-content h2 {
  font-weight: 600;
  font-size: 2.8rem !important;
  /*	line-height: 18px;
*/
}

.body-content a {
  color: #034ea8;
  text-decoration: none;
}

.body-content a:hover {
  color: #034ea8;
  text-decoration: underline;
}

.homeheading {
  font-weight: 600;
  font-size: 2.2rem !important;
}

.body-content h3 {
  font-weight: 600;
  color: #034ea8;
}

/*our service*/
.ourservice {
  background: url("../images/bg_pic1.jpg") center top;
  background-size: cover;
  padding: 30px 0px;
}
.ourservice h2 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}
.ourservice_box {
  background: #fff;
  border-radius: 10px;
  padding: 50px 10px;
  text-align: center;
  margin: 50px 50px;
  min-height: 526px;
  transition: all 0.3s ease-in-out;
}
.ourservice_box:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  transform: scale(1.03);
}

.ourservice_box h3 {
  color: #034ea8;
  margin: 18px 0;
  font-weight: 600;
}
.ourservice_box p {
  padding: 10px 15px;
}
.icon-arrow {
  border: 2px solid #c5c5c5;
  width: 30px;
  height: 30px;
  color: #c5c5c5;
  border-radius: 50px;
  padding: 0px 9px;
  font-size: 25px;
  text-align: center;
  margin-top: 9px;
}
.icon-arrow:hover {
  border: 2px solid #034ea8;
  color: #034ea8;
}
.ourpartners {
  text-align: center;
  padding: 50px 0;
}
.ourpartners h2 {
  color: #034ea8;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}
.ourpartners img {
  padding: 6px 0px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
}
.testimonial {
  padding: 20px 0;
}
.testimonial h2 {
  padding: 20px 0;
  color: #034ea8;
  font-size: 45px;
  font-weight: 600;
}
.testimonial-box {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #efefef;
  padding: 40px 50px 40px 50px;
  text-align: center;
  line-height: 30px;
  min-height: 350px;
  font-size: 14px;
}
.testimonial-box p {
  color: #666 !important;
  line-height: 30px;
}
.carousel-inner.active {
  color: #666;
}
.carousel-control-next-icon {
  background-image: url("../images/next.png");
  width: 11px;
  height: 20px;
  cursor: pointer;
}
.carousel-control-prev-icon {
  background-image: url("../images/prev.png");
  width: 11px;
  height: 20px;
  cursor: pointer;
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 0.8;
  cursor: pointer;
}
.carousel-indicators li {
  width: 16px;
  height: 16px;
  background-color: #054279;
  border-radius: 50%;
}
.carousel-indicators {
  bottom: -54px;
}

.contactus {
  background: url("../images/contactus_bg.jpg") center top;
  padding: 60px 0px;
  color: #fff;
}

.contactus h2 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}
.contactus h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}

.footer {
  background-image: url("../images/footer_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #424242;
  padding-top: 70px;
  padding-bottom: 40px;
  color: #fff;
  position: relative;
}

.text-small {
/*  font-size: 14px; 04-03-21 */
 font-size:0.72rem;
  line-height: 20px;
}

.footer ul {
  margin: 10px 0;
}
.footer ul li {
  font-size: 14px;
  line-height: 25px;
}

.flags img {
  width: 60px;
  margin-bottom: 5px;
}

.copyright {
  background: #fff;
  padding: 6px 0 0px 0;
}

.copyright a {
  color: #666;
  text-decoration: none;
}

.copyright a:hover {
  color: #034ea8;
  text-decoration: none;
}

.social-icons {
}

.social-icons li {
  display: inline-block;
}
.social-icons li a {
  display: inline-block;
  color: #666;
  padding: 2px 10px;
}
.social-icons li a:hover {
  display: inline-block;
  color: #034ea8;
}

.whatsapp-footer {
  position: fixed;
  right: 5px;
  bottom: 29%;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #1abb21;
  z-index: 9999;
  font-size: 25px;
  text-align: center;
  padding-top: 0px;
}

.whatsapp-footer:hover {
  background-color: #00ad08;
  color: #fff;
}

.scroll-btn a {
  background: #007bff;
  width: 46px;
  height: 46px;
  color: #fff;
  border-radius: 50px;
  padding: 0px 0px;
  font-size: 24px;
  text-align: center;
/*margin-top: 160px; 09-03-21*/
  display: block;
  transition: background-color 0.5s ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
  position: absolute;
  right:6px;
  bottom:3%;
}

.scroll-btn a:hover {
  background: #0060b6;
}

.carousel-control-next,
.carousel-control-prev {
  top: -80px !important;
}

/*floating social icons*/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding-top: 3px;
  transition: all 0.3s ease;
  font-size: 22px;
  margin-bottom: 8px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  box-shadow: 0 0px 8px 0 rgb(0 0 0 / 4%), 0 0px 20px 0 rgb(0 0 0 / 15%);
}

.icon-bar a:hover {
  border: 0;

  background: #ffffff;
  color: #1976d2;
}

.facebook {
  background-color: #0060b6;
  color: #fff;
  padding-right: 2px !important;
}

.instagram {
  background-color: #0060b6;
  color: #fff;
  padding-right: 2px !important;
}

.twitter {
  background-color: #0060b6;
  color: #fff;
}

.linkedin {
  background-color: #0060b6;
  color: #fff;
}

.skype {
  background-color: #0060b6;
  color: #fff;
}

.whatsapp {
  /*   background: #1abb21;*/
  color: #fff;
  padding-top: 3px !important;
}

.social-icons li a {
  background: white !important;
}

.icon-bar .fa-whatsapp {
  font-size: 25px;
  font-weight: 500;
}

/*dropdown submenu*/
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: -5px;
  left: 100%;
  margin-top: -8px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #c4af00;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #c4af00;
}

/*.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}*/

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/*To get hover link effect*/
.dropdown-menu {
  top: 25px;
  background: #e9cf00;
  border-radius: 0.25rem;
}

/*about us*/
.page-nav {
  color: #fff;
  font-weight: 500;
}

/*local*/
/*.banner-box {padding:0px 20px;color:#fff;width:100%;}*/
/*server*/
.banner-box {
  padding: 200px 0 5px 0;
  color: #fff;
  width: 100%;
}
.banner-box {
  padding: 185px 15px 5px 15px !important;
  color: #fff;
  width: 100%;
}
.banner-box h1 {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4.6rem;
  text-align: left;
}
.banner-box h3 {
  font-weight: 600;
  font-size: 1.17rem;
}
.banner-box p {
  margin: 65px 0;
  padding-left: 0;
}

.banner-box-login-reg {
    padding: 130px 15px 5px 15px !important;
    color: #fff;
    width: 100%;
}

.aboutus .banner-box {
  padding-top: 184px !important;
}
.contact .banner-box {
  padding-top: 184px;
}

.blog .banner-box {
  /*margin-top:173px!important;*/
}

.featuredservice {
  padding: 30px 0px;
}

.featuredservice h2 {
  color: #034ea8;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}

.gray-box {
  background: #fafafa !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px;
  padding: 50px 55px;
  text-align: center;
  margin: 24px 10px;
  min-height: 526px;
  transition: all 0.5s ease-in-out;
}
.gray-box:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}

.gray-box h3 {
  font-weight: 600;
  color: #034ea8;
}

.faq {
  background: url(../images/faq_bg.jpg) center top;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 219px 0px!important;
  min-height: 652px;
  /* margin-bottom: 100px; */
  color: #fff;
}

.faq h2 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}
.faq h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 55px 0;
  letter-spacing: 1.5px;
}

/*Accordian*/

/*accordian pus minus*/
.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
  background: #ff6a00;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding: 3px 8px;
  margin-right: 25px;
  text-align: center;
}

.accordion .card-header {
  cursor: pointer;
}

.card-header {
  border: 0px;
}
.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.accordion p {
  background: #fff !important;
  color: #666;
  border-radius: 10px;
  padding: 21px 25px;
  margin-top:2px;
  font-size: 0.95rem;
  margin-left:0px;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
  background: #ff6a00;
}

.card {
  background-color: transparent !important;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

/*ourclients*/
.ourclients img {
  padding: 28px 24px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 49px;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
  background: white;
}

.thankyou {
  font-weight: 600;
  font-size: 50px;
  color: #034ea8;
}

.btn-blue {
  color: #fff;
  background: #034ea8;
  padding: 3px 21px 8px 21px;
  font-weight: bold;
  font-size: 22px;
  line-height: 44px;
  border-radius: 0.45rem;
}

.btn-blue:hover {
  color: #fff;
  background: #003473;
  padding: 3px 21px 8px 21px;
  font-weight: bold;
  font-size: 22px;
  line-height: 44px;
}
.btn-blue2 {
  color: #fff;
  background: #00336c;
  padding: 8px 21px 12px 21px !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
  border-radius: 0.45rem;
  border: 1px solid #037aff;
}

.btn-orange {
  background: #ff6a00 !important;
  border: 1px solid #ff6a00 !important;
}

.btn-orange:hover {
  background: #b84c00 !important;
  text-decoration: none !important;
}

.btn-gray {
  color: #0060b6;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  padding: 0px 56px 5px 56px;
  text-align: center;
  line-height: 43px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.btn-gray:hover {
  color: #fff;
  background: #115eb4;
  border: 1px solid #c8c8c8;
  padding: 0px 40px 5px 40px;
  text-align: center;
  line-height: 43px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 0.45rem;
  border: 1px solid transparent;
}

.btn-gray-small {
  color: #0060b6;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  padding: 0px 15px 5px 15px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 17px;
  border-radius: 0.45rem;
  letter-spacing: 1px;
  margin: 10px 0;
}

.btn-gray-small:hover {
  color: #fff;
  background: #115eb4;
  border: 1px solid #c8c8c8;
}

.contactbox {
  border-radius: 10px;
  background: #115eb4;
  padding: 60px;
  color: #fff;
}

/*Termsofuse*/
.scroll {
  height: 700px;
  overflow-y: scroll;
  padding: 20px 0 20px 0;
}

.scroll::-webkit-scrollbar {
  width: 12px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 41 158 / 88%);
  background: #034ea8ab;
}

.footer-callsupport {
  padding: 10px 0 10px 0;
  color: #fff;
  background: #0f5db3;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1px;
}

.announcement-news img {
  width: 60px;
  height: 60px;
  margin-right: 13px;
  margin-top: 22px;
}

/*knowledgebase*/

.knowledgebase_search {
  margin: 120px 0;
}

.knowldedge_box,
.gray-box2 {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 50px 25px;
  text-align: center;
  margin: 15px 0px;
  transition: all 0.3s ease-in-out;
  min-height: 522px;
  line-height: 1.8rem;
}

.knowldedge_box,
.gray-box3 {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 50px 25px;
  text-align: center;
  margin: 15px 0px;
  transition: all 0.3s ease-in-out;
  line-height: 1.8rem;
}


.gray-box3 h4 {
    font-size: 0.96rem;

}

.mh-375 {
  max-height: 240px !important;
}

.gray-box2:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}
.gray-box3:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}

.blog-header {
  width: 100%;
  height: 125px;
  overflow-x: hidden;
}

/*.blog-header {
    display: inline-block;
    height:180px; 
}


#blog_image {
    -webkit-clip-path: inset(19px 725px 115px 2px);
    clip-path: inset(9px 725px 115px 2px);
}*/

.login-btn img:hover {
  opacity: 0.8;
}

.testimonial-box {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 60px;
  margin-bottom: 80px;
}

.testimonial-box p {
  color: #666 !important;
  line-height: 30px;
  font-size: 16px;
  padding: 0px 35px 10px 35px;
}

.testimonial-thump img {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ccc;
  width: 106px;
  position: absolute;
  top: -40px;
  left: 67px;
}

/*website*/
.websiteplans {
  padding: 50px 0;
  background: url("../images/websiteplan-bg.jpg") center top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*wordpress plans*/
.wordpressplans,
.domainregplans {
  padding: 50px 0;
  background: url("../images/wordpress-bg.jpg") center top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.landingpageplans {
  padding: 50px 0;
  background: url("../images/landingpage_bg.jpg") center top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hostingplans {
  padding: 50px 0;
  background: url("../images/hostingplans_bg.jpg") center top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sharedhostingplans {
  padding: 50px 0;
  background: url("../images/sharedhostingplans_bg.jpg") center top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cloudhostingplans {
  padding: 50px 0;
  background: url("../images/cloudhostingplans_bg.jpg") center top;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*tab*/

.tab-content {
  color: #fff;
  border-radius: 10px;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.nav-tabs a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px 95px;
  margin-right: 6px;
}

.nav-tabs a:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.nav-tabs {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 25px;
  text-decoration: none;
}

.nav-tabs .nav-link-tab.active {
  color: #fff;
  border-color: #dee2e6;
}

.tab-pane {
  min-height: 300px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 25px;
}

.plan-box {
  background: #fff;
  border-radius: 10px;
  color: #666;
  padding: 15px 12px;
  margin: 0 -7px;
  text-align: center;

  overflow: hidden;
  transition: height 0.66s ease-out;
}

.wordpresscontact {
  border-radius: 10px;
  background: #fafafa;
  border: 1px solid #e5e5e5 !important;
  padding: 36px 36px;
  color: #666;
}

.wordpresscontact .form-control {
  height: calc(1.5em + 0.75rem + 16px);
  border-radius: 0.45rem;
}
.domainreg span {
  font-size: 35px;
  font-weight: 600;
}

.cart-menu {
  background: #034ea8;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.plans-button {
  /*    display:block;
    border-radius: 10px;
    color:#034da7!important ;
    background: #efefef!important ;
    margin-right: 9px;
    width: 135px;
    text-align: center;
    padding: 10px 10px;
    border:1px solid #ccc!important ;*/
}

.plans-button:active {
  color: #fff !important ;
  display: block;
  border-radius: 10px;
  background: #034da7 !important ;
  text-align: center;
  text-decoration: none;
}

.plans-button:hover {
  color: #fff !important ;
  display: block;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background: #034da7 !important ;
}

/*Add to cart section*/

/*progress bar*/
.progressbar {
  /*  counter-reset: step;*/
  position: relative;
  z-index: 1;
  top: 80px;
  padding: 100px 0;
  min-height: 200px;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.progressbar li:before {
  /*  content: counter(step);*/
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  /*  border: 1px solid #ddd;*/
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  /*  background-color: #fff;*/
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #ddd;
  top: -25px;
  left: -38%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #e9cf3c;
}
.progressbar li.active:before {
  border-color: #ffea00;
}
.progressbar li.active + li:after {
  background-color: #ffea00;
}

.carticon {
  margin-top: -50px;
  margin-left: 29px;
  width: 50px;
  position: absolute;
}

.cartform {
  font-size: 16px;
}

.cartform .nav-tabs a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px 44px;
  margin-right: 6px;
  font-size: 20px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(3 78 168);
}

/*.cart-menu .container { margin:150px auto; max-width:640px;}*/
.tab__content > div {
  /*  padding: 2em 0;*/
}
.tab1,
.tab2 {
  margin: 15px 0;
}

.cart-menu a {
  display: block;
  line-height: 20px;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.cart-menu a:hover {
  display: block;
  line-height: 20px;
  padding: 10px 5px;
}

.nav-pills-custom .nav-link {
  color: #fff;
  background: #ff6a00;
  position: relative;
  padding: 10px 10px;
}

.nav-pills-custom .nav-link.active {
  color: #fff;
  background: #ff6a00;
}

.nav-pills-custom .nav-link:hover {
  color: #ffcaa5 !important;
  padding: 10px 10px;

  text-decoration: none;
}

.shadow {
  box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.15) !important;
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

/*.comparison-btn {
    color: #fff;
    padding: 0px 2px 1px 2px;
    line-height:38px;
    font-size: 13px;
    letter-spacing: 1px;
    margin:5px 0;
}*/

.tabcontentwidth {
  min-width: 900px;
}

.dropdown-item.offer {
  color: #034ea8;
  background: #fff; /*font-weight:600;*/
}
.dropdown-item.offer:hover {
  background: #0f78e1;
  color: #fff !important;
}

.dropdown-item.fa-spin {
  padding: 2px 2px;
}

.dropdown-menu {
  /*  min-width:15rem;*/
}

.dropdown-menu img {
  vertical-align: middle;
}

.topmenu-contact {
  display: inline-block;
  margin-left: -36px;
  margin-bottom: -15px;
  padding-top: 11px;
}

.call-back {
  position: fixed;
  top: 15%;
  right: 8%;
  z-index: 9999;
  border: 0;
  text-decoration: none;
}

.call-back:hover {
  opacity: 0.9;
  border: 0;
  text-decoration: none;
}

.call-back:active {
  border: 0;
  text-decoration: none;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px;
  outline: 0;
}

.modal-dialog {
  max-width: 475px;
  margin: 8.75rem auto;
}

.modal-header,
.modal-footer {
  border: 0;
}



#accordion .collapsing {
  transition: height 0.5s ease-in-out;
}

.grow {
  transition: all 0.5s ease-in-out;
}
.grow:hover {
  transform: scale(1.5);
}

.growbox {
  transition: all 0.3s ease-in-out;
}
.growbox:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}

/*read more- read less*/

#module {
  font-size: 1rem;
  line-height: 1.9;
}

#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 10rem;
  overflow: hidden;
  scroll-behavior: smooth;
}

#module #collapseExample.collapsing {
  height: 10rem;
}

#module a.collapsed::after {
  content: "+ Show More";
  scroll-behavior: smooth;
}

#module a:not(.collapsed)::after {
  content: "- Show Less";
  scroll-behavior: smooth;
}

/*read more- read less*/

.small-banner-heading {
  padding-top: 14% !important;
}

/*==============updates start==============*/
.service_img_box {
  height: 160px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.service_img_box img {
  max-height: 100%;
  width: auto;
}
.dervice_box_bg {
  /*min-height: 600px;*/
}
.sml_bx {
  min-height: 300px !important;
}
.mob_none {
  display: block;
}
.footer .scroll-btn {
  position: absolute;
  right: 5px;
  bottom: 65px;
}
.gray-box2.ads_cd_hight {
  min-height: 363px;
}
/*==============updates end==============*/

/* New FAQ Submenu
 -----------------------------*/
.submenu {
  display: none;
  font-size: 14px;
      margin-top: 2px;
      padding-left:0px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}

/*Iphone6*/

@media (min-width:320px) {
  .bg-blue-dark {
      padding: 0.375rem 0.35rem;
  }
  .nav-tabs a {
  /*  padding: 10px 6px!important; 07-03-21*/
      padding: 2% 3%!important;
      margin-right:5px!important;
    
  }

  .banner-box-login-reg {
      padding: 191px 15px 5px 15px !important;
  }

  .registration, .login {
      min-height: 230px!important;
  }

  .cd-products-table .top-info h3 {
      padding: 1.25em 0 0.625em;
      font-weight: bold;
      font-size: 0.95rem;
  }

  .comparison-btn {
      color: #fff;
      padding:10px 2px!important;
      line-height:15px;
      margin: 5px 0;
      min-width: 90px!important;
  }

  .footer .scroll-btn {
    bottom:-5px !important;
  }
}

/* New FAQ Submenu
 -----------------------------*/

/*============================================================================================*/
@media (max-width: 575px) {
  /* .fixed-top { position: absolute; top: 0px;right: 0; left: 0;   z-index: 99999;
    } */
  .logo {
    text-align: left;
    margin-left: 41px;
  }
  .logo img {
    max-width: 230px !important;
    margin-top: 10px;
  }
  /* .navbar{
        position: absolute;
        top: 28px;
        left: 30px;
    }*/

  .navbar-toggler {
    position: absolute;
    left: 5px;
    padding: 0;
    /*    top: -83px; 25-02-21*/
    top: -125px;
  }

  /*domain registration*/
  .banner-box {
    padding: 0 15px;
  }
  .custom_table tr > .td_custom {
    /*display: block!important;*/
    /* width: 20% !important; */
    display: block;
    float: left;
  }

  .footerlinks-mob {
    margin-left: 6% !important;
  }
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
  .searchbox {
    max-width: 85% !important;
  }
}

/*Small devices - Portrait view of phones  max width 360px*/

@media (max-width: 375px) {
  .footerlinks-mob {
    margin-left: 6% !important;
  }

  .body-content {
    overflow-x: hidden !important;
  }

  .navbar-nav {
    margin-top: 16px !important;
  }

  .aboutus {
    min-height: 400px !important;
  }

  .navbar-toggler {
    /*  top: -98px;*/
    top: -125px;
  }

  .aboutus .banner-box {
    padding-top: 200px !important;
  }

  .accordion li {
    margin: 0px -8px;
    padding-right: 28px;
  }

  .accordion .link {
    font-size: 0.85rem !important;
    padding: 15px 45px 15px 0px !important;
    margin: 0px !important;
  }


.accordion li i.fa-chevron-down {
    right: -9px!important;
    left: auto;
    font-size: 16px;
}


  
  .accordion .submenu {
    padding: 1px 46px 1px 0px;
  }

  .cd-products-columns {
    width: 483px !important;
  }

  .plan-box p {
    margin-bottom: 0.3rem;
    padding-left: 0px;
    text-align: left;
    line-height: 21.5px !important;
    font-size: 0.8rem;
    padding-top: 2px;
  }

  .websiteplans h1 {
    padding: 10px 25px;
  }
}

/*Small devices (Portrait  view of phones  max width 360px)*/
@media (max-width: 360px) {
  .contactus2 h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 320px) {
  .nav-tabs a {
    padding: 10px 7px !important;
    margin-right: 6px !important;
    font-size: 12px !important;
  }

  .topmenu-contact {
    float: right;
    padding-top: 8px !important;
    margin-top: -20px !important;
    padding-right: 97px !important;
    margin-bottom: -15px !important;
  }

  .logo img {
    max-width: 193px !important;
    margin-top: 9px !important;
    margin-left: 8px !important;
  }
}

/*Small devices (Landscape  view of phones  max width 640px)*/
@media screen and (orientation: landscape) and (min-device-width: 360px) and (max-device-width: 640px) {
  .plan-box p {
    margin-bottom: 0.3rem;
    padding-left: 0px;
    text-align: left;
    line-height: 21.5px !important;
    font-size: 0.8rem;
    padding-top: 2px;
  }

  .contactus2 h3 {
    font-size: 1.5rem;
  }

  .navbar-toggler {
    position: absolute;
    /*    left: 57px;
    padding: 0;
    top: -83px;*/
  }

  .searchbox {
    max-width: 90% !important;
  }

  .navbar-nav {
    margin-top: 30px !important;
  }

  .searchbox h2 {
    font-size: 1.5rem;
  }

  .footerlinks-mob {
    margin-left: -3%;
  }

  /*.ml-ipad {
    margin-left: 6% !important;
  }
07-03-21
*/
  .aboutus {
    min-height: 400px;
  }

  .aboutus .banner-box {
    padding-top: 204px !important;
  }
}

/*Iphone X Portrait*/
@media screen and (orientation: landscape) and (min-device-width: 375px) and (max-device-width: 812px) {
  .navbar-toggler {
    position: absolute;
    left:-40px;
    padding: 0;
    top:-130px;
  }

  .searchbox {
    max-width: 95% !important;
    padding: 21px 20px;
  }

  .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

/*  .ml-ipad {
    margin-left: 8% !important;
  }  07-03-21*/

  /*scroll top btn position*/
  .footer .scroll-btn {
    position: absolute;
    right: 5px;
    bottom: 200px !important;
  }

  .copyright .text-small {
    font-size: 13px !important;
  }

  .plan-box {
    padding: 15px 10px !important;
  }

  .cd-products-columns {
    margin-left: 222px !important;
  }

  .cd-products-table .features .top-info {
    width: 222px !important;
  }

  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    width: 222px;
    background: #fcfcfc;
  }
  .social-icons li a {
    padding: 2px 6px;
  }


  .icon-bar a {
    display: block;
    text-align: center;
    padding-top: 3px;
    transition: all 0.3s ease;
    font-size: 16px !important;
    margin-bottom: 6px !important;
    width: 35px !important;
    height: 35px !important;
  }

}

/*Iphone X Portrait*/
@media screen and (max-width: 823px) {
  .whatsapp-footer {
    bottom: 22% !important;
  }
  .footer.scroll-btn {
    position: absolute;
    right: 15px;
    bottom: 107px !important;
  }

  .footer.whatsapp-footer {
    position: fixed;
    right: 15px;
    bottom: 44%;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #1abb21;
    z-index: 9999;
    font-size: 25px;
    text-align: center;
    padding-top: 0px;
  }
}

/*Iphone X*/
@media (max-width: 768px) {
  .plan-box {
    padding: 15px 6px !important;
  }

  .plan-box h3 {
    padding: 0px 0px !important;
  }

  .plan-box h5 {
    padding: 15px 6px !important;
    font-weight: 600;
    font-size: 14px;
  }

  .btn-yellow {
    padding: 0px 5px 4px 5px !important;
  }

  .searchbox h3 {
    font-size: 0.9rem !important;
    font-weight: 600;
  }

  .btn-yellow {
    background: #e9cf00;
    padding: 0px 5px 4px 4px !important;
    /*    line-height: 22px!important;*/
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    border-radius: 0.45rem;
  }

  .ourservice_box p {
    padding: 10px -5px !important;
  }

  .ourservice_box {
    background: #fff;
    border-radius: 10px;
    padding: 50px 1px !important;
    text-align: center;
    margin: 50px 50px;
    min-height: 526px;
    font-size: 17px !important;
  }

  .searchfield {
    max-width: 100% !important;
  }

  .tab-pane {
    padding: 40px 4px !important;
  }

  .icon-bar {
    position: fixed;
/*  top: 45% !important; 040321*/
    top: 50% !important;/* Iphone 6 040321*/
    z-index: 999 !important;
    right: 10px;
  }

  .testimonial h2 {
    padding: 20px 0;
    color: #034ea8;
    font-size: 30px;
    font-weight: 600;
  }


/*Call to Action Country code*/

/*.intl-tel-input .country-list {
    position:fixed;
    z-index:2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width:325px!important;
    left:-52px;
    height:320px!important;
    top:51%;
    margin: 0px 66px;
    border-radius: 0.52px!important;
}
*/

}

@media screen and (min-device-width: 575px) and (max-device-width:779px) {

.navbar-toggler {
    position: absolute;
    left: -35px;
    padding: 0;
    top: -125px;
  }
.ml-ipad {
    margin-left:6% !important;
}

}



@media (min-width: 1200px) {
  .navbar {
    padding: 0rem 1rem;
    top: -24px;
  }

  .nav-tabs a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 1% 9% !important;
    margin-right: 6px;
  }

  .footer .scroll-btn {
    position: absolute;
    right: 15px;
    bottom: 65px;
  }
}

/*Ipad pro*/

@media (max-device-width:1024px) {
  .plan-box h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .top-info-ecommerce h3 {
    padding: 0em 0 0.625em !important;
  }

  .topmenu-contact {
    margin-left: 53px !important;
  }

  .navbar {
    padding-top: 0px;
  }

  .logo img {
    /*   max-width: 190px!important; 25-01-21*/
  }

  .btn-yellow {
  padding: 0px 8px 4px 8px !important; /* 05-03-21*/
  font-size: 0.83rem;

  }

.searchbox h3 {
    font-size:1rem;
}


.btn-search {
  font-size: 0.83rem;

}


  .navbar-expand-md {
    margin-top: -12px !important;
  }

  .ourservice_box p {
    padding: 10px 4px;
    font-size: 17px;
  }

  .knowldedge_box {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 50px 25px;
    text-align: center;
    margin: 15px 0px;
    transition: all 0.3s ease-in-out;
    min-height: 578px;
    line-height: 1.8rem;
  }
}

/*Tab Landscape*/

@media screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nav-tabs a {
    padding: 10px 70px;
  }

  .topmenu-contact {
    margin-left: 53px;
  }

  .navbar {
    margin-top: -17px !important;
  }
  .navbar-expand-md {
    margin-top: -20px !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    margin-top: 1px !important;
  }

  /*.footerlinks-mob {margin-left:-2%;}*/

  .navbar-expand-md {
    margin-top: -12px !important;
  }

input::placeholder, .form-control {
    font-size: small;

}



}







/*Iphone6*/
@media (max-width:375px) {
/*Iphone6*/
.footer .scroll-btn {
    position: absolute; 
    right: 2px !important;
    bottom:320px !important;
/*    bottom:20%!important;*/

 }
}



/*Mobile view and Honour Tab*/
@media (max-width: 767px) {
  .cart {
    position: absolute;
    right: 4% !important;
    top: -79px !important;
  }

  .page-nav {
    font-size: 14px !important;
  }

  .navbar {
    padding: 0px !important;
    /* margin-top: -84px;*/
  }

  .btn-yellow {
    padding: 0px 10px 4px 10px;
  }

  .body-content {
    overflow-x: hidden;
  }
  .logo {
    /*      text-align:center; 25-02-2021 */
    text-align: left;
  }

  .bg-blue-dark {
    padding: 0.375rem 0.55rem;
  }

  .icon-bar {
    position: fixed;
    top: 35%;
    z-index: 999 !important;
    right: 5px;
  }

  .nav-item {
    /*  background: #0a345bc7;*/
    /*  min-width:300px;*/
    margin-bottom: 5px;
  }

  .searchfield {
    padding: 0px 6px;
  }

  .faq {
    padding: 0;
  }

  .top-info {
    padding: 0px 8px !important;
  }

  .testimonial-box p {
    padding: 0px 7px 7px 7px;
  }

  .plans-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .banner-box p {
    margin: 0px 0;
    margin: 5px 0;
    padding-left: 0;
    font-size: 19px !important;
  }

  .banner-box h3 {
    font-size: 0.95rem;
  }

  .mh-375 {
    max-height: 529px;
    min-height: 350px;
  }

  .footer-callsupport {
    padding-bottom: 30px;
  }

  .topmenu-contact {
    padding-top: 0px;
    padding-top: 0px;
    margin-top: -24px;
    float: right;
    padding-right:41%;
    margin-bottom: -15px;
  }

  .navbar-nav {
    width: 100%;
    padding: 20px 0;
    right: 0;
    left: 0;
    padding: 16px 0;
    border-radius: 10px;
    z-index: 999999;
  }

  .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 0px;
  }

  .nav-tabs {
    font-size: 18px;
  }

  .nav-tabs a {
    padding: 10px 8px;
    margin-right: 6px;
    font-size: 14px;
  }

  .nav-item a {
    padding: 14px 10px !important;
  }

  .nav-item a:hover {
    background: #e9cf00;
    color: #000 !important;
    border-radius: 0.25rem;
    /*	padding:10px 10px 10px 10px!important; */
  }

  .plan-box {
    margin-bottom: 35px;
  }

  .heading-blue {
    font-size: 28px;
    margin: 20px 0;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #000;
    text-decoration: none;
    background-color: #c4af00 !important;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #c4af00 !important;
  }

  .header-top {
    background: #0d3964;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
  }

  .bg-pattern {
    background: url("../images/pattern.jpg") center top;
    background-size: contain;
  }

  .tabcontentwidth {
    min-width: 200px;
    padding: 0 20px;
  }

  .cart-menu {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cartform .nav-tabs a {
    padding: 3px 8px;
    font-size: 16px;
  }

  .body-content h2 {
    padding: 0 20px;
    font-size: 27px !important;
  }

  .homeheading {
    font-weight: 600;
    font-size: 1.4rem !important;
  }

  .searchbox {
    margin: 0 auto;
    background: rgb(10 52 91 / 0.7);
    max-width: 94%;
    padding-top: 82px;
    /*      margin: 0 15px;*/
    padding: 22px 21px 25px 22px;
    top: 285px;
  }

  .ourservice_box {
    margin: 20px 0px;
  }

  .banner-box h3 {
    font-size: 1.3rem;
  }

  .searchbox h1 {
    font-size: 1.8rem;
  }

  .searchbox h2 {
    font-size: 1.5rem;
  }
  .searchbox h3 {
    font-size: 1rem;
  }

  .btn-mob {
    width: 100%;
  }

  .banner-box h1 {
    font-size: 25px;
    line-height: 1.6;
  }

  .active-link {
    color: #fff !important;
    border-bottom: 0px solid #e9cf00;
  }

  .flags img {
    width: 40px;
    margin-bottom: 5px;
  }

  .mob-view {
    text-align: center;
    margin-top: 20px;
  }

  .blog-header {
    width: 100%;
    height: 180px;
    overflow-x: hidden;
  }

  .progressbar li {
    /*25-02-21*/
    width: 23%;
    font-size: 10px;
    text-align: center;
    position-left: 20px;
    margin-left: 0%;
    /*    display:table;*/
    display: inline-block;
    padding: 0 20px;
    margin: 0px 14px !important;
    float: left;
  }

  .progressbar li:after {
    /*25-02-21*/
    width: 30%;
    top: -25px;
    left: -33%;
  }

  .progressbar li:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    background-color: #ddd;
    top: -25px;
    left: -38%;
    z-index: -1;
  }

  .progressbar li:after {
    width: 49%;
    top: -25px;
    left: -35%;
  }

  .carticon {
    margin-top: 0px;
    margin-left: 0px;
    width: 50px;
    position: relative;
  }

  .dropdown-menu {
    min-width: 13rem;
  }

  .phone-number-mob {
    margin-top: 16px;
  }

  .country-code {
    width: 36% !important;
  }

  .copyright {
    background: #fff;
    padding: 0px 0 0px 0;
    text-align: center;
  }
  .whatsapp-footer {
    right: 5x;
    /*bottom: 190px;*/
  }
  .scroll-btn a {
/*    margin-top: 764px; 09-03-21*/
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .faq .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .faq h2 {
    color: #fff;
    font-size: 30px;
  }

  .accordion .card-header:after {
    margin-right: -4px;
    margin-top: 0px;
  }

  .btn-viewmore {
    background: #0281f2;
    color: #fff;
  }

  .fixed-top {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index:999;
  }

  .mob_none {
    display: none !important;
  }
  .heading-white {
    font-size: 25px;
    margin: 25px 0;
  }
  .cd-products-columns {
    margin-left: 135px;
    display: flex;
  }

  /*shared Hosting Mob view*/

  .cd-products-table .features {
    width: 164px !important;
  }
  .cd-products-table .features .top-info {
    width: 164px !important;
  }

  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    width: 164px !important;
    background: #fcfcfc;
    border-right: 1px solid #e7e7e7;
  }
  .cd-products-columns {
    margin-left: 161px !important;
    overflow-x: hidden;
    border-top: 1px solid #fff; /*Each products column top, right and bottom borders 26-02-21*/
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .cd-products-table .top-info {
    position: relative;
    width: 100% !important;
  }

  .cd-products-columns .product {
    width: 25%;
  }

  .cd-table-navigation a {
    position: absolute;
    z-index: 2;
    top: -49px;
    right: 14px;
    display: none;
  }

  .cd-features-list li {
    border-right-width: 0px;
  }

  /*shared Hosting Mob view*/

  /*Ecommerce Mob View*/
  /*.product-ecommerce {
  width:250px!important;
}*/

  /*Ecommerce Mob View*/
  .plan-box.box-shadow {
    padding: 14px !important;
  }
  .cd-table-navigation a.prev {
    left: 158px !important;
  }
  .btn-blue-dark-small {
    padding: 10px 19px 10px 19px;
  }
  .searchbox {
    max-width: 100%;
  }
  .ourservice h2 {
    font-size: 28px;
    margin: 0px 0;
  }
  .testimonial h2 {
    font-size: 28px;
  }
  .contactus h2 {
    margin: 0px 0;
    font-size: 28px;
  }
  .contactbox {
    padding: 15px;
  }
  .thak_mob_ht {
    padding-top: 0px !important;
    top: 0px !important;
  }
  .contact .banner-box {
    padding-top: 250px;
  }

  .aboutus .banner-box {
    padding-top: 290px;
  }
  .footer .scroll-btn {
    right: 10px;
    bottom: 5px;
    z-index: 50;
  }

  .blog {
    min-height: 565px;
  }
  .gray-box2 {
    margin: 15px 0px !important;
    padding: 10px 10px !important;
  }
  .custom_tab .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .custom_table tr > .td_custom {
    /*display: block!important;*/
    width: 20%;
    font-size: 11px;
  }
  .custom_table {
    width: 100% !important;
  }
  .domainregistration {
    min-height: 525px;
  }
  .domaintransfer {
    min-height: 525px;
  }
  .dervice_box_bg {
    min-height: auto;
  }
  .small-banner-heading {
    padding-top: 250px !important;
  }
  .registration,
  .login {
    min-height: 360px;
  }
  .whychoosedh .banner-box {
    padding-top: 70px;
  }
  .testimonials .banner-box {
    padding-top: 70px;
  }
  .testimonials {
    min-height: 580px;
  }
  .knowledgebase {
    min-height: 635px;
  }
  .clientarea .banner-box {
    padding-top: 60px;
  }
  .clientarea {
    min-height: 500px;
  }
  .progressbar {
    top: 60px;
    min-height: 200px;
  }
  .progressbar li:after {
    display: none;
  }
  .box_pd {
    padding: 10px 10px !important;
  }
  .icon-bar a {
    font-size: 17px;
    width: 36px;
    height: 36px;
  }
  .whatsapp-footer {
    /*bottom: 38%;*/
    width: 36px;
    height: 36px;
    font-size: 20px;
    padding-top: 0px;
  }

  .footerlinks-mob {
    margin-left: -3%;
  }

/*.ml-ipad {
    margin-left:5%;
  }*/

}

/*End Mob view*/

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .searchbox {
    margin: 0 auto;
    background: rgb(10 52 91 / 0.7);
    max-width: 86%;
    border-radius: 10px;
    position: relative;
    margin-top: 100px;
    padding: 50px 20px;
    top: 190px;
  }
  .searchbox h1 {
    font-weight: 600;
    font-size: 2.5rem;
  }
  .searchbox h2 {
    font-weight: 600;
    font-size: 2rem;
  }
  .searchbox {
    margin: 0 auto;
    background: rgb(10 52 91 / 0.7);
    max-width: 84%;
    /* min-height: 350px; */
    border-radius: 10px;
    position: relative;
    margin-top: 100px;
    padding: 41px 20px;
    top: 204px;
  }

  .nav-tabs a {
    padding: 10px 5%;
    margin-right: 6px;
  }

  .ml-ipad {
    margin-left: 8%!important;
  }

  .navbar-toggler {
    position: absolute;
    left: 5px;
    padding: 0;
    top: -125px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    max-width: 200px;
    padding-top:9px;
    text-align:center;
  }
  .banner-box p {
    margin: 15px 0;
  }
  .banner-box h1 {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  .mob_none {
    display: none !important;
  }
  .nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cd-products-columns {
    margin-left: 225px;
    overflow-x: hidden;
  }
  .cd-products-table .features {
    width: 218px;
  }
  .cd-products-table .features .top-info {
    width: 218px;
  }
  .cloudhosting {
    min-height: 600px;
  }
  .sml_bx {
    min-height: 600px !important;
  }
  .searchbox {
    max-width: 100%;
    padding: 21px 20px;
  }
  .searchbox h1 {
    font-size: 33px !important;
  }
  .searchbox h2 {
    font-size: 26px !important;
  }
  .header {
    min-height: 560px;
  }
  .ourservice_box {
    margin: 15px 0px;
  }
  .contactus h2 {
    margin: 0px 0;
  }
  .btn-gray {
    padding: 5px 10px 5px 10px;
    margin: 10px 0;
    width: 100%;
  }
  .aboutus {
    min-height: 500px;
  }
  .blog {
    min-height: 500px;
  }
  .custom_tab a {
    padding: 10px 25px;
  }
  .custom_tab .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .ecommerce {
    min-height: 630px;
  }
  .domainregistration {
    min-height: 600px;
  }
  .ctm_ntn_pad {
    padding: 5px 5px 5px 5px;
    line-height: 1.6;
  }
  .registration,
  .login {
    min-height: 390px;
  }
  .small-banner-heading {
    padding-top: 150px !important;
  }
  .contactbox {
    padding: 30px;
  }
  .gray-box2.ads_cd_hight {
    min-height: auto;
  }
  .login_banner {
    padding-top: 235px !important;
  }
  .whychoosedh {
    min-height: 500px;
  }
  .testimonials {
    min-height: 500px;
  }
  .clientarea {
    min-height: 500px;
  }
  .progressbar li {
    width: 30%;
  }
  .progressbar li:after {
    width: 69%;
    top: -25px;
    left: -33%;
  }
  .thak_mob_ht {
    padding-top: 20px !important;
    top: 0px !important;
  }
  .progressbar {
    /*top: 0;*/
    padding: 0 0;
  }
  .box_pd {
    padding: 15px 15px !important;
  }
  .body-content {
    overflow-x: hidden;
  }




}

/*Large devices (desktops, 992px and up)*/
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #ff6a00;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }

  .nav-pills-custom .nav-link.active::before {
    opacity: 1;
  }

  .header {
    min-height: 640px !important;
  } /*End of 992*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topmenu-contact {
    margin-left: 45px;
  }

  .searchbox {
    max-width: 90%;
  }

  .banner-box p {
    margin: 25px 0;
  }
  .btn.box_cardt_btn {
    padding: 0px 25px 0px 25px;
  }
  .nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .custom_tab a {
    padding: 10px 70px;
  }
  .plan-box .plan_btn {
    padding: 0px 15px 0px 15px;
  }
  .plan-box .pln_hd {
    min-height: 45px;
  }
  .custom_tab .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .banner-box h1 {
    font-size: 40px;
  }
  .domaintransfer {
    min-height: 645px;
  }
  .plan-box .pln_hd2 {
    min-height: 135px;
  }
  .gray-box2.ads_cd_hight {
    min-height: 340px;
    padding: 20px 25px !important;
  }
  .whychoosedh {
    min-height: 600px;
  }
  .testimonials {
    min-height: 600px;
  }

  .logo img {
    position: absolute;
    max-width: 181px;
    padding-top: -4px;
    top: 10px;
  }

  .ourservice_box p {
    padding: 16px 6px !important;
  }

  .tab-pane {
    padding: 40px 6px !important;
  }

  .btn-blue-dark-small {
    /*    padding: 0px 26px 2px 26px!important;   
    text-align: center;
    line-height: 38px;
    font-size: 15px!important;240221  */
  }

  .plan-box {
    padding: 15px 6px !important;
  }

  .plan-box h4 {
    font-size: 18px !important;
    font-weight: 600;
    margin-top: 12px !important;
    margin-bottom: 11px !important;
  }

  .plan-box h5 {
    font-size: 1.1rem;
    font-weight: 600;
  }

.nav-tabs a {
  padding:10px 75px!important; 
  margin-right:6px;}
}

@media (max-width: 1024) {

  .nav-tabs a {
    padding:10px 75px!important;
    margin-right:6px;
  }
  .nav-tabs a {
    padding: 10px 8%;
    margin-right: 6px;
  }
}
/*Landscape: social media hiding*/
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (max-device-width:1024px) 
                   and (orientation:landscape) {
  .btn-yellow {
    padding: 0px 14px 4px 14px!important;
  }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .btn-yellow {
    background: #e9cf00;
/*  padding: 0px 14px 4px 14px;*/
    padding: 0px 9px 4px 9px;
  }

  .searchbox h1 {
    font-size: 2.6rem;
  }
  .searchbox h2 {
    font-size: 2.2rem;
  }

  .header {
    background: url(../images/home.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 839px;
    background-position: 0% 100%;
    margin-top: -20px;
  }

  /*banner background*/
  .aboutus,
  .knowledgebase,
  .whychoosedh,
  .website,
  .clientarea,
  .announcement,
  .blog,
  .testimonials,
  .wordpress,
  .hosting,
  .sharedhosting,
  .cloudhosting,
  .vpshosting,
  .domainregistration,
  .domaintransfer,
  .ecommerce {
    min-height: 625px !important;
    background-position: 0% 100%;
  }

  .banner-box p {
    margin: 16px 0;
    padding-left: 0;
  }

  .searchbox {
 /* margin-top:25px;*/
    margin-top: 0px;
    max-width: 60%!important;
  }

  .cd-table-navigation a {
    display: none;
  }

  .icon-bar {
    top: 35%;
  }

  .scroll-btn a {
    /*    margin-top:350px;*/
  }

  .navbar {
    padding: 0rem 1rem;
    top: -24px !important;
  }

  .header {
    min-height: 640px !important;
  }
}

@media (min-width: 1280px) {
  .icon-bar {
    top: 45%;
  }

  .input-group {
    width: 90% !important;
  }

  .whatsapp-footer {
    position: fixed;
    right: 15px;
    bottom: 22% !important;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #1abb21;
    z-index: 9999;
    font-size: 25px;
    text-align: center;
    padding-top: 0px;
  }
}

@media (max-width:1366px) {
  .footer .scroll-btn {
    position: absolute;
    right:6px !important;
    bottom:60px!important; 
  }

  .icon-bar {
    top:50%;
  }



}


@media (min-width:1367px) {
  .footer .scroll-btn {
    position: absolute;
    right:6px !important;
    bottom:65px!important; 
  }

}
/*New Accordian*/

.accordion {
  width: 90%;
  /*  max-width: 360px;*/
  margin: 30px auto 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style-type: none !important;
  padding-left: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 14px 72px 15px 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 22px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;

  background: #ff6a00;
  border-radius: 50px;
  padding: 7px 7px 7px 7px;
}

.accordion li i.fa-chevron-down {
  right: 5px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #dec907;
}

.accordion li.open i {
  color: #fff;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*New Accordian Ends*/

/*Mobile Landscape: social media hiding*/

@media only screen and (min-device-width: 540px) and (max-device-width: 1170px) and (orientation: landscape) {
  .domainreg {
    max-width: 1030px !important;
  }

  .footer .scroll-btn {
    position: absolute;
    right:6px !important;
    bottom:170px !important;


}
}

@media only screen and (max-device-width:768px) and (orientation: landscape){
  .icon-bar {
   display:none!important;
  }
}


@media  only screen and (max-device-width:1024px) and (orientation: landscape){
  .icon-bar {
   display:none!important;
  }

}

/* Iphone Portrait and Landscape */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

.footer .scroll-btn {
    position: absolute;
    right: 6px !important;
    bottom: 19px!important;
}

.callback-btn {
  top:90px!important; 

}

/*Banner Height reducing*/
.sharedhosting {
    min-height: 585px;

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait)   {


.footer .scroll-btn {
    right:0px!important;
    bottom: 19px!important;
}



.nav-tabs a {
 padding: 2% 2%!important;
 margin-right: 4px!important;
}



}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) 

  {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) 

  {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) 
  {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) 
  {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  { 

/*.footer .scroll-btn {
    right:0px!important;
    bottom: 19px!important;
}*/

.accordion p {
    margin-left:0rem!important;
}


}


/*Iphone settings*/

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}



