.selectGetSim .selectGetSimType {
    box-shadow: -1px -1px 10px 0 rgba(255, 255, 255, 0.1);
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    padding: 20px 32px;
    margin: 24px 0 34px 0;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 88px;
}

.selectGetSimType.active {
    border: 2px solid #ff1659;
}

.nothingFound {
    text-align: center;
    width: 297px;
    margin: 20px 16px 38px 0;
    padding: 20px;
}

.selectGetSim .selectGetSimType .media-getSim {
    float: left;
    margin-right: 20px;
}

.selectGetSim .selectGetSimType .content {
    padding-left: 52px;
}

.selectGetSim .selectGetSimType .content span {
    display: inline-block;
    width: 88%;
}

.selectGetSim .selectGetSimType .content a {
    float: right;
    margin-top: 7px;
}

.howToGetSimHead {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

@media (max-width: 768px) {
    .howToGetSimHead {
        margin-top: 0% !important;
        font-family: TruenoRg;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }
    .selectGetSim .selectGetSimType .content a {
        float: right;
        margin-top: 14px;
    }
    .selectGetSim .selectGetSimType {
        padding: 20px 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #storePickup {
        margin-top: 0%;
    }
    .selectGetSim .selectGetSimType .media-getSim {
        margin-top: 3%;
    }
}

.selectGetSim .selectGetSimType .content .getSim-title {
    font-family: TruenoSBd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.selectGetSim .selectGetSimType .content .getSim-info {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #000000;
}


/* dropdown country */


/* Dropdown Button */

.dropbtn {
    width: 115px;
    height: 50px;
    border: solid 1px #d1d1d1;
    border-right: none;
    background-color: #fafafa;
}


/* The search field */

#myInput {
    width: 500px;
    height: 50px;
    margin: 0 21px 12px 18px;
    padding: 15px 237px 16px 17px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    background: #fff url(../img/countrySearch.svg) no-repeat center left;
    background-position: 17px;
    padding: 0.375rem 1.75rem 0.375rem 3rem !important;
}


/* The container <div> - needed to position the dropdown content */

.countryDropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 230px;
    z-index: 1;
    width: 540px;
    height: 400px;
    padding: 17px 1px 4.3px 0px;
    border: solid 1px #d1d1d1;
    border-top: none;
    background-color: #ffffff;
}


/* Links inside the dropdown */


/* .dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
} */


/* Change color of dropdown links on hover */

.dropdown-content p:hover {
    background-color: #f1f1f1
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.showCountries {
    display: block;
}

#map {
    width: 100%;
    /* width: 1440px; */
    height: 650px;
    /* padding: 56px 110px 36px 704px; */
}

#loadingMap {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(225, 225, 225, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
}

#loadingMap img {
    left: 50%;
    top: 50%;
    position: absolute;
}

#mapDirectory {
    position: absolute;
    z-index: 3;
    width: 380px;
    height: 650px;
    /* left: 11.8%; */
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
}

#whatsappNumber {
    width: 425px;
    height: 50px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
}

.help-txt-whatsapp {
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b2b2b;
    margin-top: -17px;
}

.countryHeads {
    width: 100%;
    height: 35px;
    margin: 11.3px 0 10px;
    padding: 9px 30px 8px 19px;
    background-color: #fafafa;
}

.countryHeads span {
    width: 88px;
    height: 18px;
    font-family: TruenoSBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #878787;
}

.stickySearch {
    background-color: #ffffff;
}

.flagCountry {
    width: 43px;
    height: 29px;
    margin: 10px 1px 1px 19px;
    border: solid 1px #979797;
    display: none;
}

.flagName {
    width: 63px;
    height: 16px;
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-left: 20px;
}

