/* CSS Index
-----------------------------------
1. Theme default css
2. Header Area
3. Mobile Menu Area
4. Slider Area
5. Hire Us Area
6. Services Area
7. Bemax Area
8. Membership Area
9. Blog Area
10. Brand Area
11. Footer Area
12. Color NIp
13. ScrollUp
*/

/* Theme Default CSS
==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-border: #dddddd;
  --font-poppins: "Poppins", sans-serif;
  --font-source: "Source Sans Pro", sans-serif;
}
/* global classes */
.font-os {
  font: normal 400 15px var(--font-Os);
}
.font-pops {
  font: normal 900 18px var(--font-Pop);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}
.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.fix {
  overflow: hidden;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* a:hover,
.main-menu li a:hover,
.footer-menu li a:hover {
  color: #4272d7;
  text-decoration: none;
}
a,
button {
  color: #666666;
  outline: medium none;
} */

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #dedede;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*::-webkit-input-placeholder {
  color: #dedede;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*:-ms-input-placeholder {
  color: #dedede;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*::placeholder {
  color: #dedede;
  font-size: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.theme-overlay {
  position: relative;
}
.theme-overlay:before {
  background: #4264d0 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* button style */

.theme-bg {
  background: #4264d0;
}
.gray-bg {
  background: #f7f7f7;
}
.black-bg {
  background: #060f1e;
}
.bg-white {
  background-color: #ffffff;
}
.text-success {
  color: #72b347 !important;
}
.breadcrumb > .active {
  color: #888;
}
input:focus[type="url"],
input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="search"],
button:focus[type="button"],
button:focus[role="button"],
button:focus,
input:focus {
  outline: none;
  text-decoration: none;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}

/* start owl-carousel */
.owl-carousel .owl-nav button {
  position: absolute;
  background: #999 !important;
  color: #ffffff !important;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  left: 50px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overlay: black;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 50px;
}
.owl-carousel .owl-nav button:hover {
  background: #000 !important;
}

.owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  background: #666666;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel .owl-dots button.active {
  background: #4264d0;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-inner h5 {
  font-size: 19px;
  color: white;
}

/* End Owl-Carousel */
/* End Default Css */

/* Start Header Area
==================================================*/
.main-menu li {
  display: inline-block;
  margin-left: 20px;
}

.main-menu li a {
  display: block;
  padding: 15px 10px;
  color: #000;
  font-weight: 600;
}
.header-area {
  /*border-top: 5px solid #4272d7;*/
  padding: 0px 0;
}
.main-menu li.search-trigger a {
  border-left: 1px solid #666666;
  padding-left: 30px;
}
.main-menu-wrapper {
  height: 50px;
}
.main-menu {
  margin-top: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-area.sticky {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255);
  padding: 0px 0;
}
.main-menu li.active a {
  color: #4264d0;
}

.search-popup-wrapper input[type="search"] {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(221, 221, 221, 0.205);
  padding: 5px 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 40px;
  padding-right: 40px;
}

.search-popup-wrapper input::-webkit-input-placeholder {
  font-size: 40px;
}

.search-popup-wrapper input::-moz-placeholder {
  font-size: 40px;
}

.search-popup-wrapper input:-ms-input-placeholder {
  font-size: 40px;
}

.search-popup-wrapper input::placeholder {
  font-size: 40px;
}
.search-popup-wrapper {
  display: inline-block;
  position: relative;
}

.search-popup-wrapper i {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-popup-wrapper i:hover {
  color: #fff;
}

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#search-modal .modal-content {
  background: none;
  border: none;
}

#search-modal {
  background: transparent;
  height: 150px;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}
