.top-bar-section {
  background-color: #000;
}

.phone_payment {
  justify-content: space-between;
}

.top-bar-section ul {
  margin: 0;
}

.top-bar-section .container li {
  font-size: 13px;
  margin: 5px;
}

.top-bar-section .container li i {
  color: #fff;
}

.top-bar-section .container li span a {
  color: #fff;
}

.mobilenavbar {
  display: none;
}

/* Toggle button */

.toggle-btn {
  display: none;
  cursor: pointer;
}

.toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #00b1e7;
}

.sticky-header {
  position: sticky;
  top: -1px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.header {
  background: #fff;
}

.dropdown-menu li a {
  font-size: 14px;
  color: #d7d6d6;
}

.navbar .nav li a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 20px;
}

.navbar .nav li a:hover {
  color: #00b1e7;
}

.navbar .nav .active {
  color: #00b1e7;
}

.social-icons a i {
  color: #000;
}

.header a img {
  width: 100px;
  padding: 10px 0px;
}

.banner1 img {
  width: 100%;
  height: 80vh;
}

.about-section {
  padding: 30px 0px;
}

.about-section .containt-wraper .right-spase {
  padding-right: 25px;
}

.about-section .containt-wraper .about-title h1 {
  font-size: 40px;
}

.about-section .containt-wraper .image img {
  width: 100%;
  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);
  border-radius: 20px;
}

.about-section .containt-wraper .image p {
  text-align: justify;
  margin-top: 10px;
}

.about-box p {
  text-align: justify;
}

.about-section .containt-wraper .left-spase {
  padding-left: 25px;
  position: relative;
}

.about-section .containt-wraper .signetire .image img {
  width: 40%;
}

.about-section .containt-wraper .left-spase .shape-image3 {
  position: absolute;
  right: 10px;
  bottom: -58px;
}

.about-section .containt-wraper .list {
  position: relative;
  top: 20px;
}

.about-section .containt-wraper .about-title p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}

.about-section .containt-wraper .list .icon {
  margin-right: 10px;
  margin-top: 10px;
}

.about-section .containt-wraper .list .icon i {
  color: #39cabb;
  font-size: 20px;
  /* margin-bottom: 15px; */
}

.about-section .containt-wraper .signetire h5 {
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.list p {
  color: #000;
  font-size: 16px;
}

.about-title p {
  color: #000;
  font-size: 16px;
}

.about-section .containt-wraper .signetire h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-secction {
  padding: 30px 0px;
}

.feature-secction .feature-title h1 {
  font-size: 44px;

  text-align: center;
}

.feature-secction .item-4 img {
  width: 100%;
  /* height: 296px; */
  background-color: #fff;
  border-radius: 30px;
}

.feature-secction .single-feature .feature-content p {
  font-size: 16px;

  margin-bottom: 8px;

  font-weight: 500;
}

.feature-secction .single-feature .feature-content h2 {
  font-size: 20px;

  /* margin-bottom: 30px; */

  font-weight: 600;
}

.feature-button a {
  padding: 16px 20px;

  background: #39cabb;

  border-radius: 50px;

  color: #fff;

  transition: 0.5s;
}

.feature-button a span {
  display: none;

  transition: 0.5s;
}

.feature-button a i {
  transition: 0.5s;
}

.feature-button a:hover span {
  display: inherit;

  color: #fff;
}

.feature-button a:hover i {
  margin-left: 10px;
}

.feature-button a:hover {
  padding: 16px 30px;

  border-radius: 30px;
}

.feature-secction .single-feature.item-4 {
  background-color: #3c86a1;

  text-align: center;
}

.feature-secction .single-feature.item-4 h3 {
  color: #fff;

  font-size: 22px;

  margin: 17px 0px 10px 0px;
}

.feature-secction .single-feature.item-4 p {
  color: #000;

  font-size: 16px;

  margin-bottom: 3px;

  margin-top: 10px;
}

.feature-secction .single-feature.item-4 h4 {
  color: #fff;

  font-size: 20px;
}

.feature-secction .single-feature.item-4 .bar {
  height: 1px;

  width: 100%;

  background: #0077e7;
}

.feature-secction .single-feature.item-4 h2 {
  color: #fff;

  font-size: 20px;

  margin-bottom: 20px;
}

.feature-secction .single-feature .button a {
  font-size: 13px;
  color: #fff;
  background-color: #00b1e7;
  padding: 10px 10px;
  border-radius: 25px;
  margin-top: 10px;
  transition: 0.5s;
  animation: blink 2s linear infinite;
  margin-top: 20px;
}

.feature-secction .single-feature .button a i {
  padding-left: 10px;
}

.feature-secction .single-feature .button a:hover {
  background: transparent;

  border: 1px solid #fff;
}

.footer-section {
  background-color: #000;
  padding-top: 20px;
}

.footer-section p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.7;
  text-align: justify;
}

