@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');



* {
  padding: 0px;
  margin: 0px;
  font-family: "Outfit", sans-serif;
}

.container {
  max-width: 90% !important;
}






.vkl-banner-area{
	position: relative;
}
.vkl-banner-area video{
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.vkl-banner-area::before{
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 45;
  height: 99%;
  background: linear-gradient(90deg,rgba(19, 76, 179, 0.88) 0%, rgba(223, 149, 1, 0.24) 100%);
}





.bell-icon {
    animation-name: trin;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* Defining the 'trin' keyframes */
@keyframes trin {
    0%, 20%, 32%, 44%, 56%, 68%, 80%, 100% {
        transform: rotate(0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate(15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate(0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate(-15deg);
    }
}



.sf-banner-heading-wrap h1 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  color: #fff;
  padding-top: 8%;
}

.painhero {
  width: 9%;
  height: auto;
  position: absolute;
  z-index: 99;
  right: 5%;
  top: 60px;
}

.painhero img {
  width: 130px;
  margin-top: 98px;
  height: 130px;
  margin-left: 74px;
}

.header_area.navbar_fixed .painhero {
  position: absolute;
  top: -10px;
}

.winnerbadge {
  width: 9%;
  height: auto;
  position: absolute;
  z-index: 99;
  left: 1%;
  top: 130px;
}

.winnerbadge img {
  width: 160px;
  height: 160px;
  margin-top: 27px;
}

.winnerof {
  width: 100%;
  height: auto;
  margin-top: 0%;
}

.winnerof img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

a.mega-menu-link {
  font-weight: bold !important;
}

.nst-entry-content {
  text-align: left;
}

.nst-entry-content .p-4 {
  padding: 0rem !important;
}

.blog-areat .p-4 {
  padding: 0rem !important;
}

.blog-area ol,
ul {
  list-style: square;
  padding-left: 20px;
  text-align: left;
}

::marker {
  color: #134cb3 !important;
}

input {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  border: 2px solid #134cb3;
  padding: 5px;
}

.modal-dialog {
  margin: 9.75rem auto !important;
}

.pagination {
  justify-content: center !important;
}

.pagination .page-numbers.current {
  color: #fff !important;
  background: #134cb3 !important;
}

.pagination span {
  padding: 10px !important;
  border: 1px solid #df9704 !important;
  margin: 5px !important;
  color: #df9704 !important;
  font-weight: bold !important;
}

.pagination .page-numbers {
  padding: 10px !important;
  border: 1px solid #df9704 !important;
  margin: 5px !important;
  color: #df9704 !important;
  font-weight: bold !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.owl-dot {
  height: 10px !important;
  width: 30px !important;
  margin: 5px !important;
  border-radius: 10px !important;
  background-color: #cdcdcd !important;
}

.owl-dot.active {
  background-color: #df9704 !important;
  width: 40px !important;
}

.owl-nav {
  position: relative;
  width: 100%;
  display: inline-flex !important;
  justify-content: center;
  top: -50%;
  transform: translateY(-50%);
}

.owl-next {
  right: -2%;
  position: absolute;
}

.owl-prev {
  left: -2%;
  position: absolute;
}

.icon-bar {
  background-color: #000 !important;
  width: 100px !important;
  height: 2px !important;
}

.logo_h {
  width: 25%;
}

.logo_h img {
  width: 100%;
  height: 80px;
}

.navbar-light .navbar-toggler {
  border: 1px solid #000 !important;
}

.bookbtn {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
}

.bookbtn:hover {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #134cb3 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #fff;
  text-decoration: none;
  transition: .5s;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  padding-top: 1%;
  padding-bottom: 1%;
  background: linear-gradient(90deg,rgba(19, 76, 179, 1) 76%, rgba(223, 149, 1, 1) 73%);
  background-size: 100% 100%;
}

.top-bar .top-bar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-bar .top-bar-left a {
  text-decoration: none;
}

.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .appbtn {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.top-bar .appbtn:hover {
  color: #134cb3;
  border-radius: 50px;
  text-decoration: none;
  transition: .5s;
}

.top-bar .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 35px;
  padding: 0 10px;
  text-align: center;
}

.top-bar .borderleft::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 85%;
  background-color: #fff;
  margin-left: 230px;
}

.top-bar .text i {
  font-size: 25px;
  color: #ffffff;
  margin-right: 5px;
}

.top-bar .text h2 {
  color: #eeeeee;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Outfit", sans-serif;
}

.top-bar .text h2:hover {
  color: #df9501;
  transition: .5s;
}

.top-bar .text p {
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.top-bar .social {
  display: flex;
  height: 35px;
  font-size: 0;
  justify-content: flex-end;
}

.top-bar .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
  color: #092a49;
  background: #ffffff;
}

@media (min-width: 992px) {}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.section_gap {
  padding: 130px 0px;
}

@media (max-width: 991px) {
  .section_gap {
    padding: 70px 0;
  }
}

.section_gap_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .section_gap_top {
    padding-top: 70px 0;
  }
}

.section_gap_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .section_gap_bottom {
    padding-bottom: 70px 0;
  }
}

.white_bg {
  background: #fff !important;
}

/* Main Title Area css

============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .main_title {
    margin-bottom: 40px;
  }
}

.main_title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .main_title h2 {
    font-size: 30px;
  }
}

.main_title p {
  margin-bottom: 0px;
  max-width: 570px;
  margin: auto;
}

.main_title.white h2 {
  color: #fff;
}

.main_title.white p {
  color: #fff;
  opacity: .6;
}

/* End Main Title Area css

============================================================================================ */
.primary_btn {
  display: inline-block;
  background: #60bc0f;
  padding: 0px 50px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  border: 1px solid #60bc0f;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

.primary_btn:hover {
  background: transparent;
  color: #60bc0f;
}

.primary_btn.yellow_btn {
  background: #fdbb00 !important;
  border: 1px solid #fdbb00 !important;
  color: #000000;
}

.primary_btn.yellow_btn:hover {
  background: transparent !important;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: inherit;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background 0.4s, all 0.3s linear;
  background-color: #fff;
}

.header_area .container {
  padding: 0px 8px;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 15px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #131832;
  padding: 0px 10px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
}

.header_area .navbar .nav .nav-item .nav-link:hover {
  color: #134cb3;
  transition: .5s;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

.header_area .navbar .dropdownicon::before {
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free" !important;
  position: absolute !important;
  font-size: 20px !important;
  color: #000 !important;
  right: -10px !important;
  top: 0px !important;
  font-weight: bold !important;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 36px !important;
    left: 0px;
    width: max-content;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 5px 10px rgba(56, 43, 32, 0.2);
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 30px;
  color: #222222;
  padding: 3px 8px;
  transition: all 150ms linear;
  display: block;
  font-size: 20px;
  margin-right: 0px;
  text-transform: capitalize;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #fff;
  color: #134cb3;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 30px;
}

/*---    --- */
/*--  start slider  -- */
.carousel-fade .carousel-item {
  height: 100%;
}

.carousel-inner {
  height: 90vh;
}

/*

.carousel-fade .carousel-item img {

  height: 90vh;

  width:100%;

  max-width:100%;

  background-size:cover;

  background-origin:content-box;

  background-clip:content-box;

  background-position:center;

  right:0;

  left:0;

  resize:both;

}

*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
  border: 2px solid #fff;
  height: 60px;
  width: 60px;
  line-height: 55px;
  opacity: 9 !important;
  filter: brightness(100%) !important;
  font-size: 3.3rem;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 9;
}

.carousel-indicators li {
  height: 10px !important;
  width: 40px !important;
  margin: 5px !important;
  border-radius: 10px !important;
  background-color: #cdcdcd !important;
}

.carousel-indicators .active {
  background-color: #df9704 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
}

.carousel-caption {
  top: 220px;
}

.sliderpicsec {}

.sliderpic {
  width: 45%;
  height: 100%;
  position: relative;
  z-index: 3;
  left: 55%;
}

.sliderpic img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.sliderpicshape {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0%;
}

.sliderpicshape img {
  width: 100%;
  height: 100vh;
}

@media (min-width: 992px) {
  .carousel-caption {
    top: 220px !important;
  }
}

.carousel-caption h3 {
  font-size: 70px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 992px) {
  .carousel-caption h3 {
    font-size: 70px !important;
    text-align: center;
    font-weight: bold;
  }
}

.carousel-caption p {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .carousel-caption p {
    font-size: 30px !important;
    margin-top: 20px;
    text-align: center;
  }
}

.carousel-caption .btn {
  border: 2px solid #fff;
  border-radius: 0;
}

@media (min-width: 300px) {
  .img-fluid.w-100.d-block {
    height: auto;
  }
}

@media (min-width: 576px) {
  .img-fluid.w-100.d-block {
    height: auto;
  }
}

@media (min-width: 768px) {
  .img-fluid.w-100.d-block {
    height: auto;
  }
}

@media (min-width: 992px) {
  .img-fluid.w-100.d-block {
    height: 100vh;
  }
}

@media (min-width: 300px) {
  .carousel-caption {
    top: 0;
    font-size: 20px;
  }
}

@media (min-width: 300px) {
  .carousel-caption h3 {
    font-size: 20px;
  }
}

.carousel-caption p {
  font-size: 19px;
}

@media (min-width: 768px) {
  .carousel-caption {
    top: 100px;
  }
}

@media (min-width: 768px) {
  .carousel-caption h3 {
    font-size: 3.3rem;
  }
}

/* banner slider */
.slider-captions{
  position: absolute;
  top: 50%;
  left: 5%;
  width: 60%;
  z-index: 435;
  transform: translateY(-50%);
}

.slider-captions br {
  display: none;
}

.slider-captions h2 {
  font-size: 4rem;
  width: 85%;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 4%;
  font-family: "Outfit", sans-serif;
}

.slider-captions h2 span {
  color: #df9704;
}

.slider-captions p {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  width: max-content;
  background-color: #DF9501;
  padding: 2px 10px 5px 10px;
  border-radius: 5px;
  font-size: 1.5rem;
}

.carousel-indicators .active {
  background-color: #ed1b23;
}

.slider-captions .bookbtn {
  padding: 12px 40px !important;
  font-size: 20px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  border: 2px solid #DF9501;
  background-color: #DF9501;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
}

.slider-captions .bookbtn:hover {
  color: #DF9501 !important;
  border: 2px solid #DF9501;
  background-color: #fff;
  text-decoration: none;
  transition: 1s !important;
}

.slider-captions .conbtn {
  padding: 10px 20px !important;
  font-size: 19px;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
}

.slider-captions .conbtn:hover {
  font-size: 19px;
  color: #df9704 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #fff;
  text-decoration: none;
  transition: .5s;
}

/* end of banner slider */
/*--  end slider  -- */
/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: -160px;
}

.fact .fact-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0 25px 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  transition: .3s;
}

.fact .fact-item:hover {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
}

.fact .fact-item img {
  max-height: 50px;
  margin-bottom: 15px;
}

.fact .fact-item h2 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

/*.fact .bglightgreen::before {
  content: "";
  background-color: #134cb3;
  position: absolute;
  width: 65%;
  height: 300px;
  border-radius: 50px;
  transform: rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}

.fact .bglightwhite::before {
  content: "";
  background-color: #f1eaea;
  position: absolute;
  width: 65%;
  height: 300px;
  border-radius: 50px;
  transform: rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
}*/

.serviceBox {
  font-family: "Outfit", sans-serif;
  padding: 25px;
  position: relative;
  background-color: #df9704;
  height: auto;
  width: 100%;
  margin: auto;
  padding-top: 6%;
  border-radius: 30px 0px 30px;
}


.serviceBox .service-icon {
  color: #080808;
  font-size: 20px;
}

.serviceBox .title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding-top: 0px;
  width: 100%;
  margin: auto;
  min-height: 80px;
  align-content: center;
}

.serviceBox p {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  padding-top: 20px;
  margin: auto;
  line-height: normal;
  min-height: 80px;
  align-content: center;
}

.serviceBox .sericon {
  text-align: center;
  position: relative;
  bottom: 10px;
}

.serviceBox .sericon img {
  height: 100px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(218deg) brightness(106%) contrast(104%);
}

.serviceBox .description {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding-left: 15px;
  margin: 0 5px 0 5px;
}

.serviceBox.blue:before,
.serviceBox.blue .service-icon:before {
  background-color: #1e578c;
}

.serviceBox.blue .title {
  color: #1e578c;
}

.serviceBox.blue .description {
  border-color: #1e578c;
}

.serviceBox.orange:before,
.serviceBox.orange .service-icon:before {
  background-color: #F8753F;
}

.serviceBox.orange .title {
  color: #F8753F;
}

.serviceBox.orange .description {
  border-color: #F8753F;
}

.serviceBox.purple:before,
.serviceBox.purple .service-icon:before {
  background-color: #6b62e5;
}

.serviceBox.purple .title {
  color: #6b62e5;
}

.serviceBox.purple .description {
  border-color: #6b62e5;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

/*******************************/
/********** Ends Fact CSS ***********/
/*******************************/
/*-- ==================================

		start--about-counter-area 

	================================= --*/
.circle_logo {
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 3%;
  right: 0px;
  top: 13%;
  box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
}

.circle_logo img {
  margin-top: 20px;
}

.circle_logo2 {
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 2%;
  right: 0px;
  margin-top: 55px;
  box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
}

.circle_logo2 img {
  margin-top: 20px;
}

.about-shape {
  width: 100%;
  background-size: 100% 100%;
  background-image: url(../images/Shape1.png);
  position: absolute;
  height: 950px;
  z-index: 2;
  margin-top: -180px;
}

.about-area {
  padding-top: 5%;
  padding-bottom: 15%;
  position: relative;
  z-index: 3;
}

.about-box {
  padding: 10px;
  background: #037DB6;
  -webkit-box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
  box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
  margin: 3px;
}

.about-box h4 {
  color: #fff;
  font-weight: 600;
}

.about-box p {
  color: #fff;
}

.dreamit-thumb {
  position: relative;
}

.dreamit-thumb::after {
  content: "";
  width: 451px;
  height: 100%;
  background: #0694fd;
  position: absolute;
  z-index: -1;
  top: 85px;
  left: -98px;
  display: none;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: visapro_bounce_animation 7s infinite;
}

.style-three .dreamit-thumb::after {
  display: none;
}

.style-two .dreamit-thumb::after {
  display: none;
}

.style-fore .dreamit-thumb::after {
  display: none;
}

@keyframes visapro_bounce_animation {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }

  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

.dreamit-thumb img {
  border-radius: 7px;
  width: 100%;
}

.dreamit-single-counter {
  background: #0694fd;
  border-radius: 7px 7px 7px 7px;
  margin-top: -80px;
  margin-right: -37px;
  text-align: center;
  width: 46%;
  position: relative;
  float: right;
  padding: 34px 0 34px 0;
  right: 20px;
  display: none;
}

.counter-text h1 {
  color: #fff;
}

.counter-text h1 {
  display: inline-block;
  font-size: 3.3rem;
  font-weight: 600;
  margin: 0;
  color: 232323;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
}

.counter-text h3 {
  display: inline-block;
  font-size: 3.3rem;
  margin: 0;
  color: #fff;
}

.counter-title h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 2px;
  font-weight: 300;
  color: #fff;
}

.dreamit-section-main-title h3 {
  font-size: 25px;
  color: #df9704;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dreamit-section-main-title h2 {
  font-size: 3rem;
  color: #134cb3;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 50px;
  width: 90%;
  padding-bottom: 2%;
}

.dreamit-section-text h4 {
  font-size: 25px;
  color: #df9704;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  padding-bottom: 0%;
}

.dreamit-section-text h5 {
  font-size: 20px;
  color: #134cb3;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  width: 90%;
  padding-bottom: 3%;
}

.dreamit-section-text ul {
  margin-left: 30px;
  padding-left: 0px;
}

.dreamit-section-text li {
  font-size: 20px;
  color: #303030;
  font-family: "Outfit", sans-serif;
  text-align: justify;
  list-style: none;
  line-height: 30px;
}

.dreamit-section-text li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 19px;
  color: #134cb3 !important;
  margin-left: -20px;
}

