/*
Theme Name: Spanish Law
Theme URI: https://www.one400.com/
Author: Opus Tech
Author URI: http://www.one400.com/
Description: This theme is designed by Opus Tech.
Version: 1.0.0
Text Domain: one400
 */

 /* WordPress Core
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes ripple-in2 {
 0% {transform: scaleX(0);}
 20%{transform: scaleX(1);opacity:0.3;}
 100%{transform: scaleX(1);opacity:0;}
}
body {
	font-size: 16px;
	color: #2c2c2c;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
	color: #0e1c41;
	margin-bottom: 22px;
}
h3 {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	color: #0e1c41;
	margin-bottom: 22px;
}
p {
	line-height: 1.67;
	text-align: left;
	color: #2c2c2c;
	margin-bottom: 20px;
}
ul {
	padding-left: 20px;
}
[class^=section-] {
    position: relative;
	padding: 60px 0;
}
.margin-100 {
	margin: 100px 0;	
}
.margin-bottom-50 {
	margin-bottom: 100px !important; 
}
.margin-bottom-100 {
	margin-bottom: 100px !important; 
}
.theme-primary-btn-wrapper {
	position: relative;
	cursor: pointer;
	background-color: #8231d4;
    border: 2px solid #8231d4;
	border-radius: 30px;
	z-index: 2;
	display: inline-block;
}
.theme-primary-btn-wrapper .ajax-loader {
	position: absolute;
	left: 0;
	bottom: -30px;
}
.theme-primary-btn-wrapper .theme-primary-btn {
	color: #ffffff !important;
}
.theme-primary-btn-wrapper:before {
	position: absolute;
	content: '';
	width:100%;
	height:100%;
	border-radius: 30px;
	background-color: rgba(130, 49, 212, 0.7);
	top:0;
	left:0;
	transform: scale(0);
	z-index: 0;
}
.theme-primary-btn-wrapper:hover:before {
	animation: ripple-in2 4s;
}
.theme-primary-btn {
	min-width: 220px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.32;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	padding: 15px 25px;
	display: inline-block;
	z-index: 1;
	position: relative;
}
.theme-primary-btn:hover {
/* 	color: #008cff; */
	color: #ffffff;
	text-decoration: none;
/* 	border: 2px solid #008cff; */
/* 	background-color: transparent; */
}
.theme-anchor {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.61;
	letter-spacing: 0.27px;
	color: #8231d4;
	text-decoration: underline;
}
.theme-anchor:hover{
	color: rgba(130, 49, 212, 0.7);	
}
.pre-footer-bg {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #e2f2ff;
}
.small-container {
	width: 753px;
	max-width: 100%;
	margin: auto;
}
.small-container.text-center * {
	text-align: center;
}
.styled-list ul,
.content-styled-list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.styled-list ul li,
.content-styled-list ul li {
  line-height: 2;
	position: relative;
	padding-left: 25px;
}
.styled-list ul li:before,
.content-styled-list ul li:before {
	position: absolute;
	content: '';
	left: 0;
    top: 12px;
	margin: auto;
	background: url(/wp-content/uploads/2021/02/check.png);
	width: 16px;
	height: 12px;
}
.content-styled-list ul li:before {
	background: url(/wp-content/uploads/2021/02/check-black.png);
}
.styled-list.styled-list-inline ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.styled-list-numbers ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 45px;
}
.styled-list-numbers ul li {
	line-height: 2;
	position: relative;
	color: #2c2c2c;
	margin-bottom:25px;
	font-size: 18px;
	line-height: 1.67;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/* .styled-list-numbers ul li.heighty {
	margin-bottom: 20px;
} */
.styled-list-numbers ul li > span {
	position: relative;
/* 	left: 0;
	top: 0;
	bottom: 0;
	right: auto;
	margin: auto; */
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
	color: #ffffff;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #8231d4;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 25px;
	flex-shrink: 0;
}
.styled-list-numbers ul li div span{
	display: block;
	font-size: 15px;
	color: #757575;
	font-style: italic;
}
.styled-list-numbers ul li:last-child{
	align-items: flex-start;
}
.styled-list-numbers ul li:before {
	position: absolute;
	content: '';
	left: 0;
    top: -10px;
	bottom: auto;
	margin: auto;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #a9bd00;
	display: none;
}
.center-content h2,
.center-content p {
	text-align: center;
}
.only-title-center h2 {
	text-align: center;
}
.center-content .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.img-with-waves-row .image-wrapper,
.img-with-waves-row-reverse .image-wrapper {
	position: relative;
	padding: 70px 0;
}
.banner-img-with-waves .image-wrapper {
	position: relative;
}
.button-navigation {
	float: right;
}
.header {
	margin-bottom: 50px;
	z-index: 9;
	position: relative;
    width: 100%;
    background: #ffffff;
}
.legal-shield{
	margin-right: 20px;
}
.legal-shield img{
	height: 50px;
}
.header-top-bar {
	background-color: #8231d4;
	padding: 5px 0;
}
.header-top-bar a {
	color: #ffffff;
	margin-left: 20px;
}
.header-top-bar a.call {
	padding-left: 15px;
	position: relative;
}
.header-top-bar a.call:before {
	position: absolute;
	content: "";
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #ffffff;
}

/* .header-top-bar a.call:after {
	position: absolute;
	content: url(/wp-content/uploads/2021/02/whatsapp.png);;
	left: 20px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px;
} */
.header-bar {
	padding: 3px 0;
	border-bottom: 1px solid #f1f1f1;
}
.header-bar .logo img {
	height: 95px;
}
.main-content-container {
	padding-top: 0;
}
.footer {
	padding: 80px 0 50px;
	background-color: #0e1c41;
	color: #ffffff;
}
.footer p {
	color: #ffffff;
}
.footer .logo-col .logo {
	 margin-bottom: 30px;
	display: block;
}
.footer .logo-col .logo img {
	max-width: 350px;
}
.footer .logo-col p {
	color: #ffffff;
}
.footer .menu-col ul {
	list-style: none;
	padding-left: 0;
}
.footer .menu-col ul li {
	margin-bottom: 10px;
}
.footer .menu-col ul li a {
	  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
}
.footer .footer-bottom-row {
	margin: 30px 0 0;
}
.footer .footer-bottom-row p {
	font-size: 12px;
	  line-height: 1.5;
  letter-spacing: 0.12px;
}
.footer .footer-bottom-row p a {
	color: #ffffff;
}
.footer .support-col .title,
.footer h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.88;
	letter-spacing: 0.8px;
	color: #ffffff;
	margin-bottom: 10px;
}
.footer h4{
	margin-top: 30px;
	text-transform: uppercase;
}
.footer .support-col .number {
	margin-bottom: 25px;
	display: block;
	position: relative;
/* 	padding-left: 45px; */
}
/* .footer .support-col .number:before {
	position: absolute;
	content: url(/wp-content/uploads/2021/02/whatsapp.png);
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 31px;
	height: 31px;
} */
.footer .support-col .sign-up-wrapper {
	position: relative;
}
.footer .support-col .sign-up-wrapper input {
	 background: #ffffff;
	border-radius: 30px;
	padding: 12px 20px;
	padding-right: 100px;
	border: none;
	font-style: italic;
}
.footer .support-col .sign-up-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-style: italic;
}

