/* Style fot widgets */

#ikony_fix,
#ikony_fix2 {
    cursor: pointer;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1030;
	width: 82px;
}
#ikony_fix {
	bottom: 50%;
	right: 0px;
}
#ikony_fix2 {
	bottom: 16px;
	right: 16px;
    overflow: hidden;
    height: 82px;	
}

@media (min-width: 992px) {
#ikony_fix2 {
	bottom: 40px;
	right: 40px;	
}
}

#ikony_fix2,
#ikony_fix2 .zwin_btn,
#ikony_fix2 .zwin_btn .ikonka,
#ikony_fix2.active .animowane_ikony .accent_color {
	border-radius: 100%;
}
#ikony_fix2.active {
	border-radius: 0%;
}

#ikony_fix .animowane_ikony,
#ikony_fix2 .animowane_ikony {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
#ikony_fix2 .animowane_ikony.two_icons {
    animation: two_icons 6s infinite;
}
#ikony_fix2 .animowane_ikony.three_icons {
    animation: three_icons 10s infinite;
}
#ikony_fix2 .animowane_ikony.four_icons {
    animation: four_icons 14s infinite;
}
#ikony_fix2.active {
    height: auto;
}
#ikony_fix2.active .animowane_ikony.two_icons,
#ikony_fix2.active .animowane_ikony.three_icons,
#ikony_fix2.active .animowane_ikony.four_icons {
    animation: none !important;
}
#ikony_fix2 .zwin_btn {
	background-color: #B9A89D !Important;	
	display: none;
}
#ikony_fix2.active .zwin_btn {
	display: block;	
}
#ikony_fix .animowane_ikony .accent_color,
#ikony_fix2.active .animowane_ikony .accent_color {
	margin-bottom: 10px;
}
#ikony_fix2 .animowane_ikony a {
	pointer-events: none;
}
#ikony_fix2.active .animowane_ikony a {
	pointer-events: auto;
}
#ikony_fix2 .animowane_ikony {
	z-index: 2000;
	pointer-events: none;
}

#ikony_fix .icon-mail2 .ikonka,
#ikony_fix2 .icon-mail2 .ikonka {
    -webkit-mask: url(../../img/mail_icon_w2.svg)no-repeat center center;
    mask: url(../../img/mail_icon_w2.svg)no-repeat center center;
}
#ikony_fix .icon-zadzwon2 .ikonka,
#ikony_fix2 .icon-zadzwon2 .ikonka {
    -webkit-mask: url(../../img/phone_icon2026.svg)no-repeat center center;
    mask: url(../../img/phone_icon2026.svg)no-repeat center center;
}
#ikony_fix .icon-msg2 .ikonka,
#ikony_fix2 .icon-msg2 .ikonka {
    -webkit-mask: url(../../img/msg_icon.svg)no-repeat center center;
    mask: url(../../img/msg_icon.svg)no-repeat center center;
}
#ikony_fix .zwin_btn .ikonka,
#ikony_fix2 .zwin_btn .ikonka {
    -webkit-mask: url(../../img/icon-dots.svg)no-repeat center center;
    mask: url(../../img/icon-dots.svg)no-repeat center center;
}
#ikony_fix .zwin_btn .ikonka,
#ikony_fix .icon-mail2 .ikonka,
#ikony_fix .icon-zadzwon2 .ikonka,
#ikony_fix .icon-msg2 .ikonka,
#ikony_fix .additiona_icon2 {
	background-color: #fff !Important;
    width: 82px;
    height: 82px;
	display: block;
}
#ikony_fix2 .zwin_btn .ikonka,
#ikony_fix2 .icon-mail2 .ikonka,
#ikony_fix2 .icon-zadzwon2 .ikonka,
#ikony_fix2 .icon-msg2 .ikonka,
#ikony_fix2 .additiona_icon2 {
	background-color: #fff !Important;
    width: 82px;
    height: 82px;
	display: block;
}

#ikony_fix2.active  .zwin_btn .ikonka,
#ikony_fix2.active  .icon-mail2 .ikonka,
#ikony_fix2.active  .icon-zadzwon2 .ikonka,
#ikony_fix2.active  .icon-msg2 .ikonka,
#ikony_fix2.active  .additiona_icon2 {
    width: 80px;
    height: 80px;
}


