/*
@File: Medizo HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style
** - About Area Style
** - Appointment Area Style
** - Service Area Style
** - Consultancy Area Style
** - Insurance Area Style
** - Product Area  Style
** - Cart Wraps Area Style
** - Checkout Area Style
** - Doctors Area Style
** - Departments Area Style
** - Emergency Area Style
** - Prescription Area Style
** - Case Study Area Style
** - Serve Area Style
** - Faq Area Style
** - Blog Area Style
** - Testimonials Area Style
** - Brand Area Style
** - Subscribe Area Style
** - Contact Area Style
** - User All Form Style
** - Pagination Area Style
** - Footer Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
** - Back To Top Button Style
** - Preloader CSS Style

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,800;0,900;1,200;1,400;1,500;1,600;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap");
body {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: #6E6E6E;
  font-weight: 400;
}

p {
  color: #6E6E6E;
  font-weight: 500;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #16213E;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

h3 {
  font-size: 1.375rem;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.ptb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pt-45 {
  padding-top: 2.8125rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

/*================================
Default btn Style 
===================================*/
.default-btn {
  padding: .875rem 1.6875rem;
  background-color: #af1d1e; /*ORI -- GX--*/
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.default-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #D35A61; /*ORI --GX--*/
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: .3125rem;
}

.default-btn:hover {
  background-color: #af1d1e;
  color: #ffffff;
}

.default-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: .3125rem;
}

.default-btn-two {
  padding: .875rem 1.6875rem;
  background-color: #af1d1e;
  color: #ffffff !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.default-btn-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #D35A61;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: .3125rem;
  color: white;
}

.default-btn-two:hover {
  background-color: #D35A61;
  color: #ffffff;
}

.default-btn-two:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: .3125rem;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  text-transform: capitalize;
  padding-bottom: .625rem;
  font-weight: 500;
  color: #af1d1e;
  line-height: 0;
}

.section-title h2 {
  font-size: 2.1875rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #16213E;
}

.section-title .section-icon {
  position: relative;
  width: 19.375rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title .section-icon .icon {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  font-size: 2.5rem;
  color: #1FA2FF;
  line-height: 1;
}

.section-title .section-icon::before {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 1.5625rem;
  width: 6.25rem;
  height: .125rem;
  background-color: #af1d1e;
}

.section-title .section-icon::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  right: 1.5625rem;
  width: 6.25rem;
  height: .125rem;
  background-color: #af1d1e;
}

.section-title p {
  padding-top: .625rem;
  font-weight: 500;
  margin-bottom: 0;
}

/*================================
Section Title Style End
===================================*/
/*================================
Top Header
===================================*/
.top-header {
  padding: .625rem 0;
}

.top-header-bg {
  background-color: #1FA2FF;
}

.top-header-bg-two {
  background-color: transparent;
  z-index: 1;
  position: relative;
}

.top-header-bg-3 {
  background-color: #1FA2FF;
}

.header-left {
  text-align: left;
  z-index: 1;
  position: relative;
}

.header-left .header-left-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-left .header-left-card ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: .4375rem;
  color: #ffffff;
  margin-right: 2.1875rem;
}

.header-left .header-left-card ul li:last-child {
  margin-right: 0;
}

.header-left .header-left-card ul li .head-icon {
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-left .header-left-card ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: .875rem;
  font-weight: 600;
  margin-left: 1.5625rem;
}

.header-left .header-left-card ul li:hover .head-icon {
  color: #ffffff;
}

.header-left .header-left-card ul li:hover a {
  color: #16213E;
}

.header-right {
  float: right;
}

.top-social-link {
  float: right;
}

.top-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-social-link ul li {
  display: inline-block;
  margin-right: .3125rem;
}

.top-social-link ul li a {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
  border-radius: 3.125rem;
}

.top-social-link ul li a:hover {
  background-color: #ffffff;
  color: #16213E;
}

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: .625rem 0;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

