.bannerbg{
    display: block;
    width: 100%;
    margin: 0;
    padding: 200px 0 200px;
    overflow: hidden;
    background: url(../images/page-title1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.bannerbg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.bannerbg .container{
    position: relative;
    z-index: 1;
}
.bannerbg h1{
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.bannerbg p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 1rem;
}
.contactbg{
    display: block;
    width: 100%;
    margin:0px 0;
    padding: 60px 0px;
    position: relative;
    background: #F8F8F8;
    margin-bottom: 60px;
}
.contactbg .row{
    margin-left: .5rem;
    margin-right: .5rem;
}
.contactbg [class*='col-']{
    padding-left: .5rem;
    padding-right: .5rem;
}
.contactbg::after{
    content: '';
    display: block;
    clear: both;
}
.infocontent{
    display: block;
    position: relative;
    width: 100%;
   
}
.infocontent::after{
    content: '';
    display: block;
    clear: both;
}
.infocontent ul li{
    display: block;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 15px;
    margin-bottom: 1.15rem;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    overflow: hidden;
    align-items: center;
    ;border-radius: 5px;
}
.infocontent ul li .icon{
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
    float: left;
    margin-right: 15px;
}
.infocontent ul li .icon img{
    width: 200%;
    height: auto;
}
.infocontent ul li .caption{
    width: calc(100% - 85px);
    float: left;
    overflow: hidden;
}
.infocontent ul li .caption .infotitle{
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin: .5rem 0;
    color: #414141;
    font-weight: 600;
    font-family: "Roboto Condensed",  Arial, Helvetica, sans-serif;
}
.infocontent p{
    display: block;
    font-size: .9rem;
    line-height: 1.6;
    color: #414141;
}
.infocontent p a{
    display: block;
    font-size: .9rem;
    line-height: 1.6;
    color: #414141;
}
.formbg{
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding:30px;
    background: #fff;
    border:1px solid #efefef;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 7px;
}
.formbg .row{
    margin-left: -15px;
    margin-right: -15px;
}
.formbg [class*='col-']{
    padding-left: -15px;
    padding-right: -15px;
}
.formbg .formtitle{
    display: block;
    font-size: 1.6rem;
    line-height: 1.0;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
}
.formbg  p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #414141;
    margin-bottom: 0rem;
}
.formbg input[type='text']{
    display: block;
    font-size: 1rem;
    line-height: 52px;
    height: 52px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    color: #3d3d3d;
    margin: 1rem 0;
    background: #fff;
    text-shadow: none;
    border:1px solid #ddd;
}
.formbg select{
    display: block;
    font-size: 1rem;
    line-height: 52px;
    height: 52px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    color: #3d3d3d;
    margin: 1rem 0;
    background: #fff;
    text-shadow: none;
   border:1px solid #ddd;
}
.formbg textarea{
    display: block;
    font-size: 1rem;
    line-height: 24px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #3d3d3d;
    margin: 1rem 0 1rem;
    background: #fff;
    text-shadow: none;
    border:1px solid #ddd;
}
.formbg input[type='submit'] {
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    line-height: 58px;
    box-sizing: border-box;
    padding: 0 35px;
    border-radius: 0px;
    color: #fff;
    border: none;
    text-shadow: none;
    background: #E20935;
    border-radius: 7px;
    float: right;
}
.mapbg {
    display: block;
    width: 100%;
    margin: 0 0 60px;
    padding: 5px;
    box-sizing: border-box;
}
.mapbg iframe {
    width: 100%;
    height: 450px;
}
.mapbg img{
    width:100%;
    height:auto;
}
.mrbt{
    margin-bottom: 3rem;
}
.error {
    color: red;
    font-size: .85rem;
    display: block;
}
.calltoenquiry{
    display: block;
    width: 100%;
    background: #196a89 url(../images/bgbottom9.webp) no-repeat center center;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    margin-bottom: 80px;
}
.calltoenquiry::after{
    content: '';
    display: block;
    clear: both;
}

.calltoenquiry .title{
    display: block;
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #191358;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-family: "DM Serif Display", serif;
}
.calltoenquiry  p{
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    color: #191358;
    position: relative;
    z-index: 1;
}
.calltoenquiry .title span{
    color: #D92439;
}
.calltoenquiry .enquirey{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.calltoenquiry .enquirey a{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 52px;
    background: #E20935;
    color: #fff;
    padding: 0 35px;
    border-radius: 52px;
}
.homeformbg{
    display: block;
    width: 100%;
    margin:0;
    padding: 60px 0;
    position: relative;
/*    background: url(../images/pattern-1.png) no-repeat center center;*/
background: #fff;
}
.homeformbg::after{
    content: '';
    display: block;
    clear: both;
}
.homeformbg .maintitle{
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.homeformbg .maintitle span{
    color: #E20935;
}
.homeformbg .maintitle::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 4px;
    background: #E20935;
    transform: translate(-50%,0);
}
.homeformbg .widthsmall{
    margin-bottom: 2rem;
}
.homeformbg .figpic{
    width: 100%;
    height: 100%;
    position: relative;
}
.homeformbg .figpic img{
    display: block;
    width: 100%;
    height: 100%;
}
.innercolumn{
    display: block;
    width: 100%;
    border-top: 5px solid #e20935;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(22, 23, 26, .1);
}
.homeformbg .shrttitle{
    color: #e20935;
}
.homeformbg label{
    position: relative;
    bottom: -16px;
    color: #727272;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    margin-left: 20px;
    padding-right: 12px;
    padding-left: 10px;
    background-color: #fff;
    z-index: 3;
}
.input-outer {
    position: relative;
}
.homeformbg input[type='text']{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 31px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #414141;
    border: 1px solid rgba(22, 23, 26, .1);
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.homeformbg select{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 32px;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 31px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #414141;
    border: 1px solid rgba(22, 23, 26, .1);
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.homeformbg textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 31px;
    margin-bottom: 0;
    border-radius: 5px;
    color: #414141;
    border: 1px solid rgba(22, 23, 26, .1);
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.homeformbg input[type='submit']{
    display: inline-block;
    padding:15px 50px;
    font-size: 1rem;
    line-height: 20px;
    background: #D92439;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none;
    border-radius: 52px;
    margin-top: 2rem;
}
.formtitle {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}
.formtitle span {
    color: #D92439;
}
.contentpart{
    display: block;
    width: 100%;
}
.contentpart ul{
   
}
.contentpart ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    margin: 5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ddd;
}
.contentpart ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.contentpart ul li .figure{
    max-width: 200px;
    flex:0 0 200px;
    display: block;
    border-radius: 6px;
}
.contentpart ul li .figure img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.contentpart ul li .caption{
    flex: 1;
}
.contentpart ul li .caption .title{
    display: block;
    font-weight: 600;
    color: #414141;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    position: relative;
    font-family: "Roboto Condensed",  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.contentpart ul li .caption p{
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #414141;
}
.aboutclub{
    display: block;
    width: 100%;
    margin:0;
    padding: 60px 0;
    position: relative;
    margin-bottom: 60px;
}
.aboutclub::after{
    content: '';
    display: block;
    clear: both;
}
.aboutclub::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background:#E20935; 
}
.innerabout{
    display: block;
    width: 100%;
    margin:0;
    padding: 0px 0 60px;
    position: relative;
    background: #efefef;
}
.innerabout .column{
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.innerabout .icon{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin:0 auto;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 1rem;
    background: #E20935;
    margin-top: -50px;
}
.innerabout .icon img{
    display: block;
    width: 100%;
    height: auto;
}
.innerabout .ctitle{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: .5rem;
}
.innerabout p{
    display: block;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #414141;
}









@media screen and (max-width: 767px){
    .contentpart ul li{
        display: block;
        margin:1rem 0;
    }
    .contentpart ul li .figure{
        max-width: 100%;
        flex: none;
    }
    .contentpart ul li .caption .title{
        text-align: center;
        padding-top: 15px;
        font-size: 1.4rem;
    }
    .innercolumn{
        padding: 30px 15px;
    }
    .innercolumn .maintitle{
        font-size: 1.4rem;
        text-align: center;
    }
}
