body {
  position: relative;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  background-color: #F1F7F7;
}
a{
  text-decoration: none;
  transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0%;
}


h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #284889;
  margin-bottom: 33px;
}

h2 {
  font-weight: 600;
  font-size: 40px;line-height: 52px;
  color: #284889;
}

h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #284889;
}

h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #333333;
}

P {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #555555;
}

header {
  padding: 12px 0;
}

.main-banner {
  padding: 40px 0;
}

.banner-right {
  position: relative;
}

.banner-right:before {
  content: '';
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  left: -67px;
  background: url(../img/circle.svg) no-repeat;
}

.banner-right:after {
  content: '';
  width: 43px;
  height: 53px;
  position: absolute;
  bottom: -12px;
  left: -67px;
  background: url(../img/diamond.svg) no-repeat;
}

.our-service {
  padding: 0 0 70px 0;
}

.service-icon {
  width: 84px;
}

.tab-pane .card {
  border: 0;
  padding: 40px;
  background-color: transparent;
}

.banner-left {
  padding-right: 60px;
}

.banner-left h2 {
  font-size: 40px;
  line-height: 52px;
}

.tab-content .btn.btn-primary {
  background-color: #284889;
  border: 1px solid #284889;
  padding: 13px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
  letter-spacing: 0%;
  border-radius: 30px;
  margin-top: 20px;
}
.btn.btn-primary:hover{
  background-color: #ffffff;
  color: #284889;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #F5FAFF;
  border: 2px solid #284889;
  box-shadow: 0px 4px 10px 0px #0000001A;
}

.nav-pills .nav-link {
  background-color: #F5FAFF;
  border: 2px solid #F5FAFF;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 19px 20px 19px 30px;
}

.nav-pills .nav-link h3,
.nav-pills .nav-link.active h3,
.nav-pills .show>.nav-link h3 {
  color: #284889;
}

.nav-pills .nav-link h3 img {
  margin-right: 30px;
}

.tab-pane {
  width: 670px !important;
}

.tab-content {
  background-color: #F5FAFF;
  border-radius: 16px;
  min-height: 557px;

}

.site-footer {
  background-color: #284889;
  border-radius: 16px;
  padding: 30px 40px;
  margin: 0 0 50px 0;
}

.site-footer .footer-contact-link a {
  display: block;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  margin: 15px 0;
  padding: 5px 22px;
}
.site-footer .footer-contact-link a:hover{
  background-color: rgba(255, 255, 255, 0.18);
}