.footer-section .button a {
  font-size: 13px;
  color: #fff;
  background-color: #1d343b;
  padding: 15px 15px;
  border-radius: 4px;
  margin: 15px;
  border: 1px solid #1d343b;
}

.footer-section .button a:hover {
  background-color: transparent;
  border: 1px solid #39cabb;
}

.footer-section h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-section ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
}

.footer-section ul li {
  padding-bottom: 20px;
}

.footer-section ul li a:hover {
  color: #0093fa;
  transition: 0.5s;
}

.footer-section ul li a i {
  margin-right: 10px;
}

.footer-section .footer-news {
  margin-bottom: 30px;
}

.footer-section .footer-news .image img {
  width: 100%;
  border-radius: 5px;
}

.footer-section .footer-news .image-content p {
  margin: 0px 0px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.footer-section .footer-news .image-content p a {
  color: #fff;
}

.footer-section .footer-news .image-content p a:hover {
  color: #0093fa;
}

.footer-section .footer-news .image-content span {
  margin: 0px 0px 0px 10px;
  font-weight: 500;
}

.footer-section .footer-icon p {
  margin: 0px 0px 0px 10px;
  font-size: 14px;
}

.footer-section .footer-icon p a {
  color: #fff;
  font-size: 14px;
}

.footer-section .bar1 {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0px;
}

.footer-section .bar2 {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0px;
}

.footer-section .footer-bar {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
}

.footer-section .cuppyright-section p {
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 0;
  font-size: 14px;
}

.footer-section .cuppyright-section p span a {
  color: #96c63e;
  font-size: 16px;
}

.footer-section .cuppyright-section p span a:hover {
  color: #f35648;
}

.footer-section .icon a {
  height: 40px;
  width: 40px;
  border-radius: 24px;
  background-color: #0d82a6;
  color: #fff;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  padding: 8px;
  margin-left: 10px;
  transition: 0.5s;
  margin-top: 10px;
}

.footer-section .icon a:hover {
  background-color: #f35648;
}

.footer-section .image a img {
  width: 140px;
}

.section {
  background-color: #f2f4f4;
  margin-top: 50px;
}

.customerreview .heading {
  margin-top: 20px;
}

.customerreview .heading h2 {
  padding: 20px;
}

.customerreview .review_slider .box {
  text-align: center;
  padding-right: 50px;
  background-color: #eee;
  padding: 30px;
}

.customerreview .review_slider .box h4 {
  padding-bottom: 5px;
}

.customerreview .review_slider .box h5 {
  padding-bottom: 5px;

  font-size: 15px;
}

.customerreview .review_slider .box h6 {
  padding-bottom: 5px;

  font-size: 13px;

  color: #ff5722;
}

.customerreview .review_slider .box figure {
  padding: 15px 0;
}

.customerreview .review_slider .box figure img {
  width: 100px;

  margin: 0 auto;

  height: 100px;

  border-radius: 50%;
}

.customerreview .box p {
  font-size: 16px;
  color: #000;
}

.side-panels {
  position: fixed;
  top: 90%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 100px;
  z-index: 9999999;
  left: 25px;
}

.side-panels .whatsapp-logo {
  display: block;
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto 10px;
}

.side-panels.contact-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.side-icon {
  position: fixed;
  top: 92%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 100px;
  z-index: 99999;
  right: 20px;
  display: none;
}

.side-icon.whatsapp-logo {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.side-icon.contact-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.call-web-desktop {
  position: fixed;
  z-index: 2;
  bottom: 15%;
  left: 35px;
  z-index: 9999999;
}

.call-web-desktop .call-desktop {
  font-size: 38px;
  background-color: #000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 2px 11px;
  line-height: 52px;
}

.call-web-desktop .call-desktop a i {
  color: #fff;
  /* padding: 5px; */
  text-align: center;
  font-size: 30px;
}

#what-we-offer {
  padding: 50px 0;
  background-color: #eee;
}

#what-we-offer h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 700;
  font-family: sans-serif;
  text-align: center;
}

