@font-face {
	font-family: 'Contralto Small';
	src: url(../fonts/Contralto_Small_Regular.otf);
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Contralto Small', sans-serif !important;
}

.post, .page{
    margin-bottom: 0;
}

.entry-content{
    margin-top: 0;
}

ul, ol{
    padding: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    transition: all linear .25s;
}

a:hover{
    opacity: .7;
}


.font_weight_400{
	font-weight: 400;
}

.font_weight_600{
	font-weight: 600;
}

.font_weight_700{
	font-weight: 700;
}

/* Header Css Start */

#masthead .container {
  max-width: 1440px;
}

#masthead {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
}

#primary-menu{
	justify-content: center;
}

#primary-menu li {
	position: relative;
	margin: 0 10px;
}

#primary-menu li:not(:last-child)::before {
	content: '|';
	position: absolute;
	top: 5px;
	right: -12px;
	color: #fff;
	line-height: 1;
}

#primary-menu li a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  transition: all linear .25s;
}

#primary-menu li a:hover {
  opacity: .7;
  color: #fff;
}

.current-menu-item a {
  font-weight: 600 !important;
}

.inner_btns {
	display: flex;
/* 	justify-content: space-between; */
	align-items: center;
}

.inner_btns a, .gt_selector.notranslate {
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 200px;
	line-height: 1;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_social li a {
	color: #0172BB;
	font-size: 24px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50px;
}

.inner_btns a i:not(ul li a i, .gt_switcher.notranslate a i) {
	padding-left: 10px;
}

.gtranslate_wrapper {
  	margin-left: 10px;
	margin-right: 10px;
}

.gt_selector.notranslate {
	background: transparent !important;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 165px;
	line-height: 1;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 14px;
}

.gt_selector.notranslate option {
  color: #000;
}

.gt_selected a {
	color: #fff !important;
	border: 0 !important;
	padding-left: 15px !important;
}
.gt_selected a:hover {
  	background: transparent !important;
}

.gt_selected a:focus{
	outline: none;
}

.subhead {
	background: url(https://staging.brazucasboard.com/wp-content/uploads/2026/01/Vector3.png) no-repeat center center, linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(89, 170, 219) 100%);
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 7.5%;
	text-align: center;
	color: #fff;
}

.subhead h1 {
	font-size: 64px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

/* Header Css End */

.tag_text {
	letter-spacing: 5px;
	text-transform: uppercase;
}

.first_step_sec{
	background: url(https://staging.brazucasboard.com/wp-content/uploads/2025/12/Vector2.png) no-repeat center center, #FFFCF1;
}

.global_btn a {
	background: #A99759 !important;
	border: 0 !important;
	font-size: 20px !important;
	border-radius: 50px !important;
	color: #fff !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

.slide-box {
	padding: 50px 25px;
	background: url(https://staging.brazucasboard.com/wp-content/uploads/2025/12/Group-1171276408.jpg) no-repeat bottom right, #fff;
	border-radius: 25px;
	margin-right: 25px;
}

.slide-box i {
  color: #F0B71C;
}

.review_div{
	padding-bottom: 10px;
}

.slide-box h4 {
  font-size: 28px;
}

.slide-box h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
}

.slide-box span {
	font-size: 18px;
	color: #737373;
	line-height: 1;
}


.plan_div {
  	max-width: 480px;
	position: relative;
	z-index: 999;
}

.plan_div::before {
	content: '';
	background: #A99759;
	width: 100%;
	height: 74%;
	position: absolute;
	bottom: -30px;
	right: -80px;
	border-radius: 10px;
	z-index: -1;
}

.plan_inner {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.plan_content {
  margin-bottom: 30px;
}

.plan_content h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.pricing_div h4 {
  font-size: 50px;
  color: #A99759;
  line-height: 1;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.pricing_div span {
	font-size: 20px;
	color: #000;
}

.pricing_list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.pricing_list li::before {
	content: '\f058';
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 0;
	left: 0;
	color: #A99759;
}

.pricing_link{
	text-align: center;
	padding-top: 30px;
}

.pricing_link a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.even_div::before {
	background: #272727;
}

.even_div li::before{
	color: #272727;
}

.pricing_btn {
	text-align: center;
	margin-top: 40px;
}

.pricing_btn a {
	background: #A99759;
	color: #fff;
	padding: 20px 35px;
	border-radius: 50px;
	font-size: 26px;
}

.pricing_btn a img {
	padding: 0px;
	margin-top: -4px;
	margin-right: 20px;
}

.verified_sec{
	background: #212121;
	background: linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(0, 0, 0, 1) 100%);
	overflow: visible !important;
}

.verified_btn a {
	color: #fff;
	font-weight: 600;
	line-height: 1;
}
.verified_btn img {
	margin-top: -5px;
	margin-right: 5px;
}

.verified_img {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
}

.verified_sec_content_col {
  	padding: 50px 0;
}

.team-container .team-item h2 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 10px;
}

.team-container .team-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}

.team-item .team-item-avtar-link {
  	position: relative;
}

.team-item .team-item-avtar-link button.post_modal {
	background: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	color: #A99759;
	font-size: 25px;
	position: absolute;
	bottom: 5%;
	right: 15px;
	text-decoration: none;
	transform: rotate(-25deg);
	transition: all linear .25s;
	border: 0;
}

.team-item .team-item-avtar-link button.post_modal i {
  	margin-top: -4px;
}

.team-item .team-item-avtar-link button.post_modal:hover {
  transform: rotate(0deg);
}

.team_modal .modal-dialog {
  max-width: 800px;
  width: 100%;
}

.team_modal .modal-content {
/*   background-color: #eef5ff; */
  border-radius: 20px;
  box-shadow: 0px 0px 30px #000000b5;
}

.team_modal .modal-content .modal-body {
  padding: 2rem;
}

.team_modal .modal-dialog .modal-title {
  line-height: 1;
  margin: 0;
/*   font-family: 'Contralto Small', sans-serif; */
}

.team-container .team-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #737373;
	margin-top: 8px;
	margin-bottom: 16px;
}

.team_modal .modal-content p {
  font-size: 18px;
}

.team_modal .modal-dialog .col-md-5 {
  position: relative;
}

.team_modal .modal-dialog .col-md-5 img {
  padding-top: 20px;
}

.team_modal .modal-dialog .col-md-5 .btn-close {
	position: absolute;
	top: 0;
	right: 20px;
}

.page_url_link {
	text-align: center;
}

.page_url_link a {
	background: #A99759;
	color: #fff;
	font-weight: 400;
	padding: 10px 25px;
	border-radius: 50px;
}

#bottom_to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #111;
	text-indent: -9999px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: all linear .25s;
	z-index: 999;
	padding: 0;
}

#bottom_to_top i {
	color: #fff;
	display: block;
	text-indent: 0;
	width: 100%;
}

.our_team_sec{
	background: url( https://staging.brazucasboard.com/wp-content/uploads/2026/01/Group-1171276384-2.png ) no-repeat center center, #EEF5FF;
	background-size: cover;
}

.take_today_content_col {
	padding-left: 16% !important;
}

.left_side_border{
	position: relative;
	padding-left: 20px;
}

.left_side_border::before{
	content: '';
	height: 70px;
	width: 10px;
	background: #746534;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 5px;
}

.brazucas_list_with_icons li{
	padding-left: 60px !important;
}

.brazucas_list_with_icons li::before {
	content: '' !important;
	width: 50px;
	height: 50px;
	background: url( https://staging.brazucasboard.com/wp-content/uploads/2026/01/Group-11712766393.png ) no-repeat center center;
	background-size: cover !important;
	position: absolute !important;
	top: 6px !important;
	left: 0 !important;
}

.brazucas_list_with_icons li:nth-child( 2 )::before {
	background: url( https://staging.brazucasboard.com/wp-content/uploads/2026/01/Group-1171276640.png ) no-repeat center center;
}

.brazucas_list_with_icons li:nth-child( 3 )::before {
	background: url( https://staging.brazucasboard.com/wp-content/uploads/2026/01/Group-1171276641.png ) no-repeat center center;
}

/* Home Middle Css Start */

.learn_more_btn a {
  border: 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff !important;
  background: #0A685F !important;
}

.home_services_sec {
  background: #0A685F;
  background: linear-gradient(90deg, rgba(10, 104, 95, 1) 0%, rgba(11, 139, 204, 1) 100%);
  padding: 50px 0;
}

.text_with_lines h4 {
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}


.benefits_box {
	background: #F8F8F8F8;
	text-align: center;
	padding: 50px 25px;
	border-radius: 10px;
}
.benefits_box i:not( a i ) {
	font-size: 50px;
	color: #A99759;
	padding-bottom: 20px;
}
.benefits_box h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}
.benefits_box a {
	color: #A99759;
	font-weight: 400;
	line-height: 1;
	font-size: 24px;
	text-transform: capitalize;
}

.your_mentor_content_col {
  	padding-left: 16% !important;
}

.CPT_testimonials .slick-dots{
	bottom: -40px;
}

.CPT_testimonials .slick-dots li {
	background: #00a99d;
	border-radius: 50px;
}

.CPT_testimonials .slick-dots li.slick-active {
  	width: 50px;
}

.slick-dots li button::before, .slick-dots li.slick-active button::before {
	color: transparent;
}

/* Home Middle Css End */

.biggest_mistake_content_col {
	padding-right: 16% !important;
	padding-left: 25px !important;
}

.dark_bg a {
	background: #746534 !important;
}

.brazucas_list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.brazucas_list li span {
	font-weight: 700;
}

.brazucas_list li::before {
	content: '\f058';
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	color: #334995;
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 26px;
}

.inline_list {
	column-count: 3;
}

.slick-prev, .slick-next {
  	font-size: 0;
	top: 40%;
}

.slick-prev {
	left: -80px;
}

.slick-prev i, .slick-next i {
	background: #334995;
	border: none;
	font-size: 24px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}



.blog .subheader h1, .single-post .subheader h1, .search .subheader h1, .error404 .subheader h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 76px;
  line-height: 1;
}

.row.isotope_cont {
  padding: 50px 0;
}

.post-title-bg h2 {
    color: #fff !important;
    font-size: 74px;
    font-family: barlow !important;
    font-weight: 700 !important;
}

#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 20px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

.blog .blog-title h2 {
  	font-size: 34px;
	font-weight: 400;
	line-height: 1;
}

span.blog-title a {
    color: #000 !important;
	transition: linear all .25s;
	font-size: 30px;
	font-weight: 600;
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
}

.blog_read_more, .entry-link a {
	color: #a99759 !important;
	font-size: 18px;
	font-weight: 700;
}

.blog_read_more:hover, .entry-link a:hover {
  opacity: .7;
}

.blog .blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
	margin-bottom: 0;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	min-height: 250px;
    object-fit: cover;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogImage .blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #A99759;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}

.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

.isotope-item .row {
  border-bottom: 1px solid #5dbb4b;
	    padding: 28px 0 25px 0;
}
.isotope-item .row:last-child {
  border-bottom: 0 !important;
}

.blogImage .blogDate hr {
    border-top: 0px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}

a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-2 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

section#search-2 form label {
    width: 66%;
}

input.search-field {
    width: 100%;
	text-indent: 8px;
}

input.search-submit {
    background: #A99759;
    color: #fff;
	transition: all linear .25s !important;
	border: 0;
	padding: 8px 15px;
}

input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h4, section#text-2 h4, section#text-4 h4 {
    background: #a99759;
	color: #fff;
/* 	border-left: 20px solid #eef5ff; */
    line-height: 1.5;
	text-indent: 15px !important;
	font-size: 24px !important;
}

section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex !important;
	padding: 10px 0;
    transition: all linear .25s;
    text-indent: 0px !important;
	border-bottom: 2px dotted #000 !important;
	line-height: 1.3;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 5px;
    display: inline-block;
    font-family: FontAwesome;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
    color: #fff !important;
    background: #A99759;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}

.blog .latest_blog_sec, .single-post .latest_blog_sec, .search .latest_blog_sec, .single-product .latest_blog_sec {
  display: none;
}

.pagination.clearfix{
	justify-content: center;
}

.pagination.clearfix ul{
	padding-bottom: 50px;
}

.pagination.clearfix a.page-numbers, .pagination.clearfix span.page-numbers{
	background: #c70006;
	color: #fff;
	width: 50px;
	display: flex;
	height: 50px !important;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 24px;
}

.pagination.clearfix span.page-numbers{
	background: #1a2c6a;
}

.pagination.clearfix a.page-numbers:hover{
	background: #1a2c6a;
}

/* .pagination.clearfix span.page-numbers{
	
} */

/*---------- blog Page end ----------*/

/*---------- Single blog start ----------*/


.single-blog.single-post {
  padding: 50px 0;
}

.single_blog_title, .error-404.not-found h2 {
	color: #000;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.single_blog_date {
  font-size: 16px;
  font-weight: 600;
  color: #00a99d;
  margin-bottom: 20px;
  font-family: ;
  font-family: "Titillium Web" !important;
}


.single-blog.single-post .blogImage {
  margin-bottom: 20px;
}

ul.single-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    list-style: none;
    font-size: 20px;
    color: #5dbb4b !important;
}
ul.single-pagination li a {
    color: #C70006 !important;
}
ul.single-pagination li a:hover {
    color: #1a2c6a !important;
}