.flagCode {
    height: 16px;
    float: right;
    margin-right: 20px;
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6rem;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.selectedCountryFlag {
    width: 26px;
    height: 17px;
    margin: 1px 0px 1px 0;
    object-fit: contain;
    display: none;
}

.selectedCountryCode {
    width: 27px;
    height: 19px;
    margin: 0 12px;
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.flagBlock {
    z-index: 2;
}

#worldCountries {
    height: 320px;
    overflow: scroll;
    overflow-x: hidden;
}

.foreignerBlock {
    /* width: 540px;
    height: 124px; */
    padding: 20px 54px 20px 20px;
    border: solid 1px #d1d1d1;
    background-color: #fafafa;
    margin-top: 13px;
    margin-left: 0%;
    margin-right: 0%;
}

.foreignerBlock #foreigner {
    width: 24px;
    height: 24px;
    /* margin: 0 20px 60px 0; */
    /* border: solid 1px #d1d1d1;
    background-color: #ffffff; */
}

.foreignerBlock .label1 {
    /* width: 115px; */
    /* height: 19px; */
    /* margin: 0 227px 8px 0; */
    font-family: TruenoRg;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-left: 10px;
}

.foreignerBlock .label2 {
    /* width: 342px; */
    /* height: 56.3px; */
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    color: #555555;
    margin-left: 9px;
}

.checkboxBlock1 {
    width: 24px;
}

.checkboxBlock2 {
    /* width: 400px; */
}

.checkboxx {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkboxx>span {
    color: #da1f3c;
    padding: 0.5rem 0.25rem;
}

.checkboxx>input {
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #d1d1d1;
    outline: none;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
}

.checkboxx>input:checked {
    border: 1px solid #da1f3c;
    background-color: #da1f3c;
}

.checkboxx>input:checked+span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0rem;
    top: 0.02rem;
    width: 24px;
    background-color: #da1f3c;
}

.checkboxx>input:active {
    border: 1px solid #da1f3c;
    background-color: #da1f3c;
}

.pickupPointTitle {
    font-family: TruenoRg;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    float: left;
}

.pickupPointBlock {
    width: 224px;
    height: 40px;
    padding: 6px 20px;
    opacity: 0.4;
    border: solid 1px #d1d1d1;
}

.bx-right-arrow-alt {
    margin: -2px 0 1px 12px;
    object-fit: contain;
}

.pickupPointBlockSelected {
    width: 540px;
    height: 80px;
    padding: 20px;
    box-shadow: -1px -1px 10px 0 rgba(255, 255, 255, 0.1);
    background-color: #fafafa;
    margin-left: 0%;
}

.Location-Marker-Pin-Fill {
    width: 24px;
    height: 24px;
    margin: 0 12px 16px 0;
    object-fit: contain;
}

.pickupPointBlockSelected .title {
    height: 20px;
    margin: 0 0 4px;
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
}

.pickupPointBlockSelected .address {
    height: 16px;
    margin: 4px 0 0;
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
}

.pickupPointBlockSelected .change {
    height: 19px;
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4rem;
    letter-spacing: normal;
    text-align: right;
    color: #da1f3c;
    /* float: right; */
}

#mapBackScreen {
    height: 19px;
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 30px;
}

.Shape-Copy {
    margin-left: 0%;
    object-fit: contain;
    padding-right: 14px;
}

#mapSearch {
    width: 297px;
    height: 46px;
    margin: 0 16px 16px 0;
    padding: 12px 197px 14px 16px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    background: #fff url(../img/countrySearch.svg) no-repeat center left;
    background-position: 17px;
    padding: 0.375rem 1.75rem 0.375rem 3rem !important;
}

.mapAddressBody {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    width: 320px;
}

.Location-Marker-Pin {
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
    object-fit: contain;
}

.aroundMeP {
    margin-bottom: 0px;
}

.mapsearchClearClass {
    background: transparent;
    border: none;
    border-left: none;
    position: absolute;
    right: 14%;
    top: 12.7%;
    z-index: 999;
}

.aroundMeP span {
    width: 80px;
    height: 16px;
    margin: 4px 0 4px 6px;
    font-family: TruenoSBd;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
}

.mapAddressBodyLoop {
    width: 297px;
    margin: 20px 16px 20px 0;
    padding: 16px 16px 14px 16px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    cursor: pointer;
    z-index: 9;
    position: relative;
}

