@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

html,
body {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  width: 100%;
  margin: 0px;
  background-color: #ffffff;
  line-height: 1.5rem;
  color: #5a646c;
  -webkit-font-smoothing: antialiased;
  transform: scale(1);
  overflow-y: hidden;
  overflow-x: hidden;
}

* {
  font-family: "Inter", sans-serif !important;
}
a {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  color: #3077b7;
  white-space: nowrap;
  text-decoration: none;
}

a:hover {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.hdrBtns a:hover {
  font-weight: 900;
}

.bold14 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.bold17 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #333333;
}

.semi17 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
}

.semi24 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}

.semi30 {
  font-family: Lato, "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: rgb(51, 51, 51);
}

.semi50 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #ffffff;
}

.transparent_button_link:link,
.transparent_button_link:visited {
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  height: 38px;
  line-height: 40px;
  border: 1px solid #dedede;
  display: inline-block;
  float: none;
  text-align: center;
  width: 125px;
  padding: 10px !important;
  font-size: 14px;
  color: #e3e3e3;
  text-decoration: none;
  text-align: center;
}

.transparent_button_link_small:link,
.transparent_button_link_small:visited {
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  line-height: 28px;
  height: 30px;
  border: 1px solid white;
  display: inline-block;
  float: none;
  text-align: center;
  width: 300px;
  font-size: 15px;
  font-weight: 600 !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif !important;
}

.transparent_flat_button {
  background-color: Transparent;
  background-repeat: no-repeat;
  line-height: 28px;
  height: 30px;
  border: 1px solid white;
  font-size: 15px;
  color: #fff;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.input-box-style,
input[type="text"],
textarea,
input[type="password"],
select {
  border: 1px solid #afceeb;
  height: 25px;
  padding-left: 9px;
  font-size: 14px;
  font-weight: 500;
  font-color: #333333;
  margin: 1px;
}

.input-box-style:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #3077b7;
  height: 25px;
  padding-left: 9px;
  font-color: #333333;
  margin: 0px;
}

*:focus {
  outline: 0px none;
}

.landing_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -32px;
}

.landing_footer,
.landing_push {
  width: 100%;
  line-height: 50px;
  background-color: #d6dde1;
  color: #333;
  position: absolute;
  top: auto;
  font-size: 14px;
  font-weight: 700;
}

