/* ================================================================ */
/* ======================== Carousel Style ======================== */
/* ================================================================ */
#ocexHomeCarousel {
    position: relative;
}

#slider_2{
    display: none;
}

#slider_3{
    display: none;
}

#ocexHomeCarousel .titleBgImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.Slick-Navigation .slick-dots li button {
    width: 52px;
    height: 5px;
    background: #c4c4c4;
    opacity: 0.5;
    transition: all 0.5s;
    padding: 0;
}

.Slick-Navigation .slick-dots li {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 0;
}

.Slick-Navigation .slick-dots li.slick-active button {
    background: #c4c4c4;
    opacity: 0.8;
}

.Slick-Navigation .slick-dots li button:before {
    /* color:#f7b93f; */
    /* font-size:0px; */
    display: none;
}

.Slick-Gallery .NextArrow {
    display: none !important;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 25px FontAwesome;
    color: #fff;
    z-index: 5;
    border: 2px solid rgba(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.5s;
}

.Slick-Gallery:hover .NextArrow {
    opacity: 1;
}

.NextArrow:before {
    content: "\f105";
    position: relative;
    left: 1px;
}

.Slick-Gallery .PrevArrow {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 25px FontAwesome;
    color: #fff;
    z-index: 5;
    border: 2px solid rgba(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.5s;
}

.Slick-Gallery:hover .PrevArrow {
    opacity: 1;
}

.PrevArrow:before {
    content: "\f104";
    position: relative;
    right: 1px;
}

.Slick-Navigation {
    position: absolute;
    width: 100%;
    z-index: 6;
    bottom: 30px;
}

/* ================================================================ */
/* ======================== Carousel Responsive =================== */
/* ================================================================ */
@media screen and (min-width: 768px) {
    #ocexHomeCarousel .titleBgImg {
        height: 385px;
    }
}

@media screen and (min-width: 576px) {
    #ocexHomeCarousel .titleBgImg {
        height: 520px;
    }

    .Slick-Gallery .NextArrow {
        display: inline-block !important;
    }

    .Slick-Gallery .PrevArrow {
        display: inline-block !important;
    }
}

/* ================================================================ */
/* ==================== Rate & Calculator Style =================== */
/* ================================================================ */

#ocexRateNCalc {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    box-sizing: border-box;
    padding: 50px 20px;

    /* border: 3px solid blue; */
}

#ocexRateNCalc .contentContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 60%;
    min-width: 1100px;
    /* border: 1px solid red; */
}

#ocexRateNCalc .rateTime {
    display: flex;
    font-size: 16px;
    margin-bottom: 5px;
}

#ocexRateNCalc .rateSection {
    width: 500px;
}

#ocexRateNCalc .ocexTable {
    border: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#ocexRateNCalc .ocexRow {
    display: flex;
    width: 100%;
    height: 50px;
    /* border:1px solid red; */
}

#ocexRateNCalc .pinkRow {
    background-color: #ffe6e6;
    color: black;
}

#ocexRateNCalc .col_0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

#ocexRateNCalc .col_1 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 40%;

    padding-left: 20px;
}

#ocexRateNCalc .flag_icon {
    height: 15px;
    margin-right: 5px;
}

#ocexRateNCalc .col_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;

    border-style: none solid;
    border-width: 1px;
    border-color: lightgray;
}

#ocexRateNCalc .col_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

#ocexRateNCalc .moreRateBtn {
    color: #900000;
}

#ocexRateNCalc .moreRateBtn:hover {
    text-decoration: none;
    color: #e30000;
}

/* ========================================================== */
/* ========================================================== */
/* ========================================================== */

#ocexRateNCalc .calculator {
    width: 500px;
    /* border: 1px solid red; */
}

#ocexRateNCalc .calcLabel {
    font-size: 18px;
    margin-bottom: 3px;
    color: gray;
}

#ocexRateNCalc .calcRow {
    display: flex;
    justify-content: space-between;
}

#ocexRateNCalc .calcGroup {
    position: relative;
    width: 48%;
}

#ocexRateNCalc .dropflag {
    height: 20px;
    margin-right: 20px;
}

