@font-face {
	font-family: 'Spartan MB Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Regular'), url('../fonts/SpartanMB-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Spartan MB SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB SemiBold'), url('../fonts/SpartanMB-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Spartan MB Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Spartan MB Bold'), url('../fonts/SpartanMB-Bold.woff') format('woff');
}

html,
body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
h2,
h3,
h4,
h5,
h6 {
	color: #3b5999;
	font-family: 'Spartan MB Regular', sans-serif !important;
	font-weight: 500 !important;
}
p,
a,
li,
span,.blockquote {
	font-family: Roboto,arial,sans-serif;
}
p,
li,.blockquote {
	font-size: 15px;
	font-weight: 100;
	line-height: 25px;
}
img.img-responsive {
	width: 100%;
}
.box-data {
	padding: 8px;
    border: #f1f1f1 solid 1px;
}
.img-center-div {
    text-align: center;
}

img.img-center {
    max-width: 100%;
    margin: 0 auto;
}
.box-data.sideWidgetcard img {
    padding: 15px 10px;
}

.text p {
	text-align: inherit;
}
ul.preheaderIconlist p
{
    color: #37608B;
    margin:0px;
}
h1.banner-title {
	color: #37608B;
	display: block !important;
	font-weight: 800 !important;
}

h1.banner-title.team-report,h1.banner-title.copyrights {
    color: #fff;
}
video.video-fluid {
	width: 100%;
}

img.img-responsive1 {
	width: 100%;
	/* height: 500px; */
}

table.table-style-one-data {
	width: 100%;
	/* padding: 6px 14px; */
	margin: 35px 1px;
	line-height: 32px;
	border: #bfbfbf solid 1px;
}
ol
{
    padding-left:15px;
}

.colorGreen {
    color: #4a927a !important;
    /* background-color: #aea5b7!important; */
}
ol li {
	font-size: 14px;
}

table.table-style-one-data tr {
	border-bottom: #c1c1c1 solid 1px;
}

table.table-style-one-data tr th,
td {
	padding: 0px 0px !important;
}

table.table-style-one-data th {
	background: #337e40;
	color: white;
}

table.tab-tab {
	border: #f7f7f7 solid 3px;
	/* padding: 30px 23px; */
	padding: 25px;
}

table.tab-tab th {
	text-align: center;
	border-bottom: #f7f7f7 solid 2px;
	padding: 10px 0px;
}

tbody.table-hover td {
	border-left: #f7f7f7 solid 2px;
	border-bottom: #f7f7f7 solid 2px;
	padding: 15px 26px;
}

#checkbox,
#checkbox1,
#checkbox2,
#checkbox3,
#checkbox4 {
	
}

.carousel {
	position: relative;
	width: 100%;
}

div#accordion h4 {
	font-size: 14px;
	/* padding: 8px; */
	margin-bottom:0px;
	background: #f1f1f1;
	padding: 0px 11px;
	border-radius: 0px;
}

div#accordion h4 a {
	text-decoration: none;
}

h3,
h4,
h5 {
	color: #555555 !important;
}

.general-list {
	padding-left: 15px;
	float: left;
}

.social-icons i {
	padding: 0px 5px;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}

table.table-style-one {
	width: 100%;
	/* padding: 6px 14px; */
	margin: 35px 1px;
	line-height: 32px;
}

.heading {
	line-height: 60px;
}

table.table-style-one tr th,
td {
	padding: 5px 10px !important;
}

table.t-text {
	background: #0079d0;
	/* margin: 0px 0px; */
}

tr.t-text-data td p {
	color: white !important;
	padding: 0px 0px;
	margin: 0px 0px;
}

.text p {
	padding: 0px 0px;
}

.text h3 {
	padding: 15px 0px;
}

.card {
	display: inline-block;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
	position: relative;
	margin-bottom: 50px;
	transition: all .2s ease-in-out;
}

