/* Universal */
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

/* fonts */
@font-face {
    font-family: poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-light;
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: poppins-thin;
    src: url(../fonts/Poppins-Thin.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppins-med;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppins-semi;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
/* body */
body{
    font-family: poppins;
    color: #171717;
    line-height: 1.6;
}

.container {
    width: 850px;
    display: block;
    margin: auto;
  }
  
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  /* col-md-bootstrap */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  /* visibility hidden */
  .visibility-hidden {
    display: none;
  }

  /* ul a */
  ul{
    list-style: none;
    float: left;
    width: 100%;
  }

  a{
    text-decoration: none;
  }

  .mweb-br{
    display: none;
  }
.cisco_content{
    float: left;
    width: 70%;
    background-color: #01011b;
    
}
/* Header */
.cisco_header{
    float: left;
    width: 100%;
}

.cisco_firewall_banners{
    float: left;
    width: 100%;
   
}

.cisco_firewall_banner{
    float: left;
    width: 100%;
    height: 485px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/banner_lock.png);
    height: 485px;
    background-position: right;
    background-repeat: no-repeat;
}
.cisco_firewall_banner-two{
    float: left;
    width: 100%;
    background-image: url(../images/banner_product.png);
    height: 485px;
    background-size: cover;
    background-repeat:no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.firewall-header{
    float: left;
    width: 100%;
    padding-top: 45px;
}

.firewall-header h1{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 35px;
    font-family: poppins-med;
    margin-bottom: 16px;
}
.cisco_firewall_banner-two .firewall-header{
    padding-top: 60px;
}
.firewall-header h2{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 35px;
    font-family: poppins-med;
    margin-bottom: 16px;
}

.firewall-header p{
    float: left;
    width: 100%;
    color: #eeeeeefc;
    font-size: 22px;
    font-family: poppins-light;
    margin-bottom: 30px;
}

.firewall-header ul{
    color: #eeeeeefc;
    font-family: poppins-light;
   
}

.firewall-header ul li img{
    max-width: 3%;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.firewall-header ul li{
    float: left;
    width: 100%;
    font-size: 19px;
    padding-bottom: 16px;
}

/* cisco form */
.cisco-form {
    float: left;
    width: 30%;
    position: fixed;
    right: 0;
  }

  .form-card {
    float: left;
    width: 100%;
    padding: 40px 40px 7px 40px;
  }

  .form-card h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
  }

  .field {
    display: block;
    position: relative;
    margin-top: 15px;
  }
  .form-control {
    font-family: poppins-med;
    border: solid 2px #dbdbdb;
    background-color: #f5f5f5;
    width: 100%;
    padding-left: 11px;
    border-radius: 4px;
    height: 44px;
    -webkit-appearance: none;
  }
  .select-img-down{
    position: absolute;
  right: 15px;
  top: 16px;
  max-width: 3%;
  pointer-events: none;
  }
  .form-control:hover{
    border:solid 2px #22407d; 
  }
  .cisco_submit_btn {
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    background-color: #22407d;
    border: none;
    font-family: Poppins;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
  }
  .cisco_submit_btn:hover{
    background-color: #2852a7;
  }
  .storage-disclaimer-p{
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-family: poppins-med;
    padding-top: 10px;
  }
  .storage-disclaimer-p a{
    color:#000;
    font-family: poppins-semi;
  }
  .storage-disclaimer-p a:hover{
    color:#2852a7;
  }
  .form_policy{
    font-size: 10px;
    float: left;
  }
  .form-b{
    font-size: 10px;
    color:#000;
    float: left;
    cursor: pointer;
  }
  .form-b:hover{
    color:#22407d;
  }
  #ab{
    display: none;
  }

/* firewall-features */
.firewall-features{
    float:left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fafcff;
}



.feature-heading h2 span{
    color: #22407d;
    font-family: poppins-med;
}


.security-card-img{
    float: left;
    width: 100%;
    padding:8px
}

.security-card-img h3{
    font-size: 18px;
    font-family: poppins-med;
    margin-bottom: 10px;
}

.security-card-img p{
    text-align: left;
    color: #484848ed;
    font-family: poppins;
    font-size: 16px;
}
.feature-heading{
    float: left;
  width: 100%;
  margin-bottom: 29px;
}

/* Firewall Hardware */
.firewall-hardwares{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fefffd;
}

.feature-heading h2{
    text-align: center;
    float:left;
    width: 100%;
    font-size: 26px;
    font-family: poppins-med;
}

.feature-heading p{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-family: poppins;
    font-size: 16px;
}



.firewall-hardware-redirect{
  display: none;
}

/* next-generation-firewall-card */
.next-generation-firewall-card{
    float: left;
  width: 100%;
  background: rgba(84, 185, 230, 0.1);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height:147px;
  border: solid 1px rgba(84, 185, 230, 0.1);
}

.nxtgen-fire{
    background-color: #f2f6ff;
    border: solid 1px rgba(84, 185, 230, 0.1);
}

.next-generation-firewall-card .row{
    margin-left: -10px;
    margin-right: -10px;
}
.next-generation-firewall-card .col-md-5{
    padding-left: 10px;
    padding-right: 10px;
}
.next-generation-card-img{
    float: left;
    width:41.6667%;
    padding-right: 15px;
}

.next-generation-card-img img{
    max-width: 100%;
    margin-top: 10px;

}

.next-generation-card-content{
    float: left;
    width: 58.3332%;
}

.next-generation-card-content h3{
    float: left;
    width: 100%;
    font-size:17px ;
    line-height: 1.3;
    font-family: poppins-med;
    padding-bottom: 3px;
}

.next-generation-card-content p{
    font-size: 12px;
    line-height: 1.4;
    font-family: poppins;
    float: left;
    width: 100%;
}

.swiper-pagination1{
    text-align: center;
}
.mySwiper {
    transition-duration: 2.3s !important;
  }
  .mySwiper .swiper-wrapper {
    transition: transform 1.6s ease !important;
  }
.mySwiper2 {
    transition-duration: 2s !important;
  }
  .mySwiper2 .swiper-wrapper {
    transition: transform 1.4s ease !important;
  }
  .mySwiperbanner .swiper-wrapper {
    transition: transform 1.4s ease !important;
  }
.mySwiperbanner {
    transition-duration: 2s !important;
  }

.swiper-pagination3{
    text-align: center ;
    position: absolute!important;
  bottom: 23px !important;
  z-index: 100 !important;
}

.swiper-pagination-bullet-active{
    background: #22407d !important;
}

.swiper-pagination-bullet-active{
  background: #22407d !important;
}

.mySwiper2 .swiper-pagination-bullet-active{
    background: #22407d  !important; 
}
.mySwiperbanner .swiper-pagination-bullet-active{
    background: #fff !important; 
    opacity: 1 !important;
}

.mySwiperbanner .swiper-pagination-bullet{
    background: #ffff !important;
    
}





/* firewall-detail-section */
.firewall-detail-section{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fafcff;
}

.detail-section table{
    float: left;
    width: 100%;
    border-spacing: 10px;
}

.sticky-table{
  font-family: poppins-semi;
}

td.sticky-table{
  font-size: 17px;
}

th{
    height: 60px;
  background-color: #f5f6f8;
  width: 25%;
  color: #22407d;
  font-family: poppins-med !important;
  font-size: 18px;
  border-radius: 4px;
  border: solid 1px rgba(34, 64, 125, 0.1);
}
td{
    width: 25%;
    text-align: center;
    color: #22407d;
  font-size: 16px;
  border-radius: 4px;
  height: 121px;
}

tr:nth-child(odd){
    background-color: #f5f6f8;
}
tr:nth-child(even){
    background-color: #f5f8ff;
}

.tab-detail-section{
    float: left;
    width: 100%;
    padding-left: 10px;
}
.tab-detail-section button{
    width: 100%;
  border: none;
  padding: 25px;
  font-size: 18px;
  color: #22407d;
  cursor: pointer;
  border-radius: 4px;
}

.tablinks.active{
    background-color: #22407d !important;
    color: #fff !important;
}


/* happy_customer_review */
.happy_customer_review{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.user-card{
    float: left;
    width: 100%;
    padding:20px;
    background-color: #fff;
    margin-top: 8px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(181, 181, 181, 0.15);
}

.happy-head{
    float:left;
width: 100%;
margin-bottom: 30px;
}
.happy-head h2{
    text-align: center;
    font-family: poppins-med;
    font-size: 26px;
}

.rating p{
    font-family: poppins-semi;
    line-height: 1.9;
}

.swiper-pagination2 {
    text-align: center;
    margin-top: 10px !important;
}



.rating p span{
    font-family: poppins;
}

.img-user{
    float: left;
    width: 20%;
    margin-top: 20px;
}

.rating{
    float: left;
    width: 80%;
    margin-top: 20px;
}

.user-card p{font-size: 15px;
float: left;
width: 100%;
}

/* techjockey_business */
.techjockey_business{
    float: left;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    background-color: #fff;
}

.enterprise-box {
    border-radius: 8px;
    background-color: #f7f8fa;
    text-align: center;
    padding: 17px 9px;
    font-family: poppins;
    color: #222;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    line-height: 1.2;
  }

  .image-feature {
    float: left;
    width: 30%;
  }

  .image-feature-p {
   float: left;
    width: 70%;
    font-family: poppins-med;
    text-align: left;
    line-height: 1.3;
  }

  .tablinks:hover {
    background-color: #ececec;
  }
 
  .enterprise-box-img{
    position: relative;
    top: 5px;
  }

  .rating span br{
    display: none;
  }
  /* enterprise-footer */

.enterprise-footer{
    float: left;
    width: 100%;
    background-color: #22407d;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-content{
  float: left;
  width: 100%;
}

.enterprise-footer p{
    color: #fff;
    float: left;
    width: 33%;
    font-size: 15px;
}

.enterprise-footer a{
    color: #fff;
    float: left;
    width: 33%;
    font-size: 15px;
}

.enterprise-footer a img{
    margin-right: 10px;
  position: relative;
  top: 3px;
}

/* error */
.error{
  color:#ff0000 !important;
}

input.error::-webkit-input-placeholder{
  color:#ff0000 !important;
}

/* thank you */
/* thank-you */
.thankyou_page {
  padding-top: 199px;
}
.thankyou_page {
  background-color: #f2fbfe;
  min-height: 500;
}
.spinner {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: 20px;
}
.spinner .bounce1,
.spinnerblock .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.purple > div {
  width: 10px;
  height: 10px;
  background-color: #4a4a4a;
  margin: 6px 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation-delay: 0s;
}
.top_left_text.text-center {
  text-align: center;
}

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

.happy12 {
  font-family: poppins-med;
  font-size: 20px;
  text-align: right;
  color: #000;
  float: left;
}

.thankyou_page {
  background-color: #f2fbfe;
  min-height: 500px;
  padding-top: 199px;
}

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

.purple > div {
  width: 10px;
  height: 10px;
  background-color: #4a4a4a;
  margin: 6px 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation-delay: 0s;
  animation-delay: 0s;
}

.spinner {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: 20px;
}

.caal1 a {
  color: #000;
  font-family: Roboto;
  text-decoration: none;
  font-size: 20px;
}

.email1 a {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  text-decoration: none;
}

@keyframes shimmer {
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* IE */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.caal1 a {
  color: #000;
  font-family: Roboto;
  text-decoration: none;
  font-size: 20px;
}
.caal1 {
  padding-left: 15px;
  padding-right: 15px;
}

.email1 a {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  text-decoration: none;
}

.email1 img {
  max-width: 7%;
  margin-right: 7px;
}

.email1 {
  float: right;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.thankyou-header {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 10;
  background-color: #fff;
  position: fixed;
}


.thankyou-header .container{
  width: 1260px;
}

.thankyou_page .container{
  width: 1260px;
}

.call-con1 .container{
  width: 1260px;
}

.call-icon1{
  padding-right: 4px;
  position: relative;
  top:2px
}