.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sbtn-group>.sbtn.active {
    z-index: 2;
}

.sbtn-group-vertical>.sbtn,
.sbtn-group>.sbtn {
    position: relative;
    float: left;
}


.sbtn-group,
.sbtn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.sbtn-unselected {
    border-radius: 17px !important;
    padding-right: 40px;
    margin-right: -20px;
    outline: none;
    padding-left: 30px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-width: thick
}

.sbtn {
    display: inline-block;
    padding-left: 39px;
    margin-bottom: 0;
    font-size: 14px;
    height: 43px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sbtn-selected {
    border-radius: 80px !important;
    padding-right: 40px;
    margin-right: -36px;
    outline: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3C3F4E;
    /* padding:15px 22px 15px 3em; */
}

.sbtn-unselected {
    border-radius: 80px !important;
    /*border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;*/
    padding-right: 40px;
    margin-right: -20px;
    outline: none;
    background-color: #EDF2FF;
    /*border-color: #ccc;*/
     padding:15px 22px 15px 3em !important; 
    font-weight: bold;
    font-size: 14px;
    line-height: 5px;
    text-transform: uppercase;
    color: #3C3F4E;

}

.delivery-means {
    background-color: #EDF2FF;
    padding-left: 21px;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 20px;
    border-radius: 8px;
}

.selected {
    background-color: #dc0b0b;
    color: #fff !important;
    z-index: 11;
}

.search-by-map {
    position: relative;
}

.search-area {
    position: absolute;
    top: 27px;
    left: 42px;
    width: 302px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(134, 134, 134, 0.25);
    border-radius: 8px;
}



.gm-style-mtc {
    display: none;
}

.search-area .form-control {
    height: 50px;
    border: none;
    padding-left: 16px;
    font-size: 14px;
}

.search-icon {
    right: 15px;
    position: absolute;
    top: 10px;
    right: -5px;
    padding-right: 7px;
    padding-left: 7px;
    background-color: #fff;
}

.delivery-means .nav-link.active {
    background-color: #FC8A35 !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 18px;
    border-radius: 7px 0px 0px 7px;
}

.delivery-means .nav-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #3C3F4E;
    margin-bottom: 20px;

}

.delivery-means .nav-link.active ::after {
    content: '\f0da';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #FC8A35;
    font-size: 25px;
    right: -9px;
}

.delivery-content .tab-pane {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.delivery-action-button {
    min-width: 229px;
    max-width: 229px;
    height: 42px;
    background-color: #dc0b0b !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
    margin-top: 20px;
}

.address-list {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.delivery-2 {
    border-top: 1px dashed #DCDCDC;
    padding-top: 25px;
    margin-top: 25px;
}

.delivery-content {
    padding-top: 26px;
    padding-left: 32px;
}

/* Hide the browser's default checkbox */
.address-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    /*background-color: #dc0b0b;*/
    border: 2px solid #ddd;
    border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.address-list:hover input~.checkmark {
    background-color: #dc0b0b;
    border-color: #dc0b0b;
}

.home-content .information-width {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.address-list input:checked~.checkmark {
    background-color: #dc0b0b;
    border-color: #dc0b0b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.address-list input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.address-list .checkmark:after {
    left: 3.5px;
    top: 4px;
    width: 100%;
    height: 100%;
    background-image: url(../image/check.png);
    background-repeat: no-repeat;
}

.address-list h1 {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3C3F4E;
    margin-bottom: 0;
}

.address-list p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #777777;
}

/* //////////////// Map Area//////////////// */
#map {
    margin-top: 20px;
    height: 450px;
}

#map {
    border-radius: 2%;
}

/* /////////////////New Styles///////////////////////// */
.searched-area {
    position: absolute;
    bottom: 27px;
    left: 42px;
    width: 302px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(134, 134, 134, 0.25);
    border-radius: 8px;
    padding: 19px 24px;
}

.searched-area p {
    margin-bottom: 0;
    padding-left: 7px;
}

.confirm-location {
    background-color: #dc0b0b;
    padding: 13px 0 13px 0;
    border-radius: 5px;
    margin-top: 19px;
}

.confirm-location p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

