.banner{
    width: 100%;
    margin: 0;
    padding:70px 0;
    position: relative;
    overflow: hidden;
}
.banner::after{
    content: '';
    display: block;
    clear: both;
}
.banner img{
    width: 100%;
    height: auto;
}
.banner .shrtdesc p{
    font-size: 1.8rem;
    line-height: 1.3;
}
.benefits{width: 100%;margin:0;padding:0px 0;overflow: hidden;display: none;}
.benefits [class*='col-']{position: relative;}
.benefits [class*='col-']:not(:last-child)::after{content: '';position: absolute;top: 50%;right: 0;width: 1px;height: 252px;transform: translate(0,-50%);background: url(../images/devider.png);}
.benefits .box{width: 100%;margin:0;padding:60px 0;text-align: center;}
.benefits .box .icon{width: 55px;margin:0 auto;}
.benefits .box .title{display: block;font-size: 18px;line-height: 24px;font-weight: 700;color: #4d4c4c;margin:15px 0;text-transform: uppercase;}
.benefits .box p{display: block;font-size: 16px;line-height: 23px;color: #4d4c4c;}
.productshowbg{
    width: 100%;
    overflow: hidden;
    margin:0;
    padding:60px 0;
}
.productshowbg [class*='col']{
    margin:15px 0;
}
.productshowbg .productbx{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
    border:1px solid #FFF7F6;
    box-shadow: 5px 5px #F4F1E7;
    border-radius: 5px;
    box-sizing: border-box;
}
.productshowbg .productbx .figure{
    width: 100%;
    margin:0;
    padding:15px;
    box-sizing: border-box;
    background: #FFF7F6;
    overflow: hidden;
}
.productshowbg .productbx .figure img{
    width: 100%;
    height: auto;
}
.productshowbg .productbx .caption{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding:5px 15px;
    overflow: hidden;
    text-align: center;
}
.productshowbg .productbx .title{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 500;
}
.productshowbg .productbx .pricebg{
    display: block;
    width: 100%;
    margin:0;
    padding:0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}
.productshowbg .productbx .starbg{
    margin-top: 0;
}
.blogsection{width: 100%;margin:0;padding: 60px 0;overflow: hidden;}
.blogsection .blogbx{width: 100%;margin:15px 0;position: relative;box-shadow: 0 2px 20px rgb(0 0 0 / 10%);border-radius: 8px;overflow: hidden;}
.blogsection .blogbx .figure{width: 100%;height: 220px;border-radius: 8px 8px 0 0;overflow: hidden;background-size: cover;background-position: center;}
.blogsection .blogbx .caption{background: #fff;padding:0 15px;box-sizing: border-box;}
.blogsection .blogbx .entry{width: 100%;display: table;height: 80px;}
.blogsection .blogbx .entry .date-wraper{}
.blogsection .blogbx .entry div{vertical-align: middle;display: table-cell;}
.blogsection .blogbx .entry .date-wraper .date{width: 50px;height: 60px;padding: 7px 0;text-align: center;border-right: 1px solid #ccc;}
.blogsection .blogbx .entry .date-wraper .date span{display: block;font-size: 11px;line-height: 12px;}
.blogsection .blogbx a .date-wraper .date{color: #000;}
.blogsection .blogbx .entry .date-wraper .date strong{font-weight: 800;}
.blogsection .blogbx .entry .title{padding-left: 10px;color: #3a3d45;}
.blogsection .blogbx .entry .title h6{font-size: 18.9px;line-height: 1.2;font-weight: 700;}
.blogsection .row{margin-top: 30px;}
/*------------------------------------*/
.progressbg{
    width: 100%;
    margin:0;
    padding:0px 0 60px;
    overflow: hidden;
}
.progressbg .inner{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
    background: #FFF7F6;
}
.progressbg [class*='col-']{
    border-right:1px solid #eee;
}
.progressbg .caption{
    width: 100%;
    margin:0;
    padding:30px 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.progressbg .caption .numbers{
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin-bottom: .5rem;
}
.progressbg .caption .markup{
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    color: #828080;
}
.ourservices{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
    background: #f9f9f9;
}
.ourservices [class *='col-']{
    margin:30px 0;
}
.servicebx{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
}
.servicebx .icon{
    width: 47px;
    height: auto;
    float: left;
    margin-right: 23px;
}
.servicebx .icon img{
    width: 100%;
    height: auto;
}
.servicebx .caption{
    display: block;
    width: calc(100% - 70px);
    float: left;
}
.servicetitle{
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 500;
}
.servicebx p{
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    color: #828080;
}
.servicefig{
    width: 100%;
    margin:0;
    padding:0;
    position: relative;
    box-shadow: 5px 5px #e9e9e9;
    overflow: hidden;
    border-radius: 3px;
}
.servicefig img{
    width: 100%;
    border-radius: 3px;
    height: auto;
}
.portfoliostrip{
    width: 100%;
    margin:0;
    padding:35px 0 15px;
    overflow: hidden;
    background:#e86221 url(../images/portfolio-strip.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.portfoliostrip::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,79,2,.92);
}
.portfoliostrip .widthmidium{
    position: relative;
    z-index: 1;
}
.portfoliostrip .widthmidium .maintitle{
    color: #fff;
}
.portfoliobg{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
}
.portfoliobg .row{
    margin:0;
}
.portfoliobg [class*='col-']{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.portfolioimg{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
}
.portfolioimg img{
    width: 100%;
    height: auto;
}
.testimonialbg{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
}
.testimonialbg .testimonialinner{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
.testimonialbx{
    width: 100%;
    margin:0;
    padding:3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
}
.testimonialbx .figurebg{
    width: calc(100% - 100px);
    padding:60px 15px;
    position: relative;
    border:3px solid #50DCE6;
    border-right: 0;
    float: right;
}
.testimonialbx .figurebg p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #000;
}
.testimonialbx .shrtdesc p{
    font-size: 1.2rem;
    color: #000;
}
.testimonialbx h3{
    display: block;
    font-size: 1.8rem;
    list-style: 1.2;
    font-weight: 600;
    color: #000;
    margin-bottom: 2rem;
}
.testimonialbx .figurebg .figure{
    width: calc(100% + 50px);
    margin-left: -70px;
}
.testimonialbx .figurebg .figure img{
    width: 100%;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

/*-------------------*/

.citylistingbg{
    width: 100%;
    margin:0;
    padding:10px 0;
    overflow: hidden;
    height: auto;
    background: #fff;
}
.citylistingbg ul{
    text-align: center;
}
.citylistingbg ul li{
    display: inline-block;
    margin:15px 15px;
}
.citylistingbg ul li a{
    display: inline-block;
    padding:15px 30px;
    background: #fff;
    
    overflow: hidden;
    margin:0;
    border:1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.citylistingbg ul li a:hover{
    background: #50DCE6;
    color: #fff;
}
.iframesection{
    width: 100%;
    margin:0;
    padding:80px 0 60px 0;
    overflow: hidden;
}
.iframesection .title{
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.iframimg {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}
.iframimg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.iframesection ul li, .iframesection ol li {
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-align: justify;
}
.iframesection ul li::after, .iframesection ol li::after {
    content: '\f10c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    font-family: 'FontAwesome';
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.requestcalbackbg{
    width: 100%;
    position: relative;
}
.requestcalbackbg::after{
    content: '';
    display: block;
    clear: both;
}
.requestcalbackbg .inputbg{
    width: calc(100% - 170px);
    float: left;
}
.requestcalbackbg select{
    width: 60px;
    display: inline-block;
    float: left;
    font-size: .9rem;
    line-height: 52px;
    height: 52px;
    border:3px solid #50DCE6;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.requestcalbackbg input[type='text']{
    width: calc(100% - 60px);
    display: inline-block;
    float: left;
    font-size: .9rem;
    line-height: 52px;
    height: 52px;
    border:3px solid #50DCE6;
    border-left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 0;
}
.requestcalbackbg input[type='submit']{
    display: inline-block;
    float: left;
    width: 170px;
    text-align: center;
    font-size: 1.0rem;
    line-height: 52px;
    background: #049BA6;
    color: #fff;
    border:none;
    border-radius: 0 5px  5px 0;
}

.requestcalbackbgnew{
    width: 470px;
    margin:15px auto;
    position: relative;
    box-sizing: border-box;
    background: #166BA8;
    padding:25px 15px;
    border-radius: 5px;
}
.requestcalbackbgnew .title{
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
    text-transform: none;
}
.requestcalbackbgnew p{
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 400;
    text-transform: none;
    text-align: center;
}
.requestcalbackbgnew::after{
    content: '';
    display: block;
    clear: both;
}
.requestcalbackbgnew .inputbg{
    width: 100%;
    float: left;
    position:relative;
    z-index:1;
}
.requestcalbackbgnew select{
    width: 60px;
    display: inline-block;
    float: left;
    margin:0;
    font-size: .9rem;
    line-height: 52px;
    height: 52px;
    border:3px solid #50DCE6;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.requestcalbackbgnew input[type='text'],
.requestcalbackbgnew input[type='email']{
    width: 100%;
    display: inline-block;
    float: left;
    font-size: .9rem;
    line-height: 52px;
    height: 52px;
    border:3px solid #50DCE6;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.requestcalbackbgnew .inputbg input[type='text']{
    width: calc(100% - 60px);
    display: inline-block;
    float: left;
    font-size: .9rem;
    line-height: 52px;
    height: 52px;
    border:3px solid #50DCE6;
    border-left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 9999;
}
.requestcalbackbgnew input[type='submit']{
    display: inline-block;
    float: left;
    width:100%;
    text-align: center;
    font-size: 1.0rem;
    line-height: 52px;
    background: #000;
    color: #fff;
    border:none;
    border-radius:5px;
    margin-top:60px;
}
.width100{
    width: 100%;
}
.callnowbg{
    width: 100%;
    margin:0 0;
    overflow: hidden;
    border:1px solid #ddd;
    border-radius: 60px;
    padding:10px 15px;
    text-align: center;
}
.callnowbg a{
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    color: #000;
    font-weight: 600;
}
.callnowbg a span{
    color: red;
}
.orbg{
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.orbg span{
    width: 40px;
    height: 40px;
    /*margin-top: 15px;*/
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
.ndevd{
    background: #efefef;
}
.ndevd .requestcalbackbgnew{
    background: #166BA8;
}
.ndevd .requestcalbackbgnew select{
   border:1px solid #000;
   border-right: 0;
}
.ndevd .requestcalbackbgnew input[type='text'],
.ndevd .requestcalbackbgnew input[type='email']{
    border:1px solid #000;
}
.ndevd .requestcalbackbgnew .inputbg input[type='text']{
   
    border:1px solid #000;
    border-left: 0;
    
}
.ndevd .requestcalbackbgnew input[type='submit']{
   background: #000;
}
.ndev .callnowbg{
    border:1px solid #000;
     margin:15px 0 0;
     top: 50%;
     transform: translate(0,-50%);
     position: relative;
     margin-top: 0;
}
.ndev .orbg{
    top: 50%;
     transform: translate(0,-50%);
     position: relative;
}
.error{
    color: red;
    display: block;
}
.yorkchoosebg{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
}
.yorkchoosebg .yorkinner{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
.yorkchoosebox{
    width: 100%;
    margin:0;
    padding:0px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.yorkchoosebox .yorkcontent{
    width: 100%;
    margin:0;
    padding:60px 30px;
    box-sizing: border-box;
    overflow: hidden;
    background: #000;
    text-align: center;
}
.yorkchoosebox .yorkcontent .largefont{
    display: block;
    font-size: 102px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}
.yorkchoosebox .yorkcontent .midfont{
    display: block;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}
.yorkchoosebox .yorkcontent p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
}
.yorkchoosebox .leftcontent{
    display: block;
    width: 100%;
    overflow: hidden;
}
.yorkchoosebox .leftcontent ul{
    margin:45px -15px 0 -15px;
}
.yorkchoosebox .leftcontent ul li{
    display: block;
    width: 50%;
    padding:15px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-left: 17px solid #000;
}
.yorkchoosebox .leftcontent ul li .numberbx{
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 2rem;
    font-weight: 800;
}
.yorkchoosebox .leftcontent ul li .contentbx{
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 2rem;
    font-weight: 400;
}
.yorkchoosebox .leftcontent ul li:last-child{
    border-left: 0;
}
.yorkchoosebox .leftcontent ul li:last-child .numberbx{
    color: #999;
}
.yorkchoosebox .leftcontent ul li:last-child .contentbx{
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #999;
    margin-bottom: 2rem;
    font-weight: 400;
}
.revers {
}
.formbg{
	width: 100%;
	margin-top:-60px;
	position: relative;
}
.formbg::after{
	content: '';
	display: block;
	clear: both;
}
.formbg .title{
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.0rem;
	text-align: center;
}
.formbg .forminner{
	width: 767px;
	max-width: 100%;
	margin:0 auto;
	background: #166BA8;
	border-radius: 7px;
	padding:30px;
	box-sizing: border-box;
	position: relative;
	border:1px solid #fff;
}
.formbg .inner::after{
	content: '';
	display: block;
	clear: both;
}
.formbg input[type='text']{
	display: block;
	width: 100%;
	line-height: 52px;
	box-sizing: border-box;
	background:#fff;
	border-radius: 6px;
	border:0;
	text-shadow: none;
	box-shadow: none;
	padding: 0 15px;
	font-size: 1rem;
	color: #414141;
	margin:1rem 0;
}
.formbg select{
	display: block;
	width: 100%;
	line-height: 52px;
	height: 52px;
	box-sizing: border-box;
	background:#fff;
	border-radius: 6px;
	border:0;
	text-shadow: none;
	box-shadow: none;
	padding: 0 15px;
	font-size: 1rem;
	color: #414141;
	margin:1rem 0;
}
.formbg input[type='submit']{
	display: block;
	width: 100%;
	line-height: 52px;
	box-sizing: border-box;
	background:#000;
	border-radius: 6px;
	border:0;
	text-shadow: none;
	box-shadow: none;
	padding: 0 15px;
	font-size: 1rem;
	color: #fff;
	margin:1rem 0;
}
.whatsappbg{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    padding:15px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.whatsappbg .icon{
    width: 30px;
    height: 30px;
   
    overflow: hidden;
}
.whatsappbg .icon img{
    width: 100%;
    height: auto;

}
@media screen and (max-width: 991px){
    .yorkchoosebox .yorkcontent .largefont{
        font-size: 56px;
    }
    .yorkchoosebox .yorkcontent .midfont{
        font-size: 26px;
    }
    .yorkchoosebox .yorkcontent p{
        font-size: 1.1rem;
    }
    .bottommenu ul li {
        float: none;
    }
     .formbg{
    	margin-top: -10px;
    }
    .formbg .forminner{
    	padding:30px 15px;
    }
    .formbg .forminner input[type='text'],
    .formbg .forminner select{
    	margin:.5rem 0;
    }
}
@media screen and (max-width: 767px){
    .revers {
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 575px){
    .yorkchoosebox .leftcontent ul li{
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #000;
    }
    .yorkchoosebox .yorkcontent .largefont{
        font-size: 46px;
    }
    .yorkchoosebox .yorkcontent .midfont{
        font-size: 22px;
    }
    .yorkchoosebox .yorkcontent p{
        font-size: 1rem;
    }
    .logo{
        width: 160px;
        margin-right: 15px;
    }
    .menucontainer .infobg{
        display: none;
    }
    .menucontainer{
        width: calc(100% - 175px);
    }
    .hallbridgelogo{
        height: 52px;
    }
    .banner{
        padding: 60px 0;
    }
    .requestcalbackbgnew{
        max-width: 100%;
    }
    .requestcalbackbg .inputbg{
        width: 100%;
        margin-bottom: 15px;
    }
    .requestcalbackbg input[type='submit']{
        width: 100%;
        border-radius: 5px;
    }
    .progressbg [class*='col-'] {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .yorkchoosebox .leftcontent{
        display: none;
    }
    .testimonialbx .figurebg {
        width: 100%;
        padding: 0;
        position: relative;
        border:0;
        border-right: 0;
        float: right;
    }
    .testimonialbx .figurebg p{
        display: none;
    }
    .testimonialbx .figurebg .figure {
        width: 100%;
        margin-left: 0px;
    }
    .orbg span{
        margin:15px 0;
    }
}