/*
@File: Covax Template Styles

* 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 CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Banner Area CSS
** - About Area CSS
** - Appointment Area CSS

*/

/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

a {
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #207EF7;
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555555;
}

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

i {
    line-height: normal;
}

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

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

img {
    max-width: 100%;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292323;
    font-weight: 700;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

/*================================================
Default CSS
=================================================*/

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #207EF7;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #292323;
    color: #ffffff;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
}

.default-btn.two {
    border-radius: 30px;
    background-color: #207EF7;
}

.default-btn.two span {
    border-radius: 30px;
}

.default-btn.three {
    border-radius: 0;
    background-color: #207EF7;
}

.default-btn.three span {
    border-radius: 0;
}

.default-btn:hover {
    color: #ffffff !important;
}

.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.section-title-one {
    text-align: center;
    max-width: 510px;
    margin: 0 auto 45px;
}

.section-title-one span {
    display: inline-block;
    color: #292323;
    margin-bottom: 10px;
}

.section-title-one h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-title-two {
    margin-bottom: 20px;
}

.section-title-two span {
    display: inline-block;
    color: #292323;
    position: relative;
    padding-right: 105px;
    margin-bottom: 10px;
}

.section-title-two span::before {
    content: "";
    position: absolute;
    background-color: #292323;
    width: 95px;
    height: 1px;
    top: 14px;
    right: 0;
}

.section-title-two h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.section-title-two p {
    margin-bottom: 15px;
}

.section-title-two p:last-child {
    margin-bottom: 0;
}

.section-title-two.three span::before {
    display: none;
}

.section-title-three {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
}

.section-title-three span {
    color: #292323;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title-three h2 {
    font-size: 36px;
}

.section-title-three::before {
    content: "";
    position: absolute;
    background-color: #292323;
    width: 115px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bg-color {
    background-color: #E1F3FF;
}

.bg-color-1 {
    background-color: #F5FBFF;
}

.bg-f6f4ff {
    background-color: #f6f4ff;
}

/*================================================
Header Area CSS
=================================================*/

.top-header {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header .header-content .contact-area {
    text-align: right;
    padding: 0;
    margin: 0;
}

.top-header .header-content .contact-area li {
    text-align: left;
    list-style-type: none;
    display: inline-block;
    color: #292323;
    position: relative;
    padding-left: 45px;
    margin-left: 75px;
    font-size: 13px;
}

.top-header .header-content .contact-area li:first-child {
    margin-left: 0;
}

.top-header .header-content .contact-area li i {
    background-color: #207EF7;
    border-radius: 50%;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

.top-header .header-content .contact-area li a {
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}

.top-header .header-content .contact-area li a:hover {
    color: #207EF7;
}

.top-header .header-content .contact-area li span {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

.flag-area {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
}

.flag-area .flag-item-top {
    position: relative;
}

.flag-area .flag-item-top .flag-bar span {
    position: relative;
    top: 1px;
    color: #292323;
    transition: all ease 0.5s;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.flag-area .flag-item-top .flag-bar i {
    font-size: 18px;
    color: #292323;
    font-weight: 600;
    position: relative;
    top: 4px;
}

.flag-area .flag-item-top .flag-item-bottom {
    list-style: none;
    position: absolute;
    top: 50px;
    padding: 20px !important;
    box-shadow: 0 0 20px 0 #dadada;
    background-color: #ffffff;
    width: 200px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin: 0;
    text-align: left;
}

.flag-area .flag-item-top .flag-item-bottom::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    left: 25px;
}

.flag-area .flag-item-top .flag-item-bottom .flag-item {
    margin-bottom: 15px;
}

.flag-area .flag-item-top .flag-item-bottom .flag-item:last-child {
    margin-bottom: 0;
}

.flag-area .flag-item-top .flag-item-bottom .flag-item .flag-link {
    color: #201f25;
    display: block;
    font-size: 14px;
}

.flag-area .flag-item-top .flag-item-bottom .flag-item .flag-link img {
    width: 20px;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.flag-area .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
    color: #207EF7;
}

.flag-area .flag-item-top:hover .flag-item-bottom {
    visibility: visible;
    opacity: 1;
    top: 35px;
    z-index: 9999;
}

/*================================================
Navbar Area CSS
=================================================*/

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

.main-navbar {
    padding-top: 0;
}

.main-navbar .container-fluid {
    max-width: 1470px;
}

.main-navbar .navbar {
    transition: 0.5s;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
}

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

.main-navbar .navbar .navbar-brand h1 {
    color: #ffffff;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand img {
    max-width: 150px !important;
}

.main-navbar .navbar .navbar-nav {
    margin-left: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #292323;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -5px;
    margin-right: -3px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #207EF7;
}

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

.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 8px 20px;
    position: relative;
    display: block;
    color: #292323;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.5s;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #207EF7;
    letter-spacing: 1px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    margin-top: 15px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #292323;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #292323;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #292323;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #292323;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #292323;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #292323;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #207EF7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-btn {
    margin-left: 30px;
}

.main-navbar .navbar .navbar-nav .nav-btn .default-btn {
    margin-top: 12px;
}

.main-navbar .navbar .others-option-for-responsive {
    display: none;
}

.main-navbar .navbar .others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -34px;
}

.main-navbar .navbar .others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px;
}

.main-navbar .navbar .others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: var(--transition);
    background-color: var(--blackColor);
}

.main-navbar .navbar .others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: var(--mainColor);
}

.main-navbar .navbar .others-option-for-responsive .container {
    position: relative;
}