.flat_button {
  line-height: 28px;
  height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana,
    sans-serif;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.flat_button-golden {
  color: white;
  background-color: #ff9c43;
}

.flat_button-golden:hover,
.flat_button-golden-hover {
  color: white;
  background-color: #ffb776;
}

.flat_button-golden:active,
.flat_button-golden-active {
  color: white;
  background-color: #ffb776;
}

.flat_button-blue {
  color: #ffffff;
  background-color: #3077b7;
}

.flat_button-blue .svg-bg {
  background-position: 0% 25%;
}

.flat_button-blue:hover,
.flat_button-blue-hover {
  color: #ffffff;
  background-color: #4a90d0;
}

.flat_button-blue:active,
.flat_button-blue-active {
  color: #ffffff;
  background-color: #0058ab;
}

.jsp-top-blank {
  height: 80px;
}

img.gray {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
}

.svg-icon-light-gray {
  fill: #c5d4e2;
}

.svg-icon-blue {
  fill: #4a90d0;
}

.svg-icon-16 {
  width: 16px;
  height: 16px;
}

.svg-icon-22 {
  width: 22px;
  height: 22px;
}

.fc_banner {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  /*  background-image: url("../images/forticloud_domain.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  background: #edf1fc;
  height: 449px;
}

.fc_dialog_table {
  margin: auto;
  color: #406d9e;
  font-size: 16px;
}

table td img {
  vertical-align: middle;
}

a.svg-link {
  position: relative;
  display: inline-block;
}

a.svg-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header_portalLinks {
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: Helvetica, sans-serif;
  padding: 4px 12px 4px 10px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}

.header_portalLinks.bt:hover {
  background-color: #ddd;
}

.header_portalLinks.bt-red {
  background-color: #d52b1e;
  border-color: #c00;
  color: white;
}

.header_portalLinks.bt-red:hover {
  background-color: #a00;
}

.header_portalLinks.bt {
  margin-right: 0px;
}

.header_portalLinks.bt a:hover {
  text-decoration: none;
}

.header_portalLinks.bt-red a,
.header_portalLinks.bt-red a:hover,
.header_portalLinks.bt-out a,
.header_portalLinks.bt-out a:hover {
  text-decoration: none;
  color: #fff;
}

.header_portalLinks a {
  color: #555;
}

.header_portalLinks a:hover {
  color: #000;
}

.font14 {
  font-size: 14px;
}

.landing_push_fcld {
  height: 60px;
  background-color: 007bae;
}

/* New Changes */

/*Color Variables*/
:root {
  --blueColor: #2764bc;
  --blueColorHover: #22569e;
  --white: #ffffff;
  --lightGrey: #999999;
  --medGrey: #666666;
  --darkGrey: #333333;
  --cerulean: #04b1f54d;
  --celery: #95c9534d;
  --orange: #fe61244d;
  --mediumPurple: #9266d94d;
  --viking: #6ecddf;
  --lightBackground: #ebeff1;
  --dividerColor: #0071ce;
  --secbg: #002d74;
  --btnHoverColor: #dee4e6;
  --footerBg: #d4dde1;
  --whiteAlpha33: #ffffff33;
  --bluevar1: #4e92fa;
}

/*Main Content*/
.header {
  width: 100%;
  display: block;
  height: 52px;
  line-height: 50px;
  margin: auto;
}

.header ul {
  width: 80%;
  margin: auto;
  height: 52px;
  display: grid;
  grid-template-columns: 2fr 2fr;
}

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

button {
  background-color: var(--blueColor);
  height: 26px;
  line-height: 26px;
  width: 110px;
  color: var(--white);
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px;
}

.button_try_demo {
  width: auto;
  min-width: 110px;
}

button:hover {
  background-color: var(--blueColorHover);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button img {
  height: 26px;
  line-height: 26px;
  float: left;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/*Section*/
section {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  height: 510px;
}

.backgroundc {
  background: var(--lightBackground);
}

.buttonUppercase {
  text-transform: uppercase;
}

.login {
  background: var(--white);
  border: 1px solid var(--blueColor);
  color: var(--blueColor);
  height: 30px;
  width: 90px;
}

.login:hover {
  background: var(--blueColor);
  border: 1px solid var(--blueColor);
  color: var(--white);
  height: 30px;
}

.register {
  background: var(--blueColor);
  color: var(--white);
  border: 1px solid var(--blueColor);
  height: 30px;
  width: 90px;
}

.register:hover {
  background: white;
  border: 1px solid var(--blueColor);
  color: var(--blueColor);
  height: 30px;
}

.mainSec ul {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 55% 45%;
}

.mainSecbr2 {
  height: 320px;
}

.mainSecbr2 ul {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 55% 45%;
}

.mainSecEntr {
  height: 280px;
}

.mainSecEntr ul {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 55% 45%;
}

.fapContent {
  font-family: "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
  padding-top: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #323e48;
}

.fapContent span {
  display: inline-block;
  width: 100%;
}

.logoTxt {
  font-family: "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 2.25rem;
  letter-spacing: -1px;
  font-weight: bold;
}

.hr {
  width: 8%;
  height: 8px;
  border-width: 0;
  color: var(--dividerColor);
  background-color: var(--dividerColor);
  text-align: left;
}

.mainparaContent {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
}

.paraContent {
  font-family: "HelveticaNeueW01-55Roma", Helvetica, Arial, sans-serif;
  color: #5a646c;
  font-size: 16px;
  font-weight: 300;
}

.benefitsCls {
  height: 280px;
  margin-top: -115px;
}

.benefitsCls ul {
  width: 80%;
  margin: auto;
}

.benefitsTitle {
  background: var(--dividerColor);
  color: var(--white);
  font-size: 18px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.benefitsSec {
  background: var(--secbg);
  height: 240px;
}

.benefitsSec ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listItem span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  padding: 10px 10px;
  font-weight: 300;
}

.boxCls {
  display: grid;
  grid-template-columns: 50% 50% !important;
}

.boxCls li {
  background: var(--lightBackground);
  width: 190px;
  height: 150px;
  border-radius: 10px;
  text-align: center;
}

.button1 {
  background: var(--white);
  color: var(--darkGrey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  width: 90%;
  position: relative;
}

.button1:hover {
  background: var(--btnHoverColor);
}

.mt10 {
  margin-top: 15px;
}

.fortinetBg {
  background: url(../images/fortibg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 520px;
}

.fortinetBg ul {
  width: 80%;
  margin: auto;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fortiTitle {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
}

.buttonReq {
  background: var(--white);
  color: var(--medGrey);
  letter-spacing: normal;
  font-size: 14px;
  font-weight: bold;
  width: inherit;
  border: 2px solid var(--white);
  height: 32px;
}

.buttonReq:hover {
  background: var(--lightBackground);
}

.buttonRes {
  background: transparent;
  color: var(--white);
  letter-spacing: normal;
  font-size: 14px;
  font-weight: bold;
  width: inherit;
  border: 2px solid var(--white);
  height: 32px;
}

.buttonRes:hover {
  background: var(--whiteAlpha33);
}

.tryNow {
  background: var(--bluevar1);
}

.brandImg2 {
  position: relative;
  top: -35px;
}

.tableSec {
  height: auto;
  width: 80%;
  margin: auto;
  text-align: center;
}

.tableSec ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--dividerColor);
  color: var(--white);
}

.firstSec {
  text-align: left;
  padding: 10px;
}

.secondSec {
  text-align: left;
  padding: 10px;
}

.lastSec {
  text-align: left;
  padding: 10px;
}

.firstSec span {
  display: inline-block;
  width: 100%;
}

.tableTitle {
  font-size: 16px;
  font-weight: 700;
}

.tableSubTitle {
  font-size: 16px;
  font-weight: 300;
}

.tableContSubTitle {
  font-size: 16px;
  font-weight: 500;
  color: #5a646c;
}

.table1fr {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-gap: 10px;
  font-weight: 300;
}

.table2fr {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 10px;
  font-weight: 300;
}

.tableTl {
  color: #323e48;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.tableCnt {
  margin-bottom: 100px;
}

.tableCnt ul {
  background: var(--white);
  color: var(--darkGrey);
}

.bbLine {
  border-bottom: 1px solid var(--lightBackground);
}

.disabled {
  color: var(--lightGrey);
}

.arrowRightIcon {
  float: right;
  position: relative;
  right: 27px;
}

.arrowRightwhiteIcon {
  float: right;
  position: relative;
}

footer {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: var(--footerBg);
}

footer ul {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
}

.footerCls {
  font-size: 12px;
  color: var(--medGrey);
}

.footerLogo img {
  position: relative;
  top: -2px;
}

.copyrightCls {
  padding-left: 20px;
}

footer a {
  text-decoration: none;
  color: var(--medGrey);
}

footer a:hover {
  text-decoration: underline;
  color: var(--blueColor);
}

.ver {
  padding-left: 40px;
}

.fortiCloudLogo {
  line-height: 80px;
  height: 52px;
}

.btnIco {
  height: 52px;
}

.hdrBtns {
  display: inline-block;
  float: right;
  position: relative;
  top: 10px;
  width: 100%;
  padding-left: 45px;
}

.maintenanceBtn {
  background: url(../images/svg/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 320px 30px;
  width: 100%;
  height: 50px;
  background-position-x: 120px;
  background-position-y: 10px;
  color: #d14545;
}

.maintenanceText {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 40px;
  padding-left: 95px;
  padding-top: 5px;
  text-align: left;
  color: black;
  font-size: 12;
  font-weight: 900;
}

/* text fadeIn */
.fade_in_t {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Animations*/

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0);
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0);
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0);
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0);
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0);
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.page-loaded .fade-in,
.page-loaded.fade-in {
  opacity: 1;
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header ul {
    width: 90%;
  }

  .mainSec ul {
    width: 90%;
  }

  .benefitsCls ul {
    width: 90%;
  }

  .mainSecEntr ul {
    width: 90%;
  }

  .tableSec {
    width: 90%;
  }

  .mainSecbr2 ul {
    width: 90%;
  }

  .fortinetBg ul {
    width: 90%;
  }

  footer ul {
    width: 90%;
    grid-template-columns: 70% 30%;
  }

  .boxCls li {
    width: 160px;
  }

  .listItem span {
    font-size: 15px;
  }

  .boxCls {
    grid-gap: 20px;
    width: 100% !important;
  }

  .brandImg2 {
    right: 100px;
  }

  .fortinetBg {
    height: 410px;
    background-position: center;
  }

  .brandImg img {
    position: relative;
    right: 100px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .brandImg {
    display: none;
  }

  .header ul {
    width: 90%;
    grid-template-columns: 1fr 3fr;
  }

  .mainSec ul {
    width: 90%;
    grid-template-columns: auto;
  }

  button {
    width: 104px;
    font-size: 12px;
    font-weight: bold;
  }

  .hr {
    width: 20%;
  }

  .benefitsCls {
    height: inherit;
    margin-top: -75px;
  }

  .benefitsTitle {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .benefitsSec {
    height: inherit;
  }

  .benefitsSec ul {
    grid-template-columns: 1fr;
    top: inherit;
    -ms-transform: none;
    transform: none;
    margin: auto;
    position: relative;
  }

  .benefitsCls ul {
    width: 90%;
  }

  .listItem span {
    padding: 15px 0px;
  }

  .mainSecEntr {
    height: inherit;
  }

  .mainSecEntr ul {
    width: 90%;
    grid-template-columns: 100%;
  }

  .boxCls {
    width: 100% !important;
  }

  .boxCls li {
    width: 150px;
  }

  .arrowRightIcon {
    right: 7px;
  }

  .tableSec {
    width: 90%;
    overflow-x: auto;
  }

  .mobTitle {
    width: 100%;
    min-width: 550px;
  }

  .mainSecbr2 ul {
    width: 90%;
    grid-template-columns: 100%;
  }

  .brandImg2 {
    display: none;
  }

  .tryNow {
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }

  .fortinetBg {
    height: 400px;
    background-position: 40% center;
  }

  .buttonReq {
    width: 200px;
    height: 40px;
  }

  .buttonRes {
    width: 200px;
    height: 40px;
  }

  footer {
    line-height: inherit;
  }

  footer ul {
    width: 90%;
  }

  .copyrightCls {
    padding-left: 0px;
  }

  .mobPrivacy {
    line-height: 24px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .brandImg {
    display: none;
  }

  .header ul {
    width: 100%;
    grid-template-columns: 1fr 3fr;
  }

  .mainSec ul {
    width: 90%;
    grid-template-columns: auto;
  }

  button {
    width: 104px;
    font-size: 12px;
    font-weight: bold;
  }

  .hr {
    width: 20%;
  }

  .benefitsCls {
    height: inherit;
    margin-top: -75px;
  }

  .benefitsTitle {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .benefitsSec {
    height: inherit;
  }

  .benefitsSec ul {
    grid-template-columns: 1fr;
    top: inherit;
    -ms-transform: none;
    transform: none;
    margin: auto;
    position: relative;
  }

  .benefitsCls ul {
    width: 90%;
  }

  .listItem span {
    padding: 15px 0px;
  }

  .mainSecEntr {
    height: inherit;
  }

  .mainSecEntr ul {
    width: 90%;
    grid-template-columns: 100%;
  }

  .boxCls {
    width: 100% !important;
  }

  .boxCls li {
    width: 150px;
  }

  .arrowRightIcon {
    right: 7px;
  }

  .tableSec {
    width: 90%;
    overflow-x: auto;
  }

  .mobTitle {
    width: 100%;
    min-width: 550px;
  }

  .mainSecbr2 ul {
    width: 90%;
    grid-template-columns: 100%;
  }

  .brandImg2 {
    display: none;
  }

  .tryNow {
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }

  .fortinetBg {
    height: 400px;
    background-position: 40% center;
  }

  .buttonReq {
    width: 200px;
    height: 40px;
  }

  .buttonRes {
    width: 200px;
    height: 40px;
  }

  footer {
    line-height: inherit;
  }

  footer ul {
    width: 90%;
  }

  .copyrightCls {
    padding-left: 0px;
  }

  .mobPrivacy {
    line-height: 24px;
  }
}

/*-----------------------------------------------------------------*/
/* Login Section Elements
/*-----------------------------------------------------------------*/
.mainContainer {
  width: 100%;
  margin: auto;
}

.mainContainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 30% 70%;
}

.forticloud-logo {
  height: 10vh;
  line-height: 10vh;
  padding-left: 10px;
}

.forticloud-logo img {
  position: fixed;
  top: 20px;
}

.buildDiv {
  font-weight: 600;
  bottom: 5px;
  position: fixed;
  right: 72%;
}
.loginSection {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.loginDetails {
  height: 70vh;
  padding: 10vh 2rem 0;
  pointer-events: none;
}

.fortilancloud-logo {
  grid-template-columns: 100% !important;
  text-align: center;
}

.fortilancloud-text {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fortilancloud-button {
  display: grid;
  grid-template-columns: auto;
  gap: 0.5rem;
  text-align: center;
  margin: 5px 0;
  pointer-events: all;
}

.login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: none;
  background-color: #474747f0;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-btn:hover {
  background-color: #474747;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #474747f0;
  background-color: #ffffff;
  color: #474747f0;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.register-btn:hover {
  background-color: #dcf1ff;
  color: #474747;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-icon {
  background-repeat: no-repeat;
  background-position: -10px -190px;
  width: 18px;
  height: 18px;
  top: 15px;
  left: 10px;
  position: absolute;
  display: inherit;
}

.register-icon {
  background-repeat: no-repeat;
  background-position: -48px -190px;
  width: 18px;
  height: 18px;
  top: 15px;
  display: inherit;
}

.lr-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.fortilancloud-para {
  grid-template-columns: 100% !important;
  text-align: left;
  font-weight: 300;
}

.fortilancloud-para li {
  padding: 1rem 0 0;
}

.up_intro {
  font-size: 20px;
  line-height: 2.5rem;
  font-weight: bold;
  color: black;
  position: relative;
}

.down_intro {
  font-size: 18px;
  font-weight: 400;
  color: black;
  position: relative;
}

.product_link {
  float: right;
  pointer-events: all;
}

.fortinet-logo {
  top: 94%;
  position: absolute;
  padding-left: 10px;
  background: inherit;
}

.fortinet-logo img {
  position: relative;
  top: 20px;
}

/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}

:-moz-placeholder {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}

::-moz-placeholder {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}

:-ms-input-placeholder {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
}

.clear {
  clear: both;
}

.scrollup {
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  display: none;
  background: rgba(126, 193, 63, 0.8);
  text-align: center;
}

.scrollup i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 33px;
}

.scrollup:hover {
  background: rgba(126, 193, 63, 0.9);
}

.section {
  padding: 100px 0 70px;
  position: relative;
}

.section .container {
  position: relative;
}

.title-box {
  border-bottom-width: 0px;
  margin-bottom: 75px;
  position: relative;
}

.title-box h2.title {
  font-weight: 700;
  font-size: 29px;
  line-height: 32px;
  text-transform: uppercase;
}

.title-box h2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: -22px auto;
  position: absolute;
  width: 40px;
  background: #00aab3;
}

.title-box.white h2.title:before {
  background: #fff;
}

.title-box.white h2.title {
  color: #fff;
}

.title-box.text-center h2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -22px auto;
  position: absolute;
  width: 40px;
  background: #575051;
}

.title-box.text-right:before {
  left: auto;
  right: 0;
}

.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
}

.color-white h2 {
  color: #fff !important;
}

#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999999;
}

