@font-face { 
  font-family: CircularStdBook; 
  font-weight: normal;     
  src: url("../fonts/CircularStd-Book.otf") format("opentype");     
}
html { 
  scroll-behavior: smooth;
  height:100%;
}
body { 
  font-family: 'CircularStdBook' !important;
  margin:0 auto;
  min-height: 100%; 
  background: #ffffff;
  color:#333333 !important; 
  font-size: 14px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: auto;
} 
body p {
  letter-spacing: 0px;
  margin-bottom:0;
}

.modal-open {
  position: absolute;
  left: 0;
  right: 0;
  top: -250px;
  bottom:0;
}


body.doclib-page .footer-holder {
position:absolute;
bottom:0;
}
header.header.modal-header-opened {
  position: fixed;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
  /*list-style: none; */ /*Ajay*/
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}  

.dialog-off-canvas-main-canvas {
    overflow-x: hidden;
}


h2 {
  color: #AB1236;
  border-bottom: 1px solid grey;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  padding: 0 10px 8px;
}  
h3{
  color:#E54A35;
  font-size: 16px !important;
  font-weight:700 !important;
  padding: 0 0 5px; 
  text-transform: uppercase;
}  
h5{ 
  color: #181717;
  font-size: 18px;
  letter-spacing:0px;
  font-weight:600;
}
.hidden{
  display: none;
}    
.btn-blue{ 
  background-color: #071D52; 
  color:#fff;
  padding: 10px 0 10px 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0px;
  border-top-color: #071D52;
  border-bottom-color: #071D52;
  border-left-color: #071D52;
  border-right-color: #071D52;
  text-decoration: none;
  display: inline-block;
}

/* header css start here */
.header {
    width: 100%;
    height: auto; 
    /*box-shadow: -5px -5px 5px 8px #ff000036;*/
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}




.home_header {
    margin: 0px 30px;
    display:flex;
}

.header #navbarSupportedContent .menu {
    list-style-type: none;
    margin:0 auto;
}

.wrapper-overview-front-section .home-overview-wrapper {
    padding: 0!important;
}
.header .navbar .menu-item {
    padding: 5px 20px;
}
.header .brand img{
    width:200px;
} 

.header .navbar .menu-item:not(:first-child) {
    margin-left: 2rem;
}   
.header .navbar .menu-item a { 
    font-size: 14px; 
    font-weight: bold; 
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.64px;
    line-height: 14px; 
    padding:0;
} 

.header .navbar .menu-item a:hover {
    border-bottom: 2px solid #ab1236; 
    padding:0;
}

.nav-link.active {
  border-bottom: 2px solid #ab1236 !important;
  padding:0;
}


.navbar-fixed {
    top: 0;
    z-index: 100;
    position: sticky;  
    width: 100%;
    background-color:rgb(171,18,54);
} 

.header .navbar .wrapper.nav-link {
    margin: 0;
    padding: 0;
    float: right;
}

button.btn.btn-light.lst-btn {
    color: #AB1236;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 6px;
    height: 30px;
}

ul.menu {
    display: inline-flex;
}

nav.navbar.navbar-expand-lg.main-nav {
    background: #dfe3e6!important;
}

.navbar-collapse.collapse.show {
    width: 100%;
    background: #dfe3e6;
    height: 250px;
    position: absolute;
    top: 41px;
    left: 0;
    border-top: 2px solid #ab1236;
}


/*=====================SUBMENU========================*/
.container-fluid.sub-navbar {
    margin-left:-10px;
    padding:0;
}

.sub_menu {
    list-style-type: none;
  padding: 40px 0px 0px;
  overflow: hidden;
  float:right;
}

.sub-navbar .sub_menu .sub_menu-item {
    float: left;
    padding-left: 20px;
}

.sub-navbar .sub_menu .sub_menu-item a{
 display: block;
 font-size: 14px;
color:#fff!important;
 font-weight: normal;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.63px;
 padding-top:5px;
}

/* header css end here */
/* footer css start here */
.footer-holder {
    background-color:rgb(171,18,54);
    height: auto;
    padding:15px;
    /*position: absolute;*/
    width: 100%;
    
} 

.footer-holder ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.68px;
}

.ftr-copyright {
    color: #fff;
    padding: 15px 0px 0px;
    font-size: 14px;
}

.footer-left{
    float:left;
}
.footer-social{
    display: inline-block;
    padding: 15px 0px 0px;
}

.footer-social .follow-us p{
    color:#ffffff;
    opacity:0.6;
    letter-spacing: 0;
}
.footer-left ul,
.footer-social ul {
    margin: 0 auto;
    padding:0 0;  
} 

