/*!

Theme Name: BemunchieOnline

Author: BemunchieOnline

Author URI: https://www.bemunchieonline.co.uk

Description: This is custom developed theme for London Medical Academy

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: cupidshopper

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.



CupidShopper 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/

*/



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

/* Template default CSS

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



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

PLEASE ADD ALL THE GLOBAL VARIABLES HERE

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



:root{

    --primary-color: #23366f;

    --secondary-color: #36a5a4;

	--pink-color: #ff0e63;

    --primary-font: 'DM Sans', sans-serif;

    --secondary-font: 'DM Sans', sans-serif;

    --link-color: #23366f;

    --text-color: #373737;

    --light-grey: #eff3f6;

}



html,

body {

	height: 100%;

	font-family: var(--secondary-font);

	font-size: 14px;

	-webkit-font-smoothing: antialiased;

	font-smoothing: antialiased;

	color: var(--text-color);

}



h1,

h2,

h3,

h4,

h5,

h6 {

	margin: 0;

	color: #111111;

	font-family: var(--primary-font);

}



h1 {

	font-size: 70px;

}



h2 {

	font-size: 36px;

}



h3 {

	font-size: 30px;

}



h4 {

	font-size: 24px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



p {

	font-size: 15px;

	color: var(--text-color);

	line-height: 1.9;

}



img {

	max-width: 100%;

}



a{

	text-decoration: none !important;

	color: var(--link-color);

}



input:focus,

select:focus,

button:focus,

textarea:focus {

	outline: none;

}



a:hover,

a:focus {

	text-decoration: none;

	outline: none;

}



ul,

ol {

	padding: 0;

	margin: 0;

}



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

  Helper CSS

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



.section-title {

	text-align: center;

	margin: 3px 0 5px 0;

}



.section-title h2 {

	font-size: 26px;

	border-bottom: 2px solid var(--primary-color);

	display: inline;

}



.set-bg {

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}



.spad {

	padding-top: 105px;

	padding-bottom: 105px;

}



.text-white h1,

.text-white h2,

.text-white h3,

.text-white h4,

.text-white h5,

.text-white h6,

.text-white p,

.text-white span,

.text-white li,

.text-white a {

	color: #fff;

}



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

  Commom elements

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





/* Preloder */



#preloder {

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	z-index: 999999;

	background: #000;

}



.loader {

	width: 40px;

	height: 40px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -13px;

	margin-left: -13px;

	border-radius: 60px;

	animation: loader 0.8s linear infinite;

	-webkit-animation: loader 0.8s linear infinite;

}



@keyframes loader {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

		border: 4px solid #f44336;

		border-left-color: transparent;

	}

	50% {

		-webkit-transform: rotate(180deg);

		transform: rotate(180deg);

		border: 4px solid #673ab7;

		border-left-color: transparent;

	}

	100% {

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

		border: 4px solid #f44336;

		border-left-color: transparent;

	}

}



@-webkit-keyframes loader {

	0% {

		-webkit-transform: rotate(0deg);

		border: 4px solid #f44336;

		border-left-color: transparent;

	}

	50% {

		-webkit-transform: rotate(180deg);

		border: 4px solid #673ab7;

		border-left-color: transparent;

	}

	100% {

		-webkit-transform: rotate(360deg);

		border: 4px solid #f44336;

		border-left-color: transparent;

	}

}



.elements-section {

	padding-top: 100px;

}



.el-title {

	margin-bottom: 75px;

}



.element {

	margin-bottom: 100px;

}



.element:last-child {

	margin-bottom: 0;

}



/* Accordion */



.accordion-area {

	margin-top: 50px;

	border-top: 2px solid #e1e1e1;

}



.accordion-area .panel {

	border-bottom: 2px solid #e1e1e1;

}



.accordion-area .panel-link {

	background-image: url("../img/arrow-down.png");

	background-repeat: no-repeat;

	background-position: right 10px top 30px;

}



.faq-accordion.accordion-area .panel-link,

.faq-accordion.accordion-area .panel-link.active.collapsed {

	padding: 17px 100px 17px 20px;

}



.faq-accordion.accordion-area .panel-link:after {

	right: 44px;

}



.accordion-area .panel-header .panel-link.collapsed {

	background-image: url("../img/arrow-down.png");

}



.accordion-area .panel-link.active {

	background-image: url("../img/arrow-up.png");

}



.accordion-area .panel-link.active {

	background-color: transparent;

}



.accordion-area .panel-link,

.accordion-area .panel-link.active.collapsed {

	text-align: left;

	position: relative;

	width: 100%;

	font-size: 14px;

	font-weight: 700;

	color: #414141;

	padding: 0;

	text-transform: uppercase;

	line-height: 1;

	cursor: pointer;

	border: none;

	min-height: 69px;

	background-color: transparent;

	border-radius: 0;

}



.accordion-area .panel-body {

	padding-top: 10px;

}



.accordion-area .panel-body p {

	color: #8f8f8f;

	margin-bottom: 25px;

	line-height: 1.8;

}



.accordion-area .panel-body p span {

	font-size: 12px;

	font-weight: 700;

	text-transform: uppercase;

	color: #f7931e;

}



.accordion-area .panel-body img {

	margin-bottom: 25px;

}



.accordion-area .panel-body h4 {

	font-size: 18px;

	margin-bottom: 20px;

}



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

WEBSITE BUTTONS ( Please Add All the Buttons Here. )

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



.btn{

    

}



.btn.focus, .btn:focus{

    box-shadow: 0 0 0 0.2rem rgb(72 72 72 / 25%);

}



.btn-primary{

    border: 1px solid var(--primary-color);

    padding: 15px 30px;

    text-transform: uppercase;

    font-weight: 700;

    background-color: var(--primary-color);

}



.btn-secondary{

    border: 1px solid #333;

    padding: 10px 30px;

    text-transform: uppercase;

    font-weight: 700;

    background-color: var(--secondary-color);

}



.btn-pink {

    padding: 15px 30px !important;

    border: 0px !important;

    background-color: var(--pink-color) !important;

    color: #fff !important;

    font-weight: 600;

    border-radius: 10px !important;

}



.btn-transparent {

    border: 1px solid var(--primary-color);

    padding: 10px 30px;

    text-transform: uppercase;

    font-weight: 700;

    background-color: transparent;

    color: var(--primary-color);

}



.btn-rounded{

    border-radius: 25px;

}







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

  Header section

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



.header-top {

	padding: 10px 0 10px;

}



.site-logo {

	display: inline-block;

	text-align: center;

}



.header-search-form {

	width: 100%;

	position: relative;

	padding: 0 10px;

	background-color: #;

}



.header-search-form input {

	width: 100%;

	height: 44px;

	font-size: 14px;

	/* border-radius: 90px; */

	border: none;

	padding: 0 19px;

	/* background: #ddd; */

	border-bottom: 1px solid #dddddd5e;

	/* box-shadow: 0px 3px 8px #ddd; */

}



.header-search-form button {

	position: absolute;

	height: 100%;

	right: 18px;

	top: 0;

	font-size: 26px;

	color: #000;

	border: none;

	cursor: pointer;

	background-color: transparent;

}



.user-panel .up-item {

	display: inline-block;

	font-size: 14px;

	margin-left: 10px;

}



.user-panel .up-item i {

	font-size: 22px;

}



.user-panel .up-item a {

	font-size: 14px;

	color: #000;

	font-weight: 600;

}



.user-panel .up-item:first-child {

	margin-right: 29px;

}



.shopping-card {

	display: inline-block;

	position: relative;

}



.shopping-card span {

	position: absolute;

	top: -6px;

	left: 100%;

	height: 20px;

	min-width: 20px;

	color: #fff;

	font-size: 13px;

	background: #afafaf;

	text-align: center;

	border-radius: 30px;

	padding: 0 2px;

	margin-left: -7px;

}



.main-navbar {

}



.slicknav_menu {

	display: none;

}



.main-menu {

	list-style: none;

	margin-bottom: 0;

	text-align: center;

	/* display: flex; */

	/* justify-content: space-between; */

}



.main-menu li {display: inline-block;position: relative;white-space: nowrap;}



.current-menu-item a{

	color: var(--secondary-color) !important;

}

.current-menu-item a:before{

	content: "";

	visibility: visible !important;

	width: 100% !important;

	left: 0 !important;

}



.main-menu li a {display: inline-block;font-size: 16px;color: var(--primary-color);margin: 0px 10px;line-height: 1;padding: 16px 0;position: relative;font-weight: 600;}



.main-menu > li > a:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 2px;

  bottom: 0px;

  left: 0;

  background-color: #fff;

  visibility: hidden;

  /* width: 0px; */

  transition: all 0.3s ease-in-out 0s;

  position: absolute;

  content: "";

  left: 50%;

  width: 0;

  height: 2px;

  bottom: 0px;

  background-color: var(--secondary-color);

  /* transition: all .3s ease-in;*/

}



.main-menu > li > a:hover:before, .main-menu > li:hover > a:before {

  visibility: visible;

  width: 100%;

  left: 0;

}



.main-menu li a .new {

	position: absolute;

	top: -8px;

	font-size: 10px;

	font-weight: 700;

	color: #fff;

	background: #f7931e;

	line-height: 1;

	text-transform: uppercase;

	left: calc(50% - 21px);

	padding: 5px 9px 1px;

	border-radius: 15px;

	width: 42px;

}



.main-menu li:hover .sub-menu {

	visibility: visible;

	opacity: 1;

	margin-top: 0;

}

.main-menu li:hover .sub-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.main-menu li:hover .sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main-menu li:hover .sub-menu::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
.main-menu li:hover .sub-menu::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}


.main-menu li:hover>a {

	color: var(--secondary-color);

}







