/* Standradise fonts */

body, p {
    font-family: 'Gilroy-Regular';
}

h1 {
    font-family: Gilroy-Bold;
    color: #626365;
    font-size: 39px;
}

/* .a, #btn-arrow{ */

/* fill:#626365; */

/* } */

.h1-home {
    font-size: 45px;
    font-family: 'Gilroy-ExtraBold';
}

h2, h3, h4, h5, h6 {
    font-family: Gilroy-SemiBold;
}

h2 {
    color: #818285;
}

svg {
    cursor: pointer;
}

h3, h4, h5, h6 {
    color: #626365;
}

.btn, .btn:hover {
    color: #656769;
    font-family: Gilroy-SemiBold;
    font-size: 14px;
    border-radius: 0.2rem;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

/* Standardise Fonts ends */

/* Header Starts here */

header {
    background-color: white;
}

/* Secondary Menu Starts here */

.secondary-social-icons a.nav-link {
    background-color: #ebf8f9;
    border-radius: 50%;
    margin-right: 0.5rem;
    font-size: 20px;
    transition: background-color 0.3s ease-in-out;
    width: 34px;
    text-align: center;
    padding: 0.1rem 0;
}

.secondary-social-icons-hub {
    font-size: 20px;
    width: 34px;
    text-align: center;
    padding: 0.1rem 0;
}

.secondary-social-icons a.nav-link:focus, .secondary-social-icons a.nav-link:hover, .secondary-social-icons a.nav-link:active {
    background-color: #51C4CA;
}

.secondary-social-icons a.nav-link > i {
    color: #51C4CA;
    transition: color 0.3s ease-in-out;
}

.secondary-social-icons a.nav-link:hover > i, .secondary-social-icons a.nav-link:focus > i, .secondary-social-icons a.nav-link:active > i {
    color: white;
}

.nav-link.secondary-login > span {
    position: relative;
}

/* .nav-link.secondary-login > span img:first-child { */

/* opacity: 1; */

/* transition: opacity 0.3s ease-in-out; */

/* vertical-align: middle; */

/* } */

.nav-link.secondary-login > span img:last-child {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.nav-link.secondary-login:hover > span img:first-child {
    opacity: 1;
}

.nav-link.secondary-login:hover > span img:last-child {
    opacity: 1;
    width: auto;
}

#secondary-login .login-link:hover {
    color: #51C4CA;
}

.secondary-login-text {
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
}

/* Secondary Menu Ends here */

/* Primary Menu Starts here */

.middle-menu.navbar-nav .nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-light .navbar-toggler {
    color: unset;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

/* .navbar-light .navbar-nav .nav-link:hover */

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color: #777879;
    padding: 1px 5px;
    font-weight: 500;
}

#primary-menu .nav-link:hover, #primary-menu .nav-link:focus {
    border-bottom: 2px solid #51c4ca;
    color: #51c4ca;
}

.navbar-light .navbar-toggler-icon {
    min-width: 40px;
    height: 6px;
    border-radius: 0.5rem;
    background-color: #51c4ca;
    margin: 4px 0;
    transition: all 0.3s ease;
    display: block;
    transform-origin: 0;
}

.navbar-toggler:hover > .navbar-toggler-icon {
    height: 8px;
    padding-top: 7px;
}

.nav-close .navbar-toggler-icon:nth-child(2) {
    transform: rotate(40deg);
    transform-origin: 35% 30%;
    height: 6px;
}

.nav-close .navbar-toggler-icon:last-child {
    transform: rotate(-40deg);
    transform-origin: 20% 40%;
    height: 6px;
}

#primary-menu.navbar {
    box-shadow: 0px 1px 3px #F2F2F2;
}

#bell {
    top: -20px;
    right: 0;
    color: #fdf385;
    font-size: 30px;
    background-color: #51c4ca;
    padding: 10px;
    border-radius: 50%;
}

/* Breadcrumb start */

.breadcrumb-item + .breadcrumb-item::before {
    content: url('../img/arrow-dropdown.png');
    transform: rotate(-90deg);
    font-size: 12px;
    color: #51c4ca;
}

.breadcrumb-item a {
    color: #525456;
}

/* Mobile starts */

.navbar-telephone {
    position: relative;
    border-radius: 0.5rem;
    background-color: #ebf8f93b;
}

.navbar-telephone img:first-child {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    vertical-align: middle;
}

.navbar-telephone img:last-child {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-telephone:hover img:first-child {
    opacity: 0;
}

.navbar-telephone:hover {
    background-color: #51C4CA;
}

.navbar-telephone:hover img:last-child {
    opacity: 1;
    width: auto;
}

.navbar-brand img {
    width: 200px;
}

/* Mobile ends */

/* Primary Menu Ends here */

/* Header Ends here */

/* Home Page Starts here */

body.home-page {
    background-image: url("../../assets/img/Home-Background%20S.svg?h=4358f2a80087e5f42069f1e224a4eeda");
    background-position: 140% -4%;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .sticky-form-icon {
        position: fixed;
        top: 50%;
        right: 0;
        z-index: 99999;
        transform: rotate(90deg);
        background-color: #51C4CA;
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        -webkit-transition: background-color 0.3ms ease;
        -ms-transition: background-color 0.3ms ease;
        transition: background-color 0.3ms ease;
        padding-right: 0.2rem !important;
        padding-left: 0.5rem !important;
    }
}

#sticky-form-icon-new {
    position: fixed;
    right: 0;
    top: 50%;
}

