.goog-te-banner-frame,
.goog-logo-link {
    display: none;
}

.goog-te-combo {
    padding: 5px 10px;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
}

body {
    top: 0px !important;
    background-color: #f2f4f9;
    overflow-x: hidden;
}

.navbar .navbar-collapse .navbar-nav .nav-item .active {
    border-bottom: 4px solid #e94c14;
    /* width: 100px; */
}

nav {
    box-shadow: 0 8px 6px -6px #00000029;
}


/*============ TYPOGRAPHY - FONT STYLES =============*/

p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Josefin Sans", sans-serif;
}

.heading-1 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
}

.heading-2 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
}

.title-text {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.sub-title-text {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.8 !important;
}

.small-text {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem !important;
}


/*============ TYPOGRAPHY - FONT STYLES - END =============*/

.text-2C2C2C {
    color: #2c2c2c;
}

.text-707070 {
    padding: 1.5vh;
    border-radius: 15px;
    color: #ffffff;
    background-color: #e74c15;
}

.text-202020 {
    color: #e74c15;
}

.text-575757 {
    color: #575757;
}

.text-E84D15 {
    color: #e84d15;
}

.text-FFFFFF {
    color: #ffffff;
}

.bg-E74C15 {
    background-color: #e74c15;
}

.bg-E74C15CC {
    background-color: #e74c15cc;
}

.bg-FFFFFF {
    background-color: #ffffff;
}

.bg-87C508 {
    background-color: #87c508;
}

.borderRadius12 {
    border-radius: 12px;
}

.borderRadius20 {
    border-radius: 20px;
}

.section-devider {
    width: 70px;
    height: 4px;
    background-color: #e94c14;
    margin: 0 auto;
    margin-bottom: 20px;
}

.minHeight330 {
    min-height: 200px;
}

.ReviewsSlick .slick-dots {
    list-style: none;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    margin-top: 20px;
}

.ReviewsSlick .slick-dots li button {
    background-color: #575757;
    outline: none;
    font-size: 0px;
    border-radius: 50%;
    border: 2px solid white;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 8px;
    transition: all 0.6s;
}

.ReviewsSlick .slick-dots li.slick-active button {
    background-color: #e74c15;
}


/* Get in Touch */

div.geInTouch {
    background: url("https://images.pexels.com/photos/2465877/pexels-photo-2465877.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940") no-repeat center;
    background-size: cover;
}

.wrapper {
    text-align: center;
}

.button {
    position: absolute;
    top: 50%;
}

.iconWrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
}


/* Auth Page */

div.authPage {
    background: url("../WEBSIRTE-BANNER.jpg") no-repeat center;
    background-size: cover;
}

#input:focus {
    outline: none;
    border: 1px solid red;
}

#totop {
    position: fixed;
    z-index: 999;
    right: 18px;
    padding: 14px 20px;
    bottom: 50px;
    background-color: #e74c15cc;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    box-shadow: 2px 5.66px 20px 0px rgba(136, 136, 136, 0.2);
    transition: 0.4s;
}

#totop:hover {
    background-color: #e84d15;
    color: #ffffff;
}


/* tabs classes */

#pills-tab .nav-link.active {
    background-color: white;
    border: 2px solid #e84d15;
    border-radius: 2rem;
}

#pills-tab .nav-link {
    background-color: white;
    border: 2px solid #ffffff;
    border-radius: 2rem;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #113463;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}