.search-overlay.show {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(23, 26, 33, 0.95);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.top-right-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.top-right-wrapper .item-content {
  padding-right: 40px;
  position: relative;
}

.top-right-wrapper .d-inline-flex:first-child .item-content:before {
  background: #ccc;
  content: "";
  position: absolute;
  right: 20px;
  top: 10px;
  height: 40px;
  width: 1px;
}
.top-right-wrapper .item-content p {
  margin: 0px;
  padding: 0px;
  color: #777777;
  font-size: 12px;
}

.book-appointment a {
  padding: 2px 0 2px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.book-appointment a.btn {
  color: #fff;
}
/* End Header Area */
/* Start Mobile Menu Area
==================================================*/
.show-mobile-menu .slicknav_menu .slicknav_menutxt {
  display: none;
}

.show-mobile-menu .slicknav_btn {
  background: none;
  margin: 0;
  text-shadow: 0 0 0;
  padding: 0;
}

.show-mobile-menu .slicknav_menu .slicknav_icon {
  font-size: 20px;
}
.show-mobile-menu .slicknav_menu {
  background: none;
}

.show-mobile-menu .slicknav_menu .slicknav_icon-bar {
  background: #222;
  border-radius: 0;
  box-shadow: 0 0 0;
}

.show-mobile-menu .slicknav_nav a {
  color: #333;
  text-align: left;
  padding: 5px;
  margin: 2px 0;
}

.show-mobile-menu .slicknav_nav {
  font-size: inherit;
  color: #333;
  position: absolute;
  left: 0;
  top: 87px;
  background: #fff;
  width: 100%;
  z-index: 99;
}

.show-mobile-menu .slicknav_nav li {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.show-mobile-menu .slicknav_nav li:last-child {
  border: none;
}
.header-area .static {
  position: static;
}
.header-area .header-wrapper {
  position: relative;
  width: 100%;
}
/* End Mobile Menu Area */
/* Start Slider Area
==================================================*/
.slider-bg-1 {
  background: url(../img/landing/hero-banner-1.png);
}
/* .slider-bg-2 {
  background: url(../img/landing/slide_02.jpg);
}
.slider-bg-3 {
  background: url(../img/landing/slide_03.jpg);
} */

.single-slider {
  height: 556px;
  background-size: cover;
  background-position: center;
  background-color: #cccccc;
  width: 100%;
  position: relative;
}

.slider-inner {
  position: absolute;
  background-color: #555960bf;
  bottom: 0;
  width: 100%;
  padding: 55px 0;
}

.slider-inner h1 {
  color: #fff;
}

.slider-inner h3 {
  color: #fff;
  font-weight: 500;
}

/* End Slider Area */
/* Start Hire Us Area
==================================================*/

/* End HIre Us Area */
/* Start Services Area
==================================================*/

.single-icon-box {
  position: relative;
  z-index: 1;
  margin: 10px;
}

.icon-box-content {
  background: #fff;
  color: #fff;
  padding: 20px 30px 30px 30px;
}
.icon-box-content:hover {
  box-shadow: 0 0 7px 3px #bbb;
}
.icon-box-content img {
  max-height: 120px;
  width: auto !important;
  display: inline-block !important;
}
.iconbox-content-heading {
  font-size: 30px;
  text-align: center;
  color: #09161d;
  font-weight: bold;
}

.iconbox-content-heading i {
  font-size: 30px;
  margin-right: 15px;
}

.iconbox-content-body p {
  color: #09161d;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.iconbox-content-body a.read-more-btn {
  padding: 10px;
  display: block;
  border: 1px solid transparent;
}
.icon-box-content:hover .read-more-btn {
  border: 1px solid;
}
.services-carousel.owl-carousel .owl-dots {
  bottom: inherit;
}

.services-carousel.owl-carousel .owl-dots button {
  width: 40px;
  height: 8px;
  background: #bdbfbf;
  border-radius: 0;
}

.services-carousel.owl-carousel .owl-dots button.active {
  background: #09161d;
}
.single-icon-box.special:before {
  content: "";
  background: url("../img/landing/special.png") no-repeat;
  width: 80px;
  height: 86px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* End Services Area */
/* Start Bemax Area
==================================================*/
.section-title label {
  font-size: 24px;
  color: #4264d0;
  text-transform: uppercase;
  font-weight: bold;
}
.section-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
}

.section-title h4:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 50px;
  content: "";
  background: #adadad;
}
.item-icon i {
  width: 50px;
  height: 50px;
  background: #4264d0;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #4264d0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-icon i:hover {
  background: transparent;
  color: #4264d0;
}
.item-content {
  padding-left: 20px;
  margin-top: -4px;
}

.item-content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-bemax-item {
  margin-bottom: 40px;
}
/* End Bemax Area */

/* Start Membership Area
==================================================*/
.membership-content ul {
  list-style: none;
}
.membership-content ul li {
  position: relative;
  padding-left: 30px;
  color: #555960;
  font-size: 16px;
  margin-bottom: 5px;
}
.membership-content ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0;
  font-weight: 900;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f00c";
  color: #ff7f39;
  font-size: 12px;
}

/* End Membership Area */
/* Start Carousel Area
==================================================*/
.blog-carousel.owl-carousel .owl-item img {
  width: 200px;
  display: inline-block;
  height: auto;
}

.single-blog-img {
  position: relative;
}

.single-blog-img span {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: auto;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  padding: 3px 10px;
}
.blog-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
}
.blog-content .read-more-btn {
  color: #4264d0;
}
.blog-btn {
  margin-top: 10px;
}

