@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); :root {
    --colblu: #1751C0;
    --colblk: #1C1C1C;
    --colblk2: #2B2A29;
    --transition1: all 0.2s linear;
    --font1: 'Roboto', sans-serif;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;}

/* Not great browser support :(
html {
  scroll-behavior: smooth;
} 
*/
svg.hidden {
    display: none;
}

input, button, textarea, select {
    font-family: var(--font1);
}

body {
    font-family: var(--font1);
    font-size: 14px;
    color: var(--darkgrey);
}

.container {
    max-width: 1360px;
    margin: 0 auto;
}


.question_bx.ovr_bg {
    margin-top: 0;
    background-color: #F2F4F8;
    margin-bottom: 0;
}

    .question_bx.ovr_bg.bgStyl2 {
        background-color: #F6F8FE;
    }

    .question_bx.ovr_bg .yellow_bx {
        transform: translateY(60px);
    }

.question_bx {
    margin-top: 80px;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

    .question_bx .yellow_bx {
        background-color: #FFCC68;
        border-radius: 17px;
        padding: 30px 30px;
    }

        .question_bx .yellow_bx .img_Bx {
            width: 100px;
            margin-right: 20px;
            position: relative;
            margin-top: -100px;
            margin-bottom: -30px;
        }

            .question_bx .yellow_bx .img_Bx img {
                width: 100%;
            }

        .question_bx .yellow_bx .cont_bx h4 {
            font-size: 30px;
            font-weight: 600;
        }

        .question_bx .yellow_bx .cont_bx p {
            font-size: 18px;
        }

        .question_bx .yellow_bx .btn_bx {
            margin-left: auto;
            color: white;
            font-size: 24px;
            background-color: var(--colblk);
            padding: 15px 80px;
            border-radius: 6px;
            position: relative;
            transition: var(--transition1);
            font-weight: 500;
        }
            /* .question_bx .yellow_bx .btn_bx:hover{background-color:var(--colblu); box-shadow: 5px 5px 0px rgba(0,0,0,0.3); transform: translateY(-3px) translateX(-3px);} */
            .question_bx .yellow_bx .btn_bx:hover {
                background-color: var(--colblu);
                transform: translateY(-3px) translateX(0px);
            }


/*--Cursor and Hover--*/
.cursor {
    display: none;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    display: none;
    z-index: 1001;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}

.hover {
    background-color: var(--colblu);
    border: none;
    transform: scale(0.8);
    opacity: 0.6;
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .2;
}


.box_styl1 .insdCont {
    box-shadow: 0px 3px 12px #00000029;
    padding: 25px;
    margin: 30px 0;
    background-color: white;
    border-radius: 30px;
    position: relative;
    /*background: transparent linear-gradient(255deg, #F3F7FF 0%, #fff7ef 100%) 0% 0%;*/
}

.box_styl1.transparent .insdCont {
    background: transparent;
    overflow: hidden;
}

.box_styl1.bgGradient .insdCont {
    background: transparent linear-gradient(255deg, #F3F7FF 0%, #fff7ef 100%) 0% 0%;
}

.nobgImg .insdCont::before {
    display: none;
}

.box_styl1 .insdCont::before {
    background: url(../images/hdr_bg.svg) no-repeat right center;
    pointer-events: none;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.45;
}

.box_styl1 .insdCont .imgBx {
    width: 48%;
    flex-shrink: 0;
    margin-right: 3%;
}

    .box_styl1 .insdCont .imgBx img {
        width: 100%;
        object-fit: contain;
    }

.box_styl1 .contBx p {
    line-height: 1.7;
    font-weight: 500;
    width: 85%;
}

    .box_styl1 .contBx p:not(:last-child) {
        margin-bottom: 20px;
    }

.box_styl1.no-bg_shapes .insdCont::before {
    display: none;
}

/*--Blog Section--*/
.blog_hdr {
    background-color: #F6F8FE;
    padding: 20px 0;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.15) inset;
}

.blog_Sec .blog_hdr .insdCont {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.blog_Sec .blog_hdr .hdng_Styl_2 {
    font-size: 24px;
}

.blog_Sec .blog_hdr p {
    font-size: 16px;
    line-height: 2
}

.blog_Sec .blog_lst .hdng_Styl_5 {
    font-size: 32px;
}

.blog_Sec .blog_lst_contnr .blog_itm {
    width: 31%;
    margin-right: 3.5%;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 12px #0000001F;
    border-radius: 20px;
    transition: var(--transition1);
    margin-bottom: 30px;
}

    .blog_Sec .blog_lst_contnr .blog_itm:hover {
        transform: scale(1.02);
    }

    .blog_Sec .blog_lst_contnr .blog_itm:nth-child(3n) {
        margin-right: 0;
    }

    .blog_Sec .blog_lst_contnr .blog_itm img {
        width: 100%;
    }

    .blog_Sec .blog_lst_contnr .blog_itm .contBx h3 {
        font-weight: 700;
        font-size: 18px;
        margin: 10px 0 5px;
    }

    .blog_Sec .blog_lst_contnr .blog_itm .contBx p {
        line-height: 1.5;
        font-size: 14px;
    }

.blog_Sec .date_time, .blog_Sec_Dtl .date_time {
    font-size: 14px;
    display: block;
    color: #595959;
    margin-bottom: 10px;
}

.blog_Sec .blog_lst_contnr .blog_lst {
    display: flex;
    flex-wrap: wrap;
}

.steps_styl1 li {
    counter-increment: listNum;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 17px 15px 15px 30px;
    margin: 20px 0;
    position: relative;
}

    .steps_styl1 li::before {
        content: counter(listNum, decimal-leading-zero);
        font-weight: 800;
        font-size: 15px;
        color: #fff;
        position: absolute;
        line-height: normal;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background-color: #c7c7c7;
        line-height: 1;
        left: -10px;
        top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.privacy_policy .steps_styl1 li p {
    margin-bottom: 0;
}

.steps_styl1 {
    counter-reset: listNum;
    padding-left: 100px;
    position: relative;
}

    .steps_styl1::before {
        width: 2px;
        height: calc(100% - 150px);
        position: absolute;
        background-color: #f5f5f5;
        content: '';
        left: 40px;
    }

    .steps_styl1 li::after {
        height: 2px;
        width: 13px;
        content: '';
        position: absolute;
        background: #c8c8c8;
        top: 30px;
        left: -22px;
    }

    .steps_styl1 li .img_bx {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #f0f0f0;
        left: -100px;
        top: 0;
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
    }

        .steps_styl1 li .img_bx img {
            width: 1em;
            height: 1em;
            font-size: 34px;
            filter: grayscale(1) opacity(0.5);
        }

/*--Hero Header--*/
.hero_header {
    color: var(--colblk);
}

    .hero_header h1 {
        font-size: 42px;
        font-weight: 600;
    }

    .hero_header h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.45;
    }

    .hero_header .hh_tags {
        display: flex;
        font-size: 18px;
        bottom: 15%;
        position: absolute;
        color: #4B4E50;
    }

        .hero_header .hh_tags span {
            padding-right: 20px;
            margin-right: 20px;
        }

            .hero_header .hh_tags span:not(:last-child) {
                border-right: 1px solid #4B4E50;
            }

            .hero_header .hh_tags span strong {
                display: block;
                font-size: 36px;
            }

.hero_header {
    background: transparent linear-gradient(113deg, #FFF9EC 0%, #F2F7FF 100%) 0% 0% no-repeat;
}

    .hero_header .hh__Lft {
        width: 54%;
        padding-top: 40px;
    }

        .hero_header .hh__Lft h2 {
            width: 75%;
        }

    .hero_header .hh__Ryt {
        width: 46%;
    }

    .hero_header::before {
        content: '';
        position: absolute;
        left: -20px;
        bottom: 25%;
        width: 100px;
        height: 40px;
        background: url(../images/header_lft_bg.png) no-repeat;
        background-size: cover;
    }

    .hero_header::after {
        content: '';
        position: absolute;
        right: 0px;
        bottom: 30%;
        width: 100px;
        height: 200px;
        background: url(../images/header_ryt_bg.png) no-repeat;
        background-size: 200%;
    }

    .hero_header .hh__Ryt .hh_slide__img_insd img {
        width: 100%;
        border-radius: 50px;
        padding: 15px;
        box-shadow: 0px 3px 6px #00000005;
        border: 2px solid #BFCCE0;
    }

    .hero_header .hh_slide__tag {
        background-color: white;
        box-shadow: 0px 1px 6px #0000001A;
        border-radius: 50px;
        padding: 10px;
        display: flex;
        align-items: center;
        max-width: 230px;
        font-weight: 500;
        opacity: 0;
        position: absolute;
        top: 70%;
        transition: all 0.3s linear;
    }

    .hero_header .hh_slide__img {
        padding: 0px 100px 50px;
    }

    .hero_header .hh_slide__tag .hh_slide__icn-bx {
        background-color: #C5D9FF;
        margin-right: 10px;
        border-radius: 50%;
        padding: 10px;
        width: 40px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
    }

    .hero_header .hh_slide__tag.hh_slide__tag1 {
        left: 4px;
        top: 50%;
    }

    .hero_header .hh_slide__tag.hh_slide__tag2 {
        right: 4px;
        top: 15%;
    }

    .hero_header .hh_slide {
        padding-top: 30px;
        display: flex;
    }

    .hero_header .swiper {
        overflow: visible;
        padding: 0px 2%;
        width: calc(100% + 2%);
        margin: 0px -2%;
    }

    .hero_header .swiper-fade .hh_slide.animation {
        pointer-events: auto;
    }

    .hero_header .hh_slide.animation .hh_slide__tag {
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
    }

        .hero_header .hh_slide.animation .hh_slide__tag.hh_slide__tag1 {
            opacity: 1;
            animation-name: slideInLeft;
        }

        .hero_header .hh_slide.animation .hh_slide__tag.hh_slide__tag2 {
            opacity: 1;
            animation-name: slideInRight;
        }

    .hero_header .icon {
        width: 1em;
        height: 1em;
        fill: var(--colblu);
        font-size: 20px;
    }

@keyframes slideInLeft {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0);
    }
}

.hero_header .swiper-pagination-bullets.swiper-pagination {
    bottom: 30px;
    width: 15%;
    left: auto;
    right: 16%;
}

.hero_header .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

    .hero_header .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #93B1C5;
    }