.footer .support-col .sign-up-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: italic;
}

.footer .support-col .sign-up-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
	font-style: italic;
}
.footer .support-col .sign-up-wrapper .btn {
	  border-radius: 22px;
    background-color: #8231d4;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 6px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 42px;
    line-height: 12px;
}
.social-icons {
	list-style: none;
	padding-left: 0;
}
.social-icons {
	list-style: none;
	padding-left: 0;
	display: flex;
} 
.social-icons li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
}
.social-icons li a {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-icons li.fb a img {
	transform: scale(0.5);
}
.navbar {
	padding: 0;
}
.main-menu {
	justify-content: flex-end;
}
.primary-menu li {
	margin: 0 10px;
	position: relative;
}
.primary-menu li.menu-item-has-children {
	margin-right: 20px;
}
.primary-menu li.menu-item-has-children::after {
	content: "\f347";
    font-family: dashicons;
    position: absolute;
    display: inline-block;
    top: 18px;
    right: -10px;
}
.primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
	content: "\f347";
    font-family: dashicons;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
}
.primary-menu > li > a {
	padding: 15px 10px;
}
.primary-menu > li:last-of-type {
	margin-right: 0;
	background-color: #8231d4;
	border: 2px solid #8231d4;
	border-radius: 30px;
	overflow: hidden;
	display: inline-flex;
}
.primary-menu > li:last-of-type a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.32;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
/* 	border-radius: 30px; */
	padding: 15px 25px;
