@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "segoe_probold";
  src: url("../fonts/segoepro-bold-webfont.woff2") format("woff2"),
    url("../fonts/segoepro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "segoe_proregular";
  src: url("../fonts/segoepro-regular-webfont.woff2") format("woff2"),
    url("../fonts/segoepro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "segoe_prosemibold";
  src: url("../fonts/segoepro-semibold-webfont.woff2") format("woff2"),
    url("../fonts/segoepro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  line-height: 1.5;
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #171717;
  font-family: "segoe_proregular", "Segoe UI", SegoeUI, "Helvetica Neue",
    Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
a {
  color: #50e6ff;
  text-decoration: underline;
}
a:hover {
  color: #50e6ff;
  text-decoration: none;
}
header,
nav,
main,
footer,
section {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
header {
  border-bottom: solid 1px #102e45;
  padding: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.for_sm {
  display: none !important;
}
.for_xl {
  display: block !important;
}
.bg_darkgrey {
  background-color: #171717;
}
.text_white {
  color: white;
}
.bg_blue {
  background-color: #243a5e;
}
.bg_grey {
  background-color: #2a2a2a;
}
.logo_m {
  display: none;
}
.common_section_spacer {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.common_section_spacer_bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.nav_section {
  display: flex;
  align-items: center;
}
.nav_section .logo {
  /*	width: 5%;*/
}
.nav_section .client_nav {
  width: 95%;
  text-align: center;
  font-family: "segoe_prosemibold";
  font-size: 22px;
  color: #fff;
}
#navbar {
  overflow: hidden;
  /*  background-color: #171717;*/
  background-color: #0078d4;
  z-index: 99999;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: fadeEffect 1.5s;
  background-color: #0078d4 !important;
}
.sticky + div {
  padding-top: 60px;
}
.sticky + .sticky_spacer {
  padding-top: 200px !important;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container_f {
  width: 100%;
  max-width: 1432px;
  margin: 0 auto;
}
.container_big {
  width: 100%;
  max-width: 1579px;
  margin: 0 auto;
}
.internal_nav {
  background-color: #0078d4;
  padding: 0.5rem 0;
  font-family: "segoe_prosemibold", "Segoe UI", SegoeUI, "Helvetica Neue",
    Helvetica, Arial, sans-serif !important;
  font-size: 19px;
  line-height: 29px;
}
.internal_nav ul {
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.internal_nav ul li a {
  color: #fff;
  text-decoration: none;
  min-width: 270px;
  display: inline-block;
  padding: 1rem 0;
}
.internal_nav ul li a:hover {
  border-bottom: 5px solid white;
}
.internal_nav ul li a.active {
  border-bottom: 5px solid white;
}
.small_device_nav {
  display: none !important;
}
.main_heading {
  text-align: center;
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.main_heading h2 {
  font-family: "segoe_prosemibold", SegoeUI, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  font-size: 2.3125rem;
  line-height: auto;
  color: #50e6ff;
  margin-bottom: 1.25rem;
}
.main_heading p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards li {
  width: 33.3%;
}
.cards_item {
  display: flex;
  padding: 1rem 0.6rem;
}
.card_c {
  background-color: #2f2f2f;
  box-shadow: 15px 20px 40px 14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card_content {
  padding: 1.5rem 2rem;
  background: #2f2f2f;
}
.card_title {
  font-family: "segoe_prosemibold", SegoeUI, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.card_text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 1.25rem;
}
.card_btn {
  font-family: "segoe_probold";
  font-size: 16px;
  color: #0078d4;
  text-decoration: none;
}
.card_btn:hover {
  text-decoration: underline;
}

.card_btn span {
  display: inline-block;
  transition: 0.1s ease-in;
}

.card_btn:hover span {
  transform: translateX(40%);
  color: #0a58ca;
}

.security_section {
  background-image: url("../images/book-mockup.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 764px;
  height: 100%;
}
.security_row {
  min-height: 570px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.left_space_div {
  width: 50%;
}
.security_content {
  font-size: 1rem;
  line-height: 1.5;
  width: 50%;
}
.security_content h2 {
  font-family: "segoe_prosemibold", SegoeUI, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  font-size: 2.3125rem;
  line-height: auto;
  color: #50e6ff;
  margin-bottom: 1.25rem;
}
.security_content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
.security_content ul {
  margin: 0 0 3rem 0;
  padding: 0;
  color: #fff;
}
.security_content li:before {
  content: "• ";
}
.blue_button {
  font-size: 16px;
  border: 0;
  background-color: #0078d4;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0.6rem 1rem;
}

.blue_button:hover {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.13),
    0 0 0.0625rem 0 rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.survey_Detail {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
}
.survey_Detail ol {
  margin: 0;
  padding: 0;
}
.survey_Detail ol li {
  margin-bottom: 0.4rem;
  display: flex;
}
.survey_Detail span {
  color: #0078d4;
  margin-right: 0.5rem;
}
.footer_copy1 {
  color: #fff;
}
.footer_copy1 h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: "segoe_probold";
  margin-bottom: 1rem;
}
.pink_text_footer {
  color: #e11dd8;
}
.footer_social {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  color: white;
}
.footer_social h5 {
  margin-right: 0.5rem;
  font-size: 16px;
  font-family: "segoe_probold";
}
.footer_social ul {
  display: flex;
}
.footer_social ul li:not(last-child) {
  margin-right: 0.5rem;
}
#selectOption {
  padding: 0.8rem 1.2rem;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #0078d4;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-family: "segoe_probold";
  background-image: url("../images/bottom_indicator.svg");
  background-repeat: no-repeat;
  background-position: 96% 10px;
  border-radius: 3px;
  border: 0px;
  background-size: 20px;
}
.sticky #selectOption {
  /*  border: solid 2px #fff;*/
}
#selectOption select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.site-navbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-navbar ul li a {
  color: #fff;
  padding: 20px;
  display: block;
  text-decoration: none;
}
.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* navbar regular css end */
/* nav-toggler css start */
.nav-toggler {
  border: 0px;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 4px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-4px) rotate(-45deg);
}
/* nav-toggler css start */
/* intro-area css start */
.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}
.intro-area p {
  font-size: 18px;
}
/* intro-area css end */
.input-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group:first-child {
  margin-right: 2rem;
}
.form-group input[type="text"] {
  position: relative;
  z-index: 9;
  background: transparent;
  border: 1px solid #6d6d6d;
  padding: 8px 8px 8px 8px;
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  height: 45px;
  color: #ffffff;
  font-size: 16px;
}
.form-group input[type="email"] {
  position: relative;
  z-index: 9;
  background: transparent;
  border: 1px solid #6d6d6d;
  padding: 8px;
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  height: 45px;
  color: #ffffff;
  font-size: 16px;
}
.form-group select {
  position: relative;
  z-index: 9;
  background: transparent;
  border: 1px solid #6d6d6d;
  padding: 5px 8px 8px 10px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  height: 45px;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 0px;
  background-image: url("../images/select_icon.svg");
  background-repeat: no-repeat;
  background-position: 96% 18px;
  background-size: 12px;
}
.form-group select option {
  color: black;
}
.form-group label {
  position: absolute;
  left: 12px;
  top: 8px;
  z-index: 1;
  color: #ffffff;
  font-size: 1rem;
}
.form-group .labelSelect {
  position: absolute;
  left: 12px;
  top: -2px;
  z-index: 1;
  color: #ffffff;
  font-size: 11px;
}
.form-group label::after {
  content: "*";
  color: white;
}
input[required]:valid + label {
  display: none;
}
.form-group input:focus::-webkit-input-placeholder {
  color: transparent;
  border-radius: 0;
}
.form-group input:focus:-moz-placeholder {
  color: transparent;
  border-radius: 0;
} /* Firefox 18- */
.form-group input:focus::-moz-placeholder {
  color: transparent;
  border-radius: 0;
} /* Firefox 19+ */
.form-group input:focus:-ms-input-placeholder {
  color: transparent;
  border-radius: 0;
} /* oldIE ;) */
.carousel-caption2 {
  background-color: #2f2f2f;
  border-radius: 15px;
  padding: 1.5rem;
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  left: 8%;
  top: 15%;
  height: 302px;
}

.device_detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product_detail img {
  width: 550px;
  aspect-ratio: 1;
  object-fit: contain;
}

.left_col {
  margin-right: 1rem;
}
.device_detail:hover {
  transition: 0.3s ease;
}

.bg-white {
  background-color: white;
}
.product_detail_left_right {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #243a5e;
}
.product_text_left_right {
  padding: 3rem 3rem;
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.min_height335 {
  min-height: 335px;
}
.min_height393 {
  min-height: 393px;
}
.product_detail {
  display: grid;
  border: 1px solid black;
  background-color: white;
  width: 100%;
}
.product_text {
  bottom: 0;
  left: 0;
  width: 70%;
  padding: 3rem 3rem;
  display: block;
  color: white;
  background-color: #243a5e;

}
.product_text h3 {
  font-family: "segoe_prosemibold";
  font-size: 1.8125rem;
  line-height: normal;
  color: white;
  margin-bottom: 1.5rem;
}
.product_text .more_info {
  color: #fff;
  font-size: 16px;
  font-family: "segoe_prosemibold";
  text-decoration: none;
}
.product_text_left_right h3 {
  font-family: "segoe_prosemibold";
  font-size: 30px;
  line-height: 24px;
  color: white;
  margin-bottom: 1.5rem;
}
.product_text_left_right .more_info {
  color: #fff;
  font-size: 16px;
  font-family: "segoe_prosemibold";
  text-decoration: none;
}
.product_img {
  display: block;
}
.carousel-caption2 span {
  color: #50e6ff;
}
.carousel-caption2 h2 {
  font-size: 2.3125rem;
  font-family: "segoe_prosemibold";
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.carousel-caption2 p {
  font-size: 1rem;
  line-height: 1.5;
}
.play_link {
  font-size: 1rem;
  font-family: "segoe_probold";
  color: #fff;
  text-decoration: none;
}

.play_link span {
  display: inline-block;
  transition: 0.1s ease-in;
  color: #fff;
}

.play_link:hover span {
  transform: translateX(40%);
  color: #0a58ca;
}

.carousel-indicators {
  margin-bottom: 1.5rem !important;
}
.carousel-indicators [data-bs-target] {
  border-radius: 50% !important;
  width: 8px !important;
  height: 8px !important;
  background-color: transparent !important;
  border: solid 1px #fff !important;
  margin-right: 1rem;
}
.carousel-indicators .active {
  background-color: #fff !important;
}
.carousel-indicators button:first-child {
  margin-right: 2rem !important;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto !important;
  justify-content: space-between !important;
}
.carousel-control-prev-icon {
  background-image: url("../images/previous_icon.svg") !important;
  width: 32px !important;
  height: 32px !important;
  background-position: right;
}
.carousel-control-next-icon {
  background-image: url("../images/next_icon.svg") !important;
  width: 32px !important;
  height: 32px !important;
}
h3 {
  margin: 5px 0;
}
.sliderContainer {
  position: relative;
}
.slider_internal_item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 100%;
  max-height: 600px;
}
.slider {
  width: 100%;
}
.slick-slide {
  background-color: #fff;
  color: #000000;
  font-size: 30px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots {
  bottom: -30px;
  position: absolute;
  left: 0;
}
.content_box {
  width: 40%;
  box-sizing: border-box;
  padding: 4rem 2rem;
}
.content_box h4 {
  font-family: "segoe_prosemibold", SegoeUI, "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  font-size: 1.8125rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.content_box p {
  font-size: 16px;
  line-height: 24px;
}
.slider_img_box {
  width: 60%;
}
/*
.slick-slide:nth-child(odd) {
  background: #e84a69;
}
*/

.slick-slide {
  opacity: 1 !important;
}

.slick-prev,
.slick-next {
  top: 84% !important;
  z-index: 9999 !important;
  background: transparent !important;
  -webkit-transform: translate(0, -84%) !important;
  transform: translate(0, -84%) !important;
  border: 0 !important;
}
.slick-prev:before,
.slick-next:before {
  content: "" !important;
}
.slick-prev {
  background-color: #f2f2f2 !important;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  left: 370px !important;
  z-index: 9999 !important;
  background-image: url("../images/move_left.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 12px 12px !important;
  background-size: 12px !important;
}
.slick-next {
  background-color: #f2f2f2 !important;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  left: 445px !important;
  z-index: 9999 !important;
  background-image: url("../images/move_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 10px 12px !important;
}
.slick-prev:hover {
  background-color: #e6e3e3 !important;
}
.slick-next:hover {
  background-color: #e6e3e3 !important;
}
.progressBarContainer {
  position: absolute;
  bottom: 150px;
  width: 34%;
  left: 2rem;
  z-index: 99;
}
.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: #e6e6e6;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: #e6e6e6;
  display: block;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color: #0078d4;
  width: 0%;
  height: 4px;
}
@media screen and (max-width: 1024px) {
  .slider_internal_item {
    flex-direction: column-reverse;
    align-items: center !important;
    justify-content: space-between !important;
    max-height: 800px;
    height: 100%;
  }
  .content_box {
    width: 100%;
    padding: 1.5rem 2rem;
    min-height: 380px;
    height: 100%;
  }
  .slider_img_box {
    width: 100%;
  }
  .progressBarContainer {
    width: 90%;
    bottom: 120px !important;
  }
}
@media screen and (max-width: 1440px) {
  .slick-prev,
  .slick-next {
    top: 90% !important;
    -webkit-transform: translate(-70px, -90%) !important;
    transform: translate(-70px, -90%) !important;
  }
  .progressBarContainer {
    bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .slick-prev {
    left: 400px !important;
  }
  .slick-next {
    left: 485px !important;
  }
}
@media screen and (max-width: 1399px) {
  .carousel-caption2 {
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    left: 8%;
    top: 15%;
    height: 302px;
  }
  .carousel-caption2 h2 {
    font-size: 36px;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .carousel-caption2 p {
    font-size: 16px;
    line-height: 22px;
  }
  .play_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-inner {
    height: 840px;
  }
  .carousel-caption2 {
    position: static;
    bottom: 0;
    width: 97%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: -46px;
    margin-left: 0.3rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .carousel-control-next,
  .carousel-control-prev {
    align-items: flex-end !important;
    margin-bottom: 30px;
  }
  .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
    margin-left: 2rem !important;
  }
  .carousel-control-next-icon {
    width: 30px !important;
    height: 30px !important;
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .right_col {
    margin-top: 1rem;
  }
  .product_text h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0.8rem;
  }
  .product_text_left_right h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0.8rem;
  }
  .product_text_left_right {
    padding: 1.5rem 1rem;
  }
  .product_text {
    padding: 1.5rem 1rem;
  }
  .product_text .more_info {
    font-size: 12px;
  }
  .product_text_left_right .more_info {
    font-size: 12px;
  }
  .device_detail {
    flex-direction: column;
  }
  .left_col {
    margin-right: 0;
  }
  .product_text_left_right {
    min-width: 180px;
  }
  .carousel-inner {
    height: 760px;
  }
  .carousel-caption2 {
    position: static;
    bottom: 0;
    width: 90%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: -34px;
    margin-left: 2rem;
  }
  .slider {
    width: auto;
  }
  .progressBarContainer {
    width: 50%;
  }

  .carousel-caption2 h2 {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .slick-prev,
  .slick-next {
    top: 90% !important;
    -webkit-transform: translate(-135px, -90%) !important;
    transform: translate(-135px, -90%) !important;
  }
  .progressBarContainer {
    width: 85%;
    left: 1rem;
  }
  .content_box {
    padding: 1.5rem 1rem;
  }
  .content_box h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .content_box p {
    font-size: 14px;
    line-height: 20px;
  }
  .slider {
    width: 100%;
    margin: 20px 0px;
  }
  .carousel-inner {
    height: 734px;
  }
  .carousel-indicators {
    bottom: 0.5rem !important;
  }
  .for_sm {
    display: block !important;
  }
  .for_xl {
    display: none !important;
  }
  .carousel-caption2 {
    position: static;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: -20px;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 376px) {
  #navbar {
    background-color: #171717 !important;
  }
  .slick-prev,
  .slick-next {
    -webkit-transform: translate(-180px, -90%) !important;
    transform: translate(-180px, -90%) !important;
  }
}
@media screen and (max-width: 1025px) {
  .internal_nav {
    display: none !important;
  }
  .small_device_nav {
    display: block !important;
    padding: 1rem 0;
  }
  .left_space_div {
    display: none;
  }
  .security_content {
    width: 100%;
  }
  .security_section {
    background-size: 60% !important;
    min-height: 1104px !important;
    background-position: center;
  }
  .security_row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .security_section {
    background-size: 100% !important;
    min-height: 1004px !important;
  }
  .logo {
    display: none;
  }
  .logo_m {
    display: block;
  }
  .nav_section .client_nav {
    width: auto;
  }
  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
    z-index: 999;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 100px;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
    z-index: 999;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* navbar css for mobile end */
  .container_f {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container_big {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cards li {
    width: 100%;
  }
  .common_section_spacer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .main_heading {
    padding-bottom: 2rem;
  }
  .card_content {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container_f {
    max-width: 720px;
    margin: 0 auto;
  }
  .container_big {
    max-width: 720px;
    margin: 0 auto;
  }
  .cards li {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .container_f {
    max-width: 720px;
    margin: 0 auto;
  }
  .container_big {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1026px) {
  .internal_nav ul li a {
    padding: 0.5rem 0 0.2rem 0;
    margin-bottom: 0.5rem;
  }
  .internal_nav ul {
    border: 0;
  }
  .main_heading h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .main_heading p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0.8rem;
  }
  .card_title {
    font-size: 22px;
    line-height: 28px;
  }
  .card_text {
    font-size: 14px;
    line-height: 20px;
  }
  .card_btn {
    font-size: 14px;
  }
  .security_content {
    font-size: 14px;
    line-height: 22px;
  }
  .security_content h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .security_content p {
    font-size: 14px;
    line-height: 22px;
  }
  .card_content {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .blue_button {
    font-size: 16px;
    padding: 0.6rem 1rem;
  }
  .form-group input {
    font-size: 14px;
  }
  .form-group label {
    font-size: 14px;
    top: 10px;
  }
  .form-group select {
    font-size: 14px;
  }
  .footer_copy1 h4 {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .footer_copy1 p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .container_f {
    max-width: 960px;
    margin: 0 auto;
  }
  .container_big {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .container_f {
    max-width: 1140px;
    margin: 0 auto;
  }
  .container_big {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  .internal_nav {
    font-size: 16px;
    line-height: 20px;
  }
  .internal_nav ul li a {
    min-width: auto;
  }
  .internal_nav ul li a.active {
    border-bottom: 3px solid #fff;
  }
  .security_section {
    background-size: 590px;
    min-height: 500px;
    background-position: left bottom;
  }
  .security_row {
    min-height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .body_form {
    width: 100%;
  }
  .input-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .container_f {
    max-width: 1320px;
    margin: 0 auto;
  }
  .container_big {
    max-width: 1401px;
    margin: 0 auto;
  }
  .security_section {
    background-size: 700px;
    min-height: 500px;
    background-position: left bottom;
  }
  .security_row {
    min-height: 500px;
  }
}