.footer-bottom {
    font-size: 12px;
}
.footer-bottom-left {
    float:left;
    margin: 5px auto 20px; 
}
.footer-bottom-right { 
    display: inline-block;
}
.footer-bottom-left p,
.footer-bottom-right ul {
    color:#ffffff; 
    opacity: 0.65;  
}
.footer-bottom-left p {
    margin: 0 auto 10px;
}
.footer-bottom-social ul {
    display: inline-flex;
    padding: 0 0;
    position: relative;
    top: -10px;
    bottom: auto; 
}
.footer-bottom-social ul li {
    opacity: 0.8; 
    margin:0 auto;
}
.footer-bottom-social ul li a {
    border-bottom:1px solid #ffffff;
    padding: 2px 0;
}
.footer-bottom-social ul li{
    border-right: 1px solid #ffffff;
    padding: 0 6px 0; 
}
.footer-bottom-social ul li:last-child() {
    margin-left: 4px; 
    border-right: none;
}
.footer-left li {
    display:inline-block; 
    /* padding: 0 50px 0 0;  */
    padding: 0 16px 0 0; 
    color:#ffffff;
    /* opacity: 0.65; */ 
    font-size: 12px;    
}
.footer-social li {
    padding:0 10px;    
    opacity: 0.8;
}
.footer-social li a {
    color:#ffffff;
    text-decoration: none;
}
.footer-social .social-icon  {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    padding: 2px 7px;
    opacity: 1;
    margin: -4px 5px 0;
}
.footer-social .linkedin a {
    opacity: 1; 
}
.footer-social .linkedin i::before {
    content: '\f0e1';   
} 
.footer-social .facebook {
    padding: 2px 8px; 
}
.footer-social .facebook i::before {
    content: '\f09a';     
}   
.footer-social .twitter i::before {
    content: '\f099';    
}   
.footer-social .instagram i::before {
    content: '\f16d';     
}   


/* footer css end here */

/*Floating CSS Start*/
@keyframes fade-in-up {
   0% {
     opacity: 0;
   }
   100% {
     transform: translateY(0);
     opacity: 1;
   }
} 
.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 260px;
  height: 145px;
  animation: fade-in-up .25s ease forwards;
  z-index: 999;
} 
/*Floating CSS End*/


/*=======LOGIN START========*/

form.user-login-form
{
  width: 500px;
  margin: 10% auto;
  overflow: hidden;
  box-shadow: 0px 2px 11px 1px #E54A35;
  border: 1px solid #E54A35;
  border-radius: 10px;
  min-height: 300px;
  padding: 23px;
  background-color: #fff;
}

.form-item-name.js-form-item-name input,
.js-form-type-password.form-item-pass.js-form-item-pass input
{
  margin-top: .25rem;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1.4px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.form-item-name.js-form-item-name input:focus-visible,
.js-form-type-password.form-item-pass.js-form-item-pass input:focus-visible
{
  outline: 0;
}

.user-login-form .description
{
  font-size: 12px;
  color: #E54A35;
  letter-spacing: 1.3px;
  font-weight: normal;
  padding-top: 7px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name,
.js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass {
    margin-top: 20px;
}
  
.user-login-form input.button.js-form-submit.form-submit {  
  text-align: center;
  padding: 10px;
  width: 120px;
  background-color: #E54A35;
  border: 1px solid #E54A35;
  color: #fff;
  margin: 25px auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  display: block;
  border-radius: 4px;
  text-transform: uppercase;
}
/*=======LOGIN End==========*/

/*css for - Other content section*/
.social-links.other-content_popup-cls {
  background: #DDDEE0;
  position: relative;
  right: 17px;
  width: 812px;
  padding:20px 0px 0px 26px;
  height:85px;
  max-height:150px;
  max-width:941px;
  top:10px;
}
.social-links.other-content_popup-cls .link-list {
    display: inline-flex;
    margin:0;
    padding:0;
}

.social-links.other-content_popup-cls .link-list .link-list--item {
  margin-left:-5px;
}

.social-links.other-content_popup-cls .link-list .link-list--item a{
    font-size: 20px;
    color: #ab1236;
    padding:6px;
}
.other-content-block-container-class .other-content-header-title {
    color: #ab1236;
    font-size: 40px;
    letter-spacing: 6px;
    font-weight: normal;
    margin: 50px 0px 0px;
    padding-left: 50px;
    text-transform: uppercase;
}

.other-content-block-container-class .hexagon-container {
  padding-left: 10px;
  max-width: 1350px;  
  margin:0 auto;
}

.wrapper-othercontent-front-section {
  padding-bottom: 100px;
}

.other-content-block-container-class .other-content-description p {
  font-size: 14px;
  /*line-height: 20px;*/
}
.other-content-block-container-class .owl-item.active {
  display: flex;
  justify-content: center;
}

.other-content-block-container-class .hexagon-container .hexagon-item.hexa-width-cls,
.other-content-block-container-class .hexagon-item-oc
 {
    background: url(../images/unactive-hexa.svg);
    background-size: cover;
    margin-bottom: 10px;
    float: left;
    height: 350px;
    width: 334px;
    padding: 30px 30px;
    position: relative;
     left: 1.5px;
}
.other-content-block-container-class .slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  color: #ab1236;
  /*background: #e0dcdd;    */
  background-blend-mode: screen;
  font-size: 20px;
  border-radius: 50px;
  /*width: 30px;
  height: 30px;*/
  width: 15px;
  height: 100px;
  transition: 0.15s all ease-in-out;    
}
.other-content-block-container-class .slider.owl-carousel .owl-nav button:hover {
  /*background:#ab1236;*/
  cursor:pointer;
  transition: 0.15s all ease-in-out;  
}
.owl-nav button.owl-prev {
  left: 5px; 
}
.owl-nav button.owl-next {
  right: 5px;  
}
.other-content-block-container-class .hexagon-container .hexagon-item:hover,
.other-content-block-container-class .hexagon-item-oc:hover
 {
    background: url(../images/redActive.svg);   
    background-size: cover;
    margin-bottom: 10px;
    float: left;
    height: 350px;
    width: 334px;
    padding: 30px 30px;
    position: relative;
    left: 1.5px;
}


.other-content-block-container-class .other-content-title {
    text-align: center;
    line-height: 21px;
    margin-top: 35px;
    color: #ab1236;
    font-size: 16px;
    padding-left: 70px;
    font-weight: bold;
    width: 200px;    
    height: 40px;
    overflow: hidden;    
}

.other-content-block-container-class .other-content-description {
    text-align: center;    
    height: 175px;       
    line-height: 22px;
    overflow: hidden;
}
.other-content-block-container-class .more-link-other-content a {
  text-decoration: none;
  color: #ab1236;
  font-weight: bold;
  font-size: 16px;
}
.other-content-block-container-class .more-link-other-content {
  text-align: center;  
 
}

.enduring-frontEndPop  button.ui-dialog-titlebar-close:after,
.enduring-frontEndPop  button.ui-dialog-titlebar-close:before {
 content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 20px;
    display: block;
    font-weight: bold;
    top: -2px;
    right: 2px;
    color: white;
}
.enduring-frontEndPop .ui-dialog-titlebar.ui-widget-header {
  background: #ab1236;
    color: #fff;
    border: #ab1236;
    border-radius: 0;
}
/*.enduring-frontEndPop  button.ui-dialog-titlebar-close:before {
  transform: rotate(45deg);
}*/
.enduring-frontEndPop .views-field-field-other-content-image img {
  width:100%;
  height: 510px;
  padding-top:12px;
}
/*.enduring-frontEndPop  button.ui-dialog-titlebar-close:after {
  transform: rotate(-45deg);
}*/
.enduring-frontEndPop button.ui-dialog-titlebar-close {
   position: absolute;
  right: 20px;
  top: 17px;
  background: transparent;
  width: 20px;
  height: 20px;
  border: none;
  opacity: 0.8;
}

.enduring-frontEndPop button.ui-dialog-titlebar-close i.fas.fa-times {
  display: none;
}

 .innerScroll .enduring-frontEndPop #drupal-modal {
   max-height: 100%!important;
   /* height: 460px !important;*/
 }

  .innerScroll .enduring-frontEndPop #drupal-modal::-webkit-scrollbar {
  width:0px;
}
 .innerScroll .enduring-frontEndPop {
    position: relative !important;   
    box-shadow: 0 0 5px rgba(171,18,54,.7);
    border:1px solid #ab1236;
    width:811px!important;
    /*height:611px!important;*/
    padding:0;
    top:0!important;
 }

 .innerScroll {
  overflow-y:auto;
  position:fixed;
  top:0;
  padding: 25px 0; 
  left:0;
  /*background:#fff;*/
  width:100%;
  right:0;
  bottom:0;
  z-index:1260;
}

