.egd_cntt {
    width: 50%;
}

.banner h1 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    font-family: inherit;
    text-align: center;
}

.banner p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.ftr_srch {
    width: 75%;
    margin: 30px auto 0;
}

.ftr_srch form {
    background: #fff;
    box-shadow: 0 0px 23px #00000021;
    border: 1px solid #e3e3e3;
    border-radius: 113px;
    width: 90%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}

.egd_bnr .ftr_srch form {
    margin: 0 auto;
    width: 75%;
}

.ftr_srch form input {
    border: unset;
    font-size: 16px;
    line-height: normal;
    height: unset;
    padding: 15px 20px;
    width: 80%;
    font-weight: 500;
}

.nv_spc {
    padding-top: 95px;
}

.ftr_srch form input.src_btn {
    width: 20%;
    border-radius: 0;
    color: #fff;
    background: #005fbf;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}


.f-list.banner h1 {
    font-size: 40px;
}

.fgr_mn.f-list {
    background: unset;
    padding: 20px 20px 0;
}

@media only screen and (max-width: 1024px) {
    .egd_cntt {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .ftr_srch form input.src_btn {
        width: 35%;
    }
}

@media only screen and (max-width: 500px) {
    .banner h1 {
        font-size: 30px;
    }

    .f-list.banner h1 {
        font-size: 30px;
    }

    .banner p {
        font-size: 13px;
    }

    .ftr_srch form input {
        font-size: 13px;
    }

    .ftr_srch form input.src_btn {
        width: 35%;
    }

    .egd_bnr .ftr_srch form {
        width: 100%;
    }
}

.u_spc {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hd_2 h2 {
    font-size: 44px;
    font-family: inherit;
}

.egd_lst_mn {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.egd_lst_mn li {
    position: relative;
    width: 32%;
    margin: 0;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 0px 23px #00000021;
}

.fgr_mn {
    background: linear-gradient(180deg, #0051AF, #006EEF);
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 20px 0;
    z-index: 1;
    overflow: hidden;
}

.egd_lst_mn li figure {
    width: 100%;
    /* max-width: 150px; */
    height: 200px;
    margin: 0 auto;
    border-radius: 0;
    background: unset;
    box-shadow: unset;
}

.egd_lst_mn li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.egd_inr_rt {
    padding: 15px 20px 20px;
}

.egd_wrt_dlt {
    font-size: 16px;
}

.egd_inr_rt h3 {
    font-size: 18px;
    color: #000;
    margin: 10px 0 5px;
    font-family: inherit;
}

.egd_inr_rt p {
    margin: 0;
}

.egd_inr_rt a {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .egd_lst_mn li {
        width: 48%;
    }

    .hd_2 h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 580px) {
    .egd_lst_mn {
        flex-direction: column;
    }

    .egd_lst_mn li {
        width: 100%;
    }
}

.edgdt_sc {
    height: 700px;
}

.edgdt_cntt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edgdt_lt {
    width: 55%;
}

.edgdt_lt h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: inherit;
}

.edgdt_lt p {
    font-size: 20px;
    color: #ffffff;
}

.published_by {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 25px;
    flex-wrap: wrap;
}

.edgdt_lt .published_by span {
    position: relative;
    /* background: #005fbf; */
    color: #fff;
    display: flex;
    padding-inline: 5px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.published_by span::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #fff;
    z-index: 1;
    height: 16px;
    right: -13px;
}

.edgdt_rt {
    width: 45%;
    text-align: center;
}

.edgdt_rt figure img {
    max-width: 300px;
    animation: bounce2 3s infinite ease-in-out;
}

.edgdt_cnt_sc {
    position: relative;
    z-index: 1;
}

.edgdt_cnt_mn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.edgdt_cnt_lt {
    width: 60%;
}

.edgdt_cnt_lt h2,
.edgdt_cnt_lt h3 {
    font-family: inherit;
}

.edgdt_cnt_rt {
    width: 35%;
}

.edgdt_cnt_rt h3 span {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: inherit;
}

.edgdt_cnt_rt h3 {
    font-size: 24px;
    font-family: inherit;
}



.phone-input-container {
    display: flex;
    border-radius: 15px;
    /* padding: 8px 12px; */
    /* width: 300px; */
    align-items: center;
}

.country-select {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border-bottom: 1px solid #000000;
    padding: 12px 0;
}

.country-flag {
    width: 20px;
    height: 10px;
    margin-right: 4px;
}

.country-code {
    font-size: 13px;
    color: #333;
    margin-right: 4px;
}

.dropdown-arrow {
    color: #666;
    font-size: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
}

.country-option {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.country-option:hover {
    background-color: #f1f1f1;
}

.country-name {
    margin-left: 8px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone-input {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    color: #333;
    width: 100%;
}

.phone-input::placeholder {
    color: #999;
}


.search-container {
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: white;
    border-bottom: 1px solid #eee;
}

.search-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.blog-num {
    display: inline-block;
    background: linear-gradient(270deg, #33b4ff 0, #00649e 100%) no-repeat padding-box;
    padding: 6px 16px;
    margin: 3px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    border: none;
    margin-top: 10px;
}



/* form */

.ebook-from-css .form-container {
    border-radius: 20px;
    padding: 40px 35px;
    /* max-width: 400px; */
    width: 100%;
    box-shadow: 0 0px 23px #00000021;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ebook-from-css .header-text {
    color: #ffffff;
    margin-bottom: 10px;
}

.ebook-from-css .header-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.9;
    font-family: inherit;
}

.ebook-from-css .header-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: inherit;
}

.ebook-from-css .description {
    color: #334770;
    font-size: 15px !important;
    margin: 0;
}

.ebook-from-css .form-group {
    margin-bottom: 25px;
}

.ebook-from-css .form-group label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.ebook-from-css .form-group input {
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    color: #000;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.ebook-from-css .form-group input:focus {
    border-bottom-color: #005fbf;
}

.ebook-from-css .form-group input::placeholder {
    color: #718096;
}

.ebook-from-css .phone-input-container {
    display: flex;
    align-items: center;
}

.ebook-from-css .country-code {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
}

.ebook-from-css .flag {
    width: 20px;
    height: 14px;
    background: linear-gradient(to bottom, #ff9933 33%, #ffffff 33%, #ffffff 66%, #138808 66%);
    margin-right: 8px;
    border-radius: 2px;
}

.ebook-from-css .phone-input {
    flex: 1;
}

.ebook-from-css .checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ebook-from-css .checkbox-container input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 5px;
    accent-color: #005fbf;
}

.ebook-from-css .checkbox-label {
    color: #334770;
    font-size: 14px;
}

.ebook-from-css .privacy-text {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.ebook-from-css .privacy-link {
    color: #63b3ed;
    text-decoration: underline;
}

.ebook-from-css .download-btn {
    width: 100%;
    background: #005fbf;
    border: none;
    border-radius: 25px;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ebook-from-css .download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(49, 130, 206, 0.4);
}

.ebook-from-css .download-btn:active {
    transform: translateY(0);
}

@media (max-width: 480px) {
    .ebook-from-css .form-container {
        padding: 30px 25px;
    }

    .ebook-from-css .header-text h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .edgdt_sc {
        height: unset;
    }

    .edgdt_cntt {
        padding-block: 50px;
        flex-direction: column;
    }

    .edgdt_lt {
        width: 100%;
    }

    .edgdt_lt h1 {
        font-size: 28px;
    }

    .edgdt_lt p {
        font-size: 14px !important;
    }

    .edgdt_lt .published_by span {
        font-size: 13px;
        margin-block: 2px;
    }

    .edgdt_rt {
        margin-top: 20px;
        width: 100%;
    }

    .u_spc {
        padding-block: 35px;
    }

    .edgdt_cnt_mn {
        flex-direction: column;
        gap: 10px;
    }

    .edgdt_cnt_lt {
        width: 100%;
    }

    .edgdt_cnt_rt {
        width: 100%;
    }

    .edgdt_cnt_lt p,
    .edgdt_cnt_lt li {
        font-size: 15px !important;
    }
}

textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
}

/* video-details */
.video-details {
    padding-top: 130px;
    padding-bottom: 50px;
}

.vl_bnr_mn {
    background: #006EEF;
    padding: 40px;
    border-radius: 20px;
}

.vl_bnr_mn h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    font-family: inherit;
}

.vl_bnr_mn p {
    color: #ffffff;
}

iframe {
    height: 500px;
    border-radius: 30px;
}

iframe {
    width: 100%;
    height: calc(100ew / eval("width/height"));
}

.social_share {
    background: #cfe3fb;
    padding: 15px 10px;
    border-radius: 8px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social_share h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 800;
    font-family: inherit;
}

.social_share ul {
    gap: 15px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    list-style: none;
}

.social_share ul i:hover {
    color: #000;
}

.egd_inr_rt h3:hover {
    color: #005fbf;
}

.egd_inr_rt .fl-h3:hover {
    color: #000;
}