@charset "utf-8";
/* CSS Document */

/* css by vineesh (VK) */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

html,
body {
    max-width: 100vw;
    overflow: hidden;
    overflow-y: auto;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    padding-right: 0px !important;
    line-height: 24px;
}

.font_open {
    font-family: "Open Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
}

h1 {
    font-size: calc(40px + 10 * ((100vw - 320px) / 1920));
}

h2 {
    font-size: calc(38px + 6 * ((100vw - 320px) / 1920));
}

h3 {
    font-size: calc(36px + 4 * ((100vw - 320px) / 1920));
}

h4 {
    font-size: calc(24px + 5 * ((100vw - 320px) / 1920));
}

h5 {
    font-size: calc(22px + 5 * ((100vw - 320px) / 1920));
}

h6 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1920));
}

p {
    font-size: calc(15px + 2 * ((100vw - 320px) / 1920));
    font-weight: 500;
}

a {
    outline: none;
    text-decoration: none !important;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    cursor: pointer;
}

.clearfix:after,
before {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

html[xmlns] .clearfix {
    display: block;
}

.reset {
    clear: both;
}

.underline {
    text-decoration: underline !important;
}

/*----------------------------------------------------*/

/* main_header_area css
==============================================*/
.fix_navbar {
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.logo {
    max-width: 170px;
}

.logo img {
    width: 100%;
    max-width: 100%;
}

.haed_search {
    margin: auto;
    width: 43px;
}

.head_right {
    display: inline-flex;
    align-items: center;
}

.head_right .b_bt {
    margin-right: 10px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 5px 13px;
    border-radius: 4px;
    font-size: 24px;
}

.togglesearch {
    position: absolute;
    top: 74px;
    right: 4%;
    width: 340px;
    height: 68px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
}

.togglesearch input[type="text"] {
    width: 324px;
    padding: 12px;
    margin-top: 10px;
    margin-left: 8px;
    border: 1px solid #0d4c92;
    outline: none;
    border-radius: 10px;
    font-size: 14px;
}

.togglesearch input::placeholder {
    color: #0d4c92;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.togglesearch .fa-search {
    position: absolute;
    padding: 5px 0;
    color: #0d4c92;
    margin-left: -45px;
    outline: none;
    cursor: pointer;
    margin-top: 17px;
}

/*Login Modal*/

.login_modalform .modal-header {
    border-bottom: none;
    padding: 1rem 2rem 0rem 2rem;
    display: block;
}

.login_modalform .modal-header .line {
    width: 30px;
    display: inline-block;
    border-top: 2px solid #e78267;
    margin-bottom: 0px;
}

.login_modalform .modal-footer {
    border-top: none;
    padding: 1rem 2rem 2rem 2rem;
}

.login_modalform .modal-body {
    padding: 10px 2rem 15px;
}

.login_modalform .modal-body .modal-title {
    color: #000000;
    font-weight: bold;
}

.login_modalform .modal-body h5 {
    color: #444444;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.login_modalform .modal-body h6 {
    color: #444444;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.login_modalform .modal-body .signin_link {
    color: #0d4c92;
}

.login_modalform .modal-body .signin_link:hover {
    border-bottom: 1px solid #0d4c92;
}

.login_modalform .modal-body .subscribe_link {
    color: #0d4c92;
    border-bottom: 1px solid #0d4c92;
}

.login_modalform .form-group {
    position: relative;
}

.login_modalform .form-group label {
    color: #484848;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.login_modalform .form-group .fa-envelope {
    float: right;
    right: 6px;
    top: 32px;
    position: absolute;
    z-index: 2;
    color: #9a9a9a;
    font-size: 16px;
    background-color: #fff;
    padding: 10px;
}

.login_modalform .form-group .fa-envelope:focus {
    background-color: #e8f0fe;
}

.login_modalform .form-group .fa-lock {
    float: right;
    right: 6px;
    top: 32px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    color: #9a9a9a;
    font-size: 19px;
    padding: 9px;
}

.login_modalform .form-group .fa-eye {
    float: right;
    right: 6px;
    top: 32px;
    position: absolute;
    z-index: 2;
    color: #9a9a9a;
    font-size: 19px;
    background-color: #fff;
    padding: 9px;
}

.login_modalform .form-group .asterisk {
    color: red;
}

.login_modalform .form-group input {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #9a9a9a;
    color: #000;
    font-weight: 500;
}

.login_modalform input:focus {
    outline: none;
    box-shadow: none;
}

/* .login_modalform .form-group input::placeholder {
    font-size: 14px;
} */

.login_modalform .frgt_pwd {
    color: #0d4c92;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.login_modalform .frgt_pwd:hover {
    border-bottom: 1px solid #0d4c92;
    cursor: pointer;
}

.login_modalform .modal-footer {
    display: flex;
    justify-content: space-between;
}

.login_modalform .modal-footer .signin_btn {
    background-color: #0d4c92;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.login_modalform .modal-footer .signin_btn:hover,
.login_modalform .modal-footer .cancel_btn:hover {
    opacity: 0.8;
}

.login_modalform .modal-footer .cancel_btn {
    background-color: #e9f3ff;
    font-size: 14px;
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
}

/*End of Login Up Modal*/

/*Sign Up Modal*/

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

.signup_modalform .modal-header {
    border-bottom: none;
    padding: 1rem 2rem 0rem 2rem;
    display: block;
}

.signup_modalform .modal-header .line {
    width: 30px;
    display: inline-block;
    border-top: 2px solid #e78267;
    margin-bottom: 0px;
}

.signup_modalform .modal-footer {
    border-top: none;
    padding: 1rem 2rem 2rem 2rem;
}

.signup_modalform .modal-body {
    padding: 1.5px 2rem;
}

.signup_modalform .modal-body .modal-title {
    color: #000000;
    font-weight: bold;
}

.signup_modalform .modal-body p {
    color: #444444;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.signup_modalform .modal-body .terms_privacy {
    color: #444444;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.signup_modalform .modal-body h6 {
    color: #444444;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.signup_modalform .modal-body .signin_link {
    color: #0d4c92;
}

.signup_modalform .modal-body .signin_link:hover {
    border-bottom: 1px solid #0d4c92;
}

.signup_modalform .modal-body .subscribe_link {
    color: #0d4c92;
    border-bottom: 1px solid #0d4c92;
}

.signup_modalform .form-group {
    position: relative;
}

.signup_modalform label {
    color: #484848;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.signup_modalform .form-group .fa-user {
    float: right;
    right: 15px;
    top: 41px;
    position: absolute;
    z-index: 2;
    color: #9a9a9a;
    font-size: 16px;
}

.signup_modalform .form-group .fa-envelope {
    float: right;
    right: 15px;
    top: 42px;
    position: absolute;
    z-index: 2;
    color: #9a9a9a;
    font-size: 14px;
}

.signup_modalform .form-group .fa-lock {
    float: right;
    margin-right: 15px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    color: #9a9a9a;
    font-size: 18px;
    display: block !important;
}

.signup_modalform .form-group .asterisk {
    color: red;
}

.signup_modalform .form-group input {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #9a9a9a;
    color: #000;
    font-weight: 500;
}

.signup_modalform input:focus {
    outline: none;
    box-shadow: none;
}

/* .signup_modalform input::placeholder {
    font-size: 12px;
} */

.signup_modalform .frgt_pwd {
    color: #0d4c92;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.signup_modalform .frgt_pwd:hover {
    border-bottom: 1px solid #0d4c92;
    cursor: pointer;
}

.signup_modalform .modal-footer {
    display: flex;
    justify-content: space-between;
}

.signup_modalform .modal-footer .signin_btn {
    background-color: #0d4c92;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.signup_modalform .modal-footer .signin_btn:hover,
.signup_modalform .modal-footer .cancel_btn:hover {
    opacity: 0.8;
}

.signup_modalform .modal-footer .cancel_btn {
    background-color: #e9f3ff;
    font-size: 14px;
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
}

.signup_modalform .terms_privacy {
    font-size: 11px;
    color: #484848;
    font-family: "Open Sans", sans-serif;
}

.signup_modalform .terms_privacy a {
    color: #0d4c92;
}

.signup_modalform .terms_privacy a:hover {
    border-bottom: 1px solid #0d4c92;
}

/*End of Sign Up Modal*/

/*Sign Up Email sent Modal*/
.signup_modalform .sentemailModal .modal-content {
    text-align: center;
    border-radius: 12px;
}

.signup_modalform .sentemailModal .modal-title {
    font-family: "Cormorant Garamond", serif;
    color: #000000;
    font-weight: bold;
}

.signup_modalform .sentemailModal .modal-body p {
    color: #000000;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
    font-weight: 400;
}

.signup_modalform .sentemailModal .submitcode_btn {
    background-color: #0d4c92;
    color: #fff;
    border-radius: 50px;
    padding: 6px 18px;
    border: none;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}

/*End of Sign Up Email sent Modal*/

/*Sign Up Email sent Modal*/
.signup_modalform .verificationModal .modal-content {
    text-align: center;
    border-radius: 12px;
}

.signup_modalform .verificationModal .modal-title {
    font-family: "Cormorant Garamond", serif;
    color: #000000;
    font-weight: bold;
}

.signup_modalform .verificationModal .modal-body p {
    color: #000000;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
    font-weight: 400;
}

.signup_modalform .verificationModal .modal-body p .resend_code {
    color: #0d4c92;
}

.signup_modalform .verificationModal .modal-body p .resend_code:hover {
    border-bottom: 1px solid #0d4c92;
    cursor: pointer;
}

.signup_modalform .verificationModal .verify_btn {
    background-color: #0d4c92;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    border: none;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}

.signup_modalform .verificationModal .modal-body .form-control {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 2rem;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
    border-radius: 10px;
    border-color: #515151;
}

.signup_modalform .verificationModal .modal-body .form-control:last-child {
    margin-right: 0;
}

/*End of Sign Up Email sent Modal*/

.header .menu a {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.head_search {
    font-size: 23px;
    color: #0d4c92;
    cursor: pointer;
}

.b_bt {
    border: solid 1px #0d4c92;
    border-radius: 60px;
    padding: 10px 36px;
    font-weight: 600;
    color: #0d4c92;
    background-color: #fff;
    cursor: pointer;
}

.b_bt:hover {
    border: solid 1px #0d4c92;
    background: #0d4c92;
    color: #fff;
}

.blue_bt {
    border: solid 1px #0d4c92;
    background: #0d4c92;
    border-radius: 60px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 36px;
    cursor: pointer;
    color: #fff !important;
}

.blue_bt:hover {
    border: solid 1px #0a3c75;
    background: #0a3c75;
    color: #fff;
}

.border_bt {
    border: solid 1px #0d4c92;
    background: #ffffff;
    border-radius: 60px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 33px;
    cursor: pointer;
    color: #0d4c92 !important;
}

.border_bt:hover {
    border: solid 1px #0a3c75;
    background: #0a3c75;
    color: #fff !important;
}

.previous_bt {
    background: #e9f3ff;
    border: solid 1px #e9f3ff;
    border-radius: 60px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 33px;
    cursor: pointer;
    color: #0d4c92;
}

.previous_bt:hover {
    border: solid 1px #e9f3ff;
    background: #e9f3ff;
    color: #0d4c92;
}

.d_bt {
    background: #ffeee9;
    border: solid 1px #ffeee9;
    border-radius: 60px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 33px;
    cursor: pointer;
    color: #e78267;
}

.d_bt:hover {
    border: solid 1px #e9bfb3;
    background: #e9bfb3;
    color: #3f261f;
}

.orange_bt {
    border: solid 1px #eb6440;
    background: #eb6440;
    border-radius: 60px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 33px;
    cursor: pointer;
    color: #fff;
}

.orange_bt:hover {
    border: solid 1px #ce4c29;
    background: #ce4c29;
    color: #fff;
}

.navbar {
    padding: 0.5rem 0 !important;
}

.header .navbar-toggler {
    border: 1px solid #777;
    border-radius: 4px;
    padding: 5px 8px;
    outline: none;
}

.header .navbar-toggler-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.header .navbar-toggler-icon span {
    width: 100%;
    height: 4px;
    background-color: #777;
    display: inline-block;
    margin-bottom: 5px;
}

.header .navbar-toggler-icon span:last-child {
    margin-bottom: 0px;
}

.header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 25px;
}

.header .navbar-nav .nav-item.active .nav-link {
    color: #0d4c92;
}

/* Banner */
.banner {
    background: #e9f3ff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.banner_cnt {
    padding: 51px 0px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.banner_cnt::after {
    content: "";
    position: absolute;
    background: url(../images/banner_l_img.png) no-repeat;
    opacity: 0.05;
    width: 56%;
    height: 82%;
    background-size: contain;
    right: 0;
    top: 100px;
}

.banner_cnt h1 {
    color: #0d4c92;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    position: relative;
    z-index: 12;
    word-break: break-word;
}

.banner_cnt p {
    color: #444444;
    font-weight: 600;
    display: inline;
    position: relative;
    z-index: 12;
}

.bannerPic {
    position: relative;
    height: 100%;
}

.bannerPic img {
    position: absolute;
    bottom: -134px;
    left: 0;
    z-index: 10;
}

/* .bannerPic img{
    position: absolute;
    bottom: -134px;
    right: -25px;
    z-index: 10;
}
.bannerPic::after{position: absolute; content: ''; left: 0; bottom: 0; background: url(../images/bannerPic_back2.png); width: 866px; height: 772px; z-index: 9;} */
.bnr_bt_section {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 12;
}

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

.bnr_bt_section li {
    display: inline-block;
    margin-right: 10px;
}

.bnr_bt_section li a {
    padding: 8px 20px;
    border-radius: 70px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.bnr_subscription {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.bnr_subscription a {
    color: #0d4c92;
    border: solid 1px #0d4c92;
    padding: 16px 40px;
    display: inline-block;
    border-radius: 70px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
}

.bnr_subscription a:hover {
    border: solid 1px #0d4c92;
    background: #0d4c92;
    color: #fff;
}

.banner_cnt .read_text {
    font-weight: 600;
}

.orange_c {
    color: #e78267;
    position: relative;
    z-index: 12;
}

.orange_b {
    background-color: #ffc891;
}

.green_b {
    background-color: #bce8b8;
}

.lifti_b {
    background-color: #febfae;
}

.bnr_right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: fit-content;
}

.bnr_img {
    width: 86%;
    float: right;
    /* display: flex; */
}

.bnr_img img {
    width: 100%;
}

.bnr_bottom {
    background: #222222;
    margin: 0;
    display: inline-block;
    max-width: 50%;
    border-radius: 0px 261px 0px 0px;
    min-height: 100px;
}

.bnr_bottom::before {
    background: #222222;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 57%;
    z-index: 0;
    border-radius: 0px 261px 0px 0px;
}

.bnr_bottom_text {
    padding: 0px;
    display: flex;
    position: relative;
    /* margin-top: 20px; */
}

.bnr_play_bt {
    position: relative;
    top: -55px;
    width: auto;
    margin-right: 16px;
}

.bnr_play_bt img {
    width: 103px;
}

.bnr_play_bt .modal_btn {
    background-color: #0d4c92;
    border: none;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-top: 13px;
    box-shadow: 0 0 2px 10px #d2cdd266, 0 0 2px 20px #cfd8e23b;
}

.bnr_play_bt .modal-body {
    padding: 2rem;
}

.bnr_play_bt .modal-footer {
    padding: 1rem 2rem;
}

.bnr_play_bt .modal-content {
    border-radius: 15px;
}

.bnr_play_bt .fa-play {
    font-size: 30px;
    margin: 13px;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.bnr_play_bt .cancel_btn {
    background-color: #e9f3ff;
    padding: 5px 30px;
    border-radius: 50px;
    color: #0d4c92;
    font-size: 16px;
    font-family: sans-serif;
}

.bnr_bottom_cnt {
    color: #fff;
    padding: 30px 36px 10px 22px;
}

.bnr_bottom_outer {
    position: relative;
    margin: 34px 0px 0px 0px;
}

/* content area */

/*  benefits section */
.benefits_section {
    padding: 60px 0px;
}

.heading {
    text-align: center;
    position: relative;
    padding: 10px 0px 20px;
}

.heading::before {
    text-align: center;
    position: absolute;
    content: "";
    background-color: #e78267;
    height: 4px;
    width: 45px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
}

.heading span {
    font-size: 19px;
    font-weight: 700;
    color: #484848;
}

.heading h2 {
    color: #000;
}

.benef_slide {
    display: inline-grid;
    width: 100%;
    padding: 10px;
}

.benef_slide_cnt {
    padding: 26px 14px;
    display: inline-block;
    box-shadow: 1px 1px 10px #0000001f;
    height: auto;
    border-radius: 0px 0px 14px 14px;
    min-height: 190px;
    background-color: #fff;
}

.benef_slide_cnt h4 {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

.benef_slide_cnt a {
    margin-top: 3px;
    display: inline-block;
}

.benef_slide img {
    border-radius: 14px 14px 0px 0px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ben_slide_bt {
    background-color: #eb6440;
    width: 23px;
    height: 23px;
    padding: 21px;
    /* background-size: cover; */
    display: flex;
    opacity: 1;
    background-size: 100% 53%;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 70px;
}

.benefits_section .carousel-control-prev {
    left: -75px;
}

.benefits_section .carousel-control-next {
    right: -74px;
}

.benefits_section .carousel-indicators .active {
    background-color: #0d4c92 !important;
    width: 34px;
}

.benefits_section .carousel-indicators li {
    background-color: rgb(13 76 146 / 33%);
    width: 14px;
    height: 14px;
    border-radius: 70px;
}

.benefits_section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -35px;
}

.ben_view {
    margin-top: 60px;
}

/* strees section */
.strees_section {
    background: #e9f3ff;
    padding: 60px 0px;
}

.strees_left img {
    width: 100%;
}

.strees_right h3 {
    color: #000000;
}

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

.strees_right li {
    padding: 6px 0px;
}

.strees_right_outer {
    display: flex;
    height: 100%;
}

.strees_right {
    height: fit-content;
    align-items: center;
    margin: auto;
    position: relative;
}

.strees_right h3::before {
    text-align: left;
    position: absolute;
    content: "";
    background-color: #e78267;
    height: 4px;
    width: 45px;
    margin: auto;
    left: 0;
    top: 0px;
}

/* blog */
.home_blog {
    padding: 60px 0px;
}

.home_blog .card-img img {
    width: 100%;
    border-radius: 14px 14px 0px 0px;
    height: 212px;
    object-fit: cover;
}

.home_blog .card-desc {
    text-align: center;
    padding: 15px;
    height: auto;
}

.blog_tag {
    margin: 15px 0px;
    display: flex;
    justify-content: center;
}

.blog_tag span {
    margin: 9px;
    color: #e78267;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_tag span img {
    margin-right: 5px;
    width: 16px;
}

.home_blog .card-content {
    height: 100%;
    display: grid;
    box-shadow: 1px 7px 10px #0000001f;
    border-radius: 0px 0px 14px 14px;
}

.home_blog .card-desc h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    color: #000000;
}

.home_blog .card-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    font-weight: 400;
    color: #000000;
    height: 50px;
}

/* feedback section */
.home_feedback {
    padding: 60px 0px;
}

.ctus {
    color: #fff;
    background: linear-gradient(
            to left,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%
        ),
        url(../images/feedback_bg.png) fixed center center;
    background-size: cover;
    padding: 124px 0;
}

.ctus h3 {
    color: #fff;
}

.ctus h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

.ctus .ctbtn {
    padding: 20px 100px;
    background-color: #e78267;
    color: #fff;
    font-weight: 600;
    border-radius: 48px;
    margin-top: 55px;
    display: inline-block;
}

.ctus .ctbtn:hover {
    background-color: #d36a4d;
}

/* footer */
footer {
    padding: 60px 0px 30px;
    color: #484848;
}

.footer-menu {
    display: inline-block;
    width: 100%;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu ul li {
    display: inline-block;
    padding: 10px 0px;
    margin-right: 41px;
}

.footer-menu ul li a {
    color: #353535;
}

.footer_text {
    border-top: 1px solid #dddddd;
    padding: 30px 0px 20px;
    margin: 20px 0px;
    border-bottom: 1px solid #dddddd;
}

.footer_text h6 {
    font-family: "Open Sans", sans-serif;
}

.cpyrtTxt {
    text-align: right;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}

.popover__title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 15px 0;
}

.popover__wrapper {
    position: relative;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    transform: translate(0, 10px);
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    min-width: 332px;
    border-radius: 14px;
    text-align: left;
    top: 64px;
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    /* right: calc(50% - 10px); */
    transition-duration: 0.3s;
    transition-property: transform;
    left: 20px;
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: left;
}

.modal-open .modal {
    background: #00000057;
}

.modal {
    padding-right: 0px !important;
}

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

/* Intake Report Form – Lawsuit Name page */
.white_box_form {
    width: 100%;
    display: inline-block;
}

.white_box_form label {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
}

.white_box_form label span {
    color: #f00;
    padding: 0px 5px;
}

.white_box_form .form-control {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 5px;
    color: #000;
    border: solid 1px #51515182;
    font-weight: 500;
    resize: none;
}

.white_box_form .form-group {
    margin-bottom: 25px;
}

.white_box_form .form-group p {
    font-size: 14px;
    color: #909090;
}

.white_box_form p {
    margin-bottom: 5px;
    color: #000000;
    word-wrap: break-word;
}

.blue_text {
    font-weight: 700;
    color: #0d4c92;
}

.form_bottom_box {
    display: inline-block;
    width: 100%;
}

.white_inner_tab {
    display: inline-block;
    margin-bottom: 19px;
}

.white_inner_tab ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.white_inner_tab li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px;
}

.white_inner_tab li a {
    border: solid 2px #cccccc;
    padding: 4px 24px;
    border-radius: 70px;
    color: #949494;
    font-size: 14px;
    display: block;
    z-index: 1;
    position: relative;
    background: #fff;
}

.intake_one h6 {
    font-family: "Open Sans", sans-serif;
    color: #0d4c92;
    display: inline-block;
    width: 100%;
}

.intake_one h6 a {
    color: #6a6a6a;
    font-size: 14px;
}

.intake_one_identi a {
    font-size: 14px;
    font-weight: 700;
    color: #0d4c92;
}

.intake_one_lern_ection {
    text-align: left;
    display: flex;
    margin-bottom: 15px;
}

.intake_one_lern_ection .lern_box {
    text-align: left !important;
    padding: 10px 0px;
}

.intake_one_lern_ection .white_box_links {
    text-align: left;
    padding: 10px 0px;
}

.intake_one_lern_ection .lern_box li {
    padding: 0;
}

.lern_box ul li .orange {
    background: #ffc891 !important;
}

.white_inner_tab .active {
    background-color: #e9f3ff;
    border: solid 2px #e9f3ff;
}

.white_inner_tab li::before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 100%;
    height: 2px;
    top: 16px;
    z-index: 0;
}

.white_inner_tab li:last-child:before {
    content: "";
    position: absolute;
    background: none;

    z-index: 0;
}

.white_box_links li a {
    font-size: 14px;
}

/* Edit css by H*/
.modal-content {
    border-radius: 20px;
}

/* Edit css by H */

/* intake repot */
.blue_bg {
    background: #e9f3ff;
}

.report_box_head h3 {
    margin: 0;
}

.white_box {
    padding: 30px 40px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 1px 1px 16px #00000024;
}

.white_box .head h5 {
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
}

.white_box .head p {
    color: #484848;
}

.lern_box {
    text-align: center;
}

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

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

.lern_box ul li span {
    background: #bce8b8;
    padding: 5px 15px;
    border-radius: 70px;
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    height: 34px;
    color: #000;
    text-transform: uppercase;
}
.black {
    color: #000 !important;
}
.white_box_links {
    text-align: center;
    padding: 15px 0px;
}

.white_box_links h6 {
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
}

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

.white_box_links li {
    display: inline-block;
    padding: 5px 12px;
}

.white_box_links li::after {
    list-style: circle !important;
}

ul.availabledot li {
    position: relative;
}

ul.availabledot li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 14px;
    width: 6px;
    height: 6px;
    background-color: #d9d9d9;
    border-radius: 50%;
}

ul.availabledot li:first-child::before {
    display: none;
}

.white_box_links li a {
    color: #6a6a6a;
    font-weight: 600;
    text-decoration: underline !important;
}

.head {
    padding-bottom: 20px;
}

/* tab */
.number_tab .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.number_tab .nav > li {
    position: relative;
    display: block;
}

.number_tab .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 3px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent !important;
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}

.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}

.design-process-content h3 {
    margin-bottom: 16px;
}

.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}

.process-model {
    padding: 0;
    position: relative;
    max-width: 746px;
    margin: 0px auto;
    border: none;
    z-index: 0;
    text-align: center;
}

.process-model li::after {
    background: #0d4c92 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -61px;
    top: 23px;
    width: 94%;
    z-index: -1;
}

.process-model li.visited::after {
    background: #e78267;
}

.process-model li:last-child::after {
    width: 0;
}

.process-model li {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center;
    float: none;
}

.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;
}