/* 	background-color: #008cff;
	border: 2px solid #008cff; */
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.primary-menu > li:last-of-type:before {
	content: '';
	position:absolute;
	width:100%;
	height:100%;
	border-radius: 30px;
	background-color: white;
	background-color: #0061bc;
	top:0;
	left:0;
	transform: scale(0);
	opacity: 0.3;
	z-index: 1;
}
.primary-menu > li:last-of-type:hover:before {
	animation: ripple-in2 4s;
}
.primary-menu > li.menu-item-has-children a {
	position: relative;
}
.primary-menu > li.menu-item-has-children > a:before {
	position: absolute;
	content: "";
	right: -4px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/wp-content/uploads/2021/02/menu-drop.png);
	width: 7px;
	height: 4px;
}
.primary-menu li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e1c41;
	text-transform: capitalize;
	position: relative;
	display: block;
}
.primary-menu li a:hover {
	text-decoration: none;
}
.primary-menu li .sub-menu,
.sub-menu-container,
.menu-main-practice-areas-container,
.menu-main-practice-areas-ingles-container{
	display: none;
	position: absolute;
	list-style: none;
	padding: 20px;
	min-width: 170px;
	border-radius: 5px;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	z-index: 9999;
}
.primary-menu > li > .sub-menu {
	border: solid 1px #f1f1f1;
}
.primary-menu li .sub-menu-container .sub-menu {
	padding: 0;
}
.main-menu-container .primary-menu li .sub-menu-container,
.primary-menu li .nested-sub-menu {
    padding: 0;
}
.primary-menu li .sub-menu li,
.primary-menu li .nested-sub-menu li {
	margin: 15px 0;
}
.primary-menu li .sub-menu li:first-of-type,
.primary-menu li .nested-sub-menu li:first-of-type {
	margin-top: 0;
}
.primary-menu li .sub-menu li:last-of-type,
.primary-menu li .nested-sub-menu li:last-of-type {
	margin-bottom: 0;
}
.primary-menu li .sub-menu li a,
.primary-menu li .nested-sub-menu li a {
	font-size: 16px;
}
.primary-menu li .sub-menu li a:hover,
.primary-menu li .nested-sub-menu li a:hover {
	color: #008cff;	
	text-decoration: underline;
}
.primary-menu > li:hover > .sub-menu,
.primary-menu li .sub-menu-container > .sub-menu,
.primary-menu li:hover .menu-main-practice-areas-container,
.primary-menu li:hover .menu-main-practice-areas-ingles-container{
	display: flex;
}
.primary-menu > li.practice-areas:hover > a {
	border-bottom: 1px solid #008cff;
}
.menu-main-practice-areas-container,
.menu-main-practice-areas-ingles-container{
	padding: 30px;
	min-width: 670px;
	border: solid 1px #f1f1f1;
	right: -100%;
	left: auto;
}
.menu-main-practice-areas-container ul,
.menu-main-practice-areas-ingles-container ul{
	list-style: none;
	padding-left: 0;
}
.menu-main-practice-areas-container > ul,
 .menu-main-practice-areas-ingles-container > ul{
	max-width: 250px;
}
.menu-main-practice-areas-container ul li,
.menu-main-practice-areas-ingles-container ul li{
	margin-bottom: 15px;
	margin-left: 0;
    margin-right: 0;
}
/* .menu-main-practice-areas-container > ul > li > .sub-practice-areas {
	display: none;
} */
.menu-main-practice-areas-container ul li a,
.menu-main-practice-areas-ingles-container ul li a{
	font-size: 16px;
	color: #2c2c2c;
	text-transform: inherit;
}
.menu-main-practice-areas-container ul li a.active {
	
}
.menu-main-practice-areas-container ul li a:hover,
.menu-main-practice-areas-container ul li.active a,
.menu-main-practice-areas-ingles-container ul li a:hover,
.menu-main-practice-areas-ingles-container ul li.active a{
	color: #008cff;
}
/* .menu-main-practice-areas-container .sub-practice-areas {
	display: none;
} */
.menu-main-practice-areas-container .sub-practice-areas .menu,
.menu-main-practice-areas-ingles-container .sub-practice-areas .menu{
	-webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
.menu-main-practice-areas-container .sub-practice-areas.active,
.menu-main-practice-areas-ingles-container .sub-practice-areas.active{
	display: block;
	left: 100%;
	margin-left: 30px;
    padding-left: 30px;
	border-left: 1px solid #008cff;
}
.primary-menu > li.two-column-menu:hover > .sub-menu {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	min-width: 475px;
	padding: 30px;
}
.primary-menu li.two-column-menu ul li.two-column-whatsapp {
	position: relative;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #f1f1f1;
}
.primary-menu li.two-column-menu ul li.two-column-whatsapp a {
	font-weight: bold;
	font-size: 15px;
}
/* .primary-menu li.two-column-menu ul li.two-column-whatsapp:before {
    position: absolute;
    content: url(/wp-content/uploads/2021/02/whatsapp.png);
    left: 0;
    right: auto;
    top: 25px;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px;
} */
.main-menu ul.primary-menu li.menu-item-has-children:hover > .sub-menu-container {
	display: flex;
	border: solid 1px #f1f1f1;
	padding: 25px;
}
.main-menu-container .primary-menu li .sub-menu-container > ul {
    position: relative;
    display: inline-block;
	list-style: none;
}
.main-menu-container .primary-menu li .sub-menu-container .nested-sub-menu li {
	min-width: 160px;
}
.section-home-banner {
	padding: 50px 0;
}
.section-home-banner .image-content-wrapper .content-col {
	flex-direction: column;
}
.section-home-banner .image-content-wrapper .content-col h1 {
	font-size: 36px;
	line-height: 1.3;
	color: #0e1c41;
	margin-bottom: 30px;
}
.section-home-banner .image-content-wrapper .content-col h4{
	margin-bottom: 30px;
}
.section-home-banner .image-content-wrapper .content-col h1 span,
.section-inner-page-banner h1 span {
	font-weight: bold;
}
.section-inner-page-banner h1 {
	font-size: 36px;
	color: #0e1c41;
}
.section-home-banner > .image-wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 51.666667vw;
    height: 100%;
    text-align: right;
}
.section-home-banner > .image-wrapper .floating-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 51.666667vw;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.section-home-content .legal-wrapper {
	margin-bottom: 70px;
}
.section-home-content .legal-wrapper img {
	margin-bottom: 50px;
}
.section-home-content .legal-wrapper h2 {
	margin-bottom: 30px;	
}
.section-home-content .legal-wrapper p {
	font-size: 18px;
}
.testimonial-wrapper-row {
	padding: 30px;
	padding: 0;
	position: relative;
	margin-top: 20px;
	margin-bottom: 150px;
}
.page-template-template-get-started .testimonial-wrapper-row{
	margin-bottom: 0;	
}
.page-template-template-pricing .testimonial-wrapper-row {
	margin-bottom: 0;
}
.page-template-template-become-assoicate .testimonial-wrapper-row {
	margin-bottom: 80px;
}
.testimonial-wrapper-row .client-feedback {
	font-size: 22px;
	line-height: 1.38;
	color: #0e1c41;
	margin-bottom: 25px;
}
.testimonial-wrapper-row .name-desg {
	  font-size: 15px;
  line-height: 1.07;
  letter-spacing: 0.45px;
  color: #2c2c2c;
}
.testimonial-wrapper-row .owl-nav {
	right: 0;
    position: absolute;
    margin-top: 20px;
}
.testimonial-wrapper-row .owl-nav [class*=owl-] {
    width: 55px;
    height: 47px;
    background-color: transparent;
    text-indent: -9999px;
    bottom: 0;
    position: relative;
    padding: 0;
    margin: 0;
}
.testimonial-wrapper-row .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.testimonial-wrapper-row .owl-nav [class*=owl-]:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 27px;
    background: url(/wp-content/uploads/2021/02/right-arrow.png) no-repeat;
}
.testimonial-wrapper-row .owl-nav .owl-prev:before {
    transform: rotate(180deg);
	top: -3px;
}
/* .testimonial-wrapper-row .owl-nav .owl-prev:before, */
.testimonial-wrapper-row .owl-nav [class*=owl-].disabled:before {
    transform: rotate(180deg);
    background: url(/wp-content/uploads/2021/02/right-arrow-blue.png) no-repeat;
	top: -3px;
}
.testimonial-wrapper-row .owl-nav .owl-next.disabled:before {
    transform: rotate(0deg);
	top: 0;
}
.section-become-associate .form-wrapper {
	margin-top: 40px;
}
.section-become-associate .form-row h2 {
	margin-bottom: 70px;
}
.fields-title-row {
	margin: 20px 0;
}
.fields-title-row .title {
	  font-size: 18px;
  line-height: 1.67;
  color: #2c2c2c;
	display: block;
	margin-bottom: 5px;
}
.fields-title-row .select-area {
	width: 100%;
}
.fields-title-row .select {
	padding: 7px 12px;
	color: #8231d4;
	opacity: 0.5;
	position: relative;
	border-bottom: 1px solid #8231d4;
	width: 100%;
	font-size: 16px;
	line-height: 1.88;
	display: block;
	cursor: pointer;
	font-style: italic;
}
.fields-title-row .select:before {
	position: absolute;
	content: "";
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
    background: url(/wp-content/uploads/2021/08/dropdown.svg);
	width: 14px;
	height: 7px;
	background-size: 14px;
}
.fields-title-row input,
.fields-title-row textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid #8231d4;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 0;
	font-style: italic;
}
.fields-title-row textarea{
	height: 100px;
	resize: none;
}
.fields-title-row input:focus,
.fields-title-row textarea:focus{
	box-shadow: none;
	outline: none;
	border-bottom: 1px solid #8231d4;
}
.fields-title-row input::placeholder,
.fields-title-row textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8231d4;
	opacity: 0.4; /* Firefox */
	font-size: 16px;
}

