/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2023 | 13:16:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* //kankana// */

.tab-glo .e-n-tabs-heading span {
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
}
.tab-glo p{
	padding-left:30px;
}
.tab-glo h2 em{
    font-size: 42px !important;
    font-style: italic;
    line-height: 55px;
    font-weight: normal !important;
}

.tab-glo .e-n-tabs-heading .e-n-tab-title:hover{
	border: 1px solid #00A2E6BA;
}
.popup-forms input::placeholder{
	opacity:1 !important;
}
.popup-forms .elementor-field-type-submit{
	width:50%;
}
.popup-forms .elementor-field-option label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #000 !important;
    font-weight: normal !important;
	display:flex !important;
}

.popup-forms input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.popup-forms .elementor-field-option label::before {
    content: '';
    margin-right: 15px;
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    width: 45px;
    height: 30px;
    background: transparent;
    border: 1px solid #000;
	border-radius:2px;
}

.popup-forms input[type="checkbox"]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
    top: 7px;
    left: 10px;
    width: 9px;
    height: 15px;
    border: solid #f00;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.popup-forms a.dialog-close-button.dialog-lightbox-close-button {
    box-shadow: 0 3px 6px #00000063;
    border-radius: 50%;
    height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff !important;
}