.process-model li a {
    padding: 0;
    border: none;
    color: #484848;
}

.process-model li.active,
.process-model li.visited {
    color: #e78267;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #e78267;
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
    color: #e78267;
}

.process-model li span {
    display: block;
    height: 27px;
    width: 27px;
    text-align: center;
    margin: 0 auto;
    background: #0d4c92;
    /* border: 2px solid #e5e5e5; */
    line-height: 27px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}

.process-model li.active span,
.process-model li.visited span {
    background: #e78267;
    border-color: #e78267;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
    font-weight: 600;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #e78267 !important;
    font-weight: normal;
}

.process-model.contact-us-tab li::after {
    display: none;
}

.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}

/* intake_report_form_people_list */
.no_users_shared h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0px;
}

.people_list {
    width: 100%;
    display: inline-block;
}

.people_list_box {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    position: relative;
    border: solid 1px #bebebe;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 15px;
}

.people_list_box .no {
    padding: 0px 10px;
}

.people_list_box_img {
    width: 105px;
    display: inline-block;
    margin-right: 15px;
}

.people_list_box_img img {
    width: 100%;
    object-fit: cover;
}

.people_list_box_cnt {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    padding-right: 10px;
    max-width: 55%;
}

.people_list_box_cnt h6 {
    color: #000;
    word-wrap: break-word;
}