.fields-title-row input:-ms-input-placeholder,
.fields-title-row textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	color: #8231d4;
	font-size: 16px;
	opacity: 0.4;
}

.fields-title-row input::-ms-input-placeholder,
.fields-title-row textarea::-ms-input-placeholder{ /* Microsoft Edge */
	color: #8231d4;
	font-size: 16px;
	opacity: 0.4;
}
.form-wrapper .btn-wrapper .theme-primary-btn {
	cursor: pointer;
	background: transparent;
    border: none;
}
.team-slider-wrapper {
	padding: 120px 0 70px;
}
.team-slider-wrapper.team-slider-wrapper-var {
	padding: 20px 0;
	margin-bottom: 50px;
}
.team-slider-wrapper .team-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.team-slider-wrapper .team-member .image-wrapper {
	margin-bottom: 20px;
}
.team-slider-wrapper .team-member .name {
	  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: #0e1c41;
	display: block;
}
.team-slider-wrapper .team-member .designation {
	  font-size: 18px;
  line-height: 1.67;
  color: #2c2c2c;
	display: block;
}
.team-slider-wrapper .owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 3px;
	opacity: 0.4;
	margin: 0 12px 0 0;
	background-color: rgba(130, 49, 212, 1);
}
.team-slider-wrapper .owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
}
.team-slider-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}
.section-pre-footer {
	padding-top: 70px;
	margin-top: 0;
	background-color: rgba(130, 49, 212, 0.7);
}
/* .section-pre-footer .image-row {
	position: absolute;
	top: -150px;
} */
.section-pre-footer .image-row .image-wrapper {
	position: relative;
	margin-bottom: 30px;
}
.section-pre-footer .theme-primary-btn-wrapper {
	margin-top: 35px;
}
.blog .section-pre-footer .theme-primary-btn-wrapper,
.single .section-pre-footer .theme-primary-btn-wrapper {
	margin-top: 0;
}
.section-pre-footer .whatsapp-btn {
	position: relative;
	padding-left: 45px;
	color: #0E1C41;
	text-decoration: none;
	display: inline-block;
    margin-top: 25px;
	font-weight: 600;
}
.section-pre-footer .whatsapp-btn:before {
	position: absolute;
	content: url(/wp-content/uploads/2021/02/whatsapp.png);
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 31px;
	height: 31px;
}
.section-pre-footer .whatsapp-btn:before {
	position: absolute;
}
.about-values-row .values-wrapper {
	margin-top: 100px;
}
.about-values-row .values-wrapper .value {
	margin-bottom: 30px;
}
.about-values-row .values-wrapper .value .icon-wrapper img {
	height: 85px;
}
.about-values-row .values-wrapper .value .content .title {
	  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: #2c2c2c;
	display: block;
}
.plans-wrapper {
	margin-top: 70px;
}
.plans-wrapper .single-plan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 40px;
    position: relative;
	overflow: hidden;
}
.plans-wrapper .single-plan .popular-tag {
	position: absolute;
    right: -72px;
    top: -40px;
    background-color: #e81d1d;
    padding: 10px;
    color: #ffffff;
    width: 160px;
    text-align: center;
    transform: rotate(45deg);
    height: 98px;
    padding: 56px 40px 0px 40px;
    line-height: 1;
}
.plans-wrapper .single-plan h3 {
	margin-bottom: 20px;
	  color: #0e1c41;
}
.plans-wrapper .single-plan p {
	margin-bottom: 20px;
	text-align: center;
}
.plans-wrapper .plan-col {
	margin-bottom: 30px;
}
.plans-wrapper .plan-col:nth-of-type(1) .single-plan {
 	background-color: #e2f2ff;
}
.plans-wrapper .plan-col:nth-of-type(2) .single-plan {
	background-color: #0e1c41;
}
.plans-wrapper .plan-col:nth-of-type(2) .single-plan h3,
.plans-wrapper .plan-col:nth-of-type(2) .single-plan p {
	  color: #ffffff;
}
.plans-wrapper .plan-col:nth-of-type(3) .single-plan {
	background-color: #e7f2da;
}
.section-inner-page-banner .banner-caption {
	width: 515px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}