.dreamit-section-text p b {
  font-size: 16px;
  color: #df9704 !important;
  font-family: "Outfit", sans-serif;
}

.dreamit-section-text p a:hover {
  text-decoration: none !important;
}

.about-button .conbtn {
  padding: 8px 30px !important;
  font-size: 19px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
}

.about-button .conbtn:hover {
  font-size: 19px;
  color: #fff;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
  transition: .6s !important;
}

.abt_iconbox {
  width: 18%;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #134cb3;
  text-align: center;
}

.about-area .d-flex:hover .abt_iconbox {
  border: 5px solid #df9704;
  background: #df9704;
  text-align: center;
  transition: .5s;
  box-shadow: 1px 5px 30px -2px rgba(0, 74, 22, 0.74);
  -webkit-box-shadow: 1px 5px 30px -2px rgba(0, 74, 22, 0.74);
  -moz-box-shadow: 1px 5px 30px -2px rgba(0, 74, 22, 0.74);
}

.abt_iconbox img {
  width: 75%;
  height: 80px;
  margin-top: 15px;
}

.abt_iconbox_hover {
  width: 13%;
  height: auto;
  margin-top: 15px;
  position: absolute;
  z-index: 33;
  left: 30px;
}

.abt_iconbox_hover img {
  width: 80%;
  height: 80px;
  margin-top: 0px;
  display: none;
}

.about-area .d-flex:hover .abt_iconbox img {
  display: none !important;
}

.about-area .d-flex:hover .abt_iconbox_hover img {
  display: block;
}

.about-area .d-flex:hover .abt_content h3 {
  color: #df9704;
}

.about-area .d-flex:hover .abt_content p {
  color: #df9704;
}

.aboutborder.aboutborder {
  width: 80%;
  height: 650px;
  border: 20px solid #df9704;
  position: relative;
  z-index: 2;
  margin-bottom: 8%;
  border-radius: 100px 0px;
}

.aboutpic1 {
  width: 80%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 10%;
  top: 6%;
}

.aboutpic1 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 100px 0px;
  box-shadow: -11px -6px 30px -8px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -11px -6px 30px -8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -11px -6px 30px -8px rgba(0, 0, 0, 0.42);
}

.aboutpic2 {
  width: 65%;
  height: 100%;
  position: absolute;
  z-index: 4;
  bottom: -50%;
  left: 7%;
}

.aboutpic2 img {
  width: 100%;
  height: 250px;
  border-radius: 50px 0px;
  object-fit: cover;
  box-shadow: 15px 5px 30px -8px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 15px 5px 30px -8px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 15px 5px 30px -8px rgba(0, 0, 0, 0.42);
}

/*

.dreamit-section-title::before{

	content: '';

	position: absolute;

	background-image: url(../images/abtshape.png);

	background-size: 100% 100%;

	background-repeat: no-repeat;

	width: 10px;

	height: 400px;

	left: -18%;

	margin-top: 40px;

}

*/
.abt_content h3 {
  font-size: 16px;
  color: #134cb3;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  width: 80%;
}

.abt_content {
  padding-top: 1.5%;
  width: 95%;
}

.abt_content p {
  font-size: 16px;
  color: #3c3a3a;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  line-height: 20px;
  width: 62%;
}

/*-- ==================================

		End--about-counter-area 

	================================= --*/
/*-- ==================================

		START Daily Activities

	================================= --*/
.dailyactivities {
  padding-top: 18%;
  padding-bottom: 12%;
  background-image: url(../images/dailyactivities.jpg);
  background-color: #1d5d84;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dailyactivities .section-header h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 5%;
  letter-spacing: 3px;
}

.dailyactivities .section-header p {
  color: #fff;
  font-size: 19px;
  padding-bottom: 3%;
  padding-top: 0%;
  font-family: "Outfit", sans-serif;
  width: 60%;
  margin: auto;
}

.dailyactivities .activitiespic {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.dailyactivities .activitiespic img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.dailyactivities .activitiesborder {
  width: 65%;
  height: 550px;
  border: 10px solid #134cb3;
  position: relative;
  left: 15%;
  top: -35px;
}

.dailyactivities .activitiestext {
  text-align: left;
}

.dailyactivities .activitiestext h3 {
  font-size: 25px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  padding-top: 5%;
}

.dailyactivities .activitiestext h4 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  width: 100%;
  margin: auto;
  font-weight: bold;
  padding-bottom: 15%;
}

.dailyactivities .activitiestext ul {
  padding-left: 20px;
}

.dailyactivities .activitiestext ul li {
  font-size: 20px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  list-style: none;
  line-height: 40px;
}

.dailyactivities .activitiestext li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 19px;
  color: #134cb3 !important;
  margin-left: -20px;
  line-height: 40px;
}

/*-- ==================================

		End Daily Activities

	================================= --*/
/*-- ==================================

		Start Conditions We Treat

	================================= --*/
