*{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.clear{
    clear: both;
}
a{
    transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}
body{
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.4px;
}
.wrapper{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
img[src="images/South-West-England-Winners-Banner.jpg"],.new-img-box {
    display: none;
}

.main{
    width: 100%;
    float: left;
}
.header{
    width: 100%;
    float: left;
    background: url(../images/foot-bg.jpg) left top repeat-y;
    background-size: 100%;
}
.header .cont{
    width: 100%;
    float: left;
    position: relative;
    padding: 26px 0;
    margin-top: 10px;
}
.logo{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.head_right{
    float: right;
}
.head_right ul{
    float: left;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.head_right ul li:nth-child(3){
    padding-left:20px;
}

.head_right ul li{
    float: left;
    display: inline-block;
}
.head_right ul li a img {
    vertical-align: middle;
}
.head_right ul li.mybuilder_logo{
    margin-right: 30px;
}
.head_right ul li.tel{
    font-size: 25px;
    line-height: 29px;
    font-weight: bold;
    color: #fefefe;
    margin-left: 80px;
}
.head_right ul li a{
    color: #fefefe;
}

nav{
    width: 100%;
    float: left;
    background: #c30502;
}
nav ul{
    float: right;
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
nav ul li{
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 25px;
}
nav ul li a{
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}
nav ul li:before{
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
}
nav ul li:first-child:before{
    display: none;
}
nav ul li a:hover,nav ul li a.active{
    text-decoration: underline;
}

.banner{
    width: 100%;
    float: left;
    position: relative;
    background: #000;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.banner .banner_text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.banner img{
    width: 100%;
    display: block;
    opacity: 0.85;
}
.banner_img .banner-logo  {
        width: auto !important;
    opacity: 0.85;
    display: none !important;
    margin-top: 20px;
}
.banner h3{
    font-size: 43px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.banner h3 .span{
    display: block;
}

.certificate-box{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    align-items: center;
    background: #000;
    padding: 10px;
}
.certificate-box-inn img{
    float:left;
}
.content_row1{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.row1_col1{
    width: 62.8%;
    float: left;
}
.row1_col2{
    width: 37.2%;
    float: right;
    padding-left: 20px;
}
.content_row1 h1{
    font-size: 31px;
    line-height: 41px;
    font-weight: normal;
    color: #c30502;
    margin-bottom: 15px;
}
.content_row1 p{
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #3e3e3e;
    text-align: justify;
}
.row1_col2 .img{
    float: right;
    max-width: 380px;
    width: 100%;
    height: 345px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 5px;
} 

.content_row2{
    width: 100%;
    float: left;
    background: #000000 url(../images/row2-img.png) right top no-repeat;
    padding: 65px 0;
}
.content_row2 .row2_cont{
    width: 50%;
    float: left;
}
.row2_cont h3{
    font-size: 31px;
    line-height: 41px;
    font-weight: bold;
    color: #c30502;
    margin-bottom: 10px;
}
.row2_cont p{
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
}
.row2_cont a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #c30502;
    padding: 3px 25px;
    border-radius: 3px;
    margin-top: 30px;
}
.row2_cont a:hover{
    background: #9b0200;
}
.text-list{
    margin-left: 20px;
}
.text-list li{
    list-style: disc;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #000;
}

.content_row3{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.content_row3 h2{
    font-size: 31px;
    line-height: 41px;
    font-weight: bold;
    color: #c30502;
    text-align: center;
    margin-bottom: 30px;
}
.content_row3 ul{
    width: 100%;
    float: left;
    column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-gap: 50px;
}
.content_row3 ul li{
    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #3f3f3f;
    background: url(../images/tick-img.png) left 18px no-repeat;
    border-bottom: solid 1px #e9e9e9;
    padding: 14px 0 14px 32px;
}

.content_row4{
    width: 100%;
    float: left;
    background: #000000 url(../images/row3-img.png) left top no-repeat;
    padding: 65px 0;
    margin-bottom: 8px;
}
.content_row4 .row4_cont{
    width: 50%;
    float: right;
}
.row4_cont h3{
    font-size: 31px;
    line-height: 41px;
    font-weight: bold;
    color: #c30502;
    margin-bottom: 10px;
}
.row4_cont p{
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
}
.row4_cont a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #c30502;
    padding: 3px 25px;
    border-radius: 3px;
    margin-top: 30px;
}
.row4_cont a:hover{
    background: #9b0200;
}

.content_row5{
    width: 100%;
    float: left;
    background: #c30502;
    text-align: center;
    padding: 50px 0;
}
.content_row5 .owl-controls{
    position: static !important;
    margin-top: 20px !important;
    width: 100%;
    float: left;
}
.content_row5 .owl-theme .owl-dots .owl-dot span{
    background: #fff !important;
    width: 11px;
    height: 11px;
    margin: 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #000 !important;
}
.content_row5 .img{
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 10px auto;
}
.content_row5 p{
    font-size: 17px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
}
.content_row5 span.author{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

.content_row6{
    width: 100%;
    float: left;
    padding: 80px 0;
}
.row6_col1{
    width: 51%;
    float: left;
    text-align: center;
}
.row6_col2{
    width: 49%;
    float: right;
    padding-left: 40px;
}
.row6_col1 .cont{
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 14% 8%;
}
.row6_col1 h4{
    font-size: 31px;
    line-height: 41px;
    font-weight: bold;
    color: #c30502;
    margin-bottom: 10px;
}
.row6_col1 p{
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #3f3f3f;
}
.row6_col1 p b{
    display: block;
    font-size: 21px;
    line-height: 41px;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.row6_col1 .span{
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    color: #000;
}
.row6_col2 form{
    width: 100%;
    float: left;
    position: relative;
}
.row6_col2 form .form_div{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.row6_col2 form label{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #3f3f3f;
    text-transform: uppercase;
}
.row6_col2 form input, .row6_col2 form textArea{
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    border: solid 1px #ececec;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #858585;
    padding: 10px 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
}
.row6_col2 form textArea{
    height: 90px;
}
.row6_col2 form input[type="submit"]{
    width: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    background: #c30502;
    padding: 3px 20px;
    margin-top: 0px;
    cursor: pointer;
    transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}
.row6_col2 form input[type="submit"]:hover{
    background: #800200;
}

.footer{
    width: 100%;
    float: left;
    background: url(../images/foot-bg.jpg) left top no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-bottom: solid 1px #000;
}
.foot_col.col1{
    text-align: center;
    padding-left: 0;
}
.foot_col.col1 p{
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
}
.foot_col.col1 p a{
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
    margin-left: 6px;
    padding-left: 6px;
    border-left: solid 1px #fff;
}
.foot_col.col1 p a:hover{
    text-decoration: underline;
}
.foot_col{
    width: 25%;
    float: left;
    padding-left: 5%;
}
.foot_col h2{
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}
.foot_col ul{
    width: 100%;
    float: left;
}
.foot_col ul li{
    width: 100%;
    float: left;
}
.foot_col ul li a{
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    font-weight: normal;
    color: #fff;
}
.foot_col ul li a:hover{
    text-decoration: underline;
}
.foot_col p{
    font-size: 16px;
    line-height: 29px;
    font-weight: normal;
    color: #fff;
}
.foot_col p a{
    color: #fff;
}

.footer2{
    width: 100%;
    float: left;
    background: url(../images/foot-bg.jpg) left top no-repeat;
    background-size: cover;
    padding: 20px 0;
    border-top: solid 1px #2c2c30;
    text-align: center;
}
.footer2 ul{
    display: inline-block;
}
.footer2 ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.footer2 p{
    display: block;
    color: #ccc;
    margin-top: 6px;
}
.footer2 p a{
    display: inline-block;
    color: #da1617;
    margin: 8px;
}
.footer2 p a:hover{
    color: #ccc;
}

.visible_link a{
    font-size: 15px;
    color: #ccc !important;
    line-height: 23px;
}
.visible_link a:hover{
    text-decoration: underline;
}
.invisible {
	width:100%;
	float:left;
	margin:10px 0;
}
.invisible a {
	font-size: 15px;
    color: #000 !important;
    line-height: 16px;
}
.invisible a:hover {
	color: #000 !important;
}
/*respo-menu*/

.respo_menu{
    display: none;
    padding: 5px 0;
    text-align: left;
}
.respo_menu span{
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #fff;
    position: relative;
    margin: 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu.active span:before{transform: rotate(45deg);transform-origin: center center;top: 0;}
.respo_menu.active span:after{transform: rotate(-45deg);transform-origin: center center;bottom: 0;}
.respo_menu.active span{background: transparent;}

.res-certificate{
  text-align:center;
  margin-bottom:40px;
}
/*inner-css*/

.inner_content{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.inner_head{
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
    background: #ececec;
}
.inner_head h1{
    font-weight: 600;
    text-transform: uppercase;
    color: #c30502;
}
.inner_content h2{
    font-weight: 600;
    color: #c30502;
    margin-bottom: 10px;
}
p{
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #000;
}
.img_right{
    float: right;
    margin: 0 0 15px 15px;
    border: solid 1px #e2e2e2;
    padding: 5px;
}
.testimonial{
    width: 100%;
    float: left;
    column-count: 2;
    -o-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
	margin-bottom:20px;
}
.testimonial li{
    width: 100%;
    border: solid 1px #e0e0e0;
    display: inline-block;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin: 8px 0;
}
.testimonial li p{
    font-size: 16px;
    color: #333;
}
.testimonial li .author{
    font-weight: 600;
    display: block;
    margin-top: 10px;
    color: #c30502;
}

.contact_left{width:50%;float:left;}
.contact-form_address{width:100% !important;float:left;}
.contact-form_address li{background:none !important;font-size: 16px;line-height: 24px;font-weight: normal;color: #222222;}
.contact-form_address li a{color: #c30502;}
.map,.map2{width:100%;float:left;border: solid 2px #ddd;margin-top:15px;}
.map iframe,.map2 iframe{width:100%;float:left;height:334px;padding:2px}
.map2{display: none!important;}
.contact_right{width:50%;float:left;text-align:center;}
.contact_right .form_div{width:100%;float:left;margin-bottom:4px;}
.contact_right h2, .contactdtls h2{
    /*text-align: left;font-size: 22px;margin-bottom: 10px;font-weight: 500;color: #c30502;*/
   text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #c30502; 
}
.contactdtls{
    text-align:center;
}
.contact_right a, .contactdtls a{
    color: white !important;
  background-color: #C30502 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}
.contact_right form{width:100%;float:left;padding:0px 0px 0px 40px;}
.form_box{width:100%;float:left;}
.contact_right form{position: relative;}
.g-recaptcha{width: 100%;float: left;}
.contact_right form label{width:100%;font-size:14px;line-height:25px;color:#707070;float:left;text-align:left;font-weight:normal;margin:2px 0px;}
.contact_right form input[type='text']{width:100%;float:left;font-family: 'Roboto Condensed', sans-serif;border:solid 1px #ddd;padding:10px;font-size:14px;transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-webkit-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;}
.contact_right form input[type='text']:focus{border: solid 1px #ec9695;}
.contact_right form textArea{width:100%;height:65px;font-family: 'Roboto Condensed', sans-serif;float:left;padding-left:10px;padding-top:5px;font-size:14px;margin-bottom:5px;border:solid 1px #ddd;transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
.contact_right form textArea:focus{border: solid 1px #ec9695;}
.contact_right form input[type='submit']{width: auto;font-family: 'Roboto Condensed', sans-serif;font-size: 16px;font-family: 'Roboto Condensed', sans-serif;
                                         line-height: 30px;font-weight: normal;color: #fff;background: #c30502;padding: 3px 20px;margin-top: 0px;cursor: pointer;border-radius: 4px;
                                         transition: all 250ms ease-out;-o-transition: all 250ms ease-out;-ms-transition: all 250ms ease-out;-moz-transition: all 250ms ease-out;-webkit-transition: all 250ms ease-out;}
.contact_right form input[type='submit']:hover{background: #9a0200;}
.error{color:#fff;background:#ff0000;padding:5px;border-radius:5px;font-size:14px;width:65%;}
.success{color:#fff;background:green;padding:5px;border-radius:5px;font-size:14px;width:65%;}
.error,.success{text-align: center;width: 100% !important;}
.gallery{
    width: 100%;
    float: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
	margin:20px 0 0 0;
}
.gallery .img_div{
width: 100%;
float: left;
}
.gallery a{
    display: inline-block;
    padding: 5px;
    background: #f5f5f5;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.21);
}

#lightbox{cursor:pointer;position:fixed;width:100%;height:100%;top:0;left:0;z-index:115;background:rgb(0, 0, 0);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);background:rgba(0, 0, 0, 0.7);-webkit-filter:none !important;}
#lightbox img{display:block;position:absolute;border:5px solid #fff;box-shadow:0 0 20px #000;border-radius:1px;}
body.blurred > *{-webkit-filter:blur(2px);-webkit-transform:translate3d(0, 0, 0);}
.lightbox-loading{background:url(loading.gif) center center no-repeat;width:31px;height:31px;margin:-16px 0 0 -16px;position:absolute;top:48%;left:50%;}
.lightbox-caption{display:none;position:absolute;left:0;bottom:0;width:100%;text-align:center;z-index:1000;background:#000;background:rgba(0,0,0,0.7);}
.lightbox-button{position:absolute;z-index:9999;background:no-repeat center center;width:32px;height:32px;opacity:0.4;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;}
.lightbox-button:hover,
.lightbox-button:focus{opacity:1;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4);}
.lightbox-close{right:10px;top:10px;background-image:url(../images/close.png);}
.lightbox-next{right:10px;top:48%;background-image:url(../images/next.png);}
.lightbox-previous{left:10px;top:48%;background-image:url(../images/previous.png);}
.row {
    width:100%;
    float:left;
    padding:20px 0;
}
.new-img-box {
    width:100%;
    float:left;
    background:#000;
    padding:10px;
}
.footer-logo-box {
	width:100%;
	float:left;
	background:#f5f5f5;
}
.footer-logo-box ul {
	width:100%;
	float:left;
	display: flex;
    justify-content: center;
}
.footer-logo-box ul li {
	display:inline-block;
	float:left;
	background:#fff;
	padding:10px;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%) !important;
	    display: flex;
    align-items: center;
	margin:0 1%;
}
.flex_col_2 {display: flex;justify-content: center;align-items: center;gap: 2%;flex-wrap:wrap;}
.flex-col-1 {flex: 1; }
.flex-col-2 {flex: 3; }

@media (max-width:1124px){
    .head_right ul li.tel{margin-left: 10px;}
    .head_right ul li.mybuilder_logo{margin-right: 10px;}
}
@media (max-width:1024px){
    .header{text-align: center;}
    .header .cont{margin-top: 0;padding: 10px 0;}
    .logo{position: static;}
    .logo img{max-width: 300px; width: 100%;}
    .head_right{width: 100%;margin-top: 10px;}
    .head_right ul{float: none;}
    .head_right ul li{float: none;}
    .head_right ul li.tel{display: block;margin-left: 0;margin-top: 10px;}
    nav ul{float: left;}
}
@media (max-width:980px){
    nav ul{width: 100%; float: left; padding: 0;display: none;}
    nav ul li{width: 100%;padding: 5px;text-align: center;}
    nav ul li:before{display: none;}
    nav ul li a{float: none; display: block; font-size: 16px;}
    .respo_menu{display: inline-block; float: left; margin-top: -40px; margin-left: 10px;}
    .content_row1{padding: 30px 0;text-align: center;}
    .row1_col1{width: 100%;}
    .row1_col2{width: 100%;padding-left:0;margin-top: 15px;}
    .row1_col2 .img{float: none;height: auto;margin: 10px auto 0 auto;}
    .content_row2 .row2_cont, .content_row4 .row4_cont{width: 100%;}
    .content_row2, .content_row3, .content_row4{padding: 30px 0;}
    .content_row6{padding: 50px 0;}
    .row2_cont a, .row4_cont a{margin-top: 15px;}
    .content_row3 h2{margin-bottom: 15px;}
    .footer{padding: 20px 0;}
    .foot_col{width: 100% !important;text-align: center;margin: 10px 0;}
    .foot_col.col1 img{max-width: 200px;margin-bottom: 10px;}
    .foot_col.col1 p{font-size: 17px;}
    .foot_col{padding-left: 0;}
    .foot_col h2{margin-bottom: 0;}
    .inner_content{padding: 30px 0;}
    .img_right{float: none;margin: 0 0 15px 0;display: block;}
}
@media (max-width:800px){    
    .content_row3 ul{column-count: 2;-moz-column-count: 2;-o-column-count: 2;}
    .content_row5{padding: 20px 0;}
    .row6_col1{width: 100%;}
    .row6_col2{width: 100%;padding-left: 0;}
    .row6_col1 .cont{padding: 30px;}
    .row6_col2{margin-top: 30px;text-align: center;}
    .row6_col2 form label{text-align: left;}
    .row6_col2 form{float: none; max-width: 550px; display: inline-block;}
    .content_row6{padding: 30px 0;}
    .contact_left{width: 100%;margin-bottom: 20px;text-align: center;}
    .contact_right{width: 100%;text-align: center;}
    .contact_right h2{text-align: center;margin-bottom: 20px;background: #f1f1f1;color: #c30502;padding: 30px 0;}
    .map{display: none}
    .map2{display: block !important;}
    .contact_right form{padding-left: 0;max-width: 600px;float: none;display: inline-block;}
    .testimonial{column-count: 1;-o-column-count: 1;-webkit-column-count: 1;-ms-column-count: 1;-moz-column-count: 1;}
    .flex_col_2 {flex-direction: column;}
    .flex-col-1,.flex-col-2 {flex: 1; }
}
@media (max-width:600px){
    .banner h3{font-size: 32px; line-height: 36px;}
    .content_row3 ul{column-count: 1;-moz-column-count: 1;-o-column-count: 1;}
    .content_row3 ul li{padding: 10px 0 10px 32px;background-position-y: 15px;}
    .contact_right a {
        margin-bottom:30px;
    }
}
@media (max-width: 480px){
    .certificate-box {grid-template-columns: 1fr;}
    .head_right ul li.tel{font-size: 20px;}
}