* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

h1 {
    font: 80px/83px Big Caslon;
    letter-spacing: -1.48px;
    color: #254658;
    padding: 4% 0;
}

h2 {
    font: 40px/40px Big Caslon;
    letter-spacing: 0pc;
    color: #254658;
    padding-bottom: 30px;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

p {
    letter-spacing: 0.4px;
    color: #254658;
    font-size: 20px;
    line-height: 28px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    font-style: normal;
    margin-top: 0px;
    opacity: 0.85;
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

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

.col-auto,
.col-md-12,
.col-md-5,
.col-md-6,
.col-md-7 {
    position: relative;
    width: 100%;
}

.cdk-container {
    overflow: hidden;
    padding-top: 75px;
}

.container {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto !important;
}

.container_full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

p a {
    color: #254658;
}

.fhc-landing-11 .pr-btn .primary-btn {
    margin-top: 2%;
    border: 1px solid #03ca8a!important;
    padding: 10px 15px;
    font-family:'Big Calson';
    font-size: 1rem;
}

/* header */

#logo {
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    max-height: 100%
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.new-header.cdk-header {
    background-color: #fff;
    padding: 0 0 20px 0;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
}

.new-header .navbar {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    padding-top:20px;
}

.new-header .contact-mobile {
    display: block;
    color: #00696e;
    margin-left: auto;
    padding-right: 2rem;
    font-family: 'neue-haas-grotesk-display';
    text-decoration: none;
    font-weight: 400;
}

.new-header .navbar-toggler {
    display: block;
    border: 0;
    background: transparent;
    text-decoration: none;
}

.new-header .navbar-collapse {
    display: none;
    transition: linear 0.2s;
}

.desktop-menu {
    display: none;
}

.new-header .navbar-nav {
    padding-left: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.new-header .nav-item {
    padding: 0 15px;
    display: inline-block;
    opacity: 1;
}

.container ul li,.container_full ul li {
    letter-spacing: 0.4px;
    color: #254658;
    font-size: 16px;
    line-height: 28px;
    font-family: 'neue-haas-grotesk-display';
    font-weight:400;
    font-style: normal;
    opacity:0.85;
}

.new-header .nav-item a {
    color: #00676D;
    text-decoration: none;
}

img#logo {
    width: 230px;
}

.new-header .navbar-toggler:before {
    position: relative;
    content: '\2261';
    font-family: "font awesome 5 free";
    cursor: pointer;
    color: #03ca8a!important;
    background: transparent;
    font-size: 46px;
    z-index: 1;
    line-height: 1;
    padding: 0px 10px 4px 10px;
    border-radius: 50px;
    text-align: center;
}

.mobile_nav-inner li.nav-item a {
    color: #fff;
}


/* header end*/


/* mobile header */

.new-header .mobile-menu-md {
    padding: 10px 0;
    width: 100%;
    background-color: #00696e;
    display: none;
}

.mobile_nav-inner {
    padding-left: 0;
}

.mobile_nav-inner li.nav-item {
    display: block;
    margin: 5px 0;
    padding: 0;
}


/* mobile header end */


/*banner*/

.banner-1 .text-block {
    padding: 5%;
}

.banner-1 .flex-text {
    padding: 0 15px;
    padding-top: 30px;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.seprator {
    margin-bottom: 0;
}

.seprator:after {
    content: '';
    border-bottom: 1px solid #ebebeb;
    display: block;
    width: 100%;
    margin: 20px 0;
}

.primary-btn {
	font-size: 16px;
    padding: 18px 25px;
    border-radius: 5px;
    border: 2px solid #01686e;
    background-color: #03ca8a!important;
    color: #FFF!important;
    display: inline-block;
    text-decoration: none;
}
 

.primary-btn:hover {
	background: #00696E !important;
    color: #fff !important;
    border: 1px solid #00696E;
}

/* .landing_block .pr-btn .primary-btn{
    margin-top: 2%;
    font-family:'Big calson';
    font-size: 1rem;
    padding: 10px 15px;
} */

.sec-btn {
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 5px;
    border: 2px solid #00696E;
    background-color: transparent !important;
    color: #00696E!important;
    display: inline-block;
    text-decoration: none;
}

.sec-btn:hover {
    border: 2px solid #00696E;
    background-color: #00696E!important;
    color: #fff!important;
}

.btn-container {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.banner-img img {
    height: 543px;
    object-fit: cover;
    object-position: center;
}


/* arrow_sec */

.arrow_sec {
    margin: 70px 0;
}

.arr_block {
    width: 33.33%;
    padding: 0 15px;
}

.cdk-arrow-box {
    display: flex;
    justify-items: center;
    width: calc(100% - 60px);
    max-width: 280px;
    position: relative;
    border: 7px solid #00696e;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    height: 120px;
    right: 40px;
    margin-bottom: 40px;
    text-decoration: none !important;
    color: #00696e;
}

.cdk-arrow-box span {
    height: 107px;
    width: 120px;
    line-height: 120px;
    padding: 0 20px;
    background: #00696e;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.cdk-arrow-box p {
    align-self: center;
    margin: 0;
    padding-left: 10px;
    font-weight: bold;
    font-family: 'Neue Haas Grotesk Display Pro';
    color: #00696e;
}

.cdk-arrow-box:after {
    content: '';
    width: 78px;
    height: 78px;
    background: transparent;
    position: absolute;
    right: -42px;
    top: 10px;
    z-index: 1;
    transform: rotate(-45deg);
    border-right: 7px solid #00696e;
    border-bottom: 7px solid #00696e;
    display: block;
}

.lg-btn a {
    font-size: 16px;
    padding: 18px 25px; 
}

.lg-btn {
    margin: 0 auto;
}

.lg-btn .primary-btn:hover {
    background: #00696E !important;
    color: #fff !important;
    border: 1px solid #00696E;
}
 


/* landing_block */

.fhc-landing-4 .text1 p,
.fhc-landing-5 .text1 p {
    padding: 0px 20% 30px;
}

.vc_col-sm-4 {
    width: 33.33333333%;
}

.vc_col-sm-12 {
    width: 100%;
}

.col-md-5 {
    max-width: 41.666667%;
}

.col-md-6 {
    max-width: 50%;
}

.col-md-7 {
    max-width: 58.333333%;
}

.col-md-12 {
    max-width: 100%;
}

.mb-5 {
    margin-bottom: 5%;
}

.mt-4 {
    margin-top: 40px;
}

.p-0 {
    padding: 0;
}

.fhc-landing-3 {
    margin: 5% 0;
    margin-bottom: 21px;
}

.fhc-landing-7 {
    margin-top: 5%;
}

.fhc-landing-3 .inner.text,
.fhc-landing-7 .inner.text,
.fhc-landing-all .inner.text {
    width: 65%;
    margin: auto;
    padding-top: 2%;
}

.fhc-landing-1 .text-abs {
    width: 60%;
}

.fhc-landing-2.cdk-auto {
    height: auto;
}

.text-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

span.text-small {
    display: block;
    font-size: 22px;
}

.whatsapp_btn-block a{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.image img{
    object-fit:cover;
}

.fhc-landing-2 .text-abs.position-r {
    position: relative;
    padding: 50px 0;
    width: 50%;
}

.fhc-landing-2 .text-abs.position-r p {
    font-size: 16px;
}

.fhc-landing-2 h3 {
    font-size: 24px;
    letter-spacing: 0;
    color: #25465850;
    font-weight: 300;
    padding: 3% 0;
    font-family: 'Neue Haas Grotesk Display Pro';
}
.fhc-landing-2.cdk-ed-landing-2 h3{
    font-size: 30px;
}

.fhc-landing-1 {
    background-color: #EEF2F4;
}

.fhc-landing-2 {
    background-color: #E7E1DB;
}

.fhc-landing-11 {
    padding: 5% 0;
}

.fhc-landing-5 {
    margin: 10% 0;
}

.fhc-landing-6 {
    background-color: #F0F5F9;
}

.fhc-landing-8 {
    background: #FEFBEE;
}

.fhc-landing-9 {
    background: #F0F7FA;
}

.fhc-landing-11 {
    background: #E9ECEE;
}

.fhc-landing-2,
.fhc-landing-6,
.fhc-landing-1 {
    height: 100vh;
}

.num h2 {
    text-align: left;
    letter-spacing: 0;
    color: #254658;
}

.fhc-landing-5 .rigth {
    text-align: right;
}

.fhc-landing-5 img {
    width: 70%;
}

.fhc-landing-6 .num h2 {
    text-align: right;
    padding: 5%;
    margin-bottom: 0px;
}

.fhc-landing-5 .mb-5,.fhc-landing-6 .mb-5,.fhc-landing-3 .container_full{
	margin-bottom: 0px !important;
}

.fhc-landing-7 .inner.num h2,.fhc-landing-all .num h2{
	padding: 5%;
}

.fhc-landing-all .num{
	padding-top:0px !important;
}

.fhc-landing-2.cdk-ed-landing-2 .inner.text h2{
	padding:0 !important;
}
.fhc-landing-7 img,
.fhc-landing-7 .inner.image {
    height: 100%;
}

.fhc-landing-11 .row {
    justify-content: center;
}

.fhc-landing-11 hr {
    border-top: 1px solid rgb(0, 105, 110);
    margin: 5% 0;
}

.fhc-landing-11 .inner.text p {
    letter-spacing: 0.5px;
}

.fhc-landing-11 p.sec {
    color: #254658;
    font-weight: 600;
    font-family:"neue-haas-grotesk-display";
    font-style: italic;
}

.inner.text ul {
    padding-left: 30px;
    text-align: left;
}

.inner.text ul li {
    letter-spacing: 0.4px;
    color: #254658;
    opacity:0.85;
    line-height:1.5;
}

.vc_custom_heading{
    font-size: 3.125rem;
    color: #0a0a0a;
    text-align: left;
}

.fhc-landing-9 .num h2 {
    text-align: right;
}

.imag_bg img {
    object-fit: cover;
    height: 100vh;
    object-position: top;
}

.fhc-landing-6.fhc-landing-6-1 .imag_bg img,
.fhc-landing-2.fhc-landing-2-1 .imag_bg img,
.fhc-landing-1.fhc-landing-1-1 .imag_bg img,
.fhc-landing-1.ed-fhc-landing-1 .imag_bg img,
.fhc-landing-2.cdk-ed-landing-2 .imag_b img,
.fhc-landing-2.cdk-ed-landing-2 .imag_bg img {
    object-position: center;
}

.fhc-landing-2.cdk-ed-landing-2 .imag_bg,
.fhc-landing-2.fhc-landing-2-1 .imag_bg {
    background-image: unset;
    background-attachment: unset;
    background-size: unset;
    background-position: initial;
    background-repeat: unset;
}

.fhc-landing-2 .imag_bg {
    background-image: url(../image/banner-4.jpg);
    background-attachment: fixed;
    background-size: 50%;
    background-position: initial;
    background-repeat: no-repeat;
}

.fhc-landing-2 .imag_bg,
.fhc-landing-1 .imag_bg,
.fhc-landing-6 .imag_bg {
    box-shadow: 0px 40px 80px #00000033;
}

.fhc-landing-2 .imag_bg img {
    display: none;
}

.fhc-landing-2.cdk-ed-landing-2 .imag_bg img,
.fhc-landing-2.fhc-landing-2-1 .imag_bg img {
    display: block;
}

.fhc-landing-11 .inner.text {
    width: 50%;
    margin: auto;
}

.fhc-landing-all .num {
    width: 65%;
    margin: auto;
    padding-top: 10%;
}

.fhc-landing-7 .num {
    width: 65%;
    margin: auto;
}

.fhc-landing-1 h4 {
    color: #9DAFBD;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}

.fhc-landing-1 p {
    letter-spacing: 0;
    line-height: 30px;
    opacity: 0.85;
    margin-top: 0px;
}


/* landing_block end */


/* about us */

.about_us img {
    height: 500px;
    object-fit: cover;
    margin-bottom: 70px;;
    object-position:center;
}

.d-flex.reverse {
    flex-direction: row-reverse;
    background: #eef2f4;
}

.d-none {
    display: none !important;
}

.flex-text {
    width: 50%;
}

.flex-img {
    width: 50%;
}

.about_us .flex-img img {
    object-fit: cover;
    max-height: 387px;
}

.about_pg .text-block {
    width: 65%;
    margin: 0 auto;
    padding: 0 5px;
}
.text-block ul li{
    letter-spacing: 0.4px; 
    color: #254658;
    font-size: 16px;
    line-height: 28px;
    font-family: 'neue-haas-grotesk-display';
    font-weight: 400;
    font-style: normal;
    opacity: 0.85;
}
.about_pg .text-block ul{
    padding-left:30px;
}
.al-center {
    align-items: center;
}

.about_pg .d-flex img {
    object-fit: cover;
}


/* about us end */

/* privacy page */
/* privacy page end */

/* contact us */

.contact,
.terms,
.Privacy {
    margin:50px 0;
    padding: 0 15px;
}

.contact-form {
    padding: 40px 30px 30px;
    box-shadow: 0 0 24px 0px rgb(0 105 110 / 12%);
    max-width: 600px;
    border-radius: 4px;
    margin: 0 auto;
    font-family: 'neue-haas-grotesk-display';
}

.contact-form input,
.contact-form textarea {
    border-radius: 3px;
    background-color: #f4fff7;
    border: 2px solid #254658;
    color: #000 !important;
    letter-spacing: 1px;
    padding: 12px 20px;
    font-family: 'neue-haas-grotesk-display';
}
/* .template-book-a-call .contact-form input,
.contact .contact-form input,
.contact .contact-form textarea{
    border-color:#254658;
} */
.form-control {
    display: block;
    height: 50px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    background-clip: padding-box;
    width: 100%;
}

.contact-form textarea {
    height: 200px;
    resize: none;
    min-height: 55px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0px;
    background-color: #fff;
    border-color: #00696e;
    color:#00696e !important;
}

.contact-form span {
    color: #254658;
    font-size: 16px;
    padding-left: 2px;
    letter-spacing: 1.2px;
}

.contact-form .submit-btn {
    height: 50px;
    line-height: 1.5;
    color: #fff !important;
    background-color: #00696e;
    border: 1px solid #00696e;
    font-size: 16px;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    display: block;
    font-family:"neue-haas-grotesk-display";
    margin: 0 auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.contact-form label {
    display: block;
    margin-bottom: 10px;
    position:relative;
}

.contact-form .submit-btn:hover {
    background-color: transparent;
    color: #00696e !important;
}

.btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.chat_now {
    background-color: #4fce5d;
    color: #ffffff;
    border-radius: 2em;
    display: inline-block;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    text-decoration:none;
}

.btn_block {
    margin-bottom: 51.73913043px;
    margin-top: 30px;
}

.chat_now i {
    padding-left: 10px;
}


.chat_now  svg{
    fill:#fff;
    margin-left: 5px;
}


.chat_now i:before {
    font-size: 16px;
}

.book_calls h2 {
    margin-bottom: 25px;
    font-size: 32px !important;
}

.book_calls p {
    margin-bottom: 50px;
}

.error{
    color: #f00 !important;
    font-size: 1rem !important;
    opacity: 0.85;
    display: block;
    padding:0 20px;
    padding-top: 5px;
    margin-bottom: 0px !important;
}

span.error.success {
    text-align: center;
    color: #212529  !important;
    border: 2px solid #a1d6a1;
    padding: 5px 0;
    margin-top: 30px;
}
/* contact us  end */

/* form-submission */

.info_received {
    margin-top: 100px !important;
    margin-bottom: 30px !important;
}

.info_received h2 {
    font-weight: bold;
    font-size: 38px;
}

.info_received p,
.termtext p {
    font-size: 16px;
    letter-spacing: 0.4px !important;

}


/* form-submission end */


/* footer */

.footer-logo-style a {
    margin-bottom: 10px;
    display: inline-block;
}

.footer-logo-style a img {
    max-width: 250px;
    width: auto;
    padding: 5% 0 3%;
}

.fhc-landing-11 .primary-btn {
    padding: 15px;
}

.fhc-landing-11 .primary-btn:hover {
    text-decoration: underline;
}

.pr-btn {
    margin-bottom: 10px;
}

.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.new-header .contact-mobile {
    display: none;
}
.new-header .contact-mobile.landing-page {
    display: block;
    padding-right: 0;
}

.new-header .navbar-toggler,
.mobile-menu-md {
    display: none;
}

.new-header .navbar-collapse,
.desktop-menu {
    display: block;
}

/* footer end */


/* 404 page */

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.header-footer-group a {
    color: #cd2653;
    font-weight: 400;
}

.header-footer-group li {
    color: #6d6d6d;
}

.search-form [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    min-width: 218px;
}

.search-form pre,
.search-form fieldset,
.search-form input,
.search-form textarea,
.search-form table,
.search-form table *,
.search-form hr {
    border-color: #dcd7ca;
}

.search-form button,
.search-form input,
.search-form optgroup,
.search-form select,
.search-form textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.search-form label {
    display: inline-block;
    margin-bottom: .5rem;
}

.search-form [type=button]:not(:disabled),
.search-form [type=reset]:not(:disabled),
.search-form [type=submit]:not(:disabled),
.search-form button:not(:disabled) {
    cursor: pointer;
}

.search-form span {
    font-weight: 400;
}

.search-form input {
    font-family: montserrat, Helvetica, Arial, Lucida, sans-serif !important;
}

.header-footer-group a:hover {
    color: #0056b3;
    text-decoration: underline;
}


/* 404 end */

.book-now {
    margin: 100px 0;
}

.fhc-landing-11 a {
    text-decoration: none;
}


.new-header .contact-mobile .large-hide img {
    max-height: 25px;
}
.btn-has-icon span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.btn-has-icon span svg{
    width: 15px;
    height: 15px;
}
.footer-form .options,.footer-form .d-inline-block{
   	display: inline-block;
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
}
.contact-form.footer-form {
    padding: 15px;
    box-shadow: none;
}
.footer-form label {
    margin-bottom: 10px;
}
.footer-form .d-flex{
    margin:0 -7.5px;
} 
.footer-form .d-flex .col{
    padding:0 7.5px;
} 
.float-btn a {
    width: 50%;
    float: left;
    border-radius: 0px;
    text-transform: uppercase;
    border: 0 !important;	
}
.float-btn a:last-child{

    background-color: #00696E !important;
}
.float-btn a:last-child:hover{

    background: #e7e1db !important;
}
.float-btn {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index:9999;
}
.book-a-call .primary-btn{
    display: block;
    border-radius: 0px;
    text-align: center;
    padding: 6px 20px;
    text-transform: uppercase;
    background-color: #b0181a !important;
    border: 0 !important;
}
.book-a-call.large-hide{
    /* display:none; */
}
.book-a-call a i{
vertical-align: middle;
margin-left:10px;
}
.footer-form input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.footer-form input[type="radio"] + span{
    border:1px solid #254658;
    display: inline-block;
    padding: 5px 15px;
}
.footer-form input[type="radio"]:checked + span{
    background-color: #254658;
    color:#FFFFFF;
}
.text-left span {
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
	padding: 0 5px;
}
.text-left {
	text-align: left;
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.alert__block_cont{
    width: 100%;
    max-width: 600px;
    margin:0 auto;
    padding:0 15px;
}
.alert__block_cont .error__alert {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #a94442;
}
.alert__block_cont .sucess__alert {
    color: green;
}

.contact span svg{
    width:25px;
    height:25px;
    display: inline-block;
    vertical-align: middle;
}
.contact span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.contact span:last-child{
    margin-right: 0px;
}
.space-bottom{
    margin-bottom:40px !important;
}
.d-flex.small-img-face {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
}
.small-img-face .small-box{
flex:1;
}
.small-box img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
}
.element-has-icon p span:first-child {
    width: 30px;
}
.element-has-icon p span:last-child {
    width: calc(100% - 50px);
    display: inline-block;
    word-break: break-all;
}
.text-block h2{
    padding-top:40px;
}
.contact .contact-form input[type="checkbox"]{
margin:0;
margin-right:10px;
}
.agreement {
    display: flex !important;
    align-items: flex-start;
}
.agreement span{
    line-height:1;
}
.custom-list-type {
    padding-left: 10px !important;
}
.custom-list-type li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.custom-list-type span {
    display: inline-block;
    background-color: #03ca8a;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    line-height: 21px;
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 5px;
}
.pr-btn.space-left {
    margin-left: 24px;
}

.contact-form .d-flex input,
.contact-form label.icon_label input {
    padding-left: 50px;
}

.contact-form .d-flex input + .error,
.contact-form label.icon_label input + .erroriocn{
	background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 50px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
}
.contact-form label.icon_label input + .erroriocn{
	 left: 0px;
}

.contact-form .d-flex input#txtName + .error,
.contact-form label.icon_label input#txtName + .erroriocn{
    background-image: url(https://img.icons8.com/ios-glyphs/30/26e07f/user--v1.png); 
}

.contact-form .d-flex input#txtPhone + .error,
.contact-form label.icon_label input#txtPhone + .erroriocn{
    background-image: url(https://img.icons8.com/ios-glyphs/30/26e07f/iphone.png); 
}
.contact-form .d-flex input#txtEmail + .error,
.contact-form label.icon_label input#txtEmail + .erroriocn{
    background-image: url(https://img.icons8.com/ios-glyphs/30/26e07f/filled-message.png); 
}

.cdk_intakeForm form .text-left, .cdk_intakeForm form .d-flex {
    margin-bottom: 20px;
}

.cdk_intakeForm  input[type="radio"] + span {
    padding: 10px 15px;
    border: 2px solid #03ca8a;
}

.cdk_intakeForm input[type="radio"]:checked + span {
    background-color: #03ca8a;
}

.cdk_intakeForm form .d-flex input {
    border: 2px
 solid #03ca8a;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #f4fff7 inset !important;
}

@media(min-width:992px){
    .new-header .contact-mobile .large-hide {
        display: none;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    .fhc-landing-all img,
    .fhc-landing-all .image {
        height: 100%;
    }
    .fhc-landing-3 .inner.text,
    .fhc-landing-7 .inner.text,
    .fhc-landing-all .inner.text {
        width: 100%;
        padding: 2%;
    }
    .fhc-landing-4 .text1 p,
    .fhc-landing-5 .text1 p {
        padding: 0px;
    }
    .fhc-landing-2 .text-abs {
        width: 70% !important;
    }
    .fhc-landing-7 img,
    .fhc-landing-7 .inner.image,
    .fhc-landing-5 img {
        height: auto;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    .mobile-menu-md,
    .new-header .contact-mobile {
        display: block;
    }
    .new-header .navbar-toggler{
        display: inline-block;
    }
    .new-header .navbar-collapse,
    .desktop-menu {
        display: none;
    }
    .banner-img img {
        height: 550px;
    }
    .new-header .contact-mobile .small-hide{
        display:none;
    }
    .new-header .contact-mobile .large-hide{
        display: inline-block;
    }
    .new-header .navbar{
        align-items: center;
    }
    .new-header .contact-mobile{
    	max-width: 57px;
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 540px;
    }
    .d-flex {
        flex-direction: column;
    }
    .cdk-container{
        padding-top: 54px;
    }
    body.template-landing .cdk-container {
        padding-top: 35px;
    }
    .new-header.cdk-header{
        padding: 0;
    }
    
    .new-header .navbar-toggler:before{
        top:-1px;
    }
    .new-header .navbar{
        padding:5px 0;
    }
    .template-landing .new-header .navbar{
        padding:15px 0;
    }
    .fhc-landing-2 .text-abs,
    .fhc-landing-11 .inner.text,
    .fhc-landing-all .num,
    .fhc-landing-7 .num,
    .fhc-landing-2 .text-abs.position-r,
    .flex-img,
    .flex-text,
    .text-block,
    .arr_block,
    .fhc-landing-1 .text-abs,
    .col-md-6,
    .col-md-7,
    .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .banner-img img,
    .fhc-landing-2,
    .fhc-landing-6,
    .fhc-landing-1,
    .imag_bg img {
        height: unset;
    }
    .cdk-arrow-box {
        max-width: unset;
    }
    .flex-text {
        padding: 5% 10px;
    }
    .fhc-landing-3 .inner.text {
        width: 100%;
        padding: 7% 0px;
    }
    .inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .cdk-arrow-box {
        right: 30px;
    }
    .mb-row {
        flex-direction: row;
    }
    .text-abs {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        margin: 5% 0 ;
    }
    .mb-center {
        text-align: center !important;
    }
    .fhc-landing-3 .col-md-7,
    .fhc-landing-5 .col-md-6.order,
    .fhc-landing-7 .col-md-7.order,
    .fhc-landing-all .col-md-6.order {
        order: 2;
    }
    .inner.text,
    .inner.num,
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fhc-landing-2 .imag_bg img {
        display: block;
    }
    .fhc-landing-2 .text-abs.position-r p {
        font-size: 20px;
    }
    .arr_block {
        padding: 0px;
    }
    .fhc-landing-6 {
        padding-bottom: 60px;
    }
    .fhc-landing-7 .inner.text,
    .fhc-landing-8 .inner.text,
    .fhc-landing-9 .inner.text {
        padding: 0% 10px 10%;
    }
    .fhc-landing-1 .imag_bg {
        margin-top: 60px;
    }
    .fhc-landing-3 {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .fhc-landing-2 .imag_bg,
    .fhc-landing-1 .imag_bg,
    .fhc-landing-6 .imag_bg {
        box-shadow: none;
    }
    .fhc-landing-1 .text-abs {
        margin-bottom:0px;
    }
    .fhc-landing-7 {
        background: #f0f5f9;
    }
    .fhc-landing-6 .num h2,
    .fhc-landing-8 .num h2 {
        text-align: right !important;
    }
    .num h2 {
        margin-bottom: 0px;
    }
    .fhc-landing-5 .inner.image {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    img#logo {
        width: 150px;
    }
    .fhc-landing-6.cdk-ed-landing-6 .col-md-7 .text-abs {
        margin: 0% 0% 0% 0% !important;
    }
    .about_pg .flex-text {
        padding: 35px 15px;
    }
    .about_pg .flex-text p {
        margin-bottom: 15px;
    }
    .fhc-landing-11 .d-flex {
        margin-left: -15px;
        margin-right: -15px;
    }
    .arrow_sec,
    .p-0 {
        padding: 0 15px;
    }
    .pt-0 {
        padding-top: 0px !important;
    }
    .banner-1 .text-block{
        padding-left:0px;
        padding-right: 0px;
    }
    
	
	.new-header .contact-mobile .large-hide {
	    display: block;
	}
    .book-a-call.large-hide{
        display:block;
    }
    .text-left {
        text-align: left;
        margin:0 -7.5px;
    }
    .fhc-landing-11 .container >p:last-child{
        padding-bottom: 2rem;
    }
    .contact .d-flex .col:last-child .text-center{
        margin-top:50px;
    }
    .contact-form{
       padding: 40px 15px 30px;
    }
    .contact{
        padding: 0 0px;
    }
    .text-block h2{
        padding-top:0px;
    }
    .lg-btn.arr_block.text-center.space-bottom{
        margin-bottom:0 !important;
    }
    .mb-row .btn-container:last-child {
        margin-right: 0;
    }
    .footer-logo-style a img {
	    max-width: 160px;
	}
}

@media (max-width: 378px) {
    .new-header .contact-mobile{
        padding-right: 5px;
    }
}