.loader {
  position: absolute;
  width: auto;
  height: auto;
  margin: -25px 0 0 -25px;
  top: 50%;
  left: 50%;
  text-align: center;
}

.overlay {
  /* background: rgba(0, 0, 0, 0.4) url("../images/pattern.png") repeat; */
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

section {
  position: relative;
}

.parallax .container {
  position: relative;
}

.parallax {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*-----------------------------------------------------------------*/
/* spacing & margin
/*-----------------------------------------------------------------*/

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.no-margin-bottom {
  margin-bottom: opx !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

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

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

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

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/

.home {
  overflow: hidden;
}

.home .slides {
  display: inline-block;
  width: 100%;
}

.home .flexslider {
  overflow: hidden;
}

.big {
  font-size: 45px;
  font-weight: bold;
  line-height: 70px;
  /* text-transform: capitalize; */
  /* margin: 6px -10px; */
  color: #fff;
  line-height: normal;
}

.smalll {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  margin: 30px 0px 0px;
  /* text-transform: capitalize; */
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 38px;
}

.home .flexslider .slides img {
  background-position: center 0;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.swiper-container .swiper-wrapper img {
  background-size: auto;
  width: 100%;
}

.swiper-container .swiper-wrapper .bg-image {
  background-size: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .flexslider .slides img.parallax {
  background-attachment: fixed;
}

.flexslider.video img {
  background: none !important;
}

#video_player {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto;
}

.slider-text-wrapper {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 25%;
  left: 0;
  text-align: left;
  z-index: 999;
  padding-left: min(100px, 15%);
  padding-top: 10px;
}

.slider-text-wrapper .btn {
  margin-top: 60px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.flex-control-nav {
  z-index: 999;
  position: absolute;
  width: 100%;
  text-align: left;
  top: 180px;
  padding-left: min(120px, 15%);
}

.flex-control-nav li {
  display: inline-block;
}

.flex-control-paging li a {
  width: 12px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff !important;
  display: inline-block !important;
  text-indent: -9999px !important;
  border-radius: 50% !important;
  margin: 0 6px !important;
  cursor: pointer !important;
  z-index: 9999 !important;
}

.flex-control-paging li a.flex-active {
  background: #18263a;
}

.flexslider {
  position: relative;
}

.flex-prev {
  color: #333;
  font-size: 40px;
  height: 40px;
  left: 20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}

.home .flex-prev,
.home .flex-next {
  color: #fff;
  transition: none 0s ease 0s;
  z-index: 999;
}

.flex-next {
  color: #333;
  font-size: 40px;
  height: 40px;
  right: 0px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}

.home .flex-prev,
.home .flex-next {
  color: #fff;
  transition: none;
}

#home {
  width: 100%;
  height: 100%;
  color: #fff;
}

.slider-overlay {
  /* background: url("../images/pattern.png") repeat rgba(0, 0, 0, 0.4); */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 630px; /* Set the height of the slider */
}

.flexslider .slides {
  display: flex;
  flex-direction: column; /* Arrange slides vertically */
}

.flexslider .slides > li {
  width: 100%;
  display: block;
  height: 630px; /* Adjust height as needed */
}

.flexslider .slides img {
  width: 100%;
  height: 100%;
  display: block;
}

.flex-control-nav {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.flex-control-nav li {
  margin: 10px 0;
  display: block;
}

.flex-control-nav li a {
  width: 5px;
  height: 30px;
  background: #fff;
  text-indent: -9999px;
  display: block;
  opacity: 0.4;
}

.flex-control-nav li a.flex-active {
  opacity: 1;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  display: block;
  cursor: pointer;
  opacity: 0.8;
}

.flex-direction-nav .flex-prev {
  top: 10px; /* Adjust position as needed */
}

.flex-direction-nav .flex-next {
  bottom: 10px; /* Adjust position as needed */
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.first-listing {
  background: rgba(0, 0, 0, 0.4);
  width: 450px;
  margin-top: 30px;
  font-weight: 600;
  color: white;
}

.first-listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-template-columns: inherit !important;
}

.first-listing li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
  padding: 7px 0;
}

.first-listing li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.first-listing span {
  display: block;
  position: relative;
  height: 40px;
  margin-right: 5px;
  line-height: 40px;
}

.first-listing img {
  height: inherit !important;
}

.aleft {
  text-align: left;
  font-weight: 500;
}

.fleft {
  width: 20%;
  float: left;
}

.ft-copywright {
  width: 100%;
  position: absolute;
  z-index: 100000;
  bottom: 8;
  padding-right: 3%;
}

.ft-copywright ul {
  display: grid;
  grid-template-columns: 100%;
  text-align: right;
  width: 100%;
}

.ft-copywright li {
  font-size: 12px;
  color: black;
}

.ft-copywright li a {
  color: black;
  text-decoration: underline;
}

.discover-sec {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}

.discover-sec ul {
  grid-template-columns: inherit;
  display: block;
}

.discover-sec li {
  float: left;
  margin-right: 20px;
}

.discover-sec h6 {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

.cbtn {
  background-color: rgba(255, 255, 255, 1) !important;
  height: 45px;
  color: #333333;
  line-height: 38px;
  font-size: 18px;
  border: 0px;
  width: fit-content;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cbtn:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bgr {
  width: fit-content !important;
}

.cbtn span {
  float: left;
  display: block;
}
.switching-icon {
  background-repeat: no-repeat;
  background-position: -190px -10px;
  width: 40px;
  height: 40px;
  display: block;
}

.wireless-icon {
  background-repeat: no-repeat;
  background-position: -190px -70px;
  width: 40px;
  height: 40px;
  display: block;
}

.arrow-icon {
  background-repeat: no-repeat;
  background-position: -10px -10px;
  width: 40px;
  height: 40px;
  display: block;
}

.demoSite-icon {
  background-repeat: no-repeat;
  background-position: -70px -10px;
  width: 40px;
  height: 40px;
  display: block;
}

.reseller-icon {
  background-repeat: no-repeat;
  background-position: -130px -10px;
  width: 40px;
  height: 40px;
  display: block;
}

.subs-listing {
  width: 100%;
  margin-top: 20px;
}

.subs-listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.subs-ul {
  grid-template-columns: inherit !important;
  gap: inherit !important;
}

.header {
  background: #0071ce;
  padding: 4px 0 4px 20px;
  line-height: inherit;
  height: inherit;
}

.sec-list {
  background-color: rgb(0, 0, 0, 0.7);
  padding: 6px 0 6px 20px;
  border-bottom: 1px solid #004b7d;
  height: inherit;
  color: white;
}

/*-----------------------------------------------------------------*/
/* About
/*-----------------------------------------------------------------*/

.features-icon-box {
  margin-bottom: 50px;
}

.features-icon-box .features-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 41px;
  font-size: 45px;
  color: #7ec13f;
}

.features-icon-box .features-info {
  margin-left: 80px;
}

@media screen and (max-width: 1366px) {
  .maintenanceText {
    padding-left: inherit;
  }

  .maintenanceBtn {
    background-position-x: 42px;
  }

  .modal-content {
    margin: 10% 20%;
    width: 60%;
  }

  .subs-listing ul {
    grid-template-columns: 1fr 1fr 0.7fr;
    column-gap: 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .maintenanceText {
    width: 153px;
    display: inline-block;
    text-align: left;
    color: black;
    font-size: 10px;
    font-weight: 900;
    word-break: break-word;
    white-space: inherit;
    line-height: 10px;
    position: relative;
    top: 17px;
    left: 10px;
    padding-left: inherit;
  }

  .maintenanceBtn {
    background-position-x: -23px;
    background-position-y: -1px;
  }

  .modal-content {
    margin: 10% 15%;
    width: 70%;
  }

  body {
    background: lightblue;
  }

  .mainContainer ul {
    grid-template-columns: 30% 70%;
  }

  .ft-copywright ul {
    grid-template-columns: 100%;
  }

  .subs-listing ul {
    grid-template-columns: 1fr 1fr 1.1fr;
    column-gap: 10px !important;
  }

  .header {
    padding: 3px 0 3px 20px;
  }

  .sec-list {
    padding: 4px 0 4px 20px;
  }
}

@media screen and (max-width: 800px) {
  .logo-ul {
    grid-template-columns: 1fr 1fr !important;
  }

  .maintenanceText {
    width: 100%;
    line-height: 40px;
    left: 80px;
  }

  .maintenanceBtn {
    background-position-x: 127px;
    background-position-y: 10px;
  }

  .modal {
    left: 0px !important;
    width: 100% !important;
  }

  .modal-content {
    margin: 20% 15% !important;
    width: 70% !important;
  }

  .forticloud-logo {
    height: 6vh;
  }

  #home {
    width: inherit !important;
    height: 64% !important;
    color: #fff;
    top: 6%;
  }

  body {
    background-color: yellow;
  }

  .thumnail-img {
    width: 100%;
  }

  .small {
    font-size: 17px;
    margin: 0px 0px 0px;
  }

  .first-listing li {
    padding: 1px 0;
  }

  .first-listing {
    margin-top: 10px;
  }

  .first-listing span {
    height: 35px;
    line-height: 34px;
  }

  .discover-sec {
    margin-top: 10px;
  }

  .cbtn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }

  .switching-icon {
    width: 33px;
    height: 33px;
  }

  .arrow-icon {
    width: 33px;
    height: 33px;
  }

  .wireless-icon {
    width: 33px;
    height: 33px;
  }

  .subs-listing {
    margin-top: 10px;
  }

  .discover-sec li {
    margin-right: 10px;
  }

  .mainContainer ul {
    grid-template-columns: 100%;
  }

  .logo-li {
    visibility: hidden;
  }

  .loginDetails {
    height: inherit;
    margin: auto;
  }

  .fortinet-logo {
    display: none;
  }

  .loginSection {
    width: 100%;
    max-width: inherit;
    height: 300px;
  }

  .fortilancloud-para {
    display: none !important;
  }

  .flexslider {
    height: 100% !important;
  }

  .subs-listing {
    height: 100%;
    overflow: auto;
  }

  .ft-copywright {
    position: absolute;
    bottom: 0%;
    background-color: #fff;
    color: #333;
    height: 40px;
    left: 0;
    width: 100%;
    z-index: 100000;
  }

  .ft-copywright li {
    color: #333333;
    overflow-wrap: break-word;
    inline-size: 285px;
    position: absolute;
    right: 0;
    line-height: 14px;
    top: 5px;
  }

  .ft-copywright li a {
    color: #0071ce;
  }

  .ft-copywright ul {
    background-image: url(../images/svg/fortinet-logo-140px.svg);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 16%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    position: relative;
    right: 10px;
  }

  .demoSite-icon {
    width: 33px;
    height: 33px;
  }

  .reseller-icon {
    width: 33px;
    height: 33px;
  }
}

/*working only in ipad landscape device*/
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
  .ft-copywright ul {
    grid-template-columns: 100% !important;
    text-align: right;
  }

  .first-listing {
    margin-top: 30px;
  }

  .small {
    margin: 20px 0px 0px;
  }

  .mainContainer ul {
    grid-template-columns: 35% 65%;
  }

  .ft-copywright {
    width: 88%;
  }

  .first-listing li {
    padding: 5px 0;
  }

  .discover-sec {
    margin-top: 20px;
  }

  .subs-listing ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 0.4fr;
    column-gap: 10px !important;
  }

  .copy3 {
    margin-top: 7px;
  }
}

@media (max-width: 550px) {
  .logo-ul {
    grid-template-columns: 1fr 1fr !important;
  }

  .maintenanceText {
    width: 100%;
    line-height: 40px;
  }

  .maintenanceBtn {
    background-position-x: 127px;
    background-position-y: 10px;
  }

  .modal {
    left: 0px !important;
    width: 100% !important;
  }

  .modal-content {
    margin: 20% 15% !important;
    width: 70% !important;
  }

  .thumnail-img {
    width: 100%;
  }

  .small {
    font-size: 17px;
    margin: 0px 0px 0px;
  }

  .first-listing li {
    padding: 1px 0;
  }

  .first-listing {
    margin-top: 10px;
  }

  .first-listing span {
    height: 35px;
    line-height: 34px;
  }

  .discover-sec {
    margin-top: 10px;
  }

  .cbtn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }

  .switching-icon {
    width: 33px;
    height: 33px;
  }

  .arrow-icon {
    width: 33px;
    height: 33px;
  }

  .wireless-icon {
    width: 33px;
    height: 33px;
  }

  .subs-listing {
    margin-top: 10px;
  }

  .discover-sec li {
    margin-right: 10px;
  }

  .mainContainer ul {
    grid-template-columns: 100%;
  }

  .loginDetails {
    height: inherit;
    margin: 3vh 2rem 0;
  }

  .fortinet-logo {
    display: none;
  }

  .logo-li {
    visibility: hidden;
  }

  .loginSection {
    width: 100%;
    max-width: inherit;
    height: 300px;
  }

  .fortilancloud-para {
    display: none !important;
  }

  .subs-listing {
    height: 100%;
    overflow: auto;
  }

  .ft-copywright li a {
    color: #0071ce;
  }

  .ft-copywright ul {
    background-image: url(../images/svg/fortinet-logo-140px.svg);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 16%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    position: relative;
    right: 10px;
  }

  .demoSite-icon {
    width: 33px;
    height: 33px;
  }

  .reseller-icon {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 480px) {
  .logo-ul {
    grid-template-columns: 1fr 2fr !important;
  }

  .maintenanceBtn {
    background-position-x: 17px;
    background-position-y: 10px;
  }

  .maintenanceText {
    padding-left: 15px;
  }

  .forticloud-logo {
    height: 6vh;
    line-height: 6vh;
  }

  #home {
    top: 7%;
  }

  .modal-content {
    margin: 20% 4% !important;
    width: 92% !important;
  }

  .thumnail-img {
    width: 100%;
  }

  .small {
    font-size: 17px;
    margin: 0px 0px 0px;
  }

  .first-listing li {
    padding: 1px 0;
  }

  .first-listing {
    margin-top: 10px;
  }

  .first-listing span {
    height: 35px;
    line-height: 34px;
  }

  .discover-sec {
    margin-top: 10px;
  }

  .cbtn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }

  .switching-icon {
    width: 33px;
    height: 33px;
  }

  .arrow-icon {
    width: 33px;
    height: 33px;
  }

  .wireless-icon {
    width: 33px;
    height: 33px;
  }

  .subs-listing {
    margin-top: 10px;
  }

  .discover-sec li {
    margin-right: 10px;
  }

  .mainContainer ul {
    grid-template-columns: 100%;
  }

  .loginDetails {
    height: inherit;
    margin: auto;
  }

  .fortinet-logo {
    display: none;
  }

  .loginSection {
    width: 100%;
    max-width: inherit;
    height: 300px;
  }

  .fortilancloud-para {
    display: none !important;
  }

  .subs-listing {
    height: 100%;
    overflow: auto;
  }

  .ft-copywright li a {
    color: #0071ce;
  }

  .ft-copywright ul {
    background-image: url(../images/svg/fortinet-logo-140px.svg);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 16%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    position: relative;
    right: 10px;
  }

  .demoSite-icon {
    width: 33px;
    height: 33px;
  }

  .reseller-icon {
    width: 33px;
    height: 33px;
  }
}
.bg-sprite,
.switching-icon,
.wireless-icon,
.arrow-icon,
.demoSite-icon,
.reseller-icon,
.login-icon,
.register-icon {
  background-image: url("/public/images/css_sprite_icons.webp");
}
.bg-arrow {
  width: 40px;
  height: 40px;
  background-position: -10px -10px;
}
.bg-demo_icon {
  width: 40px;
  height: 40px;
  background-position: -70px -10px;
}
.bg-Enhanced {
  width: 40px;
  height: 40px;
  background-position: -10px -70px;
}
.bg-Detailed {
  width: 40px;
  height: 40px;
  background-position: -70px -70px;
}
.bg-login_icon_white {
  width: 18px;
  height: 18px;
  background-position: -10px -190px;
}
.bg-management_icon {
  width: 40px;
  height: 40px;
  background-position: -130px -10px;
}
.bg-mmcontrol {
  width: 40px;
  height: 40px;
  background-position: -130px -70px;
}
.bg-multitenancy {
  width: 40px;
  height: 40px;
  background-position: -10px -130px;
}
.bg-register_icon_blue {
  width: 18px;
  height: 18px;
  background-position: -48px -190px;
}
.bg-scalableLicense {
  width: 40px;
  height: 40px;
  background-position: -70px -130px;
}
.bg-security {
  width: 40px;
  height: 40px;
  background-position: -130px -130px;
}
.bg-Switching_2 {
  width: 40px;
  height: 40px;
  background-position: -190px -10px;
}
.bg-Wireless_2 {
  width: 40px;
  height: 40px;
  background-position: -190px -70px;
}
.bg-ztp {
  width: 40px;
  height: 40px;
  background-position: -190px -130px;
}

