/*=============
Common Settings
=================*/
:root {

}

body {
    font-family: Gilroy;
    font-size: 16px;
    color: #595959;
    font-weight: 500;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Signerica-Fat';
    src: url('../fonts/Signerica-Fat.ttf.woff') format('woff'),
        url('../fonts/Signerica-Fat.ttf.svg#Signerica-Fat') format('svg'),
        url('../fonts/Signerica-Fat.ttf.eot'),
        url('../fonts/Signerica-Fat.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--pink50);
}

a:hover {
    color: var(--neutral30);
}

img {
    max-width: 100%;
}

.container {
    max-width: 1240px;
}

.sign-font {
    font-family: 'Signerica-Fat';
}

.neutral50 {
    color: var(--neutral50) !important;
}

.pink50 {
    color: var(--pink50) !important;
}

.border_lightpink {
    border-color: var(--pink30) !important;
}

.border-radius32 {
    border-radius: 32px;
}

.reduced_width {
    max-width: 1090px;
    margin: 0 auto;
}

.ft_12 {
    font-size: 12px !important;
}

.ft_14 {
    font-size: 14px !important;
}

.ft_16 {
    font-size: 16px !important;
}

.ft_18 {
    font-size: 18px !important;
}

.ft_20 {
    font-size: 20px !important;
}

.ft_24 {
    font-size: 24px !important;
}

.ft_28 {
    font-size: 28px !important;
}

.ft_32 {
    font-size: 32px !important;
}

.ft_36 {
    font-size: 36px !important;
}

.ft_40 {
    font-size: 40px !important;
}

.ft_48 {
    font-size: 48px !important;
}

.ft_56 {
    font-size: 56px !important;
}

.ft_64 {
    font-size: 64px !important;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.mt-150 {
    margin-top: 150px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000000;
}
h1 span, h2 span {
    background-image: linear-gradient(271.46deg, #E46860 25.96%, #E6B148 74.77%);
    color: transparent;
    background-clip: text;
}
.btn_color {
    background: linear-gradient(45deg, #EBA140, #F2476E);
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 0 0 #FFE2BC, 0px 4px 32px 0px #EBA1407A, 0px 1px 4px 0px #FFE2BC inset;
    border: none;
}
.btn_color:hover {
    color: #fff;
    background: linear-gradient(45deg, #F2476E,#EBA140);
}
.btn_color.grey_btn {
    background: linear-gradient(180deg, #FFFFFF 0%, #7C7C7C 100%);
    color: #4A4A4A;
    box-shadow: 0px -1px 4px 0px #494949A3 inset, 0px 1px 4px 0px #494949A3 inset;
}
.btn_color.grey_btn:hover {
    background: linear-gradient(6deg, #7C7C7C 0%, #FFFFFF 100%);
}
.btn_trans {
    background: #ffffff00;
    border-radius: 8px;
    padding: 7px 24px;
    font-weight: 600;
    color: var(--pink50);
    border: 1px solid;
    display: inline-block;
}

.btn_trans:hover {
    background: var(--pink10);
    color: var(--pink50);
    box-shadow: 0px 48px 14px 0px #F07FA100;
    border: 1px solid var(--pink50);
}

.link_wrap {
    position: relative;
}

.link_wrap a {
    color: var(--pink50);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
}

.link_wrap a:before {
    content: "";
    background: url(/wp-content/uploads/2024/06/arrow-right-sm.png)no-repeat scroll center / 20px;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    top: 2px;
}

.link_wrap a:hover {
    color: var(--neutral30);
}

.link_wrap a:hover:before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(17%) saturate(22%) hue-rotate(328deg) brightness(97%) contrast(94%);
}

.text-gradient {
    background: linear-gradient(90.11deg, #FBC4D3 16.04%, var(--pink50) 80.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@-webkit-keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/*=============
Popup form
=================*/
.cc_form_wrap .col-12 {
    padding: 0;
}

.cc_form_wrap .wrap, .cc_form_wrap  img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.cc_form_wrap .cc_form {
    padding: 50px 30px;
}

.cc_form_wrap .wpcf7-form-control {
    background: #000 !important;
    margin: 4px 0;
    color: #fff;
}

.cc_form_wrap textarea.wpcf7-form-control {
    height: 100px !important;
}

.cc_form_wrap  .wpcf7-submit {
    background: linear-gradient(45deg, #EBA140, #F2476E) !important;!I;!;
    color: #fff !important;!i;!;
    padding: 8px 50px;
    font-weight: 600;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 0 0 #FFE2BC, 0px 4px 32px 0px #EBA1407A, 0px 1px 4px 0px #FFE2BC inset;
    border: none;
}
.cc_form_wrap .container {
    padding: 0 12px;
}
/*=============
Header
=================*/
header.admin_header {
    top: 32px;
}

.main_header {
    padding: 16px 0;
}

.main_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_logo svg {
    max-width: 194px;
    height: 44px;
}
.main_nav .sitelogo img {
    max-width: 127px;
}
.main_nav .sitelogo .care_logo img {
    max-width: 291px;
}
.menu_area {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 665px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.darkHeader .main_header {
    background: #000;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    transition: 0.3s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 150%;
}

.nav_wrap {
    display: grid;
    grid-template-columns: 285px 1fr;
    grid-gap: 55px;
}

.nav_wrap ul {
    list-style: none;
    padding: 0;
}

.nav_wrap ul li {
    margin: 10px 0;
    border-bottom: 1px solid var(--neutral10);
    padding: 0 10px 10px 10px;
}

.nav_wrap.navlinks ul li {
    margin: 15px 0;
}

.nav_wrap.navlinks ul li a {
    color: var(--neutral50);
    font-weight: 600;
}

.nav_wrap.navlinks ul li a:hover {
    color: var(--pink50);
}

.nav_wrap ul li:last-child {
    border: 0;
}

.nav_wrap ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav_wrap ul li a .icon {
    display: inline-block;
    width: 32px;
    margin-right: 15px;
}

.nav_wrap ul li a span.content {
    flex: 1;
}

.nav_wrap ul li a strong {
    color: var(--neutral50);
    line-height: 17px;
    font-size: 16px;
    font-weight: 600;
}

.nav_wrap ul li a p {
    color: var(--neutral30);
    line-height: 17px;
    font-size: 14px;
    font-weight: 500;
}
.nav_wrap ul li a:hover p {
    color: var(--neutral40);
}

.nav_wrap .left_wrap {
    padding-right: 30px;
    border-right: 1px solid var(--neutral15);
}
.nav_wrap .left_wrap .title {
    color: #8f8f8f;
}

.nav_wrap .left_wrap.disable_right_wrap {
    padding-right: 0;
    border-right: 0;
}
.nav_wrap.disable_right_wrap {
    grid-template-columns: 1fr;
}
.btn_wrap a.normal_link {
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    padding: 12px 20px;
}
.btn_color.btn_img {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}

.btn_color.btn_img img {
    margin-left: 10px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle{
    background: no-repeat;
}
/*=============
Footer
=================*/
footer {
    position: relative;
    color: #fff;
}
.main_footer_cta {
    padding: 100px 0 20px;
}
.footer_1 svg {
    max-width: 195px;
}
footer video.videobcg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1000;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.care_logo svg {
    max-width: 268px;
    height: 52px;
}
footer .top_footer {
    padding: 120px 0 80px;
}

.top_footer .footer_desc {
    max-width: 240px;
}
.top_footer h5 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    background-image: linear-gradient(358deg, #E46860 25.96%, #E6B148 74.77%);
    color: transparent;
    background-clip: text;
}
.top_footer .social {
    margin-top: 70px;
}
.top_footer .footer_1 img {
    max-width: 200px;
    margin-bottom: 10px;
}
.top_footer .social a {
    margin-right: 15px;
}

.top_footer .social a:hover {
    opacity: 0.5;
}

footer ul li a {
    text-decoration: none;
    font-weight: 500;
}

footer ul li a:hover {
    background-image: linear-gradient(358deg, #E46860 25.96%, #E6B148 74.77%);
    color: transparent;
    background-clip: text;
}

.footer_menu {
    list-style: none;
    padding: 0;
}

.footer_menu li {
    margin: 10px 0;
}

.footer_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_cta {
    background: var(--pink5);
    padding: 100px 20px 100px 100px;
    border-radius: 48px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
}

.footer_cta .content {
    max-width: 400px;
    margin-bottom: 40px;
}

.for_mobile {
    display: none !important;
}
.bottom_footer {
    background: #111019A3;
    padding: 18px 0;
    border-top: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(218, 218, 218, 0) 0%, rgba(218, 218, 218, 0.64) 50%, rgba(218, 218, 218, 0) 100%);
    border-image-slice: 60 30;
}
/*.footer_cta:hover:before {
    right: 80%;
}*/

/*=============
Home
=================*/
.home_banner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
	padding-bottom: 100px;
}
.home_banner video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home_banner:before {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home_banner .container {
    z-index: 2;
    position: relative;
}
.home_banner .banner_img {
    margin-top: -250px;
    z-index: 1;
}
.home .banner_content h1 {
    max-width: 1000px;
    background-image: linear-gradient(91.06deg, #FFFFFF 0%, #ffffff 100%);
    color: transparent;
    background-clip: text;
}
.banner_content {
    margin: 0 auto 40px auto;
    text-align: center;
    padding-top: 100px;
    transition: 1s;
}


.banner_content h1 {
    font-weight: 800;
    max-width: 540px;
    color: var(--neutral50);
    margin: 0 auto;
}

.banner_content p {
    font-weight: 500;
    margin: 15px 0;
    line-height: 24px;
}
.home_banner .sub_heading span {
    background: #1B044D;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 8px;
}
.home_banner .btn_wrap {
    text-align: center;
}
.home_banner .btn_wrap a {
    margin: 5px 10px;
}
.ct_form .wpcf7-submit {
    background: var(--pink50);
    color: var(--white);
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 14px 28px;
    height: 50px;
    line-height: 20px;
}

.ct_form .wpcf7-submit:hover {
    background: var(--pink10);
    color: var(--pink50);
    box-shadow: 0px 48px 14px 0px #F07FA100;
    border: 1px solid var(--pink50);
}

.ct_form input[type="text"],
.ct_form input[type="email"],
.ct_form input[type="phone"],
.ct_form input[type="date"],
.ct_form textarea,
.ct_form select {
    background: var(--white);
    border: 1px solid var(--neutral15);
    border-radius: 8px;
    height: 50px;
}

.ct_form .form_field.form_btn {
    position: relative;
}

.ct_form input:focus {
    border: 1px solid var(--pink50);
    outline: 0;
}

.ct_form .form_field.form_btn span.wpcf7-spinner {
    position: absolute;
}


.trust_logo {
    padding: 2rem 0;
    border-width: 4px 0px 4px 0px;
    border-style: solid;
    border-image-source: linear-gradient(180deg, #4E60D1 0%, #9600F2 100%);
    border-image-slice: 60 30;
    background: linear-gradient(180deg, #2F3D95 0%, #540087 100%);
}

.logo_list .owl-stage {
    display: flex;
    align-items: center;
}

.logo_list .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    height: 90px;
}

.logo_list .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.logo_list .owl-carousel .owl-item {
    margin: 0 30px !important;
    opacity: 0.5;
}

.logo_list .owl-carousel .owl-item.active {
    opacity: 1;
}


/*************** How It Work *******************/
.how_it_work {
    position: relative;
}
.how_it_work:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/left.png)no-repeat scroll  top right;
    position: absolute;
    top: 0px;
    left: 0;
    width: 275px;
    height: 621px;
    background-size: 275px;
    z-index: -1;
}

.work_box_wrp {
    background: #fff;
    border: 2px solid #EAEAEA;
    border-radius: 28px;
    box-shadow: 0px 15px 25px 0px #a5a5a538;
    min-height: 100%;
    transition: 0.3s;
    position: relative;
}
.work_box_wrp:before {
    content: "";
    background: linear-gradient(177deg, #322FD7, #BF07FD);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0; 
    transition: 0.5s;
    border-radius: 24px;
}
.work_box_wrp:hover:before {
    opacity: 1;
}
.content-wrp .title h3 {
    font-size: 24px;
    font-weight: 700;
}
.work_box_wrp .img-wrp {
    background: #EFECFF;
    border-radius: 22px 22px 0 0;
    height: 200px;
    overflow: hidden;
}
.work_box_wrp:hover .content-wrp .title h3{
    color: #fff;
}
.work_box_wrp:hover .content p {
    color: #fff;
}

.work_box_wrp:hover .content-wrp .text {    
    color: #fff;
}
.work_box_wrp .content-wrp {
    padding: 25px 20px;
    position: relative;
    z-index: 1;
}
.work_box_wrp .content-wrp .content {
    min-height: 134px;
}
.content-wrp .number {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.content-wrp .number .numb {
    border-radius: 12px;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
}
/************* Pink-box ****************/
.pink-bx .img-wrp img {
    width: 100%;
    height: 250px;
    transform: rotate(9deg);
    border: 12px solid #D2CBFF;
    border-radius: 12px;
    transition: 0.5s;
    position: relative;
    top: 35px;
    left: -35px;
}
.work_box_wrp:hover .pink-bx .img-wrp:after {
    transform: rotate(14deg);
}
.work_box_wrp:hover .pink-bx .img-wrp img {
    transform: rotate(6deg);
}
.pink-bx .img-wrp {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.content-wrp .number .text {
    background-image: linear-gradient(163.44deg, #F31085 0%, #FA6636 100%);
    color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
    padding-right: 10pX;
} 
.pink-bx .img-wrp:after {
    content: "";
    background: url(/wp-content/uploads/2025/02/cursor-click.png)no-repeat scroll center / cover;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 131px;
    top: 80px;
    transition: 0.5s;
}

.work_box_wrp:hover .content-wrp .number .bg-pink:before {
    background: #fff;
}
.work_box_wrp:hover .content-wrp .number .bg-pink {
    background-image: linear-gradient(153.22deg, #C64DF6 0%, #6A4EFC 100%);
    color: transparent;
    background-clip: text;
}
.content-wrp .number .bg-pink {
    position: relative;
}

.content-wrp .number .bg-pink:before {
    content: "";
    background: linear-gradient(163.44deg, #FA6636 0%, #F31085 100%);
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 12px;
    left: 0px;
    top: 6px;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 2px solid rgba(255, 255, 255, 0.32),;
}
.content-wrp .number .pink-text {
    background-image: linear-gradient(163.44deg, #F31085 0%, #FA6636 100%);
    color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
    padding-right: 10pX;
    
}

/************** Purple-box ***************/
.work_box_wrp .purp-bx .img-wrp img {
    width: 400px;
    border: 12px solid #D2CBFF;
    border-radius: 20px 20px 0 0px;
    position: relative;
    left: -12px;
    top: -10px;
    transition: 0.5s;
}
.work_box_wrp:hover .purp-bx .img-wrp img {
    top: 0;
}
.work_box_wrp:hover .purp-bx .img-wrp:after {
    transform: rotate(-10deg);
}
.work_box_wrp:hover .purp-bx .img-wrp:before {
    transform: rotate(0deg);
}
.purp-bx .img-wrp {
    padding-top: 60px;
    position: relative;
}
.purp-bx .img-wrp:after {
    content: "";
    background: url(/wp-content/uploads/2025/02/Loading-Circular-Symbol.png)no-repeat scroll;
    position: absolute;
    top: 0px;
    width: 169px;
    height: 169px;
    left: 155px;
    transition: 0.5s;
}
.purp-bx .img-wrp:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/Cute-Robot.png)no-repeat scroll center / cover;
    position: absolute;
    width: 203px;
    height: 203px;
    left: -25px;
    top: 82px;
    transform: rotate(-9.93deg);
    z-index: 1;
    transition: 0.5s;
}

.work_box_wrp:hover .content-wrp .number .bg-purple:before {
    background: #fff;
}
.work_box_wrp:hover .content-wrp .number .bg-purple {
    background-image: linear-gradient(153.22deg, #C64DF6 0%, #6A4EFC 100%);
    color: transparent;
    background-clip: text;
}
.content-wrp .number .bg-purple {
    position: relative;
}
.content-wrp .number .bg-purple:before {
    content: "";
    background: linear-gradient(153.22deg, #C64DF6 0%, #6A4EFC 100%);
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 12px;
    left: 1px;
    top: 6px;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 2px solid rgba(255, 255, 255, 0.32),;
}
.content-wrp .number .purple-text {
    background-image: linear-gradient(153.22deg, #C64DF6 0%, #6A4EFC 100%);
    color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
    padding-right: 10pX;
}
/************* bg-green****************/
.green-bx .img-wrp img {
    width: 400px;
    position: relative;
    top: 10px;
    left: 109px;
    transform: rotate(-7deg);
    border: 12px solid #D2CBFF;
    border-radius: 16px;
    transition: 0.5s;
}
.green-bx .img-wrp {    
    position: relative;
    overflow: hidden;
}
.green-bx .img-wrp:after {
    content: "";
    background: url(/wp-content/uploads/2025/02/drone.png)no-repeat scroll center / cover;
    position: absolute;
    top: -49px;
    width: 188px;
    height: 188px;
    left: 100px;
    transition: 0.5s;
}
.work_box_wrp:hover .green-bx .img-wrp:after {
    top: -38px;

}
.green-bx .img-wrp:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/hand.png)no-repeat scroll center / cover;
    position: absolute;
    width: 203px;
    height: 203px;
    left: -56px;
    top: 60px;
    transform: rotate(18deg);
    z-index: 1;
    transition: 0.5s;
}
.work_box_wrp:hover .green-bx .img-wrp:before {
    transform: rotate(6deg);
}

.work_box_wrp:hover .content-wrp .number .bg-green:before {
    background: #fff;
}
.work_box_wrp:hover .content-wrp .number .bg-green {
    background-image: linear-gradient(153.22deg, #C64DF6 0%, #6A4EFC 100%);
    color: transparent;
    background-clip: text;
}
.content-wrp .number .bg-green {
    position: relative;
}

.content-wrp .number .bg-green:before {
    content: "";
    background: linear-gradient(160.21deg, #47CA8D 0%, #24AF07 100%);
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 12px;
    left: 1px;
    top: 6px;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 2px solid rgba(255, 255, 255, 0.32),;
}
.content-wrp .number .green-text {
    background-image:linear-gradient(160.21deg, #47CA8D 0%, #24AF07 100%); 
    color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
    padding-right: 10pX;
}
.work_box_wrp:hover .green-bx .img-wrp img {
    transform: rotate(-4deg);
    top: 13px;
    left: 78px;
}




/************** Home features ********************/
.text_wt{
    color: #fff;
}
.hd_wrap {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.hd_wrap .sub_head {
    text-align: center;
    margin: 0 auto;    
    margin-bottom: 20px;
}

.hd_wrap .sub_head h3 {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.hd_wrap .sub_head h3 span {
    background: linear-gradient(45deg, #322FD7, #BF07FD);
    padding: 10px 24px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5) inset;
    font-weight: 500;
}
.hd_wrap .title h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
}
.hd_wrap .title h2 span {
    background-image: linear-gradient(272deg, #E46860, #E6B148);
    color: transparent;
    background-clip: text;
}
.feature_box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #EAEAEA;
    border-radius: 24px;
    box-shadow: 0px 7px 15px 0px #dddddd;
    transition: 0.5s ease-in-out;
    height: 100%;
}
.feature_box .content {
    padding-right: 30px;
}
.feature_box .box-title h3 {
    font-size: 24px;
    padding-left: 25px;
    margin: 0;
}
.feature_box .title_wrp {
    align-items: center;
    margin-bottom: 15px;
}
.btn_wrp a {
    background: linear-gradient(182deg, #EBA140, #F2476E);
    padding: 10px 10px 10px 24px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0px 4px 32px 0px #EBA1407A;
}

.btn_wrp a:hover{
    background: linear-gradient(182deg, #F2476E , #EBA140);
}
.Our-Features:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/right.png)no-repeat scroll  top right;
    position: absolute;
    top: -100px;
    right: 0;
    width: 275px;
    height: 621px;
    background-size: 275px;
    z-index: -1;
}
.Our-Features {
    position: relative;
    padding-top: 0 !important;
}
.Our-Features:after {
    content: "";
    background: url(/wp-content/uploads/2025/02/left.png)no-repeat scroll  top right;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 264px;
    height: 621px;
    background-size: 264px;
    z-index: -1;
}

/************** Home why_auto_tasker ********************/
.common-padding{
    padding: 120px 0;
}
.why_auto_tasker {
    position: relative;
    background: #1a171740;
}
video#myVideo {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.why_auto_tasker .tasker_box_inner .content {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 1rem;
    min-height: 70px;
}
.tasker_box {
    height: 100%;
    padding-bottom: 20px;
}
.tasker_box_inner {
    padding: 30px 20px 150px 20px;
    border: 2px solid rgb(255 255 255 / 8%);
    border-radius: 24px;
    height: 100%;
    position: relative;
}
.tasker_box_inner .box_image {
    position: absolute;
    bottom: 20px;
}
.tasker_box_inner:before {
    content: "";
    background: #FFFFFF14;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 22px;
    box-shadow: 0px 26px 26px 0px #00000017,0px 26px 26px 0px #00000017,0px 103px 41px 0px #00000003,0px 161px 45px 0px #00000000;
    backdrop-filter: blur(16px);
    z-index: -1;
}

.tasker_box .box_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tasker_box .box-title h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

/*************** accordion *******************/
.question_wrap{
    position: relative;
}
.question_wrap:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/right.png) no-repeat scroll top right;
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 275px;
    height: 621px;
    background-size: 275px;
    z-index: -1;
}
.question_wrap:after {
    content: "";
    background: url(/wp-content/uploads/2025/02/left.png)no-repeat scroll  top right;
    position: absolute;
    top: 0px;
    left: 0;
    width: 264px;
    height: 621px;
    background-size: 264px;
    z-index: -1;
}
.que-wrap .accordion-item {
    border-radius: 24px !important;
    margin: 10px 0;
}
.accordion-button:not(.collapsed) {
    background: #fff; 
    
}
.que-wrap .accordion-item:not(:first-of-type) {
     border-top: 2px solid #EAEAEA !important;
}
.que-wrap .accordion-item:first-of-type {
    border: 2px solid #EAEAEA !important;
    border-radius: 24px !important;
}
.que-wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-item {
    position: relative;
}
.accordion-item:before {
    content: "";
    background: linear-gradient(180deg, #322FD7 0%, #BF07FD 100%);
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 24px 0 0 24px;
}
.que-wrap .accordion-button:hover, .que-wrap .accordion-button:focus{
    color: #000;
}
.accordion-item button .accordion-button {
    font-size: 24px;
    font-weight: 700;
}

.que-wrap .accordion-button {
    font-size: 24px;
    font-weight: 700;
    background: no-repeat;
    padding: 32px 32px 32px 52px;
    box-shadow: none !important;
    position: relative;
    white-space: normal;
}

.que-wrap .accordion-body {
    padding: 0px 50px 30px 52px;
}
.que-wrap button::after {
    content: "+";
    background: linear-gradient(180deg, #EBA140 0%, #F2476E 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-family: none;
    border-radius: 50%;
    box-shadow: 0px 4px 32px 0px #EBA1407A;
}

.que-wrap button::before {
    content: "+";
    background: #fff !important;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 42px;
    border-radius: 50%;
    z-index: 0;
    color: #f37f51;
    font-family: monospace;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 600;
}

.que-wrap .accordion-button:not(.collapsed)::before {
    content: "-";
    z-index: 1;
    font-family: 'Gilroy';
    line-height: 10px;
}

/************** Testimonial ********************/ 

.testimonial {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.testimonial:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/right.png)no-repeat scroll  top right;
    position: absolute;
    top: -100px;
    right: 0;
    width: 275px;
    height: 621px;
    background-size: 275px;
    z-index: -1;
}
.testimonial .hd_wrap .sub_head {
    text-align: left;
}
.testimonial .hd_wrap {
    position: relative;
    padding-bottom: 150px;
}
.testimonial .hd_wrap:before {
    content: "";
    background: url(/wp-content/uploads/2025/02/Robotic-hand.png) no-repeat scroll bottom;
    position: absolute;
    bottom: 0;
    width: 800px;
    height: 482px;
    background-size: 600px;
    right: -190px;
    z-index: -1;
}
.slider_box {
    background: #fff;
    border: 2px solid #EAEAEA !important;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0px 15px 15px 0px #8F8F8F17;
    margin: 15px 25px 25px 25px;
}
.slider_box .content p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #1E1E1E;    
}
.slider_box .content {
    position: relative;
}
.slider_box .content .right {
    position: absolute;
    right: 0;
}
.slider_box .name_wrp {
    margin-top: 5rem;
}
.slider_box .name_wrp img {
    padding-right: 20px;
    width: 84px;
    height: 64px;
    object-fit: cover;
}

.slider_box .name_wrp .name h3 {
    font-size: 24px;
    font-weight: 700;
}

.slider_box .name_wrp .name span {
    font-size: 16px;
    font-weight: 500;
    color: #595959;
}
.vertical-slider {
  padding-right: 0 !important;
  height: 100%;
}
.slider_box .slick-prev, .slick-next {

    background: #000;
}

.testimonial .btn_wrp a {    
    padding: 10px 24px 10px 24px;    
}

/*************** blog *******************/
section.blog {
    background: url(/wp-content/uploads/2025/02/blog-bg-scaled.jpeg)no-repeat scroll top / cover;
    position: relative;
}
.blog:before {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section.blog .container {
    z-index: 1;
    position: relative;
}
.blog_box .img_wrp {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 21px 0 0 21px;
    max-width: 50%;
}
.blog_box .img_wrp img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: 0.5s;
}

.blog_box .content {
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 2;
}
.blog_box .content_box {
    padding-bottom: 20px;
}

.blog_box.blog-2 .content {
    display: block;
    position: relative;
}
.blog_box .content .title h3 {
    font-size: 24px;
    font-weight: 700;
}

.blog .content .name_wrp img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.blog .content .name_wrp {
    align-items: center;
}
.blog_box .content .name h3 {
    font-size: 16px;
    font-weight: 700;
}
.blog_box .content .name span {
    font-size: 16px;    
}
.blog_box {
    border: 2px solid #EAEAEA;
    box-shadow: 0px 15px 25px 0px #ffffff38;
    border-radius: 24px;
    margin-bottom: 20px;
    background: #fff;
    min-height: 280px;
}
.blog_box.blog-2 .img_wrp {
    height: 184px;
    overflow: hidden;
    border-radius: 21px 21px 0 0;
    max-width: 100%;
}
.blog-2 .img_wrp img {
    width: 100%;
    height: 184px;
}
.blog-2 .content .title h3 {
    font-size: 16px;
}
.blog-2 .content .name_wrp .name span {
    font-size: 16px;
}


.blog_box .img_wrp img:hover {
    transform: scale(1.1);
}
.blog .blog_box .content::before {
    background: linear-gradient(180deg, #322FD7 0%, #BF07FD 100%);
    border-radius: 0 22px 22px 0px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}
.blog .blog_box:hover .content::before {
    opacity: 1;
    z-index: -1;
}
.blog .blog_box.blog-2 .content::before {
    border-radius: 0 0 22px 22px;
    z-index: -1;
}

.blog .blog_box:hover h3, .blog .blog_box:hover .content_box, .blog .blog_box:hover span {
    color: #fff;
}

/******* Home Care **********/
.hm_care_inner {
    position: relative;
    padding: 150px 0;
    height: 610px;
    display: flex;
    align-items: center;
}

.hm_care_inner .content_area {
    max-width: 650px;
    margin: 0px auto;
    text-align: center;
    z-index: 1;
    position: relative;
}

.hm_care_inner .content_area span {
    font-weight: 900;
}

.hm_care_inner h2 {
    margin-bottom: 30px;
}

.hm_care_inner .icon_images .img_wrap {
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
}

.hm_care_inner .icon_images .img_wrap:nth-child(1) {  
    max-width: 255px;
}

.hm_care_inner .icon_images .img_wrap:nth-child(2) {
    left: unset;
    right: 0;
    max-width: 281px;
}

.hm_care_inner .icon_images .img_wrap:nth-child(3) {
    top: unset;
    bottom: 0;
    left: 35px;
    max-width: 269px;
}

.hm_care_inner .icon_images .img_wrap:nth-child(4) {
    top: unset;
    bottom: 0;
    right: 35px;
    max-width: 127px;
}

.hm_care_inner:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #ffff;
    border-radius: 50%;
    box-shadow: 0 0 240px 0 #fcd8e269;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm_care_inner .content_area .btn_wrap a {
    margin: 5px 10px;
    padding: 10px 24px;
}

.hm_why {
    padding: 120px 0 100px;
}

.hm_why .hd_wrap {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.hm_why .hd_wrap h3 {
    color: var(--pink50);
}

.iconboxes_wrap .icon_box {
    border: 1px solid var(--pink10);
    padding: 45px 25px;
    border-radius: 24px;
    transition: 0.3s;
    height: 100%;
}

.iconboxes_wrap .icon_box:hover {
    box-shadow: 0 0 30px var(--pink10);
}

.iconboxes_wrap .icon_box img {
    margin-bottom: 35px;
    max-width: 41px;
}

.hm_why .iconboxes_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.main_testimonial_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    position: relative;
    margin: 50px auto 0;
    max-width: 1000px;
}


.testimonial_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}

.testimonial_wrap li {
    min-height: 145px;
    border: 1px solid var(--neutral10);
    border-radius: 24px;
    padding: 25px;
    margin: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
}

.testimonial_wrap li:hover {
    border-color: transparent;
    box-shadow: 0 0 30px var(--pink10);
}

.testimonial_wrap .person_data {
    display: flex;
}

.testimonial_wrap .person_data img {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.testimonial_wrap .person_data .name_desig .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.testimonial_wrap .person_data .name_desig .desig {
    font-size: 12px;
    color: var(--neutral30);
    margin-top: 3px;
}

.testimonial_wrap .person_data .name_desig {
    margin-bottom: 15px;
}

.testimonial_wrap .content {
    font-size: 13px;
    color: var(--neutral50);
}

.hm_news {
    padding: 100px 0;
}

.hm_news .roundedframe {
    padding-top: 50px;
}

.hm_news .news-box {
    border: 1px solid var(--neutral30);
    display: block;
    padding: 30px;
    border-radius: 24px;
    background: var(--white);
    height: 100%;
    transition: 0.3s;
    color: var(--neutral30);
    transition: 0.3s;
}

.hm_news .news-box:hover {
    border-color: var(--pink50);
    box-shadow: 0px 47px 61px 0px #f7cfcf0d;
}

.hm_news .news-box .link_wrap:hover:before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(17%) saturate(22%) hue-rotate(328deg) brightness(97%) contrast(94%);
}

.hm_news .news-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.hm_news .news-box .img_wrap {
    max-width: 184px;
}

.hm_news .news-box .img_wrap img {
    max-height: 97px;
    margin-bottom: 20px;
}

.hm_news .news-box .content {
    display: block;
}

.hm_news .news-box .content_area {
    display: block;
    min-height: 240px;
    border-bottom: 1px solid var(--neutral30);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.hm_news .news-box .link_wrap {
    color: var(--pink50);
    font-weight: 600;
    position: relative;
    padding-right: 25px;
    font-size: 18px;
    transition: 0.3s;
}

.hm_news .news-box .link_wrap:hover {
    color: var(--neutral30);
}

.hm_news .news-box .link_wrap:before {
    content: "";
    background: url(/wp-content/uploads/2024/06/arrow_rightup.png)no-repeat scroll center / 18px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
}

.hm_blog {
    overflow-x: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
}

.hm_blog h2 {
    margin-bottom: 50px;
}

.hm_blog img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
    height: 278px;
}

.hm_blog .img_wrap {
    margin-bottom: 15px;
}

.hm_blog h3 {
    font-size: 18px;
}

.hm_blog .news-box h3 a {
    color: var(--black);
}

.hm_blog .news-box h3 a:hover {
    color: var(--pink50);
}
.news-box:hover .content_area h3 a {
    color: var(--pink50);
}
.hm_blog .news-box .category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.hm_blog .news-box .category ul li {
    background: var(--pink15);
    display: inline-block;
    color: var(--pink60);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px 10px 10px 0px;
}



.hm_blog .news-box {
    margin-bottom: 20px;
}

.hm_blog .news-box span.date_wrap {
    font-size: 12px;
    color: var(--neutral30);
}

.hm_blog_list {
    width: 200% !important;
}

.hm_blog_list {
    width: 150% !important;
}

.hm_blog_list_arrows button {
    border: 1px solid #000;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0px 0 30px;
}

.hm_blog_list_arrows {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.hm_blog_list_arrows button img {
    width: auto;
    height: auto;
    max-width: 26px;
}

.blog_wrap.blog:before {
    display: none;
}

.hm_blog_list.blog:before {
    display: none;
}
.hm_blog_list_arrows button:hover{
    background: var(--pink50) !important;
}
.hm_blog_list_arrows button:focus {
    background: no-repeat;
}

/*=============
About
=================*/
.inner_banner {
    margin-top: 150px;
}

.inner_banner .inner_banner_content {
    max-width: 655px;
    margin: 0 auto 100px auto;
    text-align: center;
    position: relative;
}

/*.inner_banner .inner_banner_content:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 249, 249, 0) 0%, #F4618A 100%);
    width: 500px;
    height: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
    filter: blur(70px);
}*/

.about_page .below_banner .img_wrap,
.about_page .below_banner .img_wrap img {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.abt_who_we_are {
    padding: 100px 0;
}

/*.abt_who_we_are .hd_wrap h3 {
    margin-top: 50px;
}*/
.abt_who_we_are .hd_wrap h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.abt_who_we_are img {
    border-radius: 32px;
}

.abt_partners .img_wrap img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}
.abt_partners .conent_img_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.abt_partners .conent_img_wrap img {
    max-width: 150px;
}
.abt_partners .conent_img_wrap a {
    margin: 12px;
}
.abt_partners .conent_img_wrap a:first-child {
    margin-left: 0;
}
.abt_policy .hd_wrap {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.abt_policy .hd_wrap .sub_text {
    max-width: 660px;
    margin: 15px auto 0 auto;
}

.abt_policy {
    padding: 100px 0 0;
}

.abt_policy .video_wrap {
    margin: 0 auto;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.abt_policy .video_wrap img {
    border-radius: 32px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.abt_policy .video_wrap .video_btn {
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
}

.abt_policy .video_wrap .video_btn img {
    width: auto;
}

.abt_policy .video_wrap:hover .video_btn {
    transform: scale(1.1);
}

.abt_policy .video_wrap .video_link {
    flex: 1;
}

video {
    width: 100%;
}

.modal-dialog.modal-dialog-centered {
    max-width: 750px;
}

.modal-content {
    border-radius: 24px;
    border: 0;
}

.modal-header {
    border: 0;
    padding: 0;
}

.modal-header button.btn-close {
    margin-right: 10px;
    margin-top: 10px;
}
header:not(.home header) {
    background: #000 !important;
}
/*=============
Product
=================*/

.single_product .home_banner .colorbg:before {
    opacity: 0.6;
}
.single_product .banner_tabs .tab_content_area {
    justify-content: center;
}

.single_product .banner_content h1 {
    max-width: 100%;
    margin: 0 auto;
}
.single_product .tab_content_area .img_wrap {
    text-align: center;
}
.single_product .hm_why .hd_wrap {
    max-width: 1000px;
}

.single_product .banner_tabs .tabs_wrap {
    padding-top: 10px;
}

.single_product .hm_counter {
    background-position: center 70px;
    padding-top: 50px;
}

.single_product .hm_why .hd_wrap {
    max-width: 680px;
}
.main_product_slider .container {
    max-width: 1340px;
}
.pro_slide {
    display: grid;
    align-items: center;
    grid-template-columns: 540px 1fr;
    grid-gap: 40px;
}

.pro_slide .img_wrap {
    text-align: center;
}

.pro_slide .content {
    max-width: 540px;
}

.pro_slide .content h3 {
    max-width: 450px;
}

.pro_slide .img_wrap img {
    width: auto !important;
    display: inline-block !important;
    max-height: 500px;
}

.product_slider {
    padding-left: 30px;
}

.product_slider .owl-dots button {
    background: var(--pink10) !important;
    width: 4px;
    height: 140px;
    display: block;
    margin: 10px 0;
}

.product_slider .owl-dots button.active {
    background: var(--pink50) !important;
}

.product_slider .owl-dots {
    position: absolute;
    top: 20px;
    left: 0;
}

.main_product_slider .hd_wrap {
    text-align: center;
    max-width: 946px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.single_product .addscroll .banner_content {
    margin-bottom: 40px;
}

.single_product .addscroll .colorbg, .single_product .colorbg {
    transform: none;
    border-radius: 0;
    height: 800px;
    max-width: unset;
}

/*=============
Contact Page
=================*/

.contact_page {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    background: #FFF3F3;
}

.contact_page:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 249, 249, 0) 0%, #F4618A 100%);
    width: 500px;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.4;
}

.mainform .content .short_text {
    max-width: 405px;
    font-weight: 600;
}

.mainform .ct_form {
    background: var(--white);
    padding: 50px;
    border: 1px solid var(--neutral10);
    border-radius: 16px;
    max-width: 420px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.mainform .ct_form .form_field {
    margin-bottom: 10px;
}

.mainform .ct_form .form_field label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.mainform .ct_form .form_field select {
    background: url(/wp-content/uploads/2024/07/down_ar.png)no-repeat scroll center right 20px;
    appearance: none;
    -moz-appearence: none;
    color: var(--neutral30);
}

.mainform .ct_form input[type="text"],
.mainform .ct_form textarea,
.mainform .ct_form input[type="email"],
.mainform .ct_form select {
    border: 1px solid var(--neutral15);
    background: #fff;
    font-size: 14px;
}

.mainform .ct_form input:focus,
.mainform .ct_form select:focus,
.mainform .ct_form select:focus-visible {
    border-color: var(--pink30) !important;
    outline: none;
}

.mainform .ct_form option:not(:checked) {
    color: var(--neutral50);
}

.mainform .ct_form .wpcf7-submit {
    margin-top: 15px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #FF4949;
    font-weight: 500;
    text-align: left;
}

#wpcf7-f23-o1 .wpcf7-response-output {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.mainform .select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    height: 40px !important;
    border: 1px solid var(--neutral15) !important;
}

.mainform .select2-container--below .select2-selection--single
{   
    border: 1px solid var(--pink30) !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    font-size: 14px;
    color: #454545 !important;
    font-weight: 500 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 !important;
    background: url(/wp-content/uploads/2024/07/down_ar.png)no-repeat scroll center / 8px !important;
    width: 8px !important;
    height: 5px !important;
    margin: 0px !important;
    left: 0 !important;
    top: 48% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 0 !important;
    outline: none !important;
}

.select2-container--open .select2-dropdown {
    top: 40px !important;
    border: 1px solid var(--pink30) !important;
    border-radius: 10px !important;
    box-shadow: 0px 5px 10px 0px #8F8F8F1A !important;
}

.select2-search--dropdown {
    display: none !important;
}

.select2-container--default .select2-results>.select2-results__options li:first-child {
    display: none !important;
}

.select2-container--default .select2-results>.select2-results__options li:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent !important;
    color: var(--pink30) !important;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 10px !important;
}

.select2-container--default .select2-results__option--selected {
    background: transparent !important;
}

.success_box {
    border: 1px solid #DADADA;
    background: #fff;
    padding: 50px;
    border-radius: 16px;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    display: none;
}

.success_box h4 {
    margin: 22px 0 10px;
}

.success_box p {
    font-size: 14px;
    max-width: 310px;
    margin: 0 auto;
    font-weight: 500;
}


/*=============
Our Story
=================*/

.our_story .tab_content_area .img_wrap {
    margin: 0 auto;
    max-width: 1090px;
}
.our_story p {
    font-weight: 500;
}
.our_story_content {
    padding-top: 50px;
}

.our_story .colorbg {
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 0 15px;
    transform: translateY(150px);
    width: auto;
}

.our_story .banner_tabs .tabs_wrap {
    padding-top: 0;
}

.our_story .banner_content {
    margin-bottom: 0;
    padding-top: 235px;
    padding-bottom: 80px;
}

.our_story .content_boxes.reduced_width {
    padding: 100px 0;
}

.our_story .impact {
    padding: 100px 0 50px;
}

.our_story .impact .content_boxes img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

.our_story .future .content_boxes img {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
}

.our_story .content_wrap {
    max-width: 630px;
}

/*=============
FAQ
=================*/

.faq_cta {
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.33);
    max-width: 860px;
    margin: 0 auto;
}

.faq-container {
    max-width: 640px;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 2px solid #16324F;
}

.faq-question {
    padding: 25px 0 25px 0px;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    color: var(--neutral50);
    width: 100%;
    font-weight: 500;
}
.faq-question:hover, .faq-question.active {
    color: var(--pink50);
}
.faq-question i {
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 27px;
    color: var(--neutral50) !important;
}

.faq-question i {
    font-size: 20px;
    top: 35px;
}

/*without toggle*/

.faq-answer {
    padding: 0 15px 15px 0px;
    display: none;
    /* Initially hide the answers */
}

.searched_tagline {
    text-align: center;
}

.entry-content.without-toggle .faq-answer {
  display: block;
}
.entry-content.without-toggle .faq-question {
    color: var(--pink50);
}

.faq_wrap .entry-content {
    border-bottom: 1px solid var(--neutral5);
}

.faq_inner {
    max-width: 850px;
    margin: 0 auto;
}

.help_page .banner_area {
    background: var(--pink10);
    padding-bottom: 60px;
    padding-top: 30px;
    margin-bottom: 80px;
}

.help_page .banner_area .banner_content {
    max-width: 715px;
}

.help_page .banner_area .banner_content h1 {
    margin: 0 auto;
    max-width: 100%;
}

.help_page .search_bar {
    max-width: 400px;
    margin: 30px auto 0 auto;
}

.help_page .search_bar input:focus {
    outline: 0;
    border-color: var(--pink50);
}

.help_page .search_bar input {
    border-radius: 8px;
    border-color: var(--neutral10);
    padding-left: 50px;
    background: #fff url(/wp-content/uploads/2024/07/Group.png)no-repeat scroll center left 18px;
}

/*=============
Blog
=================*/
.blog_list .news-box {
    margin-bottom: 20px;
}

.blog_list .img_wrap {
    margin-bottom: 15px;
}

.blog_list .news-box .category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.blog_list .news-box .category ul li {
    background: var(--pink15);
    display: inline-block;
    color: var(--pink60);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px 10px 10px 0px;
}

.blog_list h3 {
    font-size: 18px;
}

.blog_list .news-box h3 a {
    color: var(--black);
}

.blog_list .news-box span.date_wrap {
    font-size: 12px;
    color: var(--neutral30);
}

.blog_list .news-box img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
    height: 278px;
}

.blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.blog_featured .news-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    align-items: center;
}

.blog_featured {
    margin-bottom: 100px;
    padding: 50px;
    background: var(--pink5);
    border-radius: 32px;
}

.blog_featured .img_wrap img {
    width: 100%;
    height: 495px;
    object-fit: cover;
    border-radius: 16px;
}

.blog_featured ul.post-categories {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.blog_featured .post-categories li a {
    background: var(--pink15);
    display: inline-block;
    color: var(--pink60);
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px 10px 10px 0px;
}


.blog_featured h3 a {
    color: var(--neutral50);
}

.blog_featured span.date_wrap {
    font-size: 14px;
    font-weight: 600;
    color: var(--pink50);
}

.blog_featured .content {
    color: var(--neutral30);
    padding: 5px 0 15px;
}

.post_bottom .sidebar,
.post_bottom .cta_sidebar {
    position: sticky;
    top: 130px;
}

/*=============
Single
=================*/
.single_post .top_area {
    padding-top: 150px;
}
.related_articles .hm_blog {
    padding-top: 0;
}
.related_articles .blog_box img {
    border-radius: 0 !important;
}
.single_post .top_area .category li {
    color: var(--pink50);
    font-weight: 600;
    list-style: none;
}

.single_post .top_inner {
    max-width: 625px;
    margin: 0 auto 60px auto;
}

.single_post .featured_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    max-height: 615px;
}

.post-categories a {
    pointer-events: none;
}

.single_post .top_area .short_content {
    padding: 10px 0 20px;
    font-weight: 500;
    color: var(--neutral40);
}

.main_post_bottom {
    padding: 30px 0 50px;
}

.main_post_bottom .heateor_sss_sharing_ul a {
    margin: 0 10px 0 0 !important;
}

.main_post_bottom .heateor_sss_sharing_ul a:hover path {
    fill: var(--pink50);
}

.main_post_bottom .heateor_sss_sharing_ul a span {
    background: no-repeat !important;
}

.main_post_bottom .heateor_sss_sharing_ul a span path {
    fill: var(--neutral50);
}

.cta_sidebar .footer_cta {
    padding: 40px 24px 40px 24px;
    border-radius: 16px;
    min-height: 331px;
}

.cta_sidebar .footer_cta h2 {
    font-size: 24px;
}

.author_section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author_section .post_author {
    display: flex;
    align-items: center;
}

.author_section .author-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author_section .author-image {
    margin-right: 15px;
}

.author_section .post_author .author-name {
    text-align: left;
}

.author_section .post_author .author-name p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
}

.author_section .post_author .post_date {
    color: var(--neutral30);
    font-size: 14px;
    font-weight: 500;
}

.post_bottom .post_content {
    padding-right: 50px;
    font-weight: 600;
}

.single .hm_blog_list_arrows button:nth-child(1) {
    display: inline-flex;
}


.single .hm_blog_list_arrows button:nth-child(4) {
    display: inline-flex;
}
.hm_blog_list .blog-2 .content .title h3 {
    min-height: 40px;
}

.related_articles .hd_wrap {
    max-width: 100%;
    padding-bottom: 0;
}
.single .hm_blog_list .owl-stage {
    display: flex;
}
/*=============
Press Release
=================*/

.top_featured {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px;
    padding-bottom: 100px;
}

.top_featured .blog_list {
    display: block;
}

.top_featured .blog_list.featured_one .news-box img {
    height: 478px;
}

.featured_one .short_content {
    color: var(--neutral30);
    padding: 10px 0 20px 0;
}

.blog_list.featured_one .news-box .date_wrap {
    font-weight: 600;
    color: var(--pink50);
    font-size: 14px;
}

.press_release .inner_banner .inner_banner_content:before {
    display: none;
}

.press_category .publish_date {
    color: var(--neutral30);
    font-weight: 600;
    font-size: 14px;
}

ul.post-categories {
    padding-left: 0;
}

/*=============
Footer Modal 
=================*/
.nav_wrap .left_wrap a[data-bs-toggle] {
    cursor: pointer;
}

.lab_modal button.btn-close {
    font-size: 10px;
    opacity: 1;
    margin-top: 40px;
    position: relative;
    top: -20px;
    right: 10px;
}

.lab_modal button.btn-close:focus,
.lab_modal button.btn-close:hover {
    background-color: transparent;
    color: #000 !important;
    opacity: 1;
}

.mod_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.mod_wrap .img_wrap {
    width: 280px;
}

.mod_wrap .content_wrap {
    flex: 1;
}

.lab_modal .modal-dialog {
    max-width: 700px;
}

.lab_modal .modal-body {
    padding: 0 25px 30px 25px;
}

.lab_modal .img_wrap img {
    width: 277px;
    height: 350px;
    object-fit: cover;
    border-radius: 24px;
}
.common_page ul li {
    margin: 8px 0;
}


/*=============
Pricing
=================*/


.pricing.about_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.pricing {
    padding: 120px 0 50px;
    background: var(--section-4-bg-color);
}

.pricing .about_content .main-head h2 span {
    color: var(--primary-color);
    padding-right: 0px;
    position: relative;
}

.pricing .about_content .main-head h2 span:before {
    content: "";
    background: var(--primary-color);
    width: 205px;
    height: 70px;
    position: absolute;
    border-radius: 5px;
    left: -8px;
    bottom: 0;
    top: 0px;
    right: 0;
    opacity: 0.15;
}

.pricing-grid-head .pr_grid_tilte h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-grid .pr_grid_icon {
    text-align: center;
    background: linear-gradient(45deg, #322FD7, #BF07FD);
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 4px solid #ddd;
}

.pricing-grid .pr_grid_icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    filter: invert(1);
}

.pricing-grid .pr_grid_icon .fa {
    font-size: 40px;
    color: var(--primary-color);
    transition: 0.5s;
}

.pricing-grid-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}

.pricing .pricing-grid {
    background: #ffffff;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .15);
    margin-bottom: 40px;
    padding: 2rem 3rem;
    border-radius: 10px;
    transition: 0.5s;
    min-height: 750px;
    height: 100%;
}

.pricing .pricing-grid:hover {
    transition: 0.5s;
    transform: translateY(-7.5px);
}

.pricing-grid .pr_grid_price p {
    font-size: 17px;
    text-align: center;
    margin: 0;
}   

.pricing-grid .pr_grid_price sup {
    font-size: 24px;
    font-weight: 500;
    top: -5px;
    padding-right: 5px;
}

.pricing-grid .pr_grid_price .pr-content-mute {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.pricing-grid .pr_grid_price span {
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0;
    display: inline-block;
    background-image: linear-gradient(272deg, #E46860, #E6B148);
    color: transparent;
    background-clip: text;
    line-height: 1.3;
}

.pricing-grid-content {
    display: flex;
    justify-content: center;
    border: none;
}

.pricing-grid-content .pr-list .green {
    font-size: 17px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.pricing-grid-content .pr-list .green .fa {
    color: #eba140;
}

.pricing-grid-content .pr-list .green span {
    padding-left: 50px;
}

/*=============
Responsive
=================*/
@media(min-width: 2000px) {
    .hm_blog_list {
        width: 200% !important;
    }
}


@media(max-width: 1199px) {
    .top_footer .social {
        margin-top: 20px;
    }
    footer .top_footer {
        padding: 60px 0 40px;
    }
    .footer_1 {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer_1 a {
        justify-content: center;
    }
    .top_footer .footer_desc {
        margin: 0 auto;
    }
    .que-wrap .accordion-button {
        font-size: 20px;
    }
    .main_header .btn_wrap {
        display: none;
    }

}

@media(max-width: 1025px) {
    .menu_area {
        width: auto;
    }

    .nav_wrap {
        display: block;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        box-shadow: none;
        background: no-repeat;
    }

    .nav_wrap ul li:last-child {
        margin-bottom: 0;
    }

    .nav_wrap .left_wrap {
        padding-right: 0;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .for_mobile {
        display: block !important;
    }

    .for_mobile a.mega-menu-link {
        background: var(--pink50) !important;
        border-radius: 8px !important;
        color: var(--white) !important;
        padding: 7px 24px !important;
        font-weight: 600 !important;
        height: auto !important;
        font-size: 20px !important;
        text-align: center !important;
        max-width: calc(100% - 15px) !important;
        margin: 40px auto 0 auto !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        max-width: 100%;
        width: 100%;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding-top: 90px;
    }
    .for_mobile.m_logo a {
        background: url(/wp-content/uploads/2024/09/logo-1.svg)no-repeat scroll center  !important;
        text-indent: -9999px !important;
        position: absolute !important;
        max-width: 100% !important;
        margin: 0 !important;
        width: 127px  !important;
        min-width: 127px !important;
        min-height: 52px !important;
        padding: 0 50px !important;
        top: 10px !important;
    }

    .for_mobile.m_logo {
        position: absolute !important;
        top: 0 !important;
        left: 30px !important;
    }
    .for_mobile.m_close a {
        background: url(/wp-content/uploads/2024/07/Hamburger-Menu-Icon.png)no-repeat scroll center !important;
        margin: 0 !important;
        color: #000 !important;
        font-family: arial !important;
        text-indent: -9999px !important;
    }
    .for_mobile.m_close {
        position: absolute !important;
        top: 0 !important;
        right: 20px !important;
    }
    .Our-Features.common-padding {
        padding-top: 0;
    }
    .que-wrap .accordion-button {
        font-size: 18px;
        padding-left: 35px;
    }
}

@media(max-width: 991px) {

    .ft_48,
    .ft_64, 
    .ft_56 {
        font-size: 32px !important;
    }

    .ft_24 {
        font-size: 18px !important;
    }

    .ft_32 {
        font-size: 18px !important;
    }

    .ft_40 {
        font-size: 18px !important;
    }
    .ft_20 {
        font-size: 18px !important;
    }
    body p {
        font-size: 14px;
    }

    .ct_form .form_field.form_btn span.wpcf7-spinner {
        right: 0;
        top: 50px;
    }
    .blog_list {
        grid-template-columns: 1fr 1fr;
    }

    .sub_title {
        font-size: 14px !important;
    }
    .blog .hd_wrap {
        padding-bottom: 0;
    }
    .main_testimonial_wrap {
        grid-template-columns: 1fr;
        max-width: 650px;
        margin-top: 10px;
    }
    .testimonial .hd_wrap:before {
        display: none;
    }

    .testimonial .hd_wrap {
        position: relative;
        padding-bottom: 50px;
        text-align: center;
    }
    .testimonial .hd_wrap .sub_head {
        text-align: center;
    }
    .common-padding {
        padding: 60px 0;
    }
    .how_it_work:before {
        opacity: 0.2;
    }

    .our_story .colorbg, .our_story .addscroll .colorbg {
        margin: 0 15px;
        transform: translateY(90px);
        border-radius: 30px;
    }
    .our_story .banner_content {
        padding-top: 160px;
        padding-bottom: 30px;
    }
    .our_story .content_wrap {
        max-width: 100%;
    }
    .our_story .img_content img {
        max-height: 210px !important;
    }

    .our_story {
        padding-bottom: 50px;
    }
    .contact_page:before {
        width: 100%;
    }
    .mainform .content .short_text {
        margin: 0 auto;
    }

    .Our-Features:before, .Our-Features:after, .testimonial:before, .question_wrap:before, .question_wrap:after {
        opacity: 0.2;
    }
    .blog_box {
        display: flex;
        flex-direction: column;
    }
    .blog_box .img_wrp {
        max-width: 100%;
        border-radius: 21px 21px 0 0px;
    }
    .blog_box.blog-2 .img_wrp, .blog-2 .img_wrp img {
        height: auto;
    }
    .pricing {
        padding-top: 60px;
    }

    .pricing .hd_wrap {
        padding-bottom: 20px;
    }
    .cc_form_wrap .wrap, .cc_form_wrap  img {
        border-radius: 10px 10px 0 0;
    }
}



@media(max-width: 767px) {
    .container {
        padding: 0 24px;
    }
    .hd_wrap .title h2 {
        font-size: 30px;
    }
    .banner_content {
        padding-top: 0;
    }
    .main_nav .sitelogo .care_logo img {
        max-width: 185px;
    }

    .home_banner .banner_img {
        margin-top: -120px;
    }
    .single_product .banner_content {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 0px;
    }
    .single_product .banner_content {
        padding-top: 130px;
    }
    .single_product .banner_content, .single_product .addscroll .banner_content {
        margin-bottom: 0px;
    }

    .single_product .hm_care .btn_wrap a {
        font-size: 14px;
        margin: 4px 4px;
    }

    .trust_logo {
        padding-top: 30px;
    }

    .mobile_logo_list ul li {
        display: inline-block;
        padding: 10px 10px;
    }

    .mobile_logo_list ul li img {
        height: 45px;
    }

    .trust_logo .hd_wrap {
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }

    .hm_care_inner .icon_images .img_wrap {
        top: -60px;
        max-width: 140px;
    }

    .hm_care_inner .icon_images .img_wrap:nth-child(2) {
        top: 0;
    }

    .hm_care_inner .icon_images .img_wrap:nth-child(3) {
        bottom: -60px;
        left: 0;
    }

    .hm_care_inner .icon_images .img_wrap:nth-child(4) {
        right: 10px;
        bottom: -30px;
        max-width: 70px;
    }

    .hm_care_inner:before {
        width: 238px;
        height: 238px;
        top: -130px;
    }



    .hm_care_inner .content_area h2 {
        font-size: 20px !important;
    }

    .hm_care_inner .content_area h2 br {
        display: none;
    }



    .hm_why {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    div#hm_care_animated {
        margin: 0;
    }

    .hm_why .hd_wrap h3 {
        font-size: 14px !important;
    }

    .section_title {
        font-size: 18px !important;
    }

    .hm_why .hd_wrap {
        padding-bottom: 10px;
    }

    .iconboxes_wrap .icon_box .ft_20 {
        font-size: 16px !important;
    }

    .iconboxes_wrap .icon_box p {}

    .iconboxes_wrap .icon_box {
        padding: 30px 20px;
    }

    .iconboxes_wrap .icon_box img {
        max-width: 32px;
    }

    .hm_news {
        padding: 60px 0 0;
    }

    .hm_news .roundedframe {
        padding-top: 20px;
    }

    .hm_news .news-box .img_wrap {
        max-width: 106px;
    }

    .hm_news .news-box h3 {
        font-size: 16px;
    }

    .hm_news .news-box .content {
        font-size: 14px;
    }

    .hm_news .news-box .content_area {
        min-height: auto;
    }

    .hm_news .news-box {
        padding: 25px 15px;
        height: auto;
        margin: 0px 0 20px;
    }

    .hm_news .news-box .link_wrap {
        font-size: 16px;
    }

    .hm_blog {
        padding: 50px 0;
    }

    .hm_blog h2 {
        margin-bottom: 20px;
    }

    .hm_blog_list_arrows button {
        width: 24px;
        height: 24px;
        margin: 0 0 0 10px;
    }

    .hm_blog_list_arrows button img {
        width: 15px !important;
        height: 12px !important;
    }

    .hm_blog_list_arrows {
        margin-bottom: 30px;
    }

    .main_footer_cta {
        padding: 0;
    }

    .abt_policy {
        padding-top: 50px;
    }

    .abt_policy .video_wrap .video_btn img {
        max-height: 40px;
    }

    .single_product .home_banner .colorbg {
        height: 650px;
    }

    .single_product .hm_care_inner .icon_images .img_wrap:nth-child(3) {
        max-width: 60px;
        bottom: -30px;
    }

    .single_product .hm_care_inner .icon_images .img_wrap:nth-child(2) {
        max-width: 89px;
        top: -20px;
    }

    .single_product .hm_care_inner .icon_images .img_wrap:nth-child(4) {
        max-width: 130px;
        bottom: -70px;
    }

    .single_product .banner_tabs .tabs_wrap{
        padding-top: 10px;
    }
    .single_product .home_banner .colorbg:before {
        opacity: 1;
        top: 210px;
        max-width: 300px;
        height: 240px;
        background: linear-gradient(180deg, rgba(255, 249, 249, 0) -10%, var(--pink50) 100%);
    }
    .main_product_slider .hd_wrap {
        padding-bottom: 30px;
    }

    .single_product .hm_care_inner {
        padding: 30px 0;
    }
    div#hm_care_animated {
        margin: 0 !important;
    }

    .mainform .content {
        padding-bottom: 40px;
        text-align: center;
    }

    .mainform .ct_form {
        padding: 30px 20px;
    }

    .single_post .top_area {
        padding: 100px 0 20px;
    }

    .single_post .top_inner h1 {
        font-size: 28px;
    }

    .padd_wrap {
        padding: 0;
    }

    .post_bottom .post_content {
        padding-right: 0;
    }

    .cta_sidebar .footer_cta {
        min-height: auto;
        padding: 64px 24px 64px 24px;
    }

    .related_articles .hm_blog {
        padding: 0;
    }
    .related_articles {
        margin-right: -24px;
    }
    .main_blog_page .inner_banner {
        margin-top: 100px;
    }
    .main_blog_page {
        padding-bottom: 50px;
    }
    .main_blog_page .inner_banner .inner_banner_content h1 {
        font-size: 40px;
    }

    .main_blog_page .inner_banner_content p {
        font-size: 16px;
        font-weight: 500;
        max-width: 260px;
        margin: 0 auto;
    }

    .main_blog_page .inner_banner .inner_banner_content {
        margin-bottom: 60px;
    }

    .blog_featured {
        padding: 30px 20px;
        margin-bottom: 50px;
    }

    .blog_list {
        grid-template-columns: 1fr;
    }

    .blog_featured .news-box {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .blog_list h3 {
        font-size: 16px;
    }

    .blog_list .news-box span.date_wrap {
        font-weight: 600;
    }

    .inner_banner .inner_banner_content:before {
        width: 100%;
        opacity: 0.6;
    }

    .blog_featured .content {
        padding: 0;
    }

    .blog_inner h2 {
        font-size: 20px;
    }

    .blog_list .news-box {
        margin-bottom: 5px;
    }

    .press_release .inner_banner {
        margin-top: 100px;
    }

    .press_release .inner_banner .inner_banner_content h1 {
        font-size: 40px;
    }
    .press_release .featured_one h3 {
        font-size: 28px !important;
    }
    .press_release .featured_two .ft_one {
        margin-bottom: 30px;
    }
    .press_release .inner_banner_content p {
        font-size: 16px;
        font-weight: 500;
        max-width: 280px;
        margin: 0 auto;
    }

    .press_release .inner_banner .inner_banner_content {
        margin-bottom: 50px;
        max-width: 280px;
    }

    .press_release .top_featured {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-bottom: 30px;
    }

    .press_release .top_featured .featured_one .img_wrap {
        margin: 0 -24px 15px -24px;
    }

    .press_release .top_featured .featured_one .img_wrap img {
        border-radius: 0;
        height: 360px;
    }

    .press_release .blog_wrap {
        padding-bottom: 50px;
    }

    .press_release .featured_one .short_content {
        display: none;
    }

    .single-press-release .single_post .featured_img {
        margin: 0 -24px;
    }

    .single-press-release .single_post .featured_img img {
        border-radius: 0;
        max-height: 285px;
    }

    .single_post .top_inner {
        margin: 0 auto 30px auto;
    }

    .main_post_bottom {
        padding-top: 0;
    }
    .help_page .banner_area .banner_content h1 {
        font-size: 40px !important;
    }
    .help_page .banner_area .banner_content {
        padding-top: 70px;
        margin-bottom: 0;
    }
    .help_page .banner_area {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .our_story .banner_content {
        padding-top: 190px;
        padding-bottom: 0px;
    }
    .our_story .content_boxes.reduced_width h2 {
        font-size: 20px !important;
    }
    .our_story_banner_mobile.text-center.img_wrap {
        max-width: 100%;
    }
    .our_story .colorbg {
        height: 860px;
        background: var(--pink5);
    }
    .our_story .colorbg:before {
        height: 250px;
        max-width: 200px;
        opacity: 1;
        background: linear-gradient(180deg, rgb(255 249 249 / 0%) 0%, var(--pink50) 100%);
        top: -180px;
    }
    .our_story .content_boxes.reduced_width {
        padding-top: 0px;
        font-weight: 500;
        padding-bottom: 50px;
    }
    .our_story .impact {
        padding-top: 40px;
    }
    .our_story .img_content img {
        width: 100%;
        object-fit: cover;
        max-height: 250px !important;
    }

    .footer_cta {
        padding: 65px 30px;
    }

    .footer_cta h2 {
        font-size: 24px !important;
    }

    .top_footer h5 {
        font-size: 14px;
    }

    .footer_menu li {
        font-size: 14px;
    }
    .footer_copyright {
        font-size: 14px;
        text-align: center;
    }

    .inner_banner .inner_banner_content h1 {
        font-size: 24px;
    }

    .inner_banner_content p {
        font-size: 14px;
    }
    .select2-container--open .select2-dropdown {
        top: 55px !important;
    }
    .home .hm_care_inner .content_area .btn_wrap {
        margin: 0 -40px;
    }
}

@media(max-width: 600px) {
    .ft_56 br{
        display: none;
    }
    .home_banner .banner_img {
        margin-top: -70px;
    }
    .work_box_wrp .content-wrp .content {
        min-height: auto;
        padding-bottom: 25px;
    }
    .ct_form .wpcf7-submit {
        font-size: 14px;
    }

    .hm_blog img {
        height: 159px;
        width: 100% !important;
        border-radius: 10px;
    }

    .hm_blog .news-box .category ul li {
        font-size: 10px;
    }

    .hm_blog .news-box h3 a {
        font-size: 14px;
    }

    .hm_blog h3 {
        margin-bottom: 0;
    }

    .hm_blog .owl-dots {
        display: none;
    }

    .about_page .below_banner .img_wrap,
    .about_page .below_banner .img_wrap img {
        height: 280px;
        width: 100%;
    }

    .blog_featured .img_wrap img {
        height: 230px;
    }

    .banner_form .ct_form {
        display: block;
    }

    .ct_form .form_field.form_btn {
        margin-top: 15px;
    }

    .home .banner_tabs .tabs_wrap {
        padding-top: 70px;
    }
    .postid-651 .single_product .colorbg {
        height: 610px !important;
    }
}

@media(max-width: 400px){
    .single_product .hm_care_inner {
        height: 690px;
        background-size: 375px 690px !important;
        padding: 0;
    }
    .postid-651 .single_product .colorbg {
        height: 650px !important;
    }
    .home_banner .btn_wrap a {
        margin: 5px 3px;
    }
    footer .top_footer {
        padding: 60px 0 10px;
    }
}