@import url("../../../css2.css");
/*------------------------------------------------------------------
[Master Stylesheet]
Project: Share and Support
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. Body
2. Header / #header
3. Banner Section / #banner
4. Menu Section
5. Form Section
6. WhychooseUs Section
7. Teams section
8. Pricing Section
9. Carousel Section
10. Footer Section
*/

body {
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Display", serif;
}

:root {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #05d393;
    --e-global-color-text: #555555;
    --e-global-color-accent: #05d393;
    --e-global-dark-moderate-violet: #662d91;
    --e-global-dark-moderate-violet2: #662c91;
    --e-global-moderate-violet: #8b4fb9;
    --e-global-color-white: #ffffff;
    --e-global-e-light-grayish-blue: #f2fafe;
    --e-global-e-color-dark-gray: #a4a4a4;
    --e-global-color-very-light-gray: #eaeaea;
    --e-global-color-slightly-desaturated-violet: #af85cf;
    --e-global-color-light-grayish-blue2: #cddbe3;
    --e-global-color-light-grayish-green: #e8f3d8;
    --e-global-color-soft-green: #b2e968;
    --e-global-color-mostly-white: #fbfbfb;
    --e-global-color-very-light-gray2: #dddddd;
    --e-global-color-input-gray: #aaaaaa;
    --ee-global-color-red: #f11960;
}

html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: "DM Serif Display";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1w.ttf)
        format("truetype");
}
@font-face {
    font-family: "DM Serif Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2K_c.ttf)
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf)
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf)
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf)
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf)
        format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf)
        format("truetype");
}

h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    letter-spacing: -0.1px;
}

h2 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

h3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    color: var(--e-global-color-white-banner-text);
}

h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: var(--e-global-color-grey-icons);
}

h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-white);
    letter-spacing: 0.8px;
    margin-bottom: 11px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: var(--e-global-color-yellow-buttons);
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

/****** headerm and banner section******/
.header-top {
    background: var(--ee-global-color-red);
    color: var(--e-global-color-white);
    padding: 15px 0;
}

.header-left p {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline;
    margin-left: 10px;
}

.header-left a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 3px;
    color: var(--e-global-color-white);
}

.header-left .phone-icon {
    border: 1px solid var(--e-global-color-accent);
    padding: 9px 10p;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
}

.header-right .phone-icon {
    background: var(--ee-global-color-red);
    padding: 9px 10p;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 9px;
    margin-left: 27px;
}

.header-right .phone-icon i {
    margin-left: 9px;
    margin-top: 8px;
}

.header-left .phone-icon i {
    margin-left: 7px;
    margin-top: 7px;
}

.header-right ul {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.header-right ul .login-li {
    font-weight: bold;
}

.header-right ul li i {
    background: var(--ee-global-color-red);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 8px;
    margin-left: 0px;
}

.header-right .email-span {
    margin-left: 12px;
    margin-right: 22px;
    color: var(--e-global-color-white);
}

.header-right .email-span:hover {
    color: var(--e-global-color-secondary);
}

.header-right .user-span {
    margin-left: 10px;
    color: var(--e-global-color-white);
}

.header-right .user-span:hover {
    color: var(--e-global-color-secondary);
}

/* header-banner-section */
.home-header-section {
    background: url("../images/banner-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-header {
    padding: 38px 0;
}

.home-header-section .navbar-nav li a:hover {
    color: var(--e-global-color-accent) !important;
}

.home-header-section1 .navbar-nav li a:hover {
    color: var(--e-global-color-accent) !important;
}

.navbar-nav li {
    margin: 0 12px;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 8px;
    position: relative;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.home-header-section1 .header .main-header .navbar-nav .active > a {
    color: var(--e-global-color-accent) !important;
}

.home-header-section1 .header .main-header .navbar-nav a:hover {
    color: var(--e-global-color-accent);
}

.sub-header-section .navbar-nav li.nav-btn2 .active > a {
    color: var(--e-global-color-accent) !important;
}

.btn-talk a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 16px 32px 16px 31px !important;
    transition: all 0.3s ease-out;
}

.btn-talk a:hover {
    color: var(--e-global-color-accent) !important;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.btn-talk {
    margin-left: 27px !important;
}

.main-header li:last-child {
    margin-left: 27px !important;
}

.home-banner-section .banner-container-box .home-banner-text h1 {
    color: var(--e-global-color-white);
    margin-bottom: 26px;
}

.home-banner-section .banner-container-box .home-banner-text .banner-paragraph {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: var(--e-global-color-white);
    margin-bottom: 31px;
}

.home-banner-section .banner-container-box .home-banner-text .banner-btn a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 16px 37px 16px 37px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-out;
    border: 1px solid var(--e-global-color-accent);
}
.offer-section .banner-btn a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 16px 37px 16px 37px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-out;
    border: 1px solid var(--e-global-color-accent);
}
.offer-section .banner-btn a:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-out;
}

.home-banner-section
    .banner-container-box
    .home-banner-text
    .banner-btn
    a:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.home-header-section .home-banner-section {
    padding: 177px 0 272px;
}

.sancare-drop-down {
    background: var(--e-global-color-accent);
    width: 100%;
    border-radius: 0;
}
/*
.sencare-drop-down2 {
  background: var(--e-global-color-white);
} */

.home-header-section
    .main-header
    .navbar-nav
    .dropdown
    .sancare-drop-down
    li
    a {
    color: var(--e-global-color-white);
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}
.sub-header-section .main-header .navbar-nav .dropdown .sancare-drop-down li a {
    color: var(--e-global-color-white);
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}

/* .home-header-section2 .main-header .navbar-nav .dropdown .sancare-drop-down li a {
  color: var(--e-global-color-primary);
  font-size: 12px;
  line-height: 16px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

.home-header-section1 .main-header .navbar-nav .dropdown .sancare-drop-down li a {
  color: var(--e-global-color-primary);
  font-size: 12px;
  line-height: 16px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease-out;
} */

.navbar-nav .dropdown .sancare-drop-down li a:hover {
    color: var(--e-global-color-primary) !important;
}

.sancare-drop-down li:last-child {
    margin-left: 0px !important;
    margin-right: 0;
}

.sancare-drop-down li {
    margin-left: 0px !important;
    margin-right: 0;
}

.home-header-section1 .navbar-nav li {
    color: var(--e-global-color-primary) !important;
    text-transform: uppercase;
}
/*
.home-header-section1 .header .main-header .navbar-nav a {
  color: var(--e-global-color-primary) !important;
} */

/* .home-header-section .navbar-nav .dropdown .sancare-drop-down li a:hover {
  color: var(--e-global-dark-moderate-violet) !important;
} */

/* .home-header-section .navbar-nav .dropdown .sancare-drop-down2 li .dropdown-item:hover {
  background: var(--e-global-dark-moderate-violet2) !important;
  color: var(--e-global-color-white) !important;
} */
/* .home-header-section2 .navbar-nav .dropdown .sencare-drop-down2 li a.dropdown-item:hover {
  background-color:var(--e-global-dark-moderate-violet2)  !important;
  color: var(--e-global-color-white) !important;
}
.sub-header-section .navbar-nav .dropdown .sencare-drop-down2 li a.dropdown-item:hover {
  background-color:var(--e-global-dark-moderate-violet2)  !important;
  color: var(--e-global-color-white) !important;
} */
/* .home-header-section1 .navbar-nav .dropdown .sencare-drop-down2 li a.dropdown-item:hover {
  background-color: var(--e-global-dark-moderate-violet2) !important;
  color: var(--e-global-color-white) !important;
}
.home-header-section2 .navbar-nav .dropdown .sencare-drop-down2 li .active>a {
  background-color:var(--e-global-dark-moderate-violet2)  !important;
  color: var(--e-global-color-white) !important;
} */
.home-header-section2 .navbar-light .navbar-nav .nav-link {
    color: var(--e-global-color-primary);
}
.home-header-section1 .navbar-light .navbar-nav .nav-link {
    color: var(--e-global-color-primary);
}
/* .home-header-section2 .navbar-nav .dropdown .sancare-drop-down2 a:hover {
  color: var(--e-global-color-white) !important;
  background: var(--e-global-dark-moderate-violet2) !important;
} */
.home-header-section1
    .header
    .main-header
    .navbar-nav
    .dropdown
    .sancare-drop-down2
    a {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-dark-moderate-violet2) !important;
}
/*
.home-header-section1 .navbar-nav .dropdown .sancare-drop-down li a:hover {
  color: var(--e-global-dark-moderate-violet) !important;
} */

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}

