/*
/*	Copyright (c) 2022 Arogin Hair Transplant Center
/*	Author: Tech101
/*	This file is made for CURRENT TEMPLATE


01) AROGIN BASE
02) AROGIN HEADER
03) AROGIN HERO
04) AROGIN HAIR TRANSPLANT
05) AROGIN HAIR LOSS TREATMENT
06) AROGIN ABOUT US
07) AROGIN CUSTOMER EXPERIENCE
08) AROGIN BOOK FREE CONSULTATION
09) AROGIN RECENT BLOGS
10) AROGIN DOCTORS
11) AROGIN BREADCRUMB
12) AROGIN FAQ
13) AROGIN GALLERY
14) AROGIN BLOG LISTING
15) AROGIN BLOG DETAILS
16) AROGIN CONTACT
17) AROGIN FOOTER

*/
/*---------------------------------------------------*/
/*	01) AROGIN BASE
/*---------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  word-wrap: break-word;
  background-color: #ffffff;
  color: #2a2627;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

main {
  display: block;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 15px 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

blockquote {
  margin: 0 15px;
}

address {
  margin: 0 0 15px;
}

ul,
ol {
  margin: 0 0 15px 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

embed,
iframe,
object {
  max-width: 100%;
}

a {
  color: #8ec641;
  text-decoration: none;
}

a:visited {
  color: #0f29f0;
}

a:hover,
a:focus,
a:active {
  color: #0082c6;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #000;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  height: 60px;
  padding: 0 0 0 35px;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  background: #8ec641;
  transition: all 0.3s ease;
  padding: 0 35px;
}
button:focus, button:active, button:visited,
input[type=button]:focus,
input[type=button]:active,
input[type=button]:visited,
input[type=reset]:focus,
input[type=reset]:active,
input[type=reset]:visited,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:visited {
  color: #000;
}
button:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  height: 120%;
  left: -50px;
  transform: skewX(45deg);
  z-index: 1;
}
button:hover:after,
input[type=button]:hover:after,
input[type=reset]:hover:after,
input[type=submit]:hover:after {
  width: 250%;
  left: -50px;
}
button span:first-child,
input[type=button] span:first-child,
input[type=reset] span:first-child,
input[type=submit] span:first-child {
  position: relative;
  z-index: 2;
}
button span:last-child,
input[type=button] span:last-child,
input[type=reset] span:last-child,
input[type=submit] span:last-child {
  height: 100%;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6c992e;
  margin-left: 20px;
  position: relative;
  z-index: 3;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background: radial-gradient(#006499, #009aeb);
  border: 1px solid #000;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background: radial-gradient(#006499, #009aeb);
  border: 1px solid #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 15px;
  background: #ffffff;
  color: #2a2627;
  border: 0;
  border-radius: 0;
  margin-bottom: 15px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d1d1d1;
  opacity: 1;
  font-family: "Exo 2", sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d1d1;
  opacity: 1;
  font-family: "Exo 2", sans-serif;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #d1d1d1;
  opacity: 1;
  font-family: "Exo 2", sans-serif;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.5;
  clear: both;
  letter-spacing: 0;
  text-transform: capitalize;
}

h1 {
  font-size: 3.05rem;
  margin-bottom: 15px;
  font-weight: 800;
}

h2 {
  font-size: 2.44rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.95rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.56rem;
  margin-bottom: 10px;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

h6 {
  font-size: 0.93rem;
  margin-bottom: 5px;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.txt-capitalize {
  text-transform: capitalize;
}

.txt-capitalize {
  text-transform: capitalize;
}

.title {
  font-size: 2.44rem;
  font-family: "Exo 2", sans-serif;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.title div {
  background: #fff;
  padding: 10px 30px;
  position: relative;
  display: inline;
}
.title div span {
  position: relative;
  z-index: 2;
}
.title div::after {
  content: "";
  width: 50%;
  display: block;
  height: 16px;
  background: #0082c6;
  position: absolute;
  bottom: 10px;
  right: 25px;
  z-index: 1;
}
.title::after {
  content: "";
  height: 3px;
  width: 100%;
  background: #0082c6;
  display: block;
  position: relative;
  top: -30px;
  z-index: -1;
}

.image-wrap-left-shadow {
  position: relative;
  display: inline-block;
}
.image-wrap-left-shadow::before {
  content: "";
  width: 100%;
  height: calc(100% - 70px);
  position: absolute;
  background: #0082c6;
  z-index: -1;
  bottom: -25px;
  left: -25px;
}

.image-wrap-right-shadow {
  position: relative;
  display: inline-block;
  float: right;
}
.image-wrap-right-shadow::before {
  content: "";
  width: 100%;
  height: calc(100% - 70px);
  position: absolute;
  background: #0082c6;
  z-index: -1;
  bottom: -25px;
  right: -25px;
}

.mfp-bg {
  opacity: 0.95;
}

.mfp-counter {
  font-family: "Exo 2", sans-serif;
}

button.mfp-close:after {
  display: none;
}
button.mfp-close:hover {
  background: none;
}
button.mfp-close:focus {
  outline: 0;
  background: none;
  border: 0;
}
button.mfp-arrow::after {
  transform: none;
  background: none;
}
button.mfp-arrow:active, button.mfp-arrow:focus {
  background: none;
}
button.mfp-arrow:hover::after {
  width: auto;
  left: 0;
}

/*---------------------------------------------------*/
/*	02) AROGIN HEADER
/*---------------------------------------------------*/
header .top-bar ul {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  background-color: #8ec641;
  padding: 5px 30px;
  float: right;
  position: relative;
}
header .top-bar ul:after {
  content: "";
  background-color: #8ec641;
  position: absolute;
  width: 18px;
  height: 100%;
  transform: skew(15deg);
  left: -10px;
  top: 0;
}
header .top-bar ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  left: -5px;
}
header .top-bar ul li:last-child {
  margin-right: 0;
}
header .top-bar ul li a {
  color: #1c1c1c;
  text-decoration: none;
}
header nav.navbar {
  padding: 0 0 10px;
}
header nav.navbar .navbar-brand {
  position: relative;
  top: -15px;
}
header nav.navbar #navbarSupportedContent {
  justify-content: flex-end;
}
header nav.navbar #navbarSupportedContent li {
  margin-right: 0;
  display: flex;
  align-items: center;
}
header nav.navbar #navbarSupportedContent li:last-child {
  margin-right: 0;
}
header nav.navbar #navbarSupportedContent li a:hover {
  color: #8ec641;
}
header nav.navbar #navbarSupportedContent li.active a {
  color: #8ec641;
}
header nav.navbar #navbarSupportedContent li.active a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #8ec641;
  display: block;
  position: relative;
  top: 5px;
}
header nav.navbar #navbarSupportedContent a {
  color: #1c1c1c;
  font-size: 15px;
  text-transform: capitalize;
  padding: 0;
}