#ocexRateNCalc .buyitem,
#ocexRateNCalc .sellitem {
    box-sizing: border-box;
    padding: 8px 20px;
    border-bottom: 1px solid lightgray;
}

#ocexRateNCalc .sellitem:hover {
    cursor: pointer;
    background-color: #ffe6e6;
}

#ocexRateNCalc .buyitem:hover {
    cursor: pointer;
    background-color: #ffe6e6;
}
/* ------------------------------------------- */
#ocexRateNCalc .calcDropdown_sell {
    display: flex;
    align-items: center;

    height: 45px;
    box-sizing: border-box;
    padding: 10px;

    border-radius: 8px;
    border: 1px solid lightgray;
}

#ocexRateNCalc .dropdownGroup_sell {
    position: absolute;
    display: none;
    width: 100%;
    height: 250px;
    z-index: 999;
    overflow: scroll;

    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#ocexRateNCalc .calcDropdown_sell:hover {
    cursor: pointer;
}

/* ------------------------------------------- */
#ocexRateNCalc .calcDropdown_buy {
    display: flex;
    align-items: center;

    height: 45px;
    box-sizing: border-box;
    padding: 10px;

    border-radius: 8px;
    border: 1px solid lightgray;
}

#ocexRateNCalc .dropdownGroup_buy {
    position: absolute;
    display: none;
    width: 100%;
    height: 250px;
    z-index: 999;
    overflow: scroll;

    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#ocexRateNCalc .calcDropdown_buy:hover {
    cursor: pointer;
}

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

#ocexRateNCalc .calcAmount {
    display: flex;
    align-items: center;

    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;

    border-radius: 8px;
    border: 1px solid lightgray;
}

#ocexRateNCalc .calcRate {
    display: flex;
    align-items: center;

    height: 45px;
    box-sizing: border-box;
    padding: 10px;

    border-radius: 8px;
    border: 1px solid lightgray;
}

#ocexRateNCalc .calcBtnRow {
    display: flex;
    justify-content: space-around;
    font-size: 18px;
}

#ocexRateNCalc .calculateBtn {
    width: 120px;
    height: 45px;
    border-radius: 100px;
    border: none;
    background-color: #900000;
    color: white;
}

#ocexRateNCalc .reverseBtn {
    width: 120px;
    height: 45px;
    border-radius: 100px;
    border: none;
    background-color: #ffe6e6;
    color: #900000;
}
/* ================================================================ */
/* ======================== Rate Calc Responsive ================== */
/* ================================================================ */

@media screen and (max-width: 1100px) {
    #ocexRateNCalc {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;

        box-sizing: border-box;
        padding: 50px 20px;

        /* border: 3px solid red; */
    }

    #ocexRateNCalc .rateTime {
        display: flex;
        font-size: 16px;
        margin-bottom: 5px;
    }

    #ocexRateNCalc .contentContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 100%;
        min-width: 100%;
        /* border: 1px solid red; */
    }

    #ocexRateNCalc .rateSection {
        width: 80%;
        /* border: 1px solid red; */
    }

    #ocexRateNCalc .ocexTable {
        border: 1px solid lightgray;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    #ocexRateNCalc .ocexRow {
        display: flex;
        width: 100%;
        height: 50px;
        /* border:1px solid red; */
    }

    #ocexRateNCalc .pinkRow {
        background-color: #ffe6e6;
        color: black;
    }

    #ocexRateNCalc .col_0 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;
    }

    #ocexRateNCalc .col_1 {
        display: flex;
        justify-content: left;
        align-items: center;
        width: 40%;

        padding-left: 20px;
    }

    #ocexRateNCalc .flag_icon {
        height: 15px;
        margin-right: 5px;
    }

    #ocexRateNCalc .col_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;

        border-style: none solid;
        border-width: 1px;
        border-color: lightgray;
    }

    #ocexRateNCalc .col_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
    }

    #ocexRateNCalc .moreRateBtn {
        color: #900000;
    }

    #ocexRateNCalc .moreRateBtn:hover {
        text-decoration: none;
        color: #e30000;
    }

    /* ========================================================== */

    #ocexRateNCalc .calculator {
        width: 80%;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 20px;
        margin-top: 50px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

        /* border:1px solid red; */
    }

    #ocexRateNCalc .calcLabel {
        font-size: 18px;
        margin-bottom: 3px;
        color: gray;
    }

    #ocexRateNCalc .calcRow {
        display: flex;
        justify-content: space-between;
    }

    #ocexRateNCalc .calcDropdown_sell {
        display: flex;
        align-items: center;

        height: 45px;
        box-sizing: border-box;
        padding: 10px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }

    #ocexRateNCalc .calcDropdown_sell:hover {
        cursor: pointer;
    }

    #ocexRateNCalc .calcDropdown_buy {
        display: flex;
        align-items: center;

        height: 45px;
        box-sizing: border-box;
        padding: 10px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }

    #ocexRateNCalc .calcDropdown_buy:hover {
        cursor: pointer;
    }

    #ocexRateNCalc .calcGroup {
        position: relative;
        width: 48%;
    }

    #ocexRateNCalc .calcAmount {
        display: flex;
        align-items: center;

        height: 45px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }

    #ocexRateNCalc .calcRate {
        display: flex;
        align-items: center;

        height: 45px;
        box-sizing: border-box;
        padding: 10px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }
}

