@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Roboto' !important;
}

.navbar-brand {
    width: 100%;
    position: relative;
    bottom: 23px;
}
.pric {
    text-align: left;
    
}
.coll {
    color: black;
}
table {
    border-collapse: collapse;
    width: 100%;
    color: black;
}
.navbar-default {
    /*  height: 88px;*/
    background-color: #ffffff;
    border-top: 5px solid #00aeef;
    /*      position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;*/
}
.required{
    font-size: 11px;
    color:#F02222;
    margin: 4px;
}
.navbar-nav {
    margin-top: 16px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:HOVER {
    color:#F00;}

/*User Profile*/

.cam-icon {
    float: right;
    text-decoration: none !important;
    cursor: pointer;
}

.cam-upload-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cam-container {
    border: 2px dotted #b7b7b7;
    border-radius: 9px;
    padding: 10px 5px;
    padding: 10px 5px 25px 5px;
}

.cam-upload {
    width: 100%;
    height: 130px;
    font-weight: bolder;
    text-align: center;
}

.cam-upload-tblock {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 19%;
    bottom: 0;
    margin: 0 auto;
}

.cam-upload-btn {
    border-radius: 50px !important;
}

.cam-preview {
    width: 100%;
    height: 320px;
}


.in {
    margin-right: 7px;
    margin-left: 3px;
}

.insta {
    height: 26px;
    margin-bottom: 3px;
}

.str.fiv {
    margin-left: 82px;
}

.container.why {
    margin-bottom: 27px;
}

#bs-example-navbar-collapse-1 .navbar-nav li.active > a {
    background-color:#eef196;
    color: #000000;
    height: 34px;
    margin-right: 3px;
    padding-top: 7px;
    margin-top: 2px;
}


.empty-orders{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.empty-orders img{
    width: 30%;
    margin-bottom: 10px;
}
.empty-orders .no_data{
    text-align: center;
    font-weight: 600;
    color: #555;
    margin-bottom: 25px;
}




.kg {
    font-size: 17px;
}
/*User Profile*/


/*<-------------------------------media query mobile------------------------------------------------------------------>*/


@media only screen and (max-device-width: 767px) {
    .navbar-brand {
        width:50% !important;
        margin-bottom: 10px;

    }






    .navbar-default .navbar-collapse {
        background: linear-gradient(to right, rgb(233, 233, 233), rgb(233, 233, 233));
        margin-bottom: 10px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        color: #050505;
        font-weight: 600;
    }

    #bs-example-navbar-collapse-1 .navbar-nav li.active > a  {
        margin-right: initial;
    }



    .avlibilty-hed {
        font-size: 21px !important;
    }
    .bottom_ul
    {
        float: left !important;
    }


    .blk{
        visibility: hidden;
        height: 0px;
    }
    .senn {
        text-align: -webkit-center;
    }

}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #0062ff;
    content: "/\00a0";
}




.nav-container {
    background-color: white;
    margin-bottom: 0px;
}

.onoffswitch3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #EEEEEE;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #d60434;
    left: 0;
    width: 160px;
    font-family: Roboto, sans-serif;
}