.navbar-nav {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  top: 80px;
}
.navbar-nav .dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  top: -10px;
  left: 0;
}
.navbar-nav .dropdown-menu li {
  margin-right: 0 !important;
  border-bottom: dashed 1px #ccc;
}
.navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-nav .dropdown-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.navbar-nav .dropdown-menu li:first-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent transparent;
  top: -10px;
  left: 0;
  z-index: -1;
}
.navbar-nav .dropdown-menu li:first-child:hover::after {
  border-color: transparent transparent transparent #d8ebbc;
  z-index: 9;
}
.navbar-nav .dropdown-menu li:first-child a {
  border-radius: 5px 5px 0 0;
}
.navbar-nav .dropdown-menu li a {
  font-size: 13px !important;
  padding: 10px 15px !important;
}
.navbar-nav .dropdown-menu li a:hover {
  background-color: #d8ebbc;
  color: #537623 !important;
}

/*---------------------------------------------------*/
/*	03) AROGIN HERO
/*---------------------------------------------------*/
.hero {
  min-height: 720px;
  background-image: radial-gradient(#009aeb, #006499);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.hero .col-6 {
  display: flex;
  align-items: center;
}
.hero #hero-slider {
  background: url("assets/circle.png") no-repeat right top;
  background-size: auto;
  background-position: 90% 190px;
}
.hero #hero-slider .splide__pagination {
  right: auto;
  left: -130px !important;
}
.hero #hero-slider .splide__pagination li {
  margin: 0 5px;
}
.hero #hero-slider .splide__pagination li .splide__pagination__page {
  width: 70px;
  height: 6px;
  margin: 0;
  background: #f0f0f0;
  opacity: 1;
  border-radius: 0;
}
.hero #hero-slider .splide__pagination li .splide__pagination__page:focus {
  border: 0;
  outline: 0;
}
.hero #hero-slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #8ec641;
  transform: scale(1);
}
.hero #hero-slider .splide__arrows .splide__arrow {
  width: 55px;
  height: 40px;
  background: #f0f0f0;
  opacity: 1;
  top: auto;
  transform: unset;
  border-radius: 0;
  bottom: -60px;
}
.hero #hero-slider .splide__arrows .splide__arrow:focus {
  border: 0;
  outline: 0;
}
.hero #hero-slider .splide__arrows .splide__arrow.splide__arrow--next {
  right: 10px;
}
.hero #hero-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  left: auto;
  right: 75px;
}
.hero #hero-slider .splide__arrows .splide__arrow svg {
  width: 20px;
}
.hero::before {
  content: "";
  background: url("assets/abstract-sm.png") no-repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -110px;
}
.hero::after {
  content: "";
  background: url("assets/abstract-bg.png") no-repeat left bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -230px;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  margin: 20px 0 40px;
}
.hero h1 span {
  color: #8ec641;
}
.hero h6 {
  font-weight: 700;
}

