@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #5A5A5A;
    line-height: 26px;
}
.px-6 {
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}
.py-6 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.topbar-bg {
    background: #f0f4f9;
    color: #fff;
}

a {
    font-weight: 700;
    color: #193478;
    text-decoration: none;
}

.tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar-bg ul {
        padding: 8px 0;
    display: flex;
    align-items: center;
}

.topbar-bg ul li:last-child a {
    border-right: none;
}

.topbar-bg ul li a {
   display: block;
   border-right: 1px solid #CCD7E6;
    padding: 0 10px;
}
.topbar-bg ul li a svg {
   max-width: 30px;
}

.login a {
    font-size: 15px;
    font-weight: bold;
    color: #193478;
    text-decoration: none;
}

.logo a img {
    max-height: 60px;
}

.top-contact-info a {
    color: #1B2764;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    
}
.myBtn {
    background: #193478;
    color: #fff !important;
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

nav {
    position: relative;
    z-index: 1;
}

nav ul.navbar-nav {
    background: #193478;
    border-radius: 8px;
    padding: 13px 20px;
}
nav.navbar-expand-lg ul.navbar-nav li a.nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
    font-weight: 700;
}
nav ul li a:hover {

}

.banner {
    background: url(/images/banner.jpg) no-repeat center/cover;
    position: relative;
    top: -35px;
}

h1 {
    color: #173176;
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
}
h2 {
    color: #173176;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
}
h3 {
    color: #173176;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}
h4 {
    color: #173176;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}
h5 {
    color: #173176;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
}
h6 {
    color: #173176;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
}

.buy-now-inner a {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.green-bg {
    background: #207C3D;
}

.key-highlight ul li {
    padding-bottom: 16px;
}

.note-box {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 12px 24px;
    max-width: 640px;
}

.plans-inner {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 26px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.faqs {
    background: #fafafa;
}

 
.faqs .accordion h2 .accordion-button {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 24px;
}

.faqs .accordion .accordion-body {
    padding: 18px 24px;
}

.show-all-btn a {
    gap: 12px;
}

.ask-expert-box {
    background: #193478;
    padding: 50px 40px;
    border-radius: 12px;
}

.ask-expert-content {
    color: #fff;
    max-width: 500px;
}

.ask-expert-content h3 {
    color: #fff;
}

.ask-expert-box a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    /* max-width: 280px; */
    max-height: 54px;
    display: flex;
    padding: 13px 60px;
    gap: 10px;
    text-transform: uppercase;
}
.ask-expert-box a:hover {
    color: #fff !important;
   
}
.f-20 {
    font-size: 20px;
}




.tabs ul li a {
  padding: 1em;
  border-bottom: 1px solid #DEDEDE;
}
.tabs ul li:last-child a {
    border-bottom: none;
}
.tabs ul li a:hover, .tabs ul li a.active {
  background: #173176 url(/images/right-arrow.svg) no-repeat center right 15px;
  color: #fff;
}
.tabs ul li:first-child a:hover, .tabs ul li:first-child a.active  {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tabs ul li:last-child a:hover, .tabs ul li:last-child a.active  {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  padding: 16px 24px;
  display: block;
}
.item.active::before {
  background: #173176;
  color: #fff;
}
#side_tab1.item.active::before,
#side_tab1.item::before {
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#side_tab11.item::before {
    border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}
#side_tab11.item.active::before {
    border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.item.active .item-content {
  margin: 1.5em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: #fafafa;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.item-content p {
    padding: 16px 0px 16px 12px;
}

.item-content .col-lg-4 p {
    font-weight: 600;
    color: #173176;
}
.item-content .col-lg-8 p {
    color: #000;
    padding-left: 0;
}

@media all and (max-width: 767px) {
    .footer-bar .row > div {
        justify-content: center !important;
        padding-bottom: 20px;
    }
    footer .row > div {
        padding-bottom: 20px;
    }
    .topbar-bg ul {
        justify-content: center;
    }
    .buy-now-inner {
        flex-direction: column-reverse;
    }
    .buy-now-inner a {
        border: 1px solid #dedede;
        padding: 10px 20px;
        width: 100%;
        margin: 10px 0 !important;
        border-radius: 10px;
    }
    .buy-now-inner a.myBtn {
        text-align: center;
        justify-content: center;
    }
}
@media all and (max-width: 991px) {
    .footer-logo {
        max-width: 200px;
    }
    .ask-expert-box {
        flex-direction: column;
        gap: 20px;
    }
    .ask-expert-content {
        max-width: 600px;
    }
    .key-highlight .row > div {
        padding-bottom: 20px;
    }
    .main-header {
        padding: 10px 0;
    }
    .mobile-logo {
        max-width: 115px;
    }
    .navbar  {
        background: #193478;
        padding: 20px 0;
    }
    .navbar-toggler-icon {
        background: url(/images/menu-icon.png) no-repeat center;
    }
    button.navbar-toggler {
        border-color: #fff;
    }
    .tabbed-content .item::after {
        position: absolute;
        content: "";
        background: url(/images/accordion-arrow.svg) no-repeat center;
        right: 15px;
        top: 0;
        bottom: 0;
        width: 16px;
        height: 10px;
        margin: auto;
      }
      .tabbed-content .item.active::after {
          background: url(/images/right-arrow.svg) no-repeat center;
          top: 17px;
          margin-top: 0;
          width: 24px;
          height: 24px;
          transform: rotate(90deg);
      }
    article.tabbed-content.tabs-side {
        border-radius: 10px;
        border: 1px solid #dedede;
        background: #fafafa;
    }
    .item.active .item-content {
        margin: 0;
        border: none;
    }
    .item-content p {
        padding: 10px 12px !important;
    }
}
@media all and (min-width: 992px) {
    .item-content .col-lg-4 p {
        border-right: 1px solid #dedede;
    }
  .item.active .item-content {
    margin-top: 0;
    margin-right: 0;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
  position: relative;
}
.tabbed-content .item::before {
  content: attr(data-title);
  border-bottom: 1px solid #dedede;
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}



@media all and (min-width: 992px) {
  .tabbed-content .tabs {
    display: block;
    border-radius: 12px;
    border: 1px solid #DEDEDE;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 250px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 250px;
  }
}

@media all and (min-width: 1200px) { 
    .tabbed-content.tabs-side .item {
        margin-left: 350px;
    }
    .tabbed-content.tabs-side .tabs {
        width: 350px;
        float: left;
    }
}




