* {
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  font-family: "Rubik", sans-serif;
}
/*------------------- header1 1st wala navbar ---------------*/
.header1 {
  background-color: #07294d;
  color: #ffff;
}
.para {
  font-family: "Rubik", sans-serif;
}
.icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.icon ul {
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.icon ul li {
  margin-right: 15px;
}

@media (max-width: 578px) {
  .icon {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header1 .para p {
    font-size: 13px;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  .header1 .para p {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .header1 .icon ul {
    margin: 10px 0px !important;
  }
}
@media (max-width: 767px) {
  .header1 .container {
    max-width: 100%;
  }
}

/*------------------- header2 2nd wala navbar ---------------*/
.header2 {
  background-color: #ffff;
  color: #212529;
  padding: 25px 0px;
}
.logo {
  width: 100%;
}
.logo img {
  width: 100%;
  text-align: left;
  margin: 0;
}
@media (max-width: 766px) {
  .header2 .navicon {
    display: none;
  }
}
@media (max-width: 766px) {
  .header2 .logo img {
    max-width: 220px;
    display: block;
    margin: 0px auto;
  }
}
.headertop {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.navicon h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #131d3b;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
.icon1 {
  padding-right: 35px;
  display: flex;
  align-items: center;
}
.navicon h5 {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 23px;
  margin: 0px;
}
.phone1,
.email1,
.address1 {
  float: left;
  width: 45px;
  height: 45px;
  background-color: #f4f6f9;
  text-align: center;
  border: 1px solid #eaecf2;
  line-height: 45px;
  color: #07294d;
  font-size: 18px;
}
.phone2,
.email2,
.address2 {
  float: left;
  padding-left: 14px;
}
.icon1:last-child {
  padding-right: 0px;
}

/*------------------- header3 3rd wala navbar ---------------*/
.container3 {
  width: 100%;
  background-color: #f3f6f9;
}
.navbar-nav .nav-link {
  color: #07294d !important;
  /* Black text for nav items */
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  color: #07294d;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav-item {
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 1200px) {
  .nav-item {
    margin-right: 5px;
  }
}
.navbar-nav .nav-link.active {
  color: #f0a500 !important;
}

.navigation ul {
  list-style: none;
  padding: 18px 0px;
  margin: 0px;
}

.navigation li {
  display: inline-block;
  color: #07294d;
  font-weight: 600;
  margin: 0 10px;
}

.navigation li:hover {
  color: #ffc600;
}

.topbar-1 {
  position: relative;
}
@media (max-width: 576px) {
  .topbar-1 {
   padding: 6px 6px !important;
  }
}
.nav-item .dropdown-toggle::after{
  display: none;
}
.nav-item i{
  margin-left: 2px;
}
.loginbtn {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #07294d;
  background-color: #ffc600;
  padding: 17px 30px;
  display: inline-block;
  border: 0px;
  position: absolute;
  right: 20px;
  /* top: -15px; */
  cursor: pointer;
  text-transform: uppercase;
}

.arrow {
  width: 15px;
  margin-left: 2px;
}

/*---------------------------------navbar media queries ------------------------------------*/

/* Styles for screens up to 991px */
@media (max-width: 991px) {
  .loginbtn {
    margin: 10px auto;
    text-align: center;
    position: absolute;
    top: -90px;
  }
}

@media (max-width: 776px) {
  nav.bg-light {
    background-color: rgb(244 246 249) !important;
  }
  .navbar-nav .nav-link {
    border-bottom: 1px solid #eee;
  }
}

/* Styles for screens up to 992px */
@media (max-width: 992px) {
  .headertop {
    display: none;
    position: relative;
  }
}

/* Styles for screens up to 767px */
@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
  }
  .navbar {
    padding: 0px !important;
  }
  .bannercontent {
    height: auto;
    display: block;
    padding: 40px 0;
  }
  .bannerimage {
    max-width: 280px;
    height: auto;
    display: block;
  }
  .why-choose-us h2 {
    font-size: 30px;
  }
  .togbtn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none !important;
  }
  .loginbtn {
    position: static;
    margin:0px;
  }
  .navcoll {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgb(244, 246, 249);
    z-index: 9;
    padding: 0 22px;
    overflow-y: auto;
  }
  /* Styles for screens up to 575px */
  @media (max-width: 575px) {
    .icons {
      display: none;
    }
  }
  /* Styles for screens up to 479px */
  @media (max-width: 479px) {
    .head img {
      max-width: 280px !important;
      display: block;
      margin: 0 auto;
    }
    .bannercontent h1 {
      font-size: 30px !important;
    }
  }

  /* Styles for screens up to 471px */
  @media (max-width: 768px) {
    .expert-div {
      margin: auto;
      height: 80%;
      width: 70%;
      position: relative;
      cursor: pointer;
    }
  }

  /* Styles for screens between 768px and 991px */
  @media (min-width: 768px) and (max-width: 991px) {
    .why-choose-us h2 {
      font-size: 26px;
    }
  }

  /* Additional styles for screens between 768px and 992px */
  @media (min-width: 768px) and (max-width: 992px) {
    .loginbtn {
      display: block;
      position: absolute;
      top: -78px;
      right: 20px;
    }
    .galicon {
      position: absolute;
      top: -35px;
      /* transform: translateY(-50%); */
      left: 0px;
      right: 0px;
      text-align: center;
      opacity: 0;
      transition: all 0.5s;
    }
    .content {
      height: 52px;
      width: 48px;
      background-color: #ffc600;
      margin: 0px auto 8px;
      color: #000;
      line-height: 53px;
      text-align: center;
      border-radius: 100%;
      font-size: 24px;
    }
  }

  @media (min-width: 768px) and (max-width: 1100px) {
    .overlay {
      margin: 0px;
      position: absolute;
      top: 0px;
      transform: translateY(-50%);
      left: 0px;
      right: 0px;
      opacity: 0;
      transition: all 0.5s;
      line-height: 1.3;
    }
    .overlay ul li {
      color: white;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      list-style: none;
      margin-right: 5px;
    }
    .overlay i {
      width: 30px;
      height: 30px;
      font-size: 13px;
      line-height: 20px;
      display: flex;
      justify-content: center;
      padding: 5px;
    }
  }
  /* Styles for screens between 576px and 767px */
  @media (min-width: 576px) and (max-width: 767px) {
    .togbtn {
      cursor: pointer;
      border: none !important;
      position: absolute;
      top: -46px;
      right: 10px;
      padding: 0;
    }

    .loginbtn {
      display: block;
      position: absolute;
      top: -72px;
      right: 55px !important;
    }
  }
}
/* Styles for screens between 480px and 766px */
@media (min-width: 480px) and (max-width: 766px) {
  .head img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
}
/* Column customizations for screens between 600px and 767px */
@media (min-width: 600px) and (max-width: 767px) {
  .col-custom {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
/* Column customizations for screens up to 599px */
@media (max-width: 599px) {
  .col-custom {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*------------------ 1st section of the webpage  -----------------------*/
.container4 {
  background-color: #07294d;
  position: relative;
}
.container4::before {
  content: "";
  background-image: url(img/ovarlay-slide.jpg);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.4;
  /* background-position: center bottom; */
  background-attachment: fixed;
}
.imgbox img {
  width: 100%;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .sidebox2 > img {
    max-width: 280px;
  }
}
.bannertitle {
  padding-bottom: 60px;
  position: relative;
  display: table;
  width: 100%;
  align-items: center;
  height: 730px;
}
.sidebox1 {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  color: #ffffff;
  padding-bottom: 60px;
}
.sidebox1 h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 40px;
}
.sidebox1 p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}
.sidebox1 button {
  color: #07294d !important;
  background-color: #ffc600;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  cursor: pointer;
}

.sidebox2 {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  color: #ffffff;
  padding-bottom: 60px;
}

.footerimg img {
  bottom: -2px;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .container4 .bannertitle {
    display: block;
    height: auto;
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .bannertitle .sidebox1 {
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .sidebox1 h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .row1 h1,
  .rtwo1 h1 {
    font-size: 26px !important;
  }
}

/*------------------- 2nd section of the webpage  ---------------------*/
.container5 {
  font-family: "Rubik", sans-serif;
  padding: 60px 0px;
}
.row1,
.rtwo1,
.ro3k1 {
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.row1 h1,
.rtwo1 h1,
.ro3k1 h1 {
  color: #000000;
  margin-bottom: 8px;
  font-size: 40px;
}
.row1 p,
.rtwo1 p,
.ro3k1 p {
  font-size: 16px;
  color: #444;
  margin: 0px auto;
}
.box {
  width: 100%;
  padding: 30px;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 15px #eee;
  background-color: #fff;
  text-align: center;
}
.pic1,
.pic2,
.pic3,
.pic4,
.pic5,
.pic6 {
  display: inline-block;
  border-radius: 100%;
  padding: 20px;
  height: 100px;
  width: 100px;
  text-align: center;
  font-size: 40px;
  line-height: 65px;
  margin-bottom: 25px;
}

.pic1 {
  background-color: rgba(7, 41, 77, 0.13);
  color: #07294d;
}

.pic2 {
  color: #4382ff;
  background-color: rgba(67, 130, 255, 0.13);
}

.pic3 {
  color: #f89035;
  background-color: rgba(248, 144, 53, 0.13);
}

.pic4 {
  color: #b3d369;
  background-color: rgba(179, 211, 105, 0.13);
}

.pic5 {
  color: #554da7;
  background-color: rgba(85, 77, 167, 0.13);
}

.pic6 {
  color: #f94fa4;
  background-color: rgba(249, 79, 164, 0.13);
}

.row2 h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #000000;
}

.row2 p {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  color: #000000;
}
@keyframes fin {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%); 
  }
}

.fadeInUp {
  opacity: 0;
  animation: fin 0.8s ease-out forwards;
}

.fadeInUp:nth-child(1) {
  animation-delay: 0.2s;
}
.fadeInUp:nth-child(2) {
  animation-delay: 0.4s;
}
.fadeInUp:nth-child(3) {
  animation-delay: 0.6s;
}
.fadeInUp:nth-child(4) {
  animation-delay: 0.8s;
}
.fadeInUp:nth-child(5) {
  animation-delay: 1s;
}
.fadeInUp:nth-child(6) {
  animation-delay: 1.2s;
}

/* .animated {
  animation-duration: 0.8s; /* Make animation slower 
} */
/*------------------- 3rd section of the webpage  ---------------------*/

.container6 {
  padding: 60px 0px;
  background-image: url(img/background.jpg);
}
.rtwo2,
.rtwo3,
.rtwo4,
.rtwo5,
.rtwo6,
.rtwo7 {
  width: 100%;
  margin-top: 30px;
  box-shadow: 0px 0px 15px #eee;
  background-color: #fff;
}

.course img {
  width: 100%;
}

.ro2footer {
  padding: 15px;
  width: 100%;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.teacher img {
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
}

.teacher {
  display: flex;
  align-items: center;
}

.ro2 {
  padding: 0px 15px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.ro2footer button {
  width: 80px;
  height: 40px;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.25rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border: 1px solid transparent;
}

hr {
  border: 0.2px solid #00000012;
}

.footer1 {
  padding: 15px;
}

.footer1 p {
  line-height: 1.5;
  font-size: 15px;
  color: #666;
  font-weight: 400;
}

.footer1 h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
}
.starrow {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tags {
  color: #292b2c;
  font-weight: 400;
}
.tags i {
  /* padding: 0px 15px; */
  margin-right: 8px;
}

.stars {
  color: #ffc600;
  font-size: 18px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .container6 .container {
    max-width: 100%;
  }
}

/*------------------ 4th section of the webpage ----------------------*/

.container7 {
  width: 100%;
  background-color: #ffffff;
  color: #07294d;
  padding: 60px 0px;
}
.ro3k1 {
  font-size: 16px;
  color: #444;
  margin: 0px auto;
  padding: 0px 15px;
}
.ro3 {
  margin-top: 30px;
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}
.row3img {
  width: 100%;
}
.row3img img {
  width: 100%;
}
.tag2 {
  border-top: 1px solid #eee;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
.day h5 {
  font-size: 1.5rem;
  font-weight: 500;
}
.day {
  width: 75px;
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
  padding: 12px 15px;
  background-color: #ffc600;
  color: #000;
}
.rosection2 h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.rosection2 p {
  line-height: 1.5;
  font-size: 15px;
  color: #666;
}
.human,
.city {
  padding: 15px 0px;
  width: 100%;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #07294d;
}
.human i,
.city i {
  margin-right: 4px;
}
.human a,
.city a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #07294d;
}
.human {
  border-right: 1px solid #eee;
}
.rowpara {
  padding: 15px;
}
/*------------------ 5th section of the webpage ----------------------*/

.container8 {
  font-family: "Rubik", sans-serif;
  width: 100%;
  padding: 30px 0px 60px 0px;
  background-image: url(img/review-bg.png);
  color: #ffffff;
  /* background-color: green; */
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.human1 {
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  margin-top: 30px;
}

.iconpi {
  margin-bottom: 15px;
}

/*............... six section of the page.................. */
.container9 {
  width: 100%;
  padding: 60px 0px;
  margin: auto;
}
.tools {
  margin-top: 30px;
}
.tools ul {
  width: 100%;
  margin: auto;
  display: inline-block;
  text-align: center;
}
.tools ul li.active{
  background-color: #ffc600 !important;
}

.tools ul li {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  list-style: none;
  margin: 0px 8px 10px 0px;
  padding: 8px 25px;
  background-color: #eee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.singlebox {
  width: 100%;
  height: 100%;
}
.singlebox img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.photo-item .singlebox {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 15px;
}

.singlebox::before {
  content: "";
  background-color: #07294d;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.galimg{
  margin-top: 30px;
  padding: 0px 15px;
}
.galicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); /* Start position upar */
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.content {
  height: 60px;
  width: 60px;
  background-color: #ffc600;
  color: #000;
  line-height: 63px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.singlebox:hover::before {
  opacity: 0.9;
}
.singlebox:hover .galicon {
  opacity: 1;
  /* transform: translateY(0%); Neeche move kare */
}
.singlebox:hover .content {
  transform: translateY(0%);
}
.ro3k1 p {
  font-family: "Poppins", sans-serif;
}

/* ...............seven section of the page.............  */
.containerX {
  padding: 60px 0px;
  width: 100%;
  background-image: url(img/background.jpg);

}
.why-choose-us {
  width: 100%;
  text-align: center;
  margin: auto;
  /* padding-bottom: 30px; */
}

.why-choose-us h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  margin-bottom: 8px;
  font-family: 'Rubik', sans-serif;
}

.why-choose-us p {
  font-size: 17px;
  text-align: center;
  color: #444;
  max-width: 767px;
  margin: 0px auto;
}
.owl-nav{
  display: none;
}
.owl-dots .owl-dot.active {
  width: 25px;
  background: #ffc600 none repeat scroll 0 0 !important;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #07294d none repeat scroll 0 0 !important;
  display: inline-block;
  margin: 0 4px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 0;
/*   border:0px; */
}
.owl-dots {
  margin-top: 15px;
  text-align: center;
  display: block;
}
.owl-dots span{
  display: none !important;
}
.team_1 {
  width: 100%;
  margin: 20px 0;
  display: inline-block;

}
.parent-expert {
  /* width: 27%; */
  /* margin-left: 10px; */
  display: inline-block;

}

.expert {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
  padding: 6px 6px 0px 6px;
  background-color: white;

}

.facebook1 {
  color: #ffff;
  background-color: #3b5998;
}

.twitter1 {
  color: #ffff;
  background-color: #00acee;
}

.linkedin1 {
  color: #ffff;
  background-color: #1c8fc7;
}

.youtube1 {
  color: #ffff;
  background-color: #FF0000;
}

.picture {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overlay ul {
  padding: 0px;
  text-align: center;
}

.overlay i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  /* line-height: 3; */
  display: flex;
  justify-content: center;
  padding: 12px 0px;
}

.overlay ul li {
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  list-style: none;
  margin-right: 5px;
}

.expert-div {
  height: 80%;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.expert-div::before {

  content: "";
  background-color: #07294d;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 0.5s;
}

.overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  position: absolute;
  top: -28px;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 0.5s;

}

.expert-div:hover .expert-div::before {
  width: 100%;
}

.expert-div:hover::before {
  opacity: 0.9;
}

.expert-div:hover .overlay {
  opacity: 1;
  transform: translateY(260%);
}

.expert-div img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.expertdetail {
  padding: 10px;
}

.expertdetail h3 {
  font-family: 'Rubik', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #07294d !important;
}

.expertdetail p {
  font-size: 15px;
  text-align: center;
  margin: 0px;
  font-weight: 400;
  color: #444;
}

@media (max-width: 600px) {
  .expert-div {
      margin: auto;
      height: 80%;
      width: 70%;
      position: relative;
      cursor: pointer;
  }
}

/* ...............eight section of the page.............  */
.container11 {
  padding: 60px 0px;
  margin: auto;
}
.basic {
  text-align: center;
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 0px 15px #eee;
  border-radius: 7px;
}
.basic th {
  border-bottom: 1px solid #00000011;
  padding: 20px;
}
.basic td {
  border-bottom: 1px solid #00000010;
  padding: 12px 15px;
}
.basic tr:nth-child(8) td {
  border-bottom: none;
  padding: 15px;
}
.basic button {
  width: 50%;
  color: white;
  border: none;
  background-color: #4382ff;
  padding: 15px;
}
.basic1 tr:nth-child(1) th {
  background-color: #4382ff;
  color: white;
  border-radius: 7px 7px 0px 0px;
  font-size: 1.8rem;
  font-weight: 500;
}
.basic1 tr:nth-child(2) th {
  background-color: #eee;
  color: #4382ff;
  font-size: 28px;
  padding: 30px 60px;
}
.standard button {
  width: 50%;
  color: white;
  border: none;
  background-color: #554da7;
  padding: 15px;
}
.standard tr:nth-child(1) th {
  background-color: #554da7;
  color: white;
  border-radius: 7px 7px 0px 0px;
  font-size: 1.8rem;
  font-weight: 500;
}
.standard tr:nth-child(2) th {
  background-color: #eee;
  color: #554da7;
  font-size: 28px;
  padding: 30px 60px;
}
.premium button {
  width: 50%;
  color: white;
  border: none;
  background-color: #f94fa4;
  padding: 15px;
}
.premium tr:nth-child(1) th {
  background-color: #f94fa4;
  color: white;
  border-radius: 7px 7px 0px 0px;
  font-size: 1.8rem;
  font-weight: 500;
}
.premium tr:nth-child(2) th {
  background-color: #eee;
  color: #f94fa4;
  font-size: 28px;
  padding: 30px 60px;
}
.basic1,
.premium {
  margin-top: 60px;
}
.standard {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ro3k1 h1 {
    font-size: 26px;
  }
}
/* .................nine section of the page....................... */
.container12 {
  width: 100%;
  padding: 60px 0px;
  margin: auto;
  color: #07294d;
  /* background-color: #0059ff; */
  background-image: url(img/background.jpg);
}
.section9 .human h5,
.city h5 {
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}

.ro3k2 {
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 15px #eee;
}
.day {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px 8px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.row3img img {
  border-radius: 15px 15px 0px 0px;
}
.section9 .day {
  top: 20px;
  left: 20px;
}
/* ..............ten section of the page................. */
.container13 {
  width: 100%;
  padding: 60px 0px 30px 0px;
  margin: auto;
  /* background-color: #0059ff; */
}
/* .logoimg {
  padding: 60px 0px 20px 0px;
  text-align: center;
} */
/* .second-carousel img {
  width: 70% !important;
  margin-right: 20px;
} */
.second-carousel .item {
  display: flex;
  justify-content: center; /* Center images horizontally */
  align-items: center; /* Center images vertically */
  width: 100%;
}

.second-carousel .item img {
  width: 70% !important; /* Image width remains 80% */
  height: auto;
  margin-right: 20px;
  object-fit: contain; /* Ensures images scale properly */
}

.container13 .owl-dot{
  display: none;
}
/* .second-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
} */



/*--------------------- last section of webpage  -----------------------*/
.container14 {
  background-color: #07294d;
  position: relative;
  padding: 130px 0px 60px 0px;
}
.container14::before {
  content: "";
  background-image: url(img/ovarlay-slide.jpg);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.4;
  background-position: center bottom;
  background-attachment: fixed;
}
.titleimg img {
  position: absolute;
  width: 100%;
  top: -4px;
}
.theme::before {
  content: "";
  background-color: #f7b721;
  height: 3px;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.abts ul li {
  list-style: none;
  padding-bottom: 12px;
  color: #fff;
}
.abts {
  width: 100%;
  position: relative;
  padding: 0px 15px;
}
.links ul {
  width: 50%;
  float: left;
}
/* .links2 {
  padding: 0px 15px;
} */
.abts h3 {
  position: relative;
  color: #f7b721;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.contact-icon ul li:nth-child(1) {
  display: flex;
}
.contact-icon ul li div {
  line-height: 24px;
  margin-top: -3px;
}
.abts ul li i {
  color: #f7b721;
  padding-right: 15px;
}
.app img {
  width: 110px;
}
.download .app ul {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact,
.download {
  width: 100%;
}
.feature {
  width: 100%;
}
.support {
  width: 100%;
}

/*........... meadia button............... */
.mediabtn {
  width: 100%;
  /* height: 71px; */
  color: white;
}
.social-media i {
  width: 54px;
  height: 54px;
  font-size: 20px;
  padding: 17px 10px;
  text-align: center;
  color: white;
}
.social-media {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 0px 15px;
  width: 100%;
  /* display: inline-block; */
  position: relative;
}
.facebook i {
  z-index: 1;
  position: absolute;
  background-color: #3b5998;
}
.facebook p {
  padding: 15px 15px 15px 70px;
  /* position: absolute; */
  height: 54px;
  width: 100%;
  background-color: #4b6fba;
}
.twitter i {
  z-index: 1;
  position: absolute;
  background-color: #00acee;
}
.twitter p {
  padding: 15px 15px 15px 70px;
  /* position: absolute; */
  height: 54px;
  width: 100%;
  background-color: #0087ba;
}
.linkedin i {
  z-index: 1;
  position: absolute;
  background-color: #0e76a8;
}
.linkedin p {
  padding: 15px 15px 15px 70px;
  /* position: absolute; */
  height: 54px;
  width: 100%;
  background-color: #1c8fc7;
}
.youtube i {
  z-index: 1;
  position: absolute;
  background-color: #ff0000;
}
.youtube p {
  padding: 15px 15px 15px 70px;
  /* position: absolute; */
  height: 54px;
  width: 100%;
  background-color: #ba0d0d;
}
.button {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

@media (max-width: 778px) and (min-width: 342px) {
  .download .app ul {
    width: 75% !important;
  }
}

/* ..............footer of the page..................  */
.footer {
  width: 100%;
  padding: 15px 0px;
  background-color: #091f3d;
  color: #ffff;
}
.footsection {
  padding: 0px 15px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.footsection p {
  padding: 0px 15px;
  margin: auto;
  font-size: 16px;
}
.footsection p span {
  color: #f7b721;
}