@media screen and (max-width: 768px) {
    #ocexRateNCalc .rateSection {
        width: 100%;
        /* border: 1px solid red; */
    }
    #ocexRateNCalc .currencyName {
        display: none;
    }

    #ocexRateNCalc .col_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;

        padding-left: 0px;
    }

    #ocexRateNCalc .flag_icon {
        height: 23px;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* ================================================================== */
    /* ================================================================== */

    #ocexRateNCalc .calculator {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    #ocexRateNCalc .calcRow {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #ocexRateNCalc .calcGroup {
        position: relative;
        width: 100%;
    }

    #ocexRateNCalc .calcDropdown_sell {
        display: flex;
        align-items: center;

        height: 45px;
        box-sizing: border-box;
        padding: 10px;

        margin-bottom: 5px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }

    #ocexRateNCalc .calcDropdown_buy {
        display: flex;
        align-items: center;

        height: 45px;
        box-sizing: border-box;
        padding: 10px;

        margin-bottom: 5px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }

    #ocexRateNCalc .calcAmount {
        display: flex;
        align-items: center;

        height: 45px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;

        margin-bottom: 5px;

        border-radius: 8px;
        border: 1px solid lightgray;
    }

    #ocexRateNCalc .calcBtnRow {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

    #ocexRateNCalc .calculateBtn {
        width: 70%;
        height: 45px;
        border-radius: 100px;
        border: none;
        background-color: #900000;
        color: white;
    }

    #ocexRateNCalc .reverseBtn {
        width: 70%;
        height: 45px;
        border-radius: 100px;
        border: none;
        background-color: #ffe6e6;
        color: #900000;

        margin-top: 20px;
    }
}

/* ================================================================ */
/* ============================== Process ========================= */
/* ================================================================ */

#ocexProcess {
    width: 100%;

    text-align: center;
    background-color: #f5f5f5;

    box-sizing: border-box;
    padding: 50px 20px;
    /* border: 3px solid red; */
}

#ocexProcess .processTitle {
    font-size: 36px;
    font-weight: 600;
    color: black;
    text-align: center;
}

#ocexProcess .processSubTitle {
    font-size: 24px;
    font-weight: 600;
    color: gray;
    text-align: center;
}

#ocexProcess .processCards {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#ocexProcess .steps {
    width: 200px;
}

#ocexProcess .stepsTitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

#ocexProcess .stepIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 68px;
    color: #900000;

    margin: 0 auto;
    margin-bottom: 10px;

    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 5px solid #900000;
}

#ocexProcess .numberIcon {
    display: none;
}

#ocexProcess .stepIcon:hover {
    background-color: #900000;
    color: white;
    cursor: pointer;
}