.card:hover {
	/*box-shadow: 0 5px 22px 0 rgba(0,0,0,.25);*/
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.image {
	opacity: .9;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.image:hover,
.card:hover .image {
	opacity: 1;
}

.text {
	background: #FFF;
	padding: 10px;
	min-height: auto;
}

.text p {
	margin-bottom: 0px;
}

.fab {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	margin-top: -50px;
	right: 20px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #1e6299;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.fab a > img
{
    width:20px;
}
.fab:hover {
	background: #1e6299;
	cursor: pointer;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.genera .general-list li {
	margin-bottom: 12px;
	line-height: 22px;
	text-align: justify;
}

nav {
	background-color: #fff;
	box-shadow: -7px -1px 7px 0px #e8e8e8;
	font-family: 'Poppins', sans-serif;
}

.pre-header-row {}

.pre-header li {
	display: inline-flex;
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #3b5999;
	border-right: 1px solid #0a0c102e;
}

.pre-header li:last-child {
	border: none;
}

.pre-header {
	text-align: right;
	margin: 0px;
}

.panel.panel-primary {
	padding: 50px 0px;
}

nav.navigation-menu .menubar-list,
nav.navigation-menu .menubar-submenu {
	list-style: none;
	margin: 14px 0px;
	text-align: center;
}

nav.navigation-menu .menubar-list li,
nav.navigation-menu .menubar-submenu li {
	display: inline-flex;
	padding: 15px 10px;
}

nav.navigation-menu .submenu li {
	font-size: 13px;
}

nav.navigation-menu .main-menu li {
	font-size: 14px;
	padding: 15px 25px;
	color: #000;
	font-weight: 400;
}

.menu-div {
	float: right;
}

.hamburger-menu {
	padding: 10px 15px;
	text-align: center;
	color: #3b5999;
	font-size: 20px;
}

.p-zero {
	padding: 0 !important;
}

.overlay-text {
	position: absolute;
	float: left;
	display: block;
	text-align: left;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 1000;
	color: #fff;
}

.page-hero {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: transparent;
	height: 100vh;
	text-align: right;
}

.search-bar {
	text-align: center;
}

.owl-nav {
	display: none;
}

.city-tours-thumb {
	margin: 0px;
}

.city-tours-thumb .card {
	border: none !important;
}

.city-tours-thumb .card-body {
	padding: 15px;
	text-align: center;
}

.main-home-search {
	width: 100%;
	max-width: 600px;
	height: 58px;
	position: relative;
	margin-top: 16px;
	background: #fff;
	border-radius: 4px;
	transition: all ease 250ms;
	border: 1px solid #EBEDED;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	align-items: center;
	display: flex;
	margin: 0 auto;
}

.main-home-search .search-input {
	background: transparent;
	border: 0;
	width: 100%;
	outline: none;
	height: 48px;
	margin: 5px 16px;
	font-weight: 400;
	font-size: 16px;
}

.main-home-search .search-icon {
	margin-left: 16px;
}

.main-home-search .search-icon i {
	color: rgba(112, 112, 122, 0.6);
	font-size: 15px;
}

.main-container {
	padding: 0px 0px;
	background-position: top !important;
	background-repeat: repeat !important;
	background-size: auto;
}

.card {
	border: 1px solid rgba(195, 195, 195, 0.33) !important;
	border-radius: .25rem;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
	    padding-bottom: 15px;
}

.padding-lr-10p {
	padding-left: 10%;
	padding-right: 10%;
}

.tour-by-package,
.tour-by-theme,
.top-treanding-destinations,
.tour-by-duration,
.video-and-blog {
	margin-top: 50px;
}

.video-and-blog h3 {
	padding: 15px 0px;
}

.feature-video-image img {
	position: relative;
}

.pro-feature-icons p {
	margin-bottom: 0px;
	color: #099645;
}

.tour-feature-bannner {
	padding: 15px 0px;
	border: 1px solid #f1f1f1;
}

.cs-image-container {
	position: relative;
}

.cs-image-overlay {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	border-radius: 5%;
	background: #000;
	opacity: 0.5;
}

.cs-image-container h4 {
	position: absolute;
	top: 25%;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 10%;
	font-size: 20px;
}

.gallery.row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.gallery-list.col-md-12,
.gallery-list.col-md-6,
.gallery-list.col-md-4,
.gallery-list.col-md-3,
.gallery-list.col-md-2,
.gallery-list.col-md-1 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.image-grid {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	background-color: #fff;
	overflow: hidden;
}

.image-grid * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

.image-grid img {
	width: 100%;
	height: auto;
	transform: scale(3);
}

.image-grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-grid p {
	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.image-grid a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.image-grid:hover>img,
.image-grid.hover>img {
	opacity: 0.1;
}

.image-grid:hover p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.js-modal-image {
	max-width: 100%;
}

.modal-body {
	padding: 0;
}

.modal-open .modal {
	padding-top: 70px;
	background-color: transparent;
}


#my-gallery-container {}

.item {
	width: 100%;
	min-height: 100px;
	padding: 5px;
	margin: 10px 0px;
	border-radius: 4px;
	color: #fff;
}

.item:hover {
	opacity: 1;
}

.item p {}

.item.h150 {
	width: 100%;
	min-height: 150px;
}

.item.h200 {
	width: 100%;
	min-height: 200px;
}

.item.h250 {
	width: 100%;
	min-height: 200px;
}

.padding {
	padding: 10px 5px;
}

.top-treanding-destinations,
.traveler-review {
	padding: 50px 0px;
	background: #22c1c3;
	background: linear-gradient(to left, #868bef, #3d9fbb);
	background: linear-gradient(to left, #868bef, #3d9fbb);
	color: #fff !important;
}

.top-treanding-destinations .round-gallery {
	padding: 60px 0px;
}

.top-treanding-destinations .round-gallery img {
	border-radius: 50% !important;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
	border: 5px solid #fff;
}

.top-treanding-destinations .round-gallery img:hover {
	webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	overflow: hidden;
	border: none;
}

.top-treanding-destinations .round-gallery {
	text-align: center;
	color: #fff !important
}

.traveler-review {}

.traveler-review .card-img-top {
	border-radius: 50%;
	border: 7px solid #fff;
}

.traveler-review .heading-row {
	padding-bottom: 30px;
}

footer {
	padding: 50px 0px;
}

.footer-menubar-list {
	display: inline-block;
	list-style: none;
}

.footer-menubar-list li {
	display: inline-block;
	padding: 5px 15px;
}

.quick-links {
	margin-top: 25px;
}

.quick-links ul {
	margin-top: 10px;
	list-style: none;
	padding: 5px 10px;
	font-size: 15px;
}

.quick-links ul li {
	padding-bottom: 10px;
}

.reviewer-col img {
	border-radius: 50%;
}

.footer-copyrights {
	padding-top: 10px;
	background: linear-gradient(to right, #f3f3f3, #e0e0e0);
	color: #fff !important;
	font-size: 13px;
	padding-bottom:50px;
}

.footer-copyrights p {
	font-size: 13px;
}

.owl-carousel-link {
	display: flex;
	justify-content: center;
}

.owl-carousel-reviewer {
	margin-top: 25px;
	margin-bottom: 25px;
}

.tour-by-city {
	background: url('images/vaida.jpg');
	height: 100vh;
	background-position: center;
	display: flex;
	align-items: center;
}

.primary-btn {
	background: linear-gradient(to left, #868bef, #3d9fbb);
	color: #fff;
	margin-top: 15px;
}

.city-tours-thumb {
	background: #fff;
	padding: 0px !important;
	border-radius: 5px;
	margin: 10px 15px;
}

.main-slider-carousel {
	overflow: hidden;
}

.main-slider-carousel .item {
	margin: 0px !important;
	padding: 0px !important;
}

.fa-trophy:before,
.fa-clock-o:before {
	font-size: 36px;
}

.popular-tour-packages .card {
	position: relative;
}

.popular-tour-packages .card-body {
	position: absolute;
	top: 53%;
	padding: 10px;
}

.popular-tour-packages .card-text {
	color: #fff !important;
}

.popular-tour-packages .card-body p {
	color: #fff;
	background-color: #000;
	padding: 5px;
}

.overlay-packages {
	position: absolute;
	width: 90%;
	height: 100%;
	top: 0;
	opacity: 0.3;
	background-color: #000;
}

#my-gallery-container {
	background-color: #fff;
}

#my-gallery-container p {
	color: #fff;
	font-weight: 500;
	background-color: #3b5999;
	padding: 10px;
}

.cert-text-layer p {
	text-align: justify;
	font-size: 14px;
	line-height: 28px;
}

.navigation-menu img.logo-img {
	width: 75%;
}

.overlay-text {
	flex-direction: column;
	justify-content: center;
}

.overlay-text h1 {
	color: #37608b;
	font-size: 36px;
	font-family: 'Spartan MB Regular', sans-serif;
	display: block;
	width: 100%;
	font-weight: bold;
}

.overlay-text p {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
}

.overlay-text h1>span {
	font-family: 'Spartan MB', sans-serif;
	display: block;
	color: #757575;
	display:block;
}

.cert-primary-button {
	float: left;
	padding: 0px 0px;
	color: #37608b !important;
	position: relative;
	background: transparent;
}

.cert-event-date-card li {
	margin-bottom: 7px;
	border: none !important;
	border-bottom: 1px solid rgb(232, 232, 232) !important;
	border-radius: 3px !important;
	font-size: 14px;
	padding-left: 0px;
}

.cert-event-date-card .cert-event-day {
	display: block;
	font-size: 12px;
}

p, li, ul, span, a, label
{
    color: #424242;
    font-weight: 500;
    letter-spacing: 0px;
}

.cert-india-event-date {
	padding: 75px 0px;
}

.cert-icons>img {
	width: 36px;
	margin-right: 10px;
}

.cert-india-event-date,
.cert-india-people-performance {
	background: #f9f9f9;
}

.cert-events-date-card-block {
	background: #2b844e;
    padding: 25px 15px;
    color: #fff;
    box-shadow: -1px 9px 11px 1px #dedede;
}

.cert-events-date-card-block h5,.cert-events-date-card-block a {
    color: #fff !important;
}

.cert-events-date-card-block a:after {
    background:#fff !important;
}

.cert-events-date-card-block .list-group-item
{
    background-color: #2b844e;
    color: #fff;
}
.cert-india-people-performance {
	padding: 75px 0px;
}

.blogger-section {
	background: #f9f9f9;
	padding: 75px 0px;
}

.cert-blogspost {
	background: #ffff;
	padding: 20px 15px;
	margin-bottom: 10px;
}

.cert-hyperlink {
	float: right;
	padding-top: 15px;
	color: #37608b;
	clear: both;
}

.cert-hyperlink,
.cert-primary-button {
	margin-top: 15px;
	position: relative;
}

.footer-col-links p {
	margin-bottom: 5px;
	text-align: initial;
	    font-size: 13px;
}

.footer-logo {
	padding-bottom: 20px;
	width: 140px;
}

.h5,
h5 {
	font-size: 1rem !important;
}

.belbin-team-role {
	background: #fff;
	min-height: 192px!important;
	box-shadow: -6px -3px 7px 2px #f3f3f3;
	border: 1px solid #f1f1f1;
}

.inline-block {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.social-icons img {
	width: 24px;
}

.social-icons {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align:center;
}

.widget-simple-image-banner {}

.widget-simple-image-banner img {}

.widget-simple-image-banner h5 {
	margin: 0px;
}

.sidebar {
	background: #fff;
	min-height: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 15px;
	border: 1px solid #e8e8e8;
}

.widget-image-caption {
	padding: 10px 5px;
}

.widget-image-caption p,
.widget-image-caption a {
	color: #fff;
}

.sidebar .cert-events-date-card-block {
	padding-top: 0;
	box-shadow: none;
	padding-bottom: 0px;
}

.col-lg-4.col-md-4.col-xs-6.thumb {
	margin-bottom: 5px;
	min-height: 80px;
}

h3 {
	padding-bottom: 10px;
}

.belbin-team-role h5,
.belbin-team-role a,
.belbin-team-role span,
.belbin-team-role p {
	color: #2f2e2e !important;
	font-size: 14px;
	line-height: 30px;
	text-align:left;
}

.belbin-team-role {
	padding: 15px 0px;
	margin-top: 30px;
	padding-top: 0px;
}

.belbin-team-role-row {
	padding-right: 15px;
}

.belbin-team-role h5 {
	padding: 0px 15px;
	overflow: auto;
	color: #fff !important;
	padding: 15px;
}

section.cert-india-video-and-feature {
	padding: 60px 0px;
}

.main-logo {
    width: 160px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 13px 1px #c1c1c1;
}

.underline {
	position: relative;
	margin-bottom: 25px;
}

.underline:after {
	position: absolute;
	content: '';
	height: 2px;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 30%;
	background: #008000;
	transition: 0.5s;
}

.underline:hover:after {
	width: 32%;
	background: #ffa500;
}

.underline-center {
	position: relative;
	margin-bottom: 25px;
}

.underline-center:after {
	position: absolute;
	content: '';
	height: 2px;
	bottom: -4px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 30%;
	background: #008000;
	transition: 0.5s;
}

.underline-center:hover:after {
	width: 32%;
	background: #ffa500;
}

.cert-primary-button:after,
.cert-hyperlink:after {
	position: absolute;
	content: '';
	height: 2px;
	bottom: -4px;
	left: 0;
	right: 0;
	width: 80%;
	background: #37608b;
	transition: 0.5s;
}

.cert-primary-button:hover:after,
.cert-hyperlink:hover:after {
	width: 100%;
	background: #37608b;
}

.cert-primary-button:hover,
.cert-hyperlink:hover {
	text-decoration: none;
	color: #37608b;
}

.inner-slider-carousel,
.inner-slider-carousel .inner-slider-section {
	height: 500px;
	overflow: hidden;
}

section.inner-slider-section {
	margin-top: 79px;
}

.cert-widgets {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.inner-slider-section .overlay-text h1,
.inner-slider-section .overlay-text p {
	padding-left: 150px;
}

.owl-carousel.owl-theme.text-slider-carousel {
	width: 100%;
	margin: 0 auto;
}

.text-slider-carousel .owl-dots {
	display: none;
}

.sidebar .widget-image-caption>h5 {}

.owl-carousel.owl-theme.text-slider-carousel .item {}

.owl-carousel.owl-theme.text-slider-carousel .item p {
	margin: 0px;
}

.list-group-item:last-child {
	border-bottom: 0px !important;
}

.cert-widgets:first-child {
	margin-top: 0px;
}

#accordion .panel-title {
    font-size: 14px !important;
    padding: 15px 10px
}

#accordion .panel.panel-default
{
  margin-bottom: 20px;
}

#accordion .panel-body {
    padding: 10px;
     border: 1px solid #efefef;
}
.container.contactContainer
{
    padding-top:60px;
}
.container.contactContainer h2 {
    padding-bottom: 20px;
}
.nav-menu > li:last-child
{
    display:none;
}
.belbinEventsform form .controls:nth-child(4),.belbinEventsform form .controls:nth-child(1),.belbinEventsform form .controls:nth-child(2),
.belbinEventsform form .controls:nth-child(3),.belbinEventsform form .controls:nth-child(5),.belbinEventsform form .controls:nth-child(6)
{
    display:none;
}
.controls.custom-control.custom-checkbox > input[type=text]
{
    border: none !important;
    border-bottom: 1px solid #b7b7b7 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    margin: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}
.primary-heading {
    color: #37608B;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin: 0px;
}
.ravisProfilecard
{
    margin: 0px;
    padding: 20px;
}

.ravisProfilecard h4
{
    font-weight: bold !important;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #edeeef;
}
.contentContainer p {
    padding: 5px 10px;
    /* border: 1px solid #f9f9f9; */
    /* box-shadow: 1px 1px 1px 1px #ccc; */
}
.blockquote{
  color: #555555;
  padding: 0.2em 30px 0.2em 20px !important;
  font-size: 15px !important;
  border-left: 7px solid #78C0A8 !important;
  font-weight:500;
  /* padding-left: 30px !important; */
  position: relative;
  /* background:#EDEDED; */
}



.blockquote::after{
  content: '';
}

.blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

@media screen and (max-width:1024px)
{
    .bottom-form-wrapper
    {
        background: unset !important;
        padding: unset !important;
        width: unset !important;
    }
}
@media (min-width: 1024px)
{
    .belbin-productGame .card {
    min-height: 345px;
}
.step-wizard-content-wrapper
{
width: calc(100% - 200px);
}
    .resourcesCard
{
    padding-bottom:75px !important;
}

.modal-dialog {
    max-width: 66% !important;
    margin: 1.75rem auto;
}

.col-md-6.col-sm-6.col-xs-12.card.belbinReportcard {
    width: 48%;
    margin: 1%;
    flex: 48%;
    padding: 15px;
    cursor: pointer;
}

}
@media screen and (min-width:1200px) {
    
    .overlay-text h1
    {
    width: 45%;
    line-height: normal;
    }
    
    form 
    {
        display: block;
    clear: both; 
    padding: 0px 10px;
    width: 100%;
    margin-bottom: 50px;
    }
    
    .container.contactContainer form
    {
        width:100% !important;
    }
    
    .container.contactContainer .controls input[type=text] {
       width: 100% !important;
    }
    .controls input[type=text]
    {
        width:100%;
    }
	.owl-carousel.owl-theme.text-slider-carousel .item {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.cert-widgets {
		margin: 30px 0px;
	}
}

.specialist .belbin-text {
	background: #aca989;
}

.implementer .belbin-text {
	background: #435b8b;
}

.co-ordinator .belbin-text {
	background: #85a1c0;
}

.resourceinvestigator .belbin-text {
	background: #983767;
}

.teamworker .belbin-text {
	background: #73a158;
}

.completerfinisher .belbin-text {
	background: #77422d;
}

.plant .belbin-text {
	background: #d6c559;
}

.monitorevaluator .belbin-text {
	background: #9d95a5;
}

.shaper .belbin-text {
	background: #aa3c2d;
}

.main-innerpage {
	padding-top: 50px;
}

.belbin-team-role .description {
    padding-top: 15px;
    width: 100%;
    overflow-wrap: break-word;
}

@media screen and (max-width:667px) {
    
    
    .festive-banner img.fest-mobile {
         display: block !important;
}
    
    .festive-banner img.fest-desktop {
    display: none !important;
}
    
    
	.overlay-text {
		position: relative;
	}
	.overlay-text h1 {
		font-size: 31px;
        padding-top: 20px;
        text-align: center;
	}
	.overlay-text p {
		padding-left: 25px;
		font-size: 13px;
		padding-right: 25px;
	}
	.tour-feature-bannner .col-md-4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cert-india-video-and-feature,
	.cert-india-event-date,
	.cert-india-people-performance {
		padding: 50px 20px;
	}
	footer {
		padding: 50px 0px;
	}
	
	.footer-col-links p {
		padding: 5px 0px;
	}
	.controls,
	.control-label {
	}
	.form-actions {
		padding: 0px 17px;
	}
	footer .col-md-3 {
		margin-bottom: 15px;
	}
	.belbin-team-role-row {
		padding-right: 0px;
	}
	.cert-india-event-date .cert-events-date-card-block {
		margin-top: 30px;
	}
	.cert-text-layer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.belbin-role-image {
	flex: 1;
}

.belbin-text {
	display: flex;
	flex-direction: row;
	align-items: center;
}

footer .container .row.footer-row {
	display: flex;
}

.h3, h3 {
    font-size:1.5rem !important;
}

.h4, h4 {
    font-size: 1.3rem !important;
}

.row.featured-row {}

ul.preheaderIconlist {
    list-style: none;
    display: flex;
    margin:0px;
    padding:0px;
    justify-content: space-around;
}

.btn-primary {
    color: #fff;
    background-color:#1e6299 !important;
    border-color: #1e6299 !important;
}

form .controls {
    margin-bottom: 5px;
}

ul.preheaderIconlist li
{
    
}
.cert-india-video-and-feature {
    padding: 60px 0px;
}

.row.resourcesShowcase-row .card h4 {
    text-align: center;
    padding: 15px 0px;
}

.belbin-productGame
{
    padding-top: 50px;
}

.p-10
{
    padding-top:15px;
}
.flex-center-col
{
    display: flex;
    align-items: center;
    padding: 15px 0px;
}
.text-layer{
    padding-top:10px;
}
.flagNotify
{
    display:none !important;
}

.certRep-mobile img
{
    padding-top:5px;
}
@media screen and (min-width:1202px)
{
    .certRep-mobile
    {
         display:none;
    }
}
@media screen and (max-width:1201px)
{
    .nav-menu-headerRepImage
{
    display:none;
}

.certRep-mobile
{
    display:flex;
    width:100%;
}

nav#navigation1,.certRep-mobile
{
    display:flex !important;
    justify-content:center !important;
}

}
@media screen and (max-width:1200px)
{
    ul.preheaderIconlist {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0px 5px;
}



.main-logo {
    width: 160px;
    padding-left:0px;
}

ul.preheaderIconlist li
{
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 10px;
    border-bottom: 1px solid #c7dacf;
}

}
.ordered-list-type
{
    padding-left: 20px;
    list-style-type: none;
}

.ordered-list-type li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.ordered-list-type li::before {
  content: counter(step-counter);
    margin-right: 5px;
    background-color: #37608B;
    color: white;
    font-weight: bold;
    padding: 0px 8px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
}

.unordered-list-type
{
    padding-left: 10px;
    list-style-type: none;
}

.unordered-list-type li {
  margin-bottom: 10px;
}
ol.unordered-list-type li i
{
    display:none;
}
.unordered-list-type > li::before {
  content: "\f00c";
    margin-right: 5px;
    background-color: #37608B;
    color: white;
    padding: 0px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 21px;
    font-size: 13px;
}

ol.nestedOrderedlist {
        counter-reset:myCounter;
        margin-left:0;
        padding-left:5px;
        color: rgb(100,100,100);
      }

      .nestedOrderedlist li {
        position: relative;
        padding-left: 3em;
        padding-bottom: 15px;
        margin: 0px 0;
        list-style: none;
        line-height: 1.8em;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      }

      .nestedOrderedlist li:hover {
        color: rgb(0,0,0);
      }

      .nestedOrderedlist li:before {
        content:counter(myCounter);
        counter-increment:myCounter;
        position:absolute;
        top:0;
        left:0;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.5em;
        padding:0px;
        color: #37608b;
        border: 2px solid #37608b;
        font-weight:bold;
        text-align:center;
        border-radius: .9em;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .nestedOrderedlist li:hover:before {
        background-color: #efeded;
      }

      .nestedOrderedlist li li:before{
        background-color: #37608b;
        color: #fff;
      }

      .nestedOrderedlist li:after {
        position: absolute;
        top: 2.1em;
        left: 0.9em;
        width: 2px;
        height: calc(100% - 2em);
        content: '';
        background-color: rgb(203, 203, 203);
        z-index: 0;
        
      }

        
      .nestedOrderedlist li:hover:after {
        background-color: #37608b;
      }

      .nestedOrderedlist li li {
                
                
      }
      
      .nestedOrderedlist li ol
      {
          padding-top:10px;
      }

.nestedOrderedlist li li:before
{
    content: ' ';
    width: 1.5em;
    height: 1.5em;
    left: 2px;
}

.infographics-listed
{
    padding-left: 20px;
    list-style-type: none;
    overflow: auto;
    clear: both;
}

.infographics-listed li {
    width: 50%;
    float: left;
    display:flex;
    margin-bottom: 15px;
    align-items:center;
}

.featured-wrapper
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
}

.featured-box {
    width: 25%;
    text-align: center;
    margin: 2% 2%;
    background: #ccc;
    padding: 20px;
    overflow: auto;
    border:1px solid #ccc;
    border-radius:3px;
}

.featured-box img {
    padding-bottom: 15px;
}

.featured-box p {
    text-align:center;
}

.featured-box:nth-child(1) {
    background: #4A659A;
}

.featured-box:nth-child(1) p {
    color:#fff !important;
}

.featured-box:nth-child(2),.featured-box:nth-child(4),.featured-box:nth-child(6) {
    background: #fff;
}

.featured-box:nth-child(3) {
    background: #00843D;
}
.featured-box:nth-child(3) p {
    color:#fff !important;
}
.featured-box:nth-child(5) {
    background: #AEA5B7;
}
.featured-box:nth-child(5) p {
    color:#fff !important;
}
.featured-box:nth-child(7) {
    background: #C14533;
}
.featured-box:nth-child(7) p {
    color:#fff !important;
}

.featured-box:nth-child(8) {
    background: #BFBB98;
}
.featured-box:nth-child(8) p {
    color:#fff !important;
}
section.pro-feature-icons
{
    overflow-x:hidden;
    padding: 15px;
    border: 1px solid #f1f1f1;
    margin: 0px 0px;
}
.sidebarWrapper-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    padding-top: 65px;
    width: 100%;
}

.sidebarwidget-icons {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    background: #1e6299;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.sidebarwidget-icons a
{
    display:flex;
    display: -webkit-flex;
}
.sidebarwidget-icons a > span
{
position: absolute;
    width: 180px;
    display: block;
    margin-left: 54px;
    background: #ffffff;
    color: #585353;
    padding: 5px 20px;
    font-size: 13px;
    border: 2px solid #1e6299;
}
.sidebarwidget-icons:hover
{
   
}
.sidebarwidget-icons img
{
    width:32px !important;
}
.infographics-listed li span:first-child {
   background: #ccc;
    height: 140px;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 0%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 0px #717070;
    color: #fff;
    font-size: 16px;
}
.infographics-listed li:nth-child(1) > span:first-child,.infographics-listed li:nth-child(2) > span:first-child {
    background: #BFBB98;
}
.infographics-listed li:nth-child(3) > span:first-child,.infographics-listed li:nth-child(4) > span:first-child {
    background: #AEA5B7;
}
.infographics-listed li:nth-child(5) > span:first-child,.infographics-listed li:nth-child(6) > span:first-child {
    background: #4A659A;
}
.infographics-listed li:nth-child(7) > span:first-child {
    background: #686767;
}
.infographics-listed li:last-child {
    width: 100%;
}
.infographics-listed li span:nth-of-type(even){
    
}

.controls.custom-control.custom-checkbox {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding-right: 5%;
    text-align: left;
}
.form-actions {
    clear: both;
    padding-top: 15px;
    text-align: center;
}
.form-actions .btn-primary
{
    background:#37608B;
}
.controls.custom-input-textbox:first-child
{
    clear: both;
}
.infographics-section
{
    background: #F9F9F9;
    padding: 25px;
}
.margin-center
{
    margin:0 auto;
}
.text-cutoff
{
    padding-top:20px;
}
/*.text-cutoff p*/
/*{*/
/*    text-align:center;*/
/*}*/

.bottom-form-wrapper {
background: #f9f9f9;
padding: 30px 10px;
width: 100%;
}

.custom-input-textbox:nth-child(1){
    display: none;
}

.custom-checkbox:last-child
{
    display: none;
}
.controls.custom-input-textbox {
    width: 31%;
    float: left;
    text-align:left;
    margin-right:1%;
}
section.main-slider-section {
    padding-bottom: 0px;
        margin-top: 40px;
}
.primary-row {
    margin-bottom: 40px;
}
.primary-row:first-child {
    margin-top: 20px;
}
.featured-wrapper.four-column
{
    justify-content: space-evenly;
}
.featured-wrapper.three-column
{
    justify-content: space-evenly;
}
.featured-wrapper.four-column .featured-box 
{
    width:20%;
    margin:1.5%;
}

.featured-wrapper.three-column .featured-box
{
    width:23.5%;
    margin:1.5%;
}
.featured-wrapper.four-column .featured-box  p {
    text-align: center;
    font-size: 12px;
    margin: 0px;
    line-height: 18px;
    color:#555 !important;
}
.featured-wrapper.three-column .featured-box  p {
    text-align: center;
    font-size: 12px;
    margin: 0px;
    line-height: 18px;
    color:#555 !important;
}
.featured-wrapper.three-column .featured-box:nth-child(1)
{
    background:#BFBB98;
}
.featured-wrapper.three-column .featured-box:nth-child(2)
{
    background:#AEA5B7;
}
.featured-wrapper.three-column .featured-box:nth-child(3)
{
    background:#D4E5C7;
}  
.featured-wrapper.three-column .featured-box:nth-child(4)
{
    background: #c199ae;
}
.featured-wrapper.three-column .featured-box:nth-child(5)
{
    background: #a8b2c5;
}
.featured-wrapper.three-column .featured-box:nth-child(6)
{
    background: #cebab2;
}  


.featured-wrapper.four-column .featured-box:nth-child(1)
{
    background:#BFBB98;
}
.featured-wrapper.four-column .featured-box:nth-child(2)
{
    background:#AEA5B7;
}
.featured-wrapper.four-column .featured-box:nth-child(3)
{
    background:#D4E5C7;
}  
.featured-wrapper.four-column .featured-box:nth-child(4)
{
    background:#B2AFAF;
}  
.featured-box img {
    width: 54px;
}
.owl-carousel-books-refer .item > img
{
    box-shadow: 1px 1px 9px 1px #d2d2d2;
    -webkit-box-shadow: 1px 1px 9px 1px #d2d2d2;
    -ms-box-shadow: 1px 1px 9px 1px #d2d2d2;
    -moz-box-shadow: 1px 1px 9px 1px #d2d2d2;
}

.nestedOrderedlist li:last-child:after
        {
            content: none;
        }
@media screen and (min-width:1023px) {
	.beblin-feature-column .cert-text-layer {
		min-height: 475px;
		/*padding-bottom: 15px;*/
	}
	.certTextlayer-wrapper {
		min-height: 450px;
	}
	.row.featured-row {
		padding-bottom: 30px;
	}
	.row.featured-row.beblin-feature-column {
		padding-bottom: 0px;
	}
}


@media screen and (min-width:768px) and (max-width:1200px)
{
    ul.preheaderIconlist
    {
        display:block;
    }
    ul.preheaderIconlist li
    {
        width:50%;
        float:left;
    }
}
@media screen and (max-width:1100px)
{
    .controls.custom-control.custom-checkbox
    {
        width:100%;
        clear:both;
    }
    
    .controls.custom-input-textbox {
    width: 100% !important;
    float: left !important;
    clear:both;
}
.infographics-listed li
{
    width:100%;
}
}
a.tooltips > span
{
    transition: all 0.5s ease;
}
a.tooltips:hover > span
{
    background-color:#37608c;
    color:#ffffff;
}

/**/
/*form styles*/
#msform {
    text-align: center;
    position: relative;
    min-height: 300px;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1e6299;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #1e6299;
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}



#msform .action-button-previous {
    width: 100px;
    background: #bfbebe;
    font-weight: bold;
    color: white;
    border: 0 none;
    /* border-radius: 25px; */
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}



/*headings*/
.fs-title {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
   
    counter-reset: step;
    display:none;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
p.hightlight-para
{
    background: #f0f6f9;
    padding: 5px 14px;
    font-weight: bold;
}
.card.insightcard .cardHeading {
    padding: 15px 10px;
}
p.largePara {
    line-height: 28px;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
}
.card.productCard {
    min-height: 410px;
    padding: 0px;
}
.menuordered-list-type
{
    list-style: none;
    padding: 0px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.menuordered-list-type li {
    border: 2px solid #1e6299;
    margin-bottom: 15px;
    background: #fdfdfd;
    padding: 5px 5px;
    color: #1e6299;
    border-radius: 40px;
    font-size: 15px;
    line-height: 2.2em;
    width: calc(47% - 30px);
    width: calc(100%-10);
    margin: 10px 15px;
}

.menuordered-list-type li span {
    background: #e1eef9;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 4px 4px;
    margin-right: 13px;
}


.menuordered-list-type li span > img {
    width: 35px;
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 1em 4em;
    text-align: center;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    /* margin-bottom: 12px; */
    text-align: center;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #1e6299 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 33px;
    left: 22px;
    width: 62%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #1e6299;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: #1e6299;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #1e6299;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    /* line-height: 56px; */
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #1e6299;
}
.process-model li p {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}

div#process-tab {
    background: #d8e7f3;
    padding: 20px 0px;
}
.design-process-content .unordered-list-type {
    padding-left: 10px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.design-process-content .unordered-list-type li
{
    width:48%
}
ul.nav.nav-tabs.process-model.more-icon-preocess {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: left;
    justify-content: center;
}
.small-icons
{
    width:30px;
}
div#process-tab h3 {
    text-align: center;
    padding: 30px 0px;
    font-weight: bold !important;
    color: #4e6373 !important;
}

.featuredIconsections {
    margin-top: 30px;
}


.featuredIconsections .featuredIconsectionscol {
    background: #ffffff;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px #ccc;
    padding: 15px;
    /* padding-bottom: 15px; */
    min-height: 270px;
    margin-bottom: 30px;
}

.featuredIconsections .row .col-md-4:nth-child(1) > .featuredIconsectionscol
{
    background:#e1eaf3;
}

.featuredIconsections .row .col-md-4:nth-child(2) > .featuredIconsectionscol
{
    background:#d8e8e2;
}
.featuredIconsections .row .col-md-4:nth-child(3) > .featuredIconsectionscol
{
    background:#AEA5B7;
}
.featuredIconsections .row .col-md-4:nth-child(4) > .featuredIconsectionscol
{
    background:#b6b6b6;
}
.featuredIconsections .row .col-md-4:nth-child(5) > .featuredIconsectionscol
{
    background:#BFBB98;
}
.featuredIconsections .row .col-md-4:nth-child(6) > .featuredIconsectionscol
{
    background:#e49b91;
}
.featuredIconsections .row .col-md-4:nth-child(7) > .featuredIconsectionscol
{
    background:#e1eaf3;
}

.featuredIconsections .row .col-md-4:nth-child(8) > .featuredIconsectionscol
{
    background:#d8e8e2;
}
.featuredIconsections .row .col-md-4:nth-child(9) > .featuredIconsectionscol
{
    background:#AEA5B7;
}
.featuredIconsections .row .col-md-4:nth-child(10) > .featuredIconsectionscol
{
    background:#b6b6b6;
}
.featuredIconsections .row .col-md-4:nth-child(11) > .featuredIconsectionscol
{
    background:#BFBB98;
}
.featuredIconsections .row .col-md-4:nth-child(12) > .featuredIconsectionscol
{
    background:#e49b91;
}
.featuredIconsections .row .col-md-4:nth-child(13) > .featuredIconsectionscol
{
    background:#e1eaf3;
}

.featuredIconsections .row .col-md-4:nth-child(14) > .featuredIconsectionscol
{
    background:#d8e8e2;
}

.featuredIconsections p  .small-icons
{
    width:50px;
}

.contantformWrapper h3
{
    font-weight:bold !important;
    letter-spacing:-0.5px;
    text-align:center;
    line-height: 40px;
}

.contactDetailscol-wrapper,.contactDetails-mapcol
{
    margin-bottom:50px;
}

.contactdetalslayer {
    box-shadow: 1px 1px 11px 3px #f7f7f7;
    padding: 20px 15px;
    min-height: 200px;
}

#contact-form .form-control
{
    border: 1px solid #efefef;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0 16px 2px rgba(241, 238, 238, 0.74);
    padding:.675rem .75rem;
}

#contact-form .form-control:focus
{
    box-shadow:0 0 16px 2px rgba(218, 218, 218, 0.74) !important;
}

.col-md-10.whychooseInfographic-col {
    margin-bottom: 40px;
    padding-top: 40px;
}

.col-md-10.whychooseInfographic-col h3 {
    font-size: 4em !important;
    font-weight: bold !important;
    color: #d9dee2 !important;
    padding-left: 10px;
}

.whychooseInfographic-col h4 {
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #8c93a0 !important;
}

.row.primary-row.whychooseInfographic-wrapper {
    /* text-align: center; */
    padding: 35px 0px;
    background: #f8f9fb;
}

.whychooseInfographic > .row {
    border-bottom: 1px solid #d8dbe0;
}


.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_base, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_base, .row.primary-row .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_base, .row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div > .box_base, .row.primary-row .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_lid, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, .row.primary-row .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_item, .row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_lid, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, .row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon, .row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_bow, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_bow, .row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_bow, .row.primary-row .progress_inner #step-4:checked + input + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

.row.primary-row .progress_inner__step:before, .row.primary-row .progress_inner, .row.primary-row .progress_inner__status .box_base, .row.primary-row .progress_inner__status .box_item, .row.primary-row .progress_inner__status .box_ribbon, .row.primary-row .progress_inner__status .box_bow, .row.primary-row .progress_inner__status .box_bow__left, .row.primary-row .progress_inner__status .box_bow__right, .row.primary-row .progress_inner__status .box_tag, .row.primary-row .progress_inner__status .box_string {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.row.primary-row .progress_inner__bar, .row.primary-row .progress_inner__bar--set {
  height: 6px;
  left: 10%;
  background: repeating-linear-gradient(45deg, #1ea4ec, #1ea4ec 4px, #1f8bc5 4px, #1f8bc5 10px);
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
}

.row.primary-row .progress_inner__step:before {
  width: 30px;
  height: 30px;
  color: #70afd0;
  background: white;
  line-height: 30px;
  border: 3px solid #a6cde2;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  transition: all .4s;
  cursor: pointer;
  pointer-events: none;
}

.row.primary-row .progress_inner__step {
  width: 20%;
  font-size: 14px;
  padding: 0 10px;
  transition: all .4s;
  float: left;
  text-align: center;
  position: relative;
}
.row.primary-row .progress_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer;
}
.row.primary-row .progress_inner__step:hover {
  color: white;
}
.row.primary-row .progress_inner__step:hover:before {
  color: white;
  background: #1ea4ec;
}

.row.primary-row .progress_inner {
  height: 200px;
  width: 700px;
}
.row.primary-row .progress_inner #step-5:checked + div {
  width: 80%;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div > .tab:nth-of-type(5) {
  opacity: 1;
  top: 0;
}
.row.primary-row .progress_inner #step-5:checked + div + div + div + div {
  right: 10%;
}
.row.primary-row .progress_inner #step-4:checked + input + div {
  width: 60%;
}
.row.primary-row .progress_inner #step-4:checked + input + div + div + div > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
.row.primary-row .progress_inner #step-4:checked + input + div + div + div + div {
  right: 30%;
}
.row.primary-row .progress_inner #step-3:checked + input + input + div {
  width: 40%;
}
.row.primary-row .progress_inner #step-3:checked + input + input + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
.row.primary-row .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
.row.primary-row .progress_inner #step-2:checked + input + input + input + div {
  width: 20%;
}
.row.primary-row .progress_inner #step-2:checked + input + input + input + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
.row.primary-row .progress_inner #step-2:checked + input + input + input + div + div + div + div {
  right: 70%;
}
.row.primary-row .progress_inner #step-1:checked + input + input + input + input + div {
  width: 0%;
}
.row.primary-row .progress_inner #step-1:checked + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
.row.primary-row .progress_inner #step-1:checked + input + input + input + input + div + div + div + div {
  right: 90%;
}
.row.primary-row .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
.row.primary-row .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
.row.primary-row .progress_inner__step:nth-of-type(3):before {
  content: "3";
}
.row.primary-row .progress_inner__step:nth-of-type(4):before {
  content: "4";
}
.row.primary-row .progress_inner__step:nth-of-type(5):before {
  content: "5";
}
.row.primary-row .progress_inner__bar--set {
  width: 80%;
  top: -6px;
  background: #70afd0;
  position: relative;
  z-index: -2;
}
.row.primary-row .progress_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 40px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0px 2px 1px #80b7d5;
  padding: 30px;
  background: white;
  border-radius: 10px;
  transition: all .2s;
}
.row.primary-row .progress_inner__tabs .tab h1 {
  margin: 0;
}
.row.primary-row .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8;
}
.row.primary-row .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
}
.row.primary-row .progress_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
.row.primary-row .progress_inner__status div {
  position: absolute;
}
.row.primary-row .progress_inner__status .box_base {
  background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
.row.primary-row .progress_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
.row.primary-row .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.row.primary-row .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}
.row.primary-row .progress_inner__status .box_bow__left, .row.primary-row .progress_inner__status .box_bow__right {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
.row.primary-row .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
.row.primary-row .progress_inner__status .box_bow__left {
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.row.primary-row .progress_inner__status .box_bow__right {
  left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.row.primary-row .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  -webkit-transform: rotate(-10deg) translateX(-40px) translateY(0px);
          transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
.row.primary-row .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  -webkit-transform: rotate(-39deg) translateX(-22px) translateY(-12px);
          transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
.row.primary-row .progress_inner input[type="radio"] {
  display: none;
}

.progressStatus {
    display: flex;
    background: #d0dde6;
    overflow: auto;
    width: 100%;
    height: 500px;
}



.design-process-section#process-tab
{
    background: url('https://cert-india.com/beta/images/icons/click-here.png');
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 25%;
    background-color: #d8e7f3;
    background-position-x: 90%;
}

.infographicul {
    min-height: 135px;
}

.infographicCards-content h3 {
    padding-bottom: 15px;
}

.infographicCards-img {
    text-align: center;
    padding: 20px 0px;
}

.infographicCards-content li
{
    text-align:left !important;
}

.infographicCards-content h3,.infographicCards-content p
{
    text-align:center;
    margin-bottom:0px;
}
.infographicCards-img img {
    width: 42px;
    margin: 0 auto;
    /* padding: 10px; */
}

.infographicCardsSection .card:nth-child(2)
{
    background: #eae2db;
    border: 0px !important;
}

.infographicCardsSection .card:nth-child(4)
{
    background: #d9eacd;
    border: 0px !important;
}

.infographicCardsSection .unordered-list-type
{
    padding-top:15px;
}
.infographicCardsSection .unordered-list-type > li::before
{
        background-color: #737475;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
}
.main-slider-carousel .overlay-text p
{
    width:40%;
}

.belbinCards {
    box-shadow: 1px 1px 10px 2px #ccc;
    padding: 10px;
    text-align: left !important;
    border: 2px solid #4a659a;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.belbin-stackCard.belbinCards .bsc-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    width:100%;
}

.belbin-happenCard.belbinCards .bsc-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 55px;
}
.belbin-powerCard.belbinCards .bsc-col {
    min-height: 72px;
}

.belbin-stackCard.belbinCards .bsc-col:nth-child(odd)
{
    background: #aca989;
}

.belbin-stackCard.belbinCards .bsc-col:nth-child(even)
{
    background: #983767;
}

.belbin-happenCard.belbinCards .bsc-col:nth-child(even)
{
    background:#aa3c2d;
}
.belbin-happenCard.belbinCards .bsc-col:nth-child(odd)
{
     background: #73a158;
}
.belbin-powerCard.belbinCards .bsc-col:nth-child(odd)
{
    background: #435b8b;
}

.belbin-powerCard.belbinCards .bsc-col:nth-child(even)
{
    background: #d6c559;
}
.belbin-powerCard.belbinCards .bsc-col:nth-child(even) h4 a,.belbin-powerCard.belbinCards .bsc-col:nth-child(even) p
{
    color: #fff !important;
    font-weight: bold;
}
.belbin-powerCard.belbinCards
{
    transform: rotate(270deg);
    margin-top: 0px;
}
p.belbincardheading {
    text-align: center;
    margin-bottom: 7px;
    color: #4a659a;
    font-weight: bold;
}
.bsc-col {
    box-sizing: border-box;
    padding: 4px 10px;
    margin-bottom: 6px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bsc-col h4 {
    font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.bsc-col h4 a
{
    color:#fff !important;
}
.bsc-col p
{
    margin: 0px;
    line-height: 17px;
    text-align: left;
    color:#fff;
    font-size: 13px !important;
    text-align:center;
}

.jumbotron-small
{
    background-color: #f0f6f9;
    border-radius: .1rem;
    padding: 1.5rem 1.5rem;
    margin-bottom:15px;
}
 .flagNotify
 {
    background: #fff;
    color: #fff;
    text-align: center;
    margin-top:8px;
    display: flex;
}
        .flagNotify p
        {
            display: flex;
            float: right;
            clear: both;
            width: 100%;
            text-align: right;
            align-items: center;
            justify-content: flex-end;
            padding-right: 10px;
            padding-top: 3px;
        }
        
        .flagNotify .regionalReg {
    line-height: 13px;
    padding: 1px 10px;
    color: #0f7e3f;
    font-size: 11px;
    text-align: right;
    text-align: right;
}
        
@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 39px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 23%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 30px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
    
    
    
    
    
    
}







@media screen and (max-width:767px)
{
    
    
    
    .letsmakeBelbin-box.insightsDocs-hyperbox
    {
        border-bottom-right-radius: 0px !important;
    }
    section video {
        height: 100%;
    }
    .footer-col-links p
    {
        margin-bottom:0px;
    }
    footer .logoRep
    {
        float: left !important;
    }
    .flagNotify {
        margin-top:0px !important;
    }
    .flagNotify p
    {
        text-align:center;
        padding:5px 15px;
    }
    .card.productCard
    {
        min-height:unset !important;
    }
    .featured-box,.featured-wrapper.four-column .featured-box,.featured-wrapper.three-column .featured-box
    {
        width:100%;
    }
    .bottom-form-wrapper
    {
        padding:15px;
    }
    .infographics-listed
    {
        padding-left:0px;
    }
    .sidebarWrapper-nav
    {
        padding:20px 15px;
    }
    .belbinCards
    {
        min-height:unset !important; 
    }
    section.cert-india-video-and-feature,.row.featured-row
    {
        padding: 0px 0px;
    }
    p.belbincardheading
    {
        padding-bottom:10px;
    }
    #msform {
    min-height: 600px;
    }
    .accreditationTable tr td:nth-child(3),.accreditationTable tr th:nth-child(3)
    {
        display:none;
    }
    .menuordered-list-type li
    {
        margin-left:0px;
        margin-right:0px;
    }
    .menuordered-list-type li span
    {
        width: 42px;
        height: 42px;
    }
    
    .main-slider-section .slider-carousel img
    {
        
    }
    .bsc-col p
    {
        font-size: 14px !important;
        padding-top: 5px;
        letter-spacing: 0.5px;
    }
    .bsc-col p {
    font-size: 14px !important;
    padding-top: 5px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    }
}

.accreditationTable
{
    
}
.hiddenClass
{
    display:none !important;
}

.belbinReportcard .text
{
    
}
.card.scoobydoblogCard,.card.shoppingblogCard
{
    box-shadow:none !important;
}
.card.scoobydoblogCard .text {
    min-height: 145px;
}
.card.shoppingblogCard .text {
    min-height: 100px;
}
.card.scoobydoblogCard .calltoaction,.card.shoppingblogCard .calltoaction
{
    padding:0px 15px;
}
.card.scoobydoblogCard .calltoaction a,.shoppingblogCard .calltoaction a{
    background: #37608b;
    color: #fff;
    padding: 2px 9px;
    font-size: 14px;
}
.card.incompanyTraining .fab,.resourcesCard .fab
{
        margin-top: 0;
}
.resourcesCard
{
    padding-bottom:25px;
}
@media screen and (min-width:1023px) and (max-width:1100px) {
	.certTextlayer-wrapper {
		min-height: 555px;
	}
}

@media screen and (max-width:600px) {
	.footer-row .col-md-2 {
		margin-bottom: 15px;
	}
}
@media screen and (min-width:620px)
{
    .form-actions .btn-primary
    {
        width:300px;
    }
}

@media screen and (max-width:1250px)
{
    .belbin-powerCard.belbinCards
    {
        transform: rotate(0deg); 
    }
}
@media (max-width:992px) {
    
	.modal-open .modal {
		padding-top: 100px;
	}
	.image-grid {
		width: 100%;
		height: 180px;
	}
	.col-md-8.offset-md-1,.col-md-3.asidebar {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left:0%;
}
.menuordered-list-type li
{
        width: calc(100%);
        font-size:14px;
}

.card.blogCard h5.cardHeading {
    padding-top: 15px;
}

.sidebarWrapper-nav {
    padding: 20px 15px;
}
}

.card.incompanyTraining {
}

.section-belbin-team-role
{
    padding-bottom:60px;
}

@media screen and (min-width:992px)
{
    h1.banner-title.team-role-alignment {
    width: 100%;
    margin-top: -10%;
    text-align: center;
}

h1.banner-title.co-operate {
    color: #fff;
    text-align: center;
    width: 100%;
}
    .belbinReportcard .text
{
    min-height:220px;
}

.card.incompanyTraining {
    min-height: 320px;
}

.card.incompanyTraining .card-body
{
     min-height: 245px;
}
}

div#alert_data {
    background: #c14533;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    
    .section-belbin-team-role .row
{
    flex-direction:column-reverse;
}
}

@media screen and (min-width:768px)
{
    section.main-slider-section video {
    height: 100%;
}
}
@media screen and (min-width:768px) and (max-width:1023px)
{
    .certTextlayer-wrapper {
        min-height: 675px;
    }
    
    .multiColor-logo {
    width: 100% !important;
    margin: 10px;
}

    .overlay-text
    {
        position:relative;
    }
    .bloglist p.belbincardheading
    {
        min-height:55px;
    }
}

@media (max-width:768px) {
    
    


.section-belbin-team-role .row .feature-video-image
{
    padding-bottom:20px;
}

    .design-process-content
    {
            padding: 1em 1em;
    }
    .design-process-content .unordered-list-type li {
    width: 100%;
        
    }
    .beblin-feature-column .col-md-4
    {
        padding-bottom:20px;
    }
    div#process-tab h3
    {
            padding: 15px 0px;
    }
    .design-process-section#process-tab
    {
        background-position-x: center !important;
    background-position-y: 37% !important;
    }
	.gallery.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery-list.col-md-12,
	.gallery-list.col-md-6,
	.gallery-list.col-md-4,
	.gallery-list.col-md-3,
	.gallery-list.col-md-2,
	.gallery-list.col-md-1 {
		padding-left: 0;
		padding-right: 0;
	}
	.gallery-row.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.gallery-row.row.pdtb-40 {
		padding-top: 10px;
	}
	.horizontal-nav {
		margin-bottom: 0;
	}
	.modal-open .modal {
		padding-top: 30vh;
	}
	#msform fieldset
	{
	    padding:10px !important;
	}
	.h2, h2 {
    font-size: 1.4rem !important;
	}
	.process-model li
	{
	        width: 24% !important;
	}
	.process-model li i
	{
	    height: 60px;
       width: 60px;
	}
	
	.main-slider-carousel .overlay-text p
	{
	    width:100%;
	}
}

.letsmakeBelbin-box
{
    box-shadow: 2px 1px 9px 0px #8d9487;
    -ms-box-shadow: 2px 1px 9px 0px #8d9487;
    -moz-box-shadow: 2px 1px 9px 0px #8d9487;
    -webkit-box-shadow: -1px 1px 3px 0px #8d9487;
    padding: 10px;
    border: 1px solid #efecec;
    background: #dce4d5;
}

.letsmakeBelbin-box.scooby-do-blog {
    position: relative;
    background: #eaefe8;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding: 15px 20px;
}
.borderDecoration
{
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: -2px;
    padding: 0px !important;
    left: 0px;
}

ul.multiColorlist {
    display: flex;
    margin: 0px;
    padding: 0px;
}
ul.multiColorlist li {
    list-style-type: none;
    height: 4px;
    width: 20%;
}
ul.multiColorlist li:nth-child(1)
{
        background: #4a659a;
}
ul.multiColorlist li:nth-child(2)
{
        background: #00843d;
}
ul.multiColorlist li:nth-child(3)
{
        background: #aea5b7;
}
ul.multiColorlist li:nth-child(4)
{
        background: #c14533;
}
ul.multiColorlist li:nth-child(5)
{
        background: #bfbb98;
}
.letsmakeBelbin-box.insightsDocs-hyperbox
{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 200px;
}

.lightGreen
{
    background: #7fb361;
    border: 5px solid #99ce7a;
}

.lightpurple
{
    background: #8f8698;
    border: 5px solid #b0a5bb;
    box-shadow: none;
}
.lightBrown {
    background: #ab8171;
    border: 5px solid #c39b8b;
    box-shadow: none;
}
.lightOlivegreen
{
    background: #aca989;
    border: 5px solid #d2cfb6;
    box-shadow: none;
}
.letsmakeBelbin-box.team-goesShopping
{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 10px 35px;
    box-shadow: none;
}
.letsmakeBelbin-box.team-goesShopping ul,.letsmakeBelbin-box.reportPagebox ul
{
    padding:0px;
}
.letsmakeBelbin-box.insightsDocs-hyperbox ul li, .letsmakeBelbin-box.insightsDocs-hyperbox ul li a,.letsmakeBelbin-box.insightsDocs-hyperbox ul li a span,
.letsmakeBelbin-box.team-goesShopping ul li,.letsmakeBelbin-box.team-goesShopping ul li a,.letsmakeBelbin-box.team-goesShopping ul li span,
.letsmakeBelbin-box.team-goesShopping ul li a span,.letsmakeBelbin-box.reportPagebox ul li a span,.letsmakeBelbin-box.reportPagebox ul li,.letsmakeBelbin-box.reportPagebox ul li a,.letsmakeBelbin-box.reportPagebox ul li span{
    color: #fff !important;
}

.letsmakeBelbin-box.reportPagebox {
    padding-left: 35px;
    position:relative;
}

.letsmakeBelbin-box.reportPagebox.lightGreen,.letsmakeBelbin-box.reportPagebox.lightBrown,.letsmakeBelbin-box.reportPagebox.lightOlivegreen,.letsmakeBelbin-box.reportPagebox.lightpurple {
    border: none;
}


.letsmakeBelbin-box.reportPagebox.lightOlivegreen:before {
    background: #827f63;
}

.letsmakeBelbin-box.reportPagebox.lightpurple:before {
    background: #6c6375;
}

.letsmakeBelbin-box.reportPagebox.lightBrown:before {
    background: #825847;
}


.letsmakeBelbin-box.reportPagebox:before {
    content: '';
    top: 0;
    width: 10px;
    height: 100%;
    background: #0f7e3f;
    display: flex;
    left: -1px;
    position: absolute;
}




.insights-blockquote {
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #7fb361 !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}

.insights-text-colorGreen{
    color: #7fb361 !important;
}

.insights-primaryHeading {
    color: #7fb361 !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin: 0px;
}


.insights-enduring-blockquote {
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #8f8698  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.insights-enduringtext-color{
    color: #8f8698 !important;
    font-weight: bold !important;
}
.insights-enduring-primaryHeading {
    color:#8f8698 !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin: 0px;
}

.insights-suitablefit-blockquote {
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #ab8171  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.insights-suitablefit-text-color{
    color: #ab8171 !important;
}
.insights-suitablefit-primaryHeading {
    color: #ab8171 !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin: 0px;
}


 .insights-outstanding-blockquote {
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid  #aca989  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.insights-outstanding-text-color{
    color: #aca989 !important;
}
.insights-outstanding-primaryHeading {
    color: #aca989 !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin: 0px;
}


 .insights-secret-blockquote {
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #8f8698  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.insights-secret-text-color{
    color: #8f8698 !important;
    font-weight: bold !important;
}
.insights-secret-primaryHeading {
    color: #8f8698 !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin: 0px;
}


.incompany-teamselection-text-color{
     color: #8f8698 !important;
}
.incompany-teamselection-primaryHeading{
     color: #8f8698 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}
.incompany-conflict-text-color{
    color: #ab8171 !important;
}
.incompany-conflict-primaryHeading{
     color: #ab8171 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}
.incompany-leadership-text-color{
    color: #7fb361 !important;
}
.incompany-leadership-primaryHeading{
     color: #7fb361 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}
.incompany-personal-text-color{
    color: #aca989 !important;
}
.incompany-personal-primaryHeading{
     color: #aca989 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}
.incompany-teamselling-text-color{
    color: #7fb361 !important;
}
.incompany-teamselling-primaryHeading{
     color: #7fb361 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}
.incompany-recruiting-text-color{
    color: #8f8698 !important;
    font-weight: bold !important;
}
.incompany-recruiting-primaryHeading{
     color: #8f8698 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}

.teamspace-perfect-team-text-color{
    color : #4a659a !important;
}
.teamspace-perfect-team-blockquote{
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #4a659a  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.teamspace-scooby-text-color{
    color : #00843d !important;
}
.teamspace-scooby-blockquote{
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #00843d  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.teamspace-scooby-primaryHeading{
     color : #00843d !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}


.teamspace-teamworker-text-color{
    color : #c14533 !important;
}
.teamspace-teamworke-blockquote{
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #c14533  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.teamspace-teamworke-primaryHeading{
     color : #c14533 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}


.teamspace-mystery-text-color{
    color : #bfbb98 !important;
    font-weight: bold;
}
.teamspace-mystery-blockquote{
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #bfbb98  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.teamspace-mystery-primaryHeading{
     color : #bfbb98 !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}
.teamspace-monitor-text-color{
    color : #4a659a !important;
}
.teamspace-monitor-team-blockquote{
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #4a659a  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}

.teamspace-daphne-text-color{
    color : #00843d !important;
}
.teamspace-daphne-blockquote{
    padding: 1.2em 30px 1.2em 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #00843d  !important;
    font-weight: 500;
    /* padding-left: 30px !important; */
    position: relative; 
}
.teamspace-daphne-primaryHeading{
     color : #00843d !important;
     font-weight: bold !important;
     padding-bottom: 20px;
     margin: 0px;
}

h1.banner-title.co-operate {  
    color: #fff;
}

.coordinatorGoes .blockquote,.monitorGoes .blockquote,.teamworkerGoes .blockquote
{
    border-left: 7px solid #8f8698 !important;
}
.coordinatorGoes .colorGreen,.coordinatorGoes .primary-heading,.monitorGoes .colorGreen,.monitorGoes .primary-heading,
.teamworkerGoes .colorGreen,.teamworkerGoes .primary-heading
{
    color:#8f8698 !important;
    font-weight:bold;
}
.implementerGoes .blockquote,.resourceGoes .blockquote,.specialistGoes .blockquote
{
     border-left: 7px solid #ab8171 !important;
}
.implementerGoes .colorGreen,.implementerGoes .primary-heading,.resourceGoes .colorGreen,.resourceGoes .primary-heading,
.specialistGoes .colorGreen,.specialistGoes .primary-heading
{
    color:#ab8171 !important;
    font-weight:bold;
}

.plantGoes .blockquote,.shaperGoes .blockquote
{
     border-left: 7px solid #aca989 !important;
}
.plantGoes .colorGreen,.plantGoes .primary-heading,.shaperGoes .colorGreen,.shaperGoes .primary-heading
{
    color:#aca989 !important;
    font-weight:bold;
}


blockquote#homepge {
  padding-left: 50px;
  /* font-family: "Georgia", serif; */
  font-size: 30px;
  font-weight: 500;
  color: #37608B;
  quotes: "\201C""\201D""\2018""\2019";
  width: 75%;
    margin: 0 auto;
}
blockquote#homepge::before, blockquote#homepge::after {
  color: #37608b;
  font-size: 4em;
  font-weight: 400;
  line-height: 0.1em;
  font-family: 'Spartan MB Regular', sans-serif !important;
  /* right: 0; */
  display: block;
  overflow: visible;
}
blockquote#homepge::before {
  position: absolute;
  left: 0.1em;
  content: open-quote;
  margin-right: 0.15em;
  /* vertical-align: -0.15em; */
  top: 0.4em;
}
blockquote#homepge::after {
  content: close-quote;
  vertical-align: -0.7em;
  right: 0.1em;
  position: absolute;
  bottom: -0.1em;
}

blockquote#homepge > span
{
    font-size:18px;
}

.quotesWrapper
{
    background: #f8f8f8;
    position: relative;
    clear: both;
    margin-top: 40px;
    overflow: inherit;
    display: flex;
    min-height: 110px;
    align-items: center;
    padding: 35px 0px;
}
.job-relationship-report .primary-heading,.job-relationship-report .letsMake
{
    color:#8f8698;
}
.relationship-report-color .primary-heading,.relationship-report-color .letsMake
{
    color:#aca989;
}
.role-report-color .primary-heading,.role-report-color .letsMake
{
    color:#ab8171;
}
.team-role-color .primary-heading,.team-role-color .letsMake,.job-report-color .primary-heading,.job-report-color .letsMake
{
    color:#7fb361;
}

.nextBtn {
    padding: 10px 50px;
}


footer .logoRep{
    width:110px !important;
    float:right;
}
.nav-menu-headerRepImage img {
    width: 101px;
    padding: 7px 15px;
    margin-right: 10px;
}

nav#navigation1
{
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
}

.multiColor-logo
{
    width: 170px;
    margin: 10px;
}

main {
    margin-top: 45px;
}


@media screen and (max-width:767px)
{
.fab
{
   position: relative;
       right: 0px;
       margin: 0 auto;
       margin-right: 25px;
}
}


ul.nav.nav-pills.nav-stacked {
            display: contents;
            line-height: 30px;
            width: 100%;
        }
        
        img.img-circle {
            float: left;
            padding: 25px 15px;
        }


.container.hide {
    display: none;
}


.stickyFloater {
  display: flex;
  flex-direction: column;
}
.stickyFloater div {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 230px;
  height: 40px;
  padding: 5px 10px;
  border-radius: 1px;
  background-color: #73a158;
      z-index: 9999999;
}
.stickyFloater div a span
{
    cursor:pointer;
    color:#fff;
}
.stickyFloater div i {
  margin-right: 5px;
}

#belbinVideo {
  color: #fff;
  right: -24px;
  top: 56%;
}
#belbinVideo:hover {
  right: 0;
  transition: 0.4s;
  color: #fff;
  background-color: #73a158;
}

#eventCalender {
  top: 48%;
  right: -24px;
  color: #fff;
}
#eventCalender:hover {
  color: #fff;
  background: #73a158;
  right: 0;
  transition: 0.4s;
}

/*#belbinCommunity {*/
/*  top: 56%;*/
/*  right: -24px;*/
/*  color: : #37608B;*/
/*}*/
#belbinCommunity:hover {
  right: 0;
  transition: 0.4s;
  background-color: #37608B;
  color: #fff;
}
#belbinReports {
  top:40%;
  right:-24px;
  color: #37608B;
}

.letsmakeBelbin-box.insightsDocs-hyperbox.lightpurple li {
    cursor: pointer;
}
#belbinReports:hover {
  right: 0;
  transition: 0.4s;
  background-color:#73a158;
  color: #fff;
}
.staticFooter {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    padding: 5px;
    box-shadow: 5px -3px 6px 0px #8da1b5;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 999;
    background: #4a659a;
}
.iconsFooterbar i img
{
    width: 32px !important;
}
.iconsFooterbar {
    text-align: center;
    width: 20%;
    background: #4a659a;
    margin-top:18px;
}

.iconsFooterbar span {
    font-size: 11px;
    display: flex;
    line-height: 11px;
    color: #fff;
    display:none;
}
.pro-feature-icons
{
        display:none;
    }
    section.pre-footericons
    {
        display:flex;
    }

@media screen and (min-width:768px)
{
    .staticFooter
    {
        display:none;
    }
    .footer-copyrights
    {
        padding-bottom:unset !important;
    }
    .pro-feature-icons
    {
        display:flex;
    }
}





.section.pre-footericons,.section.pro-feature-icons,.pro-feature-icons,.pro-feature-icons
{
    
}


.contactdetalslayer h4 {
    color: #4a659a !important;
    margin-bottom: 10px;
    min-height: 44px;
    font-size: 18px !important;
}

footer h5 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #4a659a !important;
}

