@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0;
    margin: 0;
     font-family: 'Open Sans';
}
body {
	background: #fff;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	font-weight: normal;
	width: 100%;
	 font-family: 'Open Sans';
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
button {
	border: 0px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img, input {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a, div, * {
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}

/*HOME PAGE UPGRADE CSS*/

/*====== sign in page css start ==========*/
.banner-text {padding: 200px 0;}
.banner-text h3{font-size: 45px;font-weight: 700;color: #fff;max-width: 55%;}
.banner-text p{font-size: 19px;color: #fff;font-weight: 400;max-width: 28%;padding: 50px 0;}
.banner-text button{background: #ffffff;font-size: 14px;font-weight: 400;padding: 15px 25px;border: 0;text-transform: uppercase;margin-right: 15px;color: #163666;}
.banner-text button:hover{background: #163666;color: #fff;}

.banner2 {background: #183c70;background: -moz-linear-gradient(-45deg, #183c70 0%, #6884ae 100%);
background: -webkit-linear-gradient(-45deg, #183c70 0%,#6884ae 100%);background: linear-gradient(135deg, #183c70 0%,#6884ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183c70', endColorstr='#6884ae',GradientType=1 );padding: 100px 0;}
.banner-left-content h4{color: #fff;font-size: 25px;font-weight: 500;}
.banner-left-content li{display: inline-block;margin-right: 25px;}
.banner-left-content a img{max-width: 200px;}
.banner-left-content ul {padding: 200px 0 0;}
.banner-right-images img {width: 350px;float: right;margin-top: -30px;}

.service-section{padding: 50px 0;}
.service{text-align: center;}
.service h3{font-size: 23px;color: #163666;font-weight: 700;padding: 25px 0 15px;}
.service p {font-size: 17px;color: #2a343f;padding: 0 40px;}
.sign-up-btn{background: #163666;color: #fff;padding: 15px 30px;border-radius: 0;border: 0;font-size: 16px;margin: 25px auto 0;
  display: block;}

.gap-exclence{background: #f3f6fb;padding: 50px 0;}  
.exclence-text h3 {font-size: 25px;color: #163666;font-weight: 700;}
.exclence-text p {font-size: 17px;color: #2a343f;margin: 20px 0;}
.exclence-text p strong{color: #ff0400;font-weight: 600;}
.exclence-text li{ font-size: 17px;color: #2a343f;margin-bottom: 8px;}
.exclence-text li:last-child{margin-bottom: 0;}
.exclence-img img {width: 100%;}
.exclence-text {padding: 15px 0;}

.testimonials{padding: 50px 0;}
.testimonials h3{text-align: center;margin-bottom: 40px;font-size: 25px;font-weight: 700;color: #1a2c47;text-transform: uppercase;}
.item{
  margin: 0 15px 50px;
  background: #f3f6fb;
  text-align: center;
  padding: 30px 20px;
  min-height: 540px;
}
.item .pic {
  display: inline-block;
width: 150px;
height: 150px;
overflow: hidden;
background: #ddd;
  border-radius: 50%;
  margin: 0 auto 30px;
  text-align: center;
}
.item .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item p {
  padding: 0;
  background: transparent;
  font-size: 16px;
  color: #717171;
  line-height: 25px;
  margin: 0;
  position: relative;
  font-weight: 600;
}
.item h3 {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #1a2c47;
  text-transform: capitalize;
  margin: 30px 0 7px 0;
}
.testimonials .crousal-main{
  padding: 0 120px; 
}
.testimonials .owl-nav{
  display: none;
}
.owl-dots{
  text-align: center;
}
.owl-dot{
  width: 12px;
  height: 12px;
  background: #869791;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50px;
}
.owl-dot.active{
  background: #1a2c47;
}
.get-in-touch-img img {
  width: 100%;
}
.get-in {
  position: relative;
}

.get-in .container {
  position: relative;
}
.get-in-touch-img {
  float: left;
  width: 100%;
  position: relative;
}
 
.get-in-touch {
  float: right;
  width: 40%;
  background: #fff;
  padding: 30px;
  padding-bottom: 30px;
  position: absolute;
  right: 50px;
  top: 60px;
  padding-bottom: 0;
}

.get-in-touch input {
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #acb5c9;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
  color: #000000;
  margin: 0 0 30px;
  width: 100%;
}
.get-in-touch input:focus{
  outline: none;
}

.get-in-touch textarea.message {
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #acb5c9;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
  min-height: 130px;
  max-height: 150px;
  width: 100%;
  margin-bottom: 30px;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  color: #acb5c9 !important;
}
.btn.btn-primary {
  background: #163666;
  color: #fff;
  padding: 9px 13px;
  width: 100px;
  border-radius: 0;
  margin-left: 10px;
}
.get-in-touch a {
  margin: 32px 0 0 20px;
  font-size: 14px;
  color: #acb5c9;
  display: inline-block;
  font-weight: 600;
}
.get-in-touch a span {
  display: block;
  font-size: 17px;
  color: #183b6f;
}
.get-in-touch h3 {
  font-weight: 300;
  font-size: 28px;
}


/*====== sign in page css close ==========*/

 
 

/*HOME PAGE UPGRADE CSS END*/

/*====== Document html ======*/
@media (min-width: 1447){
.container {
    max-width: 1417px;
}
.banner-left-content h2 {
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 10px;
}
.banner-left-content {
    margin-top: 26px;
}
.play-store-images {
    margin-top: 12px;
}
}

#header .bg-light {
    background-color: #163666!important;
    padding: .3rem 1rem;
}
.container {
    max-width: 1280px;
}
#header .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
    padding: 6px 15px;
    font-weight: 400;
}
#header .navbar-light .navbar-nav .active>.nav-link, #header .navbar-light .navbar-nav .nav-link.active, 
#header .navbar-light .navbar-nav .nav-link.show, #header .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
#header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.loginbtns button.btn {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 5px 7px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin:0 5px;
    width: 96px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.loginbtns button.btn:hover{transform: scale(0.9);}
.loginbtns button.btn.login {
    background: #fff;
    color: #163666;
}
#header .navbar-brand img {
    width: 154px;
}
ul.socialicon_nav li a {
    width: 32px;
    height: 32px;
    background: #fff;
    font-size: 20px;
    border-radius: 20px;
    float: left;
    text-align: center;
    color: #163666;
    padding: 0px 0 0;
    margin: 0 2px;
    line-height: 32px;
}
ul.socialicon_nav li a:hover{transform: scale(1.1);}
ul.socialicon_nav li {
    display: inline-block;
}
.loginbtns .btn-outline-success:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #163666;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}
.banner .banner-content {
    float: left;
    width: 50%;
    text-align: center;    
    position:relative;
}
.left-banner-image {
    float: left;
    width: 100%;
    position: relative;
}
.left-banner-image img {
    width: 100%;
}
.banner .banner-right-part.banner-content{background: url(../images/banner2.jpg);}
.banner .banner-content h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}
.inner-content {
    margin: 0 auto;
    width: 57%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner .banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
}
.banner .banner-content p {
    font-size: 23px;
    color: #fff;
    float: left;
    width: 100%;
    margin: 20px 0;
}
button.btn.findword {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    width: 190px;
    border-radius: 0;
    padding: 15px 0;
    background: #163666;
    color: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
button.btn.findword:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
button.btn.findword.post {
    color: #163666;
    background: #fff;
}
.dropdown-menu {
    padding: 0 0;
    min-width: 130px !important;
    width: 250px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: initial;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #163666;
    text-decoration: none;
    background-color: #f8f9fa;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 65px;
}
.Contact-page {
    float: left;
    width: 100%;
    overflow: hidden;
}
/*==== main- section ====*/

section#main {
    float: left;
    width: 100%;
}
.top-one-section {
    float: left;
    width: 100%;
    background: #163666;
    padding: 0px;
}
.about-dental {
    color: #fff;
    padding-left: 70px;
    padding-right: 40px;
}
.about-dental h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.about-dental p {
    font-size: 15px;
    color: #b4becd;
    line-height: 20px;
    margin: 0;
}
.left-icon-about {
    float: left;
    margin-right: 0;
    margin-top: 40px;
}
.about-dental::after {
    content: "";
    width: 40px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 86px;
}
.who-we {
    width: 100%;
    float: left;
    padding: 60px 0;
    border-bottom: 1px solid #e7ebee;
}
.who-we-content {
    float: left;
    width: 100%;
    padding: 0 20px 0 0;
}
.who-we-content h3 {
    font-size: 25px;
    color: #163666;
    font-weight: 700;
    margin: 10px 0 20px;
}
.who-we-content p {
    font-size: 18px;
    color: #2a343f;
    line-height: 33px;
    margin-bottom: 20px;
}
.who-we-content a {
    font-size: 18px;
    color: #163666;
}
.who-we-content i.fa.fa-angle-right {
    margin-left: 4px;
    font-size: 20px;
}
.services-section {
    float: left;
    width: 100%;
    padding: 60px 0;
   border-bottom: 1px solid #e7ebee;
}
.services-box {
    float: left;
    width: 100%;
    padding: 30px 30px;
    background: #fff;
    position: relative;
    min-height: 430px;
}
.services-box h4 {
    font-size: 23px;
    color: #183b6f;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.services-box p {
    color: #2a343f;
    font-size: 18px;
    line-height: 33px;
}
button.btn.findwork {
    width: 325px;
    background: #183b6f;
    color: #fff;
    border-radius: 0;
    height: 70px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -162px;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
button.btn.findwork:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.services-box:hover {
    box-shadow: 0px 14px 30px 0px rgba(56, 110, 191, 0.15);
    -webkit-box-shadow: 0px 14px 30px 0px rgba(56, 110, 191, 0.15);
    -moz-box-shadow: 0px 14px 30px 0px rgba(56, 110, 191, 0.15);
}

/*=== slider-css ====*/
.slide-main-div {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 420px;
}
.our_product {
    float: left;
    width: 100%;
}
.preview-top h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1a2c47;
}
.slider-div {
    position: relative;
}
.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 0 21px;
}
.product-slider {
    float: left;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

/*== Testimonials ==*/
.testimonial {
    margin: 0 15px 50px;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    min-height: 540px;
}
.testimonial .pic {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 30px;
    text-align: center;
}
.testimonial .pic img {
    width: 154px;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #1a2c47;
    text-transform: capitalize;
    margin: 30px 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description {
    padding: 0;
    background: transparent;
    font-size: 16px;
    color: #717171;
    line-height: 25px;
    margin: 0;
    position: relative;
    font-weight: 600;
}
.testimonial-stories {
    float: left;
    width: 100%;
    padding: 0 200px;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }


.testimonials-div {
    float: left;
    width: 100%;
    background: #f3f6fb;
    padding: 50px 0 30px;
}
.testimonial-stories {
    float: left;
    width: 100%;
}
.testimonials-div h2 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 700;
    color: #1a2c47;
    text-transform: uppercase;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *: ;
    display: inline;
    margin: 5px !important;
    padding: 0 !important;
    font-size: 12px;
    border-radius: 0 !important;
    background: none !important;
    filter: Alpha(Opacity=100);
    opacity: 1 !important;
    float: 19px !important;
    width: 19px !important;
    height: 34px !important;
}
.owl-prev:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
    background: url(../images/left_arrow.png);
    width: 19px !important;
    height: 37px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -80px;
}
.owl-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
    background: url(../images/right_arrow.png);
    width: 19px !important;
    height: 37px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -80px;
}
.owl-theme .owl-controls .owl-page span {
    background: #1a2c47 !important;
}
.owl-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.get-in {
    float: left;
    width: 100%;
    background-size: cover;
    padding: 0;
    position: relative;
}
.get-in-touch-img {
    float: left;
    width: 100%;
    position: relative;
}
.get-in-touch-img img {
    width: 100%;
}
.get-in-touch {
	float: right;
	width: 40%;
	background: #fff;
	padding: 30px;
	position: absolute;
	right: 50px;
	top: 60px;
	padding-bottom: 0;
}
/*section#main-section .get-in-touch  {
    float: left;
    width: 100%;
    margin-top: 40px;
}*/
section#main-section .get-in-touch > p {
    font-size: 40px;
    font-weight: 600;
    color: #1a2c47;
}
.get-in-touch input {
    border: 0;
    border-bottom: 1px solid #acb5c9;
    border-radius: 0;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    color: #000000;
    margin: 0 0 30px;
    width: 100%;
}
input::placeholder, textarea::placeholder{color: #acb5c9 !important;}
textarea.message {
	border: 0;
	border-bottom: 1px solid #acb5c9;
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	min-height: 130px;
	max-height: 150px;
	width: 100%;
	margin-bottom:30px;

}
.get-in-touch  input.btn.btn-primary {
    background: #183b6f;
    border-color: #183b6f;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    padding: 20px 40px;
    width: 60%;
    margin-top: 30px;
    float: left;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    margin-bottom: 10px;
}
.get-in-touch  a {
    float: left;
    margin: 32px 0 0 20px;
    font-size: 14px;
    color: #acb5c9;
    font-weight: 600;
}
.get-in-touch  a span {
    display: block;
    font-size: 17px;
    color: #183b6f;
}
footer#footer {
    float: left;
    width: 100%;
}
.top-footer {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.footer-logo img {
    width: 210px;
}
ul.footer-nav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.footer-nav li {
    display: inline-block;
}
.footer-nav li a {
    font-size: 18px;
    color: #252525;
    padding: 7px 18px;
}
.footer-social-icon a {
    color: #183b6f;
    font-size: 28px;
}
.footer-social-icon a:hover i {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.footer-social-icon li {
    display: inline-block;
    margin: 0 14px;
}
ul.footer-social-icon {
    float: left;
    width: 100%;
    text-align: center;
}
.btm-footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #163666!important;
    position: relative;
}
.btm-footer p {
    color: #fff;
    font-size: 19px;
    text-align: center;
    float: left;
    width: 100%;
    margin:0px;
}
.container {
    position: relative;
}
span.powered {
    font-size: 14px;
    color: #c6d1e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0px;
}
.get-in-touch  button.btn.btn-primary:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

/*=== SIGNUP ===*/
.Signup-screen {
    float: left;
    width: 100%;
    position: relative;
    height: calc(100vh - 65px);
}
.signup-bg {
    float: left;
    width: 100%;
    position: relative;
}
.signup-bg img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.signup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    width: 30%;
    overflow: hidden;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    height: 590px;
}
ul.signup-form {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.content-slide {
    float: left;
    width: 100%;
    text-align: right;
    padding: 0 20px;
}
.signup-form h1 {
    font-size: 44px;
    font-weight: 300;
    color: #163666!important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.signup-form p {
    font-size: 17px;
    font-weight: 400;
    color: #616161;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.signup-form .btn-group.bootstrap-select {
    width: 100% !important;
}
.signup-form button.btn.dropdown-toggle {
    background: #fff;
    border: 1px solid #8695ad;
    width: 100% !important;
    padding: 12px 30px 12px 14px;
}

select.select-btn {
    width: 100%;
    padding: 12px 30px 12px 14px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #b6c1d0;
}
select.select-btn {
    width: 100%;
    padding: 12px 30px 12px 14px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #b6c1d0;
    -webkit-appearance: none;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 29px;
}
button:focus    , select:focus {
    outline: 0;
}
.signup-form input {
    border: 1px solid #b6c1d0;
    padding: 12px 14px 12px 14px;
    float: left;
}
.signup-form .form-group {
    float: left;
    width: 100%;
}
.signup-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.content-slide a {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    color: #fff!important;
    float: right;
    width: auto;
    padding: 5px 10px;
    background: #163666 !important;
    border-radius: 2px;

}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.content-slide {
    float: left;
    width: 100%;
    text-align: right;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}


ul.sub-menu {
    position: absolute;
    background: #fff;
    border-radius: 3px;
    display: block;
    z-index: 99;
    width: 240px;
    display: none;
}

ul.sub-menu:hover { display:block; }

#header .navbar-light .navbar-nav .sub-menu .nav-link {
    color: #163666!important;
}
#header .navbar-light .navbar-nav .sub-menu .nav-link {
    color: #163666!important;
    border-bottom: 1px solid #ccc;
}
li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.get-in-touch  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    font-size: 14px;
    color: red;
    margin-bottom:10px;
    padding: 4px 5px;
    line-height: 11px;
    margin-bottom
}
.get-in-touch  .screen-reader-response {
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    float: left;
    font-size: 14px;
    color: green;
}

/* 05-09-2019 */
.get-in-touch  .form-group {
    position: relative;
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.who-we-image img{max-width:100%;}
section#header-text {
    float: left;
    width: 100%;
}
#header-text p {
    font-size: 18px;
    color: #2a343f;
    line-height: 33px;
    margin-bottom: 10px;
}
section#main-section {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
section#main-section h2 {
    font-size: 22px;
    color: #163666;
    font-weight: 700;
    margin: 10px 0 20px;
}
section#header-text h1 {
    font-size: 22px;
    color: #163666;
    font-weight: 700;
    margin: 10px 0 20px;
}
.row.half-margin.team .col-md-6 img {
    width: 100%;
}
.row.half-margin.team .col-md-6 p {
    font-size: 16px;
    color: #2a343f;
    line-height: 26px;
    margin-bottom: 10px;
}
.row.half-margin.team .col-md-6 p strong {
    font-size: 16px;
    color: #163666;
    line-height: 29px;
    margin-bottom: 10px;
}
.gray-background {
    float: left;
    width: 100%;
    margin-top: -17px;
}
#main-section .gray-background h2 {
    margin-bottom: 10px;
}
#main-section .gray-background p.heading {
    font-size: 18px;
}
#main-section .gray-background .card {
    float: left;
    width: 100%;
    margin: 8px 0;
}
#main-section .gray-background .card a {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #163666;
}
#main-section .gray-background .card a:hover{text-decoration: none;}
#main-section .gray-background .card .card-block {
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
}
#main-section .gray-background .card .card-header{border-bottom:0px;}
section#main-section p {
    font-size: 18px;
    color: #2a343f;
}
section#main-section a.btn {
    padding: 0;
    background: #163666;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
    border-radius: 0;
    padding: 5px 17px;
}
section#header-text h2 {
    font-size: 18px;
}
section#main-section .contact-information p strong {
    margin-right: 10px;
}
.wpcf7-form span.form-label {
    float: left;
    width: 52%;
    padding-right: 10px;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    float: right;
    width: 100%;
}
.wpcf7-form span.form-label {
    float: left;
    width: 100%;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #242424;
    line-height: 35px;
}
.wpcf7-form label {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
}
.wpcf7-form label.textarea-label {
    width: 100%;
}
.wpcf7-form label span.wpcf7-form-control-wrap input {
    width: 100%;
    padding: 6px 7px;
    border: 1px solid #ccc;
    height: 38px;
}
.wpcf7-form label textarea {
    width: 100%;
    max-height: 120px;
    border: 1px solid #ccc;
    overflow-y: auto;
    padding: 6px 7px;
}

