@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    color: #141414;
}
.section2 .right-block{
        width: 100%;
}
.copyright .right-block {
    text-align: right;
}
.header-top {
    padding: 8px 16px;

}
.section2 .error__alert .error_alert_m {
    color: #d21114;
}
.error__alert .error_alert_m {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    color: #fff;
}

.container {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.logo {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    width: 100%;
    max-width: 150px;
}

.booking_btn {
    align-self: center;
    margin-right: 20px;
}

.booking_btn a {
    font-size: 14px;
    line-height: 14px;
    min-height: 46px;
    padding: 6px 20px;
    padding-left: 60px;
    border-radius: 6px;
    position: relative;
    text-align: center;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1ea160;
    color: #fff!important;
    border: 2px solid #fff;
    outline: 0;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    vertical-align: baseline;
    display: inline-block;
    font-weight: 500;
}

.booking_btn a:before {
    content: '';
    width: 40px;
    background-size: 25px 25px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #1a8c53;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(hospital.svg);
}

.booking_btn.btn_blue a:before {
    background-color: #0da5c7;
    background-image: url(phone-call.svg);
}

.booking_btn.btn_blue a {
    background: #0fb6dc;
    text-align: center;
}

.booking_btn.btn_blue {
    margin-right: 0;
}

.number {
    float: right;
    align-self: center;
}

.number a {
    text-decoration: none;
    color: #000;
    display: block;
    font-weight: 600;
}

.banner {
    width: 100%;
    display: block;
    position: relative;
}

.banner-t {
    background: url(../img/upset.jpg);
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.banner-new {
    display: block;
    min-height: 400px;
}

.banner-new .overlap {
    top: 50px;
    transform: unset;
}

.banner-new img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 320px;
}

.banner_form_bottom {
    padding-bottom: 50px;
}

.banner img {
    width: 100%;
    display: block;
    position: relative;
    max-height: 480px;
    object-fit: cover;
    object-position: top;
}
.section2 {
    width: 100%;
    background: #f9f9f9;
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 0.1);
    padding: 20px;
    overflow: hidden;
    margin-right: 0;
    display: flex;
    z-index: 1;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -160px;
}
.section2 .column1 lable{
    position: relative;
 }
.section2 .column1 lable input:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.section-text {
    padding: 40px 5px;
}

.section2 .left-block {
    padding: 10px;
    text-align: left;
    width: 50%;
}

.right-block {
    padding: 10px;
    width: 50%;
}
h2#s-title {
    margin-bottom: 0;
}

.column2 {
    width: 50%;
    float: left;
}


.form-control {
    width: 100%;
    height: 42px;
    box-shadow: none;
    margin-bottom: 15px;
    border-radius: 0px;
    font-size: 14px;
    color: #8f8c8c;
    border: 1px solid #b9b9b9;
    padding: 0 20px;
}

.sendbtn {
    max-width: 200px;
    width: 100%;
    border-radius: 0px;
    background: #d21114;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    height: 42px;
    border: 0;
}

.section2 h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    font-weight: bold;
    color: #000000;
}


.section2 .column1 {
    margin-bottom: 15px;
    margin-right: 15px;
}