.reference_url {
  	color: #a99759 !important;
}

.reference_url:hover {
  	opacity: .7;
}

.post_list {
  	padding-top: 10px;
}

.post_list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.post_list li:last-child {
	margin-bottom: 0;
}

.post_list li span {
	font-weight: 600;
	color: #a99759;
}

.post_list li::before {
	content: '\f0da';
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	left: 0;
	top: 4px;
	color: #a99759;
	font-size: 20px;
	line-height: 1;
}

.opner_row p, .closer_row p{
	color: #a99759;
	font-weight: 700;
}

.opner_row a, .closer_row a {
  	color: #000;
}

.closer_row p {
	border-bottom: 1px solid #00000040;
	padding-bottom: 20px;
}

/*---------- Single blog end ----------*/

/*---------- Search blog start ----------*/

.no-results.not-found h2, .search-results h3 a, .search-results h2.page-title {
  color: #000;
  font-weight: 600;
  font-size: 36px;
}

.search-results article {
	background: #f7f7f7;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 25px;
	border-bottom: 5px solid #A99759;
	box-shadow: 0 0 10px #00000061;
}

.search-results h2 a {
	color: #000;
}

.search-results article .post-thumbnail img {
  margin-bottom: 20px !important;
}

.search-results article .entry-footer {
  display: none;
}