h1.banner-title.finding-the-most-suitable-fit-begins-with-belbin-heres-how
{
    color:#fff !important;
}

.contactdetalslayer p
{
    margin-bottom: 3px;
}


.linkageWrapper
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.footerCommanlinks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 80%;
}
footer .logoRep
{
   margin-left: 15px;
   margin-right: 15px;
}
@media screen and (max-width:767px)
{
    .linkageWrapper,.footerCommanlinks
    {
       flex-direction: column;
       width: 100%;
    }
    .footerCommanlinks{
        padding: 15px;
    }
    .footerCommanlinks .fcl-col-3
    {
        margin-bottom: 15px;
        width: 100%;
    }
}

.banner-title.events
{
    display:none !important;
}
@media screen and (min-width:768px) and (max-width:1023px)
{
    .linkageWrapper,.footerCommanlinks
    {
       
    }
    .footerCommanlinks{
        padding: 0px 15px;
        width:80%;
    }
    .footerCommanlinks .fcl-col-3
    {
        
    }
    .multiColor-logo {
        width: 100% !important;
    }
    footer .logoRep
    {
        width:50px !important;
    }
    .fcl-left,.fcl-right
    {
        width:10%;
    }
    
}
.shareLinks
{
    list-style: none;
    clear: both;
    padding: 0;
}

