@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
    overflow-x: hidden;
}

:root {
    --primary-font: "Montserrat", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
    --primary-color: #59b32f;
    --secondary-color: #1087cb;
    --theme-light-color: #fafff8;);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* header section style start */

.header {
    transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.header .top-header {
    background: var(--secondary-color);
    padding: 0px 0px;
}

.header .top-header .top-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top-header .top-header-box .top-header-left {}

.header .top-header .top-header-box .top-header-left .top-header-contact {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header .top-header .top-header-box .top-header-left .top-header-contact a {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #fff;
}

.header .top-header .top-header-box .top-header-left .top-header-contact a svg {
    width: 15px;
    fill: #fff;
}

.header .top-header .top-header-box .top-header-left .top-header-contact a svg path {
    fill: #fff!important;
}

.header .top-header .top-header-box .top-header-left .top-header-contact span {
    color: #fff;
}

.header .top-header .top-header-box .top-header-right {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box {
    position: relative;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box:hover ul {
    opacity: 1;
    visibility: visible;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box .opd-dropdown {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font);
    background: var(--primary-color);
    padding: 10px 15px;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: var(--secondary-color);
    width: 170px;
    top: 100%;
    left: 0;
    margin: 3px 0px;
    padding: 10px 0px 0px;
    border-radius: 0;
    transition: all .3s ease;
    z-index: 2;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box ul li {color: #fff;padding: 0px 0px;font-weight: 400;font-size: 14px;}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box ul li.timing {
    border-bottom: 1px solid #fff;
    padding: 0 10px 10px;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box ul li a:hover {
    background: #cf434875;
}

.header .top-header .top-header-box .top-header-right .opd-dropdown-box ul li a {
    color: #fff;
    padding: 5px 10px;
    margin: 5px 0;
    transition: all .3s ease;
}

.header .top-header .top-header-box .top-header-right .top_btn_appoint {background-image: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);padding: 10px 20px;border-radius: 5px;color: var(--secondary-color);font-weight: 500;font-size: 16px;transition: all .3s ease;}

.top-header-right .social-links {}

.top-header-right .social-links ul {
    display: inline-flex;
    gap: 10px;
    padding: 10px 0px;
}

.top-header-right .social-links ul li {}

.top-header-right .social-links ul li a {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header-right .social-links ul li a.facebook {
    background: #0866ff;
}
.top-header-right .social-links ul li a.instagram {
    background: #fe0b84;
}
.top-header-right .social-links ul li a.youtube {
    background: #ff0000;
}
.top-header-right .social-links ul li a i {}

.header .main-header {
    background: #FCFCFC;
    padding: 5px 0px;
}

.header .main-header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .main-header .header-box .logo {width: 250px;}

.header .main-header .header-box .logo img {
    width: 100%;
}

.header .main-header .header-box .logo h4 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.header .main-header .header-box .logo h4 span {
    color: var(--primary-color);
}

.header .main-header .header-box .header-menu {
}

.header .main-header .header-box .header-menu ul {
    display: inline-flex;
}

.header .main-header .header-box .header-menu ul li {}

.header .main-header .header-box .header-menu ul li a {
    position: relative;
    font-family: var(--primary-font);
    padding: 15px 10px;
    overflow: hidden;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    padding: 0.5rem 8px;
}

.header .main-header .header-box .header-menu ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    bottom: 0;
    right: 0;
    background: var(--secondary-color);
    height: 4px;
    left: -100%;
    width: 100%;
    transition: all .3s ease;
    border-radius: 10px;
}

.header .main-header .header-box .header-menu ul li a:hover:before {
    left: 0;
}

.header .main-header .header-box .header-menu ul li a i {
    font-size: 12px;
}

.header .main-header .header-box .header-menu ul li.dropdown-list .dropdown-ul {
    z-index: 2;
    position: absolute;
    background: var(--secondary-color);
    width: 200px;
    padding: 10px 0px;
    display: inline;
    opacity: 0;
    visibility: hidden;
}

.header .main-header .header-box .header-menu ul li.dropdown-list:hover .dropdown-ul {
    opacity: 1;
    visibility: visible;
}

.header .main-header .header-box .header-menu .dropdown-ul li {
    display: block;
}

.header .main-header .header-box .header-menu .dropdown-ul li a {
    color: #fff;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 14px;
    transition: all .3s ease;
}

.header .main-header .header-box .header-menu .dropdown-ul li a i {
    font-size: 14px;
    padding: 0 4px 0 0;
}

.header .main-header .header-box .header-menu ul li.dropdown-list {
    position: relative;
}

.header .main-header .header-box .header-menu .dropdown-ul li a:hover {
    background: #1292dc;
    color: #fff;
}

.header .main-header .header-box .header-menu .dropdown-ul li a:before {
    content: unset;
}

/* header section style end */



/* mobile menu section style start */

.mobile-header {
    display: none;
}

.mobile-header .mobile-header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.mobile-header .mobile-header-box .mobile-header-log {
    width: 40%;
}

.mobile-header .mobile-header-box .mobile-header-log img {
    width: 70%;
}

.mobile-header .mobile-header-box .mobile-sidenav {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.mobile-header .mobile-header-box .mobile-sidenav .emergencyno {/* background: var(--primary-color); */padding: 3px 0px;animation: blinking linear 0.3s;}

.mobile-header .mobile-header-box .mobile-sidenav .emergencyno a {border-right: 1px solid #cdcdcd;font-size: 14px;color: #043B6F;font-family: var(--primary-font);font-weight: 600;display: block;background: #f4f9fd;padding: 12px 15px;text-align: center;position: relative;}

.mobile-header .mobile-header-box .mobile-sidenav .emergencyno a svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    stroke: #fff;
}

.mobile-header .mobile-header-box .mobile-sidenav .mob-menu-open.toggle-menu {
    position: relative;
    z-index: 999999;
    /* left: 3%; */
    top: 0;
    padding: 6px 5px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-header .mobile-header-box .mobile-sidenav .mob-menu-open.toggle-menu span.bar {
    background: #000000;
    height: 4px;
    width: 30px;
    display: block;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-header .mobile-header-box .mobile-header-log h4 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.mobile-header .mobile-header-box .mobile-header-log h4 span {
    color: var(--primary-color);
}

.mobile-menu .nav-logo h4 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.mobile-menu .nav-logo h4 span {
    color: var(--primary-color);
    display: block;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .nav-logo a img {
    width: 80%;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #061a3a;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: var(--secondary-color);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--primary-color);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    padding: 5px;
    background: #fff;
}

.mobile-menu .megamenu-item {
    margin: 0px 0px;
}

.mobile-menu .megamenu-item ul {
    border-bottom: 1px solid rgb(255 255 255 / 31%);
}

.mobile-menu .megamenu-item ul li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(255 255 255 / 36%);
}

.mobile-menu .megamenu-item ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--primary-font);
}

.mobile-menu .megamenu-item ul li.drop-item .dropdown-btn {
    position: absolute;
    right: 12px;
    top: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    transition: all 500ms ease;
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: center;
}

.megamenu-item ul li.drop-item .megadropmenu {
}

.megamenu-item ul li.drop-item .megadropmenu ul {
    background: #5bc12b;
}

.megamenu-item ul li.drop-item .megadropmenu ul li {
    border: none!important;
}

.megamenu-item ul li.drop-item .megadropmenu ul li a {}


/* mobile menu section style end */

/* banner section style start */

.banner-slider {}

.banner-slider .banner-img {}

.banner-slider .banner-img img {
    width: 100%;
}

.banner-slider .slick-prev {
    left: 20px;
}

.banner-slider .slick-next {
    right: 20px;
}

.banner-slider .slick-prev, .banner-slider .slick-next {
    z-index: 2;
}

.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
    font-family: fontawesome;
    color: #fff;
    font-size: 30px;
}

.banner-slider .slick-prev:before {
    content: "";
}

.banner-slider .slick-next::before {
    content: "";
}

.banner-slider .slick-dots {
    bottom: 20px;
}

.banner-slider .slick-dots li.slick-active button:before {
    color: var(--primary-color);
    opacity: 1;
}

.banner-slider .slick-dots li button:before {
    width: 30px;
    height: 30px;
    font-size: 10px;
}

.banner-slider.slick-dotted.slick-slider {
    margin: 0;
}

/* banner section style end */

/* enquiry section style start */

.enquiry-section {
    padding: 50px 0px;
    background: #f2f2f2;
    margin-top: -10px;
}

.heading-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading {
    margin-bottom: 25px;
    text-align: center;
}

.heading h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.heading h3:before {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50px;
    margin-left: 20px;
    position: absolute;
    width: 25px;
    border-radius: 10px;
}
.heading h3:after {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
}

.enquiry-section .heading h3:before {
    left: 50%;
}

.enquiry-section .heading h3:after {
    left: 50%;
    margin-left: -50px;
}

.enquiry-section .enquiry-box {
    background: var(--secondary-color);
    padding: 20px 40px;
}

.enquiry-section .enquiry-box form {}

.enquiry-section .enquiry-box form .input-box {}

.enquiry-section .enquiry-box form input[type=text], 
.enquiry-section .enquiry-box form input[type=email] {
    width: 100%;
    height: 45px;
    padding: 15px;
    margin: 10px 0px;
    outline: none;
    border-radius: 5px;
    border: unset;
}

.enquiry-section .enquiry-box form textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 15px;
    outline: none;
}

.enquiry-section .enquiry-box form input[type="submit"] {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 40px;
    text-decoration: none;
    color: var(--secondary-color);
    border: 0;
    width: max-content;
    margin: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--primary-font);
}

.enquiry-section .enquiry-box p {
    color: #fff;
    font-size: 16px;
    font-family: var(--secondary-font);
    text-align: center;
    font-weight: 300;
}

/* enquiry section style end */

/* about us section style start */

.about-section {
    padding: 50px 0px;
}

.about-section .about-box {
}

.about-section .about-box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-section .about-info {
    padding: 20px 10px;
}

.about-section .about-info .about-desc {}

.about-section .about-info .about-desc .heading {
    text-align: left;
}

.about-section .about-info .about-desc .heading h3 {
    text-align: left;
}

.about-section .about-info .about-desc ul {
    margin: 0 0 10px 20px;
}

.about-section .about-info .about-desc ul li {
    list-style: decimal;
    padding: 5px 0px;
}

.about-section .about-info .about-desc p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
    margin: 0 0 10px;
}

.about-section .about-info .about-desc .about-btn {}

.about-section .about-info .about-desc .about-btn .more-button {display: inline-block;background-image: linear-gradient(270deg, #0072b4 0%, #1087cb 100%);padding: 10px 30px;border-radius: 5px;color: #fff;font-weight: 600;font-size: 16px;transition: all .3s ease;margin: 0px 0px 10px;}

.about-section .about-info .about-desc .about-btn .more-button i {
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 100%;
    font-size: 16px;
    margin-left: 10px;
    margin-right: -10px;
}

.about-section .about-info .about-desc .about-btn .more-button:hover {
    background-image: linear-gradient(270deg, #1087cb 0%, #005383 100%);
}

/* about us section style end */

/* service section style start */

.service-section {
    background: var(--theme-light-color);
    padding: 50px 0px;
}

.service-section.service-page {
    background: none;
}

.service-section .heading {
    text-align: left;
    width: 40%;
}

.service-section .heading h3 {
    text-align: left;
}

.service-section .heading h5{
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 0.5rem;
}

.service-section .service-box {
    overflow: hidden;
    margin: 10px 0px;
}

.service-section .service-box .service-img {
    height: 190px;
    transition: ease-out 0.2s;
    object-fit: cover;
    object-position: 50% 0;
    overflow: hidden;
}

.service-section .service-box .service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-section .service-box .service-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.service-section .service-box .service-content {
    background: #fff;
    z-index: 1;
    position: relative;
    width: 92%;
    margin: -20px auto 0;
}

.service-section .service-box .service-content .service-inner {
    padding: 14px 14px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    min-height: auto;
    font-size: 16px;
}

.service-section .service-box .service-content .service-inner h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.service-section .service-box .service-content .service-inner p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 5px 0px 0px;
}

.service-section .service-box .service-content .service-btn {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin: 14px 0 0 0;
    padding: 6px;
    border-radius: 0;
    background: var(--secondary-color);
}


.service-section .service-box .service-content .service-btn:hover {
    background: var(--primary-color);
}

.service-section .service-box .service-content .service-btn i {}

/* service section style end */

/* why choose us section style start */

.why-ch-section {
    padding: 50px 0px;
    background: var(--primary-color);
    background: #00334f;
}

.why-ch-section .heading {
    text-align: left;
}

.why-ch-section .heading h3 {
    text-align: left;
    color: #fff;
}

.why-ch-section .heading h3:before {
    background: #fff;
}

.why-ch-section .heading h3:after {
    background: #fff;
}

.why-ch-box {
    margin: 30px 0px 0px;
}

.why-ch-section .why-ch-section-box {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
    border-right: 1px solid #d5d5d5;
    height: 100%;
    padding: 25px 10px 15px;
    align-items: center;
}

.why-ch-section .why-ch-section-box svg {
    width: 70px;
    fill: #fff;);
}
.why-ch-section .why-ch-section-box img {width: 70px;height: 70px;}

.why-ch-section .why-ch-section-box .why-ch-section-name {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    font-family: var(--secondary-font);
    padding: 10px 0px;
}

.why-ch-section .why-ch-section-box .why-ch-section-name span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.why-ch-text {
    background: #ffffff;
    margin-left: 50px;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 2px 2px 10px 0px rgb(255 255 255 / 75%);
}

.why-ch-text h5 {
    color: var(--secondary-color);
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding: 0 0 8px;
}

.why-ch-text ul {
    margin-left: 20px;
}

.why-ch-text ul li {
    color: #000000;
    list-style: disc;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
}

.why-ch-text h5:before {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50px;
    margin-left: 20px;
    position: absolute;
    width: 25px;
    border-radius: 10px;
}

.why-ch-text h5:after {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
}

/* why choose us section style end */

/* team section style start */

.team-section {
    padding: 50px 0px;
    overflow: hidden;
}

.team-section .heading {
    text-align: left;
}

.team-section .heading h3 {
    text-align: left;
}

.team-section .team-box {
    margin: 20px;
}

.team-section .team-box .team-img {}

.team-section .team-box .team-img img {
    width: 100%;
    position: relative;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all linear 0.3s;
}

.team-section .team-box .team-img .plus-btn {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}


.team-section .team-box .team-img .plus-btn i {
    background: var(--primary-color);
    float: right;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.team-section .team-box .team-img .plus-btn a i:hover {
    background: var(--secondary-color);
}

.team-section .team-box .team-name {
    text-align: center;
    padding: 10px 0px 0px;
}

.team-section .team-box .team-name h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.team-section .team-box .team-name h5 {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
}

/* team section style end */

/* Apointment section style start */

.appointment{
    padding: 0px 0 0px;
    background-image: url( "../images/appointment-bg-img.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.appoint_img{}
.appoint_img img{
    width: 100%;
}
.appoint_wrapper{
    padding: 40px 60px;
    background: var(--secondary-color);
    border-radius: 5px 5px 0 0;
    margin: 0px 0px;
}

.appoint_wrapper .heading {text-align: left;}

.appoint_wrapper .heading h3 {
    text-align: left;
    font-size: 30px;
    color: #fff;
}

.appoint_wrapper .heading h3:before {
    background: #fff;
}

.appoint_wrapper .heading h3:after {
    background: #fff;
}

.appoint_wrapper :is(textarea) {
    height: unset;
}

.appoint_wrapper form{}
.appoint_wrapper label{
    font-size: 15px;
    margin: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.appoint_wrapper form .fields{
    padding-bottom: 15px;
}
.appoint_wrapper :is(input, textarea, select){
    margin: 0;
    border-radius:0;
    border-radius: 5px;
    font-family: var(--secondary-font);
    font-weight: 400;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    border: unset;
}
.appoint_wrapper :is(input, textarea)::placeholder{
    font-weight: 300;
}
.appoint_wrapper :is(input, textarea, select):focus{
    box-shadow: none;
     
}
.appoint_wrapper input[type='submit']{
    border: none;
    background: #ffffff;
    padding: 10px 10px;
    transition: .5s;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    width: 100%;
}
.appoint_wrapper input[type='submit']:hover{
    background: var(--primary-color);
    color: #fff;
}


/* Apointment section style end */

/* testimonial section style start */

.testimonial-section {
    background: #f9f9f9;
    padding: 50px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.testimonial-section .heading {
    text-align: left;
    width: 70%;
}

.testimonial-section .heading h3 {
    text-align: left;
}

.testimonial-section .heading h3::before {
}

.testimonial-section .heading h3::after {
}

.testimonial-item {
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    margin: 20px 10px;
}

.testimonial-item .rating {
    margin-bottom: 10px;
}

.testimonial-item .rating i {
    font-size: 20px;
    color: #FFBE16;
}

.testimonial-item .rating .no-rate {
    color: #CCCCCC;
}

.testimonial-item .details {
    margin-bottom: 20px;
    min-height: 200px;
    height: 100%;
}

.testimonial-item .details p {
    color: #000;
    font-family: var(--secondary-font);
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.testimonial-item .user-info {
    margin-top: auto;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
}

.testimonial-item .user-info .user {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counters-section .counters-section-box .counters-section-icon {
    border: 2px solid #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
}

.counters-section .counters-section-box .counters-section-icon svg {
    fill: var(--secondary-color);
    width: 80px;
}

.counters-section .counters-section-box p span {
    color: var(--secondary-color);
    font-weight: 600;
    padding-right: 5px;
}
.testimonial-item .user-info .user .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-item .user-info .user .img img {
    display: block;
    height: 100%;
    width: 100%;
}

.testimonial-item .user-info .user .text {}

.testimonial-item .user-info .user .text h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* testimonial section style end */

/* award section style start */

.award-section {
    padding: 50px 0px;
    overflow: hidden;
}

.award-section .award-box {
    border: 1px solid var(--secondary-color);
    padding: 3px;
    margin: 10px 0px;
}

.award-section .award-box .award-img {}

.award-section .award-box .award-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

/* award section style end */

/* video gallery section style start */

.video-gallery-section {
    padding: 50px 0px;
    overflow: hidden;
    background: var(--theme-light-color);
}

.video-gallery-page {
    background: none;
}

.video-gallery-section .gallery-youtube {
    margin: 10px;
}

.video-gallery-section .gallery-youtube iframe {
    width: 100%;
    height: 300px;
}

/* video gallery section style end */

/* map section style start */

.map-section {}

.map-section .map-box {
    padding: 0;
    margin: 0;
}

.map-section .map-box iframe {
    width: 100%;
    height: 400px;
}

/* map section style end */

/* footer section style start */

.footer-section {

}

.footer-section .footer-main {
    background: #00334f;
    padding: 50px 0px;
    margin: -10px 0 0;
}

.footer-section .footer-box {
    outline: none;
}

.footer-section .footer-box .footer-logo {
    background: #fff;
    padding: 10px 5px;
    width: 100%;
}

.footer-section .footer-box .footer-logo img {
    width: 100%;
}

.footer-section .footer-box .footer-logo h4 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.footer-section .footer-box .footer-logo h4 span {
    color: var(--primary-color);
}

.footer-section .footer-box .footer-description {
    padding: 20px 0px;
}

.footer-section .footer-box .footer-description p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.footer-section .footer-box .footer-social-icon {}

.footer-section .footer-box .footer-social-icon ul {
    margin: 0;
}

.footer-section .footer-box .footer-social-icon ul li {
    display: inline-block;
}

.footer-section .footer-box .footer-social-icon ul li a {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 59%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.footer-section .footer-box .footer-social-icon ul li a.facebook:hover {
    background: #0866ff;
}

.footer-section .footer-box .footer-social-icon ul li a:hover i {
    color: #fff;
}

.footer-section .footer-box .footer-social-icon ul li a.instagram:hover {
    background: #fe0b84;
}

.footer-section .footer-box .footer-social-icon ul li a.youtube:hover {
    background: #ff0000;
}

.footer-section .footer-box .footer-social-icon ul li a.linkedin:hover {
    background: #0077b5;
}

.footer-section .footer-box .footer-social-icon ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.footer-section .footer-box h3 {
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding: 15px 0px;
}

.footer-section .footer-box h3:before {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50px;
    margin-left: 20px;
    position: absolute;
    width: 25px;
    border-radius: 10px;
}

.footer-section .footer-box h3:after {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
}

.footer-section .footer-box ul {
    margin: 20px 0px;
}

.footer-section .footer-box ul li {
    color: #fff;
    font-size: 14px;
}

.footer-section .footer-box ul li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 500;
    padding: 5px 0px;
    display: inline-block;
    transition: all .3s ease;
}

.footer-section .footer-box ul li i {}

.footer-section .footer-box ul li a:hover {
    padding-left: 10px;
    color: var(--primary-color);
}
.footer-section .footer-box .footer-social-icon ul li a:hover {
    padding: 0;
}

.footer-address {}

.footer-address ul {}

.footer-address ul li {
    position: relative;
    padding: 5px 30px 5px;
}

.footer-address ul li i {
    position: absolute;
    left: 0;
    top: 9px;
}

.footer-address ul li a {
    padding: 0!important;
}

.footer-bottom {
    background: #000000;
    padding: 10px 0px;
}

.footer-bottom .copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .copyright-text p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
}

.footer-bottom .copyright-text p a {
    display: inline;
    color: var(--primary-color);
    font-weight: 500;
    transition: all .3s ease;
}

/* footer section style end */

/* view more btn section style start */

.learn-more-btn {
    text-align: center;
    margin: 0px 0px 0px;
}

.learn-more-btn  .more-button {text-decoration: underline;display: inline-block;background-image: linear-gradient(270deg, #0072b4 0%, #1087cb 100%);padding: 10px 30px;border-radius: 5px;color: #fff;font-weight: 600;font-size: 16px;transition: all .3s ease;margin: 0px 0px 10px;}

.learn-more-btn  .more-button i {
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 100%;
    font-size: 16px;
    margin-left: 10px;
    margin-right: -10px;
}

.learn-more-btn  .more-button:hover {
    background-image: linear-gradient(270deg, #1087cb 0%, #005383 100%);
}

.footer-bottom .copyright-text p a:hover {
    text-decoration: underline;
}

/* view more btn section style end */

/* slick style start */

.slick-dots li.slick-active button:before {
    color: var(--primary-color)!important;
    opacity: 1!important;
}

.slick-dots li button:before {
    width: 30px!important;
    height: 30px!important;
    font-size: 10px!important;
}

.slick-dotted.slick-slider {
    margin: 0!important;
}

/* slick style end */

/* team details page style start */

.team-details-section {
    background: #fff;
    padding: 20px;
}

.team-details-section .team-details-box {
    width: 100%;
    background: #fff;
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 20px;
}

.team-details-section .team-details-box .team-boxx {
    display: inline-flex;
    gap: 20px;
}

.team-details-section .team-details-box .team-boxx .team-details-img {
    float: right;
    width: 20%;
}

.team-details-section .team-details-box .team-boxx .team-details-img img {
    width: 100%;
    border-radius: 3%;
}

.team-details-section .team-details-box .name {
    font-weight: 500;
    color: var(--secondary-color);
    white-space: nowrap;
    overflow: hidden;
    font-size: 34px;
    font-family: var(--primary-font);
}

.team-details-section .team-details-box .position {
    font-size: 24px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 0 2px;
    font-family: var(--secondary-font);
}

.team-details-section .team-details-box .position:before {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50px;
    margin-left: 20px;
    position: absolute;
    width: 25px;
    border-radius: 10px;
}

.team-details-section .team-details-box .position:after {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
}

.team-details-section .team-details-box .speciality {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-details-section .team-details-box .description {margin: 15px 0px;}

.team-details-section .team-details-box .description h2 {
    font-size: 28px;
    font-weight: 500;
    color: #223645;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.team-details-section .team-details-box .description p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
    text-align: justify;
    margin: 0 0 1rem;
}

/* team details page style end */

/* breadcrumb section style start */

.breadcrumb-area {
    position: relative;
    background-color: var(--primary-color);
    padding: 20px 0px 20px;
}

.breadcrumb-item a {
    display: inline-block;
}

.breadcrumb-inner ul {
    display: flex;
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
    align-items: center;
}

.breadcrumb-inner ul li {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: uppercase;
}

.breadcrumb-inner ul li a {
    color: #f6f6f6;
}

.breadcrumb-inner ul li.separator {
    height: 15px;
    width: 2px;
    background-color: #ffffff;
    margin: 0 8px;
    font-weight: 500;
    line-height: 1.7;
    font-size: 16px;
    transform: rotate(10deg);
}

.breadcrumb-inner ul li.active {
    color: #ffffff;
}
.breadcrumb-inner h1.breadcrumb-title {
    font-size: 35px;
    margin-bottom: 0;
}

.breadcrumb-area .breadcrumb-inner .breadcrumb-thumb {
    text-align: right;
    position: relative;
    z-index: 1;
}


/* breadcrumb section style end */

/* blog section style start */

.blog-section {
    padding: 50px 0px;
}

.blog-section .blog-section-box {
    border: 1px solid #E8E8E8;
    padding-left: 0;
    padding-right: 0;
    margin: 0 1%;
    position: relative;
    transition: all linear 0.3s;
}

.blog-section .blog-section-box .blog-img {}

.blog-section .blog-section-box .blog-img img {
    width: 100%;
    height: 148px;
}

.blog-section .blog-section-box .blog-box-content {
    padding: 20px 15px;
    position: relative;
}

.blog-section .blog-section-box .blog-box-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100%;
    min-height: 38px;
}

.blog-section .blog-section-box .blog-box-content h2 a {
    color: var(--secondary-color);
}

.blog-section .blog-section-box .blog-box-content h2 a:hover {
    color: var(--primary-color);
}

.blog-section .blog-section-box .blog-box-content p {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
}

.blog-section .blog-section-box .date {
    position: absolute;
    top: -31px;
    height: auto;
    left: 0;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}


.blog-details {
    padding: 20px 0px;
}

.blog-item:hover .blog-item-text h5 a {
    text-decoration: underline!important;
}

.blog-item-text ul li i {
    padding-right: 5px;
}

.blog-item-text p {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 10px;
    text-align: justify;
    font-family: var(--secondary-font);
    font-weight: 400;
}

.blog-thumb-img {
    padding: 20px 0px 0px;
}

.blog-thumb-img img {
    width: 40%;
    border-radius: 20px;
}

.blog-single-wrapper {
    padding: 20px 0px;
}

.blog-single-wrapper h1 {
    padding: 20px 0px;
    font-size: 35px;
    color: var(--secondary-color);
    font-weight: 500;
}

.blog-details p {
    font-size: 16px;
    text-align: justify;
    margin: 0px 0px 10px;
    font-family: var(--secondary-font);
    color: #4f4f4f;
    letter-spacing: 0.8px;
    font-weight: 400;
    padding: 0px 0px;
}

.blog-details  ul {
    margin: 0 20px 10px;
}

.blog-details  ul li {
    font-size: 16px;
    font-family: var(--secondary-font);
    color: #4f4f4f;
    letter-spacing: 0.5px;
    font-weight: 400;
    list-style: disc;
}

/* blog section style end */

/* service details section style start */

.service-details {
    padding: 50px 0px;
}

.service-details .service-heading {}

.service-details .service-heading h3 {}

.service-details .service-heading h3:before, 
.service-details .service-heading h3:after {
    
}

.service-details .service-heading h3:before {
   
}

.service-details .service-heading h3:after {
    
}

.service-details .service-details-box {}

.service-details .service-details-box p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
    margin: 0 0 1rem;
}

.service-details .service-details-box h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin: 0 0 1rem;
}
.service-details .service-details-box h3:before {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50px;
    margin-left: 20px;
    position: absolute;
    width: 25px;
    border-radius: 10px;
}

.service-details .service-details-box h3:after {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
}
.service-details .service-details-box ul {
    
margin: 0 20px;
}

.service-details .service-details-box ul li {
    list-style: disc;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
    margin: 0 20px 10px;
}

.service-details .service-detail-img {}

.service-details .service-details-box img {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
}


.service-details .service-sidebar {
    border-radius: 30px;
    position: sticky;
    top: 10px;
}

.service-details .service-sidebar .service-sidebar-box {}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content {
    border-radius: 30px;
    position: sticky;
    top: 10px;
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul {
    position: relative;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    background: #1087cb21;
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li {
    position: relative;
    border: 1px solid #dedede;
    z-index: 9;
    border-bottom: 0;
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #0067a2;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li:hover:before, 
.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li.active:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li:hover a, 
.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li.active a {
    color: #fff;
}

.service-sidebar-box .service-sidebar-content ul li a:before {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 900;
    content: "\f0da";
    font-family: 'FontAwesome';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-sidebar-box .service-sidebar-content ul li:hover a:before, 
.service-sidebar-box .service-sidebar-content ul li.active a:before {
    color: #fff;
}

.service-sidebar-box .service-sidebar-content ul li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: var(--secondary-color);
    z-index: -1;
    transition: transform 0.4s ease,
    -webkit-transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: right top;
}

.service-sidebar-box .service-sidebar-content ul li:hover a:after, 
.service-sidebar-box .service-sidebar-content ul li.active a:after {
    transform-origin: left bottom;
    transform: scale(1, 1);
}

.service-details .service-sidebar .service-sidebar-box .service-sidebar-content ul li:last-child {
    border-bottom: 1px solid #dedede;
}

/* service details section style end */

/* contact page style start*/
.contact-details{
    padding: 70px 0;
    background: #ffffff;
}
.contact-details .contact-box{
    text-align: center;
}
.contact-details .contact-box i{
    font-size: 3em;
    color: var(--primary-color);
}
.contact-details .contact-box h3{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 0 10px;
}
.contact-details .contact-box a{
    font-family: var(--secondary-font);
    color: #4e4d4d;
    font-weight: 400;
}

.contact-map-form{}
.contact-map-form .heading {
    padding: 10px 0px;
    margin: 0;
}

.contact-map-form .heading .heading-box {}

.contact-map-form .heading .heading-box h2 {}

.contact-map-form .heading .heading-box h2:before {}
.contact-map-form .map{}
.contact-map-form .map iframe{
    width: 100%;
    height: 600px;
    display: block;
}
.contact-map-form .form{
    background: #f3fbff;
    height: 100%;
    padding: 10px 50px;
}
.contact-map-form .form .title{
    /* padding: 0 0 20px; */
}
.contact-map-form .form .title h2{
    color: var(--primary-color);
    font-weight: 200;
    font-size: 2em;
    padding: 0 0 10px;
}
.contact-map-form .form .title h2 span{
    font-weight: 900;
}
.contact-map-form .form .title p{
    font-family: var(--secondary-font);
    font-size: 1em;
    color: #000000;
    margin: 10px 0px 0px;
}
.contact-map-form .form form{padding: 10px 0 0;}
.contact-map-form .form form .fields{
    padding: 0 0 20px;
}
.contact-map-form .form form .fields input{
    background: none;
    border: none;
    border-radius: 0;
    color: #000000;
    font-weight: 600;
    font-family: var(--secondary-font);
    font-size: 0.9em;
    padding: 10px 10px;
    background: #fff;
}

.contact-map-form .form form .fields textarea{
    border: none;
    background: none;
    border-radius: 0;
    height: 100px;
    font-size: .9em;
    font-weight: 600;
    padding: 0;
    color: #000000;
    background: #fff;
    padding: 10px 10px;
}
.contact-map-form .form form .fields textarea::placeholder,
.contact-map-form .form form .fields input::placeholder{
    color: #cecece;
    font-weight: 400;
}
.contact-map-form .form form .fields input:focus,
.contact-map-form .form form .fields textarea:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}
.contact-map-form .form form .fields-btn{
    padding: 10px 0 0;
}
.contact-map-form .form form .fields-btn input{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: none;
    border: 2px solid var(--primary-color);
    color: #fff;
    font-weight: 800;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: var(--primary-color);
    transition: all .3s ease;
}
.contact-map-form .form form .fields-btn input:hover{
    background: var(--secondary-color);
    color: #fff;
    border: 2px solid var(--secondary-color);
}

/* contact page style end */


/* appointment section style start */


.form-box p.form-header-title {
    text-transform: capitalize;
    width: 455px;
    margin-bottom: 20px;
    line-height: 22px;
    line-height: 32px;
}

.form {
    width: 100%;
}

.inputbox {
    position: relative;
    margin: 10px 0px;
}

form .inputbox input.input, form .inputbox select, .offcanvas-form-box input.input, .offcanvas-form-box .inputbox select {
    height: 38px;
    padding: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    border: 1px solid #f1f5fe;
    border-radius: 4px;
    height: 48px;
    color: #111;
    background: #ffffff;
}

.input:focus, .input:valid, .select:focus, .select:valid {
    outline: none;
    border: 1px solid #0076d7;
    transition: all .4s ease-in-out;
}

label.input__label {
    padding: 0px 0px;
    position: absolute;
    top: 11px;
    left: 22px;
    transition: all .2s ease;
    color: #000000;
    pointer-events: none;
    text-align: left;
    background-color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.input:valid, .select:valid {
        border: 1px solid #dadce0;
        box-shadow: none;
}

.input:focus~.input__label, .input:valid~.input__label, .select:focus~.input__label, .select:valid~.input__label, .textarea:focus~.input__label, .textarea:valid~.input__label {
    width: auto;
    top: -12px;
}
.input:focus~.input__label, .select:focus~.input__label {
    color: #0076d7;
}

input.listing-button.primarybutton {
    background: var(--primary-color);
    border-radius: 4px;
    color: #ffffff;
    min-height: 50px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 40px;
}

form .inputbox label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 10px 10px;
}

textarea.textarea.form-control {
    box-shadow: none;
    border: 1px solid #f1f5fe;
    background: #ffffff;
}

.contact-page-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
    white-space: nowrap;
}
.contact-page-wrap .contact-page-name {
    width: 50%;
}

.contact-form .form-heading {
    padding: 20px 0px;
}

.contact-form .form-heading h4 {
    color: var(--secondary-color);
    font-weight: 600;
}



.contact-form-boxx {
    padding: 50px 0px;
    border-bottom: 1px solid #eee;
}

.appointment-form {
    background-position: center;
    background-size: cover;
    padding: 20px 20px;
    background-repeat: no-repeat;
    position: relative;
    background: #e8f7ff;
}

.appointment-form input[type=file] {
    width: 100%;
}

.contact-form-boxx .heading {
}

.contact-form-boxx .heading h3 {
    padding: 10px 0px;
}

.contact-form-boxx .heading p {
    padding: 20px 0px 0px;
}

/* appointment section style end */

/* pagemessage section style start */

.successmessage {
    display: inline-flex;
    padding: 0px 10px;
    background: #309100;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.successmessage p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.pagemessage {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    border-radius: 20px;
}

.pagemessage .warningmessage {
    background: #ff0000;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    text-transform: capitalize;
}

/* pagemessage section style end */

    