.scroll-up {
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background-color: #1e8bac;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.modalform {
  /* width: 40%; */

  background-color: #39cabb;

  margin-top: 20px;

  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

.modalFormParent {
  top: 0;

  left: 0;

  position: fixed;

  width: 100%;

  height: 100%;

  background-color: rgb(74 51 51 / 34%);

  z-index: 99999999999;

  display: none;

  justify-content: center;

  align-items: center;

  /* visibility: hidden;

  opacity: 0; */

  /* transition: all 1s ease-in; */
}

.modalFormClose {
  background-color: #00000054;
  font-size: 21px;
  color: #ffffffbd;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -18px;
  z-index: 999;
  top: -14px;
  border-radius: 50%;
  width: 37px;
}

.background-color {
  background-color: #98cd5a;
}

.formBg {
  width: 65.33%;

  /* position: absolute;   */

  bottom: -20px;
}

.new_form {
  padding: 10px 15px 12px 15px;
}

.new_form .form-group {
  margin-bottom: 13px;
}

.new_form .text_heading {
  text-align: center;

  color: #fff;

  font-size: 30px;

  font-weight: 600;

  display: none;
}

label.error {
  position: absolute;

  display: block;

  background: yellow;

  color: red !important;

  right: 0;

  border-radius: 3px;

  padding: 2px 3px;

  font-size: 11px;

  font-weight: 400;
}

.form-group-1 {
  margin-top: 10px;

  position: relative;
}

label {
  font-size: 12px;

  font-weight: 600;

  color: #fff;
}

/* .required::after {

  content: "*";

  font-size: 14px;

  padding-left: 4px;

} */

.form-control-1 {
  /* width: 100%; */

  height: 47px;

  outline: none;

  border: solid 1px #ddd;

  font-family: "Poppins", sans-serif;

  padding: 10px;

  background-color: #fff;

  border-radius: 5px;

  font-size: 13px;

  transition: all 0.5s ease-in-out;

  position: relative;
}

.form-group-1 input {
  width: 250px;

  margin: 7px;
}

.form-group-1 select {
  width: 250px;

  margin: 7px;
}

.form-group-1 input::placeholder {
  color: #000 !important;
}

.form-group-1 .input-icon-2 {
  width: 50px;

  height: 47px;

  line-height: 48px;

  text-align: center;

  color: #39cabb;

  font-size: 15px;

  border-radius: 5px 0 0 5px;

  font-weight: 500;

  /* top: 60px; */

  left: 20px;

  position: absolute;
}

.form-group-1 .input-icon-2 i {
  position: absolute;

  top: -30px;

  color: #000;

  left: 17px;

  font-size: 18px;
}

.form-group-1 .input-icon-2 ::after {
  position: absolute;

  content: "";

  right: -13px;

  top: -10px;

  width: 2px;

  background-color: #e3edcc;

  height: 35px;
}

.btn-1 {
  display: inline-block;

  outline: none;

  border: none;

  font-family: "Poppins", sans-serif;

  line-height: 44px;

  font-weight: 600;

  font-size: 13px;

  cursor: pointer;

  border-radius: 3px;

  padding: 0px 20px;

  text-align: center;
}

.btn-submit {
  padding: 14px 27px;

  border: none;

  background-color: #002c5d;

  color: #fff;

  border-radius: 4px;

  margin-top: 28px;

  border-radius: 10px;
}

.btn-submit i {
  margin-right: 10px;
}

.form-control-1 select {
  padding: 15px 31px;

  border-radius: 4px;

  border: none;

  color: #000;

  background-color: #fff;
}

.img-box img {
  width: 100%;
}

.success_message {
  border: 1px solid green;

  background-color: yellow;

  padding: 5px;

  color: green;

  display: inline;
}

.our_department_area {
  background: #f5fbff;
  /* padding-top: 120px; */
  padding-bottom: 20px;
}

.our_department_area .single_department .department_thumb {
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.our_department_area .single_department .department_thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.our_department_area .single_department .department_content {
  padding: 22px 17px 24px;
}

.our_department_area .single_department .department_content h3 {
  margin-bottom: 0;
}

.our_department_area .single_department .department_content h3 a {
  font-size: 22px;
  color: #1f1f1f;
  line-height: 33px;
  font-weight: 500;
}

.our_department_area .single_department .department_content h3 a:hover {
  color: #ff9800;
}

.our_department_area .single_department .department_content p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-top: 5px;
  margin-bottom: 10px;
}

.our_department_area .single_department .department_content a.learn_more {
  color: #ff9800;
  font-size: 16px;
}

.our_department_area .single_department .department_content a.learn_more:hover {
  text-decoration: underline;
}

.our_department_area .single_department:hover .department_thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.our_department_area .button {
  display: flex;
  justify-content: center;
}

.our_department_area .button a {
  font-size: 16px;
  color: #fff;
  background-color: #39cabb;
  padding: 12px 22px;
  margin: 20px 0px;
  border-radius: 4px;
  transition: 0.5s;
}

.call-do-section {
  background-color: #0d82a6;
  padding: 30px 0px;
}

.call-do-section .call-do-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  padding-bottom: 40px;
}