#sticky-form-icon-new {
    z-index: 99990;
}

@media (max-width: 768px) {

    #sticky-form-icon-new {
        top: inherit;
        bottom: 0;
    }

    .sticky-form-icon {
        position: fixed;
        bottom: 0%;
        width: 100%;
        height: 70px;
        right: 0;
        z-index: 99999;
        background-color: #51C4CA;
        border-radius: none;
        -webkit-transition: background-color 0.3ms ease;
        -ms-transition: background-color 0.3ms ease;
        transition: background-color 0.3ms ease;
        padding-right: 0.2rem !important;
        padding-left: 0.5rem !important;
    }
}

@media (max-width: 500px) {
    .sticky-form-icon h5 {
        font-size: 30px;
        margin: 0 20px;
    }
}

/* Workspace section starts here */

/* Dropdown find city starts here */

.find-city .dropdown-toggle {
    background-color: white;
    border: 2px solid #c2eaec;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.find-city .dropdown-toggle:hover, .find-city .dropdown-toggle:focus, .find-city .dropdown-toggle:active {
    background-color: #ebf8f9;
}

.find-city .dropdown-toggle, .find-city .dropdown-menu {
    width: 100%;
}

@media (min-width: 768px) {
    .find-city .dropdown-toggle, .find-city .dropdown-menu {
        width: 60%;
    }
}

.find-city .dropdown-toggle.show {
    border-bottom: none;
    background-color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.find-city .dropdown-menu {
    border: 2px solid #c2eaec;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    inset: -10px auto auto 0 !important;
}

.find-city .dropdown-menu .dropdown-item {
    padding: 0.375rem 0.75rem;
    border-top: 0.5px #f5f5f5;
    border-bottom: 0.5px solid #f5f5f5;
}

.find-city .dropdown-menu .dropdown-item:first-child {
    border-top: 1px solid #f5f5f5;
}

.find-city .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.find-city .dropdown-item:hover, .find-city .dropdown-item:focus, .find-city .dropdown-item.active, .find-city .dropdown-item:active {
    background-color: #ebf8f9;
}

.find-city .dropdown-toggle::after {
    /*content: ' \02C5' !important;*/
    content: url('../img/arrow-dropdown.png');
    float: right;
    border: none;
    font-size: 16px;
    color: #51c4ca;
    font-weight: bolder;
    font-family: Arial, sans-serif;
}

/* #workspace .dropdown-toggle, #workspace .dropdown-toggle:focus, #workspace .dropdown-toggle:active, #workspace.dropdown-item:hover {
  box-shadow: none;
  color: #939598;
}

#workspace .get-started {
  width: 80%;
}

@media (min-width: 768px) {
  #workspace .get-started {
    width: 35%;
  }
}

#workspace .dropdown-toggle:hover, #workspace .dropdown-toggle:active, #workspace .dropdown-item:hover {
  background-color: #ebf8f9;
}

.dropdown-menu:hover, .dropdown-menu:active {
  border-top: none;
  border: 2px solid #c2eaec;
}

.dropdown-item {
  border: 2px solid #fafafa;
}

#workspace .dropdown-toggle::after {
  content: ' \02C5' !important;
  float: right;
  border: none;
  font-size: 15px;
  color: #51c4ca;
  font-weight: 900;
}

#workspace.dropdown-item {
  border: 1px solid #f5f5f5;
}

.dropdown-toggle, .dropdown-menu {
  width: 100%;
}

@media (min-width: 768px) {
  .dropdown-toggle, .dropdown-menu {
    width: 75%;
  }
} */

/* Dropdown ends here */

/* Workspace section ends here */

/* workspace section start */

#a8 {
    background-color: #51c4ca;
}

#a8:hover {
    background-color: #F3716DC7;
}

.slider-for img, .slider-for-hub img {
    width: 100%;
}

.slider-nav .item, .slider-nav-hub .item {
    margin: 20px 10px 10px 0px;
}

.slider-nav .slick-prev {
    left: 0px;
}

.slider-nav .slick-next {
    right: 0px;
}

.autoplay-home-slider-parent .slick-next {
    right: -51px;
    top: 53px;
}

.autoplay-home-slider-parent .slick-prev {
    left: -56px;
    top: 53px;
}

.slider-nav-hub .slick-prev {
    left: 13px;
    top: 34px;
}

.slider-nav-hub .slick-next {
    right: 13px;
    top: 34px;
}

.slick-next img, .card-arrow, .btn-arrow {
    transform: rotate(180deg);
}

#scroll-section1 .slick-next img, .card-arrow, .btn-arrow, .autoplay-home-slider-parent .slick-next img {
    transform: unset;
}

/* slid edge to edge */

#slider-for-mob.slider-for-mob.slick-slide {
    margin: 0 10px;
}

.slider-for-mob .slick-list {
    margin: 0 -10px;
}