#ikony_fix2 .animowane_ikony .accent_color {
	background-color: #BAA596 !important;
}
#ikony_fix2.active .animowane_ikony .accent_color {
	background-color: #BAA596;
	border-color: #BAA596 !important;
}


#ikony_fix .additiona_icon2,
#ikony_fix2 .additiona_icon2 {
	-webkit-mask-position: center center !important;
	mask-position:  center center !important;
}
#ikony_fix2.active .animowane_ikony .accent_color {
	border: 1px solid;
}
#ikony_fix2.active .animowane_ikony .accent_color:hover {
    background-color: #fff !Important;
}

@keyframes two_icons {
	0%{transform:translateY(0)}
	20%{transform:translateY(0)}
	40%{transform:translateY(-50%)}
	80%{transform:translateY(-50%)}
	to{transform:translateY(0%)}
}
@keyframes three_icons {
	0%{transform:translateY(0)}
	20%{transform:translateY(0)}
	25%{transform:translateY(-33%)}
	45%{transform:translateY(-33%)}
	50%{transform:translateY(-66%)}
	70%{transform:translateY(-66%)}
	75%{transform:translateY(-33%)}
	95%{transform:translateY(-33%)}
	to{transform:translateY(0%)}
}
@keyframes four_icons {
	0%{transform:translateY(0)}
	20%{transform:translateY(0)}
	25%{transform:translateY(-25%)}
	45%{transform:translateY(-25%)}
	50%{transform:translateY(-50%)}
	70%{transform:translateY(-50%)}
	75%{transform:translateY(-75%)}
	95%{transform:translateY(-75%)}
	to{transform:translateY(0%)}
}	



@media (min-width: 992px) {
#ikony_fix .animowane_ikony .accent_color {
	transition: 0.3s;
}
#ikony_fix .animowane_ikony .accent_color:hover {
	padding-right: 1em;
	transition: 0.3s;
}
#ikony_fix .animowane_ikony .accent_color {
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 36%) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36) !important;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 36%) !important;
}
#ikony_fix .animowane_ikony .accent_color:hover {
    background-color: #fff !Important;
}
		
}



@media (max-width: 991px) {
#ikony_fix.nav-up {
    bottom: -61px;
}
	
#ikony_fix {
    position: fixed;
    right: 0px;
    z-index: 200;
    bottom: 0px;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    transition: bottom 0.5s ease-in-out;
}
#ikony_fix .animowane_ikony {
    -ms-flex-direction: row;
    flex-direction: row;	
	justify-content: space-between;
}
#ikony_fix .animowane_ikony .accent_color {
    width: 100%;
}
#ikony_fix .zwin_btn .ikonka, #ikony_fix .icon-mail2 .ikonka, #ikony_fix .icon-zadzwon2 .ikonka, #ikony_fix .icon-msg2 .ikonka, #ikony_fix .additiona_icon2 {
    margin: 0 auto;
	height: 60px;
}
}






.formularz_kontaktowy_modal .col-lg-5,
.formularz_kontaktowy_modal .col-lg-7 {
	-ms-flex: 0 0 100% !Important;
    flex: 0 0 100% !Important;
    max-width: 100% !Important;
}
@media (min-width: 768px) {
.formularz_kontaktowy_modal .wpcf7 .col-lg-6:first-child {
    padding-right: 5px;
}
.formularz_kontaktowy_modal .wpcf7 .col-lg-6:last-child {
    padding-left: 5px;
}
}



.icon-msg2 {
	position: relative;
}

.icon-msg2 .fb-customerchat {
	display: none !important;
}

.icon-msg2 .fb_dialog {
	position: absolute !important;
	top: 0 !important;
	padding: 0;
	opacity: 0.01;
}

.icon-msg2 [data-testid="bubble_iframe"] {
	position: relative !important;
	top: 0 !important;
	right: auto !important;
	margin: 0 !important;
}

@media (max-width: 991px) {
.fb_dialog_content iframe {
	width: 100% !important;
    height: 60px !important;
}
/*
.formularz_kontaktowy_modal .btn.btn-primary {
    margin: 0 auto 10px;
    display: table;
}
*/
}


.hide_widget  #ikony_fix {
    display: none !important;
}


#kontaktModalCenter h4 {
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%; /* 48px */
	color: #4A4343;
	margin-bottom: 40px;
}
#telefonModalCenter .modal-header,
#kontaktModalCenter .modal-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