.call-do-section .call-do-content .left-content .image img {
  width: 200px;
}

.call-do-section .call-do-content .left-content .title {
  padding-left: 25px;
}

.call-do-section .call-do-content .title p {
  font-size: 18px;
  color: #fff;
  padding: 25px 10px;
}

.call-do-section .call-do-content .title h1 {
  font-size: 44px;
  color: #fff;
  margin-bottom: 5px;
}

.call-do-section .call-do-content .button a {
  font-size: 16px;
  color: #fff;
  background-color: #39cabb;
  padding: 17px 25px;
  border-radius: 4px;
  transition: 0.5s;
}

.call-do-section .call-do-content .button a:hover {
  background-color: transparent;
  border: 1px solid #39cabb;
  color: #fff;
  transition: 0.5s;
}

.content-img img {
  width: 50%;
  border-radius: 20px;
}

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

.title p {
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
}

.buttons a {
  background-color: #00b1e7;
  font-size: 13px;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  border: unset;
}

.button a {
  background-color: #00b1e7;
  font-size: 13px;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  border: unset;
  z-index: 9999;
}

.button a:hover {
  background: #64c582;
}

.buttons a:hover {
  background: #64c582;
}

.call-do-section h2 {
  font-size: 30px;
  padding: 10px 0px;
  color: #fff;
}

.box p i {
  color: #64c582;
}

.feature-secction .feature-title h2 {
  font-size: 30px;

  text-align: center;

  padding-bottom: 20px;
}

.feature-secction .single-feature {
  background: #c7d2c96b;

  padding: 20px 20px 30px;

  margin-bottom: 30px;

  border-radius: 25px;

  /* box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%); */

  height: 318px;
}

.feature-secction .single-feature .feature-content p {
  font-size: 16px;

  margin-bottom: 8px;

  font-weight: 500;
}

.feature-secction .single-feature .feature-content h2 {
  font-size: 20px;

  /* margin-bottom: 30px; */

  font-weight: 600;
}

.feature-button a {
  padding: 16px 20px;

  background: #39cabb;

  border-radius: 50px;

  color: #fff;

  transition: 0.5s;
}

.feature-button a span {
  display: none;

  transition: 0.5s;
}

.feature-button a i {
  transition: 0.5s;
}

.feature-button a:hover span {
  display: inherit;

  color: #fff;
}

.feature-button a:hover i {
  margin-left: 10px;
}

.feature-button a:hover {
  padding: 16px 30px;

  border-radius: 30px;
}

.feature-secction .single-feature.item-4 {
  background-color: #3978be;
}

.image-sh img {
  border-radius: 25px;
  margin-bottom: 15px;
}

.feature-secction .single-feature.item-4 h3 {
  color: #fff;

  font-size: 24px;

  margin: 17px 0px 10px 0px;
}

.feature-secction .single-feature.item-4 p {
  color: #39cabb;

  font-size: 16px;

  margin-bottom: 3px;

  margin-top: 10px;
}

