    
    .nav_dark{
        background-color:  #2c2c2c;
    } 

    .navbar .nav-link {
        color: black;
    }
    
    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
        color: dodgerblue;
        text-decoration: none;
    }
    
    .navbar .navbar-brand {
        color: black;
        font-size: 23px;
    }
    /* Change navbar styling on scroll */
    
    .navbar.active {
        background: #fff;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar.active .nav-link {
        color: #555;
    }
    
    .navbar.active .nav-link:hover,
    .navbar.active .nav-link:focus {
        color: #555;
        text-decoration: none;
    }
    
    .navbar.active .navbar-brand {
        color: #555;
    }
    /*color of active nav text*/
    
    .navbar-nav>.active>a {
        color: dodgerblue;
    }

    
   
    
    body {
        background: #fff;
    }
    /*Jumbotoron Styling */
    
    .jumbotron {
        padding-top: 185px !important;
        padding-bottom: 110px !important;
        border-radius: 0px !important;
    }
    
    .jumbotoron-btn {
        background-color: dodgerblue;
        border-radius: 30px;
        height: 50px;
    }
    
    .jumbotron-image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    
    #div_headers:hover {
        text-decoration: underline;
        text-decoration-color: dodgerblue;
        text-decoration-thickness: 4px;
    }


    


    /* button styling */
    
    .btn_style {
        background-color: #ffffff;
        color: rgb(68, 66, 66);
        border-radius: 3px;
        font-size:15px;
    }
    
    .btn_style:hover {

        background-color: #4d4d4d;
        color: #fff;
    }

    .btn_style1 {
        background-color: #4d4d4d;
        color: #fff;
        border-radius: 3px;
        font-size:12px;
    }
    
    .btn_style1:hover {
        color: #fff;
    }

    .btn_style2  {
        background-color: #4CAF50;
        color: rgb(255, 255, 255);
        border-radius: 3px;
        font-size:12px;
       
    }

    .btn_style2:hover {
        background-color: #4CAF50;
        color: #fff;

    }   

    .btn_style3  {
        background-color: transparent;
        color: rgb(37, 37, 37);
        border-radius: 3px;
        font-size:12px;
        border-color: 2px solid  rgb(19, 19, 19);
    }

    .nav_spacer{
        margin-left:10px;
    }
  

    .nav_blue{
        
        background-color: #4d4d4d;

    }
     /* Change navbar styling on small viewports */
    
     @media (max-width: 991.98px) {
        .nav_spacer{
            margin-left:0px;
            margin-top:10px;
        }

       
      
    }


    @media (max-width: 768.98px) {

        .custom-img{
            height:150px !important;
            width:220px !important;
            margin-top:-40px !important;
            float:right !important;
            
        }


    }


    @media (max-width: 691.98px) {
        
        .custom-bg{
            background-color: #4CAF50;
            padding:0px !important;
            height:360px !important;
        }

        .custom-img{
            height:180px !important;
            width:220px !important;
            margin-top:0px !important;
            float:none !important;
            display: block;
            margin: 0 auto;
        }

        .sm_font_size{
            font-size:20px !important;
        }

        .row_sm{
            margin-top: 50px !important;
        }

        .mt_on_small{
            margin-top:10px !important;
        }
      
    }


    /* styling green background */
    .custom-bg{
        background-color: #4CAF50;
        color: rgb(255, 255, 255);
        border-radius: 15px;
        height:250px;
       
        
       
    }
  

    /* styling map  */
     
      #map{
          width: 100%;
          height: 300px;
      }
     

    /*footer*/
    
    footer {
        width: 100%;
        min-height: 250px;
        padding: 10px 0px 25px 0px;
    }
    
    
    .social_footer_ul {
        display: table;
        list-style-type: none;
        align-items: flex-start;
        margin-left:-50px;
    }
    
    .social_footer_ul li {
        padding-left: 8px;
        padding-top: 10px;
        float: left;
    }
    
    .social_footer_ul li a {
        color: #fff;
        border: 0px solid #fff;
        padding: 7px;
        border-radius: 50%;
    }
    
    .social_footer_ul li i {
        width: 15px;
        height: 20px;
        text-align: center;
    }


    

    .footer_padding_style{
        margin-left:200px;
    }

    @media (max-width: 1024.98px) {
       
        .footer_padding_style{
            margin-left:10px;
        }
        .social_footer_ul {
            margin-left: -50px;
        }            
    }


    .foote_bottom_ul_amrc {
        list-style-type: none;
        padding: 0px;
        font-size:14px;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: -15px;
    }
    
    .foote_bottom_ul_amrc li {
        display: inline;
    }
    
    .foote_bottom_ul_amrc li a {
        color: rgb(255, 255, 255);
        margin: 0 12px;
        
    }

    .footer-bg{
        background-color: #2c2c2c;
     }



    @media (max-width: 691.98px) {
       
        .top_margin_on_sm{
            margin-top:25px;
        }
        .margin_top_btn_on_sm{
            margin-top: 5px;
        }
    } 


    @media (min-width: 991.98px) {
       
      .center_on_lg{

        display: flex;
        justify-content: center;

      }

    } 



    .card-img2{
        width: 100%!important;
        height: 250px!important;
        object-fit: cover;
     }


     /* styling on small devices */

     @media (max-width: 691.98px) {
       
       .burger_img_on_sm{
            width:150px;
            height:140px;
            margin-top:-10px !important;
       }

       .center_on_sm{
           text-align: center !important;
           margin-left:  0px !important;
       }

        .btn_center_on_sm{
            text-align: center !important;
            margin-left:  0px !important;
        }

       .sm_font_size{
            margin-top:20px !important;
            font-size:16px;
       }
       .custom-bg{
       
        height:150px;

        }
        .btn_style{
            
            margin-top:-1px !important;
        }

        .sm-footer-logo{
            margin-top:-55px !important;
        }

        .dec_margin_on_sm{
            margin-top:-40px !important;
        }
        .mtc_on_small{
            margin-top:20px !important;
        }
    } 



    /* medium screen styling */

    @media only screen and (min-width: 500px) and (max-width: 1072px) {


        .margin_on_md{

            margin-top:-40px !important;

        }

        .mtc_on_md{

            margin-top:15px !important;
        }

        .on_medium{
            margin-right:70px;
        }

        .on_medium_title{
            font-size: 12px;
            width:80px !important;
           
        }

        .dec-mt-md{
            margin-top:0px !important;
        }

        .on_md_m{
            margin-left:70px !important;
        }

        .mt_md{
            margin-top: -10px !important;
        }
    }


 
    .Nav_searchbar  ,input[type=text]{
        outline: 0;
        border-width: 0 0 2px;
        border-color: #e6e6e6;
        background-color: #f1f1f1;
        border-radius:0px;
       
       }


    .Nav_searchbar ,input[type=text]:focus {
        border-color: #000;
        background-color:#f1f1f1;
      }


    .custom_input  ,input[type=text],input[type=password],input[type=email]{
        outline: 0;
        border-width: 0 0 2px;
        border-color: #e6e6e6;
        background-color: #f1f1f1;
        border-radius:0px;
       
       }


    .custom_input ,input[type=text]:focus, input[type=password]:focus,input[type=email]:focus{
        border-color: #000;
        background-color:#f1f1f1;
      }

    
    .extra_textarea  ,textarea{
        outline: 0px !important;
        border-width: 0 0 2px;
        border-color: #e6e6e6;
        background-color: #fff;
        border-radius:0px;
        box-shadow: none !important;
        border-color: #000 !important;
       
       }

    .extra_textarea ,textarea:focus {
        border-color: #000 !important;
        
      }


    .btn:focus {
        outline: none;
        box-shadow: none;
        }


    form i.fa {
        position: absolute;
        top: 24px;
        bottom:6px;
        left: 20px;
        color: rgb(53, 53, 53);
        font-size: 20px;
        z-index: 9;
        margin-left: 5px;
    }

    form i.fas {
        position: absolute;
        top: 14px;
        bottom:6px;
        left: 20px;
        color: rgb(53, 53, 53);
        font-size: 20px;
        z-index: 9;
        margin-left: 5px;
        margin-right:11px;
    }
    
    .form-control2 {
        position: relative;
        padding-left: 45px !important;
    
    }

    .nav-pills > li > a.active {
        background-color: #fff !important;
        color:#000 !important;
        border-radius:20px;
    }
    .nav-pills > li > a:hover {
        color: #000 !important;
      }
      
      .nav-link-color {
        color: #000;
      }

    

    .card-img-top{
        width:50px !important;
        height:50px !important;
    }

    .card-body{
        margin-left:-15px !important;
        font-size:13px !important;
        font-weight:bold !important;
    }

    .card-img-top:hover{
       background-color: #e6e6e6;
       border-radius:25px;
    }

    

    
    
    .carousel {
        margin: 30px auto 60px;
        padding: 0 35px;
    }
    .carousel .carousel-item {
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-item h4 {
        font-family: 'Varela Round', sans-serif;
    }

    .carousel .carousel-item img {
        max-width: 30%;
        height:100%;
        object-fit: cover;
        display: inline-block;
        margin-top:0px !important;
        margin-bottom:0px !important;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .carousel .thumb-wrapper {
        margin: 5px;
        text-align: left;
        background: #f5dddd;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.1);   
        border-radius: 15px;
    }
    .carousel .thumb-content {
        padding: 15px;
        font-size: 13px;
    }
    .carousel-control-prev, .carousel-control-next {
        height: 34px;
        width: 34px;
        background: none;	
        margin: auto 0;
       
       
    }
    .carousel-control-prev i, .carousel-control-next i {
        font-size: 38px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin: -19px 0 0 0;
        z-index: 5;
        left: 0;
        right: 0;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: none;
        font-weight: bold;
    }
    .carousel-control-prev i {
        margin-left: -3px;
    }
    .carousel-control-next i {
        margin-right: -3px;
    } 
  

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }


    /* styling accordion */

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }



    /* changing the color of radio box*/
    [type="radio"]:checked+label:after {
        background-color: rgb(19, 19, 19);
        border-radius: 50%;
      }
    
    [type="checkbox"]:checked+label:after {
        background-color: rgb(19, 19, 19);
        border-radius: 5px;
      }

     
    .btn-group-toggle .active{

        background-color: #e6e6e6 !important;
        border-radius: 13px;
        color: #000 !important;
        margin-right: 10px;
        border:none;
        
    }
    .btn-group-toggle .btn-dark{

        border-radius: 13px;
        margin-right: 10px;
       
    }

     
    .card-img2{
        width: 100%!important;
        height: 145px!important;
        object-fit: cover;
     }

     .card-img5{
        width: 100%!important;
        height: 250px!important;
        object-fit: cover;
     }

     .media-img{
        width: 50%!important;
        height: 120px!important;
        object-fit: cover;
     }


     .btn-group .dropdown-menu {
        width: 200px !important;
        height: 50px !important;
        padding: 10px !important;
        margin-top:10px !important;
        border:1px solid rgb(230, 229, 229) !important;
        
    }

    .container{
        padding: 20px !important;
        
    }
    
    
    .edit:hover{
        background-color: #e6e6e6 !important;
        border-radius: 50% !important;
    }

    .current_deliver_area:hover{
        background-color: #f1f1f1 !important;
    }
    
    @media (max-width: 691.98px) {
       
        .on_small{
            margin-right:70px;
        }

        .on_small_title{
            font-size: 12px;
            width:80px !important;
           
        }
        .carousel-control-prev i {
            margin-left: -15px;
        }
        .carousel-control-next i {
            margin-right: -15px;
        } 
       
    } 


    @media (max-width: 978px) {
        .px-5 {
          padding-left:15px !important;
          padding-right:15px !important;
         
        }

        .inc_media_pad{
            padding-left: -250px !important;
            padding-right: -25px !important;
        }

        .onsm_red_margin{
            margin-top:-20px !important;
            margin-bottom: -30px;
        }


        .carousel {
            padding: 0 15px;
        }
        
    }

    @media (min-width: 978px) {
        .padding_cards {
    
          padding-right:15px !important;
          
         
        }

       
    }


    @media (min-width: 1200px) {

        .container{

            max-width: 1300px;

        }

        .mtc_on_large{

            margin-top:10px !important;

        }

        .margin_on_lg{

            margin-right:100px !important;

        }

    }