.swiper-container {
  width: 100%;

  /* For WebKit-based browsers */
  width: -webkit-fill-available;

  /* For Mozilla Firefox */
  width: -moz-available;
  top: 0.2px;
  height: 100%;
  display: block;
  left: 30%;
  overflow: revert;
  position: fixed;
}

.static-left {
  width: 30%;
  height: 100vh;
  background-color: white;
  box-sizing: border-box;
}

.swiper-right {
  width: 75%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-pagination {
  left: 10px !important;
  top: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  left: 0px !important;
  background: #fff;
  width: 2.13vh;
  height: 100px;
  margin-top: auto;
  z-index: 99;
  transform: translateY(-50%) !important;
}

.swiper-pagination::before {
  content: "";
  position: absolute;
  top: -3.24vh;
  left: 0;
  width: 100%;
  height: 3.24vh;
  background: url(/public/images/svg/slide-pager-shape.svg) top / cover;
}

.swiper-pagination::after {
  content: "";
  position: absolute;
  bottom: -3.23vh;
  left: 0;
  width: 100%;
  height: 3.24vh;
  background: url(/public/images/svg/slide-pager-shape2.svg) top / cover;
}

/* Styles for the custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  pointer-events: all;
}

.dropdown-button {
  border-radius: 10px;
  position: relative;
  height: 50px;
  border: 1px solid #474747f0;
  background-color: #e7e7e7;
  color: #474747f0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  position: relative;
  top: 100%;
  left: 0;
  border-radius: 10px;
  border: 1px solid #474747f0;
  background-color: #e7e7e7 !important;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: auto;
}

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

.dropdown-option {
  padding: 10px;
  position: relative;
  cursor: pointer;
  color: #474747f0;
  font-size: 1.5rem;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
  padding-left: 40%;
  display: flex;
}

.dropdown-option:hover {
  background-color: #ccc;
}

img.fleft.iconSize {
  width: 48px;
  margin-top: -5px;
}

.topIcons {
  position: fixed;
  right: 73%;
}

.monitor_icon {
  position: relative;
  right: 40px;
}

.login-text {
  display: contents;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-wrap: nowrap;
}
.register-text {
  display: contents;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-wrap: nowrap;
}

table {
  border: 1px solid black;
  background: rgba(42, 57, 72, 0.2) !important;
  color: white;
  td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px !important;
    width: 300px;

    font-size: large;
    font-weight: 500;
    img {
      padding-right: 10px;
      width: 40px !important;
    }
    em {
      font-size: small;
    }
    .table_f1 {
      float: inline-start;
      width: 30px;
      padding-block: 25px;
    }
  }
  th {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #9eb5cc;
    padding: 10px !important;
    color: black;
  }
}

.demo-div {
  top: 20px;
  position: absolute;
  background-color: white;
  z-index: 100;
  right: 20px;
  font-weight: 600;
  width: 150px;
  height: 40px;
  font-size: larger;
  img {
    float: right !important;
    height: 22px;
  }
}

.demo-div:hover {
  background-color: lightgray;
}

.hover-icon {
  display: none;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 22px;
  display: none;
}

.demo-div:hover .hover-icon {
  display: inline-block;
}

.maintenanceIcon {
  position: relative;
  right: 80px;
  cursor: pointer;
  height: 10px;
}

.number-bubble {
  position: relative;
  top: -35px;
  right: -15px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
}

.dropdown-text {
  padding-top: 7px;
  padding-left: 3px;
}
.dropdown-icon {
  width: 35px;
  height: 35px;
  padding: 2px;
}

.dropdown-content .dropdown-option.selected {
  background-color: #999;
}

.monitor_icon:hover .mon_icon {
  opacity: 0.8;
}

.hover-box {
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-90%);
  display: none;
  background-color: #f2f4f6;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 8px;
  z-index: 10000;
  width: auto;
  text-align: left;
  white-space: nowrap;
}

.portal-status-heading {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 4px;
  line-height: 1.8;
}

.status-link {
  font-size: 14px;
  color: #1976d2;
  text-decoration: none;
  margin: 0;
  background: white;
  border: 1px solid transparent;
  padding: 4px;
  line-height: 1.8;
}

.status-link:hover {
  text-decoration: underline;
}

.monitor_icon:hover .hover-box {
  display: block;
}
.language-menu {
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-80%);
  display: none;
  background-color: #f2f4f6;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 10000;
  width: max-content;
  text-align: left;
  margin: 0;
  padding: 1px;
  line-height: 1.2;
}

.language-item {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  margin: 0;
  background-color: #f2f4f6;
  padding: 6px 12px;
  border-bottom: 1px solid #e0e0e0;
}

.language-item:last-child {
  border-bottom: none;
}

.language-item:hover {
  background-color: #47474721;
}

.lang-container:hover .language-menu {
  display: block;
  z-index: 10000;
}
.lang-container:hover .globe_icon {
  opacity: 0.8;
}

.language-item.selected {
  background-color: #47474721;
  color: #000;
}

.footer_block {
  display: none;
  background-color: white;
  padding: 15px;
  text-align: center;
  position: absolute; /* Adjust as needed */
  bottom: 0;
  width: 100%;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
  position: relative; /* Ensure that the footer is positioned relative to the slide */
}

