@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: var(--Urbanist-font);
}

:root {
  --white: #fff;
  --white-grey-color: #E9E9E9;
  --dark-blue-color: #41659C;
  --darker-blue: #336F9A;
  --yellow: #FECE82;
  --light-blue: #69AAB2;
  --Urbanist-font: 'Urbanist', sans-serif;
  --black: #000;
  --gray: #F2F2F2;
  --dark-black: #0A142F;
  --gray-lighter: #ccc;
  --gray-light: #F8F8F8;
  --carbon-light: #EBF0FA;
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.copyright-content li a,
.copyright-content li a,
.social-media-links li a {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.5s ease;
}

a,
a:hover {
  text-decoration: none;
}

button,
select {
  outline: none !important;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.1;
}

.user-auth a {
  transition: all 500ms ease 0s;
}



h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}


img {
  max-width: 100%;
}

.header {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
}


.py-90 {
  padding: 90px 0;
}


.dark-bg {
  background-color: var(--gray);
}

.header.sticky {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  background-color: var(--white);
}

.header-right .offcanvas-body {
  padding: 0px;
  overflow-y: visible;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.offcanvas {
  border-right: none;
}

.header-right .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-nav .nav-item {
  padding: 10px 12px;
  position: relative;
}


.navbar-nav a {
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 0px;
  color: var(--white);
}

.navbar-nav a i {
  font-size: 15px;
}

.menu-item {
  padding: 0px 20px;
}

.navbar-nav .nav-link::before {
  content: "";
  height: 1px;
  background: var(--white);
  width: 0px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  transition: all 0.3s ease 0s;
}
.header.sticky .navbar-nav .nav-link::before {
    background: var( --dark-blue-color)
}
    .navbar-nav a:hover::before {
    width: 100%;
}

.navbar-nav a:hover {
    color: var( --white);
}

.header-right {
  flex: 1;
}

.nav-link:focus {
  color: #ffffff;
}

.menu-item li a:hover::before {
  width: 100%;
}

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.bar1,
.bar2,
.bar3 {
  background-color: var(--white);
  cursor: pointer;
  height: 2px;
  margin: 7px 0px;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
  display: block;
  position: absolute;
}

.bar1 {
  top: 0px;
}

.bar2 {
  top: 8px;
  width: 20px;
}

.bar3 {
  top: 16px;
}

.open-menu .bar1 {
  top: 6px;
  transform: rotate(45deg);
}

.open-menu .bar2 {
  display: none;
}

.open-menu .bar3 {
  top: 6px;
  transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
  padding: 10px;
  box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
  border-color: rgb(255, 255, 255);
  border-radius: 0px;
  padding: 0px;
  border: 0;
  transform: inherit !important;
  inset: inherit !important;
}

.navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.navbar-nav .nav-item .dropdown-menu li a {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.navbar-nav .nav-item .dropdown-menu li a:hover {
  background: var(--dark-blue-color);
  color: var(--white);
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.menu-item li a {
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding: 5px 0px;
  display: block;
}

.menu-item li a:hover {
  color: rgb(26, 8, 83);
}

.header .btn-primary.btn-fill {
  min-width: 176px;
  background: var(--dark-blue-color);
  border-color: var(--dark-blue-color);
}

.header .btn-primary.btn-fill:hover {
  background: var(--light-blue);
  border-color: var(--light-blue);
}

.header-close {
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}


@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}


.navbar-nav li a {
  text-decoration: none;
}


.btn-primary,
.btn-secondary,
.btn-outline {
  position: relative;
  /* min-width: 224px; */
  padding: 12px 28px;
  overflow: hidden;
  box-shadow: none;
  font-size: 18px;
  display: inline-block;
  background: var(--dark-blue-color);
  text-align: center;
  border-radius: 15px;
  font-weight: 500;
  color: var(--white);
  z-index: 1;
  border: 0;
  transition: all 500ms ease;
}

.btn-primary:before {
  position: absolute;
  content: '';
  background: #00c3c8;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}


.btn-primary:hover:before {
  width: 100%;
  left: 0px;
}

.btn-primary:hover,
.btn-outline:hover {
  background-color: var(--dark-blue-color);
  border-color: var(--dark-blue-color);
}


.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: var(--dark-blue-color);
  border-color: var(--dark-blue-color);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: var(--dark-blue-color);
  border-color: var(--dark-blue-color);
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
}

.btn-check:focus+.btn-outline,
.btn-outline:focus {
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
}

.watch-all .btn-primary {
  background: var(--white);
  color: var(--dark-blue-color);
}

.hero-banner {
  padding: 30px 0px;
  position: relative;
  background: var(--light-black);
}

.hero-banner .container {
  z-index: 1;
}

.banner-text h1 {
    color: var(--white);
    font-family: var(--Urbanist-font);
    font-style: normal;
    margin: 13px 0;
    font-size: 63.59px;
    font-weight: 700;
    line-height: 52.63px;
    text-align: center;
}

.banner-item-img img {
  border-radius: 24px;
  width: 100%;
}

.banner-text {
    margin: 0 auto 40px;
    max-width: 900px;
    position: relative;
    padding-top: 161px;
}

.banner-text.aos-init {
  position: relative;
  z-index: 2;
}


.banner-box-text {
    background: #3CAFFF;
    border: 1px solid #3CAFFF;
    border-radius: 5px;
    padding: 7px 16px;
    width: max-content;
    margin: 0 auto;
}

    .banner-box-text span {
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 28.92px;
        letter-spacing: 18px;
        text-align: left;
        color: var(--white);
        font-family: var(--Urbanist-font);
    }


.hero-banner .owl-nav .owl-prev,
.hero-banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  width: 60px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-blue-color);

}