.arogin-btn {
  color: #000;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  height: 60px;
  padding: 0 0 0 35px;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  background: #8ec641;
  transition: all 0.3s ease;
}
.arogin-btn:focus, .arogin-btn:active, .arogin-btn:visited {
  color: #000;
}
.arogin-btn:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  height: 120%;
  left: -50px;
  transform: skewX(45deg);
  z-index: 1;
}
.arogin-btn:hover:after {
  width: 250%;
  left: -50px;
}
.arogin-btn span:first-child {
  position: relative;
  z-index: 2;
}
.arogin-btn span:last-child {
  height: 100%;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6c992e;
  margin-left: 20px;
  position: relative;
  z-index: 3;
}
.arogin-btn:hover {
  color: #000;
}
.arogin-btn:visited {
  color: #000;
}

/*---------------------------------------------------*/
/*	04) AROGIN HAIR TRANSPLANT
/*---------------------------------------------------*/

.hair-transplant-sec .col-7 {
  display: flex;
  align-items: center;
  padding-left: 75px;
}
.hair-transplant-sec p {
  margin-top: 15px;
  margin-bottom: 40px;
}

/*---------------------------------------------------*/
/*	05) AROGIN HAIR LOSS TREATMENT
/*---------------------------------------------------*/
.hair-loss-treatment-sec {
  padding-bottom: 100px;
}
.hair-loss-treatment-sec h4 {
  margin-bottom: 20px;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper {
  display: inline-block;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .arogin-btn {
  margin-top: 15px;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .col-6:first-child {
  padding-right: 50px;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .col-6:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .nav-pills {
  margin: 30px 0 60px;
  display: flex;
  justify-content: flex-start;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .nav-pills li {
  background: rgba(0, 130, 198, 0.05);
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .nav-pills button.nav-link {
  font-size: 15px;
  color: #2a2627;
  border-radius: 0;
  height: 75px;
  padding: 0 13px;
}
.hair-loss-treatment-sec .hair-loss-tabs-wrapper .nav-pills button.active {
  background: #8ec641;
}

/*---------------------------------------------------*/
/*	06) AROGIN ABOUT US
/*---------------------------------------------------*/
.about-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: radial-gradient(#0082c6, #0072ad);
  position: relative;
}
.about-sec .container {
  position: relative;
  z-index: 2;
}
.about-sec .container .branch-item {
  border: 1px dotted #ffffff;
  padding: 20px;
  margin: 30px 0;
}
.about-sec .container .branch-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.about-sec .container .branch-item ul li {
  width: 100%;
  position: relative;
}
.about-sec .container .branch-item ul li a {
  color: #ffffff;
  text-decoration: none;
}
.about-sec .container .branch-item ul li a:hover {
  color: #ffffff;
}
.about-sec .container .branch-item ul li:last-child {
  width: 100%;
  padding-left: 30px;
}
.about-sec .container .branch-item ul li:last-child svg {
  position: absolute;
  top: 10px;
  left: 0;
}
.about-sec .container .branch-item ul li svg {
  margin-right: 10px;
}
.about-sec::after {
  content: "";
  background: url("assets/abstract-bg2.png") no-repeat right center;
  background-size: 30%;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-sec .col-6 {
  display: flex;
  align-items: center;
}
.about-sec .col-6:last-child {
  padding: 0 0 0 75px;
}
.about-sec .col-6 * {
  color: #ffffff;
}

/*---------------------------------------------------*/
/*	07) AROGIN CUSTOMER EXPERIENCE
/*---------------------------------------------------*/
.customer-experience-sec {
  padding-top: 100px;
  padding-bottom: 155px;
}
.customer-experience-sec #testimonial-slider .testimonial-item {
  display: flex;
  flex-wrap: wrap;
}
.customer-experience-sec #testimonial-slider .testimonial-item .visual-content {
  flex: 1;
  text-align: center;
}
.customer-experience-sec #testimonial-slider .testimonial-item .visual-content a {
  display: inline-block;
}
.customer-experience-sec #testimonial-slider .testimonial-item .quote-content {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.customer-experience-sec #testimonial-slider .testimonial-item .quote-content h4 {
  font-weight: 600;
  margin-top: 20px;
}
.customer-experience-sec #testimonial-slider .testimonial-item .quote-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.customer-experience-sec #testimonial-slider .splide__pagination {
  bottom: -55px;
}
.customer-experience-sec #testimonial-slider .splide__pagination li {
  margin: 0 5px;
}
.customer-experience-sec #testimonial-slider .splide__pagination li .splide__pagination__page {
  width: 70px;
  height: 6px;
  margin: 0;
  background: #f0f0f0;
  opacity: 1;
  border-radius: 0;
}
.customer-experience-sec #testimonial-slider .splide__pagination li .splide__pagination__page:focus {
  border: 0;
  outline: 0;
}
.customer-experience-sec #testimonial-slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #0082c6;
  transform: scale(1);
}

