/*css*/

#landing-page-body {
  font-family: "Red Hat Display";
  font-size: 17px;
  color: #979797;
  background: #f7f7f7;
}

h1,
h3,
h4,
h5,
h6 {
  color: #0056d9;
  font-weight: 600;
}

h2 {
  color: rgb(255, 173, 23);
  font-weight: bold;
}

/*header*/

.navbar-light .navbar-nav .nav-link {
  color: #0b418e;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fb4848;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fb4848;
}

.navbar-light .navbar-nav .nav-link:active {
  color: #fb4848;
}

.active .nav-link a {
  color: #fb4848;
}

.navbar-light .navbar-brand {
  color: #0b418e;
}

.yellow {
  background-color: #ffad17;

  height: 10px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fb4848;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 17px;
}

.btn-danger {
  color: #fff;
  background-color: #ffad17;
  border-color: #ffad17;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 4px;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ffad17;
  border-color: #ffad17;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 4px;
}

.btn-danger:focus {
  color: #fff;
  background-color: #ffad17;
  border-color: #ffad17;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 4px;
}

.btn-danger:active {
  color: #fff;
  background-color: #ffad17;

  border-color: #ffad17;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 4px;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ffad17;
  border-color: #ffad17;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffc107;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 173 23);
}

.btn-primary {
  color: #fff;
  background-color: #0056d9;
  border-color: #0056d9;
  text-transform: none;
  padding: 7px 25px;
  border-radius: 4px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0056d9;
  border-color: #0056d9;
  text-transform: none;
  padding: 7px 25px;
  border-radius: 4px;
}

.btn-primary:focus {
  color: #fff;
  background-color: #0056d9;
  border-color: #0056d9;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 4px;
}

.btn-primary:active {
  color: #fff;
  background-color: #0056d9;
  border-color: #0056d9;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 4px;
}

/*end header*/

/*main banner*/

.jumbotron {
}

.bannerbottom {
  background: url(../images/bannerbottom.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 75px;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 55px;
  color: #ffffff;
  letter-spacing: 1px;
}

.text {
  font-size: 23px;
  font-weight: normal;
  line-height: 26px;
  padding-top: 10px;
}

input::-webkit-input-placeholder {
  color: lightgrey !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: lightgrey !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: lightgrey !important;
}

input:-ms-input-placeholder {
  color: lightgrey !important;
}

/*end of main banner */

/*latest news */
.bg-grey {
  background-color: #f4f4f4;
}

.carousel-control-next {
  opacity: 1;
  background-color: transparent;
}

.carousel-control-prev {
  opacity: 1;
  background-color: transparent;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f4f4f4;
  background-clip: border-box;
  border: none;
  border-radius: 0.25rem;
}

.card .btn-primary {
  color: #fff;
  background-color: #0b418e;
  border-color: #0b418e;
  text-transform: uppercase;
  padding: 3px 19px;
  border-radius: 30px;
  font-size: 12px;
}

.card h5 {
  margin-bottom: 0px;
}

/*end of latest news */

/*features */

.bgbanner {
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  background-color: #0d4ba2;
  border-radius: 0.3rem;
  height: auto;
  border-radius: 0px;
}

.display-4 {
  font-size: 2.5rem;
  line-height: 41px;
  color: #ffffff;
  letter-spacing: 1px;
}

.bottom-bord {
  border-bottom: 1px solid #e0dedf;
}

.bg-red {
  background: #e2240e;
}

.mobile {
  display: none;
}

.planpic {
  display: block;
}

/*end of features  */
/*contact us  */
.contact .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c7c8c9;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dbe2ea;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact .form-control:focus {
  color: #c7c8c9;
  background-color: #ffffff;
  border: 1px solid #dbe2ea;
  outline: 0;
  box-shadow: none;
}

.contact textarea.form-control {
  height: auto !important;
}

.btn-light {
  color: #ffffff;
  background-color: #22bfe8;
  border-color: #22bfe8;
  border-radius: 30px;
}

.btn-light:hover {
  color: #ffffff;
  background-color: #22bfe8;
  border-color: #22bfe8;
  border-radius: 30px;
}

.btn-light:focus {
  color: #ffffff;
  background-color: #22bfe8;
  border-color: #22bfe8;
  border-radius: 30px;
}

.btn-light:active {
  color: #ffffff;
  background-color: #22bfe8;
  border-color: #22bfe8;
  border-radius: 30px;
}

.contact input::-webkit-input-placeholder {
  color: #9dabb6 !important;
}

.contact input:-moz-placeholder {
  /* Firefox 18- */
  color: #9dabb6 !important;
}

.contact input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9dabb6 !important;
}

