.taxBox * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins Regular';
}

html {
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    display: none;
}

.poppins-bold {
    font-family: 'Poppins Bold';
}

.poppins-semibold {
    font-family: 'Poppins Semibold';
}

/*Common Classes*/

.themeBg {
    background-color: #254D71 !important;
}

.yellowHover:hover {
    color: #FFC40E !important;
}

.themeColor {
    color: #254D71 !important;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font30 {
    font-size: 30px !important;
}

.resizeNone {
    resize: none;
}

.w-10 {
    width: 10%;
}

.w-60 {
    width: 60%;
}

.w-90 {
    width: 90%;
}

a {
    text-decoration: none !important;
}

.thereBorder {
    width: 100px;
    border: 1px solid #254D71;
    opacity: 0.5;
}

.dNone {
    display: none;
}

/*Header*/

#headerOuter {
    position: sticky;
    top: 0;
    z-index: 99;
}

#headerOuter .active {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.navbar-nav a {
    font-size: 14px;
    color: #254D71 !important;
    font-family: 'Poppins Semibold';
    transition: all ease .5s;
}

.navbar-nav .nav-item {
    padding: 0px 14px;
}

.navbar-nav a:hover {
    color: #FFC40E !important;
}

.navbar .logo {
    width: 100%;
}

/*Home Banner*/

.homeBg {
    background-image: url('../img/common-files/home-banner.png');
    background-size: cover;
    height: 80vh;
}

.homeRGB {
    background-color: rgb(37, 77, 113,0.4);
    background-size: cover;
    height: 80vh;
}

.taxBox {
    width: 63%;
    background-color: #FFC40E;
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: -48%;
    transform: translate(-50%, -50%);
}

.taxBox .form-control::placeholder {
    font-size: 12px;
    color: #254D71;
}

.taxBox .form-control {
    border-radius: 0px;
    border-color: #fff;
}

.form-control:focus, .form-check-input:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.taxBox button {
    background-color: #254D71;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
}

.taxBox .form-check-input[type=checkbox] {
    border-radius: 0px;
    font-size: 11px;
}

.taxBox textarea {
    height: 110px;
}


/*Our Services*/

.ourServices {
    background-color: #F5F8FF;
    padding-top: 12%;
}

.ourServices h2 {
    font-size: 35px;
}

.ourServices p {
    font-size: 14px;
    color: #254D71;
}

.ourServices .logo {
    width: 120px;
}

.servicesContent .para1 {
    width: 85%;
    margin: 0 auto;
}
.servicesContent .para2 {
    width: 75%;
    margin: 0 auto;
}
.servicesContent .para3 {
    width: 65%;
    margin: 0 auto;
}

.serviceBox {
    background-color: #254D71;
    height: 278px;
}

.serviceBox figure {
    width: 56px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceBox h6 {
    color: #FFC40E;
    font-family: 'Poppins Semibold';
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
  color: #F5F8FF;
  font-size: 12px;
  font-weight: 300;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

/*Contact*/

.contactBg {
    background-image: url('../img/common-files/contact-banner.png');
    background-size: cover;
    background-position: center;
    height: 390px;
}

.contactRgb {
    background-color: rgb(37, 77, 113,0.8);
    background-size: cover;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactBg label {
    font-size: 32px;
    padding: 5px 10px;
    color: #FFC40E;
    font-family: 'Poppins Semibold';
    border: 2px solid #FFFFFF;
    border-radius: 7px;
}

.contactBg a {
    font-size: 35px;
}

/*Accountant*/

.accountent h2 {
    font-size: 35px;
}

.accountantBox {
    background-color: #F5F8FF;
    border-radius: 5px;
/*    width: 312px;*/
    width: 85%;
    height: 237px;
    position: relative;
    transition: all ease .8s;
}

.accountantBox figure {
    width: 72px;
    height: 72px;
    background-color: #254D71;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accountantBox p {
    width: 90%;
}

.accountantBox:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*Footer*/

.footerBg {
    background-image: url('../img/common-files/footer-banner.png');
    background-size: cover;
    background-position: center;
}
.footerRgb {
    background-color: rgb(255, 255, 255, 0.5);
    background-size: cover;
}

footer a {
    font-size: 14px;
    color: #000 !important;
}
 
footer ul.dashed {
  list-style-type: none;
}
footer ul.dashed > li {
  text-indent: -5px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
footer ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.footerBottom {
    background-color: #F5F8FF;
}

/*Contact Us*/

.breadcrumbImg {
    background-image: url('../img/common-files/home-banner.png');
    background-size: cover;
}

.breadcrumbImgRgb {
    background-color: rgb(37, 77, 113,0.4);
    background-size: cover;
}

.breadcrumbImg .thereBorder {
    border-color: #FFF !important;
}

.breadcrumbImg .container {
    padding: 7% 0;
}

.contactUs .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
}

.contactUs .form-control:focus {
    border-color: #ccc !important;
}

/*FAQ*/

.accordion-button:focus {
    border-color: #ccc !important;
    box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #eee;
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(100%) !important;
}

/*Our Services*/

.services {
    width: 200px;
    background-color: #fff;
    position: absolute;
    top: 64px;
    border-top: 2px solid #254D71;
    display: none;
}

.services li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.bServices, .lServices {
    position: absolute;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transition: all 0.5s ease;
    margin-top: 1rem;
    top: 20px;
    right: -200px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.lServices {
    top: 110px !important;
}

.showServices:hover .bServices, .showLone:hover .lServices {
    visibility: visible;
    opacity: 1;
    display: block;
}

/*About Us*/

.aboutUs p {
    font-size: 14px; 
}

/*.aboutBox {
    display: flex;
    align-items: center;
    justify-content: start;
}*/

/*Tax Services*/

.taxServices p , li {
    font-size: 14px;
}

.taxServices .serviceBox {
    background-color: #254D71;
    height: 310px;
}

.taxServices .serviceBox p {
    height: 105px;
}

.formBg {
    background-image: url('../img/common-files/formBg.jpg');
    background-size: cover;
}

.formRgb {
    background-color: rgb(37, 77, 113,0.7);
    background-size: cover;
}

.taxServices .formBg button, .taxServices .serviceBox button {
    background-color: #FFC40E;
}

/* BOT */

.BOTAck {
	bottom: 5%;
	left: 5%;
	z-index: 9999;
}

.BOTImg {
	width: 45px;
	margin-left: -20px;
	margin-top: -4px;
}