.services {
  width: 100%;
}

.services .row {
  position: relative;
  z-index: 5;
}

.services::before {
  width: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url(../images/shape1.png);
  position: absolute;
  z-index: 574;
  background-repeat: no-repeat;
  margin: auto;
  height: 1900px;
  margin-top: -225px;
}
.services .container{
  position: relative;
  z-index: 645;
}
.services .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

.services .section-heading p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  width: 90%;
  margin: auto;
  padding-bottom: 5%;
}

.services .service-item {
  width: 100%;
  border: 2px solid #cdcdcc;
  padding: 8px;
  margin-bottom: 10%;
  border-radius: 20px;
}

.service-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.service-item a {
  text-decoration: none !important;
}

.view-button {
  background-color: #fff;
  color: #007bb5;
  font-size: 19px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 2px solid #007bb5;
  border-radius: 50px;
}

.view-button:hover {
  background-color: #007bb5;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 2px solid #838383;
}

/*-- ==================================

		End Conditions We Treat

	================================= --*/
/*-- ==================================

		START CHOOSE YOUR VISA 

	================================= --*/
.choose {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  background: url(../images/servicesbg.jpg) fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.choose::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  background-color: #134cb38c;
  }

.choose .section-header h2 {
  font-size: 3rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 0%;
}

.choose .section-header p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 3%;
  padding-top: 0%;
  font-family: "Outfit", sans-serif;
  width: 80%;
  margin: auto;
}

.choose .down-content ul {
  padding-left: 18px;
}

.choose .down-content ul li {
  list-style: none;
}

.choose .down-content li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 19px;
  color: #134cb3 !important;
  margin-left: -20px;
  line-height: 25px;
}

.choose .serviceBox {
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding: 20px 15px;
  height: 280px;
  margin: 15px;
  background-color: #df9704;
  background-color: #eee;
  box-shadow: -1px 10px 30px -4px rgba(0, 0, 0, 0.0);
  -webkit-box-shadow: -1px 10px 30px -4px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: -1px 10px 30px -4px rgba(0, 0, 0, 0.0);
}

.choose .serviceBox:hover {
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding: 20px 15px;
  border: 2px solid #000;
  background-color: #df9704;
}

.choose .serviceBox:hover h3 {
  color: #fff !important;
}

.choose .serviceBox:hover p {
  color: #fff !important;
}

.choose .serviceBox .service-icon {
  color: #fff;
  background-color: #000000;
  font-size: 3rem;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.choose .serviceBox .service-icon:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  background: #000000;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}

.choose .serviceBox .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
}

.choose .serviceBox .description {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  margin: 0;
  padding-top: 10px;
}

.choose .owl-nav {
  width: 101%;
  display: inline-flex;
  justify-content: center;
  left: -5px;
}

.choose-carousel .owl-stage-outer {
  margin-left: 2%;
}

.choose .view-button {
  background-color: #134cb3;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 1px solid #134cb3;
  border-radius: 50px;
  margin-top: 3%;
  margin-left: 0%;
  margin-bottom: 5%;
  z-index: 36;
  position: relative;
}

.choose a {
  text-decoration: none !important;
}

.section-heading h2 {
  font-size: 36px;
  color: #007bb5;
}

.service-item {
  width: 98%;
  border: 1px solid #838383;
  padding: 0px;
  left: 8px;
  background-color: #fff;
  border-radius: 15px;
}
.service-item .down-content {
  padding: 10px;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

.service-item .down-content h4 {
  font-size: 1.5rem;
  color: #134cb3;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 0px;
  align-items: center;
  text-transform: uppercase;
  min-height: 60px;
  overflow: hidden;
   -webkit-line-clamp: 2;
}

.service-item:hover .down-content h4 {
  color: #df9704;
}

.service-item:hover .filled-button {
  background-color: #df9704;
  color: #fff !important;
  text-transform: uppercase;
}

.service-item .down-content p{
  margin-bottom: 20px;
  line-height: normal;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  color: #505152;
  height: 110px;
  overflow: hidden;
    -webkit-line-clamp: 4;
}

.service-item a.filled-button{
  background-color: #fff;
  color: #134cb3 !important;
  font-size: 19px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 1px solid #134cb3;
  left: 0px;
  text-align: center;
  width: 45%;
}


.view-button {
  background-color: #fff;
  color: #134cb3;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 1px solid #134cb3;
  border-radius: 50px;
  margin-top: 4%;
  margin-left: 0%;
  margin-bottom: 3%;
  z-index: 36;
  position: relative;
}
.view-button:hover {
  background-color: #df9704;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 1px solid #df9704;
}

.choose .serviceBox.pink .service-icon:before {
  background: linear-gradient(#D357B8, #F2506B);
}

.choose .serviceBox.pink .title {
  color: #F2506B;
}

.choose .serviceBox.purple .service-icon:before {
  background: linear-gradient(#AC5EF5, #494C9F);
}

.choose .serviceBox.purple .title {
  color: #494C9F;
}

.choose .serviceBox.blue .service-icon:before {
  background: linear-gradient(#5DC4B9, #69A5F2);
}

.choose .serviceBox.blue .title {
  color: #69A5F2;
}

@media only screen and (max-width: 990px) {
  .choose .serviceBox {
    margin: 0 0 30px;
  }
}

/*-- ==================================

		END CHOOSE YOUR VISA

	================================= --*/
/*******************************/
/*********** Start fasteasy CSS **********/
/*******************************/
.fasteasy {
  width: 100%;
}

.fasteasysec {
  position: relative;
  top: 50px;
}

#fasteasy .section-heading {
  position: relative;
  top: -20px;
}

.fasteasy .row {
  position: relative;
  z-index: 6;
}

.fasteasy::before {
  width: 100%;
  content: "";
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/shape3.png);
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  height: 1350px;
  margin-top: -165px;
}

.fasteasy .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}

.fasteasy .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

.fasteasy .section-heading p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  margin: auto;
  width: 80%;
}

#fasteasy .serviceboxsec .service-icon {
  font-size: 55px !important;
  text-align: center !important;
  line-height: 113px !important;
  width: 200px !important;
  height: 200px !important;
  margin: 0 auto 28px !important;
  border-radius: 50% !important;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.41) inset;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.41) inset;
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.41) inset;
  position: relative !important;
  z-index: auto;
  background: #df9704;
  border: 5px solid #a0ce4e;
}

#fasteasy .serviceboxsec .service-icon:before,
#fasteasy .serviceboxsec .service-icon:after {
  content: "";
  width: 93%;
  height: 93%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -14;
}

#fasteasy .serviceboxsec .service-icon::after {
  background: #a0ce4e;
  width: 80px;
  height: 75px;
  position: absolute;
  border: none;
  border-radius: 0;
  transform: rotate(-42deg);
  left: 0;
  top: 165px;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  right: 0;
  margin: auto;
  z-index: -12;
}

#fasteasy .serviceboxsec img {
  width: 80px;
  height: 80px;
  position: relative;
  top: 0px;
}

.serviceboxsec h3 {
  font-size: 18px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 5%;
  position: relative;
  top: -130px;
  width: 35%;
  margin: auto;
  text-transform: capitalize;
}

.fastcontactpicbg {
  background-size: 100% 100%;
  background-image: url(../images/fastcontactpicbg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  z-index: 333;
  width: 92%;
  height: 100%;
}

.fastcontactpic {
  width: 80%;
  height: 93%;
}

.fastcontactpic img {
  width: 100%;
  height: 100%;
  object-fit: initial;
}

.fastser {
  position: relative !important;
  left: -20% !important;
  top: 10% !important;
}

/*******************************/
/*********** End fasteasy CSS **********/
/*******************************/
/*******************************/
/*********** Start Info & map CSS **********/
/*******************************/
  .info_map h2{
    color: #fff;
    font-size: 3.3rem;
    margin: auto;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    padding-bottom: 3%;
}

.info_map a {
  text-decoration: none !important;
}
.info_map h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  padding-top: 2%;
  padding-bottom: 6%;
}

.info_map h3:hover {
  color: #134cb3 !important;
  transition: .5s;
}

.infobg {
  background-size: cover;
  background: url(../images/infobg.jpg);
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-bottom: 3%;
  height: auto;

}

.infobg .bookbtn {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
}

.infobg .bookbtn:hover {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #df9704;
  text-decoration: none;
}

/*******************************/
/*********** End Info & map CSS **********/
/*******************************/
/*******************************/
/*********** Start Clinics Table CSS **********/
/*******************************/
.clinicstable {
  background-size: 100% 100%;
  background-image: url(../images/homebg.jpg);
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-bottom: 5%;
  height: auto;
}

.clinicstable .section-heading {
  padding-top: 0%;
}

/*.clinicstable .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 42;
  height: 15px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}*/