.swiper-slide-active .footer_block {
  display: block;
}

@media only screen and (min-width: 1280px) {
  .fortilancloud-button {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1440px) and (max-height: 900px) {
  .static-left {
    width: 30%;
    height: 100vh;
    box-sizing: border-box;
  }

  .forticloud-logo img {
    top: 8px;
  }
  .language-menu {
    line-height: 0.6;
    top: calc(100% + 35px);
  }
  .hover-box {
    top: calc(100% + 35px);
  }

  .buildDiv {
    bottom: -1%;
  }

  .up_intro {
    font-size: 16px;
    font-weight: bold;
    font-weight: 600; /* use 600 if available */
    line-height: 2rem;
  }

  .down_intro {
    font-size: 14px;
  }

  .language-menu {
    z-index: 999 !important;
  }

  .language-item {
    z-index: 999 !important;
  }

  .splashPage {
    height: 98vh;
  }

  .loginDetails {
    height: 70vh;
    padding: 0 2rem;
    z-index: 1;
  }

  .login-text {
    left: 20%;
  }

  .swiper-container {
    width: 98%;
  }

  .container {
    width: 1440px;
  }

  .slider-text-wrapper {
    top: 18%;
    left: -7%;
    z-index: 1;
  }

  .big {
    font-size: 38px;
    font-weight: bold;
  }

  .smalll {
    font-size: 20px;
    font-weight: 500;
  }

  .ft-copywright {
    padding-right: 31%;
  }

  td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 6px !important;
    width: 250px;

    font-size: large;
    font-weight: 500;
  }

  th {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #9eb5cc;
    padding: 6px !important;
    color: black;
  }

  .swiper-container .swiper-wrapper .discover-sec img {
    background-size: auto;
    width: 250px;
    height: 400px;
  }

  button img {
    height: 20px;
    padding-right: 5px;
  }

  .discover-sec {
    margin-top: 10px !important;
  }

  section {
    position: relative;
    /* Ensure this doesn't interfere with z-index stacking */
    z-index: 1;
    /* Lower value to allow the dropdown to stay above */
  }

  .container {
    overflow: visible;
  }

  .login-text {
    img {
      top: 0;
      padding-right: 10px;
      position: relative;
    }
  }

  .register-text {
    img {
      top: -2px;
    }
    left: 3%;
  }

  .fortilancloud-logo {
    margin-bottom: 0px;

    li > img {
      height: 110px !important;
    }
  }

  .fortilancloud-text {
    margin-bottom: 0px;
  }

  .loginDetails {
    margin-top: 65px !important;
  }
  body {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1630px) and (max-width: 1680px) and (max-height: 1050px) {
  body {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1530px) and (max-width: 1600px) and (max-height: 900px) {
  .slider-text-wrapper {
    top: 15%;
  }
  body {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .fortilancloud-logo {
    margin-bottom: 0px;

    li > img {
      height: 110px !important;
    }
  }

  .fortilancloud-text {
    margin-bottom: 0px;
  }
  .up_intro,
  .down_intro {
    font-size: medium;
  }
  .language-menu {
    line-height: 0.6;
  }
}

.button-icon img {
  margin-top: -3px;
}

@media only screen and (max-width: 768px) {
  .swiper-container {
    left: 100%;
  }
  .topIcons {
    position: fixed;
    left: 85%;
  }
  .static-left {
    width: 100%;
  }
  .ft-copywright {
    display: none;
  }
  .demo-div {
    top: unset;
  }
}