.people_list_box_cnt p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

.people_list_box_right {
    float: right;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    margin: auto;
    padding: 33px 0px 0px;
}

.people_list_box_right span a img {
    width: 15px;
    margin: 0px 3px 5px;
}

.lorem_bt {
    background: #ffc891;
    padding: 7px 15px;
    border-radius: 70px;
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 700;
    width: 100%;
}

.people_list_box_right span {
    display: inline-block;
    vertical-align: middle;
}

/* intake_report_form_companies_form */

.doc_upload {
    display: flex;
    padding: 10px 25px;
    border: solid 1px #c9c9c9;
    border-radius: 14px;
    vertical-align: middle;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.doc_upload_icon {
    margin-right: 10px;
}

.doc_upload p {
    margin: 0;
}

.suggestion_box p a {
    color: #6a6a6a;
    font-size: 13px;
}

.suggestion_box span {
    color: #6a6a6a;
    font-size: 13px;
    font-weight: 500;
}

.datepicker_recurring_start {
    position: relative;
    z-index: 1;
}

.datepicker_recurring_start::after {
    content: "";
    position: absolute;
    background: url(../images/calendar.svg) no-repeat;
    width: 24px;
    height: 24px;
    right: 7px;
    top: 9px;
    /* bottom: 0; */
    margin: auto;
    z-index: 0;
}

.datepicker_recurring_start .form-control {
    background: transparent;
    position: relative;
    z-index: 12;
    padding-right: 33px;
    cursor: pointer;
}

.lern_bt {
    background: #bce8b8;
    padding: 7px 15px;
    border-radius: 70px;
    margin-bottom: 5px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

/* intake_report_form_choose_categories_Events_form */
.funkyradio {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2em;
    /* text-indent: 2.25em; */
    text-indent: 1.4em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 5px;
    bottom: 0;
    /* left: 0; */
    content: "";
    /* width: 2.1em; */
    width: 29px;
    height: 29px;
    background: transparent;
    border-radius: 4px;
    border: solid 1px #ccc;
    /* height: 2.1em; */
}

.checkbox .funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    top: 0;
}
.checkbox .funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    text-indent: 3.25em;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: rgb(66, 66, 66);
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: "\2714";
    text-indent: 0.3em;
    color: #d3d3d3;
    font-size: 19px;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: rgb(48, 48, 48);
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: "\2714";
    text-indent: 0.3em;
    font-size: 19px;
    color: rgb(255, 255, 255);
    background-color: #0d4c92;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: rgb(255, 255, 255);
    background-color: #0d4c92;
    border: solid 1px #0d4c92;
}