.clinicstable .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.sr-only,
.uncheck span,
.dollars span:first-child {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table {
  width: 100%;
  cursor: default;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  margin: 5rem auto 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.info {
  background-color: #134cb3;
  padding-left: 2%;
}

.info p {
  font-size: 19px;
  font-weight: normal;
}

.serialnum {
  background-color: #f2b73f;
  text-align: center;
}

tbody tr .check {
  background-color: #518dfa;
  text-align: center;
}

tbody tr .check1 {
  background-color: #4273cc !important;
  text-align: center;
}

tbody tr .check2 {
  background-color: #518dfa;
  text-align: center;
}

thead {
  font-family: "Outfit", sans-serif;
}

thead th {
  background-color: #df9704;
  background-size: 100% 100%;
  color: #fff;
  line-height: 3rem;
  width: auto;
  font-weight: 700;
  text-align: center;
}

thead th:first-child {
  text-align: center;
  padding: 0 10px;
  width: 10%;
}

tbody {
  line-height: 1.925;
  text-align: center;
  font-weight: 300;
}

tbody th {
  text-align: left;
  font-weight: 300;
  padding: 5px 10px;
}

tbody tr sup {
  font-size: 10px;
  line-height: 10px;
}

tbody tr .serialnum {
  width: 10%;
}

tbody th,
tbody tr td {
  border-width: 0px;
  border-style: solid;
  border:1px solid #134cb3;
}

tbody th,
tbody tr td {
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

tbody tr img {
  width: 30px;
  height: 30px;
  margin: 10px;
}

tbody tr:last-child {
  border-bottom: 1px solid #134cb3;
}

.even,
tbody tr:nth-child(2n-1) {
  background: #eeece1;
}

tbody tr {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/*

tbody tr:hover th[scope="row"],

tbody tr:hover td {

	background: #df9704;

	border: 1px solid #8cb420;

	transition: .5s;

}

*/
tfoot p {
  font-size: 12px;
  color: #707070;
  line-height: 1.4;
  margin: 1.5rem .5rem;
}

tbody tr:hover .uncheck {
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  background: #eeece1;
}

tbody tr:hover .uncheck:last-of-type {
  border-right: 1px solid #8cb420 !important;
}

tbody tr:hover .check {
  border-left: 1px solid #8cb420;
}

/*

.check:after {

	content: "\f00c";

	font-family: FontAwesome;

	padding: 0 3px;

	color: #8cb420;

}

.dollars:before {

	content: "\f155 ";

	font-family: FontAwesome;

	padding: 0 3px;

	vertical-align: baseline;

	color: #333;

}

*/
.dollars {
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px),
only screen and (max-device-width: 768px) {
  body {
    font-size: 14px;
  }

  tbody th,
  tbody td {
    padding: 10px;
    line-height: 1.333;
  }

  .check:after {
    font-size: 1rem;
  }

  .dollars {
    line-height: 1.333;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .length,
  .amount {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  span[data-length]:before {
    content: attr(data-length);
  }

  span[data-amount]:before {
    content: attr(data-amount);
  }
}

@media only screen and (max-width: 639px),
only screen and (max-device-width: 639px) {

  tbody th,
  tbody td {
    padding: 10px 5px;
    line-height: 1.333;
  }

  tbody th[scope="row"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*@media only screen and (max-width: 479px),*/
/*	only screen and (max-device-width: 479px) {*/
/*	body {*/
/*		margin: 0;*/
/*		font-size: 13px;*/
/*	}*/
/*	table {*/
/*		top: 3.3rem;*/
/*		margin: 0 0 64px;*/
/*	}*/
/*	thead {*/
/*		position: fixed;*/
/*		width: 100%;*/
/*		top: 0;*/
/*		z-index: 1;*/
/*	}*/
/*	th[scope="col"] {*/
/*		width: 21%;*/
/*	}*/
/*	th[scope="col"] {*/
/*		padding: 5px;*/
/*	}*/
/*	th[scope="col"]:first-child {*/
/*		padding: 5px 5px 5px 10px;*/
/*	}*/
/*	tbody td {*/
/*		width: 17%;*/
/*	}*/
/*	tfoot p {*/
/*		margin-top: 1rem;*/
/*	}*/
/*}*/
/*******************************/
/*********** End Clinics Table CSS **********/
/*******************************/
/*******************************/
/*********** Start Services CSS **********/
/*******************************/
#servicepage {
  padding-top: 5%;
  padding-bottom: 5%;
}

.servicepage .col-lg-4 {
  margin-bottom: 20px;
}

#servicepage .service-item {
  width: 100%;
  border: 1px solid #838383;
  padding: 8px;
  margin-bottom: 15%;
  background-color: #fff;
}

#servicepage .down-content {
  min-height: 350px;
}

#servicepage a {
  width: 85% !important;
}

#servicepage .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  height: 15px;
  width: 23%;
  left: 0%;
  right: 0%;
  margin: auto;
  top: 60px;
}

#servicepage .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7%;
}

#servicepage .service-item img {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

/*******************************/
/*********** End Services CSS **********/
/*******************************/
/*******************************/
/*********** Start Recovery Process CSS **********/
/*******************************/
.recovery_process {
  background-size: 100% 100%;
  background-image: url(../images/homebg.jpg);
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-bottom: 0%;
  height: 1300px;
}

.recovery_process .section-heading {
  padding-top: 5%;
}

/*.recovery_process .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 37;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
*/
.recovery_process .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.recovery_process .section-heading p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  margin: auto;
  text-align: center;
  width: 80%;
}

.recovery_process .processpic {
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 260px;
  left: 6%;
  top: 10px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: 2px 1px 14px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 1px 14px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 14px -1px rgba(0, 0, 0, 0.75);
}

.processbox1 {
  display: flex;
  margin-top: 4%;
  margin-left: 25%;
}

.processbox1 .processtext {
  width: 70%;
  background-size: 100% 100%;
  background-image: url(../images/redbg.png);
  background-repeat: no-repeat;
  height: 135px;
  padding-left: 8%;
  padding-top: 2%;
}

.processbox1 .processtext h3 {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.processbox1 .processtext p {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: normal;
  width: 96%;
  line-height: 20px;
}

#processbox2 {
  position: relative;
  top: -180px;
  width: 60%;
  left: 18%;
}

#processbox2 .processtext {
  width: 58%;
  background-size: 100% 100%;
  background-image: url(../images/orangebg.png);
  background-repeat: no-repeat;
  height: 280px;
  padding-left: 12%;
  padding-top: 8%;
}

#processbox2 .processpic {
  width: 300px;
  background-color: bisque;
  height: 260px;
  left: 7%;
  top: 10px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#processbox2 .processtext p {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: normal;
  width: 92%;
  line-height: 20px;
}

#processbox3 {
  position: relative;
  top: -23%;
  width: 60%;
  left: -25%;
}

#processbox3 .processtext {
  width: 58%;
  background-size: 100% 100%;
  background-image: url(../images/yellowbg.png);
  background-repeat: no-repeat;
  height: 280px;
  padding-left: 3%;
  padding-top: 8%;
}

#processbox3 .processpic {
  width: 300px;
  background-color: bisque;
  height: 260px;
  left: -8%;
  top: 10px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#processbox3 .processtext p {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
}

#processbox4 {
  position: relative;
  top: -27%;
  width: 92%;
  left: -25%;
}

#processbox4 .processtext {
  width: 58%;
  background-size: 100% 100%;
  background-image: url(../images/lightgreenbg.png);
  background-repeat: no-repeat;
  height: 140px;
  padding-left: 3%;
  padding-top: 2%;
}

#processbox4 .processpic {
  width: 300px;
  background-color: bisque;
  height: 260px;
  left: -6%;
  top: -130px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#processbox4 .processtext p {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
}

#processbox5 {
  position: relative;
  top: -38%;
  width: 81%;
  left: 0%;
}

#processbox5 .processtext {
  width: 62%;
  background-size: 100% 100%;
  background-image: url(../images/greenbg.png);
  background-repeat: no-repeat;
  height: 280px;
  padding-left: 10%;
  padding-top: 7%;
  margin-left: 8%;
}

#processbox5 .processpic {
  width: 300px;
  background-color: bisque;
  height: 265px;
  left: 14%;
  top: 10px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#processbox5 .processtext p {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
}

/*******************************/
/*********** End Recovery Process CSS **********/
/*******************************/
/*******************************/
/*********** Start review CSS **********/
/*******************************/
#review {
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
  position: relative;
  background: url(../images/reviewbg.jpg) fixed;
  background-repeat: no-repeat;
}
#review::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  background-color: #134cb38c;
}
#review .padtop10 {
  padding-top: 5%;
}

#review .owl-nav i {
  font-size: 25px;
  color: #df9704;
}

/*#review .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 43;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}*/
.review-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: inline-flex !important;
  justify-content: center;
  top: 30%;
  transform: translateY(-30%);
}
#review .section-heading h2 {
  color: #fff;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

#review h2 {
  color: #39a2a2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
}

#review p {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 3%;
}

.google-rating {
  width: 35%;
}

.google-rating img {
  width: 100%;
  height: 100px;
}

.review .writebtn {
  padding: 15px 20px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  background-color: #df9704;
  text-decoration: none;
  border-radius: 50px !important;
  position: relative;
  top: 0px;
  border: 1px solid #df9704;
}

.review .writebtn:hover {
  color: #fff;
  background-color: #134cb3;
  border: 1px solid #134cb3;
  transition: .5s;
}

#review .review-carousel {
  margin-top: 40px;
}

.review-carousel .owl-nav i{
  font-size: 30px;
  color: #df9704;
}

.reviewbox {
  width: 90%;
  margin-left: 5%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 20px;
}

.reviewbox img {
  width: 100%;
}

#review .bookbtn {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff;
  font-weight: bold !important;
  border-radius: 40px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
}

#review .bookbtn:hover {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
}

.reviewbox i {
  font-size: 20px;
  color: #EF6B05;
  margin-bottom: 10px;
  margin-top: 0px;
}

#review .testinewcon {
  width: 100% !important;
  height: 150px !important;
  padding-bottom: 10px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

#review .owl-dots {
  margin-top: 3%;
}

#review .reviewbox h4 {
  font-weight: bold;
    font-size: 20px;
}

#review .reviewbox p {
  color: #000;
  font-weight: normal;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 3%;
}

#review .bookbtn {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff;
  font-weight: bold !important;
  border-radius: 40px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
}

#review .bookbtn:hover {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
}

/*******************************/
/*********** End review CSS **********/
/*******************************/
/*******************************/
/*********** Start Patient Forms page CSS **********/
/*******************************/
#patient {
  padding-top: 5%;
  padding-bottom: 7%;
  width: 100%;
  background-color: #f2f3f3;
}

#patient .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5%;
}

#patient .section-heading p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
}

#patient .section-heading p a {
  color: #134cb3;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
}

#patient .bookbtn {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
}

#patient .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  top: 50px;
  margin: auto;
}

/*******************************/
/*********** End Patient Forms page CSS **********/
/*******************************/
/*******************************/
/*********** Start review page CSS **********/
/*******************************/
#reviewpage {
  padding-top: 5%;
  padding-bottom: 7%;
  width: 100%;
  background-color: #f2f3f3;
}

#reviewpage h4 {
  color: #D85030;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
}

#reviewpage .uk-list {
  margin-top: 5%;
}

#reviewpage ul li {
  list-style: none;
  text-align: left;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  color: #df9704;
}

#reviewpage ul li::before {
  content: "\f14a";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -20px;
  font-size: 16px;
  color: #df9704;
}

#reviewpage .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#reviewpage .section-heading p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
}

#reviewpage .section-heading p b {
  color: #134cb3;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
}

#reviewpage .padtop10 {
  padding-top: 3%;
  padding-bottom: 5%;
}

#reviewpage .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}

#reviewpage .reviewcon {
  border: 1px solid #A7A7A7;
  padding: 20px;
  border-radius: 10px;
}

#reviewpage .reviewcon .star i {
  color: #F96304;
  padding-right: 3px;
  margin-bottom: 5px;
}

#reviewpage .reviewcon h3 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 0%;
}

#reviewpage .reviewcon p {
  color: #444;
  font-weight: normal;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 0%;
}

#reviewpage .reviewcon {
  margin-top: 2%;
}