.single-post-section.section-inner-page-banner .banner-caption {
	width: 950px;
}
.single-post-section.section-inner-page-banner .banner-caption h1 {
	font-weight: 400;
}
.section-inner-page-banner .banner-caption h1,
.section-inner-page-banner .banner-caption p {
	text-align: center;
}
.section-inner-page-banner .banner-caption h1 {
	width: 90%;
	margin: 0 auto 20px;
	color: #0e1c41;
}
.section-banner-content {
	padding-top: 0;
}
.select-modal .close,
.select-modal .close:hover {
	float: left;
	font-weight: 400;
	opacity: 1 !important;
}
.select-modal .modal-dialog {
	max-width: 945px;
	height: 679px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.select-modal .modal-dialog .modal-header {
    width: 100%;
    position: relative;
    padding: 28px 30px;
}
.select-modal .modal-dialog .modal-header .close {
	position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    margin: auto;
}
.select-modal .modal-dialog .modal-body {
	height: 620px;
	overflow-y: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.select-modal .modal-dialog .modal-body ul {
	-webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
.select-modal .modal-dialog .modal-body ul li {
	margin-bottom: 5px;
}
.select-modal .modal-dialog .modal-body ul li a {
	font-size: 16px;
	line-height: 1.28;
	color: #393939;
}
.select-modal .modal-dialog .modal-body .individual-col {
	border-right: 1px solid #e9ecef;
}
.select-modal .modal-dialog .modal-body .small-col {
	border-left: 1px solid #e9ecef;
}
.select-modal .modal-dialog .modal-body .individual-col .col,
.select-modal .modal-dialog .modal-body .small-col .col {
	border-bottom: 1px solid #e9ecef;
}  
.select-modal .modal-dialog .modal-body .individual-col .practice-area-col,
.select-modal .modal-dialog .modal-body .small-col .practice-area-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border-bottom: 1px solid #e9ecef;
}
.select-modal .modal-dialog .modal-body .row {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 40px;
    padding-bottom: 20px;
}
.select-modal .modal-dialog .modal-body .row .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
	color: #393939;
	margin-bottom: 20px;
}
.select-modal .modal-dialog .modal-body .practice-area-title {
	display: block;
	text-align: center;
	color: #008cff;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.39;
}
.select-modal .modal-dialog .modal-body .row:hover {
	text-decoration: none;
}
.select-modal .modal-dialog .modal-body .row:last-of-type,
.select-modal .modal-dialog .modal-body .small-col .practice-area-col:last-of-type,
.select-modal .modal-dialog .modal-body .individual-col .practice-area-col:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
    padding-bottom: 0;
}
.select-modal .modal-dialog .modal-body .row ul {
	list-style: none;
	padding-left: 0;
}
.select-modal .modal-content {
	border-radius: 20px;
}
.tabs-row {
	margin: 50px 0;
}
.tabs-row .tab-content .tab-pane {
	padding: 30px;
	border: solid 1px #0e1c41;
	border-top: 11px solid #e2f2ff;
}
.tabs-row .tab-content .tab-pane#pane-1 {
	border-top: 11px solid #0e1c41;
}
.tabs-row .tab-content .tab-pane#pane-2 {
	border-top: 11px solid #EEDEFF;
}
.tabs-row .nav-tabs {
	display: flex;
	flex-direction: column;
	border: none;
	display: none;
}
.tabs-row .nav-tabs li a,
.tabs-row .nav-tabs li.nav-item a.nav-link {
	color: #2c2c2c;
	padding: 30px 24px;
	background-color: #e2f2ff;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	border: none;
}
/* .tabs-row .nav-tabs li:nth-of-type(2) a,
.tabs-row .nav-tabs li:nth-of-type(2).nav-item a.nav-link, */
.tabs-row .nav-tabs li a[href="#pane-1"].nav-link {
	background-color: #0e1c41;
	color: #ffffff;
	font-weight:  500;
}
.tabs-row .nav-tabs li:nth-of-type(2) a:before {
	position: absolute;
    content: "";
    right: -32px;
    width: 65px;
    height: 65px;
    top: -32px;
    background-color: #e81d1d;
    transform: rotate(45deg);
}
.tabs-row .nav-tabs li:nth-of-type(2) a:after {
	position: absolute;
	content: "";
	right: 0;
	width: 12px;
	height: 12px;
	top: 8px;
	right: 6px;
    background: url(/wp-content/uploads/2021/02/star.png);
}
/* .tabs-row .nav-tabs li:nth-of-type(3) a,
.tabs-row .nav-tabs li:nth-of-type(3).nav-item a.nav-link, */
.tabs-row .nav-tabs li a[href="#pane-2"].nav-link {
   background-color: #EEDEFF;
}
.tabs-row .nav-tabs li a.active {
	border: none;
	background-color:transparent;
}
.tabs-row .price-column .starting {
	  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #757575;
	display: block;
}
.tabs-row .price-column .price-column-cont {
	position: relative;
	display: inline-block;
} 
.tabs-row .price-column .monthly {
	text-align: right;
	font-size: 15px;
  line-height: 2;
  color: #757575;
	display: block;
	position: absolute;
	bottom: -25px;
	right: 0;
}
.tabs-row .price-column .price {
	font-size: 52.5px;
  font-weight: 500;
  line-height: 1;
  color: #2c2c2c;
	padding-left: 18px;
	padding-right: 32px;
	padding-bottom: 20px;
	position: relative;
}
.tabs-row .price-column .price .currency,
.tabs-row .price-column .price .decimal {
	font-size: 26px;
}
.tabs-row .price-column .price .currency {
	position: absolute;
	left: 0;
	top: 10px;
}
.tabs-row .price-column .price .decimal {
	position: absolute;
	right: 0;
	bottom: 30px;
}
.users-list {
  height: 562px;
  padding: 0 0 0 4.5px;
  border: 1px solid #ececec;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.single-user-row {
	border-bottom: 3px solid #ececec;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.single-user-row:first-of-type {
	padding-top: 30px;
}
.single-user-row:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
} 
.single-user-row p {
	text-align: left;
	margin-bottom: 0;
}
.single-user-row .name {
	position: relative;
	padding-bottom: 2px;
	margin-left: 0;
}
.single-user-row .name:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	  width: 66px;
	background-color: #008cff;
}
.single-user-row .theme-primary-btn {
	min-width: auto;
}
.single-user-row .address {
	position: relative;
	padding-left: 14px;
}
.single-user-row .address:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	height: 9px;
	  width: 9px;
    background: url(/wp-content/uploads/2021/02/location.png);
}
.single-blog-item {
	margin-bottom: 15px;
}
.single-blog-item .date {
	  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #757575;
position: relative;
padding-right: 12px;
margin-right: 8px;
}
.single-blog-item .cat a{
	color: #8231d4;
}
.single-blog-item .date:before {
	position: absolute;
content: "";
	right: 0;
left: auto;
top: 0;
bottom: 0;
margin: auto;
width: 1px;
height: 90%;
background: #757575;
}
.content-wrapper {
	padding: 20px 0;
	background-color: #ffffff;
}
.single-blog-item .cat {
	  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #757575;
position: relative;
}
.single-blog-item h5,
.single-blog-item h5 a {
	  font-size: 20px;
  line-height: 1.3;
  color: #2c2c2c;
margin: 12px 0;
}
.single-blog-item h5 a:hover {
	font-weight: 500;
text-decoration: none;
}
.article-search-container {
	margin-bottom: 70px;
}
.article-search-container .search-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	text-align: left;
	color: #2c2c2c;
	display: inline-block;
	margin-bottom: 8px;
}
.article-search-container .searchform {
    position: relative;
}
.article-search-container .searchform:before {
    position: absolute;
    z-index: 2;
    top: 4px;
    bottom: 0;
    right: 15px;
    left: auto;
    margin: auto;
    color: #ffffff;
    content: "";
    width: 17px;
    height: 17px;
    background: url(/wp-content/uploads/2021/08/search-solid.svg) no-repeat;
	background-size: 17px;
}
.article-search-container .searchform input#s {
    padding: 12px 52px 12px 20px;
    width: 100%;
    background-color: transparent;
    border: none;
	border-bottom: 1px solid #8231d4;
    height: 46px;
}
.article-search-container .searchform input#s::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8231d4;
	opacity: 0.4; /* Firefox */
	font-size: 16px;
}

