@font-face {
  font-family: "Noto Nastaliq Urdu";
  src: url("../fonts/NotoNastaliqUrdu-Regular.eot");
  src: url("../fonts/NotoNastaliqUrdu-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NotoNastaliqUrdu-Regular.woff2") format("woff2"),
    url("../fonts/NotoNastaliqUrdu-Regular.woff") format("woff"),
    url("../fonts/NotoNastaliqUrdu-Regular.ttf") format("truetype"),
    url("../fonts/NotoNastaliqUrdu-Regular.svg#NotoNastaliqUrdu-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Nastaliq Urdu";
  src: url("../fonts/NotoNastaliqUrdu-Bold.eot");
  src: url("../fonts/NotoNastaliqUrdu-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NotoNastaliqUrdu-Bold.woff2") format("woff2"),
    url("../fonts/NotoNastaliqUrdu-Bold.woff") format("woff"),
    url("../fonts/NotoNastaliqUrdu-Bold.ttf") format("truetype"),
    url("../fonts/NotoNastaliqUrdu-Bold.svg#NotoNastaliqUrdu-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DubaiBold";
  src: url("../fonts/urdu/Dubai-Bold.eot");
  src: url("../fonts/urdu/Dubai-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/urdu/Dubai-Bold.woff2") format("woff2"),
    url("../fonts/urdu/Dubai-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DubaiLight";
  src: url("../fonts/urdu/Dubai-Light.eot");
  src: url("../fonts/urdu/Dubai-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/urdu/Dubai-Light.woff2") format("woff2"),
    url("../fonts/urdu/Dubai-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DubaiMedium";
  src: url("../fonts/urdu/Dubai-Medium.eot");
  src: url("../fonts/urdu/Dubai-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/urdu/Dubai-Medium.woff2") format("woff2"),
    url("../fonts/urdu/Dubai-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DubaiRegular";
  src: url("../fonts/urdu/Dubai-Regular.eot");
  src: url("../fonts/urdu/Dubai-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/urdu/Dubai-Regular.woff2") format("woff2"),
    url("../fonts/urdu/Dubai-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  outline: none !important;
  letter-spacing: 0;
  line-height: 2;
}
a,
a:hover {
  color: #1d1d1d;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.imgFull {
  width: 100%;
}
.underlineText {
  text-decoration: underline;
}
.mdl {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.mdl_inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Noto Nastaliq Urdu'; */
  font-family: "DubaiRegular";

  /*font-family: 'Inter', sans-serif;*/
  color: #1d1d1d;
}
/**+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
	margin-top: 40px;
}*/
html {
  scroll-behavior: smooth;
}
body,
html {
  background: #f6f6f6;
}
body {
  /* font-family: 'Noto Nastaliq Urdu'; */

  font-family: "DubaiRegular";
  /*font-family: 'Inter', sans-serif;*/
  overflow-x: hidden;
  color: #1d1d1d;
}
body.HiddenScroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
body::-webkit-scrollbar-track {
  background: #FFFFFFright 99 top 50%;
}
body::-webkit-scrollbar-thumb {
  background: #0064bf;
}
body::-webkit-scrollbar-thumb:hover {
  background: #11a74f;
}
section,
header,
footer {
  float: right;
  width: 100%;
}
section {
  overflow: hidden;
}
.topBar {
  float: right;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  position: relative;
}
.topBar .logo {
  float: right;
  width: 112px;
}
.topBar .logo img {
  width: 100%;
}
.topRight {
  float: left;
}
.topRightMenu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topRightMenu > li {
  float: right;
  margin-right: 40px;
  font-size: 14px;
  line-height: 24px;
}
.topRightMenu > li:first-child {
  margin-right: 0;
}
.topRightMenu > li > a {
  float: right;
  color: #504f4f;
  padding: 10px 0px;
}
.topRightMenu > li > span {
  float: right;
  margin-left: 10px;
  color: #504f4f;
  padding: 10px 0px;
}
.MenuBar {
  float: right;
  width: 100%;
  background: #f8f8f8;
  padding: 10px 0;
  position: relative;
}
.wthFull {
  width: 100%;
  top: 66px !important;
  min-height: calc(100vh - 132px);
  padding: 0;
}
.mainMenu {
  float: right;
}
.mainMenu > ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainMenu > ul > li {
  float: right;
  margin-right: 40px;
  transition: all 0.3s ease;
}
.mainMenu > ul > li:first-child {
  margin-right: 0;
}
.mainMenu > ul > li > a {
  float: right;
  padding: 11px 0;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.mainMenu > ul > li:hover > a,
.mainMenu > ul > li.active > a {
  color: #0064bf;
}
.mainMenu > ul > li > a:before {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  background: #0064bf;
}
.mainMenu > ul > li:hover > a:before {
  width: 100%;
}
.uk-container {
  box-sizing: border-box;
}
.uk-container .containCustom {
  padding-right: 40px;
  padding-left: 40px;
}
.containCustom {
  max-width: 1720px;
}
.containCustom2 {
  max-width: calc(1720px + 120px);
}
.menuDropDownBox {
  float: right;
  width: 100%;
  padding: 40px 0;
}
.topRight .payOnline {
  float: right;
  height: 40px;
  line-height: 20px;
  padding: 7px 15px;
  background: #e4e4e4;
  border: solid 2px #e4e4e4;
  margin: 3px 0;
  margin-left: 40px;
  color: #1d1d1d;
  transition: all 0.3s ease;
}
.topRight .payOnline:hover {
  background: #0064bf;
  border-color: #0064bf;
  color: #fff;
}
.topRight .SearchBtn {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 3px 0;
  text-align: center;
  color: #1d1d1d;
  cursor: pointer;
}
.topRight .SearchBtn svg {
  margin: 10px;
}
.menuDropDownBox ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuDropDownBox ul li {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}
.menuDropDownBox ul li a {
  float: right;
  padding: 10px 0;
  font-size: 16px;
  color: #1d1d1d;
  position: relative;
  transition: all 0.3s ease;
}
.menuDropDownBox ul li:hover a,
.menuDropDownBox ul li.active a {
  color: #0064bf;
}
.menuDropDownBox ul li a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  background: #0064bf;
}
.menuDropDownBox ul li:hover a:before,
.menuDropDownBox ul li.active a:before {
  width: 100%;
}
.menuTbox {
  float: right;
  width: 100%;
}
.menuTbox h3 {
  float: right;
  width: 100%;
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
}
.menuTbox p {
  float: right;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  margin-top: 0;
  max-width: 80%;
}
.menuTbox img {
  width: 100%;
}
.homeBanner {
  position: relative;
}
.homeBannerTxt {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
}
.homeBannerTxt h1,
.homeBannerTxt h2 {
  float: right;
  font-size: 42px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 70%;
}
.homeBannerTxt p {
  float: right;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  max-width: 64%;
  margin-top: 0;
}
.homeBanneBtn {
  float: right;
  width: 100%;
}
.homeBanneBtn a,
.homeBanneBtn button {
  float: right;
  background: #fff;
  color: #0064bf;
  line-height: 24px;
  font-size: 18px;
  padding: 12px 30px;
  border: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}
.homeBanneBtn a:hover,
.homeBanneBtn:hover button {
  background: #0064bf;
  color: #fff;
}
.homeBanneFull {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}
.homeBanneSqrBox {
  border: 1px solid #ffffff91;
  border-radius: 4px;
  float: left;
  padding: 30px 20px;
  width: 250px;
  text-align: center;
  overflow: hidden;
}
.homeBanneSqrBox:before {
  background: rgba(122, 122, 122, 0.24);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.homeBanneSqrBox h4 {
  float: right;
  width: 100%;
  font-weight: bold;
  font-size: 45px;
  margin: 0;
  position: relative;
}
.homeBanneSqrBox p {
  float: right;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  max-width: inherit;
  margin: 0;
  position: relative;
}
.homeBullets {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.homeBullets li {
  display: inline-block;
}
.homeBullets li a {
  background: #fff;
}
.homeBanner .homeBullets > * > * {
  background: #fff;
}
.homeBanner .homeBullets > .uk-active > * {
  background: #0064bf;
}
.TickerSec {
  padding: 10px 0;
  background: #023c5a;
}
.TickerBox {
  float: right;
  width: 100%;
  margin: 0;
}
.NewsTicker {
  margin: 0;
  padding: 0;
  list-style: none;
}
.NewsTicker li {
  float: right;
  margin: 0 !important;
  color: #fff;
  position: relative;
  padding: 0 50px;
}
.NewsTicker li:first-child:before {
  display: none;
}
.acmeticker-wrap {
  float: right;
  width: calc(100% - 210px);
  overflow: hidden;
  height: 40px;
  margin-right: 15px;
}
.NewsTicker li p {
  float: right;
  margin: 0;
  margin-left: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
.NewsTicker li p:last-child {
  margin-left: 0;
}
.NewsTicker li:before {
  position: absolute;
  right: 0.5px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background: #fff;
  content: "";
}
.viewAll {
  float: right;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px 20px;
  color: #074d7b;
  font-size: 14px;
  line-height: 20px;
  border: none;
  transition: all 0.3s ease;
  height: 40px;
}
.viewAll:hover {
  background: #f8f8f8;
  color: #1d1d1d;
}
.SecWrap {
  padding-bottom: 120px;
}
.SecWrap.SecTopSpace {
  padding-top: 120px;
}
.HeadingBox {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.HeadingBox h3 {
  color: #1d1d1d;
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
}
.HeadingBox p {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
}
.LinkBtn {
  float: left;
  color: #0064bf;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.3s ease;
}
.LinkBtn:hover {
  text-decoration: underline;
}
.blueBtn {
  float: right;
  background: #0064bf;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  padding: 5px 30px 12px;
  border: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}
.packageBtn {
  float: right;
  background: #0064bf;
  color: #fff;
  line-height: 24px;
  font-size: 15px;
  padding: 12px 30px;
  border: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
}
.blueBtn:hover {
  background: #074d7b;
  color: #fff;
}
.blueBtn ~ .blueBtn {
  margin-right: 20px;
}
.portBox {
  float: right;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 400px;
}
.portBox img {
  width: 100%;
}
.portBox:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/cardhover.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.portBox:hover:before {
  opacity: 1;
}
.portBoxHover {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px 30px;
  z-index: 1;
  width: 100%;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.portBoxHover h4 {
  float: right;
  width: 100%;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
  transform: translateY(-55px);
  transition: all 0.3s ease;
}
.portBoxHover p {
  float: right;
  width: 100%;
  margin: 0;
  font-size: 22px;
}
.portBox:hover .portBoxHover {
  transform: translateY(0);
}
.portBox:hover .portBoxHover h4 {
  transform: translateY(0);
}
.SecBan {
  float: right;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.SecBan > img {
  width: 100%;
}
.SecBanTxt {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
.SecBanInner {
  float: right;
  width: 100%;
  max-width: 460px;
}
.SecBanTxt h3 {
  color: #1d1d1d;
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
  float: right;
  width: 100%;
}
.SecBanTxt p {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  float: right;
  width: 100%;
}
.ScrollCarousal {
  float: right;
  width: 100%;
}
.ScrollCarousal .uk-slider-items li {
  padding-left: 15px;
}
.ScrollCarousal .uk-slider-container {
  overflow: inherit;
}
.ScrollCarousalBox {
  float: right;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.ScrollCarousalBox > img {
  width: 100%;
}
.ScrollCarousalBox:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/cardhover3urdu.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.ScrollCarousalBox:hover:before {
  opacity: 1;
}
.ScrollCarousalBoxHover {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px 30px;
  z-index: 1;
  width: 100%;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.ScrollCarousalBoxHover h4 {
  float: right;
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  margin: 0 0 10px;
  transform: translateY(-80px);
  transition: all 0.3s ease;
}
.ScrollCarousalBoxHover p {
  float: right;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.ScrollCarousalBox:hover .ScrollCarousalBoxHover {
  transform: translateY(0);
}
.ScrollCarousalBox:hover .ScrollCarousalBoxHover h4 {
  transform: translateY(0);
}

.ScrollBtl {
  display: inline-block;
  float: right;
  position: relative;
  right: 50%;
  margin-top: 30px;
  width: 100%;
  max-width: 350px;
  transform: translateX(50%);
}
.ScrollBtl .uk-dotnav > * {
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 1px;
}
.ScrollBtl .uk-dotnav > * > * {
  float: right;
  width: 100%;
  background: #0064bf;
  border: none;
  height: 4px;
  border-radius: 0;
}
.ScrollBtl li.uk-active ~ li a {
  background: #d8dada;
}
.textLight .SecBanTxt h3 {
  color: #fff;
}
.textLight .SecBanTxt p {
  color: #fff;
}
.whiteBtn {
  float: right;
  background: #fff;
  color: #0064bf;
  line-height: 30px;
  font-size: 18px;
  border: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  padding: 5px 30px 12px;
  margin-top: 20px;
  cursor: pointer;
}
.whiteBtn:hover {
  background: #fff;
  color: #1d1d1d;
}
.whiteBtn + .whiteBtn {
  margin-right: 15px;
}
.badgeBox {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e4e4e4;
  color: #1d1d1d;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.cardsCarousel .uk-card {
  max-width: 400px;
  border-radius: 4px;
  overflow: hidden;
  float: right;
}
.cardsCarousel .uk-card-body {
  padding: 30px 30px;
}
.badgeBox ~ .badgeBox {
  margin-right: 0px;
}
.cardsCarousel .badgeBox {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  background: #e4e4e4;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 6px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 400;
}
.cardsCarousel h3 {
  font-size: 24px;
  line-height: 50px;
  color: #0064bf;
  font-weight: bold;
  margin-top: 0;
}
.cardsCarousel p {
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 0;
}
.SecBanInner.fullWidth {
  max-width: inherit;
}
.textLight .LinkBtn {
  color: #fff;
}
.infoBox {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.infoBox .badgeBox {
  float: right;
  color: #0064bf;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.Newsbox h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.Newsbox p {
  font-size: 14px;
  line-height: 30px;
  color: #1d1d1d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.autherName {
  float: right;
  margin: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #1d1d1d;
}
.dateInfo {
  float: right;
  margin: 5px 0;
  font-size: 12px;
  line-height: 20px;
  color: #606060;
}
.flrigt {
  float: left;
}
.Newsbox {
  transform: translateY(-50%);
  position: relative;
  padding: 0 60px;
}
footer {
  background: #fff;
  padding: 60px 0 20px;
  color: #1d1d1d;
  border-top: 2px solid #eee;
}
footer a:hover {
  color: #0064bf;
}
.ftrLinks {
  float: right;
  width: 100%;
}
.ftrLinks h6 {
  float: right;
  width: 100%;
  font-size: 14px;
  color: #0064bf;
  font-weight: 500;
  margin-bottom: 30px;
}
.ftrLinks ul {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ftrLinks ul li {
  float: right;
  width: 100%;
  margin: 0 0 10px;
}
.ftrLinks ul li a {
  float: right;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.ftrLinks ul li a:hover {
  color: #0064bf;
}
.ftrAddress {
  float: right;
  width: 100%;
  max-width: 170px;
}
.ftrAddress p {
  float: right;
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
}
.ftrlogo {
  float: right;
}
.crfBtn {
  float: right;
  background: transparent;
  border: solid 1px #ec1c21;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #ec1c21;
  transition: all 0.3s ease;
}
.crfBtn:hover {
  background: #ec1c21;
  color: #fff;
}
.apiBtns {
  float: left;
}
.apiBtns a {
  float: right;
  margin-right: 20px;
  width: 100%;
  max-width: 135px;
}
.copyRights {
  float: right;
  width: 100%;
  max-width: 180px;
}
.copyRights p {
  margin: 0;
  font-size: 14px;
}
.cocBtn {
  float: right;
  margin: 10px 0;
  font-size: 14px;
}
.SocialLinks {
  float: left;
}
.SocialLinks ul {
  float: right;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.SocialLinks ul li {
  float: right;
  margin-right: 12px;
}
.SocialLinks ul li a {
  float: right;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.designDevelop {
  float: right;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.ftrbtmLink {
  float: left;
  margin: 0;
  position: 0;
  list-style: none;
}
.ftrbtmLink1 {
  float: right;
  margin: 0;
  position: 0;
  list-style: none;
}
.ftrbtmLink li,
.ftrbtmLink1 li {
  float: right;
  font-size: 12px;
  margin-right: 30px;
  line-height: 20px;
}
.ftrbtmLink li a,
.ftrbtmLink1 li a {
  float: right;
}
.HeaderInnerPage {
  position: relative;
}
.HeaderInnerPage > img {
  width: 100%;
}
.HeaderInnerTxt {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 100%;
  color: #fff;
}
.HeaderInnerTxt* > :last-child {
  margin-bottom: 0;
}
.HeaderInnerTxt h1 {
  float: right;
  width: 100%;
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  max-width: 500px;
}
.HeaderInnerTxt p {
  float: right;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  margin-top: 0;
}
.HeaderInnerTxt a {
  float: right;
  background: none;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  padding: 12px 30px;
  border: none;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  border: solid 1px #fff;
}
.HeaderInnerTxt a:hover {
  background: #fff;
  color: #0064bf;
}
.fullWidth.HeaderInnerTxt h1 {
  max-width: inherit;
}
.innerPageContent {
  float: right;
  width: 100%;
}
.innerPageContent h2 {
  float: right;
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.innerPageContent h3 {
  float: right;
  width: 100%;
  color: #1d1d1d;
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
  margin-top: 0px;
}
.innerPageContent p {
  float: right;
  width: 100%;
  margin-top: 0;
}
.boxyDesign {
  float: right;
  width: 100%;
  color: #fff;
  position: relative;
}
.boxyDesignImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.boxyDesignImg img {
  width: 100%;
}
.boxyDesignTxt {
  float: left;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0064bf;
  background-image: url(../images/pattren.svg);
  position: relative;
  margin-top: 240px;
  margin-left: 130px;
  padding: 65px 55px;
  max-width: 670px;
}
.boxyDesignTxt h3,
.boxyDesignTxt h4,
.boxyDesignTxt h5 {
  float: right;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.boxyDesignTxt h3 {
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
}
.boxyDesignTxt h4 {
  font-size: 22px;
  line-height: 56px;
  font-weight: 500;
}
.boxyDesignTxt p {
  float: right;
  width: 100%;
  margin-top: 0px;
  font-size: 18px;
}
.boxyDesignTxt ul {
  float: right;
  width: 100%;
  margin-top: 0px;
}
.boxyDesignTxt ul li {
  float: right;
  width: 100%;
  font-size: 18px;
}
.boxyDesignTxt .blueBtn {
  border: solid 1px #fff;
}
.boxyDesignTxt .blueBtn:hover {
  border-color: #074d7b;
}
.GridBox {
  float: right;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
}
.GridBox > img {
  width: 100%;
}
.GridBoxTxt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 40px 40px;
  color: #fff;
  max-width: 480px;
}
.GridBoxTxt h3 {
  color: #fff;
  float: right;
  width: 100%;
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
}
.GridBoxTxt p {
  float: right;
  width: 100%;
  font-size: 18px;
  margin-top: 0;
}
.ourPartners {
  float: right;
  width: 100%;
  text-align: center;
}
.ourPartners h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.partnersImg {
  float: right;
  margin-left: 40px;
}
.innerPageContent2 {
  float: right;
  width: 100%;
}
.innerPageContent2 h2 {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}
.cbox {
  float: right;
  width: 100%;
  max-width: 460px;
}
.innerPageContent2 h4 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
.innerPageContent2 p a {
  color: #0064bf;
}
.addressicons {
  display: inline-block;
  width: 100%;
}
.addressicons p svg {
  margin-right: -30px;
  float: right;
}
.addressicons p {
  padding-right: 30px;
  margin-top: 0;
}
.breadcrumb {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 25px;
}
.uk-breadcrumb {
  margin: 0;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  color: #585e62;
}
.uk-breadcrumb li a {
  font-size: 12px;
  color: #0064bf;
  font-weight: 500;
  line-height: 20px;
}
.uk-breadcrumb li span {
  font-size: 12px;
  color: #585e62;
  line-height: 20px;
}
.DisclaimerBox {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
}
.DisclaimerBox img {
  margin-top: 30px;
}
.tabsSec {
  float: right;
  width: 100%;
}
.tabBtn {
  float: right;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.tabBtn li {
  float: right;
  margin-right: 40px;
}
.tabBtn li:first-child {
  margin-right: 0;
}
.tabBtn li a {
  float: right;
  padding: 10px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.tabBtn li a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0064bf;
  content: "";
  transition: all 0.3s ease;
}
.tabBtn li.uk-active a:before,
.tabBtn li.uk-active_tb a:before {
  width: 100%;
}
.tabBtn li.uk-active a,
.tabBtn li:hover a,
.tabBtn li.uk-active_tb a {
  color: #0064bf;
}
.TabBox {
  float: right;
  width: 100%;
}
.TabBox > li {
  float: right;
  width: 100%;
}
.tabInner {
  float: right;
  width: 100%;
}
.tabInner h3 {
  font-size: 24px;
  line-height: 52px;
  color: #0064bf;
  font-weight: bold;
  margin-top: 0;
  float: right;
  width: 100%;
}
.tabInner p {
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 0;
  float: right;
  width: 100%;
}
.tabInner .uk-card-body {
  position: relative;
  padding: 40px 40px;
  padding-bottom: 100px;
}
.tabInner span {
  font-size: 14px;
  color: #000000;
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-weight: 500;
}
.detailsPage {
  float: right;
  width: 100%;
  padding: 80px 70px 0;
  background: #f6f6f6;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  color: #000;
}
.ovverflowAuto {
  overflow: initial;
}
.detailsPage h1 {
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
}
.detailsPage h6 {
  font-size: 18px;
  line-height: 30px;
}
.detailsPage h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.uk-card-media-top img {
  width: 100%;
}
.NewsFilter {
  float: right;
  width: 100%;
  padding-bottom: 60px;
}
.NewsFilter .uk-select:not([multiple]):not([size]) {
  padding-left: 30px;
  background-image: url(../images/selectdown.svg);
  background-repeat: no-repeat;
  background-position: 1% 50%;
  background-size: 30px 30px;
  max-width: 224px;
  margin-left: 20px;
  border-radius: 4px;
  border: solid 1px #ededed;
  height: 50px;
  font-size: 12px;
  color: #1d1d1d;
  float: right;
}
.NewsFilter .blueBtn {
  margin-top: 5px;
}
.NewsSec {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.newsCard {
  float: right;
  width: 100%;
}
.newsCard h3 {
  font-size: 24px;
  line-height: 50px;
  color: #0064bf;
  font-weight: bold;
  margin-top: 0;
  float: right;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsCard p {
  float: right;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newsCard ul {
  list-style: none;
  padding: 0;
  float: right;
  width: 100%;
  margin-top: 0;
}
.newsCard ul li:last-child {
  margin-bottom: 0;
}
.newsCard ul li {
  padding-right: 30px;
  background-image: url(../images/icons/tick.svg);
  background-repeat: no-repeat;
  background-position: right 3px;
  margin-bottom: 15px;
}
.newsCard .uk-card-body {
  position: relative;
  padding: 40px 40px;
  padding-bottom: 140px;
}
.newsCard .blueBtn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.dateNews {
  position: absolute;
  left: 40px;
  bottom: 52px;
}
.NewsPagination {
  float: right;
  width: 100%;
}
.NewsPagination .uk-pagination > * > * {
  color: #1d1d1d;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
}
.NewsPagination .uk-pagination > .uk-active > * {
  color: #fff;
  background: #1d1d1d;
}
.innerPageContent2 h2 a {
  float: left;
  color: #0064bf;
  font-size: 24px;
  text-decoration: underline;
}
.whiteTabsSec h2 {
  color: #1d1d1d;
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
  float: right;
  width: 100%;
}
.tabBtn2 {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabBtn2 li {
  float: right;
}
.tabBtn2 li a {
  float: right;
  padding: 20px 20px;
}
.tabBtn2 li.uk-active a {
  background: #fff;
  color: #0064bf;
}
.tabsContent {
  float: right;
  width: 100%;
  background: #fff;
  padding: 40px 40px;
}
.tabsContent h3 {
  font-size: 24px;
  font-weight: bold;
}
.tabsContent * + h3 {
  margin-top: 40px;
}
/*{
	background: #0064BF17;
}*/
.uk-table th {
  background: #0064BFright 17 top 50%;
  color: #1d1d1d;
  font-weight: bold;
}
.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
  border-color: #dddddd;
}
.tabsFormBox {
  float: right;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 40px;
  /* max-width: 720px; */
}
.tabsFormBox .uk-select:not([multiple]):not([size]) {
  padding-left: 30px;
  background-image: url(../images/selectdown.svg);
  background-repeat: no-repeat;
  background-position: 1% 50%;
  background-size: 30px 30px;
  border-radius: 4px;
  border: solid 1px #ededed;
  height: 50px;
  font-size: 14px;
  color: #1d1d1d;
}
.tabsFormBox .uk-input {
  border-radius: 4px;
  border: solid 1px #ededed;
  height: 50px;
  font-size: 14px;
  color: #1d1d1d;
}
.chartSec {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}
.DownloadList {
  float: right;
  width: 100%;
}
.DownloadList ul {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.DownloadList ul li {
  float: right;
  width: 100%;
  margin-bottom: 1px;
}
.DownloadList ul li a {
  float: right;
  width: 100%;
  background: #e4e4e4;
  padding: 20px 40px;
  transition: all 0.3s ease;
}
.DownloadList ul li a:hover {
  background: #0064bf;
  color: #fff;
}
.DownloadList ul li a svg {
  float: left;
}
.seeAll {
  float: right;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.seeAll a {
  transition: all 0.3s ease;
  display: inline-block;
}
.seeAll a:hover {
  color: #0064bf;
}
.clrblue {
  color: #0064bf;
}
.tabsContent .uk-accordion-content a {
  color: #0064bf;
}
.tabsContent .uk-accordion > li {
  border-bottom: solid 1px #e4e4e4;
}
.tabsContent .uk-accordion > :nth-child(n + 2) {
  margin-top: 10px;
}
.tabsContent .uk-accordion-title {
  padding: 15px 0;
}
.tabsContent .uk-accordion-content {
  margin-top: 10px;
  margin-bottom: 20px;
}
.financialModal .uk-modal-body {
  padding: 40px 70px;
}
.financialModal h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.searchList {
  float: right;
  width: 100%;
  margin-bottom: 40px;
}
.searchList .uk-search-default {
  width: 100%;
}
.searchList .uk-search-default .uk-search-input {
  border-radius: 4px;
  border: solid 1px #cdcaca;
  height: 50px;
  font-size: 14px;
  color: #1d1d1d;
  background: #fff;
}
.badgesBar {
  float: right;
  width: 100%;
  position: relative;
}
.badgesBar .badgeBox {
  position: relative;
  float: right;
  right: 0;
  top: 0;
  margin-bottom: 10px;
}

.WhiteBgSection {
  background-color: #fff;
}
.SecBottomSpace {
  padding-bottom: 240px;
}
.SvgBlue svg {
  color: #0064bf;
}
.Mt40 {
  margin-top: 40px;
}
.formInput {
  display: block;
  position: relative;
}
.FormBtn a {
  color: #0064bf;
}
.WhiteBgSection .innerPageContent p {
  font-size: 18px;
  font-weight: 400;
}

.BlockHeading {
  font-size: 45px;
  letter-spacing: -1.08px;
  line-height: 52px;
  font-weight: bold;
}
.Content h5 {
  color: #1d1d1d;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}
.Content p {
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 400;
}

.innerPageContent h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 70px;
  color: #1d1d1d;
}

.coverSection {
  height: 400px;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.CoverBgContent h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
}
.CoverBgContent {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.transparentbtn {
  float: right;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 30px;
}
.transparentbtn:hover {
  color: #0064bf;
  background: #fff;
}
.JobForm .uk-select {
  max-width: 100% !important;
}
.JobForm label {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #1d1d1d;
  font-weight: 500;
}
.JobForm input {
  height: 50px;
  font-size: 12px;
  color: #1d1d1d;
  float: right;
}
.JobForm textarea {
  font-size: 12px;
  color: #1d1d1d;
}

.JobForm input::-webkit-input-placeholder {
  color: #1d1d1d;
}
.GuideSearchInput input {
  padding-left: 30px;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: 16px 16px;
  max-width: 224px;
  margin-left: 20px;
  border-radius: 4px;
  border: solid 1px #ededed;
  height: 50px;
  font-size: 12px;
  color: #1d1d1d;
  float: right;
}

.GuideImgTop {
  position: relative;
}
.detailsPage h6 {
  font-size: 16px;
  color: #1d1d1d;
  line-height: 30px;
  font-weight: bold;
}
.brandPortfolio {
  position: relative;
  display: block;
  width: 100%;
}
.badgeBoxDownlaod {
  position: absolute;
  bottom: 60px;
  left: 20px;
}
.brandPortfolio p {
  font-size: 16px;
  line-height: 30px;
}
.detailsPage h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 52px;
  margin-top: 60px;
}
/* .testimonialCard p {
    width: 45%;
    margin: 0px auto;
	float: none;
} */
.rate {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.rate ul li {
  float: right;
  margin: 7px;
}
.rate ul {
  display: inline-block;
  list-style: none;
  padding: 0px;
}
.ratingBody {
  width: 100%;
  float: right;
  display: block;
}
.ratingBody span {
  width: 45%;
  margin: 0px auto;
  text-align: center;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.ratingBody {
  width: 100%;
  display: flex;
}

.ratingFooter {
  display: block;
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.rate ul li svg path {
  fill: #9dafbd;
  color: #9dafbd;
}
.ratingFooter p {
  margin: 0;
}
.SecBanContent {
  width: 100%;
  display: block;
}
.ContactAddress span {
  width: 8%;
  float: right;
}
.ContactAddress p {
  float: right;
  width: 90%;
}
.contactLeftContent ul li {
  list-style: none;
}
.contactLeftContent ul {
  padding: 0;
}
.addressicons p a {
  color: #0064bf;
  text-decoration: underline;
}
.footBtn {
  float: right;
  /* background: transparent; */
  /* border: solid 1px #EC1C21; */
  padding: 10px 60px;
  border-radius: 4px;
  font-size: 14px;
  color: #0064bf;
  transition: all 0.3s ease;
}
.js-upload.uk-placeholder {
  border: 1px dashed #000;
  padding: 70px;
}
.contactRightContent h3 {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: bold;
}
.contactRightContent label {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.contactRightContent input,
.contactRightContent .NewsFilter1 select {
  height: 50px !important;
  font-size: 14px !important;
  color: #1d1d1d !important;
}
.selectForm.uk-form-custom {
  /* border: 1px solid; */
  width: 100%;
  margin: 0pxa;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}

.selectForm.uk-form-custom span {
  margin-top: 20px;
  border: 1px solid #000;
  display: block;
  width: 25%;
  color: #000;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactRightContent textarea {
  resize: none;
}
.JobForm.NewsFilter textarea {
  resize: none;
  font-size: 12px;
  color: #1d1d1d;
}
.contactRightContent .uk-form-custom input[type="file"],
.uk-form-custom select {
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
  height: 60px !important;
}
.uk-card.faqsCard {
  position: relative;
  background: #fff;
  display: flex;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.faqsCard h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 0px;
}
.faqsCard h6 {
  font-size: 24px;
  color: #1d1d1d;
  margin: 8px 0px 15px 0px;
  line-height: 36px;
}
.uk-card.faqsCard span {
  font-size: 14px;
  line-height: 30px;
}

.faqsCard .uk-card-body {
  width: 90%;
  float: right;
}
.faqsCard .uk-card-footer {
  width: 10%;
  float: right;
  margin-top: 2%;
  border: none;
  text-align: center;
}
.FaqAccordion ul.uk-accordion > li {
  display: block;
  background-color: #fff;
  height: 100%;
  padding: 40px 34px;
  margin: 0px !important;
  border: 1px solid #dddddd;
}
ul.uk-accordion > li > a {
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
}
.FaqAccordion li .uk-accordion-content p {
  font-size: 16px;
  line-height: 30px;
  color: #1d1d1d;
}
.FaqAccordion li.uk-open a {
  color: #0064bf;
}
.FaqAccordion .uk-accordion-content {
  margin: 10px 0px 0px 0px;
}
.homeBanneBtn a {
  margin-left: 20px;
}
.HeadingBox {
  padding-bottom: 30px;
}
.Newsbox h3 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.CorporateCard {
  background-color: #f5f5f5;
}
.orbisContent {
  background-color: #fff;
}
.orbisContent tr th {
  color: #0064bf;
}
.FormTabs {
  border: 1px solid #dddddd;
  padding: 30px;
  border-radius: 4px;
  font-size: 14px;
}
.FormTabs h6 {
  font-size: 16px;
  font-weight: bold;
}
.FormTabs label {
  color: #1d1d1d;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.FormTabs input.uk-checkbox {
  margin-left: 10px;
  border-radius: 3px;
  height: 15px;
  margin-top: 4px;
}
ul.topRightMenu.stickyTopBar li {
  margin-right: 20px;
}
ul.topRightMenu.stickyTopBar li ~ li {
  margin-right: 140px;
}
ul.topRightMenu.stickyTopBar li ~ li ~ li {
  margin-right: 20px;
}

li.appointment,
li.PhoneTopSticky {
  margin-top: 7px;
}
li.appointment a {
  padding: 5px 25px;
  background-color: #0064bf;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
}
li.PhoneTopSticky a {
  padding: 5px 25px;
  background-color: #fff;
  color: #0064bf;
  border-radius: 40px;
  font-size: 14px;
}
.topBar.topBarsticky {
  background-color: #023c5a;
}
ul.topRightMenu.stickyTopBar span {
  padding: 0;
  line-height: 15px;
  margin-top: 15px;
  color: #ffffff;
}
li.PACRA {
  color: #fff;
  background-color: #12845a;
  padding: 5px 30px;
  text-align: center;
  border-radius: 5px;
  line-height: 15px;
}
li.PACRA h6 {
  margin: 0;
  font-weight: bold;
  color: #ffff;
}
li.PACRA span {
  font-size: 12px;
  font-weight: 100;
  color: #ffff;
}
li.WhitePACRA {
  color: #12845a;
  background-color: #fff;
  padding: 5px 30px;
  text-align: center;
  border-radius: 5px;
  line-height: 15px;
  margin-right: 10px;
}
li.WhitePACRA h6 {
  margin: 0;
  font-weight: bold;
  color: #12845a;
}
li.WhitePACRA span {
  font-size: 12px;
  font-weight: 100;
  color: #000;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
ul.faqsitems.uk-accordion {
  border: 1px solid #eee;
  /* padding: 20px; */
}
ul.faqsitems.uk-accordion li {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
ul.faqsitems.uk-accordion li.uk-open a {
  color: #0064bf;
}
.sendMessage {
  display: block;
  float: right;
  background-color: #fff;
  padding: 70px;
  border-radius: 4px;
  margin-top: 3%;
}
.educationItem h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.education p {
  color: #0064bf;
  font-size: 24px;
  margin-bottom: 30px;
}
.orbisContent tr {
  border-bottom: 1p;
  border-bottom: 1px solid #eee;
}
.badgesBarDiscount .badgeBox {
  padding: 5px 10px;
}
.discounts .uk-card-body {
  padding-bottom: 50px !important;
}
.see-all a {
  color: #0064bf;
  font-size: 16px;
}
.searchFormDiscount input {
  width: 100%;
  max-width: 100%;
}
.searchFormDiscount .GuideSearchInput input {
  padding-left: 50px;
}
.discountBadge .badgeBox {
  background: #fff;
  color: #0064bf;
  font-weight: bold;
  border: 1px solid;
}

.bookAppointment label {
  display: flex;
  border: solid 1px #000000;
  border-radius: 6px;
  width: 40px;
  height: 24px;
  margin: 5px;
  color: #1d1d1d;
  background-color: white;
  text-align: center;
  line-height: 20px;
  float: right;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.bookAppointment label img {
  width: 20px;
  margin-left: 5px;
}

.bookAppointment input[type="checkbox"] {
  display: none;
}

.bookAppointment input:checked + label {
  transition: all 0.5s ease-in-out;
  border: solid 2px #000;
  color: white;
  background-color: #000;
}
.bookAppointment label:hover {
  cursor: pointer;
}
.bookAppointment input[type="submit"] {
  border-radius: 15px;
  width: 100px;
  height: 40px;
  margin: 10px;
  margin-top: 30px;
  float: right;
}
.bookAppointment input[type="submit"]:hover {
  cursor: pointer;
  background-color: black;
  color: white;
}
img.rateImg {
  width: 20%;
  margin: 0;
}
ul.productContentList ol {
  list-style: circle;
}
ul.productContentList li ol li {
  background-image: none;
  padding: 0px 10px;
}
.addressicons.vacancy p svg {
  margin-top: 5px;
}
.LinkedinBtn {
  display: block;
  width: 100%;
  float: right;
  margin-top: 3%;
  border-top: 1px solid #eee;
}
a.Linkedin {
  margin-top: 3%;
  display: block;
  background-color: #0976b4;
  max-width: 200px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.LinkedinBtn svg {
  margin-left: 7px;
}

.employeeBtn {
  float: right;
  background: transparent;
  color: #0064bf;
  line-height: 24px;
  font-size: 18px;
  padding: 10px 30px;
  border: 1px solid #0064bf;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 20px;
}

.employeeBtn:hover {
  color: #0064bf;
}
.tabBtn.BankTab li {
  float: right;
  margin-right: 20px;
}
.tabBtn.BankTab li a {
  float: right;
  padding: 10px 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.tabsContent.financialTabli ul li p {
  margin-top: 0px;
}
.tabsContent.financialTabli ul li h5 {
  margin: 0;
}
.ratingBody.experiencebody span {
  width: 100%;
}
.detailsPage ul li h6 {
  margin: 0;
}
.detailsPage ul li p {
  margin: 0;
  margin-bottom: 15px;
}

/* multi step start */

.wrappermultiform {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0px;
  border-radius: none;
}

.wrappermultiform .header {
  margin-bottom: 35px;
  display: block;
  /* justify-content: center; */
}

.wrappermultiform .header ul {
  display: flex;
  padding: 0;
}

.wrappermultiform .header ul li {
  margin-left: 20px;
  position: relative;
  list-style: none;
  width: 180px;
  height: 2px;
}

.wrappermultiform .header ul li:last-child {
  margin-left: 0;
}

.wrappermultiform .header ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
}

.wrappermultiform .header ul li:last-child:before {
  /* display: none; */
}

.wrappermultiform .header ul li div {
  padding: 5px;
  border-radius: 50%;
}

.wrappermultiform .header ul li p {
  width: 50px;
  height: 50px;
  background: blue;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.wrappermultiform .header ul li.active:before {
  background: #0064bf;
}

.wrappermultiform .header ul li.active p {
  background: red;
}
.wrappermultiform .form_wrap h2 {
  color: var(--header-clr);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wrappermultiform .form_wrap .input_wrap {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.wrappermultiform .form_wrap .input_wrap:last-child {
  margin-bottom: 0;
}

.wrappermultiform .form_wrap .input_wrap label {
  display: block;
  margin-bottom: 5px;
}

.wrappermultiform .form_wrap .input_wrap .input {
  border: 2px solid var(--secondary);
  border-radius: 3px;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  transition: 0.5s ease;
}

.wrappermultiform .form_wrap .input_wrap .input:focus {
  border-color: var(--primary);
}
.btns_wrap {
  width: 100%;
  display: block;
  float: right;
}

/* .wrappermultiform .btns_wrap{
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
} */

.wrappermultiform .btns_wrap .common_btns {
  display: flex;
  /* justify-content: space-between; */
}

.modal_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.modal_wrapper .shadow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.2s ease;
}

.modal_wrapper .success_wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -800px);
  background: #fff;
  padding: 50px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: 0.5s ease;
}

.modal_wrapper .success_wrap .modal_icon {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.modal_wrapper.active {
  visibility: visible;
}

.modal_wrapper.active .shadow {
  opacity: 1;
}

.modal_wrapper.active .success_wrap {
  transform: translate(50%, -50%);
}
.employeeForm {
  width: 100%;
  display: block;
  float: right;
}
.btn_next.blueBtn,
.btn_next_calculation.blueBtn {
  float: right;
  border: 1px solid #0064bf;
  background: #0064bf;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  padding: 12px 25px 12px 16px;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 20px;
}
button.btn_next.blueBtn svg {
  margin-right: 9px;
}
.form_wrap input.uk-checkbox {
  margin-left: 10px;
  border-radius: 3px;
  height: 15px;
  margin-top: 4px;
}
.form_wrap input.uk-radio {
  display: inline-block;
  height: 16px !important;
  width: 16px;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.btn_back.transparentbtn,
.btn_back_calculation.transparentbtn {
  float: right;
  border: 1px solid #0064bf;
  background: transparent;
  color: #0064bf;
  line-height: 20px;
  font-size: 14px;
  padding: 12px 16px 12px 26px;
  border-radius: 36px;
  transition: all 0.3s ease;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 20px;
}
.form_wrap h5 {
  font-weight: bold;
  font-size: 16px;
}
/* multi step end */

input#chk-Yes,
input#chk-No {
  margin-top: 1%;
}
.contactLeft .uk-card-body {
  padding: 40px 20px !important;
}
.category .uk-checkbox {
  border-radius: 50%;
}
.Employee-Form_main .category.selectJob label {
  border: 1px solid #eee;
  margin-left: 10px;
  padding: 5px 10px 5px 15px;
  display: inline-block;
  /* float: left; */
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 14px;
  border-radius: 25px;
  color: #000000;
  width: auto;
}
div#city {
  width: 100%;
  float: left;
}
.Employee-Form_main .email {
  width: 50%;
  font-size: 12px;
  color: #000;
}
.Employee-Form_main h6 {
  font-size: 24px;
  color: #1d1d1d;
  line-height: 89px;
}
.email label {
  font-size: 14px;
  color: #1d1d1d;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}
.CustomToolTip {
  width: 20px;
  float: left;
}
div#modal-education .uk-modal-dialog,
#modal-calculation .uk-modal-dialog,
#modal-calculation-result .uk-modal-dialog {
  width: 100%;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f7f7f7;
}
div#modal-education .uk-modal-header,
#modal-calculation .uk-modal-header,
#modal-calculation-result .uk-modal-header {
  background: #f7f7f7;
}
div#modal-education,
#modal-calculation,
#modal-calculation-result {
  padding: 0;
  z-index: 11000;
}
div#modal-education .uk-modal-body,
#modal-calculation .uk-modal-body,
#modal-calculation-result .uk-modal-body {
  padding: 0;
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 11000;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  top: 0;
  box-sizing: border-box;
  max-width: 350px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
div#thank-you h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
div#thank-you p {
  margin: 0;
}
div#thank-you .uk-modal-dialog {
  border-radius: 5px;
}
.claimForm {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  padding: 40px;
}
.claimForm .selectForm.uk-form-custom span {
  width: 35%;
  font-size: 14px;
}
.claimForm .cbox h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ratingFooter {
  margin-bottom: 0 !important;
}
.childInfo {
  margin-bottom: 20px;
}
.childInfo h5 {
  max-width: 700px;
}
.childInfo a {
  border: 1px solid;
  padding: 0px 5px;
  border-radius: 50%;
  float: left;
  line-height: 17px;
  width: 20px;
  height: 20px;
}

a#addChild {
  color: #1e87f0;
  text-decoration: underline;
}
button.btn_skip_calculation {
  margin: 30px auto 0px 0px;
  border: navajowhite;
  background: no-repeat;
  color: #0064bf;
  font-size: inherit;
  line-height: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.uk-container-small.mtauto {
  margin: 32px auto;
}
.Calculateresult tr:last-child {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.Calculateresult tr:last-child td {
  color: #0064bf;
  font-size: 20px;
  font-weight: 600;
}
.form_7_btns_calculation_result {
  position: relative;
}

.form_7_btns_calculation_result .uk-modal-close-default {
  position: absolute;
  top: 10px;
  left: none;
  padding: 10px 20px;
}
#claim-process .uk-modal-dialog {
  border: 1px solid #d1dbe3;
  border-radius: 5px;
}
#claim-process h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
#claim-process p {
  font-size: 16px;
  color: #1d1d1d;
}
#claim-process p a {
  color: #0064bf;
  font-weight: bold;
}
.addressiconsleft svg {
  width: 20px;
  float: right;
  margin-left: 10px;
  margin-top: 8px;
}
.pagination-wrapper ul li {
  display: inline-block;
  padding: 0px 15px;
}
.pagination-wrapper ul.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.TabBox.js-filter {
  list-style: none;
}

.tabBtn.HiddenScroll {
  overflow: hidden;
}
.tabBtn::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
  height: 5px;
}
.tabBtn::-webkit-scrollbar-track {
  background: #FFFFFFright 99 top 50%;
}
.tabBtn::-webkit-scrollbar-thumb {
  background: #0064bf;
}
.tabBtn::-webkit-scrollbar-thumb:hover {
  background: #11a74f;
}
.BranchLocatorModal .uk-modal-dialog {
  border: 1px solid #d1dbe3;
  border-radius: 5px;
}
.BranchLocatorHeading {
  float: right;
  width: 100%;
}
.BranchLocatorHeading h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  float: right;
  width: 100%;
  margin: 0 0 20px;
}
.BranchLocatorHeading p {
  margin: 0 0 30px;
}
.BranchLocatorHeading form {
  float: right;
  width: 100%;
}
.resultsBranch {
  float: right;
  width: 100%;
  padding-top: 30px;
}
.resultsBranch ul {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.resultsBranch ul li {
  float: right;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #fafafa;
}
.resultsBranch ul li:last-child {
  border: none;
}
.resultsBranch ul li p {
  float: right;
  width: 100%;
  margin: 0 0 10px;
}
.resultsBranch ul li p:last-child {
  margin-bottom: 0;
}
.resultsBranch ul li a {
  float: right;
  font-size: 14px;
  line-height: 30px;
}
.resultsBranch ul li a svg {
  float: right;
  width: 20px;
}
.resultsBranch ul li a span {
  float: right;
  max-width: calc(100% - 20px);
  padding-right: 10px;
}
.innerPageContent2.innerPageContentHeading p {
  color: #000;
  font-size: 18px;
}
.innerPageContent2.innerPageContentHeading p ~ p {
  color: #0064bf;
}
.educationItem.educationItemparagraph p {
  font-size: 16px !important;
  color: #000;
}
.innerPageContent2.innerPageContentHeading p ~ p {
  margin-top: 20px;
  font-weight: bold;
}
.uk-offcanvas-bar a:hover {
  color: #000;
}
.NewsFilter1 input {
  padding-right: 20px;
  background-image: url(../images/selectdown.svg);
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 30px 30px;
  max-width: 100%;
  margin-right: 20px;
  border-radius: 4px;
  border: solid 1px #ededed;
  height: 50px;
  font-size: 12px;
  color: #1d1d1d;
  float: left;
  width: 100%;
  padding-left: 10px;
}
div#errorDateRange .uk-modal-dialog {
  width: 380px;
  text-align: center;
  border-radius: 10px;
}

div#errorDateRange h4 {
  margin: 5px 0px 0px 0px;
}
div#errorDateRange p {
  margin-top: 5px;
}

div#errorApi .uk-modal-dialog {
  width: 380px;
  text-align: center;
  border-radius: 10px;
}

div#errorApi h4 {
  margin: 5px 0px 0px 0px;
}
div#errorApi p {
  margin-top: 5px;
}

svg.errorcross.uk-svg {
  width: 85px;
}
.errorcross .s0 {
  fill: #f27474 !important;
}
.tabsFormBox .uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
  color: #1000ff;
}
#financial_statement_form .error {
  color: red;
}
label.error {
  color: red !important;
}
label#file\[\]-error {
  position: absolute;
  bottom: -30px;
}
#group1 input[type="radio"],
#group2 input[type="radio"],
#group3 input[type="radio"] {
  height: 15px;
}
div#category {
  width: 100%;
  float: left;
}
label.error {
  color: red !important;
}
label.error {
  color: red !important;
}
label#file\[\]-error {
  position: absolute;
  bottom: -30px;
}
.addressicons.custom h6 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.addressicons.custom {
  margin-bottom: 25px;
}
#CardForm .error,
#LostCard .error,
#OrbisContact .error {
  color: red;
}
form.uk-search.uk-search-large {
  position: relative;
}
form.uk-search.uk-search-large svg {
  position: absolute;
  right: 0;
  /* display: flex; */
  justify-content: center;
  align-items: top;
  top: 85px;
}
ul#search_result_return li {
  width: 30%;
  float: left;
  margin: 10px;
  font-size: 14px;
}
#SearchModal .uk-search-large {
  width: 800px;
}
#search_result_return {
  border: 1px solid #c3c4c6;
  height: 300px;
  list-style: none;
  /* overflow-x: hidden;
    overflow-y: scroll; */
}
li.search-notfound-result {
  width: 100% !important;
  text-align: center;
}
#SearchModal input {
  border: 1px solid #c3c4c6;
}
#SearchModal h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#SearchModal .uk-search-large .uk-search-input {
  height: 45px;
  font-size: 14px;
  /* float: left; */
  text-align: left !important;
  padding: 20px;
  color: #000;
}
ul#search_result_return li {
  width: 30%;
  float: left;
  margin: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.planFinder label.error,
.Calculation label.error {
  color: red !important;
}
.SecBanInner.ColorWhite * {
  color: #fff;
}
/*.positionspcial {
	position: relative;
}
.positionspcial svg {
	position: absolute;
	right: 0;
	top: 30px;
}*/
/*Responsive Start */

.NewsFilter2.book input {
  padding-right: 20px;
  max-width: 100%;
  margin-right: 20px;
  border-radius: 4px;
  border: solid 1px #ededed;
  height: 50px;
  font-size: 12px;
  color: #1d1d1d;
  float: left;
  width: 100%;
  padding-left: 10px;
  /* padding-bottom: 15px; */
}
.badgesBar .one ~ .one {
  margin-left: 5px;
}
.mobileSLider {
  display: none;
}
.SocialLinks ul li a span svg {
  float: left !important;
}
.urduTxtBg {
  background: #0000005c;
  border-radius: 10px;
  padding: 20px 30px;
}
.urduTxtBg h2 {
  font-size: 22px !important;
  line-height: 45px !important;
}

.sliderArrow {
  position: relative;
  top: -200px;
}
.sliderArrow .right svg,
.sliderArrow .left svg {
  width: 40px;
  color: #fff;
  background: #00000070;
  padding: 10px;
}
.sliderArrow .uk-position-center-left {
  left: 0;
  padding: 0;
}
.sliderArrow.smallCard {
  top: -120px;
}
.PartnersliderArrow .right svg,
.PartnersliderArrow .left svg {
  width: 30px;
  color: #fff;
  background: #00000070;
  padding: 10px;
}
.sliderArrow .left {
  left: 96%;
}
.sliderArrow .right {
  right: 94%;
}
.-homeBanneSqrBox.urduAlign{
  float: left !important;
}
.homeBanneBtn.urduAlign{
		
  float: left !important;
  margin-left: 0px !important; 
}
@media screen and (max-width: 1680px) {
  .containCustom {
    max-width: 1300px;
  }
  .containCustom2 {
    max-width: calc(1300px + 120px);
  }
  .homeBannerTxt h1,
  .homeBannerTxt h2 {
    font-size: 36px;
    line-height: 70px;
  }
  .homeBannerTxt p {
    font-size: 18px;
    line-height: 30px;
    max-width: 78%;
  }
  .homeBanneBtn a {
    line-height: 20px;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
  }
  .homeBanneSqrBox h4 {
    font-size: 36px;
  }
  .homeBanneSqrBox p {
    font-size: 16px;
    max-width: inherit;
  }
  .homeBanneSqrBox {
    padding: 20px 20px;
    width: 210px;
  }
  .HeadingBox h3 {
    font-size: 36px;
    line-height: 60px;
  }
  .HeadingBox p {
    font-size: 16px;
    line-height: 30px;
  }
  .blueBtn {
    line-height: 20px;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
  }
  .whiteBtn {
    line-height: 20px;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
  }
  .portBox {
    max-width: 350px;
  }
  .portBoxHover h4 {
    font-size: 26px;
  }
  .portBoxHover p {
    font-size: 18px;
  }
  .SecBanTxt h3 {
    font-size: 36px;
    line-height: 60px;
  }
  .SecBanTxt p {
    font-size: 16px;
    line-height: 30px;
  }
  .LinkBtn {
    font-size: 16px;
    line-height: 30px;
  }
  .ScrollCarousalBox {
    max-width: 350px;
  }
  .cardsCarousel .uk-card {
    max-width: 350px;
  }
  .cardsCarousel .uk-card-body {
    padding: 30px 20px;
  }
  .cardsCarousel .badgeBox {
    font-size: 12px;
    line-height: 20px;
  }
  .Newsbox h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .Newsbox p {
    font-size: 14px;
    line-height: 30px;
  }
  .HeaderInnerTxt h1 {
    font-size: 36px;
    line-height: 60px;
  }
  .HeaderInnerTxt p {
    font-size: 16px;
    line-height: 30px;
  }
  .innerPageContent h3 {
    font-size: 28px;
    line-height: 50px;
  }
  .boxyDesignTxt {
    margin-top: 200px;
    margin-left: 90px;
    padding: 45px 35px;
    max-width: 580px;
  }
  .boxyDesignTxt h4 {
    font-size: 20px;
    line-height: 50px;
  }
  .boxyDesignTxt p {
    font-size: 16px;
  }
  .boxyDesignTxt ul li {
    font-size: 16px;
  }
  .GridBoxTxt h3 {
    font-size: 32px;
    line-height: 60px;
  }
  .GridBoxTxt p {
    font-size: 16px;
  }
  .GridBoxTxt {
    max-width: 430px;
  }
  .menuTbox h3 {
    font-size: 28px;
    line-height: 56px;
  }
  .innerPageContent2 h4 {
    font-size: 18px;
    line-height: 40px;
  }
  .detailsPage h1 {
    font-size: 46px;
    line-height: 72px;
  }
  .tabInner .uk-card-body {
    position: relative;
    padding: 30px 20px;
    padding-bottom: 80px;
  }
  .tabInner span {
    right: 20px;
    bottom: 30px;
  }
  .HeaderInnerTxt a {
    line-height: 20px;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
  }
  .whiteTabsSec h2 {
    font-size: 24px;
    line-height: 74px;
  }
}
@media screen and (max-width: 1440px) {
  .containCustom {
    max-width: 1170px;
  }
  .containCustom2 {
    max-width: calc(1170px + 120px);
  }
  .SecWrap {
    padding-bottom: 80px;
  }
  .SecWrap.SecTopSpace {
    padding-top: 80px;
  }
  .homeBannerTxt h1,
  .homeBannerTxt h2 {
    font-size: 32px;
    line-height: 60px;
  }
  .homeBannerTxt p {
    font-size: 16px;
    line-height: 30px;
  }
  .homeBanneSqrBox h4 {
    font-size: 26px;
  }
  .homeBanneSqrBox p {
    font-size: 14px;
  }
  .homeBanneSqrBox {
    width: 180px;
  }
  .HeadingBox h3 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .HeadingBox p {
    margin-top: 0;
  }
  .portBoxHover h4 {
    font-size: 24px;
  }
  .portBoxHover p {
    font-size: 16px;
  }
  .SecBanInner {
    max-width: 420px;
  }
  .SecBanTxt h3 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .SecBanTxt p {
    margin-top: 0;
  }
  .badgeBox {
    font-size: 12px;
    line-height: 20px;
  }
  .cardsCarousel .uk-card-body {
    padding: 30px 20px;
  }
  .ScrollCarousalBox {
    max-width: 350px;
  }
  .HeaderInnerTxt h1 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .HeaderInnerTxt p {
    margin-top: 0;
  }
  .innerPageContent h3 {
    font-size: 26px;
    line-height: 50px;
  }
  .boxyDesignTxt h3 {
    font-size: 28px;
    line-height: 60px;
  }
  .GridBoxTxt h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .GridBoxTxt {
    max-width: 410px;
  }
  .menuTbox h3 {
    font-size: 26px;
    line-height: 50px;
  }
  .menuDropDownBox ul li a {
    padding: 10px 0;
    font-size: 14px;
  }
  .innerPageContent2 p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .innerPageContent2 h4 {
    margin-bottom: 10px;
  }
  .detailsPage h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .newsCard .uk-card-body {
    padding: 30px 20px;
    padding-bottom: 110px;
  }
  .newsCard .blueBtn {
    right: 20px;
    bottom: 30px;
  }
  .dateNews {
    bottom: 40px;
    left: 20px;
  }
  .tabInner h3 {
    font-size: 22px;
  }
  .whiteTabsSec h2 {
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .Content p {
    font-size: 16px;
  }
  .footBtn {
    padding: 10px 10px;
  }
  .tabBtn li a {
    font-size: 16px;
  }
  .homeBannerTxt h1,
  .homeBannerTxt h2 {
    max-width: 80%;
  }
  .homeBanneBtn a {
    line-height: 21px;
  }
  .innerPageContent2 h2 a {
    font-size: 18px;
  }
  .ratingBody span {
    width: 65%;
  }
  .transparentbtn {
    float: right;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 9px 30px;
    border-radius: 36px;
    transition: all 0.3s ease;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 20px;
  }
  .WhiteBgSection .innerPageContent p {
    font-size: 16px;
  }
  .selectForm.uk-form-custom span {
    height: 45px;
  }
  .faqsCard h6 {
    font-size: 20px;
  }
  .faqsCard h3 {
    font-size: 28px;
  }
  .employeeBtn {
    font-size: 16px;
  }
  .common_btns_calculation svg,
  .common_btns svg {
    width: 14px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -2px;
  }
  .cardsCarousel h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .cardsCarousel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  .containCustom {
    max-width: 1090px;
  }
  .containCustom2 {
    max-width: calc(1090px + 100px);
  }
  .SecBanTxt {
    padding: 0 50px;
  }
  .homeBannerTxt p {
    font-size: 14px;
    line-height: 30px;
    max-width: 70%;
  }
  .SecWrap {
    padding-bottom: 60px;
  }
  .SecWrap.SecTopSpace {
    padding-top: 60px;
  }
  .HeadingBox h3 {
    font-size: 28px;
    line-height: 50px;
  }
  .HeadingBox p {
    font-size: 14px;
    line-height: 30px;
  }
  .homeBanneSqrBox p {
    max-width: inherit;
  }
  .blueBtn {
    margin-top: 10px;
  }
  .ScrollCarousalBoxHover h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .ScrollCarousalBoxHover p {
    font-size: 14px;
  }
  .ScrollCarousalBox {
    max-width: 325px;
  }
  .SecBanInner {
    max-width: 380px;
  }
  .SecBanTxt h3 {
    font-size: 28px;
    line-height: 50px;
  }
  .LinkBtn {
    font-size: 14px;
    line-height: 30px;
  }
  .cardsCarousel .uk-card {
    max-width: 320px;
  }
  .cardsCarousel h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .cardsCarousel p {
    font-size: 14px;
  }
  .Newsbox h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .HeaderInnerTxt h1 {
    font-size: 28px;
    line-height: 50px;
  }
  .HeaderInnerTxt p {
    font-size: 14px;
    line-height: 30px;
  }
  .innerPageContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .innerPageContent h3 {
    font-size: 24px;
    line-height: 50px;
  }
  .boxyDesignTxt h3 {
    font-size: 26px;
    line-height: 56px;
  }
  .boxyDesignTxt h4 {
    font-size: 18px;
    line-height: 46px;
  }
  .boxyDesignTxt p {
    font-size: 14px;
  }
  .boxyDesignTxt ul li {
    font-size: 14px;
  }
  .boxyDesignTxt {
    margin-top: 150px;
    margin-left: 70px;
    padding: 40px 30px;
    max-width: 480px;
  }
  .GridBoxTxt h3 {
    font-size: 28px;
    line-height: 50px;
  }
  .GridBoxTxt p {
    font-size: 14px;
  }
  .GridBoxTxt {
    max-width: 390px;
  }
  .menuTbox h3 {
    font-size: 22px;
    line-height: 50px;
  }
  .menuDropDownBox ul li a {
    padding: 5px 0;
  }
  .innerPageContent2 h4 {
    font-size: 18px;
    line-height: 40x;
  }
  .detailsPage h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .detailsPage h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .detailsPage h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .newsCard h3 {
    font-size: 22px;
    line-height: 46px;
  }
  .innerPageContent2 h2 a {
    font-size: 22px;
  }
  .whiteTabsSec h2 {
    font-size: 28px;
    line-height: 50px;
  }
  .tabsContent h3 {
    font-size: 22px;
  }
  .topRightMenu > li {
    float: right;
    margin-right: 20px;
  }
  .apiBtns a {
    float: right;
    margin-right: 10px;
  }
  .crfBtn {
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 13px;
  }
  .footBtn {
    float: right;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 13px;
  }
  .Newsbox h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .GuideSearchInput input {
    margin-left: 5px;
  }
  .NewsFilter .uk-select:not([multiple]):not([size]) {
    margin-left: 5px;
  }
  .badgeBox {
    font-size: 10px;
  }
}