@media (max-width: 991px) {
#kontaktModalCenter h4 {
	display: none !important;
}	
}

#kontaktModalCenter .modal-dialog,
#telefonModalCenter .modal-dialog {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
	height: auto;
    min-height: auto !important;
}
#kontaktModalCenter.modal,
#telefonModalCenter.modal {
	
}

#kontaktModalCenter.modal.slide-left .modal-dialog,
#telefonModalCenter.modal.slide-left .modal-dialog {
    transform: translateX(100%) !important;
    transition: transform 0.5s ease-out !important;
    opacity: 1 !important; 
}

#kontaktModalCenter.modal.slide-left.show .modal-dialog,
#telefonModalCenter.modal.slide-left.show .modal-dialog {
    transform: translateX(0) !important;
}

#kontaktModalCenter.modal.slide-left.hide-left .modal-dialog,
#telefonModalCenter.modal.slide-left.hide-left .modal-dialog {
    transform: translateX(100%) !important;
}




#kontaktModalCenter.modal,
#telefonModalCenter.modal {
	padding-right: 0 !important;
}

body,
body.modal-open {
    padding-right: 0 !important;
}
#kontaktModalCenter.modal,
#telefonModalCenter.modal {
    padding-right: 0 !important;
}
header.header .nav_top {
    display: flex;
    width: 100%;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px) {
#kontaktModalCenter .modal-dialog,
#telefonModalCenter .modal-dialog {
    max-width: 700px;
    min-width: 700px;
	margin-left: auto;
    margin-right: 0;
}	
}


#kontaktModalCenter .modal-header,
#telefonModalCenter .modal-header {
	border-bottom: 0;
}
#kontaktModalCenter .modal-content,
#telefonModalCenter .modal-content {
    border: 0;
    border-radius: 0;
	height: auto;
	background-color: #ECE9E0;
	color: #4A4343;
}
#kontaktModalCenter .modal-body,
#telefonModalCenter .modal-body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #ECE9E0;
}


#kontaktModalCenter .close, 
#telefonModalCenter .close {
    font-size: 3.5rem;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
    color: #4A4343;
	outline: none !important;
}

@media (min-width: 1px) {
#kontaktModalCenter .modal-dialog,
#telefonModalCenter .modal-dialog {
	height: 100%;
    min-height: 100% !important;
}
#kontaktModalCenter .modal-content,
#telefonModalCenter .modal-content {
	height: 100%;
}
}

#telefonModalCenter .modal-body.call_us h5 {
	color: #F7F4ED;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 80px */
	letter-spacing: -0.96px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
#telefonModalCenter .modal-body.call_us h5 {
    font-size: 50px;
    letter-spacing: -1.4px;
}
}
@media (min-width: 1200px) {
#telefonModalCenter .modal-body.call_us h5 {
    font-size: 60px;
    letter-spacing: -1.8px;
}
}
@media (min-width: 1440px) {
#telefonModalCenter .modal-body.call_us h5 {
   font-size: 70px;
   letter-spacing: -2.0px;
}
}
@media (min-width: 1600px) {
#telefonModalCenter .modal-body.call_us h5 {
    font-size: 80px;
    letter-spacing: -2.4px;
}
}










#kontaktModalCenter .formularz_kontaktowy_modal {
	text-align: left !important;
	max-width: 1355px;
}
#kontaktModalCenter .modal-body .zgody_css {
    padding-left: 31px;
}
#kontaktModalCenter .modal-body .wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    align-items: baseline;
}
#kontaktModalCenter .modal-body .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    top: -7px;
	position: relative;
	color: #4A4343;
    margin-left: 0;
}
#kontaktModalCenter .modal-body .wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    width: 19px;
}
#kontaktModalCenter .modal-body .wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
	position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    background: #ECE9E0;
    border: 1px solid #4A4343;
    border-radius: 0px;
}
#kontaktModalCenter .modal-body .wpcf7-acceptance input[type="checkbox"]:checked:before {
    background-image: linear-gradient(to right, #ECE9E0, #ECE9E0, #ECE9E0, #ECE9E0, #ECE9E0) !Important;
    border-color: #4A4343;
}
#kontaktModalCenter .modal-body .wpcf7-acceptance  input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
#kontaktModalCenter .modal-body .wpcf7-acceptance  input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
#kontaktModalCenter .modal-body .wpcf7-acceptance  input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
	left: 0px;
    top: -2px;
    width: 16px;
    height: 16px;
	background: url(../../img/check_icon.png) no-repeat;
	filter: brightness(0) saturate(100%) invert(16%) sepia(44%) saturate(576%) hue-rotate(177deg) brightness(96%) contrast(91%);
	background-size: 9px auto !Important;
	background-position: center;	
}
#kontaktModalCenter .modal-body .wpcf7-acceptance span.wpcf7-list-item{
   margin: 10px 0 0 0;
}


