﻿
.btn-check-availability 
{
    width: 213px;
}

/*************************media querries********************************/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{  
    .leftHover .img_text 
    {
        width: 486px;
    }

    .img_text, .hover_img_text, .hovereffect p 
    {
       font-size: 35px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{ 
    .img_text, .hover_img_text, .hovereffect p 
    {
      font-size: 45px;
    }

    .leftHover .img_text 
    {
        width: 602px;
    }

    .menu_width_fixer .left_menu_group 
    {
        margin-left: 14px;
    }

    .check_availability_container
    {
        margin-left:auto;
        margin-right:auto;
        width:971px;
    }

    .menu_width_fixer 
    {
        margin: 0px auto;
        width: 1030px;
    }

    .menu_width_fixer .left_menu_group 
    {
        margin-right: 186px;
    }
}

@media (min-width: 1700px)
{ 

}
/***********************end media querries******************************/