.contact-information h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
    float: left;
    width: 100%;
}
section#main-section .contact-information p {
    font-size: 15px;
    margin-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.contact-information {
    margin-top: 20px;
}
div.wpcf7 {
    margin-top: 10px;
}
input.wpcf7-form-control.wpcf7-submit.btn {
    background: #163666;
    color: #fff;
    padding: 9px 13px;
    width: 100px;
    border-radius: 0;
    margin-left: 10px;
    float: left;
}
main {
    float: left;
    width: 100%;
    min-height: calc(100vh - 367px);
    padding-top: 105px
}
.card a img {
    width: 100%;
}
.post .card-block {
    position: initial;
    margin-top: 10px;
    background: transparent;
}
.post .card {
    border: 0px;
}
.post .card-block h4 a {
    color: #163666;
    font-size: 20px;
}
.post .card-block h4.card-title {
    margin: 2px 0 5px;
}
article {
    font-size: 15px;
}
.post h1 {
    font-size: 24px;
    color: #163666;
    margin-bottom: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    color: #ff0000;
}
.wpcf7-form label span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    bottom: -22px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    float: left;
    width: 100%;
    text-align: center;
    color: #ff0000;
    border: 2px solid #ff0000;
    padding: 1px 2px;
}
span.wpcf7-not-valid-tip {
    color: #ff0000;
    margin: 0;
    float: left;
    width: 100%;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    height: 65px;
}
input:focus, *:focus {
    outline: 0;
}
.video-inner-main video {
    border: 2px solid #aeceff;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0 0 5px #9e9e9e;
    width: 100%;
    /* max-height: 347px; */
}
section#main-section p.user-type-name {
    font-size: 26px;
    color: #163666;
    font-weight: 600;
    margin: 20px 0 5px;
}
section#main-section h2.video-heading {
    font-weight: 600;
    margin: 20px 0px 10px;
    font-size: 24px;
}
.video-inner-main {
    padding: 0 0 30px;
    float: left;
    width: 100%;
}
#main-section .gray-background .card .card-block video {
    width: 81%;
    margin: 0 auto;
    float: none;
    border: 2px solid #aeceff;
    height: auto
}
.video-div {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.appointmentpage table tbody.PaintDataBody td {
    width: 33.3%;
    background: #fff;
}
.tbl-brand-index.appointmentpage > span {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 6px;
}
/* 16-06-2020 */
.blog-tables {
    float: left;
    width: 100%;
}
.blog-tables table.table {
    border: 1px solid #234371;
}
.blog-tables table.table td, .blog-tables table.table th {
    border: 1px solid #234371;
    text-align: center;
    border-top: 0px !important;
    border-bottom: 0 !important;
        padding: 5px 10px;
}
.blog-tables table.table td {
    font-size: 15px;
}
.blog-tables .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #234371;
	    color: #234371;
}
.blog-tables table.table td:first-child, .blog-tables table.table th:first-child {
    text-align: left;
}
.blog-tables .table thead th {
    background: #ffffff;
    color: #163666;
    font-size: 16px;
    padding: 9px 10px;
}
table.table.blog-table.loss-table td:last-child {
    text-align: left;
}
.blog-tables table.table th:first-child {
    border-color: #234371;
}
table.table.blog-table th h2 {
    text-align: center;
    font-size: 28px;
    margin: 5px 0;
}
.blog-table-second-div {
    float: left;
    width: 100%;
}
.inner-blog-table {
    float: left;
    width: 75%;
}
.right-blog-table-div {
    float: right;
    text-align: left;
    padding-left: 20px;
    width: 25%;
}
.right-blog-table-div h3 {
    font-size: 24px;
    float: left;
    width: 100%;
    margin-top: 70px;
}
.right-blog-table-div h3.bottom-text {
    margin-top: 800px;
}
.blog-tables table.table td span {
    float: right;
}
.blog-tables table.table td span.red {
    color: #ff0000;
}
.blog-tables table.table td span.red.text-left {
    text-align: left;
    float: left;
}
.blog-tables table.table th {
    border-bottom: 1px solid #234371 !important;
}
.blog-tables p {
    margin-bottom: 40px;
}