.search article .entry-summary {
  margin-top: 0;
}

.search .page-title {
  margin-bottom: 20px;
}

/*---------- Search blog end ----------*/


/* Footer Css Start */

.CTA_sec {
  background: #FFFFFF;
  background: linear-gradient(230deg, rgba(255, 255, 255, 1) 0%, rgba(235, 227, 164, 1) 43%, rgba(182, 160, 95, 1) 100%);
	overflow: visible !important;
}

.CTA_content_col {
  padding-left: 16% !important;
}

.CTA_content_col p {
  font-size: 20px;
}

.cta_btn a {
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-size: 20px !important;
}

.ftr_contact_form_col {
  max-width: 700px;
  margin: auto;
  padding: 50px 0;
}

#gform_wrapper_2 .gform_heading {
  display: none;
}

#gform_2 label, #gform_2 .gfield_required {
  font-weight: 600;
  font-size: 20px;
}

#gform_2 input, #gform_2 textarea {
  border-color: #C7C7C7;
  font-size: 20px;
	height: 50px;
}

#gform_fields_2{
	row-gap: 20px;
}

#gform_2 input::placeholder, #gform_2 textarea::placeholder {
  opacity: .5;
}

#gform_submit_button_2 {
  border: 0 !important;
  font-size: 20px !important;
  background: #A99759;
  font-weight: 600;
  transition: all linear .25s;
	border-radius: 10px;
}
#gform_submit_button_2:hover {
  opacity: .7;
}