.navbar-nav .dropdown .sancare-drop-down2 li a:hover {
    background-color: var(--e-global-dark-moderate-violet2) !important;
    color: var(--e-global-color-white) !important;
}

/* .sencare-drop-down2:hover {
  background: var(--e-global-dark-moderate-violet2);
  color: var(--e-global-color-white);
} */
/* MENU-Section */
.menu-section {
    padding: 97px 0;
}

.menu-section .menu-right-section figure {
    text-align: center;
    margin-bottom: 32px;
}

.menu-section .menu-right-section h5 {
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin-bottom: 8px;
    letter-spacing: 0;
}

.menu-section .menu-right-section a {
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: var(--ee-global-color-red);
}

.menu-section .menu-right-section p {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: var(--e-global-color-text);
}

.menu-section .menu-right-section {
    padding: 47px 0;
    border-top: 3px solid var(--ee-global-color-red);
    box-shadow: 0px 6px 38px 0 rgba(238, 238, 252, 1);
    border-radius: 4px;
    margin-bottom: 16px;
    margin-top: 10px;
    transition: all 0.3s ease-out;
    border-bottom: 3px solid var(--e-global-color-white);
}

.menu-section .menu-right-section:hover {
    border-top: 3px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

/* form-section */
.padding {
    padding: 140px 0;
}

.form-section .left-section .concern {
    color: var(--e-global-color-accent);
}

.form-section .left-section h2 {
    margin-bottom: 13px;
}

.form-section .left-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 23px;
    word-spacing: 0.1px;
    letter-spacing: -0.1px;
}

.form-section .left-section .left-section-margin-bottom {
    margin-bottom: 33px;
}

.form-section .left-section .margin-left-check {
    margin-left: 20px !important;
}

.form-section .left-section .list-span {
    color: var(--e-global-color-primary);
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}

.form-section .left-section ul i {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 8px;
    margin-left: 2px;
    margin-right: 10px;
}

.form-section .left-section .list-margin-bottom {
    margin-bottom: 22px;
}

.form-section .right-section {
    padding: 0px 0px 0px 64px;
}

.form-section .right-section h2 {
    color: var(--e-global-color-white);
    margin-bottom: 24px;
}

.form-section .discover-btn-banner a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 16px 53px 16px 54px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.form-section .primary-button a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 16px 53px 16px 54px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    transition: all 0.3s ease-out;
    border: 1px solid var(--e-global-color-accent);
}

.form-section .primary-button a:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-out;
    border: 1px solid var(--e-global-color-accent);
}

.form-section .discover-btn-banner a:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.form-section .right-section .form-group .form-control {
    border-radius: 0;
    display: block;
    padding: 18px 19px;
    height: 50px;
}

.form-section .right-section .input-icons .form-group {
    width: 100%;
}

.form-section .right-section .form-margin-bottom {
    margin-bottom: 30px;
}

.form-section .left-section {
    padding-right: 42px;
}

.form-section .right-section .input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.form-section .right-section i {
    color: var(--e-global-e-color-dark-gray);
    right: 21px;
    top: 15px;
    position: absolute;
}

.form-section .right-section ::placeholder {
    color: var(--e-global-e-color-dark-gray);
}

.form-section .right-section .input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.form-section .right-section .form-group .form-control:focus {
    border: none !important;
    box-shadow: none;
}
/* form */
.form-section:before {
    content: "";
    background-color: var(--e-global-e-light-grayish-blue);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    transition: all 0.3s ease-in-out;
}

.form-section {
    padding-top: 128px;
    padding-bottom: 140px;
    position: relative;
    background: var(--ee-global-color-red);
}

.form-section-spacing {
    min-height: 100vh;
}

/* Whychooseus-section */
.choose-us-section .chooseus-content {
    padding-right: 75px;
    margin-top: -9px;
}

.choose-us-section .chooseus-content h2 {
    margin-bottom: 31px;
}

.choose-us-section .chooseus-content-box {
    padding: 28px 23px 18px 30px;
    background: var(--e-global-color-white);
    box-shadow: 0px 6px 38px 0 rgb(238 238 252);
    border-radius: 20px 20px 20px 20px;
    float: left;
    width: 540px;
    margin-bottom: 22px;
    border: 2px solid var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.choose-us-section .chooseus-content-box:hover {
    border: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.choose-us-section .chooseus-content .why-chooseus .concern {
    color: var(--e-global-color-accent);
}

.choose-us-section .chooseus-content .chooseus-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--e-global-color-text);
}

.choose-us-section .chooseus-content-box figure {
    margin-right: 24px;
}

.choose-us-section .chooseus-content-box .chooseus-content-box-content {
    width: 79%;
}

.choose-us-section .chooseus-content-box h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
}

.choose-us-section {
    padding: 140px 0;
}

/* Our-teams-section */
.Our-teams-section {
    background: var(--e-global-e-light-grayish-blue);
    padding: 128px 0;
}

.Our-teams-section .teams-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 67px;
    margin-bottom: 72px;
}

.Our-teams-section h2 {
    text-align: center;
    margin-bottom: 18px;
}

.Our-teams-section .concern {
    color: var(--e-global-color-accent);
}

.Our-teams-section .teams-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
    margin-bottom: 22px;
}

.Our-teams-section .teams1 {
    margin-bottom: 23px;
}

.Our-teams-section .teams-content h4 {
    text-align: center;
    font-weight: 400;
}

.Our-teams-section .social-icons li {
    display: inline-block;
    margin-right: 14px;
}

.Our-teams-section .social-icons i {
    font-size: 16px;
    color: var(--e-global-color-accent);
    border-radius: 100px;
    line-height: 48px !important;
    text-align: center;
    transition: all ease-in-out 0.3s;
    margin-right: -10px;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    transition: transform ease 300ms;
    border: 1px solid var(--e-global-color-accent);
}

.Our-teams-section .social-icons i:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

/* pricing-section */
.pricing-section {
    padding: 128px 0;
}

.pricing-section .concern {
    color: var(--e-global-color-accent);
}

.pricing-section .pricing-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 67px;
    margin-bottom: 72px;
}

.pricing-section .pricing-box {
    padding: 28px 30px;
    box-shadow: 0px 6px 36px 0 rgb(244 244 252);
    border-top: 5px solid var(--ee-global-color-redt);
    border-radius: 6px;
}

.pricing-section .pricing-box .pricing-text {
    font-size: 74px;
    line-height: 74px;
    font-weight: 400;
    color: var(--e-global-color-accent);
    text-align: center;
}

.pricing-section .pricing-box .pricing-text sup {
    font-size: 48px;
    line-height: 48px;
}

.pricing-section .pricing-box h5 {
    color: var(--e-global-color-primary);
    text-align: center;
    font-weight: 400;
}

.pricing-section .pricing-box .pricing-span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: center;
}

.pricing-section .pricing-box-bottom {
    padding: 34px 56px 31px;
    box-shadow: 0px 6px 38px 0 rgb(238 238 252);
    border-top: 1px solid var(--e-global-color-very-light-gray);
    text-align: center;
    border-radius: 0px 0 20px 20px;
    border-bottom: 3px solid var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.pricing-section .pricing-box-bottom:hover {
    border-bottom: 3px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.pricing-section .discover-btn-banner a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    border: 1px solid var(--e-global-color-accent);
    padding: 16px 58px 16px 58px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.pricing-section .discover-btn-banner a:hover {
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.pricing-section .pricing-box-bottom .check-icon-card {
    margin-right: 15px;
    color: var(--ee-global-color-red);
}

.pricing-section .pricing-box-bottom ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 13px;
    text-align: left;
}

.pricing-section .pricing-section-heading {
    margin-bottom: 18px;
}

.pricing-section .pricing-box-bottom .pricing-section-list {
    margin-bottom: 32px;
}

/* Carousel-Section */
.Carousel-Section {
    background: var(--e-global-e-light-grayish-blue);
    padding: 128px 0;
}

.Carousel-Section .about-border {
    display: block;
    width: 20%;
    height: 1px;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 40%;
    top: 79%;
}

.Carousel-Section .carousel-card .carousel-text {
    color: var(--e-global-color-text);
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 58px;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
}

.Carousel-Section .carousel-card .carousel-end-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-text);
    text-align: center;
}