.banner2 {
    float: left;
    width: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#183c70+0,6884ae+100 */
background: #183c70; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #183c70 0%, #6884ae 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #183c70 0%,#6884ae 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #183c70 0%,#6884ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183c70', endColorstr='#6884ae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 130px 0 100px;
}
.banner-right-images img {
    width: 310px;
    margin-top: -50px;
}
.banner-right-images {
    float: right;
}
.banner-left-content h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 62px;
    margin-bottom: 15px;
}
.banner-left-content p {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    float: left;
    width: 100%;
}
.play-store-images {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.play-store-images img {
    width: 220px;
    margin-right: 24px;
}
.banner-left-content {
    float: left;
    width: 100%;
    margin-top: 40px;
}
/* responsive */

@media only screen and (max-width:1439px){
	.services-box {
	    padding: 10px 10px;
	}
	.services-box h4 {
	    font-size: 20px;
	}
	.services-box p {
	    color: #2a343f;
	    font-size: 17px;
	    line-height: 29px;
	}
	.testimonial-stories {
	    padding: 0 80px;
	}
	.get-in-touch  input.btn.btn-primary {
	    padding: 10px 10px;
    	width: 40%;
	}
	.get-in-touch  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	    font-size: 12px;
	}
	.get-in-touch  input.btn.btn-primary {
	    margin-bottom: 10px;
	}
	.get-in-touch {
	    padding: 20px 30px;
	}
	.get-in-touch  input {
	    border: 0;
	    border-bottom: 1px solid #acb5c9;
	    border-radius: 0;
	    font-size: 16px;
	    margin: 0 0 20px;
	    width: 100%;
	}
	textarea.message {
	    border: 0;
	    border-bottom: 1px solid #acb5c9;
	    font-size: 16px;
	    min-height: 80px;
	    max-height: 100px;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.EiProdName {
	    font-size: 18px !important;
	}
	.inner-content {
	    width: 77%;
	}
	.about-dental {
	    color: #fff;
	    padding-left: 60px;
	    padding-right: 20px;
	}
	.who-we-content p {
	    font-size: 17px;
	    color: #2a343f;
	    line-height: 31px;
	    margin-bottom: 15px;
	}
	.slide-main-div {
	    height: auto;
	}
	.testimonials-div {
	    padding: 30px 0 20px;
	}
	.testimonial-stories {
	    padding: 0 30px;
	}
	.get-in-touch h3 {
	    font-size: 30px;
	}
	.get-in-touch  {
	    margin-top: 10px;
	}
	.get-in-touch  input.btn.btn-primary {
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	.get-in-touch  a {
	    margin: 11px 0 0 20px;
	}
	textarea.message {
	    min-height: 70px;
	    max-height: 80px;
	}
	.get-in-touch {
	    padding: 10px 20px;
	}
	.rightLs, .rightLst {
	    right: 5% !important;
	}
	.leftLs, .leftLst {
	    right: 8% !important;
	}
}

@media only screen and (max-width:1199px){
	.loginbtns button.btn {
        padding: 5px 5px;
        margin: 0 3px;
        width: 84px;
        font-size: 15px;
    }
    ul.socialicon_nav li a {
        width: 30px;
        height: 30px;
        background: #fff;
        font-size: 15px;
        border-radius: 20px;
        float: left;
        text-align: center;
        color: #163666;
        padding: 0px 0 0;
        margin: 0 1px;
        line-height: 30px;
    }
	#header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 6px 9px;
}
	.banner .banner-content h1 {
	    font-size: 38px;
	}
	.banner .banner-content p {
	    font-size: 20px;
	    margin: 20px 0;
	}
	.who-we-content p {
	    font-size: 15px;
	    line-height: 27px;
	}
	.who-we-content h3 {
	    margin: 10px 0 10px;
	}
	.who-we {
	    padding: 40px 0;
	}
	.services-section {
	    padding: 30px 0;
	}
	.services-box h4 {
	    font-size: 18px;
	    margin: 15px 0;
	}
	.services-box p {
	    color: #2a343f;
	    font-size: 15px;
	    line-height: 26px;
	}
	section#main-section p {
	    font-size: 15px;
	    line-height: 26px;
	}
	#header-text p {
	    font-size: 16px;
	    line-height: 23px;
	    margin-bottom: 10px;
	}
	section#header-text h1 {
	    font-size: 22px;
	    margin: 10px 0 10px;
	}
	.video-inner-main video {
    /* height: 273px; */
    margin: 0 auto;
    max-width: 100%;
    max-height: 318px;
}
.banner-left-content p {
        line-height: 28px;
    }
    .play-store-images img {
    width: 190px;
    margin-right: 24px;
}
.banner-left-content h2 {
    font-size: 40px;
    line-height: 52px;
}
.banner-left-content {
    margin-top: 18px;
}
}
@media only screen and (max-width:992px){
	.video-inner-main video {
	    height: 264px;
	    margin: 0 auto;
	    max-width: 100%;
	}
}
@media only screen and (max-width:991px){
	.navbar-light .navbar-toggler-icon {
	    background-image: url(../images/download.png) !important;
	    /* width: auto !important; */
	    /* height: auto !important; */
	    padding: 18px 23px;
	    background-size: 37px;
	}
	button.navbar-toggler {
	    border: 0px !important;
	}
	.navbar-toggler:not(:disabled):not(.disabled) {
	    cursor: pointer;
	    position: absolute;
	    right: -24px;
	    top: 5px;
	    outline: none;
	    border: 0;
	    margin-top: 0;
	}
	.inner-content {
	    width: 90%;
	}
	.banner .banner-content h1 {
	    font-size: 32px;
	    line-height: 48px;
	}
	.banner .banner-content p {
	    font-size: 18px;
	    margin: 10px 0;
	}
	.about-dental {
	    color: #fff;
	    padding-left: 48px;
	    padding-right: 0px;
	}
	.about-dental::after {
	    left: 62px;
	}
	.who-we-content {
	    padding: 0 0px 0 0;
	}
	.who-we-content p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.who-we-content h3 {
	    margin: 10px 0 0px;
	    font-size: 20px;
	}
	.services-box {
	    padding: 0;
	}
	.services-box h4 {
	    font-size: 16px;
	    margin: 10px 0;
	}
	.services-box p {
	    color: #2a343f;
	    font-size: 13px;
	    line-height: 23px;
	}
	.testimonial {
	    min-height: 450px;
	}
	.get-in-touch {
	    width: 55%;
	    right: 0px;
	    top: 30px;
	}
	.get-in-touch h3 {
	    font-size: 26px;
	}
	.get-in-touch  input {
	    padding: 4px 10px 4px 30px;
	    font-size: 14px;
	    margin-bottom: 18px;
	}
	.get-in-touch  input.btn.btn-primary {
	    margin-bottom: 5px;
	    margin-top: 0;
	}
	.get-in-touch  a {
	    margin: -1px 0 0 14px;
	}
	textarea.message {
	    min-height: 60px;
	    max-height: 70px;
	}
	.get-in-touch {
	    padding: 7px 20px 0;
	}
	.btm-footer p {
	    font-size: 15px;
	}
	ul.footer-nav {
	    margin: 20px 0;
	}
	.video-inner-main video {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.banner-left-content h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .banner-left-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .play-store-images img {
        width: 180px;
        margin-right: 19px;
    }
}


@media only screen and (max-width: 767px) {
	.left-banner-image {
		float: left;
		width: 100%;
		position: relative;
	}
	.banner .banner-content h1 {
		font-size: 27px;
	}
	.banner .banner-content p {
	    font-size: 17px;
	    color: #fff;
	    float: left;
	    width: 100%;
	    margin: 10px 0;
	    line-height: normal;
	    margin-bottom: 15px;
	}
	button.btn.findword {
		font-size: 12px;
		width: 120px;
		padding: 8px 0;
	}
	.who-we-image img {
		width: 100%;
	}
	.about-dental h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.about-dental p {
		font-size: 13px;
		line-height: normal;
	}
	.about-dental::after {
		content: unset;
	}
	.about-dental {
		margin-bottom: 20px;
	}
	.rightLs, .rightLst {
		right: 10px !important;
	}
	.leftLs, .leftLst {	
	    right: 40px !important;
	}
	.slide-main-div {
		height: auto;
	}
	.testimonial {
		width: 100%;
	}
	.testimonial-stories {
		padding: 0 0 !important;
	}
	.owl-pagination, .owl-buttons, .get-in-touch-img {
		display: none;
	}
	.get-in-touch {
		position: unset !important;
		padding: 20px 20px !important;
		width: 100%;
	}
	.get-in-touch  input {
		width: 100%;
		padding:10px 10px 10px 10px;
	}
	.get-in-touch  textarea.message {
		width: 100%;
		padding:10px 10px 10px 10px;
	}
	.form-group span grammarly-ghost , .form-group span grammarly-ghost > div {
		display: none;
	}
	.get-in-touch  input.btn.btn-primary {
		font-size: 17px;
		padding: 15px 30px;
		width: 40%;
	}
	.footer-logo img {
		width: 135px;
	}
	.btm-footer {
		text-align: center;
	}
	span.powered {
		font-size: 14px;
		color: #c6d1e0;
		position: unset;
		margin-top: 15px;
		width: 100%;
		text-align: center;
		display: block;
		float: left;
	}
	.left-icon-about {
		display: none;
	}
	.about-dental {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.who-we .row .col-sm-6 {
		width: 100% !important;
		flex: unset;
		max-width: 100%;
	}
	/* .services-box {
		float: left;
		width: 100%;
		padding: 0 0;
		background: #fff;
		position: relative;
		min-height: auto;
	} */
	.services-box p {
		color: #2a343f;
		font-size: 13px;
		line-height: normal;
	}
	.services-section .col-sm-4.text-center {
		max-width: 100%;
		width: 100%;
		flex: unset;
	}
	.services-box {
		float: left;
		width: 100%;
		padding: 30px 30px;
		background: #fff;
		position: relative;
		min-height: unset;
	}
	nav.navbar.navbar-expand-lg.navbar-light.bg-light .container {
	    max-width: 100%;
	    padding: 0 0px 0 0;
	}
	.navbar-toggler:not(:disabled):not(.disabled) {
	    cursor: pointer;
	    position: absolute;
	    right: -16px;
	    top: 5px;
	    outline: none;
	    border: 0;
	    margin-top: 0;
	}
	.preview-top h2 {
	    text-align: center;
	}
	.EiProdImg img {
	    max-width: 100%;
	    transition: 0.3s ease all;
	    margin: 0 auto;
	    display: block;
	    width: 100%;
	}
	.footer-nav li a {
	    font-size: 16px;
	    color: #252525;
	    padding: 7px 10px;
	}
	.banner .banner-content h1 {
	    font-size: 23px;
	    line-height: 36px;
	}
	span.powered {
	    margin-top: 5px;
	}
	#main-section .gray-background .card a {
	    font-size: 14px;
	    line-height: 23px;
	}
	#main-section .gray-background .card .card-block {
	    padding: 20px;
	    font-size: 13px;
	    line-height: 22px;
	}
    textarea, input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
.video-inner-main video {
    width: 100%;
    max-height: initial;
}
.video-inner-main {
    padding: 0 0 30px;
    width: 100%;
}
#main-section .gray-background .card .card-block video {
    /* max-height: 350px; */
    margin: 0 auto;
    float: none;
    border: 2px solid #163666;
    max-width: 100%;
    height: auto;
    width: 100%;
}
    .banner2 .col-sm-7, .banner2 .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 40px;
}
.banner-right-images {
    float: right;
    text-align: center;
    width: 100%;
}
.banner-right-images img {
    width: 310px;
    margin-top: 30px;
}
}
@media only screen and (max-width:575px){
	.inner-content {
	    width: 96%;
	}
	.banner .banner-content h1 {
	    font-size: 20px;
	    line-height: 26px;
	}
	.banner .banner-content p {
	    font-size: 15px;
	    color: #fff;
	    float: left;
	    width: 100%;
	    margin: 6px 0;
	    line-height: normal;
	    margin-bottom: 15px;
	}
	.testimonials-div h2 {
	    margin-bottom: 20px;
	    font-size: 16px;
	}
	.leftLs, .leftLst {
	    right: 40px !important;
	    top: -110px !important;
	}
	.rightLs, .rightLst {
	    right: 10px !important;
	     top: -110px !important;
	}
		.preview-top h2 {
	    text-align: left;
	    font-size: 17px;
	}
	.EiProdName {
	    font-size: 14px !important;
	}
	select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]
    { font-size: 16px; }

    .wpcf7-form label {
	    width: 100%;
	}
	section#header-text h2 {
	    font-size: 15px;
	    line-height: 26px;
	}
    .play-store-images img {
    width: 180px;
    margin-right: 15px;
}
.banner2 {
    padding: 50px 0 70px;
}
}

@media only screen and (max-width:479px){
	.banner .banner-content h1 {
	    font-size: 15px;
	    line-height: 20px;
	}
	.banner .banner-content p {
	    font-size: 13px;
	    margin-bottom: 5px;
	}
	button.btn.findword {
	    font-size: 12px;
	    width: 100px;
	    padding: 5px 0;
	}
	#header-text p {
	    font-size: 14px;	
	}
	#main-section .gray-background p.heading {
	    font-size: 14px;
	}
	section#main-section h2 {
	    font-size: 18px;
	    color: #163666;
	    font-weight: 700;
	    margin: 10px 0 20px;
	    line-height: 26px;
	}
        .play-store-images img {
    width: 46%;
    margin: 0 1%;
}
.banner2 .col-sm-7, .banner2 .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
}
.banner-right-images img {
    width: 100%;
    margin-top: 30px;
}
}

@media only screen and (max-width:374px){
	.banner .banner-content p {
	    font-size: 12px;
	    color: #fff;
	    float: left;
	    width: 100%;
	    margin: 3px 0;
	    line-height: normal;
	    margin-bottom: 5px;
	    line-height: 16px;
	}

}












.form-group span grammarly-ghost , .form-group span grammarly-ghost > div {
	display: none;
}