#reviewpage input {
  width: 100%;
  border: 1px solid #134cb3;
  border-radius: 50px;
  padding-left: 3%;
  min-height: 40px;
}

#reviewpage textarea {
  width: 100%;
  border: 1px solid #134cb3;
  border-radius: 10px;
  padding: 2%;
}

#reviewpage select {
  border: 1px solid #134cb3;
  border-radius: 50px;
  padding: 8px 20px;
  background: #fff;
  width: 100%;
}

#reviewpage form {
  text-align: left;
  margin-top: 5%;
}

#reviewpage form label {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  padding-top: 2%;
  margin-bottom: 5px;
}

#reviewpage .submitbtn {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff;
  width: 30%;
  margin-top: 5%;
  font-weight: bold !important;
  border-radius: 40px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  background-color: #df9704;
  text-decoration: none;
}

#reviewpage .submitbtn:hover {
  color: #fff;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
  transition: .5s;
}

/*******************************/
/*********** End review page CSS **********/
/*******************************/
/*******************************/
/*********** Start Team CSS **********/
/*******************************/
.team {
  padding-top: 3%;
  padding-bottom: 0%;
  position: relative;
  z-index: 32;
}

.team-shape {
  width: 100%;
  background-size: 100% 100%;
  background-image: url(../images/Shape1.png);
  position: absolute;
  height: 1400px;
  z-index: 2;
  margin-top: -255px;
}

.team .section-header h2 {
  font-size: 3rem;
  color: #df9704;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 2%;
  text-transform: uppercase;
  padding-bottom: 2%;
}

.circle_logo3 {
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 4%;
  right: 0px;
  margin-top: 12%;
  box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
}

.circle_logo3 img {
  margin-top: 20px;
}

.team-carousel {
  text-align: center;
}

.team-carousel .owl-dots {
  display: block !important;
  margin-top: -50px;
  position: absolute;
  left: 0;
  right: 0;
}

.team-carousel .owl-nav {
  display: block !important;
}

.team-carousel .owl-prev {
  position: absolute;
  font-size: 50px;
  color: #134cb3;
  left: -10px;
}

.team-carousel .owl-next {
  position: absolute;
  right: -10px;
  font-size: 50px;
  color: #134cb3;
}

.team-carousel .owl-nav {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 500px;
}

.team-carousel .owl-dot {
  width: 20px;
  height: 10px;
  background: #CECECE;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
}

.team-carousel .owl-dot.active {
  background: #df9704;
  width: 40px;
}

.team .down-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  font-weight: normal;
  padding-top: 0%;
}

.team .down-content h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  color: #df9704;
  font-weight: bold;
  padding-top: 0%;
}

.team .down-content p {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 0%;
  padding-bottom: 10%;
  min-height: 180px;
}

.team-carousel a.filled-button {
  background-color: #fff;
  color: #134cb3 !important;
  font-size: 19px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid #134cb3;
  text-align: center;
  width: 60%;
  left: 0px;
  bottom: 20px;
}
.team-carousel:hover .filled-button {
  background-color: #134cb3;
  color: #fff !important;
}


.team-carousel .service-item {
  border: 0px solid #838383;
}


.team-carousel .service-item .down-content {
  position: relative;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  padding-bottom: 20%;
}

.team-carousel .service-item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/*******************************/
/*********** End Team CSS **********/
/*******************************/
/*--=================================

		Start Our Blog 

	-====================================*/
.blog {
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover;
  background: url(../images/blogbg.jpg);
  background-repeat: no-repeat;
}

.blog .card-desc {
  padding: 1.25rem;
  position: relative;
  z-index: 454545;
  top: -50px;
  background: #ffffff;
  width: 90%;
  min-height: 500px;
}

.blog .card-desc .d-flex p {
  height: auto !important;
  min-height: auto !important;
}

.blog .card-img {
  display: none;
}

.blog .padbottom5 {
  padding-bottom: 5%;
}

.blog-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.blog-carousel .owl-dot {
  height: 10px !important;
  width: 30px !important;
  margin: 5px !important;
  border-radius: 10px !important;
  background-color: #cdcdcd !important;
}

.blog-carousel .owl-dot.active {
  background-color: #df9704 !important;
  width: 40px !important;
}

.blog p {
  color: #df9704;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.blog .section-heading h2 {
  color: #fff;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.blog .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}

.view_mo_btn {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #5f9e3d;
  background-color: #fff;
  text-align: center;
}

.view_mo_btn:hover {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #5f9e3d;
  background-color: #5f9e3d;
  text-align: center;
  color: #fff;
}

.card-desc h5 {
  font-size: 18px;
  color: #303030;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  padding-top: 10%;
}

.card-img {
  position: relative;
}

.card-img img {
  width: 95% !important;
  height: 300px;
  display: block;
  object-fit: cover;
}

.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #E81F41;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}

.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}

.card-desc {
  padding: 1.25rem;
  position: relative;
  z-index: 454545;
  top: -50px;
  background: #ffffff;
  width: 90%;
}

.card-desc h3 {
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

.card-desc p {
  color: #747373;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 5%;
  padding-top: 3%;
  min-height: 300px;
}

.btn-card {
  background-color: #1ABC9C;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}

.vl-blog {
  border-left: 10px solid #327403;
  height: 78px;
  float: left;
  margin-left: -21px;
}

.blog .readmorebtn {
  color: #327403;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.blog .readmorebtn:hover {
  color: #df9704;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}

/*--=================================

		End Our Blog 

	-====================================*/
/*--=================================

             Start brand

	-====================================*/
.brand {
  padding-top: 5%;
  padding-bottom: 5%;
}
.branditem{
  width: 95%;
  margin: auto;
}
.brand .section-heading::after {
  content: "";
  background-size: 100% 100%;
  /*background-image: url(../images/border.png);*/
  background-repeat: no-repeat;
  position: absolute;
  z-index: 40;
  height: 15px;
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}
.brand .owl-nav {
  top: 30%!important;
  position: absolute!important;
}
.brand .owl-nav i {
  font-size: 25px;
  color: #df9704;
}
.brand .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.brand .section-heading p {
  color: #000;
  font-weight: normal;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 3%;
}

.brand .branditem img {
  width: 100%;
  height: 100px;
  border: 1px solid #134cb3;
  border-radius: 20px;
  object-fit: contain;
}


/*--=================================

		End brand

	-====================================*/
/* Testimonials Style */
.circle_logo5 {
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 2%;
  z-index: 41;
  right: 0px;
  margin-top: -15%;
  box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
}

.circle_logo5 img {
  margin-top: 20px;
}

.testimonials {
  background-image: url(../images/Shape2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  position: relative;
  top: -210px;
  height: 520px;
}

.testimonial-content.owl-carousel.owl-loaded.owl-drag {
  position: relative;
  top: 60px;
}

.testimonials .section-heading h2 {
  width: 70%;
  margin: auto;
  font-size: 3rem;
  color: #df9704;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 5%;
  padding-bottom: 0%;
  text-transform: uppercase;
}

.testimonials .section-heading p {
  width: 60%;
  margin: auto;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  padding-top: 1%;
}

.testimonials .view-button {
  background-color: #fff;
  color: #134cb3;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 1px solid #134cb3;
  border-radius: 50px;
  margin-top: 10%;
  margin-left: 0%;
  margin-bottom: 0%;
  z-index: 36;
  position: relative;
}

.testimonials .view-button:hover {
  background-color: #df9704;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: "Outfit", sans-serif;
  border: 1px solid #df9704;
  border-radius: 50px;
  margin-bottom: 0%;
  z-index: 36;
  position: relative;
}

.testimonial-item {
  background: #dfffe9;
}

.testimonial-item .inner-content {
  text-align: left;
}

.testimonial-item p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5%;
  font-weight: normal;
  font-family: 'Poppins', sans-serif
}

.testimonial-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.testimonial-item span {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #df9704;
  padding-bottom: 3%;
}

.testimonial-pic {
  border-radius: 0%;
  width: 25%;
  height: auto;
  margin-right: 5%;
}

.testimonial-pic img {
  width: 100%;
  height: 170px;
  border-radius: 0%;
  object-fit: cover;
}

.testimonial-content .owl-dots {
  display: block !important;
  position: relative;
  top: 50px;
}

.testimonial-content .owl-nav {
  display: block !important;
}

.testimonial-content .owl-prev {
  position: absolute;
  font-size: 50px;
  color: #134cb3;
  left: -40px;
}

.testimonial-content .owl-next {
  position: absolute;
  right: -40px;
  font-size: 50px;
  color: #134cb3;
}

.testimonial-content .owl-nav {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 150px;
}

.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}

.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}

.sec-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}

.sec-title p {
  font-size: 18px;
  line-height: 28px;
}

.testimonial-area {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}

.single-testimonial {
  border: 7px solid #fff;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

.single-testimonial p {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-info {
  position: relative;
  z-index: 3;
}

.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}

.client-info h6 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #fff;
}

.testimonial-content .owl-dot {
  width: 20px;
  height: 10px;
  background: #CECECE;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
}

.testimonial-content .owl-dot.active {
  background: #df9704;
  width: 40px;
}

/* Testimonials Style End */
/*******************************/
/*********** Start consultation CSS **********/
/*******************************/
.consultation {
  background-image: url(../images/requestappointmentbg.jpg);
  background-size: 100%;
  width: 100%;
  padding-top: 12%;
  position: relative;
  padding-bottom: 10%;
  background-position: bottom;
}
.consultation .container{
  position: relative;
  z-index: 745;
}
.consultation::before{
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100%;
  z-index: auto;
  height: 99%;
  background: #134cb38c;
}
.consultation a {
  text-decoration: none !important;
}

.consultation h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  padding-top: 1%;
  padding-bottom: 2%;
  z-index: 39;
  position: relative;
}

.consultation h2:hover {
  color: #fff;
  transition: .5s;
}

.consultation h3 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 0rem;
  padding-top: 3%;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 40;
}

.consultation .bookbtn {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  padding: 15px 20px !important;
  font-weight: bold;
}

.consultation .bookbtn:hover {
 
}

.circle_logo4 {
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 2%;
  z-index: 41;
  right: 0px;
  margin-top: 20px;
  box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.75);
}

.circle_logo4 img {
  margin-top: 20px;
}

/*******************************/
/*********** Ends consultation CSS **********/
/*******************************/
/*******************************/
/*********** Start sitemap CSS **********/
/*******************************/
#sitemap .aon-title {
  color: #134cb3;
  font-weight: bold;
  font-size: 25px;
  font-family: "Outfit", sans-serif;
  padding-top: 0%;
  border-bottom: 1px solid #134cb3;
  padding-bottom: 1%;
  margin-bottom: 2%;
}

