@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
    /* background-image: url(../images/body-bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #eeeeee;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #666666;
    --themeColor: #c71f30;
    --themeColor2: #ef4859;
    --headingColor: #141414;
    --headingColor2: #131212;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}


a:hover,
a:focus {
    text-decoration: none;
    color: #000000;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'poppins-regular-font';
}


/***** Font Files *****/

@font-face {
    font-family: 'poppins-medium-font';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppins-regular-font';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 14px 40px;
    border: unset;
    border-radius: 8px;
    color: #ffffff;
    z-index: 1;
    /* background: #c71f30; */
    position: relative;
    font-size: 16px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'poppins-regular-font';
    background-image: linear-gradient(215deg, #ffffff 0%, #c71f30 60%);
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #000000;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'poppins-medium-font';
    font-size: 65px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'poppins-medium-font';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'poppins-medium-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'poppins-medium-font';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 3px;
}

h5 {
    font-family: 'poppins-regular-font';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'poppins-regular-font';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}



/*header css start */

header {
    padding: 0px 2%;
}

.menuSec {
    padding: 10px 0 10px;
    background: #ffffff;
    margin: 0px 0px 20px;
    border-radius: 10px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/*.menuSec li ul {*/
/*     display: none; */
/*}*/

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #bebcbc;
    padding: 10px 27px;
    font-size: 16px;
    font-family: 'poppins-regular-font';
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

/*.menuSec ul li:last-child a:after {*/
/*    display: none;*/
/*}*/

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #c71f30;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #cb2334;
    /* left: 0px; */
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    /* left: 100%; */
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* Header Banner Css Start */

.topSec {
    background: #c71f3000;
    padding: 12px 0px;
    border-radius: 8px;
}

ul.top-menu-info {
    margin-bottom: 0px;
}

.top-menu-text p {
    margin-bottom: 0px;
    color: #000000;
    font-size: 17px;
    font-family: 'poppins-medium-font';
    text-transform: capitalize;
    position: relative;
    width: fit-content;
    font-weight: 500;
}

ul.top-menu-info li {
    display: flex;
    align-items: center;
    justify-content: end;
}

ul.top-menu-info li a {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-img img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
    margin-bottom: 20px;
}

.banner-video video {
    width: 100%
851px
;
    border-radius: 20px;
}

.banner-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 40px;
}

.banner-img {
    text-align: center;
}

section.banner-sec {
    background: #ffffff;
    padding: 30px 0px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0px 2%;
}

.theme-btn-two {
    /* color: #cb2334; */
    /* text-decoration: underline; */
    font-family: 'poppins-regular-font';
    background: linear-gradient(to right, #c71f30, #ffabb3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-sec-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.banner-sec-img img {
    height: 100%;
    width: 100%;
}

.compassionate-assisted-living-video-icon {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.compassionate-assisted-living-video-icon a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.compassionate-assisted-living-video-icon a p {
    margin-bottom: 0px;
}

.compassionate-assisted-living-video-icon a i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    background: #ca2233;
}

.banner-btm-text-logos p {
    color: #000;
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'poppins-medium-font';
}

.banner-btm-logo-box-slider-cs img {
    height: auto;
    width: auto;
    object-fit: contain;
}

.banner-btm-logo-box-slider .slick-active {
    opacity: 1;
}

section.banner-btm-logo {
    padding: 30px 3%;
    background: #fff;
    margin: 1% 2% 7%;
    border-radius: 10px;
}

.banner-btm-logo-box-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}


/* Header Banner Css End */


/* core solution */

.core_sol {
    padding: 100px 0;
    background: #ffffff;
}

.core_sol_img {
    /* height: 390px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 0 #c71f30; */
}

.core_sol_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.core_sol_main h5 {
    font-size: 23px;
    margin-bottom: 0;
}

.core_sol_txt {
    padding: 30px 0;
}

.core_sol_main {
    margin: 0 25px;
}

.core_mt {
    margin-top: 80px;
}

.strategy_heading {
    text-align: center;
    margin-bottom: 50px;
}

.strategy_heading h2 {
    font-size: 67px;
    margin-bottom: 0px;
}

.strategy_heading p {
    color: #707070;
    width: 51%;
    margin: 0 auto;
}

/* core solution */

/* about */

.abt_img {
    width: 95%;
    height: 500px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.abt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt_txt h5 {
    /* color: #c71f30; */
    margin-bottom: 10px;
    background: linear-gradient(to right, #c71f30, #efefef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'poppins-medium-font';
    text-transform: uppercase;
}

.abt_txt h2 {
    font-size: 47px;
    margin-bottom: 10px;
}

.abt_txt p {
    margin-bottom: 20px;
    color: #707070;
}

.abt_txt {
    border-radius: 15px;
    background: #fff;
    padding: 50px;
    width: 100%;
}

.abt {
    padding: 100px 3%;
}

/* about */





































































/* review-sec */

.review-sec {
    padding: 100px 0px;
}


.review-slider-box {
    overflow: hidden;
    padding: 100px 5%;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(215deg, #fff 0%, #c71f30 60%);
}

.review-slider-box::before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/review-img-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review-text {
    margin: 0px auto;
    max-width: 1000px;
    text-align: center;
}

.review-text p {
    opacity: 0.8;
    color: var(--white);
    margin-bottom: 30px;
}

.review-text h4 {
    color: var(--white);
}

.reviewSlider .slick-dots {
    display: flex;
    bottom: -50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reviewSlider .slick-dots li {
    width: 20px;
    height: 20px;
    display: flex;
    opacity: 0.5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.reviewSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white);
}

.reviewSlider .slick-dots li button::before {
    display: none;
}

.reviewSlider .slick-dots li.slick-active {
    opacity: 1;
    background-color: var(--white);
}

.reviewSlider .slick-dots li.slick-active button {
    background-color: var(--themeColor);
}

.get-start-box {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 4%;
    margin-top: -10px;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 10px 10px;
    background-image: linear-gradient(215deg, #ffffff 0%, #c71f30 60%);
}

.get-start-box h2 {
    color: var(--white);
    margin-bottom: 10px;
}

.get-start-box p {
    color: var(--white);
}

.get-start-box .theme_btn {
    color: var(--themeColor);
    background: var(--white);
}

/* review-sec */

/* partner-sec */

.partner-sec {
    padding: 100px 0px;
    background-color: #d9eff4;
}

.partner-logo {
    width: 100%;
    height: 100px;
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner_slider .slick-slide {
    opacity: 1;
}


/* partner-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 4%;
    background-color: var(--white);
}

.why-choose-img {
    width: 100%;
    height: 500px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-txt {
    padding: 60px;
    position: relative;
    padding: 0px;
}

/* .why-choose-txt::before {
    top: 0;
    bottom: 0;
    left: -30px;
    width: 150%;
    content: '';
    height: 100%;
    position: absolute;
    background-image: url(../images/why-choose-text-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
} */


/* why-choose-sec */

/* footer */

footer {
    position: relative;
    background: var(--headingColor);
}

/* News Letter  */

.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 62px;
    font-weight: 300;
}

.news-letter {
    padding: 80px 4%;
    padding-right: 20px;
    background: #141414;
    border-bottom: 1px solid #5b5b5b;
}

.news-letter form {
    width: 100%;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #5b5b5b;
    background-color: #161616;
}

.news-letter form input {
    width: 100%;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: 41px;
    background: transparent;
}

.news-letter form button {
    top: 0;
    right: 0;
    height: 100%;
    flex-shrink: 0;
    color: #0f1010;
    padding: 10px 30px;
    position: absolute;
    border-radius: 50px;
    letter-spacing: 3px;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.news-letter form button.theme-btn-1 span {
    background-color: #83af66;
}

.news-letter form button.theme-btn-1 span i {
    color: #fff;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.main-ftr ul li i {
    font-size: 20px;
    color: var(--white);
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: var(--themeColor);
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 10px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: var(--themeColor);
}

.middle-ftr {
    padding: 0px 4%;
    transition: 0.7s ease-in-out;
    background: var(--headingColor);
    border-bottom: 1px solid #5b5b5b;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    font-size: 30px;
    font-weight: 400;
    color: var(--white);
}

.ftr-req input {
    width: 100%;
    height: 55px;
    padding: 12px;
    max-width: 100%;
    text-align: center;
    color: var(--white);
    border-radius: 1px;
    background: transparent;
    border: 1px solid #5b5b5b;
}

.ftr-req input::placeholder {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #5b5b5b;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 25px 0;
    width: 90%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ftr-req.pade-right {
    gap: 20px;
    height: 100%;
    display: flex;
    max-width: 90%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0px 0px 0px auto;
    padding: 20px 0px 20px 20px;
}

/* end  */


/*mega menu*/

/*new header css start*/
header.new-header .menu > #menu > li > ul.dropdown_box_new {
    position: absolute;
    flex-direction: column;
    width: 930px;
    align-items: baseline;
    gap: 0;
    top: 57px;
    background: #E7ECF8;
    /* border: 1px solid #35b280; */
    display: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: -220px;
}
.mega-menu-wrp {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
}

ul.resources-menu-items {
    flex-direction: column !important;
    align-items: flex-start;
    display: flex;
    gap: clamp(10px, 2vw, 10px);
    margin-bottom: 0;
}

.res-menu-left {
    /* width: calc(50% - 6px); */
    padding: 32px;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    height: 467px;
}
.res-menu-right {
    width: calc(50% - 3px);
    padding: 32px;
    border-radius: 5px;
    background-color: #233064;
    height: 100%;
}

a.featured-box img {
    height: 282px;
    border-radius: 5px;
}

ul.resources-menu-items li a {
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: capitalize;
}

p.item-heading {
    margin-bottom: 0;
}

a.featured-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}
.header-menu .featured-box {
    display: flex;
    flex-direction: column;
    padding: clamp(16px, 1.5vw, 22px) 2px 2px;
    border-radius: 8px;
    background-color: var(--white);
    position: relative;
}

h2.right-box-heading {
    font-size: 30px;
    color: #fff;
}

p.right-box-desc {
    padding: 0 12px;
}

span.card-chip {
    position: absolute;
    bottom: 14px;
    left: 18px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .39px;
    padding: 4px 8px;
    background-color: #0755e9;
    border-radius: 12px;
}
.drop-img-span {
    width: 50px;
    height: 50px;
    /* background: #e7ecf8; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-img-span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
ul.resources-menu-items li a:before {
    display: none;
}

.res-menu-center {
    width: calc(27% - 6px);
    padding: 32px;
    background-color: #fff;
    border-radius: 12px;
}

.solutions-dropdown {
    left: 10px;
    width: 750px !important;
    display: none;
}

.solutions-dropdown .curr {
    display: block;
}
.res-menu-center  h2 {
    font-size: 35px;
    color: #233064;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
}

.solutions-dropdown .res-menu-center {padding: 20px 20px 185px;}
.mega-menu-wrp .menu-right {
    width: calc(50% - 4px);
    background-color: #233064;
    border-radius: 5px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mega-menu-wrp .menu-heading {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}
.menu-right .menu-links-wrp ul li a {
    display: inline-block;
    padding: 6px clamp(12px, 0.9vw, 16px);
    border-radius: 100px;
    background-color: #35b28000;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    border: 1px solid #35b280;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.menu-new {
    display: block !important;
  
}


.menu-new li {
    display: inline-block;
}
.menu-right .menu-links-wrp ul li a:before {
    display: none;
}
.solutions-dropdown .res-menu-left {
    width: calc(100% - 6px);
    padding: 20px 20px 20px;
    height: auto;
}




.menu-advisory-container ul {
    display: block;
}

.menu-advisory-container li {
    line-height: 40px;
}
.res-menu-left h2 {
    color: #393939;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}
h3.box-heading {
    margin-bottom: 10px;
    font-size: 18px;
}
.solution-box {
    width: 32%;
    display: inline-block;
}

.whats-new p {
    font-size: 12px;
}


.solutions-dropdown .whats-new img {
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
}

.solutions-dropdown .menu-right {
    padding: 15px;
}


a.featured-box:before {
    display: none;
}
/*new header css end*/

.new-form input::placeholder {
    text-transform: capitalize;
}

.contact-secc form textarea::placeholder {
    color: #000;
}

.menu-right .menu-links-wrp ul li a:hover {
    background: #35b280;
}

.menu-right .menu-links-wrp.parent-expertise ul li a {
    border-color: #f67023;
}

.menu-right .menu-links-wrp.parent-expertise ul li a:hover {
    background: #f67023;
}

header.new-header .menu > #menu > li > ul.dropdown_box_new.solutions-dropdown {
    left: -240px !IMPORTANT;
}

ul.resources-menu-items li a p {
    margin: 0;
    font-size: 14px;
    margin-top: 3px;
}

ul.resources-menu-items li {
    margin-bottom: 0;
}

header.new-header .menu > #menu > li.curr > a > i {
    transform: rotate(180deg);
}

header.new-header .menu > #menu > [data-drop] > a:before {
    display: none;
}

body.full_stack_web_page.front-end-pagee.new_banner_add.fixed-page.web_dev_page .expertise_boxx {
    height: 280px;
}

ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li a {
    position: relative;
    padding-left: 20px;
    padding-bottom: 0;
}

ul.dropdown_box_new.solutions-dropdown.services ul.resources-menu-items li a:after {
    position: absolute;
    content: "";
    background: #cc2435;
    width: 7px;
    height: 7px;
    left: 0;
    top: 20px;
    border-radius: 50%;
}

.f-btn {
    font-size: 18px;
    border: 1px solid #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
}

.f-btn:hover {
    background: #c71f30;
    color: #fff;
}


/*Industrires mega menu*/

.mega-menu{
    position:absolute;
    top:100%;
    left: -330px;
    width: 1070px;
    background:#fff;
    border-radius:25px;
    padding:35px;
    display:none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* Show on hover */
.menu-item:hover .mega-menu{
    display:flex;
}

/* Left section */
.mega-left{
    width:35%;
    border-right: 2px solid #e63f5a70;
    padding-right:25px;
    text-align: left;
}
.mega-left h3{
    color: #e7405b;
    margin-bottom:10px;
    text-transform: capitalize;
    font-size: 27px;
}
.mega-left p{
    font-size:14px;
    line-height:1.6;
    color:#555;
}
.mega-left .btn{
    display:inline-block;
    margin-top:15px;
    background:#4a90e2;
    color:#fff;
    padding:10px 25px;
    border-radius:30px;
    text-decoration:none;
}

/* Right section */
.mega-right{
    width: 60%;
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0px;
    padding-left:25px;
}
.mega-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:500;
    height: fit-content;
    margin: 12px 0px;
}
.mega-item i{
    font-size:22px;
    color: #203446;
    margin-right: 8px;
}
.mega-item img {
    width: 35px;
    object-fit: contain;
}
.mega-item a {
    padding: 0px !important;
}
/*Industrires mega menu*/
.top-menu-text p span {
    font-size: 10px;
    position: absolute;
    top: -4px;
    font-weight: 900;
    right: -19px;
}
.color-red {
    color: #c71f30;
}
.banner-img p {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 26px 0px 40px;
}
.mega-right.new-chages-menu {
    grid-template-columns: unset;
    padding-left: 30px;
    WIDTH: 36%;
}
.mega-right.new-chages-menu h4 {
    color: #e7405b;
    text-align: start;
}

i:before {
    font-family: 'FontAwesome';
}

.banner-video img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner-btm-logo-box-slider-cs {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.why-choose-txt h4 {
    background: linear-gradient(to right, #c71f30, #efefef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.industries-inner-box {
    padding: 20px 14px;
    box-shadow: 0px 0px 5px 0px #d838485c;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    margin-bottom: 20px;
}

.industries-inner-box i {
    font-size: 30px;
    color: #c71f30;
    margin-bottom: 13px;
}

.industries-inner-box h4 {
    margin-bottom: 14px;
}
section.industries-inner-page {
    margin: 100px 0px;
}



/*Inner Request A Quote Start*/


.inner-request-a-quote-sec {
    padding: 100px 0;
}
.inner-request-a-quote-form-heading {
    text-align: center;
    margin-bottom: 35px;
}
.inner-request-a-quote-form-heading h2 {
    margin-bottom: 10px;
}
.inner-request-a-quote-form-heading p {
    width: 50%;
    margin: 0 auto;
}
.inner-request-a-quote-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    border-radius: 5px;
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-request-a-quote-form input::placeholder {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
}
.inner-request-a-quote-form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #e4e4e4;
    padding: 15px 15px;
    border-radius: 5px;
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    resize: none;
}
.inner-request-a-quote-form textarea::placeholder {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 6px 0;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 28px !important;
    height: 28px !important;
    border-radius: 4px;
    margin-right: 10px;
    transition: background 0.2s;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #000;
}

.custom-checkbox input[type="checkbox"]:checked {
    /* background-color: #2c4359; */
    color: #000;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "\f00c";
  color: white;
  position: absolute;
  top: -2px;
  left: 4px;
  font-size: 14px;
  font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}
.inner-request-a-quote-form ul li span {
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
}
.inner-request-a-quote-form ul {
    margin-bottom: 30px;
}
/* .inner-request-a-quote-form button {
    background: #2c4359;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
} */
.inner-request-a-quote-cart ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-request-a-quote-cart ul li span {
    color: #111111;
    font-weight: 600;
}

 .inner-request-a-quote-sec .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 10px 20px;
    width: fit-content;
  }

  .inner-request-a-quote-sec .quantity button {
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
  }

  .inner-request-a-quote-sec .quantity button:hover {
    background: #e0e0e0;
  }

.inner-request-a-quote-sec .quantity span {
    font-size: 18px;
    font-weight: 600;
    width: 25px;
    text-align: center;
}
.inner-request-a-quote-cart-row {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 22px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.inner-request-a-quote-cart {
    padding: 15px 70px;
}

.inner-request-a-quote-cart-pro-name ul li img {
    width: 166px;
    height: 128px;
    object-fit: cover;
}

.inner-request-a-quote-cart-pro-name ul li img {
    width: 166px;
    height: 128px;
    border-radius: 5px;
}
.inner-request-a-quote-cart-pro-name ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.inner-request-a-quote-cart-pro-name ul li {
    font-family: 'qeilab';
    font-size: 18px;
    font-weight: 600;
}
.inner-request-a-quote-sec li.request-cart-img {
    position: relative;
}
.inner-request-a-quote-sec button.request-cart-btn {
     position: absolute;
    right: -10px;
    top: -10px;
}
.inner-request-a-quote-sec li.request-cart-img button {
    border: none !important;
    font-size: 13px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 0 4px 0 #00000057;
}

/*Inner Request A Quote Ends */