.contact input:-ms-input-placeholder {
  color: #9dabb6 !important;
}

.contact textarea::-webkit-input-placeholder {
  color: #9dabb6 !important;
}

.contact textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9dabb6 !important;
}

.contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9dabb6 !important;
}

.contact textarea:-ms-input-placeholder {
  color: #9dabb6 !important;
}

.map img {
  max-width: 100%;
  height: auto;
}

.contact ul li {
  list-style-type: none;
  margin-left: -35px;
  font-size: 17px;
}

.contact .addon {
  position: absolute;
  top: 8px;
  left: 23px;
}

.contact .addontextarea {
  position: absolute;
  top: 61px;
  left: 23px;
}

/*end of contact us  */

/*footer */
/* .page-footer {

    background: #252c3a;
    color: #ffffff;
}

.page-footer a {


    color: #ffffff;
}


.page-footer h5 {


    color: #ffffff;
}

.footer-copyright {

    background: #252c3a;
} */

/* .form-control {
    display: block;
    width: 81%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c7c8c9;
    background-color: #095ca3;
    background-clip: padding-box;
    border: 1px solid #095ca3;
    border-radius: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
/* .form-control:focus {
    color: #c7c8c9;
    background-color: #095ca3;
    border-color: #095ca3;
    outline: 0;
    box-shadow: none;
} */
/*end of footer*/

/*media queries*/

/* @media (min-width: 1200px){
.container {
    max-width: 91%;
}

} */

ul li {
  list-style: none;
}

ul li:before {
  content: "✓";
  color: #ffad17;
  /* text-indent: 12px; */
  padding-inline-end: 15px;
}

