@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.services-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1679px) {
  .services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1441px) {
  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.services-section .heading .title {
  color: var(--primary);
  text-align: center;
  font-weight: 500;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #013364;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .services-section .heading .title {
    font-size: 28px;
    line-height: 48px;
  }
}
@media (max-width: 1481px) {
  .services-section .heading .title {
    font-size: 26px;
    line-height: 46px;
  }
}
@media (max-width: 1199px) {
  .services-section .heading .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .services-section .heading .title br {
    display: none;
  }
}
.services-section .heading .sub-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #476A8D;
  opacity: 1;
}
@media (max-width: 1679px) {
  .services-section .heading .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1481px) {
  .services-section .heading .sub-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.services-section .nav-tabs {
  justify-content: space-around;
  margin-top: 60px;
  border-bottom: 0;
  border: 1px solid #A6C2DE;
  border-radius: 50px;
  padding: 14px 24px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1679px) {
  .services-section .nav-tabs {
    padding: 12px 20px;
    margin-top: 40px;
  }
}
@media (max-width: 1481px) {
  .services-section .nav-tabs {
    max-width: 600px;
    padding: 8px 16px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .services-section .nav-tabs {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .services-section .nav-tabs {
    position: sticky;
    top: 72px;
    background-color: #ffffff;
    z-index: 2;
  }
}
@media (max-width: 579px) {
  .services-section .nav-tabs {
    padding: 5px 4px;
  }
}
.services-section .nav-tabs .nav-link {
  color: #476A8D;
  border: none !important;
  font-size: 18px;
  background-color: transparent;
}
@media (max-width: 1679px) {
  .services-section .nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .services-section .nav-tabs .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .services-section .nav-tabs .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 579px) {
  .services-section .nav-tabs .nav-link {
    padding: 5px;
    font-size: 12px;
  }
}
.services-section .nav-tabs .nav-item.show .nav-link,
.services-section .nav-tabs .nav-link.active {
  color: #20B8CA;
  font-weight: 600;
  background-color: transparent;
}
.services-section .tab-content {
  padding: 24px 16px;
  border: 1px solid #DFFBFF;
  margin-top: 36px;
  border-radius: 10px;
}
@media (max-width: 1679px) {
  .services-section .tab-content {
    margin-top: 30px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content {
    margin-top: 28px;
  }
}
@media (max-width: 1199px) {
  .services-section .tab-content {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .services-section .tab-content {
    margin-top: 4px;
  }
}
.services-section .tab-content .img-col {
  max-width: 532px;
}
@media (max-width: 1679px) {
  .services-section .tab-content .img-col {
    max-width: 480px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content .img-col {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .services-section .tab-content .img-col {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.services-section .tab-content .img-col img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .services-section .tab-content .img-col img {
    max-width: 600px;
  }
}
.services-section .tab-content .tab-title {
  font-size: 23px;
  color: #013364;
}
@media (max-width: 1679px) {
  .services-section .tab-content .tab-title {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content .tab-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .services-section .tab-content .tab-title {
    font-size: 18px;
  }
}
.services-section .tab-content .tab-txt {
  color: #476A8D;
  font-size: 13px;
  line-height: 1.76;
}
@media (max-width: 1199px) {
  .services-section .tab-content .tab-txt {
    font-size: 12px;
    line-height: 1.4;
  }
}
.services-section .tab-content .tab-subtitle {
  color: #013364;
  font-size: 18px;
  margin-bottom: 23px;
}
@media (max-width: 1679px) {
  .services-section .tab-content .tab-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content .tab-subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.services-section .tab-content .tab-services .service-col {
  display: flex;
  flex-wrap: wrap;
}
.services-section .tab-content .tab-services .service-item {
  position: relative;
  padding-left: 46px;
  padding-right: 20px;
}
.services-section .tab-content .tab-services .service-item:not(.w-100) {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 579px) {
  .services-section .tab-content .tab-services .service-item:not(.w-100) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1679px) {
  .services-section .tab-content .tab-services .service-item {
    padding-left: 44px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content .tab-services .service-item {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .services-section .tab-content .tab-services .service-item {
    padding-left: 36px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.services-section .tab-content .tab-services .service-item:before {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/icon-check-services.svg) no-repeat center/contain;
}
@media (max-width: 1679px) {
  .services-section .tab-content .tab-services .service-item:before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content .tab-services .service-item:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .services-section .tab-content .tab-services .service-item:before {
    width: 18px;
    height: 18px;
  }
}
.services-section .tab-content .tab-services .st-title {
  color: #013364;
  font-size: 18px;
}
@media (max-width: 1679px) {
  .services-section .tab-content .tab-services .st-title {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .services-section .tab-content .tab-services .st-title {
    font-size: 14px;
  }
}