/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

.logo .img-fluid {
    max-width: 130% !important;
    height: auto;
}
.section-space {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.service__item {
    height: 435px !important;
}
section.treatment-process.section-space__bottom {
    margin: 60px 0px 0 0 !important;
}
.section-space__top {
    padding-top: 140px !important;
    padding-bottom: 90px !important;
}
.marquee-section {
    background-color: #916b1b;
    overflow: hidden;
    white-space: nowrap;
    padding: 18px 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee__inner {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    animation: marqueeScroll 18s linear infinite;
}

.marquee__inner span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.marquee__inner strong {
    font-weight: 700;
}
.treatment-process__item {
    height: 400px !important;
}

.footer__logo img {
    max-width: 262px !important;
}
section.team.section-space__bottom {
    padding: 90px 0 120px 0;
}
section.blog.section-space__bottom {
    margin: 120px 0px 0 0;
}
/* Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.pageheader {
    background: #2A3774;
    /* background: linear-gradient(90deg, rgb(45 55 112) 0%, rgb(184 214 129) 100%) !important; */
    background: linear-gradient(90deg, rgb(32 47 87) 0%, rgb(16 53 95) 100%) !important;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 70px;
}
h1.pagetitle {
    color: #fff;
    font-size: 40px;
}
.bshades {
    font-size: 29px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
    line-height: 48px;
    margin: 30px 0 40px 0;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #2e5dc1, #64a26c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer__cta-item {
    height: 180px !important;
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
}
span.breadcrumb_new a {
    color: #fff;
}
.container {
    max-width: 90% !important;
}
.rr-btn {
    padding: 15px 20px !important;
}
.contactformdes {
    background: #ccc;
    padding: 5%;
    margin: 0 0 40px 0;
    border-radius: 30px;
}
.resecont {
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 0 0 7px 0;
    background: #fcfcfc;
    padding: 0px 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    padding: 16px;
    font-size: 18px;
    background: #438e90;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control:hover {
    padding: 16px;
    font-size: 18px;
    background: #000;
    color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    border-radius: 28px;
    padding: 11px 0 14px 32px;
}
/* Responsive */
@media (max-width: 768px) {
	#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    color: var(--white-color) !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #000;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
	
    .marquee__inner span {
        font-size: 20px;
    }
	.pageheader {
    margin-top: 100px !important;
}
	.pageheader {
    padding: 15px 0 0 0 !important;
}
	section.pageheader h1 {
    display: unset !important;
    font-size: 30px;
}
	span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
	.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
	span.breadcrumb_new a {
    color: #fff;
}
}
.mean__menu-wrapper.d-none.d-lg-block {
    display: unset !important;
}
.rbk-form {
  max-width: 100%;
}

.rbk-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.rbk-field {
  width: 100%;
}

.rbk-field label {
  display: block;
  font-weight: 600;
  color: #0b1d2d;
  margin-bottom: 10px;
}

.rbk-field input,
.rbk-field select,
.rbk-field textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #dbeefe;
  padding: 12px 0;
  font-size: 16px;
  background: transparent;
  outline: none;
}

.rbk-field textarea {
  resize: none;
  height: 60px;
}

.rbk-field input:focus,
.rbk-field select:focus,
.rbk-field textarea:focus {
  border-color: #2ea3f2;
}

/* Submit button */
.rbk-submit-wrap {
  margin-top: 30px;
}

.rbk-submit-wrap input[type="submit"] {
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0f1e13, #1f3a1e);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.rbk-submit-wrap input[type="submit"]:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .rbk-row {
    flex-direction: column;
    gap: 25px;
  }
}
.rr__faq .accordion-button::after{
    display: none !important;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 767px) {
	.logo .img-fluid {
    max-width: 100% !important;
    height: auto;
}
	
	.footer__area-common {
    padding-top: 0px !important;
}
	.take-appointment__form {
    padding: 21px !important;
}
	.section-space__top {
    padding-top: 65px !important;
    padding-bottom: 66px !important;
}
	section.treatment-process.section-space__bottom {
    margin: 0px 0px 0 0 !important;
}
	section.team.section-space__bottom {
    padding: 40px 0 65px 0 !important;
}
	.about-us-3__space {
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}
	.treatment-process__media {
    height: auto !important;
}
	.header__main {
    padding: 0px 0 !important;
}
	.container {
    max-width: 100% !important;
}
	div#mega-menu-wrap-primary {
    width: 50px !important;
    float: right !important;
}
	.header__main {
    padding: 0px 0 !important;
}
}
.rbk-field input, .rbk-field select, .rbk-field textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #dbeefe;
    padding: 13px 18px !important;
    font-size: 16px;
    background: transparent;
    outline: none;
}