.lern_orange_Bt {
    background: #ffc891;
    padding: 7px 15px;
    border-radius: 70px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
}

/* upload */
.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.file-upload-content {
    display: none;
    text-align: center;
    padding: 10px 10px 30px;
    border: 1px dashed #0d4c92;
    border-radius: 14px;
    background: #f4f9ff;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 1px dashed #0d4c92;
    position: relative;
    padding: 15px;
    border-radius: 14px;
    background: #e9f3ff;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: rgb(246 250 255);
    border: 1px dashed #0d4c92;
}

.drag-text {
    text-align: center;
}

.drag-text h6 {
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
}

.drag-text h6 span {
    padding-right: 10px;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    margin: 0;
    color: #000;
    background: #edada5;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload p a {
    color: #6a6a6a;
    font-weight: 600;
    text-decoration: underline !important;
    padding: 0px 3px 5px;
    display: inline-block;
}

.file-upload p {
    margin-top: 7px;
}

.gray_link {
    color: #6a6a6a;
    text-decoration: underline !important;
    display: inline-block;
    font-weight: 500;
}

.gray_text {
    color: #484848;
    font-weight: 500;
}

.influitive_box {
    border: solid 1px #bebebe;
    padding: 30px 25px;
    display: flex;
    border-radius: 14px;
    align-items: center;
    margin: 10px 0px;
    width: 100%;
    justify-content: space-between;
}

