.th_bottom_form{background-image:url('https://www.rexholidays.co.uk/theme/website/images/form_background.webp');background-repeat:no-repeat;background-size:cover;background-position:center;padding:58px 0;margin-top:60px;}
.th_bottom_form h2, .th_bottom_form p, .th_bottom_form form, .th_bottom_form form label, .th_bottom_form form input,
.th_bottom_form form button{width:100%;float:left;}
.th_bottom_form h2{text-align:center;font-size:30px;color:#fff;font-weight:700;letter-spacing:1px;}
.th_bottom_form p{text-align:center;color:#fff;margin:15px 0 0;}
.th_bottom_form form{padding:20px 40px;background-color:#fff;border-radius:100px;margin-top:40px;}
.th_bottom_form form label{font-size:16px;color:var(--blue_color);font-weight:600;margin-bottom:5px;}
.th_bottom_form form input{padding-right:10px;outline:none;border:none;}
.th_bottom_form form button{background-color:var(--blue_color);color:#fff;text-align:center;border-radius:8px;
    outline:none;border:none;height:47px;line-height:44px;margin-top: 4px;transition:0.3s;}
.th_bottom_form form button:hover{background-color:var(--yellow_color);}
.th_bottom_form form .col-lg-2{border-right:1px solid #D0D0D0}
.th_bottom_form form .col-lg-2:nth-child(5), .th_bottom_form form .col-lg-2:nth-child(6){border-right:none;}

@media only screen and (max-width:575px){
    .th_bottom_form  {padding:30px 0}
    .th_bottom_form form {border-radius:20px;padding:15px}
    .th_bottom_form form input {margin-bottom:10px}
    
}