.blogSlider .swiper-pagination-bullet-active, .testimonialSlider .swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
    background-color: #93B1C5;
}


.lst_Styl1 li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

    .lst_Styl1 li:before {
        background: #4B4E50;
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        left: 0px;
        position: absolute;
        top: 8px;
    }

.lst_Styl2 {
    counter-reset: counter;
}

    .lst_Styl2 > li {
        margin-bottom: 20px;
        display: block;
        padding-left: 20px;
        position: relative;
    }

        .lst_Styl2 > li:before {
            content: counter(list-item) ") ";
            counter-increment: list-item;
            display: inline-block;
            vertical-align: top;
            border-radius: 50%;
            left: 0px;
            position: absolute;
        }

    .lst_Styl2 .lst_Styl1 li {
        margin-bottom: 10px;
    }

ul .lst_Styl1 {
    margin-bottom: 20px;
    margin-left: 20px;
}

    ul .lst_Styl1 li {
        margin-bottom: 10px;
    }

        ul .lst_Styl1 li:last-child {
            margin-bottom: 0;
        }


.faqs_list {
    margin-top: 20px;
}

    .faqs_list .faq_itm {
        border-top: 1px solid #e8e8e8;
        cursor: pointer;
        padding: 15px 30px 15px 15px;
        transition: all 0.2s linear;
        border-radius: 4px;
        position: relative;
        margin: 0px 0;
    }

        .faqs_list .faq_itm.opened::after {
            transform: rotate(45deg);
        }

        .faqs_list .faq_itm:after {
            width: 15px;
            height: 15px;
            background: url(../images/plus_icon.svg) no-repeat;
            content: '';
            position: absolute;
            right: 15px;
            top: 18px;
            background-size: 100%;
            transition: all 0.2s linear;
        }

        .faqs_list .faq_itm:hover {
            background-color: #f0f0f0;
        }

        .faqs_list .faq_itm.opened {
            background-color: #edf1fb;
        }

            .faqs_list .faq_itm.opened .faq_dtl {
                display: block;
            }

        .faqs_list .faq_itm .faq_hdr {
            font-size: 18px;
            font-weight: 500;
        }

        .faqs_list .faq_itm .faq_dtl {
            line-height: 1.45;
            padding-top: 10px;
        }

            .faqs_list .faq_itm .faq_dtl p:last-child {
                margin-bottom: 0;
            }


