@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Playfair+Display:ital,wght@0,700;1,700&family=Poppins:wght@300;400&display=swap');

body {
	font: 400 17px/1.4 'Poppins', sans-serif;
	font-style: 300;
	color: #000;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover,.nav-tabs > li > a:hover {
  text-decoration: none;
	color: #000;
}
a:hover,code:hover,.accordion h3:hover,.nav-tabs > li > a:hover  {
  -webkit-transition:all 0.5s ease;
   -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
	 transition:all 0.5s ease; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin-bottom: 20px;
}

ul, ol {
    margin: 0 0 0px 0px;
    padding: 0;
	list-style:none;
}


h1 {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 900;
	padding-top: 20px;
}
h2 {
	font-size: 38px;
	line-height: 1.2;
}
h3 {
	font-size: 24px;
	margin-top: 7px;
	margin-bottom: 17px;
}
h4 {
	font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
  font-size: 11.9px;
  margin-top:0px;
}
img{
	max-width: 100%;
	height: auto;
}
.home #nav-bar-main {
}
#nav-bar-main {
	width: 100%;
	background-color: #000;
}
.for_sticky_menu {
	padding: 20px 0px;
	padding-bottom: 0;
}
.for_sticky_menu .container {
	max-width: 100%;
}
#nav-bar-main .navbar-inverse {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: none;
}
.site_logo {
	text-align: left;
	margin-bottom: 30px;
}
.site_logo a{
}
.site_logo a img {
	max-width: 340px;
}
.campaigns_menu {
	background: #38587e;
}
.footer_wide {
	padding: 100px 0;
	background: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.bellow_sections .bottom_space p, .bellow_sections .bottom_space a, .bellow_sections .bottom_space {
	color: #fff;
}
.bellow_sections {
	padding-top: 10px;
}

.bottom_space ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-left: 80px;
	font-size: 16px;
}
.bottom_space ul li {
	margin-bottom: 5px;
	padding-left: 0;
	position: relative;
	display: inline-block;
}
.bottom_space ul li i{
	color: #28b4e8;
}
.bottom_space ul li i {
	color: #fff;
}
li .loc_icon i, li .time_icon i {
	margin-right: 15px;
}
.loc_icon {
	margin-bottom: 10px;
}
.content_section {
	padding: 60px 0px;
	position: relative;
	padding-top: 10px;
}
.gform_wrapper .servies_sel label.gfield_label {
	display: none
}
#gform_wrapper_1 {
	margin-bottom: 0;
}
.ginput_container input[type="text"] {
	background: rgba(255, 255, 255, 0.71);
	border: 1px solid #a6c4e0;
	box-sizing: border-box;
	color: #38587e;
	display: block;
	height: 55px !important;
	margin-top: 1px !important;
	max-width: 100%;
	padding: 2px 10px !important;
	width: 100% !important;
	border-radius: 2px;
	position: relative;
}
#gform_wrapper_1 textarea.large {
	height: 150px;
	width: 100%;
	border-radius: 2px;
	padding: 10px 10px;
	background: rgba(255, 255, 255, 0.71);
	position: relative;
	border: 1px solid #a6c4e0;
	box-sizing: border-box;
	color: #38587e;
}
body .gform_wrapper .gform_footer {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 5px 5px 0px 0;
}
#gform_wrapper_1 .gform_footer input[type="submit"] {
	background: #38587e;
	border: 0px solid #28b4e8;
	color: #fff;
	display: block !important;
	margin: unset;
	padding: 12px 20px;
	text-align: center;
	width: auto;
	border-radius: 0px;
	font-size: 18px !important;
	font-weight: 500;
	margin-top: 1px !important;
	text-transform: uppercase;
	margin: auto;
	width: 200px;
	font-family: cardo;
}
#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
	background: #000;
	color: #fff;
	opacity: .85;
}
.gform_wrapper.gravity-theme .gfield input:focus-visible, .gform_wrapper.gravity-theme .gfield textarea:focus-visible, .gform_wrapper.gravity-theme .gfield select:focus-visible {
	outline: none;
}
.gform_required_legend {
	display: none;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
}
.white_text {
	color: #fff;
}
h2 + ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 + ul li{
	margin-bottom: 2px;
}
.menudop ul {
	float: none;
	padding-right: 0;
	text-align: center;
}
.menudop li{
	display: inline-block;
	position: relative;
}
.menudop li a {
	display: block;
	padding: 22px 5px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin: 0 8px;
}
.menudop li.current_page_item::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #fff;
	left: 0;
	right: 0;
	margin: auto;
}
.menudop li:last-child a{
	padding-right: 0px;
}