/*---------------------------------------------------*/
/*	08) AROGIN BOOK FREE CONSULTATION 
/*---------------------------------------------------*/
.book-free-consultation-sec {
  background: #f0f0f0;
}
.book-free-consultation-sec .col-6 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.book-free-consultation-sec .col-6:last-child {
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
}
.book-free-consultation-sec .book-form-wrapper {
  margin-top: 50px;
}
.book-free-consultation-sec .book-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.book-free-consultation-sec .book-form-wrapper form .input-item {
  width: 50%;
  padding-right: 20px;
}
.book-free-consultation-sec .book-form-wrapper form .radio-group {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.book-free-consultation-sec .book-form-wrapper form input[type=text],
.book-free-consultation-sec .book-form-wrapper form input[type=email] {
  height: 70px;
  width: 100%;
}
.book-free-consultation-sec .book-form-wrapper form button {
  margin-top: 35px;
  width: 100%;
}

/*---------------------------------------------------*/
/*	09) AROGIN RECENT BLOGS
/*---------------------------------------------------*/
.blogs-sec {
  padding-bottom: 80px;
}
.blogs-sec .blog-item {
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.blogs-sec .blog-item a {
  padding: 25px;
  display: block;
}
.blogs-sec .blog-item a:hover .img-container img {
  transform: scale(1.1);
}
.blogs-sec .blog-item a .img-container {
  overflow: hidden;
}
.blogs-sec .blog-item a .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: ease all 0.4s;
}
.blogs-sec .blog-item a h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blogs-sec .blog-item a p {
  color: #2a2627;
  text-decoration: none;
}
.blogs-sec .blog-item a .blog-footer {
  display: flex;
  justify-content: space-between;
}
.blogs-sec .blog-item a .blog-footer h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: #024466;
}
.blogs-sec .arogin-btn {
  width: auto;
  margin: 20px auto;
}

/*---------------------------------------------------*/
/*	10) AROGIN DOCTORS SECTION
/*---------------------------------------------------*/
.doctors-sec {
  padding-top: 80px;
  padding-bottom: 60px;
}
.doctors-sec .arogin-btn {
  width: auto;
  margin: 20px auto;
}
.doctors-sec .doctors-item {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.05);
  min-height: 470px;
}
.doctors-sec .doctors-item .image-wrap {
  height: 299px;
  overflow: hidden;
}
.doctors-sec .doctors-item .image-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.doctors-sec .doctors-item h5 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
}
.doctors-sec .doctors-item span {
  font-size: 15px;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}