.influitive_box h6 {
    color: #000;
    float: left;
    margin: 0;
}

.influitive_box_right {
    float: right;
    padding: 0px 0px 0px 10px;
}

.influitive_box_right img {
    width: 16px;
}

.back_arow {
    text-align: right;
}

.back_arow a {
    color: #484848;
    font-weight: 600;
    display: inline-block;
}

.back_arow a img {
    width: 19px;
    margin-left: 5px;
}

.print_icon {
    text-align: right;
}

.print_icon a img {
    width: 40px;
    /* margin-left: 5px; */
}

.report_box_head span {
    padding: 0px 15px 30px;
    display: inline-block;
    max-width: 647px;
    color: #484848;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.report_edit_bt a {
    display: inline-block;
    margin-top: 0px;
    color: #0d4c92;
}

/* intake report */
.enq_box {
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 14px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.enq_box_left {
    width: auto;
    display: inline-flex;
    word-break: break-all;
}

.int_print .enq_box_left {
    width: 50%;
    word-break: break-all;
}

.enq_box_left_img {
    float: left;
    margin-right: 15px;
}

.enq_box_left_img img {
    object-fit: cover;
    width: 70px;
}

.enq_box_left_cnt {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    padding-right: 10px;
    /* max-width: 35%; */
}

.enq_box_left_cnt h6 {
    color: #000;
}

.enq_box_left_cnt p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6a6a6a;
    word-wrap: unset;
    display: inline-block;
    word-break: break-all;
    width: 100%;
}

.right_box_cnt {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    margin: auto;
    padding: 15px 0px 0px;
}

.orange_bg {
    background-color: #e78267 !important;
}

.lern_green_Bt {
    background: #469a91;
    padding: 7px 15px;
    border-radius: 70px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    min-width: 101px;
    text-align: center;
}

/* .people_list_box_right {
  float: right;
  vertical-align: middle;
  align-items: center;
  height: 100%;
  margin: auto;
  padding: 15px 0px 0px;
} */

.enq_box_right {
    width: 50%;
    float: right;
    display: inline-block;
}

.reprt_lern_count {
    position: absolute;
    right: -5px;
    top: -14px;
    background: #484848;
    width: 25px;
    height: 25px;
    border-radius: 70px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: grid;
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
}

.right_box_cnt span {
    position: relative;
}

.enq_box_section {
    border-bottom: solid 1px #ccc;
    padding: 15px 0px;
    margin-bottom: 10px;
}

.enq_box_section:last-child {
    border-bottom: none;
}

.enq_box_row {
    padding: 15px 0px;
    display: flex;
    width: 100%;
}

.enq_box_row:last-child {
    border-bottom: none;
    padding: 0px;
    margin: 0;
}

