.slick-slide {
    outline: none !important;
}

.sliderItem {
    padding: 10px 25px;
}

.slick-slide.slick-active:nth-of-type(1) {
    background-color: red;
}

/* .slick-slide.slick-active.sliderItem+.slick-slide.slick-active.sliderItem .sliderItemBody, .slick-slide.sliderItem:not(.slick-active) .sliderItemBody {
    display: none;
}

.slick-slide.slick-active.sliderItem+.slick-slide.slick-active.sliderItem .sliderItemHead, .slick-slide.sliderItem:not(.slick-active) .sliderItemHead {
    position: relative;
    padding: 15px 15px 25px;
} */

.slick-slide.slick-active.sliderItem+.slick-slide.slick-active.sliderItem .sliderItemHead:after, .slick-slide.sliderItem:not(.slick-active) .sliderItemHead:after {
    content: '+';
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 1.5rem;
    color: #EB5E57;
    background-color: white;
}

.sliderItemContainer {
    cursor: pointer;
    border: 1px solid #213871;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -5px 2px 0px 0px #213871;
    transition: 0.3s all linear;
}

.sliderItemContainer:hover {
    box-shadow: -6px 4px 0px 0px #213871;
}

.sliderItemHead {
    position: relative;
    padding: 15px 15px 25px;
}

.sliderItemBody {
    background-color: #ffdad9;
    font-size: 0.875rem;
    color: #213871;
    padding: 15px;
}

.sliderItemTitle {
    font-size: 1.15rem;
    margin: 20px 0 10px;
    color: #EB5E57;
    font-weight: 500;
    height: 44px;
}

p.sliderItemSubtitle {
    font-size: 1rem;
    margin: 0;
    position: relative;
    overflow: hidden;
    min-height: 48px;
	padding:0 !important;
}

.sliderMobileActive p.sliderItemSubtitle>span {
    white-space: normal !important;
}

.sliderItemImg {
    display: block;
    margin: 15px 0 10px;
    max-width: 100%;
    height: 100px;
}

.sliderNav {
    position: relative;
    text-align: right;
}

.sliderbtn {
    background-color: #ffffff;
    border: none;
    padding: 0;
    outline: none !important;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 130px;
    right: -30px;
    z-index: 2;
}

.sliderbtn.sliderPrev {
    transform: rotate(180deg);
    /* remove if prevarrow image is available */
    right: auto;
    left: -30px;
}

.sliderItemBody ul {
    margin: 0;
    padding: 0 0 0 12px;
}

@media only screen and (min-width: 320px) {
    .section4 p.sliderItemSubtitle {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .section4 p.sliderItemSubtitle {
        font-size: 1.15rem;
        min-height: 65px;
    }
}

@media only screen and (min-width: 992px) {
    .sliderItemTitle {
        font-size: 1.3rem;
    }
    .section4 p.sliderItemSubtitle {
        font-size: 1.2rem;
        min-height: 65px;
    }
    .sliderItemBody {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

.mobileSlideItem .sliderItemContainer:not(.sliderMobileActive) .sliderItemBody {
    display: none;
}

.mobileSlideItem .sliderItemContainer:not(.sliderMobileActive) .sliderItemHead {
    position: relative;
}

.mobileSlideItem .sliderItemContainer:not(.sliderMobileActive) .sliderItemHead:after {
    content: '+';
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 1.5rem;
    color: #EB5E57;
    background-color: white;
}

/* new css */

.section13 {
    height: 100%;
    overflow: auto;
    /* padding: 15px 0 0 !important; */
}

.section13:before {
    content: none !important;
}

.mapSkeleton {
    width: 100%;
}

.worldmap {
    background: none;
    height: auto !important;
}

.worldmap .mapPointer {
    padding: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    transform: translate(-50%, -50%);
}

.worldmap .mapPointer.americas {
    top: 50%;
    left: 25%;
}

.worldmap .mapPointer.europe {
    top: 30%;
    left: 55%;
}

.worldmap .mapPointer.africa {
    top: 70%;
    left: 55%;
}

.worldmap .mapPointer.asia {
    top: 30%;
    left: 75%;
}

.subModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1101;
    transform: scale(0);
    background: url("../images/nature.jpg") no-repeat center;
    background-size: cover;
    background-position: bottom;
    /* box-shadow: 0px 0px 10px 0px #213871; */
}

.subModal .container {
    position: relative;
}

.subModal.show {
    transform: scale(1);
}

.subModalHeader {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 15px;
}

.subModalHeader .closeSubModal {
    display: inline-block;
    cursor: pointer;
    color: white;
    background-color: #213871;
    text-transform: capitalize;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.subModalBody {
    padding: 0px 15px;
    font-family: 'TitilliumWeb-Light', sans-serif;
    position: relative;
    position: absolute;
    left: 5%;
    top: 100%;
    width: 90%;
    height: /*90%*/ max-height;
    border-radius: 42px;
    overflow: auto;
    transform: translateY(0);
    transition: 0.3s all ease;
}

.subModalBody::-webkit-scrollbar {
    width: 8px;
}

.subModalBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(33, 56, 113, 0.7);
    border-radius: 10px;
}

.subModalBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
}

.subModal.show .subModalBody {
    top: 50%;
    transform: translateY(-50%);
}

.bgBlue {
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.bgBlue::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 56, 113, 0.6);
    position: absolute;
    z-index: -1;
}

.subModal .mapimg:not(.active) {
    display: none;
}

.subModal .right-content-body {
    border: none;
}

.subModal .nav-link {
    cursor: pointer;
}

.subModal .nav-link.active {
    color: #EB5E57 !important;
}

.subModal .tab-content {
    /* background-color: #213871; */
}

.subModal .countries-body {
    margin: 0;
}

.subModal .countries-body p {
    clear: both;
    margin: 20px 0 42px;
    min-height: 1rem;
    color: #d6d6d6;
    letter-spacing: 1px;
}

.subModal .mapImgContainer {
    /* margin-bottom: 40px; */
}

.subModal .countries {
    margin: 0;
}

#section13 .modal-dialog {
    max-width: 100% !important;
}

.splitflip {
    color: #EB5E57;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 75px 0;
}

.splitflip>span {
    display: inline-block;
    min-width: 38px;
    font-size: 32px;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
    border-left: 1px solid #757575;
    font-family: 'TitilliumWeb-Light', sans-serif;
}

.splitflip>span:last-child {
    border-right: 1px solid #757575;
}

.section7 .learnmore {
    margin: 50px 0 20px!important;
}

.cnpipe {
    color: #e3e3e3;
    display: inline-block;
    margin: 0 5px;
}

#section13 {
    padding: 0 !important;
}

#section13 .modal-content {
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .worldmap .mapPointer {
        font-size: 12px;
        width: 60px;
        height: 60px;
        line-height: 55px;
    }
	}

@media only screen and (min-width:992px) {
.subModal {    
    background-size: 200%;
}
}


@media only screen and (max-width: 768px) {
    .worldmap .mapPointer {
        width: 15px;
        height: 15px;
        font-size: 0;
    }
    .worldmap .mapPointer:after {
        position: absolute;
        bottom: 100%;
        left: -30px;
        font-size: 12px;
        line-height: 25px;
        width: 75px;
        text-align: center;
    }
    .worldmap .mapPointer.africa:after {
        content: 'Africa';
    }
    .worldmap .mapPointer.europe:after {
        content: 'Europe';
    }
    .worldmap .mapPointer.asia:after {
        content: 'Asia';
    }
    .worldmap .mapPointer.americas:after {
        content: 'Americas';
    }
    #section13 .section13_close {
        top: 35px !important;
    }
}