.main-menu .sub-menu {position: absolute;list-style: none;width: 340px;left: 0;height: 550px !important;top: 100%;padding: 0px 0px;visibility: hidden;opacity: 0;margin-top: 35px;background: #fff;z-index: 99;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);overflow: scroll;}



.main-menu .sub-menu li {

	display: block;

}



.main-menu .sub-menu li a {

display: block;

color: var(--primary-color);

margin-right: 0;

padding: 15px 15px;

text-align: left;

margin-left: 0;

border-bottom: 1px solid #ddd;

transition: all .8s;

font-weight: 500;
}



.main-menu .sub-menu li a:hover {

color: #828282;

/* background-color: #000; */

color: var(--secondary-color);

transition: all .8s;
}



.nav-switch {

	display: none;

}



ce {

    padding: 4rem 0px;

}



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

  Features

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



.hero-section {

	/* padding-bottom: 54px; */

	background: #eff3f6;

	/* height: 440px; */

	padding: 0;

	display: flex;

	align-items: center;

	padding: 40px 0px;

	padding-bottom: 0;

}



.hero-slider .hs-item {

	position: relative;

	height: 540px;

	width: 100%;

}



.hero-slider .hs-item span {

	font-size: 18px;

	text-transform: uppercase;

	font-weight: 600;

	letter-spacing: 3px;

	margin-bottom: 5px;

	display: block;

	position: relative;

	top: 50px;

	opacity: 0;

}



.hero-slider .hs-item h2 {

	font-size: 50px;

	text-transform: uppercase;

	font-weight: 400;

	margin-bottom: 10px;

	position: relative;

	top: 50px;

	opacity: 0;

	color: #fff;

}



.hero-slider .hs-item p {

	font-size: 22px;

	font-weight: 300;

	margin-bottom: 35px;

	position: relative;

	top: 100px;

	opacity: 0;

	color: #fff;

}



.hero-slider .hs-item .site-btn {

	position: relative;

	top: 50px;

	opacity: 0;

}



.hero-slider .hs-item .sb-line {

	margin-right: 5px;

}



.hero-slider .hs-item .container {

	/* position: relative; */

	/* padding-top: 170px; */

}



.hero-slider .hs-item .offer-card {

	position: absolute;

	right: 0;

	top: 226px;

	width: 162px;

	height: 162px;

	border-radius: 50%;

	background: #f7931e;

	text-align: center;

	padding-top: 20px;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

	opacity: 0;

}



.hero-slider .hs-item .offer-card:after {

	position: absolute;

	content: "";

	width: calc(100% - 10px);

	height: calc(100% - 10px);

	border: 1px solid #f96790;

	left: 5px;

	top: 5px;

	border-radius: 50%;

}



.hero-slider .hs-item .offer-card span {

	font-size: 18px;

	text-transform: lowercase;

	position: relative;

	top: 50px;

	opacity: 0;

}



.hero-slider .hs-item .offer-card h2 {

	font-size: 72px;

	font-weight: 400;

	line-height: 1;

}



.hero-slider .hs-item .offer-card p {

	text-transform: uppercase;

	line-height: 1;

	font-size: 14px;

}



.hero-slider .slider-nav-warp {

}



.hero-slider .slider-nav {

	display: inline-block;

	padding: 0 38px;

}



.hero-slider .owl-dots {

	display: -ms-flex;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding-top: 9px;

}



.hero-slider .owl-dots .owl-dot {

	width: 8px;

	height: 8px;

	background: #fff;

	border-radius: 15px;

	margin-right: 10px;

	opacity: 0.25;

}



.hero-slider .owl-dots .owl-dot.active {

	opacity: 1;

}



.hero-slider .owl-dots .owl-dot:last-child {

	margin-right: 0;

}



.hero-slider .owl-nav button.owl-next,

.hero-slider .owl-nav button.owl-prev {

	font-size: 27px;

	position: absolute;

	color: #fff;

}



.hero-slider .owl-nav button.owl-next {

	right: 3%;

	top: 45%;

}



.hero-slider .owl-nav button.owl-prev {

}



.hero-slider .owl-item.active .hs-item h2,

.hero-slider .owl-item.active .hs-item span,

.hero-slider .owl-item.active .hs-item p,

.hero-slider .owl-item.active .hs-item .site-btn {

	top: 0;

	opacity: 1;

}



.hero-slider .owl-item.active .hs-item span {

	-webkit-transition: all 0.5s ease 0.2s;

	-o-transition: all 0.5s ease 0.2s;

	transition: all 0.5s ease 0.2s;

}



.hero-slider .owl-item.active .hs-item h2 {

	-webkit-transition: all 0.5s ease 0.4s;

	-o-transition: all 0.5s ease 0.4s;

	transition: all 0.5s ease 0.4s;

}



.hero-slider .owl-item.active .hs-item p {

	-webkit-transition: all 0.5s ease 0.6s;

	-o-transition: all 0.5s ease 0.6s;

	transition: all 0.5s ease 0.6s;

}



.hero-slider .owl-item.active .hs-item .site-btn {

	-webkit-transition: all 0.5s ease 0.8s;

	-webkit-transition: all 0.5s ease 0.8s;

	-o-transition: all 0.5s ease 0.8s;

	transition: all 0.5s ease 0.8s;

}



.hero-slider .owl-item.active .hs-item .offer-card {

	opacity: 1;

	-webkit-transform: rotate(0deg);

	-ms-transform: rotate(0deg);

	transform: rotate(0deg);

	-webkit-transition: all 0.5s ease 1s;

	-webkit-transition: all 0.5s ease 1s;

	-o-transition: all 0.5s ease 1s;

	transition: all 0.5s ease 1s;

}



.slide-num-holder {

	float: right;

	z-index: 1;

	color: #fff;

	position: relative;

	font-size: 24px;

	font-weight: 700;

	position: relative;

	margin-top: -22px;

}



.slide-num-holder span:first-child {

	margin-right: 41px;

}



.slide-num-holder:after {

	position: absolute;

	content: "";

	height: 30px;

	width: 1px;

	background: #fff;

	left: 50%;

	top: 0;

	-webkit-transform-origin: center;

	-ms-transform-origin: center;

	transform-origin: center;

	-webkit-transform: rotate(30deg);

	-ms-transform: rotate(30deg);

	transform: rotate(30deg);

}



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

  Features section

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



.feature {

	text-align: center;

	background: #f8f8f8;

	height: 100%;

}



.feature:nth-child(2) {

	background: #4a4a4a;

}



.feature:nth-child(2) h2 {

	color: #fff;

}



.feature .feature-inner {

	padding: 20px 25px;

	display: -ms-flex;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	height: 100%;

}



.feature .feature-icon {

	display: inline-block;

	margin-right: 15px;

}



.feature h2 {

	font-size: 24px;

	text-transform: uppercase;

	display: inline-block;

}





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

  Banner section

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



.banner {

	padding: 70px 34px 70px;

	position: relative;

	margin-bottom: 0;

	background-color: #f6c92d;

}



.banner .tag-new {

	position: absolute;

	right: 20px;

	top: 20px;

	font-size: 22px;

	font-weight: 700;

	color: #fff;

	background: #50e550;

	line-height: 3;

	text-transform: uppercase;

	padding: 7px 18px 2px;

	border-radius: 80px;

}



.banner span {

	font-size: 18px;

	text-transform: uppercase;

	font-weight: 600;

	letter-spacing: 3px;

	margin-bottom: 5px;

	display: block;

}



.banner h2 {

	font-size: 50px;

	text-transform: uppercase;

	font-weight: 700;

	margin: 10px 0;

	color: #282828;

}



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

  Footer section

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



.footer-section {

	background: #fff;

	padding: 4rem 0px 0rem 0px;

	background: #000;

}



.footer-logo {

	padding-bottom: ;

}



.footer-widget {

	margin-bottom: 20px;

	overflow: hidden;

	/* text-align: center; */

}



.footer-widget h2 {

	font-size: 20px;

	font-weight: 700;

	text-transform: uppercase;

	color: #fff;

	margin-bottom: 25px;

	letter-spacing: 0.5px;

	/* text-align: center; */

}



.footer-widget p {

	color: var(--text-color);

	font-size: 14px;

}



.footer-widget.about-widget p {

	margin-bottom: 10px;

	letter-spacing: 0.3px;

}



.footer-widget ul {

	list-style: none;

	/* float: left; */

	margin-right: 37px;

	/* text-align: center; */

}



.footer-widget ul:last-child {

	margin-right: 0;

}



.footer-widget ul li a {

	display: inline-block;

	position: relative;

	/* padding-left: 20px; */

	font-size: 14px;

	color: var(--text-color);

	margin-bottom: 8px;

	letter-spacing: 0.3px;

}



.footer-widget ul li a:after {

	position: absolute;

	/* content: ""; */

	width: 5px;

	height: 5px;

	left: 0;

	top: 8px;

	border-radius: 50%;

	-webkit-transition: all 0.2s;

	-o-transition: all 0.2s;

	transition: all 0.2s;

	background-color: #fff;

}



.footer-widget ul li a:hover {color: var(--secondary-color);transition: all .6s;}



.footer-widget ul li a:hover:after {

	width: 7px;

	height: 7px;

	top: 6px;

	background: #72EEE9;

}



.footer-top-widget-title{}

.footer-top-widget-title h4{

    color: var(--secondary-color);

    font-size: 20px;

    margin-bottom: 25px;

    /* text-decoration: underline; */

    font-weight: 700;

}

.footer-quick-links {}

.footer-quick-links li{

    display: inline-block

}

.footer-quick-links li a{

    color: #fff;

    padding: 10px 15px;

    font-size: 14px;

    display: inline-block;

}



.footer-top {

    padding-bottom: 30px;

    border-bottom: 1px solid #6395b9;

}





.fw-latest-post-widget .lp-item {

	margin-bottom: 30px;

	display: block;

	overflow: hidden;

}



.fw-latest-post-widget .lp-thumb {

	width: 64px;

	height: 64px;

	float: left;

	margin-right: 22px;

}



.fw-latest-post-widget .lp-content {

	overflow: hidden;

	padding-top: 2px;

}



.fw-latest-post-widget .lp-content h6 {

	font-size: 14px;

	font-weight: 700;

	text-transform: uppercase;

	opacity: 0.25;

	color: #717171;

	margin-bottom: 1px;

}



.fw-latest-post-widget .lp-content span {

	display: block;

	font-size: 12px;

	color: #8f8f8f;

	margin-bottom: 4px;

}



.fw-latest-post-widget .lp-content .readmore {

	font-size: 12px;

	color: #f7931e;

}



.contact-widget .con-info span {

	float: left;

	color: #f7931e;

	margin-right: 15px;

	overflow: hidden;

}



.social-links-warp {

	padding: 0px 0;

	border-top: 1px solid #ababab52;

	padding-top: 10px;

	margin-top: 3rem;

}



.social-links a {

	margin-right: 15px;

	display: inline-block;

	background: transparent;

	border: 1px solid #333;

}



.social-links a:last-child {

	margin-right: 0;

}



.social-links a i {

	font-size: 19px;

	color: #333;

	/* float: left; */

	/* margin-right: 12px; */

	/* overflow: hidden; */

	-webkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	transition: all 0.3s;

}



.social-links a span {

	display: inline-block;

	font-size: 12px;

	font-weight: 600;

	text-transform: uppercase;

	color: #9f9fa0;

	padding-top: 10px;

	-webkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	transition: all 0.3s;

}



.social-links a.instagram:hover i {

	color: #2F5D84;

}



.social-links a.google-plus:hover i {

	color: #E04B37;

}



.social-links a.twitter:hover i {

	color: #5abed6;

}



.social-links a.pinterest:hover i {

	color: #CD212D;

}



.social-links a.facebook:hover i {

	color: #39599F;

}



.social-links a.twitter:hover i {

	color: #5abed6;

}



.social-links a.youtube:hover i {

	color: #D12227;

}



.social-links a.tumblr:hover i {

	color: #37475E;

}



.social-links a:hover span {

	color: #fff;

}



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

  Other Pages

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



.page-top-info {

	background: #f8f7f7;

	padding: 60px 0 70px;

}



.page-top-info h4 {

	color: #414141;

	font-weight: 700;

	text-transform: uppercase;

}



.site-pagination {

	font-size: 14px;

	font-weight: 600;

	color: #414141;

}



.site-pagination a {

	display: inline-block;

	font-size: 14px;

	color: #414141;

}



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

  Category page

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



.filter-widget {

	margin-bottom: 100px;

}



.filter-widget .fw-title {

	font-size: 18px;

	font-weight: 700;

	color: #414141;

	text-transform: uppercase;

	margin-bottom: 45px;

}



.category-menu {

	list-style: none;

}



.category-menu li a {

	display: block;

	position: relative;

	font-size: 12px;

	color: #414141;

	border-bottom: 1px solid #ebebeb;

	padding: 12px 0 5px 20px;

}



.category-menu li a span {

	float: right;

}



.category-menu li a:after {

	position: absolute;

	content: "";

	width: 9px;

	height: 9px;

	left: 0;

	top: 13px;

	border: 1px solid #f7931e;

	border-radius: 50%;

}



.category-menu li a:hover {

	color: #f7931e;

}



.category-menu li a:hover:after {

	background: #f7931e;

}



.category-menu li a:last-child a {

	margin-bottom: 0;

}



.category-menu li .sub-menu {

	list-style: none;

	overflow: hidden;

	height: 0;

	-webkit-transform: rotateX(90deg);

	transform: rotateX(90deg);

	opacity: 0;

	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;

	transition: opacity 0.4s, -webkit-transform 0.4s;

	-o-transition: transform 0.4s, opacity 0.4s;

	transition: transform 0.4s, opacity 0.4s;

	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;

}



.category-menu li .sub-menu li a {

	padding-left: 45px;

}



.category-menu li:hover>a {

	color: #f7931e;

}



.category-menu li.active>.sub-menu {

	display: block;

	height: auto;

	opacity: 1;

	-webkit-transform: rotateX(0deg);

	transform: rotateX(0deg);

}



.price-range-wrap .price-range {

	border-radius: 0;

	margin-right: 13px;

	margin-bottom: 28px;

}



.price-range-wrap .price-range.ui-widget-content {

	border: none;

	background: #ebebeb;

	height: 2px;

}



.price-range-wrap .price-range.ui-widget-content .ui-slider-range {

	background: #ebebeb;

	border-radius: 0;

}



.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {

	background: #414141;

}



.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {

	border: none;

	background: #414141;

	height: 14px;

	width: 14px;

	outline: none;

	top: -6px;

	cursor: ew-resize;

	margin-left: 0;

	border-radius: 0;

	border-radius: 20px;

}



.price-range-wrap .price-range .ui-slider-handle.ui-corner-all.ui-state-default span {

	position: absolute;

	font-size: 14px;

	top: 35px;

}



.price-range-wrap .range-slider {

	color: #444444;

	margin-top: 22px;

}



.price-range-wrap {

	border-bottom: 2px solid #ebebeb;

	padding-bottom: 40px;

	margin-bottom: 50px;

}



.price-range-wrap h4 {

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 700;

	color: #414141;

	margin-bottom: 45px;

}



.price-range-wrap .range-slider .price-input input {

	color: #444444;

	border: none;

	outline: none;

	max-width: 80px;

	pointer-events: none;

}



.price-range-wrap .range-slider .price-input input:nth-child(1) {

	float: left;

}



.price-range-wrap .range-slider .price-input input:nth-child(2) {

	float: right;

}



.fw-color-choose,

.fw-size-choose {

	border-bottom: 2px solid #ebebeb;

	padding-bottom: 40px;

	margin-bottom: 50px;

}



.fw-color-choose .cs-item {

	display: inline-block;

	position: relative;

	margin-right: 14px;

}



.fw-color-choose .cs-item:last-child {

	margin-right: 0;

}



.fw-color-choose label {

	width: 26px;

	height: 26px;

	border-radius: 50px;

	background: #333;

	position: relative;

	cursor: pointer;

}



.fw-color-choose label.cs-gray {

	background: #d7d7d7;

}



.fw-color-choose label.cs-orange {

	background: #6f91ff;

}



.fw-color-choose label.cs-yollow {

	background: #6f91ff;

}



.fw-color-choose label.cs-green {

	background: #8fc99c;

}



.fw-color-choose label.cs-purple {

	background: #bc83b1;

}



.fw-color-choose label.cs-blue {

	background: #9ee7f4;

}



.fw-color-choose label span {

	position: absolute;

	width: 100%;

	text-align: center;

	top: 45px;

	font-size: 11px;

	color: #414141;

}



.fw-color-choose input[type=radio] {

	visibility: hidden;

	position: absolute;

}



.fw-color-choose input[type=radio]:checked+label {

	-webkit-box-shadow: 0 0 0 2px #f7931e;

	box-shadow: 0 0 0 2px #f7931e;

}



.fw-color-choose input[type=radio]:checked+label span {

	color: #b09d81;

}



.fw-size-choose .sc-item {

	display: inline-block;

	position: relative;

	margin-right: 5px;

}



.fw-size-choose label {

	display: inline-block;

	height: 30px;

	min-width: 30px;

	text-align: center;

	font-size: 14px;

	color: #414141;

	font-weight: 500;

	cursor: pointer;

	border-radius: 50px;

	padding: 7px 6px 0;

}



.fw-size-choose input[type=radio] {

	visibility: hidden;

	position: absolute;

}



.fw-size-choose input[type=radio]:checked+label {

	background: #f7931e;

	color: #fff;

}



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

  Product page

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



.product-section {

	padding-top: 70px;

	padding-bottom: 65px;

}



.back-link {

	padding-bottom: 50px;

}



.back-link a {

	font-size: 12px;

	color: #414141;

}



.product-pic-zoom {

	margin-bottom: 35px;

}



.product-thumbs-track {

	width: 1200px;

}



.product-thumbs .pt {

	width: 116px;

	height: 116px;

	float: left;

	margin-right: 31px;

	overflow: hidden;

	cursor: pointer;

	position: relative;

}



.product-thumbs .pt:last-child {

	margin-right: 0;

}



.product-thumbs .pt.active:after {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	border: 2px solid #f7931e;

	z-index: 1;

}



.product-details .p-title {

	font-size: 18px;

	font-weight: 700;

	color: #414141;

	text-transform: uppercase;

	margin-bottom: 18px;

}



.product-details .p-price {

	font-size: 24px;

	color: #414141;

	font-weight: 700;

	margin-bottom: 20px;

}



.product-details .p-stock {

	font-size: 12px;

	color: #000;

	font-weight: 700;

	color: #414141;

	margin-bottom: 10px;

}



.product-details .p-stock span {

	color: #f7931e;

}



.product-details .p-rating {

	margin-bottom: 15px;

}



.product-details .p-rating i {

	color: #f7931e;

}



.product-details .p-rating i.fa-fade {

	color: #e6e6e6;

}



.product-details .p-review {

	margin-bottom: 30px;

}



.product-details .p-review a {

	color: #414141;

	font-size: 14px;

	margin-right: 12px;

	margin-left: 12px;

}



.product-details .p-review a:first-child {

	margin-left: 0;

}



.product-details .fw-size-choose {

	border-bottom: none;

	margin-bottom: 30px;

	padding-bottom: 0;

}



.product-details .fw-size-choose p {

	float: left;

	margin-right: 38px;

	text-transform: uppercase;

	font-weight: 700;

	color: #414141;

	padding-top: 10px;

	margin-bottom: 0;

}



.product-details .fw-size-choose label {

	width: 33px;

	height: 33px;

	font-size: 12px;

	border: 2px solid #414141;

}



.product-details .fw-size-choose input[type=radio]:checked+label {

	border: 2px solid #f7931e;

}



.product-details .fw-size-choose .disable label {

	border: 2px solid #e1e1e1;

	color: #cacaca;

}



.product-details .site-btn {

	min-width: 190px;

}



.product-details .social-sharing {

	padding-top: 50px;

}



.product-details .social-sharing a {

	color: #d7d7d7;

	margin-right: 23px;

	font-size: 14px;

}



.product-details .social-sharing a:hover {

	color: #414141;

}



.quantity {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin-bottom: 40px;

}



.quantity p {

	float: left;

	margin-right: 15px;

	text-transform: uppercase;

	font-weight: 700;

	color: #414141;

	padding-top: 10px;

	margin-bottom: 0;

}



.quantity .pro-qty {

	width: 94px;

	height: 36px;

	border: 1px solid #ddd;

	padding: 0 15px;

	border-radius: 40px;

	float: left;

}



.quantity .pro-qty .qtybtn {

	width: 15px;

	display: block;

	float: left;

	line-height: 36px;

	cursor: pointer;

	text-align: center;

	font-size: 18px;

	color: #404040;

}



.quantity .pro-qty input {

	width: 28px;

	float: left;

	border: none;

	height: 36px;

	line-height: 40px;

	padding: 0;

	font-size: 14px;

	text-align: center;

	background-color: transparent;

}



.related-product-section {

	padding-bottom: 70px;

}



.related-product-section .section-title h2 {

	font-size: 24px;

	margin-bottom: 60px;

}



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

  Cart page

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



.scrollbar {

	margin: 80px auto 0;

	width: 100%;

	height: 7px;

	line-height: 0;

	background: #ececec;

	overflow: hidden;

}



.scrollbar .handle {

	width: 100px;

	height: 100%;

	background: #fff;

	cursor: pointer;

}



.scrollbar .handle .mousearea {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 7px;

	background: #b09d81;

	border-radius: 30px;

}



.cart-table {

	padding: 40px 34px 0;

	background: #f0f0f0;

	border-radius: 27px;

	overflow: hidden;

}



.cart-table h3 {

	font-weight: 700;

	margin-bottom: 37px;

}



.cart-table table {

	width: 100%;

	min-width: 442px;

	margin-bottom: 17px;

}



.cart-table table tr th {

	font-size: 12px;

	font-weight: 400;

	color: #414141;

	text-align: center;

	padding-bottom: 25px;

}



.cart-table table tr th.product-th {

	text-align: left;

}



.cart-table table tr th.size-th {

	padding-right: 70px;

}



.cart-table table tr th.quy-th {

	padding-right: 20px;

}



.cart-table .product-col {

	display: table;

	margin-bottom: 19px;

}



.cart-table .product-col img {

	display: table-cell;

	vertical-align: middle;

	float: left;

	width: 73px;

}



.cart-table .product-col .pc-title {

	display: table-cell;

	vertical-align: middle;

	padding-left: 30px;

}



.cart-table .product-col .pc-title h4 {

	font-size: 16px;

	color: #414141;

	font-weight: 700;

	margin-bottom: 3px;

}



.cart-table .product-col .pc-title p {

	margin-bottom: 0;

	font-size: 16px;

	color: #414141;

}



.cart-table .quy-col {

	padding-right: 20px;

}



.cart-table .quantity {

	margin-bottom: 0;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

}



.cart-table .quantity .pro-qty {

	width: 80px;

	background: #fff;

	border-color: #fff;

}



.cart-table .quantity .pro-qty .qtybtn {

	width: 10px;

}



.cart-table .size-col,

.cart-table .total-col {

	text-align: center;

}



.cart-table .size-col h4,

.cart-table .total-col h4 {

	font-size: 18px;

	color: #414141;

	font-weight: 400;

}



.cart-table .size-col h4 {

	padding-right: 70px;

}



.cart-table .total-cost {

	background: #f7931e;

	margin: 0 -34px;

	text-align: right;

	padding: 22px 0;

	padding-right: 50px;

}



.cart-table .total-cost h6 {

	line-height: 1;

	font-size: 18px;

	font-weight: 700;

	color: #fff;

}



.cart-table .total-cost h6 span {

	margin-left: 38px;

}



.card-right .site-btn {

	margin-bottom: 14px;

	width: 100%;

	min-height: 57px;

	padding: 23px 47px 14px;

}



.promo-code-form {

	position: relative;

	margin-bottom: 14px;

}



.promo-code-form input {

	width: 100%;

	height: 58px;

	border: 2px solid #f0f0f0;

	padding-left: 24px;

	padding-right: 100px;

	font-size: 16px;

	border-radius: 80px;

}



.promo-code-form button {

	position: absolute;

	right: 24px;

	top: 0;

	height: 100%;

	background-color: transparent;

	border: none;

	text-transform: uppercase;

	font-size: 16px;

	font-weight: 700;

	color: #f7931e;

	cursor: pointer;

}



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

  Checkout Page

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



.checkout-form .cf-title {

	font-size: 16px;

	font-weight: 700;

	color: #fff;

	line-height: 1;

	border-radius: 50px;

	background: #3b3b3b;

	padding: 21px 29px 20px;

	margin-bottom: 66px;

}



.checkout-form p {

	font-size: 16px;

	color: #414141;

}



.checkout-form h4 {

	font-size: 18px;

	color: #414141;

}



.checkout-form input[type=text] {

	width: 100%;

	height: 44px;

	border: none;

	padding: 0 18px;

	background: #f0f0f0;

	border-radius: 40px;

	margin-bottom: 20px;

	font-size: 14px;

}



.checkout-form .address-inputs {

	margin-bottom: 54px;

}



.address-rb {

	text-align: right;

	margin-bottom: 30px;

}



.address-rb .cfr-item {

	display: inline-block;

}



.cf-radio-btns .cfr-item {

	margin-bottom: 15px;

}



.cf-radio-btns label {

	display: block;

	font-size: 16px;

	color: #414141;

	margin-bottom: 0;

	padding-left: 30px;

	position: relative;

	cursor: pointer;

}



.cf-radio-btns label:after {

	position: absolute;

	content: "";

	width: 5px;

	height: 5px;

	left: 4px;

	top: 8px;

	background: #414141;

	border-radius: 50%;

	opacity: 0;

	-webkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	transition: all 0.3s;

}



.cf-radio-btns label:before {

	position: absolute;

	content: "";

	width: 13px;

	height: 13px;

	left: 0;

	top: 4px;

	border: 2px solid #e1e1e1;

	border-radius: 40px;

}



.cf-radio-btns input[type=radio] {

	visibility: hidden;

	position: absolute;

}



.cf-radio-btns input[type=radio]:checked+label:after {

	opacity: 1;

}



.shipping-btns {

	margin-bottom: 50px;

}



.shipping-btns .cf-radio-btns label {

	font-size: 18px;

	font-weight: 600;

	padding-left: 37px;

}



.payment-list {

	list-style: none;

	margin-bottom: 40px;

}



.payment-list li {

	font-size: 18px;

	font-weight: 600;

	color: #414141;

	margin-bottom: 20px;

}



.payment-list li a,

.payment-list li span {

	padding-left: 40px;

}



.submit-order-btn {

	width: 100%;

	min-height: 58px;

}



.checkout-cart {

	background: #f0f0f0;

	padding: 40px 24px 30px;

	border-radius: 25px;

}



.checkout-cart h3 {

	margin-bottom: 30px;

}



.checkout-cart .product-list {

	list-style: none;

}



.checkout-cart .product-list li {

	overflow: hidden;

	display: block;

	margin-bottom: 29px;

}



.checkout-cart .product-list .pl-thumb {

	float: left;

	overflow: hidden;

	margin-right: 22px;

	width: 99px;

}



.checkout-cart .product-list .pl-thumb img {

	min-width: 100%;

}



.checkout-cart .product-list h6 {

	font-weight: 700;

	color: #414141;

	padding-top: 15px;

	margin-bottom: 5px;

}



.checkout-cart .product-list p {

	font-size: 16px;

	margin-bottom: 0;

}



.checkout-cart .price-list {

	padding-left: 17px;

	padding-right: 5px;

	list-style: none;

}



.checkout-cart .price-list li {

	overflow: hidden;

	display: block;

	font-size: 18px;

	color: #414141;

	margin-bottom: 10px;

}



.checkout-cart .price-list li span {

	float: right;

	width: 60px;

	text-align: left;

}



.checkout-cart .price-list li.total {

	padding-top: 35px;

	font-weight: 700;

}



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

  Contact Page

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



.contact-section {

	padding: 60px 0;

	position: relative;

}



.contact-info h3 {

	margin-bottom: 50px;

}



.contact-social {

	display: -ms-flex;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-bottom: 85px;

	padding-top: 20px;

}



.contact-social a {

	display: -ms-inline-flex;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	width: 32px;

	height: 32px;

	background: #f0f0f0;

	color: #414141;

	font-size: 14px;

	border-radius: 50%;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	margin-right: 12px;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

}



.contact-social a:hover {

	color: #fff;

	background: #f7931e;

}



.contact-form input,

.contact-form textarea {

	width: 100%;

	height: 35px;

	border: 1px solid #ddd;

	padding: 0 18px;

	background: transparent;

	border-radius: 2px;

	margin-bottom: 10px;

	font-size: 14px;

	margin-top: 5px;

}



.contact-form textarea {

	padding-top: 16px;

	border-radius: 18px;

	height: 130px;

	margin-bottom: 10px;

}



.map {

	position: absolute;

	width: calc(50% - 15px);

	height: 100%;

	right: 0;

	top: 0;

	background: #ddd;

}



.map iframe {

	width: 100%;

	height: 100%;

}

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

  Responsive

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



@media (min-width: 1200px) {

	.container {max-width: 1275px;}

}



@media (max-width: 1350px) {

	.product-slider .owl-nav {

		position: relative;

		left: 0;

		top: 0;

		text-align: center;

		padding-top: 20px;

	}

	.product-slider .owl-nav button.owl-prev,

	.product-slider .owl-nav button.owl-next {

		float: none;

		left: 0;

		right: 0;

		margin: 0 10px;

	}

}



/* Medium screen : 992px. */



@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.hero-slider .slider-nav-warp {

		max-width: 930px;

	}

	.footer-widget ul {

		margin-right: 5px;

	}

	.social-links a {

		margin-right: 20px;

	}

}