.spot_today_sec {
  background: #000000;
  background: url(https://staging.brazucasboard.com/wp-content/uploads/2025/12/Vector1-1.png) no-repeat, linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
  color: #fff;
	position: relative;
	overflow: visible !important;
}

.spot_today_sec::after{
	content: '';
	background: #E8DE95;
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	z-index: 999;
}

.spot_today_col {
  max-width: 710px;
}

.spot_today_col p {
  font-size: 20px;
}

#colophon {
  background: #EEF5FF;
  padding: 20px 0;
}

#colophon .row{
	align-items: center;
}

#colophon p {
  margin-bottom: 0;
  text-align: center;
	font-size: 20px;
}

.ftr_social li a {
  color: #0172BB;
  background: #fff;
  font-size: 26px;
  border-radius: 50px;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.right_col_inner {
  display: flex;
	align-items: center;
}

#nav_menu-2 {
  margin-bottom: 0;
}

#menu-footer-menu {
  padding-left: 15px;
}

#menu-footer-menu li {
  display: inline-block;
	position: relative;
  padding-right: 10px;
}

#menu-footer-menu li:last-child{
	padding-right: 0px;
}

#menu-footer-menu li:not(:last-child)::before{
	content: '|';
  position: absolute;
  top: 0px;
  right: 0;
  color: #C6C6C6;
}