.enduring-frontEndPop .views-field.views-field-field-other-content-description {
    padding-top: 20px;
}

.views-element-container.block.block-views.block-views-blockmanage-other-content-view-block-other-content {
    margin-top: 35px;
}




@media (min-width:320px) and (max-width:413px) {


 .home-othercontent-wrapper {
    margin-top: 30px;
  }
  .home_header {
    position: relative;
    margin:0px 10px;
    display: block;
  }

  .header .brand img {
    width: 45%;
  }

  .container-fluid.sub-navbar {
    margin-left: 0;
    bottom: 15px;
  }


.other-content-block-container-class .hexagon-container .hexagon-item.hexa-width-cls {
    margin-bottom: 0;
    left:0;
  }

 .views-field.views-field-field-other-content-description {
    padding-top: 0px;
  }

  .innerScroll .enduring-frontEndPop {
   width: 330px!important;
    max-width: 400px;
    height: auto!important;
    overflow: scroll;
    top:0!important;
  }

  .social-links.other-content_popup-cls {
  background: #DDDEE0;
  position: relative;
  right: 14px;
  width: 328px;
  padding:20px 0px 0px 26px;
  height:85px;
  max-height:150px;
  max-width:700px;
  top:10px;
  }

}

@media (min-width:320px) and (max-width:374px) { /*mohammed[25-11-2021]*/

  .overview-section-wrapper .overview p {
    font-size: 18px;
    top: 243px;
  }

  .engagement h2 {
    font-size: 24px;
  }

.social-links.other-content_popup-cls {
  width:301px;
}

}