/* Tablet :768px. */



@media only screen and (max-width: 991px) and (min-width: 768px) {

	.site-logo {

		margin-bottom: 20px;

	}

	.header-search-form {

		margin-bottom: 15px;

	}

	.user-panel {

		text-align: center;

	}

	.main-menu {

		text-align: center;

	}

	.sub-menu {

		text-align: left;

	}

	.main-menu li a {

		margin-right: 5px;

	}

	.hero-slider .slider-nav-warp {

		max-width: 690px;

	}

	.hero-slider .hs-item .offer-card {

		top: 20px;

	}

	.feature h2 {

		font-size: 18px;

	}

	.product-filter-menu {

		text-align: center;

	}

	.product-filter-menu li {

		margin: 0 5px 10px;

	}

	.social-links {

		text-align: left;

	}

	.social-links a {

		margin-right: 20px;

	}

	.social-links a span {

		display: none;

	}

	.cart-table,

	.checkout-cart,

	.product-thumbs {

		margin-bottom: 50px;

	}

	.map {

		position: relative;

		width: 100%;

		background: #ddd;

		height: 400px;

		margin-top: 70px;

	}

}



/* Large Mobile :480px. */



@media only screen and (max-width: 767px) {

	.site-logo {

		/* margin-bottom: 20px; */

	}

	.header-search-form {

		margin-bottom: 15px;

	}

	.user-panel {

		text-align: center;

	}

	.main-menu, #packagebtn {

		display: none;

	}

	.slicknav_btn {

		background-color: #000 !important;

	}

	.slicknav_menu {

		background: #282828;

		display: block;

	}

	.slicknav_menu .new {

		font-size: 10px;

		font-weight: 700;

		color: #fff;

		background: #f7931e;

		line-height: 1;

		text-transform: uppercase;

		padding: 5px 9px 1px;

		border-radius: 15px;

		width: 42px;

		margin-left: 5px;

	}

	.hero-slider .slider-nav-warp {

		max-width: 510px;

	}

	.hero-slider .hs-item h2 {

		font-size: 50px;

	}

	.hero-slider .hs-item .offer-card {

		display: none;

	}

	.product-filter-menu {

		text-align: center;

	}

	.product-filter-menu li {

		margin: 0 2px 10px;

	}

	.footer-widget ul {

		margin-right: 25px;

	}

	.social-links {

		/* text-align: center; */

	}

	.social-links a {

		margin-right: 15px;

	}

	.social-links a span {

		display: none;

	}

	.cart-table,

	.checkout-cart,

	.product-thumbs {

		margin-bottom: 50px;

	}

	.cart-table .size-col h4,

	.cart-table table tr th.size-th,

	.cart-table table tr th.quy-th,

	.cart-table .quy-col {

		padding-right: 0;

		width: 70px;

	}

	.cart-table .quy-col {

		width: 80px;

	}

	.address-rb {

		text-align: left;

	}

	.map {

		position: relative;

		width: 100%;

		background: #ddd;

		height: 400px;

		margin-top: 70px;

	}

	.slicknav_menu {

		background: #afafaf !important;

		padding: 0px 0px !important;

	}



	.slicknav_menu .slicknav_menutxt {

	}



	a.slicknav_btn.slicknav_collapsed {

		background: #000 !important;

	}



	.slicknav_nav .slicknav_row, .slicknav_nav a {

		font-size: 20px;

		margin: 0;

		letter-spacing: 0.5px;

	}

}