/*--Heading with View Button on Right--*/
.hdr_row {
    display: grid;
    align-items: center;
}

.hdr_row > * {
        grid-column-start: 1;
        grid-row-start: 1;
        justify-self: center;
    }

    .hdr_row .view_lnk {
        justify-self: right;
        color: var(--colblu);
        font-weight: 700;
        font-size: 20px;
    }

/*--Other Required Styles (e.g: Heading and Page BG)--*/
.bgwhite_shdwBg {
    background-color: #fff;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.15) inset;
}

.shdw_gryBg {
    background-color: #F6F8FE;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.15) inset;
}

.widget_Styl1 {
    box-shadow: 0px 1px 12px #0000001C;
    border-radius: 16px;
}

    .widget_Styl1 .widget_Hdr {
        background-color: #F9F9F9;
    }

.hdng_Styl_2 {
    font-size: 42px;
    font-weight: 600;
}

.hdng_Styl_2.underlined {
    /*border-bottom: 4px solid currentColor;*/
    display: inline-block;
    /*padding-bottom: 8px; margin-bottom: 20px;*/
        margin-bottom: 10px;
    }

    .hdng_Styl_2.half_underlined {
        margin-bottom: 10px;
        position: relative;
    }

        .hdng_Styl_2.half_underlined:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 40%;
            height: 3px;
            background-color: #000;
            display: none;
        }