ul.shareLinks li {
    display: block !important;
}

.festive-banner img.fest-mobile {
    display: none ;
}









/*30-oct-21*/


.owl-carousel.owl-theme.main-slider-carousel.owl-loaded.owl-drag .owl-nav.disabled {
    display: none !important;
}


.col-md-12.insights-slider .owl-nav {
    display: block;
    text-align: center;
}

.card.insightcard {
    height: 260px !important;
}

.insight-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
}


.insight-slider .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: aliceblue !important ;
    color: inherit !important;
    border: none !important;
    padding: 0!important;
    font: inherit !important;
    font-size: 25px !important;
    width: 40px !important;
    margin-right: 10px !important;
    border-radius: 100% !important;
    margin-bottom: 30px;
    outline: none;
}



.insight-slider .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    background: aliceblue !important ;
    color: inherit !important;
    border: none !important;
    padding: 0!important;
    font: inherit !important;
    font-size: 25px !important;
    width: 40px !important;
    margin-right: 10px !important;
    border-radius: 100% !important;
    margin-bottom: 30px;
    outline: none;
}


@media screen and (min-width:768px) and (max-width:1023px)
{
    
    .insight-slider .owl-nav {
    display: block !important;
    text-align: center;
}

}


@media only screen and (min-device-width : 320px) and (max-device-width : 767px) 