.textindent {
  margin-left: -34px;
  text-indent: -30px;
  padding-inline-start: 61px;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #cccccc;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

.chng_bg .nav-link.active {
  color: #f7f7f8;
  background-color: #0056d9 !important;
  border-color: #0056d9 #0056d9 #0056d9;
}

.btn_txt .btn-link {
  font-weight: 600;
  font-size: 18px;
  color: black;
  text-decoration: none;
}

.card.card_border {
  background-color: #ffffff;
}

/* Babar CSS 
 Pricing Section CSS */
.white-bg {
  /* background: #f8f2ff; */
  background: #ffffff;
}

.theme__big--title {
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  /* display: flex; */
  align-items: center;
  text-align: center;
  color: #222222;
}
html[dir="rtl"] body .theme__big--title {
  font-family: "Almarai", "Poppins";
}
/* @media screen and (min-width: 1280px) {
    .theme__big--title {
        font-size: 52px;
    }
} */

.payment-tabs .nav-tabs {
  /* border: 0;
    padding: 0px; */
  border: 0;
  padding: 0px;
  background: transparent;
  margin: auto;
}

.payment-tabs .nav-tabs > .nav-item > .nav-link {
  color: #0c0c0c;
  margin: 0;
  border-radius: 0px;
  font-size: 18px;
  padding: 0;
  line-height: 2;
  min-width: 130px;
  text-align: center;
}

.payment-tabs .nav-tabs > .nav-item > .nav-link.plan3 {
  color: #edab30;
  margin: 0;
  border-radius: 0px;
  font-size: 18px;
  padding: 0;
  line-height: 2;
  min-width: 130px;
  text-align: center;
}

.payment-tabs a.nav-link.plan2 {
  border-radius: 50px !important;
  margin-right: 30px !important;
}

.payment-tabs a.nav-link.plan3 {
  border-radius: 50px !important;
  margin-left: 30px !important;
}

.payment-tabs a.nav-link.plan1 {
  border-radius: 50px !important;
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
}

.plan2:after {
  content: " ";
  position: absolute;
  border-left: 2px #000000 solid;
  top: 35%;
  right: 55%;
  height: 30%;
  margin-top: auto;
  margin-bottom: auto;
}

.plan3::before {
  content: " ";
  position: absolute;
  border-left: 2px #000000 solid;
  top: 35%;
  right: 45%;
  height: 30%;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 1667px) and (min-width: 1275px) {
  .plan2:after {
    right: 56%;
  }

  .plan3::before {
    right: 44%;
  }
}

@media screen and (max-width: 1274px) and (min-width: 935px) {
  .plan2:after {
    right: 58%;
  }

  .plan3::before {
    right: 42%;
  }
}

@media screen and (max-width: 934px) and (min-width: 670px) {
  .plan2:after {
    right: 61%;
  }

  .plan3::before {
    right: 39%;
  }
}

@media screen and (max-width: 669px) and (min-width: 510px) {
  .plan2:after {
    right: 65%;
  }

  .plan3::before {
    right: 35%;
  }
}

@media screen and (max-width: 509px) and (min-width: 456px) {
  .plan2:after {
    right: 66%;
  }

  .plan3::before {
    right: 35%;
  }

  .payment-tabs a.nav-link.plan2 {
    margin-right: 0px !important;
  }

  .payment-tabs a.nav-link.plan1 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 456px) and (min-width: 320px) {
  .plan2:after {
    right: 64%;
  }

  .plan3::before {
    right: 35%;
  }

  .payment-tabs a.nav-link.plan2 {
    margin-right: 0px !important;
  }

  .payment-tabs a.nav-link.plan1 {
    margin-right: 0px !important;
  }

  .payment-tabs .nav-tabs > .nav-item > .nav-link {
    font-size: 18px;
    min-width: 102px;
  }

  .payment-tabs .nav-tabs > .nav-item > .nav-link.plan3 {
    font-size: 16px;
    min-width: 102px;
  }
}

.price-area {
  border-bottom: 1px solid #ffbb3b;
}

.select-btn {
  position: absolute;
  top: 85%;
  left: 10%;
  text-transform: none;
  background-color: transparent;
  background: #ffbb3b;
  border-radius: 10px;

  border: none !important;
}

.btn-padding {
  padding: 11px 83px !important;
}

@media screen and (max-width: 1467px) and (min-width: 1200px) {
  .btn-padding {
    padding: 10px 80px !important;
  }

  .select-btn {
    left: 13%;
  }
}

.select-btn:hover,
.select-btn:focus,
.select-btn:active {
  border-radius: 10px;
  background-color: #ffa700;
  text-transform: none;
}

.payment-tabs .nav-item .nav-link,
.payment-tabs .nav-tabs .nav-link {
  /* -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s; */
  transition: all 300ms ease 0s;
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.payment-tabs .nav-tabs > .nav-item > .nav-link.active {
  border: 1px solid #0063e1;
  color: #0063e1;
}

a.nav-link.plan3 {
  border-radius: 50px !important;
}

.pt-50 {
  padding-top: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.fw-700 {
  font-weight: 700;
}

.price--bg {
  background-repeat: no-repeat;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-bottom: 40px;
}

.pricing-height {
  min-height: 718px;
  position: relative;
}

.pricing-bg {
  min-height: 100%;
  text-align: start;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-white {
  background-color: #fff !important;
}

.pricing-bg .price__header h5 {
  font-size: 20px;
  font-weight: bold;
}

.pricing-bg .price__amount p {
  color: #fff;
  margin-bottom: 10px;
  line-height: 20px;
}

.price__amount.free-membership h4 {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
}

.price__content h4,
.price__amount h4 {
  font-size: 40px;
  line-height: 1;
  color: #0056d9;
}

.list-spacing {
  position: absolute;

  width: 70%;

  padding-top: 26px;
  left: 16%;
}

.list-spacing-basic {
  position: absolute;
  /* bottom: 51%;
    width: 41%;
    transform: translate(-50%, 0%); */
  padding-top: 26px;
  left: 16%;
}

.list-spacing-premium {
  position: absolute;
  /* bottom: 23%; */
  width: 70%;
  /* transform: translate(-50%, 0%); */
  left: 16%;
  padding-top: 26px;
}

.list-spacing-premium a {
  display: block;
  text-align: center;
  background: #f3f3f3;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.mb-60 {
  margin-bottom: 60px;
}

.list-spacing ul {
  /* padding-inline-start: 25px; */
}

.text-small {
  font-size: 1rem !important;
}

.list-spacing ul li.mb-3 i {
  margin-left: -45px;
  padding-inline-start: 25px;
}

.pricing-bg .price__content p {
  color: #fff;
  margin-bottom: 10px;
  line-height: 20px;
}

.pricing-bg .price__amount p,
.pricing-bg .price__content p {
  color: rgb(27, 27, 27);
  margin-bottom: 10px;
  line-height: 20px;
}

.price__amount p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 48px;
  word-break: break-all;
}

.list-spacing a {
  display: block;
  text-align: center;
  background: #f3f3f3;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.list-spacing a:hover,
.list-spacing a:active,
.list-spacing a:focus {
  background: #0056d3 !important;
  color: #fff !important;
  border-radius: 50px;
}

ul li:before {
  content: none !important;
  color: #ffad17;
  /* text-indent: 12px; */
  padding-inline-end: 15px;
}

.rounded-lg {
  border-radius: 1.3rem !important;
}

@media (min-width: 1200px) {
  .col-xl-4.pricing-height {
    /* -ms-flex: 0 0 33.333333%; */
    flex: 0 0 33.333333%;
    max-width: 329px;
  }
}

#readmoreBtn {
  background: transparent;
  border: none;
  text-decoration: underline;
}

.selectpack_btn {
  position: absolute;
  top: 303px;
  left: 44px;
}

.text-center h4 {
  font-size: 40px;
}

.card-top-br1 {
  background: #ffffff;
  border-radius: 20px;
}

.card-top-br2 {
  background: #ffffff;
  border-radius: 20px;
}

.card-top-br3 {
  background: #ffffff;
  border-radius: 20px;
}

.offer-list {
  color: #000;
}

@media screen and (max-width: 767px) {
  .select-btn {
    left: 34%;
  }
}

@media screen and (max-width: 430px) {
  .select-btn {
    left: 30%;
  }
}

/* Babar CSS end
        Pricing Section CSS */

/* Babar CSS start
 info_page Section CSS */

.signup_heading {
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;

  align-items: center;
  text-align: center;
  margin-bottom: 3rem;

  color: #222222;
}
html[dir="rtl"] body .signup_heading {
  font-family: "Almarai", "Poppins";
}
@media screen and (max-width: 767px) {
  .form-card {
    width: 100%;
  }
}

/* Babar CSS end info_page Section CSS */

#contact-sales-form {
  margin-top: 6rem;
  margin-bottom: 6rem;
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
}
html[dir="rtl"] body #contact-sales-form {
  font-family: "Almarai", "Poppins";
}

#contact-sales-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(49deg, transparent 40%, black 20%),
    linear-gradient(138deg, black 36%, transparent -7%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 4px, 5px 4px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.form-card {
  padding: 3rem;

  display: flex;
  flex-direction: column;
  /* width: 60%; */
  background: #ffffff;
  box-shadow: 0px 0px 20px 7px rgba(178, 194, 227, 0.25);
  border-radius: 25px;
}
.form-card .form-group label {
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;

  color: #6d7b97;
}

html[dir="rtl"] body .form-card .form-group label {
  font-family: "Almarai", "Poppins";
}

.form-card .form-group .form-control {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 0.375rem 2.75rem 0.375rem 0.75rem;
}
.banner_top {
  background: linear-gradient(180deg, #0057d4 0%, #053983 100%);
  padding: 3.5rem 0rem;
}

.banner_top .banner_text {
  font-family: "Red Hat Display";
  font-style: normal;
  /* position: relative; */
  font-weight: 800;
  font-size: 2.6vw;
  /* line-height: 66px; */
  line-height: 50px;
  /* top: 0%;
    left: -7%; */
}

.banner_para {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #eaeaea;
}

.banner_button .btn {
  background: #ffbb3c;
  border-radius: 46px;
  /* width: 13%; */
}

.banner_button .btn span {
  color: white;
  font-family: "Red Hat Display";
  /* font-style: initial; */
  font-weight: initial;
  font-size: 18px;
  line-height: 24px;
}

.banner-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.banner_button {
  max-width: 468px;
}

.banner_button .btn {
  padding: 0.45rem 1.5rem;
}

.card {
  border: none;
  background: #ffffff;
}

.card-body {
  font-family: "Red Hat Display", sans-serif;
}

.card-title {
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  /* text-align: center; */
  color: #000000;
}

.card-text {
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  /* text-align: justify; */
}

.card_bottom {
  font-family: "Red Hat Display";
  /* HAS AR OPTION*/
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #000000;
}

html[dir="rtl"] body .card-title,
html[dir="rtl"] body .card-text,
html[dir="rtl"] body .card_bottom {
  font-family: "Almarai", "Poppins";
}

.center-heading {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;

  color: #222222;
}

.center-para {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  /* identical to box height, or 178% */

  color: #555555;
}

.pab-3 {
  padding-bottom: 3rem;
}

.pdt {
  padding-top: 1rem;
}

/* carousel section */
.carousel-inner .box1 {
  max-width: 262px;
  height: 141px;
  padding: 18px 29px 29px 29px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  box-sizing: border-box;
}
.carousel-inner .inner-box {
  background: #ffffff;
  margin-bottom: 12px;
  box-shadow: 0px 10px 20px rgba(190, 190, 190, 0.25);
  border-radius: 2px;
  width: 44px;
  height: 44px;
}
.inner-box-img {
}

.inner-box-text {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;

  color: #000000;
}

.inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Section 4 */
.section-4-heading h2 {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;

  padding-top: 3rem;
  color: #222222;
}

.section-4-content {
  padding-bottom: 2rem;
}

.section-4-content p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 24px;
  text-align: justify;
  padding-top: 1rem;
  color: #8f8f8f;
}

.section-4-img {
  justify-content: center;
}
/* section 4 ends */

/* section 5 */

#section-5 {
  margin-top: 6rem;
}
.section-5-heading h2 {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;

  padding-top: 3rem;
  color: #222222;
}

.section-5-content {
  padding-bottom: 2rem;
}

.section-5-content p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 24px;
  text-align: justify;
  padding-top: 1rem;
  color: #8f8f8f;
}