/* Medium Mobile :480px. */



@media only screen and (min-width: 576px) and (max-width: 766px) {

	.hero-slider .slider-nav-warp {

		padding: 0 15px;

	}

	.banner .tag-new {

		position: relative;

		display: inline-block;

		margin-bottom: 18px;

		right: 0;

		top: 0;

	}

}



/* Small Mobile :320px. */



@media only screen and (max-width: 479px) {

	.hero-slider .slider-nav-warp {

		max-width: 510px;

		padding: 0 15px;

	}

	.hero-slider .hs-item h2 {

		font-size: 35px;

	}

	.hero-slider .hs-item .sb-line {

		margin-bottom: 15px;

	}

	.section-title h2 {

		font-size: 28px;

	}

	.feature h2 {

		font-size: 18px;

	}

	.banner .tag-new {

		position: relative;

		display: inline-block;

		margin-bottom: 18px;

		right: 0;

		top: 0;

	}

	.social-links {

		/* text-align: center; */

	}

	.social-links a i {

		font-size: 20px;

		margin-right: 0;

	}

	.social-links a span {

		display: none;

	}

}



/*

Abhishek Custom Style    

*/



.section-padding{padding: 4rem 0px 4rem 0;}



.swiper-contain {

        background: #afafaf;

        /* height: 40px; */

        width: 100%;

        /* position: fixed; */

        top: 0;

        z-index: 102;

        overflow: hidden;

    }

    .swiper-item{

        -webkit-animation-duration: 1s;

        animation-duration: 1s;

        -webkit-animation-fill-mode: both;

        animation-fill-mode: both;

        display: none;

    }

    @-webkit-keyframes fadeInUp {

        0% {

            opacity: 0;

            -webkit-transform: translate3d(0,100%,0);

            transform: translate3d(0,100%,0)

        }



        to {

            opacity: 1;

            -webkit-transform: translateZ(0);

            transform: translateZ(0)

        }

    }



    @keyframes fadeInUp {

        0% {

            opacity: 0;

            -webkit-transform: translate3d(0,100%,0);

            transform: translate3d(0,100%,0)

        }



        to {

            opacity: 1;

            -webkit-transform: translateZ(0);

            transform: translateZ(0)

        }

    }



    .fadeInUp {

        display: block;

        -webkit-animation-name: fadeInUp;

        animation-name: fadeInUp

    }

    .swiper-item {

    width: 100%;

    text-align: center;

}



.swiper-item a h3 {

    display: inline-flex;

    font-size: 14px;

    /* line-height: 40px; */

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 0.8px;

    font-weight: 700;

    margin: 0;

}



.site-logo img {height: auto;/* margin: 0px auto 10px auto; */width: 100%;text-align: center;width: 100%;}



header.header-section {background-color: #eff3f6;/* padding: 15px 0px; */z-index: 9999999;}

.navigation-menu {
    padding: 15px 0px;
}

.is-sticky .header-section{

    /* position: fixed; */

    /* top: 0; */

    /* width: 100%; */

    /* left: 0; */

    background-color: #fff !important;

    z-index: 999 !important;

}

.is-sticky .header-section {

    transition: all .8s;

    animation:slide-down 0.7s;    

}



@keyframes slide-down {

    0% {

        opacity: 0;

        transform: translateY(-100%);

    } 

    100% {

        opacity: 0.9;

        transform: translateY(0);

    } 

}



.shop-nwbtn {

    text-align: center;

    display: none;

    position: absolute;

    top: 40%;

    width: 100%;

}



.btn-shop {

    border: 1px solid #000 !important;

    border-radius: 0 !important;

    font-size: 14px !important;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    background-color: #000 !important;

    color: #fff !important;

}



.owl-carousel .owl-nav .owl-prev {

    position: absolute;

    left: 3%;

    top: 45% !important;

}



.owl-carousel .owl-nav .owl-next {

    position: absolute;

}



.owl-nav button i {

    font-size: 35px;

    border: 0;

    color: #ffffff;

    font-weight: 100;

}



section.banner-section {

    padding: 1rem 0 0 0;

}

.container-fluid {

    /* padding-left: 0px !important; */

    /* padding-right: 0px !important; */

    /* max-width: 100%; */

}

.know-abt-image img {

    height: 230px;

    width: 100% !important;

}



.know-abt-wrapper {

    position: relative;

    margin: 15px 0;

    text-align: center;

}



.play-button {

    position: absolute;

    top: 37%;

    text-align: center;

    left: 43%;

}



.play-button img {

    height: 80px;

    width: 80px !important;

}



.know-abt-wrapper:before {content: '';position: absolute;background-color: #00000014;height: 100%;width: 100%;top: 0;left: 0;}

section.Know-abt-section {

    padding: 2rem 0px 0rem 0;

}

section.Social-media {

    text-align: center;

    padding: 15px 0;

}



.descript {

    background-color: #f6c92d;

    width: 100%;

    padding: 18px 0;

    color: #000;

    font-size: 18px;

    font-weight: 600;

    border-radius: 2px;

}



.context p {

    font-size: 16px;

    font-weight: 500;

    margin: 0;

    letter-spacing: 0.5px;

    color: #fff;

}



div#addmodal .modal-dialog {background-color: #fff;border: 0 !important;max-width: 25% !important;}



div#addmodal {

    z-index: 99999;

    border: 0;

    border-radius: 9px;

    top: 15%;

}



div#addmodal .modal-content {

    border: 0;

    border-radius: 7px;

}



div#addmodal .modal-content .modal-header h4 {

    font-size: 17px;

}



div#addmodal .modal-content .modal-header .close {

    float: right !important;

    margin: 0;

    padding: 0px;

}



div#addmodal .modal-content .modal-header {

    display: flow-root;

}





.btn-banner {

    background-color: #000 !important;

    border-radius: 0 !important;

    color: #fff !important;

    font-size: 16px !important;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    padding: 10px 20px !important;

}

section.bd-section {

    background-color: var(--primary-color);

    padding: 40px 0;

}



.bd-title {

    font-size: 30px;

    text-align: center;

    width: 100%;

    text-transform: uppercase;

    color: #fff;

}





.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    background-color: #333333 !important;

}



.nav-pills .nav-link {

    color: #000;

}





@media(max-width: 568px){



}





/*Mobile Devices Inc Iphone 5,6,7,8 Portrait*/

@media (max-width: 767px) {

}

/*Mobile Devices Inc Iphone 5,6,7,8 Landscape*/

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {



}

/*Ipad and Ipad Pro Portrait*/

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {



}