.hero-banner .owl-nav .owl-prev {
  left: 0;
}

.hero-banner .owl-nav .owl-next {
  right: 0;
}

.hero-banner .owl-nav .owl-prev:hover,
.hero-banner .owl-nav .owl-next:hover {
  background: var(--blue);
}


.hero-banner .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  position: absolute;
  right: 38px;
  margin-top: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-banner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.hero-banner .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  border-radius: 50%;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  background: #1F1F1F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-banner .owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--white);
  background: var(--white);
  width: 22px;
  height: 22px;
}


/*************************/


.inner-banner {
    /*    position: absolute;
    top: 50%;
    transform: translateY(-50%);.navbar-nav a:hover
    left: 15px;
    right: 15px;
    margin: 0 auto;
    text-align: center;*/
}


.banner-home-page {
    width: 100%;
    background-image: url(../images/banner-main-new-img.png);
    background-size: cover !important;
    background-position: center !important;
    /* padding: 250px 0 200px; */
    position: relative;
    /*height: 100vh;*/
    padding-bottom: 28px;
}

header.sticky .navbar-nav a {
  color: var(--black);
}

header.sticky .navbar-nav a:hover {
  color: var(--dark-blue-color);
}

.sub-heading {
  position: relative;
  padding-left: 45px;
}

.sub-heading p {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.145px;
}

.banner-home-page .sub-heading p {
  color: var(--white);
}

.sub-heading:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--yellow);
}

.banner-text p {
    color: var(--white);
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom:24px;
}


.heading-sec h2 {
    color: var(--white);
    font-style: normal;
    margin-bottom: 16px;
    font-size: 23.39px;
    font-weight: 700;
    line-height: 28.07px;
    text-align: center;
    margin:13px 0;
}

.banner-text .btn-primary {
  margin-top: 40px;
}

.banner-home-page.banner-inner-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}

.banner-text h1 span {
  color: var(--yellow);
}



.btm-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.btm-banner img {
  width: 100%;
  display: block;
}

/********************payment box*********************/


.payment-section {
    max-width: 845px;
    margin: 0 auto;
}


.payment-box {
    border-radius: 10px;
    padding: 14px 20px 50px;
    position: relative;
    overflow: hidden;
    min-height: 175px;
    height: 100%;
}

.blue-box {
  background: #41659C;
}

.payment-box:before {
  content: "";
  position: absolute;
  right: -20%;
  top: 30%;
  width: 350px;
  height: 350px;
  border-radius: 100%;
}

.com-payment-box {
  position: relative;
  height: 100%;
}