.menutoggle {
	display: none;
}
.menutoggle span {
	font-size: 28px;
	display: inline-block;
	margin: 0% auto;
	width: 40px;
	transition: transform .3s ease;
	transform-origin: 45% 50%;
	font-family: "Font Awesome 5 Pro";
	color: #38587e;
	cursor: pointer;
	padding: 5px 0px;
	border-radius: 2px;
	float: right;
}
.menutoggle span.toggle_line::before {
	content: "\f0c9";
}
.mobile_menu {
	display: none;
	background: #38587e;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99;
	padding-top: 5%;
	padding-bottom: 5%;
}
.mobile_menu ul {
	margin-top: 15%;
}
.mobile_menu ul li {
	margin: 25px 0;
	text-align: center;
}
.mobile_menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.mobile_menu ul li a:hover{
	color: #fff;
}
.close_mob_menu {
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 3%;
	text-align: center;
}
.close_mob_menu::before {
	font-size: 2.3em;
	display: inline-block;
	margin: 0% auto;
	width: 40px;
	transition: transform .3s ease;
	transform-origin: 45% 50%;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	content: "\f00d";
	cursor: pointer;
}
#gform_wrapper_1 .gform_page_footer .button.gform_button, #gform_wrapper_1 .gform_page_footer .button.gform_next_button, #gform_wrapper_1 .gform_page_footer .button.gform_previous_button {
	background-color: #f99f1b;
	background-image: url('../images/btn_bg.png');
	background-repeat: no-repeat;
	background-size: 20% 70%;
	background-position: bottom left;
	border: 0;
	color: #000;
	font-size: 18px;
	padding: 16px 32px;
	text-transform: uppercase;
	min-width: 220px;
}
#validation_message_1_11 {
	text-align: center;
	font-weight: 400;
}
#gform_wrapper_1 li.gfield.gfield_error, #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 6px !important;
	border-top: 0px solid #c89797;
	border-bottom: 0px solid #c89797;
	padding-bottom: 0px;
	padding-top: 0px;
	box-sizing: border-box;
}
#gform_wrapper_1 div.validation_error {
	color: #f00;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}
