/***************************** same day section styling *************************/
    .same-day-coll {
        margin-left: 20px;
    }
    .left-collection-type {
        margin-left: 20px;
        display: none;
        width: 100%;
    }
    .same_pref_show{
        display:none;
    }
    .left-collection-type, .postcode-maindiv .same_pref_show{
        position:relative;
    }
    .same_pref_show{
        position:unset;
    }
    .inner-div{
        display: inline-block !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        text-align: center;
        margin-right: 0px;
        border: 0 solid #eee !important;
        width: 100%;
        color: black !important;
        background: #e1e1e1;
    }
    .left-collection-type h5 {
        display: inline-block;
        text-align: left;
        background: #8c8c8c;
        padding: 6px;
        font-weight: bold !important;
        font-size: 20px !important;
        line-height: 20px;
        border-radius: 0.1em;
        margin: 2px !important;
        width: 97%;
        text-align:center;
    }
    .search-postcode {
        padding: 6px;
        margin-bottom: 10px;
        background: #d82430;
        font-size: 21px;
        color: white;
    }
    .left-collection-type .col-md-6 .inner-div{
        border: 1px solid #008bcc;
        border-radius: 0.4em;
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }
    .col-md-6.same-del-main {
        padding-left: 0px;
    }
    .left-collection-type p {
        margin: 7px 0px !important;
        font-size: 18px;
        width: 99%;
        text-align: center;
        line-height: 1.1 !important;
    }
    .same-day-coll label{
        display: inline-block;
        width: 100%;
        margin: 0px!important;
        font-weight: bold;
    }
    .left-collection-type .col-md-6 .inner-div .col-md-2{
        margin-top:4px;
    }
    .same-day-coll {
        width: 100%;
        font-size: 12px;
        line-height: initial;
        height: initial;
        text-align: left;
        display:none;
    }
    input#postcode{
        border: 1px solid;
        font-size: 20px;
        padding: 6px;
        width: 55%;
        margin-top: 5px;
    }
    .sametype-maindiv {
        width: 79.7%;
        margin-right: 0.5%;
        border: 1px solid;
        border-radius: 5px;
        position: relative;
        padding: 6px 0px;
        display: inline-block;
        float: left;
        position:relative;
        height:101px!important;
    }
    .collehead-div{
        font-size: 15px;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .close_summ_mein{
        right: 20px;
        top: -7px;
    }
@media screen and (max-width: 768px) {
    .left-collection-type,.same-day-coll{
        margin-left:0px;
    }
    .same-day-coll{
        text-align:center;
    }
    .left-collection-type p{
        font-weight: bold;
        padding: 0px 15px;
    }
    .col-md-6.col-xs-6.same-del-main {
        margin-bottom: 10px;
    }
    .same-day-coll label{
        text-align:left;
    }
    .sltcl_cty{
        font-size: 16px;
        display: inline-block;
    }
    span.ful-txtchnge{
        display: inline-block;
        width: 100%;
        font-size: 10px !important;
    }
    .fst_cltn,.scnd_cltn{
        width: 49%;
        float: left;
    }
    input#postcode{
        width:100%;
    }
    .search-postcode {
        margin: 10px;
    }
    .col-md-6.col-xs-6.same-col-main,.col-md-6.col-xs-6.same-del-main{
        padding-right: 3px !important;
    }
    .sltcl_cty input {
        height: 20px;
        width: 60px;
        margin-right: 10px !important;
    }
}