.Carousel-Section .carousel-card .carousel-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 0;
}

.Carousel-Section .review-section-outer {
    overflow: hidden;
    padding-top: 65px;
    margin: 0 62px;
}

.Carousel-Section .carousel-card {
    padding: 110px 56px 30px;
    background: var(--e-global-color-white);
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.Carousel-Section .carousel-control-prev i {
    font-size: 70px;
    color: var(--e-global-color-accent);
    left: -8px;
}

.Carousel-Section .carousel-control-next i {
    font-size: 70px;
    color: var(--e-global-color-accent);
    border-radius: 12px;
    right: -8px;
}

.Carousel-Section .carousel-control-prev {
    left: 0;
    width: auto;
    opacity: 1;
    top: 60px;
}

.Carousel-Section .carousel-control-next {
    left: 0;
    width: auto;
    opacity: 1;
    top: 60px;
}

.Carousel-Section .carousel-card .review-section-review-img-1 {
    top: 0px;
    margin-bottom: 25px;
}

.Carousel-Section .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

.Carousel-Section .carousel-card figure {
    text-align: center;
    margin-top: -179px;
    margin-bottom: 26px;
}

/* Footer-Section */
.footer-section {
    background: var(--ee-global-color-red);
    padding: 88px 0;
}

.footer-section .footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-slightly-desaturated-violet);
    margin-bottom: 35px;
    padding-right: 25px;
}

.footer-section .social-icons i {
    font-size: 16px;
    color: var(--e-global-color-accent);
    border-radius: 100px;
    line-height: 48px !important;
    text-align: center;
    transition: all ease-in-out 0.3s;
    margin-right: -9px;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    transition: transform ease 300ms;
    border: 1px solid var(--e-global-color-accent);
}
.footer-section .social-icons img {
    color: var(--e-global-color-accent);
    border-radius: 100px;
    line-height: 48px !important;
    text-align: center;
    transition: all ease-in-out 0.3s;
    margin-right: -9px;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    transition: transform ease 300ms;
    border: 1px solid var(--e-global-color-accent);
    padding: 6px;
}

.footer-section .social-icons li {
    display: inline-block;
    margin-right: 13px;
}

.footer-section ul {
    text-align: left;
}

.footer-section .social-icons i:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.footer-section .footer-heading {
    color: var(--e-global-color-white);
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
}

.footer-section .footer-list-ul a {
    font-size: 16px;
    line-height: 30px;
    color: var(--e-global-color-slightly-desaturated-violet);
    font-weight: 400;
    padding-left: 3px;
}

.footer-section .footer-list-ul li {
    margin-bottom: 9px;
}

.footer-section .footer-list-ul a:hover {
    color: var(--e-global-color-accent);
}

.footer-section .column {
    width: 31.2%;
    padding: 0;
    margin: 0 2px;
    display: inline-block;
}

.footer-section .footer-images .images-inner-box li {
    margin-right: 1px;
}

.footer-section .instagram-heading {
    margin-bottom: 38px;
}

.footer-section .contact-info-heading li a {
    font-size: 16px;
    line-height: 16px;
}

.footer-section .contact-info-heading li {
    margin-bottom: 0;
}

.footer-section .contact-info-heading .footer-margin-bottom {
    margin-bottom: 7px;
}

.footer-section .contact-info-heading .footer-margin-bottom a {
    color: var(--e-global-color-accent);
}

/* index2 */
.home-banner-section2 .home-banner-text .banner-deserve {
    color: var(--e-global-color-secondary);
}

/* .home-header-section2 {
    background: url(../images/banner2-img.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.sub-header-section .navbar-nav li .index2-navlink {
    color: var(--e-global-color-primary) !important;
    text-transform: uppercase;
}

.sub-header-section .navbar-nav .sancare-li-color a {
    color: var(--e-global-color-primary);
    text-transform: uppercase;
}
/* .sub-header-section .main-header .navbar-nav .dropdown .sancare-drop-down li a {
  color: var(--e-global-color-white);
  font-size: 12px;
  line-height: 16px;
  padding: 10px 20px;
  font-weight: 600;
  box-shadow: 0px 6px 38px 0 #dae0e5;
  transition: all 0.3s ease-out;
} */
.home-header-section2 .navbar-nav .sancare-li-color a {
    color: var(--e-global-color-primary);
    text-transform: uppercase;
}

/* .home-header-section2 .navbar-nav  .sancare-li-color a:hover{
      background-color: var(--e-global-dark-moderate-violet2)!important;
    color: var(--e-global-color-white)!important;
  } */

.home-header-section2 .navbar-nav li .index2-navlink {
    color: var(--e-global-color-primary) !important;
    text-transform: uppercase;
}

.home-header-section .btn-talk .contact {
    color: var(--e-global-color-white) !important;
    font-weight: bold;
    background: var(--e-global-color-accent) !important;
    border-radius: 28px;
    padding: 16px 32px 16px 31px !important;
    transition: all 0.3s ease-out;
    border: 2px solid var(--e-global-color-secondary) !important;
}

.home-header-section .btn-talk .contact:hover {
    background: transparent !important;
    transition: all 0.3s ease-out;
    border: 2px solid var(--e-global-color-secondary) !important;
}

.home-header-section2 .btn-talk a {
    color: var(--e-global-dark-moderate-violet2) !important;
    font-weight: bold;
    background: transparent !important;
    border-radius: 28px;
    padding: 16px 32px 16px 31px !important;
    transition: all 0.3s ease-out;
    border: 2px solid var(--ee-global-color-red) !important;
}

.home-header-section2 .btn-talk a:hover {
    background: var(--e-global-dark-moderate-violet2);
    border: 2px solid var(--e-global-dark-moderate-violet2);
    color: var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.home-header-section .btn-talk .contact:hover {
    border: 2px solid var(--e-global-color-secondary);
}

.home-header-section1 .nav-btn2 a {
    border: 2px solid var(--ee-global-color-red);
    background: transparent;
    color: var(--ee-global-color-red) !important;
    padding: 13px 32px 14px 31px !important;
}

.navbar-nav li.nav-btn2 a {
    color: var(--ee-global-color-red) !important;
    text-transform: uppercase;
}

.sub-header-section .navbar-nav li.nav-btn2 a {
    color: var(--ee-global-color-red) !important;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid var(--ee-global-color-red) !important;
    transition: all 0.3s ease-out;
}

.sub-header-section .navbar-nav li.nav-btn2 a:hover {
    color: var(--e-global-color-white) !important;
    background: var(--ee-global-color-red);
    border: 2px solid var(--ee-global-color-red) !important;
    transition: all 0.3s ease-out;
}

.contact-us-header .navbar-nav li.nav-btn2 a:hover {
    color: var(--e-global-color-white) !important;
    background: var(--ee-global-color-red) !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.faq-header .navbar-nav li.nav-btn2 a:hover {
    color: var(--e-global-color-white) !important;
    background: var(--ee-global-color-red) !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.home-header-section2 .navbar-nav li.nav-btn2 a:hover {
    color: var(--e-global-color-white) !important;
    background: var(--ee-global-color-red) !important;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.home-header-section1 .navbar-nav li.nav-btn2 a:hover {
    color: var(--e-global-color-white) !important;
    background: var(--ee-global-color-red) !important;
    text-transform: uppercase;
}

.home-banner-section2 .banner-container-box .home-banner-text h1 {
    color: var(--e-global-color-primary);
    /* padding-top: 140px; */
}

.home-banner-section2
    .banner-container-box
    .home-banner-text
    .banner-paragraph {
    color: var(--e-global-color-text);
}

.home-banner-section2 .banner-img-section .banner-img1-figure {
    position: relative;
    z-index: 1;
}

.home-banner-section2 .banner-img-section .banner-img2-figure {
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 53px;*/
}

.home-banner-section1 .banner-img-section .banner-img2-figure {
    /*position: absolute;*/
    /*left: 40px;*/
    /*top: 53px;*/
}

.home-banner-section2 .banner-img-section {
    padding-left: 38px;
}

.home-header-section2 .home-banner-section2 {
    padding: 47px 0 149px;
}

.home-banner-section2 .banner-img-section .banner-img3-figure {
    position: absolute;
       left: -141px;
    bottom: 112px;
    @media all and (max-width:1420px){
        display:none;
    }
}

/* offer-section */
.offer-section .support {
    color: var(--e-global-color-accent);
}

.offer-section h2 {
    text-align: center;
    margin-bottom: 28px;
}

.offer-section {
    padding: 160px 0;
}

.offer-section .offer-section-box {
    background: var(--ee-global-color-red);
    padding: 37px 34px;
    border-radius: 20px;
    transition: all 0.3s ease-out;
}

.offer-section .offer-section-box:hover {
    background: #05d3932e;
    transition: all 0.3s ease-out;
}

.offer-section .offer-section-box h5 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-white);
    margin-bottom: 17px;
    word-spacing: -0.9px;
    text-align: left;
}

.offer-section .offer-section-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-white);
    margin-bottom: 0;
}