.payment-box h3 {
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.payment-box p {
    font-size: 11px;
    font-weight: 700;
    line-height: 19.87px;
    margin-bottom: 14px;
    color: var(--white);
}

.payment-box ul li {
  margin-right: 12px;
}

.payment-box ul {
  margin-top: 16px;
}

.payment-box .btn-btm {
  position: absolute;
  bottom: -30px;
}

.card-btn {
    border-radius: 5px;
    background: var(--white);
    padding: 5px 18px;
    color: var(--dark-blue-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.card-btn-yellow {
    border-radius: 5px;
    background: var(--yellow);
    padding: 5px 18px;
    color: var(--dark-blue-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.card-btn:hover {
  background-color: var(--yellow);
  color: var(--dark-blue-color);
}

.card-btn-yellow:hover {
  background-color: var(--white);
  color: var(--dark-blue-color);
}

.blue-box:before {
  background-color: #3B5F96;
}

.light-green-box {
  background-color: var(--light-blue);
}

.light-green-box:before {
  background-color: #65A6AE;
}

.dark-blue-box {
  background-color: var(--darker-blue);
}

.dark-blue-box:before {
  background-color: #366A90;
}

.payment-box h4 {
  color: var(--white);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 16px 0;
}


/*****************************/


.banner-home-page.banner-inner-page {
  /*height: 35vh;*/
}

.banner-home-page.banner-inner-page .inner-banner {
  top: 70%;
  left: 15px;
  right: 15px;
}



.common-heading-text .sub-heading {
  width: max-content;
  margin: 0 auto;
}

/* .about-us-section {
  background-color: var(--gray);
} */

.common-heading-text {
  margin-bottom: 60px;
}

.common-heading-text h2 {
  color: var(--black);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.img-with-border {
  position: relative;
  padding: 0 30px 10px 10px;
  border-radius: 14px;
  overflow: hidden;
}

.img-with-border img {
  width: 100%;
  border-radius: 14px;
  position: relative;
}

.img-with-border:before {
  content: "";
  width: 65%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #FECE82 0%, #FECE82 100%);
  border-radius: 14px;
}

.btm-img {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.img-box-sec {
  position: relative;
}

.btm-img img {
  border-radius: 14px;
  width: 216px;
  display: block;
}

.text-box-sec .btn-primary {
  margin-top: 30px;
}


/***********************text with images box************************/


.text-with-img-section .img-with-border {
  padding-right: 0;
}

.text-with-img-section .img-with-border:before {
  width: 90%;
  height: 90%;
}

.text-with-img-section h2 {
  color: var(--black);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.145px;
  margin-bottom: 24px;
}

.text-with-img-section ul li {
  padding-left: 32px;
  color: var(--black);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  background-image: url(../images/check-box.svg);
  background-repeat: no-repeat;
  margin: 22px 0;
  background-size: 21px;
}


/***********************announcement section*********************/


.announcement-section .img-with-background {
  position: relative;
}

.announcement-section .img-with-background:before {
  content: "";
  width: 80%;
  height: 80%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--darker-blue);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.announcement-section .img-with-background img {
  position: relative;
  z-index: 1;
}

.announcement-section .img-with-background:after {
  content: "";
  width: 84%;
  height: 84%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2%;
  border: 1px solid var(--yellow);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

ul.box-with-shadow {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 18px 30px;
}

.announcement-section .text-box-sec h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.announcement-section {
  background-image: url(../images/announcement-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/*******************attention******************/

/*.attention-section {
  background-image: url(../images/attention-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}*/

.attention-section .inner-attention-section {
  position: relative;
  padding-top:15px;
}

.attention-section p {
  color: var(--white);
}

.sub-heading-second h2 {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
}

.line-bar {
  display: block;
  background-color: var(--yellow);
  width: 100px;
  height: 2px;
}

.sub-heading-second {
    margin: 0 auto 12px;
    position: relative;
}
.banner-home-page .img-bottom-attention-logo {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .banner-home-page .img-bottom-attention-logo img {
        display: block;
    }



/**************faq page*************************/

.faq-section button.accordion-button {
  color: var(--black);
  font-size: 15.687px;
  font-style: normal;
  font-weight: 650;
  line-height: 23.784px;
  padding: 0 25px 0 0;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
}

.faq-section .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important;
  padding: 18px 0;
  margin: 0 20px;
  position: relative;
}

.faq-section .accordion-item .accordion-body {
  padding: 10px 0 0;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: var(--dark-blue-color);
  box-shadow: none;
}

.faq-section .accordion-button::after {
  background-image: url(../images/acc-plus.png);
  width: 11px;
  height: 11px;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 9px;
  transition: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/acc-minus.png);
  top: 0;
}

/********************footer******************/



footer {
  background-color: var(--dark-black);
}

footer .footer-box {
  padding-right: 50px;
}

footer .footer-box .logo-footer {
  margin-bottom: 16px;
}

footer .footer-box p {
  color: var(--gray-lighter);
  font-family: Urbanist;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

footer .footer-box h4 {
  color: var(--white);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

footer .footer-box .footer-social ul li {
  margin-right: 24px;
}

footer .footer-box .footer-social ul li a {
  font-size: 20px;
  color: #0d6efd;
}

footer .footer-box ul li a {
  color: var(--gray-lighter);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0;
  display: block;
}

footer .footer-box .form-box .form-group {
  padding-bottom: 25px;
  position: relative;
}

footer .footer-box .form-box input[type="text"] {
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgba(0, 0, 124, 0.20);
  background: #FFF;
  width: 100%;
  padding: 17px;
}

input:focus,
input:focus-visible {
  box-shadow: none;
  outline: none;
}

footer .footer-box .form-box input[type="button"] {
  width: 50px;
  padding: 18px 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--darker-blue) url(../images/arrow-footer.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  border: none;
  background-position: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

footer .footer-box .contact-footer ul li a .icons {
  width: 24px;
  color: #0d6efd;
  font-size: 18px;
  padding-right: 15px;
  display: inline-table;
}


footer .footer-box .footer-social ul li a:hover {
  color: var(--white);
}

footer .footer-box ul li a:hover {
  color: var(--darker-blue);
}

/**********************inner page account********************/

.banner-text .common-heading-text h2 {
  color: var(--white);
}


.account-form {
  background-color: var(--gray-light);
  padding: 60px 100px;
}

.account-form h2 {
  color: var(--dark-black);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: capitalize;
  margin-bottom: 36px;
}

.tabs-inner-form {
  background: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
  padding: 26px;
  border-radius: 10px;
  min-height: 400px;
}

.account-form .nav-tabs {
  margin-bottom: 24px;
}

.account-form .nav-tabs .nav-link {
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: var(--Urbanist-font);
  border: none;
  margin: 0 30px 0 0;
  padding: 0 0 9px;
}

.account-form .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--dark-blue-color);
}

.account-form .tab-content p {
  font-size: 16px;
  line-height: 24px;
}

.account-form .tab-content label {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.account-form .tab-content select,
.account-form .tab-content input,
.account-form .tab-content textarea {
  padding: 7px 10px;
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.account-form .tab-content button {
  margin-top: 24px;
}

/***************************account record page**************************/

.account-record {
  padding-top: 35px;
}

.account-form .tab-content .account-record p {
  color: var(--darker-blue);
  border-bottom: 1px solid var(--gray-lighter);
  padding-bottom: 5px;
}

.account-record table.table {
  margin: 0;
}

.account-record table.table tr th {
  background-color: var(--gray);
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding: 13px;
  box-shadow: none;
  border: none;
}

.account-record table.table tr td {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 22px 13px;
}

.account-record table.table tr td:nth-child(1) {
  color: var(--dark-blue-color);
}

.view-btn {
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 12px;
  background-color: var(--carbon-light);
  border-radius: 28px;
}

.view-btn:hover {
  background-color: var(--dark-blue-color);
  color: var(--white);
}

/***********************statement page****************************/

.form-fifty {
  min-width: 245px;
}

.btn.btn-border {
  border-radius: 5px;
  border: 1px solid var(--dark-blue-color);
  background: var(--white);
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 9px 20px;
}

.btn.btn-border i {
  margin-right: 6px;
}

.btn.btn-border:hover {
  background-color: var(--dark-blue-color);
  color: var(--white);
}


/****************second sec***************/


.tax-statement-record .table-responsive {
  background-color: var(--white);
  border: 1px solid var(--white-grey-color);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.10));
  margin-top: 35px;
  border-radius: 8px;
}

.tax-statement-record .table-responsive th {
  border-bottom: 1px solid var(--white-grey-color) !important;
  box-shadow: none;
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  padding: 13px;
}

.tax-statement-record .table-responsive table.table {
  padding: 0;
  margin-bottom: 0;
}

.tax-statement-record .table-responsive td {
  color: var(--black);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px;
}

/*******************third sec**********************/

.address-statement .address-box {
  padding-right: 45px;
}

.address-statement {
  padding: 35px 0 35px;
}

.address-statement .address-box h6 {
  color: var(--black);
  font-family: var(--Urbanist-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.824px;
  margin-bottom: 7px;
}

.address-statement .address-box p {
  margin: 0;
  font-size: 14px;
}

.address-statement .address-box a {
  font-size: 14px;
  font-family: var(--Urbanist-font);
  color: var(--black);
}

/*******************fourth sec*******************/

.value-statement h3 {
  color: var(--black);
  font-family: var(--Urbanist-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.value-statement ul li:nth-child(1) span:nth-child(1) {
  color: #5E6470;
}

.value-statement ul li {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid var(--gray);
  padding: 11px 20px;
}

.value-statement ul {
  border-radius: 8px;
  border: 1px solid var(--gray);
  margin: 16px 0;
}

.value-statement ul li:last-child {
  border-bottom: none;
}

.value-statement ul li:last-child span:nth-child(1) {
  padding-right: 100px;
}

.value-statement a {
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}


/*************************current statement***********************/


.current-statement {
  padding: 35px 0;
}

.current-statement h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.current-statement .inner-current-statement .table-left {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.current-statement .inner-current-statement .table-right {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.current-statement .inner-current-statement {
  margin: 0 -10px;
}

.current-statement .inner-current-statement table.table {
  background: var(--white);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.20));
  border-radius: 8px;
  overflow: hidden;
}

.current-statement .inner-current-statement table.table th {
  background: #F4F7FC;
  border: none;
  box-shadow: none;
  padding: 12px;
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.current-statement .inner-current-statement table.table td {
  padding: 12px;
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.current-statement .inner-current-statement table.table th:last-child,
.current-statement .inner-current-statement table.table td:last-child {
  text-align: right;
}

.current-statement .inner-current-statement table.table th:nth-child(2),
.current-statement .inner-current-statement table.table td:nth-child(2) {
  text-align: center;
}

.current-statement .inner-current-statement .table-right table.table th {
  text-align: center;
}

.current-statement .inner-current-statement .table-right table.table td:nth-child(2) {
  text-align: right;
}

.btn-table-text h3 {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

/****************paid table statement*******************/

.paid-statement {
  border-radius: 8px;
  border: 1px solid var(--gray);
  margin: 0;
}

.paid-statement table.table {
  padding: 0;
  margin: 0;
}

.paid-statement table.table tr {
  border-bottom: 1px solid var(--gray) !important;
}

.paid-statement table.table tr td {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
}

.paid-statement table.table tr th:last-child,
.paid-statement table.table tr td:last-child {
  text-align: right;
}

.paid-statement table.table tr th {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  border: none !important;
  padding: 12px;
}


/*****************payment statement*****************/

.payment-statement {
  padding: 45px 0;
  max-width: 750px;
  margin: 0 auto;
}

.payment-statement .btn-primary {
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}

/*******************search-information******************/


.faq-information {
  margin-top: 45px;
}

.faq-information .accordion-item {
  border: none;
}

.faq-information .accordion-item button {
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.784px;
  border: none !important;
  box-shadow: none;
  background-color: var(--gray);
  padding: 16px 35px;
  position: relative;
}

.faq-information .accordion-item h2 {
  margin-bottom: 0;
}

.faq-information .accordion-item button:after {
  content: '\002B' !important;
  background-image: none;
}

.faq-information .accordion-button:not(.collapsed)::after {
  content: "\2212" !important;
  background-image: none !important;
  transform: initial !important;
}

.faq-information .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 35px 16px;
}

.faq-information .accordion-item .accordion-box h5 {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.784px;
  padding: 30px 0 2px;
}

.faq-information .accordion-item .accordion-box p {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}


/******************district page******************/

.tax-statement-record.information-district table tr th {
  width: 33.33%;
}

.current-statement.guideline-information .inner-current-statement table.table th:nth-child(3),
.current-statement.guideline-information .inner-current-statement table.table td:nth-child(3) {
  text-align: center;
}

.current-statement.guideline-information .inner-current-statement table.table th {
  width: 25%;
}

.current-statement.guideline-information .inner-current-statement table.table td:nth-child(1) {
  font-weight: bold;
}

.current-statement.guideline-information .inner-current-statement {
  margin: 0;
}


.btn-guideline {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--white-grey-color) !important;
  margin-bottom: 30px;
}

.btn-guideline a {
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  padding-right: 44px;
}

.btm-guideline ul.listing-details li {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.btm-guideline ul.listing-link li a {
  color: var(--dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

/*****************contact us*****************/

.contact-section .contact-associate {
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 8px 9px -5px rgba(20, 20, 20, 0.06), 0px 8px 26px -4px rgba(20, 20, 20, 0.15);
  padding: 25px;
}

.contact-section .contact-associate .contact-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.contact-section .contact-associate .contact-text {
  padding-top: 30px;
}

.contact-section .contact-associate .contact-text h3 {
  color: #111;
  font-family: var(--Urbanist-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}

.contact-section .contact-box {
  margin: 40px -15px 0;
}

.contact-section .contact-box .contact-details {
  width: calc(50% - 30px);
  margin: 15px;
}

.contact-section .contact-box .contact-details .icons {
  display: block;
  color: var(--dark-blue-color);
  margin-bottom: 10px;
}

.heading-contact {
  color: var(--dark-black);
  font-family: var(--Urbanist-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 8px;
}

.contact-section .contact-box .contact-details p {
  color: var(--dark-black);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contact-section .contact-box .contact-details a {
  display: block;
  color: var(--dark-blue-color);
  text-decoration: underline;
}


/*****************contact faq sec**************/

.contact-faq-box {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
}

.faq-section .contact-faq-box .accordion-item {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid var(--gray) !important;
}

.faq-section .contact-faq-box .accordion-body a {
  display: block;
  color: var( --dark-blue-color);
  text-decoration: underline;
}

.faq-section .contact-faq-box .accordion-body  p:last-child {
  margin-bottom: 0;
}


/**********************contact btm sec************************/

.taxas-contact-sec h2 {
  margin-bottom: 60px;
}

.taxas-contact-sec  .taxas-box {
  border-radius: 12px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  padding: 32px;
}

.taxas-contact-sec .taxas-box h3 {
  color: var( --dark-blue-color);
  font-family: var(--Urbanist-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; 
  margin-bottom: 32px;
}

.taxas-contact-sec .taxas-box p:last-child {
  margin-bottom: 0;
}

.taxas-contact-sec .taxas-box a {
  display: block;
  color: var( --dark-blue-color);
  text-align: center;
  font-family: var(--Urbanist-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; 
  text-decoration: underline;
}





.logo a img {
  border: 1px solid #dddddd;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.buttonaslink {
    background: none;
    border: none;
    position: relative;
    border-bottom: none;
    color: var(--dark-blue-color);
    
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-indent: 0px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-decoration: underline;
    box-shadow: none;
}


    .buttonaslink a {
        color: black;
        text-decoration: underline;
    }

        .buttonaslink a:hover {
            color: black;
            text-decoration: underline;
        }

    .button-login-page button.button {
        padding: 8px 20px;
        border: none;
        box-shadow: none;
    }


@media (max-width: 501px) {
    .mobileportrait {
    }

    .mobilewide {
        display: none;
    }

    .mobilewide-desktop {
        display: none;
    }

    .desktop {
        display: none;
    }
}

@media (max-width: 800px) and (min-width: 501px) {
    .mobileportrait {
        display: none;
    }

    .desktop {
        display: none;
    }
}

@media (min-width: 800px) {

    .mobileportrait {
        display: none;
    }

    .mobilewide {
        display: none;
    }

    .mobileportrait-mobilewide {
        display: none;
    }

    .sticky {
        position: fixed;
        top: 0;
    }
}

/*Payment*/
.paymentform {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

    .paymentform .formlabel {
        margin-bottom: 0px;
        margin-left: 5px;
        font-size: 16px;
        font-weight: 400;
    }

.zipcode input {
    width: 100px !important;
}

.paymentform td {
    padding: 0px;
}

.paymentbackground {
    background-image: url("../../images/CCPaymentBackGround.png");
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
    height: 510px;
    padding-left: 75px;
    padding-bottom: 120px;
    padding-top: 50px;
}

.achpaymentbackground {
    background-image: url("../../images/ACHPaymentBackGround.png");
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
    height: 510px;
    padding-left: 75px;
    padding-bottom: 120px;
    padding-top: 50px;
}

.paymentform .formlabel {
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.ccpaymentform {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

    .ccpaymentform .formlabel {
        margin-bottom: 0px;
        margin-left: 5px;
        font-size: 16px;
        font-weight: 400;
    }

    .ccpaymentform td {
        padding: 0px;
    }

.ccpaymentbackground {
    background-image: url("../../images/CCPaymentBackGround.png");
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
    padding-left: 75px;
    padding-bottom: 120px;
    padding-top: 40px;
}

.ccpaymentform .formlabel {
    color: black;
    font-weight: 400;
    font-size: 16px;
}