#sitemap h4 {
  color: #df9704;
  font-weight: bold;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  padding-top: 0%;
  padding-bottom: 1%;
  margin-bottom: 2%;
}

#sitemap .siteicon {
  padding-left: 4%;
}

#sitemap .siteicon2 {
  padding-left: 4%;
}

#sitemap ul {
  padding-left: 0px;
}

#sitemap .list-check-style2 {
  list-style: none;
  margin-top: 2%;
}

#sitemap li a {
  margin-bottom: 0px;
  font-size: 16px;
  color: #303030;
  width: 80%;
  font-family: "Outfit", sans-serif;
  text-align: justify;
  list-style: none;
  line-height: 25px;
  text-decoration: none;
}

#sitemap li a:hover {
  color: #134cb3;
  transition: .5s;
}

.aon-med-appoint-area2 ul li {
  list-style: none;
}

.aon-med-appoint-area2 .siteicon li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -15px;
  font-size: 16px;
  color: #df9704;
  margin-top: 0px;
  font-weight: bold;
}

.aon-med-appoint-area2 .siteicon2 li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -20px;
  font-size: 16px;
  color: #df9704;
  margin-top: 2px;
  font-weight: bold;
}

.aon-med-appoint-area2 .siteicon3 li {
  margin-left: 7%;
}

.aon-med-appoint-area2 .siteicon3 li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 16px;
  color: #df9704;
  margin-top: 2px;
  font-weight: bold;
  margin-left: -20px;
}

/*******************************/
/*********** Ends sitemap CSS **********/
/*******************************/
/* footer section */
.footer {
  background: url(../images/footerbg.jpg) fixed;
  background-size: cover;
  background-position: center;
  padding-top: 3%;
  padding-bottom: 1%;
  position: relative;
}

.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  background-color: #09317abf;
}
.footer-single-cell {
  font-size: 16px;
  color: #5b5959;
  padding-bottom: 15%;
}

.footer .footerlogo img {
  margin-top: 5%;
  width: 85%;
}

.footer-single-cell a {
  padding-bottom: 0px;
}

.footer-contact li {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}

.footer-social a i {
  color: #134cb3;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;
}

.footer-social a i:hover {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;
}

.footer-social a {
  padding-bottom: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.footer-social a:hover {
  background: #134cb3;
  transition: .5s;
}

.footer-contact li i {
  margin-top: 5px;
}

.footer-contact li a::before {
  position: relative !important;
  content: "" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  margin-right: 10px;
}

.footer-contact li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.footer-contact li p {
  color: #fff;
  padding-left: 15px;
  width: 60%;
  font-size: 20px;
  line-height: 25px;
}

.footer-contact li p a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 50px;
}

.footer-single-cell h4 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding-bottom: 40px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
}

.footer-single-cell p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-family: "Outfit", sans-serif;
}
.footer-single-cell ul li .dropdown-item:hover{
  background-color: transparent!important;
}
.footer-single-cell ul li {
  list-style: none;
  line-height: 20px;
  font-size: 19px;
}

.footer-single-cell ul li a:hover {
  color: #df9704;
  transition: .5s;
}

.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
}

.footer-single-cell .social-icon ul li {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

.footer-single-cell .social-icon ul li i {
  color: #134cb3;
  position: relative;
  left: -4px;
  top: 7px;
}

.footer-single-cell ul {
  padding-left: 0;
}

.footer-single-cell hr {
  width: 60px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 30px;
}

.first-item li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}

.footer .social-icon ul li i {
  font-size: 18px;
}

.footer button {
  padding: 10px 5px;
  background: #f0d327;
  text-align: center;
  color: #266d89;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
  border: none;
  font-weight: bold;
  position: relative;
  bottom: 1px;
}

.footer .form-control {
  border-radius: 0px !important;
}

.footer-single-cell ul li a::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer-single-cell .social-icon ul li a::before {
  position: relative;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.clientspic {
  width: 100%;
}

.clientspic img {
  width: 100%;
  height: 70px;
}

.clientspic2 {
  width: 70%;
  height: 70px;
}

.clientspic2 img {
  width: 85%;
  height: 70px;
}

.clientspic img {
  width: 100%;
  height: 60px;
}

.social-icon ul li {
  display: inline-block;
  padding: 0px !important;
}

.social-icon uli li a {
  line-height: 50px;
}

.copyright {
  background-color: #0e0e0e;
  padding-top: 25px;
}

.footer_bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Outfit", sans-serif;
  border-top: 2px solid #fff;
}

.copyright_content p {
  font-size: 16px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}

.bottom_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.bottom_menu ul li {
  position: relative;
}

.bottom_menu ul li a {
  padding: 0px 10px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.bottom_menu ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.copyright_container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 22px 0;
}

.copyright_text p {
  color: #ffffff;
  margin: 0;
  font-size: 19px;
  text-align: center;
  padding-top: 10px;
}

.copyright_text p a {
  color: #fff;
  margin: 0;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}

.copyright_text p a:hover {
  color: #fff;
  transition: .5s;
}

/* end of footer section */
/* Footer End */
/* ====================  Start breadcrumb Area css    ====================== */
.aon-page-benner-overlay {
  position: absolute;
  opacity: 0.4;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aon-page-benner-area {
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.sf-banner-heading-wrap {
  display: table;
  position: relative;
  height: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.sf-banner-heading-wrap {
  font-size: 55px;
  margin-bottom: 0px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  color: #fff;
}

.sf-banner-heading-large {
  padding-top: 5%;
}

@media only screen and (max-width:767px) {
  .sf-banner-heading-large {
    font-size: 36px;
  }

  .sf-banner-heading-wrap {
    height: 300px;
  }
}

.sf-banner-heading-large strong {
  font-weight: 600;
}

.sf-banner-breadcrumbs-nav ul {
  margin: 0;
  line-height: 0px;
  text-align: center;
}

.sf-banner-breadcrumbs-nav ul li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin-right: 0px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}

.sf-banner-breadcrumbs-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.sf-banner-breadcrumbs-nav ul li a:hover {
  color: #00a9a5;
}

.sf-banner-breadcrumbs-nav ul li:after {
  content: '\f101';
  position: relative;
  top: 1px;
  font-size: 18px;
  color: #fff;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  left: 5px;
}

.sf-banner-breadcrumbs-nav ul li:last-child:after {
  display: none;
}

/* ====================  End breadcrumb Area css    ====================== */
/* ====================  Start mission css    ====================== */
#mission .media img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

#mission .section-head p {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: capitalize;
}

#mission .aon-title {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  padding-top: 10%;
  padding-bottom: 7%;
}

#mission .aon-med-appoint-area2 {
  padding-top: 2%;
  padding-bottom: 5%;
}

/* ====================  End Start mission css    ====================== */
.aon-med-future-area img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/*--======================================

		start About Us

	-=============================================*/
#abtpage {
  padding-top: 5%;
  padding-bottom: 10%;
}

#abtpage a {
  width: 100% !important;
}

#abtpage .aone-med-future-r-inner {
  position: absolute;
}

#abtpage .section-head {
  margin-bottom: 0px;
  padding-left: 0%;
  padding-top: 10%;
}

#abtpage .section-head p {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #000;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: capitalize;
}

#abtpage .section-head p font {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  letter-spacing: normal;
  font-weight: bold;
  text-transform: capitalize;
}

#abtpage .section-head font {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #df9704;
  letter-spacing: normal;
  font-weight: bold;
  text-transform: capitalize;
}

#abt_whychoose .aon-med-appoint-area2-content p {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  margin-bottom: 0rem;
  padding-top: 3%;
}

#abt_whychoose .list-check-style2 li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 15px;
  font-size: 19px;
  color: #fff !important;
}

.list-check-style2 {
  list-style: none;
  padding-left: 25px;
  margin-top: 3%;
}

.aone-med-future-r-section ul li {
  list-style: none;
}

.aone-med-future-l-inner .aone-med-future-content {
  padding: 30px;
  color: #fff;
  background-color: #df9704;
  height: auto;
  width: 50%;
  float: left;
  text-align: center;
}

.aone-med-future-l-inner .aone-med-future-content img {
  width: 125px !important;
  height: 115px !important;
}

.aone-med-future-r-inner .aone-med-future-content img {
  width: 125px !important;
  height: 115px !important;
}

.aone-med-future-content p {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
  text-transform: capitalize;
}

.aone-med-future-l-inner .aone-med-future-content h3 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
}

.aone-med-future-l-inner .aone-med-future-content span img {
  padding-bottom: 10px;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}

.aone-med-future-content span img {
  margin-bottom: 20px;
  display: block;
  width: 50px;
  height: 50px;
}

.aone-med-future-l-inner .media {
  width: 50%;
  height: 100%;
}

.aone-med-future-l-inner .media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.aone-med-future-r-inner .aone-med-future-content {
  padding: 10px;
  height: 200px;
  color: #fff;
  background-color: #134cb3;
  float: right;
  width: 49%;
  position: relative;
  top: 0px;
  text-align: center;
  left: -13px;
}

.aone-med-future-r-inner .aone-med-future-content h3 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: normal;
}

.aone-med-future-r-inner .aone-med-future-content span {
  margin-bottom: 20px;
  display: block;
}

.aone-med-future-r-inner .media img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.aone-med-future-r-inner .media {
  width: 49%;
  height: auto;
  float: left;
  position: relative;
  top: -175px;
}

.aon-med-working-area {
  padding-bottom: 5%;
  padding-top: 5%;
}

.aon-med-working-area h2 {
  font-weight: bold;
  color: #28581e;
}

.aon-med-future-section {
  color: #df9704;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 600;
}

.aon-med-working {
  padding: 20px;
  text-align: center;
  border: 1px solid #eee;
}

.aon-med-working:hover {
  -webkit-box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
  transition: .5s;
}

.aon-med-working .media span {
  width: 170px;
  height: 160px;
  background-color: #fff;
  margin: 0px auto 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #ff8a00;
  border-radius: 6px;
  overflow: hidden;
}

.aon-med-working-info h4 {
  color: #2f6759;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.aon-med-working-info p {
  color: #000;
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "Outfit", sans-serif;
}

.section-head.center {
  text-align: center;
  margin: 0px auto 60px;
  max-width: 60%;
}

#abtpage .section-head {
  margin-bottom: 0px;
  padding-left: 0%;
  padding-top: 10%;
}

#abtpage .left {
  border-right: 0px !important;
}