.section2  .checkbox {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.consultation {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #f9f9f9;
    padding: 60px 0;
}

.heading1 {
    font-size: 38px;
    color: #000;
    font-weight: 300;
    text-align: center;
    line-height: 43px;
    padding-bottom: 10px;
    margin: 0;
}

.subheading {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.team {
    text-align: center;
    color: #000;
    font-weight: 300;
    padding-bottom: 10px;
}

.consultation-head {
    text-align: center;
}


/* .overlap {
    position: relative;
    text-align: center;
    background-color: #eee;
    padding: 20px;
} */

.overlap {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    padding: 0 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
    z-index: 1;
}

.box img {
    object-fit: cover;
    width: 100%;
}

.box.rd .block img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.red {
    font-size: 24px;
    font-weight: bold;
    color: red;
}

p.text-wrap {
    text-align: left;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}

.box .imgsec {
    position: absolute;
    transform: translate(0, -50%);
    width: 100%;
}

.imgsec-overlap {
    background: #ffffffb8;
    text-align: left;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box h2 {
    font-size: 20px;
    padding: 0 20px;
    font-weight: 500;
   line-height: 45px;
}

.block {
    padding-bottom: 15px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 0.1);
}

.rd {
    border-radius: 6px;
}

.overlap h2 {
    font-family: 'Ropa Sans', sans-serif;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

p.text-wrap.sp {
    padding: 0 15px;
}

.overlap .space {
    padding: 0;
}

.overlap a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.overlap button {
    background-color: #b00c0f;
    border: 0px;
    padding: 15px 30px;
    background: #d21114;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    transition: all .3s;
}

.space {
    padding: 15px 0 15px 0;
}

.about {
    padding: 50px 0;
    position: relative;
}

.flex-row {
    margin: 0 -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box {
    padding: 0 15px;
    width: 100%;
    border-bottom: 3px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.box h1 {
    text-decoration: none;
    color: #f10808;
}

.text-wrap img {
    width: 110px;
    height: 80px;
    float: right;
    margin: 0 0 10px 10px;
}

p {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.news-block h2 {
    background: #d21114;
    padding: 10px 15px;
    margin: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
}

.i-news-feed.cf label {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

.i-news-feed.cf p span {
    margin-right: 10px;
}

.news-block .i-news-feed {
    border-bottom: 1px solid #616161;
    padding: 15px;
    margin-bottom: 0;
    background: #444;
    font-size: 14px;
    color: #fff;
}

.news-block .i-news-feed .csc-button {
    width: 100%;
    text-align: center;
    background: #01b301;
    margin-top: 10px;
}

.info-block {
    margin-bottom: 0px;
    position: relative;
}

.info-block h2 {
    font-size: 20px;
    line-height: normal;
}

.info-block h1 {
    font-size: 20px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 25px;
}

.info-block h2 a {
    display: inline-block;
}

.the-excerpt p {
    color: #ddd;
    font-size: 14px;
}

.the-title a {
    font-size: 14px;
}

.cf {
    zoom: 1;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.csc-button {
    background: #d21114;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    transition: all .3s;
    line-height: normal;
    margin: 20px 0;
    border: 0px;
}

.csc-button:hover,
button:hover {
    background: #b00c0f;
    color: #fff;
    transition: all .3s;
}

.button {
    display: inline-block;
    width: 100%;
}

.footer-logo {
    max-width: 290px;
    margin-bottom: 20px;
}

.img-responsive {
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
}

.contact-details {
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-details a {
    color: #fff;
}

.fa.fa-calendar-check-o {
    font-size: 20px;
    margin-right: 10px;
}

.news-block .i-news-feed ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 24px;
}

.news-block .i-news-feed ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    line-height: 22px;
}

.news-block .i-news-feed ul li span {
    position: absolute;
    left: -24px;
}

footer {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 0;
    background: #444;
    color: #ddd;
}

.contact-details p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0;
}

footer a {
    color: #bbb;
}

.left-block {
    padding: 10px 0;
    text-align: center;
}

.left-block p {
    margin: 0;
}

#f-links li {
    list-style-type: none;
    display: inline-block;
    font-size: 10px;
}

#twitter {
    border: none;
    margin: 0;
}

.copyright {
    margin-top: 30px;
    background: #363636;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.general-form {
    position: relative;
    background-color: #d21114;
    padding: 40px 0;
    text-align: center;
}

.wrap-980.cf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.form-title {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.form-sub-title {
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
}

.form-desc {
    color: #fff;
}

.form-enquiries input {
    width: 100%;
    padding: 15px;
    margin: 10px 0px 10px 0px;
    border: 0px;
}

.form-enquiries textarea {
    display: block;
    width: 100%;
    border: 0px;
    padding: 15px;
    margin: 10px 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
}

.form-btn {
    display: block;
    margin: 25px 0 0 auto;
    background-color: #fff0;
    padding: 12px 25px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-transform: capitalize;
}

#f-links {
    padding-left: 0;
}

.details {
    width: 100%;
}

.map-location {
    width: 100%;
}

.map-location iframe {
    width: 100%;
}

.input-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-popup {
    display: none;
    background-color: #0000003d;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 999;
    text-align: center;
    overflow-y: auto;
}

.form-popup .form-popup_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 111;
    cursor: pointer;
}

.form-popup .form-pop-container {
    background-color: #d21114;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 12%;
    position: relative;
    z-index: 111;
}

.form-popup input {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 0px;
}

.form-popup h1 {
    padding-bottom: 20px;
    color: #fff;
}

.btn.cancel {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    background-color: #fff;
    border: 0px;
    color: #d21114;
    padding: 5px;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 1px 1px #ddd;
    text-decoration: none;
    z-index: 3;
}
.form-popup .form-pop-container .checkbox input {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}
.btn.cancel:hover {
    text-decoration: none;
}

.border {
    border: 2px solid #fff;
}

.space {
    padding: 50px 0;
}

.text-center {
    text-align: center;
}

.page-title {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
}

.txt-list li,
ol li {
    padding: 6px 0;
    line-height: 24px;
}

.text-content {
    padding: 50px 0;
}

.small_fonts p,
.small_fonts li {
    font-size: 8px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}

.small_fonts h2 {
    font-size: 14px;
}

.small_fonts h3 {
    font-size: 12px;
}

.box.rd {
    border-bottom: 0;
}

.number.desktop-hide {
    display: none;
}

.banner_overlay-after {
    position: relative;
}
.banner_overlay-after:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
.form-popup .form-pop-container.no_bg {
    background: transparent;
    padding: 0;
}
.form-popup .form-pop-container.no_bg .section2 {
    margin: 0;
}

.banner_overlay-new {
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 1;
}
.banner_overlay-new  .info-block {
    background: #fbfbfb;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-right: 0;
}
.banner_overlay-new .info-block h2 {
    background: #d21114;
    padding: 10px 15px;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
}
.banner_overlay-new .info-block .i-news-feed.cf{
    
padding: 15px 15px 0;
}
.banner_overlay-new .info-block .i-news-feed.cf ul {
    margin: 0;
    padding: 0;
    content: no-close-quote; 
    padding-left: 25px;
}

.banner_overlay-new .info-block .i-news-feed.cf ul li {
    list-style: none;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}
.banner_overlay-new .info-block .i-news-feed.cf ul li span {
    position: absolute;
    left: -25px;
    top: 0;
}

.banner_overlay-new .info-block .i-news-feed.cf .csc-button.btn_popupform {
    width: 100%;
    background: #01b301;
    border-radius: 0px;
    text-align: center;
}

 
.banner_style-2 .section2 {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: #d21114;
}
.banner_style-2 .section2 h1 {
    color: #fff;
}

.banner_style-2 .section2 input {
    width: 100%;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 0px;
    border: 1px solid #efefef;
}

.section2.section2Popup {
    background: #d21114;
    color: #fff;
}
 
.section2.section2Popup button#treatment_btn {
    border: 2px solid #fff;
    border-radius: 3px;
}

.section2.section2Popup span.error_alert_m {
    color: #fff;
}

.banner_form_bottom .banner_overlay-new {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -80px;
}
.banner_form_bottom .banner_overlay-new .info-block {
    margin: 0 auto;
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 0.1);
}


/* Book a Call */

.book-banner-bg {
    background-image: url('../img/upset.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 45px 0;
    height:auto;
}

.book-banner-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000059;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.content {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 27px;
    line-height: normal;
    margin:0;
}
.step {
    margin: 3rem 0;
}
.step ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
    z-index: 1;
}

.step ul li:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: -35px;
}

