@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

:root {
  --color-primary: #3AB5C7;
  --color-secondary: #929292;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

h1,
h2 {
  font-size: 3.5rem;
  line-height: 130%;
}

h3,
h4 {
  font-size: 2.6rem;
  line-height: 120%;
}

h5,
h6 {
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.header-section {
  padding: 0.4rem 0 2rem;
  position: relative;
  background: rgb(146,146,146);
  background: linear-gradient(180deg, rgba(146,146,146,0.3) 0%, rgba(255,255,255,1) 100%);

}

.hd-hob {
  position: absolute;
  z-index: -1!important;
  max-width: 100vw!important;

}




/* .header-section:before {
  position: absolute;
  content: "";
  z-index: -9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
} */

.header-section .header-txt {
  text-align: center;
}
.header-section .header-txt a {
  display: block;
  text-align: left;
}
.header-section .header-txt a img {
  width: 17rem;
}
.header-section .header-txt h1 {
  font-size: 4rem;
  font-weight: 800;
  color: #000000;
  line-height: 120%;
  margin-top: 0.5rem;
}

.video-player-box {
  margin-top: 2rem;
}
.video-player-box iframe {
  background: #929292;
  padding: 7px;
  border-radius: 1rem;
  height: 400px;
  width: 100%;
}

.video-bttns {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-bttns a {
  width: 25rem;
}
.video-bttns a img {
  border-radius: 3rem;
}

.fast-fixed-txt h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  line-height: 120%;
  margin-bottom: 2rem;
}
.fast-fixed-txt h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  margin-bottom: 2rem;
}
.fast-fixed-txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 120%;
  line-height: 150%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.benificial-txt-head {
  text-align: center;
  margin-bottom: 3rem;
}
.benificial-txt-head h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
}

.benifical-img-box {
  margin-bottom: 2rem;
}
.benifical-img-box img {
  display: block;
  width: 80%;
  border-radius: 1.2rem;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.benificial-txt-box .media img {
  width: 3rem;
  margin-right: 1rem;
}
.benificial-txt-box .media .media-body {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 120%;
}

.benificial-section {
  position: relative;
}
.benificial-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(146, 146, 146, 0.8);
  filter: blur(1px);
  height: 60%;
  z-index: -9;
}

.position-rel {
  position: relative;
}

.slider-head {
  text-align: center;
  margin-bottom: 3rem;
}
.slider-head h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
}

.right-arw {
  width: 3.5rem;
  position: absolute;
  left: -7%;
  top: 50%;
  transform: rotate(180deg);
}

.left-arw {
  width: 3.5rem;
  position: absolute;
  top: 50%;
  right: -7%;
}

.main-sliders-wrap .slider-item {
  width: 30%;
  margin: 0 0.4rem;
}
.main-sliders-wrap .slider-item img {
  display: block;
  width: 100%;
}

.slider-bttn {
  text-align: center;
  margin-top: 2rem;
  border-radius: 3rem;
}
.slider-bttn a {
  display: block;
}
.slider-bttn a img {
  width: 23rem;
}

.feature-section {

}