/* work24x7 */

#work24x7 p {
    font-size: 15px;
}

.work24x7 p, .work24x7 img, .work24x7 svg {
    margin: 0;
    opacity: 1;
}

.work24x7 img, .work24x7 svg {
    margin: 0;
}

.work-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.work-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.email-input-subscriber {
    border-radious: 0;
}

/* card - data section */

.card {
    border: 2px solid rgba(0, 0, 0, 0.125);
    height: 100%;
}

.email-input-subscriber .form-control {
    border: 2px solid #7cd2d7;
}

.card-style .col-md-4 .card.card-index:hover {
    border: 2px solid #F3716D;
}

.card-style .col-md-4:nth-child(2n) .card.card-index:hover {
    border: 2px solid #51C4CA;
}

.card-style .col-md-4:nth-child(3n) .card.card-index:hover {
    border: 2px solid #FFF682;
}

.card-title {
    display: flex;
}

.card-text, #offers p {
    font-size: 14px;
}

/* watch video */

@media (min-width: 768px) {
    .watch-video {
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.play-btn {
    top: 40%;
    left: 40%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #F3716DC7;
    border-radius: 50%;
    transform: scale(0.8);
}

.play-btn:hover {
    transform: scale(1);
    background: none;
    transition-duration: 1s;
}

/* learning joy */

.btn {
    border-radious: none;
}

#value-delight-btn .btn, .value-delight-btn .btn {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

@media (max-width: 576px) {
    .know-more > a {
        display: flex;
        justify-content: space-between;
    }
}

/* brand-list */

@media (max-width: 768px) {
    #brand-list .brand-img {
        width: 62px;
        height: 30px;
    }
}

/* @media (max-width: 768px) { */

/* .btn-arrow { */

/* float: end; */

/* } */

/* } */

/* brand slider verticaly fixed */

.brand-slider .slick-track, .band-row {
    display: flex;
}

.brand-slider .slick-track .slick-slide, .band-row .col-3, .band-row .col-4 {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

/* sub footer */

#sub-footer .data-915 li, .footer-social li {
    list-style: none;
    padding-top: 5px;
}

#sub-footer .data-915 li {
    padding-top: 5px;
    border-bottom: 0.5px solid #E4E4E4;
}

.footer-social li {
    padding: 0px 20px;
}

#sub-footer li a {
    text-decoration: none;
    color: #626365;
    font-size: 14px;
}

.T-and-c {
    display: flex;
    justify-content: flex-start;
}

.footer-social {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .T-and-c {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .footer-social {
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    #sub-footer .data-915 li, .footer-social li {
        border-bottom: 0.5px solid #E4E4E4;
    }
}

.T-and-c li {
    list-style: none;
    padding: 5px;
}

.T-and-c li a {
    text-decoration: none;
    color: #ffff;
    font-size: 14px;
}

footer .footer-text {
    font-size: 12px;
}

/* bbtn animation */

.toggle-nav {
    position: fixed;
    width: 100%;
    height: 470px;
    left: 0;
    z-index: 9999;
    background: #EBF8F9;
    display: none;
}

.nav-active {
    display: block;
}

#navcol-1 ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #818285;
}

.member-referral {
    background: #fff;
}

#toggle-nav a:hover {
    color: #818285;
}

.btn-hover-dark-blue {
    border-radius: 0.2rem !important;
}

.btn-hover-dark-blue:hover {
    background-color: #34a3a9;
}

/* navbar text animation */

.fromLeft:hover {
    border-left: solid 20px #019fb6;
    transform: scaleX(1);
    transition-duration: 1s;
}

/* button */

.arrow-animation::after {
    display: inline-block;
    content: url(../img/btn-arrow.svg?v13);
    margin: 2px 0px 0px 8px;
    transition-duration: 1s;
    transform-origin: 0% 10%;
    vertical-align: middle;
}

/*.card-layout .arrow-animation:hover::after {*/
/*  content: url(https://91s.flyingcursor.com/wordpress/wp-content/themes/91springboard/assets/img/btn-arrow-hover.svg?v14);*/
/*}*/

.arrow-animation:hover::after {
    transform: translateX(50%);
}

@media (max-width: 768px) {
    .arrow-animation::after {
        float: right;
    }
}

/* offers section */

/*.accordion-button, .accordion-button:not(.collapsed), .accordion-button:focus {*/
/*  border: none;*/
/*  border-radious: 0;*/
/*  box-shadow: none;*/
/*  justify-content: end;*/
/*}*/

/*.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item, .accordion-item:first-of-type .accordion-button {*/
/*  border: none;*/
/*  border-radious: 0 !important;*/
/*  border-bottom-right-radius: 0;*/
/*  border-bottom-left-radius: 0;*/
/*  border-top-left-radius: 0;*/
/*  border-top-right-radius: 0;*/
/*}*/

/*.accordion-button {*/
/*  width: 50px;*/
/*  padding: 5px 12px 10px 15px;*/
/*  margin: 0;*/
/*  right: 0%;*/
/*  position: absolute;*/
/*  bottom: -37px;*/
/*  background-color: #51c4ca!important;*/
/*}*/

