@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --primary-color:  #000036;
  --secondary-color: #0050F1;
  --button-color: #3b8bbd;
  --primary-text-color:  #000036;
  --secondary-text-color: #0050F1;
  --tertiary-text-color: #00BCFF;
  --white-color: #fff;
}

@font-face {
  font-family: "Aptos Serif";
  src: url("./fonts/aptos-serif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aptos Serif Bold";
  src: url("./fonts/aptos-serif-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  color: #585858;
  font-family: "Aptos Serif", Georgia, serif; /* Primary body font */
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; /* Headlines and subheadlines */
  font-weight: 600;
}

footer {
  font-family: "Aptos Serif", Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  background-color: var(--primary-color);
  color: var(--white-color);
}

body,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
canvas {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus,
button:visited,
button:visited,
button:focus {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
.slick-slide:focus,
.form-select:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.password-container {
  position: relative;
}
.password-container input {
  padding-right: 36px;
}
.password-container i {
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  color: var(--button-color);
}

.searchControl {
  position: relative;
  width: 300px;
}
.searchControl .form-control {
  padding-right: 40px;
}
.searchControl button, .searchControl input[type=submit] {
  position: absolute;
  border: 0;
  background: transparent;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  padding: 0;
}
.searchControl button.close, .searchControl input[type=submit].close {
  right: 30px;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

a {
  cursor: pointer;
  transition: all 0.7s ease;
}

.align-items-center {
  display: flex;
  align-items: center;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #393b44;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--button-color);
  border-radius: 10px;
}

.green {
  background: #448f28 !important;
  color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
}

.greenText {
  color: #c6bc00 !important;
}

.yellow {
  background: #e5c342 !important;
  color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
}

.orange {
  background: #d08630 !important;
  color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
}

.red {
  background: #af3f37 !important;
  color: var(--white-color) !important;
  border-bottom-color: var(--white-color) !important;
}

blockquote.blockquote {
  background: #e6e6e6;
  padding: 20px;
  font-size: 16px;
  color: #454857;
  line-height: 26px;
  border-radius: 4px;
}

blockquote strong {
  font-weight: 600;
  color: #4d4d4d;
}

sup {
  color: var(--button-color);
}

a {
  color: var(--button-color);
}

p {
  margin-bottom: 14px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

.smallFontSize {
  font-size: 14px;
}

.mediumFontSize {
  font-size: 18px;
}

.darkGrayText {
  color: #454857;
}

.form-control {
  border-color: #c7d5e7;
  height: 40px;
}

h1 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

h2 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

h2.thin {
  font-weight: 400;
}

h3 {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}

h3.thin {
  font-weight: 400;
}
h3 span {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.btn-primary {
  font-family: 'Poppins';
  border-radius: 50px;
  background: var(--secondary-text-color);
  color: var(--white-color);
  font-size: 16px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.btn-primary a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 0 15px;
  margin: 0 -15px;
}
.btn-primary:hover {
  background: var(--button-color);
}
.btn-primary:focus {
  color: var(--white-color);
}
.btn-primary.whiteBg {
  background: var(--white-color);
  color: #808285;
}


.btn-secondary {
  border-radius: 50px;
  background: #d1d3d4;
  color: #808285;
  font-size: 16px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0 15px;
}
.btn-secondary:hover {
  background: #d1d3d4;
}
.btn-secondary:focus {
  color: #808285;
}


.btnHolder {
  flex-wrap: wrap;
}

.iconBtn {
  width: 26px;
  height: 26px;
  border: 0;
  background: var(--button-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.iconBtn:last-child {
  margin-right: 0;
}

.form-label sup {
  margin-left: 3px;
  vertical-align: sub;
}

		
/* Hide the password reveal icon */
input[type=password]::-webkit-input-placeholder {
  visibility: hidden !important;
}
/* Hide the password reveal button in Safari */
input[type=password]::-webkit-password-reveal-button {
  display: none !important;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.navbar {
  background-color: var(--white-color) !important;
  padding: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
.navbar-dark .navbar-toggler-icon {
  background-color: var(--white-color);
}
.navbar-dark .navbar-toggler {
  border-color: var(--white-color);
}
.navbar-dark .navbar-brand {
  color: var(--white-color);
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--white-color);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ccc;
}

.dropdown-toggle::before {
  display: none;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--white-color);
  min-height: 64px;
  padding: 0 0.75rem;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
  align-items: center;
  max-width: 1320px !important;
}

.header .header-menu {
  margin-left: auto;
  height: 100%;
}

.header .header-menu .nav-item {
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  color:  var(--primary-color) !important;
  font-family: 'Poppins', sans-serif;
}

.header .header-menu .nav-item:last-child {
  border: 0;
}
.header .header-menu .nav-item .menu-item {
  font-weight: normal;
  text-decoration: none;
  color:  var(--primary-color) !important;
  font-family: 'Poppins', sans-serif;
  margin: 0 10px;
}

.header .header-menu .nav-item .nav-link.active {
  color: var(--button-color);
}

footer p {
  margin-bottom: 3px;
  opacity: 0.7;
}

footer h6 {
  opacity: 0.8;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .contactInfo {
  font-family: "Aptos Serif", Georgia, serif;
  margin: 0 -15px 20px;
  opacity: 0.7;
}

footer .contactInfo span {
  font-family: "Aptos Serif", Georgia, serif;
  padding: 0 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
footer .contactInfo span::after {
  content: "";
  width: 1px;
  height: 50%;
  border-left: 1px solid var(--white-color);
  position: absolute;
  right: 0;
}

footer .contactInfo span:last-child::after {
  display: none;
}
footer .contactInfo span strong {
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 3px;
}

.banner {
  background-color: #fbfbfb;
  padding: 50px 0;
  display: flex;
  align-items: center;
  margin-top: 64px;
  background-image: url(./images/Hero_Section.png);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 200%;
  position: relative;
}

.banner .bannerContent {
  width: 100%;
}

.banner .bannerContent p {
  font-size: 17px;
  width: 85%;
}

.flexDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content.whyChoose.mainBg {
    padding: 50px 0 0 0;
}

.darkBg {
  background: #232322;
  color: var(--white-color);
}

.grayBg {
  background: #393b44;
  color: var(--white-color);
}

.content {
  padding: 50px 0;
}
.content.howItWorks .imgContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content.graphContentHolder .container-lg .graphCenter {
  width: 100%;
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #232322;
  background: var(--white-color);
  border-radius: 50px;
  padding: 50px 0;
}
.content.graphContentHolder .container-lg .graphCenter .graphOne {
  text-align: center;
  margin-bottom: 25px;
}
.content.graphContentHolder .container-lg .graphCenter .graphOne img {
  width: 311px;
}
.content.graphContentHolder .container-lg .graphCenter .graphBottom {
  text-align: center;
}
.content.graphContentHolder .container-lg .graphCenter .graphBottom p {
  margin-bottom: 25px;
}
.content.graphContentHolder .container-lg .graphCenter .graphBottom img {
  width: 441px;
}

.content.bottomCont .container-lg .center {
  width: 1320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.content.bottomCont .container-lg .center .row {
  align-items: center;
}
.content.bottomCont .container-lg .center .btn {
  text-transform: uppercase;
}

.content.bottomCont .container-lg .center .brochureHolder {
  text-align: center;
}

.content.whyChoose .center {
  width: 100%;
  max-width: 740px;
}
.content.whyChoose .center li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.content.whyChoose .center li p:last-child {
  margin-bottom: 0;
}
.content.whyChoose .center li .iconHolder {
  margin-right: 20px;
}

/*# sourceMappingURL=style.css.map */

ul.dropdown-menu.dp-right.show {
    left: auto;
    right: 0;
}
.form-label sup{
    margin-left: 3px;
    vertical-align: sub;
}
/* Toast */

#toasts {
  z-index:9999;
  min-height: 0;
  position: fixed;
  right: 1%;
  top: 15%;
  width: 25%;
}
#toasts p {
  color: var(--white-color);
  margin: 0px !important;
}
#toasts .toast {
  background: #d6d8d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
  color: rgba(0,0,0, .6);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 20px;
  transform: translateY(15%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100;
} 
/* 
#toasts .toast.success {
  background: #26d68a;
}

#toasts .toast.warning {
  background: #ffa533;
}

#toasts .toast.info {
  background: #2cbcff;
}

#toasts .toast.error {
  background: #f44336;
} */

#toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  padding-right:34px !important;
}

#toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all .5s ease-in-out;
}

#toasts .toast .close {
  cursor: pointer;
  font-size: 24px;
  height: 16px;
  margin-top: -10px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
}
.loadingDataIconCls{
  background: rgb(238 238 238) !important;
}
.position_cls{
  position:relative;
}

#toasts {
  right: 0 !important;
  top: 65px !important;
  left: 0 !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:0 5px;
}
#toasts .toast {
  width: auto !important;
  min-width: 300px !important;
  max-width: 100%;
  background: var(--white-color) !important;
  border: 0 !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
  text-align: left !important;
  padding-left: 55px !important;
  position: relative;
  display: flex;
  align-items: center;
}
#toasts .toast p {
  color: #585858 !important;
}
#toasts .toast.error::before {
  color: #f44336;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  font-size: 25px;
}
#toasts .toast.warning::before {
  color: #ffa533;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  font-size: 25px;
}
#toasts .toast.error::before {
  color: #f44336;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 15px;
  font-size: 25px;
}
#toasts .toast.info::before {
  color: #2cbcff;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  font-size: 25px;
}
#toasts .toast.success::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 15px;
  color: #26d68a;
  font-size: 25px;
}

