/*-------------------------------------------------------------
Template Name: Physicmed
Template URL: 
Author Name: SoftTech IT
Author URL: https://themeforest.net/user/softtech-it/portfolio
Version: 1.0
Description: 
Tags: medical
Text Domain: Physicmed
-------------------------------------------------------------*/

/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Footer Section 2
>> Breadcrumb Section
>> Preloader
>> Button 
>> Form
>> Theme
>> Homepage
>> Homepage 2
>> Header Section 2
>> About Page
>> 404 Page
>> Faq Page
>> Service Single
>> Doctor Page
>> Blog Page
>> Blog Single
>> Doctor Single
>> Gallery Page
>> Contact Page
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&amp;family=Roboto:wght@400;500;700&amp;family=Rubik:wght@500;600;700&amp;display=swap");
/* Author CSS */

body {
    margin: 0;
    color: #0b114a;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
}

h1 {
    color: #0b114a;
    font-size: 72px;
}

h2 {
    color: #0b114a;
    font-size: 48px;
}

h3 {
    color: #0b114a;
    font-size: 36px;
    font-weight: 500;
}

h4 {
    color: #0b114a;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    color: #0b114a;
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    color: #0b114a;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h6 {
        font-size: 14px;
    }
}

a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

p {
    color: #000;
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
    outline: none;
}

button {
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/* Navbar */

nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

nav .main-menu li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1.7;
    z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    nav .main-menu li {
        margin-right: 20px;
    }
}

nav .main-menu li.current a::before {
    opacity: 1;
    visibility: visible;
}

nav .main-menu li.has-submenu::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0b114a;
    font-size: 10px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 991px) {
    nav .main-menu li.has-submenu::after {
        display: none;
    }
}

nav .main-menu li a {
    color: #5d5e62;
    padding: 25px 0;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    nav .main-menu li .submenu {
        position: absolute;
        border-top: 2px solid #ffffff;
        border-radius: 5px;
        width: 245px;
        top: 110%;
        left: 0;
        background: #e49b10;
        padding: 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    nav .main-menu li .submenu li {
        display: block;
        margin-right: initial;
    }
    nav .main-menu li .submenu li a {
        color: #ffffff;
        display: block;
        padding: 8px 15px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    nav .main-menu li:hover.has-submenu::after {
        color: #e49b10;
    }
    nav .main-menu li:hover a {
        color: #e49b10;
    }
    nav .main-menu li:hover .submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}

nav .main-menu.main-menu2 li.has-submenu::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0b114a;
    font-size: 10px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    nav .main-menu.main-menu2 li.has-submenu::after {
        display: none;
    }
}

@media (min-width: 992px) {
    nav .main-menu.main-menu2 li:hover.has-submenu::after {
        color: #ff6e9d;
    }
    nav .main-menu.main-menu2 li:hover a {
        color: #ff6e9d;
    }
    nav .main-menu.main-menu2 li .submenu {
        background: #ff6e9d;
    }
    nav .main-menu.main-menu2 li .submenu li a {
        color: #ffffff;
    }
}

.container-wrapper {
    position: relative;
}

@media (max-width: 767.98px) {
    .mean-container .mean-bar {
        top: 18px;
    }
}

@media (max-width: 767.98px) {
    .mean-container.mobile-menu2 .mean-bar {
        top: 10px;
    }
}

.mean-container.mobile-menu2 .meanmenu-reveal {
    color: #ff6e9d;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mean-container.mobile-menu2 .meanmenu-reveal {
        top: -6px;
    }
}

@media (max-width: 575.98px) {
    .mean-container.mobile-menu2 .meanmenu-reveal {
        top: -8px;
    }
}

.mean-container.mobile-menu2 .meanmenu-reveal span {
    background: #ff6e9d;
}

.mean-container.mobile-menu2 .mean-nav {
    background: #ff6e9d;
}

.mean-container .mean-nav {
    background: #7CF5FF;
}

/* Header Section */

.header-area .info-bar {
    background: #5d5e62;
    padding: 5px 0;
}

@media (max-width: 991px) {
    .header-area .info-bar .contact-box {
        text-align: center;
        margin-bottom: 20px;
    }
}