/*.accordion-button:not(.collapsed)::after {*/
/*  background-image: url(../img/down-arrow.png);*/
/*  transform: rotate( 180deg );*/
/*}*/

/*.accordion-button::after {*/
/*  background-image: url(../img/down-arrow.png);*/
/*}*/

.form-data {
    background: #fff;
}

.form-input {
    outline: none;
    border: none;
    border-bottom: 1px solid #51C4CA;
    border-radius: 0;
    font-size: 12px;
}

.bg-grey {
    background-color: #E4EBF1;
}

#features ul {
    list-style: none;
}

#features li::before {
    content: '\2022';
    color: #51C4CA;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#features li::after {
    content: '\2192';
    color: #51C4CA;
    font-weight: bold;
    display: inline-block;
}

#cities .city-dropdown .city-name {
    width: 100%;
    border: 1px solid #c9cacb;
    border-radius: 0;
}

#cities .city-dropdown .show {
    border-bottom: none;
    color: #51c4ca !important;
}

#cities .dropdown-menu {
    inset: -5px auto auto 0 !important;
}

.city-name, .city-name:hover {
    font-size: 26px;
    color: #124B88;
    font-weight: 600;
}

#cities .btn, #cities .dropdown-menu, #cities .btn:focus {
    width: 100%;
    box-shadow: none;
}

#cities .city-name:after {
    content: url("../img/dropdown-drkblue.png?v6");
    color: #124B88;
    float: right;
    display: inline-block;
}

#cities .dropdown-menu {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top: none;
}

#cities .dropdown-menu {
    border-bottom: 1px solid #c9cacb !important;
}

#cities .city-name.show:after {
    content: url("../img/arrow-dropdown.png?v6");
    transform: rotate(180deg);
}

#cities .dropdown-item.active, #cities .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef;
    border: none;
}

#enterprise-intro .down-arrow, #workspace .down-arrow {
    float: right;
    display: inline-block;
}

@media (max-width: 768px) {
    .experience, #card-data .card {
        margin: 0px 10px 0px 10px;
    }
}

/* about us page
.about-banner-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
} */

.blue-box {
    height: 150px;
    background: #51C4CA1A;
}

.border-bottom-orange {
    border-bottom: 3px solid #fdf599;
    padding: 10px;
}

.border-bottom-grey {
    border-bottom: 3px solid #d0d0d0;
}

.bg-light-orange {
    background-color: #FEFACE;
}

.bg-dark-orange {
    background-color: #FCE2E2;
}

#our-values p, #about-lcp p {
    padding-top: 20px;
}

/* .experience h3 { */

/* font-weight: 100 !important; */

/* font-size: 25px; */

/* } */

/* city page start */

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

#banglore .btn {
    hover: 14px;
}

.itpl-data {
    border: 1px solid #e5e5e5;
}

.itpl-data:hover {
    border: 1px solid #51C4CA;
}

.itpl-content td {
    padding: 2px 0px;
    font-size: 12px;
    color: #939598;
}

.itpl-btn, #itpl-btn .btn, .itpl-all-btn .btn :hover {
    color: #fff !important;
    margin: 2px 2px;
}

.itpl-all-btn .btn-blue {
    background-color: #124b88;
}

.itpl-all-btn .btn-green {
    background-color: #6dbd4e;
}

.itpl-all-btn .btn:focus, .itpl-all-btn .btn, .itpl-all-btn .btn:hover {
    box-shadow: none;
    font-size: 10px;
}

.text-blue {
    color: #124b88;
}

.text-dark-gray {
    color: #cbcccc;
}

#form-data {
    border: 1px solid #f1f1f1;
    background: #fff;
}

#city-form .btn {
    border: 1px solid #51c4ca;
    color: #a1a2a3;
}

#city-form .submit .btn:hover {
    background-color: #ebf8f9;
    font-size: 14px;
}

#city-form .submit {
    text-align: end;
}

#city-form .submit .btn {
    font-family: inherit !important;
    color: #939598;
}

#city-form input, #city-form .find-city .dropdown-toggle, #city-form .find-city .dropdown-menu, #city-form .find-city .btn, #city-form .find-city .dropdown-toggle:active, #city-form .find-city .dropdown-menu:active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
    background-color: transparent;
    border-bottom: 1px solid #51c4ca;
    font-family: inherit !important;
    color: #939598;
}

@media (min-width: 768px) {
    #city-form .find-city .dropdown-toggle, #city-form .find-city .dropdown-menu {
        width: 100%;
    }
}

.form-error-msg {
    font-size: 12px;
}

#city-form .form-control, #city-form .form-control:focus {
    box-shadow: none;
    color: #939598;
}

.city-footer-bg {
    background-color: #fcfcfc;
}

.form-position {
    position: fixed;
    top: 35%;
    right: 3%;
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    background-color: white;
}

#Hub-form {
    overflow-y: scroll;
    box-sizing: content-box;
    overflow-x: hidden;
    height: 260px;
}

.city-form-position {
    overflow: hidden;
    background-color: white;
}

@media (min-width: 992px) {
  /*#city-form-data {*/
  /*  position: fixed;*/
  /*}*/
    .left-content-layout .custom-box-shadow-left-img {
        height: 100%;
    }
}