@media (min-width:414px) and (max-width:767px) {

/*========MENU START======*/

  .home_header {
    display: block; 
    margin:0px 30px 0px 10px;
  }

  .header .brand img { 
    width:50%;
  }

  .container-fluid.sub-navbar {
    bottom:20px;
  }


  button.btn.btn-light.lst-btn {
    font-size: 13px;
  }

  .social-links.other-content_popup-cls {
  background: #DDDEE0;
  position: relative;
  right: 24px;
  width: 373px;
  padding:20px 0px 0px 26px;
  height:85px;
  max-height:150px;
  max-width:700px;
  top:10px;
  }

 /*=======MENU END======= */

  .views-field.views-field-field-other-content-description {
    padding-top: 10px;
  }

  .innerScroll .enduring-frontEndPop {
   width: 365px!important;
    max-width: 400px;
    height: auto!important;
    overflow: scroll;
    top:0!important;
  }

  .other-content-block-container-class .other-content-description {
    text-align: center;
    margin-top: 10px;
    height: 175px;
    line-height: 22px;
    overflow: hidden;
  }


  .other-content-block-container-class .hexagon-container .hexagon-item.hexa-width-cls, 
  .other-content-block-container-class .hexagon-item-oc {
        left:0;
    } 
  .home-engagement-wrapper,
  .home-ourplan-wrapper,
  .home-othercontent-wrapper {
    margin-top: 50px !important;
  }

}


@media (max-width:768px) {

  .container-fluid.sub-navbar {
     margin-left: 0px; 
  }
  .other-content-block-container-class .hexagon-container {
    display: flex;justify-content: center;flex-wrap: wrap;
  }

  .innerScroll .enduring-frontEndPop {
    position: fixed;
    height: 100%;  
    top: 33.4975px;
    left: 0px;
    margin: 0 20px;
    right: 0;
  }

.innerScroll .enduring-frontEndPop img {
    width:100%!important;
    height: auto!important;
  } 

  .wrapper-othercontent-front-section {
    margin-bottom: 150px!important;
}
}

@media(min-width: 1450px) {
  .wrapper-othercontent-front-section {
    margin-bottom: 200px !important;
  }
  .hus_modal_feedback .js-form-item-field-can-we-connect-back-value label.option:after { /*Ajay-checkbox*/
    margin-left: 35px;
  }
}
@media (min-width:769px) and (max-width:1024px) {
  .wrapper-othercontent-front-section {
    margin-bottom: 650px !important;
  }
}
/**
* Media Query for Menu section
*/
@media (min-width:0px) and (max-width:991px) {
	.header .menu {
	    position: unset;
	}

  .navbar-light .navbar-toggler {
    color: transparent !important;
    border-color: unset !important;
  }

  .navbar-light button.navbar-toggler[aria-expanded=false] span {
    display: block;
  }

  .navbar-light button.navbar-toggler[aria-expanded=false] i,
  .navbar-light button.navbar-toggler[aria-expanded=true] span {
    display: none;
  }

  .navbar-light button.navbar-toggler[aria-expanded=true] i {
    color: #656668;
    font-size: 25px;
    vertical-align: middle;
    display: block;
    margin-left: 5px;
    margin-top: 2px;
  }

	.header .navbar .menu-item {
	    padding: 10px 15px;
	    display: block;
	    width: 100%;
	    margin: 0 !important;
	}

	.header .navbar .menu-item a {
     /* padding: 15px 0px;*/
      margin-left: 10px;
  } 

  .header .navbar .menu-item a:hover {
    border-bottom: 0;
    padding: 0;
  }
  .nav-link.active {
    border-bottom: 0px solid #ab1236 !important;
    padding: 15px 10px;
    margin-left: 10px!important;
    color:#ab1236!important;
  }

  nav.navbar.navbar-expand-lg.main-nav {
    background: #fff!important;
    box-shadow: 7px 4px 10px #ab1236;
    padding-left:0px;
    height:50px;
  }

  .sub_menu {
    float:right;
    padding:0;
  }

  .sub-navbar .sub_menu .sub_menu-item {
    float: none;
    padding-left:12px;
    display: inline-block;
    padding: 4px 10px 0px 10px;
  }

  .sub-navbar .sub_menu .sub_menu-item a {
    font-size: 13px;
  }

  .other-content-block-container-class .hexagon-container .hexagon-item.hexa-width-cls, 
  .other-content-block-container-class .hexagon-item-oc {
    left: 0px;
    margin-bottom: 0px; /*////Mohammed*/
  }

  .navbar-collapse.collapse.show {
    background-color: #fff;
    box-shadow: 7px 4px 10px #ab1236;
    border-top:0;
    height:auto;
    top:50px;
    padding:15px 0px;
  }

  button.btn.btn-light.lst-btn {
    font-size: 12px;
    right: 0;
    padding:5px;
    top:12px;
  }

  .other-content-block-container-class .other-content-header-title {
    font-size: 30px;
    margin:0px 0px 0px;
    font-weight: bold;
    padding-left:0px;
    text-align: center;
  }

  .modal-open {
    bottom:0;
  }


  .body-section [about="/terms-and-condition"],
  .body-section [about="/privacy-policy"],
  .body-section [about="/legal"] {
    margin-bottom: 10px;
}

body.docLib-page .footer-holder {
  position: absolute;bottom: 0;
}

}


@media (min-width:768px) and (max-width:991px) {

  /*=========MENU START========*/

  .home_header {
    margin:0;
  }


  .sub-navbar .sub_menu .sub_menu-item a {
    font-size: 12px;
    text-transform: uppercase;
  }

  .sub-navbar .sub_menu .sub_menu-item {
    float: left;
    padding: 6px 16px 0px 0px;
  }

  button.btn.btn-light.lst-btn {
    font-size: 12px;
    right: 0;
    padding-left: 6px;
    text-transform: uppercase;
    top:-2px;
  }

  nav.navbar.navbar-expand-lg.main-nav {
    background-color: #fff!important;
  }

  .sub_menu {
    float: right;
  }

  .container-fluid.sub-navbar {
    padding-top:35px;
  }

  /*======MENU END=====*/

  .innerScroll .enduring-frontEndPop {
    height: auto!important;
    width: 600px!important;
    margin: 0 auto;
  }

.innerScroll .enduring-frontEndPop img {
    width:100%!important;
    height: auto!important;
}

.views-field.views-field-field-other-content-description {
    padding-top: 10px;
}

.innerScroll .enduring-frontEndPop #drupal-modal {
    height: auto!important;
}