/*Ipad and Ipad Pro Landscape*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {



}

/*Portrait and landscape iPad Pro*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {



}



/ (1440x900) WXGA+ Display /

@media  screen and (max-width: 1440px) {



}

 

/ (1680x1050) WSXGA+ Display /

@media  screen and (max-width: 1680px) {

 

}



/ (1920x1080) Full HD Display /

@media  screen and (max-width: 1920px) {

 

}



/ (2048x1152) Full HD Display /

@media  screen and (max-width: 2048px) {



}

/ (2560x1440) Full HD Display /

@media  screen and (max-width: 2560px) {



}

/ (3440x1440) Full HD Display /

@media  screen and (max-width: 3440px) {



}





.newsletterfields li input {

    padding: 10px !important;

    font-size: 14px !important;

    margin-bottom: 10px !important;

    width: 95% !important;

}



a.instagram {

    padding: 10px;

    text-align: center !important;

    width: 40px;

    height: 40px;

    /* text-align: center; */

}

a.instagram i{

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

}



a.facebook {

    padding: 10px;

    text-align: center !important;

    width: 40px;

    height: 40px;

    text-align: center;

    color: #fcfcfc !important;

}

a.facebook i{

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

}



a.whatsapp {

    background-color: #fff;

    padding: 10px;

    text-align: center !important;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    text-align: center;

}



a.whatsapp i{

    color: #8BC34A;

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

}





ul li{

    /* list-style: none; */

    color: #333;

}

ul li::before {

  /* content: "\2022"; */  /* Add content: \2022 is the CSS Code/unicode for a bullet */

  color: #585858; /* Change the color */

  font-weight: bolder; /* If you want it to be bold */

  display: inline-block; /* Needed to add space between the bullet and the text */

  width: 1em; /* Also needed for space (tweak if needed) */

  margin-left: -1em; /* Also needed for space (tweak if needed) */

}



@media(max-width: 768px){

    .woocommerce div.product form.cart .button{

        width: 60%;

    }

}



/*

Header Top Bar CSS For Celebrity Furniture.

*/



.topbar-contact-info ul li {

    display: inline;

    margin-right: 10px;

}

.top-bar {

    background: #afafaf;

    padding: 7px 0px;

}

.topbar-contact-info ul li a {

    font-size: 12px;

}

.topbar-contact-info ul {

    margin: 0px;

}



.site-topbar {

    background-color: var(--primary-color);

    padding: 10px 0px;

}



.topbar-contact-info {}

.topbar-contact-info ul{padding: 0; margin: 0;}

.topbar-contact-info ul li{}

.topbar-contact-info ul li{color: #fff;font-size: 14px;/* font-weight: 600; */}



.secondary-menu li {

    display: inline-block;

    margin-right: 10px;

}

.secondary-menu li a{color: #fff;font-size: 14px;/* font-weight: 600; */}

.topbar-secondary-menu {

    display: flex;

    justify-content: flex-end;

}





.banner-content {

    text-align: center;

    padding: 16% 0;

    position: relative;

    height: 100%;

}



.hero-slider .hs-item:before {content: '';position: absolute;top: 0;height: 100%;width: 100%;background-color: #00000052;}





.newsletter-content {

    width: 100%;

    text-align: center;

    position: relative;

}



.newsletter-content h3 {

}



.newsletter-content h3 {

    font-size: 40px;

    line-height: 55px;

    margin-bottom: 20px;

    font-weight: 700;

    color: #fff;

}



.newsletter-form {

    display: flex;

    /* width: 25%; */

    margin: 20px auto;

}



.newsletter-form input {

    background-color: #fff;

    border: 0;

    width: 100%;

    padding: 5px 10px;

    font-size: 14px;

}



.newsletter-form button {

    background-color: #000;

    color: #fff;

    border-radius: 0;

    font-size: 14px;

    text-transform: uppercase;

    line-height: 30px;

}



section.newsletter-section:before {

    content: '';

    position: absolute;

    top: 0;

    height: 100%;

    width: 100%;

    background-color: #0000007d;

}

section.blog-section {

    padding: 60px 0;

}



.blog-image img {

    height: 300px;

    width: 100%;

    object-fit: cover;

}



.blog-wrapper-box {

    /* border: 1px solid #ddd; */

    padding: 15px;

    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);

    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 22%);

}



.blog-detial h3 {

    font-size: 21px;

    margin-bottom: 9px;

    text-transform: capitalize;

}



.blog-detial {

    padding: 18px 0;

}



.blog-detial p {

    font-size: 15px;

    text-align: justify;

}



.blog-detial a {

    font-weight: 600;

}

.footer-logo img {/* filter: brightness(0)invert(1); */height: 40px;width: auto;}



.footer-part1 {

    margin-bottom: 45px;

    border-bottom: 1px solid #dddddd61;

    padding-bottom: 15px;

}

.modal-header button {

    margin: 0 !important;

}



.modal-header h4 {/* line-height: 65px; */}



.modal-header {

    display: block;

}



.modal-body {

    padding: 0;

}



.pnewsletter-img img {

    width: 100%;

    height: 300px;

    object-fit: cover;

}



.pnewsletter-content {padding-top: 35px;}



.pnewsletter-content p {

    font-size: 28px;

    font-weight: 700;

    text-align: left;

    line-height: 38px;

    margin-bottom: 34px;

}



.pnewsletter-content .newsletter-form {

    width: 87%;

    margin: 10px 0;

}



.pnewsletter-content .newsletter-form input {

    background-color: #e8e8e8;

}

.enquiry {

    width: 100px;

    height: 40px;

    position: fixed;

    bottom: 200PX;

    right: -74px;

    z-index: 999;

    display: block;

    background-color: #333333;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    box-shadow: -1px 1px 3px #999;

    -webkit-backface-visibility: hidden;

    -webkit-transform: translateX(-100%) rotate(-90deg);

    -webkit-transform-origin: right top;

    -moz-transform: translateX(-100%) rotate(-90deg);

    -moz-transform-origin: right top;

    -o-transform: translateX(-100%) rotate(-90deg);

    -o-transform-origin: right top;

    padding: 0px 10px;

    border-radius: 0;

}



.enquiry a{

    color: #fff;

    font-size: 15px;

    font-weight: bold;

    line-height: 1.8;

}

.contact-modal {padding: 30px;background-color: #eff3f6;}

.blog-wrapper-boxs {

    position: relative;

    -webkit-box-shadow: -1px 6px 5px 0px rgba(0,0,0,0.75);

    -moz-box-shadow: -1px 6px 5px 0px rgba(0,0,0,0.75);

    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 26%);

    overflow: hidden;

    border-radius: 4px;

}



.blog-images img {

    height: 415px;

    width: 100%;

    object-fit: cover;

}



.blog-detials {

    position: absolute;

    top: 48%;

    padding: 25px 20px;

    background: linear-gradient(45deg, #000000a1, #d6101d7d);

    transition: all 0.6s ease;

}



.blog-detials h3 {

    color: #fff;

    font-size: 24px;

    margin-bottom: 10px;

}



.blog-detials p {

    color: #fff;

}



.blog-detials a {

    background-color: #fff;

    padding: 6px 12px;

    color: #000;

    font-weight: 600;

}



.blog-wrapper-boxs:hover .blog-detials {

    top: 0%;

    height: 100%;

    transition: all 0.6s ease;

}

.topbar-contact-info ul li a {

    color: #fff !important;

    font-size: 13px !important;

    letter-spacing: 0.5px;

}



.topbar-contact-info {

}



.topbar-contact-info ul li img {

    margin-right: 5px;

}

.user-panel {

    text-align: center;

}

section.category-section {

    padding: 60px 0;

}

.category-wrap-img{

	overflow: hidden;

	transition: all .8s;

}

.category-wrap-img a img {

    height: 300px;

    width: 100%;

    object-fit: cover;

    transition: all .8s;

}



.category-wrap {

    position: relative;

    /* -webkit-box-shadow: -1px 3px 5px 0px rgba(0 0 0 / 38%); */

    -moz-box-shadow: -1px 3px 5px 0px rgba(0 0 0 / 38%);

    /* box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 38%); */

    margin: 30px 0px;

    overflow: hidden;

}



.category-wrap:hover .category-wrap-img a img{

	transform: scale(1.1,1.1);

	transition: all .8s;

}



.category-wrap-content {

    /* background-color: #afafaf; */

    /* position: absolute; */

    width: 100%;

    /* bottom: 0px; */

    text-align: center;

    padding: 10px 0;

}



.category-wrap-content a h3 {

    font-size: 20px;

    text-transform: uppercase;

}

.product-item .title{

  color: #1a1a1a;

  text-align: center;

  margin-bottom: 10px;

}



.content {

  position: relative;

  width: 100%;

  margin: auto;

  overflow: hidden;

}



.content .content-overlay {

  background: rgba(0,0,0,0.7);

  position: absolute;

  height: 99%;

  z-index: 1;

  width: 100%;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  opacity: 0;

  -webkit-transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  transition: all 0.4s ease-in-out 0s;

}



.content:hover .content-overlay{

  opacity: 1;

}



.content-image{

  width: 100%;

}



.content-details {

  position: absolute;

  text-align: center;

  padding-left: 1em;

  padding-right: 1em;

  width: 100%;

  top: 50%;

  left: 50%;

  opacity: 0;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

  z-index: 2;

}



.content:hover .content-details{

  top: 50%;

  left: 50%;

  opacity: 1;

}



.content-details h3{

  color: #fff;

  position: relative;

  margin-bottom: 0.5em;

  text-transform: capitalize;

  font-size: 14px;

  z-index: 999;

  line-height: 25px;

}



.content-details p{

  color: #fff;

  font-size: 0.8em;

}



.fadeIn-bottom{

  top: 80%;

}

section.newletter-section {

    background-color: #f3f3f363;

    padding: 30px 0;

}



.newsletter-content-wraper {

    text-align: left;

    width: 100%;

    padding: 25px 0 10px 0;

}



.newsletter-content-wraper h3 {

    font-size: 35px;

    margin-bottom: 30px;

}

section.footer-first-section {

    padding: 40px 0;

}



.footer-first-title h3 {

    font-size: 20px;

    margin-bottom: 20px;

    text-transform: capitalize;

}

.review-img img {

    height: 76px;

    margin-top: 0px;

}



.payment-img img {

    margin-top: -12px;

}

footer.footer {

    padding: 60px 0 60px 0;

    background-color: #0d2333;

    margin-top: 30px;

}

.copyright-text p {

    color: #fff;

    margin: 0;

    font-size: 14px;

}



.copyright-text {

    /* margin-top: 25px; */

    border-top: 1px solid #ddd3;

    /* padding-top: 30px; */

    background-color: var(--pink-color);

    padding: 10px 0px;

}



.copyright-text p a {

    color: #ddd;

}

.best-selling-section  .product-item {

    margin: 50px 30px;

}



.about_image_box img {

    height: 100%;

    width: 100%;

}



@media(max-width: 1024px){

    .header-top {display: none;}

    .top-bar{display: none;}

    .header-section{/* display: none; */}

}



/*============================================================

 * COMMON CLASSES

 * =========================================================*/



.bg-color-white{

    background-color: #fff !important;

}

.bg-color-grey{

    background-color: var(--light-grey);

}

.bg-color-primary{

    background-color: var(--primary-color);

}

.bg-color-secondary{

    background-color: var(--secondary-color);

}

.color-primary{

    color: var(--primary-color);

}

.color-secondary{

    color: var(--secondary-color);

}





/*==============================================

Site Title

===============================================*/



.site-title {

    margin-bottom: 55px;

}

.site-title h3 {

    /* text-transform: uppercase; */

    text-align: center;

    margin-bottom: 30px;

    font-size: 2.5rem;

    font-weight: 700;

    color: var(--secondary-color);

}

.color-primary{

	color: var(--primary-color);

}



/*====================================================

HOME PAGES CSS

=====================================================*/



/*========================================================

 * HOME BANNER CSS

 * ======================================================*/



.banner-enquiry-form .wpforms-container-full .wpforms-form .wpforms-field {

    padding: 8px 0px !important;

}



/*===================================================

HOME ABOUT SECTION CSS

=====================================================*/



.about-us-content {

    text-align: center;

}



.section-2-block-3 {

    padding: 5rem 8rem;

}



.section-2-textblock{}

.section-2-textblock p{

    color: #fff;

    margin-bottom: 20px;

    font-weight: 300;

    line-height: 30px;

}



.about-intro-links-box{

    background-color: #fff;

    padding: 20px 15px;

    border-radius: 10px;

    background-repeat: no-repeat;

    background-position: 100% 200%;

    margin-bottom: 20px;

}

.about-intro-links-box h4{

    font-size: 14px;

    font-weight: 800;

    margin-bottom: 10px;

    color: var(--primary-color);

}

.about-intro-links-box a{

    color: var(--pink-color);   

}

.about-intro-links-box a img{

    margin-left: 5px;

}



.about-intro-links-box1{

    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/06/Choose-us.svg);

}

.about-intro-links-box2{

    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/06/Team.svg);

}