.city-form-data {
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    padding: 20px;
}

.hub-form-data {
    padding: 20px;
}

#city-form-data {
    /*overflow-y: scroll;*/
    box-sizing: content-box;
    /*height: 400px;*/
}

#city-form-data::-webkit-scrollbar {
    display: none;
}

.price-section {
    border-bottom: 1px solid #C4EBED;
}

@media (min-width: 1200px) {
    .price-section-custom {
        background-color: #C4EBED;
    }
}

.btn-hub {
    background: #124B88;
    text-transform: uppercase;
}

.dropdown-hub {
    z-index: 9999;
}

.note-text,.sub_heading_tag > p {
    font-size: 11px;
}

.sub_heading_tag > p {
    font-weight: bold;
}

.slider-for-hub .rounded, .slider-nav-hub .rounded {
    border-radius: 0.1rem !important;
}

#virtual-tour .btn {
    border: 1px solid #a6bbd2;
    border-radius: 0.2rem;
}

#virtual-tour .btn:hover, #virtual-tour .btn:focus {
    box-shadow: none;
}

@media (min-width: 768px) {
    .slider-nav .item img, .slider-nav-hub .item img {
        height: 49px;
        width: 68px;
        border-radius: 5px;
    }
}

.secondary-login {
    color: #fff;
}

.learning-left.img-rounded {
    border-radius: 8px 0 0 8px;
    object-fit: cover;
}

/* city normal mobile */



@media (max-width: 768px) {
    tr {
        /*display: flex;*/
        /*flex-direction: column;*/
        text-align: right;
    }

    .hub-list tr {
        text-align: left;
    }

    .outer table {
        table-layout: fixed;
        width: 100%;
    }

    .outer td, .outer th {
        vertical-align: top;
        width: 150px;
    }

    .fix {
        position: absolute;
        margin-left: -150px;
    }

    .outer {
        position: relative;
    }

    .inner {
        overflow-x: scroll;
        overflow-y: visible;
        width: 195px;
        margin-left: 155px;
    }

    .outer p {
        font-size: 12px;
    }

    .outer h3 {
        font-size: 18px;
    }
}

.enterprise-table img {
    height: 150px;
    width: 300px;
}

@media (max-width: 768px) {
    .itpl-content th {
        color: #174f8a;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .itpl-content {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .itpl-content tbody tr td:first-child {
        color: #646567;
    }
}

@media (max-width: 768px) {
    #features .features {
        display: flex;
        flex-direction: column;
    }
}

/* 29-7-2021 */

.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width {
    max-width: var(--responsive--alignwide-width);
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 822px) {
    :root {
        --global--spacing-horizontal: 25px;
        --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
        --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --global--spacing-horizontal: 5px;
        --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
        --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
    }
}

#form-section .dropdown button, #form-section .dropdown-item {
    background: none;
    border: none;
    font-size: 12px;
    color: #837592;
}

#form-section .dropdown-toggle::after {
    color: #51C4CA;
    font-size: 20px;
    margin-left: 140px;
}

@media (min-width: 768px) {
    #form-section .dropdown-toggle::after {
        margin-left: 80px;
    }
}

/* #bangalore-mob .get-started .btn::after {
  content: "Get a Callback";
}

#bangalore-mob .get-started .btn:hover::after {
  content: "Get Started";
} */

#bangalore-mob.btn::after {
    content: "Get a Callback";
}

#bangalore-mob.btn:hover::after, #bangalore-mob.btn:focus::after {
    content: "Get Started";
}

.form-input {
    color: #84757D;
}

.sub-city-content {
    font-size: 14px;
}

.itpl-content .table-responsive th {
    padding: 8px 0;

}

.custom-blue-dark {
    color: #51c4ca;
    letter-spacing: .1em;
}

@media (max-width: 576px) {
    /*.card-style.multiple-items {*/
    /*    display: none;*/
    /*}*/
}

@media (min-width: 768px) {
    .card-style.multiple-items-mob {
        display: none;
    }
}

.brand-categories .col-md-3 {
    border-bottom: 3px solid #D5D5D5;
    padding: 15px 0;
}

.brand-categories a {
    cursor: pointer;
}

.scrollable .col > div {
    background: #FFF682A6;
    border-radius: 67px;
    padding: 12px;
}

.scrollable2 .col > div {
    background: #51C4CA19;
    border-radius: 67px;
    padding: 12px;
}

#card-data .slick-track {
    display: flex;
}

#card-data .slick-track .slick-slide {
    height: auto;
}

/*@media (min-width:1000px) {*/
/*  .card .stretched-link {*/
/*    position: absolute;*/
/*    bottom: 15px;*/
/*    background-color: #F9F9F9;*/
/*  }*/
/*}*/

.card .stretched-link {
    position: inherit;
    background-color: #F9F9F9;
}

.card .stretched-link::after {
    position: inherit;
}

.card-style .col-md-4:nth-child(1) .stretched-link:hover {
    color: #fff;
    background-color: #F3716D;
}

.card-style .col-md-4:nth-child(2) .stretched-link:hover {
    color: #fff;
    background-color: #51C4CA;
}