.enduring-frontEndPop button.ui-dialog-titlebar-close {
    right: 13px;
    }

  .social-links.other-content_popup-cls {
  right: 26px;
  width: 608px;
  }

  .empty-result {
    padding: 43% 0%;
    text-align: center;
  }

   .hex-footer { /*////mohammed*/
    position: absolute;
    bottom: 40px;
    right: 43%;
  }


.modal-open {
  bottom:0;
}
}

@media (min-width:769px) and (max-width:1349px) {

  button.btn.btn-light.lst-btn {
    right:-92px;
  }

  .other-content-block-container-class .hexagon-container {
    display: flex;justify-content: center;flex-wrap: wrap;
  }

  .innerScroll .enduring-frontEndPop {
    top:50px!important;
  }

  .social-links.other-content_popup-cls  {
    right:25px;
    width:820px;
  }

}

@media (min-width:1021px) and (max-width:1024px) {
  .other-content-block-container-class .other-content-header-title {
    margin:60px 0px 0px 0px;
  }
  

body.docLib-page  .footer-holder {
  position: absolute;bottom: 0;
}

  .modal-open {
    bottom:0;
  }
}


/*Css  Section - for - Our Plan @j*/


.ajax-progress-throbber { display: none;}


.block-our-plan-block {
    margin-top: 35px;
}

.our-plan-panel-desc .tab-pane {
    padding: 50px;
    min-width: 500px;
    max-width: 500px;
    width:auto;
    height: 520px;
    margin:1rem auto;
    overflow: hidden;
    background:url(../images/hexagonbig.svg);    
    background-repeat: no-repeat;
    background-size: cover;   
}

.our-plan-panel-desc {  
    width: auto;
    height: 575px;
    margin-left:75px;
}

.our-plan-panel-desc .tab-pane .our-plan-desc-cls {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 15px;
    color: #333333;
    padding: 28px 0px;
    font-weight: normal;
    position: relative;
    top: 30px;
    left:10px;
}

.hex-footer {
    padding: 10px 0px 0px 0px;
}

.honeycomb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(34.375px);
  margin-left: 40px;
}
.honeycomb-cell {
  flex: 0 1 130px;
  max-width: 130px;
  height: 50px;
  margin: 10px 0px 50px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.honeycomb-cell { max-width:136px; }


.our-plan-container .hexagrids{
margin-top: -50px;
margin-bottom: 100px; 
}

.honeycomb-cell__title {
    width: 135px;
    height: 145px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/unactive-hexa.svg) no-repeat center;
    margin-right: 5px;
    text-transform: uppercase;
    cursor: pointer;   
    font-size: 0.6rem;
    text-decoration: none;
    background-size: cover;
}
.honeycomb-cell__title img {
  width: 35px;
  height: 35px;
}
.honeycomb-cell__title img.ourPlan_logo {
  filter: invert(59%) sepia(6%) saturate(151%) hue-rotate(161deg) brightness(92%) contrast(88%);
}
.hex-footer img.ourPlan_logo {
  filter: invert(86%) sepia(5%) saturate(123%) hue-rotate(161deg) brightness(96%) contrast(89%);  
}
.honeycomb-cell__title span {
  width:82%;
  color:#888B8D;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 35px;
}
.honeycomb-cell__title.active {
    background: url(../images/active-hexa.svg) no-repeat center; 
    background-size: cover;  
}

.our-plan-panel-desc .our-plan-title{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 22px;
    top: 2.5rem;
    color: #ab1236;
    position: relative;
    font-weight: bold;
    left: 55px;
    width: 300px;
}