.about-intro-links-box3{

    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/06/Faq.svg);

}



.section-2-block-2 {/* background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/07/maxresdefault.jpg); */height: 100%;background-repeat: no-repeat;background-size: cover;background-position: left;position: relative;background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2022/03/medical-students-on-steps.jpg);}



#playicon-home-about {

    position: absolute;

    top: 45%;

    right: -10%;

    z-index: 9;

}



/*====================================================

HOME SERVICES SECTION CSS

====================================================*/



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

/***** Layla Effect CSS *****/

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



.layla-grid{

	position: relative;

	margin-bottom: 30px;

}

.layla-grid figure{

	position: relative;

	margin-bottom: 0;

}

.layla-grid figure figcaption{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.layla-grid figure figcaption > a {

	position: absolute;

	top: 75%;

	right: 15%;

	background-color: #000;

	padding: 12px 35px;

	text-transform: uppercase;

	font-size: 14px;

	letter-spacing: 1px;

	color: #fff;

	z-index: 99999999;

}



figure.effect-layla {

	background: #000000;

}



figure.effect-layla img {

	height: 520px;

	width: 100%;

	object-fit: cover;

}



figure.effect-layla figcaption {

	padding: 3em;

}



figure.effect-layla figcaption::before,

figure.effect-layla figcaption::after {

	position: absolute;

	content: '';

	opacity: 0;

}



figure.effect-layla figcaption::before {

	top: 50px;

	right: 15px;

	bottom: 50px;

	left: 15px;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

	-webkit-transform: scale(0,1);

	transform: scale(0,1);

	-webkit-transform-origin: 0 0;

	transform-origin: 0 0;

}



figure.effect-layla figcaption::after {

	top: 30px;

	right: 20px;

	bottom: 30px;

	left: 20px;

	border-right: 1px solid #fff;

	border-left: 1px solid #fff;

	-webkit-transform: scale(1,0);

	transform: scale(1,0);

	-webkit-transform-origin: 100% 0;

	transform-origin: 100% 0;

}



figure.effect-layla h3 {

	padding-top: 5%;

	-webkit-transition: -webkit-transform 0.35s;

	transition: transform 0.35s;

	padding: 20px;

	font-size: 28px;

	font-weight: 400;

	text-transform: uppercase;

	color: #fff;

}



figure.effect-layla p {

	padding: 0.5em 2em;

	text-transform: none;

	opacity: 0;

	-webkit-transform: translate3d(0,-10px,0);

	transform: translate3d(0,-10px,0);

}



figure.effect-layla img,

figure.effect-layla h2 {

	/* -webkit-transform: translate3d(0,-30px,0); */

	/* transform: translate3d(0,-30px,0); */

}



figure.effect-layla img,

figure.effect-layla figcaption::before,

figure.effect-layla figcaption::after,

figure.effect-layla p {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

	transition: opacity 0.35s, transform 0.35s;

}



figure.effect-layla:hover img {

	opacity: 0.7;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}

figure.effect-layla:hover h3, figure.effect-layla:hover p{

	color: #fff;

}

figure.effect-layla:hover figcaption::before,

figure.effect-layla:hover figcaption::after {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



figure.effect-layla:hover h3,

figure.effect-layla:hover p {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



figure.effect-layla:hover figcaption::after,

figure.effect-layla:hover h3,

figure.effect-layla:hover p,

figure.effect-layla:hover img {

	-webkit-transition-delay: 0.15s;

	transition-delay: 0.15s;

}





/*===================================================================

HOME CALL TO ACTION SECTION

=================================================================*/



.ctoa-box-wrap {

    background-color: var(--primary-color);

    padding: 5rem 4rem;

}



.ctoa-box-wrap h4{

    color: #fff;

    margin-bottom: 30px;

}

.ctoa-box-wrap p{

    color: #fff;

    /* font-size: 18px; */

    margin-bottom: 30px;

}



.ctoa-box-wrap .btn-white{

    background-color: #fff;

    text-transform: uppercase;

    padding: 12px 30px;

    /* font-weight: 600; */

}



section.ctoa-section {

    background-size: contain;

    background-repeat: no-repeat;

    /* height: 500px; */

    background-position: 85% 100%;

    margin: 7rem 0px;

    padding-bottom: 10rem;

}



.call-to-action-text-white p {

    color: #fff;

}



/*==========================================================

LONDON MEDICAL ACADEMY CSS START

===============================================================*/



section {

    padding: 7rem 0px;

	position: relative;
	overflow: hidden;

}



.hero-section-content h1 {

    font-size: 3rem;

    font-weight: 900;

    margin-bottom: 10px;

    color: var(--primary-color);

}

.hero-section-content h1 .color-primary{

    color: var(--primary-color);

    display: block;

}



.hero-section-content p {

    margin-bottom: 30px;

    font-size: 20px;

    color: var(--text-color);

}



.btn-transparent:hover {

    background-color: var(--primary-color);

    color: #fff;

    transition: all .6s;

}



/*=========================================================================

PAGE HERO SECTION

=========================================================================*/



.page-hero-section {background-color: #eff3f6;padding-bottom: 5rem;/* height: 80vh; */padding-top: 4rem;}



@media(max-width: 1028px){

	.page-hero-section {

		height: auto;

		background-image: none !important;

	}



}



.bg-position-right{

    background-position: right top;

    background-size: contain;

    background-repeat: no-repeat;

}



.page-hero-section-content {

    background-color: #eff3f6;

    /* padding-bottom: 10rem; */

}

.page-hero-section-content h5{

    font-weight: 700;

    font-size: 20px;

    margin-bottom: 10px;

}

.page-hero-section-content h1{font-size: 38px;color: var(--primary-color);margin-bottom: 20px;}

.page-hero-section-content p{}



.hero-image {

    position: relative;

}

.hero-image .playicon{

    display: block;

    text-align: center;

    margin-left: -10%;

}

.hero-image .playicon img{

    position: absolute;

    top: 40%;

    width: 100px;

}





/*=============================================================

SECTION 2 CSS

===========================================================*/



.section-2-block-3 .section-2-textblock {

    margin-bottom: 40px;

}



.section-2-textblock-content p {

}



/*==================================================================

SECTION 3 CSS

=================================================================*/



.study-box-wrapper {

    padding: 20px;

    border-radius: 10px;

    background-color: #eff3f6;

    margin-bottom: 30px;

	transition: all .8s;

}



.study-box-wrap-icon {

    display: flex;

    margin-bottom: 20px

}

.study-box-wrap-icon img{

    margin-right: 20px

}

.study-box-wrap-icon h4{

    font-weight: 700

}

.study-box-wrapper .step-content{}

.study-box-wrapper .step-content p{

    min-height: 120px;

}

.study-box-wrapper .step-content a{

    color: var(--primary-color);

    font-weight: 700;

    padding: 10px 0px;

    border-radius: 10px;

    display: inline-block;

}



.study-box-wrapper-hightlight {

    background-color: var(--primary-color);

    box-shadow: 0px 2px 20px 10px #23366f40;

}

.study-box-wrapper-hightlight h4{color: #fff}

.study-box-wrapper-hightlight p{color: #fff}

.study-box-wrapper-hightlight a{

    background-color: var(--pink-color);

    color: #fff !important;

    padding: 10px 20px !important;

    border-radius: 10px;

    display: inline-block;

}



.study-box-wrapper:hover {

    background-color: var(--primary-color);

    transition: all .8s;

}

.study-box-wrapper:hover h4{

    color: #fff;

    transition: all .8s;

}

.study-box-wrapper:hover p{

    color: #fff;

    transition: all .8s;

}

.study-box-wrapper:hover a{

    background-color: var(--pink-color);

    padding: 10px 20px;

    color: #fff;

    transition: all .8s;

}

.study-box-wrapper:hover img{

    filter: brightness(0) invert(1);

}



/*=========================================================================

 * CALL TO ACTION SECTION

 * ========================================================================*/



.ctoa-box-wrapper {

    background-color: var(--secondary-color);

    padding: 30px;

    border-radius: 10px;

}



.ctoa-content {

    display: flex;

}

.ctoa-content .ctoa-text-icon{

    margin-right: 15px

}



.ctoa-text-icon img{

	width: 150px

}



.ctoa-content h4{

    color: #fff;

    font-size: 28px;

    font-weight: 600;

}

.ctoa-content p{color: #fff}



/*==========================================================================

 * WHERE TO STUDY SECTION CSS

 * =======================================================================*/



.study-locations-wrap {

    background-color: #fff;

    padding: 20px;

    border-radius: 10px;

    margin-bottom: 15px;

}

.study-locations-wrap img{

    display: block;

    margin-bottom: 15px

}

.study-locations-wrap .arrow-link{

    display: flex;

    align-items: center;

    color: var(--primary-color);

    font-weight: 600;

    font-size: 16px;

}

.study-locations-wrap .arrow-link img{

    display: unset;

    margin-left: 10px;

    margin-bottom: 0;

}

.study-locations-section {

    background-color: #eff3f6;

    padding: 7rem 0px;

}

.study-locations-text h3 {

    font-size: 24px;

    color: var(--secondary-color);

    font-weight: 700;

}





/*=========================================================================

 * PACKAGES SECTION CSS

 * ========================================================================*/



.packages-section {

    padding-bottom: 10rem;

}



.packages-box {padding: 30px 25px;background-color: var(--light-grey);border-radius: 10px;margin-bottom: 25px;}



.package-box-head {

    display: flex;

    margin-bottom: 20px;

}

.package-box-head h3{font-size: 24px;font-weight: 700;}

.package-box-head img{

    margin-right: 15px

}



.package-box-content {}

.package-box-content h4{

    font-size: 26px;

    font-weight: 700;

    margin-bottom: 30px;

}

.package-box-content{}

.package-box-content ul{

    margin-left: 10px;

}

.package-box-content ul li:before{

    content: "\f00c";

    font-family: "FontAwesome";

    color: var(--secondary-color);

    margin-right: 10px

}

.package-box-content ul li{

    list-style: none;

    margin-bottom: 20px;

    color: #000;

    display: flex

}

.package-box-content ul .na-package{

    color: #b0b0b0;

}



.package-box-pricing {}

.package-box-pricing .package-pricing{

    font-size: 26px;

    font-weight: 700;

    color: var(--secondary-color);

}

.package-pricing .light-text{

    font-size: 18px;

    color: #656565

}

.package-box-pricing a{

    font-size: 14px !important;

    padding: 15px; 

}



.package-highlight{

    background-color: var(--primary-color);

}

.package-highlight h3, .package-highlight h4, .package-highlight p{

    color: #fff

}

.package-highlight ul li{

    color: #fff

}

.package-highlight .light-text{

    color: #fff

}





/*========================================================================

HOW IT WORKS SECTION CSS

=======================================================================*/



.how-it-works-box {

    padding: 10px 10px;

    text-align: center;

    margin-bottom: 30px;

}



.how-it-works-section {

    /* background-color: #eff3f6; */

}



.how-it-works-img {

    margin-bottom: 20px;

    position: relative;

}

.how-it-works-img img{

    background-color: #fff;

    padding: 25px;

    border-radius: 10px;

}

.how-it-works-img .arrow-image img{

    background-color: unset;

    padding: unset;

    /* display: none */

}



.how-it-works-box h4{

    margin-bottom: 20px

}

.how-it-works-box p{

    font-size: 14px;

    color: #000;

}

.arrow-image {

    position: absolute;

    top: 20%;

    right: -30%;

    width: 40%;

}



/*========================================================================

HOW IT WORKS SECTION CSS

=======================================================================*/

.call-to-action-2-content {}

.call-to-action-2-content h4{

    color: var(--secondary-color);

    font-weight: 700;

    margin-bottom: 30px;

    font-size: 28px;

}

.call-to-action-2-content p{

    margin-bottom: 30px

}



/*========================================================================

TESTIMONIALS  CSS

=======================================================================*/



.testimonials-box-content-wrap h4 {

    font-weight: 700;

}



.testimonials-video-wraps {

display: grid;

grid-gap: 20px;
}



.testimonial-box{

    position: relative;

    background-color: #ddd;

}



.testimonial-box:before{

    content:"";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background-color: #36a5a463;

}



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

.testimonial-box{}



.testimonials-box-1 {

grid-column: 1 /3;

grid-row: 2;
}

.testimonials-box-1 img{

    height: 300px;

    object-fit: cover

}

.testimonials-box-2 {grid-column: 1;grid-row: 1;height: 210px;}

.testimonials-box-3 {

    grid-column: 2;

    grid-row: 1;

}

.testimonials-box-4 {

    grid-column: 3;

    grid-row: 1 / 3;

 }



.testimonials-box-4 img{

    height: 100%;object-fit: cover;

}



.testimonial-text {

    position: absolute;

    bottom: 0;

    padding: 20px;

}

.testimonial-text h4{font-size: 20px;font-weight: 600;color: #fff;margin-bottom: 10px;}

.testimonial-text p{

    margin: 0px;

    font-size: 14px;

    color: #fff

}



.play-testimonial-icon {position: absolute;top: 35%;left: 40%;background-color: #fff;padding: 10px;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 20px;color: var(--secondary-color);z-index: 999;}

.testimonials-box-content-wrap {

    padding-right: 30px;

    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/07/Path-67.png);

    background-repeat: no-repeat;

    background-position: 70% 0%;

}



/*================================================================

 * HOME NEWS SECTION

 * =============================================================*/



@media(min-width:768px){

   .news-grid-layout-flex {

        display: flex;

    }



    .news-grid-layout-flex .news-image{

        -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

        max-width: 41.666667%;

        margin-right: 25px;

    }

    .news-grid-layout-flex .news-image img{

    min-height: 100%;

    object-fit: cover;

    }

 

}





.news-grid-layout-1 {}

.news-grid-layout-1 .news-image{

    margin-bottom: 20px;

}

.news-grid-layout-1 .news-image img{}



.news-grid-layout-1 .news-content{}

.news-grid-layout-1 .news-content .news-date{} 

.news-grid-layout-1 .news-content .news-date p{

    color: #000;

    font-size: 16px;

    font-weight: 700;

} 

.news-grid-layout-1 .news-content .title-content{}

.news-grid-layout-1 .news-content .title-content h3{

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 15px;

}

.news-grid-layout-1 .news-content .title-content p{}



/*=========================================================

 * PARTNERS SECTION

 * =======================================================*/



.partners-section {padding-bottom: 6rem;}



/*=========================================================

 * CONTACT INFO SECTION

 * ======================================================*/



.contact-info-wrap {

    display: flex;

    margin-bottom: 20px;

}

.contact-info-icon img {

}

.contact-info-icon {

    -ms-flex: 0 0 50%;

    flex: 0 0 13%;

    max-width: 13%;

}

.contact-info-content h4 {

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 10px;

}





.footer-subscribe-form input {

    padding: 15px !important;

    height: 55px;

    margin-right: 20px;

    border-radius: 10px;

    border: 2px solid var(--primary-color);

}



.footer-subscribe-form h5 {

    font-size: 16px;

    margin-bottom: 20px;

}



.footer-social-media {

    margin-top: 20px;

}

.footer-social-media h5{

    font-size: 16px;

    margin-bottom: 10px;

}

.footer-social-media ul li{

    display: inline-block;

    margin-right: 10px

}

.footer-social-media ul li a i{

    color: var(--primary-color);

    font-size: 18px;

    background-color: #f3bbbf;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    padding: 5px;

}

.section-2-textblock {

    margin-bottom: 40px;

}

.hero-section-content {

    margin-bottom: 50px;

}



@media(max-width: 568px){

    .hero-section-content {

        text-align: center

    }

}



/*====================================================================

 * WP FORMS EXTRA CSS

 * =================================================================*/



div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {

    padding: 6px 10px !important;

    border-radius: 10px !important;

    border: 0px !important;

}



.banner-enquiry-form .wpforms-field input{

    background-color: #fff !important;

    height: 55px !important;

}

.banner-enquiry-form .wpforms-field textarea{

    background-color: #fff !important;

    height: 225px !important

}



div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {

    max-width: 100% !important;

}



.contact-info-form-wrapper .wpforms-field input{

    background-color: #eff3f6 !important;

    height: 55px !important;

}

.contact-info-form-wrapper .wpforms-field textarea{

    background-color: #eff3f6 !important;

    height: 225px !important

}



/*================================================================================

 * COMMON WEBSITE CLASSES

 * ===========================================================================*/



.row.no-gutters {

  margin-right: 0;

  margin-left: 0;



  & > [class^="col-"],

  & > [class*=" col-"] {

    padding-right: 0;

    padding-left: 0;

  }

}



.section-divider-white:after {content: "";background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/06/Path-2628.png);width: 100%;position: absolute;bottom: 0;z-index: 1;background-size: cover;height: 50px;right: 0px;}



.section-divider-primary:after{

    content: "";

    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/07/Path-2641-1.png);

    width: 100%;

    position: absolute;

    bottom: 0;

    z-index: 1;

    background-size: cover;

    height: 50px;

    right: 0px;

}





.section-grey{

    background-color: #eff3f6;

}



.section-divider-grey:after {

    content: "";

    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/06/Path-2649.png);

    width: 100%;

    position: absolute;

    bottom: 0;

    z-index: 1;

    background-size: cover;

    height: 50px;

    right: 0px;

}



/*==================================================================================

FAQ SECTION CSS

==================================================================================*/





.faq-accordian-card {

    border: 0px;

    margin-bottom: 20px;

    border-radius: 20px !important;

}

.faq-accordian-card {

    /* background-color: #EFF3F6; */

}



.faq-accordian h4{}

.faq-accordian .card-header{

    border: 0px;

    /* border-radius: 20px 20px !important; */

    background-color: #EFF3F6;

}

.faq-accordian .card-body{

    background-color: #EFF3F6;

    border-radius: 0px 0px 20px 20px !important;

    padding: 30px 50px;

}

.faq-accordian .card-body h4{

    font-size: 16px;

    margin-bottom: 10px;

    font-weight: 600



}

.faq-accordian .card-body p{

    font-size: 16px;

    margin-bottom: 10px;

    color: #707070

}

.faq-accordian h4 a{

    color: #000;

    font-size: 16px;

    padding: 10px;

    outline: none !important;

    box-shadow: unset !important;

    border-radius: 10px !important;

}



.faq-accordian h4 a:before{

    content: "\f068";

    font-family: "FontAwesome"; 

    color: var(--secondary-color);  

}



.faq-accordian h4 .collapsed:before{

    content: "\f067";

    font-family: "FontAwesome"; 

    color: var(--secondary-color); 

}



/*============================================================

MEET OUR TEAM SECTION

============================================================*/

.pb-8 {

    padding-bottom: 8rem;

}



.team-member-image {

    text-align: center;

}

.team-member-image img{

    width: 70%;

}



.team-member-info{}

.team-member-info .team-info-quote{

    margin-bottom: 20px;

}

.team-member-info h4{

    margin-bottom: 20px;

}

.team-member-info .team-member-short-info{}

.team-member-info .team-member-short-info p{}

.team-member-name-designation{}

.team-member-name-designation h3{

    font-size: 26px;

    color: var(--secondary-color);

    font-weight: 600;

}

.team-member-name-designation p{

    color: #a9a9a9 !important;

}



/*========================================================================

ABOUT PAGE CSS

===========================================================================*/



/*============================================================================

ABOUT INTRO SECTION CSS

==============================================================================*/



.our-mission-content {}

.our-mission-content h4{

    color: var(--secondary-color);

    font-weight: 600;

    margin-bottom: 20px;

}

.our-mission-content h3{

    color: var(--primary-color);

    margin-bottom: 20px;

    line-height: 40px;

    font-size: 28px;

}

.our-mission-content p{}



@media(min-width:768px) {  /* Modify this based on column def */



.custom-gutter > [class*='col-'] {

    padding-right:40px;

    padding-left:40px; 

}



.custom-gutter > [class*="col-"]:first-child {

  padding-left:15px;

}

  

.custom-gutter > [class*="col-"]:last-child {

  padding-right:15px;

}



}



/*=========================================================

ABOUT WHY CHOOSE US SECTION

===========================================================*/



.about-why-choose-us-box {

padding: 25px;

background-color: #fff;

border-radius: 10px;

margin-bottom: 20px;
}

.about-why-choose-us-box .about-why-choose-us-icon{

    margin-bottom: 20px;

}

.about-why-choose-us-box .about-why-choose-us-icon img{}

.about-why-choose-us-box h3{

    font-size: 22px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 20px;

    min-height: 60px;

}

.about-why-choose-us-box p{min-height: 230px;}



/*=================================================================

ABOUT TEAM SECTION

=================================================================*/



.about-team-box {

    padding: 25px;

}



.about-team-box:hover .about-team-box-image:before{

    opacity: 1;

}



.about-team-box .about-team-box-image:before

{

   content: "";

   position: absolute;

   top: 0;

   left: 0;

   background: linear-gradient(180deg, transparent, var(--primary-color));

   width: 100%;

   height: 100%;

   border-radius: 20px;

   opacity: 0;

   transition: all .8s;

}

.about-team-box .about-team-box-image{

    margin-bottom: 20px;

    position: relative;

}

.about-team-box h3{

    font-size: 22px;

    font-weight: 600;

    color: var(--secondary-color);

}

section.map-section {
    /*padding: 0;
    margin-top: -50px;*/
}
.contact-page-form {
    padding: 40px;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 30%);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 10px;
}
.contact-details-section {
    padding-bottom: 0rem;
}
.testimonialbg-green {background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/07/Path-2645.png);background-repeat: no-repeat;background-position: center top;background-size: contain;}

.testimonial-content {
    padding: 20px 15px;
}

.testimonial-image img {
}

.testi-info img {
    height: auto;
    width: auto;
    margin-bottom: 15px;
}

.testi-info h5 {
    font-size: 16px;
    color: #a9a9a9;
    font-weight: 550;
    line-height: 32px;
}

.testi-info h3 {
    font-size: 31px;
    font-weight: 500;
    line-height: 45px;
}

.testi-info {
    /*margin-bottom: 65px;*/
}

.testi-content p {
    margin: 0;
    font-size: 16px;
    /* font-weight: 550; */
    letter-spacing: 0.3px;
}

.testi-content h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 12px;
}

.bg-green .testi-info h3 {
    color: #36a5a4;
}
.testimonails-section .row {margin-bottom: 70px;}
.testimonialbg-blue {
    background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/07/Path-1.png);
        background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;

}

.bg-blue .testi-info h3 {
    color: #23366f;
}

.footer_menu_wrp ul li {
    list-style: none;
    position:relative;
    line-height: 35px;
}

.footer_menu_wrp ul li a img{
    height: 30px;
    position:absolute;
    left:0px;
    top: 8px;
    width: 30px;
    object-fit: contain;
}

.footer_menu_wrp ul li a{
    padding-left:20px;
    font-size:14px;
    color:#fff;
    line-height: 40px;
}

.footer_menu_wrp ul li a span {
    margin-left: 30px;
}

.footer_menu_wrp {
    padding: 40px 0px 0px;
}

.social_icon_copyright_bx ul li {list-style: none;margin: 0px 10px;}

.social_icon_copyright_bx ul {
    display: flex;
    justify-content: flex-end;
}

.social_icon_copyright_bx ul li a i {
    font-size: 20px;
    color: #fff;
}

.bg-form-patch {
    background-size: 50%;
}

.page_hero_form_section {
    margin-left: 25%;
}

button#wpforms-submit-449 {
    background: var(--pink-color) !important;
    color: #fff;
    border: 0px;
    border-radius: 10px;
}