.feature-secction .single-feature.item-4 h4 {
  color: #fff;

  font-size: 20px;
}

.feature-secction .single-feature.item-4 .bar {
  height: 1px;

  width: 100%;

  background-color: #39cabb;

  margin: 20px 0px;
}

.feature-secction .single-feature.item-4 h2 {
  color: #fff;

  font-size: 20px;

  margin-bottom: 20px;
}

.feature-secction .single-feature .feature-icon-thumb img {
  width: 100px;
}

.feature-secction .single-feature .feature-icon-thumb {
  text-align: center;
}

.feature-secction .feature-content p i {
  margin-right: 15px;
  color: #0077e7;
}

.feature-content p {
  color: #000;
  font-size: 18px;
}

.about-section .containt-wraper .images img {
  width: 100%;
  /* box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%); */
  border-radius: 20px;
}

.contact-section {
  margin-bottom: 30px;
}

.contact-section .contact_from .contact {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding-left: 15px;
  color: #000;
}

.contact-section .contact_from select option {
  color: #000 !important;
}

.contact-section .contact_from .contact::placeholder {
  color: #000;
  /* padding-left: 20px; */
  font-weight: 500;
}

.row.upper12 {
  background: #002c5d;
  border-radius: 10px;
}

.contact-section .dreamit-section-sub-title h5 {
  font-size: 24px;
  margin: 0 0 31px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.contact_from.upper10 {
  background: #0d82a6;
  padding: 55px 55px 43px 55px;
  border-radius: 30px;
}

.right-side-info {
  background: #97c740;
  padding: 11px 50px 72px 50px;
  border-radius: 30px;
  height: 100%;
}

.contact {
  display: block;
  padding: 12px 0px 14px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #314d8e;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Inter";
  border: none;
  margin-bottom: 26px;
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 42px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: inter;
}

.btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  transition: 0.5s;
  border-radius: 30px;
  background: transparent;
  top: 0;
  right: 0;
  z-index: -1;
}

.btn:hover::after {
  width: 100%;
  left: 0;
}

.btn:hover {
  color: #000;
  background: transparent;
}

.info-icon i {
  display: inline-block;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  font-size: 22px;
  color: #0093fa;
}

.single-info-box {
  border-bottom: 1px solid#4EB4FC;
  margin-bottom: 21px;
}

.info-content h4 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: 700;
  color: #fff;
}

.info-socail-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-socail-address ul {
  display: flex;
  flex-wrap: wrap;
}

.info-socail-address ul li {
  margin-left: 13px;
}

.info-socail-address ul li a {
  height: 35px;
  width: 35px;
  /* background: #002C5D; */
  /* line-height: 35px; */
  /* text-align: center; */
  /* border-radius: 5px; */
  color: #000;
}

.info-content-inner h4 {
  font-size: 16px;
  margin: 0 0 17px;
}

.info-icon {
  margin-right: 21px;
}

.info-icon.two i {
  color: #47dba7;
}

.info-icon.three i {
  color: #fec106;
}

.info-content p {
  color: #fff;
  font-family: "Inter";
  line-height: 1.5;
}

.info-content p a {
  color: #fff;
  font-family: "Inter";
  line-height: 1.5;
}

.our_department_area {
  background: #f5fbff;
  /* padding-top: 120px; */
  padding-bottom: 20px;
}

.our_department_area .section_title {
  padding: 10px 0px;
}

.our_department_area .single_department {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  height: 300px;
}

.our_department_area .single_department .department_thumb {
  overflow-x: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.our_department_area .single_department .department_thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 200px;
}

.our_department_area .single_department .department_content {
  padding: 22px 17px 24px;
}

.our_department_area .single_department .department_content h3 {
  margin-bottom: 0;
}

.our_department_area .single_department .department_content h3 a {
  font-size: 22px;
  color: #1f1f1f;
  line-height: 33px;
  font-weight: 500;
}

.our_department_area .single_department .department_content h3 a:hover {
  color: #ff9800;
}

.our_department_area .single_department .department_content p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-top: 5px;
  margin-bottom: 10px;
}

.our_department_area .single_department .department_content a.learn_more {
  color: #ff9800;
  font-size: 16px;
}

.our_department_area .single_department .department_content a.learn_more:hover {
  text-decoration: underline;
}