.int_report_box_head {
    border-bottom: solid 1px #ccc;
    padding: 0px 0px 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.enq_box_left .enq_box_left_cnt {
    width: auto;
}

.dark_blue_bg {
    background: #0d4c92 !important;
}

.left_back img {
    width: 20px;
    margin-right: 10px;
}

.left_back {
    color: #0d4c92;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.intake_outer_sctn {
    max-width: 83.333333% !important;
    flex: 0 0 83.333333%;
}

/* confict check */
.conflict_check_tab .process-model li {
    display: inline-block;
    width: calc(100% / 4);
    text-align: center;
    float: none;
}

.conflict_check_tab .process-model li::after {
    right: -87px;
}

.conflict_check_box p {
    padding: 5px 0px 0px;
}

.conflict_check_box p a {
    font-weight: 600;
    text-decoration: underline !important;
    color: #0d4c92;
    margin-left: 8px;
}

.conflict_check_box label a {
    font-weight: 600;
    text-decoration: underline !important;
    color: #0d4c92;
    margin-left: 8px;
}

.conflict_check_box .form-control {
    border-radius: 8px;
    font-size: 14px;
    padding: 5px 15px;
}

.head p {
    font-weight: 600;
    color: #000 !important;
}

.conflict_check_box .funkyradio {
    display: flex;
    width: auto;
    margin-top: 0;
}

.funkyradio label span {
    display: inline-block;
    text-align: left;
    text-indent: 0;
    width: 90%;
}

.funkyradio input[type="radio"]:empty ~ label:before {
    border-radius: 70px;
    width: 14px;
    height: 14px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
    content: "\2714";
    text-indent: 0.3em;
    font-size: 9px;
    line-height: 13px;
}
.funkyradio input[type="radio"]:empty ~ label {
    position: relative;
    line-height: 1.4em;
    display: block;
    margin-top: 16px;
}

.funkyradio input[type="radio"]:checked ~ label:before {
    /* text-indent: 0.5em;
    font-size: 10px; */
    content: "\2714";
    text-indent: 0.3em;
    font-size: 9px;
    line-height: 13px;
}

/* Conflict of Interest Check Report */
.check_report_outer_box {
    border: solid 1px #bebebe;
    border-radius: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.check_report__head {
    padding: 25px;
    border-bottom: solid 1px #bebebe;
    /* margin: 0; */
}

.check_report_inner_box {
    padding: 25px;
}

.check_report__head h6 {
    color: #000;
    margin-bottom: 0 !important;
    /* line-height: 25px; */
    display: inline-block;
    width: 100%;
}

.check_report_inner_box_row {
    display: inline-block;
    width: 100%;
}

.check_report_inner_box .blue_bt {
    padding: 5px 20px;
    font-size: 13px;
}

.check_report_inner_box_row span {
    margin-bottom: 5px;
    display: inline-block;
}

.check_report_inner_box_row h6 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.check_report_inner_box_row p {
    margin-bottom: 15px;
}

.check_report_inner_box_row .people_list_box_right {
    padding-top: 22px;
}

.check_report_inner_box_row .enq_box_left_cnt p {
    margin-bottom: 5px;
}

.check_report_inner_box_row p a span img {
    position: relative;
    top: -3px;
    margin-right: 2px;
}

.underline_link p a {
    font-weight: 600;
    text-decoration: underline !important;
    color: #0d4c92;
    margin-left: 8px;
}

.check_report_inner_box_row span a {
    font-size: 13px;
    font-weight: 600;
}

.check_report_inner_box_row_bottom span {
    font-size: 13px;
    color: #767676;
    font-weight: 500;
}

.check_report_inner_box_row_bottom p {
    color: #000000;
    font-weight: 600;
}

.check_report_inner_box_row .blue_bt {
    padding: 3px 25px;
    font-size: 13px;
}

.large_lbl label {
    font-size: 16px;
}

.funkyradio .funkyradio-default label span {
    color: #484848;
}

.client_task_pad {
    padding: 30px 40px;
}

.people_list_botm {
    padding: 20px 40px;
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}

/*  */

section.name_variations_checklist {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000b3;
    z-index: 144444;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.name_variations_checklist_inner {
    position: absolute;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 1000px;
    height: 90%;
    top: 0;
    bottom: 0;
    border-radius: 14px;
    overflow-y: auto;
    padding: 0px 25px;
}

.name_variations_head {
    position: sticky;
    top: 0;
    z-index: 14444;
    background: #fff;
    padding: 30px 0px 10px;
}

.label_radio_bt .funkyradio-default {
    display: inline-block;
    padding-right: 11px;
}
.name_variations_box .funkyradio-default input {
    top: 2px;
    position: relative;
}
.name_variations_checklist_inner .form-control {
    border-radius: 10px;
    font-size: 14px;
    padding: 15px 10px;
    margin-bottom: 5px;
    color: #000;
    border: solid 1px #51515182;
    resize: none;
}

.name_variations_checklist_inner label span {
    color: #f00;
    padding: 0px 5px;
}

.name_variations_checklist_inner label {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
}

.name_variations_checklist_inner .funkyradio-default label span {
    color: #484848;
}

.note_text {
    font-size: 12px;
    line-height: 10px !important;
    vertical-align: top;
}

.info_bt {
    color: #0d4c92;
    cursor: pointer;
}

.gray_line {
    background: #b5b5b5;
    height: 1px;
    width: 100%;
    margin: 5px 0px;
    display: inline-block;
}

.review_get_box {
    position: relative;
}

.review_get_box .influitive_box_right {
    position: absolute;
    right: 16px;
    top: 24px;
}

.review_get_box_mail {
    display: flex;
}

.review_get_box_mail_box {
    min-width: 40%;
}

.review_get_box_mail_box p {
    color: #0d4c92;
    font-weight: 600;
}

.bnr_play_vd {
    position: relative;
}

.bnr_play_vd .modal-footer {
    padding: 1rem 2rem 2rem 2rem;
}

.bnr_play_vd .modal-body {
    padding: 2rem;
}

.bnr_play_vd .cancel_btn {
    background-color: #e9f3ff;
    padding: 5px 30px;
    border-radius: 50px;
    color: #0d4c92;
    font-size: 16px;
    font-family: sans-serif;
}

.child_dlt {
    text-align: right;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e90404 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 6px #0a3c75 !important;
}

.doc_upload_outer p {
    font-size: 12px;
    font-weight: 500;
}

.doc_upload .form-control {
    border: none;
    margin: 0;
    padding: 3px;
}

.remove_box {
    padding-top: 20px;
    display: block;
}

.inline-block {
    display: inline-block;
}

.b-0 {
    border: transparent !important;
}

.name_variations_head::before {
    background: #f90;
    content: "";
    position: absolute;
    left: 0;
    width: 45px;
    height: 3px;
}

#loading {
    position: fixed !important;
    left: 0px !important;
    height: 100vh !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer-text {
    cursor: text;
}

.review_bt {
    color: #e78267;
    font-weight: 700;
    margin-right: 13px;
}

.review_bt:hover {
    color: #d46849;
}

.start_popup {
    background: #000000b8;
}

.start_popup_inner {
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: max-content;
    -webkit-transform: initial;
    max-width: 1000px;
    overflow-y: auto;
    max-height: 90%;
    border-radius: 20px;
}

.start_payment_box_inner {
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fcfcfc;
    margin-bottom: 20px;
}

.start_payment_box_inner h4 {
    color: #484848;
    margin-bottom: 5px;
}

.start_payment_box_inner h2 {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.start_payment_box_inner .monthly {
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.start_payment_box_inner .paragraphtext {
    margin-top: 25px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
}

.start_popup_inner .modal-content {
    margin: 0 !important;
    padding: 20px;
}

/* share intake */
.share_intak_outer {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: block;
}

.share_box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    position: relative;
    border: solid 1px #bebebe;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.share_box_left {
    width: auto;
    display: flex;
}

.share_box_content {
    width: 250px;
    padding-right: 30px;
}

.share_box_content p {
    font-size: 14px;
    margin: 0;
    color: #545454;
}

.share_box_content h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    word-break: break-all;
}

.share_box_right {
    min-width: 179px;
    display: block;
    vertical-align: middle;
    align-items: center;
    text-align: right;
}

.share_box_right span {
    display: inline-block;
    /* vertical-align: middle; */
}

.share_box_right img {
    width: 15px;
    margin: 0px 3px 5px;
}

.toggle_add {
    margin-top: 41px;
}

.r_comment_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.r_comment_list h6 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    padding: 10px 0px 5px;
    display: inline-block;
    width: auto;
}
.r_comment_list_outer:last-child {
    border-bottom: none;
}
.r_comment_list_text p:last-child {
    border-bottom: none;
}
.r_comment_list_outer {
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.r_comment_list_inner {
    display: inline-block;
    width: 100%;
}
.r_comment_list_img {
    width: 45px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.r_comment_list_img img {
    width: 100%;
}
.r_comment_list_text {
    width: 100%;
    float: left;
    padding: 0px 58px;
}
.r_comment_list_text p {
    font-size: 14px;
    padding: 20px 0px;
    border-bottom: 1px solid #d3d2d2;
    border-bottom-style: dotted;
}

.tesk_search {
    display: block;
}

.mob_search {
    display: none !important;
}

.hidden {
    display: none;
    opacity: 0;
}

.hidden-element {
    position: absolute;
    left: -9999px;
}

.blogCenter p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.material_slide_cnt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}
.benef_slide p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    word-break: break-word;
}
.name_share {
    width: 150px;
    padding-right: 15px;
}
.share_bt {
    min-width: 126px;
    text-align: center;
}
.blog_bg {
    background: #fff;
    border-radius: 23px !important;
    align-items: self-start;
}
.dropdown-toggle::after {
    background: url(../images/arrow.png) no-repeat !important;
    width: 9px;
    height: 9px;
    background-size: cover !important;
    border: none;
    top: 4px;
    position: relative;
}
.view_doc_link {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    word-break: break-word;
    /* max-width: 258px; */
}
.view_doc_link span {
    margin-right: 6px;
    position: relative;
    top: -1px;
    color: #000;
}
.view_doc_link a {
    color: #0d4c92;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    line-height: 30px;
}
.jconfirm-buttons button {
    margin-top: 10px !important;
}

.modal-open .modal::-webkit-scrollbar {
    width: 0px;
}

.modal-open .modal::-webkit-scrollbar-track {
    background-color: transparent;
}

.modal-open .modal::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
}

.modal-open .modal::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
}
.ort_out {
    padding-right: 8px;
    background: #fff;
    border-radius: 8px;
}
.alert.alert-danger p {
    margin: 0;
}
.sharemorelink {
    width: 100%;
    float: left;
    text-align: left;
    color: #0d4c92;
    padding: 0px 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.text-head-title{
    font-size: 24px;
}

.white_box_form .new-field-label{
    height: 50px;
}

.deleteField .fa-trash{
    color: #181818;
}

/* Media Queries starts */
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: middle;
        border-left: 0.3em solid transparent;
        border-bottom: 0.3em solid transparent;
        border-top: 0.3em solid;
        margin-top: 4px;
    }

}