.offer-section .offer-section-box .offer-section-inner {
    background: var(--e-global-color-white);
    padding: 21px 24px 11px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 26px;
}

/* sencare-section */
.sencare-section {
    background: var(--e-global-e-light-grayish-blue);
    padding: 141px 0;
    overflow: hidden;
}

.sencare-inner {
    border-radius: 20px;
}

.sencare-section .sencare-inner .care {
    color: var(--e-global-color-accent);
}

.sencare-section .sencare-inner p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 11px;
    word-spacing: 0px;
    letter-spacing: 0.1px;
}

.sencare-section .sencare-inner h2 {
    margin-bottom: 6px;
}

.sencare-section .sencare-inner h5 {
    color: var(--e-global-color-primary);
    border-bottom: 1px solid var(--e-global-color-light-grayish-blue2);
    padding: 14px 0px 14px;
    margin-bottom: 9px;
    word-spacing: -1.2px;
    letter-spacing: 0;
    font-weight: 400;
    border-top: 1px solid var(--e-global-color-light-grayish-blue2);
    text-align: left;
    width: 536px;
    font-size: 26px;
    line-height: 37px;
}

.sencare-section .sencare-inner .sencare-content {
    padding: 48px 45px 68px 33px;
}

.sencare-section .sencare-inner .sencare-mb {
    margin-bottom: 12px;
}

.sencare-section .sencare-inner .plus-icons {
    color: var(--e-global-color-secondary);
    font-size: 44px;
    position: absolute;
    right: 92px;
    line-height: 32px;
}

.sencare-section .sencare-inner .readmore-btn a {
    color: var(--e-global-color-white);
    font-weight: 400;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 14px 44px 14px 44px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.sencare-section .sencare-inner .readmore-btn {
    transition: all 0.3s ease-out;
}

.sencare-section .sencare-inner .readmore-btn a:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-out;
}

.sencare-section .img-text-box {
    background: var(--ee-global-color-red);
    display: inline-block;
    padding: 20px 46px 20px;
    border-radius: 24px;
    color: var(--e-global-color-white);
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 71px;
    bottom: 49px;
    transition: all 0.3s ease-out;
}

.sencare-section .img-text-box:hover {
    transition: all 0.3s ease-out;
}

.sencare-section .img-text-box h4 {
    font-weight: 400;
    margin-bottom: 4px;
}

.sencare-section .img-text-box span {
    font-size: 36px;
    line-height: 42px;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    margin-bottom: 0;
}

/* Service-Offer-Section */
.service-offer-section .support {
    color: var(--e-global-color-accent);
    margin-left: 10px;
}

.service-offer-section h2 {
    text-align: center;
    margin-bottom: 28px;
}

.service-offer-section {
    padding: 127px 0;
}

.service-offer-section .service-offer-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 84px;
    margin-bottom: 72px;
    word-spacing: -0.3px;
    letter-spacing: 0.1px;
}

.service-offer-section .service-inner .offer-img-content h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 2px;
    word-spacing: -5.1px;
}

.service-offer-section .service-inner .offer-img-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 16px;
}

.service-offer-section .service-inner .service-figure-mb {
    margin-bottom: 30px;
}

/* .service-offer-section .service-inner {
  margin-bottom:60px;
} */

/* counter-section */
.counter-section {
    background: var(--e-global-color-secondary);
    padding: 74px 0 42px;
}

.counter-section .counter-inner-box h5 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    color: var(--e-global-color-white);
    text-align: center;
}

.counter-section .counter-inner-box p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-light-grayish-green);
    text-align: center;
}

.counter-section .counter-inner-box {
    border-left: 1px solid var(--e-global-color-soft-green);
    height: 140px;
    margin-left: -25px;
}

.counter-section .border-right-box {
    border-right: 1px solid var(--e-global-color-soft-green);
    height: 140px;
}

/* happy-clients-section */
.happy-clients-section {
    background: var(--e-global-e-light-grayish-blue);
    padding: 100px 0 214px;
    overflow: hidden;
    margin-bottom: 80px;
}

.happy-clients-section .review-section-outer {
    padding-top: 65px;
    margin: 0px;
    overflow: hidden;
}

.happy-clients-section .carousel-card {
    padding: 110px 117px 18px;
    background: var(--e-global-color-white);
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

.happy-clients-section .carousel-card .carousel-text {
    color: var(--e-global-color-text);
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 45px;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
}

.happy-clients-section .carousel-card .review-section-review-img-1 {
    top: 13px;
    margin-bottom: 45px;
}

.happy-clients-section .about-border {
    display: block;
    width: 22%;
    height: 1px;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 39%;
    top: 54%;
}

.happy-clients-section .carousel-card figure {
    text-align: center;
    margin-top: -144px;
    overflow: hidden;
    margin-bottom: 35px;
}

.happy-clients-section .carousel-inner {
    overflow: visible;
}

.happy-clients-section .carousel-card .carousel-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 0;
}

.happy-clients-section .carousel-card .carousel-end-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-text);
    text-align: center;
}

.happy-clients-section .clients {
    color: var(--e-global-color-secondary);
}

.happy-clients-section h2 {
    text-align: center;
    margin-bottom: 34px;
}

.happy-clients-section .carousel-control-next img {
    font-size: 70px;
    color: var(--e-global-color-accent);
    border-radius: 12px;
    right: -8px;
}

.happy-clients-section .carousel-control-prev {
    left: -42px;
    right: 0;
    width: auto;
    opacity: 1;
    top: 0px;
    /* position: relative; */
    margin: 0 auto;
    bottom: 0;
}

.happy-clients-section .carousel-control-prev img {
    width: 28%;
}

.happy-clients-section .carousel-control-next img {
    width: 28%;
}

.happy-clients-section .carousel-control-next {
    left: 0;
    right: -50px;
    width: auto;
    opacity: 1;
    top: 0px;
    bottom: -30px;
}

.happy-clients-section .carousel-indicators li {
    text-indent: 1px;
    margin-right: 14px;
}

.happy-clients-section .carousel-indicators .active {
    opacity: 1;
    border: 1px solid var(--e-global-color-secondary);
    padding: 8px;
    width: 60px;
    border-radius: 71px;
    height: 60px;
}

.happy-clients-section .carousel-indicators .active img {
    width: 100%;
}

.happy-clients-section .carousel-indicators {
    bottom: -120px;
}

.happy-clients-section .carousel-control-prev svg {
    position: absolute;
    font-size: 50px;
    color: var(--e-global-color-accent);
    left: -17px;
}

.happy-clients-section .carousel-control-next svg {
    position: absolute;
    font-size: 50px;
    color: var(--e-global-color-accent);
    border-radius: 12px;
    right: -8px;
}

.happy-clients-section .Carousel-Section .carousel-control-next {
    left: 0;
    width: auto;
    /* left: 74px; */
    opacity: 1;
    top: 60px;
}

.happy-clients-section .carousel-indicators li {
    opacity: 1;
    width: 60px;
    background: none;
}

.blogs-section h2 {
    text-align: center;
    margin-bottom: 16px;
}

.blogs-section {
    padding: 96px 0 140px;
    overflow: hidden;
}

.blogs-section .blogs-span {
    color: var(--e-global-color-secondary);
}

.blogs-section .blogs-content-box {
    padding: 17px 20px 40px 20px;
    background: var(--e-global-e-light-grayish-blue);
    box-shadow: 0px 6px 38px 0 #dae0e5;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid var(--e-global-e-light-grayish-blue);
    transition: all 0.3s ease-out;
}

.blogs-section p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 84px;
    margin-bottom: 85px;
    word-spacing: -0.3px;
    letter-spacing: 0.1px;
}

