/*!
Theme Name: mse
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

mse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/***************************************************************************************************/
/* --- HEADER STYLING --- */
.site-header {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  height: 60px;
  width: auto;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Phone button */
.header-phone {
  border: 1px solid #AB1538;color: #AB1538 !important;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* General buttons */
.btn {
  padding: 10px 18px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-orange {
  background-color: #e36b0a;
}

.btn-blue {
  background-color: #002d72;
}

.fa-phone-alt {
    transform: rotate(90deg);
}

/* Hover effects */
.btn:hover,
.header-phone:hover {
  opacity: 0.85;
}

/* Icon sizing */
.btn i,
.header-phone i {
  font-size: 15px;
}
/* --- RESPONSIVE HEADER --- */
@media (max-width: 768px) {

  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .header-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .header-phone {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 10px;
  }

  .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px;
    font-size: 15px;
  }

  .btn i,
  .header-phone i {
    font-size: 16px;
  }

  .header-logo img {
    height: 50px;
  }
}


/*****************footer*************************/


/* Footer Styles */
.site-footer {
    background: #111;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 50px 20px 20px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* Logo Section */
.footer-logo {
    flex: 1 1 250px;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

.footer-logo-text h3 {
    margin: 10px 0 5px;
    font-size: 20px;
}

.footer-logo-text p {
    margin: 0;
    font-size: 14px;
}

/* Social Links */
.footer-social {
    flex: 1 1 250px;
}

.footer-social p {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-social-links a {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.footer-social-links a:hover {
    color: #1da1f2; /* accent color */
}

/* Contact Info */
.footer-contact {
    flex: 1 1 250px;
}

.footer-contact p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-contact i {
    margin-right: 8px;
}
.footer-contact p a {
    color: #fff;
    text-decoration: none !important;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    border-top: 1px solid #444;
    padding-top: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

    .footer-logo, .footer-social, .footer-contact {
        flex: unset;
    }

    .footer-social-links a {
        margin: 0 8px;
    }
	.footer-social p {
    font-size: 20px;
}
}

@media (max-width: 480px) {
    .footer-logo-text h3 {
        font-size: 18px;
    }

    .footer-logo-text p {
        font-size: 12px;
    }

    .footer-social-links a {
        font-size: 18px;
        margin: 0 6px;
    }

    .footer-contact p {
        font-size: 16px;
    }
}


	/* ================== SECTION 1: BANNER ================== */
.banner-section{ display:flex; flex-wrap:wrap; justify-content:space-between; background:var(--navy); padding:40px 60px; color:#fff; gap:20px; }
.banner-left{ flex:1 1 55%; max-width:55%; display:flex; gap:20px; align-items:flex-start; }
.doctor-image img{ width:250px; border-radius:10px; object-fit:cover; }
.doctor-info{ max-width:calc(100% - 270px); }
.doctor-description{ font-style:italic; font-weight:600; font-size:18px; margin-bottom:12px; }
.trustpilot{ display:flex; align-items:center; font-size:18px; margin-top:8px; }
.trustpilot .stars{ margin-right:8px; }
.doctor-name{ font-size:24px; font-weight:700; margin-top:10px; }
.doctor-designation{ font-size:15px; font-style:italic; }

.banner-right{ flex:1 1 38%; max-width:100%; background:#fff; color:#000; border-radius:8px; padding:30px; box-shadow:0 6px 12px rgba(0,0,0,0.15); }
.form-title{ font-size:20px; font-weight:700; margin-bottom:10px; }
.form-subtitle{ font-size:14px; color:#333; margin-bottom:16px; }
.wpcf7-form label{ font-weight:600; margin:12px 0 5px; display:block; }
.wpcf7-form input,.wpcf7-form select{ width:100%; padding:10px; border:1px solid #ccc; border-radius:4px; }
.wpcf7-form button[type=submit]{ width:100%; background:var(--navy); color:#fff; padding:14px; border:none; border-radius:4px; margin-top:14px; font-weight:700; cursor:pointer; }
.wpcf7-form button:hover{ background:#063d82; }
.form-end-description{ font-size:11px; color:#666; margin-top:10px; }

/* ================== SECTION 2: EXPERTS ================== */
.experts-section{ display:flex; align-items:center; justify-content:center; padding:80px 60px; gap:60px; }
.experts-images{ display:flex; gap:20px; }
.experts-images img{ width:230px; border-radius:10px; }
.experts-text{ max-width:550px; }
.experts-text h3{ color:var(--accent); font-weight:700; font-size:14px; text-transform:uppercase; margin-bottom:8px; }
.experts-text h2{ color:var(--navy); font-weight:800; font-size:28px; margin-bottom:16px; }
.experts-text p{ color:#475569; font-size:15px; line-height:1.7; }

/* ================== SECTION 3: OFFERS ================== */
.offers-section{ background:var(--navy); padding:72px 80px 96px; color:#fff; position:relative; }
.offers-wrapper{ display:flex; gap:30px; align-items:flex-start; justify-content:space-between; flex-wrap:nowrap; }
.offers-left{ flex:0 0 36%; max-width:36%; }
.offers-decor{ background:var(--navy); border-radius:16px; padding:28px; position:relative; }
.offers-decor .small{ color:var(--accent); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:1px; margin-bottom:10px; display:block; }
.offers-decor .title{ color:#fff; font-size:20px; font-weight:800; margin-bottom:10px; }
.offers-decor p{ color:#e6eefc; font-size:14px; line-height:1.6; max-width:320px; }
.offers-decor .circle-left{ position:absolute; left:-36px; bottom:-22px; width:88px; height:88px; border-radius:50%; background:var(--accent); opacity:0.12; }
.offers-decor .circle-right{ position:absolute; right:-10px; top:-36px; width:112px; height:112px; border-radius:50%; background:#8ED4E6; opacity:0.10; }

.offers-right{ flex:0 0 60%; max-width:60%; display:flex; justify-content:flex-end; position:relative; }
.offers-swiper{ width:100%; padding:8px 0; }
.offer-card{ display:block; width:200px; min-width:200px; background:#fff; color:var(--navy); border-radius:12px; padding:18px; text-align:center; box-shadow:0 10px 30px rgba(3,13,40,0.12); transition:.16s; }
.offer-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(3,13,40,0.16); }
.offer-icon{ width:56px; height:56px; border-radius:10px; background:#f3f7fb; color:var(--navy); font-size:22px; display:flex; align-items:center; justify-content:center; margin:0 auto 10px; }
.offer-card h4{ font-size:14px; font-weight:800; color:var(--navy); margin-bottom:6px; }
.offer-card p{ font-size:13px; color:#475569; }
.slider-nav-outside{ position:absolute; right:-82px; top:50%; transform:translateY(-50%); display:flex; flex-direction:column; gap:12px; }
.slider-nav-outside .swiper-button-next,.slider-nav-outside .swiper-button-prev{ width:46px; height:46px; border-radius:50%; background:#fff; color:var(--navy); display:flex; align-items:center; justify-content:center; box-shadow:0 10px 30px rgba(3,13,40,0.15); cursor:pointer; }
.slider-nav-outside .swiper-button-next:hover,.slider-nav-outside .swiper-button-prev:hover{ background:var(--navy); color:#fff; }
	
	@media(min-width:1000px){
		.swiper-button-prev{
			left:-940px;
		}
	}

/* ================== SECTION 4: VIDEOS ================== */
.video-section{ padding:80px 60px; text-align:center; background:#fff; }
.video-section h2{ font-size:22px; font-weight:800; color:var(--navy); margin-bottom:10px; }
.video-section p{ font-size:14px; color:#555; margin-bottom:40px; }
.video-slider .swiper-slide{ display:flex; justify-content:center; }
.video-card{ position:relative; width:400px; height:270px; border-radius:12px; overflow:hidden; background:#000; }
.video-card::before{ content:""; position:absolute; inset:0; background:url('https://img.youtube.com/vi/dQw4w9WgXcQ/hqdefault.jpg') center/cover; opacity:0.6; }

.video-card i {    position: absolute;    inset: 0;    margin: auto;    width: 60px;    height: 60px;    background: linear-gradient(to bottom, #5ABAD7, #A8EFFF, #3CE1FE);    color: #fff;    font-size: 24px;    border-radius: 10px;    display: flex;    align-items: center;    justify-content: center;    transition: .3s;    margin-bottom: 21px;    margin-right: 22px;}

.video-card:hover i {
    transform: scale(1.1);
    background: #ab1538;
}
/* ================== SECTION 5: REVIEWS ================== */
.reviews-section{ background:#E7FAF1; padding:80px 60px; text-align:center; }
.reviews-section h3{ font-size:20px; font-weight:800; color:var(--navy); margin-bottom:12px; }
.reviews-section .trustpilot{ color:#00B67A; font-size:18px; margin-bottom:16px; font-weight:700; }
.review-slide{ background:#fff; border-radius:12px; padding:30px; box-shadow:0 6px 20px rgba(0,0,0,0.05); max-width:700px; margin:0 auto; }
.review-slide p{ font-size:15px; color:#333; line-height:1.7; margin-bottom:16px; }
.review-slide h4{ font-weight:700; color:var(--navy); }
.review-stars{ color:#00B67A; margin-top:4px; font-size:18px; }
.reviews-section .swiper-pagination-bullet{ background:var(--navy); opacity:0.3; }
.reviews-section .swiper-pagination-bullet-active{ opacity:1; }

/* RESPONSIVE */
@media(max-width:768px){
  .banner-section,.experts-section,.offers-wrapper{ flex-direction:column; align-items:center; }
  .offers-right,.offers-left{ max-width:100%; }
  .slider-nav-outside{ position:static; flex-direction:row; justify-content:center; margin-top:12px; }
}
	
/* ================== SECTION 6: PRICING ================== */
.pricing-section {
  background: linear-gradient(to right, #f8f8f8, #e8f3f7);
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.section-title {
  font-size: 26px;
  color: #102349;
  font-weight: 700;
  margin-bottom: 40px;
}

.pricing-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    z-index: 1;
    position: relative;
}
.features-list ul {
  list-style: none;
  padding: 0;
  text-align: right;
  margin-top: 110px;
}
.features-list li {
  font-size: 14px;
  color: #222;
  margin: 36px 0;
  font-weight: 500;
}

/* Price Table Layout */
.price-tables {
  display: flex;
  gap: 20px;
}

.price-card {
  width: 190px;
  border-radius: 15px;
  padding: 30px 0;
  color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.price-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-decoration: line-through;
}
.price-card h3 span {
  display: block;
  font-size: 20px;
  font-weight: 700;
	text-decoration:none !important;
}

.price-card .plan-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.price-card .btn-book {
  background: #ffcc00;
  color: #102349;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.price-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.price-card .features li {
  margin: 24px 0;
}

.check, .cross {
  font-size: 22px;
  color: #fff;
}

.cross {
  opacity: 0.4;
}

.btn-pdf {
  background: #fff;
  color: #e94f4f;
  font-size: 13px;
  padding: 7px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
}

/* Card Colors */
.price-card.bronze {
  background: #21a1d8;
}
.price-card.silver {
  background: #0097e6;
}
.price-card.gold {
  background: #0b2b55;
}

/* Discount Tag */
.discount-tag {    position: absolute;    top: 15px;    right: -10px;    background: #ffcc00;    color: #102349;    font-size: 12px;    font-weight: 700;    padding: 3px 8px;    border-radius: 5px;    transform: rotate(45deg);}
.discount-tag.popular {  left: -10px;  right: auto;}
.discount-tag-popular {    position: absolute;    top: -27px;    left: 32px;    right: auto;    background: #ffcc00;    color: #102349;    font-size: 12px;    font-weight: 700;    padding: 5px 14px;    border-radius: 25px 25px 0px 0px;}
	
/* CTA Section */
.cta-section {    background: #d8f0ff;    border-radius: 25px;    padding: 90px 20px;    margin-top: 40px;    position: relative;    z-index: 0;}	
.pricing-section	.mt-5 {    margin-top: -3rem !important;}
.cta-section h3 {  font-size: 18px;  color: #0b2b55;  font-weight: 700;}
.cta-buttons {  margin-top: 20px;  display: flex;  justify-content: center;  gap: 15px;}
.cta-section h3 {    font-size: 39px;    color: #0b2b55;    font-weight: 700;    text-align: left;    max-width: 690px;}
.cta-section {    background: #d8f0ff;    border-radius: 25px;    padding: 90px 20px 40px 20px;    margin-top: 40px;    position: relative;    z-index: 0;    display: flex;}
.btn-orange {    background: #ff8851;    color: #fff;    padding: 15px 30px;    border-radius: 10px;    font-weight: 600;    text-decoration: none;    align-self: center;}
.btn-white {    background: #fff;    border: 1px solid #000000;    color: #102349;    padding: 15px 30px;    border-radius: 10px;    font-weight: 600;    text-decoration: none;    align-self: center;}
.features-list {    padding-bottom: 40px;}
.container {    max-width: 1170px;}


/************************/
a.btn.btn-orange {    background: #AB1538; color:#fff !important}
.header-logo img {    height: 100px;    width: auto;}
.header-phone, a.btn {    height: 60px;    padding: 16px 30px;    font-size: 18px;    font-weight: 600;}
a.btn.btn-blue {    background: #03317F;    color: #fff !important;}
a.btn.btn-orange:hover {    background: #052c6f !important;    color: #fff !important;}
.banner-right {    max-width: 450px;    float: right;}
section.banner-section .container {    max-width: 1200px;}
.banner-right {    max-width: 450px;}
.banner-section {    padding: 0 !important;    color: #fff;    width: 100%;    margin: 0;    display: block !important;    background: none !important; position:relative;}
.hero_banner {    position: absolute;    width: 100%;    top: 0;    padding-top: 24px;    height: 100%;}
.hero_banner::after {    background: #1a3c65;    content: '';    position: absolute;    width: 50%;    height: calc(100% - 70px);    right: 0;    top: 0;    z-index: -1;}

.banner-right { position:relative;}
.banner-right h3 {    font-size: 22px;    margin: 0;    padding: 0;}
p.form-subtitle.mb-3 {    font-size: 17px;}
input[type="text"], input[type="tel"], input[type="email"] {    width: 100%;    height: 55px;    background: #F7F7F7;    border: #919194 solid 1px !important;}
textarea.wpcf7-form-control.wpcf7-textarea {    height: 70px;  border: #919194 solid 1px !important;  background: #F7F7F7;}
.hero_banner .wpcf7-submit {    background: #03317F;    height: 60px;    color: #fff;    border: none;    font-size: 16px;    font-weight: 700;    margin: 10px 0 0;}
span.wpcf7-spinner {    position: absolute;    left: 0;}
.hero_banner::after {    background: #1a3c65;    content: '';    position: absolute;    width: 100%;    height: calc(100% - 43px);    right: 0;    top: 0;    z-index: -1;}
.experts-section .container {    max-width: 1170px;}
.experts-section .padd_c {    padding-left: 69px;}
.experts-section h2 {    font-size: 45px;    font-weight: 800;    margin: 0 0 30px;}
.experts-section h2 span {    color: #ab1538;    display: block;    font-size: 18px;    text-transform: uppercase;    font-weight: 700;    margin: 0 0 30px;    letter-spacing: 2px;}
.experts-section p {    font-size: 17px;    line-height: 33px;}
.experts-section .row {    align-items: center;}
section.offers-section-sec {    padding: 0 0 60px;}
section.offers-section-sec h2 {    font-size: 45px;    font-weight: 800;    margin: 0 0 20px; color:#fff;}
section.offers-section-sec h2 {    font-size: 36px;    font-weight: 700;    margin: 0 0 30px;    color: #fff; padding-right: 45px;    line-height: 48px;}
section.offers-section-sec h2 span {    color: #DC7633;    display: block;    font-size: 18px;    text-transform: uppercase;    font-weight: 700;    margin: 0 0 20px;    letter-spacing: 2px;}
section.offers-section-sec .wrapp {    background: #03317F;    max-width: 1740px;    margin: auto;    width: 96%;    border-radius: 25px;    padding-top: 70px;    margin-top: -88px;    padding-bottom: 50px; position:relative; overflow:hidden;}
section.offers-section-sec .wrapp::after {    width: 200px;    height: 200px;    content: '';    position: absolute;    right: -70px;    top: -70px;    border: #5ABAD7 solid 50px;    border-radius: 250px;}
section.offers-section-sec .wrapp::before {    width: 200px;    height: 200px;    content: '';    position: absolute;    left: -70px;    bottom: -70px;    border: #F8914D solid 50px;    border-radius: 250px;}
section.offers-section-sec .item {    background: #fff;    height: 194px;    text-align: center;    display: block;    align-items: center;    border-radius: 8px;    padding: 16px;}
section.offers-section-sec span.icon {    width: 90px;    height: 90px;    display: table;    margin: 0px auto 20px;}
section.offers-section-sec .item h3 {    font-size: 18px;}
section.offers-section-sec .wrapp .row {    align-items: center;}
.slider-nav-outside.left-arrow {    right: auto;    left: -30px;}
.slider-nav-outside.left-arrow .swiper-button-prev {    background: none !important;    color: #fff;}
.slider-nav-outside.right-arrow {    right: -22px;}
.slider-nav-outside.right-arrow .swiper-button-next {    background: none !important;    color: #fff;}
.slid-box {    position: relative;    padding: 0 50px;}
section.experts-section {    position: relative;    z-index: 1;}
section.video-section {    padding: 0;}
section.video-section .wrapp {    max-width: 1740px;    width: 96%;    margin: auto;     position: relative;    padding-bottom: 60px;}
section.video-section  .video-card::before { display:none;}
section.video-section  .video-card  { width:100%;     height: auto;}
.video-section h2 {    font-size: 45px;    font-weight: 800;    margin: 0 0 30px;}
section.video-section .wrapp p {    font-size: 18px;    line-height: 32px;}
section.video-section center p {    max-width: 800px;}
section.reviews-section-new {    padding: 60px 0;}
.reviews-section-new h2 span {    color: #DC7633;    display: block;    font-size: 18px;    text-transform: uppercase;    font-weight: 700;    margin: 0 0 20px;    letter-spacing: 2px;}
.reviews-section-new .wrapp {      max-width: 1740px;    margin: auto;    width: 96%;   position:relative; overflow:hidden; background:#E7FAF1; padding:50px 0; }
.reviews-section-new h2 {    font-size: 45px;    font-weight: 800;    margin: 0 0 30px;    text-align: center;}
/*************************************************/

.university-section {  padding: 0 0 60px 0;  overflow: hidden;  position: relative;}
.university-section h2 {  font-size: 45px;  font-weight: 800;  margin: 0 0 30px;  text-align: center;  max-width: 600px;}
.university-marquee {  overflow: hidden;  width: 100%;  position: relative; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); pointer-events: auto; /* ensures hover detection */}

/* Marquee animation */
.marquee-track {  display: flex;  align-items: center;  gap: 60px; width: max-content;  animation: marqueeMove 40s linear infinite;  animation-play-state: running;}

/* ⏸️ Pause on hover */
.university-marquee:hover .marquee-track {  animation-play-state: paused !important;}

/* 🎨 Image styling + grayscale hover effect */
.marquee-item img {  height: 140px;  width: auto;  object-fit: contain;  opacity: 1;  transition: 0.3s ease;  border-radius: 10px;  border: 1px solid #ccc;}
.marquee-item img:hover {  filter: grayscale(100%);  opacity: 1;}

@keyframes marqueeMove {  0% { transform: translateX(0); }  100% { transform: translateX(-50%); }}

/* Responsive Tweaks */
@media (max-width: 992px) {
  .marquee-track { gap: 40px; animation-duration: 30s; }
  .marquee-item img { height: 90px; }
  .university-section h2 { font-size: 35px; max-width: 760px; }
}

@media (max-width: 576px) {
  .marquee-track { gap: 30px; animation-duration: 25s; }
  .marquee-item img { height: 50px; }
  .university-section h2 { font-size: 25px; max-width: 760px; }
}

@media (min-width: 1000px) {
  .university-section h2 { font-size: 45px; max-width: 760px; }
}



/**************************bg university and why choose *********************/
.uni-choose-bg {  position: relative;  background: url('https://medschoolentry.uk/best-ucat-course/wp-content/uploads/2025/10/med-bg-1.png') no-repeat center/contain; }
.uni-choose-bg::before {  content: "";  position: absolute;  inset: 0;  }

/**************************why choose *********************/
.why-choose{ display:flex; align-items:center; justify-content:center; padding:80px 60px; gap:60px; }
.why-choose h2 span {    color: #ab1538;    display: block;    font-size: 18px;    text-transform: uppercase;    font-weight: 700;    margin: 0 0 30px;    letter-spacing: 2px;}
.choose-item {    background: #fff;    min-height: 390px;    text-align: left;    display: flex;    border-radius: 10px;    padding: 30px 30px;    flex-direction: column;    gap: 16px;}
.why-choose h2 { font-size: 45px;    font-weight: 800;    margin: 0 0 30px;   text-align: left;	max-width:370px;}
.why-choose .swiper {    margin-left: auto;    margin-right: auto;    position: relative;    overflow: hidden;    list-style: none;    padding: 0;    z-index: 1;    display: block;    padding-bottom: 40px;}
.choose-pagination {  margin-top: 25px;  text-align: center;}
.choose-pagination .swiper-pagination-bullet {  width: 10px;  height: 10px;  background: #7699D5;  opacity: 1;  margin: 0 6px !important;  border-radius: 50%;  transition: all 0.3s ease;}
.choose-pagination .swiper-pagination-bullet-active {  background: #03317F;  transform: scale(1.6);}
.choose-item img {    max-width: 100px;    max-height: 100px;}


/**********************************************/
.review-item {    text-align: center;}
.review-item p strong {    font-size: 24px;    line-height: 90px;}
span.name_blk {    color: #000;    font-size: 28px;    font-weight: 700;    line-height: 80px;}
.review-item p {    font-size: 26px;    max-width: 1104px;    text-align: center;    align-items: center;    align-self: center;    line-height: 50px;	font-style:italic;}
.reviews-section-new .item p br {  display: block !important;  content: "" !important; /* harmless fallback */  margin-bottom: 18px !important;  line-height: 0 !important;  height: 0 !important;}
.review-item {    text-align: center;    align-items: center;    align-self: center;    justify-content: center;    display: flex;    flex-direction: column;}
/*************************************************************/
/* ===== FAQ Section ===== */
section.faq {  padding: 80px 0;  font-family: "Inter", sans-serif;}
.faq .wrap {  max-width: 900px;  margin: 0 auto;}
.faq h2 {  font-size: 36px;  font-weight: 800; color: #0B1840;  line-height: 1.4;  margin-bottom: 50px;  text-align: center;}
.faq .acc__card {  background: #F9F9F9;  border: 1px solid #C7C7C7;  border-radius: 10px;  margin-bottom: 15px;  box-shadow: 0 1px 4px rgba(0,0,0,0.05);  overflow: hidden;  transition: all 0.3s ease;}
.faq .acc__title {  cursor: pointer;  font-size: 18px;  font-weight: 600;	color: #0A033C;  padding: 18px 50px 18px 25px;  position: relative;  transition: all 0.3s ease;}
.faq .acc__title:hover {    background: #ab1538;    color: #fff;}
.faq .acc__title:hover .i-blk {      color: #fff !important;  }
.faq .acc__title .i-blk {  position: absolute;  right: 25px;  top: 50%;  transform: translateY(-50%);  color: #0A033C;  font-size: 16px;  transition: transform 0.3s ease;}
/* When active */
.faq .acc__card.active .acc__title .i-blk {  transform: translateY(-50%) rotate(180deg);}

/* Answer panel */
.faq .acc__panel {  display: none;  padding: 10px 25px 20px 50px;  font-size: 16px;  color: #333;  line-height: 1.8;  animation: fadeIn 0.3s ease;}
.faq .acc__panel a {  color: #0A033C;  text-decoration: none;  font-weight: 600;}
.faq .acc__panel a:hover {  text-decoration: underline;}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.review-item p {    font-size: 21px;    max-width: 1104px;    text-align: center;    align-items: center;    align-self: center;    line-height: 36px;    font-style: italic;}
span.name_blk {    color: #000;    font-size: 22px;    font-weight: 700;    line-height: 80px;}
.reviews-section-new .wrapp {    border-radius: 18px;}
.choose-item {    border: #ccc solid 1px;    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);    height: 410px;}
.swiper-pagination.choose-pagination {    margin: 49px 0 0px;    position: relative;}
section.faq {    padding: 0px 0 80px;    font-family: "Inter", sans-serif;}
.uni-choose-bg::before { z-index:-1 !important;}
.banner-section { height: 668px; } 
.why-choose {padding: 80px 60px 30px;}
body {    padding-bottom: 66px;}
.site-header a.btn.btn-blue {    background: #03317F;    color: #fff !important;}
.site-header a.btn.btn-orange {color: #fff !important;}

.sticky_header {	background: #03317f;	width: 100%;	padding: 8px 0;	position: fixed;	z-index: 1000;	bottom: 0;	width: 100%;	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);}
.sticky_nav ul { margin: 0px; padding: 0px; }
.sticky_nav ul li { list-style: none; float: left; list-style: none; margin: 0px; padding: 0px; }
.sticky_nav ul li a{ display: block; padding: 13px 15px; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none;}
.sticky_nav ul li a span { position: relative; display: block; }
.sticky_nav ul li a span::after { position: absolute; width: 0%; height: 1px; bottom: -5px; background: #fff; left: 0px; content: ''; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.sticky_nav ul li a.inSection span::after { width: 100%; }
.sticky_header .st_right {	float: right;}


.sticky_header  .center_blk {    display: flex;    justify-content: space-between;    align-items: center;}
.sticky_header a.btn.btn-blue {    background: #ffffff; margin-left:10px;     color: #000 !important; }  
.site-footer {     padding: 40px 20px 40px !important;}

@media (max-width:1024px) {
header.site-header { display:none;}
}
@media (min-width:1024px) {
.mobile-header {	display: none !important;}
.sticky_header { display: block !important; opacity: 1 !important; height: auto !important; }
	.sticky_header.no-Landing-page { display:none !important; }	
	

	
}

@media(max-width:1550px) {
.sticky_header .container {
    max-width: 1200px;
}

}
@media(max-width:1023px) {
  .home_banner .container .center-dv {    padding: 00px 0 100px;}
  .banner_form .wpcf7-form-control-wrap  { margin-bottom:15px; }
  .welcome_box .padd {    max-width: 100%;    padding-top: 40px;}
  .service_box { padding: 40px 0 40px; }
  .superior_blk {    padding: 60px 0 0;}
  .choose_sec .content_padd {    max-width: 100%;    position: sticky;    top: 0;    padding-bottom: 42px;}
  .choose_sec {     padding: 40px 0;}
.mobile-header {	width: 100%;	float: none;	position: relative;		background: #fff;     z-index: 10000;}
.full-header.fixed .mobile-header {	position: fixed;	width: 100%;	background: #fff;	box-shadow: 1px 1px 12px rgba(0,0,0,0.2);}

.mobile-head {	width: 100%;	float: left;	padding: 10px 8px;}
.logo {	float: left;	margin: 0px 0 0;	padding: 0;}
.request-quote .pop-content { display:none;}
#navigation {	background: #171f54;	top: 163px;	z-index: 10;	position: fixed;		border-top: none;	padding: 15px 0; display: none;  max-height: calc(100% - 137px); overflow: auto;}
.navigation .menu-main-menu-container {    display: inline-block;    width: 100%;}
#navigation ul.nav { margin:0px; padding:0px;}
#navigation ul.nav li { width:100%; list-style:none; border-bottom:rgba(255,255,255,255,0.5) solid 1px !important;}
#navigation ul.nav > li { border-bottom:rgba(255,255,255,0.2) solid 1px;}
#navigation ul.nav > li > a {    text-transform: inherit;    color: #fff;    font-weight: 400;    display: block;    padding: 14px 20px;    text-decoration: none !important;    text-align: left;}
#navigation ul.nav ul { margin:0px; padding:0px 0px 15px;}
#navigation ul.nav ul li a{ color:#fff; text-align:left; padding-left:40px; text-align:left; display:block;}
#navigation {padding: 0px 0 0;}
.mobile-bar {    position: absolute;    right: 8px;    top:8px;    height: 66px;    border-left: none;    width: 69px;}
#nav-icon4 {  width: 60px;  height: 45px;  position: relative;  margin: 0;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .5s ease-in-out;  -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  transition: .5s ease-in-out;  cursor: pointer;}
 #nav-icon4 span {  display: block;  position: absolute;  height: 9px;  width: 100%;  background:#171f54;  border-radius: 9px;  opacity: 1;  left: 0;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;  -moz-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out;  transition: .25s ease-in-out;}
/* Icon 4 */
#nav-icon4 {	transform: scale(0.666);	left: 5px;	top: 5px;}
#nav-icon4 span:nth-child(1) {  top: 0px;  -webkit-transform-origin: left center;  -moz-transform-origin: left center;  -o-transform-origin: left center;  transform-origin: left center;}
#nav-icon4 span:nth-child(2) {  top: 18px;  -webkit-transform-origin: left center;  -moz-transform-origin: left center;  -o-transform-origin: left center;  transform-origin: left center;}
#nav-icon4 span:nth-child(3) {  top: 36px;  -webkit-transform-origin: left center;  -moz-transform-origin: left center;  -o-transform-origin: left center;  transform-origin: left center;}
#nav-icon4.open span:nth-child(1) {  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: -3px;  left: 8px;}
#nav-icon4.open span:nth-child(2) {  width: 0%;  opacity: 0;}
#nav-icon4.open span:nth-child(3) {  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 39px;  left: 8px;}	
.logo { width:140px;}	
.mobile-head {        width: 100%;        float: left;        padding: 10px 8px;        background: #fff;        position: fixed;        top: 0;        box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);    }
body {    padding-top: 79px;}	
	
.sticky_header  .center_blk {    display: block;    justify-content: space-between;    align-items: center;}	
	.sticky_nav ul li{ width:100%;}
	
.sticky_header.sticky_header-new-one {    position: fixed;    top: 78px;    bottom: auto;    display: none;}	
.sticky_header a.btn.btn-blue {    background: #ffffff;    margin-left: 0;    color: #000 !important;    margin: 16px 0 10px;}		
}



@media(max-width:767px) {
.header-right {    display: none;}	
.hero_banner {    position: static;}	
.banner-section {    height: auto;}	
.banner-section span.img_blk {    display: none;}	
.about-MSE {    padding: 0 15px;}
.experts-section .padd_c {    padding-left: 0;}
section.offers-section-sec .wrapp {    margin-top: 0;}
.experts-section .padd_c {    margin-top: 45px;}
.experts-section h2 {    font-size: 26px;    font-weight: 800;    margin: 0 0 14px;}
.experts-section p {    font-size: 16px;    line-height: 26px;}
.experts-section h2 span {    margin: 0 0 11px;}
.slider-nav-outside.left-arrow .swiper-button-prev {    position: absolute;    left: -38px;    top: 83px;    transform: scale(0.4);}	
.slider-nav-outside.right-arrow .swiper-button-next {    position: absolute;    right: -38px;    transform: scale(0.4);    top: -83px;}
	
section.offers-section-sec h2 {    font-size: 26px;    font-weight: 700;    margin: 0 0 9px;    color: #fff;    padding-right: 0;    line-height: 38px;    z-index: 1;    position: relative;}	
section.offers-section-sec span.icon {    width: 60px;    height: 60px;    display: table;    margin: 0px auto 20px;}	
section.offers-section-sec .item { height:160px;}	
section.offers-section-sec .item h3 {    font-size: 16px;}		
section.offers-section-sec .wrapp::after {    width: 100px;    height: 100px;    content: '';    position: absolute;    right: -29px;    top: -27px;    border-width: 25px;    border-radius: 250px;}
section.offers-section-sec .wrapp::before {    width: 100px;    height: 100px;    content: '';    position: absolute;    left: -29px;    bottom: -27px;    border-width: 25px;    border-radius: 250px;}section.offers-section-sec .wrapp {    padding: 25px 18px;}
section.offers-section-sec h2 {    font-size: 26px;    font-weight: 700;    margin: 0 0 30px;    color: #fff;    padding-right: 0;    line-height: 38px;}
.slid-box {    position: relative;    padding: 0 0px;}	
section.offers-section-sec h2 span {    margin: 0;}	
.site-header {    background-color: #fff;    padding: 9px 13px;    border-bottom: 1px solid #eee;}		
.header-logo img {    height: 66px;    width: auto;}	
.video-section h2 {    font-size: 26px;    font-weight: 800;    margin: 0 30px 17px;    line-height: 40px;}
section.video-section .wrapp p {    font-size: 16px;    line-height: 26px;    padding: 0px 17px;}
section.reviews-section-new {    padding: 30px 9px;}	
	
.reviews-section-new h2 {    font-size: 26px;    font-weight: 800;    margin: 0 0 15px;    text-align: center;}	
span.r-logo {    max-width: 181px;}	
.review-item p strong {    font-size: 20px;    line-height: 1;    padding: 25px 0 0;    display: block; 
    line-height: 26px;}	
.reviews-section-new .wrapp {    border-radius: 18px;    padding: 34px 16px 30px;}	
.review-item p {     font-size: 17px; line-height: 27px;}	
.university-section {    padding: 0 15px 20px;    overflow: hidden;    position: relative;}	
.why-choose { padding: 30px 0px 30px;}
.why-choose .wrap {    width: 100%;}
.why-choose .container {    max-width: 100%;    padding: 0 35px;}
.why-choose .choose-item {height: auto;}
.why-choose .container {    max-width: 100%;    padding: 0 20px;}
.why-choose h2 {    font-size: 26px;    font-weight: 800;    margin: 0 0 30px;    text-align: left;    max-width: 100%;    line-height: 35px;}
.why-choose h2 span {    margin: 0 0 8px;}	
	.why-choose .swiper { padding-bottom:0px;}	
.swiper-pagination.choose-pagination {    margin: 20px 0 0px;    position: relative;}	
.faq h2 {    font-size: 26px;    font-weight: 800;    color: #0B1840;    line-height: 1.4;    margin-bottom: 30px;    text-align: center;}	
section.faq {    padding: 0px 0 40px;    font-family: "Inter", sans-serif;}	
.sticky_header.sticky_header-new-one {    position: fixed;    top: 78px;    bottom: auto;    display: none;}	
body {    padding-bottom: 0;}	
.footer-logo {    width: 100%;    text-align: center;}	
.footer-social {    margin: auto;    text-align: center;}	
.footer-contact {    display: table;    margin: auto;}	
.footer-contact p strong {    display: block;    text-align: center;    font-size: 20px;    padding: 0 0 7px;}	
section.faq {    padding: 0px 10px 40px;}	
.hero_banner::after {    height: calc(100% - 0px);    right: 0;    top: 0;    z-index: -1;}	
.hero_banner {    padding-bottom: 35px;}	
.footer-contact {        margin-top: 0;    }	
.site-footer {    margin-bottom: 45px;}
}

@media(min-width:1024px) {
	.mobile-footer { display:none !important;}
}

.mobile-footer {    display: flex;}
.mobile-footer {    position: fixed;    width: 100%;    bottom: 0;    z-index: 1000;    background: #fff;    text-align: center;    height: 76px;    display: flex;    align-items: center;    justify-content: center;    border-top: #03317f solid 3px;}
.header-right-full {    display: flex;    padding: 0 13px;    column-gap: 11px;    width: 100%;}
.mobile-footer a.btn {    color: #fff !important;    font-size: 14px;    width: 50% !important;    padding: 0;    height: 50px;    display: flex;    align-items: center;    line-height: 15px;}
.mobile-footer i {    position: absolute;    left: 15px; display:none;}
.sticky_header a.btn.btn-orange, .sticky_header a.btn.btn-orange:hover {    background-color: #AB1538 !important;    color: #fff !important;    opacity: 10 !important;}

@media(min-width:1220px){
	.video-section h2 {    font-size: 45px;    font-weight: 800;    margin: 0 0 30px;    width: 1230px;}
}	

.features-list {    padding-bottom: 40px;    padding-top: 40px;}

a:hover{cursor:pointer !important;}


@media(max-width:1500px){
	.experts-section .row {    align-items: start;}
	.experts-section h2 {    font-size: 40px;    font-weight: 800;    margin: 0 0 30px;}
}



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




.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: auto;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #03317F;
    color: rgb(255 255 255 / 80%);
    line-height: 1;
    padding: 1.6em 1em !important;
    border-radius: 10px !important;
    font-weight: 900;
}

.wpcf7-form input, .wpcf7-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px !important;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    height: 70px;
    border: #919194 solid 1px !important;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 10px;
}

.fancybox-close-small {
    background: url("https://dradmissions.co.uk/wp-content/uploads/2025/12/Frame-1597881195.png") center/30px 30px no-repeat !important;
    width: 44px !important;
    right: 25px !important;
    top: 15px !important;
}