@media screen and (max-width: 767px) {
    .process-model li::after {
        display: none;
    }

    .white_box {
        padding: 30px 9px;
    }

    .resp_left {
        float: left !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .home_blog .card-content {
        height: auto;
        margin-top: 25px;
    }

    .cpyrtTxt {
        text-align: left;
    }

    footer {
        padding: 15px 0px 15px;
    }

    .home_blog {
        padding: 25px 0px 55px;
    }

    .footer-menu ul li {
        margin-right: 0px;
        width: 100%;
    }

    .review_get_box_mail_box {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .review_get_box_mail {
        display: inline-block;
    }

    .review_get_box .influitive_box_right {
        right: 4px;
    }

    .report_head_span {
        width: auto !important;
        float: right !important;
    }

    .ben_view {
        margin-top: 46px;
    }

    .child_dlt {
        text-align: left;
        position: relative;
        top: -25px;
        font-size: 18px;
    }

    .intake_one_lern_ection .lern_box {
        padding: 10px 0px 0px;
    }

    .white_inner_tab ul {
        text-align: left;
    }

    .enq_box_left {
        float: left;
        width: 100%;
    }

    .client_task_pad {
        padding: 30px 13px;
    }

    .border_bt {
        padding: 10px 16px;
    }

    .people_list_botm {
        padding: 20px 15px;
    }

    .share_box {
        display: inline-block;
    }

    .share_box_right {
        text-align: left;
    }

    .share_box_left {
        display: block;
    }
    .name_share {
        width: 100%;
        padding-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }

    .lern_box ul li {
        display: flex;
    }

    .lern_box {
        text-align: left;
    }

    .lern_box ul li span {
        height: 34px;
    }

    .in_sub .lern_bt {
        margin-top: 5px;
        float: left !important;
    }

    .lern_orange_Bt {
        padding: 5px 11px;
        font-size: 11px;
    }

    .lern_bt {
        padding: 5px 11px;
        font-size: 11px;
    }

    /* .in_sub span {
        width: 100%;
        display: inline-block;
    } */

    .enq_box_left {
        width: 100%;
        display: inline-block;
    }

    .enq_box_right {
        display: inline-block;
        width: 100%;
    }

    .enq_box_right {
        text-align: left;
    }

    .label_radio_bt .funkyradio-default {
        padding-right: 0px;
        width: 100%;
    }

    .name_variations_head {
        position: relative;
    }

    .footer-menu ul li .dropdown-item {
        color: #353535;
        word-break: break-all;
        display: inline-block;
        width: 100%;
        white-space: normal;
        font-size: 14px;
        padding: 7px 10px;
    }

    .footer-menu .dropdown-menu {
        width: 295px;
    }

    .lorem_add_bt {
        float: left !important;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .process-model li::after {
        right: -60px;
    }
}

@media only screen and (max-width: 768px) {
    .ctus {
        padding: 50px 0;
    }

    .ctus .ctbtn {
        padding: 10px 50px;
        font-size: 16px;
        margin-top: 20px;
    }

    .carousel {
        overflow: hidden;
    }

    .bnr_bottom {
        max-width: 100%;
        border-radius: 0;
    }

    .bnr_right {
        display: none;
    }

    .bnr_play_bt {
        position: absolute;
        left: 19px;
    }

    .bnr_bottom_cnt {
        padding: 59px 0px 4px 19px;
    }

    .intake_one_lern_ection {
        text-align: left;
        display: inline-block;
        margin-bottom: 20px;
    }

    .intake_one_lern_ection .lern_box ul {
        margin-bottom: 0;
    }

    .white_box_links li {
        padding: 5px 12px 5px 0px;
    }

    .previous_bt {
        padding: 8px 18px;
    }

    .blue_bt {
        padding: 8px 18px;
    }

    .b_bt {
        padding: 8px 18px;
    }

    .d_bt {
        padding: 8px 18px;
    }

    .form_bottom_box {
        font-size: 14px;
    }

    .enq_box_right {
        text-align: left !important;
        float: left;
        width: 100%;
    }

    .enq_box_row {
        display: inline-block;
    }

    .people_list_box_right.right_box_cnt span {
        margin-top: 23px;
    }

    .process-model li p {
        margin-top: 3px;
        line-height: 14px;
    }

    .int_print .enq_box_left {
        max-width: 100%;
        word-break: break-all;
    }

    .int_print .enq_box_right {
        text-align: right;
        width: 100%;
    }
    .white_box_form .new-field-label{
        height: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .delivery_pro_section {
        width: 50%;
    }

    .dash_deliverybox_count {
        max-width: 47%;
    }

    .bnr_bottom_cnt {
        padding: 36px 0px 4px 19px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .white_inner_tab li a {
        padding: 4px 17px;
    }
    .white_inner_tab li {
        display: inline-block;
        margin-right: 3px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 8vw;
        padding-right: 8vw;
        max-width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .bnr_play_bt .responsive-iframe {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .bnr_play_vd .modal-body {
        padding: 1rem;
    }

    .bnr_play_vd .modal-footer {
        padding: 1rem;
    }

    .bnr_bt_section .popover__content {
        padding: 10px;
        min-width: 260px;
    }

    .bnr_bt_section .popbox2 {
        left: -50% !important;
    }

    .bnr_bt_section .popbox3{
        left: -200px !important;
    }

    .bnr_bt_section .popbox2::before {
        left: 120px !important;
    }

    .bnr_bt_section .popbox3::before {
        left: 220px !important;
    }

    .popover__message{
        font-size: 12px;
    }

    ul.availabledot li::before {
        display: none;
    }

    .white_box_form .form-control::placeholder {
        font-size: 12px;
    }
    .profile_dropdown .dropdown-menu-right {
        right: -30px;
    }
}

@media only screen and (max-width: 992px) {
    .modal-content {
        margin-top: 60px !important;
    }

    .intake_outer_sctn {
        max-width: 100% !important;
        flex: 100%;
    }

    .report_bt a {
        font-size: 13px;
        float: left;
        margin: 0px 0px 10px;
    }

    .white_inner_tab li a {
        font-size: 10px;
    }

    .white_inner_tab li::before {
        display: none;
    }

    .white_inner_tab li {
        margin-right: 6px;
    }

    .head {
        padding-bottom: 10px;
    }

    .intake_one_identi a {
        white-space: nowrap;
    }

    .white_box {
        padding: 30px 15px;
    }

    .people_list_box_right {
        float: left;
        padding: 18px 0px 0px;
        width: 100%;
    }

    .people_list_box_cnt {
        padding-top: 15px;
        width: 100%;
    }

    .enq_box_right {
        text-align: right;
        width: 49%;
    }

    .footer-menu ul li {
        margin-right: 30px;
    }

    .toggle_add {
        margin-top: 0px;
    }
    .people_list_box .no {
        padding: 0px 10px 0px 1px;
    }
    .dash_cnt_outer {
        height: auto !important;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1100px) {
    .name_variations_checklist_inner {
        width: 96%;
    }
}

/* Media Queries ends */
/* banner media */
@media only screen and (max-width: 991px) {
    .bnr_right {
        display: none;
    }

    .strees_right h3 {
        width: 100%;
    }

    .bnr_bottom::before {
        max-width: 100%;
        border-radius: 0;
    }

    .bnr_bottom {
        max-width: 100%;
        border-radius: 0;
    }

    .bnr_bottom_text {
        flex-direction: unset;
    }
    .tesk_search {
        display: none;
    }

    .mob_search {
        display: block !important;
        position: absolute;
        top: 19px;
        right: 53px;
    }

    .togglesearch {
        top: 60px;
        width: 100%;
        /* margin: auto; */
        position: fixed;
        left: 0;
        right: 0;
        padding: 0px 15px;
    }

    .togglesearch input[type="text"] {
        width: 100%;
        padding: 12px;
        margin-left: 0;
    }
    .profile_dropdown .dropdown-toggle {
        padding-left: 0;
    }
}
@media (min-width: 320px) and (max-width: 1260px) {
    .lern_box {
        display: inline-block;
    }
    .lern_box ul li {
        display: flex;
        padding: 0px 10px 10px;
        text-align: left;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .bnr_img {
        width: 54%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header .navbar-nav .nav-item:not(:last-child) {
        margin-right: 10px;
    }
    .header .menu a {
        font-size: 14px;
    }
    .dash_cnt_outer {
        height: 290px !important;
        overflow-y: auto;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .bnr_img {
        width: 56%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .bnr_img {
        width: 65%;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .bnr_img {
        width: 66%;
    }

    .bnr_bottom::before {
        max-width: 63%;
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {
    .bnr_img {
        width: 63%;
    }

    .bnr_bottom::before {
        max-width: 63%;
    }
}

/* banner media end */
.navbar .dropdown-toggle:not(.nav-link)::after {
    display: none !important;
}

.profile_dropdown .dropdown-toggle {
    background: none;
}

.profile_dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.profile_dropdown .dropdown-item {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 0.25rem 1rem;
}

.profile_dropdown .dropdown-item:hover {
    background-color: #e9f3ff;
}

.userProfile {
    display: flex;
    align-items: center;
}

.userProfile .userData .userName {
    font-size: 14px;
    font-weight: 700;
    color: #484848;
    padding-left: 6px;
}

/*Previous COI Modal*/

.coimodal .form-check-label {
    color: #000;
}

.coimodal .form-check {
    margin-bottom: 15px;
}

.cancel_btn {
    background-color: #e9f3ff;
    font-size: 14px;
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 8px 30px;
}

.coimodal .add_btn {
    background-color: #0d4c92;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 6px 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.coimodal .cancel_btn {
    background-color: #e9f3ff;
    font-size: 12px;
    color: #0d4c92;
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 30px;
    padding: 6px 26px;
}

/*End of Previous COI Modal*/

@media only screen and (max-width: 350px) {
    .bnr_bt_section li a {
        padding: 5px 14px;
        font-size: 12px;
    }

    .bnr_subscription a {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 370px) {
    .form_bottom_box .blue_bt {
        padding: 4px 10px;
        font-size: 12px;
    }
    .form_bottom_box .border_bt {
        padding: 4px 10px;
        font-size: 12px;
    }
    .people_list_box_cnt p {
        word-wrap: normal !important;
    }
}

::placeholder {
    text-transform: capitalize;
}

.lowercase-case::placeholder {
    text-transform: none;
}