.blogs-section .blogs-content-box p,
h5 {
    text-align: center;
}

.blogs-section .blogs-content-box .blogs-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--ee-global-color-red);
    padding: 0;
    margin-bottom: 17px;
}

.blogs-section .blogs-content-box .blogs-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    color: var(--e-global-color-primary);
    letter-spacing: 0;
    padding: 0 59px;
    text-align: center;
}

.blogs-section .blogs-content-box figure {
    margin-bottom: 43px;
}

.blogs-section .chooseus-content .chooseus-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--e-global-color-text);
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}

.blogs-section .chooseus-content-box .chooseus-content-box-content {
    width: 60%;
    margin-top: 30px;
    padding-left: 0px;
}

.blogs-section .blogs-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--ee-global-color-red);
    padding: 0;
    text-align: left;
    margin-bottom: 14px;
}

.blogs-section .blogs-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: var(--e-global-color-primary);
    letter-spacing: 0;
    text-align: left;
}

.blogs-section .chooseus-content-box {
    padding: 18px 21px 15px 18px;
    background: var(--e-global-e-light-grayish-blue);
    box-shadow: 0px 6px 38px 0 #dae0e5;
    border-radius: 20px 20px 20px 20px;
    float: left;
    width: 534px;
    margin-bottom: 35px;
    border: 2px solid var(--e-global-e-light-grayish-blue);
    transition: all 0.3s ease-out;
}

.footer-img-section {
    background: url(../images/footer-img-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 175px 0 80px;
}

.footer-img-section .footer-section-icon img {
    top: -91px;
    left: 142px;
}

.sencare-section
    .cyber-content
    .accordian-inner
    .accordion-card
    .collapsed:before {
    content: "\2b";
    font-size: 28px;
    line-height: 34px !important;
    color: var(--e-global-color-accent);
    border-radius: 100px;
    right: 24px;
    top: 28%;
    position: absolute;
    text-align: center;
    transition: ease-in-out 0.3s;
}

.sencare-section .cyber-content .accordian-inner .btn-link:before {
    content: "\f068";
    font-size: 28px;
    line-height: 34px !important;
    color: var(--e-global-color-accent);
    border-radius: 100px;
    right: 24px;
    top: 28%;
    position: absolute;
    text-align: center;
    transition: ease-in-out 0.4s;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    transition: all 0.3s ease-out;
}

.sencare-section .cyber-content .accordian-inner .accordion2-p {
    margin-bottom: 17px;
}

.sencare-section .cyber-content .accordian-inner .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.sencare-section .cyber-content .accordian-inner .accordian-text-color {
    margin-bottom: 0px;
    /* padding: 0 !important; */
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sencare-section .cyber-content .accordian-inner .accordion-card a {
    padding-left: 0;
    width: 100%;
}

/* index1 */
.header-top1 {
    box-shadow: 0px 6px 38px 0 #e7e7e7;
    color: var(--e-global-color-primary);
    padding: 15px 0;
    background: transparent;
}

.header-top1 .header-left a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 3px;
    color: var(--e-global-color-text);
}

.header-top1 .free-consultation-text {
    color: var(--e-global-color-text);
}

.header-top1 .header-right .email-span {
    margin-left: 12px;
    margin-right: 22px;
    color: var(--e-global-color-text);
}
.header-top1 .header-right .email-span:hover {
    color: var(--e-global-color-secondary);
}
.header-top1 .header-right .user-span:hover {
    color: var(--e-global-color-secondary);
}
.header-top1 .header-right .user-span {
    margin-left: 10px;
    color: var(--ee-global-color-red);
}

.header-top1 .header-left .phone-icon i {
    margin-left: 7px;
    margin-top: 7px;
    color: var(--e-global-color-white);
}
.header-top1 .header-left .phone-icon img {
    margin-left: 4px;
    margin-top: 2px;
}

.header-top1 .header-right ul li i {
    background: var(--ee-global-color-red);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 8px;
    margin-left: 0px;
    color: var(--e-global-color-white);
}
.header-top1 .header-right ul li img {
    border: 1px solid var(--e-global-color-accent);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 6px;
    margin-left: 0px;
    color: var(--e-global-color-white);
}

.home-header-section1 {
    background: url(../images/banner1-img.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-header-section1 .main-header {
    padding: 38px 0 0px;
}

.home-header-section1 .home-banner-section {
    padding: 0px 0 400px;
}

.home-banner-section1 .banner-container-box .home-banner-text h1 {
    color: var(--e-global-color-primary);
    /*padding-top: 197px;*/
}

.offer-section1 .offer-section-box {
    background: var(--e-global-color-white);
    box-shadow: 0px 6px 38px 0 #dae0e5;
    padding: 37px 33px 55px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-out;
}

.offer-section1 .offer-section-box:hover {
    border: 1px solid #05d3932e;
    transition: all 0.3s ease-out;
}

.offer-section1 .offer-section-box h5 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin-bottom: 25px;
    word-spacing: -0.9px;
    text-align: center;
}

.offer-section1 .offer-section-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin-bottom: 0;
}

.offer-section1 .offer-section-box .offer-section-inner {
    background: var(--e-global-color-white);
    padding: 21px 24px 11px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 8px;
}

.offer-section1 {
    padding: 0px 0 0px;
    margin-top: -195px;
}

/* popup-section */
.popup-section .popup-btn a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 14px 50px 14px 50px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-secondary);
}

.popup-section .popup-btn a:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-out;
}

.popup-section h2 {
    text-align: left;
    margin-bottom: 27px;
}

.popup-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 32px;
    word-spacing: -1px;
}

.popup-section .popup-section-number {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    color: var(--e-global-color-accent);
}

.popup-section h4 {
    font-weight: 400;
    margin-bottom: 4px;
}

.popup-section .popup-btn {
    margin-bottom: 35px;
}
.popup-section .video-section-box {
    padding-top: 55px;
    padding-left: 82px;
}
.popup-section .video-section-box .popup-top-figure {
       top: -31px;
    right: -24px;
    z-index: -1;
}

.popup-section .video-section-box .video-img {
  position:relative;
  z-index:20;
}

.popup-section .video-section-box .popup-bottom-figure {
       bottom: -40px;
    left: 56px;
}

.popup-section .video-section-box .popup-bottom-figure-new {
    top: -19px;
    z-index: 0;
    right: -34px;
}

/* .popup-section .video-section-box {
  padding-top: 55px;
  padding-left: 82px;
} */

.popup-section {
    padding: 120px 0 0px;
}

/* counter-section2 */
.counter-section2 {
    background: var(--e-global-color-white);
}

.counter-section2 .counter-inner-row {
    border-top: 1px solid var(--e-global-color-very-light-gray2);
    border-bottom: 1px solid var(--e-global-color-very-light-gray2);
    padding: 26px 0 20px;
}

.counter-section2 .counter-inner-box h5 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    color: var(--ee-global-color-red);
    text-align: center;
}

.counter-section2 .counter-inner-box p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
}

/* offer-section */
.service-offer-section .service-inner .offer-inner-box {
    text-align: center;
    border: 1px solid var(--e-global-color-white);
    border-radius: 24px;
    transition: all 0.3s ease-out;
}
.service-offer-section .service-inner .offer-inner-box1 {
    margin-bottom: 12px;
}
.service-offer-section .service-inner .offer-inner-box h4 {
    font-size: 30px;
    line-height: 30px;
    color: var(--e-global-color-primary);
    font-weight: 400;
}

.service-offer-section .service-inner .offer-inner-box p {
    font-size: 16px;
    line-height: 24px;
    color: var(--e-global-color-text);
    font-weight: 400;
    margin-bottom: 0;
}

.service-offer-section .offer-section-row2 {
    padding-top: 30px;
}

.service-offer-section2 {
    padding: 120px 0 0;
}

.service-offer-section2 .service-offer-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 84px;
    margin-bottom: 70px;
    word-spacing: -0.3px;
    letter-spacing: 0.1px;
}

.service-offer-section2 .service-inner .service-figure-mb {
    margin-bottom: 35px;
}

.service-offer-section2 .service-inner .offer-inner-box h4 {
    font-size: 30px;
    line-height: 30px;
    color: var(--e-global-color-primary);
    font-weight: 400;
    margin-bottom: 26px;
}

.service-offer-section2 .offer-section-row2 {
    padding-top: 40px;
}