{
  
        

   .overlay-text h1 {
    color: #37608b !important;
   }


  h1.banner-title.insights-and-whitepaper.insight-item-psychology {
      display: block !important;
  }
  
  
  
  .card.insightcard {
    height: auto !important;
}
  
  
.owl-carousel.owl-theme.main-slider-carousel.insights-slider-carousel.owl-loaded.owl-drag .owl-dots {
    display: none;
}

main {
    margin-top: 56px;
}

section.main-slider-section {
    margin-top: 28px;
}


.overlay-text h1 {
    /*display: none !important;*/
    font-size: 19px;
    line-height: 2rem;
}

.row.primary-row.eight-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}



img.w-100.logo-img.page-destop-banneer {
    display: none;
}

img.w-100.logo-img.page-mobile-banneer {
    display: block !important;
}











}


@media only screen and (min-device-width : 1200px) {


.card.insightcard {
    height: 300px !important;
}

}


.we-are-hiring{
    display:none;
}




.multi-steps-form input.hidden {
  position: absolute;
  visibility: hidden;
}

.multi-steps-form input[type="radio"] + .show-when-checked {
  display: none;
}

.multi-steps-form input[type="radio"]:checked + .show-when-checked {
  display: block;
}

.multi-steps-form fieldset > .enable-when-valid {
  background-color : gray;
}
.multi-steps-form fieldset:valid > .enable-when-valid {
  background-color: white;
}