.card-style .col-md-4:nth-child(3) .stretched-link:hover {
    color: #fff;
    background-color: #FFF682;
}

#about-learning a {
    background-color: #B1E4E7;
}

/* -9--8-2021 */

@media (min-width: 768px) {
    .multiple-items .slick-list {
        padding: 0 8% 0 0;
    }
}

.our-spirit-bg {
    background-color: #e7edf3;
}

.brand-category-link, .brand-category-link2 {
    cursor: pointer;
}

a:hover {
    color: #818285;
}

@media (min-width: 991px) {
    .tab-content-slide {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .brand-multiple-items .slick-current.slick-active, .brand-multiple-item .slick-current.slick-active {
        color: #F3716D;
        border-bottom: 3px solid #F3716D;
    }
}

@media (max-width: 768px) {
    .brand-multiple-items .slick-current.slick-active a, .brand-multiple-items .slick-current.slick-active a {
        color: #F3716D;
    }
}

@media (max-width: 768px) {
    .logo-slider .slick-prev, .logo-sliders .slick-prev {
        left: 35px;
        background-color: #FEF1F1;
        top: -69px;
        padding: 8px;
        border-radius: 49px;
    }
}

@media (max-width: 768px) {
    .logo-slider .slick-next, .logo-sliders .slick-next {
        right: 35px;
        top: -69px;
        background-color: #FEF1F1;
        padding: 8px;
        border-radius: 49px;
    }
}

@media (max-width: 768px) {
    .logo-slider .slick-arrow.slick-disabled, .logo-sliders .slick-arrow.slick-disabled {
        display: none !important;
    }

    /*.card .stretched-link {*/
    /*    display: none;*/
    /*}*/
}

@media (min-width: 991px) {
    .tab-content-slide.active-tab {
        display: flex !important;
    }

    .work-svg .col-md-auto {
        width: 11%;
    }
}

@media (min-width: 991px) {
    .brand-categories .active, .autoplay-home-slider-parent .slick-current.slick-active {
        color: #F3716D;
        border-bottom: 3px solid #F3716D;
    }
}

/* .brand-categories .active */

@media (min-width: 991px) {
    .autoplay-home-slider-parent .slick-current.slick-active a, .brand-categories .active a {
        color: #F3716D;
    }
}

.light-yellow-bg {
    background-color: #FFFBCD;
}

@media (min-width: 576px) {
    .scrollable .offset-1 {
        margin-left: 0;
    }
}

/* @media (max-width: 768px) {
  .logo-slider2 .slick-prev {
    left: 35px;
    top: -10px;
  }
}

@media (max-width: 768px) {
  .logo-slider2 .slick-next {
    right: 35px;
    top: -10px;
  }
}

@media (max-width: 768px) {
  .logo-slider2 .slick-arrow.slick-disabled {
    display: none!important;
  }
} */

.multiple-items1 .slick-next, .multiple-items2 .slick-next,
.multiple-items1 .slick-prev, .multiple-items2 .slick-prev {
    bottom: -30px;
    top: unset;
}

.multiple-items1 .slick-next, .multiple-items2 .slick-next {
    right: 0;
    top: 43px;
    margin-right: -30px;
}

.multiple-items1 .slick-prev, .multiple-items2 .slick-prev {
    left: 0;
    top: 43px;
    margin-left: -56px;
}

.multiple-items1 .slick-arrow.slick-disabled, .multiple-items2 .slick-arrow.slick-disabled {
    opacity: 0.5 !important;
}

@media (max-width: 700px) {

    .logo-slider-1 .brand-categories, .logo-slider-1 .row {
        margin-left: 0px !important;
    }

    .logo-slider-1 .logo-text {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

#menu-secondary-menu a {
    font-size: 23px;
    font-family: Gilroy-SemiBold;
    color: #626365;
}

.itpl-all-btn .btn-blue:last-child {
    background-color: #6dbd4e;
}

.hub-details .content:nth-child(2n) {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}


/*Table css */

.enterprise-table td:nth-child(1) {
    background-color: #F8F8F8;
}

.enterprise-table td:nth-child(2) {
    background-color: #FDF38566;
}

.enterprise-table td:nth-child(3) {
    background-color: #F2706D24;
}

.enterprise-table td:nth-child(4) {
    background-color: #51C4CA40;
}

.enterprise-table .fa {
    font-size: 22px;
}

.enterprise-table .fa.fa-check {
    color: #707070;
}

.enterprise-table .fa.fa-remove {
    color: #F2706D;
}

.enterprise-table td.table-btn {
    padding: 14px;
    text-align: center;
    background: #FDF385;
}

.enterprise-table td.table-btn2 {
    padding: 14px;
    text-align: center;
    background: #F9C0BF;
}

.enterprise-table td.table-btn3 {
    padding: 14px;
    text-align: center;
    background: #7ED3D8;
}

.enterprise-table tr td {
    text-align: center;
}

.enterprise-table tr td:nth-child(1) {
    text-align: left;
}

.autoplay-home-slider .slick-slide {
    padding: 20px;
}

#card-data .card-button {
    position: absolute;
    bottom: 10px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #00a0d2;
    font-size: 12px;
}

#works-fun .accordion-button:not(.collapsed) {
    color: #4c4947;
    background-color: #fff;
}