#gform_wrapper_1 .validation_message {
	color: #f00;
	font-weight: 400;
	letter-spacing: normal;
}
#gform_wrapper_1 .field_description_below .gfield_description {
	padding-top: 8px;
}
a.elementor-button {
	background: #000000;
	color: #fff;
	display: inline-block;
	padding: 14px 15px;
	font-weight: 400;
	border: 1px solid #000000;
	font-size: 16px;
	margin-top: 0;
	border-radius: 0;
	border-bottom: 4px solid #bfbfbf;
}
a.elementor-button:hover {
	background: #fff;
	color: #06232e;
}
.footer_end {
	padding: 20px 0px;
	background: #000000;
	text-align: center;
}
.footer_logo img{
	max-width: 195px;
}
.copyright_text {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.copyright_text a{
	color: #fff;
}
.copyright_text a:hover{
	color: #fff;
	text-decoration: underline;
}
.gfield_radio {
	display: block;
}
.gfield_radio .gchoice {
	display: inline-block;
	margin-right: 40px;
}
.gfield_radio .gchoice input{
	display: none !important;
}
.gfield_radio .gchoice label {
	position: relative;
	padding-left: 29px;
	cursor: pointer;
}
.gfield_radio .gchoice label::before {
	display: inline-block;
	/* vertical-align: middle; */
	left: 0;
	width: 21.6px;
	height: 21.6px;
	font-family: 'FontAwesome';
	font-size: 0.8em;
	text-align: center;
	line-height: 1.7em;
	margin-right: 0.5em;
	content: '';
	color: #333;
	background: #FFF;
	border: 1px solid #ccc;
	letter-spacing: normal;
	font-style: normal;
	border-radius: 50%;
	position: absolute;
	top: -2px;
}
.gfield_radio .gchoice input[type="radio"]:checked + label::before {
	content: '\f111';
}

.gfield_checkbox .gchoice {
	display: inline-block;
	margin-right: 40px;
}
.gfield_checkbox .gchoice input{
	display: none !important;
}
.gfield_checkbox .gchoice label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.gfield_checkbox .gchoice label::before {
	display: inline-block;
	/* vertical-align: middle; */
	left: 0;
	width: 21.6px;
	height: 21.6px;
	font-family: 'FontAwesome';
	font-size: 0.8em;
	text-align: center;
	line-height: 1.7em;
	margin-right: 0.5em;
	content: '';
	color: #333;
	background: #FFF;
	border: 1px solid #ccc;
	letter-spacing: normal;
	font-style: normal;
	position: absolute;
	top: -2px;
}
.gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {
	content: '\f00c';
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
	margin-bottom: 0;
	max-width: 100% !important;
	vertical-align: middle;
	display: block;
}
.gfield_no_follows_desc h3 {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
}
.elementor-text-editor ul {
	list-style: disc inside;
}
.elementor .elementor-text-editor a {
	text-decoration: underline;
}
.gform_confirmation_message {
	padding: 30px 10px;
	text-align: center;
}
.white_text a {
	color: #fff;
}
.text_a_no_line .elementor-text-editor a {
	text-decoration: none;
}
.top_bar {
	padding: 0px;
	text-align: right;
	background: #fff;
}
.top_bar a {
	color: #38587e;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: inline-block;
	margin: 0 4px;
	padding-top: 8px;
}
.foo_phone {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 28px;
	padding-top: 10px;
}
.foo_phone i {
	font-size: 30px;
	color: #878787;
}
.foo_phone a {
	color: #fff;
}
.footer_outer h2 {
	text-align: center;
	color: #fff;
}
.lservices {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
}
.lsbox {
	background: #000;
	padding: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 195px;
}
.lsbox h4 {
	width: 100%;
}
.lsbox a {
	display: inline-block;
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 10px 25px;
	transition: ease-in .3s;
}
.lsbox a:hover {
	opacity: .7;
}
.nobg {
	background: transparent;
}
ul.process_step {
	padding: 1px;
}
ul.process_step::before {
	padding: 1px;
}
ul.process_step li {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 20px;
}
ul.process_step li span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	text-align: center;
	font-family: "Playfair Display", Sans-serif;
	line-height: 1;
	font-weight: 900;
	padding-top: 10px;
	position: relative;
}
ul.process_step li:nth-child(2) span::before {
	width: 3px;
	position: absolute;
	left: 22px;
	display: block;
	height: 45px;
	background: #000;
	top: -100%;
	content: "";
}
ul.process_step li:nth-child(2) span::after {
	width: 3px;
	position: absolute;
	left: 22px;
	display: block;
	height: 45px;
	background: #000;
	top: 100%;
	content: "";
}
.banner_h1 h1.elementor-heading-title {
	background: #000;
	display: inline-block;
	line-height: 1.2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.banner_h2 h2.elementor-heading-title {
	background: #fff;
	display: inline-block;
	line-height: 1.2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.user_info_bar {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 20px;
	color: #fff;
	font-size: 16px;
}
.user_info_bar a {
	color: #fff;
}
.lo_page_block {
	margin-top: 30px;
	margin-bottom: 30px;
}
.login-form-container label,
.regsiter_form .gform_wrapper.gravity-theme .ginput_complex label,
.regsiter_form .gform_wrapper.gravity-theme .gfield_label {
	display: block;
	text-align: left;
	margin-bottom: 2px;
	font-size: 14px;
}
.lo_page_block input{
	height: 50px;
	border: 1px solid #111;
	padding-left: 10px;
	padding-right: 10px;
}
.login_form_inner {
	padding: 30px 5px 20px;
	max-width: 370px;
	min-height: 342px;
	margin: 5px auto 70px;
	background: #fff;
	border-radius: 0px;
	position: relative;
	border: 1px solid #111;
	text-align: center;
}
.login_form_inner {
	padding-left: 22px;
	padding-right: 22px;
}
.login_inner__check {
	border: 1px dashed #000;
	border-radius: 100%;
	width: 56px;
	height: 56px;
	position: absolute;
	margin: auto;
	opacity: 0;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.login_inner__check--complete i {
	line-height: 4em;
	color: #000;
	opacity: 0;
}
.login_form_inner h3 {
	margin-bottom: 35px;
	padding-top: 10px;
	margin-top: 0;
}
.login_form_status {
	color: #be1616;
	font-size: 14px;
}
.login-error {
	color: #be1616;
	font-size: 14px;
}
#loginform {
	position: relative;
}
a.forgot-password {
	position: absolute;
	right: 0;
	font-size: 12px;
	bottom: -44px;
}
#loginform p {
	margin-bottom: .5rem;
}
#loginform input.input, #resetpassform input.input, #lostpasswordform input#user_login,
.regsiter_form .ginput_container input[type="text"], 
.regsiter_form .ginput_container input[type="email"], 
.regsiter_form .gform_wrapper.gravity-theme .ginput_complex select {
	font-size: 14px;
	height: 50px !important;
	margin-bottom: 7px;
	font-weight: 400;
	outline: none !important;
	text-transform: unset;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 100%;
	border-radius: 0;
	border: 1px solid #000;
	color: #000 !important;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 18px;
}
#loginform .login-remember {
	position: absolute;
	bottom: -85px;
	text-align: left;
	width: 55%;
	font-size: 12px;
	left: 3px;
	display: none;
}
#loginform .login-remember input {
	display: none;
}
#loginform .login-remember label {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-left: 4px;
	font-size: 12px;
}
#loginform .login-remember label::before {
	border-radius: 0;
	height: 25px;
	margin: 0;
	width: 25px;
	position: relative;
	content: "";
	position: absolute;
	background-color: #fff;
	border: 1px solid #282828;
	left: -28px;
	top: -4px;
}
.login-remember input[type="checkbox"]:checked + label::after {
	top: 6px;
	font-size: 14px;
	left: 10px;
	width: 30px;
	content: '\f00c';
	z-index: 9;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	position: absolute;
	color: #000;
}
#loginform .login-remember label span {
	padding-left: 40px;
	padding-top: 7px;
	display: inline-block;
	position: relative;
	color: #fff;
	cursor: pointer;
}
.login_form_actual_area .login-submit {
	padding-top: 15px;
	padding-bottom: 10px;
}
.login_form_actual_area #wp-submit, 
.resetpass-submit #resetpass-button, 
.lostpassword-submit .lostpassword-button,
.regsiter_form .gform-footer .gform_button.button {
	font-size: 14px !important;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	height: 50px;
	margin-top: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: 0;
	background: #000000;
	color: #fff;
	text-transform: uppercase;
	/* font-family: Poppins; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	border-bottom: 4px solid #bfbfbf;
}
 .regsiter_form .gform-footer .gform_button.button {
	max-width: 190px;
}
.login-submit span {
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	background: #fff0;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 0;
}
.regsiter_form {
	max-width: 650px;
	margin: auto;
	border: 1px solid #000;
	padding: 30px 22px;
	margin-bottom: 30px;
}
.regsiter_form h3 {
	text-align: center;
	margin-bottom: 35px;
}
.protected_form {
	margin-top: 35px;
	margin-bottom: 35px;
}
.protected_form .container {
	max-width: 980px;
}
.protect_page_title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 26px;
	text-align: center;
}
.form-group {
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
}
.op_ques_heading {
	font-size: 15px;
	margin-bottom: 5px;
}
.leg_input_field {
	border: 1px solid #000;
	color: #000;
	text-align: left;
	padding-left: 15px;
	float: none;
	outline: none;
	border-radius: 0px;
	resize: none;
	width: 100%;
	font-size: 15px;
}
.leg_input_text {
	height: 55px;
}
.leg_input_textarea {
	display: block;
	height: 250px;
	padding-top: 10px;
}
.form-group.file_uploader_big {
    margin-bottom: 0;
}
.protected_form .fileuploader {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px 0;
	/* background: #131313; */
	border-radius: 0;
	line-height: normal;
	border: 1px solid #000;
	/* filter: drop-shadow(0 4px 10px rgba(9, 9, 9, 0.23)); */
}
.protected_form .file_uploader_big .fileuploader-input .fileuploader-input-caption {
	min-height: 50px;
	border-radius: 6px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #666;
	border-color: #000;
	box-shadow: none;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	text-align: center;
	flex: 1;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 15px 15px;
	margin-right: 0;
	background: transparent;
	border: 0px dashed #a5a5a5;
}
.protected_form .file_uploader_big .fileuploader-input .fileuploader-input-caption span {
    display: inline-block;
    position: relative;
}
.protected_form .fileuploader-input-button {
    display: none !important;
}
input.lt_sbt_btn {
	background: #000000;
	color: #fff;
	display: inline-block;
	padding: 14px 15px;
	font-weight: 400;
	border: 1px solid #000000;
	font-size: 16px;
	margin-top: 0;
	border-radius: 0;
	border-bottom: 4px solid #bfbfbf;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
input.lt_sbt_btn:hover {
}
.conversation_section {
	margin-bottom: 45px;
}
.conversation_section_inner {
	display: block;
}
.converation_block {
	position: relative;
	margin-bottom: 30px;
}
.converation_block_inner {
	position: relative;
}
.converation_block_question .converation_block_inner {
	border: 1px solid #ddd;
	padding: 20px;
	background: #efefef;
	font-size: 15px;
}
.converation_block_question .converation_block_inner::after {
	right: 15px;
	bottom: -30px;
	content: "";
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #efefef;
	position: absolute;
}
.conversation_date {
	color: #555;
	font-size: 12px;
	text-align: right;
	padding-right: 60px;
	padding-top: 5px;
}

.converation_block_answer .converation_block_inner {
	padding: 20px;
	/* margin-top: 20px; */
	border: 1px solid #ddd;
	background: #ccc;
	font-size: 15px;
	margin-left: 60px;
}
.converation_block_answer .converation_block_inner::after {
	left: 15px;
	bottom: -29px;
	content: "";
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #ccc;
	position: absolute;
}
.converation_block_answer .conversation_date {
	text-align: left;
	padding-left: 60px;
	padding-top: 5px;
	margin-left: 60px;
}
.converation_content {
	display: block;
}
.converation_media {
	display: flex;
	margin-top: 20px;
	gap: 10px;
}
.media_list {
	display: block;
}
.media_list_col {
	display: block;
}
.media_list_col a {
	display: block;
}
.media_list_col img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.dashboard_boxes {
	margin-bottom: 40px;
}
.dash_box_inner {
	display: block;
	border: 1px solid #000;
	text-align: center;
	padding: 20px;
	position: relative;
	transition: ease-in 300ms all;
}
.dash_box_inner:hover {
	transform: scale(1.05);
}
.dash_box_icon {
	display: block;
	font-size: 45px;
	margin-bottom: 20px;
}
.dash_box_title {
	display: block;
}
.dash_box_link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.open_questions_list {
	display: block;
	margin-bottom: 40px;
}
.opl_row {
	display: block;
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 10px;
	transition: ease-in 300ms all;
}
.opl_row:hover {
	background: #eee;
}
.opl_row a {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.opl_status {
	display: block;
	width: 25px;
	color: #29b50c;
}
.status_unread {
	color: #f00;
}
.unread {
	display: inline-block;
}
.opl_title {
    display: block;
    width: 100%;
    max-width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.opl_date {
    display: flex;
    width: 250px;
    justify-content: right;
    font-size: 13px;
}
.all_customers_list {
	display: block;
}
.all_customers_group {
    border: 1px dashed;
	margin-bottom: 10px;
}
.acg_header {
    display: block;
    background: #ddd;
    padding: 5px 10px;
    font-size: 15px;
	cursor: pointer;
}
.customer_name {
	display: flex;
	justify-content: space-between;
}
.acg_body {
    display: none;
    padding: 0 10px;
	margin-top: 10px;
}
.mwai-messages-theme .mwai-conversation .mwai-reply {
	padding: 12px 14px !important;
}



@media only screen and (max-width: 767px) {
.header_call_text {
	text-align: center;
	margin-top: 20px;
}
h1 {
	font-size: 28px;
	margin-bottom: 20px;
}
.ginput_container input[type="text"] {
	height: 50px !important;
}
#gform_wrapper_1 textarea.large {
	height: 100px !important;
}	
#gform_wrapper_1 .gform_footer input[type="submit"] {
	padding: 8px 30px;
	font-size: 15px !important;
}
.menutoggle {
	display: block;
}
.menudop {
	display: none;
}	
.for_sticky_menu {
	padding: 15px 0px;
}
.top_bar {
	text-align: center;
}
.top_bar a {
	font-size: 14px;
	margin: 0 4px;
	padding-top: 8px;
}
#gtranslate_wrapper {
	left: 0;
	right: 0;
}
#gtranslate_wrapper .switcher {
	width: 105px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lservices {
	grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 576px) {
#nav-bar-main {
	margin-bottom: 0;
}	
.site_logo {
	width: 90%;
	text-align: center;
	margin: auto;
}
.header_call_text {
	text-align: right;
	margin-top: 0;
	/* background: #8c52ff; */
	color: #fff;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	/* position: absolute; */
	z-index: 999;
	width: 100%;
	left: 0;
	display: none;
}	
.call_heading,.header_call_text a {
	color: #fff;
	font-size: 20px;
}
.banner_section {
	height: 60vh;
}	
.banner_section .banner_text_block_outer {
	height: 60vh;
}	
.banner_section .banner_text_block {
	padding: 25px 20px;
	width: 90%;
	font-size: 14px;
}
.banner_bottom_border {
	width: 87%;
}	
.borcenter,.borright,.borleft {
	text-align: center;
}	
.bottom_space {
	margin-bottom: 5px;
}
.bottom_space:last-child {
	margin-bottom: 0px;
}
.bottom_space p{
	margin-bottom: 0px;
}
.keep_it_center_mob {
	text-align: center !important;
}
ul.paralel_btns li {
	width: 100%;
	margin-bottom: 10px;
}
ul.hollow_btns {
	max-width: 100%;
}	
h2 {
	font-size: 22px;
}	
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}	
body {
	font-size: 15px;
}	
#gform_wrapper_1 .gform_page_footer .button.gform_button, #gform_wrapper_1 .gform_page_footer .button.gform_next_button, #gform_wrapper_1 .gform_page_footer .button.gform_previous_button {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 145px;
	width: auto;
	border-radius: 0 !important;
}
.site_logo a img {
	max-width: 160px;
}
.text_shadow h1 {
	font-size: 20px;
	margin-bottom: 0;
}	
.home_banner_text h1 {
	font-size: 17.5px;
}
.home_banner_text h3 {
	font-size: 10px;
	padding: 10px 15px;
}
#wid-1 {
	padding-right: 0;
}
.bottom_space ul li {
	margin-bottom: 15px;
	padding-left: 0;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
.bottom_space ul li i {
	color: #fff;
}
.gfield_radio .gchoice {
	margin-right: 0;
	width: 100%;
	margin-bottom: 7px;
}
.gfield_checkbox .gchoice {
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
}
.exp_top_icon {
	font-size: 46px;
}
a.exp_boxes_link {
	padding: 20px 15px;
}
.exp_boxes p {
	font-size: 15px;
}
.marko_contact {
	display: block;
	padding-left: 0;
	text-align: center;
}
.marko_contact h3 {
	margin-left: 10px;
}
blockquote::before {
	font-size: 90px;
	left: -5px;
	top: -100px;
}
blockquote {
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
}
blockquote strong {
	font-size: 17px;
}
.footer_log {
	margin-top: 25px;
	margin-bottom: 25px;
}
.bottom_space ul {
	list-style: none;
	display: block;
	padding-left: 0;
	font-size: 16px;
}
li .loc_icon i, li .time_icon i {
	margin-right: 6px;
}
.bellow_sections .bottom_space:nth-child(2){
	order: 0;
}
.bellow_sections .bottom_space:nth-child(1){
	order: 1;
}
.lservices {
	grid-template-columns: 1fr;
}
.lsbox {
	min-height: 170px;
}
ul.process_step li {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 15px;
	display: flex;
	align-items: center;
}
ul.process_step li span {
	padding-top: 12px;
	font-size: 18px;
}
ul.process_step li:nth-child(2) span::before {
	height: 30px;
	top: -60%;
}
ul.process_step li:nth-child(2) span::after {
	height: 40px;
	top: 75%;
}
.foo_phone {
	font-size: 20px;
}
.foo_phone i {
	font-size: 24px;
}
}
@media only screen and (max-width: 320px) {
}