.main-navbar .navbar .others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 260px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.main-navbar .navbar .others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.main-navbar .navbar .others-option-for-responsive .option-inner {
    padding: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: var(--whiteColor);
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option {
    background-color: var(--mainColor);
    border-radius: 30px;
    padding: 10px 18px 3px;
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .option-item::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -4px;
    background-color: #fa6a45;
    height: 25px;
    width: 1.5px;
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .option-item:first-child::before {
    display: none;
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .side-menu-btn i {
    cursor: pointer;
    font-size: 35px;
    position: relative;
    top: 4px;
    line-height: 0;
    transition: var(--transition);
    color: var(--whiteColor);
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .side-menu-btn i:hover {
    color: var(--whiteColor);
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .search-box i {
    cursor: pointer;
    font-size: 22px;
    color: var(--whiteColor);
    position: relative;
    top: -2px;
    line-height: 1;
    transition: var(--transition);
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .search-box i:hover {
    color: var(--whiteColor);
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: var(--whiteColor);
    line-height: 1;
    padding-right: 10px;
}

.main-navbar .navbar .others-option-for-responsive .option-inner .others-option .cart-btn a span {
    position: absolute;
    right: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--blackColor);
    font-size: 14px;
    font-weight: 600;
}

.main-navbar .navbar.navbar-two .flag-area {
    top: 22px;
}

.main-navbar .navbar.navbar-two .nav-btn {
    margin-left: 20px;
}

.main-navbar .navbar.navbar-two .nav-btn .default-btn {
    margin-top: 12px;
}

.navbar-area {
    position: relative;
    z-index: 2;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area .main-navbar.pag-nav {
    background-color: #ffffff;
}

.navbar-area .main-navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media only screen and (max-width: 1200px) {
    .main-responsive-nav {
        display: block;
    }
    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav {
        font-size: 15px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav .nav-item .nav-link.active {
        color: #207EF7;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav .nav-item .nav-link i {
        display: none;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu .nav-link {
        font-size: 14px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .nav-btn {
        padding: 1em 5% 13px;
        margin: 0;
        text-align: left;
        border-top: 1px solid #DBEEFD;
        text-decoration: none;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 336px;
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #207EF7;
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #207EF7;
    }
    .main-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }
    .navbar-area {
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main-navbar {
        display: none;
    }
    .mean-container .mean-nav ul li a {
        font-size: 14px;
        text-transform: capitalize;
    }
    .mean-container .mean-nav ul li.nav-btn {
        width: 90%;
    }
    .mean-container .mean-nav ul li.nav-btn .default-btn {
        color: #ffffff;
        text-align: center;
        width: auto;
        padding: 10px 25px;
    }
}

/*================================================
Banner Area CSS
=================================================*/

.banner-slider {
    position: relative;
}

.banner-slider .banner-area {
    margin: 0 20px 0;
}

.banner-slider.owl-carousel.owl-theme {
    margin-top: -95px;
}

.banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #207EF7;
    font-size: 30px;
    border: 1px solid #207EF7;
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 170px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 115px;
    left: auto;
}

.banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: 0;
}

.banner-slider.owl-carousel.owl-theme .owl-nav .owl-prev i {
    left: 0;
    position: relative;
}

.banner-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #207EF7;
    color: #ffffff;
}

.banner-area {
    padding-top: 150px;
    padding-bottom: 170px;
    margin: -95px 20px 0;
    border-radius: 60px;
    overflow: hidden;
}

.banner-area .banner-text span {
    display: inline-block;
    color: #292323;
    position: relative;
    padding-right: 105px;
    margin-bottom: 5px;
}

.banner-area .banner-text span::before {
    content: "";
    position: absolute;
    background-color: #292323;
    width: 95px;
    height: 1px;
    top: 14px;
    right: 0;
}

.banner-area .banner-text h1 {
    font-size: 72px;
    margin-bottom: 20px;
}

.banner-area .banner-text p {
    font-size: 18px;
    margin-bottom: 35px;
}

.banner-area .banner-text .search-form .form-group {
    margin-bottom: 0;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #207EF7;
    border-radius: 5px;
}

.banner-area .banner-text .search-form .form-group .form-control {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    box-shadow: none;
    border: none;
    border-radius: 5px;
}

.banner-area .banner-text .search-form .form-group .form-control.b-right {
    position: relative;
}

.banner-area .banner-text .search-form .form-group .form-control.b-right::before {
    content: "";
    position: absolute;
    background-color: #207EF7;
    width: 1px;
    height: 20px;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-area .banner-text .search-form .form-group .nice-select {
    float: unset;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.banner-area .banner-text .search-form .form-group .nice-select span {
    margin-bottom: 0;
}

.banner-area .banner-text .search-form .form-group .nice-select span::before {
    display: none;
}

.banner-area .banner-text .search-form .form-group .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0px 7px 29px 0px #d4d4d4;
    border-radius: 5px;
    margin-top: -1px;
    width: 100%;
}

.banner-area .banner-text .search-form .form-group .nice-select .list .option {
    transition: 0.6s;
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 15px;
    min-height: auto;
}

.banner-area .banner-text .search-form .form-group .nice-select .list .option:hover {
    background-color: #207EF7 !important;
    color: #ffffff;
}

.banner-area .banner-text .search-form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
}

.banner-area .banner-text .search-form .form-group .nice-select:after {
    right: 20px;
    border-bottom: 2px solid #292323;
    border-right: 2px solid #292323;
}

.banner-area .banner-text .search-form .form-group .text-btn {
    position: relative;
    right: 5px;
}

.banner-area .banner-text .search-form .form-group .text-btn .default-btn {
    display: block;
    width: 100%;
}

.banner-area .banner-text .search-form .form-group .text-btn .default-btn:hover {
    background-color: #292323;
}

.banner-area .banner-img {
    position: relative;
}

.banner-area .banner-img .shape-1 {
    position: relative;
    top: 36px;
    left: 150px;
    max-width: 420px;
    animation: moveLeftBounce 2s linear infinite;
}

.banner-area .banner-img .shape-2 {
    position: absolute;
    top: 0;
    right: -50px;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-area .banner-img .image-1 {
    position: absolute;
    bottom: -100px;
}

.banner-area .banner-img .image-1 img {
    max-width: 350px;
    border: 8px solid #ffffff;
    border-radius: 50%;
    animation: moveLeftBounce 3s linear infinite;
}

.banner-area .banner-img .image-2 {
    position: absolute;
    top: -50px;
    right: -70px;
}

.banner-area .banner-img .image-2 img {
    max-width: 200px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    animation: moveLeftBounce 4s linear infinite;
}

.banner-area .banner-img .image-3 {
    position: absolute;
    right: -90px;
    top: 211px;
}

.banner-area .banner-img .image-3 img {
    max-width: 150px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    animation: moveBounce 4s linear infinite;
}

/*================================================
About Area CSS
=================================================*/

.about-area .about-img {
    position: relative;
    right: 55px;
    z-index: 2;
}

.about-area .about-img .main-img {
    position: relative;
}

.about-area .about-img .main-img img {
    border-radius: 30px;
}

.about-area .about-img .main-img .shape-1 {
    position: absolute;
    top: -60px;
    right: -60px;
    z-index: -1;
    animation: moveBounce 4s linear infinite;
}

.about-area .about-img .main-img .shape-2 {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 380px;
    margin: auto;
    animation: moveBounce 4s linear infinite;
}

.about-area .about-img .main-img .shape-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    z-index: -1;
}

.about-area .about-text {
    padding-left: 20px;
}

.about-area .about-text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.about-area .about-text ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.about-area .about-text ul li:last-child {
    margin-bottom: 0;
}

.about-area .about-text ul li i {
    position: absolute;
    color: #207EF7;
    font-size: 25px;
    left: 0;
    top: -2px;
}

.about-btn {
    margin-top: 35px;
}

/*================================================
Appointment Area CSS
=================================================*/

.appointment-area {
    overflow: hidden;
}

.appointment-area .appointment-text {
    padding-right: 5px;
}

.appointment-area .appointment-img {
    position: relative;
}

.appointment-area .appointment-img .img-one {
    position: relative;
    left: 55px;
}

.appointment-area .appointment-img .img-one img {
    border-radius: 40px;
}

.appointment-area .appointment-img .img-two {
    position: absolute;
    bottom: 70px;
    left: 0;
}

.appointment-area .appointment-img .img-two img {
    max-width: 200px;
    border: 5px solid #ffffff;
    border-radius: 30px;
    animation: moveBounce 5s linear infinite;
}

.appointment-area .appointment-img .img-three {
    position: absolute;
    top: 40px;
    right: -115px;
}

.appointment-area .appointment-img .img-three img {
    max-width: 200px;
    border: 5px solid #ffffff;
    border-radius: 30px;
    animation: moveBounce 3s linear infinite;
}

.appointment-form .form-group {
    margin-bottom: 25px;
}

.appointment-form .form-group .form-control {
    height: 50px;
    padding: 7px 15px;
    box-shadow: none;
    color: #555555;
    border: none;
    font-size: 15px;
}

.appointment-form .form-group .nice-select {
    float: unset;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.appointment-form .form-group .nice-select span {
    margin-bottom: 0;
}

.appointment-form .form-group .nice-select span::before {
    display: none;
}

.appointment-form .form-group .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0px 7px 29px 0px #d4d4d4;
    border-radius: 5px;
    margin-top: -1px;
    width: 100%;
}

.appointment-form .form-group .nice-select .list .option {
    transition: 0.6s;
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 15px;
    min-height: auto;
}

.appointment-form .form-group .nice-select .list .option:hover {
    background-color: #207EF7 !important;
    color: #ffffff;
}

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

.appointment-form .form-group .nice-select:after {
    right: 20px;
    border-bottom: 2px solid #292323;
    border-right: 2px solid #292323;
}

.appointment-btn .default-btn {
    width: 100%;
    padding: 14px 15px;
}

/*================================================
Services Area CSS
=================================================*/

.service-card {
    background-color: #ffffff;
    border: 1px solid #207EF7;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.service-card .main-icon {
    background-color: #E1F3FF;
    color: #207EF7;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.service-card .view-more {
    margin-top: 15px;
}

.service-card .view-more a {
    position: relative;
    color: #207EF7;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}

.service-card .view-more a i {
    top: 3px;
    position: relative;
    font-size: 17px;
}

.service-card:hover {
    border: transparent;
    box-shadow: 0px 0px 20px #dadada;
    border: 1px solid #ffffff;
}

.service-card:hover .view-more a {
    color: #207EF7;
}

/*================================================
Choice Area CSS
=================================================*/

.choice-of-choice .choice-img img {
    border-radius: 30px;
}

.choice-of-choice .choice-text {
    padding-left: 10px;
}

.choice-of-choice .choice-text ul {
    padding: 0;
    margin: 0;
}

.choice-of-choice .choice-text ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.choice-of-choice .choice-text ul li:last-child {
    margin-bottom: 0;
}

.choice-of-choice .choice-text ul li i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
    color: #207EF7;
}

/*================================================
Special Area CSS
=================================================*/

.special-area .special-text .special-btn {
    margin-top: 30px;
}

.special-area .special-text .special-btn .default-btn {
    padding: 12px 25px 12px 60px;
    position: relative;
    color: #ffffff !important;
}

.special-area .special-text .special-btn .default-btn i {
    background-color: #ffffff;
    color: #207EF7;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 8px;
    padding-left: 3px;
}

.special-area .special-img {
    position: relative;
}

.special-area .special-img .img-main {
    position: relative;
    z-index: 2;
}

.special-area .special-img .img-main img {
    border-radius: 40px;
}

.special-area .special-img .shape-1 {
    position: absolute;
    max-width: 80px;
    bottom: -10px;
    left: 5px;
    animation: moveBounce 4s linear infinite;
}

.special-area .special-img .shape-2 {
    position: absolute;
    max-width: 80px;
    top: -10px;
    right: 5px;
    animation: moveBounce 4s linear infinite;
}

/*================================================
Work Area CSS
=================================================*/

.work-card {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.work-card i {
    background-color: #E1F3FF;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 25px;
    color: #207EF7;
}

.work-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.4;
}

/*================================================
Work Area CSS
=================================================*/

.team-area .team-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.team-area .team-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.team-area .team-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.team-card {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-card img {
    border-radius: 10px;
    position: relative;
    margin-bottom: 105px;
}

.team-card .caption {
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 20px;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.team-card .caption h3 {
    margin-bottom: 10px;
}

.team-card .caption h3 a {
    font-size: 22px;
    color: #292323;
}

.team-card .caption h3 a:hover {
    color: #207EF7;
}

.team-card .caption span {
    color: #555555;
    display: inline-block;
    margin-bottom: 5px;
}

.team-card .caption a {
    color: #555555;
}

.team-card .caption a:hover {
    color: #207EF7;
}

.team-card .caption .social-link {
    padding: 0;
    margin: 15px 0 0 0;
    transition: 0.5s;
    opacity: 0;
    margin-bottom: -45px;
}

.team-card .caption .social-link li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.team-card .caption .social-link li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    transition: 0.5s;
}

.team-card .caption .social-link li i.bg-1 {
    background-color: #578a04;
}

.team-card .caption .social-link li i.bg-2 {
    background-color: #9e0496;
}

.team-card .caption .social-link li i.bg-3 {
    background-color: #aa3202;
}

.team-card .caption .social-link li i.bg-4 {
    background-color: #4d07a8;
}

.team-card .caption .social-link li i:hover {
    background-color: #207EF7;
}

.team-card:hover .caption a {
    color: #292323;
}

.team-card:hover .caption .social-link {
    opacity: 1;
    margin: 10px 0 0 0;
}

/*================================================
Gallery Area CSS
=================================================*/

.gallery-menu {
    margin-bottom: 40px;
}

.gallery-menu ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-menu ul li {
    border: 1px solid #207EF7;
    color: #555555;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 10px 30px;
    transition: 0.5s;
}

.gallery-menu ul li:hover {
    background-color: #207EF7;
    color: #ffffff;
}

.gallery-menu ul li.active {
    background-color: #207EF7;
    color: #ffffff;
}

.single-gallery {
    margin-bottom: 30px;
    position: relative;
}

.single-gallery img {
    border-radius: 10px;
}

.single-gallery .caption {
    position: absolute;
    background-color: rgba(6, 6, 6, 0.62);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    transition: 0.5s;
    transform: scale(0);
}

.single-gallery .caption a {
    color: #555555;
}

.single-gallery .caption a i {
    background-color: #ffffff;
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}

.single-gallery .caption a:hover i {
    color: #207EF7;
}

.single-gallery:hover .caption {
    transform: scale(1);
}

/*================================================
Testimonials Area CSS
=================================================*/

.testimonials-area .testimonials-slider .slider-item .testimonials-img img {
    position: relative;
    border-radius: 50% 30px 50% 50%;
    z-index: 1;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-img .shape img {
    position: absolute;
    bottom: -50px;
    left: -15px;
    border-radius: inherit;
    max-width: 450px;
    animation: moveBounce 4s linear infinite;
    z-index: -1;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text {
    padding-left: 20px;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text .client-1 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 30px 25px 130px;
    position: relative;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text .client-1 img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 30px;
    top: 30px;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text .client-1 ul {
    padding: 0;
    margin: 0;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text .client-1 ul li {
    list-style-type: none;
    line-height: 1.4;
    color: #555555;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text .client-1 ul li:first-child {
    font-weight: 500;
    margin-bottom: 3px;
    color: #292323;
}

.testimonials-area .testimonials-slider .slider-item .testimonials-text .client-1 i {
    color: #E1F3FF;
    position: absolute;
    font-size: 60px;
    right: 30px;
    bottom: 25px;
}

.testimonials-area .testimonials-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonials-area .testimonials-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.testimonials-area .testimonials-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

/*================================================
Blog Area CSS
=================================================*/

.blog-area .blog-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.blog-area .blog-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.blog-area .blog-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.blog-card {
    background-color: #F9F9F9;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.blog-card img {
    border-radius: 5px;
}

.blog-card .b-card-text {
    position: relative;
}

.blog-card .b-card-text span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
}

.blog-card .b-card-text span.t-right {
    position: absolute;
    color: #555555;
    right: 40px;
    padding-top: 2px;
}

.blog-card .b-card-text h3 {
    line-height: 1.1;
}

.blog-card .b-card-text h3 a {
    font-size: 20px;
    color: #292323;
}

.blog-card .b-card-text p {
    font-size: 15px;
}

.blog-card .b-card-text .view-more {
    margin-top: 15px;
}

.blog-card .b-card-text .view-more a {
    position: relative;
    padding-right: 25px;
    color: #207EF7;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
}

.blog-card .b-card-text .view-more a i {
    top: 3px;
    position: relative;
    font-size: 17px;
}

.blog-card:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #d4d4d4;
}

.blog-card:hover .view-more a {
    color: #207EF7;
}

.blog-card:hover .view-more a i {
    color: #207EF7;
}

/*================================================
Footer Area CSS
=================================================*/

.footer-area .footer-widget {
    margin-bottom: 30px;
}

.footer-area .footer-widget h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer-area .footer-widget .contact {
    padding: 0;
    margin: 0;
}

.footer-area .footer-widget .contact li {
    list-style-type: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 5px;
    color: #555555;
}

.footer-area .footer-widget .contact li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-area .footer-widget .contact li a {
    color: #555555;
}

.footer-area .footer-widget .contact li a i {
    color: #555555;
}

.footer-area .footer-widget .contact li a:hover {
    color: #207EF7;
    padding-left: 4px;
}

.footer-area .footer-widget .social-link {
    padding: 0;
    margin: 20px 0 0;
    transition: 0.5s;
}

.footer-area .footer-widget .social-link li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

.footer-area .footer-widget .social-link li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-area .footer-widget .social-link li a i.bg-1 {
    background-color: #578a04;
}

.footer-area .footer-widget .social-link li a i.bg-2 {
    background-color: #9e0496;
}

.footer-area .footer-widget .social-link li a i.bg-3 {
    background-color: #aa3202;
}

.footer-area .footer-widget .social-link li a i.bg-4 {
    background-color: #4d07a8;
}

.footer-area .footer-widget .social-link li a i:hover {
    background-color: #207EF7;
}

.footer-area .footer-widget .widget-list {
    padding: 0;
    margin: 0;
}

.footer-area .footer-widget .widget-list li {
    margin-bottom: 7px;
    list-style-type: none;
}

.footer-area .footer-widget .widget-list li a {
    color: #555555;
}

.footer-area .footer-widget .widget-list li a:hover {
    color: #207EF7;
    padding-left: 4px;
}

.footer-area .footer-widget .widget-time {
    padding: 0;
    margin: 0;
}

.footer-area .footer-widget .widget-time li {
    list-style-type: none;
    margin-bottom: 7px;
    color: #555555;
}

.footer-area .footer-widget.pl-50 {
    padding-left: 50px;
}

/*================================================
Footer Bottom Area CSS
=================================================*/

.footer-bottom-area {
    background-color: #3D4461;
}

.footer-bottom-area p {
    text-align: center;
    color: #ffffff;
    padding: 25px 0;
}

.footer-bottom-area p a {
    color: #207EF7;
}

.footer-bottom-area p a:hover {
    color: #ffffff;
}

/*================================================
Preloader Area CSS
=================================================*/

.preloader {
    position: fixed;
    z-index: 999999999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

@keyframes preload-show-1 {
    from {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-hide-1 {
    to {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-cycle-1 {
    5% {
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
    10%,
    75% {
        transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #207EF7;
    }
    80%,
    100% {
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-show-2 {
    from {
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-hide-2 {
    to {
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-cycle-2 {
    10% {
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
    15%,
    70% {
        transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #207EF7;
    }
    75%,
    100% {
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-show-3 {
    from {
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-hide-3 {
    to {
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-cycle-3 {
    15% {
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
    20%,
    65% {
        transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #207EF7;
    }
    70%,
    100% {
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-show-4 {
    from {
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-hide-4 {
    to {
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-cycle-4 {
    20% {
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
    25%,
    60% {
        transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #207EF7;
    }
    65%,
    100% {
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-show-5 {
    from {
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-hide-5 {
    to {
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-cycle-5 {
    25% {
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
    30%,
    55% {
        transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #207EF7;
    }
    60%,
    100% {
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-show-6 {
    from {
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-hide-6 {
    to {
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-cycle-6 {
    30% {
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
    35%,
    50% {
        transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #207EF7;
    }
    55%,
    100% {
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #207EF7;
    }
}

@keyframes preload-flip {
    0% {
        transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        transform: rotateY(360deg) rotateZ(-60deg);
    }
}

.preloader .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    transform-origin: center center;
    transform: rotateY(180deg) rotateZ(-60deg);
}

.preloader .preloader .slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid #207EF7;
    position: absolute;
    top: 0px;
    left: 50%;
    transform-origin: left bottom;
    border-radius: 3px 3px 0 0;
}

.preloader .preloader .slice:nth-child(1) {
    transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    animation: 0.15s linear 0.82s preload-hide-1 both 1;
}

.preloader .preloader .slice:nth-child(2) {
    transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    animation: 0.15s linear 0.74s preload-hide-2 both 1;
}

.preloader .preloader .slice:nth-child(3) {
    transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    animation: 0.15s linear 0.66s preload-hide-3 both 1;
}

.preloader .preloader .slice:nth-child(4) {
    transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    animation: 0.15s linear 0.58s preload-hide-4 both 1;
}

.preloader .preloader .slice:nth-child(5) {
    transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    animation: 0.15s linear 0.5s preload-hide-5 both 1;
}

.preloader .preloader .slice:nth-child(6) {
    transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    animation: 0.15s linear 0.42s preload-hide-6 both 1;
}

.preloader .preloader.loading {
    animation: 2s preload-flip steps(2) infinite both;
}

.preloader .preloader.loading .slice:nth-child(1) {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    animation: 2s preload-cycle-1 linear infinite both;
}

.preloader .preloader.loading .slice:nth-child(2) {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    animation: 2s preload-cycle-2 linear infinite both;
}

.preloader .preloader.loading .slice:nth-child(3) {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    animation: 2s preload-cycle-3 linear infinite both;
}

.preloader .preloader.loading .slice:nth-child(4) {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    animation: 2s preload-cycle-4 linear infinite both;
}

.preloader .preloader.loading .slice:nth-child(5) {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    animation: 2s preload-cycle-5 linear infinite both;
}

.preloader .preloader.loading .slice:nth-child(6) {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    animation: 2s preload-cycle-6 linear infinite both;
}

/*================================================
Go Top Area CSS
=================================================*/

.go-top {
    position: fixed;
    right: 15px;
    cursor: pointer;
    z-index: 9999;
    bottom: 100%;
    transition: 0.5s;
}

.go-top.active {
    bottom: 15px;
}

.go-top:hover {
    bottom: 20px;
}

.go-top i {
    background: #207EF7;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    transition: 0.5s;
}

.go-top i:hover {
    background: #292323;
    color: #ffffff;
}

/*================================================
Banner Two Area CSS
=================================================*/

.banner-slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #207EF7;
    font-size: 30px;
    border: 1px solid #207EF7;
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.banner-slide.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 170px;
    left: auto;
}

.banner-slide.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: 0;
}

.banner-slide.owl-carousel.owl-theme .owl-nav .owl-prev i {
    left: 0;
    position: relative;
}

.banner-slide.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #207EF7;
    color: #ffffff;
}

.banner-two {
    padding-top: 140px;
    position: relative;
    z-index: 1;
}

.banner-two .b-two-text h1 {
    font-size: 65px;
    margin-bottom: 20px;
}

.banner-two .b-two-text p {
    font-size: 18px;
}

.banner-two .b-two-text .b-two-btn {
    margin-top: 30px;
}

.banner-two .b-two-img .main-img img {
    position: relative;
    left: 80px;
    border-radius: 30px;
}

.banner-two .b-two-img .shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    animation: moveLeftBounce 2s linear infinite;
}

.banner-two .banner-two-shape .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 500px;
    z-index: -1;
}

.banner-two .banner-two-shape .shape-2 {
    position: absolute;
    top: 70px;
    left: 200px;
    animation: moveLeftBounce 2s linear infinite;
}

.banner-two .banner-two-shape .shape-3 {
    position: absolute;
    bottom: 30px;
    left: -100px;
    max-width: 150px;
    animation: moveLeftBounce 2s linear infinite;
}

.banner-two .banner-two-shape .shape-4 {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
    animation: moveLeftBounce 2s linear infinite;
}

/*================================================
Dedicated Area CSS
=================================================*/

.dedicated-area .dedicated-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.dedicated-area .dedicated-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.dedicated-area .dedicated-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.dedicated-card {
    background-color: #E1F3FF;
    box-shadow: 0px 0px 20px #eaeaea;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
    height: 650px;
}

.dedicated-card img {
    border-radius: 20px;
}

.dedicated-card .d-card-text {
    padding: 25px 30px;
}

.dedicated-card .d-card-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.dedicated-card .d-card-text .d-card-btn {
    margin-top: 20px;
}

.dedicated-card .d-card-text .d-card-btn .default-btn {
    border: 2px solid #207EF7;
    background-color: transparent;
    color: #555555;
}

.dedicated-card .d-card-text .d-card-btn .default-btn span {
    background-color: #207EF7;
}

.dedicated-card .d-card-text .d-card-btn .default-btn.two {
    border-radius: 30px;
    background-color: transparent;
}

.dedicated-card .d-card-text .d-card-btn .default-btn.two span {
    border-radius: 25px;
}

.dedicated-card .d-card-text .d-card-btn .default-btn:hover {
    color: #ffffff !important;
}

.dedicated-card .d-card-text .d-card-btn .default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.dedicated-card:hover {
    background-color: #ffffff;
}

.dedicated-card:hover .d-card-text .d-card-btn .default-btn {
    background-color: #207EF7 !important;
    color: #ffffff;
}

.dedicated-card:hover .d-card-text .d-card-btn .default-btn span {
    background-color: #207EF7;
}

.dedicated-card:hover .d-card-text .d-card-btn .default-btn.two {
    border-radius: 35px;
    background-color: transparent;
}

.dedicated-card:hover .d-card-text .d-card-btn .default-btn.two span {
    border-radius: 25px;
}

.dedicated-card:hover .d-card-text .d-card-btn .default-btn:hover {
    color: #ffffff !important;
}

.dedicated-card:hover .d-card-text .d-card-btn .default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

/*================================================
Agency Area CSS
=================================================*/

.agency-area .agency-img {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}

.agency-area .agency-img img {
    border-radius: 150px 30px 150px 30px;
}

.agency-area .agency-img::before {
    content: "";
    position: absolute;
    background-color: #207EF7;
    border-radius: 150px 30px 150px 30px;
    width: 90%;
    height: 100%;
    left: 0;
    bottom: -30px;
    z-index: -1;
    animation: moveLeftBounce 3s linear infinite;
}

.agency-area .agency-text .agency-btn {
    position: relative;
    padding-left: 60px;
}

.agency-area .agency-text .agency-btn .popup-youtube i {
    background-color: #fff;
    border: 1px solid #207EF7;
    padding-left: 3px;
    color: #207EF7;
    font-size: 25px;
    position: absolute;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 1px;
}

.agency-area .agency-text .agency-btn h3 {
    font-size: 20px;
    margin-bottom: 0;
}

/*================================================
Treatment Area CSS
=================================================*/

.treatment-area .treatment-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.treatment-area .treatment-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.treatment-area .treatment-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.treatment-card {
    padding: 30px;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.treatment-card .shape {
    position: relative;
    margin-bottom: 15px;
    max-width: 140px;
}

.treatment-card .shape img {
    position: relative;
}

.treatment-card .shape i {
    position: absolute;
    color: #207EF7;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-size: 85px;
}

.treatment-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.treatment-card .t-card-btn {
    margin-top: 20px;
}

.treatment-card .t-card-btn .default-btn {
    border: 2px solid #207EF7;
    background-color: transparent;
    color: #555555;
}

.treatment-card .t-card-btn .default-btn span {
    background-color: #207EF7;
}

.treatment-card .t-card-btn .default-btn.two {
    border-radius: 30px;
    background-color: transparent;
}

.treatment-card .t-card-btn .default-btn.two span {
    border-radius: 25px;
}

.treatment-card .t-card-btn .default-btn:hover {
    color: #ffffff !important;
}

.treatment-card .t-card-btn .default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.treatment-card:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #d4d4d4;
}

.treatment-card:hover .t-card-btn .default-btn {
    background-color: #207EF7 !important;
    color: #ffffff;
}

.treatment-card:hover .t-card-btn .default-btn span {
    background-color: #207EF7;
}

.treatment-card:hover .t-card-btn .default-btn.two {
    border-radius: 35px;
    background-color: transparent;
}

.treatment-card:hover .t-card-btn .default-btn.two span {
    border-radius: 25px;
}

.treatment-card:hover .t-card-btn .default-btn:hover {
    color: #ffffff !important;
}

.treatment-card:hover .t-card-btn .default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

/*================================================
Check Up Area CSS
=================================================*/

.check-up-area .check-up-text .section-title-two {
    margin-bottom: 35px;
}

.check-up-area .check-up-text .section-title-two h2 {
    font-size: 35px;
}

.check-up-area .check-up-text .appointment-form .form-group {
    position: relative;
}

.check-up-area .check-up-text .appointment-form .form-group .form-control {
    border: 1px solid #207EF7;
    background-color: #F5FBFF;
    border-radius: 30px;
    padding: 10px 20px;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select {
    float: unset;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select span {
    margin-bottom: 0;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select span::before {
    display: none;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0px 7px 29px 0px #d4d4d4;
    border-radius: 5px;
    margin-top: -1px;
    width: 100%;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select .list .option {
    transition: 0.6s;
    color: #555555;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 20px 5px 20px;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select .list .option:hover {
    background-color: #207EF7 !important;
    color: #ffffff;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
}

.check-up-area .check-up-text .appointment-form .form-group .nice-select:after {
    right: 20px;
    border-bottom: 2px solid #292323;
    border-right: 2px solid #292323;
}

.check-up-area .check-up-text .appointment-form .form-group i {
    position: absolute;
    color: #207EF7;
    right: 20px;
    top: 17px;
}

.check-up-area .check-up-text .appointment-btn .default-btn {
    border-radius: 30px;
}

.check-up-area .check-up-img {
    position: relative;
    z-index: 1;
}

.check-up-area .check-up-img .main-img img {
    border-radius: 30px;
    box-shadow: 0px 0px 20px #d4d4d4;
}

.check-up-area .check-up-img .shape {
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: -20px;
    max-width: 100px;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*================================================
Doctors Area CSS
=================================================*/

.doctors-area .doctors-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.doctors-area .doctors-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.doctors-area .doctors-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.doctors-card {
    position: relative;
    margin-bottom: 30px;
}

.doctors-card img {
    border-radius: 20px;
    margin-bottom: 65px;
}

.doctors-card .caption {
    text-align: center;
    position: absolute;
    left: 0;
    max-width: 300px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.doctors-card .caption .caption-text {
    background-color: #ffffff;
    border: 1px solid #207EF7;
    padding: 25px 20px 30px;
    border-radius: 25px;
    transition: 0.5s;
}

.doctors-card .caption .caption-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.doctors-card .caption .caption-text h3 a {
    color: #292323;
}

.doctors-card .caption .caption-text p {
    margin-bottom: 0;
    margin-bottom: 3px;
}

.doctors-card .caption .caption-text a {
    color: #555555;
}

.doctors-card .caption .caption-text a:hover {
    color: #207EF7;
}

.doctors-card .caption .caption-text ul {
    padding: 0;
    margin: 10px 0 -35px 0;
    transition: 0.5s;
    opacity: 0;
}

.doctors-card .caption .caption-text ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 4px;
}

.doctors-card .caption .caption-text ul li i {
    background-color: transparent;
    border: 1px solid #207EF7;
    border-radius: 50px;
    color: #207EF7;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: 0.5s;
}

.doctors-card .caption .caption-text ul li:hover i {
    color: #ffffff;
    background-color: #207EF7;
    border: 1px solid #207EF7;
}

.doctors-card:hover .caption .caption-text {
    box-shadow: 0px 0px 20px #d4d4d4;
}

.doctors-card:hover .caption .caption-text ul {
    margin: 10px 0 0 0;
    opacity: 1;
}

/*================================================
Offers Area CSS
=================================================*/

.offers-area .offer-img {
    position: relative;
    z-index: 1;
}

.offers-area .offer-img img {
    border-radius: 20px;
}

.offers-area .offer-img::before {
    content: "";
    position: absolute;
    background-color: #207EF7;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    left: -35px;
    bottom: -35px;
    z-index: -1;
    animation: moveLeftBounce 3s linear infinite;
}

.offers-area .offer-text ul {
    padding: 0;
    margin: 0;
}

.offers-area .offer-text ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.offers-area .offer-text ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #207EF7;
}

.offers-area .offer-text .offers-btn {
    margin-top: 30px;
}

/*================================================
Clients Area CSS
=================================================*/

.clients-area .section-title-one {
    max-width: 650px;
}

.clients-area .clients-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.clients-area .clients-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.clients-area .clients-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.clients-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    border: 2px solid #eee;
    margin-bottom: 30px;
}

.clients-card .client-img {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.clients-card .client-img img {
    border-radius: 50%;
    max-width: 100px;
    margin: auto;
}

.clients-card .client-img i {
    background-color: #207EF7;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: -5px;
    left: -57px;
    right: 0;
    margin: 0 auto 0;
}

.clients-card p {
    text-align: center;
    margin-bottom: 0;
}

.clients-card .clients-name {
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px;
}

.clients-card .clients-name h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.clients-card .clients-name span {
    font-size: 14px;
}

.clients-card .clients-name .rating {
    position: absolute;
    right: 0;
    top: 30px;
}

.clients-card .clients-name .rating i {
    color: #FFC107;
    padding-left: 5px;
    font-size: 16px;
}

/*================================================
Blog Area Two CSS
=================================================*/

.blog-area-two .section-title-one {
    max-width: 620px;
}

.blog-area-two .blog-card {
    background-color: #E1F3FF;
    transition: 0.5s;
}

.blog-area-two .blog-card .b-card-text .view-more {
    margin-top: 20px;
}

.blog-area-two .blog-card .b-card-text .view-more .view-more-btn {
    background-color: transparent;
    display: inline-block;
    border: 1px solid #207EF7;
    border-radius: 30px;
    color: #555555;
    padding: 15px 30px;
    transition: 0.5s;
}

.blog-area-two .blog-card:hover {
    background-color: #ffffff;
}

.blog-area-two .blog-card:hover .b-card-text .view-more .view-more-btn {
    background-color: #207EF7;
    border: 1px solid #207EF7;
    border-radius: 30px;
    color: #ffffff;
}

.p-relative {
    position: relative;
}

/*================================================
Frequently Area Two CSS
=================================================*/

.frequently-area .frequently-text .faq-contant {
    padding-right: 35px;
}

.frequently-area .frequently-text .faq-contant .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 10px;
}

.frequently-area .frequently-text .faq-contant .accordion li {
    position: relative;
    margin-bottom: 20px;
}

.frequently-area .frequently-text .faq-contant .accordion li:last-child {
    margin-bottom: 0;
}

.frequently-area .frequently-text .faq-contant .accordion li .title {
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    padding: 16px 25px;
    border: 1px solid #eee;
    border-radius: 30px;
    position: relative;
    background-color: #ffffff;
}

.frequently-area .frequently-text .faq-contant .accordion li .title:after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    position: absolute;
    right: 22px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.frequently-area .frequently-text .faq-contant .accordion li .title.active {
    border-bottom: 1px solid #256dea;
    background-color: #256dea;
    color: #ffffff;
}

.frequently-area .frequently-text .faq-contant .accordion li .title.active:after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.frequently-area .frequently-text .faq-contant .accordion li .accordion-content {
    display: none;
    padding: 20px 20px 0;
}

.frequently-area .frequently-img {
    position: relative;
    z-index: 1;
    left: 55px;
}

.frequently-area .frequently-img .main-img img {
    border-radius: 150px 30px 30px;
}

.frequently-area .frequently-img .shape-1 {
    position: absolute;
    max-width: 150px;
    z-index: -1;
    bottom: 0;
    left: -50px;
    animation: moveBounce 4s linear infinite;
}

.frequently-area .frequently-img .shape-2 {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*================================================
Banner Area Three CSS
=================================================*/

.banner-three-area.banner-six {
    overflow: hidden;
    position: relative;
    background-image: none;
    width: 100%;
    height: 100vh;
    padding: 0px 0;
    z-index: 1;
}

.banner-three-area.banner-six video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.banner-three-area.banner-six .banner-three-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-three-area.banner-six .banner-three-text span {
    color: #ffffff;
}

.banner-three-area.banner-six .banner-three-text h1 {
    color: #ffffff;
}

.banner-three-area.banner-six .banner-three-text p {
    color: #ffffff;
}

.banner-three-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner/banner-5.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 170px 0;
    z-index: 1;
}

.banner-three-area::before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
}

.banner-three-area .banner-three-text {
    max-width: 625px;
}

.banner-three-area .banner-three-text span {
    font-size: 16px;
    margin-bottom: 10px;
    color: #292323;
    display: inline-block;
}

.banner-three-area .banner-three-text h1 {
    font-size: 64px;
    margin-bottom: 30px;
}

.banner-three-area .banner-three-text p {
    font-size: 18px;
}

.banner-three-area .banner-three-text .b-three-btn {
    margin-top: 35px;
}

.banner-slide-three.owl-carousel.owl-theme {
    position: relative;
}

.banner-slide-three.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
}

.banner-slide-three.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #207EF7;
    font-size: 30px;
    border: 1px solid #207EF7;
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: 0.5s;
}

.banner-slide-three.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 170px;
    left: auto;
}

.banner-slide-three.owl-carousel.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    right: 0;
}

.banner-slide-three.owl-carousel.owl-theme .owl-nav .owl-prev i {
    left: 0;
    position: relative;
}

.banner-slide-three.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #207EF7;
    color: #ffffff;
}

/*================================================
Choose Area CSS
=================================================*/

.choose-card {
    text-align: center;
    border: 1px solid #207EF7;
    padding: 30px 35px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.choose-card i {
    font-size: 90px;
    margin-bottom: 20px;
    color: #207EF7;
}

.choose-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.choose-card .choose-btn {
    margin-top: 25px;
}

.choose-card .choose-btn .default-btn.three {
    background-color: transparent;
    color: #292323;
    border: 1px solid #207EF7;
}

.choose-card .choose-btn .default-btn.three span {
    background-color: #207EF7;
}

.choose-card:hover {
    border: 1px solid transparent;
    box-shadow: 0px 0px 20px #eceaea;
}

.choose-card:hover .choose-btn .default-btn {
    color: #ffffff !important;
}

.choose-card:hover .choose-btn .default-btn.three {
    background-color: #207EF7;
    color: #292323;
    border: 1px solid #207EF7;
}

.choose-card:hover .choose-btn .default-btn.three span {
    background-color: #292323;
    color: #ffffff;
}

/*================================================
Experience Area CSS
=================================================*/

.experience-area .experience-img {
    margin-bottom: 35px;
    position: relative;
    right: 35px;
    z-index: 1;
}

.experience-area .experience-img::before {
    content: "";
    position: absolute;
    border: 20px solid #207EF7;
    width: 100%;
    height: 100%;
    left: -40px;
    bottom: -40px;
    z-index: -1;
}

.experience-area .experience-text {
    padding-right: 15px;
}

.experience-area .experience-text .experience-progreses p {
    position: relative;
    margin-bottom: 5px;
}

.experience-area .experience-text .experience-progreses p span {
    position: absolute;
    right: 0;
}

.experience-area .experience-text .experience-progreses .progress {
    height: 5px;
    width: 100%;
    background-color: #555555;
    margin-bottom: 20px;
}

.experience-area .experience-text .experience-progreses .progress .progress-bar {
    background-color: #207EF7;
}

.experience-area .experience-text .experience-btn {
    margin-top: 25px;
}

/*================================================
Experience Area CSS
=================================================*/

.services-card-three {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.services-card-three .s-card-three-text {
    text-align: center;
    padding: 30px;
}

.services-card-three .s-card-three-text h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.services-card-three .s-card-three-text h3 a {
    color: #292323;
}

.services-card-three .s-card-three-text h3 a:hover {
    color: #207EF7;
}

.services-card-three .s-card-three-text .s-card-three-btn {
    margin-top: 20px;
}

.services-card-three .s-card-three-btn .default-btn.three {
    background-color: transparent;
    color: #292323;
    border: 1px solid #207EF7;
}

.services-card-three .s-card-three-btn .default-btn.three span {
    background-color: #207EF7;
}

.services-card-three:hover {
    box-shadow: 0px 0px 20px #eceaea;
}

.services-card-three:hover .s-card-three-btn .default-btn.three {
    background-color: #207EF7;
    color: #ffffff;
    border: 1px solid #207EF7;
}

.services-card-three:hover .s-card-three-btn .default-btn.three span {
    background-color: #292323;
    color: #ffffff;
}

/*================================================
Experience Area CSS
=================================================*/

.appointment-three {
    overflow: hidden;
}

.appointment-three .section-title-two.three h2 {
    font-size: 34px;
}

.appointment-three .a-three-text {
    padding: 0;
}

.appointment-three .a-three-text .a-three-text-btn {
    margin-top: 30px;
}

.appointment-three .appointment-three-img {
    position: relative;
    left: 60px;
    z-index: 1;
}

.appointment-three .appointment-three-img::before {
    content: "";
    position: absolute;
    border: 20px solid #207EF7;
    border-radius: 80px;
    width: 100%;
    height: 90%;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

/*================================================
Instragram Area CSS
=================================================*/

.instragram-gallery .gallery-menu {
    margin-bottom: 40px;
}

.instragram-gallery .gallery-menu ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E2E2E2;
}

.instragram-gallery .gallery-menu ul li {
    border: none;
    color: 0;
    border-radius: 0;
    margin: 0 30px;
    padding: 10px;
}

.instragram-gallery .gallery-menu ul li:hover {
    background-color: transparent;
    color: #207EF7;
    position: relative;
    transition: 0.5s;
}

.instragram-gallery .gallery-menu ul li:hover::before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #207EF7;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
}

.instragram-gallery .gallery-menu ul li.active {
    background-color: transparent;
    color: #207EF7;
    position: relative;
    transition: 0.5s;
}

.instragram-gallery .gallery-menu ul li.active::before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #207EF7;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
}

.instragram-gallery .single-gallery img {
    border-radius: 0;
}

.instragram-gallery .single-gallery .caption {
    border-radius: 0;
}

.instragram-gallery .single-gallery .caption a i {
    background-color: transparent;
    color: #ffffff;
    font-size: 50px;
}

.instragram-gallery .single-gallery .caption a:hover i {
    color: #207EF7;
}

/*================================================
Information Area CSS
=================================================*/

.information-area {
    background-image: url("../img/appointment/appointment-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.information-area::before {
    content: "";
    position: absolute;
    background-color: rgba(41, 35, 35, 0.59);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.information-area .information-img {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.information-area .information-img::before {
    content: "";
    position: absolute;
    border: 20px solid #A5EFDF;
    border-radius: 80px;
    width: 100%;
    height: 100%;
    left: -60px;
    top: 0;
    z-index: -1;
}

.information-area .information-text {
    background-color: #ffffff;
    padding: 62px 35px;
}

.information-area .information-text .section-title-two span {
    margin-bottom: 5px;
}

.information-area .information-text .section-title-two h2 {
    font-size: 34px;
}

.information-area .information-text .appointment-form {
    margin-top: 30px;
}

.information-area .information-text .appointment-form .form-group .form-control {
    border-radius: 0;
    border: 1px solid #207EF7;
}

.information-area .information-text .appointment-form .form-group .form-control:hover {
    border: 1px solid #207EF7;
    background-color: #E4F6EF;
}

.information-area .information-text .appointment-form .form-group .nice-select .list {
    border: 1px solid #207EF7;
}

.information-area .information-text .appointment-form .form-group .nice-select .list .option {
    color: #555555;
    font-size: 14px;
}

.information-area .information-text .appointment-form .form-group .nice-select .list .option:hover {
    background-color: #207EF7 !important;
}

.information-area .information-text .appointment-form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
}

/*================================================
Testimonials Three  Area CSS
=================================================*/

.testimonials-three .testimonials-three-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.testimonials-three .testimonials-three-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.testimonials-three .testimonials-three-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.t-three-card {
    text-align: center;
    border: 1px solid #207EF7;
    padding: 85px 25px 25px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 55PX;
}

.t-three-card img {
    border-radius: 50%;
    max-width: 100px;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
}

.t-three-card i {
    font-size: 30px;
    color: #207EF7;
}

.t-three-card p {
    font-style: italic;
    margin-bottom: 15px;
}

.t-three-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.t-three-card span {
    color: #555555;
}

/*================================================
Doctors List  Area CSS
=================================================*/

.doctors-list-area {
    background-color: #f6f4ff;
}

.doctors-list-area .doctors-list-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.doctors-list-area .doctors-list-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.doctors-list-area .doctors-list-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.doctors-list-card {
    position: relative;
    transition: 0.5s;
    margin-bottom: 30px;
}

.doctors-list-card .caption {
    background-color: rgba(40, 35, 35, 0.67);
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    transform: scale(0);
}

.doctors-list-card .caption .c-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.doctors-list-card .caption .c-text h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.doctors-list-card .caption .c-text p {
    color: #ffffff;
}

.doctors-list-card .caption .c-text ul {
    padding: 0;
    margin: 15px 0 0;
}

.doctors-list-card .caption .c-text ul li {
    list-style-type: none;
    display: inline-block;
}

.doctors-list-card .caption .c-text ul li a i {
    background-color: #207EF7;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 18px;
    transition: 0.5s;
}

.doctors-list-card .caption .c-text ul li a i:hover {
    background-color: #292323;
    color: #ffffff;
}

.doctors-list-card:hover .caption {
    transform: scale(1);
}

/*================================================
Blog Three Area CSS
=================================================*/

.blog-area-three .blog-three-slider.owl-theme .owl-dots {
    margin-top: 0 !important;
    line-height: 0;
}

.blog-area-three .blog-three-slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    background: transparent;
    border: 2px solid #207EF7;
    border-radius: 50%;
}

.blog-area-three .blog-three-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207EF7;
    border-radius: 10px;
}

.blog-three-card {
    margin-bottom: 30px;
}

.blog-three-card .b-three-card-text {
    border: 1px solid #207EF7;
    border-top: none;
    padding: 25px 20px 30px;
    transition: 0.5s;
}

.blog-three-card .b-three-card-text span {
    color: #555555;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-three-card .b-three-card-text h3 {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.blog-three-card .b-three-card-text ul {
    position: relative;
    padding: 20px 0;
    margin: 0;
}

.blog-three-card .b-three-card-text ul li {
    list-style-type: none;
    display: inline-block;
    color: #555555;
    margin-right: 10px;
}

.blog-three-card .b-three-card-text ul li i {
    color: #292323;
}

.blog-three-card .b-three-card-text ul li.b-three-text-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-three-card .b-three-card-text ul li.b-three-text-btn .default-btn.three {
    background-color: transparent;
    color: #292323;
    border: 1px solid #207EF7;
}

.blog-three-card .b-three-card-text ul li.b-three-text-btn .default-btn.three span {
    background-color: #207EF7;
}

.blog-three-card:hover .b-three-card-text {
    border: 1px solid transparent;
    border-top: none;
    box-shadow: 0px 0px 20px #eceaea;
}

.blog-three-card:hover .b-three-card-text .b-three-text-btn .default-btn.three {
    background-color: #207EF7;
    color: #ffffff;
    border: 1px solid #207EF7;
}

.blog-three-card:hover .b-three-card-text .b-three-text-btn .default-btn.three span {
    background-color: #292323;
    color: #ffffff;
}

/*================================================
Page Banner Area CSS
=================================================*/

.page-banner-area {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 450px;
    text-align: center;
    position: relative;
}

.page-banner-area::before {
    content: "";
    position: absolute;
    background-color: rgba(41, 35, 35, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn{
    border: 2px solid #0d6efd;
    background: none;
    color: #0d6efd;
    padding: 10px 20px;
}       
.btn:hover{
    background-color: #0d6efd;
    color:#ffffff;
}
.w-15{
    max-width: 80px;
}
.m-8{
    margin-top: 30px;
    margin-bottom: 30px;
}
.px-5{
    padding-left:30px;
    padding-right:30px;
}
.fs-2{
    font-size: 18px;
}
.fs-5{
    font-size: 10px;
}
.py-3{
    padding-top:10px;
    padding-bottom:10px;
}

 .page-banner-area.bg-1 {
    background-image: url("./assets/img/page-bg/page-bg-1.jpg");
}

.page-banner-area.bg-2 {
    background-image: url("./assets/img/page-bg/page-bg-2.jpg");
}

.page-banner-area.bg-3 {
    background-image: url("./assets/img/page-bg/page-bg-3.jpg");
}

.page-banner-area.bg-4 {
    background-image: url("./assets/img/page-bg/page-bg-4.jpg");
}

.page-banner-area.bg-5 {
    background-image: url("./assets/img/page-bg/page-bg-5.jpg");
}

.page-banner-area.bg-6 {
    background-image: url("./assets/img/page-bg/page-bg-6.jpg");
}

.page-banner-area.bg-7 {
    background-image: url("./assets/img/page-bg/page-bg-7.jpg");
} 

.page-banner-area .page-content h2 {
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 15px;
}

.page-banner-area .page-content ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page-banner-area .page-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    margin-right: 15px;
    text-transform: capitalize;
    color: #ffffff;
}

.page-banner-area .page-content ul li:last-child {
    margin-right: 0;
}

.page-banner-area .page-content ul li::before {
    content: "/";
    position: absolute;
    right: -13px;
}

.page-banner-area .page-content ul li:last-child::before {
    display: none;
}

.page-banner-area .page-content ul li a {
    color: #ffffff;
}

.page-banner-area .page-content ul li a:hover {
    color: #207EF7;
}

/* Pagination */

.pagination {
    padding: 0;
    display: block;
    margin: 20px 0 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 0 3px;
}

.pagination .page-item .page-link {
    color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #555555;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
}

.pagination .page-item .page-link:hover {
    background-color: #207EF7;
    color: #ffffff;
    box-shadow: 0px 7px 20px 0px #dcdcdc;
}

.pagination .page-item.active .page-link {
    background-color: #207EF7;
    color: #ffffff;
    box-shadow: 0px 7px 20px 0px #dcdcdc;
}

/*================================================
Gallery Area
=================================================*/

.gallery-area .container-fluid {
    padding: 0;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
}

.gallery-area .container-fluid .row .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}

.gallery-area .gallery {
    position: relative;
}

.gallery-area .gallery .caption {
    position: absolute;
    background-color: rgba(101, 87, 232, 0.9);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0);
    transition: 0.6s;
}

.gallery-area .gallery .caption i {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.gallery-area .gallery .caption h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.gallery-area .gallery .caption p {
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.gallery-area .gallery:hover .caption {
    transform: scale(1);
}

/*================================================
Testimonials Area
=================================================*/

.testimonials .clients-card {
    margin: 50px 10px 30px;
}

/*================================================
Error Area
=================================================*/

.error-area {
    height: 100vh;
}

.error-area .error {
    text-align: center;
}

.error-area .error img {
    margin-bottom: 20px;
    max-width: 580px;
    width: 100%;
}

.error-area .error h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-bottom: 20px;
}

.error-area .error .error-btn a {
    display: inline-block;
    transition: 0.5s;
    font-size: 45px;
    font-weight: 800;
    color: #4697ce;
}

.error-area .error .error-btn a:hover {
    color: #207EF7;
}

/*================================================
Terms Condition Area
=================================================*/

.terms-condition h3 {
    font-size: 25px;
}

/*================================================
Sign In Area
=================================================*/

.sign-in-area .sign-in-form {
    max-width: 650px;
    padding: 40px 50px;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.sign-in-area .sign-in-form .form-group {
    margin-bottom: 25px;
    text-align: left !important;
}

.sign-in-area .sign-in-form .form-control {
    height: 55px;
    padding: 6px 20px;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 0;
    box-shadow: none;
}

.sign-in-area .sign-in-form .account-decs {
    text-align: center;
    margin-top: 20px;
}

.sign-in-area .sign-in-form .account-decs a {
    color: #555555;
    margin-left: 5px;
}

.sign-in-area .sign-in-form .account-decs a:hover {
    color: #207EF7;
}

.form-check-input {
    margin-top: 4px;
}

/*================================================
Sign Up Area
=================================================*/

.sign-up-area .sign-up-form {
    max-width: 650px;
    padding: 40px 50px;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.sign-up-area .sign-up-form .form-group {
    margin-bottom: 25px;
    text-align: left !important;
}

.sign-up-area .sign-up-form .form-control {
    height: 55px;
    padding: 6px 20px;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 0;
    box-shadow: none;
}

.sign-up-area .sign-up-form .account-decs {
    text-align: center;
    margin-top: 20px;
}

.sign-up-area .sign-up-form .account-decs a {
    color: #207EF7;
    margin-left: 5px;
}

.sign-up-area .sign-up-form .account-decs a:hover {
    color: #292323;
}

.sign-up-area .sign-up-form .text-center .default-btn {
    border: none;
}

/*================================================
Contact Area CSS
=================================================*/

.contact-area .contact-info {
    padding-left: 10px;
}

.contact-area .contact-info .section-title-two h2 {
    font-size: 30px;
}

.contact-area .contact-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.contact-area .contact-info ul li {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    color: #292323;
    font-weight: 500;
}

.contact-area .contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-area .contact-info ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
    color: #207EF7;
}

.contact-area .contact-info ul li a {
    color: #292323;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.contact-area .contact-info ul li a:last-child {
    margin-bottom: 0;
}

.contact-area .contact-info ul li a:hover {
    color: #207EF7;
    letter-spacing: 1px;
}

.contact-form h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

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

.contact-form .form-group .form-control {
    height: 55px;
    font-size: 16px;
    color: #292323;
    box-shadow: none;
    border: none;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: auto;
    padding-top: 17px;
}

.contact-form .form-group i {
    position: absolute;
    background-color: #207EF7;
    color: #ffffff;
    top: 0;
    left: 0;
    width: 50px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.contact-form .form-group .list-unstyled {
    margin: 10px 0 0 0;
}

.contact-form .form-group .list-unstyled li {
    color: #f54d4d;
}

.contact-form .default-btn {
    border: none;
    box-shadow: none;
}

.contact-form .default-btn.three {
    width: 100%;
}

.contact-form .text-danger {
    color: #f54d4d !important;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
}

/*================================================
Contact Map Area
=================================================*/

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.contact-map .container-fluid iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -6px;
    border-top: none;
}

/*================================================
Partner Area
=================================================*/

.partner-area .partner-slider .partner-slider-item a img {
    max-width: 150px;
    margin: auto;
}

/*================================================
Service Details Area
=================================================*/

.services-dateils-area .services-details .header-img {
    margin-bottom: 30px;
}

.services-dateils-area .services-details img {
    border-radius: 10px;
}

.services-dateils-area .services-details ul {
    padding: 0;
    margin: 0 0 15px;
}

.services-dateils-area .services-details ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 30px;
    color: #207EF7;
}

.services-dateils-area .services-details ul li i {
    color: #207EF7;
}

.services-dateils-area .services-details ul li a {
    font-size: 14px;
    color: #207EF7;
}

.services-dateils-area .services-details ul li a:hover {
    color: #E1F3FF;
}

.services-dateils-area .services-details .details-text h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.services-dateils-area .services-details .details-text p {
    font-size: 16px;
    margin-bottom: 15px;
}

.services-dateils-area .services-details .doctors-card {
    margin-top: 15px;
}

.services-dateils-area .services-details .doctors-card img {
    margin-bottom: 65px;
}

.services-dateils-area .services-details .content-img {
    margin: 25px 0 15px;
}

.services-dateils-area .services-details .content-img img {
    margin-bottom: 10px;
}

.services-dateils-area .services-details .comments-area {
    margin-top: 25px;
    margin-bottom: 30px;
}

.services-dateils-area .services-details .comments-area .comments-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
}

.services-dateils-area .services-details .comments-area ol,
.services-dateils-area .services-details .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.services-dateils-area .services-details .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.services-dateils-area .services-details .comments-area .children {
    margin-left: 20px;
}

.services-dateils-area .services-details .comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    color: #292323;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.services-dateils-area .services-details .comments-area .comment-body .reply {
    margin-top: 15px;
}

.services-dateils-area .services-details .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #292323;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}

.services-dateils-area .services-details .comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #207EF7;
    border-color: #207EF7;
}

.services-dateils-area .services-details .comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 2;
}

.services-dateils-area .services-details .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}

.services-dateils-area .services-details .comments-area .comment-author .says {
    display: none;
}

.services-dateils-area .services-details .comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #555555;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
}

.services-dateils-area .services-details .comments-area .comment-metadata a {
    color: #555555;
}

.services-dateils-area .services-details .comments-area .comment-metadata a:hover {
    color: #207EF7;
}

.services-dateils-area .services-details .contact-form {
    padding: 30px 20px;
}

.services-dateils-area .widget-area {
    padding-left: 10px;
}

.services-dateils-area .widget-area .widget {
    margin-bottom: 30px;
}

.services-dateils-area .widget-area .widget:last-child {
    margin-bottom: 0;
}

.services-dateils-area .widget-area .widget .widget-title {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}

.services-dateils-area .widget-area .widget_search form {
    position: relative;
}

.services-dateils-area .widget-area .widget_search form .screen-reader-text {
    display: none;
}

.services-dateils-area .widget-area .widget_search form .search-field {
    height: 50px;
    color: #000;
    background-color: #f2f4f5;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: 1px solid #f2f4f5;
    box-shadow: none;
    transition: 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus {
    outline: 0;
}

.services-dateils-area .widget-area .widget_search form .search-field::-moz-placeholder {
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field::placeholder {
    transition: 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus::-moz-placeholder {
    color: transparent;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.services-dateils-area .widget-area .widget_search form button {
    border: none;
    background-color: #555555;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    height: 50px;
    width: 60px;
    position: absolute;
    right: 0;
    padding: 0;
    transition: all 0.5s;
    top: 0;
    font-size: 20px;
}

.services-dateils-area .widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-dateils-area .widget-area .widget_search form button:hover,
.services-dateils-area .widget-area .widget_search form button:focus {
    background-color: #207EF7;
    color: #fff;
}

.services-dateils-area .widget-area .widget_categories ul {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.services-dateils-area .widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #000;
    padding-left: 25px;
    font-size: 15px;
}

.services-dateils-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.services-dateils-area .widget-area .widget_categories ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #207EF7;
}

.services-dateils-area .widget-area .widget_categories ul li a {
    color: #292323;
    display: inline-block;
}

.services-dateils-area .widget-area .widget_categories ul li a:hover {
    color: #207EF7;
    padding-left: 3px;
}

.services-dateils-area .widget-area .widget_categories ul li .post-count {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.services-dateils-area .widget-area .widget_posts_thumb {
    position: relative;
    overflow: hidden;
}

.services-dateils-area .widget-area .widget_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px;
}

.services-dateils-area .widget-area .widget_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/services/service-details-2.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/services/service-details-3.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/services/service-details-4.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/img/services/service-details-5.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg5 {
    background-image: url(../../assets/img/services/service-details-6.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::before,
.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::after {
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info {
    overflow: hidden;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info span {
    display: block;
    color: #555555;
    font-size: 14px;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info .title {
    margin-bottom: 10px;
    margin-top: -5px;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 500;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info .title a {
    display: inline-block;
    color: #292323;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info .title a:hover {
    color: #207EF7;
}

.services-dateils-area .widget-area .widget_posts_thumb .item:hover .thumb::before,
.services-dateils-area .widget-area .widget_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.services-dateils-area .widget-area .side-bar-box {
    background: #fafafa;
    padding: 25px;
    margin-bottom: 30px;
}

.services-dateils-area .widget-area .side-bar-box:last-child {
    margin-bottom: 0;
}

.services-dateils-area .widget-area .side-bar-box .title {
    font-size: 22px;
    margin-bottom: 35px;
    position: relative;
}

.services-dateils-area .widget-area .side-bar-box .title::before {
    content: "";
    position: absolute;
    background-color: #207EF7;
    width: 75px;
    height: 4px;
    bottom: -15px;
    left: 0;
    border-radius: 3px;
}

.services-dateils-area .widget-area .side-bar-box form {
    position: relative;
}

.services-dateils-area .widget-area .side-bar-box form .form-control {
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    height: 45px;
}

.services-dateils-area .widget-area .side-bar-box form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 55px;
    border: none;
    background: #fff;
    cursor: pointer;
    transition: 0.4s;
}

.services-dateils-area .widget-area .side-bar-box ul {
    margin: 0;
    padding: 0;
}

.services-dateils-area .widget-area .side-bar-box ul li {
    list-style: none;
}

.services-dateils-area .widget-area .side-bar-box ul li a {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
}

.services-dateils-area .widget-area .side-bar-box ul li a i {
    margin-right: 3px;
}

.services-dateils-area .widget-area .side-bar-box ul li a:hover {
    padding-left: 7px;
    color: #207EF7;
}

.services-dateils-area .widget-area .side-bar-box ul li:first-child a {
    margin-top: 0;
}

.services-dateils-area .widget-area .side-bar-box.tags-box ul li {
    display: inline-block;
    margin-top: 5px;
}

.services-dateils-area .widget-area .side-bar-box.tags-box ul li a {
    border: 1px solid #207EF7;
    padding: 4px 10px;
}

.services-dateils-area .widget-area .side-bar-box.tags-box ul li a:hover {
    background: #ffffff;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content {
    padding-left: 110px;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content ul {
    margin: 5px 0 0;
    padding: 0;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content ul li {
    display: inline-block;
    margin-right: 14px;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content ul li a {
    color: #777;
    margin-top: 0;
    font-size: 12px;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content ul li a:hover {
    color: #207EF7;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content h3 {
    margin-top: 0;
    line-height: 0.5 !important;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content h3 a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #292323;
}

.services-dateils-area .widget-area .side-bar-box .recent-post-content h3 a:hover {
    color: #207EF7;
}

.services-dateils-area .widget-area .side-bar-box .single-recent-post {
    overflow: hidden;
    margin-bottom: 20px;
}

.services-dateils-area .widget-area .side-bar-box .single-recent-post .recent-post-img {
    float: left;
    width: 100px;
    position: relative;
    overflow: hidden;
}

/* Shape rotate */

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

/* End Shape rotate */

@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes moveLeftBounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes moveScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/*----- Buy Now Btn CSS -----*/

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    color: #ffffff;
    background-color: #94be5d;
}

.max-height-250{
    max-height:250px;
}

.max-height-350{
    max-height:350px;
}
.max-height-400{
    max-height:400px;
}
.max-height-500{
    max-height:500px;
}
.testimonial-img{
    width:100px;
    height:100px;
}
.max-height {
    max-height: 600px;
}


/*ACOMS*/

.acoms a{
    color: #212529;
}
.acoms a:hover{
    color: #1c80f5;
}


/*# sourceMappingURL=style.css.map */