#works-fun .accordion-item, #works-fun .accordion-item:last-of-type, #works-fun .accordion-button:focus, #works-fun .accordion-button :after {
    border: none;
    box-shadow: none;
}

/*#works-fun .accordion-button::after {*/
/*  background-image: none !important;*/
/*}*/

#works-fun .accordion-button:hover {
    z-index: 1;
}

#works-fun .accordion-item:first-of-type .accordion-button.collapsed, #works-fun .accordion-item:last-of-type .accordion-button.collapsed {
    border: none;
    color: #4a4745;
    font-size: 16px;
}

#works-fun .accordion-button:hover, #works-fun .accordion-item, #works-fun .accordion-item:active, #works-fun .accordion-item:focus {
    background-color: #fafafa;
}

#works-fun .accordion-body {
    border-top: 2px solid #e5e5e5;
}

.works-fun {
    background-color: #fafafa;
    padding: 0.745em 0.745em 0.745em 0.745em;
}

.member-form input[type="text"], .member-form input[type="email"], .member-form .form-select {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #ededed inset;
    height: 33px;
    width: 100%;
    display: inline-block;
    padding: 0 .65em;
    font-size: 13px;
    line-height: normal;
    color: #555;
    background-color: #fff;
}

.member-form label {
    font-size: 100%;
    line-height: 1.8;
    margin-bottom: 6px;
    color: #939598;
    font-size: 17px;
}

.member-form #hub, .member-form #referring-hub {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #ededed inset;
}

.member-form #member-radio .wpcf7-list-item-label {
    color: #939598;
    font-size: 18px;
}

@media (min-width: 991px) {
    #value-delight .value-delight-image {
        right: 150px !important;
        position: absolute;
        bottom: 0;
    }
    .left-content-layout .left-margin,.right-content-layout .order-md-first {
        padding: 38px 0px;
    }

    #menu-primary-menu .sidemenu-toggle:hover .dropdown-menu {
        display: block;
    }
}

#value-delight .value-delight-image {
    right: 0px;
    position: absolute;
    bottom: 0;
}

h2 {
    font-family: Gilroy-Bold;
    color: #626365 !important;;
    font-size: 39px !important;
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px !important;;
    }

    #menu-secondary-menu a {
        font-size: 20px;
    }
}

#menu-primary-menu .nav-item {
    position: relative;
}

#menu-primary-menu .nav-item .dropdown-menu {
    position: absolute;
}

#menu-primary-menu .dropdown-menu .nav-item {
    border-bottom: 1px solid #ecedef;
}

#menu-primary-menu .dropdown-menu .nav-item .nav-link {
    padding: 5px 15px;
}

#menu-primary-menu .dropdown-toggle::after {
    display: none;
}

#menu-primary-menu .dropdown-menu {
    border-radius: 5px;
}

#primary-menu #menu-primary-menu .dropdown-menu .nav-link:hover {
    border: none;
    color: #51c4ca;
}

.hub-list tbody tr td:nth-child(2) {
    text-align: right;
}

.hub-details .price-section p {
    margin-bottom: 0px;
}

#scroll-section1 .multiple-items1 h5 {
    font-size: 18px;
}

#blog {
    padding: 30px 0;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
}

#blog-content a {
    color: #0693e3;
}

#blog-content a:hover {
    text-decoration: underline;
}

.email-input-subscriber .wpcf7 p {
    display: flex;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 465px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 465px;
}

.gmap_iframe {
    width: 100% !important;
    height: 465px !important;
}

.virtual-contact a {
    background-color: #51C4CA4D;
    width: auto !important;
}

.virtual-contact > div {
    display: inline-grid;
}

.wpcf7-select {
    background: url("../img/arrow-dropdown.png") no-repeat right #fff;
}

/*
Google Recaptcha Hidden
 */

.grecaptcha-badge {
    display: none!important;
}

/*
Contact form 7
*/
#wpcf7-f673-o3 .wpcf7-response-output,.privacy-policy a {
    color: #51c4ca;
}

.page-404 .tag-top p {
    font-size: 25px;
    color: #707070;
}

.page-404 .tag-top h1 {
    font-size: 70px;
}

.page-404 .tag-bottom p {
    font-size: 35px;
    color: #707070;
}

.page-404 .tag-bottom a {
    font-size: 25px;
}

.page-404 p {
    line-height: 38px;
}

.hub-details .content-width-2 {
    width: 70%;
}

@media (max-width: 768px) {
    .hub-details .content-width-3 {
        width: 66%;
    }
}

.is-style-regular table {
    border: 2px solid #51c4ca;
}

.is-style-regular table tr td:nth-child(2){
    background-color: #51c4ca;
    color: #fff;
}

#works-fun .accordion-body a {
    color: #51c4ca;
}

.form-label {
    color: #84757D;
    font-size: 12px;
    padding: 0 0.75rem;
}
/**
20-1-2022
 */
@media (max-width: 768px){
    #menu-footer-primary .nav-item .nav-link{
        padding: 0.5rem 0rem !important;
    }
    #bangalore-mob h1 {
        font-size: 34px !important;
    }
}

