* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove underline from all links */
a {
  text-decoration: none;
  color: inherit; /* Keeps the text color same as parent */
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
    font-family: jost, sans-serif;
}

.ue-header {
    background: #ffffff;
}

.ue-logo {
    width: 100%;
}

.ue-icon {
    width: 46px;
}

.ue-label {
    color: #0090CE;
    font-size: 14px;
    display: block;
}

.ue-email {
    font-size: 18px;
    color: #0A3B82;
    font-weight: 600;
    margin: 0;
}
.ue-email a{color: #014593 !important;
  font-family: jost;
  font-weight: 600;
  text-decoration: none;}

.ue-download-btn {
    background: #0A3B82;
    color: #C7E36B;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-family: jost;
}

.ue-download-btn img {
    width: 24px;
}

.ue-call-icon {
    width: 36px;
}

.ue-phone {
    font-size: 18px;
    color: #333;
}
.ue-phone a{color: #303030 !important; font-family: jost;font-weight: 600;}
.ue-w-icon {
    width: 18px;
    height: 18px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
    .ue-logo {
        width: 120px;
    }
    .ue-email {
        font-size: 16px;
    }
    .ue-download-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}


/* Background Gradient */
.ue-footer {
    background: linear-gradient(165deg, #a3cc4c, #00c0ff);
    color: #fff;
}

/* Footer Labels (ADDRESS / EMAIL / PHONE) */
.ue-footer-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Footer Text */
.ue-footer-text {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

/* Icons */
.ue-footer-icon {
    width: 42px;
    height: auto;
}
.ue-footer-icon-Phone {
  width: 30px;
}
.ue-wsmall {
    width: 20px;
    height: 20px;
}
.phone {
  margin-left: 35px !important;
}
/* Right Side Form Title */
.ue-form-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: center;
}

/* Form Input */
.ue-input {
    background: #ffffff;
    height: 55px;
    border-radius: 40px;
    border: none;
    padding-left: 25px;
    font-size: 16px;
}

/* Submit Button */
.ue-submit-btn {
    background: #05397c;
    color: #fff;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 40px;
}

.ue-submit-btn:hover {
    background: #032b60;
    color: #fff;
}

/* Footer Bottom Bar */
.ue-footer-bottom {
    background: #05397c;
    color: #fff;
    font-size: 16px;
}

b, strong {
  font-weight: bolder !important;
}


.elementor-element.elementor-element-08c325d.elementor-widget.elementor-widget-elementskit-testimonial .swiper-slide img {
  width: 350px;
  height: 280px;
  object-fit: cover;
}

.testimonial .ekit-wid-con .elementskit-single-testimonial-slider {
  background: transparent !important;
  box-shadow: unset !important;
}

.cont_input {
    margin: 0px 30px;
}

 .cont_input input, .cont_input textarea {
   width: 100% !important;
    background-color: #efefef !important;
    height: 41px !important;
    border-radius: 4px !important;
    border: 0px !important;
    max-width: 100% !important;
    font-family: "jost", sans-serif;
    padding: 0px 10px !important;
}
/* .cont_input input[type="tel"]{
	padding-left:45px !important;
} */
.cont_input textarea{
    height: 100px !important;
    padding: 15px 20px !important;
}
.cont_input div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
}
.cont_input button{
    background: #00A7D9 !important;
    color: #fff !important;
    font-family: 'jost' !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    padding: 15px 39px !important;
    border-radius: 6px !important;
}
.cont_input button:hover {
	background-image: linear-gradient(89deg, #80C352 0%, #18AFCC 100%) !important;
}
.banner-list{
position:relative;
}

.banner-list ul:before {
  content: "";
  background: #c3d683;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 12px;
	top:0px;
}
.b1{
	color:#7AD0F1;
}
.ue-download-btn:hover{
	background-image: linear-gradient(89deg, #80C352 0%, #18AFCC 100%);
	color:#000 !important;
}
.ue-download-btn:hover img {
  filter: brightness(0);
}
.col2{
	width:48% !important;
}
.wpforms-field-small, .wpforms-field-large {
  width: 100% !important;
  background: #F7F7F7 !important;
  height: 55px !important;
  border: none !important;
  border-radius: 50px !important;
  color: #3d3d3d !important;
  font-size: 16px !important;
  max-width: 100% !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
	padding-left:25px !important;
}
.footer-submit{
    background: #0A3B82 !important;
    color: #C7E36B !important;
    padding: 12px 25px !important;
    font-size: 18px !important;
    border-radius: 40px !important;
    font-weight: 600 !important;
	width:100%!important;
	border:none!important;
	text-transform:uppercase !important;
}
.footer-submit:hover{
	background-image: linear-gradient(89deg, #18AFCC 0%, #80C352 100%) !important;
  color: #000 !important;
}
.kye-feature ul li strong {
  color: #024694;
}
.why-choose-box{
	position:relative;
}
.why-choose-box::before {
  content: "";
  width: 1px;
  height: 45px;
  position: absolute;
  background: #d8d8d8;
  left: 186px;
  top: -36px;
}
.why-choose-box2::before {
  content: "";
  width: 1px;
  height: 263px;
  position: absolute;
  background: #d8d8d8;
  left: 279px;
  top: -241px;
}




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

@media only screen and (max-width: 991px) {
	.ue-logo {
  width: 85%;
}
	.ue-icon {
  width: 40px;
}
	.ue-email a{
		font-size:16px;
	}
	.ue-phone {
		font-size: 16px;}
	.ue-call-icon {
  width: 30px;
}
	.ue-w-icon {
  width: 16px;
  height: 16px;
}
	.ue-form-title {
  font-size: 25px;
  margin-top: 40px;
}
	.why-choose-box::before {
		display:none;
	}
	.why-choose-box2::before {
		display:none;
	}
	.elementor-divider {
  display: none !important;
}
	.elementor-icon {
  display: none !important;
}
}
@media only screen and (max-width: 767px) {
	.col2 {
  width: 100% !important;
}
	div.wpforms-container-full .wpforms-form .wpforms-one-half{margin-left:0px!important;
	}
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 580px) {
	  .ue-form-title {
    font-size: 20px;
		  margin-top: 25px;}
}
@media only screen and (max-width: 480px){
	
}
@media only screen and (max-width: 440px) {
	.ue-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
	.ue-footer-icon {
		width: 35px;}
	.ue-footer-label {
		font-size: 14px;}
	.ue-footer-text {
  font-size: 16px;
		line-height: 22px;}
	.ue-footer-icon-Phone {
  width: 25px;
}
	.ue-form-title {
    font-size: 16px;
    margin-top: 15px;
		margin-bottom: 15px;
  }
	.ue-wsmall {
  width: 18px;
  height: 18px;
}
	
}
@media only screen and (max-width: 350px){
}