/* Main nav */
.main-nav {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #af1d1e !important; /*ORI   color: #1FA2FF !important; --GX--  */
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: black; /*ORI   color: #16213E; --GX--  */
  font-weight: 500;
  margin-left: .75rem;
  margin-right: .75rem;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: .1875rem;
  font-size: 1.125rem;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #af1d1e !important; /*ORI   color: #1FA2FF !important; --GX--  */
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #af1d1e !important; /*ORI   color: #1FA2FF !important; --GX--  */
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: .0625rem solid #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: black !important; /*ORI #16213E !important; --GX--*/
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
  padding: .625rem;
  border-bottom: .0625rem dashed #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #af1d1e !important; /*ORI #1FA2FF !important; -- GX--*/
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #af1d1e !important; /*ORI #1FA2FF !important; -- GX--*/
  border-radius: 0;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #af1d1e !important; /*ORI #1FA2FF !important; -- GX--*/
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 1.125rem !important;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.main-nav .others-options .option-item {
  margin-right: 1.25rem;
}

.main-nav .others-options .option-item:last-child {
  margin-right: 0;
}

.main-nav .others-options .option-item .search-btn {
  font-size: 1.5rem;
  margin-top: .625rem;
  color: #16213E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.main-nav .others-options .option-item .search-btn:hover {
  color: #1FA2FF;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-nav .others-options .option-item .close-btn {
  font-size: 1.5rem;
  color: #16213E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}

.main-nav .others-options .option-item .close-btn:hover {
  color: #1FA2FF;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-nav .others-options .option-item .close-btn.active {
  display: block;
}

.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon {
  font-size: 1.5rem;
  color: #16213E;
  position: relative;
}

.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon:hover {
  color: #1FA2FF;
}

.main-nav .others-options .option-item .add-cart-btn .cart-btn-icon span {
  position: absolute;
  top: .3125rem;
  right: -0.375rem;
  width: .9375rem;
  height: .9375rem;
  line-height: .9375rem;
  background-color: #1FA2FF;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: .6875rem;
}

.nav-bar {
  position: absolute;
  max-width: 77.5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: .3125rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  z-index: 555;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 18.75rem;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 1.25rem;
  -webkit-box-shadow: 0rem 0rem .9375rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem .9375rem 0rem rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 3.125rem;
  line-height: initial;
  border: .0625rem solid #eeeeee;
  color: #6E6E6E;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: .25rem;
  padding-left: .625rem;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #16213E;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.125rem;
  background: transparent;
  border: none;
  width: 3.125rem;
  outline: 0;
  color: #6E6E6E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:focus {
  color: #16213E;
}

.search-overlay.search-popup .search-form .search-button i {
  font-size: 1.125rem;
  font-weight: bold;
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 .625rem;
  height: 1.875rem;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 3.75rem;
  top: .75rem;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
  height: .3125rem;
  width: .3125rem;
  border-radius: 100%;
  margin: 0 .125rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #16213E;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #1FA2FF;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-nav-responsive .container .container {
  position: absolute;
  top: 3.4375rem;
  right: 0;
  max-width: 11.5625rem;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: .625rem;
  -webkit-box-shadow: 0 .9375rem 2.5rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 .9375rem 2.5rem rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #16213E;
  padding: .625rem 0 .125rem;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
  padding-left: .625rem;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
  padding-left: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item {
  margin-right: 0;
  margin-left: .625rem;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item:last-child {
  margin-right: 1.25rem;
  margin-left: .3125rem;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn {
  font-size: 1.875rem;
  margin-top: .625rem;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn:hover {
  color: #16213E;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn {
  font-size: 1.875rem;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn:hover {
  color: #16213E;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn.active {
  display: block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn {
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon {
  font-size: 1.875rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon:hover {
  color: #6E6E6E;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .add-cart-btn .cart-btn-icon span {
  position: absolute;
  top: .3125rem;
  right: -0.625rem;
  width: .9375rem;
  height: .9375rem;
  line-height: .9375rem;
  background-color: #6E6E6E;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: .6875rem;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.3);
}

.sticky-nav .nav-bar {
  max-width: 100%;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Main Banner Area 
====================================*/
.banner-area {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1FA2FF), to(#00EBBA));
  background-image: linear-gradient(#1FA2FF, #00EBBA);
  opacity: 0.8;
}

.banner-bg {
  background-image: url(../img/home-one/home-one-bg.jpg);
}

.banner-content {
  position: relative;
  z-index: 1;
  padding-top: 13.125rem;
  padding-bottom: 13.125rem;
}

.banner-content span {
  margin: 0;
  font-weight: 600;
  color: #003EAC;
}

.banner-content h1 {
  margin-top: .625rem;
  font-size: 3.75rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  line-height: 1.3;
}

.banner-content p {
  color: #ffffff;
  margin-bottom: 2.1875rem;
  font-weight: 500;
  max-width: 35rem;
}

.banner-content .banner-btn .appointment-btn {
  padding: .75rem 1.875rem;
  background-color: #16213E;
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
}

.banner-content .banner-btn .appointment-btn:hover {
  background-color: #ffffff;
  color: #16213E;
}

.banner-img {
  position: absolute;
  right: 0;
  bottom: -10.4375rem;
  z-index: 1;
}

.banner-img img {
  max-width: 48.75rem;
}

.banner-shape .shape1 {
  position: absolute;
  top: 0;
  right: 30%;
}

.banner-shape .shape2 {
  position: absolute;
  top: 0;
  right: 20%;
}

.banner-area-two {
  margin-top: -6.25rem;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-area-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; 
  opacity: 0.10;
}

.banner-bg-2 {
  background-image: url(../img/home-two/Pharmacyonking.png)
  
}

.banner-content-two {
  padding-top: 23.125rem;
  padding-bottom: 18.375rem;

}

.banner-content-two span {
  margin: 0;
  font-weight: 600;
  color: white;
  font-size: 1.25rem;
}

.banner-content-two h1 {
  margin-top: .625rem;
  font-size: 3.125rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  line-height: 1.3;
}

.banner-content-two p {
  color: #ffffff;
  margin-bottom: 2.1875rem;
  font-weight: 500;
  max-width: 35rem;
}

.banner-content-two .banner-btn-two .appointment-btn {
  padding: .75rem 1.5625rem;
  background-color: #af1d1e;
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
}

.banner-content-two .banner-btn-two .appointment-btn:hover {
  background-color: #ffffff;
  color: #16213E;
}

.banner-img-2 {
  position: absolute;
  right: 5%;
  bottom: 0;
}

.banner-img-2 img {
  max-width: 37.5rem;
}

.home-banner {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/home-three-bg.jpg);
}

.home-banner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #16213E;
  opacity: 0.8;
}

.home-banner-content span {
  margin: 0;
  font-weight: 600;
  color: #1FA2FF;
}

.home-banner-content h1 {
  margin-top: .625rem;
  font-size: 3.4375rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  line-height: 1.3;
}

.home-banner-content p {
  color: #ffffff;
  margin-bottom: 2.1875rem;
  font-weight: 500;
  max-width: 35rem;
}

.home-banner-content .home-banner-btn .appointment-btn {
  padding: .75rem 1.5625rem;
  background-color: #1FA2FF;
  color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
}

.home-banner-content .home-banner-btn .appointment-btn:hover {
  background-color: #ffffff;
  color: #16213E;
}

.home-banner-form {
  padding-top: 8.125rem;
  padding-bottom: 6.25rem;
}

.banner-bottom {
  background-image: url(../img/home-one/home-one-bg.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.banner-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #002F79;
  opacity: 0.8;
}

.banner-bottom-card {
  position: relative;
}

.banner-bottom-card i {
  font-size: 2.1875rem;
  width: 4.6875rem;
  height: 4.6875rem;
  color: #16213E;
  background-color: #ffffff;
  line-height: 4.6875rem;
  border-radius: 3.125rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.3125rem;
}

.banner-bottom-card .content {
  padding-left: 5.9375rem;
}

.banner-bottom-card .content span {
  color: #ffffff;
  font-weight: 500;
  font-size: .9375rem;
}

.banner-bottom-card .content h3 {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  margin-top: .3125rem;
  margin-bottom: 0;
}

.banner-bottom-card .content h3 a {
  color: #ffffff;
  font-weight: 600;
}

.banner-bottom-card .content h3 a:hover {
  color: #1FA2FF;
}

.banner-bottom-two {
  position: relative;
  margin-top: -6.25rem;
}

.banner-bottom-item {
  padding: 3.125rem 2.5rem;
  background-color: transparent;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

/* .banner-bottom-item:hover::before {
  background-color: #D35A61;
} */

.banner-bottom-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #af1d1e;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-bottom-item i {
  font-size: 3.75rem;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.banner-bottom-item h3 {
  color: #ffffff;
  margin-top: .9375rem;
  margin-bottom: .625rem;
}

.banner-bottom-item p {
  color: #ffffff;
  margin-bottom: 0;
}

.banner-bottom-item .circle {
  position: absolute;
  top: -3.125rem;
  left: -10%;
  width: 9.375rem;
  height: 9.375rem;
  background-color: transparent;
  border: 1.5625rem solid #ffffff1a;
  border-radius: 50%;
}

.banner-bottom-item .line {
  position: absolute;
  top: -1.875rem;
  right: 20%;
  width: 6.25rem;
  height: 120%;
  background-color: #ffffff1a;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

/*=================================
Main Banner Area End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#002F79), to(#002e7954));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.788), transparent); /*ORI background-image: linear-gradient(to right, #002F79, #002e7954); --GX--*/
}

.inner-banner .inner-title {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
  position: relative;
  z-index: 1;
}

.inner-banner .inner-title h3 {
  font-size: 2.8125rem;
  color: #ffffff;
  font-weight: 600;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 1.125rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin-right: 2.5rem;
  font-weight: 500;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li:last-child::before {
  display: none;
}

.inner-banner .inner-title ul li::before {
  content: '';
  position: absolute;
  top: .9375rem;
  right: -1.875rem;
  height: .0625rem;
  width: .9375rem;
  background-color: #ffffff;
}

.inner-banner .inner-title ul li a {
  color: #ffffff;
}

.inner-banner .inner-title ul li a:hover {
  color: #af1d1e;
}

.inner-banner-shape .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.inner-banner-shape .shape2 {
  position: absolute;
  top: 0;
  left: 15%;
  opacity: 1.2;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/vacinnes-banner.png);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/contact-banner.png);
}

.inner-bg3 {
  background-image: url(../img/inner-banner//new-prescriptions-banner.png);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/diabetes-education-banner.png);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/minor-ailments-banner.png);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/medication-review-program-banner.png);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/safe-medication-disposal-banner.png);
  background-position: top;
}

.inner-bg8 {
  background-image: url(../img/inner-banner/blister-packs-banner.png);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/naloxone-and-opioid-harm-reduction.png);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/opioid-addiction-treatment.png);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/about_us-banner.png);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/prescriptions-refill-banner.png);
}

.inner-bg13 {
  background-image: url(../img/inner-banner/prescriptions-transfer-banner.png);
}
.inner-bg14 {
  background-image: url(../img/inner-banner/compression_stocking.jpg);
}

/*================================
Inner Banner End
==================================*/
/*=================================
About Area 
====================================*/
.about-img {
  margin-bottom: 1.875rem;
}

.about-content {
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}

.about-content .section-title {
  margin-bottom: 1.875rem;
}

.about-content .about-card {
  margin-bottom: 1.25rem;
  position: relative;
}

.about-content .about-card i {
  font-size: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  color: #ffffff;
  border-radius: .3125rem;
  line-height: 3.75rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .3125rem;
}

.about-content .about-card .content {
  padding-left: 5.3125rem;
}

.about-content .about-card .content span {
  color: #16213E;
  font-weight: 600;
}

.about-content .about-card .content p {
  margin-top: .3125rem;
  margin-bottom: 0;
}

.about-content .about-btn {
  margin-top: 1.875rem;
}

.about-content-mr {
  margin-right: 1.875rem;
  margin-left: 0 !important;
}

.bg-one {
  background-color: #00C59C;
}

.bg-two {
  background-color: #1FA2FF;
}

.bg-three {
  background-color: #16213E;
}

.about-right-img {
  position: relative;
  margin-bottom: 4.375rem;
}

.about-right-img .about-open-hours {
  bottom: -2.5rem;
  position: absolute;
  left: 0;
  background-color: #af1d1e;
  padding: 2.5rem 1.875rem;
  width: 23.75rem;
}

.about-right-img .about-open-hours h3 {
  color: #ffffff;
  font-size: 1.5625rem;
  margin-bottom: .9375rem;
  text-align: center;
}

.about-right-img .about-open-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-right-img .about-open-hours ul li {
  display: block;
  margin-bottom: .625rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.about-right-img .about-open-hours ul li::before {
  content: '';
  position: absolute;
  top: 1rem;
  width: 20%;
  height: 100%;
  left: 32%;
  right: 25%;
  border-top: .0625rem dotted #ffffff;
}

.about-right-img .about-open-hours ul li:last-child {
  margin-bottom: 0;
}

.about-right-img .about-open-hours ul li span {
  float: right;
}

/*=================================
About Area End
====================================*/
/*=================================
Appointment Area 
====================================*/
.appointment-area {
  position: relative;
  overflow: hidden;
}

.appointment-shape {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.appointment-bg {
  /* background-image: url(../img/appointment/appoinment-bg.png); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.appointment-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #af1d1e; /* CHANGE-- GX--*/
  opacity: 0.95;
}

.appointment-img {
  margin-bottom: 1.875rem;
  z-index: 1;
  position: relative;
}

.appointment-img-2 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 7%;
}

.appointment-from-area {
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
}

.appointment-from {
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  padding: 2.5rem 1.875rem;
  z-index: 2;
  position: relative;
}



.appointment-from h2 {
  font-size: 2.1875rem;
  margin-bottom: .625rem;
  text-align: center;
}

.appointment-from p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.appointment-from .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.appointment-from .form-group .form-control {
  height: 3.125rem;
  color: #6A6377;
  border: none;
  background-color: #a8dffc45;
  font-size: .875rem;
  padding: .625rem 1.25rem;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.appointment-from .form-group .form-control:focus {
  outline: none;
  border-color: .0625rem solid #16213E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-from .form-group textarea.form-control {
  height: auto;
}

.appointment-from .nice-select {
  height: 3.125rem;
  width: 100%;
  line-height: 2rem;
  font-size: .9375rem;
  margin-bottom: .9375rem;
  padding-left: 1.25rem;
  color: #6E6E6E;
  background-color: #16213E;
}

.appointment-from .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0rem 1.8125rem 0rem rgba(102, 102, 102, 0.1);
          box-shadow: 0rem 0rem 1.8125rem 0rem rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.appointment-from .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #6E6E6E;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.appointment-from .nice-select .list .option:hover {
  background-color: #af1d1e !important;
  color: #ffffff;
}

.appointment-from .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
  color: #6E6E6E;
}

.appointment-from .nice-select::after {
  height: .5rem;
  width: .5rem;
  border-color: #a7a7a7;
  right: 1.4375rem;
}

.appointment-from .default-btn {
  margin-top: .625rem;
  border: 0;
  outline: none;
  width: 100%;
}

.appointment-from .default-btn-two {
  margin-top: .625rem;
  border: 0;
  outline: none;
  width: 100%;
}

.table-condensed {
  border-collapse: collapse;
  width: 16.25rem;
  text-align: center;
}

.table-condensed .prev {
  background-color: #1FA2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #16213E;
  color: #ffffff;
}

.table-condensed .next {
  background-color: #1FA2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #ffffff;
}

.table-condensed .next:hover {
  background-color: #16213E;
  color: #ffffff;
}

.table-condensed .day {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: .25rem;
  font-size: .875rem;
}

.table-condensed .day:hover {
  background-color: #1FA2FF;
  color: #ffffff;
}

.appointment-widget-right {
  position: relative;
  margin-bottom: 4.375rem;
}

.appointment-widget-right .appointment-hours {
  bottom: -2.5rem;
  position: absolute;
  left: 0;
  background-color: #af1d1e;
  padding: 2.5rem 1.875rem;
  width: 23.75rem;
}

.appointment-widget-right .appointment-hours h3 {
  color: #ffffff;
  font-size: 1.5625rem;
  margin-bottom: .9375rem;
  text-align: center;
}

.appointment-widget-right .appointment-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appointment-widget-right .appointment-hours ul li {
  display: block;
  margin-bottom: .625rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.appointment-widget-right .appointment-hours ul li::before {
  content: '';
  position: absolute;
  top: 1rem;
  width: 20%;
  height: 100%;
  left: 32%;
  right: 25%;
  border-top: .0625rem dotted #ffffff;
}

.appointment-widget-right .appointment-hours ul li:last-child {
  margin-bottom: 0;
}

.appointment-widget-right .appointment-hours ul li span {
  float: right;
}

.appointment-widget-form {
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
}

/*=================================
Appointment Area End
====================================*/
/*=================================
Service Area
====================================*/
.service-area {
  overflow: hidden;
  position: relative;
}

.service-area .section-title h2 {
  margin-top: 0;
}

.service-area .section-title p {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.3);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #af1d1e;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-card:hover::before {
  height: 100%;
  opacity: 0.8;
}

.service-card:hover .service-content {
  top: 36%;
  -webkit-transform: translateY(-31%);
          transform: translateY(-31%);
}

.service-card:hover .service-content::before {
  display: none;
}

.service-card:hover .service-content .service-icon {
  background-color: white;
  color: #af1d1e;
  margin-bottom: 1.25rem;
}



.service-card:hover .service-content h3 {
  margin-bottom: .625rem;
}

.service-card:hover .service-content h3 a {
  color: #ffffff;
}

.service-card:hover .service-content .content {
  display: block;
}

.service-card:hover .service-content .content p {
  color: #ffffff;
}

.service-card:hover .service-shape-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-card:hover .service-shape-2 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-card a {
  display: block;
}

.service-card .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .625rem 1.25rem;
  background-color: transparent;
  z-index: 1;
  height: auto;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
}

.service-card .service-content::before {
  content: '';
  position: absolute;
  bottom: -3.75rem;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.service-card .service-content .service-icon {
  font-size: 2.1875rem;
  width: 4.6875rem;
  height: 4.6875rem;
  color: #ffffff;
  background-color: #af1d1e;
  line-height: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: 3.125rem;
  text-align: center;
  position: relative;
}

.service-card .service-content h3 {
  margin-bottom: .9375rem;
  font-size: 1.375rem;
}

.service-card .service-content h3 a {
  color: #16213E;
}

.service-card .service-content .content {
  margin-top: .625rem;
  margin-bottom: .625rem;
  display: none;
}

.service-card .service-content .content p {
  color: #ffffff;
  margin-bottom: 0;
}

.service-card .service-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-card .service-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-dots {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-dots-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-item {
  padding: 3.125rem 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
}

.service-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-item.service-item-bg1::before {
  background-image: url(../img/services/service-img1.jpg);
}

.service-item.service-item-bg2::before {
  background-image: url(../img/services/service-img2.jpg);
}

.service-item.service-item-bg3::before {
  background-image: url(../img/services/service-img3.jpg);
}

.service-item.service-item-bg4::before {
  background-image: url(../img/services/service-img4.jpg);
}

.service-item.service-item-bg5::before {
  background-image: url(../img/services/service-img5.jpg);
}

.service-item.service-item-bg6::before {
  background-image: url(../img/services/service-img6.jpg);
}

.service-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #16213E;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-item:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-item:hover::before {
  height: 100%;
  opacity: 1;
}

.service-item:hover::after {
  height: 100%;
  opacity: 0.8;
}

.service-item:hover .service-shape-1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-item:hover .service-shape-2 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-item:hover .service-item-icon {
  background-color: #ffffff;
  color: #16213E;
}

.service-item:hover h3 a {
  color: #ffffff;
}

.service-item:hover p {
  color: #ffffff;
}

.service-item .service-item-icon {
  font-size: 2.1875rem;
  width: 4.6875rem;
  height: 4.6875rem;
  color: #ffffff;
  background-color: #1FA2FF;
  line-height: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .9375rem;
  border-radius: 3.125rem;
  text-align: center;
  position: relative;
}

.service-item h3 {
  margin-bottom: .9375rem;
  font-size: 1.375rem;
}

.service-item h3 a {
  color: #16213E;
}

.service-item p {
  color: #16213E;
  margin-bottom: 0;
}

.service-item .service-shape-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-item .service-shape-2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-details-area {
  position: relative;
}

.service-details-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.service-details-shape img {
  max-width: 12.5rem;
}

.services-article h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.services-article .services-article-img {
  margin-bottom: 1.875rem;
}

.services-article .services-content p {
  margin-bottom: 1.875rem;
}

.services-article .services-another-content p {
  margin-bottom: 1.25rem;
}

.services-article .services-another-content .content-img {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.services-article .services-content-more p {
  margin-bottom: 1.25rem;
}

.services-article .services-specialist h2 {
  margin-bottom: 1.875rem;
}

.service-categories {
  margin-bottom: 1.875rem;
}

.service-categories h3 {
  font-size: 1.25rem;
  color: #16213E;
  margin-bottom: 1.25rem;
}

.service-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.service-categories ul li {
  margin-bottom: .625rem;
  font-size: .9375rem;
  font-weight: 500;
  display: block;
}

.service-categories ul li:last-child {
  margin-bottom: 0;
}

.service-categories ul li a {
  color: #ffffff;
  font-weight: normal;
  font-weight: 600;
  background-color: #1FA2FF;
  padding: .9375rem;
  display: inline-block;
  width: 100%;
}

.service-categories ul li a i {
  float: right;
  color: #ffffff;
  font-size: 1.125rem;
  position: relative;
  top: .3125rem;
}

.service-categories ul li a:hover {
  background-color: #16213E;
}

.service-open-hours {
  background-color: #16213E;
  padding: 2.5rem 1.875rem;
  margin-bottom: 1.875rem;
  max-width: 23.75rem;
  margin-left: auto;
  margin-right: auto;
}

.service-open-hours h3 {
  color: #ffffff;
  font-size: 1.375rem;
  margin-bottom: .9375rem;
  text-align: center;
}

.service-open-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-open-hours ul li {
  display: block;
  margin-bottom: .625rem;
  font-weight: 600;
  color: #ffffff;
}

.service-open-hours ul li:last-child {
  margin-bottom: 0;
}

.service-open-hours ul li span {
  float: right;
}

/*=================================
Service Area End
====================================*/
/*=================================
Consultancy Area 
====================================*/
.consultancy-area {
  position: relative;
}

.consultancy-area::before {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 89.8%;
  background-image: url(../img/consultancy/consultancy-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.consultancy-area::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 89.8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1FA2FF), to(#00EBBA));
  background-image: linear-gradient(#1FA2FF, #00EBBA);
  opacity: 0.8;
}

.consultancy-img {
  z-index: 1;
  position: relative;
}

.consultancy-content {
  margin-top: 8.125rem;
  z-index: 1;
  position: relative;
  margin-left: -12.5rem;
}

.consultancy-content h2 {
  font-size: 2.1875rem;
  margin-bottom: .625rem;
  color: #ffffff;
}

.consultancy-content p {
  margin-bottom: 2.5rem;
  color: #ffffff;
}

.consultancy-content .consultancy-form {
  background-color: #ffffff;
  padding: 3.75rem 2.8125rem;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.3);
  border-radius: .3125rem;
}

.consultancy-content .consultancy-form .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.consultancy-content .consultancy-form .form-group .form-control {
  height: 3.125rem;
  color: #6A6377;
  border: none;
  background-color: #a8dffc45;
  font-size: .875rem;
  padding: .625rem 1.25rem;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.consultancy-content .consultancy-form .form-group .form-control:focus {
  outline: none;
  border-color: .0625rem solid #16213E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.consultancy-content .consultancy-form .nice-select {
  height: 3.125rem;
  width: 100%;
  line-height: 2rem;
  font-size: .9375rem;
  margin-bottom: .9375rem;
  padding-left: 1.25rem;
  color: #6E6E6E;
  background-color: #16213E;
}

.consultancy-content .consultancy-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0rem 1.8125rem 0rem rgba(102, 102, 102, 0.1);
          box-shadow: 0rem 0rem 1.8125rem 0rem rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.consultancy-content .consultancy-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #6E6E6E;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.consultancy-content .consultancy-form .nice-select .list .option:hover {
  background-color: #16213E !important;
  color: #ffffff;
}

.consultancy-content .consultancy-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
  color: #6E6E6E;
}

.consultancy-content .consultancy-form .nice-select::after {
  height: .5rem;
  width: .5rem;
  border-color: #a7a7a7;
  right: 1.4375rem;
}

.consultancy-content .consultancy-form .default-btn {
  margin-top: .625rem;
  border: 0;
  outline: none;
  width: 100%;
}

/*=================================
Consultancy Area End
====================================*/
/*=================================
Insurance Area 
====================================*/
.insurance-area {
  position: relative;
}

.insurance-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/insurance-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.insurance-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #16213E;
  opacity: 0.8;
}

.insurance-content {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 1;
  max-width: 45rem;
}

.insurance-content h2 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.insurance-content p {
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.insurance-content .default-btn-two {
  margin-top: .625rem;
}

.insurance-img {
  position: absolute;
  z-index: 1;
  bottom: -1.875rem;
  right: 3%;
}

.insurance-img img {
  max-width: 35.625rem;
}

/*=================================
Insurance Area End
====================================*/
/*=================================
Product Area 
====================================*/
.product-area {
  position: relative;
}

.product-card {
  margin-bottom: 1.875rem;
}

.product-card .product-img {
  position: relative;
}

.product-card .product-img a {
  display: block;
}

.product-card .product-img:hover .product-add {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-card .product-img .product-add {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-card .product-img .product-add ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-card .product-img .product-add ul li {
  display: inline-block;
  margin: 0 .1875rem;
}

.product-card .product-img .product-add ul li a {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0 auto;
  line-height: 3.125rem;
  text-align: center;
  background-color: #16213E;
}

.product-card .product-img .product-add ul li a:hover {
  background-color: #1FA2FF;
}

.product-card .product-img .best-sale {
  position: absolute;
  top: .625rem;
  right: 0;
  font-size: .875rem;
  color: #ffffff;
  width: 3.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  display: inline-block;
  background-color: #EE5555;
}

.product-card .content {
  padding-top: 1.25rem;
}

.product-card .content h4 {
  font-size: .8125rem;
  color: #6E6E6E;
  margin-bottom: .3125rem;
}

.product-card .content h4 .price {
  font-size: .9375rem;
  font-weight: 500;
  float: right;
}

.product-card .content h3 {
  font-size: 1.25rem;
  color: #16213E;
  margin-bottom: .3125rem;
}

.product-card .content h3 span {
  font-size: 1.375rem;
  font-weight: 43.75rem;
  float: right;
}

.product-card .content .rating {
  color: #FFC107;
  font-size: 1.0625rem;
}

.product-card .content .product-btn {
  position: relative;
  margin-top: .9375rem;
}

.product-card .content .product-btn .add-btn {
  padding: .4375rem 1.25rem;
  font-size: .9375rem;
  color: #ffffff;
  background-color: #1FA2FF;
  font-weight: 500;
}

.product-card .content .product-btn .add-btn .icon {
  margin-left: .3125rem;
  font-weight: 400;
  position: relative;
  top: .125rem;
}

.product-card .content .product-btn .add-btn:hover {
  background-color: #16213E;
}

.product-card .content .product-btn .wishlist-btn {
  padding: .4375rem .9375rem;
  position: absolute;
  right: 0;
  font-size: .9375rem;
  color: #ffffff;
  background-color: #16213E;
}

.product-card .content .product-btn .wishlist-btn:hover {
  background-color: #1FA2FF;
}

.product-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.product-shape img {
  max-width: 18.75rem;
}

.product-result-count p {
  font-size: 1.125rem;
  color: #16213E;
}

.product-top-bar-ordering {
  text-align: right;
}

.product-top-bar-ordering .nice-select {
  background-color: #F7F9FB;
  border-radius: 0;
  border: none;
  float: unset;
  height: unset;
  line-height: initial;
  padding: 1.25rem 2.1875rem 1.0625rem 1.25rem;
  font-size: .9375rem;
}

.product-top-bar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem .1875rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.25rem .1875rem rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.product-top-bar-ordering .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  font-size: .875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #343434;
}

.product-top-bar-ordering .nice-select .list .option:hover {
  background-color: #1FA2FF !important;
  color: #ffffff;
}

.product-top-bar-ordering .nice-select .list .option .selected {
  font-weight: 700;
  color: #ffffff;
}

.product-top-bar-ordering .nice-select:after {
  right: 1.25rem;
}

.product-search-widget .product-search-form {
  position: relative;
  border: .0625rem solid #F7F9FB;
}

.product-search-widget .product-search-form .form-control {
  height: 3.4375rem;
  border: none;
  background-color: #F7F9FB;
  padding: .625rem 1.25rem;
  width: 100%;
  border-radius: 0;
}

.product-search-widget .product-search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.product-search-widget .product-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 3.75rem;
  width: 3.4375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
}

.product-search-widget .product-search-form button i {
  color: #6E6E6E;
}

.product-search-widget .product-search-form button:hover {
  color: #16213E;
}

.best-product-area h2 {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}

.best-product-card {
  position: relative;
  padding-left: 7.5rem;
  margin-bottom: 1.875rem;
  height: 6.25rem;
}

.best-product-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.25rem;
  height: 6.25rem;
}

.best-product-card .content {
  margin-bottom: 1.25rem;
}

.best-product-card .content h3 {
  font-size: 1.125rem;
  margin-bottom: .3125rem;
}

.best-product-card .content span {
  font-size: 1.125rem;
  color: #16213E;
  font-weight: 600;
}

.best-product-card .content span del {
  font-size: .875rem;
  color: #6E6E6E;
  margin-right: .625rem;
  font-weight: 500;
}

.best-product-card .content .rating {
  color: #FFC107;
}

.best-product-card .cart-btn {
  position: absolute;
  right: 0;
  top: .9375rem;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.875rem;
  text-align: center;
  line-height: 3.75rem;
  background-color: #1FA2FF;
  color: #ffffff;
}

.best-product-card .cart-btn:hover {
  background-color: #16213E;
}

.product-title h2 {
  font-size: 1.5rem;
  margin-bottom: 2.8125rem;
}

.product-item {
  margin-bottom: 1.875rem;
}

.product-item a {
  display: block;
}

.product-item .content {
  padding-top: 1.25rem;
}

.product-item .content h4 {
  font-size: .875rem;
  color: #6E6E6E;
  margin-bottom: .3125rem;
}

.product-item .content h3 {
  font-size: 1.25rem;
  color: #16213E;
  margin-bottom: .3125rem;
}

.product-item .content h3 span {
  font-size: 1.375rem;
  font-weight: 43.75rem;
  float: right;
}

.product-item .content .rating {
  color: #FFC107;
  font-size: 1.0625rem;
  margin-bottom: .9375rem;
}

.product-item .content .product-add-btn {
  padding: .4375rem 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #1FA2FF;
  font-weight: 500;
  width: 10.125rem;
}

.product-item .content .product-add-btn .icon {
  margin-left: .3125rem;
  font-weight: 400;
  position: relative;
  top: .125rem;
}

.product-item .content .product-add-btn:hover {
  background-color: #16213E;
}

.product-slider {
  position: relative;
}

.product-slider .owl-nav {
  margin-top: 0;
}

.product-slider .owl-nav .owl-prev {
  position: absolute;
  top: -5rem;
  right: 3.125rem;
  font-size: 1.125rem !important;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0;
  line-height: 2.8125rem;
  background-color: #1FA2FF !important;
  color: #ffffff !important;
}

.product-slider .owl-nav .owl-prev:hover {
  background-color: #16213E !important;
}

.product-slider .owl-nav .owl-next {
  position: absolute;
  top: -5rem;
  right: 0;
  font-size: 1.125rem !important;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 0;
  background-color: #1FA2FF !important;
  color: #ffffff !important;
}

.product-slider .owl-nav .owl-next:hover {
  background-color: #16213E !important;
}

.product-details-area {
  position: relative;
}

.product-details-shape {
  position: absolute;
  bottom: 15%;
  right: 0;
}

.product-details-shape img {
  max-width: 17.5rem;
}

.product-detls-image {
  margin-bottom: 1.875rem;
}

.product-desc {
  margin-bottom: 1.875rem;
}

.product-desc h3 {
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-desc .price {
  margin-bottom: .625rem;
  font-size: .9375rem;
  font-weight: 600;
  color: #16213E;
}

.product-desc .price .old-price {
  text-decoration: line-through;
  color: #6E6E6E;
  margin-left: .625rem;
}

.product-desc .product-review {
  margin-bottom: .9375rem;
}

.product-desc .product-review .rating {
  display: inline-block;
  padding-right: .3125rem;
  font-size: .875rem;
}

.product-desc .product-review .rating i {
  color: #ee8100;
}

.product-desc .product-review .rating-count {
  margin-left: .3125rem;
  display: inline-block;
  color: #6E6E6E;
  border-bottom: .0625rem solid #6E6E6E;
  line-height: initial;
}

.product-desc .product-review .rating-count:hover {
  color: #16213E;
  border-color: #16213E;
}

.product-desc p {
  margin-bottom: 0;
}

.product-desc .product-status {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.product-desc .product-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-desc .product-status ul li {
  display: block;
  color: #6E6E6E;
}

.product-desc .input-count-area h3 {
  font-size: 1rem;
  display: inline-block;
  font-weight: 500;
  margin-right: .9375rem;
}

.product-desc .input-count-area .input-counter {
  margin-top: .625rem;
  max-width: 8.125rem;
  min-width: 8.125rem;
  margin-right: .625rem;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: .9375rem;
}

.product-desc .input-count-area .input-counter span {
  position: absolute;
  top: .125rem;
  background-color: transparent;
  cursor: pointer;
  color: #6E6E6E;
  width: 3.125rem;
  height: 100%;
  line-height: 2.8125rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-desc .input-count-area .input-counter span:hover {
  color: #16213E;
}

.product-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.product-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.product-desc .input-count-area .input-counter input {
  height: 2.8125rem;
  color: #6E6E6E;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
}

.product-desc .product-add-btn {
  margin-top: 1.25rem;
}

.product-desc .product-add-btn .default-btn {
  border: none;
  margin-right: 1.25rem;
  border-radius: 0;
}

.product-desc .product-share {
  margin-top: 1.875rem;
}

.product-desc .product-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-desc .product-share ul li {
  display: inline-block;
  margin: 0 .1875rem;
}

.product-desc .product-share ul li span {
  color: #6E6E6E;
  margin-right: .3125rem;
  font-size: 1rem;
}

.product-desc .product-share ul li a {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #16213E;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.1875rem;
  border-radius: 3.125rem;
  text-align: center;
}

.product-desc .product-share ul li a:hover {
  background-color: #1FA2FF;
}

.product .input-count-area .input-counter input::-webkit-input-placeholder {
  color: #6E6E6E;
}

.product .input-count-area .input-counter input:-ms-input-placeholder {
  color: #6E6E6E;
}

.product .input-count-area .input-counter input::-ms-input-placeholder {
  color: #6E6E6E;
}

.product .input-count-area .input-counter input::placeholder {
  color: #6E6E6E;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: .0625rem solid #cccccc;
  text-align: center;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: .3125rem;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #6E6E6E;
  padding: .9375rem 1.875rem;
  background-color: #F9F9F9;
}

.products-details-tab .tabs li a span {
  color: #16213E;
}

.products-details-tab .tabs li a:focus {
  color: #16213E;
  border-bottom: .0625rem solid #1FA2FF;
}

.products-details-tab .tabs li.active a {
  color: #16213E;
  border-bottom: .0625rem solid #1FA2FF;
}

.products-details-tab .tabs li.current a {
  color: #16213E;
  border-bottom: .0625rem solid #1FA2FF;
}

.products-tabs-decs {
  max-width: 52.5rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.products-tabs-decs p {
  color: #6E6E6E;
  font-weight: 600;
  margin-bottom: 1.875rem;
}

.products-tabs-reviews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-reviews ul li {
  position: relative;
  padding-bottom: 2.5rem;
  padding-left: 12.5rem;
  margin-bottom: 1.875rem;
  border-bottom: .0625rem solid #eeeeee;
}

.products-tabs-reviews ul li:last-child {
  margin-bottom: 0;
}

.products-tabs-reviews ul li img {
  position: absolute;
  top: 0;
  left: 5.625rem;
}

.products-tabs-reviews ul li h3 {
  margin-bottom: .3125rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #16213E;
}

.products-tabs-reviews ul li .content .rating {
  display: inline-block;
  color: #ee8100;
  margin-right: 1.25rem;
  position: relative;
}

.products-tabs-reviews ul li .content .rating::before {
  content: '';
  position: absolute;
  top: .1875rem;
  right: -0.8125rem;
  width: .0625rem;
  height: 1.25rem;
  background-color: #cccccc;
}

.products-tabs-reviews ul li .content span {
  margin-bottom: .625rem;
  display: inline-block;
}

.products-tabs-reviews ul li p {
  margin-bottom: 0;
  max-width: 40.625rem;
}

.reviews-form {
  margin-top: 2.1875rem;
}

.reviews-form .contact-form {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.reviews-form .contact-form h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #16213E;
  margin-bottom: .625rem;
}

.reviews-form .contact-form .form-group .form-control {
  background-color: #ffffff;
  border-radius: 0;
}

.reviews-form p {
  text-align: center;
  color: #6E6E6E;
  margin-bottom: .625rem;
}

.reviews-form .rating {
  text-align: center;
  color: #ee8100;
  position: relative;
  margin-bottom: 1.875rem;
}

/*=================================
Product Area End
====================================*/
/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0rem;
  vertical-align: middle;
  padding: 0 0 .9375rem;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 1.125rem;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #6E6E6E;
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 3.75rem;
  height: 3.75rem;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #16213E;
  font-weight: 600;
  display: inline-block;
  font-size: 1rem;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #1FA2FF !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal NaNpxove {
  float: right;
  position: relative;
  top: .0625rem;
  color: #16213E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal NaNpxove i {
  font-size: 1.875rem;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal NaNpxove:hover {
  color: #1FA2FF;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 8.125rem;
  min-width: 8.125rem;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #6E6E6E;
  width: 2.5rem;
  height: 100%;
  line-height: 3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #16213E !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #16213E !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #16213E !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 2.8125rem;
  color: #6E6E6E;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 600;
}

.cart-wraps-area .cart-buttons {
  margin-top: 1.875rem;
}

.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0 .125rem 3rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 .125rem 3rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 3.125rem;
}

.cart-wraps-area .cart-totals h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5625rem;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 1.5625rem;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: .0625rem solid #b8b08c;
  padding: .625rem .9375rem;
  color: #6E6E6E;
  overflow: hidden;
  font-weight: 500;
}

.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #6E6E6E;
  font-weight: normal;
}

.cart-wraps-area .cart-calc {
  margin-top: 3.125rem;
  background-color: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0 .125rem 3rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 .125rem 3rem 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 1.5rem;
  color: #16213E;
  padding-bottom: 1.25rem;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 1.25rem;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 3.125rem;
  padding: .4375rem 1.125rem;
  color: #6c777d;
  border: .0625rem solid  #cfcfcf;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: .0625rem solid #16213E;
  background-color: #6E6E6E !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: .625rem;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #6E6E6E !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 1rem;
  border: .0625rem solid #b8b08c;
  color: #6c777d;
  padding: 1.5625rem 1.125rem;
  font-weight: 400;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: .0625rem solid #cfcfcf;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 3.125rem;
  width: 100%;
  margin-bottom: 1.1875rem;
  border: .0625rem solid #b8b08c;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #6E6E6E !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #16213E !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: .25rem;
  font-weight: 500;
  color: #6c777d;
}

.cart-wraps-area .nice-select .option.focus, .cart-wraps-area .nice-select .option.selected.focus, .cart-wraps-area .nice-select .option:hover {
  background-color: #16213E !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus, .cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #16213E !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #16213E;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #16213E;
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #16213E;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #16213E;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #16213E;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #16213E;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #16213E;
}

.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
/*=================================
Checkout Area 
===================================*/
.billing-details {
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  padding: 3.125rem 1.875rem 1.5625rem 1.875rem;
  -webkit-box-shadow: 0 .3125rem 1.75rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 .3125rem 1.75rem rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 1.5rem;
  color: #16213E;
  margin-bottom: .9375rem;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 1.5625rem;
}

.billing-details .form-group label {
  color: #6E6E6E;
  display: block;
  margin-bottom: .625rem;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #dd480f;
}

.billing-details .form-group .form-control {
  height: 3.125rem;
  color: #2d3652;
  border: .0625rem solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: .625rem 1.25rem;
  width: 100%;
}

.billing-details .form-group .form-control:focus, .billing-details .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: .0625rem solid #6E6E6E;
}

.billing-details .form-group .form-message {
  font-size: 1rem;
  border: .0625rem solid #e8e8e8;
  background-color: #fcfcff;
  padding: 1.125rem 1.125rem;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus, .billing-details .form-group .form-message :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: .0625rem solid #6E6E6E;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 2.8125rem;
  color: #6E6E6E;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0rem 1.8125rem 0rem rgba(102, 102, 102, 0.1);
          box-shadow: 0rem 0rem 1.8125rem 0rem rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #16213E !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}

.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 1.25rem;
}

.billing-details .form-check {
  margin-bottom: .9375rem;
}

.billing-details .form-check .form-check-input {
  width: .9375rem;
  height: .9375rem;
}

.billing-details .form-check .form-check-label {
  color: #6E6E6E;
  margin-left: .3125rem;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #16213E !important;
  color: #ffffff !important;
  border: none;
  outline: none;
}

.order-details .order-table {
  background-color: #ffffff;
  padding: 3.125rem 1.875rem;
  -webkit-box-shadow: 0 .3125rem 1.75rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 .3125rem 1.75rem rgba(0, 0, 0, 0.07);
}

.order-details .order-table h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 1.25rem;
  padding-top: .9375rem;
  padding-right: 1.25rem;
  padding-bottom: .9375rem;
  font-weight: 600;
  color: #6E6E6E;
  font-size: 1.125rem;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #6E6E6E;
  border-color: #eaedff;
  font-size: .875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #16213E;
}

.order-details .order-table table tbody tr td.order-subtotal span {
  color: #6E6E6E;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
  color: #6E6E6E;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.total-price span {
  color: #6E6E6E;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 .3125rem 1.75rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 .3125rem 1.75rem rgba(0, 0, 0, 0.07);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 3.125rem 1.875rem;
}

.order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 1.6875rem;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #16213E;
  position: relative;
  margin-bottom: .5rem;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: .1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border: .0625rem solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: .75rem;
  height: .75rem;
  background: #16213E;
  position: absolute;
  top: .375rem;
  left: .1875rem;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 1.6875rem;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: .5rem;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: .1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border: .0625rem solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: .75rem;
  height: .75rem;
  background: #16213E;
  position: absolute;
  top: .375rem;
  left: .1875rem;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .order-btn {
  margin-top: 1.25rem;
  display: block;
  text-align: center;
  width: 100%;
  padding: .75rem 1.6875rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #16213E;
}

.order-details .payment-box .order-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #08104d;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.order-details .payment-box .order-btn:hover {
  color: #ffffff;
  border: none;
}

.order-details .payment-box .order-btn:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}

.billing-details .form-group .nice-select .option:hover, .billing-details .form-group .nice-select .option.focus, .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #16213E !important;
  color: #ffffff !important;
}

/*=================================
Checkout Area End
===================================*/
/*=================================
Doctors Area
====================================*/
.doctors-area {
  position: relative;
  overflow: hidden;
}

.doctors-area .section-title p {
  max-width: 50.625rem;
  margin-left: auto;
  margin-right: auto;
}

.doctors-area .owl-dots {
  margin-top: 0rem !important;
  margin-bottom: 0 !important;
}

.doctors-area .owl-dots .owl-dot span {
  background-color: #1FA2FF !important;
  width: .625rem !important;
  height: .625rem !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.doctors-area .owl-dots .owl-dot.active span {
  background-color: #1FA2FF !important;
  width: 2.5rem !important;
  height: .625rem !important;
}

.doctors-area .owl-dots .owl-dot:hover span {
  background-color: #1FA2FF !important;
  width: 2.5rem !important;
  height: .625rem !important;
}

.doctors-item {
  position: relative;
  background-color: transparent;
  margin-bottom: 1.875rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
}

.doctors-item:hover .content {
  padding: 1.875rem 1.25rem;
}

.doctors-item:hover .content .social-link {
  opacity: 1;
  margin: .625rem 0 0 0;
}

.doctors-item .doctors-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1FA2FF), to(#00EBBA));
  background-image: linear-gradient(#1FA2FF, #00EBBA);
  margin-bottom: 6.25rem;
  text-align: center;
}

.doctors-item .doctors-img img {
  padding: 1.875rem 2.5rem 0 2.5rem;
  text-align: center;
}

.doctors-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem 1.25rem 1.5625rem;
  background-color: #ffffff;
}

.doctors-item .content h3 {
  margin-bottom: .3125rem;
  text-transform: capitalize;
  font-size: 1.375rem;
}

.doctors-item .content h3 a {
  display: block;
  color: #16213E;
}

.doctors-item .content span {
  color: #6E6E6E;
  font-weight: 500;
}

.doctors-item .content .social-link {
  margin-top: .9375rem;
  margin-bottom: -3.125rem;
  padding: 0;
  list-style: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.doctors-item .content .social-link li {
  display: inline-block;
  margin: .1875rem;
}

.doctors-item .content .social-link li a {
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.3125rem;
  text-align: center;
  border-radius: 3.125rem;
  color: #ffffff;
}

.doctors-item .content .social-link li:nth-child(1) a {
  background-color: #5E81CC;
}

.doctors-item .content .social-link li:nth-child(1) a:hover {
  background-color: #16213E;
}

.doctors-item .content .social-link li:nth-child(2) a {
  background-color: #62E1FB;
}

.doctors-item .content .social-link li:nth-child(2) a:hover {
  background-color: #16213E;
}

.doctors-item .content .social-link li:nth-child(3) a {
  background-color: #00A2F3;
}

.doctors-item .content .social-link li:nth-child(3) a:hover {
  background-color: #16213E;
}

.doctors-item .content .social-link li:nth-child(4) a {
  background-color: #FF3681;
}

.doctors-item .content .social-link li:nth-child(4) a:hover {
  background-color: #16213E;
}

.doctors-shape .doctors-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.doctors-shape .doctors-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.doctor-tab-area {
  position: relative;
}

.doctor-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctor-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: .625rem;
}

.doctor-tab .tabs li:last-child {
  margin-right: 0;
}

.doctor-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  padding: .9375rem 1.5625rem;
  background-color: #E2E2E2;
  font-weight: 600;
  color: #16213E;
  border-radius: .1875rem;
}

.doctor-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #16213E;
}

.doctor-tab .tabs li.active a {
  color: #ffffff;
  background-color: #16213E;
}

.doctor-tab .tabs li.current a {
  color: #ffffff;
  background-color: #16213E;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.doctor-tab-shape .shape1 {
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: -1;
}

.doctor-tab-shape .shape1 img {
  max-width: 15.625rem;
}

.doctor-tab-shape .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.doctor-tab-shape .shape2 img {
  max-width: 12.5rem;
}

.doctors-details-area {
  position: relative;
}

.doctors-details-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1FA2FF), to(#00EBBA));
  background-image: linear-gradient(#1FA2FF, #00EBBA);
  text-align: center;
  margin-bottom: 1.875rem;
}

.doctors-details-img img {
  padding: 1.875rem 1.25rem 0 1.25rem;
  text-align: center;
}

.doctors-details-content {
  margin-bottom: 1.875rem;
}

.doctors-details-content h3 {
  font-size: 2.1875rem;
  margin-bottom: .625rem;
  font-weight: 500;
}

.doctors-details-content span {
  font-size: 1.375rem;
  color: #002F79;
}

.doctors-details-content .doctors-details-list {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.doctors-details-content .doctors-details-list li {
  display: block;
  color: #3E4756;
  margin-bottom: .625rem;
}

.doctors-details-content .doctors-details-list li:last-child {
  margin-bottom: 0;
}

.doctors-details-content .doctors-details-list li a {
  color: #3E4756;
}

.doctors-details-content .doctors-details-list li a:hover {
  color: #16213E;
}

.doctors-details-content .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctors-details-content .social-link li {
  display: inline-block;
  margin: .1875rem;
}

.doctors-details-content .social-link li.title {
  font-size: 1.25rem;
  color: #002F79;
  font-weight: 600;
}

.doctors-details-content .social-link li a {
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.3125rem;
  text-align: center;
  border-radius: 3.125rem;
  color: #ffffff;
}

.doctors-details-content .social-link li:nth-child(2) a {
  background-color: #5E81CC;
}

.doctors-details-content .social-link li:nth-child(2) a:hover {
  background-color: #16213E;
}

.doctors-details-content .social-link li:nth-child(3) a {
  background-color: #62E1FB;
}

.doctors-details-content .social-link li:nth-child(3) a:hover {
  background-color: #16213E;
}

.doctors-details-content .social-link li:nth-child(4) a {
  background-color: #00A2F3;
}

.doctors-details-content .social-link li:nth-child(4) a:hover {
  background-color: #16213E;
}

.doctors-details-content .social-link li:nth-child(5) a {
  background-color: #FF3681;
}

.doctors-details-content .social-link li:nth-child(5) a:hover {
  background-color: #16213E;
}

.doctors-details-text {
  margin-bottom: 1.875rem;
}

.doctors-details-text p {
  margin-bottom: 1.25rem;
}

.doctors-details-shape {
  position: absolute;
  right: 0;
  top: 0;
}

/*=================================
Doctors Area End
====================================*/
/*=================================
Departments Area 
====================================*/
.departments-area {
  position: relative;
}

.departments-shape .shape1 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}

.departments-shape .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.departments-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
}

.departments-card .content {
  padding: 1.375rem;
  text-align: center;
}

.departments-card .content h3 {
  font-size: 1.25rem;
  color: #16213E;
  margin-bottom: .625rem;
}

.departments-card .content p {
  margin-bottom: .625rem;
}

.departments-card .content .departments-more {
  display: block;
  color: #6E6E6E;
  font-weight: 600;
  font-size: .9375rem;
  margin-bottom: 0;
}

.departments-card .content .departments-more i {
  font-size: 1.125rem;
  position: relative;
  top: .1875rem;
  margin-left: .3125rem;
}

.departments-card .content .departments-more:hover {
  color: #16213E;
  letter-spacing: .0156rem;
}

/*=================================
Departments Area End
====================================*/
/*=================================
Emergency Area
====================================*/
.emergency-area {
  position: relative;
  background-image: url(../img/emergency/emergency-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.emergency-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#002F79), to(#002f7954));
  background-image: linear-gradient(to right, #002F79, #002f7954);
}

.emergency-content {
  position: relative;
  z-index: 1;
}

.emergency-content h2 {
  font-size: 2.1875rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.emergency-content h2 b {
  font-weight: 700;
  color: #1FA2FF;
}

.emergency-content p {
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.emergency-content .emergency-icon-content {
  padding-left: 4.6875rem;
  position: relative;
}

.emergency-content .emergency-icon-content i {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 3.75rem;
  color: #00E3E9;
  line-height: 1;
}

.emergency-content .emergency-icon-content h3 {
  font-size: 2.1875rem;
}

.emergency-content .emergency-icon-content h3 a {
  color: #ffffff;
}

.emergency-content .emergency-icon-content h3 a:hover {
  color: #00E3E9;
}

.emergency-shape {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.emergency-shape img {
  max-width: 61.5625rem;
}

.emergency-area-bg {
  position: relative;
}

.emergency-area-bg::before {
  content: '';
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 93%;
  border-radius: .9375rem;
  background-image: url(../img/emergency/emergency-bg-two.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.emergency-content-ptb {
  margin-top: 2.5rem;
  margin-left: 5rem;
}

.emergency-img {
  position: relative;
  z-index: 1;
}

.emergency-shape-2 {
  position: absolute;
  top: 1.875rem;
  right: 0;
  overflow: hidden;
}

.emergency-shape-2 img {
  max-width: 64.25rem;
}

/*=================================
Emergency Area End
====================================*/
/*=================================
Prescription Area
====================================*/
.prescription-bg {
  position: relative;
  background-image: url(../img/prescription/prescription-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .625rem;
}

.prescription-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: .625rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#002F79), to(#002f7954));
  background-image: linear-gradient(to right, #002F79, #002f7954);
}

.prescription-area-two {
  position: relative;
}

.prescription-bg-2 {
  position: relative;
  background-image: url(../img/prescription/prescription-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.prescription-bg-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#002F79), to(#002f7954));
  background-image: linear-gradient(to right, #002F79, #002f7954);
}

.prescription-bg-3 {
  position: relative;
  background-image: url(../img/prescription/prescription-bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: .625rem;
}

.prescription-bg-3::before {
  content: '';
  position: absolute;
  border-radius: .625rem;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#002F79), to(#002f7954));
  background-image: linear-gradient(to right, #002F79, #002f7954);
}

.prescription-bg-3 .prescription-content {
  margin-left: 0;
}

.prescription-content {
  position: relative;
  z-index: 1;
  margin-left: 5.625rem;
}

.prescription-content h2 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.5625rem;
  line-height: 1.2;
}

.prescription-content p {
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.prescription-content .prescription-btn {
  margin-top: .625rem;
  padding: .875rem 1.6875rem;
  background-color: #1FA2FF;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.prescription-content .prescription-btn i {
  margin-left: .3125rem;
}

.prescription-content .prescription-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: .3125rem;
}

.prescription-content .prescription-btn:hover {
  background-color: #ffffff;
  color: #16213E;
}

.prescription-content .prescription-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: .3125rem;
}

.prescription-content-ml {
  margin-left: 0;
}

.prescription-shape {
  position: absolute;
  top: 0;
  left: 5%;
  overflow: hidden;
}

.prescription-shape img {
  max-width: 46.875rem;
}

.prescription-shape-2 {
  position: absolute;
  top: 0;
  left: 5%;
  overflow: hidden;
}

.prescription-shape-2 img {
  max-width: 46.875rem;
}

/*=================================
Prescription Area End
====================================*/
/*=================================
Case Study Area
====================================*/
.case-study-area {
  position: relative;
}

.case-study-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  /* background-image: url(../img/case-study/case-study-bg.jpg); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.case-study-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #af1d1e;
}

.case-study-area .section-title {
  position: relative;
  z-index: 1;
}

.case-study-area .section-title h2 {
  color: #ffffff;
}

.case-study-area .section-title .section-icon .icon {
  color: #ffffff;
}

.case-study-area .section-title .section-icon::before {
  background-color: #ffffff;
}

.case-study-area .section-title .section-icon::after {
  background-color: #ffffff;
}

.case-study-card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.875rem;
}

.case-study-card::before {
  content: "\f10a";
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 1.5625rem;
  font-family: Flaticon;
  font-size: 9.375rem;
  -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg);
  line-height: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.case-study-card::after {
  content: '';
  position: absolute;
  left: .625rem;
  right: .625rem;
  top: .625rem;
  bottom: .625rem;
  height: 0;
  width: 94.5%;
  background-color: #af1d1e;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.case-study-card:hover::before {
  opacity: 1;
}

.case-study-card:hover::after {
  opacity: 1;
  height: 92%;
}

.case-study-card:hover .content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.case-study-card .content {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.case-study-card .content h3 {
  margin-bottom: .9375rem;
}

.case-study-card .content h3 a {
  color: #ffffff;
}

.case-study-card .content p {
  color: #E2E2E2;
  margin-bottom: .625rem;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.case-study-card .content .read-mor-btn {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.case-study-card .content .read-mor-btn i {
  margin-left: .625rem;
  font-weight: 400;
}

.case-study-card .content .read-mor-btn:hover {
  color: black;
  letter-spacing: .0156rem;
}

.case-study-more {
  margin-top: .625rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.case-study-area-two {
  position: relative;
}

.case-study-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.case-study-shape img {
  max-width: 16.875rem;
}

.case-details-area {
  position: relative;
}

.case-article .case-details-img {
  margin-bottom: 1.875rem;
}

.case-article .case-article-content h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.case-article .case-article-content p {
  margin-bottom: 1.25rem;
}

.case-article .case-article-other {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.case-article .case-article-other .article-img img {
  margin-bottom: 1.875rem;
}

.case-article .case-article-other p {
  margin-bottom: 1.25rem;
}

.case-details-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.case-details-shape img {
  max-width: 16.875rem;
}

/*=================================
Case Study Area End
====================================*/
/*=================================
Serve Area 
====================================*/
.serve-area {
  position: relative;
}

.serve-area .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 2.8125rem;
}

.serve-area .section-title h2 {
  color: #ffffff;
}

.serve-area .section-title .section-icon .icon {
  color: #ffffff;
}

.serve-area .section-title .section-icon::before {
  background-color: #ffffff;
}

.serve-area .section-title .section-icon::after {
  background-color: #ffffff;
}

.serve-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/serve/serve-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.serve-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #002e79d1;
}

.serve-btn-area {
  background-image: url(../img/serve/serve-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  text-align: center;
}

.serve-btn-area::before {
  content: '';
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 88%;
  background-color: #002F79;
  opacity: 0.5;
}

.serve-btn-area .play-btn {
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.9375rem;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff3d;
  font-size: 3.125rem;
  color: #ffffff;
  border-radius: 3.125rem;
}

.serve-btn-area .play-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 3.125rem;
  position: absolute;
  border: .125rem solid #ffffff;
  -webkit-animation: scale  1.2s infinite ease-in-out;
          animation: scale  1.2s infinite ease-in-out;
}

.serve-btn-area .play-btn:hover {
  background-color: #16213E;
}

/*=================================
Serve Area End
====================================*/
/*==================================
Faq Area 
=================================*/
.faq-bg {
  background-color: #F9F9F9;
  position: relative;
}

.faq-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/faq-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.faq-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #002F79;
  opacity: 0.8;
}

.faq-accordion {
  max-width: 30.625rem;
  margin-bottom: 1.875rem;
}

.faq-accordion .section-title {
  margin-bottom: 1.875rem;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: .9375rem;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: .625rem 2.5rem .625rem  .9375rem;
  color: #16213E;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
  background-color: #ffffff;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: .9375rem;
  top: .625rem;
  font-size: 1.5625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.125rem;
  width: 1.875rem;
  height: 1.875rem;
  color: #16213E;
  border-radius: 3.125rem;
  border: .0625rem solid #16213E;
  text-align: center;
  line-height: 1.875rem;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: .625rem;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -0.3125rem;
  background-color: #ffffff;
  padding: 0 .9375rem 1.125rem;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: .9375rem;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-counter-area {
  margin-left: 5rem;
}

.faq-counter-area .col-lg-6:nth-child(2) .single-counter {
  margin-top: 3.75rem;
}

.faq-counter-area .col-lg-6:nth-child(3) .single-counter {
  margin-top: -3.75rem;
}

.single-counter {
  background-color: #002f79cc;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3.75rem .9375rem;
  border: .0625rem dashed #ffffff;
  margin-bottom: 1.875rem;
}

.single-counter::before {
  content: "\f10a";
  position: absolute;
  color: #ffffff15;
  left: 0;
  right: 0;
  top: 2.1875rem;
  font-family: Flaticon;
  font-size: 8.125rem;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  line-height: 1;
  opacity: 0.8;
}

.single-counter h3 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.single-counter span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

/*==================================
Faq Area End
=================================*/
/*=================================
Blog Area
====================================*/
.blog-area {
  position: relative;
  overflow: hidden;
}

.blog-area .section-title p {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-card {
  margin-bottom: 1.875rem;
}

.blog-card a {
  display: block;
}

.blog-card:hover .content h3 a {
  color: #1FA2FF;
}

.blog-card .content {
  padding-top: .9375rem;
}

.blog-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-card .content ul li {
  display: inline-block;
  font-size: .875rem;
  color: #6E6E6E;
  position: relative;
  width: 100%;
}

.blog-card .content ul li i {
  font-size: 1.125rem;
  margin-right: .625rem;
}

.blog-card .content ul li span {
  position: absolute;
  right: 0;
  background-color: #E2E2E2;
  color: #6E6E6E;
  padding: .125rem .3125rem;
}

.blog-card .content ul li span a {
  display: inline-block;
  color: #6E6E6E;
}

.blog-card .content ul li span a:hover {
  color: #16213E;
}

.blog-card .content h3 {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.blog-card .content h3 a {
  color: #16213E;
}

.blog-card .content p {
  margin-bottom: .9375rem;
}

.blog-card .content .more-btn {
  font-weight: 600;
  color: #16213E;
}

.blog-card .content .more-btn i {
  position: relative;
  top: .125rem;
  margin-left: .3125rem;
}

.blog-card .content .more-btn:hover {
  letter-spacing: .0156rem;
  color: #1FA2FF;
}

.blog-card-side {
  margin-bottom: 1.875rem;
}

.blog-card-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-card-side ul li {
  display: inline-block;
  font-size: .875rem;
  color: #6E6E6E;
  position: relative;
  width: 100%;
  border-bottom: .0625rem solid #70707080;
  padding-top: 1.25rem;
}

.blog-card-side ul li:first-child {
  padding-top: 0;
}

.blog-card-side ul li i {
  font-size: 1.125rem;
  margin-right: .625rem;
}

.blog-card-side ul li span {
  position: absolute;
  right: 0;
  background-color: #E2E2E2;
  color: #6E6E6E;
  padding: .125rem .3125rem;
}

.blog-card-side ul li span a {
  display: inline-block;
  color: #6E6E6E;
}

.blog-card-side ul li span a:hover {
  color: #1FA2FF;
}

.blog-card-side ul li a {
  color: #16213E;
}

.blog-card-side ul li a:hover {
  color: #1FA2FF;
}

.blog-card-side ul li a h3 {
  margin-bottom: 0;
  padding-top: .9375rem;
  padding-bottom: 1.25rem;
}

.blog-more-btn {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.blog-shape-icon {
  position: absolute;
  top: -15.625rem;
  right: -7%;
  font-size: 25rem;
  color: #1fa2ff13;
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg);
  overflow: hidden;
}

.blog-item {
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-item:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

.blog-item:hover .content h3 a {
  color: #1FA2FF;
}

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

.blog-item .blog-item-img a {
  display: block;
}

.blog-item .blog-item-img .date {
  background-color: #13316e;
  display: inline-block;
  padding: .625rem .9375rem;
  text-align: center;
  position: absolute;
  left: 1.25rem;
  bottom: -2.1875rem;
}

.blog-item .blog-item-img .date ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-item .blog-item-img .date ul li {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.0625rem;
}

.blog-item .content {
  padding: 2.5rem 1.25rem 1.875rem;
  position: relative;
}

.blog-item .content .topic {
  position: absolute;
  top: .4375rem;
  right: 1.25rem;
  background-color: #E2E2E2;
  color: #6E6E6E;
  padding: .125rem .3125rem;
  font-size: .875rem;
}

.blog-item .content .topic a {
  display: inline-block;
  color: #6E6E6E;
}

.blog-item .content .topic a:hover {
  color: #16213E;
}

.blog-item .content h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.blog-item .content h3 a {
  color: #16213E;
}

.blog-area-item .blog-item .content h3 {
  font-size: 1.1875rem;
}

.blog-article {
  margin-bottom: 1.875rem;
}

.blog-article .blog-article-img {
  margin-bottom: 1.25rem;
}

.blog-article .blog-status {
  margin-bottom: .9375rem;
}

.blog-article .blog-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-status ul li {
  display: inline-block;
  color: #16213E;
  font-size: .875rem;
  margin-right: 1.875rem;
}

.blog-article .blog-status ul li i {
  margin-right: .625rem;
}

.blog-article .article-content h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
  max-width: 40.625rem;
}

.blog-article .article-content p {
  margin-bottom: 1.875rem;
}

.blog-article .another-content p {
  margin-bottom: 1.25rem;
}

.blog-article .another-content .content-img {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.blog-article .blog-article-share {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  border-bottom: .0625rem solid #7070705c;
}

.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  margin: 0 .3125rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #16213E;
  font-weight: 600;
}

.blog-article .blog-article-share .blog-tag ul li a {
  color: #16213E;
  padding: .3125rem .625rem;
  background-color: #f5f5f5;
  font-size: .8125rem;
  font-weight: 600;
}

.blog-article .blog-article-share .blog-tag ul li:hover a {
  color: #ffffff;
  background-color: #16213E;
}

.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: .3125rem;
}

.blog-article .blog-article-share .social-icon li.title {
  color: #16213E;
  font-size: 1rem;
  font-weight: 500;
}

.blog-article .blog-article-share .social-icon li a {
  border-radius: 3.125rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
}

.blog-article .blog-article-share .social-icon li:nth-child(1) a {
  background-color: #3b5998;
}

.blog-article .blog-article-share .social-icon li:nth-child(1) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a {
  background-color: #55acee;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a {
  background-color: #3f729b;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a {
  background-color: #3b5998;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a {
  background-color: #ff0000;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article .blog-article-more h2 {
  font-size: 1.625rem;
  margin-bottom: 1.5625rem;
}

.blog-article .comments-wrap {
  padding-top: 1.25rem;
}

.blog-article .comments-wrap .title {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
  color: #16213E;
  font-weight: 600;
}

.blog-article .comments-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .comments-wrap ul li {
  position: relative;
  padding: 0;
  padding-left: 6.25rem;
  margin-bottom: 1.875rem;
}

.blog-article .comments-wrap ul li.ml-60 {
  margin-left: 3.75rem;
}

.blog-article .comments-wrap ul li img {
  border-radius: .3125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-article .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.blog-article .comments-wrap ul li span {
  margin-bottom: .625rem;
  display: block;
  font-size: .875rem;
  color: #8b8b8b;
}

.blog-article .comments-wrap ul li p {
  margin-bottom: 0;
}

.blog-article .comments-wrap ul li a {
  position: absolute;
  top: 0;
  right: 1.875rem;
  color: #ffffff;
  background-color: #16213E;
  padding: .3125rem 1.5625rem;
  border-radius: .3125rem;
  font-weight: 500;
  font-size: .875rem;
}

.blog-article .comments-wrap ul li a:hover {
  background-color: #1FA2FF;
}

.blog-article .comments-form .contact-form h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.blog-article .comments-form .contact-form .form-group .form-control {
  border-color: #988ea1;
  background-color: transparent;
  border-radius: 0;
}

.blog-article .comments-form .contact-form .default-btn {
  border-radius: 0;
  width: auto;
}

.side-bar-wrap {
  margin-bottom: 1.875rem;
}

.side-bar-profile {
  padding: 2.5rem 1.875rem;
  text-align: center;
  background-color: #16213E;
  margin-bottom: 1.875rem;
}

.side-bar-profile img {
  border-radius: 50%;
  margin-bottom: .9375rem;
}

.side-bar-profile h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: .625rem;
}

.side-bar-profile p {
  color: #ffffff;
  margin-bottom: .9375rem;
}

.side-bar-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-profile ul li {
  display: inline-block;
}

.side-bar-profile ul li a {
  background-color: #ffffff;
  width: 1.875rem;
  height: 1.875rem;
  color: #16213E;
  line-height: 2rem;
  border-radius: 3.125rem;
  margin: 0 .125rem;
}

.side-bar-profile ul li a:hover {
  background-color: #1FA2FF;
  color: #ffffff;
}

.search-widget {
  margin-bottom: 1.875rem;
}

.search-widget .search-form {
  position: relative;
}

.search-widget .search-form .form-control {
  height: 3.75rem;
  border: .0625rem solid #988ea1;
  background-color: #F9F9F9;
  padding: .625rem 1.25rem;
  width: 100%;
  border-radius: 0;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #16213E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.search-widget .search-form button i {
  color: #ffffff;
}

.search-widget .search-form button:hover {
  background-color: #1FA2FF;
}

.side-bar-widget {
  margin-bottom: 1.875rem;
}

.side-bar-widget .title {
  font-size: 1.25rem;
  color: #16213E;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: .9375rem;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: .9375rem;
  font-weight: 500;
  border-bottom: .0625rem solid #ededed;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #6E6E6E;
  font-weight: normal;
  padding: .625rem 0;
  font-weight: 500;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  color: #16213E;
}

.side-bar-widget .side-bar-categories ul li span {
  padding: .4375rem 0;
  float: right;
  color: #16213E;
  font-weight: 500;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  margin-top: .625rem;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: .625rem;
  padding-bottom: .625rem;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: .9375rem;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #6E6E6E;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../img/blog/blog-img.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../img/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../img/blog/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  line-height: 1.5;
  font-size: 1.0625rem;
  font-weight: 500;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #16213E;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #1FA2FF;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: .875rem;
  margin-bottom: .4375rem;
}

.side-bar-widget .widget-popular-post .item .info p i {
  margin-right: .3125rem;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: .625rem 0 0;
  padding: 0;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: .4375rem .625rem;
  margin: .3125rem .125rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: .8125rem;
  border-radius: .1875rem;
  font-weight: 600;
  background-color: #f5f5f5;
}

.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #16213E;
  border-color: #ffffff;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #484848;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

.side-bar-widget .blog-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-bottom: 0;
}

.side-bar-widget .blog-gallery li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: .3125rem;
  padding-right: .3125rem;
  padding-top: .625rem;
}

.side-bar-widget .blog-gallery li a {
  display: block;
  position: relative;
}

.side-bar-widget .blog-gallery li a img {
  width: 7.5rem;
}

.side-bar-widget .blog-gallery li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.side-bar-widget .blog-gallery li a:hover::before {
  opacity: .50;
  visibility: visible;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Testimonials Area 
====================================*/
.testimonials-area {
  position: relative;
  border-top: .0625rem solid #c1c1c1;
  border-bottom: .0625rem solid #c1c1c1;
}

.testimonials-area .section-title {
  position: relative;
  z-index: 1;
}

.testimonials-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(.3125rem);
          filter: blur(.3125rem);
  /* background-image: url(../img/testimonials/testimonials-bg.jpg); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonials-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  /* opacity: 0.1; */
}

.testimonials-img {
  position: relative;
  z-index: 1;
}

.testimonials-slider-area {
  position: relative;
}

.testimonials-slider-area .owl-nav {
  margin-top: 0;
}

.testimonials-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: -4.375rem;
  left: 9.0625rem;
  font-size: 1.125rem !important;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0;
  line-height: 2.8125rem;
  background-color: #af1d1e !important;
  color: #ffffff !important;
}

.testimonials-slider-area .owl-nav .owl-prev:hover {
  background-color: #ffffff !important;
  color: #af1d1e !important;
}

.testimonials-slider-area .owl-nav .owl-next {
  position: absolute;
  top: -4.375rem;
  left: 12.5rem;
  font-size: 1.125rem !important;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 0;
  background-color: #af1d1e !important;
  color: #ffffff !important;
}

.testimonials-slider-area .owl-nav .owl-next:hover {
  background-color: #ffffff !important;
  color: #af1d1e !important;
}

.testimonials-slider {
  margin-bottom: 2.1875rem;
  background-color: #af1d1e;
  padding: 3.75rem 2.5rem;
  margin-left: -9.375rem;
  margin-right: 9.375rem;
  margin-top: 4.375rem;
  position: relative;
}

/* .testimonials-slider::before {       --removed-- GX-- 
  content: "\f10a";                         
  position: absolute;
  color: #18499547;
  left: 0;
  right: 0;
  top: 7.1875rem;
  font-family: Flaticon;
  font-size: 31.5625rem;
  -webkit-transform: rotate(95deg);
  transform: rotate(80deg);
  line-height: 0.6;
} */

.testimonials-slider .testimonials-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonials-slider .testimonials-item i {
  color: white;
  font-size: 2.8125rem;
  text-align: center;
}

.testimonials-slider .testimonials-item p {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 1.875rem;
}

.testimonials-slider .testimonials-item .content img {
  border-radius: 50%;
  margin-bottom: .9375rem;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slider .testimonials-item .content h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}

.testimonials-slider .testimonials-item .content span {
  font-size: .875rem;
  color: #E2E2E2;
}

.testimonials-slider-two {
  margin-bottom: 7.5rem;
  background-color: #002F79;
  padding: 4.375rem 2.5rem;
  position: relative;
}

.testimonials-slider-two .owl-nav {
  margin-top: 0;
}

.testimonials-slider-two .owl-nav .owl-prev {
  position: absolute;
  bottom: -5.625rem;
  left: 45%;
  font-size: 1.125rem !important;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0;
  line-height: 2.8125rem;
  background-color: #1FA2FF !important;
  color: #ffffff !important;
}

.testimonials-slider-two .owl-nav .owl-prev:hover {
  background-color: #ffffff !important;
  color: #1FA2FF !important;
}

.testimonials-slider-two .owl-nav .owl-next {
  position: absolute;
  bottom: -5.625rem;
  right: 45%;
  font-size: 1.125rem !important;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 0;
  background-color: #1FA2FF !important;
  color: #ffffff !important;
}

.testimonials-slider-two .owl-nav .owl-next:hover {
  background-color: #ffffff !important;
  color: #1FA2FF !important;
}

.testimonials-slider-two::before {
  content: "\f10a";
  position: absolute;
  color: #18499547;
  left: 0;
  right: 0;
  top: 12.1875rem;
  font-family: Flaticon;
  font-size: 31.5625rem;
  -webkit-transform: rotate(95deg);
  transform: rotate(80deg);
  line-height: 1.4;
}

.testimonials-slider-two .testimonials-card {
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonials-slider-two .testimonials-card i {
  color: #1FA2FF;
  font-size: 2.8125rem;
  text-align: center;
}

.testimonials-slider-two .testimonials-card p {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1.875rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slider-two .testimonials-card .content img {
  border-radius: 50%;
  margin-bottom: .9375rem;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slider-two .testimonials-card .content h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}

.testimonials-slider-two .testimonials-card .content span {
  font-size: .875rem;
  color: #E2E2E2;
}

/*=================================
Testimonials Area End
====================================*/
/*=================================
Brand Area 
====================================*/
.brand-area {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.brand-item {
  position: relative;
  z-index: 1;
}

.brand-item img {
  width: auto;
}

.brand-bg {
  background-color: #ffffff;
}

.brand-bg2 {
  /* background-image: url(../img/brand/brand-bg.jpg); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.brand-bg2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #af1d1e;
  /* opacity: 0.8; */
}

/*=================================
Brand Area End
====================================*/
/*=================================
Subscribe Area
====================================*/
.subscribe-area {
  background-image: url(../img/subscribe-img/subscribe-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.subscribe-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #002f79ed;
}

.subscribe-shape {
  position: absolute;
  top: 0;
  left: 15%;
}

.newsletter-area {
  max-width: 32.5rem;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-left: auto;
  text-align: center;
}

.newsletter-area h2 {
  font-size: 2.1875rem;
  color: #ffffff;
  margin-bottom: .625rem;
}

.newsletter-area h2 b {
  font-weight: 700;
  color: #1FA2FF;
}

.newsletter-area p {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  background: #ffffff;
  height: 3.75rem;
  line-height: 3.75rem;
  margin: 0;
  border-radius: .3125rem;
  border: none;
  padding: 0 1.5625rem;
  font-weight: 500;
}

.newsletter-form .form-control:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-form .form-control:hover {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 3.75rem;
  padding: 0 2.8125rem;
  height: 3.75rem;
  border: 0;
  background-color: #1FA2FF;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 0 .3125rem .3125rem 0;
}

.newsletter-form .subscribe-btn:hover {
  background-color: #16213E;
}

.newsletter-form .validation-danger {
  font-size: 1rem;
  margin-top: .9375rem;
  color: #ffffff;
}

/*=================================
Subscribe Area End
====================================*/
/*=================================
Contact Area
====================================*/
.contact-area {
  position: relative;
}

.contact-widget-right {
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.03);
  padding: 1.875rem 1.5625rem;
}

.contact-widget-right h3 {
  font-size: 1.875rem;
  margin-bottom: .9375rem;
}

.contact-widget-right p {
  margin-bottom: .9375rem;
}

.contact-widget-right .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-widget-right .contact-list li {
  display: block;
  color: #6E6E6E;
  margin-bottom: .625rem;
  position: relative;
  padding-left: 2.1875rem;
  font-weight: 500;
}

.contact-widget-right .contact-list li:last-child {
  margin-bottom: 0;
}

.contact-widget-right .contact-list li i {
  color: #af1d1e; /* ORI #1FA2FF --GX-- */
  margin-right: .3125rem;
  position: absolute;
  left: 0;
  top: .1875rem;
  font-size: 1.25rem;
}

.contact-widget-right .contact-list li .content a {
  color: #6E6E6E;
  display: block;
  font-weight: 500;
}

.contact-widget-right .contact-list li:hover {
  color: #af1d1e; /* ORI #1FA2FF --GX-- */
}

.contact-widget-right .contact-list li:hover i {
  color: #16213E;
}

.contact-widget-right .contact-list li:hover a {
  color: #af1d1e; /* ORI #1FA2FF --GX-- */
}

.contact-form {
  max-width: 50rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.875rem;
}

.contact-form h2 {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}

.contact-form .form-group {
  margin-bottom: 1.5625rem;
  position: relative;
}

.contact-form .form-group .form-control {
  height: 3.125rem;
  color: #948b9f;
  border: .0625rem solid #ebebeb;
  background-color: #a8dffc45;
  font-size: .875rem;
  padding: .625rem 1.25rem;
  width: 100%;
  border-radius: 0;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #16213E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .with-errors {
  float: left;
  font-size: .875rem;
  margin-top: .625rem;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 1.125rem;
  margin-top: .9375rem;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control::placeholder {
  color: #948b9f;
}

.contact-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.contact-shape img {
  max-width: 12.5rem;
}

/*=================================
Contact Area End
====================================*/
/*=================================
User All Form
====================================*/
.user-all-form {
  margin-bottom: 1.875rem;
}

.user-all-form .contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 .9375rem rgba(0, 0, 0, 0.1);
  padding: 3.125rem 1.875rem;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.user-all-form .contact-form .agree-label label {
  font-weight: 500;
  color: #16213E;
  margin-left: .625rem;
}

.user-all-form .contact-form .forget {
  margin-bottom: .9375rem;
  float: right;
  color: #16213E;
  font-weight: 500;
}

.user-all-form .contact-form .forget:hover {
  color: #1FA2FF;
}

.user-all-form .contact-form .account-desc {
  margin-top: .9375rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.user-all-form .contact-form .account-desc a {
  color: #16213E;
}

.user-all-form .contact-form .account-desc a:hover {
  color: #1FA2FF;
}

/*=================================
User All Form End
====================================*/
.terms-conditions-img {
  margin-bottom: 1.875rem;
}

.single-content {
  margin-bottom: 1.875rem;
}

.single-content h3 {
  font-size: 1.5rem;
  color: #16213E;
  margin-bottom: .9375rem;
}

.single-content p {
  margin-bottom: .9375rem;
}

/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: .625rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #16213E;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: .1875rem;
  margin-right: .1875rem;
  font-size: 1.125rem;
  border-radius: 3.125rem;
  border: .0625rem solid #16213E;
}

.pagination-area .page-numbers:hover {
  background-color: #16213E;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 1.5625rem;
  top: .3125rem;
}

.pagination-area .page-numbers.current {
  background-color: #16213E;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 25rem;
}

/*=================================
Map Area End
====================================*/
/*=================================
Footer Area 
====================================*/
.footer-area {
  /* background-image: url(../img/footer-bg.png); DELETED --GX-- */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; /*DELETED --GX--*/
  z-index: 1;
}

.footer-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.9; --ORI-- 0.9 --GX-- */
}


.footer-widget {
  margin-bottom: 1.875rem;
}

.footer-widget .footer-logo {
  margin-bottom: 1.875rem;
}

.footer-widget .footer-logo a {
  display: block;
}

.footer-widget h3 {
  font-size: 1.3125rem;
  color: #16213E;
  margin-bottom: 1.875rem;
}

.footer-widget p {
  margin-bottom: 1.25rem;
  color: #252424;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  color: #252424;
  margin-bottom: .3125rem;
}

.footer-widget .footer-list li a {
  color: #252424;
}

.footer-widget .footer-list li a:hover {
  color: #16213E;
  letter-spacing: .0094rem;
}

.footer-widget .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact-list li {
  display: block;
  color: #252424;
  margin-bottom: .625rem;
  position: relative;
  padding-left: 2.1875rem;
  font-weight: 500;
}

.footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-contact-list li i {
  color: #af1d1e;  /* ori  #1FA2FF gx */
  margin-right: .3125rem;
  position: absolute;
  left: 0;
  top: .1875rem;
  font-size: 1.25rem;
}

.footer-widget .footer-contact-list li .content a {
  color: #252424;
  display: block;
  font-weight: 500;
}

.footer-widget .footer-contact-list li:hover {
  color: #af1d1e;  /* ori  #1FA2FF gx */
}

.footer-widget .footer-contact-list li:hover i {
  color: #16213E; /* ori  #16213E gx */
}

.footer-widget .footer-contact-list li:hover a {
  color: #af1d1e; /* ori  #1FA2FF gx */
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: .625rem;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #252424;
  font-weight: 500;
}

.footer-widget .footer-list li a i {
  font-size: 1.125rem;
  position: relative;
  top: .1875rem;
  margin-right: .3125rem;
}

.footer-widget .footer-list li a:hover {
  color: #1FA2FF;
}

.footer-widget .open-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .open-hours-list li {
  display: block;
  margin-bottom: .625rem;
  font-weight: 500;
  color: #252424;
  position: relative;
}

.footer-widget .open-hours-list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  width: 25%;
  height: 100%;
  left: 28%;
  right: 25%;
  border-top: .0625rem dotted #6E6E6E;
}

.footer-widget .open-hours-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .open-hours-list li span {
  float: right;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: .3125rem;
}

.footer-widget .social-link li a {
  border-radius: 3.125rem;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.3125rem;
  text-align: center;
  color: #ffffff;
}

.footer-widget .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.footer-widget .social-link li:nth-child(1) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.footer-widget .social-link li:nth-child(2) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.footer-widget .social-link li:nth-child(3) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.footer-widget .social-link li:nth-child(4) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.footer-widget .social-link li:nth-child(5) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.copy-right-area {
  padding: .9375rem;
  background-color: #EFEFEF;
}

.copy-right-area .copy-right-text p {
  color: #554D63;
  margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
  color: #16213E;
}

.copy-right-area .copy-right-text p a:hover {
  color: #1FA2FF;
}

/*=================================
Footer Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.error-area .error-content h1 {
  font-size: 18.75rem;
  line-height: 0.7;
  font-weight: 700;
  color: #16213E;
  font-family: "Montserrat", sans-serif;
}

.error-area .error-content h1 span {
  color: #1FA2FF;
}

.error-area .error-content h3 {
  margin: 1.875rem 0 0;
  position: relative;
  color: #16213E;
  font-size: 2.1875rem;
}

.error-area .error-content p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #16213E;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/inner-banner/inner-banner-11.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 3.125rem 1.875rem;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #16213E;
  font-size: 3.75rem;
}

.coming-soon-area .coming-soon-content p {
  font-size: 1rem;
  max-width: 37.5rem;
  margin-top: .9375rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #16213E;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 1.25rem;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #16213E;
  position: relative;
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
  font-size: 2.8125rem;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -0.9375rem;
  font-size: 1rem;
  font-weight: normal;
  color: #16213E;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -3.125rem;
  top: -0.625rem;
  font-size: 4.375rem;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 3.75rem;
  border: none;
  background-color: #ffffff;
  padding-left: .9375rem;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: .0625rem solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #16213E;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.75rem;
  padding: 0 1.875rem;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: .9375rem;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 1.875rem;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  background-color: #16213E;
  color: #ffffff;
  border-radius: 3.125rem;
  margin-right: .625rem;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #1FA2FF;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #af1d1e; /*ori #16213E --GX--*/
  color: #ffffff;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 .9375rem #696969; /*ORI #16213E -- GX;*/
          box-shadow: 0 0 .9375rem #696969; /*ORI #16213E -- GX;*/
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  line-height: 2.8125rem;
  -webkit-transition: .9s;
  transition: .9s;
}

.top-btn:hover {
  background-color: #D35A61; /*ORI #1FA2FF --GX--*/
  -webkit-box-shadow: 0 0 .9375rem #D35A61;
          box-shadow: 0 0 .9375rem #D35A61;
  color: #fff;
}

/*==============================
Back To Top Button 
=================================*/
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: white; /*ORI background-color: #1FA2FF; -- GX-- */
}

.spinner {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .3125rem;
  background-color: #af1d1e;
  margin: 6.25rem auto;
  -webkit-animation: rotate-in 1.2s infinite ease-in-out;
          animation: rotate-in 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: perspective(7.5rem) rotateX(0deg) rotateY(0deg);
    transform: perspective(7.5rem) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(7.5rem) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(7.5rem) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(7.5rem) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(7.5rem) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(7.5rem) rotateX(0deg) rotateY(0deg);
    transform: perspective(7.5rem) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(7.5rem) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(7.5rem) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(7.5rem) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(7.5rem) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*==================================
Preloader CSS End
=====================================*/
@-webkit-keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/*# sourceMappingURL=style.css.map */
.market-btn {
  display: inline-block;
  padding: 5px 14px;
  padding-left: 45px;
  -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: .0625rem solid #e7e7e7;
  background-position: center left 12px;
  background-color: #fff;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.market-btn .market-button-title {
  display: block;
  color: #222;
  font-size: 18px;
}
.market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -4px;
  color: #888;
  font-size: 12px;
}
.market-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.windows-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.amazon-btn {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=);
}
.market-btn-light {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0);
}
.market-btn-light .market-button-title {
  color: #fff;
}
.market-btn-light .market-button-subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.market-btn-light:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
.market-btn-light.apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.market-btn-light.amazon-btn {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn.1875rem5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}


body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%; /* Ensure the image doesn't exceed its container */
  height: auto;
}







.app-eight-home {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Circular Std Book";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.app-eight-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}
.app-eight-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}
.app-eight-home .container {
  max-width: 75rem;
}
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ei-preloader {
  background-color: #fff;
  background: #f1f2f3 url("../img/app-landing/pre.svg") no-repeat center center;
}
.container {
  max-width: 75rem;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  overflow: hidden;
}
button {
  cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.form-control {
  box-shadow: none;
}
.relative-position {
  position: relative;
}
.pera-content p {
  margin-bottom: 0;
}
.appeight-headline h1,
.appeight-headline h2,
.appeight-headline h3,
.appeight-headline h4,
.appeight-headline h5,
.appeight-headline h6 {
  margin: 0;
  font-family: "Poppins";
}
.ei-scrollup {
  width: 3.4375rem;
  right: 1.25rem;
  z-index: 5;
  height: 3.4375rem;
  bottom: 1.25rem;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 3.4375rem;
  background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%);
}
.ei-scrollup i {
  color: #fff;
  font-size: 1.25rem;
}
.eight-section-title {
  margin: 0 auto;
}
.eight-section-title .eg-title-tag {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 500;
  position: relative;
  font-family: "Circular Std";
}
.eight-section-title .eg-title-tag i:nth-child(1) {
  height: .3125rem;
  width: .3125rem;
  background-color: #4ce7f3;
}
.eight-section-title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  padding: .9375rem 0rem .75rem;
  line-height: 1.306;
}
.eight-section-title h2 span {
  font-weight: 400;
}
.eight-section-title .square-shape {
  width: 2.5rem;
  height: 2.1875rem;
  left: -3.25rem;
  top: 0;
  position: absolute;
}
.eight-section-title .square-shape i {
  height: .5625rem;
  width: .5625rem;
  position: absolute;
  top: 0;
  left: 0;
}
.eight-section-title .square-shape i:nth-child(1) {
  top: -0.5rem;
  width: .3125rem;
  height: .3125rem;
  left: 1.25rem;
  background-color: #4ce7f3;
}
.eight-section-title .square-shape i:nth-child(2) {
  width: .625rem;
  left: 1.75rem;
  height: .625rem;
  background-color: #4ce7f3;
}
.eight-section-title .square-shape i:nth-child(3) {
  height: 1.0625rem;
  width: 1.0625rem;
  background-color: #7c0dbe;
}
.eight-section-title .square-shape i:nth-child(4) {
  top: .625rem;
  left: .625rem;
  width: .75rem;
  height: .75rem;
  background-color: #ff00d6;
}

.eight-section-title p {
  font-size: 1.0625rem;
  line-height: 1.647;
}


/* GX CSS*/
div.section-title.text-center .below-subject-gx-{
  font-size: 1.25rem;
  color: black;
  line-height: 2;
}

.bold-gx-{
  font-weight: bold;
}

a.default-btn-two.btn-gx-{
  color: white;
  background-color: #af1d1e;
}

a.default-btn-two.btn-gx-:hover{
background-color: #D35A61;

}
.default-btn-two.btn-gx-:hover::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #16213E;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: .3125rem;
}

.hr-gx{
  margin-top: 10%;
  border-bottom: .1875rem solid #af1d1e;
  opacity: 1;
}



/* .copy-right-area .copy-right-text p a.cr-gx {
  color: #F76602;
}

.copy-right-area .copy-right-text p a.cr-gx:hover {
  color: red;
} */


/* Start New CR --GX-- */

.footer-copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .9375rem 1.875rem;
}
@media (max-width: 35.9375rem), only screen and (min-width: 36rem) and (max-width: 47.9375rem) {
  .footer-copyright-wrapper {
    justify-content: center;
  }
}

.footer-copyright-area {
  padding: 2.1875rem 0;
}



.left-align-gx-{
  text-align: left;
  /* color: red !important; */
  line-height: 1.5 !important;
  
}

/* .footer-copyright-wrapper a.cr-gx {
  color: #F76602;
}

.footer-copyright-wrapper  a.cr-gx:hover {
  color: red;
} */

.color-black-gx-{
  color: black !important;
  line-height: 1.2 !important;
}

.prescription-content-ml p.color-black-gx- { 
  color: #6E6E6E !important;
}

.prescription-content-ml .prescription-btn{
  background-color: #af1d1e;
}
.prescription-content-ml .prescription-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #D35A61;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: .3125rem;
}