.happy-clients-section2 .carousel-card .carousel-text {
    color: var(--e-global-color-text);
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 61px;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
    padding: 0 60px;
}

.happy-clients-section2 .carousel-card figure {
    text-align: center;
    margin-top: -144px;
    overflow: hidden;
    margin-bottom: 30px;
}

.happy-clients-section2 .carousel-card {
    padding: 200px 117px 72px;
    background: var(--e-global-color-white);
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 38px 0 #e7e7e7;
}

.happy-clients-section2 .about-border {
    display: block;
    width: 22%;
    height: 1px;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 39%;
    top: 41%;
}

.happy-clients-section2 .carousel-card .carousel-inner .carousel-bottom-fig {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -158px;
}

.happy-clients-section2 .review-section-outer {
    padding-top: 0px;
    margin: 0px;
    overflow: visible;
}

.happy-clients-section2 {
    background: transparent;
    padding: 1px 0 36px;
}

.happy-clients-section3 {
    background: transparent;
    padding: 1px 0 0px;
    position: relative;
    z-index: 1;
}

/*  */
.latest-blogs-section {
    padding: 170px 0 120px;
    z-index: 8;
    position: relative;
}

.latest-blogs-section h2 {
    text-align: center;
    margin-bottom: 28px;
}

.latest-blogs-section .blogs-span {
    color: var(--e-global-color-secondary);
}

.latest-blogs-section .blogs-content-box {
    padding: 0px 0px 48px 0px;
    background: var(--e-global-color-white);
    box-shadow: 0px 6px 38px 0 #dae0e5;
    border-radius: 20px 20px 20px 20px;
    border: none;
    transition: all 0.3s ease-out;
}

.latest-blogs-section .blogs-content-box .blogs-btn a {
    color: var(--e-global-color-accent) !important;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: table;
    border: 2px solid var(--e-global-color-accent);
    border-radius: 24px;
    padding: 13px 40px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.latest-blogs-section .blogs-content-box .blogs-btn a:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white) !important;
    border: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.latest-blogs-section .blogs-content-box .blogs-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    color: var(--e-global-color-primary);
    letter-spacing: 0;
    padding: 0 59px;
    text-align: center;
    margin-bottom: 25px;
}

.latest-blogs-section .blogs-content-box .blogs-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--ee-global-color-red);
    padding: 0;
    margin-bottom: 17px;
    text-align: center;
}

.latest-blogs-section .blogs-content-box figure {
    margin-bottom: 43px;
}

/* footer-index */
.footer-index-img {
    background: url(../images/footer-index-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 254px 0 132px;
    margin-top: -136px !important;
}

.footer-index-img .footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-text);
    margin-bottom: 35px;
    padding-right: 25px;
}

.footer-index-img .footer-list-ul a {
    font-size: 16px;
    line-height: 30px;
    color: var(--e-global-color-text);
    font-weight: 400;
    padding-left: 3px;
}

.footer-index-img .footer-heading {
    color: var(--e-global-color-primary);
    font-weight: 400;
    margin-bottom: 66px;
    margin-top: 10px;
}

.footer-section .sencare-logo-footer {
    margin-bottom: 37px;
}

.footer-section .sencare-left-footer {
    top: -42px;
    position: absolute;
    left: 126px;
}

.footer-img-section .sencare-logo1 {
    margin-bottom: 4px;
}

/* 404pag */
.banner-container-404 {
    background: url(../images/404-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 270px 0 266px;
}

.banner-container-404 h2 {
    font-size: 256px;
    line-height: 260px;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: -10px;
}

.banner-container-404 h3 {
    font-size: 48px;
    line-height: 50px;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 35px;
}

.banner-container-404 p {
    font-size: 18px;
    line-height: 28px;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 45px;
    padding: 0 341px;
}

.banner-container-404 .popup-btn-404 a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 14px 50px 14px 50px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-secondary);
}

.banner-container-404 .popup-btn-404 a:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-out;
}

.banner-container-404 .popup-btn-404 {
    text-align: center;
}

.banner-container-404 .sencare-logo-footer {
    text-align: center;
    margin-bottom: -6px;
}

/* about-us-page */
.sub-banner h2 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 30px;
}

.sub-banner .banner-container-box .home-banner-text .about-us-p {
    font-size: 18px;
    line-height: 30px;
}

.sub-banner .banner-container-box .home-banner-text .banner-btn a {
    color: var(--e-global-color-primary);
    font-weight: bold;
    background: var(--e-global-color-white);
    border-radius: 28px;
    padding: 12px 35px 12px 35px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-out;
    box-shadow: 23px 10px 70px 10px #e9ecef;
}

.sub-banner .next-btn {
    margin-left: 4px;
}

.sub-banner .about-span {
    margin-left: 4px;
    color: var(--e-global-color-secondary);
}

.about-offer-section {
    padding: 0px 0 0px;
    margin-top: -231px;
}

.sub-header-section {
    background: url(../images/about-background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-header-section .home-banner-section {
    padding: 0px 0 370px;
}

.sub-header-section .sub-banner .offer-section1 {
    padding: 167px 0 0px;
}

.sub-header-section .sub-banner .offer-section1 .offer-heading {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    padding-top: 0 !important;
    margin-bottom: 64px;
}

.sub-header-section .sub-banner .banner-btn {
    margin-bottom: 35px;
}

.about-offer-section .offer-section-box p {
    color: var(--e-global-color-text);
}

.sub-header-section .navbar-nav .active > a {
    color: var(--e-global-color-accent) !important;
}

.home-header-section2 .navbar-nav .active > a {
    color: var(--e-global-color-accent) !important;
}

.home-header-section .navbar-nav .active > a {
    color: var(--e-global-color-accent) !important;
}

.contact-us-header .navbar-nav .active > a {
    color: var(--e-global-color-accent) !important;
}

/* sencare-tem-section */
.sencare-tem-section .service-inner .sencare-team-inner h5 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    padding-top: 0 !important;
    margin-bottom: 9px;
    word-spacing: -2px;
}

.sencare-tem-section .service-inner .sencare-team-inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
    padding-top: 0 !important;
    margin-bottom: 22px;
    text-align: center;
}

.sencare-tem-section .service-inner .sencare-team-inner .service-figure-mb {
    margin-bottom: 24px;
}

.sencare-tem-section .sencare-team-inner ul li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
}

.sencare-tem-section .sencare-team-inner ul li img {
    background: #fff;
    border-radius: 100px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    padding: 6px;
}

.sencare-tem-section .sencare-team-inner ul li a {
    text-decoration: none;
}

.sencare-tem-section .sencare-team-inner {
    position: relative;
    transition: 0.3s all ease-in-out;
}

.sencare-team-inner:hover .hover_box_plus {
    overflow: visible;
    height: 138px;
}

.sencare-team-inner .hover_box_plus {
    width: 100%;
    height: 0;
    padding-top: 0;
    bottom: -50px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    margin-top: 369px;
    position: absolute;
    background-color: var(--e-global-color-accent);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: absolute;
    bottom: -43px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sencare-tem-section .sencare-team-inner:hover h5,
.sencare-tem-section .sencare-team-inner:hover p {
    color: var(--e-global-color-white);
    z-index: 1;
    position: relative;
}

.sencare-tem-section .sencare-team-inner:hover h5,
.sencare-tem-section .sencare-team-inner:hover p {
    color: var(--e-global-color-white);
    z-index: 1;
    position: relative;
}

.sencare-team-inner .hover_box_plus ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
}

.sencare-tem-section .sencare-team-inner:hover figure {
    background: var(--e-global-color-accent);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: 0.6s all ease-in-out;
}

.sencare-tem-section {
    padding: 200px 0 0;
}

.sencare-tem-section .service-offer-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-align: center;
    padding: 0 84px;
    margin-bottom: 72px;
}

/* comming-soon */
.banner-container-comming-soon {
    background: url(../images/coming-soon-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 270px 0 266px;
}

.banner-container-comming-soon h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 0;
}

.banner-container-comming-soon h2 {
    font-size: 60px;
    line-height: 65px;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}

.banner-container-comming-soon .coming-soon-text {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: var(--e-global-color-secondary);
    font-weight: 400;
    margin-bottom: 24px;
}

.banner-container-comming-soon .coming-soon-p {
    font-size: 16px;
    line-height: 30px;
    color: var(--e-global-color-text);
    text-align: center;
    margin-bottom: 48px;
    padding: 0 288px;
}