.onoffswitch3-inactive {
    background: #A1A1A1;
    right: 0;
    width: 20px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove {
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    background-color: black;
}

.news-ticker-scroll {
    padding: 0;
    position: relative;
    bottom: 20px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;

}


/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: -19px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


.phy {
    margin-top: 18px;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
}

@media screen and (max-width: 990px) {
    .section-white {
        padding: 1.5em 0;
    }
    .send-btn {
        float: none !important;
    }
    .add-new-btn-account {
        float: right !important;
    }
    .footer-col 
    {
        margin-top: 21px !important;
    }
    .first-list-ul {
        margin-bottom: 12px !important;
    }
    .serv-bx-brdr-right {
        border-right: 1px solid #00aeef !important;
        margin-bottom: 37px;
        border-bottom: 1px solid white;
    }
    .shiping-section
    {
        padding: 0px !important;
    }
    .bottom_ul li {
        line-height: 26px !important;
    }
    .check-avilabilty-hed {
        font-size: 37px !important;
    }
    .parallax-content {
        line-height: 39px !important;
    }
    .second-section-padng,
    .first-about-section-padding {
        padding: 0px !important;
    }
    .how-it-works-box {
        height: auto !important;
    }
    .how-it-works-box {
        height: 100% !important;
    }
    .cnt-h1 {
        font-size: 16px !important;
    }
    .main-header-flot {
        margin-bottom: 10px !important;
        float: left !important;
    }
    .modal-body-stl {
        padding: 44px 13px !important;
    }
    .contact .main .left {
        padding: 40px 36px !important;
    }
    .navbar {
        margin-bottom: 0px !important;
    }
    .cnt-num {
        font-size: 15px !important;
    }
    .bordr-right {
        border-right: 2px solid #009ce100 !important;
        margin-top: 20px;
    }
    .subsibe-btn {
        margin-top: 31px !important;
    }
    .footer-social {
        position: relative;
        bottom: 10px;
    }
    .fifth-section {
        padding: 0px !important;
    }
    .sixth-sec {
        margin-top: 20px !important;
    }
    .parallax {
        padding: 0px !important;
    }
    .third-section-padng {
        padding: 12px !important;
    }
    .parallax-content {
        font-size: 24px !important;

    }
}

.carousel-inner {
    border-radius: 5px;

}


.main-carou-hed {
    font-size: 17px;
    line-height: 25px;
    font-family: Roboto, sans-serif;
    position: relative;
    bottom: 10px;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}

.left-right {
    position: relative;
    top: 50%;
}

.main-slider-sub-caption {
    background-color: #d60434;
    width: 18%;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 700;
}

.row-margin {
    margin-top: 19px;
}

.navbar-default .navbar-nav>li>a:focus, {
    color: #F00 !important;
    background-color: transparent;
}

<!--slider--> .jk-slider {
    width: 100%;
}


/*          Hero Headers        */


/********************************/

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


.shop-the-cart-slider {
    position: relative;
    bottom: 20px;
}

.slider-left-right {
    position: relative;
    top: 50%;
    font-size: 35px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header-top {
    background-color: #f1f1f18a;
    /*  padding: 10px;*/
    border-bottom: 4px solid #00aeef;
    display: none;
}

.header-top-menu ul li:first-child {
    margin-left: 0;
}

.header-top-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.header-top-menu ul li a,
.lang-currency-dropdown ul li a {
    color: #777;
}

.header-top-menu ul li a {
    display: block;
    color: #777;
    text-decoration: none;
    font-family: Roboto, sans-serif;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.main-header-flot {
    float: right;
}

.header-top-menu ul li a:hover {
    display: block;
    color: #fe3d2e;
    text-decoration: none;
    font-weight: 600;
}

.sign-in-btn {
    background-color: #00aeef;
    padding: 10px;
    color: white !important;
    font-weight: 600;
}

.register-btn {
    background-color: #ed1c24;
    padding: 10px;
    color: white !important;
    font-weight: 600;
}

.first-list-ul {
    margin-top: 10px;
}

.sign-in-btn:hover {
    background-color: #ed1c24;
    padding: 10px;
    color: white !important;
}

.register-btn:hover {
    background-color: #00aeef;
    padding: 10px;
    color: white !important;
}

.mdl-sign-in {
    font-size: 23px;
    color: white;
    text-align: center;
    background-color: #F00;
}

.modal-title {
    font-size: 23px;
}

.modal-body-stl {
    position: relative;
    padding: 30px 50px;
}

.form-control {
    height: 39px !important;
}

.forgot-passwrd {
    float: right;
}

.sign-in-button {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: none;
    background-color:#F00;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.new-to-shop-the-cart {
    font-size: 17px;
    text-align: center;
    margin-top: 14px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 8;
}

.mdl-sign-up {
    font-size: 23px;
    color: white;
    text-align: center;
    background-color: #00aeef;
}

.sign-up-button {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: none;
    background-color: #00aeef;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.carousel-indicators .active {
    background-color: #ed1c24 !important;
}

.backgrnd-frst-sectn {
    background-color: red;
    height: 97px;
}

.service-box-details {
    background-color: #00aeef;
    padding: 20px;
    color: white;
    position: relative;
    bottom: 20px;
    border-bottom: 6px solid #d4d4d4;
    border-top: 6px solid #d4d4d4;
}

.service-box {
    text-align: center;
}

.service-bx-icon-img {
    width: 22%;
    margin-right: auto;
    margin-left: auto;
}

.serv-bx-brdr-right {
    border-right: 1px solid white;
}

.service-box-hed {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 29px;
}


.about-hed {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 38px;
    -webkit-background-clip: text;
    background: -webkit-linear-gradient(#ff0001, #7a0606);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-align: center;
}

.about-hed span {
    color: red;
}
.terms {
    font-size: 21px;
    text-align: left;
    padding-left: 14px;
    padding-right: 22px;
}

.jes {
    text-align: justify;
}
p.abt-paragrph.condition {
    text-align: left;
}
.abt-paragrph {
    padding: 6px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 27px;
    padding-left: 12px;
    text-align: justify;
    padding-right: 12px;
}

.abt-img {
    border-radius: 50%;
    margin-top: 20px;
    border-left: 9px solid #ed1c24;
    border-bottom: 9px solid #00aeef;
}

.first-about-section-padding {
    padding: 0px;

}
.thid {
    background-color:#339e35;}

.for {
    margin-bottom: 18px;
    font-size: 15px;
}   
.thank {
    margin-top: 16px;
    font-size: 30px;
}   

.you {
    text-align: center;
    color: aliceblue;
}   


.col-md-offset-1.col-md-10.out {
    margin-top: 35px;

}
.suss {
    text-align: center;
}
.second-section-padng {
    padding: 25px;
    background-color: #f1f1f18a;
}

.how-it-works-box {
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    background-color: #ecf8fe;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 432px;
    border-radius: 5px;
}

.how-it-works-img {
    border-radius: 50%;
    padding: 1%;
    border: 2px solid #eb1d1d;
    background-color: #eb1d1d;
    width: 43%;
    margin-left: auto;
    margin-right: auto;
}

.how-it-wrks-hed {
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-family: Roboto, sans-serif;
    margin-top: 10px;
    margin-bottom: 9px;
}

.third-section-padng {
    background-color: #ed1c24;
    padding: 25px;
}

.check-avilabilty-hed {
    text-align: center;
    font-size: 40px;
    color: white;
    text-align: center;
    font-size: 40px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.check-now-button {
    padding: 10px 37px;
    background-color: #ebebeb;
    border: none;
    margin-top: 12px;
    font-weight: 600;
    font-size: 19px;
}

.check-now-button:hover {
    background-color: #00aeef;
    color: white;
}

.parallax {
    /*   background-image: url(../images/parlx.jpg);*/
    min-height: 170x;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    background: -webkit-linear-gradient(#e60003, #af0202);
    border-top: 10px solid #00aeef;
}




.parallax-content {
    text-align: left;
    font-size: 28px;
    line-height: 44px;
    position: relative;
    top: 0;
    margin-top: 10px;

    color: #ffffff;
    background-color: transparent;
    padding: 24px;
    font-family: Roboto, sans-serif;
    border: 2px solid white;
    font-family: 'Calistoga';


}

.fifth-section {
    padding: 25px;


}

.our-business-box {
    background-color: #ffffff;
    padding: 13px;
    border-radius: 5px;
    height: 296px;
    margin-top: 25px;
    border-bottom: 3px solid #00aeef;
    border: 0px solid #d4d4d4;
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
    margin-bottom: 19px;
}
.our-business-box:hover{
    background: linear-gradient(#ffffff, #9de0f9);
}


.business-img {
    width: 28%;
    background-color: #00aeef;
    padding: 8px;
    border-radius: 50%;
    background:#001278;
}

.busi-subhed {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #ed1c24;
}

.sixth-sec {
    padding: 20px;
    background: linear-gradient(-358deg, #001278, #00aeef);
    border-bottom: 6px solid #003895;
    border-top: 6px solid #00a9eb;
}

.cnt-h1 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Calistoga';
}

.cnt-num {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Calistoga';
    position: relative;
    bottom: 10px;
}

.cnt-icn {
    margin-top: 21px;
}

.sub-em {
    position: relative;
    top: 17px;
}

.subsibe-btn {
    width: 100px;
    margin-top: 15px;
    background-color: red;
}

.bordr-right {
    border-right: 2px solid white;
}

footer {
    background-color: #f7f7f7;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
}

.footer-col {
    margin-top: 10px;
}

.logofooter {
    margin-bottom: -25px;
    font-size: 25px;

    margin-top: 25x;
}

.footer-col p {
    color: #000;
    margin-bottom: 15px;
}

.footer-col p i {
    width: 33px;
    color: #f00;
    font-size: 22px;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 2px;
}

.footer-ul li {
    line-height: 34px;
    font-size: 16px;
}

.footer-ul li a {
    color: #000000;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    font-family: Roboto, sans-serif;
}

.footer-ul i {
    margin-right: 10px;
}

.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #ff670f;
    color: #ff0000;
    text-decoration: none;
}

.copyright {
    min-height: 40px;
    background-color: #0099d2;
}

.copyright p {
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0;
}

.heading7 {
    font-size: 18px;
    font-weight: 700;
    color: #00aeef;
    margin-bottom: 22px;
    font-family: Roboto, sans-serif;
}

.post p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
    font-family: Roboto, sans-serif;
}
.post p:hover{
    color:#F00;}

i.fa.fa-whatsapp {
    color: #48ff00;
    font-size: 24px;
    font-weight: 600;
}


.fa-instagram:before {
    content: "\f16d";
    font-size: 17px;
}


.fa-instagram:before:hover {
    content: "\f16d";
    font-size: 19px;
}






.post p span {
    display: block;
    color: #8f8f8f;
}

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0;
    text-align: center;
}

.bottom_ul li {
    float: left;
    line-height: 40px;
}

img.fot-pay {
    width: 50px;
}
span.wp-sz {
    font-size: 15px;
    margin-left: 13px;
    
    display: table-caption;
}
.info.social {
    display: inline-flex;
}

.bottom_ul li img {
    padding-top: 7px;
    padding-bottom: 6px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 4px;
}

.bottom_ul li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding-left: 0px;
    background-color: #e40054;
    color: #fff;
    text-align: center;
    margin-right: 4px;
    padding-top: 7px;
    border-radius: 50%;
}
.social-icon:hover{
    font-size:18px;}
.footer-social li {
    float: left;
}

.linked-in {
    background-color: #007bb6;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google {
    background-color: #f63e28;
}

.breadcrumb-area {
    background-image: url(../images/breadcrumb-banner.jpg);
    background-size: cover;
    position: relative;
    bottom: 20px;
}

.breadcrumb {
    background-color: #f5f6f300;
}

.why-choosus-img {
    width: 19%;
}

.why-choosus-box {
    background-color: white;
    padding: 23px;
    margin-top: 20px;
}

.why-choosus-box h2 {
    font-size: 22px;
    font-weight: 600;
}

.why-choosus-brdr-btm {
    border-bottom: 3px solid #00aeef;
}

.contact {
    padding-bottom: 50px;
}

.contact .heading {
    margin-bottom: 50px;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}

.contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}

.contact .heading p {
    font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}

.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
    margin-top: 25px;
}

.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 31px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #28416b;
    color: #ffffff;
}

.contact .main .left {
    padding: 40px 60px;
}

.contact .main .right {

    background-color: #28416b;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}

.contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact .main .right .info {
    margin-bottom: 35px;
}

.contact .main .right .info i {
        font-size: 27px;
    color: #ffffff;
}

.contact .main .right .info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 17px;
}

.contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}

.panel-group {
    margin-bottom: 32px;
    margin-top: 32px;
}

.panel-title>a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 27px;
}

