@font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Semibold.eot');
     src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Semibold.woff2') format('woff2'), url('../fonts/Graphik-Semibold.woff') format('woff'), url('../fonts/Graphik-Semibold.ttf') format('truetype'), url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Bold.eot');
     src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Bold.woff2') format('woff2'), url('../fonts/Graphik-Bold.woff') format('woff'), url('../fonts/Graphik-Bold.ttf') format('truetype'), url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Regular.eot');
     src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Medium.eot');
     src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.woff2') format('woff2'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Graphik';
     src: url('../fonts/Graphik-Black.eot');
     src: url('../fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Black.woff2') format('woff2'), url('../fonts/Graphik-Black.woff') format('woff'), url('../fonts/Graphik-Black.ttf') format('truetype'), url('../fonts/Graphik-Black.svg#Graphik-Black') format('svg');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
}
 body{
    font-family: 'Graphik';
    overflow-x: hidden;
    font-weight: normal;
    line-height: 26px;
    color: #444444;
    background-color: #f8f8f8;
}
 ul, ol {
    margin: 0;
    padding: 0;
}
 strong,b{
}
 img{
    max-width: 100%;
}
 a,input,button{
    text-decoration: none !important;
     outline: none !important;
}
 .container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
 header {
     box-shadow: 0 0 17.5px rgba(0,0,0,0.15);
     padding: 20px 0;
     background-color: #fff;
     position: relative;
     z-index: 1;
}
 .header_inner {
     display: flex;
     align-items: center;
}
 .header_inner .header_logo {
     width: 174px;
}
 .header_inner .header_nav {
     width: calc(100% - 174px);
     display: flex;
     justify-content: flex-end;
}
 header li {
     list-style: none;
     display: inline-block;
}
 header li a {
     font-size: 14px;
     color: #444;
     font-weight: 600;
     display: inline-block;
     padding: 10px 30px;
     text-transform: capitalize;
}
 header li a.appoint_btn {
     background-color: #3899ff;
     color: #fff;
     text-transform: uppercase;
}
 h1 {
     font-size: 50px;
     line-height: 59px;
     color: #61d3a0;
     font-weight: bold;
     margin: 0 0 20px;
}
 .mainbanner {
     padding: 150px 0 250px;
     position: relative;
}
 .mainbanner .banner_img {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     object-fit: cover;
     pointer-events: none;
     height: 100%;
     width: 100%;
}
 .banner_content {
     max-width: 630px;
     position: relative;
     z-index: 1;
}
 .banner_content p {
     font-size: 21px;
     line-height: 33px;
     color: #444444;
     margin: 0 0 50px;
}
 .theme_bluebtn {
     font-size: 14px;
     letter-spacing: 0px;
     color: #3899ff;
     font-weight: 600;
     text-transform: uppercase;
     border: 1px solid #3899ff;
     display: inline-block;
     padding: 10px 30px;
}
 .theme_bluebtn:hover{
     background-color: #3899ff;
     color: #fff;
}
 .service_section {
     padding-bottom: 80px;
     margin-top: -120px;
}
 .service_inner {
     display: flex;
}
 .service_inner .service_box {
     width: 33.33%;
     background-color: #3899ff;
     padding: 50px 30px;
     position: relative;
     color: #fff;
}
 .service_box .service_sicon {
     position: absolute;
     pointer-events: none;
     opacity: 0.1;
     right: 0;
     top: 0;
}
 h3 {
     font-size: 21px;
     line-height: 26px;
     margin: 20px 0 10px;
}
 .call_btn {
     display: flex;
     align-items: center;
     font-size: 20px;
     letter-spacing: 1px;
     font-weight: bold;
     color: #fff;
     line-height: normal;
}
 .call_btn:hover{
    color: #fff;
    opacity: 0.5;
 }
 .call_btn img {
     margin-right: 8px;
}
 .service_section {
     padding-bottom: 80px;
}
 .theme_whitebtn {
     font-size: 14px;
     letter-spacing: 0px;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     border: 1px solid #fff;
     display: inline-block;
     padding: 10px 30px;
}
 .theme_whitebtn:hover{
     background-color: #fff;
     color:#3899ff;
}
 .service_box p {
     min-height: 80px;
}
.service_box p:last-child {
    min-height: 1px;
}
 .service_box.green {
     background-color: #61d3a0;
}
 .service_box.black {
     background-color: #444444;
}
 .open_table li {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid #61d3a069;
     padding-bottom: 10px;
     margin-bottom: 10px;
}
 h2 {
     font-size: 42px;
     line-height: 52px;
     color: #61d3a0;
     font-weight: bold;
     margin: 0 0 20px;
}
 .title_desc {
     max-width: 630px;
     margin: 0 auto;
}
 .personalised_content{
     padding: 30px 40px;
}
 .personalised_content p {
     min-height: 190px;
}
 .personalised_content a {
     font-size: 14px;
     letter-spacing: 0px;
     color: #3899ff;
     text-transform: uppercase;
}
 .personalised_content a i {
     margin-right: 6px;
}
 .personalised_box {
     background-color: #fff;
     margin-bottom: 30px;
}
 .personalised_box:hover{
     box-shadow: 0 0 17.5px rgba(0,0,0,0.15);
}
 .personalised_img {
     height: 220px;
}
 .personalised_img img {
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .personalised_div {
     padding-bottom: 120px;
}
.ack_country{padding-bottom:120px}
.ack_country img{max-width:80%;}
.ack_box {
     background-color: #f3ec19;
     color: #525152;
     margin-left: -130px;
     padding: 50px 30px 50px 50px;
     position: relative;
     margin-top: 10%;
}
 .outreach_box {
     background-color: #3899ff;
     color: #fff;
     margin-left: -130px;
     padding: 50px 30px 100px 170px;
     position: relative;
}
 .outreach_img {
     position: relative;
     z-index: 1;
     margin-top: -70px;
}
 .outreach_box .service_sicon {
     position: absolute;
     right: -20px;
     bottom: -20px;
     opacity: 0.1;
     width: 180px;
     pointer-events: none;
}
 .outreach_box h3 {
     font-size: 36px;
     line-height: normal;
     font-weight: bold;
}
 .outreach_box p {
     max-width: 430px;
}
 .outreach_box p a {
     color: #fff;
     text-decoration: underline !important;
}
 .book_appointment h2{
     font-size: 42px;
     line-height: 52px;
     color: #61d3a0;
     font-weight: bold;
}
.right_map iframe {
    width: 100%;
    height: 100%;
}
 .background_white{
     background-color: #fff;
}
 .left_form {
     max-width: 700px;
     float: right;
     padding: 41px;
     width: 100%;
}
.right_map {
    height: 100%;
}
 .form-control {
     font-size: 14px;
     line-height: 26px;
     color: #444444;
     height: 50px;
     background-color: #f4f4f4 !important;
     border: 0;
     border-radius: 0;
}
 .form-control:focus{
     box-shadow: none;
     outline: none;
}
 .form-group {
     margin-bottom: 20px;
}
 .form_btn {
     margin-top: 30px;
}
 .form-group label {
     font-size: 14px;
}
 .form-group label span{
     color: red;
}
 .form_btn .theme_bluebtn {
     background-color: transparent;
}
 .form_btn .theme_bluebtn:hover {
     background-color: #3899ff;
}
 .wpcf7-select{
     background: url(../images/select_icon.svg) no-repeat right 20px center;
     background-size: 14px;
     padding-right: 50px;
}
 .date_input{
     background: url(../images/calendar_icon.svg) no-repeat right 20px center;
     background-size: 14px;
     padding-right: 50px;
}
 .time_input{
     background: url(../images/clock_icon.svg) no-repeat right 20px center;
     background-size: 14px;
     padding-right: 50px;
}
.footer_top {
    position: relative;
    z-index: 1;
    margin-top: -210px;
    padding-bottom: 100px;
    pointer-events: none;
}
.contact_box {
    background-color: #fff;
    box-shadow: 0 0 17.5px rgba(0,0,0,0.15);
    max-width: 450px;
    width: 100%;
    position: relative;
    left: 20px;
    padding: 30px 30px 10px;
    pointer-events: all;
}
 .contact_box h4 {
     font-size: 20px;
     line-height: normal;
     color: #444444;
     font-weight: bold;
     margin: 15px 0 0;
}
 .contact_box p {
     font-size: 15px;
}
 .contact_box a {
     color: inherit;
}
 .copyright_div {
     background-color: #444444;
     color: #fff;
     padding: 10px 0;
}
 .copyright_inner {
     display: flex;
     justify-content: space-between;
	 font-size: 0.8rem;
}
.copyright_inner a {
    color: #fff;
}
.outreach_div {
    padding-bottom: 70px;
}
.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    width: 35px;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
}
.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
    width: 100%;
    height: 4px;
    margin: 4px 0;
    background-color: #61d3a0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    float: left;
}
.menu-open .menu-toggle .bar1 {
    transform: rotate(45deg);
}
.menu-open .menu-toggle .bar1, .menu-open .menu-toggle .bar3 {
    transform-origin: 1px 40%;
    background-color: #fff;
}
.menu-open .menu-toggle .bar2 {
    background-color: transparent !important;
}
.menu-open .menu-toggle .bar3 {
    transform: rotate(-45deg);
    width: 100%;
}





