@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
body img {
  max-width: 100%;
}
body a {
  text-decoration: none;
}
body ul,
body ol {
  padding: 0px;
  margin: 0px;
}
body ul li,
body ol li {
  list-style: none;
}

.btn {
  padding: 10px 40px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
}
.btn:hover {
  padding: 10px 45px;
}

.btn-theme {
  background-color: #a8e341 !important;
  color: #fff !important;
}
.btn-theme i {
  font-size: 20px;
  margin-right: 6px;
}

.btn-theme-border {
  border: 2px solid #a8e341;
  color: #a8e341;
}
.btn-theme-border:hover {
  background-color: #a8e341;
  color: #fff !important;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #a8e341 !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  color: #a8e341 !important;
  background: #fff;
}
.owl-prev:hover,
.owl-next:hover {
  background: inherit !important;
}

.owl-next {
  background: #a8e341 !important;
  color: #fff !important;
}
.owl-next:hover {
  background: #a8e341 !important;
}

.main-heading {
  text-align: center;
  color: #424242;
  font-size: 35px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0px;
  text-transform: capitalize;
}
.main-heading-2 {
  text-align: left;
  color: #424242;
  font-size: 35px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0px;
  text-transform: capitalize;
}

.header {
  width: 100%;
  float: left;
  font-family: "Plus Jakarta Sans";
  transition: all 0.3s ease;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
}
.header .navbar-brand {
  padding: 0px;
}
.header .col-lg-9 a {
  padding: 0px !important;
}
.header .logo {
  width: 175px;
}
.header li {
  padding: 0px 12px;
  font-size: 15px;
  margin: 0px;
}
.header li a {
  color: #222222;
  font-weight: 600;
  padding: 30px 0px !important;
}
.header li:nth-last-of-type(1) {
  padding-right: 0px;
}
.header .navbar .megamenu {
  padding: 1rem;
}
.header .has-megamenu:hover .megamenu {
  display: block;
}
.header .top-part {
  background: rgba(56, 177, 237, 0.1);
  padding: 12px 0px;
}
.header .top-part ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .top-part ul li i {
  color: #38b1ed;
  margin-right: 10px;
}
.header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: baseline;
  content: "";
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0;
  border-left: 0px;
  content: "\f107";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.5019607843);
}
.header .animated-icon1,
.header .animated-icon2,
.header .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header .animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .animated-icon1 span {
  background: #2d7ef7;
}
.header .animated-icon1 span:nth-child(1) {
  top: 0px;
}
.header .animated-icon1 span:nth-child(2) {
  top: 10px;
}
.header .animated-icon1 span:nth-child(3) {
  top: 20px;
}
.header .animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.header .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header .animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.header-fixed {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  /* box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1607843137); */
  box-shadow: 2px 15px 10px rgba(0,0,0,.05);
}
.header-fixed .top-part {
  display: none;
}

.menu-heading {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 22px;
  margin-top: -15px;
  text-transform: capitalize;
  font-weight: 300;
  color: #016e97;
}

.menu-card {
  display: flex;
  padding: 10px;
  font-family: "Plus Jakarta Sans";
  height: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.menu-card .icon-part {
  margin-right: 20px;
  flex: 0 0 auto;
}
.menu-card .icon-part img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.menu-card .text-part {
  display: flex;
  flex-direction: column;
}
.menu-card .text-part strong {
  font-size: 17px;
  font-weight: 600;
}
.menu-card .text-part p {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #757575;
  font-weight: 200;
}
.menu-card:hover {
  color: #004b90;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.nav-link {
  position: relative;
}
.nav-link::before {
  position: absolute;
  border-bottom: 3px solid #42b7dd;
  content: "";
  bottom: 0;
  width: 0px;
  left: 0;
  border-radius: 10px;
  right: 0;
  transition: all 0.3s ease-in-out;
  margin: auto;
  display: block;
}
.nav-link:hover::before {
  width: 100%;
}

.active-link {
  color: #42b7dd !important;
}

.header .btn {
  padding: 10px 40px !important;
}

.menu-domain-card {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.menu-domain-card strong {
  font-size: 25px;
}
.menu-domain-card p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 7px 0px;
  color: #616161;
}
.menu-domain-card span {
  font-size: 14px;
  font-weight: bolder;
  color: #38b1ed;
}
.menu-domain-card:hover {
  background: rgba(0, 0, 0, 0.05);
}

.header .login-button-sec li {
  padding: 0px 6px;
}
.header .login-button-sec .btn {
  padding: 7px 20px !important;
  background: #01688e;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.header .login-button-sec .btn img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.header .badge-container {
  animation: myAnim 2s ease-in-out 0s infinite normal forwards;
  transform: scale(0.9);
}
.header .badge-container .popular-badge {
  right: -130px;
  top: 30px;
}
@keyframes myAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.hero-section {
  width: 100%;
  float: left;
  padding: 60px 0px 100px 0px;
  position: relative;
}
.hero-section .text-part {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.hero-section .text-part strong {
  font-size: 40px;
  color: #161c2d;
}
.hero-section .row {
  flex-direction: row-reverse;
}
.hero-section::after {
  width: 100%;
  float: left;
  height: 500px;
  background: url(../images/wave.png) center center no-repeat;
  background-position: top;
  position: absolute;
  content: "";
  background-size: cover;
  bottom: 0;
  z-index: -1;
}

.plan-boxes {
  display: flex;
  gap: 15px;
  display: flex;
  gap: 15px;
  margin-top: 80px;
  margin-bottom: 35px;
}
.plan-boxes .plan-box {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2901960784);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  animation: grow-and-shrink 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.plan-boxes .plan-box strong {
  color: #38b1ed;
  font-size: 26px;
}
.plan-boxes .plan-box span {
  color: #161c2d;
  font-weight: 500;
  font-size: 15px;
}

@keyframes grow-and-shrink {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.plan-card-sec {
  width: 100%;
  float: left;
  /* padding: 80px 0px; */
  padding: 40px 0px;
}

.plan-card-sec .nav-link::before {
  display: none;
}
.plan-card-sec .row {
  margin-top: 50px;
}
.plan-card-sec .nav-pills {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  font-family: "Inter";
  margin: 50px auto 0px auto;
}
.plan-card-sec .nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 45px;
  color: #222;
}
.plan-card-sec .nav-pills .active {
  background: #a8e341 !important;
  color: #fff !important;
}

.plan-slider,
.happy-customers {
  position: relative;
}
.plan-slider .item,
.happy-customers .item {
  max-width: 95%;
  margin: auto;
}
.plan-slider .owl-nav,
.happy-customers .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  height: auto !important;
  margin: auto;
  display: block;
}
.plan-slider .owl-nav .owl-prev,
.happy-customers .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}
.plan-slider .owl-nav .owl-next,
.happy-customers .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}