.panel-group .panel {
    margin-bottom: 11px;
}

.log-out-btn {
    font-size: 12px;
}
.breadcrumb>.active {
    color:#306cd1;
}

.breadcrumb>li {
    display: inline-block;
    color: #0043ff;
}

.breadcrumb-area-new {
    /* background-image: url(../images/breadcrumb-banner.jpg); */
    background-size: cover;
    position: relative;
    bottom: 20px;
    background-color: #000000;
    color: #f63e28;
}

.breadcrumb-area-new h4 {
    font-size: 19px;
    color: white;
    font-weight: 600;
}

.pick-up-form {
    border: 1px solid #f7f7f7;
    padding: 11px;
    margin-bottom: 10px;
}

.tabs-top {
    margin-bottom: 25px;
    padding: 10px;
}

.nav-tabs {
    border: 0;
}

.tabs-4 .nav-tabs > li {
    width: 33%;
    border: 0;
}

.nav-tabs > li {
    width: 100%;
    border: 0;
    background: #ffffff;
    color: #000;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
}
.nav-tabs > li > a{
    color:#000000;
}


.nav-tabs > li > a:hover,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #00aeef;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
    background:#900;
}

.nav-tabs>li.active> a {
    border: 0;
    background: #900;
    color: #fff;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}

.form-group {
    margin-top: 5px;
}

.form-margn-top {
    margin-top: 25px;
}

.delivery-details-hed {
    border: 1px solid;
    padding: 10px;
    position: relative;
    bottom: 18px;
    background-color: #00aeef;
    color: white;
}

.profile {
    margin: 20px 0;
}


/* Profile sidebar */

.profile-sidebar {
    padding: 20px 0 10px 0;
    /* background:#f7f7f7;*/
    margin-bottom: 20px;
    border: 2px solid #ebebeb;
    background: linear-gradient(-45deg, #1c48de, #00e3f6);
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 7px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 7px;
    margin-top: 7px;
    display: grid;
}

.profile-usermenu ul li {
    border-bottom: 2px solid #ffffff;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #f7f7f7;
    color: #00aeef;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #ffffff;
    background-color: #00aeef;
    border-left: 6px solid #ed1c24;
    margin-left: -2px;
}


/* Profile Content */

.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.profile-backgrnd {
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 2px solid #dedede;
}

.prof-name {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #00aeef;
}

.prf-p {
    font-size: 16px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

#uploadprofile {
    display: none;
}

.profile-img-container {
    /*   position: absolute;*/
    width: 50%;
    cursor: pointer;
}

.profile-img-container img:hover {
    opacity: 0.5;
    z-index: 501;
}

.profile-img-container img:hover + i {
    display: block;
    z-index: 500;
}

.profile-img-container i {
    display: none;
    position: absolute;
    top: 83px;
    text-align: center;
    left: 48%;
    font-size: 26px;
    cursor: pointer;
    color: white;
}


/*
.profile-img-container img {
    position:absolute;
}*/

.img-thumbnail {
    background-color: #e5e5e5;
    border: 3px solid #f3f1f1;
    width: 100%;
    height: 100%;
}

.profile-usermenu .nav-link.active {
    color: #ffffff;
    background-color: #00aeef;
    /*  border-left: 6px solid #ed1d25;*/
    border-right: 6px solid #00aeef;
}

.profile-usermenu a {
    background-color: #f7f7f7;
    padding: 13px 16px;
    color: black;
    font-size: 16px;
    text-decoration: none;
    /*border-bottom: 2px solid #dedede;*/
}

.persnl-imfrmtn {
    background-color: #0ca0ec;
    color: white;
    background: linear-gradient(-45deg, #1c48de, #00e3f6);
    margin-right: -19px;
}

.per-rw {
    background-color: #f7f7f78c;
    padding: 31px;
    border: 1px solid #aeaeaf52;
    margin-bottom: 20px;
}

.usr-font-size {
    font-weight: 600;
    font-size: 15px;
    font-family: Roboto, sans-serif;
}

.save-profile-btn {
    padding: 12px 24px;
    /*background-color: #00aeef;*/
    background-color:#ed1d25;
    border: none;
    color: white;
    border-radius: 5px;
    font-weight: 600;
}

.blgr-mrgn {
    margin-top: 15px;
}

.terms-of-agrmnt {
    font-size: 18px;
    color: #00aeef;
}

.send-rqst-btn {
    margin-top: 12px;
}

.drp-a {
    display: grid;
    padding: 4px 3px;
    font-size: 15px;
    color: black;
    font-weight: 500;
    text-decoration: none;
}

.drp-a:hover {
    text-decoration: none;
    background-color: #ebf6fd;
    padding: 5px;
}

.drp-mnu {
    padding: 10px 15px;
}

.drp-btn {
    background-color: #00aeef;
    border-radius: 0px;
    color: white;
    font-weight: 600;
    padding: 8px 28px;
    display: inline-flex;
}

.thumb-img {
    width: 25%;
    border-radius: 50%;
}

.spn-prof {
    padding: 3px 10px;
}

.help-bagrnd {
    text-align: center;
    background-color: white;
    padding: 10px;
}

hr {
    margin-top: 14px;
    margin-bottom: 19px;
}
hr{
    margin-top: 0px;
    margin-bottom: 0px;}

hr.mrg {
    margin-top: 32px;
    margin-bottom: -12px;
}
.input-group-addon
{
    border: 1px solid #ed1c24 !important;
}

.hlp {
    margin-bottom: 14px;
    color: red;
}

.address-hed {
    color: #000000;
    font-weight: 600;
}

.add-new-btn {
    padding: 7px 17px;
    /*background-color: #00aeef;*/
    background-color: #ed1d25;
    border: none;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 5px;
}

.modal-header .close {
    color: black;
}

.fill-shp-mdl-header {
    background-color: #00aeef;
    color: white;
}

.open>.dropdown-menu {
    width: 213px;
}

.modal-body {
    background-color: #e3e3e36b;
}

.sign-in-button:hover {
    background-color: #00adef;

}

.sign-up-button:hover {
    background-color: #F00;
}

.why-choosus-box:hover {
    background: linear-gradient(#ff000014, #00228426);

}

.service-box p {
    color: #e5e5e5;
}

.address-padding {
    background-color: #efefef;
    padding: 10px;
}

.address-padding-li {
    padding: 5px 0px;
    font-weight: 500;
}

.md-8-bordr {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.dot-edit {
    float: right;
    margin-top: 10px;
}

.edit-row {
    border-bottom: 2px solid #f7f7f7;
    background-color: #f7f7f7;
    margin-right: -19px;
}

.drp-mnus {
    text-align: center !important;
    width: 100% !important;
}

.add-new-btn-account {
    text-align: center;
    color: #eb0c0c;
    border: 2px solid #f7f7f7;
    font-weight: 700;
}

.add-new-btn-account a h5 {
    font-weight: 700;
    border: 1px solid;
    padding: 6px 6px;
    color: #1956e0;
    text-decoration: none;
}

.add-new-btn-account a h5:hover {
    text-decoration: none;
}

.persnl-imfrmtn h3 {
    position: relative;
    bottom: 5px;
    font-weight: 700;
    font-size: 19px;
}

.ul-li-billing-address {
    font-family: 'Roboto' !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

.bill-ship-hed {
    position: relative;
    top: 10px;
    color: #000000;
    font-weight: 700;
}

.card {
    padding-left: auto;
    padding-right: auto;
    padding: 17px;
    margin-top: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: .25s box-shadow;
    transition: .25s box-shadow;
    background-color: #f7f7f7;
    border-bottom: 2px solid #cd0313;
    margin-bottom: 20px;
}

.shiping-section {
    padding: 22px;
    margin-bottom: 29px;
}

.table-margn {
    margin-top: 15px;
}

.table>thead:first-child>tr:first-child>th {
    text-align: center !important;
    font-size: 12px !important;
    color: #000000;
    background-color: beige;
}

.td-vew {
    /* background-color: #00aeef;*/
    color: #00aeef;
}

.td-vew a {
    color: #FF9800;
    font-weight: 600;
}

.tb-cnt {
    margin-bottom: 10px;
}

.edit-icn {
    float: right;
    font-weight: 600;
    color: #00aeef;
    cursor: pointer;
    font-size: 17px;
}

.index-sign-btn {
    background-color: #00aeef;
    color: white !important;
    position: relative;
    bottom: 7px;
    height: 33px;
    margin-top: 9px ;
    margin-bottom: 6px;
    <!---width: 91px--->;
}


.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 15px;
}
.index-sign-btn:hover{
    background-color: #266176;}

.index-sign-btn a {
    color: white !important;
    font-weight: 600 !important;
}

.index-regh-btn {
    background-color: #ff0000;
    color: white !important;
    position: relative;
    bottom: 7px;
    height: 33px;
    margin-top: 9px;
    margin-bottom: 6px;   
    text-align: center;
}
.index-regh-btn:hover{
    background-color: #a61c21;}

.index-regh-btn a {
    color: white !important;
    font-weight: 600 !important;

}

.drpdwn {
    border: 1px solid #00aeef !important;
    background-color: #00aeef !important;
    color: white !important;
    margin-bottom: 6px;
    padding: 11px 33px !important;
    /*    border-radius: 5px !important;*/
}

.drpdwn a {
    border: 1px solid #00aeef;
    background-color: #00aeef !important;
    color: black !important;
    margin-bottom: 6px;
    padding: 11px 33px !important;
    border-radius: 5px !important;
}

.navbar-default .navbar-nav>.open>a {
    background-color: #00b9f5 !important;
    border-color: #00b9f5 !important;
}

.dropdown-menu>li>a {
    padding: 8px 19px !important;
    font-size: 15px !important;
    color: black !important;
    font-weight: 600 !important;
}

.dropdown-menu>li>a:hover {
    color: #ed1d25 !important;
}

.persnl-infrmtn-fst-rw {
    background-color: #f7f7f7;
    margin-right: -19px;
}

.one-col-twelv {
    margin-top: 15px;
}

.two-col-twelv {
    margin-bottom: 15px;
}

.frmgrop-margn-top {
    margin-top: 5px;
}

.btn-marn-btm {
    margin-bottom: 15px;
}

.save-profile-btn:hover {
    /*background-color: #ed1d25 !important;*/
    background-color: #00aeef !important;
}

.add-new-btn:hover {
    /*background-color: #ed1d25 !important;*/
    background-color: #00aeef !important;
}

.delivery-details-heds {
    color: #000;
    font-size: 19px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}

.adrs-hed {
    font-weight: 600;
    font-size: 18px;
    color: #ed1c24;
}

.fnt-checkbx {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: black !important;
    text-decoration: none;
    position: relative;
    bottom: 2px;
}

.chk-mrg {
    margin-top: 6px;
}

.chk-mrgn-a {
    color: black !important;
    text-decoration: none !important;
}

.save-dtails {
    margin-top: 36px;
}

.pick-up-frm-bacgrnd {
    /*background-color: #e8f5fb;*/
    background-color: #fff;
    padding: 20px;
}

@media screen and (max-width: 769px) {
    .tabs-4 .nav-tabs > li {
        width: 100% !important;
    }
    .items {
        height: auto !important;
    }
    .savebtn {
        float: left !important;
    }
    .frm-wre-to-wre {
        font-size: 25px !important;
        color: white;
        font-family: 'Montserrat';
        text-align: center;
        line-height: 46px !important;
    }
    .mobile-img-height {
        height:auto !important;
    }
    .paddng-zero {
        padding: 0px;
    }
    .img-thumbnail {
        height: 100% !important;
    }
    .items {
        height: auto !important;
    }
    .usr-font-size {
        font-size: 13px !important;
    }
    .check-avililibil-btn {
        width: 100% !important;
        margin-top: 0px !important;
    }
    .home-avilibilty-container {
        padding: 19px !important;
    }
}

.savebtn {
    float: right;
}

.home-check-aviliabilty-frm {
    background-color: #ed1c24;
    /* padding: 20px;*/
    position: relative;
    bottom: 20px;
    background: -webkit-linear-gradient(#e60003, #a30000);
}

.home-avilibilty-container {
    background-color: #ffffff00;
    padding: 20px;
    position: relative;
    border-top: 5px solid #ed1c2400;
    border-bottom: 5px solid #ed1c2400;
}

.index-inpt {
    height: 52px !important;
    position: relative !important;
    padding-right: 30px !important;
    font-size: 80%;
}

.input-wrapper {
    display: inline-block;
    position: relative
}

.input-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f601';
    position: absolute;
    right: 6px;
}

.check-avililibil-btn {
    padding: 17px 21px;
    background-color: #ed1c24;
    border: none;
    color: white;
    margin-top: 28px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 27px;
}

.lbl {
    color: #ffffff !important;
}

.adon {
    background-color: #ed1c24 !important;
}

.adon i {
    color: white !important;
}

.avlibilty-hed {
    text-align: center;
    margin-bottom: 19px;
    color: white;
    font-weight: 600;
    line-height: 31px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #f91942;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #f91942;
}

.items {
    <!---background: linear-gradient(-358deg, #001278, #00aeef);--->

    text-align: center;
    padding: 30px 10px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    height: 490px;

}

.items:hover {
    <!---background:  linear-gradient(-358deg, #900000, #034a65);--->
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.items:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.items:hover h6,
.item:hover p {
    color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.items .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #f91942;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 10px;
}

.items .feature_box_col_one {
    background: rgba(247, 198, 5, 0.20);
    color: #f91942
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #f91942
}

.items .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #f91942
}

.items .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942
}

.items .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #f91942
}

.items .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #f91942
}

.items p {
    font-size: 15px;
    line-height: 26px;
}

.items h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

.how-it-wrks-rw {
    margin-top: 47px;
}

.bounce-in-top {
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.about-points {
    padding: 120px 0px 96px;
    background-color: #1f415f;
    position: relative;
}

.about-points .single-point {
    margin-left: -35px;
    margin-bottom: 25px;
}

.bacgrnd {
    background: -webkit-linear-gradient(#e60003, #af0202);
    padding: 20px;
}

.deliver {
    padding-bottom: 20px;
}


.quotes-5 {
    bottom: 10px;
    position: relative;
}

@media screen and (min-device-width: 768px) and (max-device-width: 990px) {
    .navbar-nav {
        position: relative;
        bottom: 38px;
    }
    .items {
        height: auto !important;
    }
    .our-business-box
    {
        height: auto !important;
    }
    .al {
        width: 144px;
        margin-left: 291px;
    }
}

.dlte-icn {
    float: right !important;
    padding: 0px 12px;
    color: #ed1c24;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.index-sign-btn a {
    color: white !important;
}

.frm-wre-to-wre {
    font-size: 46px;
    color: white;
    font-family: 'Montserrat';
    font-weight: ;
    text-align: center;
    font-family: 'Calistoga';
}

.sendus-feedback {
    margin-top: 28px;
    margin-bottom: 25px;
}

.txt-are {
    height: 110px !important;
}

.send-btn {
    margin-bottom: 22px;
    float: right;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fe0000 !important;
}
.dvaddress
{
    padding:0px;
}
#datetimepicker  .input-group-addon
{
    border: 1px solid #c2c2c2 !important;
}
#datetimepicker  .input-group-addon i
{
    color: #00aeef !important;
}
#timepicker  .input-group-addon
{
    border: 1px solid #c2c2c2 !important;
}
#timepicker  .input-group-addon i
{
    color: #00aeef !important;
}
.date .input-group-addon
{
    border: 1px solid #c2c2c2 !important;
}
.date .input-group-addon i
{
    color: #00aeef !important;
}
.delvDt{
    pointer-events: none;
}
.dropdown-menu>.active>a
{
    background-color: #0ba5ec;
}
.breadcrumb-wrap h2
{
    font-weight: 600 !important;
    color: #ed1e26 !important;
    font-size: 27px !important;
}


.check-avililibil-btn
{
    padding: 16px 7px !important;
}
.items
{
    height: auto !important;
}
.parallax-content
{
    font-size: 20px !important;
    line-height: 40px !important;
}
.our-business-box
{
    <!--- height: auto !important;--->
    height: 337px;
}
}



@media all and  (max-width:1024px),(max-height: 600px)
{
    .items
    {
        height: auto !important;
    }

    .our-business-box
    {
        height: auto !important;
    }

    .parallax-content
    {
        font-size: 22px !important;
        line-height: 40px !important;
    }
    .check-avililibil-btn
    {
        font-size: 13px !important;
        padding: 8px 40px !important;
    }
    .frm-wre-to-wre
    {
        font-size:28px !important;
        margin-top: 40px  !important;
    }

} 




@media all and  (max-width:600px),(max-height:1024 px)
{
    .items
    {
        height: auto  !important;
    }

    .our-business-box
    {
        height: auto !important;
    }


    .mobile-img-height {
        height: auto !important;
    }
    .bottom_ul {
        {
            margin-top: 10px !important;

        }

    }



    @media only screen and (min-device-width: 450px) and (max-device-width: 767px){

        .cnt-h1 {
            font-size: 33px !important;
        }

        .cnt-num {
            font-size: 38px !important;
        }

        .bordr-right
        {
            margin-top: 69px !important;
        }

        .frm-wre-to-wre {
            font-size: 40px !important;
        }

        .items {
            height: auto !important;
        }

        .mobile-img-height 
        {
            height: 250px !important;

        }

    }








    @media screen and (max-width: 450px){
        .mobile-img-height {

            height:auto !important;

        }
    }


    .pickp-ulli
    {
        background-color: beige;
        padding: 10px;
    }

    .pickup-item-row
    {
        margin-top: 14px;
    }
    .al {
        width: 144px;
        margin-left: 125px;
    }



    @media screen and (max-width: 375px){
        .al {
            width: 144px;
            margin-left: 100px;
        }
    }


    @media screen and (max-width:320px){
        .al {
            width: 144px;
            margin-left: 70px;
        }
    }


    .pic-nor{
        padding-top:20px;
    }


    .pic-nor-text{
        color:#ffffff;}


    .pic-nor-text:hover{
        color:#000;
        font-size: 14px;
    }

    @media (min-width: 992px)
    .col-md-6 {
        width:50%;
        padding-left: 52px;
    }
    .div#dvpricing {
        background-color: #7171f62b;
    }
    .modal.fade .modal-dialog {
        <!--width: 600px;--->
        margin:140px auto;
        width: auto;
    }
}

.para {
    text-align: justify;
}



.h3.hed {
    text-align: center;
}


























.hed {
    text-align: center;
    font-size: 32px;
    padding-top: 2%;
    padding-bottom: 2%;
}



h3.box-t {
    padding-bottom: 9px;
    padding-top: 15px;
}


.row.up {
    text-align: center;
    font-size: 21px;

}

section.head-box {
    background: -webkit-linear-gradient(#e60003, #af0202);
    color: aliceblue;
}


.row.normal {
    padding-bottom: 43px;
}


strong.str {
    margin-left: 25px;
}

p.t-str {
    font-size: 22px;
}


.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    margin-top: 20px;
}

strong.pol {
    font-size: 15px;
}

h4.policy {
    font-size: 26px;
}


@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
    box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
    padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}
.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

.ftrnote {
    background-color: #000000ad;
    color: white;
    padding-top: 30px 70px;
}


 @media screen and (max-width: 992px){
    .pic-nor-text {
    margin-top: 10px;
    }
    }
 @media screen and (max-width: 600px){
 .pic-nor{
        padding-top:0px;
    }
}