.banner-btn {
    display: inline-block;
    margin: 20px 0 40px;
    background-color: #fff0;
    padding: 15px 64px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
    z-index: 1;
    position: relative;
}

.banner-btn:hover {
    background-color: #fff;
    color: #1b283f;
    transition: all 0.5s;
}

.step-count {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.step-count h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}

.content-box {
    transition: .5s;
    transform: translateY(0em);
    padding: 15px;
}

.content-box h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
}

.content-box p {
    font-weight: 300;
    color: #505050;
    font-size: 16px;
}

.content-box:hover {
    box-shadow: 0 0 20px #dbdff0;
    transition: .5s;
    transform: translateY(-1em);
}

.step-count>p {
    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    padding-bottom: 50px;
}

.four-col {
    padding: 0 15px;
    width: 100%;
}

.bg-banner {
    text-align: center;
    position: relative;
    padding: 50px 0;
    background-image: url('../img/medical.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.bg-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000059;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.bg-banner h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: .3rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.bg-banner p {
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
    z-index: 1;
}

.our-section {
    padding: 80px 0;
}

.our-section h2 {
    line-height: normal;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 36px;
}

.right-section {
    padding: 0 15px;
    width: 100%;
    order:1;
}

.right-section .img {
    position: relative;
}

.right-section .img:after {
    overflow: hidden;
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.img img {
    width:100%;
    max-width: 100%;
    display: block;
    position: relative;
}

.left-section {
    padding: 0 15px;
    width: 100%;
    order:2;
}

.left-section ul li {
    list-style: none;
    margin: 15px 0;
    font-size: 16px;
    position: relative;
}

.left-section ul li:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: -35px;
}

.bg-color {
    background-color: #1b283f;
    text-align: center;
    padding: 80px 0;
}

.bg-color h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: .3rem;
    color: #fff;
}

