html {
  scroll-padding-top: 65px;
  /* Prevents elements from being hidden under fixed header */
}
.logo{
width: 100px;
}
.newc {
  color: #e6a700;
  font-size: 1rem;
  background-color: #fbf5e4;
  border: 1px solid #e6a700;
  padding: .5rem 1rem;
  border-radius: 10px;
  display: flex;
  width: auto;
  justify-self: flex-start;
}
.pkg-ha{
  font-size: 14px;
    padding: 10px 18px;
    line-height: normal;
}
a.text-primary.site-menu-toggle.js-menu-toggle {
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    padding: 0 !important;
    border-radius: 7px;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
}
span.icon-menu.h3.text-white {
  margin-bottom: 0 !important;
}
.heros {
  padding: 2rem 0;
}

.progres {
  box-shadow: 0 2px 5px #ccc;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
}

.progres .progress {
  height: 8px;
}

.hero-url li {
  list-style-type: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-url li svg {
  list-style-type: none;
  color: #21b6a8;
  width: 19px;
}

.hero-url {
  display: inline-flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero3rd {
  padding: 1.5rem 0;
}

.heros h1 {
  font-size: 3rem;
  margin: 2rem auto 1rem auto;
  line-height: 1.25;
  font-weight: normal;
}

.heros>div:nth-child(2) {
  padding: 2rem;
}

.he-ro p {
  font-size: 1.25rem;
  line-height: 1.625;
}

.hero {
  background: linear-gradient(297deg, #F7FAFF, transparent);
}

.heros>div:nth-child(2) img {
  box-shadow: 0 16px 69px -29px #333;
  border-radius: 1rem;
}

.heros>div:nth-child(2)>div {
  position: relative;
}

.tr1 {
  position: absolute;
  right: -27px;
  top: -25px;
  background: #fff;
  /* width: 137px; */
  border-radius: 12px;
  text-align: center;
  padding: 1rem;
}

.tr1 h1 {
  margin: 0;
  font-size: 1.6rem;
  color: #21b6a8;
}

.bl1 h1 {
  margin: 0;
  font-size: 1.6rem;
}

.tr1 p,
.bl1 p {
  font-size: 12px;
  margin-bottom: 0;
}

.bl1 {
  position: absolute;
  left: -27px;
  bottom: -25px;
  background: #fff;
  /* width: 137px; */
  border-radius: 12px;
  text-align: center;
  padding: 1rem;
}
.btn-darkh{

  background-color: #0b4d6c;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-weight: 500;
}
.btn-darkh:hover{
background: #0f6b96 !important;
color: #fff !important;
}
.hero-gbtn1:hover{
background: #0f6b96 !important;
color: #fff !important;
}

.hero-gbtn1 {
  background-color: #0b4d6c;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.hero-gbtn2 svg {
  width: 18px;
}

.hero-gbtn2:hover {
  background-color: #0b4d6c;
  color: #fff;
}

.hero-gbtn2 {
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border: 1px solid #0b4d6c;
  color: #0b4d6c;
  font-weight: 500;
}

.fixed-ul {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  gap: .8rem;
  align-items: center;
  z-index: 9;
}

.fixed-ul li button {
  border: none;
  box-shadow: 0 2px 20px -8px #ccc !important;
}

.fixed-ul li:nth-child(1) a {
  background-color: #00c951;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 5px -2px;
      display: flex
;
    align-items: center;
    justify-content: center;
}

.fixed-ul li:nth-child(1) a:hover {
  background-color: #00b84a;
}

.fixed-ul li:nth-child(2) a:hover {
  background-color: #4d89b6;
}

.fixed-ul li:nth-child(2) a {
  background-color: #0b4d6c;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
      display: flex
;
    align-items: center;
    justify-content: center;
}

.fixed-ul li:nth-child(3) button {
  background-color: #f4f4f4;
  border: none;
  border-radius: 39px;
  font-size: 13px;
  padding: .3rem 1rem;
  font-weight: 500;
  border: 1px solid #ccc;
}

.s2 {
  padding: 5rem 0;
}

.s3 {
  padding:0 0 3rem 0;
}

.cs2 {
  display: flex;
  gap: 3%;
  align-items: center;
  flex-wrap: wrap;
}

.apink h1 {
  font-size: 2.25rem;
  font-weight: normal;
}

.apink p {
  font-size: 1.125rem;
}

.cs2>div {
  width: 48.5%;
}

.pink3 {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.pink3>div {
  width: 30.66%;
  border-radius: .725rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pink3>div:nth-child(1) {
  background: #FEF2F2;
  border: 1px solid #FFE2E2;
}

.pink3>div:nth-child(1) svg {
  color: #FB2C36;
}

.pink3>div:nth-child(1) h1 {
  color: #E7000B;
  font-size: 1.5rem;
}

.pink3>div:nth-child(1) p {
  color: #C10007;
  font-size: .875rem;
  text-align: center;
}

.pink3>div:nth-child(2) {
  background: #FFF7ED;
  border: 1px solid #FFEDD4;
}

.pink3>div:nth-child(2) svg {
  color: #FF6900;
}

.pink3>div:nth-child(2) h1 {
  color: #F54A00;
  font-size: 1.5rem;
}

.pink3>div:nth-child(2) p {
  color: #CA3507;
  font-size: .875rem;
}

.pink3>div:nth-child(3) {
  background: #FEF2F2;
  border: 1px solid #FFE2E2;
}

.pink3>div:nth-child(3) svg {
  color: #FB2C36;
}

.pink3>div:nth-child(3) h1 {
  color: #E7000B;
  font-size: 1.5rem;
}

.pink3>div:nth-child(3) p {
  color: #C10007;
  font-size: .875rem;
}

::marker {
  font-size: 25px;
  color: #f00;
}

.redmarker {
  padding-left: 1.6rem;
}

.redmarker span {
  font-weight: bold;
}

.ratingd {
  background: #f9fafb;
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
  padding: 2rem;
  border-radius: 1rem;
}

.bg-success {
  background-color: #00c951 !important;
}

.bg-secondary {
  background-color: #2b7fff !important;
}

.bg-warning {
  background-color: #f0b100 !important;
}

.bg-danger {
  background-color: #ff6900 !important;
}

.bg-dangers {
  background-color: #fb2c36 !important;
}

.ratingul li {
  display: flex;
  justify-content: space-between;
  gap: 23px;
  align-items: center;
  padding: .5rem 0;
}

.brating {
  font-size: .75rem;
}

.arating {
  font-size: 1.125rem;
}

.progress {
  background: #f1f1f1;
  width: 100%;
  height: 12px;
  border-radius: 1rem;
}

.progress-bar {
  width: 85%;
  border-radius: 21px;
  height: 12px;
}

.emojis {
  display: flex;
  gap: 2%;
  margin-top: 2rem;
}

.emojis>div {
  width: 49%;
}

.emojis>div:nth-child(1) {
  background: #FEF2F2;
  border: 1px solid #FFE2E2;
  padding: .9rem 1.2rem;
  border-radius: .725rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.emojis>div:nth-child(2) {
  background: #F0FDF4;
  border: 1px solid #DBFCE7;
  padding: .9rem 1.2rem;
  border-radius: .725rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.er1 {
  color: #c10007;
  font-size: .875rem;
}

.er2 {
  color: #e7000b;
  font-size: .75rem;
}

.eg1 {
  color: #008236;
  font-size: .875rem;
}

.eg2 {
  color: #00a63e;
  font-size: .75rem;
}

.s3-secbm {
  display: flex;
  gap: 4%;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}

.s3-secbm>div {
  width: 48%;
}

.s3-secb>div:nth-child(2) h6 {
  font-size: 1.25rem;
  font-weight: 400;
}

.s3-secb>div:nth-child(1) {
  background: #e6edf0;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex: none;
}

.s3-secb {
  display: flex;
  gap: 14px;
  margin-bottom: 1rem;
}

.s3h {
  font-size: 2.25rem;
  font-weight: normal;
}

.s3p {
  font-size: 1.25rem;
}

.seconds3 {
  position: relative;
}

.seconds3 img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

.ls3 {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  left: -23px;
  bottom: -20px;
  width: 140px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ls3 h1 {
  font-size: 1.875rem;
  color: #21b6a8;
}

.ls3p1 {
  font-size: .875rem;
}

.ls3p2 {
  font-size: .75rem;
}

.ls34 {
  position: absolute;
  background: rgba(255, 255, 255, 0.91);
  border-radius: 10px;
  right: 12px;
  bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 1rem 1rem .7rem 1rem;
}

.ls34>div:nth-child(1) {
  background: #21b6a8;
  place-self: flex-start;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ls34>div:nth-child(2) p {
  font-size: .75rem;
}

.bs3-ul li {
  list-style-type: none;
  display: inline-flex;
}

.bs3-ul li svg {
  color: #fdc700;
  fill: #fdc700;
  width: 12px;
  height: 12px;
}

.sky-ul li {
  list-style-type: none;
  display: inline-flex;
}

.sky-ul li svg {
  color: #fdc700;
  fill: #fdc700;
}

.skyb {
  background-color: #f7fafc;
  border-radius: 1rem;
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem auto;
}

.skyb blockquote {
  font-style: italic;
  font-size: 24px;
}

.skyb p {
  font-weight: 500;
  font-size: 1.1rem;
}

.whitel li {
  list-style-type: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: .6rem 1rem;
  box-shadow: 0 2px 3px -4px;
}

.whitel {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}

.ed {
  display: flex;
  gap: 3%;
  margin: 2rem auto;
  flex-wrap: wrap;
}

.ed>div {
  width: 31.33%;
  border-radius: 1rem;
  box-shadow: 0 10px 18px -8px #999;
  padding: 2.2rem;
  transition: .8s;
  transform: scale(.99);
}

.ed>div h5 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.ed>div p {
  font-size: 1.12rem;
  margin-bottom: 0;
}

.ed>div:nth-child(1) {
  /* background: linear-gradient(#e8f0fe, #eaf1fa); */
  background: #eaf1fa;
}

.ed>div:nth-child(2) {
  background: #e5f0ee;
  /* background: linear-gradient(#e1f4eb, #e5f0ee); */
}

.ed>div:nth-child(3) {
  background: #eae8f6;
  /* background: linear-gradient(#eee8fb, #eae8f6); */
}

.ed>div:hover {
  transform: scale(1.05);
  box-shadow: 0 17px 61px -17px #999;
}

.ed>div:nth-child(1):hover {
  background: #e4edfd;
}

.ed>div:nth-child(2):hover {
  background: #e1f4eb;
}

.ed>div:nth-child(3):hover {
  background: #eae2fb;
}

.sv1 {
  background: linear-gradient(to right, #2070ff, #144cea);
  display: flex;
  width: 85px;
  height: 85px;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px -2px #999;
  margin-bottom: 1.8rem;
}

.sv2 {
  background: linear-gradient(to right, #00bf4b, #008c37);
  display: flex;
  width: 85px;
  height: 85px;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px -2px #999;
  margin-bottom: 1.8rem;
}

.sv3 {
  background: linear-gradient(to right, #aa40ff, #8500de);
  display: flex;
  width: 85px;
  height: 85px;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px -2px #999;
  margin-bottom: 1.8rem;
}

.grenbi {
  display: flex;
  gap: 1.5rem;
}

.ethic {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ethic li svg {
  color: #00a63e;
  width: 16px;
}

.ethic li {
  list-style-type: none;
  border: 1px solid #b9f8cf;
  border-radius: 15px;
  padding: .4rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, 0.6);
}

.grenb {
  background: linear-gradient(45deg, #f0fdf4, #fff, #f0fdf4);
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 20px 71px -34px #ccc;
  border: 2px solid #b9f8cf;
  margin: 5rem auto;

}

.usrg {
  background: linear-gradient(45deg, #00c652, #009a65);
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px -2px #ccc;
  flex: none;
}

.usrc h5 {
  color: #00a63e;
}

.usrc h3 {
  font-size: 2.25rem;
  font-weight: normal;
}

.usrc h5 {
  color: #016630;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gp {
  font-size: 1.125rem;
  line-height: 1.85rem;
}

.rresulth3 {
  display: flex;
  gap: 2.5%;
  flex-wrap: wrap;
}

.rresulth3>div {
  width: 31.5%;
  border-radius: 1rem;
  box-shadow: 0 2px 14px -4px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rspan {
  background: #3d7791;
  border: 1px solid #78a0b3;
  border-radius: 9px;
  font-size: 13px;
  width: max-content;
  padding: 1px 8px;
  margin-bottom: .7rem;
}

.rresulth3h>div:nth-child(1) h5 {
  font-weight: normal;
  margin-bottom: 5px;
}

.rresulth3h>div:nth-child(1) p {
  opacity: .9;
  font-size: 14px;
}

.rresulth3h {
  background: linear-gradient(to right, #0b4e6d, #0f6d98);
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  height: 133px;

}

.rresulth3f {
  background: #f7fafc;
  margin: 0 1.6rem 1.6rem 1.6rem;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  gap: .5rem;
  border: 1px solid #eee;
  font-size: .875rem;
}

.rresulth3h>div:nth-child(2) span {
  font-size: .875rem;
}

.rresulth3b {
  padding: 1.6rem;
}

.resb1 {
  list-style-type: none;
  display: inline-flex;
  gap: 3px;
}

.resb1g {
  list-style-type: none;
  display: inline-flex;
  gap: 3px;
}

.resb1 li {}

.resb1 li svg {
  color: #fdc700;
  fill: #fdc700;
  width: 15px;
}

.resb1g li svg {
  color: #fdc700;
  fill: #fdc700;
  width: 15px;
}

.resb1 li:nth-child(4) svg {
  fill: #fff085;
}

.resb1g li:nth-child(5) svg {
  fill: #fff085;
}

.resb1 li:nth-child(5) svg {
  color: #d1d5dc;
  fill: #fff;
}

.rresulth h1 {
  font-size: 2.25rem;
  font-weight: normal;
}

.rresulth p {
  font-size: 1.25rem;

}

.rresulth {
  padding-bottom: 3rem;
  max-width: 782px;
  margin: 1rem auto 0 auto;
}

.body21 {
  display: flex;
  gap: 5%;
}

.body21>div {
  width: 47.5%;
  border-radius: 1rem;
  padding: 1rem;
}

.body21>div:nth-child(1) {
  background: #fef2f2;
  border: 1px solid #ffe2e2;
}

.body21>div:nth-child(2) {
  background: #f0fdf4;
  border: 1px solid #dbfce7;
}

.body22 {
  display: flex;
  gap: 4%;
  padding: .7rem 0;
}

.body22>div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
}

.body22>div:nth-child(2) h5 {
  color: #21b6a8;
}

.body22>div p {
  font-size: 13px;
}

.body23 p {
  font-size: .875rem;
}

.body23 ul li {
  font-size: .875rem;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.body23 ul li span {
  display: block;
  width: 7px;
  height: 7px;
  background: #21b6a8;
  border-radius: 50%;
}

.modlh {
  background: linear-gradient(to right, #0b4e6d, #0f6c97);
  color: #fff;
}

.michat {
  background: #3c738d;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 12px;
  box-shadow: 0 2px 5px -2px #000 !important;
}

.btnc {
  background: #3f89aa;
  background-color: #3f89aa;
  background-image: none;
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  flex: none;
  line-height: normal;
}

.contactul {
  display: inline-flex;
  list-style-type: none;
  gap: 9px;
      flex-wrap: wrap;
}

.contactul li {
  background: #3d7f9d;
  border: 1px solid #78a4b8;
  font-size: 12px;
  border-radius: 25px;
  padding: .05rem .7rem;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
}

.contactul li svg {
  width: 15px;
}

.fm-field label svg {
  width: 15px;
  color: #0b4d6c;
}

.fm-field label {
  color: #78a4b8;
  display: flex;
  gap: 13px;
  font-size: 14px;
  align-items: center;
}

.fm-field input,
.fm-field select,
.fm-field textarea {
  background: #f3f3f5 !important;
  background-color: #f3f3f5 !important;
  padding: .275rem .75rem;
  border: none;
}

.mbc {
  padding: 2rem;
}

.btn-sbmitw {
  color: #0b4d6c !important;
  background: #fff !important;
  width: 100% !important;
  border: 1px solid #0b4d6c !important;
  border-radius: 8px !important;
  padding: .6rem 1rem;
}

.btn-sbmit {
  background: #0b4d6c !important;
  color: #fff !important;
  width: 100% !important;
  border: none !important;
  border-radius: 8px !important;
  padding: .6rem 1rem;
}

.alrtp {
  font-size: 13px;
}

.pkg3m {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
      justify-content: center;
}

.pkg3m>div {
  width: 30.66%;
  text-align: center;
  box-shadow: 0 2px 17px -6px #999;
  padding: 1.5rem;
  border-radius: 1.2rem;
  background: #fff;
}

.pgul {
  list-style-type: none;
}

.pgul li {
  padding: .5rem 0;
  display: flex;
  gap: 8px;
}

.pgul li svg {
  color: #21b6a8;
}

.pkg1 h1 {
  font-size: 1.5rem !important;
  font-weight: normal;
}

.pkg1 button {
  background: #0b4c6b;
  color: #fff;
  /* width: 100%; */
  border-radius: 8px;
  font-size: 1.125rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.pkg2 {
  position: relative;
  scale: 1.1;
  border: 2px solid #0b4c6b;
}

.protag {
  position: absolute;
  top: 0;
  background-color: #0b4d6c;
  color: #fff;
  padding: .4rem 1rem;
  border-radius: 8px;
  left: 50%;
  right: 50%;
  display: flex;
  width: max-content;
  transform: translate(-50%, -50%);
  gap: 10px;
  font-size: 12px;
  align-items: center;
  font-weight: 500;
}

.protag svg {}

.input21r {
  display: flex;
  gap: 5%;
  align-items: flex-start;
}

.input21r>div {
  width: 48.5%;
}

/* radio button */
.container-r {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-r input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-r {
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;

  border: 2px solid #ccc;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 50%;
}

.container-r:hover input~.checkmark-r {
  background-color: #ccc;
}

.container-r input:checked~.checkmark-r {
  background-color: #0b4d6c;
  border-color: #0b4d6c;
}




label {
  position: relative;
}

label input {
  position: absolute;
  opacity: 0;
}

label:focus-within {
  border-bottom: 5px solid #27B873;
}

/* input[type="radio"]:checked ~ * { 
      background:pink !important;
  } */
label:has(input[type=radio]:checked) {
  /* color: #f00; */
  border: 2px solid #0b4d6c;
  background: #f3f6f7;
}

.checkmark-r:after {
  content: "";
  /* position: absolute; */
  display: none;
}

.container-r input:checked~.checkmark-r:after {
  display: block;
}


.container-r .checkmark-r:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.select-pkg {
  max-width: 500px;
  margin: 2rem auto;
  box-shadow: 0 2px 8px #ccc;
  padding: 2rem;
  border-radius: 5px;
  background: #fff;
}

.container-r>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pkg-li {
  padding-left: 0;
}

.pkg-li li {
  list-style-type: none;
}

.container-r {
  background: #fff;
  border: 2px solid #ebebeb;
  border-radius: 15px;
  padding: 1rem;
  font-weight: 500;
  display: flex;
  gap: .5rem;
}

.container-r p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: normal;
}

.mbc h5 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 8px;

}

@media(max-width:575px) {
  .select-pkg {
    margin: 0 auto;
  }

  .mob-p0 {
    padding: 0;
  }

  .select-pkg {
    box-shadow: none;
    padding: 1rem;
  }

  .container-r {
    padding: .8rem;
  }

  .container-r>div>div:nth-child(1) {
    width: 100%;
    font-size: 15px;
  }

  .container-r>div>div:nth-child(2) {
    width: 100%;
    font-size: 15px;
    flex: none;
  }
}

.btn-green {
  background: #0b4d6c !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 3px 15px;
  line-height: normal;
  font-size: 11px;
}

.btn-green:hover {
  opacity: .7;
}

.btn-dis {
  background: #85a6b5;
}

.pkgradio {}

.pkgradio li {}

.pkgradio li h5 {}

.pkgradio li p {}

.pkg-blue {
  background: #f7fafc;
  padding: 2rem;
  text-align: center;
  border-radius: 1.5rem;
}

.pkg-blue h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.pkg-blue3 {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

.pkg-blue3>div {
  width: 32%;
}

.pkg-blue3>div h5 {
  font-size: 1.125rem;
  font-weight: normal;
}

.pkg-blue3>div p {
  font-size: .875rem;

}

.pkg-blue3>div:nth-child(1)>span {
  color: #155dfc;
  border: 1px solid #d3e6ff;
  border-radius: 8px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 500;
}

.pkg-blue3>div:nth-child(1)>div {
  background: #dbeafe;
  color: #155dfc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.pkg-blue3>div:nth-child(2)>div {

  background: #dbfce7;
  color: #00a63e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.pkg-blue3>div:nth-child(2)>span {
  color: #00a63e;
  border: 1px solid #dbfce7;
  border-radius: 8px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 500;
}

.pkg-blue3>div:nth-child(3)>div {
  background: #f3e8ff;
  color: #9810fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 1.5rem;

}

.pkg-blue3>div:nth-child(3)>span {
  color: #9810fa;
  border: 1px solid #f3e8ff;
  border-radius: 8px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 500;
}

.abov-f {
  background: linear-gradient(#0b4f6e, #0f6b96);
  color: #fff;
  padding: 5rem 0;

}

.abov-fh {
  max-width: 900px;
  margin: auto;
}

.abov-fh h1 {
  font-size: 3rem;
  font-weight: normal;
}

.abov-fh p {
  color: #e6e6e6;
  font-size: 1.5rem;
  margin: 1.2rem auto;
}

.abov-ful1 {
  list-style-type: none;
  display: inline-flex;
  color: #e6e6e6;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.abov-ful1 li {}

.abov-ful1 li svg {
  width: 18px;
}

.abov-ful2 {
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  color: #e6e6e6;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.abov-ful2 li a {
  color: #0b4d6c;
  background: #fff;
  padding: 1.4rem;
  border-radius: 1rem;
  font-size: 1.12rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 2px 66px -5px;
  transition: .6s;
  justify-content: center;
}

.abov-ful2 li a:hover {
  transform: scale(1.1);
}

.abov-ful2 li svg {
  width: 18px;
}

.abov-ful3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  background: #277598;
  border: 1px solid #5290ad;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem !important;
  max-width: 900px;
  margin: auto;
}

.abov-ful3>div {
  width: 32%;
}

.abov-ful3>div h1 {
  font-size: 1.875rem;
}

.abov-ful3>div p {
  font-size: 1em;
  color: #cddfe7;
  margin-bottom: 0 !important;
}

.abovl h5 {
  color: #ffffffe6;
}

.abovl p {
  color: #ffffffe6;
  font-size: 14px;
}

.faq {
  background: #f7fafc;
  padding: 5rem 0;
}

.faq-in {
  max-width: 900px;
  margin: auto;
}

.faq-inh h1 {
  font-size: 2.25rem;
  font-weight: normal;
}

.faq-inh p {
  font-size: 1.25rem;
}

.accordion-flush .accordion-item {
  margin-bottom: 1rem;
  border-radius: 1rem;
  padding: 1rem;
}

.accordion-item {
  border: 1px solid #eee !important;
}

.accordion-button {
  font-size: 18px;
  font-weight: 500;
}

.accordion-button:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #333;
  outline: 0 !important;
}

.accordion-flush .accordion-collapse .accordion-item {
  box-shadow: 0 4px 8px -5px #999;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #333;
  outline: 0 !important;
}

.below-accorp {
  max-width: 665px;
  margin: auto;
}

.below-accor h1 {
  font-size: 1.5rem;
  color: #0e1116;
  font-weight: normal;
}

.below-accor p {
  color: #2a2f38;
  margin: 1rem 0;
}

.below-accor>div {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.below-accor>div a {
  padding: .8rem 1.5rem;
  border-radius: 10px;
  text-align: center;
}

.below-accor>div .whastap {
  background: #0b4d6c;
  color: #fff;
}

.below-accor>div .whastap:hover {
  background: #0f6b96;
  color: #fff;
}

.below-accor>div a:nth-child(2) {
  border: 1px solid #0b4d6c;
  color: #0b4d6c;
}

.below-accor>div a:nth-child(2):hover {
  background: #0b4d6c;
  color: #fff;
}

.below-accor {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 26px -7px #ccc;
  margin: 3rem 0 2rem 0;
}

.below-accorp p:last-child {
  text-align: center;
  font-size: 13px;
  color: #5b6573;
  margin-bottom: 0;
}

.accordion-button::after {
  width: 0.8rem !important;
  height: .8rem !important;
  background-size: auto !important;
  filter: sepia(1);
}

.sec2f {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 3rem auto 2rem auto;
}

.sec2f>div {
  width: 49%;
  border: 1px solid #f6f3f4;
  width: 49%;
  border: 1px solid #f6f3f4;
  padding: 1.5rem;
  border-radius: 1rem;
}

.sec2f>div h1 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1.1rem;
}

.sec2f>div p {
  font-size: .875rem;
}

.sec2fbp {
  font-size: 13px;
  margin-bottom: 0;
}

.below-pkg ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  width: 100%;
  margin: 2rem 0;
  gap: 1.5rem;
  padding: 2rem 0 0 0;
}

.below-pkg ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.below-pkg ul li svg {
  color: #21b6a8;
  height: 19px;
  width: 19px;
}

.pkg {
  padding: 5rem 0;
}

.pkgh1r span {
  text-align: center;
  display: block;
  color: #e7000b;
  margin: .7rem;
  font-weight: 500;
}

.pkgh1r h1 {
  color: #c10007;
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff7ee;
  border: 1px solid #ffc9c9;
  width: fit-content;
  margin: auto;
  padding: .8rem .9rem;
  border-radius: 14px;
  box-shadow: 0 9px 20px -8px #ccc;
}

.pkgh1r h1 span {
  background: #fc787b;
  display: flex;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.pkgh2 h1 {
  font-size: 2.25rem;
  font-weight: normal;
  margin-top: 2rem;
}

.pkgh2 p {
  font-size: 1.25rem;
  color: #2a2f38;
}

.pkgh2 {
  padding-bottom: 4rem;
  max-width: 782px;
  margin: 1rem auto 0 auto;
}

.clients-s3 {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
}

.clients-s3>div {
  width: 32.66%;
  box-shadow: 0 2px 5px -2px #ccc;
  padding: 1.6rem;
  border-radius: 14px;
  border: 1px solid #eee;
}

.client-s h1 {
  font-size: 1.875rem;
  font-weight: normal;
  font-weight: normal;
  padding: 1rem 0 2rem 0;
}

.client-s {
  padding: 3rem 0;
}

.client-rting {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding-bottom: .9rem;
}

.client-rting>div:nth-child(1) svg {
  color: #0b4d6c;
  opacity: .2;
}

.client-rting>div:nth-child(2) ul {
  list-style-type: none;
  display: inline-flex;
  gap: 2px;
}

.client-rting>div:nth-child(2) ul li svg {
  color: #fdc700;
  fill: #fdc700;
}

.fsi {
  font-style: italic;
}

.cnam {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.cnam>div:nth-child(2) span {
  border: 1px solid #21b6a8;
  color: #21b6a8;
  padding: 2px 5px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
}

.cnam>div:nth-child(1) p:last-child {
  font-weight: 400;
  font-size: 15px;
  opacity: .8;
}

.all-class {
  background: #f7fafc;
  padding: 3rem;
  border-radius: 16px;
}

.all-class4s {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.all-class h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.all-class4s>div:nth-child(2) h1 {
  color: #21b6a8;
}

.all-class4s>div:nth-child(4) h1 {
  color: #21b6a8;
}

.all-class4s>div {
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.all-class4s>div h1 {
  font-size: 2.25rem;
}

.all-class4s>div p {
  color: #2a2f38;
}

.all-class4s>div p:last-child {
  color: #5b6573;
  font-size: 14px;
}

.s4 {
  background: linear-gradient(90deg, #fff, #f7fafc, #f7fafc);
  padding: 5rem 0;
}

 .ls1{
      background: #0b4d6c;
    color: #fff;
    position: absolute;
    top: 9px;
    right: 9px;
    border-radius: 10px;
    padding: .5rem .8rem;
    font-weight: 500;
 }
.rremove {
  background: linear-gradient(45deg, #cedce2, #daf0f0);
  width: max-content;
  padding: 1rem;
  border-radius: 17px;
  margin: auto;
  box-shadow: 0 12px 46px -12px #999;
}

.removeh2 h1 {
  font-size: 4.5rem;
  text-align: center;
  margin: 2rem !important;
  font-weight: normal;
  max-width: 1060px;
  margin: auto;
}

.removeh2 p {
  font-size: 1.5rem;
  text-align: center;
  max-width: 960px;
  margin: auto;
}

.s5 {
  padding: 5rem 0 0 0;
}

.expertiesh h1 {
  font-weight: normal;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.expertiesh>div {

  background: linear-gradient(55deg, #ebfefe, #e9eff1);
  width: max-content;
  padding: .7rem 1rem;
  border-radius: 17px;
  margin: 4rem auto 1rem auto;
  border: 1px solid #21b6a8;
  color: #21b6a8;
  gap: 12px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.servicesh h1 {
  font-size: 3.5rem;
  text-align: center;
  font-weight: normal;
  margin: 2rem auto;
}

.servicesh p {

  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.servicesh>div svg {
  color: #21b6a8;
}

.servicesh>div {
  background: linear-gradient(90deg, #daf0f0, #fff, #cedce2);
  width: max-content;
  padding: 1rem;
  border-radius: 17px;
  margin: 3rem auto 1rem auto;
  box-shadow: 0 12px 46px -12px #999;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  gap: 13px;
}

.services4 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.666%;
}

.services4>div h5 {
  font-size: 1.25rem;
      font-weight: normal;
}

.services4>div p {
  line-height: 26px;
}

.services4>div {
  width: 23%;
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 12px 21px -12px #999;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  text-align: center;
  transition: 1s;
}

.services {
  box-shadow: 0 8px 45px -24px #999;
  padding: 2rem 3rem 4rem 3rem;
  border-radius: 1.5rem;
    border: 2px solid #fff;
}

.srvic-blue h5 {

  font-size: 1.5rem;
}

.srvic-blue p {
  font-size: 1.125rem;
}
.srvic-blue{
background: linear-gradient(90deg, #0b4d6c, #15709a, #0b4d6c);
    max-width: 900px;
    margin: 4rem auto 0 auto;
    padding: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 1.5rem;
    box-shadow: 0 28px 50px -18px #999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px;

}
.srvic-blue>div:nth-child(3){
  animation: animName 2s linear infinite;
  color: #21b6a8;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.btn-lodr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.suces button {
  margin-left: auto;
  display: flex;
  padding: 0;
}

.checki {
  color: green;
  background: #adffc0;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  outline: 10px solid #dcffe4;
  margin: auto;
}

.suces-body {
  text-align: center;
  padding: 2rem;
      margin-top: 2rem;
}

/* animation block */
.animation {
  display: flex;
  gap: 3%;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}

.block {
  width: 22.75%;
  /* background-color: #333; */
  box-shadow: 0 10px 40px -10px #999;
  border: 3px solid transparent;
  border-radius: 12px;
  transition: transform 0.4s ease, border 0.4s ease, box-shadow 0.4s ease;
  padding: 2rem;
  transition: .8s;
      background: linear-gradient(123deg, #fff, #fff, #f9f9f9);
}

.block.active .num-day>div:nth-child(1){
  transform: rotate(2deg);
  scale: 1.1;
  background: #21b6a8;
  color: #fff;


  position: relative;
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    background-color: #0b4d6c;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    margin-left: -10px;
}


@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 79, 110, 0.1);
            
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(12, 79, 110, 0.1);
           
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 79, 110, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(12, 79, 110, 0.1);
  }
}


.block.active .i-con{
  transform: rotate(5deg);
  scale: 1.2;
}
.block.active .ani-text{
 padding-top: 1.5rem;
}
.block.active .itr{
  display: block;
}
.block.active .ilb{
  display: block;
}
.block.active {
  transform: scale(1.1);
  border: 2px solid #0b4c6b;
  box-shadow: 0 10px 40px -10px #999;
  background: transparent;
}
.icn-p{
  position: relative;
  width: 80px;
  margin: auto;
}
.itr{
display: none;
position: absolute;
    right: -19px;
    top: -21px;
    color: #21b6a8;
    animation: animName 2s linear infinite;
}
@keyframes animName {
  0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
  }
  .ilb{
    display: none;
     position: absolute;
        left: -19px;
    bottom: -14px; 
    color: #21b6a8;
    
  }
/* End animation block */
.srch-i {
  background: #2b7fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 5px 14px -5px #999;
  margin: auto auto 1rem auto;
  transition: .6s;
}

.doc-i {
  background: #00c951;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 5px 14px -5px #999;
  margin: auto auto 1rem auto;
  transition: .6s;
}

.send-i {
  background: #ff6900;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 5px 14px -5px #999;
  margin: auto auto 1rem auto;
}

.check-i {
  background: #ad46ff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 5px 14px -5px #999;
  margin: auto auto 1rem auto;
  transition: .6s;
}

.num-day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.num-day>div:nth-child(1) {
  background: linear-gradient(45deg, #f3f4f6, #e6e8ec);
  width: 65px;
  height: 65px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 11px;
  box-shadow: 0 6px 16px -7px #999;
  transition: .6s;
  font-size: 20px;
  font-weight: 500;
}

.num-day>div:nth-child(2) {
  background: #f1f2f5;
  align-self: flex-start;
  padding: 5px 14px;
  border-radius: 27px;
  font-size: 13px;
  transition: .6s;
}
.ani-text{
  text-align: center;
}
.ani-text h3{
font-size: 1.5rem;
line-height: 1.625;
font-weight: normal;
}
.ani-text h5{
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: normal;
  
}
.ani-text p{
  font-size: .875rem !important;
line-height: 1.625;
color: #5b6573;
}
.btn-excla{
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.ani h1{
  font-size: 3rem;

}
.ani p{
  font-size: 1.25rem;
}
.ani{
  padding-bottom: 3.5rem;
}
.getb{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    box-shadow: 0 2px 5px -2px #999;
    margin: auto;
    margin-bottom: 1.5rem !important;
}
.geti1{
background: linear-gradient(65deg, #2171ff, #1449e8);    
}
.geti2{
background: linear-gradient(65deg, #00c34e, #008436);    
}
.geti3{
background: linear-gradient(65deg, #ff6200, #d73b00);    
}
.geti4{
background: linear-gradient(65deg, #a73cff, #8500df);    
}
.dotshow{
  position: relative;
  transition: .6s;
}
.dotss
{
  display: none;

}
.services4>div:hover .dotss{
  display: block;
}
.services4>div:hover .getb{
  rotate: 5deg;
transform: scale(1.3);
transition: 1s;
box-shadow: 0 10px 55px -10px #999;
}
.services4>div:hover {
transform: scale(1.09);
}
/* .suces2{
      background: #fff;
    position: fixed;
    top: 21px;
    right: 14px;
    padding: 2rem;
    max-width: 359px;
    z-index: 9;
    box-shadow: 0 2px 10px -2px;
    border-radius: 1rem;
} */
 div#middleSuccessMessage{
  width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
 }
div#middleSuccessMessage>div {
    max-width: 500px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.5rem;
}
button#middleSuccessCloseBtn {
    position: absolute;
    right: 6px;
    top: 7px;
}
.ccode{
  display: flex;
  flex-wrap: wrap;
  gap:3%
}
.ccode>div:nth-child(1){
  width: 25%;
}
.ccode>div:nth-child(2){
  width: 72%;
}