.banner-container-comming-soon .subscribe-text {
    color: var(--e-global-color-secondary);
    margin-bottom: 22px;
}

.banner-container-comming-soon .input-field-form {
    width: 49% !important;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-bottom: 55px !important;
}

.banner-container-comming-soon .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.banner-container-comming-soon .input-group-append {
    margin-left: -1px;
}

.banner-container-comming-soon .input-group > .input-group-append > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.banner-container-comming-soon .input-form-input {
    padding: 0px 21px 0px 34px;
    border-radius: 30px 24px 24px 30px;
    font-size: 16px;
    height: 57px;
    font-weight: 400;
    line-height: 20px;
    color: var(--e-global-color-input-gray);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border: none;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    box-shadow: 0px 6px 38px 0 #dae0e5;
}

.banner-container-comming-soon .btn-form-section {
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 15px 35px 15px 35px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
}

.banner-container-comming-soon .form-button button {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border-radius: 30px;
    text-transform: uppercase;
}

.banner-container-comming-soon .stay-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--e-global-color-text);
    text-align: center;
    margin-bottom: 17px;
    padding: 0 341px;
    font-weight: 400;
}

.banner-container-comming-soon ul li i {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    border-radius: 100px;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    border: 2px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-out;
}

.banner-container-comming-soon ul li i:hover {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-out;
}

.banner-container-comming-soon ul li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
}

.banner-container-comming-soon .sencare-logo-footer {
    text-align: center;
    margin-bottom: 30px;
}