.bg-color p {
    padding-bottom: 20px;
    width: 730px;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.content-box img {
    display: block;
    width: 110px;
    margin: 0 auto;
}
/* navbar */
.navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-nav li {
    list-style-type: none;
    display: inline-block;
    padding: 0 25px;
}

.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform:uppercase;
}

.navbar-nav .banner-btn {
    border: 2px solid #fff;
    margin: 0;
    padding:9px 30px;
    font-size:14px;
    font-weight:400;
}

.bar {
    background-color: #fff;
    padding: 10px 0;
}

.bar .flex-container {
    justify-content: center;
}
.bg-blue{
    background-color:#1b283f;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    padding:14px 16px;
}
.book-a-call-template .container{
    max-width:1420px;
}
.book-a-call-template .logo {
    display: inline-block;
    max-width: 180px;
}
.book-a-call-template .flex-container {
    align-items: center;
}
.book-a-call-template {
    padding-top: 66px;
}
.navbar-nav{
    display:block;
}
.menu-toggle{
    display:none;
}
@media(max-width:1420){
    .book-a-call-template .container{
    max-width:1140px;
}
}
/* End */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .subscribe {
        width: 50%;
    }
    .logo img {
        max-width: 240px;
    }
    .content h2 {
        font-size: 27px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .form-title {
        font-size: 32px;
    }
    .summary-price-section {
        padding: 0 50px;
    }
    .heading {
        text-align: left;
    }
    .box {
        border-bottom: 0px solid #eee;
        margin-bottom: 00px;
        padding-bottom: 00px;
        padding: 0 15px;
        flex: 1 1 50%;
    }
    .form-enquiries input#number {
        margin-right: 0px;
    }
    .form-enquiries input {
        width: 33.33%;
        margin: 10px 13px 10px 0px;
    }
    /*  .overlap {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: transparent;
    }  */
    .overlap h2 {
        font-size: 4em;
    }
    .space {
        padding: 40px 0 15px 0;
    }
    .wrap-980.cf {
        justify-content: center;
    }
    .details {
        float: left;
        width: 50%;
    }
    .map-location {
        float: right;
        width: 50%;
    }
    .map-location iframe {
        width: 100%;
    }
    .input-inline {
        flex-wrap: nowrap;
    }
    /* .form-popup {
        width: 500px;
    } */
    button.btn.cancel {
        top: -9px;
        right: -12px;
        background-color: #d21114;
        color: #fff;
    }
    
    /* book a call */
    .content {
        width: 100%;
        max-width: 600px;
    }
    .four-col {
        width: 50%;
    }
    .right-section {
        width: 40%;
    }
    .left-section {
        width: 60%;
    }
    .bg-banner p {
        width: 730px;
    }
    .content h2 {
        font-size: 50px;
        line-height: 58px;
    }
    .step-count {
        padding: 80px 0;
    }
    .step-count h2,
    .bg-color h2,
    .bg-banner h2 {
        font-size: 32px;
    }
    .book-banner-bg {
        height:100vh;
    }
    .left-section{
        order:1;
    }
    .right-section{
        order:2;
    }
    
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .coffee-cup {
        padding: 50px;
    }
    .sub-title-top {
        padding-right: 300px;
    }
    .box {
        padding: 0 15px;
        width: 33.33%;
        flex: 1 1 33.33%;
    }
    .wrap-980.cf {
        justify-content: space-between;
    }
    .section-text {
        padding: 40px 55px;
    }
        .four-col {
        width: 25%;
    }	
	
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(max-width: 767px) {
    .info-block h1 {
        margin-bottom: 10px;
    }
    body,
    p {
        font-size: 14px;
    }
    .form-enquiries textarea {
        max-height: 120px;
        height: 120px;
    }
    .section-text {
        padding: 0;
        text-align: center;
        font-size: 15px;
    }
    .space {
        padding: 0;
        margin-bottom: 20px;
    }
    .section2 {
        margin-bottom: 0px;
        flex-direction: column;
    }
    .section2 .left-block, .section2 .right-block{
        width: 100%;
    }
    .section2 h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .btn_flex.flex-container {
        flex-direction: column;
    }
    .booking_btn {
        align-self: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .banner-new .overlap h2 {
    	font-size: 32px;
	}
    .banner-new {
	    display: block;
	    min-height: 320px;
	}
    .flex-container.flex-column {
        flex-direction: row;
        flex-wrap:wrap;
    }
    .logo {
        align-self: center;
    }
    .flex-container.flex-column .btn_flex.flex-container {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 10px;
    }
    .flex-container.flex-column .btn_flex.flex-container .booking_btn {
        margin-bottom: 0;
    }
    .banner_overlay-new .info-block{
        margin: 0 auto;
    }
    .navbar-nav{
        display:none;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;

    }
    .menu-toggle{
        display: block;
        position: relative;
        background-color: #fff;
        border: 1px solid #fff;
        width: 30px;
        height: 28px;
        margin: 0 0 0 auto;
        padding: 0 18px;
        border-radius: 3px;
    }
    .menu-toggle:hover {
        background-color: #fff;
        outline: none;
    }
    .icon-bar:after {
        width: 18px;
        height: 1px;
        background-color: #1b283f;
        content: "";
        position: absolute;
        top: 6px;
        right: 0px;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .icon-bar:nth-child(2):after{
        top:12px;
    }
    .icon-bar:last-child:after{
        top:18px;
    }
    
    .navbar-nav li{
        padding: 10px 10px;
        text-align: left;
        display: block;
    }
    .navbar-nav .banner-btn {
        padding: 0;
        border:0;
    }
    .navbar-nav.nav-active{
        display:block;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;

    }
    
}

@media(max-width: 500px){
    .copyright .right-block {
        text-align: center;
    }
    .flex-container.flex-column .btn_flex.flex-container {
        flex-wrap: wrap;
    }
    .flex-container.flex-column .btn_flex.flex-container .number {
        width: 100%;
        text-align: center;
        display: none;
    }
    .flex-container.flex-column .logo {
        display: flex;
        justify-content: space-between;
    }
    .flex-container.flex-column .logo .number.desktop-hide {
        display: block;
    }
    .booking_btn a {
        padding: 6px 10px;
        padding-left: 50px;
        font-size: 12px;
        min-width: 160px;
    }
    .banner_form_bottom {
        padding-bottom: 0;
    }
    .banner-new .overlap h2 {
        font-size: 24px;
    }
}