html {
    overflow-x: hidden !important;
}

/* .sticky .navbar-brand img,
.footerLogoRaw .footer-img {
    filter: brightness(100);
} */


.header-btn-wrapper a {
    font-size: 18px;

}

.header-btn-wrapper .btn {
    margin-left: 32px;
}

/* .sticky .header-btn-wrapper a {
    color: #255752 !important;
} */

.sticky .header-btn-wrapper .btn {
    background-color: #ffffff;
    color: #255752 !important;
}

.footer_2 ul {
    gap: 18px !important;
    padding-left: 0 !important;
}

.footer_2 ul li {
    list-style: none;
}

.footer_2 ul li a {
    color: #ffffff;
}

.myContainer {
    padding-left: 65px;
}

.borders:nth-child(3) {
    border-right: 0px !important;
}

.popUpBtn {
    width: 100%;
}

.popUpBtn:hover {
    color: #255752 !important;
    background: #ffffff !important;
    border-color: transparent !important;
}

.modal textarea.form-control {
  
}



/* THANKYOU PAGE START */

.site-header__title {
    font-size: 8rem !important;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    margin: 0px;
    color: #00082b;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #ff680f;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 35px;
}

.backHome_btn {
    padding: 12px 24px;
    font-size: 1.1rem;
    font-family: 'Poppins';
    border-radius: 50px;
    background: #ff680f;
    color: #fff;
}

.backHome_btn:hover {
    background: #262626;
    box-shadow: 0 0 25px #26262675;
    color: #fff;
}
section.thankyou_sec {
    padding: 12rem 0 5rem !important;
}
/* THANKYOU PAGE END */
@media (max-width: 768px) {
	.site-header__title {
		font-size: 5rem !important;}
}
.icoo i{transform: rotate(0);}