.brandImage {
    width: 26px;
    height: 26px;
    object-fit: contain;
    max-width: 26px !important;
    max-height: 26px !important;
    margin-left: 15px;
}

.brandName {
    width: 235px;
    height: 20px;
    margin: 0 0 20px 10px;
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.brandAddress {
    width: 235px;
    height: 28px;
    margin: 5px 0 12px 35px;
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.viewDetailsAtag {
    margin-left: 27px;
    margin-bottom: 10px;
}

.darkPinMark {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 5px;
}

.viewLocationDetail {
    /* width: 82px;
    height: 20px;
    margin: 0 7px 0 0; */
    font-family: TruenoRg;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin-left: 48px;
}

.viewDetailKm {
    margin: 7px 0 3px 4px;
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.viewDetailsAtag .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2b2b2a;
    float: right;
    -webkit-text-stroke: 1px #fff;
    margin-left: 4px;
    margin-top: 2px;
}

.viewDetailsAtag .btn-header-link.collapsed {
    background: transparent;
    color: #2b2b2a;
}

.viewDetailsAtag .btn-header-link.collapsed:after {
    content: "\f107";
    margin-left: 4px;
    margin-top: 2px;
}

#confirmMapLocation {
    width: 297px;
    height: 44px;
    margin: 15px 0 0 0;
}

.mapAddressBodyLoop.active {
    border: 2px solid #ff1659;
}

#mapLocationNumber2 {
    margin-left: 10px;
}

.mapLocationInfoHeads {
    margin: 12px 10px 10px 0px;
    font-family: TruenoRg;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

.mapLocationInfoSubHeads {
    margin: 1px 0 8px 32px;
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    width: 88%;
}

.mapLocationNumbers {
    padding: 5px;
    border-top: 1px #d8d8d8 solid;
}

.leftSideAligned {
    float: left;
}

.rightSideAligned {
    float: right;
}

.mapAddressBodyLoop .number-strik {
    color: #989fa6;
    text-decoration: line-through;
    margin-left: 10px;
}

.Location-Marker-PinBody {
    width: 20px;
    height: 20px;
    object-fit: contain;
    /* margin-left: -10px; */
}

.mapDataBodyText {
    margin-left: 10px;
}

.newPickUpPointDesign {
    /* padding-top: 25px;
    padding-bottom: 10px; */
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.nearMePoint span {
    opacity: 0.4;
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    cursor: pointer;
}

.nearMePoint:hover span {
    font-family: TruenoBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    opacity: 1;
    color: #da1f3c;
    cursor: pointer;
}

.nearMePoint img {
    width: 20px;
    height: 20px;
    margin: 0 1px 0 0;
    object-fit: contain;
}

.nearMePoint {
    float: right;
    line-height: 2em;
    margin-right: 2px;
}

.partnersAddressBody {
    max-height: 270px;
    height: auto;
    overflow: scroll;
    overflow-x: hidden;
    width: 540px;
    border: solid 1px #d1d1d1;
}

.partnerImage {
    width: 26px;
    height: 26px;
    object-fit: contain;
    max-width: 26px !important;
    max-height: 26px !important;
    margin-left: 5px;
}

.partnerName {
    width: 235px;
    height: 20px;
    margin: 0 0 5px 10px;
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.partnerAddress {
    width: 235px;
    height: 28px;
    margin: 0px 0 12px 10px;
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.partnerAddressBodyLoop {
    padding: 16px 16px 14px 16px;
    border: solid 1px #d1d1d1;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}


/* UAT fixes */

.margin-top {
    margin-top: -35px;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #whatsappNumber {
        width: 105%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .nothingFound {
        text-align: center;
        width: 100%;
        margin: 20px 16px 38px 0;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    #confirmMapLocation {
        width: 202px;
        height: 44px;
        margin: 15px 0 0 0;
    }
    .dropbtn {
        width: 100%;
    }
    .pickupOnlyWhatsApp {
        width: 78%;
    }
    .colcountryDropdown {
        min-width: 20%;
    }
    .pickupPointTitle {
        font-size: 21px;
    }
    #mapDirectory {
        position: relative;
        z-index: 3;
        width: auto;
        height: auto;
        left: auto;
        background-color: #ffffff;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 5%;
        /* top: 100%; */
    }
    #mapSearch {
        width: 100%;
        height: 46px;
        margin: 0 16px 16px 0;
    }
    .mapAddressBody {
        height: 400px;
        overflow: scroll;
        overflow-x: hidden;
        width: 100%;
    }
    .mapAddressBodyLoop {
        width: 100%;
        margin: 20px 0px 20px 0;
        padding: 16px 16px 14px 16px;
    }
    #map {
        width: 100%;
        /* width: 1440px; */
        height: 380px;
        /* padding: 56px 110px 36px 704px; */
    }
    .partnersAddressBody {
        max-height: 270px;
        height: auto;
        overflow: scroll;
        overflow-x: hidden;
        width: 100%;
        border: solid 1px #d1d1d1;
    }
    .viewLocationDetail {
        font-family: TruenoRg;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: right;
        color: #000000;
        margin-left: 100px;
    }
    .brandName {
        width: 80%;
        height: 20px;
        margin: 0 0 20px 10px;
        font-family: TruenoBd;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #000000;
    }
    .brandAddress {
        width: 80%;
        height: 28px;
        margin: 5px 0 12px 35px;
        font-family: TruenoLt;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }
    #whatsappNumber {
        width: 100%;
        height: 50px;
        border: solid 1px #d1d1d1;
        background-color: #ffffff;
        /* padding-right: 48px; */
    }
    .pickupPointTitle {
        margin-top: 0px;
    }
    .pickupPointBlockSelected {
        width: 100%;
        height: 80px;
        padding: 20px;
        box-shadow: -1px -1px 10px 0 rgb(255 255 255 / 10%);
        background-color: #fafafa;
        margin-left: 0%;
    }
    .pickupPointBlockSelected .title {
        height: 20px;
        margin: 0 0 4px;
        font-family: TruenoBd;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #000000;
        text-overflow: ellipsis;
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }
    .pickupPointBlockSelected .address {
        height: 16px;
        margin: 4px 0 0;
        font-family: TruenoLt;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333333;
        text-overflow: ellipsis;
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }
    .nothingFound {
        text-align: center;
        width: 100%;
        /* margin: 20px 16px 38px 0; */
        padding: 20px;
    }
    .modal-wrap {
        padding: 0px 20px;
    }
    #myInput {
        /* width: 306px; */
        width: 90.8%;
    }
    .dropdown-content {
        /* width: 345px; */
        width: 92.8%;
    }
    .mapsearchClearClass {
        right: 7%;
        top: 13.3%;
    }
}