.site-footer p,
.site-footer h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.site-footer h2{
  margin-bottom: 20px;
}
.site-footer span {
  display: inline-block;
  vertical-align: middle;
}
.footer-contact-link{
  float: right;
}
.footer-contact-link a img{
  margin-right: 8px;
}
.tab-content .card-title{
  color: #284889;
  font-weight: 600;
  margin: 15px 0 15px 0;
}
.tab-content .card-body{
  padding:0;
}
.tab-content .card-text b{
  font-weight: 700;
font-size: 16px;
line-height: 24px;
display: block;
margin-bottom: 15px;
letter-spacing: 0%;
color: #555555;
}
.tab-content .service-name{
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
margin-bottom: 0;
color: #333333;
}
.tab-content ul{
  margin: 0 0 0 3px;
  padding: 0;
}
.tab-content ul li{
  list-style: none;
  position: relative;
  padding-left: 30px;
font-weight: 400;
font-size: 16px;
line-height: 40px;
letter-spacing: 0%;

}
.tab-content ul li:before{
  content: '';
  position: absolute;
  background: url(../img/right-icon.svg) no-repeat;
  left:0;
  top:10px;
  width: 18px;
  height: 18px;
}
.footer-contact-link b{
  font-weight: 700;
}
@media (max-width: 1500px) {
  .nav-pills .nav-link h3{
    display: flex;
    align-items: center;
  }
.tab-content {
    min-height: 565px;
    width: 55%;
    margin-right: 20px;
}
}
@media (max-width: 1200px) {
  .site-footer p br{
    display: none;
  }
  .banner-right img{
    width: 100%;
  }
  h4{
    line-height: 30px;
  }
  .tab-content{
    min-height: inherit;
    width: 50%;
        margin-right: 0;
  }
  .nav-pills .nav-link h3{
    font-size: 18px;
  }
  .tab-pane {
    width: 100% !important;
}
.tab-content ul li{
  line-height: 28px;
}
.tab-content ul li:before{
  top:4px;
}
.tab-content ul {
    margin: 10px 0 0 3px;
}
.nav-pills .nav-link h3 img {
    width: 70px;
}
.service-icon {
    width: 84px;
}
}
@media (max-width: 991px) {
.banner-left{
padding-right: 0;
}
.banner-right:before{
  left: 10%;
}
.banner-right:after{
  left: auto;
  right: 0;
}
.banner-right{
  width: 100%;
  text-align: center;
}
.banner-right img{
  margin: 0px auto 30px auto;
  width: auto;
}

.our-service-tab-panel{
  flex-direction: column;
}
.tab-content{
  width: 100%;
}
.nav-pills{
  width: 100%;
  flex-direction: column !important;
  gap:0 20px;
  display: block;
}

.nav-pills .nav-link{
  width: 48.6%;
  display: inline-block;
  margin-right: 15px;
  padding: 19px 20px 19px 20px;
}
.nav-pills .nav-link:nth-child(2n){
  margin-right: 0;
}
.nav-pills .nav-link h3 img{
  margin-right: 0;
}
.nav-pills .nav-link h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.site-footer .site-footer-left h2, .site-footer .site-footer-left p{
  text-align: center;
}
.site-footer-left p{
  padding: 0 50px;
}
.footer-contact-link {
    float: none;
    display: flex;
    justify-content: space-between;
        margin-top: 10px;
}
.our-service{
  padding: 0 0 50px 0;
}
}
@media (max-width: 767px) {
.footer-contact-link{
  display: block;
  margin-top: 25px;
}
.banner-right img {
    width: 100%;
}
.banner-right:before{
    background-size: 35px;
}
.banner-right:after{
  bottom: -30px;
    background-size: 35px;
}
.banner-left h2, h1{
  font-size: 35px;
  line-height: 43px;
}
p, .banner-left h2, h4{
  text-align: center;
}
.main-banner{
  padding: 40px 0 20px 0;
}
.container{
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}
.nav-pills .nav-link h3 img{
  width: 60px;
}
.nav-pills .nav-link h3 {
    font-size: 20px;
}
.nav-pills .nav-link {
    width: 100%;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 15px;
}
.tab-pane .card{
  text-align: center;
  padding: 30px 20px;
}
.service-icon {
    width: 70px;
    margin: 0px auto;
}
.tab-content .card-text b br{
  display: none;
}
.tab-content ul, .footer-contact-link p, .tab-content .service-name {
    text-align: left;
}
.site-footer{
  padding: 30px 20px;
}
.site-footer .footer-contact-link a{
  display: flex;
  padding: 10px 20px 7px 20px;
}
.site-footer-left p{
  padding: 0;
}
.our-service{
  padding: 0 0 40px 0;
}
}
@media (max-width: 400px) {
.tab-content .btn.btn-primary{
  padding: 13px 20px;
      font-size: 14px;
}
    .banner-right:after {
        bottom: -20px;
      }
}
@media (max-width: 400px) {
.nav-pills{
  gap: 0 10px;
}
.nav-pills .nav-link h3 {
    font-size: 18px;
}

.footer-contact-link b {
    font-size: 14px;
}
}
@media (max-width: 340px) {
  .nav-pills .nav-link h3 img {
    width: 40px;
}
.footer-contact-link b {
    font-size: 12px;
}
.tab-content .btn.btn-primary {
    padding: 13px 15px;
    font-size: 12px;
}
}