/*---------------------------------------------------*/
/*	10) AROGIN BREADCRUMB 
/*---------------------------------------------------*/
.inner-banner {
  min-height: 350px;
  background-image: radial-gradient(#009aeb, #006499);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner h2 {
  color: #8ec641;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.inner-banner .arogin-breadcrumb {
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
}
.inner-banner .arogin-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/*---------------------------------------------------*/
/*	11) AROGIN BLOG 
/*---------------------------------------------------*/
.blog-main {
  padding: 80px 0;
}
.blog-main .blog-list .blog-item {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 60px;
}
.blog-main .blog-list .blog-item .blog-left {
  width: 65%;
}
.blog-main .blog-list .blog-item .blog-left h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #2A2627;
  margin-bottom: 20px;
}
.blog-main .blog-list .blog-item .blog-left .index {
  display: flex;
  border-bottom: solid 1px #777;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-main .blog-list .blog-item .blog-left .index h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #2A2627;
  margin-right: 40px;
  margin-bottom: 0;
}
.blog-main .blog-list .blog-item .blog-left .index h5 svg {
  margin-right: 20px;
}
.blog-main .blog-list .blog-item .blog-right {
  width: 35%;
}
.blog-main .blog-list .blog-item .blog-right .img-container {
  overflow: hidden;
  border-radius: 15px;
}
.blog-main .blog-list .blog-item .blog-right .img-container img {
  height: 250px;
  width: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  transition: ease all 0.4s;
}
.blog-main .blog-list .blog-item .blog-right .img-container:hover img {
  transform: scale(1.1);
}
.blog-main .blog-list .pagination {
  margin-top: 60px;
}
.blog-main .blog-list .pagination ul {
  display: flex;
  padding-left: 0;
  margin: 0;
}
.blog-main .blog-list .pagination ul li {
  display: inline-block;
  margin-right: 15px;
}
.blog-main .blog-list .pagination ul li a {
  color: #0378B5;
  background-color: #76C4ED;
  font-weight: 400;
  font-size: 20px;
  padding: 8px 15px;
  border-radius: 4px;
}
.blog-main .blog-list .pagination ul li a.active {
  background-color: #0378B5;
  color: #fff;
}

.side-booking {
  background-color: #F0F0F0;
  padding: 20px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.side-booking .book-form-wrapper {
  margin-top: 50px;
}
.side-booking .book-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.side-booking .book-form-wrapper form .input-item {
  width: 100%;
}
.side-booking .book-form-wrapper form .radio-group {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.side-booking .book-form-wrapper form input[type=text],
.side-booking .book-form-wrapper form input[type=email] {
  height: 70px;
  width: 100%;
}
.side-booking .book-form-wrapper form button {
  margin-top: 35px;
  width: 100%;
}

.blog-detail {
  padding-bottom: 80px;
}
.blog-detail .blog-detail-main img {
  width: 100%;
  margin-bottom: 40px;
}
.blog-detail .blog-detail-main h2 {
  font-weight: 400;
  font-size: 39.06px;
  line-height: 68px;
}
.blog-detail .blog-detail-main .index {
  display: flex;
  margin-bottom: 35px;
}
.blog-detail .blog-detail-main .index h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #2A2627;
  margin-right: 40px;
  margin-bottom: 0;
}
.blog-detail .blog-detail-main .index h5 svg {
  margin-right: 20px;
}

/*---------------------------------------------------*/
/*	11) AROGIN FAQ 
/*---------------------------------------------------*/
.faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-sec #accordionExample .accordion-item {
  margin-bottom: 15px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.faq-sec #accordionExample .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-sec #accordionExample .accordion-item button {
  height: 70px;
  justify-content: flex-start;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: none;
  color: #8ec641;
  font-family: "Exo 2", sans-serif;
  font-size: 1.25rem;
}
.faq-sec #accordionExample .accordion-item button::after {
  left: auto;
  right: 0;
  position: relative;
  transform: translateY(-50%);
  background-position: center;
  background-image: var(--bs-accordion-btn-icon);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faq-sec #accordionExample .accordion-item button:hover::after {
  width: 20px;
}
.faq-sec #accordionExample .accordion-item button.collapsed {
  color: #1c1c1c;
}
.faq-sec #accordionExample .accordion-item button.collapsed::after {
  transform: var(--bs-accordion-btn-icon-transform);
}