/* /////////////////New Styles///////////////////////// */
@media only screen and (max-width: 500px) {
    .hex-area li {
        display: none;
        visibility: hidden;
    }
}

.hex-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hex-area li {
    position: absolute;
    display: block;
    list-style: none;
    width: 25px;
    height: 25px;
    background: #58A4B0;
    animation: animate 20s linear infinite;
    bottom: -150px;
}



.hex-area li:nth-child(2) {
    left: 12%;
    background: #D8DBE2;
    width: 30px;
    height: 30px;
    animation-delay: 1.5s;
    animation-duration: 10s;
}

.hex-area li:nth-child(3) {
    left: 70%;
    width: 100px;
    height: 100px;
    animation-delay: 5.5s;
}

.hex-area li:nth-child(4) {
    left: 70%;
    background: #D8DBE2;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 15s;
}

.hex-area li:nth-child(5) {
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}

.hex-area li:nth-child(6) {
    left: 15%;
    background: #D8DBE2;
    width: 110px;
    height: 110px;
    animation-delay: 3.5s;
}

@keyframes animate {
    0% {
        -moz-transform: translate(0) rotate(0deg);
        -o-transform: translate(0) rotate(0deg);
        -ms-transform: translate(0) rotate(0deg);
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(-800px) rotate(360deg);
        -o-transform: translateY(-800px) rotate(360deg);
        -ms-transform: translateY(-800px) rotate(360deg);
        -webkit-transform: translateY(-800px) rotate(360deg);
        transform: translateY(-800px) rotate(360deg);
        opacity: 0;
    }
}

@-webkit-keyframes animate {
    0% {
        -moz-transform: translate(0) rotate(0deg);
        -o-transform: translate(0) rotate(0deg);
        -ms-transform: translate(0) rotate(0deg);
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(-800px) rotate(360deg);
        -o-transform: translateY(-800px) rotate(360deg);
        -ms-transform: translateY(-800px) rotate(360deg);
        -webkit-transform: translateY(-800px) rotate(360deg);
        transform: translateY(-800px) rotate(360deg);
        opacity: 0;
    }
}

/* //////////////// Map Area//////////////// */
@media screen and (max-width: 991px) {
    .search-area {
        left: 10px;
    }

    .sbtn-selected {
        font-size: 10px;
        padding: 15px 44px 15px 3em !important;
    }

    .sbtn-unselected {
        font-size: 10px;
        padding: 15px 44px 15px 5em !important;
    }
}

/*Edit*/

.delivery-means .active{
    background-color: #dc0b0b !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 18px;
    border-radius: 7px 0px 0px 7px;
}
.delivery-means .active ::after {
    content: '\f0da';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #dc0b0b;
    font-size: 25px;
    right: -25px;
}
.delivery-means li{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #3C3F4E;
    margin-bottom: 20px;
    padding-left:1em;
    padding-top:5px;
    padding-bottom:5px;
}
.delivery-means li a{
    background-color: transparent !important;
    padding:0;
}   
.new-area{
    margin-left:0em;
}

.pac-container {
    z-index: 1051 !important;
}

#search{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(134 134 134 / 25%) !important;
}

#search_show{
    margin-left: 7px;
    font-weight: 500;
    color: #666;
    font-size: 15px;
}

.borderbg{
    padding: 15px 15px 15px 15px;
}

/*.delivery-addresses .tab-pane{

    min-height: 14.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.black-rad{
    border-radius: 10px !important;
}

.message {
    
    display: none;        
    color: #333;
    font-weight: 500;        
    background-color: #FFC6C6;        
    border-radius: 6px;        
    border: 1px solid #FFB9B9;        
    padding: 11px;        
    text-align: center;        
    margin-top: 20px;        
    font-family: Helvetica;        
    font-size: 15px;
}
.message span {
    cursor: pointer;
}

.delivery-type{
    font-size: 21px;    
    text-align: center;    
    color: #333;    
    padding-bottom: 2px;
}

.popup-area{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.delivery-address-list .option-div{
    padding-bottom: 15px;
    padding-left: 2.5em !important;
}

#deliverymodal .modal-lg{
    margin-top: 15px;
}

.delivery-action{
    padding-left: 35px;
}