#ocexProcess hr {
    width: 8%;
    margin-top: 75px;
    border-top: 3px dotted #900000;
}

@media screen and (max-width: 1100px) {
    #ocexProcess {
        width: 100%;

        text-align: center;
        background-color: #f5f5f5;

        box-sizing: border-box;
        padding: 50px 20px;
    }

    #ocexProcess .processCards {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    #ocexProcess .steps {
        width: 200px;
    }

    #ocexProcess .stepsTitle {
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #ocexProcess .stepIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 58px;
        color: #900000;

        margin: 0 auto;
        margin-bottom: 10px;

        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
        border-radius: 100%;
        border: 5px solid #900000;
    }

    #ocexProcess .numberIcon {
        display: none;
    }

    #ocexProcess .stepIcon:hover {
        background-color: #900000;
        color: white;
        cursor: pointer;
    }

    #ocexProcess hr {
        width: 8%;
        margin-top: 60px;
        border-top: 3px dotted #900000;
    }
}

@media screen and (max-width: 960px) {
    #ocexProcess {
        width: 100%;

        text-align: left;
        background-color: #f5f5f5;

        box-sizing: border-box;
        padding: 50px 20px;
    }

    #ocexProcess .processTitle {
        font-size: 36px;
        font-weight: 600;
        color: black;
        text-align: center;
    }

    #ocexProcess .processSubTitle {
        font-size: 24px;
        font-weight: 600;
        color: gray;
        text-align: center;
    }

    #ocexProcess .processCards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 100%;
        margin-top: 50px;
    }

    #ocexProcess .phoneSteps {
        display: flex;
        align-items: center;

        margin-bottom: 40px;

        width: 70%;
    }

    #ocexProcess .steps {
        width: 100%;
        margin-left: 20px;
    }

    #ocexProcess .stepsTitle {
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #ocexProcess .stepIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 58px;
        color: #900000;

        margin: 0 0;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        border-radius: 100%;
        border: 5px solid #900000;
    }

    #ocexProcess .numberIcon {
        display: block;
    }

    #ocexProcess .processIcon {
        display: none;
    }

    #ocexProcess .phoneNxtLine {
        display: none;
    }

    #ocexProcess .stepIcon:hover {
        background-color: #900000;
        color: white;
        cursor: pointer;
    }

    #ocexProcess hr {
        display: none;
        width: 8%;
        margin-top: 60px;
        border-top: 3px dotted #900000;
    }
}

@media screen and (max-width: 768px) {
    #ocexProcess .stepIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 52px;
        color: #900000;

        margin: 0 0;

        width: 100px;
        height: 100px;

        min-width: 100px;
        min-height: 100px;
        border-radius: 100%;
        border: 5px solid #900000;
    }

    #ocexProcess .stepsTitle {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    #ocexProcess .stepIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 48px;
        color: #900000;

        margin: 0 0;

        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        border-radius: 100%;
        border: 5px solid #900000;
    }

    #ocexProcess .stepsTitle {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 375px) {
    #ocexProcess {
        width: 100%;

        text-align: left;
        background-color: #f5f5f5;

        box-sizing: border-box;
        padding: 50px 20px;
    }

    #ocexProcess .processTitle {
        font-size: 28px;
        font-weight: 600;
        color: black;
        text-align: center;
    }

    #ocexProcess .processSubTitle {
        font-size: 20px;
        font-weight: 600;
        color: gray;
        text-align: center;
    }

    #ocexProcess .processCards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 100%;
        margin-top: 50px;
    }

    #ocexProcess .phoneSteps {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-bottom: 40px;

        width: 80%;
    }

    #ocexProcess .steps {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        text-align: center;
    }

    #ocexProcess .stepsTitle {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #ocexProcess .stepIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 52px;
        color: #900000;

        margin: 0 0;

        width: 100px;
        height: 100px;

        min-width: 100px;
        min-height: 100px;
        border-radius: 100%;
        border: 5px solid #900000;
    }

    #ocexProcess .numberIcon {
        display: block;
    }

    #ocexProcess .processIcon {
        display: none;
    }

    #ocexProcess .phoneNxtLine {
        display: none;
    }

    #ocexProcess .stepIcon:hover {
        background-color: #900000;
        color: white;
        cursor: pointer;
    }

    #ocexProcess hr {
        display: none;
        width: 8%;
        margin-top: 60px;
        border-top: 3px dotted #900000;
    }
}

