

.radiobuttonlist:after {
    display: table;
    clear: both;
    content: "";
}

.radio-inline {
    margin: 0;
    float: left;
    /*border: 1px solid #ADB0AD;*/
    background: #fff;
    width: calc(49% - 2px);
    text-align: center;
    padding: 0 !important;
    font-size: 14px;
    margin-right: 1%;
    /*box-shadow:0px 0px 2px 1px #dedede;*/
    -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}

.radio-inline:hover {
    -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
    box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
}
    
.radio-inline.checked {
    background: #d4242e;
    color: #fff;
}

.radio-inline.checked label svg,
.radio-inline.checked label svg g path
 {
    fill: #ffffff;
}

.radio-inline label {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px 5px;
    height: 220px;
    position: relative;
}

.radio-inline label .radico{
    height: 25px;
    width: 25px;
    border: 2px solid #333;
    border-radius: 500px;
    position: absolute;
    top: 15px;
    right: 25px;
}

.radio-inline.checked .radico{
    border: 2px solid #fff;
}

.radio-inline label .radico:before{
    height: 17px;
    width: 17px;
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fff;
    content: '';
    border-radius: 500px;
     transform: scale(0.0);
    -ms-transform: scale(0.0);/* IE 9 */
    -webkit-transform: scale(0.0);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;/* Safari */
}

.radio-inline.checked label .radico:before{
    transform: scale(1.0);
    -ms-transform: scale(1.0);/* IE 9 */
    -webkit-transform: scale(1.0);
}

.radio-inline label .collectfrom{
    width: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    margin-top: -20px;
    height: 128px;
}

.radio-inline label .shiptome{
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    margin-top: -20px;
    height: 150px;
}

.radio-inline label .text{
    transform: translateX(-50%);
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 100%;
}

.radio-inline label .text.two{
    bottom: 45px;
}

.radio-inline label .text .main{
    display: block;
    font-size: 20px;
}

.radio-inline input[type=radio] {
    visibility: hidden;
    margin-left: 0;
    margin-top: 0;
    line-height: 16px;
}

.radio-inline:nth-child(n+2) {
    margin-left: 1%;
    margin-right: 0;
}

.radio-inline:hover label {
  cursor: pointer;
}

/*modal box and other styles*/
.newChbxSec{
    background: #f8f8f8;
}

.newChbxSec.modal{
    margin-left: 0;
    width: 938px;
    left: 50%;
    transform: translate(-50% , -50%);
    top: 50% !important;
}

.newChbxSec .hgroup.title{
    background: transparent;
}
.newChbxSec .modal-footer .back{
    background: #d8d8d8;
    color: #4a4a4a;
}

.newChbxSec .modal-body{
    overflow-x: hidden;
}


.newChbxSec .modal-footer button.clearSubmit[disabled]{
    background: #d8d8d8 !important;
    color: #4a4a4a !important;
}

@media screen and (max-width: 850px) {
    .newChbxSec.modal{
        width: 100%;
    }
}


/*for iphone 5 only*/
@media screen and (max-width: 600px) and (min-width: 566px) {
    .radio-inline label .shiptome{
        height: 63px;
        width: 71px;
        margin-top: -25px;
    }
    .radio-inline label .collectfrom{
        height: 52px;
        width: 63px;
        margin-top: -25px;
    }

    .radio-inline label{
        height: 120px;  
    }
}


@media screen and (max-width: 814px) and (min-width: 600px) {
    .radio-inline label .shiptome{
        height: 93px;
        width: 106px;
    }

    .radio-inline label .collectfrom{
        height: 72px;
        width: 75px;
    }

    .radio-inline label{
        height: 160px;  
    }
}

@media screen and (max-width: 460px) {
    .newChbxSec.modal{
        width: 100%;
        transform: translate(-50% , -50%);
        top: 50% !important;
    }

    .radio-inline{
        width: calc(100% - 0px);
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .radio-inline label{
        height: 120px;
    }

    .radio-inline:nth-child(n+2) {
        margin-left: 0%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .radio-inline label .collectfrom{
        margin-top: -25px;
        height: 59px;
        width: 59px;
    }

    .radio-inline label .shiptome{
        height: 69px;
        width: 69px;
        margin-top: -25px;
    }

    .newChbxSec.modal .modal-footer .pull-left.nomob{
        float: none;
    }

    .newChbxSec.modal .modal-footer .pull-left.nomob .btn{
        display: block;
    }    


    .newChbxSec.modal .modal-footer .pull-right.nomob{
        float: none;
    }

    .newChbxSec.modal .modal-footer .pull-right.nomob .btn{
        display: block;
        width: 100%;
    }    
}


/* --- new form validation css --- */
.req-imp{
    font-size: 12px;
    display: none;
    color: #e51837;
    margin-top: -5px;
}

.controls.field-error .error{
    display: block;
    color: #e51837;
    margin-top: -5px;
}

.checkbox-error-custom.field-error .req-imp{
    display: block;
} 

.checkbox-block .cboxsty{
	padding-left: 8px;
}

.checkbox-block .cboxsty .error{
	margin-bottom: 0;
}

.checkbox-block .cboxsty .rep-label{
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
 .dotmailer{margin-top:63px; }
 }