.article-search-container .searchform input#s:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a9bd00;
	font-size: 16px;
	opacity: 0.4;
}

.article-search-container .searchform input#s::-ms-input-placeholder { /* Microsoft Edge */
	color: #a9bd00;
	font-size: 16px;
	opacity: 0.4;
}
.article-search-container .searchform input#s:focus {
	border: none;
	outline: none;
	border-bottom: 1px solid #a9bd00;
}
.article-search-container .searchform input#searchsubmit,
.article-search-container .searchform input#searchsubmit {
    font-size: 0;
    border: none;
    padding: 23px 25px;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: auto;
    margin: auto;
    cursor: pointer;
}
.cat-list .title {
	  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
	margin-bottom: 10px;
	display: block;
}
.cat-list ul {
	list-style: none;
}
.cat-list ul li {
	margin-bottom: 8px;
}
.cat-list ul li a {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: 0.9px;
	color: #2c2c2c;
}
.cat-list ul li a:hover {
	font-weight: 500;
	text-decoration: none;
	color: #8231d4;
}
.col-sidebar .sign-up {
	background-color: #e2f2ff;
	padding: 30px 15px 40px;
	margin-top: 50px;
}
.col-sidebar .sign-up .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.39;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	color: #0e1c41;
}
.col-sidebar .sign-up .form-group label {
	font-size: 18px;
  line-height: 1.67;
  color: #0f3f67;
	margin-bottom: 5px;
}
.col-sidebar .sign-up .form-group input {
	height: 48px;
	padding: 10px 15px;
	border: none;
} 
.col-sidebar .sign-up .form-group input:focus {
	border: none;
	outline: none;
}
.col-sidebar .sign-up .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 1; /* Firefox */
	font-size: 16px;
}
.col-sidebar .sign-up .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575;
	font-style: italic;
	font-size: 16px;
}