.infoPop {
  position: fixed;
  top: 2px;
  z-index: 999;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.infoPop .inner {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  min-width: 150px;
  max-width: 100%;
}
.infoPop .inner .infoHeader {
  padding: 5px 10px;
  background: var(--button-color);
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}
.infoPop .inner .infoHeader h5 {
  font-size: 16px;
}
.infoPop .inner .infoHeader h5 {
  margin-bottom: 0;
}
.infoPop .inner .infoHeader button.close {
  margin-left: auto;
  background: transparent;
  border: 0;
  color: white;
}
.infoPop .inner .infoContent {
  padding: 10px;
  font-size: 14px;
}
.infoPop .inner .infoFooter {
  display: flex;
  padding: 5px 10px 15px;
}
.infoPop .inner .infoFooter .fInner {
  margin-left: auto;
  display: flex;
  padding-right: 15px;
}
.infoPop .inner .infoFooter button.btn {
  min-height: 35px !important;
  height: 35px !important;
  padding: 0 10px !important;
  font-size: 16px !important;
}

.axisTitleData{
  line-height: normal;
  margin: 0px 0 5px;
}
.subTextData {
  line-height: 15px;
  font-size: 14px;
}
.page-template-default section.content.topSection {
  display: none;
}

.nav-item a {
  color:  var(--primary-color) !important;
  font-weight: normal !important;
}

.bannerContent h1 {
  color:  var(--primary-color);
  margin-bottom: 15px;
}

.bannerContent p {
  color:  var(--primary-color);
  margin-bottom: 20px;
}

.highlight {
  color: var(--secondary-text-color) !important;
}

.mainBg {
  background-color:  var(--primary-color);
  color: var(--white-color);
}

.mainBg h6 {
  color: var(--tertiary-text-color);
}

.mainBg p {
  font-size: 17px;
}

.howItWorks .row {
  justify-content: center;
  gap: 40px;
}

.cta-h3 {
  font-size: 24px;
}

.content.mainBg.graphContentHolder {
    padding: 50px 0 0 0;
}

.blueBg {
  background-color: var(--secondary-text-color);
  color: var(--white-color);
}

.lightBlueBg {
  background: var(--tertiary-text-color);
}
.content.infoCont {
  padding: 60px 0;
  position: relative;
  background-image: url(./images/man.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}

/* Media Queries Section */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .linkWrap {
    flex-direction: column;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .MultipleLinks {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: flex !important;
    align-items: center;
  }
  
  .MultipleLinks::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    border-right: 1px solid #454857;
    right: 0;
  }
  
  .MultipleLinks:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  
  .MultipleLinks:last-child::after {
    display: none;
  }
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 767.5px) {
  footer p {
    text-align: center;
  }
  
  footer .contactInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  footer .contactInfo span::after {
    display: none;
  }
  
  .content.bottomCont .container-lg .center .textHolder {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .password-container i {
    top: 13px;
  }
  
  .howItWorks-cta {
    background-image: none;
  }
  
  .flexRow {
    gap: 40px;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .content.infoCont {
    background-image: none;
  }
  
  .flexRow {
    gap: 40px;
    flex-direction: column-reverse;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .form-control {
    height: 50px;
  }
  
  h2 {
    font-size: 24px;
    line-height: 24px;
  }
  
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
  
  h6 {
    font-size: 18px;
  }
  
  blockquote.blockquote {
    line-height: 26px;
    font-size: 20px;
  }
  
  .content.bottomCont .container-lg .center .brochureHolder {
    width: 200px;
    position: absolute;
    right: 0;
  }
  
  .banner .bannerContent {
    max-width: 560px;
  }
  .banner .bannerContent .btn {
    width: 65%;
    margin-left: 1%;}
    .content.bottomCont .container-lg .center {
      padding-right: 200px;
  }
  .banner {
    background-position: right;
    background-size: cover;
  }
  
  .btn-secondary {
    padding: 0 30px;
    font-size: 20px;
    min-height: 60px;
  }
  
  .btn-primary a {
    min-height: 60px;
    padding: 0 30px;
    margin: 0 -30px;
  }
  
  .btn-primary {
    padding: 0 30px;
    font-size: 20px;
    min-height: 60px;
  }
}

@media (min-width: 767.98px) {
  .howItWorks-cta {
    background-image: url(./images/decals_primary.png);
    background-position: left;
    background-repeat: no-repeat;
  }
  
  .bottomCont {
    background-image: url(./images/decals_secondary.png);
    background-position: right;
    background-repeat: no-repeat;
  }
  
  .flexRow {
    flex-direction: row !important;
    align-items: end;
  }
  
  .whyChooseUs {
    margin-bottom: 50px; 
  }
}

/* Large devices (desktops, less than 992px) */
@media (max-width: 991.98px) {
  .nav-link {
    width: 100%;
  }
  
  .navbar-brand {
    position: absolute;
    left: 15px;
    top: -3px;
  }
  
  .navbar-collapse {
    margin-top: 65px;
  }
  
  .dropdown-toggle::after {
    display: none;
  }
  
  .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  
  .header .header-menu {
    border-top: 1px solid #ccc;
  }
  
  .header .header-menu .nav-item {
    flex-direction: column;
  }
  
  .header .header-menu .nav-item {
    border-right: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    align-items: flex-start;
  }
  
  .header .header-menu .nav-item.dropdown {
    flex-direction: column;
  }
  
  .header .header-menu .nav-item .dropdown-menu {
    border: 0;
    width: 100%;
    padding: 0;
  }
  
  .header .header-menu .nav-item .menu-item {
    margin: 0 0px;
  }
  
  .banner {
    color: var(--white-color);
  }
  
  .banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .banner .bannerContent {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
  }
  
  .banner .bannerContent p {
    color: var(--white-color);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
  
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
  
  .header {
    padding: 0 0.75rem;
  }
  
  .header .navbar-collapse {
    height: 64px;
  }
}

/* Extra large devices (large desktops, 1024px and up) */
@media (min-width: 1024px) {
  .banner {
    min-height: 606px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content.bottomCont .container-lg .center .brochureHolder {
    width: 280px;
  }
  
  .content.bottomCont .container-lg .center {
    width: 1024px;
    padding-right: 280px;
  }
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container,
  .container-lg {
    max-width: 1320px;
  }
}

/* Custom range */
@media (min-width: 320px) and (max-width: 767px) {
  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    width: 85%;
  }
  .banner .bannerContent .btn-primary{
  margin-left: 1%;
}
}


/* Make dropdown icon always visible */
.dropdown-toggle::after {
  display: inline-block !important; /* Force display with !important */
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  /* Increase visibility on mobile */
  opacity: 1;
}

/* Ensure the dropdown toggle doesn't get hidden on mobile */
.nav-link.dropdown-toggle {
  display: flex !important;
  align-items: center;
}

/* For very small screens, you might want to increase the size slightly */
@media (max-width: 576px) {
  .dropdown-toggle::after {
    border-top-width: 0.4em;
    border-right-width: 0.4em;
    border-left-width: 0.4em;
  }
}