/*---------------------------------------------------*/
/*	12) AROGIN GALLERY 
/*---------------------------------------------------*/
.gallery-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery-sec h6 {
  display: none;
}
.gallery-sec .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-sec .gallery a {
  width: 23.5%;
}
.gallery-sec .gallery a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*---------------------------------------------------*/
/*	13) AROGIN CONTACT 
/*---------------------------------------------------*/
.contact-sec {
  padding-top: 170px;
  padding-bottom: 100px;
}
.contact-sec h2 {
  margin-bottom: 50px;
}
.contact-sec h4 {
  font-size: 1.35rem;
}
.contact-sec .row:last-child {
  margin-top: 100px;
}
.contact-sec .row .icon-item {
  height: 200px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
}
.contact-sec .row .icon-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -105px auto 25px;
  height: 130px;
  width: 130px;
  background-color: #8ec641;
}
.contact-sec .row form {
  display: flex;
  flex-wrap: wrap;
}
.contact-sec .row form button {
  margin-top: 20px;
  padding-right: 0;
}
.contact-sec .row form .input-item {
  width: 50%;
}
.contact-sec .row form .input-item:nth-child(1), .contact-sec .row form .input-item:nth-child(3) {
  padding-right: 15px;
}
.contact-sec .row form .input-item:nth-child(2), .contact-sec .row form .input-item:nth-child(4) {
  padding-left: 15px;
}
.contact-sec .row form .input-item:nth-child(5) {
  width: 100%;
}
.contact-sec .row form .input-item input {
  border: 1px solid #ccc;
  width: 100%;
  height: 70px;
}
.contact-sec .row form .input-item textarea {
  border: 1px solid #ccc;
  gap: 30px;
}

.google-map-sec {
  height: 500px;
  overflow: hidden;
}
.google-map-sec h6 {
  display: none;
}
.google-map-sec iframe {
  height: 100%;
  width: 100%;
}

/*---------------------------------------------------*/
/*	14) AROGIN FOOTER 
/*---------------------------------------------------*/
footer {
  padding-top: 100px;
  color: #ffffff;
  background: #001b29;
  font-family: "Exo 2", sans-serif;
}
footer .footer-social-links {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
footer .footer-social-links li {
  margin-right: 15px;
  float: left;
}
footer .footer-social-links li a {
  height: 40px;
  width: 40px;
  border: 1px solid #0082c6;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-social-links li a:hover {
  background: #0082c6;
}
footer .footer-social-links li a:hover svg {
  fill: #ffffff;
}
footer .footer-social-links li a:hover path {
  fill: #ffffff;
}
footer .row .col-5 {
  padding-left: 50px;
}
footer .row:last-child {
  border-top: 1px solid #000d14;
  padding: 40px 0;
  text-align: center;
  margin-top: 100px;
}
footer .row:last-child h6 {
  color: #ffffff;
  font-size: 16px;
}
footer .row:last-child h6:last-child {
  margin-top: 10px;
}
footer .footer-links {
  margin: 0;
  padding: 0;
}
footer .footer-links li {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
footer .footer-links li svg {
  margin-right: 10px;
}
footer .footer-links li a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-links li a:hover {
  color: #8ec641;
}
footer .footer-links li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------*/
/*	14) AROGIN INNER PAGES 
/*---------------------------------------------------*/
.inner-main {
  padding: 80px 0;
}
.inner-main .content-main img {
  margin-bottom: 30px;
}
.inner-main .content-main .content-desc {
  background-color: #FAFDF7;
  padding: 50px;
}
.inner-main .content-main .content-desc p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
}
.inner-main .content-main .content-desc h1, .inner-main .content-main .content-desc h2, .inner-main .content-main .content-desc h3, .inner-main .content-main .content-desc h4, .inner-main .content-main .content-desc h5, .inner-main .content-main .content-desc h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  margin-top: 40px;
  margin-bottom: 15px;
}
.inner-main .content-main .content-desc .faq-section {
  margin-top: 50px;
}
.inner-main .content-main .content-desc .faq-section h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  margin-bottom: 35px;
  background-color: #eff7e4;
  padding: 10px 20px;
}
.inner-main .content-main .content-desc .faq-section .faq-item {
  margin-bottom: 20px;
}
.inner-main .content-main .content-desc .faq-section .faq-item h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
}
.inner-main .content-main .content-desc .faq-section .faq-item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
}
.inner-main .content-main .content-desc .share-section {
  margin-top: 50px;
}
.inner-main .content-main .content-desc .share-section h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  display: inline-block;
  border-bottom: solid 1px #7B846E;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.inner-main .content-side {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.inner-main .content-side .side-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(108, 153, 46, 0.13);
  padding: 55px 65px;
  margin-bottom: 30px;
}
.inner-main .content-side .side-item h2 {
  font-weight: 400;
  color: #6C992E;
  line-height: 42px;
}
.inner-main .content-side .side-item ul {
  padding-left: 0;
  margin: 0;
}
.inner-main .content-side .side-item ul li {
  list-style: none;
  border-bottom: solid 1px #BFCCD2;
}
.inner-main .content-side .side-item ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #1c1c1c;
  display: block;
  padding: 20px 0;
}
.inner-main .content-side .side-item ul li a:hover {
  color: #6C992E;
}/*# sourceMappingURL=styles.css.map */