@font-face {
    font-family: 'satoshi-regular';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff'),
        url('../fonts/Satoshi-Regular.ttf') format('truetype'),
        url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'satoshi-medium';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff'),
        url('../fonts/Satoshi-Medium.ttf') format('truetype'),
        url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'satoshi-bold';
    src: url('../fonts/Satoshi-Bold.eot');
    src: url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff'),
        url('../fonts/Satoshi-Bold.ttf') format('truetype'),
        url('../fonts/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
img{
	max-width: 100%;
}
ul,li{
	list-style: none;
    margin: 0;
}
ul{
    padding-left: 25px;
}
a{
    text-decoration: none;
    color:#000000;
}
a:hover{
    color: #17b7cf;
}
.white-color{
    color: #ffffff;
}
strong{
    font-family: 'satoshi-bold';
   font-weight: bold;
}
.btn{
    font-family: 'satoshi-medium';
    font-size: 13px;
    border-radius: 24px;
    line-height: 1;
    color: #000000;
}
.fill-btn{
    background-color: #17b7cf;
    padding: 12px 25px;
    color: #ffff;
}
.fill-btn svg{
    vertical-align: sub;
    margin-left: 5px;
}
.fill-btn:hover{
    background-color: #000000;
    color: #ffffff;
}
.arrow-btn{
    width: 32px;
    height: 32px;
    border: 1px solid #17b7cf;
    border-radius: 100%;
}
h1,h2,h3,h4,h5,h6{
	color: #151417;
}
.fontMedium{
    font-family: 'satoshi-medium';
    font-weight: 500;
}
.fontBold{
    font-family: 'satoshi-bold';
    font-weight: bold;
}
.secondary-btn{
    border-radius: 0;
    padding: 0;
    text-decoration: underline;
    font-size: 14px;
}
body{
	font-size: 16px;
	line-height: 1.2;
    font-family: "satoshi-regular", sans-serif;
    font-style: normal;
    font-weight: normal;
}
svg{
    height: 16px;
    width: 16px;
}
/*input:focus{
	border: none;
	outline: none;
}
.border-radius-0{
    border-radius: 0;
}
.owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    margin: 0 !important;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 5px 4px;
    border: 1px solid #fff;
    background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d66d26;
}
.form-control{
    color: #808080;
    background-color: transparent;
}
.form-control:focus{
    box-shadow: none;
}
.border-left{
  border-left: 1px solid #a9a6a6;
}
.fa:before{
    color: #9e9e9e;
}*/

/********** Header ************/
.logo img{
   height: 55px; 
}
.navigation ul li{
    display: inline-block;
    margin: 0;
}
.navigation ul li a{
    font-size: 14px;
    padding: 5px 5px 22px 5px;
    font-family: 'satoshi-bold';
}
.navigation li.menu-item-has-children ul{
    background-color: #17b7cf;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(100px);
    transition: all .5s ease;
    z-index: 9999;
    border-bottom: 0px solid #f2f2f2;
    border-radius: 0 0 3px 3px;
}
.navigation ul li.menu-item-has-children ul li{
    display: block;
    border-bottom: 1px solid #f7f4f4;
}
.navigation ul li.menu-item-has-children ul li a{
    color: #ffffff;
    font-weight: 400;
    padding: 8px 15px;
    display: block;
    min-width: 220px;
    font-size: 15px;
}
.navigation li.menu-item-has-children ul li a:hover{
   background-color: #1c94a6;
}
.navigation ul li.menu-item-has-children ul li.menu-item-has-children ul {
    right: -100%;
    top: 100%;
    width: 100%;
    left: auto;
    top: 0;
} 
.navigation li.menu-item-has-children:hover > ul{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.navigation li.menu-item-has-children a{
    position: relative;
    padding-right: 15px;
}
.navigation li.menu-item-has-children > a:after {
    content: "";
    border-top: 2px solid #000000;
    width: 8px;
    display: block;
    border-right: 2px solid #000000;
    height: 8px;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 9px;
}
.navigation li.menu-item-has-children > a:hover:after {
    border-color: #17b7cf;
}
.call-btn a{
    color: #17b7cf;
    padding: 0;
    font-family: 'satoshi-bold';
}
.sub-menu-toggle{
    display: none;
}
.call-btn a:hover .arrow-btn{
   border-color: #000000;
}
.call-btn a:hover svg{
    fill: #000000;
}
.hero-section,.benefits-section{
    background-size: cover;
}
.hero-section{
	background-position: 60% 100%;
	position: relative;
}
.hero-heading{
   font-size: 50px;
}
.hero-inner p{
    font-size: 20px;
}
.hero-inner ul{
    padding-top: 10px;
}
.hero-inner ul li{
    font-size: 18px;
    font-family: 'satoshi-medium';
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
}
.hero-inner ul li:before {
    content: "";
    background-image: url(../images/icons/check-circle-fill.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 2px;
}
h2{
    font-size: 36px;
    font-family: 'satoshi-bold';
    font-weight: 700;
}
h3{
    font-size: 30px;
    font-family: 'satoshi-bold';
    font-weight: 700;
}
h4{
    font-size: 24px;
    font-family: 'satoshi-bold';
    font-weight: 700;
}
h5{
    font-size: 21px;
    font-family: 'satoshi-bold';
    font-weight: 700;
}
h6{
    font-size: 18px;
    font-family: 'satoshi-bold';
    font-weight: 700;
}
.short-description{
    font-family: 'satoshi-medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
     max-width: 700px;
     margin: 0 auto;
}
.benefits-col p{
    font-size: 14px;
}
.benefits-columns{
    gap: 40px;
}
.image-shadow{
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.09);
}
.expertise-area-box {
    border-radius: 30px;
    background-color: #ffffff;
}
.expertise-area-box img {
    border-radius: 30px 30px 0 0;
}
.expertise-area-content {
    padding: 25px;
    text-align: center;
}
.expertise-area-content h6{
    margin-bottom: 15px;
}
.gray-color{
    background-color: #f1f4f5;
}
.image-white-bg {
    border-bottom: 12px solid #ecfeff;
    border-radius: 88px;
    border-top: 0;
    border-left: 5px solid #ecfeff;
    border-right: 5px solid #ecfeff;
}
.image-gray-bg {
    border: 18px solid #d6f7fa;
    border-radius: 80px;
    border-top: 0;
}
.image-part img {
    border-radius: 65px;
}
.image-content-section ul{
    padding-left: 20px;
    margin-top: 20px;
}
.image-content-section li{
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: 'satoshi-medium';
}
.image-content-section li:before {
    content: "";
    background-image: url("../images/icons/left-arrow.svg");
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -20px;
    background-size: cover;
    top: 3px;
    transform: rotate(180deg);
}
.reviewer-details{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.reviewer-details p{
    margin-bottom: 0;
}
.reviewer-details h6{
    color: #fff;
}
.expertise-area-box .play-icon img{
    border-radius: initial;
}
.testimonial-section .expertise-area-content {
    text-align: left;
    line-height: 1.5;
    padding-bottom: 10px;
}
.newsletter-section{
    background: #ececec;
} 
.newsletter-content h5 span{
    color: #17b7cf
}
.social-media li a{
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}
.social-media li a img{
    width: 20px;
}
.social-media li a.instagram-icon img{
    width: 28px;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="date"],select {
    height: 40px;
    border-radius: 18px 0 0 18px;
    border: none;
    padding: 10px;
}
.subscriber-btn {
    border-radius: 0 24px 24px 0;
    padding: 14px 25px;
    border: none;
    margin-top: -4px;
    margin-left: -5px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 15px;
  }
  input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    font-size: 15px;
  }
  input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    font-size: 15px;
  }
  input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 15px;
  }
.values-section .benefits-col{
    max-width: 20%;
    flex-basis: 20%;
}
.inner-banner{
    background-position: right;
}
.btn img {
    border-radius: 0;
    width: 20px;
    margin-top: -2px;
    margin-left: 4px;
}
.box-content {
    min-height: 130px;
}
.box-heading {
    min-height: 43px;
}
.overlay-content {
    top: 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    font-size: 14px;
    opacity: 0;
    height: 100%;
    transition: all 0.3s ease;
    line-height: 1.3;
} 
.overlay-content h6{
    color: #fff;
}
.overlay-btn {
    padding: 10px 50px 12px 20px;
    font-size: 16px;
}
span.icon-wrapper {
    height: 35px;
    width: 35px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 1px;
}
span.icon-wrapper svg{
    fill: #17b7cf;
    margin-top: 10px;
}
.overlay-btn:hover{
    background: #05a8c0;
}
.expertise-area-box:hover .overlay-content{
    opacity: 1;
}
.board-box-content {
    min-height: 75px;
}
.play-icon{
    cursor: pointer;
}
.box-shadow-content{
    box-shadow: 0px 4px 10.5px rgba(0, 0, 0, 0.07);
}
.box-border-radius {
    border-radius: 30px;
}
.content-image-part{
    height: 100%;
}
.content-image-part img{
    height: 100%;
}
.box-content-img h2{
   font-size: 30px
}
.img-box-icon {
    padding: 20px;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 20px 0 0 20px;
}
.box-content-img .order-2 .img-box-icon {
    right: auto;
    border-radius: 0 20px 20px 0;
}
.current-menu-item a{
    color: #17b7cf;
}
.hero-inner {
    max-width: 660px;
}

.testimonial-card {
    padding: 20px 50px;
    background-color: #f9f9f9;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px auto;
}

.testimonial-content {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}
.testimonial-text{
    line-height: 1.5;
}
.author-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.author-title {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}
.expert-details {
    line-height: 1.6;
    margin-top: 40px;
    font-weight: 600;
}
.expert-details a{
    color: #17b7cf
}
.expert-details a:hover{
    color: #0395ab
}
.nav-link:focus, .nav-link:hover{
    color: #000000;
}
.tabs-container{
    border: 1px solid #17b7cf;
    border-radius: 40px;
    padding: 40px;
}
.tabs{
    margin-top: -62px;
	-webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-color: #17b7cf #f1f1f1; 
	scroll-behavior: smooth;
}
.tabs li{
    margin-right: 18px;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.tabs li button{
    border: 1px solid #17b7cf;
    padding: 13px 30px; 
    background-color: #e1fbff;
    border-radius: 25px;
    color: #000000;
    font-weight: 600;
}
.tabs li button.active{
    background-color: #ffffff;
}
.tab-content h2{
    margin-bottom: 20px;
}
.tab-content ul{
    padding-left: 18px;
    margin-top: 10px;
}
.tab-content li{
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'satoshi-medium';
}
.tab-content li:before {
    content: "";
    background-image: url(../images/icons/left-arrow.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -20px;
    background-size: cover;
    top: 3px;
}
.tab-content li ul li:before{
    background-image: url(../images/icons/inner-list-icon.svg);
    width: 9px;
    height: 10px;
    top: 5px;
}
.tabs::-webkit-scrollbar {
    height: 6px; /* Adjust the height for horizontal scrollbars */
}

.tabs::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px;
}

.tabs::-webkit-scrollbar-thumb {
    background: #17b7cf; /* Thumb color */
    border-radius: 10px;
}

.tabs::-webkit-scrollbar-thumb:hover {
    background: #17b7cf; /* Darker thumb on hover */
}

.tab-content a{
    color: #17b7cf;
}
.btn-wrap a{
    color: #ffffff;
}
.accordion-button{
    background-color: #f6f6f6;
    border-bottom: 2px solid #ffffff;
}
.accordion-button:focus{
    box-shadow: none;
    border-color: #ffffff;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e1fbff;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:first-of-type .accordion-button,.accordion-item:first-of-type{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button,.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item{
    border: none;
}
.accordion-body{
    border: 2px solid #e1fbff;
}
.header-inner .social-media li a {
    width: 32px;
    height: 32px;
    border: 1px solid #000000;
}
.header-inner .social-media li a:hover svg{
    fill: #17b7cf;
}
.header-inner .social-media li a:hover{
    border: 1px solid #17b7cf;
}
.header-inner .social-media svg{
    width: 20px;
    height: 20px;
}
.header-inner .social-media .facebook-icon svg{
    width: 16px;
    height: 16px;
}
.modal{
    top: 50px;
}
.modal-content{
    padding: 20px 40px;
    background-color: #f3f3f3;
}
.membership-form.tabs-container{
    background-color: #f3f3f3;
}
.membership-form form label{
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.membership-form form input,.membership-form form textarea,select{
    width: 100%;
    border-radius: 18px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
}
textarea{
    border: none;
}
input.wpcf7-submit {
    width: auto !important;
    padding: 10px 25px;
    border: none;
    background: #17b7cf;
    color: #ffffff;
    margin-top: 5px;
}
input.wpcf7-submit:hover{
    background-color: #000000;
}
button.btn-close {
    position: absolute;
    right: 0;
    top: -10px;
    background-color: #ff3737;
    opacity: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    filter: invert(1);
    background-size: 12px;
}
.btn-check:focus+.btn, .btn:focus,.btn-close:focus{
    box-shadow: none;
}
.even-row .img-box-icon{
    left: 0;
    right: auto;
    border-radius: 0 20px 20px 0;
}
.tab-image-white-bg {
    border-bottom: 15px solid #e5eef7;
    border-radius: 70px;
    border-top: 0;
    border-left: 10px solid #e5eef7;
    border-right: 10px solid #e5eef7;
}
.footer-column a{
    color: #ffffff;
}
.footer-column a:hover,.copyright-right a:hover{
    color: #17b7cf;
}
.newsletter-content .linkedin-icon svg{
    width: 22px;
    height: 22px;
}
.left-main-image img{
    max-height: 460px;
}
.owl-nav.disabled {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    color: inherit;
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    background: #17b7cf;
    border-radius: 100%;
    color: #ffffff;
    font-size: 24px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    margin-top: -4px;
    display: block;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 0;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 660px;
    }
}
@media(max-width: 768px){
    .content-image-part img {
        height: auto;
        width: 100%;
        border-radius: 30px;
    }
    .image-content-section-inner {
        align-items: center;
    }
    .modal-content {
        padding: 10px;
    }
}
@media(max-width: 767px){
    .box-content-img h2 {
        font-size: 24px;
    }
    .overlay-content{
        font-size: 12px;
    }
    .overlay-content p{
        margin-bottom: 8px;
    }
    .overlay-btn {
        padding: 10px 50px 12px 20px !important;
    }
    .tabs {
        margin-top: -45px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .tabs li{
        flex: none;
    }
    .tabs-container {
        border-radius: 20px;
        padding: 20px;
    }
    h4{
        font-size: 18px;
    }
}
/************* Hero Section ****************/
.footer{
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
}
.footer p{
    line-height: 1.8;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li{
    margin-bottom: 15px;
}
.footer ul li a{
    color: #ffffff;
    font-size: 15px;
    position: relative;
}
.footer ul li a:before {
    content: "";
    background-image: url("../images/icons/left-arrow.svg");
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -20px;
    background-size: cover;
    top: 3px;
    transform: rotate(180deg);
}
.copyright-section{
    border-top: 1px solid #808080;
    background-color: #000000;
    color: #ffffff;
}
.copyright-section p{
    margin: 0;
}
.copyright-right li{
    margin-left: 15px;
}
.copyright-right a {
    color: #fff;
}
.copyright-right li.bottom-last:before{
    content: "|";
    padding-right: 15px;
}
.header .fill-btn{
    padding: 12px 15px;
    font-size: 12px;
}
.benefits-col {
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.even-row-main{
    background-image: url('../images/expert-bg.jpg');
}
.even-row-main .btn-cta-contact{
    display: none;
}
.member-cta-btn{
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'satoshi-bold';
    color: #17b7cf;
    border: 1px solid #17b7cf;
    border-radius: 20px;
    display: inline-block;
    padding: 25px 30px 20px;
    background-color: #ffffff;
    text-align: center;
}
.member-cta-btn span{
    color: #000;
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: 'satoshi-regular';
    text-transform: none;
}
.cky-consent-container{
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.09);
}
button.cky-banner-btn-close,.cky-preference-header .cky-btn-close {
    background: #fff !important;
    width: 20px;
    height: 20px;
    padding: 5px !important;
    border-radius: 100%;
}
button.cky-btn.cky-btn-accept {
    background: transparent !important;
    border:1px solid #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.testimonial-slider{
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.testimonial-content{
    display: flex;
    min-height: 200px;
    align-items: center;
}
.es-form-field-container {
    display: flex;
}
.es-form-field-container input[type="submit"] {
    border-radius: 0 24px 24px 0;
    padding: 12px 25px;
    border: none;
    margin-top: 0;
    margin-left: -5px;
    font-family: 'satoshi-medium';
    font-size: 14px;
    background-color: #17b7cf;
    color: #ffff;
}
.membership-form form textarea{
    padding: 15px;
}
.widget-visible {
    bottom: 100px !important;
    padding-bottom: 100px !important;
    height: 100px !important;
}
.tawk-button {
    bottom: 100px !important; /* Adjust the pixel value as needed */
}
.only-content-section{
    background-image: url('https://www.aoosis.co.uk/wp-content/uploads/2024/12/bg-image-content.jpg');
    position: relative;
}
.only-content-section:before{
    content: "";
    position: absolute;
    background: rgba(23,183,207, 0.8);
    top: 0;
    left:0;
    right:0;
    bottom:0;
    
}
.only-content-section .image-content-section-inner {
    z-index: 9;
    position: relative;
    color: #fff;
}
.only-content-section .image-content-section-inner a{
    color: #fff;
    font-weight: bold;
}
.only-content-section .image-content-section-inner h2{
    color: #fff;
}
.footer .fill-btn{
    border: 1px solid;
    min-width: 260px;
}
.fsize-18{
	font-size: 18px !important;
	line-height: 1.6;
}
.page-content ol{
	padding-left: 20px;
	margin-bottom: 10px;
}
.page-content ul{
	margin-bottom: 15px;
}
.page-content ul li{
	line-height: 1.6;
}
.page-content ul, .page-content li{
	list-style: inherit;
}
select.wpcf7-select {
    padding-right: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 20 20" width="10" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 20,0 10,10"/></svg>') no-repeat right 10px center;
    background-size: 10px;
    padding-right: 30px;
    background-color: #fff;
}
.footer .sub-menu{
	display:none
	}
.hero-section:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.date-input{
	text-transform: uppercase;
}
@media(max-width: 1400px){
    .overlay-content{
        font-size: 12px;
        padding: 12px;
    }
}
@media(max-width: 1280px){
    .navigation ul li a {
        font-size: 12px;
        padding: 5px 3px;
    }
   .header ul {
        padding-left: 10px;
    }
    .header .fill-btn{
        padding: 12px 15px;
        font-size: 10px;
    }
    .hero-heading {
        font-size: 38px;
    }
    .short-description{
        font-size: 16px;
    }
    h5 {
        font-size: 18px;
    }
    .newsletter-content {
        /* padding: 5px 0 0 !important; */
    }
    .social-media li a {
        width: 32px;
        height: 32px;
    }
    .social-media li a img {
        width: 14px;
    }
    .subscriber-btn{
        padding: 10px 25px;
    }
    input[type="text"],input[type="email"],input[type="tel"]{
        height: 34px;
        padding: 0 10px;
    }
    .es-form-field-container input[type="email"]{
        height: 40px;
        padding: 20px;
    }
    .logo-phone-number {
        padding-top: 12px !important;
    }
    .footer p,.footer ul li a,.copyright-section p{
        font-size: 14px;
    }
    .benefits-section {
        background-position: center;
    }
}
@media(max-width: 1100px){
    .navigation{
        display: none !important;
    }
}
@media(max-width:767px){
	.hero-section {
		background-position: initial;
	}
    .logo img {
        height: 32px;
    }
    .fill-btn {
        padding: 12px 14px;
        font-size: 12px;
    }
    .header .fill-btn{
        padding: 12px 20px;
        font-size: 13px;
        min-width: 260px;
    }
    .hero-heading {
        font-size: 24px;
    }
    .hero-inner p {
        font-size: 18px;
    }
    .hero-inner ul li {
        font-size: 16px;
    }
    /* .benefits-section {
        background: #f9f5ea !important;
    } */
    .call-btn{
        display: none;
    }
    h2 {
        font-size: 24px;
    }
    .newsletter-content {
        padding: 15px 0 25px !important;
        text-align: center;
    }
    .logo-phone-number img {
        height: 70px;
    }
    .footer ul{
        padding-left: 15px;
    }
    .inner-banner {
        background-position: left;
    }
    .box-content {
        min-height: initial;
    }
    .values-section .benefits-col {
        max-width: 100%;
    }
    .copyright-right a{
        font-size: 14px;
    }
    .image-gray-bg {
        border: 8px solid #d6f7fa;
    }
    .image-white-bg {
        border-bottom: 8px solid #ecfeff;
    }
    .benefits-section {
        background-image: none !important;
        background-color: #fcfcfc;
    }
    button.btn-close{
        right: 6px;
        top: 2px;
    }
    .modal{
        z-index: 999999;
        top: 0;
    }
    .benefits-col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .benefits-inner{
        text-align: center;
    }
    .testimonial-card{
        padding: 20px;
    }
    .owl-nav.disabled{
        display: none !important;
    }
    .es-form-field-container{
        justify-content: center;
    }
	.menu-item{
		position: relative;
	}
	.sub-menu-toggle{
		display: block;
		position: absolute;
		top: 0;
		width: 40px;
		height: 43px;
		right: 0;
		background: #fff;
		border: none;
	}
	.sub-menu-toggle[aria-expanded="false"] .icon-minus {
	  display: none;
	}
	#wprmenu_menu_ul ul.sub-menu{
		padding-left: 15px;
	}
	.footer .sub-menu-toggle{
		display: none;
	}
	.footer .sub-menu{
		margin-top: 10px;
	}
}
@media (max-width: 360px){
    .hero-heading {
        font-size: 22px;
    }
    .overlay-content{
        padding: 12px;
    }
}