.our_department_area .single_department:hover .department_thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.our_department_area .button {
  display: flex;
  justify-content: center;
}

.our_department_area .button a {
  font-size: 16px;
  color: #fff;
  background-color: #39cabb;
  padding: 12px 22px;
  margin: 20px 0px;
  border-radius: 4px;
  transition: 0.5s;
}

.welcome_docmed_area {
  /* padding-top: 40px; */
  padding-bottom: 50px;
}

.welcome_docmed_area .feature-title h3 {
  margin-bottom: 50px;
}

.welcome_docmed_area .welcome_thumb {
  position: relative;
}

.welcome_docmed_area .welcome_thumb .thumb_1 img {
  width: 100%;
  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);
  border-radius: 20px;
}

.welcome_docmed_area .welcome_docmed_info ul {
  margin-bottom: 40px;
  /* margin-top: 25px; */
}

.welcome_docmed_area .welcome_docmed_info ul li b {
  color: #002c5d;
  font-size: 16px;
  line-height: 28px;
  padding: 5px;
}

.step-box {
  position: relative;
  padding-bottom: 48px;
  margin-left: 65px;
}

.step-box span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: -3px;
  left: 0;
}

.step-box h6 {
  position: absolute;
  top: 16px;
  left: -64px;
  background-color: #fff;
  width: 73px;
  color: #003638;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  border-radius: 0px 50px 50px 0px;
}

.step-box .content {
  padding-left: 90px;
  padding-top: 20px;
}

.step-box .content p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.step-box::after {
  position: absolute;
  top: 49px;
  left: 29px;
  z-index: -1;
  height: 92px;
  content: "";
  border: 1px dashed #1373ea;
}

.blue-background {
  background-color: #1373ea;
}

.red-background {
  background-color: #f33066;
}

.orange-background {
  background-color: #ff9b20;
}

.green-background {
  background-color: #4caf50;
}

.step-box span img {
  width: 35px;
}

.step-box-1 {
  position: relative;
  padding-bottom: 15px;
  margin-left: 65px;
}

.step-box-1 span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: -3px;
  left: 0;
}

.step-box-1 h6 {
  position: absolute;
  top: 16px;
  left: -64px;
  background-color: #fff;
  width: 73px;
  color: #003638;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  border-radius: 0px 50px 50px 0px;
}

.step-box-1 .content {
  padding-left: 90px;
  padding-top: 20px;
}

.step-box-1 .content p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.orange-background {
  background-color: #ff9b20;
}

.step-box-1 span img {
  width: 35px;
}

.view_more_diseases {
  display: inline-block;

  outline: none;

  border: none;

  font-family: "Poppins", sans-serif;

  line-height: 44px;

  font-weight: 600;

  font-size: 13px;

  cursor: pointer;

  border-radius: 3px;

  padding: 0px 20px;

  text-align: center;

  background-color: #035bc0;

  border-radius: 30px;

  border: 1px solid #035bc0;

  color: #fff;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-area {
  margin-top: 5%;
}

.contact-info-content a:hover {
  color: var(--color-dark);
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.contact-info {
  height: 230px;
}

.contact-info::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -8px;
  background: #97c740;
  height: 20px;
  z-index: -1;
}

.contact-info-icon {
  font-size: 35px;
  color: var(--color-white);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  background: #0d82a6;
}

.contact-info-icon::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border-radius: 50px;
  border: 2px dashed #93c23f;
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-dark);
}

.contact-info p {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.contact-form-header p {
  font-size: 17px;
  color: #000;
}

.contact-form .form-group {
  margin: 0px;
  position: relative;
}

.contact-form .theme-btn {
  padding: 10px;
  margin-top: 10px;
}

.contact-form .form-group .form-control {
  width: 100%;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: none;
  margin: 10px 0px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
}

.theme-btn {
  font-size: 14px;
  color: var(--color-white);
  padding: 15px 20px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #0093fa;
  z-index: 1;
}

.theme-btns a {
  color: #fff;
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail p::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -7px;
  font-size: 25px;
}

.blog-detail-section .main-section .text-detail p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 7px;
  position: relative;
  text-align: justify;
}

.text-rating p {
  color: #000;
}

.text-rating p i {
  color: #4caf50;
}

