
.left_float {
    float: left;
}

.right_float {
    float: right;
}


/*margin-properties*/
.m-b-0 {
    margin-bottom: 0 !important;
}

/*margin-properties-end*/
.cr-nav-wrapper {
    height: auto !important;
    padding: 10px 0;
}

.cr-header {
    background: #1B4A65;
    padding: 12px 0 12px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.cr_nav_out {
    height: auto !important;
}
.care_page_title {
    font-size: 30px !important;
    /*font-weight: normal;*/
}

.cr_padding {
    padding-top: 20px !important;
}

.cr_box {
    margin-bottom: 50px;
}

.cr_boxborder {
    border: 1px dotted #ccc;
    padding: 20px 0;
}

    .cr_boxborder h5 {
        font-size: 16px;
    }

    .cr_boxborder a {
        color: #000;
    }

.cr_logo {
    /*float: none;*/
    margin: auto;
    position: relative;
}

    .cr_logo a {
        position: relative !important;
        /*text-align: center;*/
    }

.cr_right {
    float: right;
}

.cr_right_a {
    float: left;
    margin: 20px 20px 0 0;
}

.cr_boxpadding {
    padding: 0px 10px !important;
    background: none !important;
}

.cr-footer{
    padding: 20px 0;
}
.pri_marginbtm {
    margin: 0;
}

.pri_ulmargin {
    margin: 10px 0 15px 0 !important;
}

.lable_white {
    width: 100%;
    background: #FFC61A;
    text-align: center;
    font-size: 52px;
    font-weight: normal;
}

.partner_title {
    margin-top: 23px !important;
}

.partner_logo {
    font-size: 18px;
    color: #0c387b;
    line-height: 24px !important;
    padding-top: 20px;
    text-align: center;
}


/*<offer-banner>*/
.ofr_banner {
    max-width: 570px;
    padding: 0px 30px 0px;
    z-index: 99;
    position: absolute;
}

/*<offer-banner-end>*/

/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 12px 43px 12px 15px;
    display: inline-block;
    width: 100%;
    /* background-color: #ffc61a; */
    background-color: rgba(255,198,26,0.5);
    color: #000;
    position: relative;
    text-decoration: none;
    text-align: left;
}

    .fancy-collapse-panel .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f147";
        position: absolute;
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -10px;
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f196";
    }
/* FANCY COLLAPSE PANEL END */


.captcha_dv {
    background: #FFC107;
    padding: 10px 10px;
    color: #AE1558;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.font_styl {
    font-size: 14px !important;
    line-height: 1.5em !important;
}

    .font_styl p {
        font-size: 14px !important;
        line-height: 1.5em !important;
    }


/*home-form*/
.cntry_boxouter {
    display: flex;
}

.cntry_box {
    /*width: 100%;*/
    font-size: 14px;
    display: block;
    margin: 0 auto;
    /*		margin-bottom: 24px;*/
    background: #fff;
    padding: 12px 2px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.cntry_mbnmbr {
    font-size: 12px;
    display: block;
    margin: 0 auto;
    /*		margin-bottom: 24px;*/
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}



@media only screen and (max-width: 1024px) {
    .cr_logo {
        float: left;
        margin: auto;
        position: relative;
    }

        .cr_logo a {
            position: relative !important;
            /*text-align: center;*/
        }

    .cr_right {
        float: right;
    }

    .cr_right_a {
        float: left;
        margin: 20px 20px 0 0;
    }

    /*<offer-banner>*/
    .ofr_banner {
        padding: 0px 30px 0px;
        margin: 0px 0 0 0px;
    }
    /*<offer-banner-end>*/

    .care_page_title {
        font-size: 30px !important;
        /*font-weight: normal;*/
    }


}

@media only screen and (max-width: 900px) {
    /*<offer-banner>*/
    .ofr_banner {
        padding: 84px 30px 0px;
        margin: 0px 0 0 89px;
    }
    /*<offer-banner-end>*/

    .cntry_mbnmbr {
        width: 100%;
    }


    .care_page_title {
        font-size: 20px !important;
        /*font-weight: normal;*/
    }
}

@media only screen and (max-width: 600px) {
    .cntry_boxouter {
        display: block;
    }

    .cntry_box {
        width: 100%;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        /*		margin-bottom: 24px;*/
        background: #fff;
        padding: 12px 2px;
        border: 1px solid #E6E6E6;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }


    /*<offer-banner>*/
    .ofr_banner {
        padding: 78px 30px 0px;
    }

    /*<offer-banner-end>*/


    /*Android-pages*/
    .cr_logo {
        float: left;
        margin: auto;
        position: relative; 
    }

        .cr_logo a {
            position: relative !important;
            margin-top: 0 !important;
        }

        .cr_logo .logo img {
            width: 52px;
        }

    .cr_right {
        float: right;
        display: inline-block;
    }

    .cr_right_a {
        float: right;
        margin: 0px 0px 0 0;
        font-size: 12PX;
    }


    .care_page_title {
        font-size: 18px !important;
        /*font-weight: normal;*/
    }
}




@media only screen and (max-width: 320px) {
    .cr_right {
        float: right;
        display: contents;
    }
}



    /* line with arrow */
    .wrapper {
        /* max-width: 600px; */
        margin: 17px auto 0 auto;
        text-align: center;
    }

    .arrow {
        position: relative;
        /*background: #b4b4b4;*/
        height: 1px;
        top: 15px;
        margin: 0 40px;
        border: 1px dashed #ccc;
    }

        .arrow:after,
        .arrow:before {
            right: 100%;
            border: solid transparent;
            content: '';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .arrow.left:after,
        .arrow.left:before {
            right: 100%;
        }

        .arrow.right:after,
        .arrow.right:before {
            left: 100%;
        }

        .arrow.left:after {
            border-color: transparent;
            border-right-color: #b4b4b4;
            border-width: 5px;
            margin-top: -5px;
        }

        .arrow.left:before,
        .arrow.right:before {
            border-color: transparent;
            border-width: 5px;
            margin-top: -5px;
        }

        .arrow.right:after,
        .arrow.right:before {
            border-left-color: #a0a0a0;
        }




    /*become driver*/
    .form_success {
        margin-bottom: 50px;
        color: #32CD32;
        background: #f6f6f6;
        padding: 10px;
        -webkit-box-shadow: 0px 3px 8px 0px rgba(204,204,204,0.9);
        -moz-box-shadow: 0px 3px 8px 0px rgba(204,204,204,0.9);
        box-shadow: 0px 3px 8px 0px rgba(204,204,204,0.9);
    }

    .missed_call {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
        border: 1px dotted #ccc;
        background: #FFC61A;
        -webkit-box-shadow: 0px 3px 8px 0px rgba(204,204,204,0.9);
        -moz-box-shadow: 0px 3px 8px 0px rgba(204,204,204,0.9);
        box-shadow: 0px 3px 8px 0px rgba(204,204,204,0.9);
    }

    .missed_call_no {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }

        .missed_call_no span {
            color: #fff !important;
        }