.hdng_Styl_7 {
    font-size: 32px;
    font-weight: 900;
}

.hdng_Styl_8 {
    font-size: 32px;
}

.hdng_Styl_6 {
    font-size: 24px;
    font-weight: 700;
    color: #404040;
    padding: 15px 25px;
}

.cntr_btnBlu {
    background: transparent linear-gradient(75deg, #1751C0 0%, #002366 100%) 0% 0% no-repeat;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0px auto 20px;
    display: inline-flex;
    transition: var(--transition1);
}
    /* .cntr_btnBlu:hover{background-color:var(--colblu); box-shadow: 4px 4px 5px rgba(0,0,0,0.3);} */
    .cntr_btnBlu:hover {
        transform: translateY(-2px);
    }

.blue_lnk {
    color: #3A6AC6;
}

.blue_lnk2 {
    color: var(--colblu);
}

.blue_btn2 {
    background: transparent linear-gradient(73deg, #1751C0 0%, #2354B1 100%) 0% 0% no-repeat;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0px auto 0px;
    display: inline-flex;
    transition: var(--transition1);
    text-align: center;
}

    .blue_btn2:hover {
        background-color: var(--colblu);
        box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
    }

    .blue_btn2.styl2 {
        border-radius: 4px;
        padding: 10px 10px;
    }


.bg_bx {
    padding: 10px;
    background-color: #e5e5e5;
    border-radius: 6px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(3px);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-4px);
    }
}

.filter_bx .form_Contnr .form_Flds {
    display: flex;
    justify-content: space-evenly;
}