.col-sidebar .sign-up .form-group input::-ms-input-placeholder { /* Microsoft Edge */
  	color: #757575;
	font-style: italic;
	font-size: 16px;
}
.col-sidebar .sign-up .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.col-sidebar .sign-up .theme-primary-btn {
	min-width: auto;
	cursor: pointer;
	background: transparent;
	border: none;
}
.single-post-section .date {
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	color: #757575;
	position: relative;
	padding-right: 12px;
	margin-right: 8px;
}
.single-post-section .date:before {
	position: absolute;
	content: "";
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 90%;
	background: #757575;
}
.single-post-section .cat {
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	color: #757575;
	position: relative;
}
.single-post-section .cat a{
	color: #8231d4;
}
.pages {
	display: none;
}
.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.wp-pagenavi .current {
	width: 34px;
	height: 34px;
	background-color: #e2f2ff;
	text-align: center;
  	font-size: 15px;
  	color: #757575;
	margin: 0 10px;
	border-radius: 50%;
	border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi .page {
  font-size: 15px;
  line-height: 1.07;
  letter-spacing: 1.5px;
  color: #757575;
	margin: 0 10px;
	border: none;
}
.nextpostslink,
.previouspostslink {
	border: none !important;
    width: 22px;
    height: 9px;
    display: inline-block;
	text-indent: -9999px;
	background: url(/wp-content/uploads/2021/02/pagination-arrow.png);
}
.previouspostslink {
	transform: rotate(180deg);
}
.share-column .heateor_sss_sharing_container,
.heateor_sss_sharing_container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.blog-content-share-col {
	border-top: 1px solid #707070;
	margin-top: 25px;
}
.blog-content-share-col .heateor_sss_sharing_container {
	justify-content: flex-start;
}
.share-column .heateor_sss_sharing_title,
.heateor_sss_sharing_title {
	font-weight: normal !important;
}
.section-article-interior-content h5 {
	margin-bottom: 22px;
}
.language-switcher a{
	color: #0e1c41;
	font-weight: bold;
}
.otgs-development-site-front-end{
	display: none;
}
.extend{
	display: none;
}
.pagination-container{
	flex-basis: 100%;
	width: 100%;
}
@media (max-width:992px) {
	.menu-main-practice-areas-container,
	.menu-main-practice-areas-ingles-container{
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0;
		min-width: 1px;
		border: none;		
	}
	.mobile-menu-container .parent-menu-items ul ul{
		margin: 0;
		max-width: 100%;
		padding: 0;
	}
	.menu-main-practice-areas-container .sub-practice-areas .menu,
	.menu-main-practice-areas-ingles-container .sub-practice-areas .menu{
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.menu-main-practice-areas-container .sub-practice-areas.active,
	.menu-main-practice-areas-ingles-container .sub-practice-areas.active{
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	.mobile-menu-container .parent-menu-items .with-dropdown a,
	.mobile-menu-container .parent-menu-items .two-column-whatsapp a{
		padding-left: 15px;
		padding-right: 15px;		
	}
	.two-column-menu.practice-areas > a{
		position:relative;
	}
	.two-column-menu.practice-areas > a:before{
		position: absolute;
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		top: 16px;
		right: 5px;
	}
	.mobile-menu-container .parent-menu-items .sub-practice-areas ul li a{
		padding-left: 30px;
		padding-right: 30px;
	}
	.menu-main-practice-areas-container ul li,
	.menu-main-practice-areas-ingles-container ul li{
		margin-bottom: 0;
	}
	.about-values-row .values-wrapper .value .icon-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.about-values-row .values-wrapper .value:last-of-type {
		margin-bottom: 0;
	}
	.margin-100 {
		margin: 30px 0;	
	}
	.only-text-banner {
		padding-top: 0;
	}
	.col-sidebar .sign-up {
		margin-bottom: 50px;
	}
	.team-slider-wrapper .team-member .designation {
		margin-bottom: 20px;
	}
	.col-sidebar {
		margin-top: 50px;
	}
	.page-template-template-become-assoicate .team-slider-wrapper {
		padding-top: 0;
	}
	.tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
	.tabs-row .tab-content .tab-pane {
		padding: 0;
		border-top: 0;
		border: solid 1px #0e1c41;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.tabs-row .tab-content .tab-pane#pane-1,
	.tabs-row .tab-content .tab-pane#pane-2 {
		border: solid 1px #0e1c41;
	}
/* 	.tabs-row .tab-content .tab-pane .collapse,
	.tabs-row .tab-content .tab-pane .collapse.show,
	.tabs-row .tab-content .tab-pane .collapsing,
	.tabs-row .tab-content .tab-pane .collapse.collapsing {
		padding: 30px;
	} */
/* 	.tabs-row .tab-content .tab-pane .collapse .card-body {
		padding: 30px;
	} */
	.tabs-row .tab-content .tab-pane .card-body {
		padding-bottom: 40px;
	}
	.tabs-row .tab-content .tab-pane .card-header {
		padding: 30px 24px;
		border-radius: 0;
	}
	.tabs-row .tab-content .tab-pane .card-header h5 a {
		color: #2c2c2c;
		width: 100%;
		position: relative;
		display: block;
	}
/* 	.tabs-row .tab-content .tab-pane .card-header h5 a:before {
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		bottom: 0;
		margin: auto;
	} */
	.tabs-row .tab-content .tab-pane .card-header#heading-1 h5 a {
		color: #ffffff;
	}
	.tabs-row .tab-content .tab-pane .card-header#heading-0 {
		background-color: #e2f2ff;
	}
	.tabs-row .tab-content .tab-pane .card-header#heading-1 {
		background-color: #0e1c41;
	}
	.tabs-row .tab-content .tab-pane .card-header#heading-2 {
		background-color: #e7f2da;
	}
}
@media (max-width:767px) {
	.legal-shield {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.section-home-banner,
	.section-inner-page-banner {
		padding-top: 20px;
	}
	.only-text-banner.section-inner-page-banner {
		padding-top: 20px;
	}
	.section-become-associate .form-row h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 575.98px) { 
	.header-top-bar a.call:before {
		display: none;
	}
	.header-top-bar a {
		margin-left: 0;
	}
	.testimonial-wrapper-row {
		margin-bottom: 120px !important;
	}
/* 	.form-wrapper .btn-wrapper .theme-primary-btn {
		min-width: 100%;
	} */
}
@media (min-width:768px) {
	[class^=section-] {
		position: relative;
		padding: 80px 0;
	}
	.section-banner-content {
		padding-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.section-home-banner,
	.section-inner-page-banner {
		padding-top: 40px;
	}
	.only-text-banner.section-inner-page-banner {
		padding-top: 20px;
	}
	.list-wrapper {
		display: flex;
		justify-content: center;
	}
}
@media (min-width:992px) { 
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 32px;
	}
	[class^=section-] {
		position: relative;
		padding: 100px 0;
	}
	.styled-list.styled-list-inline ul {
		flex-direction: row;
		align-items: center;
	}
	.primary-menu {
		align-items: center;
	}
	.primary-menu > li:last-of-type a {
		padding: 12px 18px;
	}
	.header {
		position: absolute;
	}
	.primary-menu li {
		margin: 0 6px;
	}
	.primary-menu > li > a {
		padding: 10px 6px;
	}
	.primary-menu li a {
		font-size: 15px;
	}
	.main-content-container {
		padding-top: 180px;
	}
	.section-home-banner .image-content-wrapper .content-col h1,
	.section-inner-page-banner h1 {
		font-size: 50px;
		font-weight: 400;
		color: #0e1c41;
	}
/* 	.section-home-banner > .image-wrapper:before {
		position: absolute;
		content: "";
		left: -100px;
		right: auto;
		top: auto;
		bottom: -180px;
		margin: auto;
		width: 547px;
		height: 594px;
		background: url(/wp-content/uploads/2021/02/waves.png) no-repeat;
	} */
/* 	.section-home-banner .content {
		width: 547px;
		height: 814px;
		position: relative;
	} */
	.section-home-banner .banner-waves-wrapper .content {
		position: absolute;
		content: "";
		left: -100px;
		right: auto;
		top: auto;
		bottom: 145px;
		margin: auto;
		width: 547px;
		height: 594px;
		background: url(/wp-content/uploads/2021/02/waves.png) no-repeat;
		z-index: -1;
	}
/* 	.img-with-waves-row .image-wrapper:before {
		position: absolute;
		content: "";
		left: -180px;
		right: auto;
		top: 25px;
		bottom: auto;
		margin: auto;
		width: 547px;
		height: 594px;
		background: url(/wp-content/uploads/2021/02/waves.png) no-repeat;
		z-index: -1;
	} */
	.img-with-waves-row .waves-main-wrapper .content {
		position: absolute;
		content: "";
		left: -180px;
		right: auto;
		top: 25px;
		bottom: auto;
		margin: auto;
		width: 547px;
		height: 594px;
		background: url(/wp-content/uploads/2021/02/waves.png) no-repeat;
		z-index: -1;
	}
/* 	.section-pre-footer .image-row .image-wrapper:before {
		position: absolute;
		content: "";
		right: -140px;
		top: -120px;
		width: 547px;
		height: 530px;
		background: url(/wp-content/uploads/2021/02/pre-footer-waves.png) no-repeat;
		z-index: -1;
	} */
	.section-pre-footer .waves-footer-wrapper .content {
		position: absolute;
		content: "";
		right: -140px;
		top: -120px;
		width: 547px;
		height: 530px;
		background: url(/wp-content/uploads/2021/02/pre-footer-waves.png) no-repeat;
		z-index: -1;
	}
/* 	.banner-img-with-waves .image-wrapper:before {
		position: absolute;
		content: "";
		left: -180px;
		right: auto;
		top: -70px;
		bottom: auto;
		margin: auto;
		width: 321px;
		height: 570px;
		background: url(/wp-content/uploads/2021/02/waves.png) no-repeat;
		z-index: -1;
	} */
	.banner-img-with-waves .waves-inner-banner-wrapper .content {
		position: absolute;
		content: "";
		left: -180px;
		right: auto;
		top: -150px;
		bottom: auto;
		margin: auto;
		width: 321px;
		height: 594px;
		background: url(/wp-content/uploads/2021/02/waves.png) no-repeat;
		z-index: -1;
	}
/* 	.img-with-waves-row-reverse .image-wrapper:before {
		position: absolute;
		content: "";
		left: auto;
		right: -100px;
		top: -50px;
		bottom: auto;
		margin: auto;
		width: 321px;
		height: 570px;
		background: url(/wp-content/uploads/2021/02/smart-waves.png) no-repeat;
		z-index: -1;
	} */
	.img-with-waves-row-reverse .reverse-waves-wrapper .content {
		position: absolute;
		content: "";
		left: auto;
		right: -100px;
		top: -50px;
		bottom: auto;
		margin: auto;
		width: 321px;
		height: 570px;
		background: url(/wp-content/uploads/2021/02/smart-waves.png) no-repeat;
		z-index: -1;
	}
	.section-home-content {
		padding-top: 220px;
	}
	.section-banner-content {
		padding-top: 120px;
		padding-top: 0;
		margin-top: 100px;
	}
	.section-home-content .legal-wrapper {
		margin-bottom: 200px;
	}
	.img-with-waves-row .image-wrapper,
	.img-with-waves-row-reverse .image-wrapper {
		position: relative;
		padding: 120px 0;
	}
	.testimonial-wrapper-row {
		padding: 100px 100px 100px 280px;
	}
	.testimonial-wrapper-row:before {
		position: absolute;
		content: '';
		left: 80px;
		right: auto;
		top: -120px;
		bottom: 0;
		margin: auto;
		background: url(/wp-content/uploads/2021/02/quote.png);
		width: 148px;
		height: 240px;
	}
	.testimonial-wrapper-row {
		margin-top: 50px;
		padding: 100px 100px 100px 280px;
	}
	.testimonial-wrapper-row .client-feedback {
		font-size: 32.5px;
	}
	.testimonial-wrapper-row .owl-nav {
		margin-top: 0;
	}
	.about-values-row {
		padding-bottom: 100px;
	}
	.team-slider-wrapper.team-slider-wrapper-var {
		margin-bottom: 100px;
	}
	.single-user-row .name {
		margin-left: 20px;
	}
	.users-list {
		margin-bottom: 100px;
	}
	.section-become-associate {
		padding-top: 50px;
	}
	.footer .footer-bottom-row {
		margin: 100px 0 0;
	}
	.footer .footer-bottom-row p {
		line-height: 1;
	}
	.footer .support-col .number {
	}
	.section-pre-footer {
		padding-top: 300px;
		margin-top: 300px;
		background-color: rgba(0, 140, 255, 0.3);
		background-color: #e2f2ff;
		z-index: 1;
	}
	.section-pre-footer .image-row .image-wrapper {
		position: absolute;
		top: -500px;
		margin-bottom: 0;
	}
	.section-inner-page-banner .banner-caption h1 {
		width: 100%;
	}
	.tabs-row .nav-tabs {
		display: flex;
	}
	.tabs-row .card .card-header {
        display:none;
    }
	.tabs-row .card .collapse{
        display:block;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}
@media (min-width:1200px) { 
	.primary-menu > li:last-of-type a {
		padding: 15px 25px;
	}
	.primary-menu li {
		margin: 0 10px;
	}
	.primary-menu > li > a {
		padding: 15px 10px;
	}
	.primary-menu li a {
		font-size: 18px;
	}
/* 	.section-inner-page-banner .banner-caption h1 {
		width: 90%;
	} */
}