#menu-footer-menu li a {
	color: #000;
	font-weight: 600;
}

#gform_confirmation_message_2, #gform_confirmation_message_1 {
	background: #d1e7dd;
	border: 1px solid #badbcc;
	padding: 14px;
	font-style: italic;
	color: #0f5132;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
}

/* Footer Css End */

.dental_max_slides .slick-slide, .dental_slides .slick-slide{
	margin: auto !important;
}

.dental_max_slides .slick-prev::before, .dental_max_slides .slick-next::before, .dental_slides .slick-prev::before, .dental_slides .slick-next::before {
	display: none;
}

.dental_max_slides .slick-prev, .dental_max_slides .slick-next, .dental_slides .slick-prev, .dental_slides .slick-next{
	top: 50%;
}


@media screen and ( max-width: 1600px ){
	.your_mentor_content_col, .CTA_content_col, .take_today_content_col {
	  	padding-left: 9% !important;
	}
	
	.your_mentor_content_col{
		padding-top: 50px;
	}
	
	.global_btn a{
		text-align: left !important;
		line-height: 1.5 !important;
		font-size: 18px !important;
	}
}

@media screen and ( max-width: 1440px ){
	.your_mentor_content_col, .CTA_content_col, .take_today_content_col {
	  	padding-left: 5% !important;
	}
	
	.biggest_mistake_content_col{
		padding-right: 10% !important;
	}
	
	.ftr_contact_form_col{
		max-width: 600px;
	}
	
	.subhead{
		padding-top: 20%;
  		padding-bottom: 10%;
	}
}

@media screen and ( max-width: 1400px ){
	.your_mentor_content_col, .CTA_content_col, .take_today_content_col {
		padding-left: 3% !important;
	}
}

@media screen and ( max-width: 1366px ){
	.your_mentor_content_col, .CTA_content_col, .take_today_content_col {
	  	padding-left: 9% !important;
	}
	
	.verified_img{
		position: unset;
	}
	
	.res_head_46{
		font-size: 46px !important;
	}
	
	.plan_div::before{
		right: -20px;
	}
	
	.inline_list{
		column-count: 1;
	}
	
	.slick-prev{
		left: -50px;
	}
}