.preheaderTopfestibanner {
    display: none;
    overflow: hidden;
}


    .making-the-most-of-meetings-with-belbin .main-slider-section .main-slider-carousel:nth-child(2) {
    display: none;
}

.making-the-most-of-meetings-with-belbin .primary-row
{
    margin-bottom:0px;
}

.fab
{
    display:none;
}



@media screen and (max-width:767px)
{
    .certRep-mobile img
    {
        width: 70px !important;
        height: auto !important;
    }
    
    .owl-carousel .owl-item img.page-mobile-banneer
    {
        width:140% !important;
        
    }
    
    .main-slider-carousel p
    {
        display:none;
    }
}


.primarycontentarea p,.primarycontentarea li
{
    font-size:18px;
    font-weight:normal !important;
    text-align: left;
    line-height: 32px;
    list-style-position: outside;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.primarycontentarea .bg-gray {
    background: #f9f9f9;
    padding: 28px 0px;
    margin-top: 20px;
}

.primarycontentarea h2 {
    font-weight: bold !important;
    line-height: 2.3rem;
}

.primarycontentarea ul {
    margin: 0px !important;
    padding-left: 16px;
}

h1.banner-title.dr-meredith-belbin {
    color: #fff;
    text-align: right;
    width: 100%;
}
.dr-meredith .card img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.dr-meredith .card {
    padding-bottom: 0px;
}

.dr-meredith .card-body {
    min-height: 100px;
}
 body.dr-meredith-belbin section.main-slider-section
    {
        margin:0px !important;
    }
    
    body.dr-meredith-belbin .overlay-text {
    background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:767px)
{
    body.dr-meredith-belbin .page-mobile-banneer {
    margin-left: 0px !important;
    width: 196% !important;
    }
    
    body.dr-meredith-belbin .overlay-text {
    background: rgb(249 249 249);
}
    
    h1.banner-title.dr-meredith-belbin {
    color: #fff;
    text-align: center;
    width: 100%;
}

}

h1.banner-title.sabre-toothed-tigers-and-the-workplace-managing-difficult-working-relationships,.banner-title.the-belbin-international-team-conference-2024 {
    color: #fff;
    filter: drop-shadow(0px 9px 6px black);
}

a.conference-2024 h1 {
    color: #fff;
}

.banner-title.self-sabotaging-teams
{
    color:#fff !important;
}

h1.banner-title.\35 -tips-for-leadership-in-uncertain-times {
    color: #000 !important;
}

.grey-text-color {
    color: #545454 !important;
    font-weight: 600 !important;
}

.belbin-text-color {
    color: #00843d !important;
    font-weight: 600 !important;
}

.pl-text-color {
    color: #edd95c !important;
    font-weight: 600 !important;
}

.ri-text-color {
    color: #a83d72 !important;
    font-weight: 600 !important;
}

.co-text-color {
    color: #93b3d5 !important;
    font-weight: 600 !important;
}

.sh-text-color {
    color: #c14533 !important;
    font-weight: 600 !important;
}

.me-text-color {
    color: #aea5b7 !important;
    font-weight: 600 !important;
}

.tw-text-color {
    color: #82b764 !important;
    font-weight: 600 !important;
}

.imp-text-color {
    color: #4a659a !important;
    font-weight: 600 !important;
}

.cf-text-color {
    color: #864a33 !important;
    font-weight: 600 !important;
}

.sp-text-color {
    color: #bfbb98 !important;
    font-weight: 600 !important;
}

.white-background-color {
    background-color: #ffffff !important;
    font-weight: 600 !important;
}

.grey-background-color {
    background-color: #545454 !important;
    font-weight: 600 !important;
}

.belbin-background-color {
    background-color: #00843d !important;
    font-weight: 600 !important;
}

.pl-background-color {
    background-color: #edd95c !important;
    font-weight: 600 !important;
}

.ri-background-color {
    background-color: #a83d72 !important;
    font-weight: 600 !important;
}

.co-background-color {
    background-color: #93b3d5 !important;
    font-weight: 600 !important;
}

.sh-background-color {
    background-color: #c14533 !important;
    font-weight: 600 !important;
}

.me-background-color {
    background-color: #aea5b7 !important;
    font-weight: 600 !important;
}

.tw-background-color {
    background-color: #82b764 !important;
    font-weight: 600 !important;
}

.imp-background-color {
    background-color: #4a659a !important;
    font-weight: 600 !important;
}

.cf-background-color {
    background-color: #864a33 !important;
    font-weight: 600 !important;
}

.sp-background-color {
    background-color: #bfbb98 !important;
    font-weight: 600 !important;
}


span.icon-belbin img {
    border-radius: 36px;
    margin-right: 17px;
    box-shadow: 1px 0px 8px 0px #00000033;
    border: 2px solid #252727;
}

span.icon-belbin {
    /* overflow: hidden; */
    /* width: 69px; */
    /* height: 69px; */
    /* display: inline-block; */
}

span.icon-belbin::after {
    content: '';
    background: url(https://www.cert-india.com/photo/upload/2024/1734688074_7582-org.png);
    position:absolute;
    left: 34px;
    top: -34px;
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: contain;
}

span.icon-belbin {
    position: relative;
}


















.belbin-container { max-width: 1300px; margin: 80px auto 0 auto; padding: 0 40px; }
        .belbin-row { display: flex; align-items: center; justify-content: center; }
        .mb-80 { margin-bottom: 80px; }
        .order-1 { order: 1; }
        .order-2 { order: 2; }
        .text-left { text-align: left; }
        .belbin-h2 {color: #444;font-size: 2rem;font-weight: 500;margin-bottom: 1.1rem;}
        .belbin-p {font-size: 1.15rem;color: #444;margin-bottom: 1.1rem;font-weight: 400;}
        .belbin-hashtag { font-size: 1.15rem; font-weight: 700; color: #00843D; margin-top: 1.2rem; }
        .belbin-img { width: 480px; height: 360px; object-fit: cover; border-radius: 0; margin-right: 60px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); background: #eee; }
        .belbin-img-right { margin-left: 60px; margin-right: 0; }
        .belbin-content { max-width: 100%; }
        .belbin-title {color: #00843D;font-size: 2.2rem;font-weight: 500;margin-bottom: 0.5rem;}
        .belbin-subtitle {font-weight: 500;color: #444;font-size: 1.15rem;margin-bottom: 1.2rem;}
        .belbin-content strong { font-weight: 700; color: #222; }
        .belbin-invite { color: #00843D; font-weight: 700; font-size: 1.15rem; margin-top: 1.5rem; }
        .belbin-bold { font-weight: 700; color: #444; margin-bottom: 0.7rem; }
        .belbin-section-title {color: #00843D;font-size: 1.7rem;font-weight: 600 !important;margin-bottom: 1.2rem;margin-top: 40px;}
        .belbin-dot { font-size: 1.3em; margin-right: 8px; color: #a14d6a; }
        .belbin-list { padding-left: 1.2em; margin-bottom: 1.2em; }
        .belbin-list li { margin-bottom: 0.7em; font-size: 1.13rem; }
        .belbin-webinar-date { color: #a14d6a; font-size: 1.1rem; margin-bottom: 1.1rem; display: flex; align-items: center; }
        .belbin-webinar-title {color: #444;font-size: 1.35rem;font-weight: 500;margin-bottom: 1.1rem;}
        .belbin-webinar-img { width: 100%; border-radius: 0;  background: #eee; }
        .belbin-webinar-content { max-width: 650px; }
        .belbin-btn {background: #00843D !important;color: #fff !important;border: none !important;border-radius: 999px !important;font-weight: 700 !important;font-size: 1.15rem !important;padding: 0.7em 2.2em !important;box-shadow: none !important;transition: background 0.2s;margin-top: 0.2rem;display: inline-block;}
        .belbin-btn:hover, .belbin-btn:focus { background: #006b32 !important; color: #fff !important; text-decoration: none; }
        @media (max-width: 991px) {
            .belbin-row, .belbin-webinar-row { flex-direction: column; align-items: flex-start; }
            .belbin-img, .belbin-webinar-img { margin-right: 0; margin-left: 0; margin-bottom: 30px; width: 100%; height: auto; }
            .belbin-content, .belbin-webinar-content { max-width: 100%; }
            
            .belbin-container {
    width: 100%;
}

.belbin-row, .belbin-webinar-row
{
    width:100%;
}
        }
        
        
        
        h1.banner-title.celebrating-belbin-week {
    color: #fff;
}