.plan-card {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.0823529412);
  margin: 30px 0px;
}
.plan-card .popular-badge {
  width: 370px;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 0;
  transform: rotate(40deg);
  right: -115px;
  top: 41px;
  text-align: center;
  position: absolute;
  background: #42b7dd;
}
.plan-card .text-part {
  position: relative;
}
.plan-card .text-part::after {
  width: 100%;
  height: 123px;
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 69.27%);
  border-radius: 0px 0px 10px 10px;
  pointer-events: none;
}
.plan-card .button-part {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.plan-card .button-part .view-all {
  font-family: "Poppins";
  font-weight: 500;
  color: #004b90;
  cursor: pointer;
}
.plan-card .plan-type {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.plan-card .plan-type h3 {
  font-size: 20px;
  line-height: inherit;
  color: #616161;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
}
.plan-card .plan-type h3 span {
  display: block;
}
.plan-card .plan-type .off {
  border-radius: 5px;
  background: rgba(1, 110, 151, 0.09);
  padding: 6px 15px;
  font-size: 14px;
  color: #004b90;
}
.plan-card .plan-amount-sec {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: "Nunito", sans-serif;
}
.plan-card .plan-amount-sec .start {
  color: #004b90;
  font-weight: 500;
}
.plan-card .plan-amount-sec strong {
  font-size: 40px;
  color: #616161;
}
.plan-card .plan-amount-sec strong .small,
.plan-card .plan-amount-sec strong small {
  font-size: 50%;
  font-family: "Poppins";
  font-weight: 400;
  margin-left: -8px;
}
.plan-card .plan-amount-sec p {
  color: #a7a6a6;
}
.plan-card ul {
  border-top: 1px dashed #bfc0bf;
  padding-top: 20px !important;
}
.plan-card ul li {
  display: flex;
  justify-content: space-between;
  list-style: none;
  position: relative;
  text-align: left;
  padding-left: 25px;
  color: #616161;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  margin-bottom: 12px;
}
.plan-card ul li::before {
  width: 20px;
  content: "";
  width: 15px;
  content: "";
  background: url(../images/done.svg) center center no-repeat;
  background-size: 15px;
  position: absolute;
  left: 0;
  height: 15px;
  top: 4px;
}
.plan-card ul li .info img {
  width: 20px;
}
.plan-card ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.plan-card:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
}

.popular-plan {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
}
.popular-plan .off {
  display: none;
}
.popular-plan .btn-theme-border {
  background: #a8e341 !important;
  color: #fff !important;
}
.popular-plan .btn-theme-border:hover {
  background: transparent !important;
  color: #a8e341 !important;
  border: 2px solid #a8e341 !important;
}

.plan-card.popular-plan {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
}

.domain-search-sec {
  width: 100%;
  float: left;
}
.domain-search-sec .domain-search {
  background: #fafafa;
  padding: 70px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-type {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  background: white;
  border-radius: 50px;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 5px;
  align-items: center;
  margin: 30px 0px 30px 0px;
}
.search-type input {
  border: 0px;
  border-radius: 50px;
  padding: 10px 25px;
  width: 330px;
}
.search-type input:focus {
  outline: 0px;
  box-shadow: none;
}

.search-type-flex {
  display: flex;
  align-items: center;
}

.search-button .btn-theme {
  padding: 10px 30px;
}
.search-button .btn-theme:hover {
  padding: 10px 35px;
}

.domain-offer {
  display: flex;
}

.domain-list .form-select {
  padding: 0px 30px 0px 0px;
  border: 0px !important;
  background-color: transparent;
  color: #000 !important;
  max-width: 100% !important;
}
.domain-list .form-select:focus {
  box-shadow: none;
}

.offer-card {
  display: flex;
  flex-direction: column;
  font-family: "Poppins";
  padding: 0px 15px;
  border-left: 1px dotted #9e9e9e;
  font-size: 22px;
}
.offer-card:nth-last-of-type(1) {
  border-right: 1px dotted #9e9e9e;
}
.offer-card span {
  text-transform: uppercase;
  color: #757575;
  font-weight: 700;
  display: block;
  margin: 5px 0px;
  font-size: 14px;
}
.offer-card .price-sec {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
}
.offer-card strong {
  color: #42b7dd;
}
.offer-card:nth-child(2) strong {
  color: #ff841a;
}
.offer-card:nth-child(3) strong {
  color: #e06f1d;
}
.offer-card:nth-child(4) strong {
  color: #016e97;
}
.offer-card:nth-child(5) strong {
  color: #38b1ed;
}
.offer-card:nth-child(6) strong {
  color: #309500;
}

.web-solution-sec {
  width: 100%;
  float: left;
  background: url(../images/web-solution-bg.png) center center no-repeat;
  background-size: cover;
  padding: 50px 0px;
  margin-top: 80px;
}
.web-solution-sec h2 {
  color: #fff;
}
.web-solution-sec .row {
  align-items: center;
  margin-top: 30px;
}
.web-solution-sec .row .img-part {
  padding: 30px;
}
.web-solution-sec .row ul {
  position: relative;
  width: 100%;
  float: left;
}
.web-solution-sec .row ul:before {
  width: 1px;
  border-left: 2px dashed #fff;
  content: "";
  height: 89%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.web-solution-sec .row li {
  list-style: none;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0px;
  float: left;
  width: 100%;
  padding-left: 30px;
  position: relative;
}
.web-solution-sec .row li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -8px;
}

.why-choose-slider {
  width: 100%;
  float: left;
  padding: 80px 0px;
}
.why-choose-slider p {
  color: #616161;
  margin: 20px 0px;
}
.why-choose-slider h2 {
  text-align: left;
}
.why-choose-slider .item {
  width: 96%;
  margin: auto;
}
.why-choose-slider .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -80px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.why-choose-slider .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 7px;
  background: #d9d9d9;
  transition: all 0.3s ease-in-out;
}
.why-choose-slider .owl-theme .owl-dots .owl-dot.active span,
.why-choose-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #a8e341;
  width: 40px;
}

.why-choose-card {
  width: 100%;
  float: left;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 20px;
  margin: 30px 0px;
}
.why-choose-card .icon-part {
  flex: 0 0 auto;
}
.why-choose-card .icon-part img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.why-choose-card .text-part strong {
  font-size: 18px;
  font-weight: 500;
  color: #016e97;
  display: block;
  margin-bottom: 11px;
}
.why-choose-card .text-part p {
  color: #8e8e8e;
  font-size: 15px;
  margin: 0px 0px 15px 0px;
}
.why-choose-card .text-part a {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #004b90;
}
.why-choose-card .text-part a::after {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/right-icon.svg) center center no-repeat;
  background-size: 22px;
  float: right;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.why-choose-card .text-part a:hover:after {
  margin-left: 15px;
}

strong.ssl-get-started {
  font-size: 30px;
  font-weight: 600;
}