#kontaktModalCenter .modal-body .wpcf7 textarea,
#kontaktModalCenter .modal-body .wpcf7 input {
	border-color: #BAAFA7 !Important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140% !important;
	margin-bottom: 32px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding-left: 0;
    padding-right: 0;
	/* padding-top: 12px !important;
	padding-bottom: 16px !important;*/
	padding-top: 0px !important;
    padding-bottom: 10px !important;
	color: #4A4343;
}
#kontaktModalCenter .modal-body .wpcf7 textarea {
	height: 100px;
}
#kontaktModalCenter .modal-body .zgody {
    padding-left: 32px;
}
#kontaktModalCenter .modal-body .wpcf7 label {
    color: #BAAFA7;
    font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 1;
	margin-bottom: 0;
}
#kontaktModalCenter .modal-body .wpcf7 .zgody label {
    color: #4A4343 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 14.4px */
	letter-spacing: 0.24px;
	opacity: 1;
}
#kontaktModalCenter .modal-body .wpcf7 form.invalid .wpcf7-response-output {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
    color: #D70000 !important;	
	padding-left: 34px;
	background: url(../../img/con_min_icon.svg) no-repeat;
	padding-top: 2px;
	position: absolute;
    bottom: 84px;
}
#kontaktModalCenter .wpcf7-acceptance {
    margin-bottom: 10px;
}


#kontaktModalCenter .modal-body .wpcf7-not-valid input[type="checkbox"]:before,
#kontaktModalCenter .modal-body textarea.wpcf7-not-valid,
#kontaktModalCenter .modal-body input.wpcf7-not-valid {
    border-color: #FF4646 !Important;
}

#kontaktModalCenter .modal-body textarea.wpcf7-not-valid,
#kontaktModalCenter .modal-bodyinput.wpcf7-not-valid {
    color: #FFF !Important;
}


#kontaktModalCenter .modal-body .wpcf7-acceptance.wpcf7-not-valid label {
	color: #FF4646 !Important;
}

#kontaktModalCenter .modal-body .wpcf7-not-valid-tip {
   display: none;
}

#kontaktModalCenter .modal-body .wpcf7 .btn-primary { 
	margin-top: 24px;
	background: #8C7869;
}
#kontaktModalCenter .modal-body .wpcf7 .btn-primary:hover { 
	background: #62574F;
	color: #fff !Important;
}

@media (min-width:992px) {
#kontaktModalCenter .modal-body-fix {
    padding: 0 80px;
}
}

@media (min-width:1600px) {
#kontaktModalCenter .modal-body .wpcf7-acceptance  input[type="checkbox"]:checked:after {
    top: 0px;
}

}



#kontaktModalCenter .wpcf7 .checkboxes {
	margin-bottom: 24px;
}
#kontaktModalCenter .wpcf7 .checkboxes input {
	width: 15px;
	height: 15px;
	margin: 0;
	margin-right: 8px;
}
#kontaktModalCenter .wpcf7 .checkboxes .wpcf7-list-item {
	margin: 0;
}
#kontaktModalCenter .wpcf7 .checkboxes label {
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	color: #fff;
	align-items: center;
	margin-right: 12px;
}
#kontaktModalCenter .wpcf7 .checkboxes input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    width: 15px;
}
#kontaktModalCenter .wpcf7 .checkboxes input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
	position: relative;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #94763E;
    border: 1px solid #fff;
    border-radius: 0px;
}
#kontaktModalCenter .wpcf7 .checkboxes input[type="checkbox"]:checked:before {
    background-image: linear-gradient(to right, #94763E, #94763E, #94763E, #94763E, #94763E) !Important;
    border-color: #fff;
}
#kontaktModalCenter .wpcf7 .checkboxes input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
#kontaktModalCenter .wpcf7 .checkboxes input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
#kontaktModalCenter .wpcf7 .checkboxes input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
	left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
	background: url(../../img/check_icon_kwadrat.png) no-repeat;
	background-size: 6px auto !Important;
	background-position: center;
	
}




