/* Add here all your CSS customizations */
.cursor-pointer {
	cursor: pointer !important;
}
.goog-te-gadget-icon {
    display:none !important;
} 
.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}
.app-logo{
    display: block;
    max-width: 100%;
    width: 165px;
    height: 57px;
    object-fit: contain;
}
.banner_social {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}
.enquire_now {
    height: 55px;
    width: 55px;
    line-height: 22px;
    font-size: 22px;
    color: #f58634;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_social a span {
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    white-space: nowrap;
    font-size: 19px;
    margin: 52px 0 0 0;
    font-weight: 300;
    padding: 16px;
}
.copyright-border-top{
    border-top: 1px solid #ebebeb3b;
}
.notice-border-bottom{
    border-bottom: 1px solid #ebebeb3b;
}
.why_choose_us h2::before {
    left: unset !important;
}
.social-icons-follow-us li, .social-icons-share li{
    display:inline-block;
    margin-right:5px;
}
.social-icons-follow-us li a , .social-icons-share li a{
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.66);
    border-radius: 100%;
    display: block;
}
.social-icons-follow-us li a:hover,
.social-icons-follow-us li.active a,
.social-icons-share li a:hover,
.social-icons-share li.active a {
    background:#179E66;
    border-color:transparent;
    color:#fff;
    border-radius:100%;
}
.error {
    padding: 0px;
    color: #EB4D41;
}
.footer-sub-menu{
    font-size: 0.7rem;
}
.footer-sub-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-sub-menu ul li {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
    word-spacing: 0.2rem;
}
.post-meta{
    font-size: 0.8em;
}

hr{
    background: rgba(0, 0, 0, 0.06);
}
.marquee{
    overflow: hidden;
    color: #FA6761;
    padding: 4px 0px;
}
.text-dark{
    color: #2e2751;
}
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group>.input-group-append>.input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#scrollUp {
    right: 81px;
    z-index: 33;
    bottom: 15px;
    text-align: center;
}

@media (max-width: 1280px) and (min-width: 0px){
    #scrollUp {
        bottom: 10px;
    }
}
.border-bottom-clear{
    border-bottom: 1px solid #e9ecef!important;
}
section:nth-child(even) {
  background: #f4fafb;
}
.cp-style1{
    z-index: 999999 !important;
}
.hero-p-text{
    font-size: 1.1rem;
    letter-spacing: 0.09rem;
    line-height: 1.9rem;
}
@media (max-width: 768px) {
    .pricing-card {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .pricing-header {
        font-size: 2rem !important;
    }
    .pricing-price {
        font-size: 1.5em !important;
        word-break: break-word !important;
    }
    .pricing-button {
        padding: 10px !important;
        font-size: 1rem !important;
    }
}