/* ================================================================== */
/* ================================================================== */

#serviceMap {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 20px;
    background-color: white;
    /* border:1px solid red; */
}

#serviceMap .wrapper {
    width: 80%;
    margin: 0 auto;
    /* border:1px solid red; */
}

#serviceMap .mapTitle {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

#serviceMap .mapSubtitle {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

#serviceMap .mapWrapper {
    display: flex;
}

#serviceMap .contentContainer {
    width: 40%;
    box-sizing: border-box;
    padding-right: 20px;
}

#serviceMap .secondTitle {
    font-size: 15px;
    color: #900000;
}

#serviceMap .secondSubTitle {
    font-size: 24px;
    font-weight: 600;
}

#serviceMap .serviceLine {
    width: 100px;
    height: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #900000;
}

#serviceMap .serviceCountries {
    display: flex;
    /* border:1px solid red; */
}

#serviceMap .serviceColLeft {
    margin-right: 25%;
    /* border:1px solid red; */
}

#serviceMap .serviceColRight {
    /* border:1px solid red; */
}

#serviceMap .serviceRow {
    margin-top: 20px;
    /* border:1px solid red; */
}

#serviceMap .serviceImg {
    height: 20px;
}

#serviceMap .mapContainer {
    width: 60%;
    position: relative;
}

#serviceMap .worldMapImg {
    width: 100%;
    height: 100%;
}

.pulsating-circle {
    position: absolute;

    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(68, 170, 172, 0.8);
}

.pulsating-circle:before {
    display: block;
    content: "";
    position: relative;
    width: 500%;
    height: 500%;
    box-sizing: border-box;
    margin-left: -200%;
    margin-top: -200%;
    border-radius: 45px;
    background-color: rgba(68, 170, 172, 0.8);
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-iteration-count: infinite;
}

#serviceMap #hotspot_1 {
    display: block;
    left: 53%;
    top: 78%;
}

#serviceMap #hotspot_2 {
    display: none;
    left: 88%;
    top: 80%;
}
#serviceMap #hotspot_3 {
    display: none;
    left: 85%;
    top: 39%;
}
#serviceMap #hotspot_4 {
    display: block;
    left: 79%;
    top: 40%;
}
#serviceMap #hotspot_5 {
    display: none;
    left: 80%;
    top: 42%;
}
#serviceMap #hotspot_6 {
    display: none;
    left: 80%;
    top: 47%;
}
#serviceMap #hotspot_7 {
    display: block;
    left: 77%;
    top: 47%;
}
#serviceMap #hotspot_8 {
    display: none;
    left: 73%;
    top: 50%;
}
#serviceMap #hotspot_9 {
    display: none;
    left: 76%;
    top: 52%;
}
#serviceMap #hotspot_10 {
    display: none;
    left: 75%;
    top: 55%;
}
#serviceMap #hotspot_11 {
    display: none;
    left: 75%;
    top: 62%;
}
#serviceMap #hotspot_12 {
    display: none;
    left: 77%;
    top: 62%;
}
#serviceMap #hotspot_13 {
    display: none;
    left: 79%;
    top: 60%;
}
#serviceMap #hotspot_14 {
    display: block;
    left: 79%;
    top: 80%;
}
#serviceMap #hotspot_15 {
    display: none;
    left: 85%;
    top: 85%;
}
#serviceMap #hotspot_16 {
    display: none;
    left: 24%;
    top: 45%;
}
#serviceMap #hotspot_17 {
    display: none;
    left: 24%;
    top: 35%;
}
#serviceMap #hotspot_18 {
    display: none;
    left: 25%;
    top: 38%;
}
#serviceMap #hotspot_19 {
    display: none;
    left: 13%;
    top: 38%;
}
#serviceMap #hotspot_20 {
    display: none;
    left: 14%;
    top: 41%;
}