.step-start-joomla-sec {
  background: rgba(65, 183, 221, 0.1215686275);
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.step-start-joomla-sec .row {
  align-items: center;
  margin-top: 40px;
}
 

.support-sec {
  width: 100%;
  float: left;
}
.support-sec .row {
  align-items: center;
}
.support-sec .img-part {
  padding: 30px;
}
.support-sec .text-part h2 {
  text-align: left;
  line-height: initial;
  margin-bottom: 30px;
}
.support-sec .text-part li {
  font-size: 16px;
  line-height: inherit;
  margin: 0px 0px 16px 1px;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 40px;
}
.support-sec .text-part li::before {
  content: "";
  background: url(../images/right-round-icon.svg) center center no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 6px;
}

.rocket-sec {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  margin: 0px 0px 60px 0px;
  padding: 50px 0px;
}
.rocket-sec .row {
  align-items: center;
  margin-top: 50px;
}
.rocket-sec .img-part {
  max-width: 70%;
  margin: auto;
}
.rocket-sec .rocket-box {
  border-radius: 18px;
  background: #fff;
  box-shadow: 3px 3px 7px 10px rgba(0, 0, 0, 0);
  padding: 30px;
  margin: 0px 0px 20px 0px;
  max-width: 90%;
  text-align: center;
}
.rocket-sec .rocket-box p {
  margin: 0px;
}
.rocket-sec .text-part .rocket-box:nth-child(odd) {
  border: 1px solid var(--gray-50, #fafafa);
  background: #42b7dd;
  color: #fff !important;
  margin-left: -50px;
}

.free-migration-sec {
  width: 100%;
  float: left;
  padding: 50px 0px;
}
.free-migration-sec .img-part img {
  max-width: 75%;
  margin: auto;
}
.free-migration-sec .row {
  align-items: center;
  margin-top: 50px;
}
.free-migration-sec .migration-card {
  display: flex;
  border-bottom: 1px dashed #016e97;
  padding: 20px 0px;
  color: #424242;
  font-family: "Inter";
  font-weight: 500;
}
.free-migration-sec .migration-card p {
  margin: 0px;
}
.free-migration-sec .migration-card .icon-sec {
  flex: 0 0 auto;
  margin-right: 30px;
}
.free-migration-sec .migration-card .icon-sec img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.free-migration-sec .migration-card:nth-last-of-type(1) {
  border-bottom: 0px;
}

.happy-customers {
  width: 100%;
  float: left;
  padding: 80px 0px 50px 0px;
}
.happy-customers h2 {
  text-align: left;
}
.happy-customers p {
  color: #8d8d8d;
  font-size: 18px;
  margin: 20px 0px;
}
.happy-customers .testi-card {
  width: 100%;
  float: left;
  border-radius: 5px;
  border: 1px solid var(--gray-300, #e0e0e0);
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 6px;
  text-align: center;
  margin: 15px 0px;
}
.happy-customers .testi-card .text-part {
  padding: 0px 15px;
}
.happy-customers .testi-card .text-part h3 {
  font-size: 24px;
  margin-top: 20px;
}
.happy-customers .testi-card .text-part p {
  color: #616161;
  font-size: 16px;
  margin: 20px 0px;
}
.happy-customers .testi-card .customer-sec {
  border-top: 1px dashed #9e9e9e;
  padding: 15px 0px;
}
.happy-customers .testi-card .customer-sec h4 {
  font-size: 18px;
  color: #616161;
}
.happy-customers .testi-card .customer-sec strong {
  font-weight: 500;
  font-size: 18px;
}

.partners-sec {
  padding: 60px 0px;
  width: 100%;
  float: left;
}
.partners-sec h2 {
  margin-bottom: 50px;
}
.partners-sec .partners-slider {
  margin-top: 40px;
}
.partners-sec .partner-logo-card {
  border-radius: 5px;
  border: 1px solid var(--gray-400, #bdbdbd);
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}
.partners-sec .partner-logo-card img {
  width: 100%;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.money-back-sec {
  background: url(../images/money-back-img.svg);
  width: 100%;
  float: left;
  padding: 60px 0px 145px 0px;
  margin: 60px 0px 200px 0px;
  color: #fff;
  text-align: center;
  position: relative;
}
.money-back-sec h2 {
  color: #fff;
}
.money-back-sec .sheild-sec {
  background: #016e97;
  display: flex;
  max-width: 50%;
  margin: auto;
  padding: 40px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 60%;
}
.money-back-sec .sheild-sec .img-part {
  flex: 0 0 auto;
  margin-right: 20px;
  width: 125px;
}
.money-back-sec .sheild-sec .text-part h3 {
  font-size: 24px;
  color: #fafafa;
}
.money-back-sec .sheild-sec .text-part p {
  color: #eee;
  font-size: 15px;
  line-height: 30px;
}

.rating-sec {
  width: 100%;
  float: left;
  background: #eee;
  padding: 60px 0px;
}
.rating-sec h2 {
  margin-bottom: 50px;
}
.rating-sec h4 {
  margin: 30px 0px;
  width: 100%;
  float: left;
  color: #616161;
  font-size: 23px;
  padding-left: 20px;
}
.rating-sec .rating-main-card {
  width: 100%;
  float: left;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
}
.rating-sec .rating-main-card .left-card h3 {
  margin: 0px;
  color: var(--gray-700, #616161);
  padding: 40px 15px;
  line-height: 1.5;
  font-size: 25px;
}

.main-rating-card {
  width: 100%;
  float: left;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
}
.main-rating-card .img-part img {
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-rating-card .text-part {
  text-align: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.main-rating-card .text-part ul {
  display: flex;
  align-items: center;
}
.main-rating-card .text-part .rating {
  color: #424242;
  display: flex;
  flex-direction: column;
}
.main-rating-card .text-part .rating p {
  margin: 0;
}
.main-rating-card .text-part .rating i {
  color: #ff9900;
  margin: 0px 1px;
  font-size: 13px;
}
.main-rating-card .text-part .visit-button a {
  border-radius: 41px;
  background: var(--green-90, #a8e341);
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}

.user-rating-main-card {
  width: 100%;
  float: left;
  border-radius: 5px;
  border: 0.5px solid var(--gray-300, #e0e0e0);
  background: #fff;
}

.rating-head {
  color: #616161;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.user-star-rating {
  display: flex;
}
.user-star-rating span {
  margin-right: 10px;
}
.user-star-rating ul {
  display: flex;
  align-items: center;
}
.user-star-rating ul li {
  margin: 0px 4px;
}
.user-star-rating ul li i {
  color: #ff9900 !important;
}

.rating-head:nth-last-of-type(1) {
  border-bottom: 0px;
}

.swiper-slide-active .main-rating-card,
.swiper-slide-active .rating-card {
  border: 1px solid #42b7dd;
  border-radius: 10px;
}

.user-rating-main-card .swiper-button-prev:after,
.user-rating-main-card .swiper-rtl .swiper-button-next:after,
.user-rating-main-card .swiper-button-next:after,
.user-rating-main-card .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.rating-sec .row {
  margin: 0px;
}
.rating-sec .row .col-lg-3,
.rating-sec .row .col-lg-9 {
  padding: 0px;
}

.footer {
  width: 100%;
  float: left;
  background: rgba(66, 183, 221, 0.07);
  padding: 40px 0px 0px 0px;
  color: #5d6371;
  font-family: "Plus Jakarta Sans";
}
.footer .footer-card {
  line-height: inherit;
  width: 100%;
  float: left;
}
.footer .footer-card p {
  color: #5d6371;
  font-size: 14px;
  line-height: 1.9;
}
.footer .footer-card strong {
  color: #161c2d;
  font-size: 17px;
  margin: 0px 0px 15px 0px;
  display: block;
}
.footer .footer-card li {
  display: block;
  margin: 0px 0px 10px 0px;
}
.footer .footer-card li a,
.footer .footer-card li p {
  color: #5d6371;
  font-size: 14px;
}
.footer .footer-card li a {
  transition: all 0.3s ease-in-out;
}
.footer .footer-card li a:hover {
  color: #01688e;
  font-weight: 600;
  padding-left: 5px;
}
.footer .copyright-sec {
  background: #01688e;
  width: 100%;
  float: left;
  padding: 15px 0px;
  margin-top: 40px;
  text-align: center;
}
.footer .copyright-sec p {
  color: #fff;
  margin: 0px;
  font-size: 14px;
}

.social-flex {
  display: flex;
}
.social-flex li {
  margin: 0px 5px;
}
.social-flex li a i {
  background: #01688e;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.social-flex li:hover a i {
  color: #38b1ed;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1607843137);
}

.terms-main-sec {
  margin-top: 10px;
  border-top: 1px solid #5d6371;
  padding-top: 20px;
}
.terms-main-sec .row {
  align-items: center;
}

.terms-sec {
  display: flex;
  justify-content: flex-end;
}
.terms-sec li {
  margin: 0px 5px;
  border-right: 1px solid #5d6371;
  padding-right: 10px;
}
.terms-sec li a {
  color: #5d6371;
  font-size: 14px;
}
.terms-sec li:nth-last-of-type(1) {
  border-right: 0px;
}

.inner-banner-sec {
  width: 100%;
  float: left;
  padding: 60px 0px 40px 0px;
  font-family: "Plus Jakarta Sans";
  position: relative;
  background: linear-gradient(rgb(0 128 175 / 84%), rgb(65 183 221 / 71%)),
  url(../images/subheader.png) no-repeat;
  background-position: center !important;
  background-size: cover !important;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0px;
}
.inner-banner-sec .row {
  flex-direction: row-reverse;
  align-items: center;
}
.inner-banner-sec .text-part strong {
  font-size: 32px;
  color: #ffe400 !important;
  font-weight: bolder;
  margin-bottom: 15px;
  display: block;
}
.inner-banner-sec .text-part strong span {
  color: #f5f5f5 !important;
}
.inner-banner-sec .text-part p {
  color: #f5f5f5;
  font-family: "poppins";
  margin: 20px 0px 30px 0px;
  font-weight: 500;
}

ul.inner-ul-100 li {
  width: 100% !important;
}


.inner-banner-sec .text-part ul {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0px;
}
.inner-banner-sec .text-part ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  position: relative;
  line-height: 30px;
}

.inner-banner-sec .text-part ul li {
  width: 45%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  position: relative;
  line-height: 30px;
 color:  #ffffff !important;
  /* background: #ffffff; */
  border-radius: 10px;
  padding: 6px 10px 10px 43px;
  backdrop-filter: blur(38px);
  margin-right: 5%;
}
.inner-banner-sec .text-part ul li::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/right-round-white-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 8px;
}
.inner-banner-sec .w-100-ul li {
  width: 100% !important;
}
.inner-banner-sec .img-part img {
  animation: bannerimg 2s ease 0s infinite normal forwards;
}
.round-tab-sec .tab-text-sec  {
  padding: 30px 0px!important;
}
.tab-text-sec h3 {
  font-size: 30px;
}
.round-tab-sec .tab-text-sec p {
  margin: 20px 0px;
  font-size: 16px;
  line-height: 30px;
  color: #8d8d8d;
}
@keyframes bannerimg {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

.img-text-card {
  width: 100%;
  float: left;
}
.img-text-card .row {
  align-items: center;
}
.img-text-card .row .img-part {
  padding: 60px;
}
.img-text-card .row .text-part {
  text-align: left;
}
.img-text-card .row .text-part h2 {
  text-align: left;
  margin-bottom: 20px;
}
.img-text-card .row .text-part h3 {
  padding: 15px 0px;
}
.img-text-card .row .text-part p {
  color: #8d8d8d;
  margin-bottom: 20px;
  line-height: 1.6;
}
.img-text-card .row .text-part p a {
  color: #42b7dd;
}
.img-text-card .row .text-part li {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  position: relative;
  color: #8d8d8d;
  line-height: 1.6;
}
.img-text-card .row .text-part li::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/right-round-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

.why-choose-ssd-sec {
  width: 100%;
  float: left;
  background: #fafbff;
  padding: 60px 0px;
  text-align: center;
}
.why-choose-ssd-sec .row {
  margin-top: 40px;
}
.why-choose-ssd-sec .row .col-12 {
  display: flex;
}
.why-choose-ssd-sec .owl-stage {
  display: flex;
  margin-top: 40px;
}
.why-choose-ssd-sec .owl-stage .item {
  display: flex;
  height: 100%;
  max-width: 95%;
  margin: auto;
}
.why-choose-ssd-sec .why-choose-inner-card {
  position: relative;
  width: 100%;
  float: left;
  font-family: Plus Jakarta Sans;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1607843137);
  padding: 50px 30px;
  margin-bottom: 30px;
}
.why-choose-ssd-sec .why-choose-inner-card .number {
  font-size: 109px;
  font-family: "Poppins";
  position: absolute;
  bottom: -6px;
  right: 0;
  line-height: 0.8;
  color: #ebf2ff;
  z-index: 0;
  pointer-events: none;
}
.why-choose-ssd-sec .why-choose-inner-card h3 {
  color: #161c2d;
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0px;
}
.why-choose-ssd-sec .why-choose-inner-card p {
  color: #8d8d8d;
  font-family: "Poppins";
  font-size: 15px;
  margin: 0px;
  z-index: 1;
  position: relative;
}
.why-choose-ssd-sec .why-choose-inner-card .img-part {
  border-radius: 15px;
  background: #f0f5ff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: auto;
}
.why-choose-ssd-sec .why-choose-inner-card .img-part img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wings-sec {
  width: 100%;
  float: left;
  background: url(../images/web-solution-bg.png) center center no-repeat;
  background-size: cover;
  padding: 50px 0px;
  color: #fff;
  overflow: hidden;
}
.wings-sec .row {
  align-items: center;
}
.wings-sec .row .col-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wings-sec .row .col-lg-3 .button-sec {
  position: relative;
}
.wings-sec .row .col-lg-3 .button-sec img {
  position: absolute;
  right: -100px;
  height: 215px;
  animation: myAnim 3s ease 0s infinite normal forwards;
}
.wings-sec h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.wings-sec p {
  font-size: 15px;
  line-height: 1.5;
}

.cpanel-shared-hosting-sec {
  margin: 0px;
  background: #fff;
}
.cpanel-shared-hosting-sec .row {
  flex-direction: row-reverse;
}
.cpanel-shared-hosting-sec .text-part .rocket-box {
  background: #f6f6f6;
  box-shadow: 3px 3px 7px 10px rgba(0, 0, 0, 0);
}
.cpanel-shared-hosting-sec .text-part .rocket-box:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}

.fast-server-sec {
  background: rgba(240, 245, 255, 0.53);
}

.hosting-plan-sec {
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.hosting-plan-sec .row {
  margin-top: 40px;
  justify-content: space-between;
}
.hosting-plan-sec .row .col-lg-6,
.hosting-plan-sec .row .col-lg-4 {
  display: flex;
}
.hosting-plan-sec .col-lg-7 .row {
  position: relative;
}
.hosting-plan-sec .col-lg-7 .row::after {
  width: 550px;
  height: 550px;
  position: absolute;
  content: "";
  background: url(../images/clip-round.svg) center center no-repeat;
  background-size: contain;
  left: -260px;
  top: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.hosting-plan-sec .mascott {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hosting-plan-sec .hosting-plan-card {
  border-radius: 10px;
  border: 0.5px solid #dcdbdb;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 6px 12px 0px rgba(0, 0, 0, 0.1), 0px 23px 23px 0px rgba(0, 0, 0, 0.09),
    0px 51px 31px 0px rgba(0, 0, 0, 0.05), 0px 91px 36px 0px rgba(0, 0, 0, 0.01),
    0px 142px 40px 0px rgba(0, 0, 0, 0);
  padding: 40px 30px;
  font-family: "Plus Jakarta Sans";
}
.hosting-plan-sec .hosting-plan-card .img-part {
  width: 100px;
  height: 100px;
  background: #f0f5ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hosting-plan-sec .hosting-plan-card .img-part img {
  width: 50px;
  height: 50px;
}
.hosting-plan-sec .hosting-plan-card h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0px;
  color: #016e97;
  font-family: "poppins";
}
.hosting-plan-sec .hosting-plan-card ul {
  margin: 30px 0px;
}
.hosting-plan-sec .hosting-plan-card ul li {
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  position: relative;
  color: #222;
}
.hosting-plan-sec .hosting-plan-card ul li::after {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/right-round-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0px;
}

.faq-sec {
  background: #f6f6f7a1;
  /* background: #f6f6f6; */
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.faq-sec h2 {
  margin-bottom: 50px !important;
}
.faq-sec .accordion-item h2 {
  margin-bottom: 0px !important;
}
.faq-sec p {
  color: #5d6371;
  font-size: 15px;
  /* max-width: 80%; */
  max-width: 100%;
  margin: auto;
  text-align: center;
  line-height: 1.6;
  /* margin: 40px auto; */
  margin: 0px auto;
}
.faq-sec .nav-pills li {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.faq-sec .nav-pills li .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.09),
    0px 10px 6px 0px rgba(0, 0, 0, 0.05), 0px 18px 7px 0px rgba(0, 0, 0, 0.01),
    0px 28px 8px 0px rgba(0, 0, 0, 0);
  padding: 30px;
}
.faq-sec .nav-pills li .active {
  background: #6bbdf6 !important;
}

.accordian-sec {
  max-width: 80%;
  margin: auto;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    1px 10px 23px 0px rgba(0, 0, 0, 0.1), 4px 42px 42px 0px rgba(0, 0, 0, 0.09),
    9px 94px 57px 0px rgba(0, 0, 0, 0.05),
    15px 168px 67px 0px rgba(0, 0, 0, 0.01),
    24px 262px 74px 0px rgba(0, 0, 0, 0);
}

.accordion-body p {
  color: #8d8d8d;
  margin: 0px;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  color: #016e97 !important;
  background: transparent;
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
}
.accordion-button::after {
  width: 20px;
  height: 20px;
  background: url(../images/plus-icon.svg) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  right: 20px;
}
.accordion-button:focus {
  box-shadow: none;
  outline: 0;
}

.accordion-button {
  padding-right: 80px;
  line-height: initial;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/minus-icon.svg) center center no-repeat;
}

.money-back-inner-sec {
  background: #e3eef3;  
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.money-back-inner-sec .row {
  align-items: center;
  position: relative;
  max-width: 95%;
  margin: auto;
}
.money-back-inner-sec h2,.money-back-inner-sec .nav {
  margin-bottom: 30px;
}
.money-back-inner-sec .nav-item {
  /* margin: 0px 10px; */
  margin: 0px 10px 10px;

}
.money-back-inner-sec .text-part {
  text-align: left;
  padding-left: 30px;
}
.money-back-inner-sec .text-part h2 {
  text-align: left;
}
.money-back-inner-sec .text-part p {
  color: #616161;
  margin: 25px 0px;
  line-height: 1.8;
}

.testimonial-card {
  width: 100%;
  float: left;
  text-align: center;
  margin: auto;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1882352941);
  margin: 10px 0px;
  border-radius: 20px;
  padding: 30px;
}
.testimonial-card .img-part {
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.testimonial-card p {
  font-size: 15px;
  margin: 0px;
  line-height: 28px;
}

.quote {
  font-size: 45px;
  color: #c7c7c7;
  margin-top: 20px;
}

.happy-customers-slider {
  max-width: 90%;
  margin: auto;
}
.happy-customers-slider .bottom-part {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.happy-customers-slider .bottom-part strong {
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
.happy-customers-slider .bottom-part a {
  font-size: 13px;
  margin-top: 4px;
}

.moretext {
  display: none;
}

.testi-card {
  width: 90%;
  float: none;
  margin: 40px auto 0px auto;
  position: relative;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.231372549);
  background: rgba(56, 177, 237, 0.031372549) !important;
  padding: 40px 85px !important;
  position: relative;
}
.testi-card i {
  font-size: 31px;
  color: #dfdfdf;
}
.testi-card .quote-1 {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 40px;
}
.testi-card .quote-2 {
  position: absolute;
  bottom: 15px;
  right: 25px;
  width: 40px;
}
.testi-card p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}
.testi-card .quote-1 img,
.testi-card .quote-2 img {
  width: 35px !important;
  height: 35px !important;
}
.testi-card .main-content img {
  width: 85px !important;
  height: 85px;
  margin-right: 10px;
  border-radius: 50%;
}
.testi-card .main-content h5 {
  color: #004b90;
  font-size: 20px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans";
}
.testi-card .text-part {
  text-align: left;
}
.testi-card .text-part i {
  font-size: 50px;
  color: lightgrey;
  margin-top: 20px;
}
.testi-card .text-part a {
  font-size: 14px;
  color: #222;
}
.testi-card .text-part strong {
  color: #00506d;
  font-family: "Inter";
  font-size: 20px;
}
.testi-card .img-part {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
}

.text-sec {
  margin: 40px 0px;
  text-align: left;
}
.text-sec p {
  margin: 0px 0px 7px 0px;
}
.text-sec span {
  font-family: "Nunito";
  color: #38b1ed;
  display: block;
  font-style: italic;
  margin-bottom: 6px;
}

.happy-customers .owl-stage,
.happy-customers .item {
  display: flex;
  height: 100%;
}

.reseler-hosting-sec {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.reseler-hosting-sec h4 {
  font-weight: bold;
  font-family: "Poppins";
  color: #016e97;
}
.reseler-hosting-sec .row {
  align-items: center;
  margin-top: 50px;
  border-radius: 15px;
  padding: 30px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1607843137);
}
.reseler-hosting-sec .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.multipls-server-location {
  padding-top: 50px;
  margin-top: 50px;
}
.multipls-server-location-sec {
  padding-top: 50px;
  }

.assistance-cta {
  display: flex;
  gap: 20px;
  font-size: 25px;
}
.assistance-cta a {
 
  color: #fff;
  
}

.sevice-slider {
  width: 100%;
  float: left;
  padding: 50px 0px;
  background: rgba(249, 249, 249, 0.7215686275);
}
.sevice-slider .row {
  flex-direction: row-reverse;
}
.sevice-slider .img-part {
  padding: 50px;
}
.sevice-slider h2 {
  text-align: left;
}
.sevice-slider h3 {
  font-size: 18px;
  line-height: inherit;
  font-family: "Nunito";
  margin: 20px 0px;
}
.sevice-slider li {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  position: relative;
  color: #222222;
  line-height: 1.6;
}
.sevice-slider li::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/right-round-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

.all-time-fev-sec {
  padding: 60px 0px;
  text-align: center;
}
.all-time-fev-sec .text-part h2,
.all-time-fev-sec .text-part p {
  text-align: center !important;
}
.all-time-fev-sec .logo-card {
  width: 100%;
  float: left;
  padding: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.all-time-fev-sec .logo-card img {
  filter: grayscale(100);
  width: 100%;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: center;
  margin: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.all-time-fev-sec .logo-card:hover img {
  filter: inherit;
}

.advacce-feature-sec {
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.advacce-feature-sec h2 {
  margin-bottom: 50px;
}
.advacce-feature-sec li {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  padding-left: 30px;
  position: relative;
}
.advacce-feature-sec li::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/right-round-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

.spam-sec {
  background: #fafbff;
  padding: 60px 0px;
}
.spam-sec h2 {
  margin-bottom: 30px;
}
.spam-sec .text-part p strong {
  color: #222222;
}

.ssl-sec {
  background: rgba(249, 249, 249, 0.7215686275);
  padding: 60px 0px;
}
.ssl-sec h4 {
  font-family: "Nunito";
  margin-bottom: 15px;
  color: #004b90;
}

.buy-sell-sec {
  padding: 60px 0px;
}
.buy-sell-sec h2 {
  padding-bottom: 20px;
}

.hosting-plan-card p {
  line-height: 30px;
  color: #616161;
}

.py-60 {
  padding: 60px 0px;
}

.why-ssl-sec {
  padding: 60px 0px;
  background: rgba(249, 249, 249, 0.7215686275);
}
.why-ssl-sec h2 {
  padding-bottom: 20px;
}

.list-para-sec h2 {
  padding-bottom: 20px;
  text-align: left;
}

.website-safe-sec {
  background: rgba(65, 183, 221, 0.1215686275);
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.website-safe-sec .row {
  align-items: center;
}

.safe-card {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 6px 12px 0px rgba(0, 0, 0, 0.1), 0px 23px 23px 0px rgba(0, 0, 0, 0.09),
    0px 51px 31px 0px rgba(0, 0, 0, 0.05), 0px 91px 36px 0px rgba(0, 0, 0, 0.01),
    0px 142px 40px 0px rgba(0, 0, 0, 0);
  padding: 40px 30px;
  font-family: "Plus Jakarta Sans";
  border-radius: 30px;
  background: #fff;
  height: 100%;
}
.safe-card strong {
  font-size: 20px;
  margin: 20px 0px !important;
  display: block;
}

.card-part {
  align-items: flex-start;
}
.card-part .col-lg-6:nth-child(2n) {
  margin-top: 60px;
}

.understand-sitelock-sec p {
  text-align: center;
  line-height: inherit;
  color: #616161;
}
.understand-sitelock-sec .hosting-plan-card p {
  text-align: left !important;
}

.amazing-site-lock {
  width: 100%;
  float: left;
  padding-bottom: 50px;
  background: #f9f9f9;
  padding: 60px 0px;
}
.amazing-site-lock .row {
  background-color: #fff !important;
}

.plan-top-sec .col-lg-3 {
  padding: 0px;
}

.plan-box-modal.plan-card {
  border-radius: 0px;
  text-align: center;
}
.plan-box-modal.plan-card h4 {
  color: #004b90;
}

.coupon {
  font-size: 20px;
  text-transform: uppercase;
  border: 1px dashed;
  text-align: center;
  padding: 6px;
  color: #004b90;
  margin-bottom: 20px;
}

.feature {
  text-align: center;
  padding: 13px;
  border: 0.5px solid #cecece;
  border-collapse: collapse !important;
  border-bottom: 0px;
  color: #9e9e9e;
}
.feature .fa-times {
  color: red;
}
.feature i.fa.fa-check {
  color: #004b90;
}

.plan-modal-text-part {
  text-align: center;
}
.plan-modal-text-part strong {
  display: block;
  margin-bottom: 20px;
  color: #9e9e9e;
}
.plan-modal-text-part h3 {
  color: #004b90;
  font-weight: 600;
}

.form-select {
  transition: none;
  background-color: #42b7dd;
  margin: 20px 0px;
  max-width: 90%;
  margin: auto;
  color: #fff !important;
}

.plan-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.plan-box-modal {
  border-radius: 0px;
  text-align: center;
  min-height: 275px;
}
.plan-box-modal img {
  max-width: 120px;
  margin: auto;
}

.feature {
  font-size: smaller;
  color: #7a7575;
}

.feature-type {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature.feature-type i {
  color: #004b90;
}

.scroll-top-btn a {
  width: 40px;
  height: 40px;
  background: #01688e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 60px;
}

.mascot-sec img {
  width: 100px;
  animation: myAnim 3s ease 0s infinite normal forwards;
}

.need-assist-sec .row {
  max-width: 80%;
  margin: auto;
}
.need-assist-sec h2 {
  font-size: 45px;
}
.need-assist-sec .assistance-cta a {
  font-size: 30px;
  font-weight: normal;
 


}
.need-assist-sec .text-part {
  position: relative;
}
.need-assist-sec .text-part img {
  position: absolute;
  right: -60px;
  height: auto;
  width: 144px;
  top: 75%;
  animation: myAnim 3s ease 0s infinite normal forwards;
}

.get-started-strip h2 {
  font-size: 45px;
  margin: 0px;
}

.how-to-join-sec {
  width: 100%;
  float: left;
  background-size: cover !important;
  background: url("../images/subheader.png") center center no-repeat;
  padding: 60px 0px;
}
.how-to-join-sec li,
.how-to-join-sec p {
  color: #000 !important;
}

.focus-section {
  background: rgba(247, 247, 247, 0.5215686275);
}

.timeline-content {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px 0px 10px 0px !important;
}

.timeline-content {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px 0px 0px 10px !important;
}

.main-timeline .timeline:nth-child(odd) .timeline-content {
  border-radius: 10px 0px 0px 10px !important;
}

.multipl-option-sec,
.f-manage-sec {
  background: #fbfbfb;
  padding: 60px 0px;
}

.why-hostripls-sec {
  padding: 60px 0px;
}

.technical-features-sec .hosting-plan-card h3 {
  font-size: 17px;
  line-height: inherit;
}
.technical-features-sec .hosting-plan-card p {
  font-size: 14px;
}

.alert-sec p {
  margin: 20px auto 0px auto;
  line-height: 30px;
  max-width: 90%;
}
.alert-sec h4 {
  margin: 30px 0px;
  font-size: 30px;
  color: #016e97;
  font-family: "Poppins";
}

.cont-box-main-sec .row {
  align-items: inherit;
  justify-content: center;
}
.cont-box-main-sec .row .col-lg-2 {
  display: flex;
}
.cont-box-main-sec .cont-box {
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin-top: 20px;
}
.cont-box-main-sec .cont-box strong {
  font-weight: 600;
  color: #016e97;
}
.cont-box-main-sec .cont-box .icon-part {
  width: 100px;
  height: 100px;
  background: #f0f5ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px auto;
}
.cont-box-main-sec .cont-box .icon-part img {
  width: 50px;
  height: 50px;
}

.login-page {
  background: linear-gradient(-45deg, #432874 50%, #984c0c);
  background: #2193b0; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #6dd5ed,
    #2193b0
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 100%;
  height: auto;
  min-height: 100vh;
  float: left;
}
.login-page .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ff6d00;
}
.login-page .login-main-page {
  background-image: url(../images/login-bg.png);
  background-position: center;
  background-size: cover;
  opacity: 1;
  background-color: transparent;
  min-height: 100vh;
  width: 100%;
  float: left;
  padding: 50px 100px;
  display: flex;
}
.login-page .login-main-page .affileate-part {
  width: 60%;
  float: left;
  background-color: #4d70ff;
  border-radius: 10px 0px 0px 10px;
}
.login-page .login-main-page .form-part {
  width: 45%;
  float: left;
  background-color: #fff;
  padding: 40px;
  border-radius: 0px 10px 10px 0px;
  font-family: "nunito";
}
.login-page .login-main-page .form-part label {
  font-weight: 500;
  color: #222222;
}
.login-page .login-main-page .form-part .forgot-link {
  float: right;
  color: #9e9e9e;
}
.login-page .login-main-page .form-part .mb-3 {
  margin-bottom: 20px;
}
.login-page .login-main-page .form-part .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.login-page .login-main-page .form-part .login-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .login-main-page .form-part .login-btn-flex .btn-login {
  background: #a8e341;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 10px !important;
  font-size: 15px;
}
.login-page .login-main-page .form-part .login-devider {
  margin: 20px 0px;
  text-align: center;
  position: relative;
}
.login-page .login-main-page .form-part .login-devider::after {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #cecece;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.login-page .login-main-page .form-part .login-devider span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0px 10px;
}
.login-page .login-main-page .form-part .login-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .login-main-page .form-part .login-social li a i {
  width: 40px;
  height: 40px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
  border-radius: 5px;
  color: #fff !important;
}
.login-page .login-main-page .form-part .login-social li a .fa-facebook {
  background: #687cfe;
}
.login-page .login-main-page .form-part .login-social li a .fa-google {
  background: #f7666e;
}
.login-page .login-main-page .form-part .login-social li a .fa-github {
  background: #272a3a;
}
.login-page .login-main-page .form-part .login-social li a .fa-twitter {
  background: #0ac7fb;
}
.login-page .login-main-page .form-part .dont-have-account-sec {
  margin: 35px 0px 5px 0px;
  text-align: center;
}
.login-page .login-main-page .form-part .dont-have-account-sec p {
  margin: 0px;
}
.login-page .login-main-page .form-part .top-part {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.login-page .login-main-page .form-part .top-part strong {
  font-size: 20px;
  margin-bottom: 5px;
  color: #016e97;
  font-weight: 900;
}
.login-page .login-main-page .form-part .top-part span {
  color: #9e9e9e;
  font-size: 16px;
}
.login-page .affilate-slider-sec {
  width: 100%;
  float: left;
  padding: 30px 0px;
}
.login-page .affilate-slider-sec .img-part {
  max-width: 56%;
  margin: 30px auto 0px auto;
}
.login-page .affilate-slider-sec .text-part {
  max-width: 80%;
  margin: 20px auto;
  color: #fff;
  font-family: "Nunito";
}
.login-page .affilate-slider-sec .text-part h1 {
  font-family: "Inter";
  font-size: 35px;
  font-weight: 600;
}
.login-page .affilate-slider-sec .swiper-pagination-bullet {
  background: #c7e1f9;
  opacity: 1;
}
.login-page header,
.login-page footer {
  display: none !important;
}

.inner-header {
  width: 100%;
  float: left;
  padding: 80px 0px;
  text-align: center;
  background: url(../images/web-solution-bg.png);
  color: #fff;
}

.inner-bg {
  background-color: rgba(246, 246, 246, 0.1490196078);
}

.about-main-contain {
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.about-main-contain .text-part h2 {
  line-height: inherit;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.about-main-contain .text-part h2 span {
  color: #016e97;
}
.about-main-contain .text-part h2::after {
  position: absolute;
  width: 120px;
  height: 4px;
  background: #016e97;
  content: "";
  left: 0;
  bottom: -10px;
}
.about-main-contain .text-part p {
  color: #666;
  line-height: 30px;
}

.border-heading {
  position: relative;
}
.border-heading span {
  color: #016e97;
}
.border-heading::after {
  position: absolute;
  width: 120px;
  height: 4px;
  background: #016e97;
  content: "";
  left: 0;
  bottom: -10px;
}

.focus-sectionss {
  width: 100%;
  float: left;
  background-color: #f2fefe;
  padding: 50px 0px;
}

.strong-bullet-sec {
  width: 100%;
  float: left;
  padding: 40px 0px;
}
.strong-bullet-sec .row {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  align-items: center;
}
.strong-bullet-sec h2 {
  margin-bottom: 40px;
}
.strong-bullet-sec .strong-text-part .owl-stage {
  display: flex;
}
.strong-bullet-sec .strong-text-part .item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.strong-bullet-sec .strong-text-part h2 {
  margin-bottom: 60px;
}
.strong-bullet-sec .strong-text-part p {
  color: #616161;
  font-size: 15px;
  font-family: "Inter";
}
.strong-bullet-sec .strong-text-part .icon-part {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background: #f0f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.strong-bullet-sec .strong-text-part .icon-part img {
  width: 50px;
  height: 50px;
}
.strong-bullet-sec .strong-text-part h3 {
  font-size: 23px;
  font-weight: 500;
  color: #222222;
}

.rating-from-the-web-sec {
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.rating-from-the-web-sec h2 {
  margin-bottom: 40px;
}
.rating-from-the-web-sec .rating-card {
  width: 100%;
  float: left;
}
.rating-from-the-web-sec .rating-card img {
  width: 130px !important;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}
.rating-from-the-web-sec .rating-card .user-star-rating ul li i {
  color: #ff9900 !important;
  font-size: 20px;
}
.rating-from-the-web-sec .rating-card .review__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
}

.datacenter-sec {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: rgba(65, 183, 221, 0.1215686275);
}
.datacenter-sec h2 {
  margin-bottom: 50px;
}
.datacenter-sec .text-part h3 {
  color: #016e97;
  line-height: inherit;
}
.datacenter-sec .text-part p {
  color: #8e8e8e;
  font-size: 15px;
}
.datacenter-sec .row {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  align-items: center;
  margin-bottom: 40px;
}
.datacenter-sec .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.datacenter-sec .row .img-part img {
  width: 300px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  text-align: center;
  display: block;
}

.contact-icon {
  width: 65px;
}

.contact-map-sec {
  width: 100%;
  float: left;
  margin: 50px 0px;
}
.contact-map-sec .contact-map-main-sec {
  background: #fff;
  padding: 0px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.168627451);
}
.contact-map-sec .contact-map-main-sec .contact-text-part {
  padding: 60px 30px;
}
.contact-map-sec .contact-map-main-sec .contact-text-part h3 {
  margin: 15px 0px;
  color: #01688e;
  font-weight: 600;
}
.contact-map-sec .contact-map-main-sec .map-sec {
  display: flex;
  height: 100%;
}
.contact-map-sec .contact-map-main-sec .map-sec iframe {
  height: 100%;
  width: 100%;
}

.contact-support {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.contact-support-card {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.0823529412);
}
.contact-support-card .icon-part {
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.contact-support-card h3 {
  font-size: 26px;
  font-size: 22px;
  margin: 30px 0px;
  color: #01688e;
}
.contact-support-card ul li a {
  color: #222222;
  margin-bottom: 15px;
  display: block;
}
.contact-support-card ul li a:hover {
  color: #01688e !important;
}

.careers-main .faq-sec {
  background: rgba(65, 183, 221, 0.1215686275);
}
.careers-main .faq-sec h3,
.careers-main .faq-sec h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.careers-main .faq-sec li {
  margin-bottom: 15px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
  color: #222222;
}
.careers-main .faq-sec li::before {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/right-round-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 111;
  /* background: red; */
}
.careers-main .faq-sec .career-cta {
  background: #e2f0f4;
  padding: 10px;
  border-radius: 10px;
  padding: 20px;
}
.careers-main .faq-sec .career-cta p {
  color: #222222;
  margin-bottom: 15px;
}
.careers-main .faq-sec .career-cta p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.client-page-sec {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: rgba(241, 241, 241, 0.2509803922);
}
.client-page-sec h2 {
  margin-bottom: 40px;
}

.client-card {
  background: #fff;
  padding: 10px;
  transition: 0.3 ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #ccc;
  margin: 0px 0px 15px 0px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1607843137);
}
.client-card img {
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  display: block;
  filter: grayscale(100);
}
.client-card:hover img {
  filter: inherit;
}

.coupon-main-sec {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: rgba(65, 183, 221, 0.1215686275);
}
.coupon-main-sec h2 {
  margin-bottom: 40px;
}

.coupon-card {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
  border: 1px dashed #b5b5b5;
  background: #fff;
  max-width: 95%;
  margin: 0px auto 30px auto;
}
.coupon-card img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  text-align: center;
  display: block;
}
.coupon-card::after {
  width: 30px;
  height: 30px;
  background: #e8f6fb;
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: r;
  /* filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5)); */
  border: 1px inset;
  transform: rotate(130deg);
}
.coupon-card::before {
  width: 30px;
  height: 30px;
  background: #e8f6fb;
  position: absolute;
  right: -15px;
  top: 0;
  content: "";
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: r;
  /* filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5)); */
  border: 1px inset;
  transform: rotate(316deg);
}

.affileate-program-sec {
  background: rgba(65, 183, 221, 0.1215686275);
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.affileate-program-sec .col-lg-4 {
  display: flex;
}
.affileate-program-sec .affileate-program-card {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 6px 12px 0px rgba(0, 0, 0, 0.1), 0px 23px 23px 0px rgba(0, 0, 0, 0.09),
    0px 51px 31px 0px rgba(0, 0, 0, 0.05), 0px 91px 36px 0px rgba(0, 0, 0, 0.01),
    0px 142px 40px 0px rgba(0, 0, 0, 0);
  padding: 40px 30px;
  font-family: "Plus Jakarta Sans";
  border-radius: 30px;
  background: #fff;
  /* margin-top: 40px; */
  margin-top: 20px;
}
.affileate-program-sec .affileate-program-card h3 {
  font-size: 20px;
  margin: 20px 0px !important;
  display: block;
  font-weight: 600;
}
.affileate-program-sec .affileate-program-card img {
  width: 80px;
  height: 80px;
}

@keyframes mascot {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
/* Harish Shimpi CSS */
.login_form {
  background: #f6f6f6;
  width: 100%;
  float: left;
  padding: 60px 0px;
}

.login_form h2 {
  margin-bottom: 0px !important;
}

.login_form p {
  color: #5d6371;
  font-size: 15px;
  max-width: 80%;
  margin: auto;
  text-align: center;
  line-height: 1.6;
  margin: 10px auto 40px;
}

/* Harish Shimpi CSS Added Date:10 jul */
.txt_wht {
  color: #ffffff;
}

.txt_wht:hover {
  color: #ffffff !important;
}

.txt_color {
  color: #41b7dd;
}

.bg_color {
  background: #41b7dd;
  background: rgba(65, 183, 221, 0.1215686275);
  width: 100%;
}

.border_radius {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

table th,
td {
  text-align: center;
  padding: 1rem 1.4rem !important;
}

.country-flags {
  justify-content: center;
  margin-top: 10px;
}

.country-flags img {
  width: 50px;
  height: 30px;
  margin: 20px 0px;
  border: 1px solid black;
}

.instant-protection {
  width: 75%;
  margin: auto;
}

.recognize-threats {
  margin: 25px;
  border-radius: 20px;
}

.recognize-threats .card-img-top {
  width: 30%;
  padding: 10px;
  box-shadow: 0 0px 1px black;
  margin: 10px auto;
  text-align: center;
}

.recognize-threats h5 {
  font-size: 18px;
}

.spam-experts-banner span {
  margin: 0 15px;
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  color: #a8e341;
}

.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}

.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #ec496e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}

.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px;
  display: none;
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative;
}

.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #ec496e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
  display: none !important;
}

.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #ec496e;
  position: absolute;
  top: 13px;
  left: 0;
  display: none !important;
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #ec496e;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
  background: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .title {
  color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
  background: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5;
}
.lunch-flag-sec {
  width: 100%;
  float: left;
  background: #E9EAFC;
  padding: 60px 0px;
}
.coutry-card {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FAF9F9;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px #55555542;
  margin-bottom: 25px;
}
.coutry-card img {
  width: 45px;
  border: 1px solid #cecece;
  border-radius: 5px;
  height: 30px;
  object-fit: cover;
}
.lunch-flag-sec p {
  text-align: center;
  margin: 30px auto;
  max-width: 80%;
  line-height: initial;
}
.legal-cards-tabs .nav-link::before {
  display: none!important;
}
.overflow-none {
  overflow: unset!important;
}
.legal-cards h2 {
  text-align: left!important;
  margin-bottom: 20px!important;
}
.legal-cards .tab-content p {
  line-height: 30px;
  font-size: 14px;
}
.legal-cards {
  font-family: 'Inter'!important;
}
.legal-cards .tab-pane, .scrollspy-example {
  padding-left: 40px!important;
}
.legal-cards .nav-pills .nav-link {
  border-radius: 50px 0px 0px 50px!important;
  padding: 10px 10px 10px 23px;
}
.legal-cards .nav-pills .nav-link.active {
  position: relative;
}
.legal-cards .nav-pills .nav-link.active::after {
  width: 2px;
  height: 100%;
  position: absolute;
  content: '';
  right: -2px;
  top: 0;
  background: #01688e;
}
.legal-cards .legal-cards-tabs {
  border-right: 2px solid #ccc!important;
    font-weight: 600!important;
}
.tab-content h2:nth-child(1) {
  color: #01688e!important;
  text-decoration: underline;
}
.legal-cards-tabs {
  position: sticky;
  top: 90px;
}
.legal-cards {
  clear: both;
}
.legal-cards:before,
.legal-cards:after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (max-width: 1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  .main-timeline .timeline-content {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 990px) {
  .main-timeline .timeline {
    margin: 0 0 10px;
  }
  .main-timeline .timeline-icon {
    left: 25%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  .main-timeline .timeline-content {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    padding-top: 50px;
  }
  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline {
    margin-bottom: 70px;
  }
  .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  .main-timeline .timeline-icon:before,
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .main-timeline .timeline-icon:after,
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0);
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px;
  }
}
@media only screen and (max-width: 479px) {
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px;
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px;
  }
}
.heart {
  margin: 0 10px;
  width: 45px;
  height: 45px;
}

.form_div {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1607843137);
  padding: 50px 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .form_parent {
    width: 300px !important;
  }
}
.plans_and_pkgs .circles_out {
  height: 380px;
}

.circles_out {
  position: relative;
  z-index: 1;
}

.plans_and_pkgs .circle_content {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center !important;
}

element.style {
  background-size: 100%;
  background-repeat: no-repeat;
}

.plans_and_pkgs .inside_content {
  margin: auto;
  padding: 0 25px;
}

.inside_content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.inside_content p {
  margin-bottom: 20px;
}

.plans_and_pkgs .img_circle {
  /* width: 322px; */
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plans_and_pkgs .circle_animations {
  animation: dmn-rgstr-rotate 5s infinite linear;
  width: 100%;
}

@keyframes dmn-rgstr-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.bottom_margin_padding {
  margin: 0px 0px 60px 0px;
  padding: 50px 0px;
}

.rupees-get-start {
  margin-top: 10px;
  color: #fff;
  margin-bottom: 15px;
}

.rupees-get-start span {
  font-size: 48px;
}
/* partners css start here */
.first img,
.second img {
  height: 90px;
  object-fit: contain;
}
.second {
  filter: grayscale(0) !important;
}

.heading-margin-bottom {
  margin-bottom: 60px;
}
.count-text {
  margin-bottom: 0px;
}
.count-counter {
  padding: 10px;
  border: 2px solid #ccc;
  margin: 5px;
  border-radius: 10px;
  width: 70%;
}
.count-counter h2 {
  color: #41b7dd;
}

.count-counter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-grey {
  background: #f6f6f7a1;
}
.flags {
  border: 2px solid #ccc;
  margin: 0px 3px;
  border-radius: 8px;
}

.main-heading {
  text-align: center;
  color: #424242;
  font-size: 35px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 0px;
}

.flag-slider-sec .plan-slider .item,
.flag-slider-sec .plan-slider-2 .item {
  width: 100%;
  height: 100%;
  margin: 5px;
}

.flag-slider-sec .plan-slider .item img,
.flag-slider-sec .plan-slider-2 .item img {
  width: 100%;
  height: 60px;
  object-fit: fill;
  padding: 5px;
}

.affi-prog-sec p {
  text-align: center;
}
.round-tab-sec .nav-link::before {
  display: none;
}


.cont-box {
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.affi-prog-sec .row  {
  align-items:inherit !important  ;
}
.affi-prog-sec .row .col-lg-2 {
  display: flex;
}
.affi-prog-sec .row .col-lg-2 .cont-box{
 width:100%;
 height:100%;
}
.bg-grey{
  background: #f6f6f7a1;
}

.Step-to-adv-sec .row{
  margin-top: 40px;
} 
.Step-to-adv::before{
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #3faed2, #3faed26e);
}
.Step-to-adv{
  position: relative;
  margin: 0px auto 20px auto;
  /* margin: 3rem auto;
  padding: 3rem 2rem 2rem; */
  background:#fff !important;
  /* margin: 2rem auto; */
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  width:100%;
}

.Step-to-adv p{
  display: flex;
  align-items: baseline;
  margin-bottom: 0rem !important;
  font-size: 16px;
  line-height: 30px;

}


.step-counts-adv{
  text-align:center;
  width: 60px;
  height: 60px;
  content: '';
  padding: 0.5rem;
  /* border-radius: 50%; */
  background-color:#3faed2;
  color: white;
  font-size:25px;
  flex: 0 0 auto;
  margin-right: 20px;
}
.terms-main-page {
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.terms-main-page h2 {
  margin-bottom: 50px;
}
.terms-main-page h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Plus Jakarta Sans';
  font-weight: bold;
  color: #4c4a4a;
}
.terms-main-page p,.terms-main-page li {
  color: #8d8d8d;
  margin-bottom: 20px;
  line-height:31px;
}
.terms-main-page ul {
 padding-left: 20px;
}
.terms-main-page ul li {
  list-style: auto;
 }

    
.terms-main-page li strong,.terms-main-page p strong {
  color: #4c4a4a;
}

.terms-main-page .list-ul {
  list-style: disc;
}

/* .flags:hover{
  transform: scale(1.5);
  transition: all 1s ease-in-out;
} */
/*# sourceMappingURL=main.css.map */