.page_hero_form_section p {
    color: #fff;
}

.our-mission-img {
    position: relative;
}

.playbtn-icon {
    position: absolute;
    top: 40%;
    display: block;
    margin: 0px auto;
    text-align: center;
    left: 45%;
}

.playbtn-icon img{
    width: 100px;
}

/*===============================================================
OUR UNIVERSITY NETWORK SECTION
=================================================================*/

.partner-university-box {
    margin-bottom: 35px;
}
.partner-university-box h4{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 5px;
}
.partner-university-box .view-details-btn{
    color: var(--secondary-color);
    /* font-weight: 600; */
    font-size: 16px;
    display: flex;
    align-items: center;
}

.partner-university-box .view-details-btn:after{
	content: "";
	height: 20px;
	width: 20px;
	background-image: url(https://www.medschool-masters.co.uk/wp-content/uploads/2021/07/XMLID_27_.svg);
	/* position: absolute; */
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 15px;
	margin-top: 10px;
}

.partner-university-box p{}
.partner-university-box .partner-university-box-img {
    margin-bottom: 15px;
}
.partner-university-box .partner-university-box-img img{
    border-radius: 15px;
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.our-university-content h3{
    color: var(--secondary-color)
}

/*====================================================================
PLACEMENT SERVICES INTRO SECTION CSS
=====================================================================*/

.placement-services-content {}
.placement-services-content h4{
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.placement-services-content h3{
    font-size: 30px;
    color: var(--primary-color);
}
.placement-services-content p{
	font-size: 16px
}

.placement-services-content ul{
	margin-left: 20px
}
.placement-services-content ul li{
	font-size: 16px;
	line-height: 30px
}

/*=================================================================
CHOOSE RIGHT UNIVERSITY SECTION CSS
=================================================================*/

.choose-right-university-content {
    margin-bottom: 50px;
}
.choose-right-university-content h3{
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 28px;
}
.choose-right-university-content h4{
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 30px;
}
.choose-right-university-content p{}

.related-courses-section {
    margin-bottom: 30px;
    display: flex;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.related-courses-flag {
    margin-right: 10px;
}
.related-courses-flag img{
    width: 40px;
}

.related-courses-content {}
.related-courses-content h4{
    color: var(--primary-color);
    font-size: 20px;
    /* font-weight: 800; */
    margin-bottom: 5px;
}
.related-courses-content h5{
    color: #ddd;
    margin-bottom: 5px;
    display: none;
}
.related-courses-content a{
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 16px;
}

/*===============================================================
UNIVERSITY & FACTS SECTION
====================================================================*/

.universities-facts-content {}
.universities-facts-content h3{
    color: var(--secondary-color);
    font-size: 26px;
    margin-bottom: 15px;
}
.universities-facts-content h4{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 15px
}

.university-facts-wrap {
    padding: 3rem;
    background-color: #EFF3F6;
    border-radius: 15px;
}

.university-facts-box {
    margin-bottom: 30px;
}
.univerity-header-section h3{
    color: var(--secondary-color);
    font-size: 26px;
    margin-bottom: 25px;
}
.university-facts-box img{
    width: 40px;
    margin-bottom: 10px;
}
.university-facts-box h4{
    font-size: 18px;
    color: var(--secondary-color);
}

.university-video-box {
    position: relative;
}
.university-video-box img{
    position: relative;
    height: 125px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.university-video-box .playicon{
    position: absolute;
    top: 25%;
    display: block;
    width: 100%;
    text-align: center;
}
.university-video-box .playicon img{
	width: auto;
	height: auto
}
.university-video-box .videotitle h5{
   color: var(--secondary-color);
   font-size: 16px;
   margin-top: 15px
}

.wpforms-submit-container {
    text-align: center;
}

/* Booking Form CSS */


.mt-image-choices .wpforms-image-choices .wpforms-image-choices-item{
   display: flex !important; 
   align-items: center;
}
.mt-image-choices .wpforms-image-choices .wpforms-image-choices-item label{
   min-height: 200px;
   align-items: center;
   border: 1px solid #ddd !important;
   border-radius: 10px;
   margin-bottom: 20px !important;
   margin-right: 20px !important;
   display: block;
   width: 100%;
}
.mt-image-choices .wpforms-image-choices .wpforms-image-choices-item label img{
    height: 50px;
    width: auto;
    object-fit: contain;
}

.mt-image-choices .wpforms-image-choices .wpforms-image-choices-item label .wpforms-image-choices-image{
    height: 100px;
    width: 100px;
    display: flex !important;
    margin: 0px auto;
    align-items: center;
}

.mt-image-choices .wpforms-image-choices-label{
    font-size: 18px !important;
    font-weight: 600
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label{
    background-color: var(--primary-color) !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label .wpforms-image-choices-label{
    color: #fff;
}
.wpforms-page-next, .wpforms-page-prev{
    background-color: var(--pink-color) !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 0px !important;
    border-radius: 10px !important
}

.common-page-content {}
.common-page-content p{
    margin-bottom: 15px;
    font-size: 16px;
}
.common-page-content h4{
    margin-bottom: 20px;
}
.testimonial-text .openday-btn {
    color: #fff;
    font-size: 16px;
    background-color: var(--pink-color);
    padding: 8px 15px !important;
    display: inline-block;
    border-radius: 5px;
}


.mega-menu .sub-menu {
    width: 1280px;
    left: -750% !important;
    top: 150%;
    display: inline-flex;
    flex-wrap: wrap;
    height: unset !important
    
}
.mega-menu .sub-menu li{
    flex: 0 0 25%;
    max-width: 25%;
    display: inline-block;
}

.partners-section .row .col-2 {
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
}
.wpforms-page-next {
    float: right !important;
}
.choose-right-university-content ul {
    margin-left: 20px;
    margin-bottom: 30px;
}
.choose-right-university-content ul li{
    font-size: 16px;
    line-height: 30px;
}
.choose-right-university-content h5 {
    margin-bottom: 20px;
    font-size: 18px;
}

.partner-logo-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}


.last_9 img {
    /* height: 140px; */
    /* position: absolute; */
    /* top: -18px; */
}
.page-hero-section-content h4 {
    margin-bottom: 10px;
}

.thankyou-box-wrap {
    text-align: center;
}
.thankyou-box-wrap h1{
    font-size: 3rem;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 30px;
}
.thankyou-box-wrap img{
    width: 80px;
    margin-bottom: 30px;
}

.packages-box-green {
    /* background-color: #e2f9f9; */
}

.blurb-image-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.blurb-content-wrap {
    padding: 10px 0px;
}
.blurb-content-wrap h3{
    color: var(--secondary-color);
    font-size: 24px
}
.blurb-wrap {
    margin-bottom: 30px;
}

.call-to-action-2-img {
    margin-bottom: 30px;
}
.blog_image_box_wraper img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}

.rel_blog_article_title h3{
    color: var(--secondary-color)
}

.rel_blog_links {}
.rel_blog_links ul{
}
.rel_blog_links ul li{
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.rel_blog_links ul li a{
    font-size: 16px;
    color: #333;
}

/*==========================================================================
RESPONSIVE STYLE CSS
===========================================================================*/


@media(max-width: 1025px){
    .section-2-textblock-content h3{
        font-size: 20px
    }
    .section-2-textblock-content p{
        margin-bottom: 10px;
    }
    .section-2-block-3{
        padding: 40px
    }
    .page_hero_form_section h4{
    	color: var(--secondary-color) !important;
    }
    .page_hero_form_section{
    	margin-left: 0px;
    	margin-top: 30px;
    }
    .page_hero_form_section p{
    	color: #333 !important;
    }
}


@media(max-width: 568px){
    
    .hero-section-content h1{
        font-size: 40px;
        margin-bottom: 0px;
        font-weight: 80000
    }
    .banner-enquiry-form {
        width: 100% !important
    }
    .section-2-block-3{
        padding: 40px
    }
    .section-2-textblock-content h3{
        font-size: 20px
    }
    #playicon-home-about{
        width: 60px;
        height: 60px;
        right: 10%;
        top: 110px !important;
    }
    .testimonials-video-wraps{
    	display: block;
    }
    .testimonial-box{
    	margin-bottom: 20px
    }
    .page-hero-section-content h1{
    	font-size: 28px
    }
    .page-hero-section-content h5{
    	font-size: 16px
    }
}
input#wpforms-672-field_3 {
    padding-left: 50px !important;
}

.page-hero-section:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 790px);
    height: 100%;
    background-color: #23366F;
}
.bg-form-patch {
    background-image: none !important;
}
input#wpforms-669-field_6 {
    padding-left: 50px !important;
}

@media(max-width: 568px){
    .wpforms-page-indicator {
        display: none;
    }
    .modal {
        z-index: 99999 !important;
    }
    .modal-backdrop.show{
        z-index: 9999
    }
}

#exit-intent-popup {position: fixed;top: 0;left: 0; bottom: 0;right: 0;z-index: 99999;background: rgba(33, 33, 33, 0.8);transform: translateY(60%) scale(0);transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);}
.exitintentpopupinner {position: relative;/*top: 50%;left: 50%;transform: translate(-50%, -50%);*/background: #fff url(https://www.medschool-masters.co.uk/wp-content/uploads/2022/05/existbspopup.png) no-repeat 98% bottom; width: 50%; margin:5% auto; background-size: 105px auto; padding: 1% 10% 1% 1%;}
#exit-intent-popup h2 {text-align: center; margin-bottom: 2.5%; font-weight: bold; color: #25356e;font-size: 30px;}
#exit-intent-popup.visible {transform: translateY(0) scale(1);}
#exit-intent-popup .gform_heading{display:none;}
#exit-intent-popup .close{float: right;font-size: 21px;font-weight: normal;line-height: 1;opacity: 1; position: absolute;
top: 10px; right: 15px; background: #25356e; color: #fff; padding: 7px 13px 10px 13px;border-radius: 50%; cursor:pointer;}
#exit-intent-popup #wpforms-submit-1447{background: #25356e;margin-top: 5%;color: #fff;width: 100%;border-radius: 10px;}
#wpforms-form-1447.wpforms-form input {background: #ccc;}
#exitintenttext p{text-align:center; font-size: 17px; color: #020200;font-weight: bold;}
#exitintenttext p strong {color: #253581;}
div#exitintenttext{padding:3%;}
#exit-intent-popup #wpforms-submit-1447:hover{background:#ff0e63;}
/* Product Page Design */
.single-product .product_title{font-weight: 900; font-size: 36px; color: #1a355a; margin-bottom: 5px; line-height: 1.2;}
.single-product div.product p.price {color: #f40066; font-size: 1.50em; font-weight: bold;}
.single-product .quantity, .single-product .product_meta, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2, .single-product .wc-tabs li:before, .single-product .wc-tabs li:after, .single-product .wc-tabs:before{display:none !important;}
.woocommerce button.button.alt, .woocommerce button.button.alt:hover{background-color: #f40066;}
.woocommerce div.product form.cart .variations th{vertical-align: middle;}
.woocommerce div.product form.cart .variations select{padding: 10px; margin-bottom: 1rem;  background: #f0f4ff;border-radius: 5px;}
.single-product div.product form.cart .single_add_to_cart_button {padding: 10px 22px; background-color: var(--pink-color); color: #fff; font-weight: 600; border-radius: 5px; font-size: 18px;}
.woocommerce div.product form.cart .variations label{font-size: 1.2rem;}
.single-product .woocommerce-variation-price {margin-bottom: 2%; font-size: 1.25rem; font-weight: bold;}
.single-product .whatincltitle{text-align:center;margin-bottom:5%;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{ max-width: 48%;}
.woocommerce form .form-row label, .woocommerce form .form-row span{width: 100%;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single{height:auto; background: #f5f5f5; border: 1px solid #ccc; padding: 8px; border-radius: 5px;}
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group, .wc-stripe-elements-field, .wc-stripe-iban-element-field{width:100%;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {float: right; width: 20%; font-size: 20px; background: #ff0e63;}


@media(max-width: 769px){
    .hero-image{
        margin-bottom: 30px
    }
    #playicon-home-about{
        top: 40px;
        right: 10%;
        width: 100px;
    }
    .hero-section-content{
        text-align: center;
    }
    .hero-section-content h1{
        font-size: 40px;
        margin-bottom: 0px;
        font-weight: 800;
        text-align: center
    }
    .banner-enquiry-form {
        width: 100% !important
    }
    .arrow-image{
        display: none;
    }
    .exitintentpopupinner{width:100%; padding: 5% 10%;}
	#exit-intent-popup h2{text-align:center; font-size: 35px;}
	.single-product .woocommerce-Tabs-panel ul{width:90%;}
	.single-product .single_page_blog_article_section .product ul.tabs.wc-tabs li{width:100%;}
}