/**
sitemap
 */
 @media (min-width: 768px){
.simple-sitemap-container{
    padding: 0 7.5% !important;
}
.sitemap-title{
    margin:0 8.5% !important;
}
 }
 @media (max-width: 768px){
 .simple-sitemap-container{
    padding: 0 0.5%;
}
 .sitemap-title{
    margin:0 5.5%;
}
 }

.simple-sitemap-wrap > ul > li > a  {
    color:#51c4ca !important;
}

.simple-sitemap-wrap > ul > li{
    list-style-type: none !important;
}

.simple-sitemap-container .children li {
    list-style-type: circle !important;
    color: #777879 !important;
}
.simple-sitemap-container li{
    padding: 5px 0;
}
.worksspace-data > .col-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/** new footer fixed 16-2-2022*/
 #sub-footer  .standing-line-list:last-child  .standing-line{
     display:none;
 }
#sub-footer  .standing-line-list:last-child  a{
    margin-right: 10px;
}
.standing-line-list {
    display: inline-block;
    width: auto;
    text-align: center;
    border-bottom: none!important;
    padding-top: 0!important;
}
.footer-hub-list{
    /*display:flex;*/
    display: inline-block;
    border-bottom: none !important;
    /*padding-top: 0!important;*/
}
.footer-hub-list-li{
    color: #51c4ca !important;
    letter-spacing: .1em;
    display:inherit;
    padding-top: 2px;
}
.workspace-new {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    display: inline-block;
}
.standing-line{
    margin: 0 0 0 5px;
}

.form-check-consent label {
    color: #84757D !important;
    font-size: 12px !important;
}

.form-check-consent .form-check-input {
    margin-right: 5px;
}

.form-check-consent .form-check-input:checked {
    background-color: #51c4ca;
    border-color: #51c4ca;
}

.form-check-consent .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.meeting-room-select label{
    font-family: 'Gilroy-Regular';
    color: #939598;
}
.meeting-room-select select{
    border-radius: 0;
    border: 2px solid #c2eaec;
    font-size: 14px;
}
.meeting-room-select select:hover,
.meeting-room-select select:focus,
.meeting-room-select select:active
{
    outline:none;
    box-shadow: none;
    background-color: #ebf8f9;
}


.meeting-room-select .form-select {
    background-image:url('../img/arrow-dropdown.png') !important;

}
.fc-custom-checkbox input[type=checkbox] {
    display: none;
}

.fc-custom-checkbox label :checked+span {
    background: #34a3a9;
    color: #fff;
    border: none;
}

.fc-custom-checkbox label span {
    display: inline-block;
    background: #757575;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid #a9b0bb;
    border-radius: 8px;
    font-size: 14px;
}

.fc-custom-checkbox label {
    margin: 5px;
}
/*qty*/
.qty-box label {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #939598;
}

.qty-box label span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.qty-inc,
.qty-dec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 12px;
    background-color: #757575;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.qty-inc:hover,
.qty-dec:hover {
    background-color: #34a3a9;
    color: #fff;
}

.qty-btn input {
    width: 35px;
    border: none;
    text-align: center;
    color: #34a3a9;
    font-weight: 500;
    background-color: transparent;
}

.qty-box {
    padding: 5px;
    border-bottom: 1px solid #34a3a9;
}

.h1-cutom-hub-banner span{
    font-weight: 400;
    font-family: 'Gilroy-Regular';
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

/**
* Custom CSS
*/

.blog_lists .bsearch_form {float: right;width: 100%;max-width: 260px;}
.blog_lists .bsearch_form form {float: left;width: 100%;position: relative;}
.blog_lists .bsearch_form form input.search_term {float: left;width: 100%;font-size: 16px;line-height: 22px;color: #000;font-weight: 700;
    border: solid 2px #9747ff;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;padding: 6px 30px 8px 15px;
    outline: none;background-color: transparent;
}
.blog_lists .bsearch_form form input.search_submit {position: absolute;top: 8px;right: 8px;width: auto;background-color: transparent !important;
    font-size: 0;background-image: url(/wp-content/uploads/2024/07/search-icon.png);background-repeat: no-repeat;background-position: center center;
    background-size: 16px auto;border: 0;outline: none;
    padding: 10px;
}
.blog_lists .card {box-shadow: 0 11px 30px rgba(154, 161, 177, .2);border: .5px solid rgba(100, 146, 253, .2);
    border-radius: 9px;-moz-border-radius: 9px;-webkit-border-radius: 9px;
}
.blog_lists .card-body .card-title a {font-size: 1.40rem;}
.blog_lists .card-body .blog_meta .card-author {float: left;margin: 0;}
.blog_lists .card-body .blog_meta .card-date {float: right;}
.blog_pagination .wp-pagenavi span, .blog_pagination .wp-pagenavi a {border: 0;color: #9747ff;}

#fc_form_left_img1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;min-height: 500px;
}
.form_layout_new form .check_job input[type=checkbox] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.form_layout_new .wpcf7-list-item {margin: 0;}
.form_layout_new .wpcf7-list-item-label {
    color: white;
}
.card-text li {color: #939598;}