
    .container.tab-wrapper {

  max-width: 1440px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
    padding: 40px 15px 40px 20px;
    background: #f9f9f9;
    border: 1px solid red;
}
        .bulletA li{
         list-style-type: disc !important;
    }
     .bulletB li{
         list-style-type: circle !important;
    }
.tab-wrapper .right ul {
  list-style: none;
}

.tab-wrapper .right ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tab-wrapper .right ul li {
  /*font-size: 22px;*/
  line-height: 28px;
  /*text-shadow: 1px 1px 2px;*/
  color: #312829;
  font-size:1rem;
}

.tab-wrapper .left {
  width: calc(100% - 320px) !important;
  margin-right: 20px;
   padding: 40px 15px;
  background: #ffffff;
}



  ul li, ol li {
    line-height:28px;
    }

      a:hover, a {
    line-height:25px;}


.tab-wrapper .right {
  max-width: 300px !important;
  width: 100%;
  height:300px;
  /*box-shadow:-2px 5px 10px rgb(0 0 0 / 40%);*/
}

.tab-wrapper .right h4,
.tab-wrapper h2 {
  color: #002268;
 text-shadow: 1.2px 1px 1px;
  font-weight: 400;
}

.tab-wrapper .left h4 {
  color: #0307ed;
  margin-top: 30px;
}

.tab-wrapper .tabs {
  margin-top: 60px;
}

.tab-wrapper .nav-pills .nav-link.active {
  background-color: #022b71;
}

.tab-wrapper .tabs .tab-content {
  border: 2px solid #cfcfcf;
  padding: 30px;
}

.tab-wrapper .tabs .tab-content .tab-pane p {
  margin: 15px 0 10px;
  color: #312829;
}

.tab-wrapper .nav-pills .nav-link {
    margin-left: -24px;
    background: #1F4D8F;
    color: #fff;
    margin-top: 6px;
    /*box-shadow: -4px 3px 6px rgb(0 0 0 / 77%);*/
    border-radius: 0;
        /*border-top-left-radius: 45px 40px;
    border-top-right-radius: 45px 40px;
    border-bottom-left-radius: 45px 40px;
    border-bottom-right-radius: 45px 40px;*/
          text-align: center;

}

.left{
  border:1px solid #6c757d
}

.right{
   border:1px solid #6c757d;
}

.main-wrap{
  padding: 0 15px;
}
    .tab-wrapper .nav-link {
    font-size:1rem !important;
    }

    .btn-custom {
background-color:#1C3f66 !important;
color:white !important;
}

.btn-custom:hover {
background-color:#022b71 !important;
}
@media (max-width: 1024px) {
  .tab-wrapper .left {
    width: 100% !important;
    margin: 0 0 20px 0;
  }

  .tab-wrapper .right {
    max-width: 100% !important;
  }

  .tab-wrapper > .row {
    flex-wrap: wrap;
  }

  .tab-wrapper > .row .left,
  .tab-wrapper > .row .right {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

      .tab-wrapper .right h4, .tab-wrapper h2 {
  
  font-size: 1.6em !important;
}
}

@media (max-width: 767px) {
  .tab-wrapper .tabs .tab-content {
    padding: 20px;
  }
  .tab-wrapper .tab-content {
    margin-top: 30px;
  }

  .tab-wrapper .right,
  .tab-wrapper .left {
    padding: 20px 15px;
  }
    .tab-wrapper .right h4, .tab-wrapper h2 {
  
  font-size: 1.3em !important;
}
}

@media (max-width: 479px) {
  .tab-wrapper .left h4 {
    font-size: 20px;
  }

  .tab-wrapper .right ul li {
    font-size: 18px;
    line-height: 22px;
  }

  .tab-wrapper h3 {
    font-size: 24px;
  }

  .tab-wrapper .right h4, .tab-wrapper h2 {
  
  font-size: 1.3em !important;
}

}


