/*!
Theme Name: GBA Meeting
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gba-meeting
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.


*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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



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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */

body{
	 font-family: "Syne", sans-serif;
	 color: #282828;
}


.header-area {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
	    z-index: 9;
}

.header-area ul li a{
	font-size: 14px;
	font-weight: 500;
	color: #fff!important;
}

.header-area ul li:last-child a{
background-color: #006AB4;
    border-radius: 25px;
    padding: 15px 40px 15px 20px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
	margin-left: 40px;
	position: relative;
}

.header-area ul li:last-child a::before{
	content: "";
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 14px;
    height: 13px;
}

.banner-area{
	padding-top: 150px;
	padding-bottom: 170px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	    background-color: #EFF4F9;
		    background-position: bottom right;
}

.banner-date-area{
	font-size: 15px;
}



ul.partner-logo{
    display: flex;
    margin-right: 10px;
    gap: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a.reg-area{
	background-color: #006AB4;
    border-radius: 25px;
    padding: 15px 40px 15px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative; 
	color: #fff;
	text-decoration: none;
	    display: inline-block; 
		    cursor: pointer;
}
a.reg-area::before{
    content: "";
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 14px;
    height: 13px;
}


.about-the-event-area{
	padding-top: 70px;
	padding-bottom: 50px;
	    text-transform: capitalize;
		    background-color: #EFF4F9;
}

.about-list-area{
    margin-top: 50px;
    background-image: url(images/video.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 100px;
    padding-right: 100px;
    color: #fff;
    font-size: 16px;
}

.about-the-event-area h2{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0px;
}
.about-the-event-area h1{
    font-size: 50px;
    font-weight: 700;
    color: #F09E24;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1;
}
ul.about-list-items {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.about-list-items  li{
	background-color: #000F7A;
	padding: 14px;
	border-radius: 10px;
	margin-bottom: 13px;
	
}

.about-list-items li img{
	margin-right: 10px;
}


h4.heading{
	margin-top: 0px;
	margin-bottom: 30px;
}

h4.heading span{
	background-color: #F09E24;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.data-count-text {
    font-size: 20px;
    color: #282828;
    font-weight: 700;
	    max-width: 72%;
		    line-height: 1;
}
.data-count-area {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px 0px #DCE7E7;
    width: 73px;
    height: 73px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 24px;
    color: #000F7A;
    font-weight: 700;
    padding: 10px;
}

.single-data-area {
    display: flex;
    align-items: center;
    gap: 12px;
	margin-bottom: 12px;

}


.blog-area{
	padding-top: 70px;
	color: #282828;
	padding-bottom: 30px;
}
.single-blog-post-area{
	margin-top: 30px;
    border: 1px solid #C9C9C9;
    border-radius: 20px;
}

.blog-post-heading h2{
	font-size: 36px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

.blog-post-heading p{
	font-size: 18px;
}

.blog-post-info {
    padding: 30px 110px 30px 25px;
	position: relative;
}
.blog-post-info h3{
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

.blog-post-info p{
	margin: 0px;
	color: #282828;
}
a.learn-more {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.blog-post-images a{
	position: absolute;
	left: 30px;
	bottom: 20px;
	background-color: #F09E24;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 34px;
	text-decoration: none;
	    line-height: 1;
}

.event-area{
	background-image: url(images/back2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	margin-top: 50px;
	padding-top: 70px;
	padding-bottom: 80px;
}

.single-enent-data {
    margin-top: 15px;
}

.single-enent-data h4{
font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}

.single-enent-data p{
    margin: 0px;
} 

a.white-reg{
	background-color: #fff;
	color: #282828;
}

a.white-reg::before{
	background-image: url(images/black-arrow.png);
}

/* Specific downward arrow for Read more link in about-us only */
a.white-reg[href="#team-area"]::before{
	transform: rotate(135deg);
}

.meeting-area{
	position: relative;
	padding-top: 150px;
	padding-bottom: 130px;
	font-size: 18px;
	color: #282828;
	overflow: hidden;
	min-height: 700px;
}

.meeting-area h2{
	font-size: 50px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
}

.meeting-photo {
    position: absolute;
    top: 0px;
    right: 0px;
	max-width: 60%;
}
.meeting-photo img{
	
	max-height: 100%;
}

.sponsors-area{
		background-image: url(images/back3.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 150px;
	color: #fff;
}

.sponsors-area h3{
	font-size: 36px;
	margin: 0px;
	font-weight: 700;
}

.sponsors-heading{
	margin-bottom: 60px;
}

.sponsors-logos img{
	width: 100%;
	margin-bottom: 20px;
}

.reflections-area{
	padding-top: 85px;
	padding-bottom: 100px;
}

.reflections-area h2{
	font-size: 36px;
	font-weight: 700;
	color: #282828;
}

.single-reflection{
	font-size: 18px;
	background-color: #EFF4F9;
	border-radius: 24px;
	padding: 30px 15px;
}

.slider-buttons button{
    width: 48px;
    height: 36px;
    border: 1px solid #E7E7EA;
    border-radius: 7px;
    background-color: transparent;
    display: inline-block;
    margin-left: 5px;
}
.reflections-heading{
	margin-bottom: 50px;
}

.slider-buttons button:hover{
	background-color: #006AB4;
	color: #fff;
}


.footer-bottom-area {
  background: #006AB4;
  color: #fff;
  padding: 30px 0;
}

.footer-middle-area {
background-color: #006AB4;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 30px;
  border-bottom: 1px solid #656565;
}

.footer-middle-area h4{
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;
}

.footer-middle-area ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.footer-middle-area ul li{
	width: 50%;
	    margin-bottom: 12px;
}

.footer-middle-area ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-middle-area p{
	margin-top: 0px;
}

.footer-middle-area input{
border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #AEAEAE;
    background-color: transparent;
    color: #fff!important;
    height: 50px;
    width: 100%;
	outline: 0px;
}

.footer-socila-links h5{
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
}
.footer-socila-links ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	    display: flex;
}
.footer-socila-links ul li a{
	color: #fff;
    font-size: 25px;
    margin-left: 15px;
}


.footer-middle-area input::-webkit-input-placeholder { 
  color: #fff;
}
.footer-middle-area input::-moz-placeholder { 
  color: #fff;
}
.footer-middle-area input:-ms-input-placeholder { 
  color: #fff;
}
.footer-middle-area input:-moz-placeholder { 
    color: #fff;
}

.footer-bottom-area p{
	color: #A5A5B0;
}

.ft-back{
	background-color: #F09E24;
    border-radius: 10px;
    padding: 60px 75px;
    color: #fff;
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
	background-image: url(images/sound.png);
	background-repeat: no-repeat;
	    background-position: 30px center;
}

.ft-back h3{
	    font-size: 36px;
    margin: 0px;
    font-weight: 700;
}
.ft-back h4{
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
	margin-bottom: 20px;
}


.countdown {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.countdown > div{
	border: 3px solid #fff;
	border-radius: 20px;
	width: 85px;
	height: 85px;
	    padding-top: 15px;
}

.countdown > div span{
	font-size: 23px;
	font-family: "Montserrat", sans-serif;
}

.banner-social-links{
position: absolute;
    top:27%;
    left: 10px;
    max-width: 90px;
    text-align: center;
}

.links ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.links ul li{
	    display: inline
}
.links ul li a{
    color: #fff;
    display: inline-block;
    width: 100%;
}

.banner-social-links p{
    font-size: 14px;
    transform: rotate(-90deg);
    margin-top: 65px !important;
}
.bar{
	    width: 2px;
    height: 105px;
    background-color: #fff;
    display: inline-block;
	    margin-bottom: 20px;
}


.about-us-banner {
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 200px;
    padding-bottom: 100px;
    color: #fff;
    font-size: 18px;
	    background-size: cover;
		    min-height: 420px;
}

.about-us-banner h2{
	font-size: 50px;
	font-weight: 700;
	margin-top: 0px;
}

.about-top-block{
	padding-top: 80px;
	padding-bottom: 75px;
	background-image: url(images/Gradient.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	    background-position: 0px -53px;
}

.about-bottom-block{
    margin-top: -60px;
    padding-bottom: 100px;
}

.team-area {
    padding: 50px 0;

}

.team-back{
	background-image: url(images/team-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.team-area h2{
	font-size: 33px;
	color: #282828;
	font-weight: 700;
	margin-bottom: 30px;
	    text-align: center;
    text-transform: capitalize;
}

.team-area h3{
	font-size: 24px;
	color: #282828;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 700;
}
.team-area p{
	color: #444444;
}

.address-area {
    padding-top: 30px;
}

.hotal-address-back{
	background-color: #EFF4F9;
	padding: 70px;
	border-radius: 20px;
}

.address-area h3{
	font-size: 37px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #282828;
}
.address-area h5{
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	color: #141418;
}
.address-area p{
	color: #282828;
}

.address-block, .phone-block {
    padding-left: 50px;
    position: relative;
}

.address-block::before{
	content: "";
    position: absolute;
    background-image: url(images/map.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 5px;
}
.phone-block::before{
	content: "";
    position: absolute;
    background-image: url(images/phone_1.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 5px;
}

.hotal-info-area{
	padding-top: 130px;
	padding-bottom: 230px;
	color: #fff;
	background: #000F7A;
	background: linear-gradient(90deg,rgba(0, 15, 122, 1) 21%, rgba(0, 106, 180, 1) 86%);
	    margin-bottom: -135px;
}

.contact-us-area {
    padding: 55px 0;
	position: relative;
}
.contact-us-area::before{
	content: "";
    background-image: url(images/shap.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 34%;
    position: absolute;
    bottom: -100px;
    right: 0px;
    z-index: -1;
}
.contact-us-area h3{
	font-size: 36px;
	color: #282828;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;
}
.contact-us-area h4{
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	    font-family: "Montserrat", sans-serif;
		margin-bottom: 80px;
}

.contact-us-left-area {
    background-image: url(images/contact-left-back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 60px;
    border-radius: 30px;
}

.reg-block-area {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    border: 1px solid #DDE1E6;
	margin-bottom: 30px;
}

p.list-style{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

p.list-style::before{
    content: "\f058";
    font-family: "fontawesome";
    color: #006AB4;
    position: absolute;
    left: 0px;
    top: 0px;
}

p.email{
	position: relative;
	max-width: 300px;
	padding-left: 35px;
}

p.email::before{
	content: "";
    background-image: url(images/env.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 20px;
    height: 15px;
}
p.address{
	position: relative;
	max-width: 300px;
		padding-left: 35px;
}

p.address::before{
    content: "";
    background-image: url(images/black-map.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 20px;
    height: 28px;
}


input:focus, textarea:focus{
	outline: 0px;
}

.contact-us-right-area label{
	display: inline-block;
	width: 100%;
	color: #282828;
	font-weight: 400;
}

.contact-us-right-area input{
	width: 40px;
	width: 100%;
	padding-left: 15px;
	border: 1px solid #9A9A9A;
	border-radius: 8px;
		color: #282828;
		font-size: 13px;
}

.contact-us-right-area textarea{
	border: 1px solid #9A9A9A;
	border-radius: 14px;
	color: #282828;
	padding-top: 10px;
	padding-left: 15px;
	height: 180px;
		font-size: 13px;
}

.contact-us-right-area button{
background-color: #006AB4;
    border-radius: 25px;
    padding: 15px 40px 15px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 0px;
    height: 50px;
}

.contact-us-right-area button::before{
	content: "";
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 14px;
    height: 13px;
}

.contact-us-right-area input#phone{
	background-image: url(images/United-States.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 40px;
}

.faq-area {
    background-color: #EFF4F9;
    padding-top: 120px;
    padding-bottom: 140px;
}

.faq-area h2{
	font-size: 48px;
	font-weight: 700;
	margin-top: 0px;
}

.single-faq{
	border: 0px;
	    outline: 0px;
		border: 0px;
		box-shadow: 0px 1px 2px -1px #1a192547;
		    margin-bottom: 20px;
}

.single-faq button{
box-shadow: 0px 0px 0px 0px transparent!important;
		border-radius: 16px;
		border: 0px!important;
		background-color: transparent!important;
		outline: 0px!important;
}

.single-faq button:focus{
	outline: 0px;
	box-shadow: 0px 0px 0px 0px transparent!important;
	border: 0px!important;
}

.conferences-top-area{
	padding-top: 40px;
	padding-bottom: 30px;
}

.tab-links{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #B6B6B6;
}

.conferences-top-area h2{
	    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
	color: #000000;
}

.tab-links{
	font-size: 20px;
}

.tab-links ul li button{
	color: #000000!important;
}

.tab-links button.active{
	font-weight: 700;
}

.past-conferences-area {
    padding-bottom: 350px;
	position: relative;
}
.past-conferences-area::before{
    content: "";
    background-image: url(images/back-shap-1.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -300px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#gallery-1 .owl-nav button, #gallery-2 .owl-nav button {
	width: 32px;
	height: 32px;
	background-color: #006AB4;
	color: #fff;
	border-radius: 6px;
}
#gallery-1 .owl-nav, #gallery-2 .owl-nav{
    position: absolute;
    bottom: -50px;
    right: 25%;
}
#gallery-1 .owl-dots, #gallery-2 .owl-dots{
    position: absolute;
    bottom: -50px;
    left: 25%;
}

#gallery-1 .owl-dots .active span, #gallery-2 .owl-dots .active span {
background-color: #006AB4;
}

.register-area{
	padding-top: 80px;
	padding-bottom: 160px;
	position: relative;
}
.register-area::before {
    content: "";
    background-image: url(images/back-shap-1.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -300px;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.register-area h2{
	font-size: 36px;
	color: #000000;
	font-weight: 700;
	    margin-bottom: 20px;
}
.register-heading{
	font-size: 18px;
}

.single-register-block {
    background-color: #EFF4F9;
    padding: 30px 25px;
    border-radius: 16px;
    font-size: 14px;
	margin-top: 40px;
}

.single-register-block h4{
	font-size: 22px;
	font-weight: 700;
	color: #282828;
}
.single-register-block h1{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}
.single-register-block h1 sub{
	font-size: 12px;
	font-weight: 400;
}
.single-register-block h5{
	font-size: 16px;
	font-weight: 400;
}
.white-back{
	background-color: #fff;
	    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 03%);
	border-radius: 12px;
	padding: 20px 15px;
}

.font-500{
	font-weight: 500;
}

.gap-20{
	height: 20px;
}

.pre-back-area{
	background: #000F7A;
	background: linear-gradient(90deg,rgba(0, 15, 122, 1) 0%, rgba(0, 0, 0, 1) 73%);
	padding: 30px 25px;
	color: #fff;
	border-radius: 20px;
	margin-top: 50px;
	font-size: 18px;
}

.pre-back-area h3{
	font-size: 22px;
	font-weight: 700;
}

.pre-back-area a.reg-area{
	padding: 15px 37px 15px 15px;
}

.note-text p{
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	margin: 40px 0;
}

.note-text p::before{
	content: "";
    width: 15px;
    height: 15px;
    left: 0px;
    top: 4px;
    background-color: #006AB4;
    border-radius: 50%;
    position: absolute;
}

.hurry-up-area{
    background-color: #F09E24;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px 0px 16px 16px;
}

.hurry-up-area h4{
	font-size: 18px;
	font-weight: 400;
}

.border-radius-16{
	border-radius: 16px 16px 0px 0px;
}

.white-back p.list-style::before{
    content: "\f00c";
    border: 1px solid #006AB4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3;
}

.hurry-up-area .countdown > div span {
    font-size: 20px;
}

.hurry-up-area .countdown > div {
    font-size: 9px;
	    width: 70px;
    height: 70px;
	padding-top: 10px;
} 

.abstracts-area{
	padding-top: 50px;
	padding-bottom: 100px;
	font-size: 18px;
}

.abstracts-area h2{
	font-size: 33px;
	color: #000000;
	font-weight: 700;
	    margin-bottom: 30px;

}

.abstracts-faq-area .accordion-item{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #282828;
    padding-left: 0px;
	border-radius: 0px;
}

.abstracts-faq-area .accordion-item button{
	    padding-left: 0px;
	    padding-right: 0px;
		font-size: 20px;
		color: #282828;
		font-weight: 700;
		background-color: transparent!important;
}

.abstracts-faq-area .accordion-item button:focus{
	outline: 0px;
	box-shadow: 0px 0px 0px 0px transparent;
	background-color: transparent!important;
}

.abstracts-faq-area{
    border-top: 1px solid #282828;
}

.abstracts-right-bar {
    background-color: #F2F7F7;
    padding: 30px;
    border-radius: 20px;
	color: #282828; 
	font-size: 16px;
}

.abstracts-right-bar h3{
	font-size: 24px;
	color: #282828;
	font-weight: 700;
}
.abstracts-right-bar h4{
    font-size: 17px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
}



.abs-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.abs-time-counter .countdown > div{
	border: 3px solid #282828;
	font-size: 9px;
	width: 70px;
	height: 70px;
	padding-top: 10px;
}
.abs-time-counter .countdown > div span{
   font-size: 20px;
}

.abs-block p{
	margin-bottom: 14px;
}

.sponsors-table-area{
    font-size: 16px;
    color: #030712;
    padding-top: 70px;
    border-top: 1px solid #EFF4F9;
    margin-top: 70px;
}

.sponsors-table-area thead tr th{
	font-size: 18px;
	font-weight: 400;
	  border: 0px;
	  background-color: transparent;
}

.sponsors-table-area thead tr th:first-child{
    font-weight: 700;
    vertical-align: top;
    text-align: left;
    font-size: 20px;
	border-left: 0px;
}

.sponsors-table-area thead tr th:last-child{
    border-right: 0px;
}


.sponsors-table-area thead tr{
	    border: 0px;
}
.sponsors-table-area tbody tr td{
	text-align: center;
}

.sponsors-table-area tbody tr td:first-child{
	border-left: 0px;
	text-align: left;
}

.sponsors-table-area tbody tr td:last-child{
	border-right: 0px;
}

.sponsors-table-area tbody tr td{
	background-color: transparent;
	vertical-align: middle;
}

.sponsors-table-area tbody tr td span.check{
	background-color: #EFF4F9;
	border-radius: 8px;
	padding: 15px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}

.sponsors-table-area tbody tr td span.check i{
	color: #006AB4;
	font-size: 16px;
}

.sponsors-table-area tbody tr td span.cross{
	background-color: #FEF2F2;
	border-radius: 8px;
	padding: 15px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}

.sponsors-table-area tbody tr td span.cross i{
	color: #D02E46;
	font-size: 16px;
}

.pre-tab-links ul li button{
    background-color: #F0F0F0 !important;
    color: #282828 !important;
    height: 40px;
    width: 140px;
    border-radius: 30px !important;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
	margin: 0px 10px;
}
.pre-tab-links ul li button.active{

	    background-color: #006AB4!important;
    color: #fff!important;
}

.per-table-area{
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	padding-left: 10px;
    padding-right: 10px;
}  

.pre-tab-body{
	padding-top: 25px;
}

.table-heading .col-lg-2{
	border: 1px solid #D9D9D9;
    background-color: #006AB4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px 0px 20px 0px; 
}
.table-heading .col-lg-10{
    border: 1px solid #D9D9D9;
    background-color: #006AB4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0px 20px 0px 20px;
}

.table-heading p{
	margin-top: 0px;
	margin-bottom: 5px;
}

.table-border {
    height: 2px;
    background-color: #fff;
    width: 25px;
	    margin-left: auto;
    margin-right: auto;
}

.table-body .col-lg-2{
	    border: 1px solid #D9D9D9;
	    border-radius: 0px 20px 20px 0px;
	    padding-top: 30px;
	    padding-bottom: 20px;
}
.table-body .col-lg-5{
	    border: 1px solid #D9D9D9;
	    border-right: 0px;
	    padding-top: 30px;
	    padding-bottom: 20px;
	    border-radius: 20px 0px 0px 20px;
}
.table-body .col-lg-3{
	    border: 1px solid #D9D9D9;
	    border-left: 0px;
	    border-right: 0px;
		    padding-top: 30px;
    padding-bottom: 20px;
}

.table-body h3{
	color: #787878;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.table-body h4{
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 5px;
}

.table-body .border-none{border-left: 0px;border-radius: 0px;}

.brack-row .row div{
	background-color: #EFF4F9;
}

.lunch-brack .col-lg-2{
	    border-radius: 0px 20px 20px 0px;
}
.lunch-brack .col-lg-10{
	        border-radius: 20px 0px 0px 20px;
}
.table-end .col-lg-2{
	       border-radius: 0px 20px 0px 20px;
}
.table-end .col-lg-10{
	     border-radius: 20px 0px 20px 0px;
}

button.navbar-toggler{
	border: 0px;
	padding: 0px;
	border: 0px!important;
}
button.navbar-toggler:focus{
border: 0px!important;
box-shadow: 0px 0px 0px 0px!important;
}


.event-area h2{
	font-size: 36px;
	font-weight: 700;
}


.navbar-toggler span{
		background-image: url(images/bar.png);
		width: 34px;
		height: 30px;
		display: inline-block;
		background-repeat: no-repeat;
	}

	.tab-links ul{
		margin: 0px;
	}




.border-small{
	background-color: #006AB4;
	border-radius: 20px;
	height: 3px;
	max-width: 50px;
	margin-bottom: 10px;
}




.modal-body-area button.btn-close{
	position: absolute;
    top: 5px;
    right: 5px;
}

.modal-body-area input[type="tel"], .modal-body-area input[type="text"], .modal-body-area input[type="email"], .modal-body-area select{
	border: 1px solid #9A9A9A;
	height: 40px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	padding-left: 10px;
	width: 100%;
}

.modal-body-area label{
	color: #282828;
	text-transform: capitalize;
}
.modal-body-area h4{
	font-size: 20px;
	color: #282828;
	font-weight: 700;
	    text-transform: capitalize;
}
.modal-body-area h5{
	font-size: 16px;
	color: #141418;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 10px;
}


.file-uploader{
    border: 3px dashed #CBD0DC;
    padding: 20px 30px;
    border-radius: 7.5px;
}

.file-area input{
	display: none;
}

.submit-btn a{
	color: #282828;
}

.file-left{
	color: #A9ACB4;
}
.file-left strong{
	color: #292D32;
	font-weight: 400;
}



.submit-btn button{
	    background-color: #006AB4;
    border-radius: 25px;
    padding: 15px 40px 15px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 0px;
    height: 50px;
}
.submit-btn button::before{
	    content: "";
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 14px;
    height: 13px;
}
span.file-right {
    float: right;
    border: 1px solid #CBD0DC;
    border-radius: 20px;
    padding: 10px 20px;
}
span.file-left {
    float: left;
    max-width:65%;
}


p.file-area {
    margin-bottom: 5px;
}

.desktop-none{
	display: none;
}




@media only screen and (max-width: 991px) {
	.banner-social-links{
		display: none;
	}
	.about-list-area{
		background-image: url(images/mobile-video.png);
		        padding-left: 50px;
        padding-right: 50px;
	}
	.meeting-photo {
		position: inherit;
		top: auto;
		right: auto;
		max-width: 100%;
	}
	.footer-middle-area h4{
		margin-top: 20px;
	}
	.footer-bottom-area p{
		color: #fff;
	}

	.ft-back{
		text-align: center;
	}
	.ft-back .countdown{
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.header-area .navbar-collapse{
   		 background-color: rgb(0, 106, 180);
	}
	.header-area #menu-main-menu{
   		     align-items: start !important;
    		padding: 20px 0;
	}
	.header-area ul li:last-child a{
		border: 1px solid #fff;
		        margin-left: 0px;
	}
	
.table-heading .col-lg-10 {
    border-radius: 0px 0px 20px 20px;
}
.table-heading .col-lg-10{
	justify-content: center;
}
.table-heading .col-lg-10 p{
	margin: 10px 0;
}
.table-heading .col-lg-2 {
    border-radius: 20px 20px 0px 0px;
}
.table-body .col-lg-2 div{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.table-body .border-none {
    padding: 0px;
    border: 0px;
    text-align: center;
	justify-content: center;
}
.table-body a.reg-area{
	margin: 10px 0;
}
.brack-row .row .col-lg-3{
	padding: 0px;
	border: 0px;
}




}


@media only screen and (max-width: 767px) {
	.metting-logo img{
		width: 70%;
	}
	.about-the-event-area {
		padding-top: 30px;
	}

.about-the-event-area h2 {
    font-size: 24px;
	margin-bottom: 20px;
}
ul.about-list-items li{
padding-left: 70px;
        position: relative;
}
.about-list-items li img {
    margin-right: 0;
    position: absolute;
    left: 10px;
    top: 26%;
}

.single-enent-data {
    padding-left: 50px;
    padding-right: 50px;
	text-align: center;
}

.meeting-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sponsors-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sponsors-area h3{
	margin-bottom: 20px;
}
.reflections-area {
    padding-top: 40px;
    padding-bottom: 50px;
}

.ft-back {
    padding: 20px 20px;
}

.text-mobile-center{
	text-align: center;
}
.footer-socila-links h5{
	display: none;
}
.about-block-area img{
	margin-bottom: 15px;
}
.about-bottom-block {
    padding-bottom: 50px;
}
.footer-middle-area{
	border-bottom: 0px;
}



#gallery-1 .owl-dots {
    left: 0;
}
#gallery-1 .owl-nav {
    right: 0;
}

.single-enent-data{
	padding-left: 50px;
	padding-right: 50px;
}

.hotal-address-back {
    padding: 30px;
}
.contact-us-left-area {
    padding: 20px 25px;
	margin-bottom: 20px;
}


.faq-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-us-banner h2{
	font-size: 45px;
}
.mobile-display-none{
	display: none;
}
.desktop-none{
	display: block;
}
.benefits-mobile-view{
	color: #030712;
}

.single-ben{
	border-bottom: 1px solid #E5E7EB;
	padding: 15px 0;
	        display: flex;
        flex-wrap: wrap;
		align-items: center;
		        gap: 15%;
}



.left-ben-area {
        font-size: 15px;
        width: 50%;
		text-transform: capitalize;
    }
    .right-ben-area {
width: 35%;
        text-align: center;
    }

.right-ben-area span{
	background-color: #EFF4F9;
    border-radius: 8px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.right-ben-area span i{
	    color: #006AB4;
    font-size: 16px;
}


#benefitstable button.owl-prev{
		width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
        color: #006AB4;
        position: absolute;
        top: -15px;
        left: 10px;

}
#benefitstable button.owl-next{
		width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
        color: #006AB4;
        position: absolute;
        top: -15px;
        right: 10px;
}

.right-ben-area span.cross{
	    background-color: #FEF2F2;
    border-radius: 8px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.right-ben-area span.cross i{
    color: #D02E46;
    font-size: 16px;
}
.register-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.benefits-mobile-view{
	margin-top: 50px;
}



}