

/* changes the containers width on devices of width 1500px or more*/
@media (min-width: 1500px)
{
    .container
    {
        width: 1400px;
    }

    .hero-links
    {
        width: 110%;
        text-align: right;
    }

    .hero-links-2
    {
        width: 100%;
        text-align: center;
    }
}

/* code for mobile screens starts here */

@media screen and (max-width: 1500px)
{
     .hero-links
    {
        width: 145%;
        /*text-align: right;*/
    }

    .logo
    {
        width: 600px;
    }

    .business-content .nav-tabs > li
    {
        font-size: 18px;
    }

    .business-content .nav-tabs li hr
    {
        width: 250px !important;
    }

    .subscription-form .freedom-form h2
    {
        font-size: 26px;
    }

    .inp-services .v6
    {
        width: 100%;
    }

    .features2 ul
    {
        width: 100%;
    }

    .calculator #state
    {
        background-image: url(../images/icons/rpe-state-md.png);
    }

    .calculator #city
    {
        background-image: url(../images/icons/rpe-city-md.png);
    }

    .calculator #carmake
    {
        background-image: url(../images/icons/rpe-carmake-md.png);
    }

    .calculator #carmodel
    {
        background-image: url(../images/icons/rpe-carmodel-md.png);
    }

    .inp-services .features.v3 .features-left-bg
    {
        position: absolute;
        margin-top: -19px;
        margin-left: -45px;
        height: 80px;
    }

    .inp-services .features.v3 .features-right-bg
    {
        position: absolute;
        margin-top: -59px;
        right: -10px;
        height: 80px;
    }

    .inp-services .features.v4 .features-left-bg
    {
        position: absolute;
        margin-top: -55px;
        margin-left: -69px;
        height: 156px;
    }

    .inp-services .features.v4 .features-right-bg
    {
        position: absolute;
        margin-top: -133px;
        right: -32px;
        height: 155px;
    }

    .inp-services .features.v5 .features-left-bg
    {
        position: absolute;
        margin-top: -33px;
        margin-left: -55px;
        height: 112px;
    }

    .inp-services .features.v5 .features-right-bg
    {
        position: absolute;
        margin-top: -97px;
        right: -22px;
        height: 120px;
    }

    .features2 .features-left-bg
    {
        right: 98.6%;
    }

    .features2 .features-right-bg
    {
        right: -3px;
    }
}

@media screen and (max-width: 1450px)
{

    .hero-links.animate-herolinks
    {
        width: 86%;
    }

    .hero-links
    {
        width: 112%;
        text-align: center;
    }
}


@media screen and (max-width: 1350px)
{
    .hero-links.animate-herolinks
    {
        width: 95%;
    }

    .hero-links
    {
        width: 112%;
        text-align: center;
    }

}

@media screen and (max-width: 1240px)
{
    .hero-links
    {
        display: none;
    }
}