#serviceMap #hotspot_21 {
    display: none;
    left: 13%;
    top: 35%;
}

#serviceMap #hotspot_22 {
    display: none;
    left: 17%;
    top: 35%;
}

#serviceMap #hotspot_23 {
    display: none;
    left: 18%;
    top: 40%;
}

#serviceMap #hotspot_24 {
    display: none;
    left: 13%;
    top: 25%;
}

#serviceMap #hotspot_25 {
    display: block;
    left: 23%;
    top: 25%;
}

#serviceMap #hotspot_26 {
    display: none;
    left: 27%;
    top: 70%;
}

#serviceMap #hotspot_27 {
    display: none;
    left: 3%;
    top: 49%;
}

#serviceMap #hotspot_28 {
    display: none;
    left: 46%;
    top: 28%;
}

#serviceMap #hotspot_29 {
    display: none;
    left: 48%;
    top: 30%;
}

#serviceMap #hotspot_30 {
    display: none;
    left: 44%;
    top: 36%;
}

#serviceMap #hotspot_31 {
    display: none;
    left: 47%;
    top: 36%;
}

#serviceMap #hotspot_32 {
    display: none;
    left: 49%;
    top: 20%;
}

#serviceMap #hotspot_33 {
    display: none;
    left: 68%;
    top: 52%;
}

#serviceMap #hotspot_34 {
    display: none;
    left: 75%;
    top: 43%;
}

#serviceMap #hotspot_34 {
    display: none;
    left: 82%;
    top: 39%;
}

#serviceMap #hotspot_35 {
    display: block;
    left: 94%;
    top: 90%;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1300px) {
    #serviceMap {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 20px;
        background-color: white;
    }

    #serviceMap .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    #serviceMap .mapTitle {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
    }

    #serviceMap .mapSubtitle {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }

    #serviceMap .mapWrapper {
        display: flex;
    }

    #serviceMap .contentContainer {
        width: 30%;
        min-width: 325px;
        box-sizing: border-box;
        padding-right: 20px;
    }

    #serviceMap .secondTitle {
        font-size: 15px;
        color: #900000;
    }

    #serviceMap .secondSubTitle {
        font-size: 24px;
        font-weight: 600;
    }

    #serviceMap .serviceLine {
        width: 100px;
        height: 3px;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #900000;
    }

    #serviceMap .serviceCountries {
        display: flex;
    }

    #serviceMap .serviceColLeft {
        margin-right: 15%;
    }

    #serviceMap .serviceColRight {
    }

    #serviceMap .serviceRow {
        margin-top: 20px;
    }

    #serviceMap .serviceImg {
        height: 16px;
    }

    #serviceMap .mapContainer {
        width: 70%;
        position: relative;
    }

    #serviceMap .worldMapImg {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1100px) {
    #serviceMap .wrapper {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    #serviceMap {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 20px;
        background-color: white;
    }

    #serviceMap .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    #serviceMap .mapTitle {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
    }

    #serviceMap .mapSubtitle {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }

    #serviceMap .mapWrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    #serviceMap .contentContainer {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        padding-right: 20px;
        margin-top: 20px;
    }

    #serviceMap .secondTitle {
        font-size: 15px;
        color: #900000;
    }

    #serviceMap .secondSubTitle {
        font-size: 24px;
        font-weight: 600;
    }

    #serviceMap .serviceLine {
        width: 100px;
        height: 3px;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #900000;
    }

    #serviceMap .serviceCountries {
        display: flex;
        flex-direction: column;
    }

    #serviceMap .serviceColLeft {
        display: flex;
        justify-content: space-between;
        margin-right: 0px;
    }

    #serviceMap .serviceColRight {
        display: flex;
        justify-content: space-between;
    }

    #serviceMap .serviceRow {
        width: 160px;
        margin-top: 20px;
    }

    #serviceMap .serviceImg {
        height: 22px;
    }

    #serviceMap .mapContainer {
        width: 100%;
        position: relative;
    }

    #serviceMap .worldMapImg {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    #serviceMap .mapTitle {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    #serviceMap .mapSubtitle {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #serviceMap {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 20px;
        background-color: white;
    }

    #serviceMap .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    #serviceMap .mapTitle {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    #serviceMap .mapSubtitle {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }

    #serviceMap .mapWrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    #serviceMap .contentContainer {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        padding-right: 0px;
        margin-top: 20px;
    }

    #serviceMap .secondTitle {
        width: 100%;
        font-size: 15px;
        color: #900000;
    }

    #serviceMap .secondSubTitle {
        font-size: 24px;
        font-weight: 600;
    }

    #serviceMap .serviceLine {
        width: 100px;
        height: 3px;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #900000;
    }

    #serviceMap .serviceCountries {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #serviceMap .serviceColLeft {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 0px;
    }

    #serviceMap .serviceColRight {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #serviceMap .serviceRow {
        width: 160px;
        margin-top: 20px;
    }

    #serviceMap .serviceImg {
        height: 22px;
    }

    #serviceMap .mapContainer {
        width: 100%;
        position: relative;
    }

    #serviceMap .worldMapImg {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 425px) {
    #serviceMap .serviceImg {
        height: 18px;
    }

    #serviceMap .secondTitle {
        font-size: 15px;
        color: #900000;
    }

    #serviceMap .secondSubTitle {
        font-size: 20px;
        font-weight: 600;
    }
}