.gd-hob-shade {
  background: rgb(146,146,146);
  background: linear-gradient(360deg, rgba(146,146,146,0.15) 0%, rgba(255,255,255,1) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.customrb {
  border-right: 8px solid #38B6C7;
}

.hd-hob-1 {
  background: url('../images/header-bg.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50px!important;
}

.feature-img-box {
  position: relative;
}
.feature-img-box:before {
  position: absolute;
  content: "";
  z-index: -9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/rectangle.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.feature-img-box img {
  width: 17rem;
  position: relative;
  left: 1rem;
  top: -2rem;
}

.feature-name {
  background: #000000;
  padding: 1.2rem 2rem;
  border-radius: 1.5rem 2.2rem 2.2rem 1.5rem;
  display: inline-block;
  position: relative;
  left: 1rem;
  top: -6rem;
}
.feature-name h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 0.4rem;
}
.feature-name h6 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
}

.feature-txt ul li {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.feature-txt ul li img {
  width: 1.7rem;
  margin-right: 1rem;
}

.feature-txt ul {
  padding-left: 20px;
  padding-top: 30px;
}

.video-box {
  background: rgb(50,184,206);
  padding: 8px;
  border-radius: 0.7rem;
  margin-bottom: 1.5rem;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.video-box:hover {
  box-shadow: 0 6px 12px 0 rgba(50,184,206,0.8);
}

.video-box iframe {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.all-vdo-bttn {
  text-align: center;
  margin-top: 1rem;
}
.all-vdo-bttn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a7d9a;
  line-height: 120%;
  border: 4px solid #4a7d9a;
  border-radius: 3rem;
  padding-right: 2rem;
  transition: all linear 0.3s;
  position: relative;
  height: 4.4rem;
  padding-left: 4.8rem;
  display: inline-flex;
  align-items: center;
}
.all-vdo-bttn a img {
  width: 4rem;
  position: absolute;
  left: -1px;
  top: 0;
  transition: all linear 0.3s;
}
.all-vdo-bttn a:hover {
  padding-left: 1rem;
  padding-right: 5rem;
}
.all-vdo-bttn a:hover img {
  left: 75%;
}

.step-heading {
  text-align: center;
  background: rgb(58,181,199);
  background: linear-gradient(114deg, rgba(58,181,199,1) 0%, rgba(146,146,146,1) 100%);
  padding: 20px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold!important;
}
.step-heading img {
  width: 75%;
}



.step-img img {
  border-radius: 50%;
  width: 77%;
  border: 10px solid #3ab5c7;
  box-shadow: 22px -2px 38px #929292;
}

.step-txt h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  margin-bottom: 1rem;
}
.step-txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 120%;
  line-height: 150%;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 90%;
}

.step-dot {
  position: relative;
}
.step-dot:before {
  position: absolute;
  content: "";
  left: -16%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background: #3ab5c7;
  border-radius: 50%;
  transform: translateY(-50%);
}

.step-section {
  position: relative;
  transition: all linear 1;
}
.step-section:after {
  position: absolute;
  content: "";
  left: 48.5%;
  z-index: -9;
  top: 10rem;
  width: 1.2rem;
  height: 86%;
  background: #929292;
  transform: translateX(-48.5%);
  border-radius: 1rem;
}

.step-active-line:before {
  position: absolute;
  content: "";
  left: 48.5%;
  z-index: -7;
  top: 10rem;
  width: 1.2rem;
  height: 20%;
  background: #3ab5c7;
  transform: translateX(-48.5%);
  border-radius: 1rem;
  transition: all linear 1;
}

.step-active-line-2:before {
  position: absolute;
  content: "";
  left: 48.5%;
  z-index: -7;
  top: 10rem;
  width: 1.2rem;
  height: 86%;
  background: #3ab5c7;
  transform: translateX(-48.5%);
  border-radius: 1rem;
  transition: all linear 1;
}

.banner-txt {
  text-align: center;
}
.banner-txt h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  text-align: left;
}
.banner-txt .banner-shadow {
  position: relative;
}
.banner-txt .banner-shadow:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  z-index: -9;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-color: hsl(0, 0%, 90%);
  box-shadow: 30px 0 50px 76px hsl(0, 0%, 90%);
  transform: translateX(-50%);
}
.banner-txt .banner-shadow img {
  margin-top: -9rem;
}

.footer-top-section {
  /* background-image: url("../images/ftr-bg.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat;
}


.ftr-icon-box {
    z-index: 1!important;
}

.footer-top-section .ftr-icon-box {
  text-align: center;
  background: white;
  border: 1px solid rgba(1,1,1,0.15);
  border-radius: 10px;
  box-shadow: 0 6px 24px 0 rgb(27 27 27 / 7%);
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  padding: 20px!important;
}

.footer-top-section .ftr-icon-box:hover {
  background: white;
  border: 1px solid rgba(1,1,1,0.05);
  border-radius: 10px;
  box-shadow: 0 6px 32px 0 rgb(27 27 27 / 14%);
}

.footer-top-section .ftr-icon-box img {
  min-height: 80px;
  max-height: 80px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 40%;
}
.footer-top-section .ftr-icon-box h4 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  margin-top: 1rem;
}

.button-area {
  margin: 2rem 0;
}
.button-area a img {
  width: 25rem;
}

.pricing-box {
  position: relative;
  background-image: url("../images/ben-01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80%;
  border-radius: 1rem;
}
.pricing-box:before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -5%;
  z-index: -9;
  width: 105%;
  height: 110%;
  background-color: transparent;
  border: 3px solid #3ab5c7;
  border-radius: 1rem;
}
.pricing-box .pricing-txt {
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.619);
  text-align: center;
}
.pricing-box .pricing-txt h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
}
.pricing-box .pricing-txt h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
}
.pricing-box .pricing-txt h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
  text-transform: uppercase;
}
.pricing-box .pricing-txt ul {
  margin: 1rem 0;
}
.pricing-box .pricing-txt ul li {
  font-size: 0.8rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 0.4rem;
}
.pricing-box .pricing-txt ul li i {
  color: #3ab5c7;
  margin-right: 0.4rem;
}
.pricing-box .pricing-txt h6 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 120%;
}
.pricing-box .pricing-txt h6 span {
  font-size: 0.8rem;
}

.pa-y4 {
  padding: 3rem 0;
}

.container {
  max-width: 1060px !important;
}

/* buttons */
.btn-hob {
  padding: 19px 26px;
  font-size: 20px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: white;
}

.hob-primary {
  background-color: rgb(50,184,206);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.hob-primary:hover {
  box-shadow: 0 6px 12px 0 rgba(50,184,206,0.8);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.hob-secondary {
  background-color: rgb(146,146,146);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.hob-secondary:hover {
  box-shadow: 0 6px 12px 0 rgba(146,146,146, 0.2);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}




.hob-left-wave {
  position: absolute;
  left: 0;
  top: 20px;
}

.feature-section {
  padding-top: 150px;
  padding-bottom: 150px!important;
}

/* buttons end */