.post-heading {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.post-content-text {
  margin: 0;
  color: #666666;
  font-size: 15px;
  text-align: justify;
}

.blog-tags {
  display: inline-block;
  font-size: 13px;
}

.blog-tags i {
  font-size: 12px;
}

.blog-tags a {
  color: #555555;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-btn .read-more-btn {
  color: #4264d0;
  display: inline-block;
  margin-left: 20px;
}

.blog-btn .read-more-btn:hover {
  color: #4264d0;
}

.blog-tags a:hover {
  color: #4264d0;
}
.single-blog-img:before {
  position: absolute;
  content: "";
  opacity: 0.9;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.58) 46%,
    rgba(0, 0, 0, 0.79) 63%,
    rgba(0, 0, 0, 0.8) 64%,
    rgba(0, 0, 0, 0.8) 79%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.58) 46%,
    rgba(0, 0, 0, 0.79) 63%,
    rgba(0, 0, 0, 0.8) 64%,
    rgba(0, 0, 0, 0.8) 79%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.58) 46%,
    rgba(0, 0, 0, 0.79) 63%,
    rgba(0, 0, 0, 0.8) 64%,
    rgba(0, 0, 0, 0.8) 79%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 100%;
}

.carousel-area .section-title h4 {
  margin-bottom: 30px;
}

.carousel-area .section-title h4:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.carousel-area .owl-carousel .owl-nav button {
  border: 1px solid #999999;
  border-radius: 50%;
  background: transparent !important;
  color: #999999 !important;
  position: relative;
  left: 0;
  height: 25px;
  width: 25px;
  margin-right: 7px;
  display: inline-block;
  line-height: 23px;
}

.carousel-area .owl-carousel .owl-nav {
  position: absolute;
  left: 240px;
  top: -51px;
}

.carousel-area .owl-carousel .owl-nav button:hover {
  background: #222222 !important;
  color: #fff !important;
}

.testimonial-content i {
  font-size: 20px;
  color: #666666;
  margin-right: 15px;
}

.testimonial-content p {
  font-size: 15px;
  color: #666666;
  text-align: justify;
  margin: 0;
}

.testimonial-content p {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.testimonial-carousel.owl-carousel .owl-item img {
  display: block;
  width: 55px;
  height: auto;
}
.author-img {
  padding-left: 30px;
}

.author-content a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #555555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.author-content span {
  display: block;
  line-height: 15px;
}

.author-content {
  padding-left: 15px;
}

.author-content a:hover {
  color: #4264d0;
}
/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-carousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  object-fit: contain;
  position: absolute;
  height: 100%;
  width: 100%;
}

.brand-carousel.owl-carousel.owl-drag .owl-item {
  text-align: center;
}
.hire-us-area .hire-us-content h6 {
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
}

.hire-us-area .hire-us-content .media-body {
  padding: 20px;
}

.brand-item {
  display: table;
  width: 100%;
  position: relative;
  height: 50px;
}

.brand-item-inner {
  display: table-cell;
  vertical-align: middle;
  max-height: 150px;
  position: relative;
  min-height: 150px;
}
.brand-item-inner a {
  display: block;
  min-height: 130px;
}
/* End Brand Area */
/* Start Footer Area
==================================================*/
.footer-logo a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.footer-logo a img {
  max-width: 100%;
}

.footer-logo {
  margin-bottom: 35px;
}

.footer-dec p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  /*text-align: justify;*/
  margin-bottom: 25px;
}

.social-links li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #4264d0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}

.social-links li a {
  color: #fff;
  display: block;
}

.social-links li:hover {
  background: #4264d0;
}
.widget-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.widget-title {
  margin-bottom: 35px;
}

.footer-menu li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.footer-menu li a {
  color: #cccccc;
  font-size: 13px;
}

.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "-";
  color: #fff;
}
.widget-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.widget-title {
  margin-bottom: 35px;
}

.footer-menu li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.footer-menu li a {
  color: #f7f7f7;
  font-size: 13px;
}

.footer-menu li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "-";
  color: #f7f7f7;
}
.address-line p {
  margin-bottom: 15px;
  color: #cccccc;
  font-size: 13px;
}

.address-line p a {
  color: #cccccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.address-line p a:hover {
  color: #4264d0;
}
.newsletter-text p {
  font-size: 13px;
  color: #cccccc;
  margin: 0;
}

.newsletter-form {
  display: inline-block;
  margin-top: 25px;
}

.newsletter-form input[type="email"] {
  width: 60%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 8px;
  float: left;
  color: #ffffff;
}

.newsletter-form input[type="submit"] {
  width: 39%;
  float: right;
}

