* {
    box-sizing: border-box;
}

body {
    position: relative;
    padding-bottom: 310px;
    min-height: 100vh;
}

@media screen and (max-width: 992px) {
    body {
        padding-bottom: 500px;
    }
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    body {
        padding-bottom: 1100px;
    }
}

span#SpanSearchIcon.input-group-text {
    background-color: transparent;
    border: none;
}

.fa {
    color: #007bff;
}

.ai-searchbox.input-group {
    margin-top: 10px;
    padding-left: 10px;
    background-color: #fff !important;
    border: white;
    border-radius: 10px;
    height: 50px;
    max-width: 500px;
    overflow: visible;
    display: block;
    box-shadow: 4px rgba(7, 117, 190, 0.15);
    transition: all 0.3s ease;
}

.ai-searchbox.input-group .fa {
    padding: 8px;
    /* margin: 4px 4px 4px -36px; */
    width: 32px;
    height: 32px;
    border-radius: 16px;
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    cursor: pointer;
}

#ai-input-search.form-control {
    border: 0;
    background-color: transparent;
    box-shadow: none;
}


/* robotHeading ends */

.heading {
    line-height: 1;
    letter-spacing: -.02rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 10px;
}

.highlighter {
    color: #007bff;
}


/* siderbar enterprise card active starts */

.locationCards{
    width: 100%;
    padding: 0px 10px;
    min-height: 100vh;
    position: relative;
    right: 0;
}


/* siderbar enterprise card active ends */


/* enterprise card section starts */

.card.organization-card {
    margin-top: 20px;
    width:  100%;
    height: 260px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 8px;
    border: 1px solid #dadada;
    /* box-shadow: 0 2px 4px 2px rgb(0 0 0 / 11%); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
    font-size: 12px;
}


/* @media screen and (max-width: 992px) {
    .card.organization-card {
        max-width: 320px;
    }
} */

.organization-card .cardImg {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(15%);
    overflow: hidden;
    position: relative;
    z-index: 4;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
    float: right;
    right: 10px;
}

a.card-deco {
    text-decoration: none;
}

h6.card-title {
    color: #727272;
    font-size: 12px;
}


/* nav tab toggleable */

.organization-card .profile-overview a {
    text-decoration: none;
}

.organization-card .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.organization-card span.review-num {
    padding-left: 2px;
}

.organization-card span.review-count {
    padding-left: 5px;
    color: #007bff;
    font-weight: 500;
}
span.highlighter {
    font-size: 24px !important;
}


/* Main filters and card ends */

@media only screen and (max-width: 614px) {
    .heading {
        font-size: 18px;
    }
}


/************************************ career_style *************************************/
.job-card {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 0px 10px 8px rgba(32,32,32,.1);
    background-color: #fff;
    transition: all .3s linear;
    position: relative;
}

.job-card-title h3 {
    font-size:18px;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: bold;
}

.job-card-title h4 {
    font-size: 12px;
    color: #767676;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.job-card-title p {
    font-size: 16px;
    color: #767676;
    margin-bottom: 12px;
    font-weight: 500;
}
.job-card .btn {
    width: 100%;
    padding: 10px;
    background-color: #0d6efd;
    color: #fff;
}
.section-title h2:last-child {
    margin-bottom: 0px;
}
.section-title h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.4;
}
.main-btn {
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    transition: all .3s linear;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 35px;
    z-index: 0!important;
    background-color: #0d6efd;
    box-shadow: 0 7px 51px 0 rgba(31,18,253,.12);
}
.mt-50{ margin-top: 50px;}



/************************************ News_room *************************************/


.blog-card {
    padding: 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 9px 54px 0 rgba(32,32,32,.1);
    background-color: #fff;
    transition: all .3s linear;
    position: relative;
}
.blog-card-image {
    border-radius: 10px 10px 0 0;
    overflow: hidden;

    position: relative;
}

.blog-card-image img {
    transition: all .5s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
.card-video {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.card-video .video-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #0d6efd;
    border-radius: 50%;
    font-size: 26px;
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.4;
}
.section-title p:last-child {
    margin-bottom: 0;
}
.section-title p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.blog-card-image {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}

.section-title.section-title-lg {
    max-width: 825px;
}
.section-title {
    max-width: 575px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.blog-category-text {
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 13px;
}
.blog-card-text h3 a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

h2#Most_Popular {
    text-align: center !important;
    margin-bottom: 3% !important;
    font-weight: bold !important;
    font-size: 30px !important;
}

/************************************ News_room_Detail *************************************/


.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.desk-pad-right-40 {
    padding-right: 20px;
}
.product-slider-for {
    background-color: #f4f8ff;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}
.product-slider-for .item {
    padding: 20px;
}
img {
    max-width: 100%;
    height: auto;
}	
.product-slider-for {
    background-color: #f4f8ff;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}
.desk-pad-right-40 {
    padding-right: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
	
.product-details-caption h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.product-details-caption h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
.product-details-caption .product-details-para, .product-details-caption .product-price, .product-details-caption .review-star-group {
    margin-bottom: 15px;
}

.review-star-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -5px;
}
.product-details-caption .product-details-para, .product-details-caption .product-price, .product-details-caption .review-star-group {
    margin-bottom: 15px;
}

.product-price {
    color: #767676;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.product-details-caption .product-details-para, .product-details-caption .product-price, .product-details-caption .review-star-group {
    margin-bottom: 15px;
}
.product-details-caption .product-quantity {
    margin-bottom: 18px;
}

.product-details-caption h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}

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

.blog-card-image {
    border-radius: 10px !important;
}









.column.is-one-third {
    flex: none;
    width: 33.3333%;
}
.columns:not(.is-desktop) {
    display: flex;
}
.columns:not(:last-child) {
    margin-bottom: 0.75rem;
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.feature-ellipse {
    border-radius: 100%;
    background: #007bff;
    height: 90px;
    width: 90px;
    padding: 25px;
    justify-content: center;
    display: inline-flex;
    margin-bottom: 5px;
}
.subtitle, .title.is-5 {
    font-size: 1.125rem;
}

.feature-ellipse img {
    flex: none;
}

img {
    height: auto;
    max-width: 100%;
}


.feature-ellipse img {
    flex: none;
}

img {
    height: auto;
    max-width: 100%;
}

.column.is-one-third {
    flex: none;
    width: 33.3333%;
    text-align: center;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.subtitle, .title.is-5 {
    font-size: 1.125rem;
    margin-top: 20px;
}

p {
    color: #757575;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

i.fa {
    font-size:40px;
}

.pt-50, .pt-min-50 {
    padding-top:20px;
}
h2#Most_Popular {
    text-align: center;
    margin-bottom: 3%;
}

span.highlighter {
    font-size: 30px !important;
    font-weight: bold;
}

span.highlighter {
    font-size: 30px !important;
}
h2#Most_Popular {
    text-align: center;
    margin-bottom: 3%;
	    font-weight: bold;
}

.forum-details ul {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px;
}
.forum-details ul li {
    position: relative;
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    list-style: none;
    padding-left: 30px;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;
}
.fa-check::before {
    content: "\f00c";
    font-size: 16px !important;
}

.box_design {
    border: 4px solid #007bff;
    border-radius: 6px;
    margin-bottom: 40px;
}

.service_box {
    border: 1px solid #dadada;
    background: #f1f1f1;
    border-radius: 12px;
}


.column.is-one-third {
    flex: none;
    width: 33.3333%;
    text-align: center;
    margin: 5px;
}
.pb-30 {
    padding-bottom: 30px !important;
}