  html {
  scroll-behavior: smooth;
} 
.home_banner_section a.banner_btn {
    color: #fff;
    font-size: 17px;
    border: 2px solid #fff;
    padding: 10px 15px 10px 15px;
}
.announcement .announcement-right-col {
    padding-bottom: 40px;
    padding-left: 30px;
}

/* h2.home-slider-title {
    font-size: 0;
} */

/* .how-it-work:before {
    background-color: #f4f4f4;
    top: -150px;
    width: 100%;
    height: 440px;
    content: '';
    position: absolute;
    z-index: 0;
} */

.arrow-list-two ul li,.arrow-list-one ul li {
    margin-bottom: 20px;
}

.contact-page .row .col-lg-6:nth-child(1) {
    display: none;
}
p.open-hours {
    margin-top: 30px;
}

.custom-icon-box .elementor-widget-container {
	min-height: 512.28px
}
.testimonials-carousel-item {
    margin-bottom: 0px !important;
    padding: 4.7rem 4.5rem !important;

}
/*contact page css*/
.contact_left_section form input {
    height: 40px !important;
	border-radius: 5px !important;
    padding: 5px !important;
    overflow: hidden !important;
	border-color: #007d9e !important;
}
.contact_left_section form textarea{
    height: 150px;
	border-color: #007d9e !important;
}
.contact_left_section form button[type="submit"],
.contact_left_section form input[type="submit"] {
    background: #007D9E;
    border: 0;
    width: 100% !important;
    padding: 12px !important;
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
	height: auto !important;
}
.contact_right_section {
	background-color: #007d9e;
    color: #fff;
    border-radius: 0% 30% 0% 30%;
    text-align: center;
}
.contact_right_section ul li {
	list-style-type: none;
	color: #fff;
}

.contact_right_section ul li,.contact_right_section ul li a,.contact_right_section ul li strong,.contact_right_section h2,.contact_right_section ul li span {
    color: #fff;
}
/*model popup css*/
.modal.in .modal-dialog{
top: 0px !important;	
}
#popupForm .modal-dialog {
    max-width: 750px;
}
#popupForm .modal-dialog .modal-content {
    padding: 0 15px;
}
#popupForm .form_left_sec {
    background: #17b2a0;
    height: 100%;
}
#popupForm .close {
    position: absolute;
}
#popupForm .form_left_sec {
    height: 100%;
    padding: 25px;
    background-color: transparent;
    background-image: linear-gradient(300deg, #2AB4C3 0%, #007D9E 50%);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #fff;
}
#popupForm .form_left_sec .h3 {
    font-size: 22px;
    font-weight: 700;
	color: #fff;
}
#popupForm .form_left_sec ul {
    list-style-type: disc;
    padding: 0 0 0 35px;
    margin: 20px 0;
}
#popupForm .form_left_sec ul li{
    font-size: 16px;
}
#popupForm .form_left_sec p {
    font-size: 16px;
    font-style: italic;
}
#popupForm .form_left_sec p span {
    font-style: initial;
    font-weight: 700;
}
#popupForm .wpcf7-form .form-group input::placeholder {
    color: #000 !important;
    opacity: 1;
	font-size: 13px !important;
}
#popupForm .popup_form {
   padding: 25px 0px 0px 0px;
}
#popupForm .wpcf7-form span.wpcf7-not-valid-tip {
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
#popupForm .form_left_sec img{
	background: #ffff;
    max-width: 150px;
    padding: 10px;
}
#popupForm .popup_form button[type="submit"],
#popupForm .popup_form input[type="submit"] {
    background: #007D9E;
    border: 0;
    width: 100%;
    padding: 12px !important;
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
	height: auto !important;
}
#popupForm .popup_form input,#popupForm .popup_form textarea {
    height: 40px !important;
	border-radius: 20px !important;
    resize: none !important;
    padding: 5px !important;
    overflow: hidden !important;
}
#popupForm .popup_form  input:hover,#popupForm .popup_form  input:focus,#popupForm .popup_form  textarea:hover,#popupForm textarea:focus {
    box-shadow: none!important;
    border-color: rgb(23 178 160)!important;
}
#popupForm .popup_form p,#popupForm .popup_form a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}
#popupForm .popup_form a{
	color: #212529;
	font-weight: 700;
}
#popupForm .popup_form form {
    margin-bottom: 25px;
}
#popupForm .close {
    position: absolute;
    right: -12px;
    background: #007D9E;
    width: 30px;
    height: 30px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    top: -10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}
#popupForm .close span {
    position: relative;
    top: -1px;
    left: 1px;
} 
/* @media screen and (min-width: 767px) {
	.testimonials-carousel-item {
    margin-bottom: 0px !important;
    padding: 4.7rem 4.5rem !important;

}
}
 */
 @media (min-width: 768px) and (max-width: 1024px) {
#popupForm  .form_left_sec {
    display: none;
  }
 #popupForm  .modal-content {
    width: 500px;
    margin: 0 auto;
  }
 }
@media screen and (max-width: 767px) {
	#popupForm .form_left_sec {
    display: none;
  }
	.testimonials-carousel-item {
    margin-bottom: 0px !important;
    padding: 4.7rem 15px !important;

}
}
/* .main-navigation .main-menu li:hover{
	background-color: #2888a2 !important;
} */

header img.custom-logo {
	width: 200px;
}

.elementor-post__read-more-wrapper a.elementor-post__read-more {
	   padding: 12px 24px;
    background-color: #2888a2;
    width: fit-content;
}
.elementor-post__read-more-wrapper a.elementor-post__read-more:hover {
	background-color: #004152;
	transition: all 400ms ease-in-out;
}

.elementor-pagination .page-numbers {
    padding: 10px 20px;
    background-color: #2888a2;
}

.page-numbers:hover {
    background-color: #004152;
	transition: all 300ms ease-in-out;
}
span.page-numbers.current {
    background-color: #004152;
} 