#kontaktModalCenter .modal-body ::-webkit-input-placeholder { /* WebKit browsers */
color: #4A4343 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #4A4343 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #4A4343 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #4A4343 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body .wpcf7-not-valid ::-webkit-input-placeholder,
#kontaktModalCenter .modal-body .wpcf7-not-valid::-webkit-input-placeholder { 
color: #D70000 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body .wpcf7-not-valid ::-moz-placeholder,
#kontaktModalCenter .modal-body .wpcf7-not-valid::-moz-placeholder { 
color: #D70000 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body .wpcf7-not-valid ::-moz-placeholder,
#kontaktModalCenter .modal-body .wpcf7-not-valid::-moz-placeholder { 
color: #D70000 !important;
opacity: 1;
}
#kontaktModalCenter .modal-body .wpcf7-not-valid ::-ms-input-placeholder,
#kontaktModalCenter .modal-body .wpcf7-not-valid::-ms-input-placeholder { 
color: #D70000 !important;
opacity: 1;
}




#telefonModalCenter .modal-body.call_us .head_con_modal {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.36px;
	text-transform: uppercase; 
	color: #8C7869;
	margin-bottom: 20px;
	padding-left: 26px;
	position: relative;
	text-align: left;
}
#telefonModalCenter .modal-body.call_us .head_con_modal:before {
	position: absolute;
	content:'';
	width: 10px;
	height: 10px;
	aspect-ratio: 1/1;
	background: #8C7869;
	border-radius: 100%;
	top: 1px;
	left: 0;
}
#telefonModalCenter .modal-body.call_us .nazwa_con_modal {
	font-family: "antonia-variable",sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 450;
	line-height: 120%; /* 33.6px */
	color: #2F2F2F;
	margin-bottom: 20px;
	text-align: left;
}
#telefonModalCenter .modal-body.call_us .btn_con_modal,
#telefonModalCenter .modal-body.call_us .img_con_modal {
	padding-top: 56px;
}





#telefonModalCenter .modal-body.call_us .link_con_modal {
	text-align: left;
}
#telefonModalCenter .modal-body.call_us .link_con_modal a {
    padding-left: 40px;
    display: inline-block;
    line-height: 32px;
    color: #8C7869;
    text-decoration: none;
    position: relative;
}
#telefonModalCenter .modal-body.call_us .link_con_modal a:hover {
    color: #4A4343;
}
#telefonModalCenter .modal-body.call_us .link_con_modal a:before {
    content: '';
    position: absolute;
    background-color: transparent;
    border: 1px solid #D0C0B3;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    border-radius: 100%;
    background-position: center;
}
#telefonModalCenter .modal-body.call_us .link_con_modal a:after {
    content: '';
    position: absolute;
    -webkit-mask: url("../../img/a_tel_v33.svg")no-repeat !Important;
	mask: url("../../img/a_tel_v33.svg")no-repeat !Important;
    background-repeat: no-repeat;
	background-color: #8C7869;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 10px;
    background-position: center;
    /*transition: 1s ease-in-out;*/
	transition: none !important;
}
#telefonModalCenter .modal-body.call_us .link_con_modal a:hover:after {
	background-color: #4A4343;
}


@media (max-width:991px) {
#telefonModalCenter .modal-body.call_us .img_con_modal {
	display: none;
}
#telefonModalCenter .modal-body.call_us .head_con_modal,
#telefonModalCenter .modal-body.call_us .nazwa_con_modal,
#telefonModalCenter .modal-body.call_us .link_con_modal {
    text-align: center;
}
#telefonModalCenter .modal-body.call_us .head_con_modal {
	padding-left: 0;
}
#telefonModalCenter .modal-body.call_us .head_con_modal:before {
    top: 4px;
    left: calc(50% + -100px);
}

}


@media (min-width:992px) {
#telefonModalCenter .modal-body.call_us .head_con_modal:before {
	top: 4px;
}
}