.foreignerBlock {
    display: none;
}

.pickme {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pickme a {
    text-align: center;
    font-family: TruenoRg;
    font-size: 12px;
    line-height: 1.67;
    color: #000000;
    text-decoration: none;
}

.modal-wrap {
    padding: 0px 41px;
}

.nothingFound .title {
    font-family: TruenoSBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 4%;
}

.nothingFound .message {
    font-family: TruenoLt;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.partnerAddress2 {
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-left: 10px;
}

.partnerAddress2 p {
    margin-bottom: 1rem;
}

.partnerName2 {
    font-family: TruenoBd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    margin-left: 10px;
    margin-bottom: 5%;
}

.modal-wrap .divider {
    margin-top: 5%;
    margin-bottom: 5%;
}

.dMethodClass {
    font-size: 24px !important;
    color: #000000 !important;
}

.delImageClass {
    margin-right: 18px;
}

@media (max-width: 768px) {
    .wrap-drop {
        width: 365px;
    }
    .newPickUpPointDesign {
        display: inline-block;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.Location-Marker-Pin-Fill-div1 {
    width: 10%;
    padding-left: 10px;
}

.Location-Marker-Pin-Fill-div2 {
    width: 60%;
    min-width: 390px;
}

.Location-Marker-Pin-Fill-div3 {
    width: 5%;
}

@media (max-width: 768px) {
    .Location-Marker-Pin-Fill-div2 {
        min-width: 250px;
        max-width: 250px;
    }
}