.newsletter-form .newsletter-btn {
  font-size: 11px;
  padding: 13px;
}

.copyright-area p {
  margin: 0;
}

.copyright-area {
  padding: 10px 0;
  display: block;
  color: #b6b6b6;
  background: #121f34;
}
/* End Footer Area */

/* Start Color Nip */
.Switcher #colors li {
  border-radius: 5px;
}

.Switcher h5 {
  font-size: 15px;
  color: #666;
}
button#Switcher__control {
  width: 40px;
  height: 40px;
  margin-left: -40px;
}

#Switcher__control i:hover {
  color: #222;
}
.Switcher {
  top: 20% !important;
}
/* End Color NIp */
/* Start ScrollUp */
#scrollUp {
  background: #a9abaf;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  /* End ScrollUp */
  line-height: 40px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/custom/img/preloader.svg) center no-repeat #fff;
}
.se-pre-con_data {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: url(/custom/img/preloader.svg) center no-repeat #fff;
}

body.sticky-header .content {
  padding: 140px 0 0;
}
.header-area.sticky {
  top: 0px;
}

.btnGoodRx {
  display: block;
  margin: 80px auto 31px !important;
  max-width: 150px;
}
.btnRadiology {
  margin-top: 57px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100,
.dt-picker-wrapper .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 48px;
  position: relative;
  /*border: 1px solid #e6e6e6;*/
  border-radius: 8px;
  margin-bottom: 20px;
}

.dt-picker-wrapper .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dt-picker-wrapper .form-control[readonly] {
  cursor: pointer;
  background-color: #f3f3f3;
  color: #000;
}

.dt-picker-wrapper .form-control:focus,
.dt-picker-wrapper .form-control.has-val {
  background-color: #fff;
}

.dt-picker-wrapper .label-input100 {
  background-color: #f3f3f3;
}

.dt-picker-wrapper .input-group > .form-control:first-child {
  border-right: 2px solid #e6e6e6;
}

.dt-picker-wrapper .input100:focus + .focus-input100 + .label-input100 {
  z-index: 11;
}

.label-input100 {
  font-size: 17px;
  color: #cdcdcd;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 14px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #f3f3f3;
}