.line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #02bfc6;
  margin-top: 40px;
}

.text-detail p i {
  font-size: 13px;
  margin-right: 10px;
  color: #4caf50;
}

.about-section .containt-wraper h2 {
  font-size: 30px;
  padding: 20px 0px;
}

.breadcrumb li i {
  font-size: 12px;
  margin: 0px 5px;
}
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  font-weight: 500;
  text-transform: capitalize;
  color: #0077e7;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  font-size: 15px;
}

.breadcrumb-menu .actives {
  font-size: 15px;
}

.breadcrumb-menu i {
  color: #fff;
  font-size: 13px;
}

.icon {
  color: #0077e7;
}

/* header css */

.header-nav {
  position: relative;
  padding: 0;
}

.header-nav .nav {
  float: right;
}

.header-nav .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.header-nav .nav > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  padding: 35px 12px;
  cursor: pointer;
}

.header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #212427;
}

.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
  background-color: transparent;
}

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #ec5598;
}
.header-nav .nav > li:hover > a {
  color: #ec5598;
}

.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  left: 0;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}

.header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.header-nav .nav > li .sub-menu li a {
  color: #474747;
  display: block;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: none;
}
.header-nav .nav > li .sub-menu li a:hover {
  background-color: #f2f2f2;
  color: #1bbce8;
  text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
  color: #1bbce8;
}
.header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fa {
  color: #363636;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 12px;
}

.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-nav .nav > li.has-mega-menu {
  position: inherit;
}
.header-nav .nav > li .mega-menu li a > i {
  font-size: 13px;
  margin-right: 5px;
  min-width: 20px;
}
.header-nav .nav > li .mega-menu {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  display: table;
  /*    left: 0px;*/
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  margin-top: 20px;
  z-index: 10;
}

.header-nav .nav > li .mega-menu > li {
  display: table-cell;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  width: 33.33%;
}

.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(204, 204, 204, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.header-nav .nav > li .mega-menu > li > a {
  color: #555555;
  display: block;
  font-size: 14px;
  padding: 0 20px;
}

.header-nav .nav > li .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.header-nav .nav > li .mega-menu > li ul a {
  color: #474747;
  display: block;
  font-size: 13px;
  line-height: 34px;
  padding: 2px 20px;
  font-weight: 600;
  text-transform: none;
}

.header-nav .nav > li .mega-menu > li ul a:hover {
  color: #1bbce8;
  background-color: #f2f2f2;
}

.header-nav .nav > li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  right: 4px;
  position: absolute;
  top: 50%;
  color: #999;
  margin-top: -8px;
  font-size: 8px;
}
.after-img {
  /* background: url(../img/banner-parallax\ \(1\).jpg); */
  background-size: cover;
  padding-bottom: 40px;
  /* background: #f6a69f79; */
}

.after-img h2 {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.after-img img {
  border-radius: 10px;
  height: 350px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.certificate {
  padding-bottom: 30px;
}
.certificate img {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  height: 350px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img_gallery {
  padding: 30px 0px;
}

.img_gallery h2 {
  padding-bottom: 20px;
}

.img_gallery .heading > span {
  display: block;
  width: 160px;
  height: 2px;
  background: #ff5722;
  margin-bottom: 10px !important;
  margin: 0 auto;
}

.img_gallery .coll {
  width: calc(25% - 8px);
  margin: 0 4px 8px 4px;
  position: relative;
  box-shadow: 0px 0px 10px #bcbcbc;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.img_gallery .coll::after {
  position: absolute;
  content: "";
  width: 97%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  background: #0000005b;
  transition: 0.7s;
  pointer-events: none;
  user-select: none;
}

.img_gallery .col:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.img_gallery .coll img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 3s ease-in-out;
  border-radius: 5px;
  display: block;
}

.img_gallery .coll:hover img {
  transform: scale(1.15);
  cursor: pointer;
}

#gallery {
  padding: 30px 0px;
}

#gallery h2 {
  padding: 10px 0px;
  text-align: center;
  font-size: 30px;
}

.coll {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.gallery_img img {
  margin-top: 15px;
  border-radius: 20px;
}

.treat-dis {
  margin-right: 50px;
}

.max{
  max-width: 700px;
  margin: 0 auto;
}