/* contact-us-header */
.contact-us-header {
    background: url(../images/contact-header.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-us-header .home-banner-section {
    padding: 0px 0 303px;
}

.contact-offer-section {
    padding: 133px 0 0px;
    margin-top: -231px;
}

.sub-header-section .main-header {
    padding: 41px 0 0px;
}

.contact-offer-section .offer-section-box .offer-section-inner i {
    color: var(--e-global-color-secondary);
    font-size: 32px;
    line-height: 33px;
    border: 2px solid var(--ee);
    padding: 24px;
    border-radius: 100px;
    height: 83px;
    width: 83px;
}

.contact-offer-section .offer-section-box {
    background: var(--e-global-color-white);
    box-shadow: 0px 6px 38px 0 #dae0e5;
    padding: 37px 60px 76px;
    border-radius: 20px;
    text-align: center;
}

.contact-offer-section .offer-section-box .offer-section-inner {
    background: var(--e-global-color-white);
    padding: 24px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 13px;
}

.contact-form-section .carousel-card-form {
    padding: 99px 93px 126px;
    background: var(--e-global-color-white);
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 38px 0 #e7e7e7;
}

.contact-form-section .carousel-card-form input[type="text"] {
    width: 100%;
    margin: 0 0 35px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid var(--e-global-color-secondary);
    padding-bottom: 26px;
    outline: none;
}

.contact-form-section .carousel-card-form .form-input-fields {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.contact-form-section .carousel-card-form .popup-btn button {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 14px 43px 14px 43px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-accent);
}

.contact-form-section .carousel-card-form .popup-btn button:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.contact-form-section .carousel-card-form .popup-btn {
    text-align: center;
}

.contact-form-section .carousel-bottom-fig {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -50px;
}

.contact-form-section .carousel-card-form .message-field {
    margin: 0 0 39px !important;
}

.contact-form-section {
    padding: 137px 0 24px;
    z-index: 22;
    position: relative;
}

.contact-form-section h2 {
    text-align: center;
    margin-bottom: 62px;
}

/* Faq */
.faq-header {
    background: url(../images/faq-header.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.frequently-asked-section .sencare-inner h5 {
    color: var(--e-global-color-primary);
    border-bottom: 1px solid var(--e-global-color-light-grayish-blue2);
    padding: 14px 0px 14px;
    margin-bottom: 9px;
    word-spacing: -1.2px;
    letter-spacing: 0;
    font-weight: 400;
    border-top: 1px solid var(--e-global-color-light-grayish-blue2);
    text-align: left;
    width: 536px;
    font-size: 26px;
    line-height: 37px;
}

.frequently-asked-section .accordian-inner .accordian-text-color {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--e-global-color-text);
}

.frequently-asked-section
    .cyber-content
    .accordian-inner
    .accordion-card
    .collapsed:before {
    content: "\2b";
    font-size: 21px;
    line-height: 31px !important;
    color: var(--e-global-color-white);
    border-radius: 100px;
    width: 30px;
    width: 30px;
    height: 30px;
    top: 22%;
    position: absolute;
    text-align: center;
    left: -54px;
    transition: ease-in-out 0.4s;
    background: var(--e-global-color-primary);
}

.frequently-asked-section .cyber-content .accordian-inner .btn-link:before {
    content: "-";
    font-size: 21px;
    line-height: 31px !important;
    color: var(--e-global-color-white);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    right: 46px;
    top: 22%;
    position: absolute;
    text-align: center;
    left: -54px;
    transition: ease-in-out 0.4s;
    background: var(--e-global-color-primary);
    font-weight: bold;
    font-family: "FontAwesome";
}

.frequently-asked-section .cyber-content .accordian-inner .accordion-card {
    background: var(--e-global-color-white);
    box-shadow: 0px 6px 38px 0 #dae0e5;
    border-radius: 17px;
    padding: 19px 102px 19px;
    margin-bottom: 24px;
}

.frequently-asked-section .cyber-content .accordian-inner .accordion-card h5 {
    color: var(--e-global-color-primary);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
}

.faq-form-section .carousel-card-form {
    background: url(../images/faq-section-img2.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding: 84px 12px 100px;
}

.faq-form-section .care {
    color: var(--e-global-color-secondary);
}

.faq-form-section p {
    color: var(--e-global-color-text);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 44px;
    text-align: center;
}

.faq-form-section h2 {
    text-align: center;
    margin-bottom: 13px;
}
.faq-form-section .popup-btn a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    border: 1px solid var(--e-global-color-accent);
    padding: 12px 44px 12px 44px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.frequently-asked-section
    .cyber-content
    .accordian-inner
    .accordion-card
    .btn-link
    h5 {
    color: var(--e-global-color-secondary);
    text-align: left;
}

.frequently-asked-section
    .cyber-content
    .accordian-inner
    .accordion-card
    .collapsed
    h5 {
    color: var(--e-global-color-primary);
    text-align: left;
}

.frequently-asked-section
    .cyber-content
    .accordian-inner
    .accordion-card
    .collapsed:before {
    background: var(--e-global-color-primary) !important;
}

.frequently-asked-section
    .cyber-content
    .accordian-inner
    .accordion-card
    .btn-link:before {
    background: var(--e-global-color-secondary);
}

.frequently-asked-section .cyber-content .accordian-inner .accordion-card a {
    padding-left: 0;
    position: relative;
}

/* Blogs PopUp Style */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.show {
    opacity: 1;
    background-color: transparent;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal-dialog {
    max-width: 48%;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--e-global-color-white);
    border-radius: 24px;
}

.modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    opacity: 1 !important;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header button {
    background: var(--e-global-color-accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    outline: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

button.close {
    border: 0;
    -webkit-appearance: none;
}

button {
    text-transform: none;
    overflow: visible;
}

.modal-header button i {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 18px;
    padding: 5px 5px;
    outline: none;
}

.fa-x:before {
    content: "\58";
}

.blog-model-con .modal-body {
    height: 900px;
    overflow-y: auto;
    padding-top: 0;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-body .blog-box-item {
    border-radius: 0;
}

.blog-box-item {
    background: var(--white-color);
    overflow: hidden;
}

.modal-body img {
    width: 100%;
    border-radius: 36px;
}

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

.blog-content {
    padding: 25px 0;
}

.blog-auteher-title {
    margin-bottom: 15px;
}

.blog-auteher-title span {
    font-size: 18px;
    line-height: 30px;
    color: var(--e-global-color-light-gray);
    font-weight: 400;
}

.blog-model-con .span_wrapper {
    margin-bottom: 30px;
}

.blog-model-con .span_wrapper i {
    color: var(--e-global-color-accent);
    font-size: 16px;
    line-height: 16px;
}

.blog-model-con .span_wrapper span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-dark-gray);
    margin-left: 8px;
    letter-spacing: 0.4px;
}

.blog-model-con .blog_p {
    font-family: "Teko", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: var(--e-global-color-accent);
    margin-bottom: 26px !important;
}

.blog-model-con .pp {
    margin-bottom: 30px;
}

.blog-model-con h2 {
    margin-bottom: 30px;
    padding-top: 0px;
    border-top: 2px solid var(--e-global-color-dark-grayish-blue);
    font-size: 38px;
    line-height: 40px;
}

.form_style::placeholder {
    color: var(--white-color);
}

.blog-model-form input {
    margin-bottom: 20px;
}

.contact-form input {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding: 12px 15px;
    width: 100%;
    overflow: visible;
    outline: none;
}

.blog-model-form textarea {
    height: 130px;
    margin-bottom: 20px;
}

.contact-form textarea {
    resize: none;
}

.contact-form textarea {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding: 12px 15px;
    width: 100%;
    outline: none;
}

textarea {
    overflow: auto;
}

.contact-form button {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-white);
    padding: 16px 40px;
    border-style: none;
    display: inline-block;
    border-radius: 0;
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
    outline: none;
    transition: all 0.3s ease-in-out;
}

.contact-form button:hover {
    background: transparent;
    border: 2px solid var(--e-global-color-accent);
}

.modal-body .blog-content .carousel-card-form input[type="text"] {
    width: 100%;
    margin: 0 0 35px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid var(--e-global-color-secondary);
    outline: none !important;
    padding-bottom: 26px;
}

.modal-body .blog-content .carousel-card-form .popup-btn button {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 14px 43px 14px 43px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid var(--e-global-color-accent);
}

.modal-body .blog-content .carousel-card-form .popup-btn button:hover {
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-out;
}

.navbar-expand-lg .navbar-nav .sancare-drop-down {
    border: none;
    padding: 0;
}

.home-header-section .dropdown-item.active,
.dropdown-item:active {
    color: var(--e-global-color-primary) !important;
    background: var(--e-global-color-white) !important;
    text-decoration: none;
    background-color: transparent;
}

.home-header-section1 .dropdown-item.active,
.dropdown-item:active {
    /* background: var(--e-global-dark-moderate-violet2) !important;
  color: var(--e-global-color-white) !important; */
    text-decoration: none;
    background-color: transparent;
}
.home-header-section2 .dropdown-item.active,
.dropdown-item:active {
    /* background: var(--e-global-dark-moderate-violet2) !important;
  color: var(--e-global-color-white) !important; */
    text-decoration: none;
    background-color: transparent;
}

/* .home-header-section2 .navbar-nav li.nav-btn2 a:hover {
  background: var(--e-global-color-white) !important;
  text-transform: uppercase;
  border-radius: 0;
} */
.home-header-section .dropdown-item.nav-btn2,
.dropdown-item:active {
    color: var(--e-global-color-primary) !important;
    background: var(--e-global-color-white) !important;
    text-decoration: none;
    background-color: transparent;
}
/* .home-header-section1 .dropdown-item.active, .dropdown-item:active {
  color: var(--e-global-color-white) !important;
  background: var(--e-global-dark-moderate-violet2) !important;
  text-decoration: none;
  background-color: transparent;
}
.home-header-section2 .dropdown-item.active, .dropdown-item:active {
  color: var(--e-global-color-white) !important;
  background: var(--e-global-dark-moderate-violet2) !important;
  text-decoration: none;
  background-color: transparent;
} */

/* login page */

.login-form {
    min-height: 100vh;
    background-image: url("../images/coming-soon-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.login-form .login-form-title {
    margin-bottom: 40px;
}
.login-form .login-page-logo {
    margin-bottom: 25px;
}
.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.login-form .login-card .form-control:focus {
    box-shadow: none;
}
.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 13px;
    color: var(--e-global-color-text);
}
.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border: 2px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-very-dark-black);
}
.login-form .login-card .input-field {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    line-height: 61px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--e-global-color-text);
    border: none;
    border-bottom: 1px solid var(--e-global-color-secondary);
}
.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
}
.login-form .login-card .btn-primary {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 18px 23px;
    margin-bottom: 16px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
    border-radius: 0;
}
.login-form .login-card .btn-primary:hover {
    background-color: transparent;
    border: 2px solid var(--e-global-color-accent);
    color: var(--e-global-color-secondary);
}
.login-form .login-card .btn-primary:focus {
    outline: none;
    box-shadow: none;
}
.login-form .login-card .forgot-password {
    color: var(--e-global-color-accent);
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.login-form .login-card .forgot-password:hover {62
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a {
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    color: var(--e-global-color-primary);
}
.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}
.login-form .login-card .select-option option {
    font-size: 16px;
    background-color: var(--e-global-color-dark-grayish-blue);
}
/* added css */
.border-radius-twenty {
    border-radius: 20px;
}
.border-radius-full {
    border-radius: 50%;
}
.contact-banner-button a {
    color: var(--e-global-color-white);
    font-weight: bold;
    background: var(--e-global-color-accent);
    border-radius: 28px;
    padding: 16px 37px 16px 37px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-out;
    border: 1px solid var(--e-global-color-accent);
}
.contact-banner-button a:hover {
    color: var(--e-global-color-accent);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-out;
}
.modal-form .form-control {
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
    padding: 30px;
    color: #909090;
    font-size: 18px;
    font-style: normal;
    border: 0;
}
.bg-primary-green {
    background: var(--e-global-color-accent);
}
.test-slider .owl-carousel .item {
    text-align: center;
    padding: 20px;
}
.test-slider .owl-carousel {
    width: 100%;
    height: auto;
    overflow: visible;
}
.test-slider .wrapper {
    padding: 60px 60px;
    background-color: #fff;
    border-radius: 8px;
    @media all and (max-width: 600px) {
        padding: 30px;
    }
}
/* Arrow button styles */
.test-slider .prev-arrow,
.next-arrow {
    background-color: #05D393;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.test-slider .prev-arrow {
    left: 10px;
    @media all and (max-width:620px){
        display:none;
    }
}
.test-slider .next-arrow {
    right: 10px;
     @media all and (max-width:620px){
        display:none;
    }
}
.test-slider h4 {
    color: var(--e-global-color-text);
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
}
.test-slider .prev-arrow svg,
.next-arrow svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
.test-slider .owl-carousel .owl-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test-slider figure {
    text-align: center;
    height: 50px;
    width: 62px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.about-second-row:nth-child(even) {
    flex-direction: row-reverse;
}
.about-second-row:not(:last-child) {
    margin-bottom: 160px;
}
.banner-container-box{
    margin-top:100px;
}
@media screen and (min-width: 1280px) {
    .banner__image {
        height: 530px;
        width: 636px;
        object-fit: contain;
    }
}
@media screen and (max-width: 620px) {
    .job-green-pattern {
       display:none;
    }
    .banner-container-box-job_opportunities{
        margin-top:0px;
    }
    }
}
.banner-container-box-job_opportunities{
    margin-top:100px;
}
/*.row-offer:nth-child(even) {*/
/*  flex-direction:row-reverse;*/
/*}*/
/*.row-offer:not(:last-child){*/
/*    margin-bottom: 160px;*/
/*}*/
.about-second-row:nth-child(even) {
    flex-direction: row-reverse;
}
.about-second-row:not(:last-child) {
    margin-bottom: 160px;
}
@media all and (max-width:768px){
    .about-second-row .popup-top-figure{
        display:none;
    }
    .about-second-row .popup-bottom-figure-new{
        display:none;
    }
}
.row-carousel {
    padding: 80px 120px 80px;
    background: var(--e-global-color-accent);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    @media all and (max-width:768px){
        padding:60px 60px;
    }
}
.row-carousel .carousel-text {
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
}
.slider-nav h3 {
    color: #fff;
    font-weight: 400;
}
.slider-main-wrapper,
.slider-nav-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.slider-main img,
.slider-nav img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.row-carousel .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--e-global-color-accent);
    border: none;
    padding: 10px 12px;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
}
.row-carousel .next-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--e-global-color-accent);
    border: none;
    padding: 10px 12px;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
}

.row-carousel .prev-arrow {
    left: -80px;
}

.row-carousel .next-arrow {
    right: -80px;
}
@media screen and (max-width: 992px) {
    .row-carousel .prev-arrow,
    .row-carousel .next-arrow {
        display: none;
    }
}
.slider-nav-wrapper {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .slider-main-wrapper,
    .slider-nav-wrapper {
        margin-bottom: 10px;
    }
}
