﻿.full_width {
    background: rgba(0,0,0,.75);
    position: fixed !important;
    position: relative;
    display: block;
    height: 100vh;
    top: 0px;
    width: 100%;
    z-index: 10000;
}

.fix_pop_up_small {
    position: fixed;
    top: 50%;
    margin-top: -50px;
    z-index: 99999999;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 10px;
}

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
    box-sizing: inherit;
}

.circle1 {
    box-sizing: inherit;
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

.loading_txt {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.session_div {
    width: 250px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 5px;
    left: 50%;
    margin-left: -125px;
    margin-top: -30px;
    position: fixed;
    top: 35%;
    font-family: Arial, Helvetica, sans-serif;
    width: 250px;
    z-index: 99999999;
}

    .session_div h3 {
        font-size: 16px;
        font-weight: bold;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

.btn_ok {
    background: #eaaa11 none repeat scroll 0 0;
    border: 0 none;
    color: #2a1e00;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.session_cont {
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
}

.popup_content {
    font-size: 14px;
}

.font_arial {
    font-family: Arial;
    line-height: 18px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.captcha_img {
    vertical-align: middle;
    margin-bottom: 5px;
    height: 20px;
    width: 50px;
    float: left;
    margin-top: 8px;
}

.captcha_input {
    float: right;
    width: 75%;
}

.reload_img {
    cursor: pointer;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.custom_st {
    height: auto !important;
    text-decoration: none !important;
}

.load_more {
    height: auto !important;
    background-color: #FFF !important;
    text-decoration: none !important;
    font-family: "Montserrat",sans-serif;
}
.add_branch_map p {margin:0px;color:#333;font-family:Arial,Helvetica,sans-serif !important;line-height:18px; 
    }
.mandatory_contact {
  color: #fff;display: block;float: left;margin-top: -15px; padding-bottom: 10px;width: 100%;
}
.btn_verify {width:48%}
.pckwidth{min-width:100px;}
.cuspadd {margin-top:35px;
}
.twoline_b0 {max-width:120px;
}
@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (max-width:768px) {
    .captcha_input {
        float: right;
        width: 65%;
    }
}

@media only screen and (max-width:767px) {
    .cart_btn {
        width: 100%;
    }
    .btn_verify {width:100%;margin-top:10px}
    .cuspadd {margin-top:0px;}
}