.aon-med-appoint-area2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aon-med-appoint-area2 .section-head.white .aon-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  padding: 0px;
  width: 100%;
  padding-top: 10%;
}

.aon-med-appoint-area2 h2 {
  font-size: 3rem;
  margin: auto;
  width: 70%;
  color: #fff;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  padding-top: 3%;
}

.aon-med-appoint-area2 {
  padding-top: 2%;
  padding-bottom: 8%;
}

.aon-med-appoint-area2 .media {
  width: 100%;
  height: 400px;
  padding-top: 10%;
}

.aon-med-appoint-area2 .media img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}

.aon-med-appoint-area2-content .section-head.white {
  width: 90%;
  float: right;
}

.aon-med-appoint-area2-content h4 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-family: "Outfit", sans-serif;
  padding-top: 2%;
}

.aon-med-appoint-area2-content .section-head.white .aon-title {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  padding-top: 10%;
  padding-bottom: 0%;
}

.aon-med-appoint-area2-content .aon-med-appoint-area2-content .section-head p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  width: 100%;
  font-family: "Outfit", sans-serif;
}

.aon-med-appoint-area3 .aon-med-appoint-area2-content .section-head p {
  font-size: 16px;
  color: #000;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
}

.aon-med-appoint-area2 .aon-med-appoint-area2-content {
  padding-top: 0%;
}

.aon-med-appoint-area3 .media img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.aon-med-appoint-area3 .media {
  width: 100%;
}

.aon-med-appoint-area3 .section-head.white .aon-title {
  color: #134cb3;
  font-weight: bold;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  padding-top: 10%;
  padding-bottom: 2%;
}

.section-head.left .aon-title {
  margin-bottom: 8%;
  font-size: 3.3rem;
  font-weight: 700;
  color: #134cb3;
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
}

.aon-med-appoint-area2-content .aon-sub-title {
  color: #df9704;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
}

/*--======================================

		End About Us

	-=============================================*/
/*--=================================

		 start Medical library

	-====================================*/
.library {
  padding-top: 5%;
  padding-bottom: 5%;
}

.library .lipborder {
  border: 1px solid #df9704;
  margin-top: 3%;
}

.library .service-item img {
  width: 100%;
  overflow: hidden;
  height: 300px;
  object-fit: cover;
}

.library h4 {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  color: #6bac40;
  font-weight: bold;
  padding-top: 1%;
  text-transform: uppercase;
}

.library p {
  margin-bottom: 20px;
  line-height: 22px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #505152;
}

.library .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

.library .section-heading p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  width: 90%;
  margin: auto;
  padding-bottom: 5%;
}

.library .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  position: absolute;
  top: 120px;
  z-index: 65;
  height: 20px;
  width: 25%;
  background-repeat: no-repeat;
  left: 5%;
  right: 0%;
  margin: auto;
}

/*--=================================

		 end Medical library

	-====================================*/
/*--=================================

		 team  page start

	-====================================*/
.doctor-area {
  padding-bottom: 5%;
  padding-top: 5%;
}

.doctor-area .section-title {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-family: "Outfit", sans-serif;
}

.doctor-area .section-title h2 {
  margin-bottom: 0;
  font-size: 3.3rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
}

.doctor-area .section-title span {
  display: block;
  margin-bottom: 5px;
  color: #df9704;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
}

.box {
  font-family: "Outfit", sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.box img {
  width: 100%;
  height: 250px;
  transition: all 0.3s ease-in-out;
}

.doctor-area .box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.name h3 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
}

.name h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  color: #df9704;
}

.name p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Outfit", sans-serif;
  color: #000;
}

.box:hover img {
  opacity: 0.7;
  transform: scale(1.3);
  filter: rotate(180deg);
  height: 250px;
  overflow: hidden;
}

.box .box-content {
  color: #fff;
  background: linear-gradient(109.6deg, rgba(144, 109, 50, 0.8) 11.2%, rgba(198, 153, 77, 0.8) 100.2%);
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding: 15px 0 20px;
  transform: translateX(-50%);
  position: absolute;
  top: -130px;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.box:hover .box-content {
  top: 0;
}

.box .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.box .post {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transition: all 0.4s ease-out;
}

.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.box .icon li a {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  display: block;
  transition: all 0.3s;
}

.box .icon li a:hover {
  border-radius: 0 10px 0 10px;
  box-shadow: 0 0 5px #fff;
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}

#more {
  display: none;
}

.team_con {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid #c2c7cd;
}

.team_con:hover {
  width: 100%;
  transition: .5s;
  box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.75);
}

.team_con:hover .box img {
  opacity: 0.7;
  transform: scale(1.3);
  filter: rotate(180deg);
  overflow: hidden;
  height: 400px;
}

.doctor-area .team_con h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding: 5px 10px;
  width: 70%;
  background: #134cb3;
  margin: auto;
  margin-top: 10px;
}

.doctor-area .team_con h4 {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  text-align: center;
}

.doctor-area .team_con p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding: 20px;
}

.readmore {
  padding: 8px 20px !important;
  font-size: 19px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  background: #df9704;
  text-decoration: none;
  border: none;
  margin-top: 30px;
}

.readmore:hover {
  padding: 8px 20px !important;
  font-size: 19px;
  color: #3e7034;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  background: #fff;
  border: 2px solid #3e7034;
  text-decoration: none;
  transition: .5s;
}

.booknow {
  padding: 8px 20px !important;
  font-size: 19px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  background: rgb(52, 105, 41);
  background: linear-gradient(180deg, rgba(99, 161, 59, 1) 0%, rgba(6, 93, 108, 1) 60%);
  text-decoration: none;
  margin-top: 0px;
  border: none;
}

.booknow:hover {
  padding: 8px 20px !important;
  font-size: 19px;
  color: #3e7034;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  background: #fff;
  border: 2px solid #3e7034;
  text-decoration: none;
  transition: .5s;
}

/*--=================================

		end team  page

	-====================================*/
/*--======================================

		start blog page

	-=============================================*/
.dreamit-single-blog-box {
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  padding-bottom: 30px;
  transition: .5s;
  min-height: 520px;
}

.style-two .dreamit-single-blog-box {
  padding: 0px;
  padding-bottom: 38px;
}

.dreamit-single-blog-box:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background: #C7E0CE;
}

.dreamit-blog-thumb {
  position: relative;
}

.dreamit-blog-thumb img {
  width: 100%;
  height: 250px;
  display: none;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.post-catgory {
  position: absolute;
  top: 10px;
  left: 17px;
}

.post-catgory a {
  background: #df9704;
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
}

.dreamit-meta-box {
  text-align: left;
}

.style-two .dreamit-meta-box {
  box-shadow: none;
  padding: 12px 19px;
  text-align: left;
  border-radius: 3px;
  position: relative;
  top: 0;
  background: #fff;
  margin: 0;
}

.dreamit-meta-box a {
  color: #6c757d;
  margin-right: 0px;
  position: relative;
}

/*

.dreamit-meta-box a:before {

    position: absolute;

    content: "";

    top: 6px;

    right: -15px;

    height: 15px;

    width: 1px;

    background: #6c757d;

}

*/
.dreamit-meta-box a:hover {
  color: #df9704;
}

.dreamit-meta-box h3 {
  font-size: 13px;
  display: inline-block;
  color: #6c757d;
  font-family: "Outfit", sans-serif;
}

.dreamit-meta-box h3:hover {
  color: #df9704;
}

.dreamit-meta-box a {
  color: #616161;
}

.dreamit-blog-content {
  padding: 0px 24px 0px;
  text-align: center;
}

.dreamit-blog-button {
  margin-top: 20px;
}

.dreamit-blog-title h2 a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #232323;
  transition: .3s;
  font-family: "Outfit", sans-serif;
  text-align: left;
}

.style-two .dreamit-blog-title h2 a {
  text-align: left;
  font-family: "Outfit", sans-serif;
}

.dreamit-blog-title h2 a:hover {
  color: #df9704;
}

.dreamit-blog-button a i {
  font-size: 12px;
}

.dreamit-blog-content p {
  margin-top: 15px;
  font-size: 20px;
  min-height: 300px;
  font-family: "Outfit", sans-serif;
  color: #4d4d4d;
}

.dreamit-blog-button a {
  display: block;
  text-transform: capitalize;
  padding: 9px 10px;
  border: 1px solid #eee;
  color: #616161;
  font-weight: 400;
  margin-top: 5px;
  transition: .3s;
  border-radius: 3px;
}

.dreamit-blog-button a:hover {
  background: red;
}

.dreamit-blog-button a:hover {
  color: #fff;
}

.page-number ul li a {
  background: #df9704;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

.page-number ul li a.active {
  background: #df9704;
}

.readmore {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: #fff;
}

.readmore:hover {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
}

.blog-area h1 {
  padding-bottom: 3%;
  text-align: center;
  margin: auto;
}

.blog-area p {
  text-align: left !important;
}

.blog-area h2 {
  text-align: left !important;
}

.blog-area h3 {
  text-align: left !important;
}

.blog-area h4 {
  text-align: left !important;
}

.blog-area h5 {
  text-align: left !important;
}

.blog-area.style-three {
  background: #f4f7fc;
  padding: 20px;
}

/*------  Start blog Details ----*/
.blog-single .blog-content {
  padding: 0px;
  margin: 30px 0 30px 0;
}

.blog-single .blog-img {
  display: none;
}

.blogdetailspic img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blog-single .blog-content img {
  width: 100%;
}

.blog-single .blog-content p {
  font-family: "Outfit", sans-serif;
  color: #595959;
  font-size: 16px;
}

.blog-single .blog-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.vs-blog .blog-content h2 {
  font-size: 22px;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  padding-top: 20px;
}

.blog-meta a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #df9704;
  font-weight: 600px;
  font-family: "Outfit", sans-serif;
  padding-bottom: 10px;
}

.blog-meta a:hover {
  color: #134cb3;
  transition: .5s;
}

.widget {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #F3F6F7;
  border-radius: 5px;
}

.blog-details {
  padding-top: 5%;
  padding-bottom: 5%;
}

.blog-meta {
  border-bottom: 1px solid #eee;
}

.widget .widget-title {
  font-size: 28px;
  line-height: 1em;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  padding-bottom: 2%;
  border-bottom: 1px solid #89DEA3;
  margin-bottom: 7%;
}

.widget .chevron-circle-right li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 19px;
  color: #134cb3 !important;
  margin-left: -20px;
}

.widget .chevron-circle-right li {
  list-style: none;
}

.widget .chevron-circle-right li a .active {
  color: #134cb3 !important;
}

