@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #292929;
}

.big-image {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 99vw;
  height: 99vh;
  max-width: 99vw;
  max-height: 99vh;
}

.sub-desc {
  font-size: 10px;
  margin: 0 0 0 10px;
}

.header_block {
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
.header_block:before {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  content: "";
}

.header-container {
  padding: 180px 0 180px 0;
  position: relative;
  z-index: 8;
  color: #fff;
}

@media (max-width: 576px) {
  .header-container.demo {
    padding: 0 0 0 0;
  }
}

@media (max-width: 767px) {
  .header-container.mobile-padding-bottom {
    padding-bottom: 50px;
  }
  .header-container.demo {
    padding-bottom: 0;
  }
}

.header-container h1 {
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 49px;
}

.header-container p {
  font-size: 16px;
}

.header-container p + p {
  font-weight: 600;
}
/* navbar*/

.menubar ul.navbar-nav > li > a.nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  text-transform: uppercase;
  /*padding-right: 16px;*/
  /*padding-left: 16px;*/
  /*    TODO: new styles*/
  padding-right: 10px;
  padding-left: 10px;
  /*    end*/
}

/*.menubar ul.navbar-nav>li:last-child>a.nav-link {*/
.menubar ul.navbar-nav > li.login-logout > a.nav-link {
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

.menubar {
  background-color: transparent;
  padding-top: 25px;
}

.logo {
  width: 110px;
  height: auto;
}

/*.menubar ul.navbar-nav>li:last-child {*/
.menubar ul.navbar-nav > li.login-logout {
  padding-left: 20px;
}

.btnOrenge {
  background-color: #007bff;
  padding: 14px 10px;
  border: none;
  width: 250px;
  display: block;
  border-radius: 24px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.btnOrenge.legacyOrange {
  width: 200px;
}

#viewerPreview > iframe {
  width: 100%;
  height: calc(100vh / 2);
}

#viewerPreview.embed > iframe {
  width: 100%;
  height: 100vh;
}

.btnOrenge.centered {
  margin-right: auto;
  margin-left: auto;
}

.memberbox {
  box-shadow: 0px 0px 4px rgb(135, 181, 236);
  border-radius: 12px;
  text-align: center;
  padding: 45px 25px;
  border: 1px solid #e6f1fe;
  margin-bottom: 20px;
}

.memberbox img {
  margin-bottom: 20px;
  width: 90px;
  height: auto;
}

.memberSection {
  margin-top: -80px;
}

.memberSection .row.justify-content-center .col-lg-4.col-sm-6 {
  max-width: 290px;
}

.memberbox .btnOrenge {
  background-color: #007bff;
  padding: 10px 10px;
  width: 210px;
}
/* end navbar */

.header-block {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 150px !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.header-block .container {
  position: relative;
}

.footer_block {
  background-size: cover;
  background-position: top center;
  padding-top: 350px;
  padding-bottom: 20px;
  position: relative;
}

.box .img-block img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top center;
}

.listsection {
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.IBPage .listsection {
  padding-bottom: 77px;
}

.list-block {
  display: flex;
  padding: 0px 40px;
  align-items: center;
  min-height: 120px;
}

.list-block .icon-block {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: block;
}

.list-block .icon-block > img {
  width: 80px;
  height: auto;
  display: block;
}

.list-block .list-detail h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.list-block .icon-block {
  position: relative;
}

.list-block .icon-block:before {
  content: "";
  width: 2px;
  height: 40px;
  border: 2px dashed #b9caf9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -40px;
}

.blog-section {
  padding-top: 100px;
}
.box {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(4, 53, 145, 0.2);
  margin-bottom: 30px;
}

.img-block img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.conten {
  padding: 45px 25px;
}

.conten h3 {
  color: #0863c0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
}

.conten p {
  margin-bottom: 30px;
}

.footer_block hr {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 0px;
}

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

.footer_block ul > li > a {
  color: #fff;
}

.footer_block ul.socilaIcon {
  display: flex;
  margin-top: 10px;
}

.footer_block a {
  color: #fff;
}

a.lan {
  display: block;
  text-align: right;
}

.footer_block ul.menufooter > li > a:hover {
  text-decoration: none;
}

.footer_block ul.menufooter > li {
  padding-bottom: 10px;
}

.footer_block a:hover {
  text-decoration: none;
}

.footerlogo {
  width: 130px;
  margin-bottom: 10px;
  height: auto;
}

.footer_block ul.socilaIcon > li > a {
  color: #fff;
  font-size: 27px;
  padding-left: 10px;
}

.footer_block ul.socilaIcon > li:first-child > a {
  padding-left: 0px;
}

.listsectionB .rownew:last-child .icon-block:before {
  width: 0px;
  height: 0px;
  content: "";
}

.listsection .row:nth-last-of-type(2) .icon-block::before {
  width: 0px;
  height: 0px;
  content: "";
}

.section_training {
  padding: 60px 0;
  position: relative;
}

.btnOrenge:hover {
  text-decoration: none;
}

.cricle-box {
  display: block;
}

.bg-scrolling {
  background-color: rgba(32, 90, 164, 0.8);
  padding-bottom: 15px;
}

.navbar-collapse.justify-content-end.collapse.show {
  background-color: rgba(32, 90, 164, 0.8);
  padding-bottom: 20px;
}
/* TODO: new styles */
@media (max-width: 991px) {
  #collapsibleNavbar {
    /*.navbar-collapse.justify-content-end.collapse {*/
    background-color: rgba(32, 90, 164, 0.96) !important;
  }
}
/* End */
.subHeader-block,
.learningskill,
.deliverSection {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.lightbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subHeader-container {
  padding: 200px 0px;
}

.subHeader-block {
  min-height: 600px;
}

.subHeader-container p {
  color: #fff;
}

.modelImg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.footer_block {
  /*background-image: url(../images/footer_bg.png);*/
  /*    background-image: url(../img/amazonaws/footer_bg.png);*/
}

.footer_block .footer_block-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_block .footer_block-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /*object-position: left;*/
}

@media (max-width: 500px) {
  .footer_block {
    /*background-image: url(../images/footer_bg.webp);*/
    /*background-image: url(../img/amazonaws/footer_bg.png);*/
  }
}

.modelImg > img {
  max-width: 100%;
  height: auto;
}

.subHeader-container h1 {
  color: #fff;
  font-size: 39px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
}

.subHeader-container h1:before {
  content: "";
  width: 71px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.proSection {
  padding-bottom: 90px;
  margin-top: -50px;
  position: relative;
}

.proSection p {
  text-align: center;
}

.proSection .conten {
  padding: 0px 40px;
  line-height: 26px;
}

.learningskill {
  padding: 100px 0px;
}

h3.headingBlue {
  color: #0863c0;
  font-size: 27px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}
.IBPage-blog h3.headingBlue {
  font-size: 35px;
}
.IBPage-blog .mb-3 {
  margin-bottom: 0 !important;
}
.IBPage-blog .tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.IBPage-blog .tabs .tab div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 149px;
  border-radius: 18px;
  position: relative;
}
.IBPage-blog .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.IBPage-blog .splide__slide {
  position: relative;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  position: relative;
}
.splide__track--nav > .splide__list > .splide__slide.is-active:after {
  content: "";
  position: absolute;
  left: 45.5px;
  bottom: -111px;
  width: 56px;
  height: 28px;
  background-image: url("../img/triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/*.IBPage-blog .splide__slide.active:after{*/
/*        content: "";*/
/*        position: absolute;*/
/*        left: 60.5px;*/
/*        bottom: -111px;*/
/*        width: 56px;*/
/*        height: 28px;*/
/*        background-image: url("../images/triangle.png");*/
/*        background-size: contain;*/
/*        background-repeat: no-repeat;*/
/*}*/
.IBPage-blog .tabs [data-tab="current"] div:nth-child(1) {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.42);
}
/*.IBPage-blog .tabs [data-tab="current"] div:nth-child(1):after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 39.5px;*/
/*    bottom: -111px;*/
/*    width: 56px;*/
/*    height: 28px;*/
/*    background-image: url("../images/triangle.png");*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
.IBPage-blog .tabs .tab div:nth-child(2) {
  text-align: center;
  /*white-space: nowrap;*/
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
}
.IBPage-blog .tabs .tab div:nth-child(1) img {
  max-height: 74px;
}
.IBPage-blog .tabs .tab .fiolet {
  background-color: #954db6;
}
.IBPage-blog .tabs .tab .red {
  background-color: #dc3545;
}
.IBPage-blog .tabs .tab .blue {
  background-color: #2663a9;
}
.IBPage-blog .tabs .tab .green {
  background-color: #28a745;
}
.IBPage-blog .tabs .tab .ocean {
  background-color: #62c8bb;
}
.IBPage h3.headingBlue {
  font-size: 34px;
  margin-bottom: 55px !important;
}

h3.headingBlue:before {
  content: "";
  width: 75px;
  height: 4px;
  background-color: #0863c0;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  border-radius: 4px;
}

ul.listingBox {
  margin: 40px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

ul.listingBox > li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 15px;
}

ul.listingBox > li:before {
  content: "\2022";
  left: 0px;
  position: absolute;
  color: #0863c0;
  font-size: 40px;
  top: 0;
  line-height: 20px;
}

.deliverSection {
  padding: 120px 0px;
  text-align: center;
}

.lightbg {
  padding: 120px 0px;
}

.section_try {
  padding: 80px 0px 20px 0;
  margin-bottom: -50px;
  z-index: 9999;
}

.contenboxleft {
  padding-right: 15px;
  text-align: left;
}

.contenboxright {
  padding-left: 15px;
  text-align: left;
}

.contenboxleft p,
.contenboxright p {
  text-align: left !important;
}

.pb-10 {
  padding-bottom: 80px;
}

h3.headingWhite {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: center;
}

h3.headingWhite:before {
  content: "";
  width: 75px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  border-radius: 4px;
}

.deliverSection p {
  text-align: center;
  color: #fff;
}