@media screen and (max-width: 1200px)
{
    .vehicle_list li
    {
        display: inline-block;
        margin-right: 55px;
    }

    .logo
    {
        width: 135px;
    }

    .carprice-estimator .estimator .estimator-content
    {
        padding-top: 0;
        padding-left: 0;
    }

    .business-content .nav-tabs > li
    {
        font-size: 14px;
    }

    .business-content .nav-tabs li hr
    {
        width: 200px !important;
    }

    /*.service-packages .row-2 .col-md-2 {
	    width: 16.666667%;
	}*/

    .features2 ul li
    {
        display: inline-block;
        width: 49%;
        text-align: left;
        padding-bottom: 15px;
    }

    .features2 ul
    {
        padding-left: 15px;
    }

    .inp-services .features.v3 .features-left-bg
    {
        position: absolute;
        margin-top: -35px;
        margin-left: -56px;
        height: 115px;
    }

    .inp-services .features.v3 .features-right-bg
    {
        position: absolute;
        margin-top: -97px;
        right: -22px;
        height: 119px;
    }

    .inp-services .features.v4 .features-left-bg, .inp-services .features.v4 .features-right-bg, .inp-services .features.v5 .features-left-bg, .inp-services .features.v5 .features-right-bg, .features2 .features-left-bg, .features2 .features-right-bg
    {
        display: none;
    }

    .profile-settings .sidebar-pane .tab-content label a
    {
        margin-left: 50px;
    }

    .results-container .results
    {
        width: auto;
        margin: 40px 0px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px)
{

    .subscription-form .freedom-form
    {
        padding: 10px;
    }

        .subscription-form .freedom-form h2
        {
            font-size: 20px;
        }

        .subscription-form .freedom-form > span
        {
            font-size: 24px;
            padding-top: 11px;
        }

    .subscription-form form .form-control
    {
        font-size: 14px;
    }

    .inp-services .service-blocks section a
    {
        font-size: 12px;
    }

    .calculator #state
    {
        background-image: url(../images/icons/rpe-state-sm.png);
    }

    .calculator #city
    {
        background-image: url(../images/icons/rpe-city-sm.png);
    }

    .calculator #carmake
    {
        background-image: url(../images/icons/rpe-carmake-sm.png);
    }

    .calculator #carmodel
    {
        background-image: url(../images/icons/rpe-carmodel-sm.png);
    }

    .rpe-result .btn
    {
        margin-bottom: 10px;
    }

    .joint-ventures section
    {
        height: 450px;
    }
}

@media screen and (max-width: 992px)
{

    /*.appointment-form img, .appointment-form form {
        margin-left: auto;
        margin-right: auto;
    }*/


    .vehicle_list li
    {
        display: inline-block;
        margin-right: 47px;
    }

        .vehicle_list li div
        {
            padding: 7px 13px 3px 13px;
            font-size: 13px;
        }

    .steps_status li
    {
        display: inline-block;
        margin-right: 84px;
    }

    .verify_details
    {
        width: 100%;
    }

    .dsa_details
    {
        width: 100%;
    }

    .profile_details
    {
        width: 100%;
    }

    .steps_div
    {
        width: 100%;
    }

    .steps_imgs
    {
        width: 584px;
    }

    .frm3
    {
        width: 100%;
    }

    .hero-block
    {
        height: auto;
    }

    .card-slider
    {
        margin-bottom: 350px;
    }

    .appointment-form
    {
        margin-bottom: 40px;
        margin-top: 80px;
    }

    .booking-carousel .carousel-indicators
    {
        left: 50%;
        right: 2%;
        width: 60%;
        margin-left: -30%;
        bottom: -10px;
    }

        .booking-carousel .carousel-indicators li
        {
            width: 10px;
            height: 10px;
        }

    .service-packages .row-3 p
    {
        width: 100%;
    }

    .business-content .nav-tabs > li
    {
        width: 50%;
    }

    .business-content .nav-tabs li hr
    {
        width: 100% !important;
    }

    .service-packages .row-2 .container-1 div
    {
        margin-bottom: 20px;
    }

    .service-packages .row-2 .container-1
    {
        padding-right: 15px;
    }

    .service-packages .row-2 .container-1
    {
        padding-left: 15px;
    }

    .subscription-form .freedom-form
    {
        margin-bottom: 40px;
    }

    .inp-services .service-blocks
    {
        margin-bottom: 40px;
    }

        .inp-services .service-blocks img
        {
            width: 100%;
        }

    .inp-services .v2
    {
        width: auto;
        margin-top: -60px;
    }

    .inp-services .v3 img, .inp-services .v4 img, .inp-services .v5 img
    {
        display: block;
        float: right;
        padding-bottom: 5px;
    }

    .welcome-hero-block .register, .welcome-hero-block .login, .welcome-hero-block .otp, .welcome-hero-block .reset-password, .welcome-hero-block .password-recovery
    {
        width: 100%;
    }

    .storelocator-content form
    {
        text-align: center;
    }

        .storelocator-content form .form-group
        {
            margin-bottom: 10px;
        }

        .storelocator-content form .btn-primary
        {
            margin-top: -8px;
            width: 235px;
        }

            .storelocator-content form .btn-primary span
            {
                width: 218px;
            }

    .careers-form form
    {
        width: auto;
        text-align: center;
    }

        .careers-form form .form-group
        {
            display: block;
        }

        .careers-form form .checkbox
        {
            padding-left: 0;
        }

    .subscription-form .freedom-form-wide
    {
        width: auto;
    }

    .inp-services .features.v2 .features-left-bg, .inp-services .features.v2 .features-right-bg
    {
        display: none;
    }

    .inp-services .features.v3 .features-left-bg, .inp-services .features.v3 .features-right-bg
    {
        display: none;
    }

    .app-form-3 .otp
    {
        display: block;
    }

    .app-form-3 .back
    {
        margin-top: 2px !important;
        float: left !important;
    }

    .profile-settings .sidebar ul li
    {
        background-position: 1% 50%;
    }

    .profile-settings .sidebar, .profile-settings .sidebar-pane
    {
        height: auto;
    }

    #OEM .owl-carousel .owl-stage-outer, #fleet-owner .owl-carousel .owl-stage-outer
    {
        height: auto;
    }

    .business-content .owl-carousel .owl-item.center
    {
        transform: none;
    }

    .business-content .owl-carousel .oem-container
    {
        margin-top: 20px;
    }

    .results-container
    {
        height: auto;
    }

        .results-container .results .results-body .results-row .btn-primary
        {
            margin-top: 40px;
        }

        .results-container .results .results-body .results-row .stars
        {
            margin-top: -80px;
        }

        .results-container .results .results-body .results-row .store-name
        {
            margin-top: 10px;
        }

    .service-content .features .feature-block
    {
        text-align: center;
    }

        .service-content .features .feature-block ul
        {
            padding-left: 0;
            padding-top: 10px;
        }

            .service-content .features .feature-block ul li:before
            {
                left: unset;
                margin-left: -20px;
            }

            .service-content .features .feature-block ul li ul li:before
            {
                left: unset;
            }

        .service-content .features .feature-block.qht ul
        {
            padding-top: 0;
        }

        .service-content .features .feature-block.ptr p
        {
            padding-top: 40px;
        }

    .service-content .collisionrepairs-content .features .feature-block.ict p
    {
        padding-top: 20px;
    }

    .service-content .collisionrepairs-content .features .feature-block.ict img
    {
        padding-top: 0px;
    }
}


@media screen and (max-width: 768px)
{
    .hero-links
    {
        margin-top: 90px;
        visibility: hidden;
        /*display: none;*/
    }

    .navigate ul li a
    {
        font-size: 18px;
    }

    .joint-ventures section
    {
        margin-bottom: 20px;
    }

    .profile-settings
    {
        margin-top: 0px;
    }
}


@media screen and (max-width: 767px)
{
.appointment-form h1 span {
        text-align: center;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
    }
	  .appointment-form {
        text-align: center;
        color: #fff;
        line-height: 45px;
    }
    .appointment-form h1 {
        text-align: center;        
        color: #fff;
        line-height: 28px;
    }

    .utilities
    {
        padding-right: 10px;
    }

        .utilities .dropdown
        {
            width: 38px;
        }

            .utilities .dropdown .dropdown-menu
            {
                font-size: 12px;
                margin-top: -1px;
                min-width: 50px;
                width: 106px;
                left: -68px;
                border: none;
                background-color: #0175c8;
                border-top-left-radius: 4px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

        .utilities .visible-xs
        {
            display: inline-block !important;
        }

        .utilities .dropdown-menu li
        {
            color: #ffffff;
        }

    .reedem_img
    {
        bottom: 0;
    }

    .vehicle_list li, .vehicle_list li.active, .vehicle_list li.complete
    {
        background: none;
    }

    .vehicle_list li
    {
        margin-right: 30px;
        display: block;
        margin-left: 30px;
        height: auto;
    }

        .vehicle_list li:last-child
        {
            margin-right: 30px;
            margin-left: 30px;
        }

        .vehicle_list li div
        {
            margin-top: 20px;
        }

    .steps_status li, .steps_status li.active
    {
        background: none;
    }

        .steps_status li p
        {
            display: none;
        }

    .frm1
    {
        width: 100%;
    }

    .frm2
    {
        width: 100%;
    }

    .frm3
    {
        width: 100%;
    }



    .steps_imgs
    {
        margin-top: -85px;
    }

    .steps_status li
    {
        height: 168px;
    }

    .verify_details
    {
        margin-top: 10px;
    }

    .dsa_details
    {
        margin-top: 10px;
    }

    .profile_details
    {
        margin-top: 10px;
    }

    #step1_color li
    {
        float: left;
        margin-bottom: -1px;
        width: 30.33%;
    }

    #step2_grey li
    {
        float: left;
        margin-bottom: -1px;
        width: 33.33%;
    }

    .login_steps
    {
        max-width: 1402px;
        margin: 0 auto;
        padding: 0px 0px 48px 0px;
    }

    .history_bg
    {
        height: 150px !important;
    }

    .login_6_layout_bg
    {
        height: 150px !important;
    }

    .myprofile_bg
    {
        height: 150px !important;
    }

    .track_bg
    {
        height: 150px !important;
    }

    .points_bg
    {
        height: 150px !important;
    }

    .benifite_bg
    {
        height: 150px !important;
    }

    .repair_bg
    {
        height: 150px !important;
    }



    .navbar
    {
        min-height: auto;
    }

    .navbar-header
    {
        padding-top: 0px;
    }

    .nav > li > a
    {
        padding: 5px 15px;
    }

    .logo
    {
        margin-top: 0px;
        width: 250px !important;
    }

    .hero-block
    {
        margin-top: 0px;
    }

    .hero-links
    {
        margin-top: 20px;
        visibility: hidden;
    }

        .hero-links li a
        {
            font-size: 12px;
        }

    .card-slider h1
    {
        text-align: center;
        margin-top: 40px;
    }

    .cards img
    {
        margin-bottom: 20px;
    }

    .appointment-form img
    {
        margin-left: auto;
        margin-right: auto;
    }

    .appointment-form form
    {
        margin-left: auto;
        margin-right: auto;
    }

    .carprice-estimator .freedom-club, .carprice-estimator .estimator .estimator-content
    {
        text-align: center;
        padding-top: 50px;
    }

    .service-packages .row-2 .container-1 div, .service-packages .row-2 .container-2 div
    {
        width: 100%;
    }

    .service-packages .row-2 .container-2 div
    {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .cards .overlay
    {
        position: absolute;
        z-index: 999;
        top: 44%;
        text-align: center;
        font-size: 12px;
        left: 30%;
        color: #fff;
    }

        .cards .overlay .btn-container
        {
            display: inline-block;
            padding: 5px;
            background-color: #0068b3;
            border-radius: 2px;
        }

            .cards .overlay .btn-container .btn-primary
            {
                border-color: #fff;
                padding: 4px 10px;
                font-size: 13px;
            }

    .b-hero-block, .c-hero-block, .fc-hero-block, .inp1-hero-block, .inp2-hero-block, .inp3-hero-block, .inp4-hero-block, .inp5-hero-block, .inp6-hero-block, .offers-hero-block, .pm-hero-block, .welcome-hero-block, .storelocator-hero-block, .careers-hero-block, .profile-hero-block, .testimonial-hero-block, .b-hero-block
    {
        margin-top: 0;
    }

    .contact-content .row-1 h3
    {
        margin-bottom: 20px;
    }

    .contact-content .row-2 h4
    {
        margin-top: 40px;
    }

    .contact-content .row-2 .list-2 li
    {
        margin-bottom: 0;
    }

        .contact-content .row-2 .list-2 li .tel
        {
            font-size: 24px;
        }

    .fc-hero-block .banner-quote, .inp1-hero-block .banner-quote, .inp2-hero-block .banner-quote, .inp3-hero-block .banner-quote, .inp4-hero-block .banner-quote, .inp5-hero-block .banner-quote, .inp6-hero-block .banner-quote, .offers-hero-block .banner-quote, .storelocator-hero-block .banner-quote
    {
        margin-top: 80px;
    }

    .inp-services .features
    {
        width: auto;
        margin-top: -60px;
    }

        .inp-services .features p
        {
            margin-bottom: 10px;
        }

    .rpe-hero-block
    {
        margin-top: 0;
        height: auto;
    }

    .pad-right-none
    {
        padding-right: 15px;
    }

    .calculator
    {
        margin-top: 30px;
    }

    .rpe-heading
    {
        font-size: 32px;
        margin: 20px 0px 20px 0px;
    }

    .rpe-result
    {
        padding: 20px;
        margin-left: 0;
    }

        .rpe-result .btn
        {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 10px;
            margin-right: 10px;
        }

    .disclaimer
    {
        padding-left: 0;
    }

    .calculator #state
    {
        background-image: url(../images/icons/rpe-state-xs.png);
    }

    .calculator #city
    {
        background-image: url(../images/icons/rpe-city-xs.png);
    }

    .calculator #carmake
    {
        background-image: url(../images/icons/rpe-carmake-xs.png);
    }

    .calculator #carmodel
    {
        background-image: url(../images/icons/rpe-carmodel-xs.png);
    }

    .calculator .btn-primary, .calculator .btn-primary span
    {
        width: 100%;
    }

    .services-hero-block
    {
        margin-top: 0;
        padding-bottom: 40px;
        height: auto;
    }

        .services-hero-block .banner-quote
        {
            margin-top: 0;
            margin-bottom: 40px;
        }

            .services-hero-block .banner-quote h2
            {
                font-size: 30px;
            }

    .service-buttons
    {
        padding-top: 20px;
    }

        .service-buttons .row
        {
            margin-top: 0px;
        }

    .offers-content .carousel .carousel-control
    {
        display: none;
    }

    .myModal .modal-content
    {
        width: auto;
        border-radius: 0;
        padding: 20px;
    }

    .welcome-hero-block, .profile-hero-block
    {
        height: auto;
    }

        .welcome-hero-block .or
        {
            display: none;
        }

        /*.welcome-hero-block .register .or {
		top: 67.5%;
	}

	.welcome-hero-block .login .or {
		top: 58%;
	}

	.welcome-hero-block .reset-password .or {
		display: none;
	}*/

        .welcome-hero-block .fb-btn, .welcome-hero-block .gplus-btn, .welcome-hero-block .twitter-btn
        {
            width: 200px;
        }

            .welcome-hero-block .fb-btn span, .welcome-hero-block .gplus-btn span, .welcome-hero-block .twitter-btn span
            {
                width: 150px;
            }

    .storelocator-hero-block
    {
        height: auto;
    }

        .storelocator-hero-block .banner-quote
        {
            margin-bottom: 40px;
        }

    .storelocator-content form
    {
        text-align: center;
    }

        .storelocator-content form .form-control
        {
            margin-left: auto;
            margin-right: auto;
        }

        .storelocator-content form .btn-primary
        {
            margin-top: 0px;
            margin-bottom: 20px;
        }

    .storelocator-content .results
    {
        position: relative;
        height: auto;
    }

    .storelocator-content button.close
    {
        display: none;
    }

    .careers-form form input, .careers-form form input[type='email']
    {
        margin-left: auto;
        margin-right: auto;
    }

    .careers-form
    {
        height: auto;
    }

        .careers-form form .btn-primary
        {
            margin-top: 0;
            margin-bottom: 40px;
        }

    .features-left-bg, .features-right-bg
    {
        display: none;
    }

    .subscription-form .freedom-form-wide .btn-primary
    {
        width: 48%;
    }

    .app-form-screen1 section ul li .btn
    {
        display: block;
        float: none;
        margin-top: 5px;
    }

        .app-form-screen1 section ul li .btn span
        {
            display: block;
        }

    .app-form-screen1 section ul li .schedule, .app-form-screen1 section ul li .experts
    {
        display: block;
    }

    .app-form-3 .back
    {
        margin-top: 0 !important;
        float: none !important;
    }

    .app-form-3 br
    {
        display: none;
    }

    .app-form-3 .radio input[type=radio]
    {
        width: auto !important;
        margin-top: -8px !important;
    }

    .app-form-3 .radio label
    {
        padding-right: 30px;
        padding-left: 0px;
    }

    .app-form-3 .otp
    {
        margin-bottom: 20px;
    }

    .app-form-3 .back
    {
        display: inline-block !important;
    }

    .app-form-3 .booknow
    {
        display: inline-block !important;
        float: right !important;
    }

    .screen2 .book-now-1
    {
        display: none !important;
    }

    /*.screen2 form .form-group .form-control {
		width: 100%;
	}*/

    .app-form-screen1 section
    {
        padding: 20px !important;
    }

        /*.app-form-screen1 section form:first-of-type {
		padding: 20px;
	}*/

        .app-form-screen1 section ul li .sr-no
        {
            left: 40px;
        }

    .app-form-3
    {
        margin-left: -30px;
    }

    .screen2 .btn
    {
        width: 100%;
    }

    .app-form-screen1 h1 span
    {
        font-size: 54px;
    }

    .profile-settings
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .profile-settings .sidebar-pane .tab-content .form-control
        {
            display: block;
            width: 100%;
        }

        .profile-settings .sidebar-pane .tab-content .btn-primary
        {
            width: 100%;
        }

    .testimonial-hero-block, .b-hero-block
    {
        height: auto;
    }

        .b-hero-block .banner-quote
        {
            font-size: 32px;
            margin-top: 90px;
            margin-bottom: 25px;
        }

        .b-hero-block .btn {
             margin-bottom: 15px;
        }

    .insurance-company .insurance-block
    {
        margin-bottom: 20px;
    }

    .storelocator-hero-block .banner-quote h1
    {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .locate-store
    {
        margin-bottom: 40px;
    }

        .locate-store .form-control
        {
            margin: 0px auto 20px;
        }

        .locate-store .btn-primary
        {
            width: 240px;
        }

    .corporate-hero-block
    {
        margin-top: 0;
        height: auto;
    }

        .corporate-hero-block h1
        {
            font-size: 28px;
            margin-top: 85px;
            margin-bottom: 40px;
        }

    .joint-ventures section
    {
        height: auto;
        margin-bottom: 20px;
    }

    .partner-brands section img
    {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .navigate.sticky
    {
        top: 50px;
    }

        .navigate.sticky ul
        {
            padding-top: 20px;
        }

    .navigate ul li a
    {
        font-size: 14px;
    }

    .offers-hero-block, .pm-hero-block
    {
        height: auto;
    }

        .pm-hero-block .banner-quote
        {
            margin-top: 20px;
        }
    /* doubtful rohan start */
    .service-packages .row-2 a:hover img
    {
        position: relative !important;
    }

    .get-in-touch
    {
        position: fixed;
        width: 100%;
        right: 0;
        top: unset !important;
        bottom: -416px;
        z-index: 999999;
        transition: all 0.3s;
    }

        .get-in-touch .get-in-touchform
        {
            width: 100%;
            margin: 0 auto;
            background-color: aliceblue;
        }

        .get-in-touch input, .get-in-touch textarea
        {
            width: 100%;
        }

        .get-in-touch img
        {
            float: right;
        }

        .get-in-touch.git-open
        {
            bottom: 0;
            padding: 20px;
        }

    .inp1-hero-block, .inp2-hero-block, .inp3-hero-block, .inp4-hero-block, .inp5-hero-block, .inp6-hero-block
    {
        height: 400px;
    }
}
/* doubtful rohan end */
@media screen and (max-width: 680px)
{
    .cards .overlay
    {
        left: 25%;
    }

    .fc-hero-block .banner-quote h2
    {
        font-size: 28px;
    }

    .fc-hero-block .banner-quote .scheme, .fc-hero-block .banner-quote .scheme span
    {
        font-size: 16px;
    }

    .services-you-get .features
    {
        width: 100%;
    }

        .services-you-get .features span
        {
            margin: 10px 0px;
        }
}


@media screen and (max-width: 640px)
{

    .steps_status li p
    {
        display: none;
    }

    .steps_imgs
    {
        margin-top: 0px;
        width: 100%;
    }

    .steps_status li
    {
        height: 36px;
        display: block;
        margin-right: 0px;
    }

    .content_profile
    {
        width: 100%;
    }

    .steps_status li div
    {
        width: 100%;
        margin-top: 25px;
    }

    .verify_details
    {
        width: 100%;
        margin-top: 10px;
    }

    .dsa_details
    {
        width: 100%;
        margin-top: 10px;
    }

    .profile_details
    {
        width: 100%;
        margin-top: 10px;
    }
}


@media screen and (max-width: 480px)
{
    .cards .overlay
    {
        left: 15%;
    }

    .features2 ul li
    {
        width: 100%;
    }


    /*.utilities .dropdown {
		width: 50px;
	}

	.utilities .dropdown a {
		font-size: 0px;
	}*/

}

@media screen and (max-width: 420px)
{

    .utilities ul
    {
        margin-top: 12px;
    }

        .utilities ul li
        {
            padding-right: 0px;
        }

            .utilities ul li:last-child
            {
                padding-right: 15px;
            }

            .utilities ul li:hover span
            {
                display: none;
            }

            .utilities ul li a img
            {
                width: 28px;
                height: 28px;
            }

    .business-content .nav-tabs > li
    {
        width: 100%;
    }

    .cards .overlay
    {
        left: 15%;
        font-size: 10px;
    }

        .cards .overlay p
        {
            margin-bottom: 5px;
        }

        .cards .overlay .btn
        {
            font-size: 10px;
        }

    .app-form-screen1 form .form-group .form-control
    {
        width: 100%;
    }

    .app-form-3 .back
    {
        display: block !important;
        margin-bottom: 20px;
    }

    .app-form-3 .booknow
    {
        display: block !important;
        float: none !important;
    }

    .profile-settings .sidebar-pane .tab-content label a
    {
        margin-left: 0;
    }

    .services-hero-block .banner-quote img
    {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .services-hero-block .banner-quote h2
    {
        font-size: 18px;
    }

    .paddmobile
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 360px)
{
    .appointment-form form
    {
        width: 100%;
    }

    .fc-hero-block .banner-quote h2
    {
        font-size: 26px;
    }

    .calculator #state
    {
        background-image: url(../images/icons/rpe-state.png);
    }

    .calculator #city
    {
        background-image: url(../images/icons/rpe-city.png);
    }

    .calculator #carmake
    {
        background-image: url(../images/icons/rpe-carmake.png);
    }

    .calculator #carmodel
    {
        background-image: url(../images/icons/rpe-carmodel.png);
    }

    .pm-content .pm-slider .pm-slider-block
    {
        border-radius: 0;
        width: 300px;
        height: 300px;
    }
}


@media screen and (max-height: 480px)
{
    .get-in-touch
    {
        top: 100px;
    }

    .paddmobile
    {
    }

    #sidebar-wrapper
    {
        width: 280px;
        left: -280px;
    }
}
