/*
Theme Name: Flourish Theme
Description: Flourish Theme by iMedia.
Version: 1.0.0
Author: iMedia
*/

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	position: relative;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Playfair Display', sans-serif;
	line-height: 1.2;
	color: #235E85;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 34px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 26px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #000;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover{
	color: #cb2523;
	text-decoration: none;
}
a.comn-btn, a.read-more  {
	display: inline-block;
	background-color: #1C2F5A;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #fff;
	background-color: #ff4040;
}



/* ========== Header ========== */

#header-main {
	background-color: #fff;
	padding-top: 2em;
	background-image: url('../../../wp-content/uploads/2024/01/Header-background.jpg');
	background-position: center;
	background-size: cover;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header {
	margin: 0;
	position: relative;
	background-color: #235e85;
	padding-bottom: 5px;
	margin-top: 1.5em;
}

#logo {
	max-width: 145px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -4em;
	border: 2px solid #F90;
	background-color: #fff;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 1000ms normal;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#page-header{
	width: 100%;
	background-color: #235e85;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	margin: 0;
	padding: 12px 0px;
	font-weight: 600;
}

.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}

/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #235e85;
	color: #fff;
	padding: 20px 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 15px;
	font-family: inherit;
	font-weight: 400;
}

ul.slimmenu li a:hover {
	background-color: #235e85;
	color: #fff;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: #ff4040;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #235e85;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 5px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #235e85;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #235e85;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #ff4040;
	color: #fff;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}

.collapse-button .icon-bar {
	background-color: #235e85;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

ul.slimmenu.collapsed li a {
	background-color: #235e85;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #235e85;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #ff4040;
}
ul.slimmenu li.current-menu-item a {
	background-color: transparent;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #ff4040;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #235e85;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #ff4040;
	color: #fff;
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

input, select {
	height: 55px;
	line-height: 55px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #235e85;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #ff4040;
	color: #fff;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full {
	margin-bottom: 25px;
	width: 100%;
}

fieldset.half {
	width: calc(50% - 13px);
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 17px);
	margin-right: 25px;
	margin-bottom: 25px;
}

fieldset.half.last, .one-third.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}

.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 30px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	border: 0;
	background-color: #1F1f1f;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 1;
	padding: 10px 30px;
	height: auto;
}

input[type="submit"]:hover {
	background-color: #ff4040;
	color: #235e85;
}

/* ========== Custom ========== */
.topwidget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.topwidget a {
	font-size: 25px;
	color: #fff;
}
.topwidget a:hover {
	color: #ff4040;
}
.about-row {
	padding-bottom: 1em;
}
.about-row .wpb_text_column {
	max-width: 792px;
	margin-left: auto;
	margin-right: auto;
	color: #235E85;
	font-size: 20px;
	font-weight: 700;
	padding: 0 20px;
}
.about-row .wpb_text_column u {
	text-decoration: underline;
	font-style: italic;
}
.about-row h1 {
	color: #FF9900;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}
.pherms-row h2 {
	font-size: 36px;
	line-height: 1.3;
}
.pherms-row h2 strong {
	font-family: 'Montserrat';
	font-weight: 700;
}
.pherms-row .vc_inner .vc_column-inner > .wpb_wrapper {
	max-width: 480px;
	position: relative;
	margin: auto;
}
.pherms-row .wpb_single_image img {
	width: 336px;
	height: 336px;
	object-fit: cover;
	border-radius: 50%;
}
.pherms-row .vc_icon_element {
	position: absolute;
	bottom: 0;
	right: 5%;
	margin: 0 !important;
}
.problems-benefit-row .wpb_text_column {
	background-color: #fff;
	padding: 2em;
	text-align: center;
	margin-top: 4em;
}
.problems-benefit-row .vc_single_image-wrapper {
	position: relative;
	z-index: 9;
}
.problems-benefit-row h2 {
	display: inline-block;
	border-bottom: 3px solid #f80;
	margin-bottom: 10px;
}
.problems-benefit-row ul {
	text-align: left;
}
.current-problem-txt {
	font-size: 22px;
	box-shadow: -110px 0px 0 #fff;
}
.pherms-benefits-txt {
	box-shadow: 110px 0px 0 #fff;
}
.solution-row {
	padding-top: 4em;
	padding-bottom: 4em;
}
.solution-row .wpb_text_column {
	background-color: #fff;
	max-width: 394px;
	padding: 2em;
	box-shadow: -30px 30px 0 #235e85;
}
.solution-row h2 {
	display: inline-block;
	border-bottom: 3px solid #f80;
}
.solution-row ul {
	padding-left: 20px;
}
.solution-row ul li ul {
	max-width: 312px;
	padding-left: 35px;
}
.technology-row {
	background: linear-gradient(0deg, rgba(35,94,133,1) 50%, rgba(254,234,205,1) 50%);
	padding-bottom: 2em;
}
.touch-row .vc_column-inner > .wpb_wrapper {
	background-color: #fff;
	padding: 0 2em 2em;
}
.touch-row h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.touch-row .foologo.wpb_single_image img {
	max-width: 160px;
	margin-top: 20px;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-input,  .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-radius: 15px !important;
}
.forminator-button.forminator-button-submit {
	padding: 15px 50px !important;
	border-radius: 15px !important;
	font-size: 20px !important;
	margin: auto !important;
	width: auto !important;
}
.forminator-ui {
	position: relative;
}
.forminator-row.forminator-row-last {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 !important;
}
.touch-row {
	padding-bottom: 2em;
	position: relative !important;
}
.touch-row::before {
	background-image: url('../../../wp-content/uploads/2024/01/Contact-Us-background.jpg');
	width: 48%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	content: "" !important;
	display: initial !important;
}
.tab-show {
	display: none;
}
.translatr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	margin: 10px auto 0;
	width: 294px;
	border-radius: 5px;
	padding: 5px 10px;
}
.translatr #flags, .translatr #google_language_translator {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.translatr .skiptranslate.goog-te-gadget {
	width: 100%;
	text-align: center;
}
#google_language_translator select.goog-te-combo {
	width: 100%;
	height: 35px !important;
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	.header-inner-wrap {
		gap: 25px;
	}
	.topwidget {
		display: none;
	}
}

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

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

@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}
	.problems-benefit-row .wpb_text_column {
		margin-top: -4em;
		padding-top: 3em;
		box-shadow: none;
	}
	.problems-benefit-row .reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#main-footer-bottom {
		display: flex;
		flex-direction: column;
	}

}

@media screen and (max-width: 767px){
	.hide-tablet, .touch-row::before {
		display: none !important;
	}
	.tab-show {
		display: block;
	}
	.touch-row .tab-show .vc_column-inner > .wpb_wrapper {
		padding: 0;
	}
	.touch-row .tab-show .vc_column-inner {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 600px){
	.header-inner-wrap {
		flex-direction: column;
	}
	#logo {
		max-width: 75%;
	}
	#header {
		margin-top: 5em;
	}
}

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


}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.problems-benefit-row .wpb_text_column {
		padding-left: 20px;
		padding-right: 20px;
	}
}


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

}

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