@media screen and (max-width: 375px) {
    #serviceMap .serviceCountries {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}

/* ================================================================ */
/* ======================== End Section Style ===================== */
/* ================================================================ */

#endSection {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #f7f7f7;
}

#endSection img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 0 10%;
}

#endSection .endTitle {
    font-size: 24px;
}

#endSection .endSubTitle {
    font-size: 32px;
}

#endSection .endContentContainer {
    position: absolute;
    top: 45px;
    left: 10%;
    display: flex;
}

#endSection .endBtn {
    width: 180px;
    height: 50px;
    font-size: 18px;
    border-radius: 100px;
    border: none;
    color: white;
    background-color: #900000;

    margin-top: 20px;
    margin-left: 120px;
}

#endSection .endBtn:hover {
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    #endSection {
        position: relative;
        width: 100%;
        height: 180px;
        background-color: #f7f7f7;
    }

    #endSection img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: 0 10%;
    }

    #endSection .endContentContainer {
        position: absolute;
        top: 45px;
        left: 10%;
        display: flex;
    }

    #endSection .endBtn {
        width: 180px;
        height: 50px;
        font-size: 18px;
        border-radius: 100px;
        border: none;
        color: white;
        background-color: #900000;

        margin-top: 20px;
        margin-left: 60px;
    }

    #endSection .endBtn:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 960px) {
    #endSection img {
        width: 100%;
        height: 180px;
        object-fit: none;
        object-position: 65% 30%;
    }
}

@media screen and (max-width: 768px) {
    #endSection .endContentContainer {
        position: absolute;
        display: flex;
        width: 550px;

        top: 45px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #endSection .endTitle {
        font-size: 20px;
    }

    #endSection .endSubTitle {
        font-size: 28px;
    }

    #endSection .endBtn {
        width: 150px;
        height: 40px;
        font-size: 14px;
        border-radius: 100px;
        border: none;
        color: white;
        background-color: #900000;

        margin-top: 20px;
        margin-left: 40px;
    }
}

@media screen and (max-width: 576px) {
    #endSection .endContentContainer {
        position: absolute;
        display: flex;
        flex-direction: column;

        width: 100%;

        top: 25px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;

        text-align: center;
    }

    #endSection .endBtn {
        width: 150px;
        height: 40px;
        font-size: 14px;
        border-radius: 100px;
        border: none;
        color: white;
        background-color: #900000;

        margin: 0 auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px) {
    #endSection .endTitle {
        font-size: 18px;
    }

    #endSection .endSubTitle {
        font-size: 22px;
    }

    #ocexRateNCalc .rateTime {
        display: flex;
        flex-direction: column;
        align-items:flex-end;
        font-size: 16px;
        margin-bottom: 5px;
    }
}