@media screen and ( max-width: 1200px ){
	#primary-menu li a{
		font-size: 16px;
	}
	
	.gt_selector.notranslate{
		width: 140px;
		font-size: 16px;
	}
	
	#primary-menu li:not(:last-child)::before{
		top: 2px;
	}
	
	.your_mentor_content_col, .CTA_content_col, .take_today_content_col {
		padding-left: 3% !important;
	}
	
	.inner_btns a:not(ul li a, .gt_switcher.notranslate a){
		font-size: 16px;
	}
	
	.ftr_contact_form_col{
		max-width: 500px;
	}
	
	.biggest_mistake_content_col{
		padding-right: 3% !important;
	}
}

@media screen and ( max-width: 1080px ){
/* 	body, p{
		font-size: 16px !important;
	} */
	
	.your_mentor_content_col, .CTA_content_col {
		padding-left: 6% !important;
	}
	
	header#masthead .col-md-6 {
	  display: none;
	}
	
	header#masthead .col-md-4 {
	  width: 74%;
	}
	
	.inner_btns{
		justify-content: end;
	}
}

@media screen and ( max-width: 1024px ){
	.CTA_content_col {
		padding-top: 20px;
		padding-right: 20px !important;
	}
	
	.ftr_contact_form_col {
		max-width: 450px;
	}
	
	.slick-prev{
		left: -20px;
    	z-index: 1;
	}
	
	.slick-next{
		right: 0;		
	}
	
	.global_btn a{
		font-size: 16px !important;
	}
}

@media screen and ( max-width: 768px ){
	.portal_btn{
		display: none !important;
	}
	
	.w_100 {
		width: 100%;
	}
	
	#masthead .col-md-2 {
	  	width: 30%;
	}
	
	header#masthead .col-md-4 {
		width: 56%;
	}
	
	.plan_div::before{
		bottom: -10px;
	}
	
	.pricing_btn a{
		font-size: 20px;
		padding: 15px 20px;
	}
	
	.pricing_btn a img{
		display: none;
	}
	
	.row.team-container .col-md-3.team-item{
		width: 50%;
	}
	
	.plan_div{
		margin-bottom: 50px;
	}
	
	.pricing_link{
		padding-top: 20px;
	}
	
	.ftr_contact_form_col {
		max-width: 600px;
	}
	
	.spot_today_sec{
		padding-bottom: 50px;
	}
	
	#colophon{
		text-align: center;
	}
	
	#colophon .col-md-3 a img {
	  margin-bottom: 20px;
	}
	
	.right_col_inner{
		justify-content: center;
	}
	
	br{
		display: none;
	}
	
	.left_side_border::before{
		height: 30px;
	}
}

@media screen and ( max-width: 576px ){
	html, body{
		overflow-x: hidden;	
	}
	
	#masthead {
		top: 0;
	}
	
	#rmp_menu_trigger-3145{
		top: 70px;
	}
	
	.inner_btns .top_social{
		display: none;
	}
	
	header#masthead .col-md-4{
		width: 50%;
	}
	
	.gtranslate_wrapper{
		margin-left: 0;
	}
	
	.subhead{
		padding-top: 60%;
    	padding-bottom: 20%;
	}
	
	.subhead h1{
		font-size: 46px;
	}
	
	.plan_div::before{
		right: 0px;
	}
	
	.plan_inner{
		padding: 25px;
	}
	
	.pricing_btn a{
		background: transparent;
    	color: #00a99d;
		padding: 0;
	}
	
	.row.team-container .col-md-3.team-item {
		width: 100%;
	}

	.team-item .team-item-avtar-link button.post_modal {
		right: 20%;
	}

	.team_modal .modal-dialog .col-md-5 {
		padding-bottom: 20px;
	}

	.team_modal .modal-body .row {
		flex-direction: column-reverse;
	}

	.team_modal .modal-dialog .modal-title{
		font-size: 30px;
	}
	
	.empty_spc_res{
		height: 360px !important;
	}

	.ftr_contact_form_col{
		max-width: 340px;
	}
	
	section#search-2 form label{
		width: 62%;
	}
}