@media only screen and (max-width: 1200px) {
  header li a{padding: 10px 20px;}
  .contact_box{max-width: 320px;}
  .outreach_box {padding: 30px 30px 40px 130px;}
}
@media only screen and (max-width: 991px) {
	header .header_nav {
	position: fixed;
	z-index: 1;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	will-change: opacity,visibility;
	user-select: none;
	text-align: center;
	pointer-events: auto;transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
}
	.menu-open .header_nav {
	opacity: 1;
	visibility: visible;
}
	.menu-toggle {display: inline-block;z-index: 12;}
	.header_inner {justify-content: space-between;}
	header{z-index: 2;}
	.service_inner {flex-flow: column;}
	.service_box p {min-height: 1px;}
	header li:not(last-child) {margin-bottom: 30px;width: 100%;}
	header li a {color: #fff;font-size: 16px;}
	.service_inner .service_box {width: 100%;max-width: 500px;margin: 0 auto;}	
}
@media only screen and (max-width: 767px) {
	h1 {font-size: 36px;line-height: normal;}
	.banner_content p {font-size: 18px;line-height: 24px;}
	.mainbanner {padding: 90px 0 180px;}
	h2 {font-size: 34px;line-height: normal;}
	.service_section {padding-bottom: 40px;}
	.personalised_content {padding: 20px 25px;}
	.personalised_content p {min-height: 1px;}
	.outreach_img {margin: 0;}
	.personalised_div {padding-bottom: 30px;}
	.outreach_box {margin: 0;padding: 50px 40px;}
	.left_form {max-width: 100%;padding: 40px 15px;}
	.book_appointment h2 {font-size: 30px;line-height: normal;}
	.footer_top {margin: 0;padding: 40px 0;}
	.copyright_inner {flex-flow: column;align-items: center;}
    .right_map iframe {height: 300px;}
}
.banner_img_sub{margin:15px auto 0;}