.prescription-content-ml .prescription-btn:hover{
  background-color: #D35A61;
  color: white;
}

.x-style-gx{
  color: #DE1E25;
}
.graphxify-hov-gx:hover{
  color:#af1d1e;
}


.appointment-from .prescription-btn{
  margin-top: .625rem;
  padding: .875rem 1.6875rem;
  background-color: #af1d1e;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 50%;
  left: 25%;
  transition: 0.5s background-color linear;
}

.appointment-from .prescription-btn:hover{
  background-color: #D35A61;
  color: white;
}


.appointment-from .prescription-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #D35A61;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: .3125rem;
}

.margin-top-gx{
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  visibility: hidden;
}

.eye-gx {
background-color: #af1d1e;
color: white;
border-radius: 3.125rem;
font-size: 2.1875rem;
}

.service-card:hover .eye-gx{
  background-color: white;
  color: #af1d1e;
  border-radius: 3.125rem;
  
  }





 .fa-solid.fa-pills{
  font-size: 1.875rem;
  text-align: center;
  margin: 0 auto;
 }


 .about-gx{
  color: white !important;
  background: #af1d1e;
 }


 .bg-main{
  background-color: #af1d1e;
 }


.boss-link{
  color: #0061a5;
  font-weight: bold;
}

ul.compression-content{
  list-style: decimal;
}





#serviceCard1LinkGx,#serviceCard2LinkGx,#serviceCard3LinkGx,#serviceCard4LinkGx,
#serviceCard5LinkGx,#serviceCard6LinkGx,#serviceCard7LinkGx,#serviceCard8LinkGx,
#serviceCard9LinkGx{
  cursor: pointer;
}

/* End New CR --GX-- */

/* End GX CSS*/

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@keyframes left-right-move {
  0% {
    transform: translateX(-6.25rem);
  }
  50% {
    transform: translateX(-0.625rem);
  }
  100% {
    transform: translateX(-6.25rem);
  }
}