.filter_bx .form_Contnr {
    width: 100%;
}

    .filter_bx .form_Contnr .form_fld {
        width: 100%;
        padding: 0px 10px;
    }

    .filter_bx .form_Contnr .form_btn {
        padding: 0px 10px;
    }

    .filter_bx .form_Contnr .form_fld select {
        color: #2B2A29;
        font-size: 16px;
        width: 20%;
        height: 48px;
        padding-left: 12px;
        border: none;
        display: block;
        width: 100%;
        padding: .375rem 1.75rem .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        vertical-align: middle;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.contact_form {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
    white-space: nowrap;
    right: auto;
    right: 0;
    left: auto;
    height: auto;
    margin-left: auto;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: end;
    pointer-events: none;
}

    .contact_form .contact_Btn {
        background-color: #999;
        padding: 15px 10px;
        transform: rotate(180deg);
        writing-mode: vertical-lr;
        background: transparent linear-gradient(75deg, #1751C0 0%, #002366 100%) 0% 0% no-repeat;
        color: white;
        border-radius: 0px 10px 10px 0px;
        border: 1px solid #6e9bf2;
        border-right: 0;
        pointer-events: all;
    }

.contact_Bx .form_Contnr h3 {
    font-size: 24px;
    color: white;
    background-color: var(--colblu);
    padding: 15px 0px;
    text-align: center;
}

.contact_Bx .form_Contnr {
    overflow: hidden;
    background-color: white;
    border-radius: 10px 0px 0 10px;
    box-shadow: 0px 5px 12px #0000006f;
    position: relative;
    z-index: 9;
    width: 0;
    transition: all 0.2s linear;
    pointer-events: all;
}

    .contact_Bx .form_Contnr.opened {
        width: min(80%,350px);
    }

    .contact_Bx .form_Contnr .form_Flds {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .contact_Bx .form_Contnr .form_Flds .form_fld {
            width: 48%;
            margin-right: 4%;
            margin-bottom: 15px;
        }

            .contact_Bx .form_Contnr .form_Flds .form_fld.full {
                width: 100%;
                margin-right: 0;
                margin-bottom: 15px;
            }

            .contact_Bx .form_Contnr .form_Flds .form_fld > label {
                font-weight: 500;
                margin-bottom: 8px;
                display: block;
            }

            .contact_Bx .form_Contnr .form_Flds .form_fld.mr-0 {
                margin-right: 0;
            }

    .contact_Bx .form_Contnr .form_Inp input, .contact_Bx .form_Contnr .form_Inp textarea {
        width: 100%;
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        padding: 10px;
        font-size: 15px;
    }

    .contact_Bx .form_Contnr .form_Sel {
        position: relative;
    }

.form_Contnr .form_Sel:after {
            position: absolute;
            content: '';
            background: url(../images/arw_dwn.svg) no-repeat;
            background-size: 100%;
            width: 16px;
            height: 9px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 10px;
        }

        .contact_Bx .form_Contnr .form_Sel select {
            width: 100%;
            border: 1px solid #E0E0E0;
            border-radius: 4px;
            padding: 10px 30px 10px 10px;
            appearance: none;
            color: #626262;
            font-size: 15px;
        }

.contact_Bx .btn_fld {
    width: 100%;
}

.contact_Bx .get_btn {
    background: transparent linear-gradient(180deg, #FFBA33 0%, #E79435 100%) 0% 0% no-repeat;
    width: 100%;
    padding: 12px;
    font-size: 24px;
    border: none;
    font-weight: 700;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    transition: all 0.2s linear;
}

.popup_bx .form_Contnr .form_Sel select {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
    appearance: none;
    color: #626262;
    font-size: 15px;
}

.popup_bx .form_Contnr .form_fld {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
}

.popup_bx .form_Contnr .form_fld.mr-0 {
    margin-right: 0;
}

.popup_bx .form_Contnr .form_Sel {
    position: relative;
    margin-top: 5px;
}

.captcha_bx {
    position: relative;
    margin-top: 5px;
}

.captcha_bx .imgBx input:not([type="image"]) {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 19px 23px;
}

.dropDown {
    position: relative;
}

.nav .dropDown > a {
    margin-right: 0;
}

.dropDown ul {
    background-color: white;
    top: calc(100%);
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 3px 16px #00000029;
    z-index: 2;
    left: 27px;
    width: calc(100% - 27px);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s linear;
    visibility: hidden;
}

.dropDown:hover ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.dropDown ul li a {
    color: #1c1c1c;
    transition: all 0.2s linear;
    border-radius: 4px;
    padding: 6px 10px;
    margin: 0;
}

    .dropDown ul li a::after {
        display: none;
    }

.dropDown ul li:not(:last-child) {
    border-bottom: 1px solid #555;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.dropDown ul li a:hover {
    background-color: #FFCC68;
}

.arw_icn {
    width: 26px;
    height: 10px;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .arw_icn:after, .arw_icn:before {
        width: 12px;
        height: 2px;
        border-radius: 3px;
        position: absolute;
        transform: rotate(45deg);
        background-color: white;
        content: '';
        left: 0;
        transition: all 0.2s linear;
    }

    .arw_icn:after {
        transform: rotate(-45deg);
        left: auto;
    }


.popup_bx {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 100%;
    z-index: 10;
    justify-content: center;
    align-items: center;
}

    .popup_bx .popup_bg {
        background-color: rgba(0,0,0,0.4);
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .popup_bx .form_Contnr .form_Sel select {
        width: 100%;
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        padding: 10px 30px 10px 10px;
        appearance: none;
        color: #626262;
        font-size: 15px;
    }

    .popup_bx .form_Contnr .form_fld {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

        .popup_bx .form_Contnr .form_fld.mr-0 {
            margin-right: 0;
        }

    .popup_bx .form_Contnr .form_Sel {
        position: relative;
        margin-top: 5px;
    }

.captcha_bx {
    position: relative;
    margin-top: 5px;
}

    .captcha_bx .imgBx input:not([type="image"]) {
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 6px;
        padding: 19px 23px;
    }