.header-area .info-bar .contact-box span {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.header-area .info-bar .contact-box .separator {
    padding: 0 10px;
    color: #ffffff;
}

.header-area .lan_wrapper {
    position: relative;
    z-index: 111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area .lan_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-area .lan_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .header-area .lan_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-area .lan_wrapper .lang-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    padding: 14px 0;
}

.header-area .lan_wrapper .lang-switcher .flag {
    margin-right: 10px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.header-area .lan_wrapper .lang-switcher .lang {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
}

.header-area .lan_wrapper .lang-switcher .lang-list {
    background-color: #0b114a;
    padding: 12px;
    position: absolute;
    top: 120%;
    left: 0px;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #211b68;
    border-radius: 5px;
}

.header-area .lan_wrapper .lang-switcher .lang-list.lang-list-open {
    opacity: 1;
    visibility: visible;
}

.header-area .lan_wrapper .lang-switcher .lang-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 5px;
    cursor: pointer;
    border-bottom: 1px solid #211b68;
}

.header-area .lan_wrapper .lang-switcher .lang-list li span {
    margin-right: 6px;
    border-radius: 50%;
}

.header-area .lan_wrapper .lang-switcher .lang-list li a {
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area .lan_wrapper .lang-switcher .lang-list li:last-child {
    border-bottom: initial;
}

@media (max-width: 991px) {
    .header-area .header-top {
        padding: 20px 0;
    }
}

.header-area .header-top .cart-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-area .header-top .cart-search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-area .header-top .cart-search .search,
.header-area .header-top .cart-search .cart {
    color: #0b114a;
    font-size: 16px;
}

.header-area .header-top .cart-search .search {
    margin-right: 20px;
}

.header-area .header-search {
    float: right;
}

.header-area .header-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-area .header-search form ::-webkit-input-placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.header-area .header-search form :-ms-input-placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.header-area .header-search form ::-ms-input-placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.header-area .header-search form ::placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.header-area .header-search form input {
    width: 152px;
    border: 1px solid #eaeaea;
    border-right: none;
    background: #fafafa;
    outline: none;
    padding: 10px 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #0b114a;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .header-area .header-search form input {
        width: 135px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-area .header-search form input {
        width: 126px;
    }
}

@media (max-width: 575.98px) {
    .header-area .header-search form input {
        width: 125px;
    }
}

.header-area .header-search form button {
    width: 40px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    outline: none;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0b114a;
}

/* Footer Section */

.footer-area {
    overflow: hidden;
}

.footer-area .foo_top {
    position: relative;
    overflow: hidden;
    background: #4d4d4d;
    padding-top: 65px;
    padding-bottom: 20px;
}

.footer-area .foo_top .foo_top_shapes .vec1 {
    width: inherit;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}

@media (max-width: 991px) {
    .footer-area .foo_top .foo_top_shapes .vec1 {
        display: none;
    }
}

.footer-area .foo_top .foo-widget {
    margin-bottom: 30px;
}

.footer-area .foo_top .foo-widget .logo {
    width: 130px;
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .footer-area .foo_top .foo-widget .logo {
        width: 100px;
    }
}

.footer-area .foo_top .foo-widget .social-links a {
    margin-right: 15px;
}

.footer-area .foo_top .foo-widget .social-links a:last-child {
    margin-right: initial;
}

.footer-area .foo_top .foo-widget .social-links a span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    color: #0b114a;
    background: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(175, 175, 175, 0.2);
    box-shadow: 0px 15px 25px 0px rgba(175, 175, 175, 0.2);
}

.footer-area .foo_top .foo-widget .social-links a span.active {
    background: #7CF5FF;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
    box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
    color: #ffffff;
}

.footer-area .foo_top .foo-widget .social-links a span:hover {
    background: #00CCDD;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
    box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
    color: #ffffff;
}

.footer-area .foo_top .foo-widget ul li {
    color: #fff;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}

.footer-area .foo_top .foo-widget ul li span {
    font-size: 20px;
    margin-right: 10px;
    padding-top: 0;
    display: inline-block;
    margin-top: -4px;
}

.footer-area .foo_top .foo-widget ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
}

.footer-area .foo_top .foo-widget ul li a:hover {
    color: #00CCDD;
    padding-left: 6px;
}

.footer-area .foo_top .foo-widget ul li img {
    width: inherit;
    display: inline-block;
    margin-right: 10px;
}

.footer-area .foo_btm {
    background-color: #00CCDD;
    padding: 2px 0 0;
    border-top: 1px solid #cccccc80;
}

.footer-area .foo_btm .copyright-text {
    text-align: center;
    padding: 12px 0 5px;
}

.footer-area .foo_btm .copyright-text span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-area .foo_btm .copyright-text span a {
    color: #7CF5FF;
}

.footer-area .foo_btm .copyright-text span a:hover {
    color: #ffffff;
}

/* Footer Section 2 */

.footer-area2 {
    position: relative;
    overflow: hidden;
    background: #fafafa;
}

.footer-area2 .foo_top_shapes .vec11 {
    width: inherit;
    position: absolute;
    bottom: -59%;
    left: 0;
}

.footer-area2 .foo_top_shapes .vec22 {
    width: inherit;
    position: absolute;
    bottom: -105%;
    right: -60px;
}

.footer-area2 .foo_top {
    position: initial;
    overflow: hidden;
    background: initial;
    padding-top: 230px;
    padding-bottom: 20px;
}

.footer-area2 .foo_top .foo-widget .social-links a span {
    color: #ffffff;
    background: #0b114a;
}

.footer-area2 .foo_top .foo-widget .social-links a span.active {
    background: #ff6e9d;
    color: #ffffff;
}

.footer-area2 .foo_top .foo-widget .social-links a span:hover {
    background: #ff6e9d;
    color: #ffffff;
}

.footer-area2 .foo_top .foo-widget ul li a {
    color: #0b114a;
}

.footer-area2 .foo_top .foo-widget ul li a:hover {
    color: #ff6e9d;
}

.footer-area2 .foo_btm {
    background-color: initial;
}

.footer-area2 .foo_btm .copyright-text {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
}

.footer-area2 .foo_btm .copyright-text span {
    color: #0b114a;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-area2 .foo_btm .copyright-text span a {
    font-weight: 700;
    color: #0b114a;
}

.footer-area2 .foo_btm .copyright-text span a:hover {
    color: #ff6e9d;
}

/* Breadcrumb Section */

.breadcrumb-area {
    padding-top: 120px;
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-area.special-pad {
    padding-bottom: 168px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .breadcrumb-area.special-pad {
        padding-bottom: 120px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-area.special-pad {
        padding-bottom: 120px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .breadcrumb-area {
        padding-bottom: 70px;
        padding-top: 100px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-area {
        padding-bottom: 70px;
        padding-top: 100px;
    }
}

.breadcrumb-area nav {
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.breadcrumb-area h2 {
    color: #0b114a;
    text-align: center;
    font-family: "Rubik", sans-serif;
}

.breadcrumb-area .breadcrumb {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
    color: #0b114a;
    text-transform: capitalize;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active {
    font-size: 18px;
    font-weight: 700;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active::before {
    color: #0b114a;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
    color: #0b114a;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-weight: 700;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a:hover {
    color: #7CF5FF;
}

/* Header Section 2 */

.header-area2 .contact-box span {
    text-transform: capitalize;
}

.header-area2 .header-top {
    padding-top: 5px;
}

@media (max-width: 991px) {
    .header-area2 .header-top {
        padding-top: 20px;
    }
}

.header-area2 .header-search ::-webkit-input-placeholder {
    color: #ffffff;
}

.header-area2 .header-search :-ms-input-placeholder {
    color: #ffffff;
}

.header-area2 .header-search ::-ms-input-placeholder {
    color: #ffffff;
}

.header-area2 .header-search ::placeholder {
    color: #ffffff;
}

.header-area2 .header-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-area2 .header-search form ::-webkit-input-placeholder {
    color: #ffffff;
}

.header-area2 .header-search form :-ms-input-placeholder {
    color: #ffffff;
}

.header-area2 .header-search form ::-ms-input-placeholder {
    color: #ffffff;
}

.header-area2 .header-search form ::placeholder {
    color: #ffffff;
}

.header-area2 .header-search form input {
    width: 85%;
    border: 1px solid #ffffff;
    background: #000a6d;
    outline: none;
    padding: 10px 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #ffffff;
}

.header-area2 .header-search form button {
    width: 15%;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    outline: none;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0b114a;
}

@media (max-width: 575.98px) {
    .header-area2 .social-icons {
        margin-top: 20px;
    }
}

.header-area2 .social-icons a {
    margin-right: 10px;
}

.header-area2 .social-icons a:last-child {
    margin-right: initial;
}

.header-area2 .social-icons a span {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area2 .social-icons a span.active {
    background: #ff6e9d;
    border: 1px solid transparent;
}

.header-area2 .social-icons a span:hover {
    background: #ff6e9d;
    border: 1px solid transparent;
}

/* Preloader */

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.preloader-inner .cancel-preloader a {
    background-color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    color: #7CF5FF;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
    background-color: #0b114a;
    color: #ffffff;
}

.spinner {
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 15px;
    height: 15px;
    background-color: #e49b10;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Button */

.lan_wrapper {
    float: right;
}

.btn1 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    z-index: 11;
    font-size: 14px;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    text-align: center;
}

.btn1::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e49b10;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
    .btn1 {
        padding: 8px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn1 {
        padding: 8px 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .btn1 {
        padding: 10px 20px;
    }
}

.btn1:hover {
    background: #6a6e71;
    color: #fff;
}

.btn1:hover::before {
    right: -100%;
}

.btn2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    z-index: 11;
    font-size: 15px;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    border-radius: 0;
    color: #e49b10;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    text-align: center;
    border: 1px solid #e49b10;
}

.btn2::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: -100%;
    background: #e49b10;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
    .btn2 {
        padding: 8px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn2 {
        padding: 8px 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .btn2 {
        padding: 10px 20px;
    }
}

.btn2:hover {
    border: 1px solid transparent;
    color: #ffffff;
}

.btn2:hover::before {
    left: 0;
}

.btn3 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    z-index: 11;
    font-size: 14px;
    padding: 15px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    text-align: center;
}

.btn3::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #00CCDD;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
    .btn3 {
        padding: 8px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn3 {
        padding: 8px 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .btn3 {
        padding: 10px 20px;
    }
}

.btn3:hover {
    border: 1px solid #00CCDD;
    color: #00CCDD;
}

.btn3:hover::before {
    right: -100%;
}

/* Form */

.booking-area .booking-form {
    padding: 45px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: -75px;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
    box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
}

@media (max-width: 575.98px) {
    .booking-area .booking-form {
        margin-top: -45px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .booking-area .booking-form {
        margin-top: -50px;
    }
}

.booking-area .booking-form .input-wrapper {
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .booking-area .booking-form .input-wrapper {
        margin-bottom: 30px;
    }
}

.booking-area .booking-form .input-wrapper .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0b114a;
    opacity: 0.5;
}

.booking-area .booking-form .form-item2 {
    width: 100%;
    padding: 15px 30px;
    background: #fafafa;
    border-radius: 5px;
    border: none;
    outline: none;
    text-transform: capitalize;
}

.booking-area .booking-form .form-item2 select,
.booking-area .booking-form .form-item2 option {
    text-transform: capitalize;
}

.booking-area .booking-form .btn1 {
    width: 100%;
}

.subs-form {
    -webkit-box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
}

.subs-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subs-form form input {
    width: 70%;
    border: none;
    padding: 20px;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.subs-form form button {
    width: 29.99%;
    padding: 20px;
    background: #7CF5FF;
    outline: none;
    border: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .subs-form form button {
        width: 38.99%;
    }
}

.ht-appnt-area .input-box {
    width: 100%;
    border: 1px solid #eaeaea;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 30px;
}

.subs-form-2 {
    -webkit-box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
    position: relative;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .subs-form-2 {
        -webkit-box-shadow: initial;
        box-shadow: initial;
    }
}

@media (max-width: 575.98px) {
    .subs-form-2 {
        -webkit-box-shadow: initial;
        box-shadow: initial;
    }
}

.subs-form-2 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subs-form-2 form input {
    width: 100%;
    border: none;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    padding-right: 33%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .subs-form-2 form input {
        padding-right: 20px;
    }
}

@media (max-width: 575.98px) {
    .subs-form-2 form input {
        padding-right: 20px;
    }
}

.subs-form-2 form button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 29.99%;
    padding: 14px;
    background: #ff6e9d;
    outline: none;
    border: none;
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .subs-form-2 form button {
        margin-top: 30px;
        width: 100%;
        position: static;
        background: #ffffff;
        color: #ff6e9d;
    }
}

@media (max-width: 575.98px) {
    .subs-form-2 form button {
        margin-top: 30px;
        width: 100%;
        position: static;
        background: #ffffff;
        color: #ff6e9d;
    }
}

.blog-comment-form ::-webkit-input-placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.blog-comment-form :-ms-input-placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.blog-comment-form ::-ms-input-placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.blog-comment-form ::placeholder {
    color: #0b114a;
    opacity: 0.5;
}

.blog-comment-form .input-wrapper {
    position: relative;
}

.blog-comment-form .input-wrapper .inputBox {
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .blog-comment-form .input-wrapper .inputBox {
        padding: 10px 20px;
    }
}

.blog-comment-form .input-wrapper .f-icon {
    position: absolute;
    top: 31%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    color: #0b114a;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .blog-comment-form .input-wrapper .f-icon {
        display: none;
    }
}

.blog-comment-form .input-wrapper .f-icon.text-icon {
    top: 21%;
}

.blog-comment-form .btn1 {
    margin-bottom: 30px;
    z-index: 1;
}

@media (max-width: 991px) {
    .blog-comment-form .btn1 {
        width: 100%;
    }
}

.mconform-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mconform-right form .inputBox {
    margin-bottom: 30px;
    background: #fff;
    padding: 12px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 100%;
}

/* Theme Default */

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 25px;
}

.padding-top-125 {
    padding-top: 125px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-125 {
    padding-bottom: 125px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-145 {
    padding-bottom: 145px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.padding-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.padding-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-minus-top-15 {
    margin-top: -15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-100 {
    margin-right: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-10 {
    margin: 10px 0;
}

.margin-20 {
    margin: 10px 0;
}

.margin-30 {
    margin: 10px 0;
}

.margin-40 {
    margin: 10px 0;
}

.margin-50 {
    margin: 10px 0;
}

.margin-60 {
    margin: 10px 0;
}

.margin-70 {
    margin: 10px 0;
}

.margin-80 {
    margin: 10px 0;
}

.margin-90 {
    margin: 10px 0;
}

.margin-100 {
    margin: 10px 0;
}

.gray-bg {
    background: #fafafa;
}

.scrollup {
    background: #7CF5FF;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 9999;
    cursor: pointer;
}

.scrollup.ht-scrollup {
    background: #ff6e9d;
}

.scrollup:hover {
    background: #0b114a;
}

.item-rotate {
    -webkit-animation: rotted 5s infinite ease-in-out;
    animation: rotted 5s infinite ease-in-out;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes rotted {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(320deg);
        transform: rotate(320deg);
    }
}

@keyframes rotted {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(320deg);
        transform: rotate(320deg);
    }
}

.item-rotate2 {
    -webkit-animation: rotted 6s infinite ease-in-out;
    animation: rotted 6s infinite ease-in-out;
    animation-direction: alternate-reverse;
}

@keyframes rotted {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(-320deg);
        transform: rotate(-320deg);
    }
}

.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.item-zooming {
    -webkit-animation: zooming 3s infinite ease-in-out;
    -o-animation: zooming 3s infinite ease-in-out;
    -ms-animation: zooming 3s infinite ease-in-out;
    -moz-animation: zooming 3s infinite ease-in-out;
    animation: zooming 3s infinite ease-in-out;
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.item-ripple {
    -webkit-animation: ripple 3s infinite ease-in-out;
    -o-animation: ripple 3s infinite ease-in-out;
    -ms-animation: ripple 3s infinite ease-in-out;
    -moz-animation: ripple 3s infinite ease-in-out;
    animation: ripple 3s infinite ease-in-out;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
        box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
        box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
        box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
        box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    }
}

.item-animateOne {
    -webkit-animation: animateOne 15s infinite ease-in-out;
    -o-animation: animateOne 15s infinite ease-in-out;
    -ms-animation: animateOne 15s infinite ease-in-out;
    -moz-animation: animateOne 15s infinite ease-in-out;
    animation: animateOne 15s infinite ease-in-out;
}

@-webkit-keyframes animateOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.item-animateTwo {
    -webkit-animation: animateTwo 15s infinite ease-in-out;
    -o-animation: animateTwo 15s infinite ease-in-out;
    -ms-animation: animateTwo 15s infinite ease-in-out;
    -moz-animation: animateTwo 15s infinite ease-in-out;
    animation: animateTwo 15s infinite ease-in-out;
}

@-webkit-keyframes animateTwo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes animateTwo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* Homepage 1 */

.common-title h1 {
    line-height: 1;
    text-transform: capitalize;
}

.common-title h1 span {
    color: #7CF5FF;
}

.common-title h2 {
    line-height: 1;
    text-transform: capitalize;
    color: #fab005;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 5px;
    font-size: 26px;
}

.common-title h2 span {
    color: #7CF5FF;
}

.hero-slider-active .slick-active {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hero-slider-active .slick-active .slider-top {
    -webkit-animation: 1.5s fadeInDown;
    animation: 1.5s fadeInDown;
}

.hero-slider-active .slick-active .title-animation {
    -webkit-animation: 1.5s fadeInRight;
    animation: 1.5s fadeInRight;
}

.hero-slider-active .slick-active .para-animation {
    -webkit-animation: 1.5s fadeInLeft;
    animation: 1.5s fadeInLeft;
}

.hero-slider-active .slick-active .animate-btn {
    -webkit-animation: 1.5s fadeInUp;
    animation: 1.5s fadeInUp;
}

.hero-slider-active .slick-active .animate-img {
    -webkit-animation: 1.5s pulse;
    animation: 1.5s pulse;
}

.hero-slider-active .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    z-index: 9999;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-slider-active .slick-dots {
        left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-slider-active .slick-dots {
        top: initial;
        left: 40px;
        bottom: 113px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 991px) {
    .hero-slider-active .slick-dots {
        left: 20px;
    }
}

.hero-slider-active .slick-dots li {
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-slider-active .slick-dots li {
        margin-right: 10px;
        margin-bottom: initial;
    }
}

.hero-slider-active .slick-dots li.slick-active button {
    background: #7CF5FF;
}

.hero-slider-active .slick-dots li.slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.hero-slider-active .slick-dots li button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #393938;
    display: block;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
}

.hero-slider-active .slick-dots li button::before {
    position: absolute;
    top: 57%;
    left: 51.5%;
    -webkit-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    transform: translate(-50%, -54%);
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #7CF5FF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 7px;
}

.hero-area {
    position: relative;
    height: 890px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .hero-area {
        height: 500px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-area {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .hero-area {
        height: 600px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area {
        height: 600px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area {
        height: 680px;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-area {
        height: 700px;
    }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .hero-area {
        height: 700px;
    }
}

.hero-area .hero-shapes img {
    width: initial;
}

.hero-area .hero-shapes .vec1 {
    position: absolute;
    top: 10%;
    right: 10%;
}

.hero-area .hero-shapes .vec2 {
    position: absolute;
    top: 40%;
    right: 10%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area .common-title h1 {
        font-size: 55px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-area .common-title h1 {
        font-size: 55px;
    }
}

@media (max-width: 575.98px) {
    .hero-area .common-title h1 {
        font-size: 50px;
    }
}

.hero-area .btn-box .btn1 {
    margin-right: 20px;
}

@media (max-width: 575.98px) {
    .hero-area .btn-box .btn1 {
        margin-right: 8px;
    }
}

@media (max-width: 991px) {
    .hero-area .hero-right {
        display: none;
    }
}

.hero-area .hero-right img {
    width: initial;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area .hero-right img {
        width: 54%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area .hero-right img {
        width: 54%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-area .hero-right img {
        width: 50%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .hero-area .hero-right img {
        width: 45%;
    }
}

.hero-area .hero-right .main-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hero-area .hero-right .bg-shapes {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-area {
    position: relative;
    padding-top: 120px;
}

.about-area .about-shapes img {
    width: inherit;
}

.about-area .about-shapes .vec1,
.about-area .about-shapes .vec2,
.about-area .about-shapes .vec3 {
    position: absolute;
}

.about-area .about-shapes .vec1 {
    top: 10%;
    left: 10%;
}

.about-area .about-shapes .vec2 {
    right: 0%;
    bottom: 5%;
}

.about-area .about-shapes .vec3 {
    top: 10%;
    right: 10%;
}

.about-area .about-left {
    position: relative;
}

@media (max-width: 991px) {
    .about-area .about-left {
        margin-bottom: 60px;
    }
}

.about-area .about-left .main-img {
    width: initial;
    border-radius: 20px;
    border: 6px solid #cccccc61;
}

@media (max-width: 575.98px) {
    .about-area .about-left .main-img {
        width: 100%;
    }
}

.about-area .about-left .img1 {
    position: absolute;
    top: 5%;
    left: -33%;
    width: initial;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .about-area .about-left .img1 {
        left: -15%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-area .about-left .img1 {
        left: -15%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-area .about-left .img1 {
        right: 13%;
        left: initial;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .about-area .about-left .img1 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .about-area .about-left .img1 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .about-area .about-right {
        text-align: center;
    }
}

.service-area {
    margin-top: 0px;
    background: url(../images/services.png);
    background-size: cover;
    padding: 100px 0 125px;
    margin-bottom: 0px;
}

.service-area .service-shapes img {
    width: initial;
}

.service-area .service-shapes .vec1,
.service-area .service-shapes .vec2 {
    position: absolute;
}

.service-area .service-shapes .vec1 {
    top: 10%;
    right: 10%;
}

.service-area .service-shapes .vec2 {
    bottom: 0%;
    left: 0%;
}

.team-area {
    position: relative;
}

.team-area::after {
    content: "";
    width: 100%;
    height: 42.4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fafafa;
    z-index: -1;
}

.team-area .team-shapes img {
    width: initial;
}

.team-area .team-shapes .vec1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 575.98px) {
    .team-area .team-shapes .vec1 {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .team-area .team-shapes .vec1 {
        display: none;
    }
}

.appointment-area {
    background: #000a6d;
    position: relative;
    overflow: hidden;
}

.appointment-area .appnt-shapes .vec1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
}

.appointment-area .appnt-shapes .vec2 {
    position: absolute;
    top: 0;
    right: 0;
    width: initial;
}

@media (max-width: 991px) {
    .appointment-area .appnt-shapes .vec2 {
        display: none;
    }
}

.appointment-area .appnt-left {
    margin-bottom: initial;
}

@media (max-width: 991px) {
    .appointment-area .appnt-left {
        text-align: center;
    }
}

.appointment-area .appnt-left h3 {
    color: #ffffff;
}

.appointment-area .appnt-left .special {
    font-size: 60px;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .appointment-area .appnt-left .special {
        font-size: 48px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .appointment-area .appnt-left .special {
        font-size: 48px;
    }
}

.appointment-area .appnt-left p {
    color: #ffffff;
}

.appointment-area .appnt-right .main-img {
    position: absolute;
    bottom: 0;
    right: 8px;
    z-index: 1;
    width: 30%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .appointment-area .appnt-right .main-img {
        width: 42%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .appointment-area .appnt-right .main-img {
        width: 35%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .appointment-area .appnt-right .main-img {
        width: 35%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .appointment-area .appnt-right .main-img {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .appointment-area .appnt-right .main-img {
        display: none;
    }
}

.testimonial-area {
    position: relative;
}

.testimonial-area .testi-shapes img {
    width: initial;
}

.testimonial-area .testi-shapes .vec1 {
    position: absolute;
    bottom: 18%;
    right: 14%;
}

@media (max-width: 991px) {
    .testimonial-area .testi-shapes .vec1 {
        bottom: 4%;
        right: 5%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial-area .testi-shapes .vec1 {
        bottom: 6%;
        right: 3%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .testimonial-area .testi-shapes .vec1 {
        bottom: 6%;
        right: 3%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .testimonial-area .testi-shapes .vec1 {
        bottom: 6%;
        right: 3%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .testimonial-area .testi-shapes .vec1 {
        bottom: 6%;
        right: 3%;
    }
}

.testimonial-area .testi-shapes .vec2 {
    position: absolute;
    top: 31%;
    left: 10%;
}

@media (max-width: 991px) {
    .testimonial-area .testi-shapes .vec2 {
        top: 6%;
        left: 10%;
    }
}

.testimonial-area .testimonial-slider-active .slick-track {
    padding: 20px 0;
}

.testimonial-area .testimonial-slider-active .slick-dots {
    position: absolute;
    bottom: -7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.testimonial-area .testimonial-slider-active .slick-dots li {
    margin-right: 20px;
}

.testimonial-area .testimonial-slider-active .slick-dots li.slick-active button {
    background: #fab005;
}

.testimonial-area .testimonial-slider-active .slick-dots li.slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.testimonial-area .testimonial-slider-active .slick-dots li button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4d4d4d;
    display: block;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
}

.testimonial-area .testimonial-slider-active .slick-dots li button::before {
    position: absolute;
    top: 57%;
    left: 50.5%;
    -webkit-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    transform: translate(-50%, -54%);
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fab005;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 7px;
}

.gallery-area {
    background: #fafafa;
    position: relative;
}

.gallery-area .gallery-shapes .vec1 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: initial;
}

.gallery-area .single-gallery {
    position: relative;
}

.gallery-area .single-gallery img {
    margin-bottom: 24px;
    border-radius: 10px;
    border: 4px solid #cccccc8c;
}

.gallery-area .single-gallery:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gallery-area .single-gallery:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gallery-area .single-gallery::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.5)), to(rgba(26, 193, 103, 0.8)));
    background: -webkit-linear-gradient(rgba(250, 250, 250, 0.5), rgba(26, 193, 103, 0.8));
    background: -o-linear-gradient(rgba(250, 250, 250, 0.5), rgba(26, 193, 103, 0.8));
    background: linear-gradient(rgba(250, 250, 250, 0.5), #ffca2882);
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gallery-area .single-gallery span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.faq-area {
    position: relative;
    padding-bottom: 115px;
}

@media (max-width: 991px) {
    .faq-area {
        padding-bottom: 50px;
    }
}

.faq-area .faq-shapes img {
    width: initial;
}

.faq-area .faq-shapes .vec1 {
    position: absolute;
    top: 5%;
    right: 10%;
}

.faq-area .faq-shapes .vec2 {
    position: absolute;
    bottom: 5%;
    right: 0%;
}

@media (max-width: 991px) {
    .faq-area .faq-left img {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .faq-area .faq-right {
        margin-bottom: 60px;
    }
}

.faq-area .faq-right .accordion-wrapper .card {
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(163, 163, 163, 0.15);
    box-shadow: 0px 15px 40px 0px rgba(163, 163, 163, 0.15);
    border: 1px solid #eaeaea;
}

.faq-area .faq-right .accordion-wrapper .card .card-header {
    border: none;
    padding: 0;
    border-radius: 5px;
    background: #ffffff;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 {
    margin-bottom: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a {
    padding: 15px 35px 15px 20px;
    display: block;
    cursor: pointer;
    position: relative;
    color: #0b114a;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a.collapsed::after {
    content: "\efc2";
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a::after {
    content: "\ef9a";
    font-family: IcoFont;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    background: #0b114a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-body {
    border-radius: 5px;
    padding-top: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-body p {
    margin: 0;
}

.blog-area {
    padding-bottom: 140px;
}

.blog-area .slick-slider .slick-track {
    padding: 20px 0;
}

.blog-area .slick-slider .slick-dots {
    position: absolute;
    bottom: -7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.blog-area .slick-slider .slick-dots li {
    margin-right: 20px;
}

.blog-area .slick-slider .slick-dots li.slick-active button {
    background: #7CF5FF;
}

.blog-area .slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.blog-area .slick-slider .slick-dots li button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0b114a;
    display: block;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
}

.blog-area .slick-slider .slick-dots li button::before {
    position: absolute;
    top: 57%;
    left: 50.5%;
    -webkit-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    transform: translate(-50%, -54%);
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0b114a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 7px;
}

.subs-area {
    padding-top: 20px;
    margin-bottom: -115px;
    position: relative;
    z-index: 1;
}

.subs-area .subs-wrapper {
    background: #000a6d;
    border-radius: 30px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .subs-area .subs-wrapper {
        padding: 60px 20px;
    }
}

.subs-area .subs-wrapper .subs-shape .vec1 {
    width: initial;
    position: absolute;
    top: 0;
    right: 0;
}

.subs-area .subs-wrapper .subs-content h2 {
    color: #ffffff;
}

@media (max-width: 991px) {
    .subs-area .subs-wrapper .subs-content h2 {
        margin-bottom: 30px;
    }
}

.single-service {
    padding: 40px 20px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    background: #fafafa;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service:hover {
    background: #ffffff;
}

.single-service:hover .icon-box {
    background: #7CF5FF;
}

.single-service:hover .icon-box span {
    color: #ffffff;
}

.single-service .icon-box {
    width: 70px;
    height: 70px;
    background: #dcfbe9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service .icon-box span {
    font-size: 30px;
}

.single-service .cont-box h4 {
    text-transform: capitalize;
    font-weight: 500;
}

.single-service .cont-box h4 a {
    color: #0b114a;
}

.single-service .cont-box h4 a:hover {
    color: #7CF5FF;
}

.single-service .cont-box .link {
    color: #0b114a;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

.single-service .cont-box .link:hover {
    color: #7CF5FF;
}

.single-team {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
    box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
}

.single-team:hover {
    background: #ffffff;
}

.single-team:hover .img-box img {
    -webkit-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
}

.single-team:hover .cont-box .link {
    color: #7CF5FF;
}

.single-team .img-box {
    overflow: hidden;
}

.single-team .img-box img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team .cont-box {
    padding: 0 20px 20px 20px;
    margin-top: -22px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 11;
}

.single-team .cont-box .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.single-team .cont-box .social-links a {
    margin-right: 20px;
}

.single-team .cont-box .social-links a:last-child {
    margin-right: initial;
}

.single-team .cont-box .social-links span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0b114a;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team .cont-box .social-links span:hover {
    background: #7CF5FF;
}

.single-team .cont-box h4 {
    text-transform: capitalize;
}

.single-team .cont-box h4 a {
    color: #0b114a;
}

.single-team .cont-box h4 a:hover {
    color: #7CF5FF;
}

.single-team .cont-box .desig {
    display: block;
    font-weight: 500;
    color: #0b114a;
    display: inline-block;
}

.single-team .cont-box .desig:hover {
    color: #7CF5FF;
}

.single-team .cont-box .link {
    display: block;
    color: #0b114a;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-testi {
    padding: 20px 20px 20px;
    border-radius: 10px;
    background-color: #4d4d4d;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(163 163 163 / 15%);
    box-shadow: 0px 0px 20px 0px rgb(163 163 163 / 15%);
    height: 235px;
}

.single-testi .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-testi .img-box .quote {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background: #ec076e;
    color: #ffffff;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-testi .img-box img {
    max-width: 140px;
}

.single-blog {
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.15);
}

.single-blog:hover .content-box .link {
    color: #7CF5FF;
}

.single-blog .content-box {
    padding: 20px;
}

.single-blog .content-box .meta-box a {
    color: #0b114a;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog .content-box .meta-box a:hover {
    color: #7CF5FF;
}

.single-blog .content-box h4 a:hover {
    color: #7CF5FF;
}

.single-blog .content-box p {
    color: #0b114a;
}

.single-blog .content-box a {
    text-transform: capitalize;
    font-weight: 700;
    color: #0b114a;
}

.single-blog .content-box .link {
    display: inline-block;
}

/* Homepage 2*/

.common-title2 h1 {
    line-height: 1;
    text-transform: capitalize;
}

.common-title2 h1 span {
    color: #ff6e9d;
}

.common-title2 h2 {
    line-height: 1;
    text-transform: capitalize;
    color: #00CCDD;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 7px;
}

.common-title2 h2 span {
    color: #ff6e9d;
}

.hero2-slider-active .slick-active {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hero2-slider-active .slick-active .slider-top {
    -webkit-animation: 1.5s fadeInDown;
    animation: 1.5s fadeInDown;
}

.hero2-slider-active .slick-active .title-animation {
    -webkit-animation: 1.5s fadeInRight;
    animation: 1.5s fadeInRight;
}

.hero2-slider-active .slick-active .para-animation {
    -webkit-animation: 1.5s fadeInLeft;
    animation: 1.5s fadeInLeft;
}

.hero2-slider-active .slick-active .animate-btn {
    -webkit-animation: 1.5s fadeInUp;
    animation: 1.5s fadeInUp;
}

.hero2-slider-active .slick-active .animate-cont {
    -webkit-animation: 1.9s fadeInUp;
    animation: 1.9s fadeInUp;
}

.hero2-slider-active .slick-active .animate-img {
    -webkit-animation: 1.5s pulse;
    animation: 1.5s pulse;
}

.hero2-slider-active .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero2-slider-active .slick-dots {
        left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero2-slider-active .slick-dots {
        top: initial;
        left: 40px;
        bottom: 32px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 991px) {
    .hero2-slider-active .slick-dots {
        left: 20px;
    }
}

.hero2-slider-active .slick-dots li {
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero2-slider-active .slick-dots li {
        margin-right: 10px;
        margin-bottom: initial;
    }
}

.hero2-slider-active .slick-dots li.slick-active button {
    background: #ff6e9d;
    height: 30px;
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero2-slider-active .slick-dots li.slick-active button {
        height: 7px;
        width: 30px;
    }
}

.hero2-slider-active .slick-dots li button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0b114a;
    display: block;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hero-area2 {
    background: #fafafa;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area2 {
        height: 670px;
    }
}

@media (max-width: 991px) {
    .hero-area2 {
        height: 680px;
    }
}

@media (max-width: 575.98px) {
    .hero-area2 {
        height: initial;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.hero-area2 .hero-shapes img {
    width: initial;
    position: absolute;
}

.hero-area2 .hero-shapes .color-vec1 {
    top: 0;
    left: 0;
}

.hero-area2 .hero-shapes .color-vec2 {
    bottom: 0;
    right: 0;
}

.hero-area2 .hero-shapes .htvec1 {
    top: 5%;
    left: 5%;
    width: 40px;
}

.hero-area2 .hero-shapes .htvec2 {
    bottom: 2%;
    right: 35%;
    width: 70px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-area2 .hero-shapes .htvec2 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-shapes .htvec2 {
        display: none;
    }
}

.hero-area2 .hero-shapes .htvec3 {
    bottom: 2%;
    left: 2%;
    width: 50px;
}

.hero-area2 .hero-shapes .htvec4 {
    top: 5%;
    left: 50%;
    width: 50px;
}

.hero-area2 .hero-shapes .htvec5 {
    top: 48%;
    right: 3%;
    width: 40px;
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-shapes .htvec5 {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area2 .hero-left .common-title2 h1 {
        font-size: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area2 .hero-left .common-title2 h1 {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-area2 .hero-left .common-title2 h1 {
        font-size: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-area2 .hero-left .common-title2 h1 {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-left .common-title2 h1 {
        font-size: 48px;
    }
}

.hero-area2 .hero-left .common-title2 .btn-box .btn3 {
    margin-right: 20px;
}

.hero-area2 .hero-left .count-box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area2 .hero-left .count-box {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .hero-area2 .hero-left .count-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-left .count-box {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero-area2 .hero-left .count-box .single-count {
    width: 165px;
    margin-right: 30px;
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(183, 183, 183, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(183, 183, 183, 0.1);
    text-align: center;
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-left .count-box .single-count {
        width: 100px;
        margin-right: 5px;
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-left .count-box .single-count h3 {
        font-size: 24px;
    }
}

.hero-area2 .hero-left .count-box .single-count h3.med-fil::after {
    content: "M";
}

@media (max-width: 575.98px) {
    .hero-area2 .hero-left .count-box .single-count h6 {
        font-size: 12px;
    }
}

.hero-area2 .hero-right .main-img2 {
    width: initial;
    position: absolute;
    right: 8.5%;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .hero-area2 .hero-right .main-img2 {
        width: 28%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-area2 .hero-right .main-img2 {
        width: 28%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area2 .hero-right .main-img2 {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area2 .hero-right .main-img2 {
        width: 38%;
        right: 2.5%;
    }
}

.hero-area2 .hero-right .bg-shapes1 {
    position: absolute;
    bottom: 0%;
    right: 5%;
    width: initial;
    z-index: 0;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .hero-area2 .hero-right .bg-shapes1 {
        width: 39%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-area2 .hero-right .bg-shapes1 {
        width: 39%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area2 .hero-right .bg-shapes1 {
        width: 41%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area2 .hero-right .bg-shapes1 {
        right: 0;
        width: 44%;
    }
}

.hero-area2 .hero-right .bg-shapes2 {
    position: absolute;
    bottom: 0%;
    right: 2%;
    width: initial;
    z-index: 2;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .hero-area2 .hero-right .bg-shapes2 {
        width: 42%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-area2 .hero-right .bg-shapes2 {
        width: 41%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area2 .hero-right .bg-shapes2 {
        width: 44%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area2 .hero-right .bg-shapes2 {
        width: 44%;
        right: 2%;
    }
}

.task-area {
    position: relative;
    padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .task-area {
        padding-bottom: 115px;
    }
}

@media (max-width: 991px) {
    .task-area {
        padding-bottom: 90px;
    }
}

.task-area .task-shapes .vec1 {
    width: initial;
    position: absolute;
    right: 0;
    bottom: 0;
}

.task-area .task-tab-nav nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.task-area .task-tab-nav a.active .single-nav {
    background: #ff6e9d;
}

.task-area .task-tab-nav a.active .single-nav h5 {
    color: #ffffff;
}

.task-area .task-tab-nav .single-nav {
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #eaeaea;
}

@media (max-width: 991px) {
    .task-area .task-tab-cont .task-img {
        margin-bottom: 60px;
    }
}

.task-area .task-tab-cont .task-cont ul {
    margin-bottom: 30px;
}

.task-area .task-tab-cont .task-cont ul li {
    font-weight: 500;
}

.task-area .task-tab-cont .task-cont ul li::before {
    content: "\f021";
    font-family: "icofont";
    margin-right: 10px;
}

.about-us2 {
    position: relative;
    overflow: hidden;
}

.about-us2 .about-shapes .vec1 {
    width: 25px;
    position: absolute;
    right: 13%;
    top: 23%;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .about-us2 .about-shapes .vec1 {
        right: 5%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .about-us2 .about-shapes .vec1 {
        right: 5%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .about-us2 .about-shapes .vec1 {
        right: 5%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-us2 .about-shapes .vec1 {
        display: none;
    }
}

.about-us2 .about-shapes .vec2 {
    width: 50px;
    position: absolute;
    right: 17%;
    top: 38%;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .about-us2 .about-shapes .vec2 {
        right: 5%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .about-us2 .about-shapes .vec2 {
        right: 5%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .about-us2 .about-shapes .vec2 {
        right: 5%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-us2 .about-shapes .vec2 {
        display: none;
    }
}

.about-us2 .about-shapes .vec3 {
    width: 50px;
    position: absolute;
    right: 5%;
    bottom: 10%;
}

.about-us2 .about-shapes .vec4 {
    width: 50px;
    position: absolute;
    left: 3%;
    bottom: 20%;
}

.about-us2 .about-shapes .vec5 {
    width: initial;
    position: absolute;
    left: 0;
    bottom: -100px;
}

@media (max-width: 991px) {
    .about-us2 .about-left {
        margin-bottom: 60px;
    }
}

.about-us2 .about-right {
    position: relative;
}

.about-us2 .about-right .float-cont {
    border: 2px solid #eaeaea;
    background: rgba(250, 250, 250, 0.5);
    border-radius: 10px;
    padding: 30px;
    position: absolute;
    top: 19%;
    right: -23%;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .about-us2 .about-right .float-cont {
        top: 4%;
        left: 4%;
        right: initial;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-us2 .about-right .float-cont {
        top: initial;
        bottom: 4%;
        left: 4%;
        right: initial;
    }
}

@media (max-width: 991px) {
    .about-us2 .about-right .float-cont {
        top: 4%;
        left: 4%;
        right: initial;
    }
}

.about-us2 .about-right .float-cont h4 {
    font-weight: 400;
}

.service-area2 {
    background: #fafafa;
}

.department-area .task-nav-wrapper a .single-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.department-area .task-nav-wrapper a .single-nav .icon-box {
    margin-right: 10px;
}

.department-area .task-nav-wrapper a .single-nav .icon-box i::before {
    font-size: 36px;
    color: #0b114a;
}

.department-area .task-nav-wrapper a.active .single-nav .icon-box i::before {
    color: #ffffff;
}

.department-area .task-tab-cont .task-img img {
    width: 100%;
}

.department-area .task-tab-cont .task-cont .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.department-area .task-tab-cont .task-cont .list-box ul {
    margin-right: 30px;
}

.department-area .task-tab-cont .task-cont .list-box ul li {
    text-transform: capitalize;
}

.department-area .task-tab-cont .task-cont .list-box ul:last-child {
    margin-right: initial;
}

.emergency-area {
    margin-top: 0px;
    background: url(../images/call.png);
    background-size: cover;
    margin-bottom: 0px;
}

.emergency-area .emer-shapes img {
    width: initial;
}

.emergency-area .emer-shapes .vec1,
.emergency-area .emer-shapes .vec2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .emergency-area .emer-shapes .vec1,
    .emergency-area .emer-shapes .vec2 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .emergency-area .emer-shapes .vec1,
    .emergency-area .emer-shapes .vec2 {
        display: none;
    }
}

.emergency-area .emer-shapes .vec1 {
    left: 5%;
}

.emergency-area .emer-shapes .vec2 {
    right: 5%;
}

.emergency-area .emergency-cont .img-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.emergency-area .emergency-cont .img-box img {
    width: initial;
}

.emergency-area .emergency-cont .cont-box {
    text-align: center;
    margin-bottom: 0;
}

.emergency-area .emergency-cont .cont-box .tel_btn {
    background: #ff6e9d;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    z-index: 11;
    font-size: 16px;
    padding: 15px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
}

.ht-team-area {
    position: relative;
    overflow: hidden;
}

.ht-team-area .team-shapes .vec1 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 50px;
}

.ht-team-area .team-shapes .vec2 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 50px;
}

.ht-team-area .team-shapes .vec3 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: initial;
}

.ht-gallery2 {
    background: #fafafa;
}

.ht-gallery2 .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ht-gallery2 .button-group button {
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(86, 86, 86, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(86, 86, 86, 0.05);
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding: 10px;
    border: none;
    text-transform: capitalize;
    margin-right: 30px;
    min-width: 120px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    color: #0b114a;
    position: relative;
    z-index: 1;
}

.ht-gallery2 .button-group button:last-child {
    margin-right: initial;
}

.ht-gallery2 .button-group button.active {
    background: #ff6e9d;
    color: #ffffff;
}

.ht-gallery2 .button-group button:hover {
    background: #ff6e9d;
    color: #ffffff;
}

.ht-gallery2 .single-gallery {
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
}

.ht-gallery2 .single-gallery:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ht-gallery2 .single-gallery:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ht-gallery2 .single-gallery::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.5)), to(rgba(255, 110, 157, 0.8)));
    background: -webkit-linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 110, 157, 0.8));
    background: -o-linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 110, 157, 0.8));
    background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 110, 157, 0.8));
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ht-gallery2 .single-gallery span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ht-appnt-area {
    position: relative;
    overflow: hidden;
    background: #cccccc0d;
    padding-top: 85px;
}

.ht-appnt-area .appnt-shapes img {
    width: initial;
}

.ht-appnt-area .appnt-shapes .vec1,
.ht-appnt-area .appnt-shapes .vec2,
.ht-appnt-area .appnt-shapes .vec3 {
    position: absolute;
}

.ht-appnt-area .appnt-shapes .vec1 {
    top: 0;
    right: 0;
}

.ht-appnt-area .appnt-shapes .vec2 {
    bottom: -30%;
    left: 0;
}

.ht-appnt-area .appnt-shapes .vec3 {
    top: 5%;
    right: 3%;
}

@media (max-width: 991px) {
    .ht-appnt-area .appnt-left {
        margin-bottom: 50px;
    }
}

.ht-testi-active .slick-list {
    padding: 20px 0;
}

.ht-testi-active .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ht-testi-active .slick-dots li {
    margin-right: 10px;
}

.ht-testi-active .slick-dots li.slick-active button {
    background: #ff6e9d;
    height: 7px;
    width: 30px;
    border-radius: 10px;
}

.ht-testi-active .slick-dots li button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0b114a;
    display: block;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ht-testi-area {
    background: #fafafa;
}

.ht-blog-area {
    padding-bottom: 130px;
}

.ht-blog-area .ht-blog-slider-active .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li {
    margin-right: 10px;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li.slick-active button {
    background: #ff6e9d;
    height: 7px;
    width: 30px;
    border-radius: 10px;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li button {
    font-size: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0b114a;
    display: block;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li button::before {
    content: initial;
}

.ht-subs-area .subs-wrapper {
    background: #ff6e9d;
    border-radius: 30px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .ht-subs-area .subs-wrapper {
        padding: 60px 20px;
    }
}

.ht-subs-area .subs-wrapper .subs-shape .vec1 {
    width: initial;
    position: absolute;
    top: 0;
    right: 0;
}

.ht-subs-area .subs-wrapper .subs-content h2 {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .ht-subs-area .subs-wrapper .subs-content h2 {
        font-size: 36px;
    }
}

.about-list {
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}

.about-list .img-box {
    width: 120px;
    margin-right: 20px;
}

.single-service-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    cursor: pointer;
}

.single-service-2.active {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
}

.single-service-2.active .icon-box {
    background: #ff6e9d;
    color: #ffffff;
}

.single-service-2:hover {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
}

.single-service-2:hover .icon-box {
    background: #ff6e9d;
    color: #ffffff;
}

.single-service-2 .icon-box {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-2 .icon-box span {
    font-size: 30px;
}

.single-service-2 .icon-box span i::before {
    font-size: 60px;
}

.single-service-2 .cont-box {
    padding: 20px 15px;
}

.single-service-2 .cont-box h4 a {
    color: #0b114a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service-2 .cont-box h4 a:hover {
    color: #ff6e9d;
}

.single-team-2 {
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(25, 0, 72, 0.1);
    box-shadow: 0px 15px 40px 0px rgba(25, 0, 72, 0.1);
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.single-team-2 .img-box img {
    width: 100%;
}

.single-team-2 .cont-box {
    padding: 20px;
    background: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team-2 .cont-box h4 a {
    color: #0b114a;
}

.single-team-2 .cont-box h4 a:hover {
    color: #ff6e9d;
}

.single-team-2 .cont-box a.btn3 {
    margin-bottom: -50px;
}

.single-team-2:hover .cont-box {
    visibility: visible;
    opacity: 1;
}

.single-team-2:hover .cont-box a {
    background: #ffffff;
}

.single-testi-2 {
    position: relative;
    padding: 40px 20px 80px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.15);
    overflow: hidden;
}

.single-testi-2 .img-box {
    max-width: 80px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}

.single-testi-2 .img-box img {
    border-radius: 10px;
}

.single-testi-2 .cont-box {
    text-align: center;
}

.single-testi-2 .quote {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    background: #ff6e9d;
    color: #ffffff;
    position: absolute;
    top: -19px;
    right: -17px;
}

.single-testi-2 .lower-cont {
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0b114a;
}

.single-testi-2 .lower-cont h5 {
    color: #ffffff;
    text-transform: capitalize;
}

.single-blog-2:hover .content-box a.link {
    color: #ff6e9d;
}

.single-blog-2 .content-box .meta-box {
    margin-bottom: 15px;
}

.single-blog-2 .content-box .meta-box a:hover {
    color: #ff6e9d;
}

.single-blog-2 .content-box h4 a:hover {
    color: #ff6e9d;
}

/* About Page */

.single-counter {
    background: #000a6d;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-counter .icon-box {
    text-align: center;
    margin-bottom: 10px;
}

.single-counter .icon-box span {
    color: #ffffff;
    font-size: 50px;
}

.single-counter .cont-box {
    text-align: center;
}

.single-counter .cont-box h3.med-fil::after {
    content: 'M';
}

.single-counter .cont-box h3,
.single-counter .cont-box h6 {
    color: #ffffff;
}

.ab-testi-area {
    padding-bottom: 125px;
}

@media (max-width: 575.98px) {
    .ab-testi-area {
        padding-bottom: 80px;
    }
}

/* 404 Page*/

/* Faq page */

@media (max-width: 991px) {
    .m-faq-area {
        padding-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .m-faq-area {
        padding-bottom: 30px;
    }
}

/* Service Single */

.service-wrapper .ser-cont img {
    margin-bottom: 50px;
}

.service-wrapper .ser-cont .cont-list-wrapper .cont-list {
    margin-bottom: 30px;
}

.service-wrapper .ser-cont .cont-list-wrapper .cont-list ul li {
    text-transform: capitalize;
}

.service-wrapper .ser-cont .cont-list-wrapper .cont-list ul li::before {
    content: "\eed8";
    font-family: "icofont";
    margin-right: 5px;
}

.service-wrapper .service-list-wrap .service-list {
    margin-bottom: 30px;
}

.service-wrapper .service-list-wrap .service-list .single-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding: 5px 0;
}

.service-wrapper .service-list-wrap .service-list .single-list .title {
    font-weight: 500;
}

.service-wrapper .service-list-wrap .service-list .single-list .amount {
    font-weight: 300;
    margin-left: 30px;
}

.service-wrapper .team-area {
    background: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget {
    margin-bottom: 30px;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li {
    background: #ffffff;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li a {
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #0b114a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li a::after {
    content: "\eab8";
    font-family: "icofont";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li:hover {
    background: #7CF5FF;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li:hover a {
    color: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr {
    background: #7CF5FF;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr h4,
.service-wrapper .ser-sidebar .ser-widget.wrk-hr p {
    color: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 5px 0;
    color: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list .title {
    font-weight: 400;
    text-transform: capitalize;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list .amount {
    font-weight: 400;
    margin-left: 30px;
    text-transform: capitalize;
}

.service-wrapper .ser-sidebar .ser-widget.help-line {
    background: #0b114a;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.service-wrapper .ser-sidebar .ser-widget.help-line .icon {
    font-size: 50px;
    color: #ffffff;
    display: block;
}

.service-wrapper .ser-sidebar .ser-widget.help-line h3,
.service-wrapper .ser-sidebar .ser-widget.help-line h4 {
    color: #ffffff;
}

/* Doctor Page */

.doc-team-area::after {
    display: none;
}

.doc-team-area .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.doc-team-area .button-group button {
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(86, 86, 86, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(86, 86, 86, 0.05);
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding: 10px;
    border: none;
    text-transform: capitalize;
    margin-right: 30px;
    min-width: 120px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    color: #0b114a;
    position: relative;
    z-index: 1;
}

.doc-team-area .button-group button:last-child {
    margin-right: initial;
}

.doc-team-area .button-group button.active {
    background: #7CF5FF;
    color: #ffffff;
    color: #ffffff;
}

.doc-team-area .button-group button:hover {
    background: #7CF5FF;
    color: #ffffff;
}

/* Blog Page */

.blog-wrapper .blog-content-area .single-blog-content .img-box {
    margin-bottom: 30px;
    position: relative;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #ffffff;
    z-index: 1;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-prev,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-prev {
    left: 20px;
    background: #7CF5FF;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-prev:hover,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-prev:hover {
    background: #0b114a;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-next,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-next {
    right: 20px;
    background: #0b114a;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-next:hover,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-next:hover {
    background: #7CF5FF;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box.vdo-box {
    position: relative;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box.vdo-box .vdo_pop {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-wrapper .blog-content-area .single-blog-content .img-box.vdo-box .vdo_pop a span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #7CF5FF;
    color: #ffffff;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 15px rgba(248, 111, 100, 0.7), 0px 0px 0px 40px #fafafa;
    box-shadow: 0px 0px 0px 15px rgba(248, 111, 100, 0.7), 0px 0px 0px 40px #fafafa;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li {
    margin-right: 20px;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li:last-child {
    margin-right: initial;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li a {
    color: #0b114a;
    text-transform: capitalize;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li a:hover {
    color: #7CF5FF;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box h3 {
    text-transform: capitalize;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box h3 a {
    color: #0b114a;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box h3 a:hover {
    color: #7CF5FF;
}

.blog-wrapper .template-pagination {
    margin-top: 40px;
    position: relative;
    z-index: 11;
}

.blog-wrapper .template-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-wrapper .template-pagination ul li {
    margin-right: 10px;
}

.blog-wrapper .template-pagination ul li:last-child {
    margin-right: initial;
}

.blog-wrapper .template-pagination ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color: #0b114a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    border-radius: 2px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(25, 0, 72, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(25, 0, 72, 0.1);
}

.blog-wrapper .template-pagination ul li a.active {
    background: #7CF5FF;
    color: #ffffff;
}

.blog-wrapper .template-pagination ul li a:hover {
    background: #7CF5FF;
    color: #ffffff;
}

@media (max-width: 991px) {
    .blog-wrapper .blog-sidebar-area {
        margin-top: 60px;
    }
}

.blog-wrapper .blog-sidebar-area .single-sidebar {
    margin-bottom: 30px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper ::-webkit-input-placeholder {
    color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper :-ms-input-placeholder {
    color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper ::-ms-input-placeholder {
    color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper ::placeholder {
    color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper input {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 82%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(167, 167, 167, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(167, 167, 167, 0.1);
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper button {
    width: 18%;
    background: #7CF5FF;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat.active {
    background: #7CF5FF;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat.active ul li {
    color: #ffffff;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat:hover {
    background: #7CF5FF;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat:hover ul li {
    color: #ffffff;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat ul li {
    color: #0b114a;
    text-transform: capitalize;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp {
    margin-bottom: 20px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp:last-child {
    margin-bottom: initial;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box {
    margin-left: -15px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .title,
.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .meta-date {
    color: #0b114a;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .title:hover,
.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .meta-date:hover {
    color: #7CF5FF;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .title {
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li a {
    background: #fafafa;
    color: #0b114a;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    text-transform: capitalize;
    border-radius: 5px;
    display: block;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li a:hover {
    background: #7CF5FF;
    color: #ffffff;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li a.active {
    background: #7CF5FF;
    color: #ffffff;
}

/* Blog Single */

.blog-single-wrapper .blog-title {
    margin-bottom: 30px;
}

.blog-single-wrapper .blog-quote-area {
    padding: 30px;
    background: #fafafa;
    position: relative;
    border-radius: 10px;
}

.blog-single-wrapper .blog-quote-area p {
    font-weight: 700;
}

.blog-single-wrapper .blog-quote-area h5 {
    margin-bottom: 0;
}

.blog-single-wrapper .blog-quote-area .qt-icon {
    font-size: 30px;
    display: block;
    color: #0b114a;
    opacity: .5;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.blog-single-wrapper .share-box .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
}

.blog-single-wrapper .share-box .social-icons a {
    margin-right: 10px;
}

.blog-single-wrapper .share-box .social-icons a:last-child {
    margin-right: initial;
}

.blog-single-wrapper .share-box .social-icons a span {
    color: #0b114a;
    border: 1px solid #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.blog-single-wrapper .share-box .social-icons a span.active {
    background: #7CF5FF;
    border: 1px solid transparent;
    color: #ffffff;
}

.blog-single-wrapper .share-box .social-icons a span:hover {
    background: #7CF5FF;
    border: 1px solid transparent;
    color: #ffffff;
}

.blog-single-wrapper .blog-comment-area .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .blog-single-wrapper .blog-comment-area .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-image {
    width: 100px;
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    .blog-single-wrapper .blog-comment-area .single-comment .comment-image {
        margin-right: initial;
        margin-bottom: 20px;
    }
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .cc-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .cc-upper .date {
    margin-left: 30px;
    text-transform: capitalize;
    margin-right: 40px;
}

@media (max-width: 575.98px) {
    .blog-single-wrapper .blog-comment-area .single-comment .comment-content .cc-upper .date {
        margin-right: initial;
        margin-bottom: 20px;
    }
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .reply {
    background: #7CF5FF;
    text-transform: capitalize;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    border-radius: 2px;
    display: inline-block;
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .reply:hover {
    background: #0b114a;
}

/* Doctor Single */

.doctor-single-wrapper .doctor-sidebar .doctor-info {
    border-radius: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box {
    background: #fafafa;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box h4 {
    font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box .des1 {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box .des2 {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs {
    background: #fafafa;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs h4 {
    font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs ul {
    margin-bottom: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs ul li {
    line-height: 2;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs h6 {
    font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a {
    margin-right: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a:last-child {
    margin-right: initial;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #7CF5FF;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a span:hover {
    background: #0b114a;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num {
    background: #7CF5FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .img-box span {
    font-size: 50px;
    color: #ffffff;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .cont-box {
    margin-left: 20px;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .cont-box h4 {
    color: #ffffff;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .cont-box .num {
    font-weight: 500;
    color: #ffffff;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont {
    margin-bottom: 30px;
    overflow: hidden;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .title-box {
    margin-bottom: 30px;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .title-box h4 {
    position: relative;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .title-box h4::after {
    content: "";
    width: 622px;
    background: #eaeaea;
    height: 2px;
    position: absolute;
    bottom: 10px;
    margin-left: 20px;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .inner-cont {
    padding: 30px;
    background: #fafafa;
    border-radius: 10px;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .single-details {
    background: #fafafa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .single-details {
        text-align: left;
        padding: 10px 20px;
    }
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .single-details h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/* Gallery Page*/

.main_gallery_area {
    background: #fbfbfb;
    padding-bottom: 45px;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .main_gallery_area {
        padding-bottom: 90px;
    }
}

/* Contact Page*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mcontact-section .mcontact-left {
        margin-bottom: 80px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .mcontact-section .mcontact-left {
        margin-bottom: 60px;
        text-align: center;
    }
}

.mcontact-section .mcontact-left .inner-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mcontact-section .mcontact-left .inner-con {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .mcontact-section .mcontact-left .inner-con {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.mcontact-section .mcontact-left .inner-con .icon-box span {
    font-size: 40px;
    background: #7CF5FF;
    color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: block;
    line-height: 70px;
    text-align: center;
    margin-right: 20px;
}

.mcontact-section .mcontact-left .inner-con .cont-box h5 {
    font-weight: 400;
}

.mcontact-section .mcontact-left .inner-con .cont-box h5 span {
    color: #7CF5FF;
    font-size: 30px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    top: -5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mcontact-section .mcontact-left .support-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .mcontact-section .mcontact-left .support-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .mcontact-section .mcontact-right {
        margin-top: 30px;
    }
}

.mcontact-section .mcontact-right iframe {
    width: 100%;
    height: 560px;
}

@media (max-width: 991px) {
    .mconform-section .mconform-left {
        margin-bottom: 60px;
    }
}

.single-sup {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .single-sup {
        width: 100%;
    }
}

.single-sup .icon-box span {
    font-size: 50px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
}

.single-sup h4 {
    font-weight: 400;
}

.single-sup p span {
    color: #7CF5FF;
}

.logo {
    padding-top: 8px;
}

.header-top {
    padding: 12px;
}

.services img {
    border-radius: 10px;
}

.services a {
    text-align: center;
    display: block;
    padding: 16px 0 45px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}

.book {
    padding: 10px 30px;
    border-radius: 0;
    margin: -1px;
}

.foo-widget h4 {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.social-links {
    padding-top: 0px;
}

.foo-widget p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.common-title span {
    font-size: 17px;
    text-transform: capitalize;
    color: #5e5e5e;
    font-weight: 500;
}

.about-right p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-bottom: 5px;
}

.servicesh h2 {
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 0;
    font-size: 36px;
    text-align: center;
}

.cont-box h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.ulservices ul li {
    float: left;
    width: 165px;
}

.get ul li {
    line-height: 23px ! important;
}

.get ul li {
    padding-bottom: 10px;
}

.lefts p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
}

.right p {
    color: #fff;
    float: right;
    font-size: 15px;
    margin: 0;
}

.right p a {
    color: #000;
}

.foo-widget h4:after {
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    position: relative;
    width: 100px;
    top: 8px;
}

.foo-widget h4:before {
    border-bottom: 4px solid #fff;
    content: "";
    display: block;
    position: relative;
    width: 20px;
    top: 40px;
    border-radius: 15px;
}

.cont-box p {
    text-align: justify;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0;
}

.appnt-left img {
    border-radius: 10px;
}

.ulservices {
    padding-left: 35px;
}

.address span {
    float: left;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: #e49b10;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    line-height: 50px;
    margin-right: 13px;
    margin-top: 10px;
}

.address {
    background: #5d5e62;
    padding: 10px 20px;
    /* border: 4px solid #fff; */
    border-right: 1px solid #fff;
}

.address p {
    color: #fff;
    text-align: inherit;
    font-size: 16px;
}

.addressrow {
    background: #5d5e62;
    position: relative;
    top: -36px;
    border-top: 3px solid #fff;
    border-radius: 0px;
    margin-bottom: 50px;
}

.formbg {
    background: #5d5e62;
    padding: 62px 30px;
}

.common-title h4 {
    color: #5d5e62;
}

.about-right .btag {
    font-size: 16px;
    display: block;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #393939;
}

.workexprince h2 {
    padding: 8px 0 6px;
    font-size: 20px;
    color: #000;
}

.workexprince p {
    margin-bottom: 5px;
}

.workexprince p b {
    font-weight: 500;
}

.about-right p b {
    font-weight: 500;
}

.workexprince h3 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    padding: 8px 0 3px;
    color: #000;
}

.workexprince p i {
    font-size: 12px;
    color: #00CCDD;
    padding-right: 5px;
}

.exprince-top {
    padding-top: 20px;
}

.whtassp a {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    top: 78%;
    right: 10px;
    background: #4fce5d;
    font-size: 38px;
    height: 65px;
    width: 65px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    line-height: 58px;
    display: block;
    border-radius: 50%;
    border: 4px solid rgb(255 255 255 / 32%);
}

.element {
    background-color: lime;
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(0.8);
        background-color: green;
        border-radius: 100%;
    }
    50% {
        background-color: orange;
    }
    100% {
        transform: scale(0.9);
        background-color: red;
    }
}

.hospital-items h2 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3d3d3d;
}

.hospital-items h2:before {
    content: "";
    display: block;
    position: relative;
    border-bottom: 4px solid #e49b10;
    width: 43px;
    margin-bottom: 20px;
    top: 59px;
    z-index: 9;
    border-radius: 12px;
}

.hospital-items h2:after {
    content: "";
    display: block;
    position: relative;
    border-bottom: 2px solid #e49b10;
    width: 115px;
    margin-bottom: 20px;
    top: 5px;
}

.hospital-items p {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: justify;
    color: #313131;
    line-height: 26px;
}

.about-lefts img {
    border: 1px solid #5d5e62;
    margin-top: 85px;
    padding: 8px;
    box-shadow: 5px 5px #5d5e62;
}

.hospital-area {
    padding: 40px 0 100px;
}

.testimonial p {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: justify;
    color: #fff;
    line-height: 26px;
}

.testimonial h1 {
    font-size: 20px;
    color: #ffb300;
    font-weight: 600;
    padding-top: 8px;
}

.testimonial {
    border: 2px solid #ccc;
    padding: 55px 20px 20px;
    background: #4d4d4d;
    margin-bottom: 45px;
}

.testimonial img {
    width: 55px;
    background: #ffb300;
    /* position: absolute; */
    padding: 10px;
    border-radius: 10%;
    margin-top: -82px;
    margin-bottom: 10px;
}

.about-right ul li i {
    font-size: 8px;
    color: #000;
}

.about-right li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.workexprince .bottom10 {
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
}

.hospitalsaddre h1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #00000061;
}

.hospitalsaddre li {
    list-style: none;
    padding-left: 25px;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding-bottom: 10px;
    text-shadow: 2px 2px 2px #00000024;
}

.hospitalsaddre {
    padding: 20px 20px;
    background: #5d5e62;
    height: 300px;
    border: 4px solid #ccc3;
}

.hospitalsaddre span {
    color: #e49b10;
    position: absolute;
    padding-right: 10px;
    font-size: 18px;
    text-align: center;
    height: 32px;
    display: block;
    float: left;
}

.hospitalsaddre li a {
    color: #fff;
}

.contactheding {
    padding-bottom: 20px;
}

.forms {
    padding-top: 40px;
    padding-bottom: 20px;
}

.headingh2 h2 {
    font-size: 15px;
    color: #000;
    padding: 10px 0px 8px;
    font-weight: 500;
    line-height: 18px;
}

.headingh2 p {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: justify;
    color: #313131;
    line-height: 26px;
}

.headingh2 h2 i {
    font-size: 14px;
    color: #fec405;
    padding-right: 8px;
}

.about-right p i {
    font-size: 12px;
    color: #00CCDD;
    padding-right: 5px;
}

.headingh2 b {
    font-size: 14px;
    color: #414141;
}

.hospital-items h1 {
    font-size: 18px;
    color: #00CCDD;
    letter-spacing: 0.2px;
    padding: 3px 0 3px;
}

.headingh2 h1 {
    font-size: 16px;
    color: #00CCDD;
    letter-spacing: 0.2px;
    padding: 11px 0 0px;
    text-transform: uppercase;
    line-height: 28px;
}

.hospital-items p i {
    font-size: 14px;
    color: #fec405;
    padding-right: 4px;
}

.proctolink a {
    background: #00CCDD;
    padding: 10px;
    margin-top: 20px;
    display: block;
    width: 180px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}

.proctolink a:hover {
    background: #000;
    transition: all 0.3s;
}

.proctolinks li {
    float: left;
    list-style: none;
    margin: 15px 0 0 9px;
}

.proctolinks li a {
    background: #00CCDD;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
}

.proctolinks .topsf {
    margin-top: 19px;
}

.proctolinks li a:hover {
    background: #fff;
    color: #00CCDD;
}

.foo-widget .colors span {
    color: #00CCDD;
}

.foo-widget .colors p a {
    color: #00CCDD ! important;
}

.sabhover {
    display: none;
}

.footer-area .foo_top .foo-widget ul li a.get {
    background: #00CCDD;
    color: #fff;
    padding: 5px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}

.footer-area .foo_top .foo-widget ul li a.get:hover {
    background: #fff;
    color: #00CCDD;
}

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    z-index: 9999999;
}

#popup_content {
    width: 40%;
    height: auto;
    padding: 28px 35px 35px;
    position: relative;
    top: 15%;
    background: #fff;
    margin: 0 auto;
    border: 5px solid #ccc;
    border-radius: 15px;
}

#popup_content h1 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #e49b10;
}

#popup_content p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.btn-primary {
    color: #fff;
    background-color: #00CCDD;
    border-color: #00CCDD;
    margin-top: 18px;
}

.btn-primary:hover {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    margin-top: 18px;
}

.discimar h1 {
    font-size: 22px;
    color: #fff;
    padding: 14px 0 4px;
}

.social-links li a {
    color: #fff;
    background: #e49b10;
    width: 30px;
    display: block;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    margin-left: 10px;
}

.social-links li {
    list-style: none;
    float: left;
}

.contact-box {
    float: right;
}

.hospital-items h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 3px;
    padding-top: 5px;
    color: #e49b10;
}

.single-input-field input {
    width: 102px !important;
    float: left;
    margin-right: 12px;
}

.single-input-field img {
    width: 80px;
    padding-top: 5px;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}