.section_try h3 {
  color: #034aaf;
  font-size: 27px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.section_try h3:before {
  content: "";
  width: 75px;
  height: 4px;
  background-color: #034aaf;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  border-radius: 4px;
}

.section_try p {
  text-align: center;
  color: #333;
}

.section {
  position: relative;
}

.mt-100 {
  margin-top: -100px;
}

.left_circle {
  display: block;
  width: 118px;
  height: 475px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.right_cricle {
  display: block;
  width: 112px;
  height: 652px;
  position: absolute;
  right: 0;
  top: 0px;
}

.left_circle.left-bottom {
  bottom: -150px;
}

.right_cricle.top_box {
  top: -150px;
}

.mb-100 {
  margin-bottom: -100px;
}

.noteimg {
  float: left;
  padding-right: 20px;
  padding-top: 5px;
}

.lightbg .listingBox {
  margin-top: 0px;
}

.lightbg p {
  line-height: 26px;
}

.section_try,
.lightbg {
  position: relative;
}

.headingwhite {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.btnblock {
  text-align: center;
}

.btnblock .btnOrenge {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.twoline h2,
.twoline h3 {
  color: #fff;
  font-size: 39px;
}

.twoline h2 {
  font-weight: 600;
}

.twoline h3 {
  font-weight: 300;
}

.twoline {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.twoline::before {
  content: "";
  width: 71px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.servicesBox .list-block .icon-block::before {
  content: "";
  width: 0px;
  height: 0px;
}

.servicesBox h3 {
  text-align: left;
  color: #fff;
}

.btnOrenge.bigbtn {
  width: 280px;
}
/*loginpage*/

.loginPage .loginBox {
  margin: 0px 93px;
  box-shadow: 0px 0px 5px rgb(181, 176, 176);
  border-radius: 12px;
}

.bluebg {
  background-color: #256db6;
  color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.bluepadding {
  padding: 120px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bluepadding p {
  text-align: center;
}

.loginDiv {
  padding: 80px;
}

.loginDiv h3 {
  color: #0863c0;
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.loginDiv .form-control {
  border: 0;
  background-color: #f9fafc;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
}

.loginBtn {
  width: 100%;
  border-radius: 40px;
  padding: 12px 10px;
  margin-top: 30px;
  text-transform: capitalize;
  color: #fff;
  background-color: #fc7e4d;
  border: 0;
  cursor: pointer;
}

.bluepadding p {
  color: #fff;
  line-height: 26px;
}

.bluepadding a {
  color: #fff;
}

.bluepadding h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.loginDiv .username,
.loginDiv .password {
  position: relative;
}

.loginDiv .username::before {
  content: url(../img/email.png);
  width: 22px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 15px;
}

.loginDiv .password::before {
  content: url(../img/password_icon.png);
  width: 22px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 15px;
}

.loginPage {
  margin-top: -80px;
  padding-bottom: 40px;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

.forgotblock a {
  color: #292929;
}

input.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.checkboxnew:hover input.checkbox ~ .checkmark {
  background-color: #fff;
}

.checkboxnew {
  padding-left: 44px;
  position: relative;
}

.checkboxnew input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxnew input:checked ~ .checkmark:after {
  display: block;
}

.checkboxnew .checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #007bff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bluepadding .btnOrenge {
  background-color: #007bff;
  padding: 9px 12px;
  width: 200px;
  display: block;
  border-radius: 24px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  height: 46px;
}

.serviceBox {
  box-shadow: 0px 0px 6px rgba(209, 225, 245, 1);
  border-radius: 12px;
}

.imgservice > img {
  width: 100%;
  height: 250px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.servicecontent {
  padding: 25px;
}

.servicecontent h3 {
  text-align: center;
  color: #0863c0;
  margin-bottom: 15px;
}

.servicecontent p {
  text-align: center;
}
/* why services*/

.boxBlock {
  border-radius: 12px;
  border: 1px solid #d8e9f6;
  box-shadow: 0px 0px 10px rgb(203, 229, 255, 1);
}

.topHeading {
  background-color: #f4f8fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #d8e9f6;
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.topHeading > image {
  width: 40px;
  margin-bottom: 15px;
}

.bodyBlock {
  padding: 4px 20;
}

.bodyBlock ul {
  list-style: none;
  margin: 0px;
  padding: 12px 0;
}

.bodyBlock ul > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 11px;
  padding-top: 11px;
  font-size: 14px;
  min-height: 69px;
}

.linenew {
  border-bottom: 1px solid #bee2f1;
  border-top: 0px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.footerBlock {
  text-align: center;
  background-color: #f1f6fb;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.footerBlock a.btnNew::before {
  background-color: #0863c5;
  display: block;
  padding: 10px;
  border: 2px solid #004997;
  border-radius: 30px;
  width: 187px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 0px;
  z-index: -1;
  content: "";
  height: 46px;
  margin: auto;
  right: 0;
  top: 3px;
}

.footerBlock a.btnNew {
  position: relative;
  display: flex;
  z-index: 2;
  height: 56px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 2px solid #0863c5;
  width: 197px;
  margin: auto;
  border-radius: 30px;
  left: 0;
  right: 0;
  transition: all ease-in 0.2s;
}

.footerBlock a.btnNew:hover {
  text-decoration: none;
}

.bodyBlock {
  padding: 15px 30px;
}

.topHeading h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  flex: 0 0 100%;
  font-weight: 600;
}

.boxBlockSer {
  border-radius: 12px;
  border: 1px solid #fe6d35;
  background-color: #fc7642;
  box-shadow: 0px 0px 10px rgb(203, 229, 255, 1);
}

.boxBlockSer .topHeading {
  background-color: #f99670;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #fe6d35;
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.boxBlockSer .topHeading > image {
  width: 40px;
  margin-bottom: 15px;
}

.boxBlockSer {
  padding: 4px 20;
}

.boxBlockSer ul {
  list-style: none;
  margin: 0px;
  padding: 12px 0;
}

.boxBlockSer ul > li {
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
  padding-top: 11px;
  font-size: 15px;
  color: #fff;
}

.boxBlockSer ul > li > img,
.boxBlock ul > li > img {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.boxBlockSer .footerBlock {
  text-align: center;
  background-color: #f99670;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.boxBlockSer .footerBlock a.btnNew:hover::before,
.footerBlock a.btnNew:hover::before {
  background-color: transparent;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.boxBlockSer .footerBlock a.btnNew:hover,
.footerBlock a.btnNew:hover {
  color: #004997;
}

.boxBlockSer .footerBlock a.btnNew {
  position: relative;
  display: flex;
  z-index: 2;
  height: 56px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 2px solid #0863c5;
  width: 197px;
  margin: auto;
  border-radius: 30px;
  left: 0;
  right: 0;
}

.bodyBlock {
  padding: 15px 30px;
}

.boxBlockSer .topHeading h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  flex: 0 0 100%;
  font-weight: 600;
}

#copyTarget {
  cursor: pointer;
}

#spatable_filter {
  height: 30px;
}

#spatable_filter .form-control {
  margin: 0 0 0 10px;
  height: 30px;
}

#spatable_length select {
  margin: 0 10px;
}

#spatable_length label {
  margin-bottom: 20px;
}

#embedbox .modal-header h6 {
  font-size: 1.25rem;
}

/*end services*/
/*learningmediums*/

.section.newsection {
  margin-top: -100px !important;
}

.learningMediam {
  border: 1px solid #c0dcf0;
  border-radius: 12px;
  padding-bottom: 25px;
}

.embed-sizes {
  margin: 10px 0;
}

.embederror {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.halfheight {
  /*height: calc(100vh / 2);*/
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
}

.learningmenu {
  background-color: #f9fafc;
  border-right: 1px solid #c0dcf0;
}

ul.learningmenu > li {
  border-bottom: 1px solid #c0dcf0;
}

@media (min-width: 768px) {
  ul.learningmenu > li:last-child {
    border-bottom: 0px;
  }
}

ul.learningmenu > li > a {
  color: #333;
  padding: 14px 20px !important;
  display: block;
  font-size: 15px;
  transition: ease-in 0.2s all;
  position: relative;
}

ul.learningmenu > li > a > span.icon {
  margin-right: 10px;
}

ul.learningmenu > li > a > span.icon > img {
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}

ul.learningmenu > li:first-child > a:hover,
ul.learningmenu > li:first-child > a.active {
}

ul.learningmenu > li > a:hover,
ul.learningmenu > li > a.active {
  background-color: #007bff !important;
  color: #fff;
  border-radius: 0px;
}

ul.learningmenu > li > a:hover span > img,
ul.learningmenu > li > a.active span > img {
  filter: brightness(100) !important;
}

ul.learningmenu > li > a:hover::before,
ul.learningmenu > li > a.active::before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: -19px;
  font-size: 60px;
  color: #fc7141;
  top: -19px;
  bottom: 0px;
}

.tab-content {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.learningMediam .tab-content h2 {
  color: #0863c0;
  margin-top: 25px;
}

.learningMediam .tab-content .tab-pane {
  padding: 25px;
}

.accountSite {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  min-height: 700px;
  background-color: #215da8;
}

.accountSite h3 {
  color: #fff;
  text-align: center;
}

ul.learningmenu > li > a:hover span.icon > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.accountSite .learningmenu {
  background-color: transparent;
  border-right: 0px;
}

.accountSite .learningmenu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.accountSite ul.learningmenu > li > a {
  color: #fff;
  height: 100%;
}

.lineblue {
  border-bottom: 1px solid #0863c0;
}

.form-control {
  border: 0;
  background-color: #f9fafc;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
}

.btn-big {
  width: 300px;
  border: 0px;
  margin: 30px auto;
}
/*end login pages*/

.notebox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c0dcf0;
  background-color: #e6f1fe;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
}

.notebox > img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.notebox p {
  margin-bottom: 0px;
}

.planeSection {
  /*background-color: #eafefc;*/
  padding: 50px 0px;
  margin-top: -500px;
}

.planeSection iframe {
  height: 1024px;
}
.pricing-conditions iframe {
  height: 1310px;
}

@media (max-width: 1199px) {
  .planeSection iframe {
    height: 1180px;
  }
}

@media (max-width: 991px) {
  .navbar > .container .logo-wrap {
    width: 100%;
    margin-right: -54px;
    text-align: center;
  }
  .planeSection iframe {
    height: 2600px;
  }
}

@media (max-width: 430px) {
  .planeSection iframe {
    height: 2680px;
  }
}

@media (max-width: 380px) {
  .planeSection iframe {
    height: 2740px;
  }
}

@media (max-width: 370px) {
  .planeSection iframe {
    height: 2810px;
  }
}

@media (max-width: 350px) {
  .planeSection iframe {
    height: 2870px;
  }
}
@media (max-width: 1199px) {
  .pricing-conditions iframe {
    height: 1750px;
    /*height: 1620px;*/
  }
}
@media (max-width: 991px) {
  .pricing-conditions iframe {
    /*height: 2960px;*/
    height: 3100px;
  }
}
@media (max-width: 430px) {
  .pricing-conditions iframe {
    /*height: 2847px;*/
    height: 3100px;
  }
}
@media (max-width: 420px) {
  .pricing-conditions iframe {
    height: 3170px;
  }
}
@media (max-width: 410px) {
  .pricing-conditions iframe {
    height: 3260px;
  }
}
@media (max-width: 390px) {
  .pricing-conditions iframe {
    height: 3360px;
  }
}
@media (max-width: 375px) {
  .pricing-conditions iframe {
    height: 3410px;
  }
}
@media (max-width: 350px) {
  .pricing-conditions iframe {
    height: 3605px;
  }
}
.pricelistTable {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ccc;
}

.pricelistTable thead > tr > th > h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.pricelistTable thead > tr > th span {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  display: block;
}

.pricelistTable thead > tr > th,
.pricelistTable tbody > tr > td {
  padding: 12px 30px;
  width: 20%;
  font-size: 15px;
}

.pricelistTable thead > tr > th:first-child,
.pricelistTable tbody > tr > td:first-child {
  width: 30%;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 300;
}

.pricelistTable thead > tr > th span.headingnew {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.pricelistTable thead > tr > th span.headingnew sup {
  font-size: 20px;
  font-weight: 600;
  top: 17px;
}

.sectionblock {
  padding: 80px 0px 0px 0px;
}

span.headingnew h3 {
  font-size: 40px;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
}

.pricelistTable tr:nth-child(even) {
  background: #f0f7fe;
}

.pricelistTable tr:nth-child(odd) {
  background: #fff;
}

.box_new {
  border: 2px solid #2284cb;
  border-radius: 6px;
  box-shadow: 0px 0px 3px rgb(34, 132, 203);
}

.headerPart {
  min-height: 100px;
  text-align: center;
  padding: 30px 20px;
}

.headerPart > img {
  width: 45px;
  height: auto;
  margin-bottom: 10px;
}

.bodyPart {
  background-color: #e6f1fe;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #c0dcf0;
  border-bottom: 1px solid #c0dcf0;
  margin-bottom: 0px;
}

.bodyPart h3 {
  font-size: 35px;
  font-weight: 600;
}

.footerPart {
  padding: 25px 0px;
}

.footerPart a {
  background-color: #007bff;
  padding: 12px 20px;
  display: block;
  width: 200px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.footerPart a:hover {
  text-decoration: none;
}

.footerPart span {
  text-align: center;
  display: block;
}

.bussinessplan {
  background-color: #fc7642;
  color: #fff;
  height: 417px;
  border: 0px;
  box-shadow: 0px 0px 4px rgba(243, 228, 222, 1);
  overflow: hidden;
  position: relative;
}

.best_value {
  position: absolute;
  background-color: #fff;
  color: #fc7642;
  padding: 4px 8px;
  transform: rotate(48deg);
  top: -9px;
  right: -80px;
  width: 222px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bussinessplan .bodyPart {
  background-color: #f69571;
  border-top: 1px solid #f69571;
  border-bottom: 1px solid #f69571;
}

.bussinessplan a {
  background-color: #fff;
  color: #333;
}

.list-block.additionalbox {
  padding: 0px 0px;
}

.list-block.additionalbox .icon-block > img {
  width: 62px;
  height: auto;
  display: block;
}

.list-block.additionalbox .icon-block::before {
  display: none;
}

.tabnewbox > li > a > span.imgIcon > img {
  min-width: 20px;
  height: auto;
}

.tabnewbox > li > a {
  color: #333;
  background-color: #f9fafc;
  border-top: 1px solid #c0dcf0 !important;
  border-left: 1px #c0dcf0 !important;
  border-right: 1px solid #c0dcf0 !important;
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
  font-size: 15px;
  border-bottom: 1px solid #c0dcf0 !important;
}

.tabblock .nav-tabs .nav-link.active {
  border-left: 1px solid #dee2e6 !important;
  color: #4d7bb6;
  border-bottom: 2px solid #fff !important;
}

.tabblock .nav-tabs .nav-link.active > span.imgIcon > img {
  filter: invert(45%) sepia(47%) saturate(559%) hue-rotate(174deg)
    brightness(93%) contrast(88%);
}

.tabnewbox > li > a {
  padding: 0.5rem 0.8rem;
  height: 47px;
}

.tabblock .tab-content h3 {
  color: #0863c0;
  font-size: 25px;
  margin-top: 18px;
  margin-bottom: 25px;
}

.imgblocknew {
  text-align: center;
}

.tabblock .imgblocknew > img {
  max-width: 100%;
  height: auto;
  position: relative;
}

.imgblocknew > img {
  max-width: 100%;
  height: auto;
}

.tabblock .imgblocknew {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.low-box {
  top: 100px;
}

.imgblocknew span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.tabblock .tab-content {
  border: 1px solid #c0dcf0;
  padding: 10px 40px;
  border-radius-top-right: 20px;
  border-radius-bottom-left: 20px;
  border-radius-bottom-right: 20px;
}

.tabblock .nav-tabs {
  border-bottom: 0;
}

.mediablock > img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.mediablock h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 20px;
}

.mediasectionone {
  padding-bottom: 90px;
  margin-top: -110px;
  position: relative;
}

.mediablock h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}

.mediasectionone h3,
.sectionmediatwo h3 {
  color: #0863c0;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sectionmediatwo {
  padding: 80px 0px 0 0;
  margin-bottom: -50px;
}

.subHeader-media {
  padding: 200px 0px 25px 0px;
}

.subHeader-media h1 {
  color: #fff;
  font-size: 33px;
  text-align: center;
  font-weight: 600;
}

/* .searchbar {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 57px;
} */
/* changed by equicad*/

.searchbar .form-control {
  background-color: transparent;
  box-shadow: none;
}

.searchbar .form-control-borderless {
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchbar .form-control-borderless:hover,
.searchbar .form-control-borderless:active,
.searchbar .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.serachnew {
  border-radius: 50px;
  background-color: #fff;
  padding: 5px 5px 5px 30px;
}

.btn-search {
  border-radius: 30px;
  padding: 8px 50px;
  background-color: #fc8258;
  color: #fff;
}

.serachnew .form-control-borderless,
.serachnew .form-control-borderless:hover {
  /*border-right: 1px solid #ccc;*/
  border-radius: 0px;
  height: 25px;
}

.arrowbox {
  position: relative;
  margin-right: 10px;
}

.arrowbox::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 17px;
  width: 12px;
  height: 7px;
  background-image: url(../img/arrow.png);
}

.videoIcon {
  text-align: center;
  margin: 30px auto;
}

.lineblock {
  width: 71px;
  height: 4px;
  background-color: #fff;
  position: relative;
  display: block;
}

.lineblocknew {
  position: relative;
}

.subHeader-container.twoline.lineblocknew::before {
  display: none;
}

.subHeader-container.twoline.lineblocknew {
  padding: 150px 0px;
}

.videoIcon {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.headingwhiteOne {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.imgblock > img {
  max-width: 100%;
}

.btnblockright {
  text-align: right;
}

.btnblockright .btnOrenge {
  margin-right: 8px;
  margin-left: 8px;
  width: 46%;
}

.btnblockright {
  display: flex;
}

.outlineOrenge.btnOrenge {
  background-color: #fff;
  border: 1px solid #007bff;
  color: #007bff !important;
}

.contact-detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-box {
  border: 1px solid #ebf0f6;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #ebf0f6;
}

.height-100 {
  height: 100px;
}
/* ACCORDION  */

.accordion-head {
  position: relative;
}

.accordion-head i {
  position: absolute;
  right: 0;
  font-size: 0.8em;
  float: right;
  width: 30px;
  height: 30px;
  border: 2px solid #0474c4;
  border-radius: 50%;
  line-height: 29px;
  display: block;
  text-align: center;
}

.accordion-head > .collapsed > i:before {
  content: "\f067";
}

.accordion-head button {
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  padding-right: 40px;
  text-align: left;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: 1px solid #c0dcf0;
  border-radius: 8px;
}

.myaccordion .card {
  margin-bottom: 20px;
}

.myaccordion .card-header {
  background: #f2f5f8;
  border-radius: 8px;
  font-weight: 400;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 400;
  color: #0474c4;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.queansblock {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 50px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

.queanssection {
  position: relative;
  padding-top: 60px;
}

.queanssection h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.queanssection p {
  width: 60%;
  margin: auto;
}

.subHeader-container.faqblock {
  padding: 125px 0px;
}

.buttonlist {
  margin: 40px auto 10px auto;
  padding: 0px;
  justify-content: left;
  display: flex;
  list-style: none;
}

.buttonlist > li {
  padding-left: 8px;
  padding-right: 8px;
}

.right_cricle.bottom_box {
  bottom: 20%;
  top: auto;
}

.loginDiv.ragister-box {
  padding: 20px;
}

.subbtn {
  background-color: #6a6a6a;
  padding: 14px 30px;
  color: #fff;
  border: 0px;
  border-radius: 24px;
  cursor: pointer;
}

.detailtable {
  border: 1px solid #c0dcf0;
}

.detailtable .btnOrenge {
  border: 0px;
}

.detailtable thead {
  background-color: #e6f1fe;
}

/*  {
  border-bottom: 1px solid #a2c9f7;
} */

.table.detailtable thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #c0dcf0;
}

.table.detailtable td,
.table.detailtable th {
  border-top: 1px solid #c0dcf0;
}

.table-borderless {
  border-top: 0px;
}

.table-borderless td,
.table-borderless th {
  border-top: 1px solid transparent;
}

.col-auto.inputblocks.enc-search {
  width: 77%;
}

.subHeader-block.knowledgehub_heder .subHeader-media {
  padding: 130px 0px 15px 0;
}

.subHeader-block.knowledgehub_heder p {
  text-align: center;
  color: #fff;
}

.box-blocknew {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(77, 123, 182, 0.3);
  background-color: #fff;
  padding: 10px 0px;
  overflow: auto;
  margin-bottom: 30px;
}

.box-blocknew .contentbox {
  padding: 10px 15px 5px 15px;
}

.box-blocknew > img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.box-blocknew .contentbox h2 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.box-blocknew .contentbox h3 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  min-height: 50px;
}

.box-blocknew .contentbox .btnorenge,
.btnorenge-force,
.btnorenge-force:hover {
  background-color: #007bff;
  color: #fff;
  padding: 10px 30px;
  border: 0px;
  border-radius: 28px;
  width: 154px;
  margin: 10px auto;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

.btngrey-force,
.btngrey-force:hover {
  background-color: #6a6a6a;
  color: #fff;
  padding: 10px 30px;
  border: 0px;
  border-radius: 28px;
  width: 154px;
  margin: 10px auto;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

.btngreen-force,
.btngreen-force:hover {
  background-color: #59972b;
  color: #fff;
  padding: 10px 30px;
  border: 0px;
  border-radius: 28px;
  width: 154px;
  margin: 10px auto;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

.btnblue-force,
.btnblue-force:hover {
  background-color: #215da8;
  color: #fff;
  padding: 10px 30px;
  border: 0px;
  border-radius: 28px;
  width: 154px;
  margin: 10px auto;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

.subbtn.btnblue-force:hover {
  width: auto;
  padding: 5px 20px;
  display: inline-block;
}

.btnorenge-force:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.btn-group-custom {
  display: flex;
  justify-content: center;
}

.confirm-title {
  text-align: center;
  font-size: 25px;
}

.confirm-label {
  text-align: center;
  width: 100%;
  font-size: 13px;
}

.selectbox {
  display: block;
  background-color: #f1f5f9;
  border: 0px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #c0dcf0;
}

.lightblue {
  border-bottom: 1px solid #c0dcf0;
  border-top: 0px;
  margin-bottom: 20px;
}

.orengetext {
  color: #007bff;
}
/* end accodient */

.header-block {
  background-image: url(../img/header.png);
}

.header-block .header-block-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-block .header-block-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 500px) {
  .header-block {
    /*background-image: url(../images/header.webp);*/
  }
}

.backgroundImg {
  background-image: url(../img/bg_2.png);
}

@media (max-width: 500px) {
  .backgroundImg {
    background-image: url(../img/bg_2.webp);
  }
}

.IBPage.header-block {
  background-image: url("../img/ShapeBannerLending.png");
}

.courses-header {
  background-image: url(../img/course_header.png);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .conten p {
    min-height: 77px;
  }
  .bluepadding {
    padding: 120px 20px;
  }
  .loginDiv {
    padding: 80px 40px;
  }
}

@media (max-width: 1199px) and (min-width: 300px) {
  .memberbox .btnOrenge {
    margin: 5px auto;
  }
  .memberbox {
    margin-bottom: 16px;
  }
  .loginPage .loginBox {
    margin: 0px 0px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .col-auto.inputblocks.enc-search {
    width: 68%;
  }
  .serachnew .form-control-borderless,
  .serachnew .form-control-borderless:hover {
    border-right: 0px;
  }
  .subHeader-container h1 {
    font-size: 30px;
  }
  .bluepadding {
    padding: 80px 10px;
  }
  .loginDiv {
    padding: 40px 10px;
  }
  .img-blockn {
    text-align: center;
    margin-bottom: 30px;
  }
  .box .img-block img {
    height: 220px;
  }
  .footer_block {
    padding-top: 200px;
  }
  .header-block {
    padding-bottom: 20px;
  }
  .header-container {
    padding-top: 120px;
  }
  .list-block {
    padding: 0px;
  }
  .conten p {
    min-height: 97px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .subHeader-container.subheaderbl {
    padding: 120px 0px 30px 0px;
  }
  .loginDiv {
    padding: 80px 10px;
  }
  .bluepadding {
    padding: 120px 10px;
  }
  .img-blockn {
    text-align: center;
    margin-bottom: 30px;
  }
  .box .img-block img {
    height: 220px;
  }
  .header-container {
    padding-top: 100px;
  }
  .header-container.demo {
    padding-top: 0;
  }
  .header-block {
    padding-bottom: 50px;
  }
  .conten h3 {
    min-height: 61px;
  }
  .conten p {
    margin-bottom: 30px;
    min-height: 116px;
  }
  .footer_block {
    padding-top: 180px;
  }
  .list-block {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .mobaile-view {
    display: block;
  }
  .desk-top-view {
    display: none;
  }
  .nav-tabs.price-plane .nav-link.active {
    background-color: #fc7141;
    color: #fff;
    border: 1px solid #fc7141;
  }
  .nav-tabs.price-plane .nav-link.active h4,
  .nav-tabs.price-plane .nav-link.active span {
    color: #fff;
  }
  .nav-tabs.price-plane > li {
    flex: 1;
  }
  .nav-tabs.price-plane .nav-link {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-color: #f9fafc;
    border: 1px solid #c0dcf0;
    text-align: center;
    padding: 14px 8px;
  }
  .nav-tabs.price-plane .nav-link h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #292929;
  }
  .nav-tabs.price-plane .nav-link span {
    color: #7498c2;
  }
  .row.mobaile-view .pricelistTable thead tr > th {
    background: #f0f7fe;
  }
  .subHeader-block.encyclopedia_heder.page404Header h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .col-auto.inputblocks.enc-search {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .btnblock {
    flex-wrap: wrap;
  }
  .newsection p {
    text-align: center;
  }
  .tabblock .tab-content {
    padding: 10px;
  }
  .btnblockright {
    margin-left: auto;
    margin-right: auto !important;
  }
  ul.learningmenu {
    margin: 0px 15px;
  }
  ul.learningmenu > li {
    flex: 1;
  }
  ul.learningmenu > li > a {
    background-color: #f9fafc;
    color: #333 !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    text-align: center;
    display: block;
    padding: 14px 10px !important;
  }
  ul.learningmenu > li > a:hover {
    color: #fff !important;
  }
  .contenboxleft p {
    text-align: center;
  }
  .serviceBox {
    margin-bottom: 20px;
  }
  .modelImg {
    position: relative;
    right: 0px;
    bottom: 0px;
    left: 0;
    text-align: center;
  }
  .contact-detail {
    text-align: center;
    margin-bottom: 30px;
  }
  .twoline::before {
    left: 0px;
    bottom: 0px;
    right: 0;
    margin: auto;
  }
  .bluepadding .btnOrenge {
    margin: auto;
  }
  .subHeader-container h1::before {
    right: 0px;
    margin: auto;
  }
  .subHeader-container {
    text-align: center;
  }
  .subHeader-block {
    background-position: right -135px bottom;
  }
  .loginDiv {
    padding: 40px 20px;
  }
  .col-md-5.bluebg {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: 100%;
  }
  .bluepadding {
    padding: 80px 20px;
    display: block;
    text-align: center;
  }
  .mobile_bottom {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .section.mobilesection.mt-100 {
    margin-top: 0px;
  }
  .btnblockright {
    max-width: 100%;
    float: none;
    margin-right: -14px;
    width: 351px;
  }
  .modelImg {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .mediasectionone h3,
  .sectionmediatwo h3 {
    font-size: 25px;
  }
  .col.arrowbox {
    display: block;
    width: 100%;
    flex: 0 0 100%;
  }
  .subHeader-media {
    padding: 90px 0px 25px 0px;
  }
  .subHeader-media h1 {
    font-size: 21px;
  }
  .imgblock {
    margin-bottom: 20px;
  }
  .headingwhiteOne {
    font-size: 25px;
  }
  h3.headingWhite {
    color: #fff;
    font-size: 25px;
  }
  h3.headingBlue {
    color: #0863c0;
    font-size: 25px;
  }
  .subHeader-container.twoline.lineblocknew .btnOrenge {
    margin: auto;
  }
  .twoline h2,
  .twoline h3 {
    color: #fff;
    font-size: 21px;
    text-align: center;
  }
  .lineblock {
    width: 71px;
    height: 4px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: auto;
    margin-top: auto;
  }
  .subHeader-container.twoline.lineblocknew {
    padding: 100px 0px;
  }
}

@media (max-width: 575px) {
  .subHeader-block.encyclopedia_heder .subHeader-media {
    padding: 90px 0px 10px 0;
  }
  .box_new {
    margin-bottom: 30px;
  }
  .list-detail {
    text-align: left;
  }
  .right_cricle.top_box {
    display: none;
  }
  h3.headingthree {
    font-size: 20px;
  }
  .serachnew {
    border-radius: 22px;
    background-color: #fff;
    padding: 8px 15px;
  }
  .searchbar {
    border-radius: 22px;
    padding: 6px;
  }
  .submitbox,
  .submitbox .btn-search {
    width: 100%;
  }
  .serachnew .form-control-borderless {
    padding-left: 20px;
    padding-top: 9px;
    line-height: 30px;
    font-size: 16px;
  }
  .mobile-top-150 {
    margin-top: -150px !important;
  }
  .linenew {
    display: none;
  }
  .subHeader-container h1::before {
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
  }
  .subHeader-container h1 {
    text-align: center;
  }
  .boxBlock {
    margin-bottom: 30px;
  }
  .mobile-top {
    margin-top: -100px !important;
  }
  .right_cricle.low-box {
    display: none;
  }
  .subHeader-container {
    padding: 150px 0px 40px 0px;
  }
  .subHeader-container.educators-page-header {
    padding: 150px 0px 80px 0px;
  }
  .subHeader-container h1 {
    font-size: 34px;
  }
  .img-blockn {
    text-align: center;
    margin-bottom: 30px;
  }
  .box .img-block img {
    height: 220px;
  }
  .header-block {
    padding-bottom: 50px;
  }
  .conten h3 {
    min-height: auto;
  }
  .conten p {
    margin-bottom: 30px;
    min-height: auto;
  }
  .footer_block {
    padding-top: 220px;
  }
  .header-container h1 {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 37px;
  }
  .list-block .icon-block {
    width: 66px;
    height: 66px;
  }
  .list-block .icon-block > img {
    width: 66px;
  }
  .list-block {
    padding: 0px;
  }
  .list-block .icon-block::before {
    content: "";
    width: 2px;
    height: 100%;
    border: 2px dashed #b9caf9;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -78px;
  }
  .listsectionB .rownew:last-child .col-md-6 .icon-block:before {
    width: 2px;
    height: 100%;
    content: "";
  }
  .listsectionB .rownew:last-child .col-md-6:last-child .icon-block:before {
    width: 0px;
    height: 0px;
    content: "";
  }
  .box {
    margin-bottom: 25px;
  }
  .header-container h1 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 37px;
    text-align: center;
  }
  .header-container p {
    font-size: 16px;
    text-align: center;
  }
  .header-container .btnOrenge {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .mediablock p {
    font-size: 14px;
  }
  .mediablock > img {
    width: 70px;
  }
  .left_circle.left-bottom {
    display: none;
  }
  section.pb-10.mt-100.listsectionB {
    margin-top: 0px;
  }
  section.pb-10.mt-100.listsectionB.models3d-section {
    margin-top: 0px !important;
  }
  .subHeader-container.twoline.lineblocknew {
    padding: 180px 0px;
  }
  .courses-header {
    background-image: url(../img/equicad_mobile_courses.png);
  }
  .proSection {
    margin-top: -100px;
  }
  .subHeader-block {
    min-height: 518px;
  }
  .header-block {
    background-position: left center !important;
  }
  .footer_block {
    background-image: url(../img/footer_bg_mobile.png);
  }
  .footer_block ul.socilaIcon {
    margin-bottom: 20px;
  }
}

.blog-section {
  padding-bottom: 50px;
}
.IBPage-blog {
  padding-top: 60px;
  padding-bottom: 84px;
}
.IBPage-blog .splide__track {
  overflow: initial;
  overflow-x: clip;
}
.splide__arrow {
  opacity: 1 !important;
}
.IBPage-blog #thumbnail-carousel-tabs {
  margin-top: 30px;
}
.IBPage-blog #thumbnail-carousel-tabs .splide__arrow:disabled {
  opacity: 1;
}
.IBPage-blog #thumbnail-carousel-tabs .splide__arrow--next {
  right: -13px;
  top: 78px;
  border: none;
  outline: none;
  background-image: url("../img/arrow-new.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.IBPage-blog #thumbnail-carousel-tabs .splide__arrow--prev {
  left: -13px;
  top: 78px;
  border: none;
  outline: none;
  background-image: url("../img/left-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.IBPage-blog #thumbnail-carousel-tabs .splide__arrow--prev svg {
  fill: rgba(0, 0, 0, 0);
}
.IBPage-blog #thumbnail-carousel-tabs .splide__arrow--next svg {
  fill: rgba(0, 0, 0, 0);
}
.IBPage-content {
  padding: 68px 0 73px 0;
  background-color: #4d7bb6;
}
.IBPage-content .none {
  display: none !important;
}
.flex-tab {
  display: flex;
  justify-content: space-between;
}
.IBPage-content [data-content="customizable"] {
}
.IBPage-content [data-content="sketch-fab"] div {
}
.IBPage-content [data-content="sketch-fab"] p,
.IBPage-content [data-content="software-plugins"] p,
.IBPage-content [data-content="custom-3d"] p,
.IBPage-content [data-content="custom-colors"] p {
  color: #fff;
  margin-top: 45px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.IBPage-content [data-content="customizable"] .left-content .lists {
  display: flex;
  margin-top: 40px;
}
.IBPage-content [data-content="customizable"] .left-content .lists ul {
  padding-left: 20px;
}
.IBPage-content [data-content="customizable"] .left-content .lists ul li {
  font-size: 18px;
  font-weight: 400;
}
.IBPage-content
  [data-content="customizable"]
  .left-content
  .lists
  ul:nth-child(2) {
  margin-left: 127px;
}
.IBPage-content .left-content .title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.IBPage-content [data-content="customizable"] .left-content div:not(.title) {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.IBPage-content .right-content .content {
  width: 492px;
  height: 327px;
  background-color: #fff;
  border-radius: 22px;
  padding: 16px;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .IBPage-content .right-content .content {
    height: initial;
  }
}
.IBPage-content .right-content,
.IBPage-content .right-content .content,
.IBPage-content .right-content .content > div {
  display: flex;
  align-items: center;
}

.IBPage-content .right-content .content div {
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
.profilesection {
}
/* responsive */

.new-learningM .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .mobaile-view {
    display: none;
  }
  .new-learningM .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .new-learningM .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
  }
  .new-learningM .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .new-learningM .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
  }
  .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }
  .new-learningM .nav-tabs .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
    color: #fff;
  }
  .new-learningM .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-color: #0275d8 #fff #0275d8 #0275d8;
  }
  .new-learningM .card {
    border: none;
  }
  .new-learningM .card .card-header {
    display: none;
  }
  .new-learningM .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .subHeader-block.encyclopedia_heder.page404Header h1 {
    font-size: 48px;
  }
  .btnblockright .btnOrenge {
    margin-right: auto !important;
    margin-left: auto;
    width: 85%;
  }
  .img-magnifier-container {
    position: relative;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90%;
    text-align: center;
  }
  ul.learningmenu > li > a:hover::before,
  ul.learningmenu > li > a.active::before {
    display: none;
  }
  ul.learningmenu > li > a:hover span > img {
    filter: brightness(100) !important;
  }
  .accountSite {
    min-height: auto;
  }
  ul.learningmenu > li > a > span > img {
    filter: brightness(0) !important;
  }
  ul.learningmenu > li > a > span.icon {
    margin-right: 0;
    display: block;
    margin: 10px auto;
    text-align: center;
    height: 30px;
  }
  .accountSite .learningmenu {
    flex-wrap: nowrap !important;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
  }
  .sectionmediatwo {
    margin-bottom: 20px;
  }
  .mediasectionone h3,
  .mediasectionone p,
  .sectionmediatwo h3,
  .sectionmediatwo p {
    text-align: center;
  }
  .mediasectionone p {
    margin-bottom: 30px;
  }
  .searchbar {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .submitbox button {
    width: 100%;
  }
  .newmobile-block {
    border-radius: 22px;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .serachnew {
    display: flex;
    flex-wrap: nowrap;
  }
  .mobile-hide {
    display: none;
  }
  .inputblocks {
    width: 60%;
    max-width: 60% !important;
    flex: 0 0 60%;
  }
  .mediablock h1 {
    font-size: 28px;
  }
  .contenboxleft p,
  .contenboxright p {
    text-align: center !important;
  }
  .deliverSection .contenboxleft p,
  .deliverSection .contenboxright p,
  .lightbg .contenboxleft p,
  .lightbg .contenboxright p {
    text-align: left !important;
  }
  .mobile-view h3 {
    margin-top: 35px;
  }
  .mobile-view {
    margin-bottom: 15px !important;
  }
  .subHeader-container.imgHeader {
    padding: 100px 0px;
  }
  .subHeader-container h1 {
    font-size: 30px;
  }
  .mobile-m {
    margin-bottom: 10px !important;
  }
  .learningMediam {
    border: 0px;
  }
  .right_cricle,
  .left_circle {
    display: none;
  }
  .learningMediam .card-header a:hover,
  .learningMediam .card-header a:hover {
    background-color: #007bff !important;
    color: #fff;
    border-radius: 0px;
  }
  .learningMediam .card-header a[aria-expanded="true"] {
    background-color: #007bff !important;
    color: #fff;
  }
  .learningMediam .tab-content .tab-pane {
    padding: 0px;
  }
  .learningMediam.new-learningM .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .learningMediam .card-header a {
    border-bottom: 1px solid #c0dcf0;
    background-color: #f9fafc;
    border-radius: 8px;
    display: block;
    background-color: #f9fafc;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
  }
  .learningMediam .card {
    border: 1px solid #c0dcf0;
    margin-bottom: 10px;
  }
  .learningMediam .card-header {
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
  }
  .img-block-new img {
    margin-bottom: 13px;
    display: block;
  }
  .img-block-new p {
    text-align: center;
  }
  .text-center-mobile p {
    text-align: center;
  }
  .learningMediam .card-header a[aria-expanded="true"] span > img {
    filter: brightness(100) !important;
  }
}

@media (max-width: 1199px) {
  ul.nav.nav-tabs.tabnewbox {
    overflow-x: scroll;
    height: 57px;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  ul.nav.nav-tabs.tabnewbox > li {
    flex: 0 0 auto;
  }
}

.img-magnifier-container {
  position: relative;
  margin-top: 150px;
}

.img-magnifier-glass {
  position: absolute;
  border-radius: 50%;
  cursor: none;
  width: 100px;
  height: 100px;
}

.img-magnifier-glass:before {
  content: url(../img/searchI.png);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 10px auto;
  display: block;
  width: 72px;
}

.imagesearchblock {
  text-align: right;
}

.btnblock {
  list-style: none;
  display: flex;
  margin: 20px auto;
  padding: 0px;
  justify-content: center;
}

ul.btnblock > li {
  padding-left: 8px;
  padding-right: 8px;
}

.subHeader-block.encyclopedia_heder.page404Header {
  min-height: 750px;
}

.subHeader-block.encyclopedia_heder.page404Header h4 {
  color: #fff;
  text-align: center;
  color: #fff;
}

.subHeader-block.encyclopedia_heder.page404Header h1 {
  font-size: 65px;
}
/* drop menu */

.dropdown > a.nav-link {
  position: relative;
}

.dropdown > a.nav-link:before {
  content: "\f107";
  position: absolute;
  right: -4px;
  font-family: FontAwesome;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  top: 4px;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 20px;
  max-height: 600px;
  overflow-y: auto;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: ease-in all 0.3s;
}

.dropdown-content a:hover {
  background-color: rgba(32, 90, 164, 0.8);
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.menuleft {
  list-style: none;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
}

.submenulist {
  list-style: none;
  width: 50%;
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}

.submenulist {
  display: none;
}

.submenulist ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.submenulist ul > li {
  padding-bottom: 8px;
}

.grayLine {
  border-bottom: 1px solid #eae9e9;
  border-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
  clear: both;
}

.blueTextHeading {
  color: #0863c0;
  font-size: 30px;
  margin-bottom: 30px;
}

.terms-section h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

.headingTermN {
  color: #0863c0;
  font-size: 28px;
  margin-bottom: 30px;
}

.subNumber {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
}

ol.nested-counter-list {
  counter-reset: item;
}

ol.nested-counter-list li {
  display: block;
}

ol.nested-counter-list li::before {
  content: counters(item, ".") ". ";
  color: #0863c0;
  counter-increment: item;
  font-weight: bold;
}

ol.nested-counter-list ol {
  counter-reset: item;
}

ul.listNoNum > li:before {
  content: "";
}

.listNoNum {
  margin: 0px;
  padding: 10px 0px 0px 30px;
}

.listNoNum > li {
  list-style: none;
  padding-bottom: 10px;
}

.featureBlock {
  padding-bottom: 60px;
}

.featureBox {
  padding: 80px 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.featureBox h4 {
  color: #fff;
}

.imgBlockNew {
  margin-bottom: -80px;
}

.imgBlockNew > img {
  max-width: 100%;
  height: 420px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 767px) {
  .imgBlockNew.customImgStyles {
    text-align: center;
  }

  .imgBlockNew.customImgStyles > img {
    max-height: 420px;
    height: auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.playBtn {
  padding: 8px 10px;
  width: 150px;
  margin-bottom: 10px;
}

.featureBlock .list-block {
  min-height: 150px;
}

.featureBlock .list-block .icon-block::before {
  content: "";
  width: 2px;
  height: 70px;
  border: 2px dashed #b9caf9;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -70px;
}

.tabPaymentB .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0863c0;
  color: #fff;
}

.tabPaymentB .nav-pills .nav-link {
  padding: 14px 30px;
  color: #0863c0;
}

.tabPaymentB .subscribe,
.tabPaymentB .loginbtnp {
  padding: 14px 30px;
  color: #0863c0;
  color: #fff;
  margin-top: 25px;
}

.tabPaymentB {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.main-content__checkmark {
  font-size: 105px !important;
  margin-bottom: 25px;
}

.main-content {
  text-align: center;
}

.main-content__checkmark {
  line-height: 1;
  color: #24b663;
}
/* custom css */

.error {
  color: red;
  font-size: 12px;
}

.warning {
  font-size: 12px;
  color: #ff9800;
}

.unverified {
  border: 1px solid #ff9800;
}

input[type="radio"].custom_radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="radio"].custom_radio ~ label {
  width: 100%;
  text-align: center;
  display: block;
}
input[type="radio"].custom_radio ~ label:before {
  font-family: "Font Awesome 6 Free";
  font-size: 40px;
  color: #0863c0;
  display: block;
  cursor: pointer;
}

input[type="radio"].custom_radio:checked ~ label:before {
  color: #fc7e4d;
}

input[type="radio"].custom_radio.regular-star ~ label:before {
  content: "\f005";
  font-weight: 400;
}

input[type="radio"].custom_radio.solid-star-half ~ label:before {
  content: "\f5c0";
  font-weight: 400;
}

input[type="radio"].custom_radio.solid-star ~ label:before {
  content: "\f005";
  font-weight: 900;
}

.plan-stars {
  margin: 0 10px 10px 10px;
  padding: 10px 0 0 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
}

.plan-stars.no-bottom-border {
  border-top: none;
  text-align: center;
  margin: 0 10px 10px 10px;
}

.selectProductTitle {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
}

.hiddenImp {
  display: none !important;
}

.successmessage,
#successmessage {
  color: green;
  font-size: 18px;
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 15px;
}

.successmessage.attop,
#successmessage {
  position: absolute;
  background: #0bb44c;
  bottom: -20px;
  left: 50%;
  margin: 0 -125px;
  z-index: 100;
  border-radius: 10px;
  width: 250px;
  color: #ffffff;
}

.successmessage.attop.ibtemplate,
#successmessage.ibtemplate {
  margin: 0 -135px;
}

.spasuccessmsg.attop {
  width: 270px;
}

#successmessage {
  bottom: -30px;
}

.errormessage {
  color: red;
  font-size: 14px;
  text-align: center;
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 15px;
}

.has-error .form-control {
  border: 1px solid red;
}

li.greeen_menu_cust_color a {
  color: #3ab43a;
}

.box-blocknew a:hover {
  text-decoration: none;
}

.box-blocknew > a > img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.ml-auto.img-magnifier-container > img {
  border-radius: 7px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.enc-search
  .form-control.form-control-lg.form-control-borderless::-webkit-input-placeholder {
  font-weight: 300;
}

.enc-search
  .form-control.form-control-lg.form-control-borderless::-moz-placeholder {
  font-weight: 300;
}

.enc-search
  .form-control.form-control-lg.form-control-borderless:-ms-input-placeholder {
  font-weight: 300;
}

.enc-search
  .form-control.form-control-lg.form-control-borderless:-moz-placeholder {
  font-weight: 300;
}

.choosePlan {
  text-align: center;
}

.choosePlan button.choose {
  background-color: #347fcc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 5px;
  cursor: pointer;
}

.choosePlan span {
  display: block;
  margin-top: 5px;
}

table.pricelistTable.table tfoot > tr {
  background-color: #f0f7fe;
}

table.pricelistTable.table tfoot > tr > td {
  padding: 15px 4px;
}

.learningMediam.new-learningM .card-body {
  max-height: 561px;
  overflow: auto;
}

.tabblock {
  margin-top: -80px;
}

.menubar ul.navbar-nav > li {
  position: relative;
}

.menubar ul.navbar-nav > li > a {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.menubar ul.navbar-nav > li > a.dropdown-toggle::after {
  top: 10px;
  position: relative;
}
/* custom css */

@media (min-width: 992px) and (max-width: 1199px) {
  .menubar ul.navbar-nav > li > a.nav-link {
    /*padding-right: 10px !important;*/
    /*padding-left: 10px !important;*/
    /*TODO: new styles*/
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
  }
  /*.menubar ul.navbar-nav>li:last-child {*/
  .menubar ul.navbar-nav > li.login-logout {
    padding-left: 6px;
  }
  /*.menubar ul.navbar-nav>li:last-child>a.nav-link {*/
  .menubar ul.navbar-nav > li.login-logout > a.nav-link {
    padding-left: 24px;
    padding-right: 24px;
  }
  /*    end*/
  .dropdown-content {
    min-width: 100%;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .subHeader-block.faqHeader h1 {
    font-size: 25px;
  }
  .subHeader-block.faqHeader {
    min-height: 680px !important;
  }
  .mediasectionone ul.pagination,
  ul.buttonlist {
    flex-wrap: wrap;
  }
  .buttonlist > li {
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
  .dropdown-content {
    min-width: 100%;
  }
}

.mediasectionone.encyclopedia {
  margin-top: -48px;
}

.tabblock.signlePage h1,
.tabblock.signlePage h2,
.tabblock.signlePage h3,
.tabblock.signlePage h4,
.tabblock.signlePage h5,
.tabblock.signlePage h6 {
  color: #0863c0;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tabblock.signlePage
  ul.nav.nav-tabs.tabnewbox
  > li
  > a.nav-link
  > span.imgIcon
  > img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tabblock.signlePage img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tabblock.signlePage h4 em,
.tabblock.signlePage h1 em,
.tabblock.signlePage h2 em,
.tabblock.signlePage h3 em,
.tabblock.signlePage h5 em,
.tabblock.signlePage h6 em {
  font-style: normal;
}

.imagesearchblock .ml-auto.img-magnifier-container a > img {
  border-radius: 2px;
}

table.pricelistTable.table > thead > tr:first-child > th {
  background-color: #fe6d35;
  color: #fff;
}

.subHeader-container.subheaderbl.viewsingle h1 {
  font-size: 34px;
}

.section.pb-10.mt-100.listsectionB.myaccount {
  margin-bottom: -100px;
}

.flag {
  color: #fff;
  display: block;
  text-align: right;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px;
}

.bottom-spacing {
  margin-bottom: -80px;
  z-index: 1;
  position: relative;
}

img.lazy {
  display: block;
}

a.learn-more-plan:hover {
  color: none !important;
  text-decoration: none;
}

.mandatory {
  color: red;
}

.expiration-height {
  height: 50px !important;
}

.blog-section .box .conten .btnOrenge {
  margin: 10px auto;
}

.newmachinery h3.headingBlue,
.newmachinery p,
ul.listingBox > li,
.newmachinery ul.listingBox > li::before {
  color: #fff;
}

.whatWeDo p {
  color: #333;
}

.whatWeDo h3.headingWhite {
  color: #034aaf;
}

.whatWeDo h3.headingWhite:before {
  background-color: #034aaf;
}

.deliverSection.whatWeDo {
  padding: 40px 0px;
}

.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  /* If you want dots under the hoverable text */
}

.logo-parent {
  display: flex;
  width: 100%;
  max-width: 100px;
}

.logo-resized {
  width: 100%;
  height: auto;
}

.tooltip-inner {
  color: #fff;
  text-align: left;
  background-color: #0863c0;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  word-wrap: break-word;
  max-width: 300px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0.25rem;
}

#divmodel .select2-selection.select2-selection--single {
  height: 50px;
}

#divmodel .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
}
#divmodel
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
}

.fa.fa-info-circle[data-bs-toggle="tooltip"] {
  color: #72726cff;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
.tooltip {
  pointer-events: none;
}

label.disabled {
  color: #ebebe4;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #0863c0;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #0863c0;
}
/* Tooltip text */
/*.title-tip[title]:hover {
     position: relative;
 }*/
/*.title-tip[title]:hover:before {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 99999;
     content: attr(title);
     margin-top: 0.5em;
     padding: 0.5em;
     width: 300px;

     overflow: hidden;
     word-wrap: break-word;
     font-size: inherit;
     color: #FFF;
     text-align: center;
     background-color: #0863c0;
     box-sizing: border-box;
     box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
 }*/
/*.title-tip[title]:hover:after {
     position: absolute;
     top: 100%;
     left: 50%;
     z-index: 99999;
     content: '';
     margin-left: -0.125em;
     width: 0;
     height: 0;
     border: 0.25em dashed transparent;
     border-bottom: 0.25em solid #0863c0;
     font-size: 12px;
 }*/

.faqblock p > a {
  color: #fff;
  font-weight: 600;
}

.tabblock.signlePage .tab-content iframe {
  width: 100% !important;
}
.tabblock.signlePage .tab-content.small-video iframe {
  position: absolute;
  width: 70% !important;
  left: 50% !important;
  /*transform: translateX(-50%);*/
  /*height: 70% !important;*/
  height: 100% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.tabblock.signlePage .tab-content.small-video [data-oembed-url] {
  padding: 1.5% 0;
}
.tabblock.signlePage .tab-content.small-video [data-oembed-url] > div {
  /*padding-bottom: 40.338% !important;*/
  /*padding-bottom: 43.338% !important;*/
  padding-bottom: 40% !important;
}

@media (max-width: 991px) {
  .tabblock.signlePage .tab-content.small-video iframe {
    width: 100% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    height: 100% !important;
  }
  .tabblock.signlePage .tab-content.small-video [data-oembed-url] {
    padding: 0;
  }
  .tabblock.signlePage .tab-content.small-video [data-oembed-url] > div {
    padding-bottom: 56.338% !important;
  }
}

.lightblue {
  background-color: #e2fdfc;
}

.blueBgb {
  background-color: #0863c0;
}
/*21-10-2020*/

.imagSerchSection {
  position: relative;
  padding: 0;
}

.imagSerchSection .detailB {
  display: flex;
}

.imagSerchSection .detailB h4 {
  margin-top: 0px;
}

.imagSerchSection .headingNewb p {
  margin-bottom: 5px;
}

.imagSerchSection .detailB h4 > span {
  font-size: 18px;
}

.imagSerchSection .imglist {
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.imagSerchSection .imglist > li {
  display: flex;
  padding-right: 9px;
  padding-bottom: 8px;
}

.imagSerchSection .imglist > li > a {
  font-size: 14px;
  color: #272727;
  display: flex;
  padding-right: 9px;
}

.imagSerchSection .imglist > li > a.active,
.imagSerchSection .imglist > li > a:hover {
  font-weight: 600;
}

.imagSerchSection .imgCata {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 25px;
  padding: 25px;
}

.imagSerchSection .imagSerchSection .videoB > img {
  max-width: 100%;
  height: auto;
}

.imagSerchSection .discriptionB h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #4d7bb6;
}

.imagSerchSection .discriptionB h5 {
  font-size: 14px;
}

.imagSerchSection .discriptionB ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.imagSerchSection .discriptionB ul > li > a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #fc8258;
  border-radius: 4px;
  color: #fc8258;
}

.imagSerchSection .discriptionB ul > li {
  padding-left: 5px;
}

.imagSerchSection .viewMoreBtn {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #007bff;
  transition: all ease-in 0.2s;
}

.imagSerchSection .viewMoreBtn > span {
  padding-left: 4px;
}

.imagSerchSection .viewMoreBtn:hover {
  text-decoration: none;
}

.imagSerchSection .haedingtital {
  font-size: 26px;
  font-weight: 600;
}

.headerPart h3 {
  font-weight: 600;
}

.checkbox {
  display: flex;
  padding-bottom: 8px;
}

.checkbox > input {
  padding-right: 10px;
}

.has-error .terms_condition {
  color: red;
}

ul.listingBox > li.listingBoxTxt {
  color: #292929 !important;
}

.contenthelp #collapse-D ul.listingBox > li,
ul.newlistB > li {
  color: #292929;
}

.imagesearchblock > .ml-auto.img-magnifier-container > a {
  background-color: #fff;
  display: block;
  width: 340px;
  margin-right: 0;
  margin-left: auto;
  padding: 15px;
}

.imagesearchblock > .ml-auto.img-magnifier-container > a > img {
  object-fit: contain;
}
/* view media */

.singlePageheader {
  background-color: rgba(32, 90, 164, 1);
  padding-bottom: 15px;
  min-height: 100px;
  margin-bottom: 50px;
}

.imageB > img {
  max-width: 100%;
  height: auto;
}

ul.detailp {
  display: flex;
  margin: 10px 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

ul.detailp > li {
  padding-right: 5px;
}

ul.detailp > li > a {
  font-size: 14px;
  color: #292929;
}

.bownBtn {
  background-color: rgba(32, 90, 164, 1);
  padding: 12px 8px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  transition: all ease-in 0.2s;
  margin: 25px 0 35px 0;
}

.bownBtn:hover {
  color: #fff;
  text-decoration: none;
}

.detalPageB h4,
.imagesBlockPage h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

ul.itemTags {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.itemTags > li {
  padding-right: 5px;
  padding-bottom: 15px;
}

ul.itemTags > li > a {
  border: 1px solid rgb(166, 166, 166);
  padding: 8px 18px;
  display: block;
  border-radius: 20px;
  color: #292929;
  text-transform: capitalize;
}

ul.itemTags > li > a:hover {
  text-decoration: none;
}

ul.headerLink {
  list-style: none;
  display: flex;
  margin: 25px 0 10px 0;
  padding: 0;
  flex-wrap: wrap;
}

ul.headerLink.demo {
  list-style: disc;
  display: flex;
  margin: 25px 0 10px 20px;
  padding: 0;
  flex-wrap: wrap;
}
.IBPage ul.headerLink.demo {
  display: initial;
  position: relative;
}
.IBPage ul.headerLink.demo .line {
  position: absolute;
  top: -4px;
  left: -14.5px;
  height: 100%;
  width: 2px;
  background-color: #fff;
}

.request-btn .btnOrenge {
  margin: 20px auto;
}

#ib-demo,
.ib-demo-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.ib-demo-wrap {
  /*margin: 0 0 0 50px;*/
  /*top: -60px;*/
}

.ib-demo-wrap .row {
  width: 100%;
}

#ib-demo iframe {
  border: 0;

  display: block;
  position: absolute;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: 100%;

  border-radius: 16px;
  box-shadow: 0 0 8px rgb(4 53 145 / 20%);
}

.icon-callout {
  color: #0863c0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  padding-top: 8px;
  text-align: center;
  margin-bottom: 0;
}
.IBPage .icon-callout {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 0;
}

.demo-icons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ib-view-system {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 153px);
  grid-gap: 30px;
}
.IBPage .ib-view-system {
  grid-gap: 55px;
}

.demo-icons-parent {
  /*max-width: calc(100% / 12);*/
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  /*justify-content: center;*/
  align-items: stretch;
}

.demo-icons-parent img {
  width: 100%;
  max-width: 40px;
  height: auto;
}
.IBPage .demo-icons-parent img {
  max-width: 75px;
}

.features-section,
.cases-section {
  padding-top: 40px;
  background-color: rgba(32, 90, 164, 0.8);
  margin-bottom: 40px;
}
.IBPage-case {
  background-image: url("../img/cases-back.png");
  background-repeat: no-repeat;
  padding-top: 74px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.IBPage-links {
  position: relative;
  top: 114px;
  z-index: 10;
}
.IBPage-links .container {
  display: flex;
  justify-content: center;
}
.IBPage-links .container .row {
  display: block;
  margin-left: initial;
  margin-right: initial;
}
.IBPage-links .container .row:nth-child(1) {
  margin-right: 32px;
  border-radius: 32.5px;
}
.IBPage-links .container .row:nth-child(2) {
  margin-right: 32px;
  border-radius: 32.5px;
}
.IBPage-links .container .row .bluebg {
  background-color: initial;
}
.IBPage-links .container .row:nth-child(1) a {
  border-width: 0px;
  border-color: rgb(243, 173, 28);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(20, 122, 188);
  background-image: -moz-linear-gradient(
    90deg,
    rgb(12, 98, 148) 0%,
    rgb(44, 150, 220) 99%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(12, 98, 148) 0%,
    rgb(44, 150, 220) 99%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(12, 98, 148) 0%,
    rgb(44, 150, 220) 99%
  );
}
.IBPage-links .container .row:nth-child(2) a {
  border-width: 0px;
  border-color: rgb(243, 173, 28);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(228, 64, 0);
  background-image: -moz-linear-gradient(
    90deg,
    rgb(228, 64, 0) 0%,
    rgb(255, 164, 67) 99%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(228, 64, 0) 0%,
    rgb(255, 164, 67) 99%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(228, 64, 0) 0%,
    rgb(255, 164, 67) 99%
  );
}

.features-section .sub-title,
.cases-section .sub-title {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}

.features-section h3,
.cases-section h3 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  text-align: center;
}
.IBPage-case.cases-section h3 {
  font-weight: 700;
}
.IBPage-case.cases-section .mb-3 {
  margin-bottom: 30px !important;
}
.features-section h3:before,
.cases-section h3:before {
  content: "";
  width: 75px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  border-radius: 4px;
}
#thumbnail-carousel,
#thumbnail-carousel-features {
  width: 100%;
  max-width: initial;
}

.features-section .list {
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 34px;
}

.features-section .list .item {
  background-color: #fff;
  /*width: ;*/
  width: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  padding: 40px 12px 54px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);

  text-align: center;
  font-size: 24px;
}

.features-section .list .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cases-section .list .item {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}

.cases-section .list .img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  /*background-color: #eaeaea;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.IBPage-blog .splide__list {
  height: initial;
}
.cases-section .list img {
  width: 100%;
}
.IBPage-case.cases-section .list img {
  width: initial;
  max-height: 71px;
}
.IBPage-case.cases-section .list .img {
  height: 71px;
  width: initial;
}
.IBPage-case.cases-section .list .item {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  /*width: 167px;*/
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.21);
  height: 100%;
  max-height: 195px;
}
.IBPage-case.cases-section .list .item > div {
  padding: 20px 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.IBPage-case.cases-section .list .item .title {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.IBPage-case .splide__arrow--prev {
  left: -32px;
  background-image: url("../img/left-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}
.IBPage-case .splide__arrow--prev svg {
  display: none;
}
.IBPage-case .splide__arrow--next {
  right: -32px;
  background-image: url("../img/arrow-new.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}
.IBPage-case .splide__arrow:disabled {
  opacity: 1;
}
.IBPage-case .splide__arrow--next svg {
  display: none;
}

@media (min-width: 768px) {
  .demo-icons br {
    display: none;
  }
}

@media (max-width: 991px) {
  .IBPage-footer hr {
    padding-top: 0;
    margin-bottom: 15px;
    position: relative;
  }
  .IBPage-footer hr:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 15px;
    left: -15px;
    top: 0;
    background-color: #ffffff;
  }
  .IBPage-footer hr:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 15px;
    right: -15px;
    top: 0;
    background-color: #ffffff;
  }
  .IBPage-footer .col-sm-6:nth-child(2) li:last-child {
    border-bottom: none;
  }
  .IBPage-footer ul.menufooter > li:last-child {
    border-bottom: 1px solid #ffffff;
    margin: 0 16px;
  }
  .IBPage-footer .col-sm-6:nth-child(1) {
    margin-bottom: 10px;
  }
  .IBPage-footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .IBPage-footer .col-lg-7,
  .IBPage-footer .col-md-5,
  .IBPage-footer .col-sm-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .IBPage-footer {
    /*background-image: url(../img/amazonaws/footer_bg.png);*/
    background-image: url("https://www.equicad.com/img/footer_bg.webp");
    background-size: cover;
    background-position: top;
    padding-top: 284px;
    margin-top: -200px;
    /*z-index: -1;*/
    pointer-events: none;
  }
  .IBPage-footer.footer_block .footer_block-banner {
    display: none;
  }
  .IBPage-footer .footer-content {
    pointer-events: all;
  }
  .IBPage-footer hr:nth-child(1) {
    display: none;
  }
  .IBPage-case {
    background-position: center;
  }
  .IBPage-client ul.clintlogo > li {
    padding: 0;
  }
  .IBPage-client ul.clintlogo > li:last-child {
    display: none;
  }
  .IBPage-client ul.clintlogo > li:nth-child(5),
  .IBPage-client ul.clintlogo > li:nth-child(4) {
    display: none;
  }
  .IBPage-client.clintsection {
    padding: 55px 15px !important;
  }
  .IBPage-content {
    padding: 35px 0;
  }
  .IBPage-content [data-content="sketch-fab"] p,
  .IBPage-content [data-content="software-plugins"] p,
  .IBPage-content [data-content="custom-3d"] p,
  .IBPage-content [data-content="custom-colors"] p {
    font-size: 16px;
  }
  .IBPage-content [data-content="customizable"] .left-content .lists ul li {
    font-size: 16px;
  }
  .IBPage-content [data-content="customizable"] .left-content div:not(.title) {
    font-size: 16px;
  }
  .IBPage-content .left-content .title {
    font-size: 16px;
  }
  .IBPage-content .flex-tab {
    flex-direction: column;
  }
  .IBPage-content
    [data-content="customizable"]
    .left-content
    .lists
    ul:nth-child(2) {
    margin-left: 0;
    margin-top: -16px;
  }
  .IBPage-content [data-content="customizable"] .left-content .lists {
    flex-direction: column;
  }
  .IBPage-blog {
    padding-top: 15px;
    padding-bottom: 34px;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active:after {
    bottom: -60px;
  }
  .IBPage-case.cases-section .list .item .title {
    font-size: 13px;
  }
  .IBPage-case .splide__track--draggable {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  /*.IBPage-case.cases-section .list .item{*/
  /*    width: 153px;*/
  /*}*/
  .IBPage-case .splide__arrow {
    opacity: 1;
  }
  .IBPage-case .row {
    margin-right: 0;
    margin-left: 0;
  }
  .IBPage-case.cases-section .sub-title {
    font-size: 16px;
  }
  .IBPage-case.cases-section .mb-3 {
    margin-bottom: 12px !important;
  }
  .IBPage-case {
    padding-top: 30px;
    background-position: center;
  }
  .listsection {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .demo-icons-parent {
    flex-direction: row;
  }
  #ib-demo iframe {
    height: 300px;
  }
  .ib-view-system {
    min-height: 750px;
    /*flex-wrap: wrap;*/
    height: calc(100vh);
  }
  .ib-view-system > div {
    width: 100%;
    max-width: 100%;
  }
  .demo-icons {
    display: block;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    max-width: calc(33% - 40px);
    margin: 0 20px;
  }

  .demo-icons:first-child {
    max-width: 100%;
    justify-content: center;
  }
  .IBPage .demo-icons:first-child {
    margin-bottom: 40px;
  }

  #ib-demo,
  .ib-demo-wrap {
    margin: 0;
  }

  .ib-demo-wrap {
    top: 0;
  }

  .mobile-center {
    justify-content: center;
    margin: 0 0 20px 0;
  }

  .clintsection {
    padding: 50px 0 0 0 !important;
    /*padding: 310px 0 0 0 !important;*/
  }
}

@media (max-width: 600px) {
  .IBPage-footer.footer_block .footer_block-banner {
    display: none;
  }
}
.demo-request {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.demo-request > div {
  width: 100%;
}
.demo-request > div iframe {
  max-width: 551px;
}

.demo-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibh {
  margin: 30px 0;
}

ul.headerLink > li {
  padding-right: 8px;
  padding-bottom: 10px;
}
.IBPage ul.headerLink > li {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  padding-left: 21px;
  position: relative;
  white-space: nowrap;
}

.IBPage ul.headerLink > li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(39, 100, 170);
  border: 2px solid #fff;
}

#exampleModalLong .learn-more-plan {
  display: block;
  text-align: center;
  width: 200px;
  margin: 4px auto;
}
/* view media */

.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: rgba(32, 90, 164, 1);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 4px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  font-size: 14px;
}

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 35px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(32, 90, 164, 1) transparent;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.new-learningM #content .listingBox > li {
  color: #292929 !important;
}

.newmachinery h3.headingBlue::before {
  background-color: #fff;
}

ul.listtxtBlack > li {
  color: #292929 !important;
}

.homePageH .header-container h1 {
  margin-bottom: 45px;
}
.IBPage .header-container h1 {
  font-size: 47px;
  line-height: 140%;
  margin-bottom: 30px;
  white-space: nowrap;
}
.homePageH .header-container p {
  margin-bottom: 75px;
}

.newPageHomeBlog .main-page-cols {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .newPageHomeBlog .main-page-cols .main-col {
    margin-left: 30px;
    margin-right: 30px;
    max-width: calc(33.333333% - 60px);
    padding-left: 0;
    padding-right: 0;
  }
}

.newPageHomeHeader {
  aspect-ratio: 1.89 / 1;
}

@media (min-width: 992px) {
  .subHeader-block {
    aspect-ratio: 2.54 / 1;
    width: 100%;
  }
}

.footer_block {
  width: 100%;
  aspect-ratio: 1.79 / 1;
  display: flex;
  align-items: flex-end;
}

.footer-content {
  width: 100%;
}

.teachPage .list-block .icon-block img {
  width: 80px;
  height: 80px;
  max-width: 80px;
}

.IBPage .header-container p {
  max-width: 348px;
  font-weight: 300;
  margin-bottom: 42px;
}

.IBPage .header-container {
  padding: 94px 0 0 0;
}
.IBPage .col-xl-5.col-lg-5.col-md-3 .header-container {
  padding: 232px 0 0 0;
}

.IBPage p.highlighted {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 10px 0;
  margin: 30px 0 30px;
  text-align: center;
}
.IBPage.listsection {
  margin-top: -87px;
}

@media (max-width: 2070px) {
  .IBPage p.highlighted {
    margin: 30px 0 250px;
  }
  .IBPage.listsection {
    /*margin-top: -240px;*/
  }
}

@media (max-width: 1800px) {
  .IBPage p.highlighted {
    margin: 30px 0 250px;
  }
  .IBPage.listsection {
    /*margin-top: -280px;*/
  }
}

@media (max-width: 768px) {
  .IBPage p.highlighted {
    /*margin: 80px 0 150px;*/
    margin: 40px 0 90px;
    font-size: 20px;
  }
  .IBPage.listsection {
    padding-top: 112px;
    /*margin-top: -180px;*/
  }
  .IBPage.header-block {
    background-size: 650% !important;
  }
  .IBPage .header-container {
    padding: 90px 0 0 0;
  }
}

@media (max-width: 690px) {
  .IBPage.header-block {
    background-size: 770% !important;
  }
}

@media (max-width: 520px) {
  .IBPage.header-block {
    background-size: 1000% !important;
  }
}

@media (max-width: 380px) {
  .IBPage.header-block {
    background-size: 1200% !important;
  }
}
@media (max-width: 991px) {
  .IBPage .header-container p {
    margin-bottom: 10px;
    max-width: 318px;
  }
}

@media (max-width: 767px) {
  ul.headerLink {
    justify-content: center;
  }
  ul.headerLink.demo {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .IBPage .col-xl-7.col-lg-7.col-md-9 {
    max-width: 47%;
  }
  .IBPage .col-xl-5 {
    max-width: 53%;
  }
}
.IBPage iframe {
  border: 10px solid #fff;
}
.IBPage .row {
  justify-content: space-between;
}
.IBPage .free-trial {
  padding: 0 68px;
  margin-top: 78px;
}
@media (max-width: 555px) {
  .IBPage .free-trial {
    margin-top: 0;
  }
}
.IBPage .free-trial a {
  display: flex;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 64.5px;
  overflow: hidden;
}
.IBPage .free-trial a .left {
  height: 129px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3fbf8;
  font-size: 25px;
  font-weight: 700;
  color: #205ba1;
}
.IBPage .free-trial a .right {
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/orange-section.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.57);
  line-height: 1;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-family: "Baloo 2", cursive;
  text-align: center;
  min-width: 208px;
}
ul.courList {
  margin: 0px;
  padding: 0;
  list-style: none;
}

ul.courList > li {
  padding-bottom: 8px;
  justify-content: center;
  display: flex;
}

ul.courList > li > a {
  color: #333;
}

.crossmark {
  color: red !important;
}

h3.headingthree {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 25px;
}

.greenborder {
  border: 6px solid #008484;
}

.imagSerchSection .viewBackBtn {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #007bff;
  transition: all ease-in 0.2s;
}

.imagSerchSection .viewBackBtn > span {
  padding-right: 4px;
}

.imagSerchSection .viewBackBtn:hover {
  text-decoration: none;
}

.m-t-20 {
  margin-top: 20px;
}
/*.imagSerchSection .imageB {
     min-height: 500px;
     max-height: 500px;
     position: relative;
     overflow-y: scroll;
 }

 .bg-scrolling {
     z-index: 999999;
 }

 .imagSerchSection .videoB>a {
     display: block;
     height: 294px;
     overflow: hidden;
 }*/

.imagSerchSection .videoB > a > img.infographics {
  width: 100% !important;
  height: 294px !important;
  object-fit: cover;
  object-position: top center;
}

.imagSerchSection .imageB > a > img.infographics {
  width: 500px !important;
  height: 300px !important;
  object-fit: cover;
  object-position: top center;
}

.imagesBlockPage .imageB > a > img {
  width: auto;
  height: 370px;
  display: block;
  margin: auto;
}

.imagesBlockPage a.example-image-link,
.watermark,
.videowatermark {
  position: relative;
  display: block;
}

.imagesBlockPage a.example-image-link::before,
.watermark::before,
.videowatermark::before {
  position: absolute;
  background: url(../img/blacklogo.png);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
  opacity: 0.5;
}

.videowatermark:hover:before {
  display: none;
}

.cookieConsentContainer {
  opacity: 1;
  display: block;
  width: 52% !important;
  margin: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0;
  padding: 15px 15px !important;
  box-sizing: border-box;
  background: rgba(32, 90, 164, 0.8) !important;
  border-radius: 4px;
}

.cookieDesc {
  display: flex;
}

.cookieConsentContainer .cookieButton {
  padding-left: 20px;
  margin-top: 0;
  padding-top: 0;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0 !important;
  background: #0d5395 !important;
  box-sizing: border-box;
  padding: 7px 12px !important;
  text-align: center;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
  color: #ffffff;
}
/*16-01-2021*/

.newSearchBoxn {
  height: 108px;
  padding-top: 15px;
}

.newSearchBoxn.sticky {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
  transition: background-color 1s;
}

.newSearchBoxn.sticky {
  animation: smoothScroll 1s ease;
}

.newSearchBoxn.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0px auto;
  z-index: 99999;
  background-image: none !important;
  background-color: rgba(51, 117, 187, 0.7);
  min-height: auto;
}

html {
  scroll-behavior: smooth;
}

.bg-scrolling.bg-scrolling-new {
  position: relative !important;
}

@keyframes smoothScroll {
  0% {
    visibility: hidden;
    opacity: 1;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.searchbar.viewmedia {
  margin-top: 15px;
}

.bottom-search-bar {
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(51, 117, 187, 0.8);
  padding: 8px 0;
  position: fixed;
  z-index: 99999;
}

@media (min-width: 768px) {
  .subHeader-media.newHeaderBlock {
    padding-top: 150px;
  }
}

.license-Block {
  margin-top: -80px;
  position: relative;
}

.headingBlack.newH {
  font-weight: 700;
  font-size: 25px;
}

.block-li-txt > span.iconBnew {
  display: block;
  padding-bottom: 15px;
}

.block-li-txt > span.iconBnew > svg {
  width: 70px;
  height: 70px;
}

.block-li-txt h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.block-li-txt ul {
  list-style-type: disc;
  margin: 10px 0 0 20px;
  padding: 0;
  list-style-position: outside;
}

.block-li-txt ul > li {
  padding-bottom: 8px;
}

.license-secBlock {
  position: relative;
  padding-top: 30px;
  background: rgb(249, 249, 249);
  background: linear-gradient(
    186deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.license-secBlock h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.license-secBlock ol {
  margin: 0 0 0 28px;
  padding: 0;
  list-style-position: outside;
}

.license-secBlock ol > li {
  padding-bottom: 15px;
}

.license-secBlock aside {
  padding: 20px;
  background-color: #f9f9fb;
  border: 1px solid #e6e6ee;
  border-radius: 4px;
  margin: 15px 0;
}

.license-secBlock aside dl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.license-secBlock aside dt {
  flex-basis: 20%;
  padding-right: 20px;
  font-weight: 700;
  flex-basis: 20%;
  flex-shrink: 0;
}

.license-secBlock aside dd {
  flex-basis: 75%;
  margin: 0;
}

.iconBnew > svg > path,
.iconBnew > svg._2yLWarTe._3o537Dxl > g > path,
#Layer_1 > path {
  fill: #000000;
}

.block-li-txt > span.iconBnew {
  width: 50px;
  height: auto;
  display: block;
  margin-bottom: 0px;
}

.block-li-txt > span.iconBnew > svg {
  width: 50px;
  height: auto;
}

.terms-section,
.terms-section h1 span,
.terms-section p span,
.terms-section h2 span {
  font-family: "Open Sans", sans-serif !important;
}

.terms-section h2 span {
  font-weight: 600;
}
/* credit */

.projectposition {
  position: relative;
}

.porjectsearch {
  position: absolute;
  right: 0px;
  top: 13px;
  cursor: pointer;
  background: transparent;
  border: 0px;
}

.btnproject {
  background-color: #007bff;
  padding: 14px 10px;
  width: 100%;
  display: block;
  border-radius: 24px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.btnproject.btnprojectdisable {
  background-color: #ccc !important;
}

.addproject {
  cursor: pointer;
}

.newproject {
  font-weight: bold;
  color: red;
}

a.download_without_licence {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.btnOrenge.download {
  padding: 7px 3px !important;
  width: 90px !important;
  font-size: 12px !important;
}

.addlicense {
  font-size: 12px;
}

.vertical-middle {
  vertical-align: middle !important;
}

.m-r-5 {
  margin-right: 5px;
}

#settingModal .modal-dialog {
  text-align: center;
}

.mediadatabase-section ol {
  list-style: none;
}

.mediadatabase-section ol > li > span {
  padding-right: 15px;
  font-weight: 600;
}
/* credit */
/* video tag */

#mediaselectproject .modal-dialog {
  margin: 6.7rem auto !important;
}

.box-lay {
  padding: 0 25px 0 25px;
}

.border-l {
  position: relative;
}

.border-l::before {
  border-left: 1px solid #ccc;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
}

.headinH {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 0px;
}

.box-lay h3,
.box-lay h4 {
  font-size: 20px;
  text-align-last: left;
  font-weight: 600;
}

.box-lay button {
  box-shadow: none;
  border: 0;
}

.limited_license .fa-info-circle::before {
  color: #1a79ff !important;
}

body.modal-open {
  overflow: hidden !important;
  padding: 0px !important;
}

.footer_block .license-terms a {
  color: #007bff;
  font-weight: bold;
}

.footer_block .license-terms a:hover {
  text-decoration: underline;
}

.download-text-center {
  text-align: center;
}

.download-text-left {
  text-align: left;
}

.license-credit {
  color: #1a79ff;
  text-align: center;
}

.credit-plan-purchase {
  display: inline-block !important;
}

.line-circle {
  position: relative;
  width: 55px !important;
  height: 66px;
  display: block;
  margin-bottom: 15px !important;
}

.line-circle::before {
  content: "";
  width: 55px;
  display: block;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #1a171b;
  position: absolute;
}

.block-li-txt > span.line-circle > svg {
  width: 34px;
  height: auto;
  margin: auto !important;
  display: block;
  padding-top: 11px;
}
.crop-img {
  width: 300px;
  margin: 15px auto;
}
.crop-img > img {
  max-width: 100%;
  height: auto;
}
img,
.crop-img-side img,
.crop-small-size img,
.equicadlogo-c img {
  max-width: 100%;
  height: auto;
}
.crop-img-side {
  margin: 15px auto;
}
.crop-small-size {
  width: 120px;
  height: auto;
}
.crop-img-side {
  width: 250px;
  height: auto;
}
.equicadlogo-c {
  width: 140px;
  height: auto;
  margin: 10px auto;
}
.img-national > img {
  max-width: 60%;
  height: auto;
}
.img-disco > img {
  max-width: 60%;
  height: auto;
}
.image-block > img {
  max-width: 100%;
  height: auto;
}
ul.listinew {
  margin: 80px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.listinew > li {
  padding-bottom: 15px;
  padding-left: 45px;
}
ul.listinew > li > img {
  width: 35px;
  height: auto;
}
.view-ap {
  padding: 10px 10px;
  position: relative;
  text-align: center;
}
.view-ap > img {
  width: auto;
  height: 80px;
}
.img-logo {
  padding: 15px;
  margin: 15px auto;
}
.img-logo > img {
  max-width: 70%;
  height: auto;
}
.view-ap h4 {
  margin-top: 15px;
}
.text-3d {
  padding-top: 5px;
}
.text-3d ul {
  margin: 0;
  padding: 0 0 0 45px;
  list-style: none;
}
.text-3d ul > li {
  padding-bottom: 25px;
}
.text-3d ul > li:first-child {
  padding-left: 15px;
}
.text-3d ul > li:nth-child(2) {
  padding-left: 40px;
}
.text-3d ul > li:nth-child(3) {
  padding-left: 80px;
}
.text-3d ul > li > h4 {
  font-size: 35px;
  color: #0863c0;
}
.view-ap h4 {
  margin-top: 21px;
  font-size: 16px;
}
@media (max-width: 1199px) and(min-width:992px) {
  .text-3d ul > li > h4 {
    font-size: 28px;
  }
  .text-3d ul > li:nth-child(2) {
    padding-left: 30px;
  }
  .text-3d ul > li:nth-child(3) {
    padding-left: 60px;
  }
  .text-3d ul > li {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) and(min-width:768px) {
  .text-3d ul > li:nth-child(2) {
    padding-left: 0px;
  }

  .text-3d ul > li:nth-child(3) {
    padding-left: 0;
  }
  .text-3d ul > li:first-child {
    padding-left: 0px;
  }
  .text-3d ul > li > h4 {
    font-size: 20px;
  }
  .text-3d ul > li {
    padding-bottom: 20px;
  }
}
@media (max-width: 499px) and(min-width:300px) {
  .text-3d ul > li > h4 {
    font-size: 20px;
  }
  .text-3d ul > li {
    padding-bottom: 20px;
  }
}
.sharecredit {
  width: auto !important;
  height: 30px !important;
}
.share_box_shadow {
  box-shadow: none !important;
}
.select2.select2-container {
  width: 100% !important;
}
#sharecredittable_length.dataTables_length {
  width: 150px;
}
#sharecredittable_filter.dataTables_filter {
  width: 425px;
}
div#sharecredittable_paginate.dataTables_paginate {
  width: 405px;
}

#sharecredittransactiontable_length.dataTables_length {
  width: 150px;
}
#sharecredittransactiontable_filter.dataTables_filter {
  width: 425px;
}
div#sharecredittransactiontable_paginate.dataTables_paginate {
  width: 405px;
}
/* blog */

.blog .box .img-block a {
  display: flex;
  aspect-ratio: 1 /1;
  align-items: center;
  justify-content: center;
}

.blog .box .img-block img {
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 /1;
  object-position: center;
}

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .IBPage .free-trial a .left {
    height: 90px;
  }
  .IBPage .free-trial a .right {
    height: 92px;
    min-width: 145px;
    font-size: 20px;
  }
  .IBPage iframe {
    border: none;
  }
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
.clintsection {
  position: relative;
  padding: 50px 0 0 0;
}
.IBPage-client {
  padding: 65px 0 87px 0;
}
.IBPage-client h3.headingBlue {
  font-size: 35px;
}
.IBPage-client .row:nth-child(2) {
  border-radius: 39px;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.21);
  margin-top: 31px;
}
.IBPage-client ul.clintlogo {
  margin: 10px 0;
}
ul.clintlogo {
  display: flex;
  margin: 25px 0;
  padding: 0;
  list-style: none;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
ul.clintlogo > li {
  padding: 20px;
  flex: 1;
  text-align: center;
}
ul.clintlogo.home-page-clients-logo > li img {
  width: 80%;
}
@media (max-width: 992px) {
  ul.clintlogo.home-page-clients-logo > li img {
    width: 90%;
  }
}
ul.clintlogo > li > img {
  width: 80%;
  height: auto;
}
@media (max-width: 992px) {
  ul.clintlogo > li {
    flex: 0 25%;
  }
  ul.clintlogo > li > img {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 415px) {
  ul.clintlogo > li {
    flex: 0 33.33%;
  }
  ul.clintlogo > li > img {
    width: 90%;
    height: auto;
  }
}
/* blog */
/* annotation sync */
#myannotationtable_length.dataTables_length {
  width: 150px;
}
#myannotationtable_filter.dataTables_filter {
  width: 425px;
}
div#myannotationtable_paginate.dataTables_paginate {
  width: 405px;
}
#myannotationtable {
  width: 680px;
}
/* annotation sync */
.text-decoration-none {
  text-decoration: none !important;
}
.display-initial {
  display: initial !important;
}

.btnContact {
  margin-top: 5px !important;
}
@media (max-width: 767px) {
  .img-logo {
    text-align: left;
  }
}
.fixed-top {
  z-index: 9999999;
}
.features {
  width: auto !important;
}

.recentblog {
  border: 1px solid #e3e1e1;
  border-radius: 4px;
  padding: 25px;
}
.recentblog ul {
  margin: 0px;
  padding: 0px;
}

.recentblog ul > li {
  list-style: inside;
  color: #000;
  padding-bottom: 10px;
}
/*.recentblog ul > li > a{ color:#000;} */
.recentblog h3 {
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 10px;
}
a:hover {
  text-decoration: none;
}
.listInfo {
  padding-bottom: 10px;
  color: #000;
}

/*26-07-2021*/
#hover-content,
[data-hover-content] {
  display: none;
}

#parent:hover #hover-content,
[data-image-parent]:hover [data-hover-content] {
  display: block;
}

.tabblock.signlePage img {
  height: auto !important;
}
/*.recentblog{ padding:25px; border:1px solid #ccc; */
.headerviewEncyc
  .imagesearchblock
  > .ml-auto.img-magnifier-container
  > a
  > img {
  height: 250px;
}
@media (max-width: 767px) {
  .headerviewEncyc .imagesearchblock {
    text-align: center;
  }
  .headerviewEncyc .imagesearchblock > .ml-auto.img-magnifier-container > a {
    background-color: #fff;
    display: block;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
  }
  .tabblock.signlePage {
    margin-top: 0px !important;
  }
  .subHeader-block.headerviewEncyc {
    margin-bottom: 25px;
  }
  .btnblockright {
    display: flex;
    flex-wrap: wrap;
  }
  .headerviewEncyc .imagesearchblock > .ml-auto.img-magnifier-container > a {
    width: 100%;
  }
}
.tabblock.signlePage a {
  white-space: break-spaces;
  word-break: break-word;
}

/*---------13/08/2021--------------------*/

.contenblockN {
  padding: 25px 25px;
  position: relative;
}

.contenblockN p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contenblockN h3 {
  color: #0863c0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* nav bar 23-03-2021 */

.box-searchBlock {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 20px 20px;
  border-radius: 6px;
  background-color: #fff;
}

.box-searchBlock .link-block i {
  color: #f5894e;
  font-size: 20px;
}

#myProgress {
  width: 100%;
  background-color: #e9e9e9;
  height: 10px;
  border-radius: 4px;
}

#myBar {
  /* width: 29%; */
  background-color: #1659ca;
  border: 1px solid #1659ca;
  border-radius: 6px;
  height: 10px;
  font-size: 8px;
  line-height: 7px;
  color: #fff;
  padding: 0 0 0 5px;
}

.box-searchBlock .equicadLogo {
  width: 90%;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.box-searchBlock a.link-block:hover {
  color: #f5894e;
  text-decoration: none;
}

.box-searchBlock h4 {
  font-size: 18px;
  margin-top: 13px;
  line-height: 24px;
}

.box-searchBlock a.link-block {
  color: #a6a4a4;
  font-size: 15px;
  transition: all ease-in 0.2s;
}

.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before {
  left: auto;
}

.gw-sidebar {
  width: 320px;
  position: fixed;
  border-width: 0 1px 0 0;
  background-color: #fff;
  bottom: 0;
  top: 60px;
  left: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.gw-sidebar .gw-nav-list {
  border-right: 1px solid #ccc;
}

.gw-sidebar .gw-nav-list li a {
  padding-left: 20px;
  display: flex;
}
.gw-sidebar .gw-nav-list li a .numb {
  display: flex;
  text-align: right;
  width: 23px;
  margin-right: 0;
  margin-left: auto;
  font-size: 14px;
}
.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gw-nav-list > li:first-child {
  border-top: 0;
}

.gw-nav-list > li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #f58953;
  border-bottom: 1px solid #f58953;
  position: relative;
  text-decoration: none;
}

@-webkit-keyframes arrow-slide {
  0% {
  }
  100% {
    -webkit-transform: rotate(225deg);
    z-index: 3;
  }
}

@-webkit-keyframes arrow-slide1 {
  0% {
  }
  100% {
    -webkit-transform: rotate(225deg);
    z-index: 3;
  }
}

.gw-nav-list > li.arrow-down:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 12px;
  border-top: 1px solid #f58953;
  border-left: 1px solid #f69767;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide 0.5s 0s ease both;
}

.gw-nav-list > li.init-arrow-down:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 15px;
  border-right: 1px solid #f5894e;
  border-bottom: 1px solid #f5894e;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list > li.arrow-up:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 15px;
  border-right: 1px solid #f5894e;
  border-bottom: 1px solid #f58953;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 0.5s 0s ease both;
}

.gw-nav-list > li.init-arrow-up:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 15px;
  border-top: 1px solid #f5894e;
  border-left: 1px solid #f5894e;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list > li.active {
  background-color: #fff;
}

.gw-nav-list > li > a {
  display: block;
  height: 48px;
  line-height: 46px;
  padding: 0 16px 0 7px;
  background-color: #fff;
  color: #585858;
  text-shadow: none !important;
  font-size: 18px;
  text-decoration: none;
}

.gw-open > a {
  outline: 0;
}

.gw-nav-list > li.gw-open {
  border-bottom-color: #e5e5e5;
}

.gw-nav-list > li.gw-open > a {
  background-color: #fafafa;
  color: #1963aa;
}

.gw-nav-list .gw-open > a,
.gw-nav-list .gw-open > a:hover,
.gw-nav-list .gw-open > a:focus {
  background-color: #fafafa;
}

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.gw-nav-list > li.active > a,
.gw-nav-list > li.active > a:hover,
.gw-nav-list > li.active > a:focus,
.gw-nav-list > li.active > a:active {
  background-color: #fff;
  color: #f9a253;

  font-size: 18px;
}

.gw-nav-list > li > a,
.gw-nav-list .gw-nav-header {
  margin: 0;
}

.gw-nav-list > li.active > a > [class*="icon-"] {
  font-weight: normal;
}

.gw-nav-list > li.active > a:hover:before {
  display: none;
}

.gw-nav-list > li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd4814;
  border-width: 0 2px 0 0;
}

.gw-nav-list li.gw-open > a:after {
  display: none;
}

.gw-nav-list > li a > .gw-arrow {
  display: inline-block;
  width: 14px !important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666;
}

.gw-nav-list > li a:hover > .gw-arrow,
.gw-nav-list > li.active > a > .gw-arrow,
.gw-nav-list > li.gw-open > a > .gw-arrow {
  color: #1963aa;
}

.gw-nav-list > li > a > [class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px;
}

.gw-nav-list > li.active .gw-submenu {
  display: block;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.13);
}

.gw-nav-list > li .gw-submenu {
  font-size: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list > li .gw-submenu > li {
  margin-left: 0;
  position: relative;
}

.gw-nav-list > li .gw-submenu > li > a {
  display: block;
  position: relative;
  color: #f58953;
  padding: 7px 0 9px 43px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
  font-size: 18px;
  text-decoration: none;
}

.gw-nav-list > li .gw-submenu > li > a:focus {
  text-decoration: none;
}

.gw-nav-list > li .gw-submenu > li > a:hover {
  text-decoration: none;
  color: #dd4814;
  background-color: rgba(25, 25, 50, 0.1);
}

.gw-nav-list > li .gw-submenu > li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd4814;
}

.gw-nav-list > li .gw-submenu > li.active > a {
  color: #dd4814;
}

.gw-nav-list > li .gw-submenu > li a > [class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #fff;
}

.gw-nav-list > li .gw-submenu > li.active > a > [class*="icon-"]:first-child,
.gw-nav-list > li .gw-submenu > li:hover > a > [class*="icon-"]:first-child {
  display: inline-block;
}

.gw-nav-list > li .gw-submenu > li.active > a > [class*="icon-"]:first-child {
  color: #c86139;
}

.gw-nav-list > li > .gw-submenu > li:first-child > a {
  border-top: 0px;
}

.gw-nav-list li .gw-submenu {
  overflow: hidden;
}

.gw-nav-list
  li.active.gw-open
  > .gw-submenu
  > li.active.gw-open
  > a.dropdown-toggle:after {
  display: none;
}

.gw-nav-list li.active > .gw-submenu > li.active > a:after {
  display: none;
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active > a:after {
  display: block;
}

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center;
}
.rightblock {
  margin-left: 340px;
  padding: 25px;
}
.rightblock .welcomeTxt {
  font-size: 25px;
  margin-bottom: 25px;
  display: block;
}
.rightblock a {
  /* color:#f5894e; */
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}
.searchB {
  padding: 10px 20px;
  display: flex;
}
.searchB input {
  width: 100%;
  padding: 2px 8px;
}
.searchB button {
  background-color: #1659ca;
  display: block;
  border: 0;
  padding: 10px 10px;
  color: #fff;
}

/*------for video--------*/

.quiz-header {
  border-color: #caccd6;
  border-bottom: 1px solid #dcd9d9;
}
.que-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-transform: uppercase;
  display: block;
  margin: 32px 4px 0.5rem;
}
.choose-ans {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 32px 4px 1.5rem;
}
.close-icon {
  float: right;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-width: 3px;
  border-style: solid;
  border-color: red;
  border-radius: 100%;
  background: -webkit-linear-gradient(
      -45deg,
      transparent 0%,
      transparent 46%,
      white 46%,
      white 56%,
      transparent 56%,
      transparent 100%
    ),
    -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white
          56%, transparent 56%, transparent 100%);
  background-color: red;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.success-checkmark {
  color: white;
}
.success-checkmark:after {
  float: right;
  content: "✔";
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #aaa;
  background: #4caf50;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%);
}

.choice-box {
  margin-bottom: 1em;
}
.que-box {
  margin-left: 2em;
}
.options {
  padding-left: 1em;
  border: 1px solid lightgray;
  width: 100%;
  font-size: 14px;
}
.opt-num {
  background-color: #caccd6;
  padding: 12px;
}
.empty-td {
  height: 15px;
}
tr:hover td {
  border: 1px solid #787979;
  border-left-style: solid;
  border-left-style: solid;
}
.confbtn {
  float: right;
  color: #fff;
  background-color: #b9b9b9;
}
.active-confbtn {
  background-color: #484646 !important;
}
.nohover:hover td {
  border: 1px solid #fff !important;
  border-left-style: solid !important;
}
.option-selected td {
  border: 2px solid #000;
  border-left-style: solid;
}
.option-selected .opt-num {
  background-color: #353538;
  padding: 12px;
  color: white;
}
.option-selected:hover td {
  border: 2px solid #353538 !important;
  border-left-style: solid !important;
}
.opt-tr {
  cursor: pointer;
}
.wroung-ans {
  background-color: #f44336;
  padding: 12px;
  color: white;
}
.right-ans {
  background-color: #3d9241;
  padding: 12px;
  color: white;
}
.result {
  border: 1px solid lightgray;
  height: 48px;
  background-color: #ececec;
}
.result:hover td {
  border: 1px solid #e3e4e440;
  border-left-style: solid;
}
.result-text {
  color: #137d18;
}
.wroung-result-text {
  color: #ce2317;
}
.confbtn {
  float: right;
  color: #fff;
  background-color: #3c3c3c;
}
.comp-text {
  text-align: center;
  color: red;
}
.score-txt {
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.score-txt-success {
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.quiz_percent {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}
.quiz_passing_grade {
  display: block;
  padding-top: 16px;
  text-align: center;
}
.retake {
  background-color: #272424;
  color: white;
  padding: 7px;
}
/* ===============For ul===================================== */
.simple-radio {
  padding-left: 30px;
  margin: 2rem 0;
}
.simple-radio ul {
  counter-reset: section;
}

.simple-radio li {
  display: block;
  line-height: 1.2em;
  width: 100%;
  color: #000;
  border: 1px solid #ccc;
  counter-increment: section;
  cursor: pointer;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 1.2em 1.2em 1.2em 1.8em;
  background-color: #f2f3f5;
}

.simple-radio li:before {
  content: counter(section) " ";
  margin-left: -20px !important;
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-right: 10px;
  padding: 0 1px 0 4px;
  font-weight: 600;
}

/* .simple-radio li:hover:before, .simple-radio li.checked:before {
color: #fff;
} */
.simple-radio .check {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  line-height: 1em;
  padding-top: 0.2em;
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.percent-fail {
  color: #d83232;
}

.simple-radio input,
.simple-radio li .check .yes,
.simple-radio li.checked .check .no {
  display: none;
}
.btn-continue:hover {
  background-color: #e6dbdb;
  padding: 6px;
  border-radius: 6px;
  font-size: 14px;
}

.simple-radio li .check .no,
.simple-radio li.checked .check .yes {
  display: inline;
}

.topBlueBG {
  background-color: #1659ca;
  padding: 10px;
  color: #fff;
}

.iconBlock {
  text-align: center;
  padding: 20px 20px 20px 20px;
}

.iconBlock > span {
  display: block;
  margin-bottom: 20px;
}

.iconBlock h3 {
  font-size: 18px;
  color: #0863c0;
  font-weight: 600;
}
ul.coursemenu {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

ul.coursemenu > li > a {
  color: #fff;
  padding: 8px 20px;
}

ul.coursemenu > li {
  padding-right: 15px;
}

.subHeader-container.twoline.courHeader::before {
  display: none;
}

ul.coursemenu > li > a.active {
  background-color: #f47934;
  border-radius: 19px;
}
.rate-btn {
  border-radius: 19px;
  border: 2px solid #f47934;
  background-color: #f479340d;
  text-decoration: none;
}
.rattingBlock .rating {
  margin-left: 15px;
  margin-right: 15px;
}

.btn-nsearch {
  border-color: lawngreen;
}

.rattingBlock {
  width: 100%;
  border: 2px solid #f47934;
  border-radius: 4px;
  padding: 12px 10px;
}
.rating-block {
  background-color: #fafafa;
  border: 1px solid #efefef;
  padding: 15px 15px 20px 15px;
  border-radius: 3px;
}
.prolay {
  width: 500px;
}
.ratingprog {
  display: flex;
  justify-content: center;
}
.ratingprog span {
  font-size: 14px;
  display: block;
  padding-left: 4px;
  position: relative;
}
.numberBlock {
  display: flex;
  flex-wrap: wrap;
  background-color: #c7dff4;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 4px;
}

.numberBlock dt {
  padding: 10px 15px;
}

.numberBlock dd {
  flex: auto;
}

.numberBlock dd > table {
  width: 100%;
}

.numberBlock dd > table > thead > tr > td:last-child {
  width: 100px;
}

.numberBlock dd > table > thead > tr > td,
.numberBlock dd > table > tbody > tr > td {
  padding: 10px 8px;
}
span.previewB {
  background-color: #f47934;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  margin-left: 5px;
}

span.icon {
  margin-right: 5px;
}
.text-star-gray {
  color: #968e8e;
}
.img-comment {
  max-width: 32%;
}
.allcourses .img-block {
  position: relative;
}
.allcourses .img-block .allcoursebtn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #007bff;
  color: #fff;
  padding: 8px 15px;
  border-radius: 15px;
  display: flex;
}

.allcourses .img-block .allcoursebtn .iconBlockcourse > img {
  width: 22px;
  height: 18px;
  object-fit: inherit;
  object-position: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.allcourses .amtmonthName {
  text-align: center;
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
}
.bundleBox .img-block img {
  height: 220px;
}
.allcourses .iconBlockcourse {
  padding-right: 8px;
}
.allcourses .img-block {
  position: relative;
}
.subHeader-block.newHeader .btnOrenge {
  width: 250px;
}

label[for="company_logo_scale"] {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-group-margin {
  margin-bottom: 2rem;
}

[data-pdf-file="y"] {
  font-size: 12px;
  color: rgba(32, 90, 164, 0.8);
}

/*------08/09/2021-------------*/

.subHeader-plans {
  padding: 130px 0px !important;
}

#regForm [for="conditions"] a {
  color: inherit;
  text-decoration: underline;
}

.resend-email {
  text-align: right;
}

.payments-button a,
.payments-button button {
  width: auto;
  padding: 5px 20px;
  display: inline-block;
}

.payments-button a.add-card,
.payments-button button.add-card {
  background-color: #59972b;
}
.payments-button a.pay-invoice,
.payments-button button.pay-invoice {
  background-color: #d3ba0f;
}

.loader {
  width: 40px;
  height: 40px;
  border: 5px solid #4c7bb6;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 6px;
  right: 10px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.posRelative {
  position: relative !important;
}

#report_popup .error {
  border: 1px solid #ff0000;
}

.one-line-text {
  white-space: nowrap;
}

.icon-callout.blueHeader {
  color: #ffffff;
  background-color: #0863c0;
  border-radius: 15px;
  padding: 8px;
  margin-bottom: 8px;
  cursor: auto;
}

.btnOrenge.blueBg {
  border-radius: 24px;
  margin-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .IBPage h3.headingBlue {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .IBPage h3.headingBlue {
    font-size: 30px;
  }
  .header-block {
    padding-bottom: 45px !important;
  }
  .IBPage .col-xl-5.col-lg-5.col-md-3 .header-container {
    padding: 30px 0 0 0;
  }
  .IBPage-links .container .row {
    display: flex;
  }
  .IBPage-links .container .row:nth-child(1) {
    margin-right: 0;
  }
  .IBPage-links .container .row:nth-child(2) {
    margin-right: 0;
  }
  .IBPage-links .container {
    display: block;
  }
  .IBPage-links {
    top: 0;
    margin-top: 40px;
  }
  .IBPage-content [data-content="customizable"] .right-content .content {
    width: 100%;
  }
  .IBPage-content [data-content="customizable"] .right-content {
    width: 100%;
  }
  .IBPage-content [data-content="customizable"] {
    flex-wrap: wrap;
  }
  .IBPage-blog .tabs .tab {
    padding: 0 10px;
  }
  .IBPage-client {
    padding-bottom: 50px !important;
  }
  .IBPage-case {
    padding-bottom: 60px;
  }
  .IBPage .free-trial a .left {
    font-size: 14px;
    text-align: center;
    padding-right: 10px;
    padding-left: 20px;
  }
  .IBPage .free-trial {
    padding: 0;
  }
  .IBPage .header-container h1 {
    white-space: initial;
  }
  .IBPage ul.headerLink > li {
    white-space: initial;
  }
}
@media (max-width: 1100px) {
  .IBPage-case .splide__arrow--next {
    right: 0;
    top: 223px;
  }
  .IBPage-case .splide__arrow--prev {
    left: 0;
    top: 223px;
  }
  .IBPage-blog #thumbnail-carousel-tabs .splide__arrow--next {
    right: 0;
    top: 213px;
  }
  .IBPage-blog #thumbnail-carousel-tabs .splide__arrow--prev {
    left: 0;
    top: 213px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .IBPage-content [data-content="customizable"] {
    flex-wrap: wrap;
  }
  .IBPage-content [data-content="customizable"] .right-content {
    width: 100%;
  }
  .IBPage-content [data-content="customizable"] .right-content .content {
    width: 100%;
  }
  .IBPage .row .col-md-3 {
    max-width: initial;
  }
  .IBPage .col-xl-5.col-lg-5.col-md-3 .header-container {
    padding: 54px 0 0 0;
  }
  .IBPage .free-trial a .left {
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
  }
  .IBPage-blog .tabs .tab {
    padding: 0 10px;
  }
  /*.IBPage-blog .tabs {*/
  /*    overflow-x: scroll;*/
  /*    overflow-y: hidden;*/
  /*}*/
  .IBPage .row {
    justify-content: center;
  }
}
#thumbnail-carousel-sponsors {
  padding: 10px;
}
#thumbnail-carousel-sponsors .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#thumbnail-carousel-sponsors .splide__arrow--next {
  right: -10px;
  top: 110%;
  border: none;
  outline: none;
  background-image: url(../img/arrow-new.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#thumbnail-carousel-sponsors .splide__arrow--prev {
  left: -10px;
  top: 110%;
  border: none;
  outline: none;
  background-image: url(../img/left-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#thumbnail-carousel-sponsors .splide__arrow--prev svg {
  fill: rgba(0, 0, 0, 0);
}
#thumbnail-carousel-sponsors .splide__arrow--next svg {
  fill: rgba(0, 0, 0, 0);
}
@media (max-width: 640px) {
  #thumbnail-carousel-sponsors .splide__arrow--next {
    right: 8px;
    top: 110%;
  }
  #thumbnail-carousel-sponsors .splide__arrow--prev {
    left: 8px;
    top: 110%;
  }
}
@media (min-width: 1025px) {
  .IBPage-blog #thumbnail-carousel-tabs .splide__arrow--next {
    display: none;
  }
  .IBPage-blog #thumbnail-carousel-tabs .splide__arrow--prev {
    display: none;
  }
}
@media (min-width: 1100px) {
  #thumbnail-carousel-sponsors .splide__arrow--next {
    right: -32px;
    top: 50%;
  }
  #thumbnail-carousel-sponsors .splide__arrow--prev {
    left: -32px;
    top: 50%;
  }
}

.margin-bottom-0 {
  margin-bottom: 0;
}
.align-right {
  text-align: right;
}

.select2-custom-dropdown .select2-container--open,
.select2-custom-dropdown .select2-dropdown {
  position: static !important;
}

.closeSelect {
  width: 100%;
  margin: 10px 0;
  border-radius: 7px;
  border: none;
  background: #5897fb;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0;
  cursor: pointer;
  outline: none;
}

.zf-input {
  background: #116189;
  padding: 10px;
  box-shadow: none;
  border: none;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.zf-input:focus {
  background: #116189;
  padding: 10px;
  box-shadow: none !important;
  border: none !important;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.zcampaign,
.zcampaign_success {
  background-color: #1579ab !important;
  position: fixed;
  z-index: 5000000000;
  width: -webkit-fill-available;
  padding: 10px;
  transition-property: bottom;
  transition-duration: 0.5s;
  bottom: -66px;
}

.zcampaign_success {
  background: #1579ab;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 779px) {
  .zcampaign,
  .zcampaign_success {
    bottom: -112px;
  }
}
@media (max-width: 500px) {
  .zcampaign,
  .zcampaign_success {
    bottom: -250px;
  }
}

.contact-button {
  padding: 14px 10px;
  width: 250px;
  display: block;
  border-radius: 24px;
  font-weight: bold;
  border: 3px solid #034aaf;
  color: #034aaf;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.zcampaign .zcampaign_close,
.zcampaign .zcampaign_close:active,
.zcampaign .zcampaign_close:focus-visible {
  border: none;
  outline: none;
}
.zcampaign.open,
.zcampaign_success.open {
  bottom: 0;
}
.zf-btn {
  background: #ffa216;
  border: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 8px 15px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .display-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .display-desktop {
    display: none;
  }
}

.header-block.newPageHomeHeader {
  background-image: url("../img/ShapeBannerLending_option_3_.jpg");
  /*background-image: url("../images/ShapeBannerLending_option_3.jpg");*/
  /*background-image: url("../images/HomepageNewBaner.png");*/
  padding-bottom: 0 !important;
  /*background-size: 140% 244% !important;*/
}

.header-block.newPageHomeHeader h1 {
  font-size: 2rem;
  margin-bottom: 42px;
}

.header-block.newPageHomeHeader p {
  margin-bottom: 20px;
  font-size: 18px;
}

.header-block.newPageHomeHeader p + p {
  font-weight: 400;
  margin-bottom: 0;
}
.header-block.newPageHomeHeader .header-container {
  max-width: 460px;
  width: 100%;
  padding: 40px 0 40px 80px;
}
.header-block.newPageHomeHeader .header-bg {
  /*background: #1d54a0;*/
  width: 100%;
  padding: 0 15px 360px 15px;
  margin-top: 120px;
}

@media (min-width: 992px) {
  .header-block.newPageHomeHeader .header-bg {
    padding: 0 15px 280px 15px;
    margin-top: 200px;
  }
}

.blog-section.newTechPageBlogContainer .row {
  justify-content: center;
}

.blog-section.newPageHomeBlog {
  /*margin-top: -100px;*/
  margin-top: -150px;
  position: relative;
}

.blog-section.newPageHomeBlog .container {
  max-width: 1440px;
}

.blog-section.newPageHomeBlog h2 {
  margin-bottom: 64px;
  font-weight: 600;
  text-align: center;
}
.blog-section.newPageHomeBlog .conten {
  height: calc(100% - 320px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) and (min-width: 769px) {
  .blog-section.newPageHomeBlog .conten {
    height: calc(100% - 220px);
  }
  .newPageHomeBlog .main-page-cols .main-col {
    margin-left: 14px;
    margin-right: 14px;
    max-width: calc(33.333333% - 28px);
  }
}
@media (max-width: 768px) {
  .blog-section.newPageHomeBlog .conten {
    height: calc(100% - 220px);
  }
  .blog-section.newPageHomeBlog .box .conten p {
    min-height: auto;
  }
  .blog-section.newPageHomeBlog .main-page-cols {
    grid-gap: 24px;
  }
  /*.newPageHomeBlog .main-page-cols .main-col {*/
  /*    margin-left: 14px;*/
  /*    margin-right: 14px;*/
  /*    max-width: calc(33.333333% - 28px);*/
  /*}*/
}

.blog-section.newPageHomeBlog .box {
  height: 100%;
}

.blog-section.newPageHomeBlog .box .conten p {
  margin-bottom: auto;
}

.blog-section.newPageHomeBlog .box .conten h3 {
  font-size: 24px;
}

.blog-section.newPageHomeBlog .box .conten .btnOrenge {
  margin: 10px auto;
  max-width: 250px;
  width: 100%;
}

@media (max-width: 991px) {
  .header-block.newPageHomeHeader .header-bg {
    padding: 0 15px 240px 15px;
  }
  .header-block.newPageHomeHeader .header-container {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .header-block.newPageHomeHeader .header-bg {
    padding: 0 15px 160px 15px;
  }
  .blog-section.newPageHomeBlog .btnOrenge {
    max-width: 250px;
    width: 100%;
  }
}

/*-----END--------------*/

/* --changedby equicad Amazon-style search form styling */
.nav-searchbar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #ff9900;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-fill {
  flex: 1;
  display: flex;
  align-items: center;
}

.nav-left {
  background: #f3f3f3;
  border-right: 1px solid #ddd;
  position: relative;
}

.nav-right {
  background: #ff9900;
  border: none;
}

.nav-search-scope {
  position: relative;
  min-width: 120px;
}

.nav-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* not common */

.nav-search-facade {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  background: #f3f3f3;
  border: none;
  font-size: 14px;
  color: #333;
  min-height: 40px;
}

.nav-search-label {
  font-weight: 500;
  margin-right: 8px;
}

.nav-icon {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
  margin-left: 4px;
}

.nav-search-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.nav-search-field {
  flex: 1;
  padding: 0 12px;
}

.nav-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 8px 0;
  background: transparent;
  color: #333;
}

.nav-input::placeholder {
  color: #999;
}

.nav-search-submit:hover {
  background: #e68a00;
}

.nav-search-submit-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#nav-search-submit-button {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-searchbar {
    flex-direction: column;
    border-radius: 8px;
  }

  .nav-left {
    border-right: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }

  .nav-search-scope {
    min-width: auto;
  }

  .nav-fill {
    width: 100%;
  }

  .nav-right {
    width: 100%;
  }

  .nav-search-submit {
    min-width: auto;
    height: 44px;
  }
}

span.equicad-footer-copyright-equicad {
  color: white;
  background-color: green;
}