.mainTitleOurplan {
  color: #ab1236;
  font-size: 40px;
  letter-spacing: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.subTitleOurplan {
  color: #ab1236;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: normal;
  padding-left: 47px;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
  

}


.ourPlan_logo,
.hex-footer img.ourPlan_logo {
  width:40px;
  height: 40px;
}
.hex-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.dismiss-desc-polygon.btn-close {
    border: 2px solid #888b8d;
    padding: 8px;
    font-size: 8px;    
    display: inline-block;
    border-radius: 50px;
}

.our-plan-container {
    top:30px;
    margin-bottom: 70px;
    position: relative;    
}
.read-more-right-align {
    display: block;
    margin:8px 0;
    text-align: center;
    text-decoration: none;
    color:#ab1236;
    font-size: 14px;
    font-weight: bold;
  }

  .read-more-right-align:hover {
    color:#ab1236;
  }

.closeBtnContainer {
  position: relative;
  text-align: center;
}

.our-plan-container .hexagrids {
  margin-top: -50px;
}
.honeycomb-cell__title span:nth-child(2) {
    font-size: 10px;
    padding: 4px 0;
    letter-spacing: 0.8px;
}

@media (max-width: 350px) {
  .honeycomb-cell:nth-child(5n+4) {
    margin-left: 30px;
  }
  .modal-open { 
	bottom:0;
   }
  .honeycomb-cell:nth-child(5n+1) { margin-left:58px; }
  .our-plan-container {
    background-position: 0% 0%;
    padding-bottom: 30px;
    height: auto;
    padding-top: 30px;
  }
  .our-plan-container .hexagrids {
     margin-bottom: 100px; 
  }
  .our-plan-panel-desc .tab-pane {
    height: auto;
    max-height: 100vh;
  }
}
@media (min-width: 350px) and (max-width: 575px) {

  .mainTitleOurplan {
    text-align: center; 
  }

  .subTitleOurplan {
     padding-left: 0px; 
     margin-top:10px;
}

.our_plan_header {
    margin-top: 30px;
}
.home-othercontent-wrapper {
  margin-top: 30px;
}

 .honeycomb-cell:nth-child(7n+5) {
    margin-left: 30px;
  }
  
  .our-plan-panel-desc .tab-pane { 
    max-width:100%;
    min-width:100%;
    width:auto;
    background:#fff;
    border-radius: 15px;
    padding: 10px;
  }

 .honeycomb-cell:nth-child(7n+1) {
    margin-left: -6px;
  }
  .honeycomb {
    max-width: 300px;
    margin:auto;
	width:auto;	
  }

  .honeycomb-cell__title span:nth-child(2) {
    font-size: 7px;
    padding: 0;
     letter-spacing: 0px; 
}
  .honeycomb-cell__title span {
      width: 82%;
      hyphens: auto;
      font-size: 80%;
      max-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .honeycomb-cell__title img {
      width: 20px;
      height: 20px;
  }
  .honeycomb-cell__title {
      width: 80px;
      height: 90px;
  }
  .honeycomb-cell {
      flex: 0 1 76px;
      max-width: 76px;
      margin: 10px 0px 40px;
      height: 0;
  }
  .our-plan-panel-desc .our-plan-title {
    top:0.75rem;
    line-height: 20px;
    position: relative;
    font-weight: bold;
    left: 0;
    width:100%;
    max-width: 350px;
  }

  .closeBtnContainer {
    position: relative;
    left: 0px;
    text-align: center;
}
  .our-plan-panel-desc .tab-pane .our-plan-desc-cls {
    padding-top: :1rem;  
    position: relative;
    top: 0;
    left: 0;
  }
  .our-plan-panel-desc {
    height:auto;
    margin-bottom: 20px;
    margin: 0 auto;
    width: 95% !important;
  }

  .our-plan-container {
    background-position: 0% 0%;
    padding-bottom: 30px;
    height: auto;
    padding-top: 0px;
  }
  .our-plan-container .hexagrids {
     margin-bottom: 100px; 
   }
  
  .our-plan-panel-desc .tab-pane {
    height: auto;
    max-height: 100vh;
  }
  .modal-open { 
bottom:0;
}
}
@media all and (max-width: 349px) {
   .mainTitleOurplan {
        text-align: center; 
      }
	  .modal-open { 
		bottom:0;
	}
   .innerScroll .enduring-frontEndPop,
   .document_popup {
      max-width: 95% !important;
      width:95% !important;
      margin: 0 auto !important;
   }

      .subTitleOurplan {
         padding-left: 0px; 
         margin-top:10px;
    }

    .our_plan_header {
        margin-top: 30px;
    }

     .honeycomb-cell:nth-child(5n+4) {
        margin-left: 40px;
      }
      .other-content-block-container-class .other-content-header-title {
        font-size: 22px;
        letter-spacing: 3px;
      }
      .mainTitleOurplan {
        font-size: 30px;
        letter-spacing: 3px;
      }      
      .subTitleOurplan {       
        font-size: 16px;
        letter-spacing: 3px;
        text-align: center;        
      }
      .our-plan-panel-desc .tab-pane { 
        max-width:100%;
        min-width:100%;
        width:auto;
        background:#fff;
        border-radius: 15px;
        padding: 10px;
      }

     .honeycomb-cell:nth-child(5n+1) {
        margin-left: -6px;
      }
      .honeycomb {
        max-width: 300px;
        margin-left:0;
      }

      .honeycomb-cell__title span:nth-child(2) {
        font-size: 7px;
        padding: 0;
         letter-spacing: 0px; 
    }
      .honeycomb-cell__title span {
          width: 82%;
          hyphens: auto;
          font-size: 80%;
          max-height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .honeycomb-cell__title img {
          width: 20px;
          height: 20px;
      }
      .honeycomb-cell__title {
          width: 80px;
          height: 90px;
      }
      .honeycomb-cell {
          flex: 0 1 80px;
          max-width: 80px;
          margin: 10px 0px 45px;
          height: 0;
      }
      .our-plan-panel-desc .our-plan-title {
        top:0.75rem;
        line-height: 20px;
        position: relative;
        font-weight: bold;
        left: 0px;
        width:100%;        
      }

      .closeBtnContainer {
        position: relative;
        left: 0px;
        text-align: center;
    }
      .our-plan-panel-desc .tab-pane .our-plan-desc-cls {
        padding-top: :1rem;  
        position: relative;
        top: 0;
        left: 0;
      }
      .our-plan-panel-desc {
        height:auto;
        margin-bottom: 20px;
        margin: 0 auto;
        width: 95% !important;
      }

      .our-plan-container {
        background-position: 0% 0%;
        padding-bottom: 30px;
        height: auto;
        padding-top: 0px;
      }
      .our-plan-container .hexagrids {
         margin-bottom: 100px; 
       }
      
      .our-plan-panel-desc .tab-pane {
        height: auto;
        max-height: 1000px;
      }
	  
} 
@media (min-width: 576px) and (max-width: 991px) {
  .honeycomb-cell:nth-child(7n+5) {  
    margin-left: 70px;
    
  }
  .modal-open { 
	bottom:0;
  }
  .hex-footer { 
	position: absolute;
	bottom: 0;
	right: 43%;
	margin-bottom: 30px;
  }
 .honeycomb-cell:nth-child(7n+1) {
    margin-left: -6px;
  }
  .honeycomb-cell { max-width:140px; }

  .our-plan-panel-desc .our-plan-title {
    position: relative;
    font-weight: bold;
    left: 66px;
    max-width: 300px;
    width: 250px;
  }

  .our-plan-panel-desc .tab-pane .our-plan-desc-cls {
    position: relative;
    top: 20px;
    left:0;
  }

  .our-plan-panel-desc {
    margin-left: 0;
  }

.closeBtnContainer {
    position: relative;
    left: 0;
    text-align: center;
}

.mainTitleOurplan {
    margin: 0 30px;
}

.our-plan-panel-desc .tab-pane {
    padding: 50px;
    min-width: 500px;
    max-width: 500px;
    width: auto;
    height: 520px;
    margin: 0px auto;
    overflow: hidden;
    background: url(../images/hexagonbig.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.other-content-block-container-class .other-content-header-title {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom:0px;
    text-align: center;
    padding: 0;
    margin-top:1%;
  }

  .other-content-block-container-class .hexagon-container .hexagon-item.hexa-width-cls {
    margin-bottom: 0;
  }
  .other-content-block-container-class .other-content-header-title {
	margin: 0px 30px;
	text-align:left;
  }
  .block-our-plan-block { 
	margin-top:50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
 
  .honeycomb-cell:nth-child(5n+4) {
    margin-left: 60px;
  }
  .modal-open { 
  bottom:0;
 }
 .honeycomb-cell:nth-child(5n+1) {
    margin-left: -4px;
  }
  .honeycomb-cell { max-width:130px; }
  

 .our-plan-panel-desc .our-plan-title {
    position: relative;
    font-weight: bold;
    left: 66px;
    max-width: 300px;
    width: 250px;
  }
   .our-plan-panel-desc .tab-pane .our-plan-desc-cls {
    position: relative;
    top: 20px;
    left:0;
}

.closeBtnContainer {
    position: relative;
    left: 0;
    text-align: center;
}

.our-plan-panel-desc {
     margin-left: 0px; 
}
}
@media (min-width: 1200px) {
  .honeycomb-cell:nth-child(7n+5) {  
    margin-left: 58.5px;
    
  }
 .honeycomb-cell:nth-child(7n+1) {
    margin-left: -6px;
  }
  .hexagridDetails {
    margin-top: -135px !important;
	display: inline-block;width: auto !important;float: left;
  }


  .hex-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0px;
    position: absolute;
    right: 43%;
    bottom: 0px;
  }

}
.more_lnk_ourplan {
  min-width: 68px;
  min-height: 35px;
}

.engagement_section .ajax-progress {
  display: none;
}
/*CSS - Ajay = 22/11/21*/
.enduring-frontEndPop ol {
  list-style: auto;
}
.enduring-frontEndPop ul {
  list-style: none;
}

.enduring-frontEndPop.ui-widget {
  font-family: 'CircularStdBook' !important; 
}
.enduring-frontEndPop.ui-widget a {
  color:#ab1236;
}
.enduring-frontEndPop.ui-widget a:hover {
  color:#ab1236;
}
strong.strongTitle {
  color:#ab1236;
}
/*CSS - Ajay = 22/11/21*/
/*Css section - for - Our Plan - end @j*/







/*====================================NAVIGATION START=================*/

@media(min-width:1450px) {  
  .overview-section-wrapper .overview p {
    position: absolute;
    top: 207px;
    left: 2.5%;
  }
  .social-links.other-content_popup-cls {
	width:811px;
  } 
  .honeycomb-cell:nth-child(7n+5) { margin-left:63px; }
  .modal-open { 
	bottom:0;
  }
  body.doclib-page .footer-holder {
	position:absolute;
	bottom:0;
  }

	.wrapper-content-section
   {
	min-height:600px !important;
   }
}
@media(min-width:1498px) and (max-width:1500) { .honeycomb-cell { max-width: 138px; } .modal-open { bottom:0;}}

@media (min-width: 1024px) {
	.hex-footer { /*mohammed*/
    position: absolute;
    bottom: 40px;
    right: 43%;
	}
}
@media(min-width: 360px) and (max-width: 374px) { 

.social-links .other-content_popup-cls {
width:328px;
}
}

.wrapper-content-section
{
min-height:500px;
}
.wrapper-document-library-section{
	min-height:700px;
}

div.homepage-main-wrapper *,div.dialog-off-canvas-main-canvas * {
  animation-duration: 2s !important; 
}

.document-list-content h3{
	text-transform:none !important;
}	

/*============================TERMS AND CONDITION============================*/

.body-section [about="/terms-and-condition"] {
    margin-bottom: 150px;
}

.body-section [about="/terms-and-condition"] h2 {
  text-align: center;
  padding:15px 0px;
  border-bottom:0px;
  font-weight: bold;
}

.body-section [about="/terms-and-condition"] p {
  font-size: 14px;
  margin:0px 30px;
  padding:5px 0px;
}


.body-section [about="/terms-and-condition"] h4 {
  margin:10px 30px 5px 30px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color:#ab1236;
  font-weight: bold;
}

.body-section [about="/terms-and-condition"] ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.body-section [about="/terms-and-condition"] ul li:before { 
/*.body-section [about="/terms-and-condition"] ol li:before {*/ /*Ajay-1Dec*/

    /*margin: 10px auto;*/ /*[mohammed-dec1]*/
    content: "";
    display: inline-block;
    background-color: #ab1236;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    /*margin-left: 10px;*/ /*[mohammed-dec1]*/
    padding: 0 0;
    float: left;
    text-indent: 0em;
    clear: both;
    margin-right: 10px;/*[mohammed-dec1]*/
    margin-top: 4px;/*[mohammed-dec1]*/
}

/*[mohammed-dec1]*/
.body-section [about="/terms-and-condition"] ol li { 
  margin-left:22px;
}

.body-section [about="/terms-and-condition"] ol li p { 
  margin-left:0;
}


/*======================END========================*/

/*================================Accessibility============================*/
/*Ajay-1Dec*/
.body-section [about="/accessibility"] {
    margin-bottom: 150px;
}

.body-section [about="/accessibility"] h2 {
  text-align: center;
  padding:15px 0px;
  border-bottom:0px;
  font-weight: bold;
}
.body-section [about="/accessibility"] h3 {
  color:#ab1236;
  padding:15px 0px;  
  margin:0px 30px;  
}
.body-section [about="/accessibility"] p {
  font-size: 14px;
  margin:0px 30px;
  padding:5px 0px;
}

.body-section [about="/accessibility"] h4 {
  margin:10px 30px 5px 30px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color:#ab1236;
  font-weight: bold;
}

.body-section [about="/accessibility"] ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.body-section [about="/accessibility"] ul li:before {
    margin: 10px auto;
    content: "";
    display: inline-block;
    background-color: #ab1236;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 0 0;
    float: left;
    text-indent: 0em;
    clear: both;
}
/*===============END====================*/
/*==================PRIVACY POLICY END====================*/

.body-section [about="/privacy-policy"] {
    margin-bottom: 150px;
}

.body-section [about="/privacy-policy"] h2 {
  text-align: center;
  padding:15px 0px;
  border-bottom:0px;
  font-weight: bold;
}

.body-section [about="/privacy-policy"] p {
  font-size: 14px;
  margin:0px 30px;
  padding:5px 0px;
}


.body-section [about="/privacy-policy"] h4 {
  margin:10px 30px 5px 30px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color:#ab1236;
  font-weight: bold;
}

.body-section [about="/privacy-policy"] ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.body-section [about="/privacy-policy"] ul li:before { 
/*.body-section [about="/privacy-policy"] ol li:before {*//*Ajay-1Dec*/
  
   /*margin: 10px auto;*/ /*[mohammed-dec1]*/
    content: "";
    display: inline-block;
    background-color: #ab1236;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    /*margin-left: 10px;*/ /*[mohammed-dec1]*/
    padding: 0 0;
    float: left;
    text-indent: 0em;
    clear: both;
    margin-right: 10px;/*[mohammed-dec1]*/
    margin-top: 4px;/*[mohammed-dec1]*/
}

/*[mohammed-dec1]*/
.body-section [about="/privacy-policy"] ol li { 
  margin-left:22px;
}

.body-section [about="/privacy-policy"] ol li p { 
  margin-left:0;
}

/*==================PRIVACY POLICY END====================*/

/*==================LEGAL START====================*/
.body-section [about="/legal"] .legaladdress div { /*For - Legal section*//*Ajay-1Dec*/
  font-size: 14px;
  margin:0px 30px;  
}

.body-section [about="/legal"] {
  margin-bottom: 150px;
}

.body-section [about="/legal"] h2 {
  text-align: center;
  padding:15px 0px;
  border-bottom:0px;
  font-weight: bold;
}

.body-section [about="/legal"] p {
  font-size: 14px;
  margin:0px 30px;
  padding:5px 0px;
}


.body-section [about="/legal"] h4 {
  margin:10px 30px 5px 30px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color:#ab1236;
  font-weight: bold;
}

.body-section [about="/legal"] ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.body-section [about="/legal"] ul li:before {
    margin: 10px auto;
    content: "";
    display: inline-block;
    background-color: #ab1236;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 0 0;
    float: left;
    text-indent: 0em;
    clear: both;
}

/*==================LEGAL END====================*/

.blurred{
  filter: blur(5px);
  pointer-events: none;
}

