body, body p {
  font-family: 'Alliance No.2', sans-serif !important;
}
.d-none{
    display: none;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  #vidyard-popbox {
    width: 100%;
    height: auto;
  }
  #vidyard-overlay-wrapper{
    z-index: 999999;
  }
  #menu-primary-menu{
    z-index: 99;
  }
  #main .text-color-dark h2, #main .text-color-dark .dark-bg-heading-sub-text p, #main .text-color-dark .dark-bg-sub-heading{
    color: #101820 !important;
  }
  .product-hero-section{
      background-repeat: no-repeat !important;
  }
  .product-hero-section .product-h1-title{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
  }
  .product-hero-section .gradient{
    background-image: linear-gradient(90deg, #F6DC4B 0%, #55B95B 52.08%, #64DDE0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #F6DC4B;
  }
  .product-hero-section .product-hero-sub-title{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  .product-hero-section .product-hero-sub-heading{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
  }
  .play-pause-button, .play-pause-button:hover{
  background: transparent;
  color:#ffffff !important;
  font-size:14px;
  font-weight:700;
  border-radius: 16px;
  padding: 4px 20px;
  position: absolute;
  right: 0;
  bottom: 60px;
  }
  .play-pause-button .theme-button-icon-right{
  font-size:16px !important;
  }
  .ml-20{
    margin-left: 20px;
  }
  .ml-16{
    margin-left: 16px;
  }
  .c-button {
    border-radius: 24px;
    padding: 10px 40px;
  }
  .product-hero-section .c-button {
    border-radius: 24px;
    padding: 15px 40px;
    display: flex;
  }
  .c-button .theme-button-inner{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
  }
  .talk-to-us-hero-button{
    background-color: #00E2EC !important;
  }
  .talk-to-us-hero-button:hover{
    background-color: transparent !important;
  }
  #main .hero-custom-primary-button{
    background: #00E2EC !important;
  }
  #main .hero-custom-primary-button:hover, #main .hero-custom-primary-button:focus, 
  .internal-sticky-menu .c-button:hover, .internal-sticky-menu .c-button:focus{
    /* background: #00E2EC !important; */
    background: rgb(102,238,244) !important;
    border-color: rgb(102,238,244);
  }
  .hero-custom-primary-button:hover .theme-button-inner, .hero-custom-primary-button:focus .theme-button-inner,
  .internal-sticky-menu .c-button:hover .theme-button-inner, .internal-sticky-menu .c-button:focus .theme-button-inner{
    color: #101820 !important;
  }
  .hero-custom-button, .hero-custom-button:hover, .hero-custom-button:focus{
    border: 2px solid #0C818E !important;
  }
  .hero-custom-button::before{
    background-color: transparent;
  }
  .hero-custom-button .theme-button-inner{
    color: #0C818E !important;
  }
  /* .hero-custom-button:hover, .hero-custom-button:focus{
    background: #0C818E;
  }
  .hero-custom-button:hover .theme-button-inner, .hero-custom-button:focus .theme-button-inner{
    color: #ffffff !important;
  } */
  .hero-custom-button-white, .hero-custom-button-white:hover, .hero-custom-button-white:focus{
    border: 2px solid #ffffff !important;
  }
  .hero-custom-button-white::before{
    background-color: transparent;
  }
  .hero-custom-button-white .theme-button-inner{
    color: #ffffff !important;
  }
  /* .hero-custom-button-white:hover, .hero-custom-button-white:focus{
    background: #ffffff;
  }
  .hero-custom-button-white:hover .theme-button-inner, .hero-custom-button-white:focus .theme-button-inner{
    color: #000 !important;
  } */
  .hero-custom-button-white-hover:hover{
    border: 2px solid #0C818E !important;
  }
  .product-video-section iframe{
    border-radius: 16px;
  }
  .product-breadcrumbs{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    top: -50px;
    position: absolute;
    opacity: 1;
    text-underline-offset: 3px;
  }
  .product-breadcrumbs a{
    color: #ffffff !important;
  }
  .c-breadcrumbs a, .c-breadcrumbs .breadcrumb_last{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff !important;
  }
  /*.c-breadcrumbs > span > span > a::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 40px;
    height: 0.5px;
    background-color: #ffffff;
  }
  .c-breadcrumbs > span span:nth-child(2) > a::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 67px;
    width: 58px;
    height: 0.5px;
    background-color: #ffffff;
  }*/
  .internal-sticky-menu{
    background-color: #fff;
    padding: 16px 22px 16px 24px;
    box-shadow: 0px 0px var(--3, 16px) 0px rgba(67, 67, 67, 0.50);
    border-radius: 8px;
  }
  .internal-sticky-menu .c-button {
    border-radius: 24px;
    padding: 15px 40px;
    display: flex;
    float: right;
    justify-content: center;
    margin-top: 3px !important;
    margin-right: 0 !important;
  }
  body.admin-bar #some-stickybit-nav.js-is-sticky, #some-stickybit-nav.js-is-sticky {
    top: 0px !important;
    z-index: 99;
  }
  .mt-22{
    margin-top: 22px;
  }
  .internal-sticky-menu a {
    color: #101820 !important;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 0px !important;
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .internal-sticky-menu .vcex-count-1 {
    /* width: 12% !important; */
    display: inline-block;
    border-right: 2px solid rgba(16, 24, 32, 0.20) !important;
    margin-right: 24px !important;
    direction: rtl;
    text-align: right;
    padding-right: 24px;
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: rgba(16, 24, 32, 0.60) !important;
    text-transform: none;
    pointer-events: none;
    padding-left: 0px;
  }
  .internal-sticky-menu .vcex-count-2:hover, .vcex-count-3:hover, .vcex-count-4:hover, .vcex-count-5:hover, .vcex-count-6:hover, .vcex-count-7:hover{
    border-bottom: 3px solid #9EA3A6;
  }
  .product-milestone-section .milestone-sub-heading{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820 !important;
    margin-bottom: 0 !important;
  }
  .product-milestone-section .milestone-title{
    align-items: center !important;
  }
  .product-milestone-section h2{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #101820 !important;
  }
  .gray-heading-text{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 52px;
    color: #808488 !important;
  }
  .text-gray{
    color: #808488 !important;
  }
  .font-weight-400{
    font-weight: 400 !important;
  }
  .product-milestone-section .milestone-div .wpex-boxed, .product-milestone-section .milestone-image-div > .vc_column-inner{
    padding: 64px 40px 64px 40px;
    border: none;
    border-radius: 6px;
    height: 280px;
    border-radius: 8px;
    background: #ffffff;
  }
  .product-milestone-section .milestone-image-div > .vc_column-inner{
    padding-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-milestone-section .vcex-milestone-number{
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
    color: #101820 !important;
  }
  .product-milestone-section .vcex-milestone-caption, .product-milestone-section .milestone-image-div p{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #101820 !important;
  }
  #main .product-milestone-section .milestone-image-div .c-text-button::after{
    filter: grayscale(100%);
  }
  #main .product-milestone-section .milestone-image-div .c-text-button:hover{
    border: none;
  }
  #main .product-milestone-section .milestone-image-div .c-text-button{
    text-decoration: underline !important;
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border: none;
  }
  .product-milestone-section .milestone-image-div img{
    width: 70px;
  }
  .webinar-title-row .webinar-title-sub-heading{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
  }
  .webinar-title-row .webinar-title-heading{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
  }
  .webinar-section {
    border-radius: var(--3, 16px);
    background: var(--gradient-dark, linear-gradient(270deg, #FFF940 0%, #00F461 50%, #64DDE0 100%));
  }
  .webinar-section h2{
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
    color: #101820 !important;
  }
  .webinar-section h5{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820 !important;
  }
  .webinar-section .webinar-description{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #101820 !important;
  }
  .webinar-section .vidyard-player-container{
    width: 540px;
    border-radius: 16px;
  }
  .left-image-right-text h5{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
  }
  .left-image-right-text h2{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
  }
  .left-image-right-text img{
    border-radius: 16px;
  }
  .left-image-right-text .left-image-right-text-wrapper .wpb_wrapper{
    margin-left: auto;
    /* margin-right: auto; */
    display: block;
  }
  .image-caption-style{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #101820 !important;
    margin-top: 8px;
  }
  .image-caption-gray-style{
    color: #808488 !important;
    margin-top: 16px;
  }
  .wpb_single_image_caption{
    background: transparent !important;
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820;
    opacity: 1;
    right: 25px;
    left: auto;
    padding-right: 20px;
    background-image: url('https://www.infoblox.com/wp-content/uploads/expand-icon.png') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    bottom: 25px !important;
  }
  .left-text-right-image .play-icon-on-image{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .left-text-right-image .left-image-right-text-wrapper .wpb_wrapper{
    margin-left: inherit;
  }
  .multi-cloud-mkto-form-div h2{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    background: linear-gradient(90deg, #F6DC4B 0%, #55B95B 52.08%, #64DDE0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .remove-title-gradient{
    -webkit-text-fill-color: unset !important;
  }
  .products-accordian .vc_tta-panel-heading, .products-accordian .vc_tta-panel-heading a {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px !important;
  }
  .products-accordian .accordian-body-sub-title{
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .products-accordian .vc_tta-panel-heading a{
    border-top: 2px solid #2E363D !important;
  }
  .products-accordian .vc_tta-panel:last-child {
    border-bottom: 2px solid #2E363D !important;
    padding-bottom: 23px !important;
  }
  .products-accordian .eyebrow-sub-title{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin-left: 0px;
  }
  .products-accordian .vc_tta-title-text{
    margin-top: 5px !important;
  }
  .products-accordian .vc_tta-panel-body{
    background: transparent !important;
    border: none !important;
    /* padding: 30px 0px !important; */
    padding: 0px !important;
  }
  .products-accordian .vc_tta-title-text{
    width: 90%;
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    margin-left: 0px !important;
  }
  .products-accordian .vc_tta-controls-icon{
    height: 25px !important;
    width: 25px !important;
    background-color: transparent !important;
    color: #12C2D3 !important;
    top: 60% !important;
  }
  .products-accordian .vc_tta-controls-icon::after, .products-accordian .vc_tta-controls-icon::before{
    border-color: #12C2D3 !important;
  }
  .products-accordian .vc_active .vc_tta-controls-icon::before{
    content: "\00d7" !important;
    font-size: 40px !important;
    font-style: normal !important;
    border: none !important;
    color: #12C2D3 !important;
    margin-top: -2px !important;
  }
  .products-accordian .vc_tta-panel-title>a{
    padding: 25px 0px 15px !important;
  }
  .cloud-adoption-animation h2{
    opacity: 0;
  }
  .cloud-adoption-animation p{
    display: none;
  }
  .cloud-adoption-animation h2{
    margin-left: 20%;
  }
  .cloud-adoption-animation .wpb_text_column{
    border-bottom: 0px solid #B7B7B7;
  }
  .cloud-adoptation-heading-section h2 {
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
 }
 .cloud-adoptation-heading-section h5 {
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.customer-slider-section h5{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
 .customer-slider .owl-nav, .resources-slider .owl-nav{
  position: absolute;
  top: -130px;
  right: 0;
  }
  .customer-slider-pro-service .owl-nav{
    top: -80px;
  }
  .customer-slider .owl-prev, .resources-slider .owl-prev{
  background: transparent;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid black;
  border-width: 4px 4px 0 0;
  transform: rotate(225deg);
  margin-right: 30px;
  border-radius: 0;
  }
  .customer-slider .owl-prev.disabled, .customer-slider .owl-next.disabled,
  .resources-slider .owl-prev.disabled, .resources-slider .owl-next.disabled{
  opacity: 0.3;
  }
  .customer-slider .owl-next, .resources-slider .owl-next{
  background: transparent;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid black;
  border-width: 4px 4px 0 0;
  transform: rotate(45deg);
  border-radius: 0;
  }
  .resources-slider-dark-bg .owl-next span, .resources-slider-dark-bg .owl-prev span{
    visibility: hidden;
  }
  .resources-slider-dark-bg .owl-next, .resources-slider-dark-bg .owl-prev{
    border: solid #ffffff;
    border-width: 4px 4px 0 0;
  }
  .resources-slider-dark-bg .owl-dots button.active{
    margin-top: 2px;
    height: 4px;
  }
  .resources-slider-dark-bg .sort-resource-button{
    border-color: #60656A;
    padding: 10px 24px;
    font-size: 14px;
  }
  .resources-slider-dark-bg .sort-resource-button .theme-button-inner{
    color: #00E2EC !important;
  }
  .resources-slider-dark-bg .sort-resource-button:hover {
      background-color: rgba(0, 226, 236, 0.3);
      border-color: #00E2EC;
  }
  .resources-slider-dark-bg .sort-resource-button.active {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .resources-slider-dark-bg .sort-resource-button:hover .theme-button-inner{
    color: #00E2EC !important;
  }
  .resources-slider-dark-bg .sort-resource-button.active .theme-button-inner{
    color: #101820 !important;
  }
  .customer-slider img{
  width: 80%;
  }
  .customer-heading-gray-text{
    font-family: "Alliance No.2" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    color: #808488 !important;
  }
  .custom-button-insurance, .custom-button-insurance::before{
    background: transparent;
    border-color: #707479;
  }
  .custom-button-insurance .theme-button-inner{
    color: #00E2EC !important;
    z-index: 1;
  }
  a.vcex-button.theme-button.c-button.c-button--hollow.medium.inline.custom-button-insurance:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .custom-button-insurance:hover .theme-button-inner,
  .custom-button-insurance.active .theme-button-inner{
    color: #000000 !important;
  }
  .custom-button-insurance.active, .custom-button-insurance:hover{
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .custom-button-insurance{
    margin-right: 10px;
  }
  .pro-services-case-studies-custom-button:hover .theme-button-inner{
    color: #00E2EC !important;
  }
  .pro-services-case-studies-custom-button:hover{
    background-color: rgba(0, 226, 236, 0.3);
    border-color: #00E2EC;
  }
  .pro-services-case-studies-custom-button.active .theme-button-inner{
    color: #000000 !important;
  }
  .pro-services-case-studies-custom-button.active{
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .pro-services-case-studies-sub-heading{
    font-family: "Alliance No.1" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF !important;
    margin-bottom: 16px !important;
  }
  .sort-by-div{
    vertical-align: top;
    display: inline-flex;
  }
  .insurance-section-text h6 {
    margin-top: 48px;
  }
  .insurance-section-text a {
    color: #00E2EC !important;
    margin-bottom: 12px !important;
    display: block;
  }
  .green-div-insurance-div{
    background-color: #00594C;
    border-radius: 10px;
    color: #fff !important;
    padding-top: 20px; 
    padding-right: 40px; 
    padding-bottom: 40px; 
    padding-left: 40px;
  }
  .green-div-insurance-div .insurance-div-text-remaining{
    display: block;
    font-weight: 300;
    opacity: 0.8;
    font-size: 16px;
    margin-top: 20px;
  }
  /***********************Zoom Effect*************/
  .zoom-from-top-left{
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0;
  }
  .start-animation {
  animation: fadeInFromTopLeft 2s forwards;
  }
  
  @keyframes fadeInFromTopLeft {
  0% {
    opacity: 0;
    padding: 0;
    width: 0;
    height: 0;
    transform: translate(0, 0);
  }
  100% {
    padding-top: 20px; 
    padding-right: 40px; 
    padding-bottom: 40px; 
    padding-left: 40px;
    opacity: 1;
    width: 100%;
    height: 202px;
    transform: translate(0, 0);
  }
  }
  
  .zoom-from-top-left > * {
  opacity: 0; /* Initially hide content */
  }
  
  .fade-in-content {
  animation: fadeInContent 1s forwards;
  }
  
  @keyframes fadeInContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  }
  .content-divs-hide, .hidden{
    display: none;
  }
  .insurance-div-content{
    display: block;
  }
  .dark-bg-heading-section .dark-bg-sub-heading{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #FFFFFF !important;
  }
  .dark-bg-heading-section h2{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #FFFFFF !important;
  }
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 a.ult_a{
    background: #272F36 !important;
    color: #FFFFFF !important;
    height: 64px;
    padding: 16px 40px 16px 16px;
    border-color: #272F36 !important;
    font-family: "Alliance No.2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 .current a.ult_a{
    background: #FFFFFF !important;
    color: #1C232B !important;
    border-color: #ffffff !important;
  }
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 .ult_tab_style_4{
    background-color: transparent !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 .ult_tab_style_4:nth-child(2) a.ult_a,
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 .ult_tab_style_4:nth-child(3) a.ult_a{
    margin-left: 4px !important;
  }
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #F6DC4B, #55B95B, #64DDE0);
    z-index: 1;
  }
  .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 span.ult_tab_main{
    left: 34%
  }
  .dark-bg-horizontal-tabs .ult_tabitemname{
    padding: 16px 0px;
  }
  .dark-bg-horizontal-tabs-container{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .dark-bg-horizontal-tabs-container .horizontal-tabs-container-heading{
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #101820 !important;
  }
  .dark-bg-horizontal-tabs-container .horizontal-tabs-container-gray-heading-text{
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; 
    color: #808488 !important;
  }
  .dark-bg-horizontal-tabs-container .horizontal-tabs-sub-text{
    font-family: "Alliance No.2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #101820 !important;
  }
  .dark-bg-horizontal-tabs-container .horizontal-tab-image-heading{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #101820 !important;
  }
  .dark-bg-horizontal-tabs-container .horizontal-tab-image-text{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #101820 !important;
  }
  .dark-bg-horizontal-tabs-container .horizontal-tab-image-style > .vc_column-inner{
    border-radius: 8px !important;
    background-size: 100% 100% !important;
    background-position: bottom left;
    background-repeat: no-repeat !important;
  }
  #main .custom-text-link{
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820 !important;
    text-decoration: underline !important;
  }
  #main .custom-text-link::after {
    filter: brightness(0%);
  }
  #main .custom-text-link:hover {
    border: none;
  }
  .dark-bg-horizontal-tabs-container .itallic-testimonial{
    font-family: "Alliance No.2";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 42px; 
    color: #101820 !important;
  }
  .dark-bg-horizontal-tabs-container .testimonial-author{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: #101820 !important;
  }
  .dark-bg-horizontal-tabs-container .testimonial-author-title{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #101820 !important;
  }
  .dark-bg-subscribe-section .dark-bg-subscribe-gradient{
    border-radius: 8px;
    background: linear-gradient(270deg, #FFF940 0%, #00F461 50%, #64DDE0 100%);
  }
  .dark-bg-subscribe-section .subscribe-section-sub-text{
    font-family: "Alliance No.2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    color: #101820 !important;
  }
  .dark-bg-subscribe-section .subscribe-section-heading{
    font-family: "Alliance No.2";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #101820 !important;
  }
  .black-custom-button, .black-custom-button:hover, .black-custom-button:focus{
    border: 2px solid #101820 !important;
  }
  .black-custom-button::before{
    background-color: #101820;
  }
  .black-custom-button .theme-button-inner{
    color: #ffffff !important;
  }
  /* .black-custom-button:hover, .black-custom-button:focus{
    background: transparent;
  }
  .black-custom-button:hover .theme-button-inner, .black-custom-button:focus .theme-button-inner{
    color: #000000 !important;
  } */
  .testimonial-heading-section{
    text-align: center;
  }
  .testimonial-heading-section .white-bg-sub-heading{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820 !important;
  }
  .testimonial-heading-section h2{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #101820 !important;
  }
  .testimonial-heading-section .white-bg-heading-sub-text{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #101820 !important;
  }
  .testimonial-section .testimonial-slide{
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0.00) 25%, rgba(244, 244, 244, 0.20) 100%), radial-gradient(276.55% 106.16% at 71.15% 100%, rgba(0, 190, 76, 0.25) 0%, rgba(0, 190, 76, 0.00) 100%), #F4F4F4;
    box-shadow: 0px 0px 80px 0px #F4F4F4;
  }
  .testimonial-slide .testimonial-slide-header{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820 !important;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(96, 101, 106, 0.15);
  }
  .testimonial-slide .testimonial-slide-body{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #101820 !important;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .testimonial-slide .testimonial-slide-author{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; 
    color: #101820 !important;
  }
  .testimonial-slide .testimonial-slide-author-title{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #808488 !important;
  }
  .testimonial-slide .testimonial-slide-author-title p{
    color: #808488 !important;
  }
  .testimonial-section .owl-item{
    opacity: 0.25 !important;
    transition: opacity 0.3s ease-in-out;
    padding: 0 60px;
    box-sizing: border-box;
  }
  .testimonial-section .owl-item.active{
    opacity: 1 !important;
  }
  .testimonial-section .owl-prev.disabled, .testimonial-section .owl-next.disabled{
  opacity: 0.3;
  }
  .testimonial-section .owl-next{
  background: transparent;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid black;
  border-width: 4px 4px 0 0;
  transform: rotate(45deg);
  border-radius: 0;
  }
  .testimonial-section .owl-nav{
    text-align: center;
  }
  .testimonial-section .owl-prev{
    background: transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid black;
    border-width: 4px 4px 0 0;
    transform: rotate(225deg);
    margin-right: 30px;
    border-radius: 0;
  }
  .slider-container {
    width: 100vw;
    margin: 50px 0;
    overflow: hidden;
  }
  .slick-slide {
    transition: opacity 0.3s ease-in-out;
    margin: 0 60px;
    box-sizing: border-box;
    opacity: 0.25 !important;
  }
  .slick-current.slick-active {
    opacity: 1 !important;
  }
  .slick-next, .slick-prev{
    bottom: -40px !important;
    width: 32px !important;
    height: 32px !important;
    top: auto !important;
  }
  .slick-prev{
    left: 46% !important;
  }
  .slick-next{
    right: 46% !important;
  }
  .slick-next:before, .slick-prev:before{
    position: absolute;
    visibility: hidden;
    line-height: 2 !important;
  }
  .testimonial-rating-stars{
    position: absolute !important;
    background-color: #101820 !important;
    right: 40px !important;
    bottom: 50px !important;
    border-radius: 16px !important;
    padding: 6px 16px !important;
  }
  .testimonial-rating-stars .vcex-image-grid-entry{
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 2px !important;
  }
  .white-bg-title .white-bg-title-sub-heading{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #101820 !important;
  }
  .white-bg-title .white-bg-title-heading{
    font-family: "Alliance No.2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #101820 !important;
  }
  .white-bg-title .white-bg-heading-sub-text{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #101820 !important;
  }
  .vertical-tab-section .vc_tta-tab{
    display: flex !important;
    width: 212px !important;
    padding: 16px !important;
    align-items: center !important;
    border-radius: 4px !important;
    background: #F4F4F4 !important;
    color: #101820 !important;
    margin-bottom: 10px !important;
  }
  .vertical-tab-section .vc_tta-tab a{
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-decoration-line: underline !important;
    color: #101820 !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    opacity: 1 !important;
  }
  .vertical-tab-section .vc_tta-tab.vc_active{
    display: flex !important;
    width: 280px !important;
    background: #00BE4C !important;
    padding: 16px 16px 24px 16px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  #main .vertical-tab-section .vc-tour-basic .vc_tta-tab > a:hover:after, #main .vertical-tab-section .vc-tour-basic .vc_tta-tab > a:focus:after{
    background-color: transparent;
  }
  .vertical-tab-section .vc_tta-tab.vc_active a{
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important; 
    text-decoration-line: none !important;
    width: 100% !important;
  }
  .vertical-tab-section .vc_tta-tab p, .vertical-tab-section .vc_tta-tab .vc_tta-icon{
    display: none !important;
  }
  .vertical-tab-section .vc_tta-tab.vc_active p{
    display: block !important;
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    width: 224px !important;
    margin-bottom: 0px !important;
    color: #101820 !important;
  }
  .vertical-tab-section .vc_tta-tab.vc_active .vc_tta-icon{
    display: inline !important;
    float: right !important;
    margin-top: 6px !important;
    font-size: 20px !important;
  }
  .vertical-tab-section .vc_tta-panel-body{
    padding: 80px !important;
    margin-left: -8.5% !important;
    border-radius: 8px !important;
    background: #F4F4F4 !important;
    /* position: absolute; */
  }
  .vertical-tab-section .vc_tta-tabs-container{
    margin-top: 25px !important;
  }
  .dark-bg-heading-sub-text{
    font-family: "Alliance No.2";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF !important;
  }
  .dark-bg-heading-sub-text p{
    color: #FFFFFF !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab{
    display: flex !important;
    width: 212px !important;
    padding: 16px !important;
    align-items: center !important;
    border-radius: 4px !important;
    background: #2E363D !important;
    color: #FFFFFF !important;
    margin-bottom: 10px !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab a{
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-decoration-line: underline !important;
    color: #FFFFFF !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    opacity: 1 !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab.vc_active{
    display: flex !important;
    width: 280px !important;
    background: #00BE4C !important;
    padding: 16px 16px 24px 16px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  #main .vertical-tab-section-dark-bg .vc-tour-basic .vc_tta-tab > a:hover:after, #main .vertical-tab-section-dark-bg .vc-tour-basic .vc_tta-tab > a:focus:after{
    background-color: transparent;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab.vc_active a{
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important; 
    text-decoration-line: none !important;
    width: 100% !important;
    color: #101820 !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab p, .vertical-tab-section-dark-bg .vc_tta-tab .vc_tta-icon{
    display: none !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab.vc_active p{
    display: block !important;
    font-family: "Alliance No.2";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    width: 224px !important;
    margin-bottom: 0px !important;
    color: #101820 !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tab.vc_active .vc_tta-icon{
    display: inline !important;
    float: right !important;
    margin-top: 6px !important;
    font-size: 20px !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-panel-body{
    padding: 80px !important;
    margin-left: -8.5% !important;
    border-radius: 8px !important;
    /* background: #2E363D !important; */
    background: #ffffff !important;
    position: absolute;
    min-height: 439px !important;
  }
  .vertical-tab-section-dark-bg .vc_tta-tabs-container{
    margin-top: 25px !important;
  }
  .white-bg-vertical-tabs .white-bg-title{
    padding-left: 15px;
    padding-right: 15px;
  }
  .white-bg-vertical-tabs .ult_tabitemname{
    padding: 0 !important;
  }
  .white-bg-vertical-tabs .ult_tab_li a{
    background: #F4F4F4 !important;
    color: #0C818E !important;
    font-family: "Alliance No.2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-right: 8px !important;
    padding: 10px 24px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .white-bg-vertical-tabs .ult_tab_li.current a{
    font-family: "Alliance No.2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    background: #101820 !important;
    color: #FFFFFF !important;
    padding: 10px 24px;
  }
  .white-bg-vertical-tabs .ult_tab_li{
    background-color: transparent !important;
  }
  .white-bg-vertical-tabs .ult_tabmenu{
    border-bottom: 2px solid #101820;
  }
  .white-bg-vertical-tabs .ult-span-text{
    font-weight: 600;
    line-height: 26px;
  }
  .white-bg-vertical-tabs .aio-icon.none.ult_tab_iconright{
    display: none;
  }
  .multi-cloud-form{
    background-color: #fff;
    padding: 40px 23px 40px 23px;
    border-radius: 15px;
  }
  .mobile-menu-primary-button .theme-button{
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #00E2EC;
    box-shadow: 0px 0px 6px 0px rgba(67, 67, 67, 0.25);
    font-family: "Alliance No.2";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #101820 !important;
  }
  .mobile-menu-items{
    display: flex;
    height: 48px;
    padding: 0px;
    align-items: center;
    gap: 16px;
  }
  .vertical-tab-image-text-button img{
    border-radius: 8px;
    background: lightgray 50% / cover no-repeat;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    /* height: 330px; */
  }
  .vertical-tab-image-text-button .wpb_single_image_caption{
    bottom: -30px !important;
    right: 10px;
  }
  .vertical-tab-image-text-button .vertical-tab-text-style{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #101820 !important;
  }
  .download-button .theme-button-icon-right {
    background-image: url(https://www.infoblox.com/wp-content/uploads/download-icon.png);
    background-size: contain;
    width: 25px;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .download-button .fa-download {
    font-size: 0;
  }
  .text-decoration-none{
    text-decoration: none !important;
  }
  .text-decoration-underline{
    text-decoration: underline;
  }
  .vertical-tab-asset-divs{
    padding-right: 10px;
    padding-left: 10px;
  }
  .vertical-tab-asset-divs > .vc_column-inner{
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    background: #ffffff;
    margin-bottom: 20px;
    min-height: 160px;
  }
  .vertical-tab-asset-divs > .vc_column-inner > .wpb_wrapper{
    display: flex;
  }
  .vertical-tab-asset-divs figure{
    width: 24px;
    height: 24px;
  }
  .vertical-tab-asset-divs .vertical-tab-asset-title{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-decoration-line: underline;
    color: #101820 !important;
  }
  .vertical-tab-asset-divs .vertical-tab-asset-description{
    font-family: "Alliance No.2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #101820 !important;
  }
  .wpex-max-w-100 {
    max-width: 100%;
  }
  .d-none {
    display: none !important;
  }
  .product-contact-form{
    background-color: #fff;
    padding: 40px 23px 40px 23px;
    border-radius: 15px;
  }
  .sticky_mobile {
    position: fixed;
    top: -55px;
    z-index: 999999;
    width: 95%;
    margin: 0 auto;
    clear: both;
    left: 6px;
  }
  .fancybox-container{
    z-index: 999999 !important;
  }
  /*** Resources Slider ***/
  .resources-slider.wpex-post-cards-resource-card-secondary{
    max-width: 100% !important;
  }
  .resources-slider .c-card__content{
    width: 100%;
  }
  .resources-slider .resource-item{
    background-color: #101820;
    border-radius: 8px;
    padding: 40px 22px;
    min-height: 470px;
    margin-left: 8px !important;
    width: auto;
  }
  #main .resources-slider .c-text-button{
    position: absolute !important;
    bottom: 40px;
    color: #101820;
    text-transform: uppercase;
    font-size: 14px;
  }
  #main .resources-slider .c-button{
    position: absolute !important;
    bottom: 40px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .resources-slider .c-card__type{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #101820;
  }
  .resources-slider .c-card__asset-title{
    color: #101820;
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
  }
  .item-event .c-card__type, .item-event .c-card__asset-title,
  .white-text .c-card__type, .white-text .c-card__asset-title{
    color: #ffffff !important;
  }
  .item-event{
  background-color: #000000;
  color: #ffffff;
  }
  .item-video{
  background-image: url("https://www.infoblox.com/wp-content/uploads/video-bg-v2.png");
    background-size: cover;
  }
  .item-ebook{
  background-image: url("https://www.infoblox.com/wp-content/uploads/ebook-bg-v2.png");
    background-size: cover;
  }
  .item-whitepaper, .item-report{
  background-image: url("https://www.infoblox.com/wp-content/uploads/whitepaper-bg-v2.png");
    background-size: cover;
  }
  .item-case-study{
  background-image: url("https://www.infoblox.com/wp-content/uploads/case-study-bg-v2.png");
    background-size: cover;
  }
  .item-datasheet{
  background-image: url("https://www.infoblox.com/wp-content/uploads/datasheet-bg.png");
    background-size: cover;
  }
  .item-solution-note{
  background-image: url("https://www.infoblox.com/wp-content/uploads/solution-note-bg-v2.png");
    background-size: cover;
  }
  .item-cloud-report, .item-analyst-report{
  background-image: url("https://www.infoblox.com/wp-content/uploads/cloud-report-bg-v2.png");
    background-size: cover;
  }
  .item-infographic{
  background-image: url("https://www.infoblox.com/wp-content/uploads/infographic-bg-v2.png");
    background-size: cover;
  }
  .item-webinar{
  background-image: url("https://www.infoblox.com/wp-content/uploads/webinar-bg-v2.png");
    background-size: cover;
  }
  .item-blog{
  background-image: url("https://www.infoblox.com/wp-content/uploads/blog-bg-v2.png");
    background-size: cover;
  }
  /*.item-infographic{
  background-color: #101820;
  color: #ffffff;
  }
  .item-webinar{
  background-color: #101820;
  color: #ffffff;
  }
  .item-blog{
  background-color: #101820;
  color: #ffffff;
  }*/
  .item-all-contents{
  background-image: url("https://www.infoblox.com/wp-content/uploads/all-resources-bg-v2.png");
  align-items: center;
  display: grid;
  }
  #main .item-all-contents .c-text-button{
  position: relative !important;
    bottom: 0;
  }
  #main .resources-slider .c-text-button:hover{
  border-bottom-color: #101820;
  }
  .w-auto{
    width: auto !important;
    background: transparent !important;
  }
  .home-hero .owl-dots{
  bottom: -25px;
  border-bottom: 4px solid #D9E1E2;
  border-radius: 10px;
  left: 15px;
    right: auto;
  }
  .home-hero .owl-dots button.active {
    background: #0C818E;
  border-bottom: none;
    height: 5px;
  border-radius: 10px;
  }
  .sort-resource-button{
  margin-right: 5px;
  background: transparent;
    border-color: #D9E1E2;
    font-size: 14px !important;
  }
  .sort-resource-button::before {
    background: transparent;
    border-color: #D9E1E2;
  }
  .sort-resource-button .theme-button-inner{
  color: #0C818E !important;
  }
  .sort-resource-button.active, .sort-resource-button:hover{
    background-color: #101820;
    border-color: #101820;
  }
  .sort-resource-button:hover .theme-button-inner,
  .sort-resource-button.active .theme-button-inner{
  color: #ffffff !important;
  }
  .resources-slider .owl-nav {
    top: -170px;
  }
  #main .resources-slider .theme-txt-link{
    position: absolute !important;
    bottom: 40px;
    color: #101820;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }
  #main .resources-slider .theme-txt-link .theme-button-icon-right{
    background-image: url('https://www.infoblox.com/wp-content/uploads/download-icon.png');
    background-size: contain;
    width: 21px;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  #main .resources-slider .item-blog .theme-txt-link .theme-button-icon-right,
  #main .resources-slider .item-case-study .theme-txt-link .theme-button-icon-right,
  #main .resources-slider .item-datasheet .theme-txt-link .theme-button-icon-right,
  #main .resources-slider .item-solution-note .theme-txt-link .theme-button-icon-right{
    background: transparent;
    width: auto;
    margin: auto;
  }
  #main .resources-slider .item-video .theme-txt-link .theme-button-icon-right, #main .resources-slider .item-webinar .theme-txt-link .theme-button-icon-right{
    background: transparent;
    width: auto;
    margin: auto;
  }
  #main .resources-slider .theme-txt-link .fa-download{
    font-size: 0;
  }
  .meet-team-gradient-text{
    font-family: "Alliance No.1";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    background: linear-gradient(90deg, #F6DC4B 0%, #55B95B 52.08%, #64DDE0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .meet-team-slider img{
    border-radius: 8px;
  }
  .meet-team-slide{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex !important;
  }
  .meet-team-slider .slick-slide{
    opacity: 1 !important;
  }
  .meet-team-slider .slick-next{
    background-image: url(https://sandbox-2-infoblox-network.pantheonsite.io/wp-content/uploads/infoblox-team-image-user-2.png) !important;
    background-size: 139px !important;
    width: 139px !important;
    height: 139px !important;
    background-repeat: no-repeat;
    right: -30px !important;
    bottom: 0 !important;
  }
  .meet-team-slider .slick-next img{
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
  .meet-team-slider .slick-prev{
    left: 87% !important;
    bottom: 59px !important;
    z-index: 99;
  }
  .meet-team-slider .slick-next,
  .meet-team-slider .slick-prev {
    transition: background-image 600ms ease-in-out, transform 600ms ease-in-out;
  }
  .entypo-icon-right-font-16 .entypo-icon-right-open-big:before{
    font-size: 16px;
  }
  .professional-service-sticky-nav{
    z-index: 99;
  }
  .professional-service-sticky-nav > .vc_column_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
  body #main .professional-service-sticky-nav.js-is-sticky {
      top: 60px !important;
  }
  .no-scrollbar-width{
    --scrollbar-width: 0px !important;
  }
  .bg-black{
    background-color: #101820;
  }
  .top--10{
    top: -10px;
  }
  /* .no-max-height .ult-tabto-accordion .ult-tabto-accordionItem{
    max-height: max-content;
  } */
  .local-scroll-link.active-border{
    border-bottom: 3px solid #9EA3A6;
  }
  .custom-video-style-desktop{
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1278px){
    .vertical-tab-accordian-mobile .vc_tta-panel-heading, .vertical-tab-accordian-mobile .vc_tta-panel-heading a{
        background-color: #F4F4F4 !important;
        font-family: "Alliance No.2";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        color: #101820 !important;
        border-radius: 8px !important;
      }
      .vertical-tab-accordian-mobile .eyebrow-sub-title{
        font-family: "Alliance No.2";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        color: #101820 !important;
        margin: 0 !important;
      }
      .vertical-tab-accordian-mobile .vc_tta-panel-body{
        background: #F4F4F4 !important;
        border: none !important;
        padding: 24px 16px 40px 16px !important;
      }
      .vertical-tab-accordian-mobile .vc_tta-title-text, .vertical-tab-accordian-mobile .eyebrow-sub-title{
        width: 80%;
        display: block;
        margin-top: 5px !important;
      }
      .vertical-tab-accordian-mobile .vc_tta-controls-icon{
        height: 25px !important;
        width: 25px !important;
        background-color: transparent !important;
        color: #0C818E !important;
      }
      .vertical-tab-accordian-mobile .vc_tta-controls-icon::after, .vertical-tab-accordian-mobile .vc_tta-controls-icon::before{
        border-color: #0C818E !important;
      }
      .vertical-tab-accordian-mobile .vc_active .vc_tta-controls-icon::before{
        content: "\00d7" !important;
        font-size: 40px !important;
        font-style: normal !important;
        border: none !important;
        color: #101820 !important;
        margin-top: 0px !important;
        font-weight: normal;
      }
      .vertical-tab-accordian-mobile .vc_tta-panel-title>a{
        padding: 16px !important;
      }
      .product-hero-section .c-button{
        padding: 13px 40px;
        display: block;
        margin-left: 0;
        margin-right: 10px;
        margin-top: 20px;
      }
      .mktoFormRow:nth-child(3), .mktoFormRow:nth-child(5), .mktoFormRow:nth-child(9){
        width: 47% !important;
      }
      .vertical-tab-2-mobile .vertical-tab-accordian-mobile .vc_tta-panel-heading, .vertical-tab-2-mobile .vertical-tab-accordian-mobile .vc_tta-panel-heading a {
        background-color: #2E363D !important;
        border: none !important;
        color: #ffffff !important;
    }
    .vertical-tab-2-mobile .eyebrow-sub-title {
        color: #ffffff !important;
    }
    .vertical-tab-accordian-mobile .vc_active .vc_tta-panel-heading, .vertical-tab-accordian-mobile .vc_active .vc_tta-panel-heading a{
        background-color: #00BE4C !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        color: #101820 !important;
    }
    .vertical-tab-accordian-mobile .vc_active .eyebrow-sub-title {
        color: #101820 !important;
    }
    .vertical-tab-2-mobile .vertical-tab-accordian-mobile .vc_active .vc_tta-controls-icon::before{
        font-weight: normal;
        color: #101820 !important;
        font-style: normal !important;
    }
    .vertical-tab-accordian-mobile .vc_active .vc_tta-panel-body{
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .resources-slider.owl-carousel{
      overflow: hidden;
    }
    .meet-team-slider .slick-prev{
      left: 30% !important;
      bottom: -112px !important;
    }
    .meet-team-slider .slick-next{
      bottom: -170px !important;
      left: 40% !important;
    }
    .meet-team-slider{
      margin-bottom: -1px;
      padding-bottom: 80px !important;
    }
  }
  @media screen and (max-width: 1023px){
    .product-hero-section .product-hero-sub-heading{
        font-family: "Alliance No.2";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        margin-bottom: 16px !important;
      }
      .product-hero-section .product-h1-title{
        font-size: 32px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        width: 100% !important;
        margin-bottom: 24px !important;
      }
      .product-hero-section .product-hero-sub-title{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 40px !important;
      }
      .product-hero-section .small-screen-gaps{
        padding-left: 24px;
        padding-right: 24px;
        /* padding-top: 50% !important; */
      }
      /* .product-hero-section{
        background: linear-gradient(180deg, rgba(16, 24, 32, 0.00) 0%, #101820 77.65%), url('/wp-content/uploads/products-template-mobile-hero-banner.png') lightgray 50% / cover no-repeat !important;
      } */
      #main .product-hero-section{
        /* background: linear-gradient(180deg, rgba(16, 24, 32, 0.00) 0%, #101820 77.65%), url('/wp-content/uploads/products-template-hero-banner.jpg') lightgray 50% / cover no-repeat !important; */
        background: #101820 url('https://www.infoblox.com/wp-content/uploads/products-template-hero-banner-v2.png') no-repeat center center / cover !important;
      }
      #main .product-hero-section{
        padding-bottom: 9px !important;
      }
      .product-hero-section .c-button{
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 24px;
      }
      .product-hero-section .vc_custom_1723213823290, .product-hero-section .vc_custom_1723555322159{
        margin: 0 !important;
      }
      .product-hero-mobile-video .product-hero-mobile-video-thumbnail img{
        border-radius: 4px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url() lightgray -16.5px -12px / 178.636% 119.091% no-repeat;
        width: 110px;
        height: 110px;
        flex-shrink: 0;
      }
      .product-hero-mobile-video .product-hero-mobile-video-play-icon img{
        width: 40px;
        height: 40px;
        flex-shrink: 0;
      }
      .product-hero-mobile-video .product-hero-mobile-video-play-icon{
        position: absolute;
        left: 30px;
        bottom: 30px;
      }
      #main .product-hero-mobile-video{
        width: 33.33333333% !important;
      }
      #main .product-hero-mobile-video-right-text{
        width: 66.66666667% !important;
      }
      .mktoFormRow:nth-child(2), .mktoFormRow:nth-child(4), .mktoFormRow:nth-child(8) {
        width: 47% !important;
      }
      .play-icon-on-image img{
        width: 70%;
      }
      .product-video-section iframe {
        border-radius: 8px;
      }
  }
  @media (min-width: 900px) and (max-width: 1100px) {
    .dark-bg-horizontal-tabs ul.ult_tabmenu.style1.Style_4 span.ult_tab_main {
        left: 43%;
    }
    .horizontal-tab-image-style > .vc_column-inner{
        background-image: none !important;
    }
    .mobile-sub-text{
      width: auto !important;
    }
    .vertical-tab-accordian-mobile img{
      background: none;
      box-shadow: none;
    }
  }
  @media screen and (max-width: 900px){
    .mob-pb-0{
        padding-bottom: 0px !important;
    }
    .mob-pt-0{
        padding-top: 0px !important;
    }
    .mob-pb-80{
        padding-bottom: 80px !important;
    }
    .mob-pt-80{
        padding-top: 80px !important;
    }
    .mob-pt-40{
        padding-top: 40px !important;
    }
    /***Slider start***/
    .slick-slide{
        margin: 0 30px;
    }
    .slick-next {
        right: 30% !important;
    }
    .slick-prev {
        left: 30% !important;
    }
    .testimonial-rating-stars{
        bottom: auto !important;
        position: relative !important;
        right: auto !important;
        margin-top: 16px;
    }
    .vc_custom_1724052520868{
        width: fit-content;
        margin-left: 10px;
    }
    .testimonial-slide .testimonial-slide-body{
        font-size: 18px;
        line-height: 24px;
    }
    .testimonial-heading-section, .testimonial-heading-section .white-bg-sub-heading,
    .testimonial-heading-section h2, .testimonial-heading-section .theme-button-wrap{
        text-align: left !important;
    }
    .testimonial-heading-section h2{
        font-size: 32px;
        line-height: 36px;
        width: auto !important;
    }
    .testimonial-heading-section .white-bg-heading-sub-text{
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .vc_custom_1724051298162{
        margin-bottom: 120px !important;
    }
    /***Slider end***/
    .gray-heading-text, .white-bg-title .white-bg-title-heading, .dark-bg-heading-section h2{
        font-size: 32px;
        line-height: 36px;
        width: auto !important;
    }
    .white-bg-heading-sub-text{
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .cloud-adoption-mobile{
        padding-top: 80px !important;
    }
    .cloud-adoption-mobile h2{
        font-size: 32px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 36px !important;
    }
    .cloud-adoption-animation h2, .delivers-mob-style h2{
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
    }
    .cloud-adoption-animation p{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .customer-slider .owl-nav {
        float: none !important;
        position: relative;
        margin-top: 30px;
        justify-content: center;
        display: flex;
        bottom: 0;
        top: 0;
    }
    .custom-button-insurance{
        display: block;
        margin-bottom: 20px;
    }
    .webinar-section{
        padding: 40px 24px !important;
    }
    .webinar-section .vidyard-player-container{
        border-radius: 8px;
    }
    #customer-slider{
        padding-top: 80px !important;
        background: #ffffff !important;
    }
    .products-accordian .vc_tta-panel-heading, .products-accordian .vc_tta-panel-heading a{
        font-size: 22px;
        line-height: 30px;
    }
    .products-accordian .vc_tta-controls-icon{
        right: 0px !important;
        top: 50% !important;
    }
    .product-milestone-section h2{
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px !important;
        margin-top: 8px !important;
    }
    .product-milestone-section .vcex-milestone-number{
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .product-milestone-section .vcex-milestone-caption, .product-milestone-section .milestone-image-div p{
        font-size: 18px;
        line-height: 26px;
    }
    .product-milestone-section .milestone-div .wpex-boxed, .product-milestone-section .milestone-image-div > .vc_column-inner{
        padding: 40px 40px 40px 40px;
        display: flex;
        align-items: center;
    }
    .product-milestone-section{
        padding-bottom: 80px !important;
    }
      .left-image-right-text{
        padding-top: 80px !important;
      }
      .webinar-title-row .webinar-title-heading, .left-image-right-text h2{
        font-size: 32px;
        line-height: 36px;
        width: auto !important;
      }
      .mobile-order-1{
        order: 1;
      }
      .mobile-order-2{
        order: 2;
      }
      .mobile-sub-text{
        font-family: "Alliance No.2";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        color: #FFFFFF !important;
        width: auto !important;
      }
      .mobile-sub-text-dark{
        color: #101820 !important;
      }
      .left-image-right-text-wrapper .hero-custom-button{
        margin-bottom: 80px !important;
      }
      /* .left-text-right-image{
        padding-top: 150px !important;
      } */
      .ult-tabto-actitle{
        font-family: "Alliance No.2";
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #ffffff !important;
        font-style: normal !important;
        text-align: left !important;
        padding: 16px !important;
        background-color: #2E363D !important;
        margin-bottom: 8px !important;
        border-radius: 8px !important;
      }
      .ult-tabto-actitle.ult-tabto-actitleActive{
        margin-bottom: 0 !important;
        background-color: #F4F4F4 !important;
        color: #101820 !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
      }
      .accordion-icon{
        font-size: 40px !important;
        font-weight: 300 !important;
        font-style: normal !important;
        right: 16px !important;
        color: #12C2D3 !important;
        position: absolute !important;
        line-height: 0.75em !important;
      }
      .ult-tabto-accordion dd>.ult-tabto-acontent{
        padding: 0em 0em;
      }
      #main .dark-bg-horizontal-tabs-container{
        padding: 40px 0px !important;
      }
      .vc_custom_1723830487944{
        padding-top: 78px !important;
      }
      .dark-bg-horizontal-tabs-container .horizontal-tabs-container-heading, .dark-bg-horizontal-tabs-container .horizontal-tabs-container-gray-heading-text{
        font-size: 22px;
        line-height: 30px;
      }
      .dark-bg-horizontal-tabs-container .horizontal-tabs-container-heading{
        border-top: 2px solid #F4F4F4;
        padding-top: 40px;
        margin-top: 24px !important;
      }
      #main .dark-bg-horizontal-tabs-container .custom-text-link{
        margin-bottom: 40px !important;
      }
      #main .horizontal-tab-image-style > .vc_column-inner{
        padding: 40px !important;
      }
      .dark-bg-horizontal-tabs-container .horizontal-tab-image-heading{
        font-size: 32px;
        line-height: 36px;
      }
      .dark-bg-horizontal-tabs-container .horizontal-tab-image-text{
        font-size: 18px;
        line-height: 26px;
      }
      .dark-bg-horizontal-tabs-container .itallic-testimonial{
        font-size: 24px;
        line-height: 32px;
      }
      .ult-tabto-actitle.ult-tabto-actitleActive i.accordion-icon:before{
        content: "\00d7";
        color: #101820 !important;
      }
      .ult-tabto-actitle.ult-tabto-actitleActive .accordion-icon{
        font-size: 35px !important;
      }
      #main .dark-bg-subscribe-section{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
      }
      #main .dark-bg-subscribe-gradient{
        padding: 24px 40px !important;
      }
      .dark-bg-subscribe-section .subscribe-section-heading{
        font-size: 22px;
        line-height: 30px;
      }
      .dark-bg-subscribe-section .subscribe-section-sub-text{
        font-size: 16px;
        line-height: 24px;
      }
      .dark-bg-subscribe-section .black-custom-button{
        float: none !important;
        margin-top: 24px !important;
        width: 100% !important;
      }
      #main .white-bg-vertical-tabs{
        padding-bottom: 80px !important;
        padding-top: 80px !important;
        border-radius: 0px !important;
      }
      .white-bg-vertical-tabs .white-bg-title > .vc_column-inner{
        padding: 40px 16px !important;
      }
      #main .white-bg-vertical-tabs .vc_custom_1724184929667{
        margin-bottom: 100px !important;
      }
      .white-bg-vertical-tabs .ult-tabto-acontent > .vc_row{
        padding-bottom: 40px !important;
      }
      .vertical-tab-2-mobile .vertical-tab-accordian-mobile .vc_tta-panel-heading, .vertical-tab-2-mobile .vertical-tab-accordian-mobile .vc_tta-panel-heading a{
        background-color: #2E363D !important;
        border: none !important;
        color: #ffffff !important;
      }
      .vertical-tab-2-mobile .eyebrow-sub-title{
        color: #ffffff !important;
      }
      .vertical-tab-2-mobile .vertical-tab-accordian-mobile .vc_active .vc_tta-controls-icon::before{
        font-weight: normal;
        color: #ffffff !important;
        font-style: normal !important;
      }
      .sticky_mobile {
        position: fixed;
        top: -55px;
        z-index: 999999;
        width: 95%;
        margin: 0 auto;
        clear: both;
        left: 6px;
    }
    .mobile-menu-primary-button > .vc_column-inner{
        padding-right: 0 !important;
    }
    .ult_tabs{
        display: none !important;
    }
    .ult_acord{
        display: block !important;
    }
    .mktoFormRow:nth-child(2), .mktoFormRow:nth-child(4), .mktoFormRow:nth-child(8) {
        width: 100% !important;
    }
    .mktoFormRow:nth-child(3), .mktoFormRow:nth-child(5), .mktoFormRow:nth-child(9) {
        width: 100% !important;
        margin-left: auto !important;
    }
    .product-hero-section .c-button{
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 24px;
      }
      .multi-cloud-form{
        padding: 40px 30px 40px 30px;
        /*margin-bottom: 0px;
        border-radius: 0px;*/
    }
    .pb-0-mob{
        padding-bottom: 0 !important;
    }
    .multi-cloud-form-copy h2{
        font-size: 32px !important;
    }
    .multi-cloud-form-copy .vc_column-inner{
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .multi-cloud-form-copy .text-div{
        width: 100% !important;
    }
    .vertical-tab-accordian-mobile img{
      background: none;
      box-shadow: none;
    }
    .product-video-section .no-margin-mobile{
      margin: 0px !important;
    }
  
  }
  @media only screen and (min-width: 1279px){
      .hidden-desktop-large {
          display: none !important;
      }
  }
  
  @media only screen and (max-width: 567px){
    .sort-resource-button{
        width: 100%;
    }
    .resources-slider .owl-nav {
        top: 10px;
    }
    .resources-slider {
        padding-top: 60px !important;
    }
  }

  @media screen and (max-width: 480px){
    #main .mktoForm select.mktoField, .mktoForm .mktoFieldWrap>select.mktoField{
      padding: 10px 15px !important;
    }
    #main .product-hero-section{
      background: url('https://www.infoblox.com/wp-content/uploads/products-template-hero-banner-mobile.svg') no-repeat center center / cover !important;
    }
  }
  /* @media screen and (max-width: 280px){
    .c-breadcrumbs > span > span > a::before{
        display: none;
    }
  } */
  .vertical-tab-section-dark-bg .vc_tta-panel-body{
      position: relative;
  }
  @media screen and (min-width: 300px) and (max-width: 450px){
    span.ult-span-text{
      font-size: 0.8em !important;
    }
  }