.widget .chevron-circle-right li a {
  padding-top: 0%;
  padding-bottom: 1%;
  font-family: "Outfit", sans-serif;
  color: #505152;
  font-size: 20px;
  font-weight: normal;
}

.widget .chevron-circle-right li a:hover {
  transition: .5s;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
}

.thumb-post .post-title {
  line-height: 15px;
}

.thumb-post .media-body i {
  margin-right: 2px;
}

.media-body a {
  color: #df9704;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: normal;
  line-height: 15px !important;
  font-family: "Outfit", sans-serif;
}

.media-body a:hover {
  color: #134cb3;
  transition: .5s;
}

.thumb-post .media-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  display: none;
}

.thumb-post .media-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  width: 100%;
  height: 80px;
}

/*------  end blog Details ----*/
/*--========================================

		end blog page

	-===========================================*/
/*--========================================

		Start Services page

	-===========================================*/
#activerelease .tofel-title h2 {
  font-size: 3.3rem;
  color: #df9704;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-weight: bold;
}

#activerelease .visa-content-inner h4 {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  padding-bottom: 20px;
  padding-top: 0%;
}

#activerelease .tofel-thumb img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.visa-content-inner {
  text-align: left;
  padding-top: 5%;
  padding-bottom: 5%;
}

#activerelease .visa-content-inner p {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: "Outfit", sans-serif;
  color: #505050;
}

#massage {
  padding-bottom: 5%;
}

#massage .section-head.left {
  padding-top: 8%;
  padding-left: 0px;
  border: 0px !important;
}

#massage .section-head.left p {
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 20px;
  padding-left: 1%;
}

#massage .media {
  padding-top: 10%;
}

#massage .section-head.left ul {
  padding: 0px;
  padding-left: 20px;
}

#massage .list-check-style2 li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -20px;
  font-size: 20px;
  color: #fff;
}

#massage_blog {
  padding-top: 5%;
  padding-bottom: 5%;
}

#massage_blog .visa-title h3 {
  margin: 0px;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  padding-bottom: 3%;
  font-weight: bold;
}

#massage_blog .visa-content-inner h4 {
  margin: 0px;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  color: #df9704;
  padding-bottom: 0%;
  padding-top: 2%;
}

#massage_blog .visa-content-inner p {
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0%;
  font-family: "Outfit", sans-serif;
  width: 90%;
}

#massage_blog .list-check-style2 {
  list-style: none;
  margin: 20px 0px;
}

#massage_blog .tofel-thumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.list-check-style2 {
  list-style: none;
  padding-left: 20px;
}

.list-check-style2 li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -20px;
  font-size: 16px;
  color: #df9704;
}

#massagetherapy {
  padding-bottom: 3%;
  padding-top: 2%;
}

#massagetherapy h2 {
  padding-bottom: 3%;
}

#massagetherapy .section-head p {
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 20px;
}

/*--========================================

		end Services page

	-===========================================*/
/*--========================================

	Start Services details page

-===========================================*/
.main-container {
  padding-top: 5%;
  padding-bottom: 5%;
}

.main-container .lead {
  padding-top: 3%;
  padding-bottom: 0%;
  font-family: "Outfit", sans-serif;
  color: #134cb3;
  font-size: 20px;
  font-weight: bold;
}

.main-container p {
  padding-top: 0%;
  padding-bottom: 1%;
  font-family: "Outfit", sans-serif;
  color: #505152;
  font-size: 20px;
  font-weight: normal;
}

.main-container h3 {
  color: #134cb3;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  padding-top: 2%;
}

.main-container .alignright {
  display: inline;
  float: right;
  margin: .75em 0 .75em 1.5em;
}

.main-container .alignright {
  width: 50%;
  height: 300px !important;
}

.service-img img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}

/*--========================================

	end Services details page

-===========================================*/
/* ====================  Start Faq css    ====================== */
.faqvideo {
  padding-top: 5%;
  padding-bottom: 5%;
}

.faqvideo h3 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.video_sec {
  background-image: url(../images/videopic.png);
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  text-align: center;
  margin-bottom: 5%;
}

.video_sec:hover i {
  color: #134cb3;
  font-size: 80px;
  transition: .5s;
}

.video_sec i {
  font-size: 70px;
  color: #000;
  padding-top: 20%;
}

.accordion {
  width: 100%;
}

.accordion .accordion-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.accordion .accordion-item:hover .accordion h2 {
  color: #df9704 !important;
  transition: .5s !important;
}

.accordion h2 {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding: 0px;
  line-height: 25px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #df9704;
}

.accordion h2:hover,
.accordion h2:focus {
  cursor: pointer;
  color: #df9704;
}

.accordion h2:hover::after,
.accordion h2:focus::after {
  cursor: pointer;
  color: #df9704;
  border: 1px solid #df9704;
}

.accordion h2 .accordion-title {
  color: #134cb3;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
}

.accordion h2 .accordion-title:hover {
  color: #df9704;
  transition: .5s;
}

.accordion h2 .icon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq-content {
  padding: 80px 0px;
}

.accordion h2 .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion h2 .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion h2[aria-expanded=true] {
  color: #df9704;
}

.accordion h2[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion h2[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 5000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  color: #000;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  padding-top: 1%;
}

/* ====================  End Faq css    ====================== */
/*--========================================

	   Start more service

	-===========================================*/
#moreservice {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #F2F3F3;
}

#moreservice .service-item {
  width: 95%;
  margin-left: 3%;
}

#moreservice .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 15px;
  width: 25%;
  left: 0%;
  right: 0%;
  margin: auto;
}

.more-service {
  margin-top: 5%;
}

#moreservice .service-item img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#moreservice .section-heading h2 {
  color: #134cb3;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#moreservice .service-item .down-content p {
  min-height: 270px;
}

/*--========================================

		end  more service

	-===========================================*/
/*--========================================

		Start Contact page

	-===========================================*/
.contact {
  padding-top: 5%;
  padding-bottom: 5%;
}

.contact a {
  text-decoration: none !important;
}

.contact .contactgap {
  padding-top: 3%;
}

.contactgap .bg-violet {
  padding: 0px 20px !important;
  min-height: auto !important;
}

.contactgap .bg-violet:hover {
  box-shadow: 0px 5px 22px 0px rgba(48, 46, 145, 0.75);
  -webkit-box-shadow: 0px 5px 22px 0px rgba(48, 46, 145, 0.75);
  -moz-box-shadow: 0px 5px 22px 0px rgba(48, 46, 145, 0.75);
  transition: .5s;
}

.bg-violet {
  background: #EFEFF0 !important;
  border-radius: 10px;
}

#contmessage textarea {
  height: 150px;
}

.contact .bg-violet {
  padding: 50px 20px;
  min-height: 300px;
}

.contact .bg-violet:hover {
  box-shadow: 0px 5px 22px 0px rgba(48, 46, 145, 0.75);
  -webkit-box-shadow: 0px 5px 22px 0px rgba(48, 46, 145, 0.75);
  -moz-box-shadow: 0px 5px 22px 0px rgba(48, 46, 145, 0.75);
  transition: .5s;
}

.contact .bg-violet:hover p {
  color: #134cb3 !important;
  transition: .5s;
}

.contact h2 {
  color: #df9704 !important;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
}

.contact h3 {
  color: #134cb3 !important;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding-bottom: 3%;
}

.contact .btn-square.bg-white.rounded-circle {
  line-height: 100px;
  background: #B2DBBF !important;
  text-align: center !important;
}

.contact .btn-square i {
  font-size: 30px;
  color: #134cb3 !important;
}

.contact .btn-square {
  background: #D6D5E4 !important;
}

.contact h4 {
  color: #134cb3 !important;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

.contact p {
  color: #df9704 !important;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
}

.contact p:hover {
  color: #134cb3 !important;
  transition: .5s;
}

.contact .form-control {
  line-height: 30px;
  margin-bottom: 20px;
  border: 2px solid #B2DBBF;
}

.contact .sendbtn {
  padding: 10px 20px !important;
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
}

.contact .sendbtn:hover {
  padding: 10px 20px !important;
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: #df9704;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #df9704;
  transition: .5s;
  background-color: #fff;
  text-decoration: none;
}

.contact form {
  margin-top: 0%;
  padding: 20px;
}

/*--========================================

		end Contact page

	-===========================================*/
/* --   start Scroll To Top   -- */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  color: #df9704;
  right: 10px;
  bottom: 100px;
  padding-top: 2px;
  z-index: 9999999;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i.fa {
  font-size: 3.3rem;
  bottom: 1px;
  position: relative;
}

/* --  end Scroll To Top  -- */
/*Trigger Button*/
.login-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative;
  top: 50%;
}

/*Modal*/
.close {
  color: #fff;
  transform: scale(1.2)
}

.modal-content {
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom right, #df9704, #3C8099);
}

.modal-dialog {
  max-width: 70% !important;
}

.modal-dialog label {
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: "Outfit", sans-serif;
  padding-top: 3%;
  margin-bottom: 0px;
}

.modal-dialog select {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  border: 2px solid #134cb3;
  padding: 5px;
}

.modal-dialog #date {
  width: 100%;
  border-radius: 50px;
  padding: 4px 10px;
  border: 2px solid #134cb3;
}

.modal-dialog #ep1 {
  float: left;
  border-radius: 50px;
  padding: 5px 10px;
  border: 2px solid #134cb3;
}

.modal-dialog #ptime1 {
  float: left;
  border-radius: 50px;
  padding: 5px 10px;
  border: 2px solid #134cb3;
}

.modal-dialog .inputbox input {
  width: 100%;
  border-radius: 50px;
  padding: 0px 10px;
  border: 2px solid #134cb3;
  line-height: 30px;
}

.modal-dialog #appt {
  width: 100%;
  border-radius: 50px;
  padding: 0px 5px;
  border: 2px solid #134cb3;
  line-height: 30px;
}

.modal-content h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 0px;
  font-family: "Outfit", sans-serif;
}

.requestbtn {
  padding: 10px 20px;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #134cb3;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  margin-top: 5%;
}

.requestbtn:hover {
  padding: 10px 20px;
  font-size: 19px;
  color: #134cb3;
  font-weight: 600;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #134cb3;
  background-color: #fff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  transition: .5s;
}

.modal-content p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
}

.form-control {
  margin: 1em 0;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.username,
.password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #eee;
}

.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}

.login {
  padding: 6px 20px;
  border-radius: 50px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}

.login:hover {
  background: #FAB87F;
  color: #fff;
}

.blog-area a {
  color: #134cb3 !important;
}