.input100 {
  display: block;
  width: 100%;
  background: #f3f3f3;
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
  padding: 0 26px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus {
  border: 0;
  outline: 0;
}
/*---------------------------------------------*/
.wrap-input100.select select {
  height: 48px;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 2px solid #e3530f;
  border-radius: 8px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  background: #fff;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: -8px;
  font-size: 13px;
  background: #fff;
  display: inline-block;
  width: auto;
  padding: 0 8px;
  left: 20px;
  color: #4264d0;
  font-weight: normal;
}

.has-val {
  height: 46px !important;
  background: #fff;
  border: 2px solid #e6e6e6;
}

.has-val + .focus-input100 + .label-input100 {
  top: -8px;
  font-size: 13px;
  background: #fff;
  display: inline-block;
  width: auto;
  padding: 0 8px;
  left: 20px;
  color: #4264d0;
  font-weight: normal;
}

.view-pass {
  top: 17px;
  position: absolute;
  right: 20px;
  color: #afc76f;
}

.book-appointment .dropdown-menu a {
  padding: 4px 10px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.book-appointment .btn {
  padding: 20px 20px;
}

.profile-img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.img-val {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crop-area .img-val {
  width: auto;
  height: auto;
  object-fit: initial;
}

.uploaded-img {
  position: absolute;
  left: 0;
  top: 0;
}

.profile-label {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #a0a0a0;
  background: url(../img/blank-profile-picture.png) center center no-repeat;
  background-size: 100%;
}

.profile-label i {
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
}

.profile-label:before {
  z-index: 1;
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.3s;
}

.profile-label:hover i {
  opacity: 1;
}

.profile-label:hover:before {
  background-color: rgba(0, 0, 0, 0.45);
}

.modal-content {
  border-color: transparent;
}

.crop-area {
  align-items: center;
  min-height: 407px;
  padding: 20px;
}

.bg-light-gray {
  background-color: #e5e5e5;
}

.modal-dialog-cropper .modal-content {
  border-color: transparent;
}

#profileImg {
  display: none;
}

.fit-img,
.uploaded-img {
  width: 100px;
  height: 100px;
  object-fit: fill;
}

.profile-img-box .awesome-cropper > img {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  max-width: 100%;
}

.lh-1-2 {
  line-height: 1.2;
}

.cursor-pointer {
  cursor: pointer;
}

.fw-medium {
  font-weight: 500;
}
.text-gray-100 {
  color: #f8f9fc !important;
}
.text-gray-200 {
  color: #eaecf4 !important;
}
.text-gray-300 {
  color: #dddfeb !important;
}
.text-gray-400 {
  color: #d1d3e2 !important;
}
.text-gray-500 {
  color: #b7b9cc !important;
}
.text-gray-600 {
  color: #858796 !important;
}
.text-gray-700 {
  color: #6e707e !important;
}
.text-gray-800 {
  color: #5a5c69 !important;
}
.text-gray-900 {
  color: #3a3b45 !important;
}

.text-dispute-won {
  color: #704a07;
}

.text-dispute-lost {
  color: #aaaaaa;
}

.fs-12 {
  font-size: 12px;
}

.card-val {
  color: #343a40;
  font-weight: 500;
}

.next-payment {
  background-color: #7fba57;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 4px 10px;
  line-height: 1.3;
  font-size: 14px;
}
.next-payment.disabled {
  background-color: #e5e5e5;
  color: #858796;
}
.provider-logo-container {
  width: 270px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.provider-logo-container .img-fluid {
  max-height: 100%;
}

.dependent-conainer {
  max-height: 72.8vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.card-dependent .card-th {
  font-size: 10px;
}
.card-dependent .card-val {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}

.vdp-datepicker .form-control:not(.input100)[readonly] {
  background-color: #fff;
  cursor: pointer;
}

.vdp-datepicker__calendar .cell.selected {
  background-color: #e3530f !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #e3530f !important;
}

.error-text {
  color: red;
  display: block;
}

.provider-select-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.provider-select-ul li {
  border: 1px solid #ebecee;
  border-radius: 3px;

  margin-bottom: 10px;
}

.provider-select-ul li {
  padding: 10px 16px;
}

.provider-logo-box {
  max-width: 50px;
  min-width: 50px;
  height: 30px;
}

.provider-logo-box img {
  max-height: 100%;
}

#modalAddProvider .modal-body {
  min-height: 400px;
  max-height: 450px;
  overflow-y: auto;
}

.pe-none {
  pointer-events: none;
}

.social-ul li:not(:last-child) {
  display: none;
}

.text-blue {
  color: #4063f1;
}

.f-up::first-letter {
  text-transform: uppercase;
}

.box-history {
  background-color: rgba(255, 127, 57, 0.1);
}

.box-history-head {
  padding: 1rem 1.25rem;
}

.box-history-body {
  padding: 0 1.25rem 1rem 1.25rem;
}

.table-user thead {
  background: #545659;
  color: #fff;
}
.table-user tbody {
  background: #fff;
}

.a-primary:hover {
  text-decoration: none;
}

.a-primary:hover h3 {
  transition: all 0.3s;
  color: #e6651e !important;
}

/* Notification drop start */

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
  font-size: 0.875rem;
}
.topbar .dropdown-list .dropdown-header {
  background-color: #ff7f39;
  border: 1px solid #ff7f39;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  line-height: 1.3rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #e9ecef;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}
.topbar .dropdown-list .dropdown-item:active {
  background-color: #e9ecef;
  color: #212529;
}
@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  .topbar .dropdown-list {
    width: 22rem !important;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

.no-arrow .dropdown-toggle::after {
  display: none;
}

.btn-notification {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #fff;
  color: #ff7f39;
  position: relative;
}

.btn-notification:hover {
  text-decoration: none;
}

.btn-notification .badge {
  position: absolute;
  right: -8px;
  top: -8px;
}

.notification-body {
  max-height: 300px;
  overflow-y: auto;
}

.notification-footer {
  padding: 0.35rem 1.5rem;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.15);
}

.notification-body .dropdown-item.unread {
  background-color: rgba(255, 127, 57, 0.02);
}

.notification-body .dropdown-item.read {
  opacity: 0.8;
  background-color: #f2f6fc;
}
.notification-body .dropdown-item:hover {
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  background-color: #eaecf4;
}

.bull-new-notification {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff7f39;
  position: absolute;
  border: 1px solid #fff;
  left: 1px;
  top: 2px;
  opacity: 0;
}

.notification-body .dropdown-item.unread .bull-new-notification {
  opacity: 1;
}

/* End Notification drop */

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.num-box {
  width: 12px;
  display: inline-block;
  text-align: right;
}


.select-wrapper {
  position: relative;
}

.select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  text-transform: capitalize;
  cursor: pointer;
}

.select-wrapper select option {
  text-transform: capitalize;
}

.select-wrapper::after {
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  pointer-events: none;
}

input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.bg-status-pending {
  background-color: #daa520;
}