@media screen and (max-width: 768px) {
  .section-5-img {
    justify-content: center;
  }
}

/* section 5 ends */

/* section 6 start */
#section-6 {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
.section-6-heading {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding-top: 11px;
  line-height: 24px;
  padding-top: 1.2rem;
  color: #000000;
}

.section-6-para {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  padding-top: 3rem;
  color: #555555;
}
.section-6-para2 {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  padding-top: 2rem;
  color: #555555;
}
.main-row {
  padding-top: 3rem;
}

.content-box {
  background: #ffffff;
  border-radius: 4px;
}
.blog-bottom-first {
  padding-top: 5rem;
}
.blog-bottom-second {
  padding-top: 4.5rem;
}
.date {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;

  color: #555555;
}
.blog-link {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: underline;

  color: #e3ae4c;
}

.blog-section-heading {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;

  color: #222222;
}
.blog-section-para {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 24px;

  color: #555555;
}

/* Contact section */
#contact {
  background-image: url(/assets/media/images/contact-section-bg.png);
}

.contact-form-wrapper {
  padding: 100px 0;
}

.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 25px;

  max-width: 765px;
  max-height: 627px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  height: 50px;
  padding-inline-start: 16px;
  background: #ffffff;

  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: "Red Hat Display";
  font-style: normal;

  font-size: 16px;
  line-height: 21px;

  color: #989898;
}

.contact-form .form-text-area {
  height: 125px;

  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: "Red Hat Display";
  font-style: normal;

  font-size: 16px;
  line-height: 21px;

  color: #989898;
}

.contact-form .title {
  text-align: center;
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 18px;
  color: #878787;
}
.contact-form .snd-tittle {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}

.contact-form .description {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
  width: 100%;
}

.contact-form .submit-button-wrapper input {
  border: none;
  background: #0053cb;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  height: 61px;
}

#contact-sales-form .submit-button-wrapper input:hover {
  background-color: #0068ff;
}

#contact-sales-form .form-control::placeholder {
  font-family: "Red Hat Display";
  font-style: normal;

  font-size: 14px;
  line-height: 21px;

  color: #989898 !important;
  opacity: 1;
}

/* Footer */
/* pricing page css */
.pricing-bg .price__header {
  padding-inline-start: 13px;
}
.pricing-bg .price__header h5 {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  /* identical to box height, or 176% */

  letter-spacing: -0.03em;

  color: #64606a;
}
.pricing-bg .price__header h3 {
  padding-top: 43px;

  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;

  color: rgba(0, 0, 0, 0.8);
}
