@charset "UTF-8";


/* VIDEOS FAQS */
.aiovg-player {
    display: block;
    position: relative;
    border-radius: 3px;
    padding-bottom: 56.25%;
    width: 100%;
    height: 500px !important;
    overflow: hidden;
}
/* END */
/* TOP BANNER */
.topbanner-saving {
    padding: 10px 0;
    background: #C51616;
}
.topbanner-saving .innercon {
    max-width: 1200px;
    margin: auto;
    display: flex;
}
.topbanner-saving .innercon .content {
    color: white;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
}
.topbanner-saving .innercon .content .new {
    background: #FFC128;
    padding: 5px 13px;
    border-radius: 5px;
    color: black;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}
.topbanner-saving .innercon .content span {
    margin: 5px;
}
.topbanner-saving .innercon .content .plan {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.topbanner-saving .innercon .content:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
}
.topbanner-saving .innercon .content:nth-child(2) .learn:hover {
    background: #0f99fa;
    color: white;
}
.topbanner-saving .innercon .content:nth-child(2) .learn {
    background: #FFC128;
    padding: 5px 13px;
    border-radius: 5px;
    color: black;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
}
/* END */

/* BLOGS ARTICLE RIBBONS */
.blog-quiz {
    padding: 30px;
    background: #00093b;
    display: flex;
    align-items: center;
margin: 0 auto 20px;
    max-width: 1200px;

}
.blog-quiz .blog-quiz-content:nth-child(1) {
    color: white;
    font-family: oswald;
    flex-basis: 50%;
    font-size: 25px;
}
.blog-quiz .blog-quiz-content:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    flex-basis: 50%;
}
.blog-quiz .blog-quiz-content:nth-child(2) button.take-quiz {
    background: #0f99fa;
    border: 0;
	outline:none;
    padding: 10px 30px;
    color: white;
    font-weight: 500;
}
.blog-quiz .blog-quiz-content:nth-child(2) button.take-quiz:hover{
	background:white;
	color: #00093b;
}
.blog-button{
	position:relative;
	margin: 0 0 20px;
}
.blog-button .call {
    background: #0f99fa;
    border: 0;
    color: white;
    font-weight: 400;
    padding: 12px 30px;
    font-size: 18px;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.blog-button .call:hover {
    background: #00093b;
}

.blog-callus {
    position: relative;
    text-align: center;
    padding: 30px;
    background: #efefef;
    margin: 0 0 20px;
    border: 1px solid #d6d6d6;
}
.blog-callus .callus {
    font-size: 40px;
    font-family: 'Oswald';
    text-align: center;
}

.blog-contactus {
    position: relative;
    padding: 50px 50px 30px;
    background: #00093b;
    margin: 0 0 20px;
}
.blog-contactus h2.contactus-title {
    color: white !important;
    text-align: center;
    font-weight: 500 !important;
}

.blog-contactus .blog-contactus-form {
    position: relative;
}
.blog-contactus .blog-contactus-form  .inputs {
    position: relative;
    margin: 0 0 10px;
}
.blog-contactus .blog-contactus-form .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.blog-contactus .blog-contactus-form .inputs input, .blog-contactus .blog-contactus-form .inputs select, .blog-contactus .blog-contactus-form .inputs textarea {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    border: 0;
    outline: none;
    padding: 9px;
}
.blog-contactus .blog-contactus-form .inputs textarea{
	height:100px;
}
.blog-contactus .blog-contactus-form .inputs label {
    color: white;
	width:100%;
}
.blog-contactus .blog-contactus-form .inputs .send {
    background: #0f99fa;
    font-family: 'Oswald';
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
/* END */
.notice .innercon {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    color: black;
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: uppercase;
}
.notice .innercon button.open-popup {
    background: #0f99fa;
    border: 0;
    margin-left: 10px;
    color: white;
    font-size: 17px;
    padding: 5px 10px;
	    text-transform: uppercase;
}
.notice .innercon button.open-popup:hover {
    background: #1665c5;
}
.notice {
    padding: 10px 10px;
    background: #f0ebd3;
    text-align: center;
}
/* AUTHOR BOX */
.about-author {
    position: relative;
    padding: 30px;
    display: flex;
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
}
.about-author .inside-author {
    position: relative;
}
.about-author .inside-author .allen-author {
    width: 200px;
    margin-right: 30px;
}
.about-author .inside-author .author-title, .about-author .inside-author .author-desc {
    margin: 0 !important;
}
.author-socmed {
    position: relative;
    padding: 10px 30px;
    background: #252525;
}
.author-socmed .fa {
    color: white;
    margin-left: 10px;
    cursor: pointer;
}
/* END */
.timedates {
    color: white;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	
	
}
.timedates a{
    color: white;
	font-size: 16px;
	font-weight: 500;
	
	
}
.timedate {
    color: white;
	font-size: 16px;
	font-weight: 500;
	
	
}
section.ribbon-ins {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(to right, #0f99fa, #1665c5);
}
section.ribbon-ins .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
section.ribbon-ins .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: block;
/*     grid-template-columns: 60% 40%; */
	text-align:center;
    grid-gap: 0;
}

section.ribbon-ins .innercon .content{
	position:relative;
}
section.ribbon-ins .innercon .content .make {
    position: relative;
    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0c3247;
    transition: 0.3s;
    margin-left: 0;
}
section.ribbon-ins .innercon .content .make span{
	font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
	display:block;
}
section.ribbon-ins .innercon .content .make:hover {
    background: #0c3247;
    color: white;
}
/* section.ribbon-ins .innercon .content:nth-child(1) {
    position: relative;
}
section.ribbon-ins .innercon .content:nth-child(1) .title {
    position: relative;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
section.ribbon-ins .innercon .content:nth-child(1) .desc {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    font-weight: 300;
    color: white;
}
section.ribbon-ins .innercon .content:nth-child(2) {
    position: relative;
}

section.ribbon-ins .innercon .content:nth-child(2) .make {
    position: relative;
	    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
    margin-left: 0;
}
section.ribbon-ins .innercon .content:nth-child(2) .make .fa{
	color: #0f99fa;
    font-size: 20px;
    padding-right: 10px
}
section.ribbon-ins .innercon .content:nth-child(2) .make:hover{
		    background: #0f99fa;
    color: white;
    border-bottom: 3px solid white;
} */
/* BLOG LIST */

.hold-blog-list h2{
	 font-family: 'Oswald';
    color: #2c59ca;
    font-size: 30px;
    font-weight: 700;
}
.hold-blog-list ul li span {
    position: absolute;
    background: #255279;
    width: 45px;
    height: 100%;
    top: 0;
   font-family: "Poppins", sans-serif;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 7px 0 0 7px;
}
.hold-blog-list ul li {
    padding: 15px 0 15px 55px;
    background: #f1f1f1;
    margin: 0 0 10px;
    text-align: left;
    position: relative;
    border-radius: 7px;
    border: 1px solid #d1d1d1;
}
.hold-blog-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hold-blog-list {
    position: relative;
}
/* END */

/* Free consultation button */
.beforeafter img {
    height: 400px;
    object-fit: cover;
}
.consultation{
  position: relative;
  padding: 20px;
  border: 3px solid #00093b;
  margin: 0 0 30px;
  
}
.consultation .cont{
  position: relative;
}
.consultation .cont .top{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.consultation .cont .title{
font-family: 'Oswald';
  font-size: 35px;
  font-weight: 700;
  color: black!important;
  margin: 0;
  
}

.consultation .cont .under{
  font-size: 18px;
font-weight: 300;
font-family: "Poppins", sans-serif;
}

.consultation .cont .send{
  background-color: #00093b;
  color: white;
  padding: 5px 30px;
  border: 0;
  outline: none;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  
}
.consultation .cont .send .fa{
	margin-right: 10px;
	
}

.consultation .cont .send:hover{
  background-color: #2c59ca;
  color: white;
  padding: 5px 30px;
  border: 0;
  outline: none;
  font-family: "Poppins", sans-serif;
  
}

.consultation .cont .send.last{
 
  margin-left: 10px;
}


/* End */

.page-id-296 .elementor a {
   
    color: #00093b;
    
}
/* NEW SECTION */
section.new-sec {
    position: relative;
    padding: 100px 0 0;
}
section.new-sec .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
}
section.new-sec .innercon .content:nth-child(1) .title {
    font-family: 'Oswald';
    font-size: 35px;
    color: #1665c5;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 30px;
}
section.new-sec .innercon .content:nth-child(1) .under {
    font-family: 'Oswald';
    font-size: 20px;
    color: #78c7ff;
}
section.new-sec .innercon .content:nth-child(1) .desc {
    font-size: 15px;
    line-height: 2;
    font-family: 'Poppins';
	
    text-align: justify;
    font-weight: 300;
}
section.new-sec .innercon .content:nth-child(2) .title {
    font-family: 'Oswald';
    color: #78c7ff;
    font-size: 25px;
	margin: 0 0 20px;
}
section.new-sec .innercon .content:nth-child(2) .desc {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    font-weight: 300;
}
section.new-sec .innercon .content:nth-child(1) .contact {
    padding: 15px 0px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
    background: #0c3247;
    color: white;
    margin-top: 30px;
    width: 100%;
}
section.new-sec .innercon .content:nth-child(1) .contact .fa{
	color:#0f99fa;
}
section.new-sec .innercon .content:nth-child(1) .contact:hover{
	background: #0f99fa;
    color: white;
    border-bottom: 3px solid white;
}
section.new-sec .innercon .content:nth-child(1) .contact:hover .fa{
	color:white;
}

/* END */

/* ABOVE FOOTER */
.footer-practice {
    padding: 50px 0;
    max-width: 900px;
    margin: auto;
}
.footer-practice .prac-title {
        font-family: 'Oswald';
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 30px;
    text-align: center;
}
.footer-practice ul {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.footer-practice ul li {
    font-size: 17px;
    background: url(https://dentalimplantsboyntonbeach.com/wp-content/uploads/2022/04/practice-arrow.png) no-repeat left;
    background-size: contain;
    padding-left: 50px;
    margin: 0 auto 15px auto;
  
    font-weight: 600;
    font-family: 'Poppins';
}
.footer-practice ul li a {
    color: #333;
}

.services-contact .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
}
.services-contact .innercon .content:nth-child(2) .hold {
    position: relative;
    width: 100%;
}
.services-contact .innercon .content:nth-child(2) .hold .title {
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 30px;
}
.services-contact .innercon .content:nth-child(2) .hold .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.services-contact .innercon .content:nth-child(2) .hold .grids .fa {
    font-size: 30px;
    color: #00093b;
}
.services-contact .innercon .content:nth-child(2) .hold .grids .info {
    position: relative;
}
.services-contact .innercon .content:nth-child(2) .hold .grids .info .num {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}
.services-contact .innercon .content:nth-child(2) .hold .grids .info .phone {
    font-family: 'Poppins';
    font-weight: 600;
    margin: 10px 0 0;
    font-size: 17px;
    color: #1a9df9;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .inputs .send:hover {
    background: #0f99fa;
    color: white;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .inputs .send {
    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .inputs input, .services-contact .innercon .content:nth-child(1) .hold .forms .inputs select, .services-contact .innercon .content:nth-child(1) .hold .forms .inputs textarea {
    width: 100%;
    padding: 10px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 300;
    outline: none;
    border: 0;
    border-radius: 0;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .inputs textarea {
    width: 100%;
    height: 120px;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .inputs label {
    color: white;
	width: 100%;
    font-family: 'Poppins';
    font-size: 12px;
    margin: 0;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .inputs {
    position: relative;
    margin: 0 0 10px;
}
.services-contact .innercon .content:nth-child(1) .hold .forms {
    position: relative;
}
.services-contact .innercon .content:nth-child(1) .hold .title:after {
    position: absolute;
    content: '';
    width: 100px;
    left: 0;
    bottom: 0;
    border-top: 1px solid white;
}
.services-contact .innercon .content:nth-child(1) .hold .title {
    color: white;
    font-family: 'Oswald';
    font-size: 40px;
    margin: 0 0 20px;
    font-weight: 700;
    padding: 0 0 20px;
    position: relative;
}
.services-contact .innercon .content:nth-child(1) .hold {
    background: #00093b;
    padding: 50px 70px 20px;
}
.services-contact .innercon .content:nth-child(1) {
    position: relative;
}
.services-contact .innercon {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
}
.services-contact {
    position: relative;
    padding: 100px 0;
	    background: #f2f4f9;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1a9df9;
    color: white;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
}
/* END */

/* ABOUT US PAGE */
.about-us {
    position: relative;
    padding: 100px 0;
    background: url(images/about-bg.jpg) no-repeat center;
    background-size: cover;
}
.about-us:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, #0e2453, #0d0d0d);
    left: 0;
    opacity: .5;
    z-index: 0;
}
.about-us .innercon{
	position:relative;
	max-width:1200px;
	margin:auto;
	  z-index: 1;
}
.about-us .innercon .about-content .about-desc {
    color: white;
    font-family: 'Poppins';
    font-weight: 200;
    line-height: 2;
    font-size: 17px;
}
.about-us .innercon .about-content {
    width: 50%;
}
/* END */

.topinfo {
  position: relative;
  padding: 20px 0;
}
.topinfo .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 0;
}
.topinfo .innercon .content:nth-child(1) {
  position: relative;
}
.topinfo .innercon .content:nth-child(1) .fa-bars {
  display: none;
}
.topinfo .innercon .content:nth-child(1) .logo {
  width: auto;
}
.topinfo .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.topinfo .innercon .content:nth-child(2) .inner:last-child {
    margin: 0;
}
.topinfo .innercon .content:nth-child(2) .inner .pricing:hover {
    background: #1665c5;
}
.topinfo .innercon .content:nth-child(2) .inner .pricing {
    background: #0f99fa;
    border: 0;
    padding: 15px 15px;
    color: white;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    transition: .3s;
}
.topinfo .innercon .content:nth-child(2) .inner .fa-facebook {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f99fa;
    font-size: 15px;
    border: 1px solid #0f99fa;
    border-radius: 50px;
    margin-top: 10px;
    text-decoration: none;
}
.topinfo .innercon .content:nth-child(2) .inner .fa-facebook:hover {
    background: #0f99fa;
    color: white;
}
.topinfo .innercon .content:nth-child(2) .inner:nth-child(1), .topinfo .innercon .content:nth-child(2) .inner:nth-child(2) {
  display: flex;
}
.topinfo .innercon .content:nth-child(2) .inner {
  position: relative;
  margin-right: 20px;
}
.topinfo .innercon .content:nth-child(2) .inner .google {
  width: 130px;
}
.topinfo .innercon .content:nth-child(2) .inner .left {
  position: relative;
}
.topinfo .innercon .content:nth-child(2) .inner .left .fa {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f99fa;
  font-size: 15px;
  border: 1px solid #0f99fa;
  border-radius: 50px;
}
.topinfo .innercon .content:nth-child(2) .inner .right {
  position: relative;
  padding-left: 10px;
  font-family: "Oswald", sans-serif;
  color: #0c3247;
  font-size: 23px;
  font-weight: 500;
}
.topinfo .innercon .content:nth-child(2) .inner .right a {
  color: #0c3247;
  text-decoration: none;
  transition: 0.3s;
}
.topinfo .innercon .content:nth-child(2) .inner .right a:hover {
  color: #0f99fa;
}

.menunav {
  position: relative;
  padding: 10px 0;
}
.menunav:before {
  position: absolute;
  content: "";
  width: calc(50% + 240px);
  height: 100%;
  left: 0;
  top: 0;
  background: #0f99fa;
}
.menunav:after {
  position: absolute;
  content: "";
  width: calc(50% - 240px);
  height: 100%;
  right: 0;
  top: 0;
  background: #1665c5;
}
.menunav .innercon {
  position: relative;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.menunav .innercon .content:nth-child(1) ul li:last-child:after {
  border: 0;
}
.menunav .innercon .content:nth-child(1) ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}


.menunav .innercon .content:nth-child(1) ul li .fa {
  margin-left: 5px;
}
.menunav .innercon .content:nth-child(1) ul li .sub-menu {
  position: absolute;
  width: 300px;
  z-index: 999;
  display: none;
  left: 0;
  background: #00093b;
  z-index: 999;
}
.menunav .innercon .content:nth-child(1) ul li .sub-menu li {
  display: block;
  text-align: left;
}
.menunav .innercon .content:nth-child(1) ul li .sub-menu li:after {
    position: relative;
    width: 0;
    height: 0;
    border: 0;
    top: 0;
    right: 0;
    content: '';
}
.menunav .innercon .content:nth-child(1) ul li .sub-menu li a {
  position: relative;
  padding: 20px;
}

.menunav .innercon .content:nth-child(1) ul li .sub-menu li a:hover {
    background: #0f99fa;
    color: white;
}
.menunav .innercon .content:nth-child(1) ul li .first-sub-dropdown .sub-menu {
  position: absolute;
  left: 300px;
  top: 20px;
}
.menunav .innercon .content:nth-child(1) ul li .second-sub-dropdown .sub-menu {
  position: absolute;
  left: 300px;
  top: 20px;
}


.menunav .innercon .content:nth-child(1) ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(1) ul li a:hover {
  color: #1665c5;
}
.menunav .innercon .content:nth-child(1) ul li:after {
  position: absolute;
  content: "";
  border-right: 1px solid #ffffff8f;
  height: 50%;
  right: 0;
  top: 25%;
}
.menunav .innercon .content:nth-child(2) {
  z-index: 99;
  position: relative;
  color: white;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.menunav .innercon .content:nth-child(2) img {
  width: 30px;
  margin-right: 15px;
}

.div1 {
  position: relative;
}
.div1 .swiper .slide1 {
  position: relative;
  padding: 100px 0;
  background: url(images/bg-new.jpg) no-repeat center;
  background-size: cover;
}
.div1 .swiper .slide2 {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(45deg, black, transparent), url(https://dentalimplantsboyntonbeach.com/wp-content/uploads/2022/08/Depositphotos_10843471_L-1.jpg) no-repeat center;
  background-size: cover;
}
.div1 .swiper {
	width: 100%;
	height: 100%;
}

.div1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.div1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.div1 .innercon-second {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 60% 40% !important;
  grid-gap: 0;
}
.div1 .innercon .content:nth-child(1) {
  position: relative;
}
.div1 .innercon .content:nth-child(1) .top {
  font-size: 50px;
  font-weight: 500;
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.div1 .innercon .content:nth-child(1) .slogan {
  font-size: 110px;
  font-weight: 600;
  color: white;
  font-family: "Oswald", sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.div1 .innercon .content:nth-child(1) .second-slide-slogan {
  font-size: 70px;
  font-weight: 600;
  color: white;
  font-family: "Oswald", sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.div1 .innercon .content:nth-child(1) .under {
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
}
.div1 .innercon .content:nth-child(1) .make {
    padding: 15px 30px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
}
.div1 .innercon .content:nth-child(1) .make .fa {
  color: #0f99fa;
  font-size: 20px;
  padding-right: 10px;
}
.div1 .innercon .content:nth-child(1) .make:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.div1 .innercon .content:nth-child(1) .make:hover .fa {
  color: white;
}

.div2 {
  position: relative;
  padding: 100px 0;
  background: url(images/bg1.jpg) no-repeat center;
  background-size: cover;
}
.div2 .innercon {
  position: relative;
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.div2 .innercon .title {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.div2 .innercon .under {
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0 0;
  text-transform: uppercase;
}
.div2 .innercon .make {
  padding: 15px 40px;
  border-radius: 5px;
  color: #0c3247;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 0;
  outline: none;
  border-bottom: 3px solid #0f99fa;
  transition: 0.3s;
  margin-top: 40px;
}
.div2 .innercon .make .fa {
  color: #0f99fa;
  font-size: 20px;
  padding-right: 10px;
}
.div2 .innercon .make:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.div2 .innercon .make:hover .fa {
  color: white;
}
.div2 .innercon .grids {
  position: relative;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 0 150px;
}
.div2 .innercon .grids .content {
  position: relative;
  padding: 50px;
  background: url(images/services-bg.png) no-repeat center;
  background-size: contain;
}
.div2 .innercon .grids .content a {
    text-decoration: none;
}
.div2 .innercon .grids .content img {
  width: 30px;
  height: 60px;
  object-fit: contain;
}
.div2 .innercon .grids .content .subtitle {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin: 20px 0 0;
}

.div3 {
  position: relative;
  padding: 100px 0;
}
.div3 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.div3 .innercon .google {
  width: auto;
  margin-top: 100px;
}
.div3 .innercon .title {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #0c3247;
}
.div3 .innercon .under {
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0 0;
  text-transform: uppercase;
  color: #1665c5;
}
.div3 .innercon .content {
  position: relative;
  margin-top: 50px;
}
.div3 .innercon .content .swiper-button-next:after, .div3 .innercon .content .swiper-rtl .swiper-button-prev:after {
  content: "next";
  background: #0c3247;
  padding: 20px;
  color: white;
  font-size: 20px;
}
.div3 .innercon .content .swiper-button-prev:after, .div3 .innercon .content .swiper-rtl .swiper-button-next:after {
  content: "prev";
  background: #0c3247;
  padding: 20px;
  color: white;
  font-size: 20px;
}
.div3 .innercon .content .swiper-button-next, .div3 .innercon .content .swiper-rtl .swiper-button-prev {
  right: -20px;
  left: auto;
}
.div3 .innercon .content .swiper-button-prev, .div3 .innercon .content .swiper-rtl .swiper-button-next {
  left: -20px;
  right: auto;
}
.div3 .innercon .content .swiper {
  width: 100%;
  height: 100%;
}
.div3 .innercon .content .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f2f4f9;
  padding: 50px;
  text-align: left;
  height: 100%;
}
.div3 .innercon .content .swiper-slide .testimtitle {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #0f99fa;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.div3 .innercon .content .swiper-slide .stars {
  margin: 0 0 30px;
}
.div3 .innercon .content .swiper-slide .stars .fa {
  color: #ffc600;
  margin-right: 7px;
}
.div3 .innercon .content .swiper-slide p {
  font-family: "Poppins", sans-serif;
  color: #0c3247;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
  margin: 0;
}

.div4 {
  position: relative;
  padding: 100px 0;
  background: url(images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.div4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  text-align: center;
}
.div4 .innercon .content {
  position: relative;
}
.div4 .innercon .content img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.div4 .innercon .content .title {
  color: #0f99fa;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 600;
  margin: 10px 0 0;
}
.div4 .innercon .content .info {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.div4 .innercon .content .info a {
  color: white;
  text-decoration: none;
}

.div5 {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.div5.last {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-color: #eeeeee;
}
.div5 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.div5 .innercon .content:nth-child(1) {
  position: relative;
}
.div5 .innercon .content:nth-child(1) .socmed {
  position: absolute;
  bottom: -35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.div5 .innercon .content:nth-child(1) .socmed .fa {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: #1665c5;
  border: 3px solid white;
  margin-right: 20px;
  cursor: pointer;
  color: white;
  border-radius: 50px;
  transition: 0.3s;
}
.div5 .innercon .content:nth-child(1) .socmed .fa:hover {
  background: #0f99fa;
}
.div5 .innercon .content:nth-child(1) img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.div5 .innercon .content:nth-child(2) {
  position: relative;
  text-align: left;
}
.div5 .innercon .content:nth-child(2) .top {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #0c3247;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}
.div5 .innercon .content:nth-child(2) .title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #1665c5;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
}
.div5 .innercon .content:nth-child(2) .desc {
  font-family: "Poppins", sans-serif;
  color: #0c3247;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
}
.div5 .learn {
  padding: 15px 40px;
  border-radius: 5px;
  color: #0c3247;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 0;
  outline: none;
  border-bottom: 3px solid #0f99fa;
  transition: 0.3s;
  background: #0c3247;
  color: white;
  margin-top: 50px;
}
.div5 .learn .fa {
  color: #0f99fa;
  font-size: 20px;
}
.div5 .learn:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.div5 .learn:hover .fa {
  color: white;
}

.div6 {
  position: relative;
  padding: 0 0 100px;
}
.div6 .innercon {
  z-index: 99;
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.div6 .innercon .content:nth-child(1) {
  position: relative;
  background: url(images/contact.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
.div6 .innercon .content:nth-child(1) .hold {
  text-align: center;
  margin-top: 200px;
}
.div6 .innercon .content:nth-child(1) .hold .title {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #0c3247;
}
.div6 .innercon .content:nth-child(1) .hold .under {
  color: white;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
}
.div6 .innercon .content:nth-child(2) {
  position: relative;
  padding: 100px;
  background: #000e33;
}
.div6 .innercon .content:nth-child(2) .form {
  position: relative;
  text-align: center;
}
.div6 .innercon .content:nth-child(2) .form .subtitle {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0 0 40px;
}
.div6 .innercon .content:nth-child(2) .form .under {
  font-family: "Poppins", sans-serif;
  color: #0f99fa;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
  margin: 0 0 20px;
}
.div6 .innercon .content:nth-child(2) .form .inputs {
  position: relative;
  margin-bottom: 10px;
}
.div6 .innercon .content:nth-child(2) .form .inputs input, .div6 .innercon .content:nth-child(2) .form .inputs textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 15px;
  color: white;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.363);
  padding: 15px;
  outline: none;
  text-align: center;
}
.div6 .innercon .content:nth-child(2) .form .inputs input::placeholder, .div6 .innercon .content:nth-child(2) .form .inputs textarea::placeholder {
  color: white;
  text-transform: uppercase;
}
.div6 .innercon .content:nth-child(2) .form .inputs textarea {
  height: 100px;
}
.div6 .innercon .content:nth-child(2) .form .inputs .send {
  padding: 15px 40px;
  border-radius: 5px;
  color: #0c3247;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 0;
  outline: none;
  border-bottom: 3px solid #0f99fa;
  transition: 0.3s;
  background: white;
}
.div6 .innercon .content:nth-child(2) .form .inputs .send .fa {
  color: #0f99fa;
  font-size: 20px;
}
.div6 .innercon .content:nth-child(2) .form .inputs .send:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.div6 .innercon .content:nth-child(2) .form .inputs .send:hover .fa {
  color: white;
}

.div7 {
  position: relative;
  padding: 400px 0 100px;
  background: url(images/footer.jpg) no-repeat center;
  background-size: cover;
  margin-top: -400px;
}
.div7 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.div7 .innercon .title {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: white;
  font-size: 35px;
  margin: 0 0 20px;
}
.div7 .innercon .make {
  padding: 15px 40px;
  border-radius: 5px;
  color: #0c3247;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 0;
  outline: none;
  border-bottom: 3px solid #0f99fa;
  transition: 0.3s;
}
.div7 .innercon .make .fa {
  color: #0f99fa;
  font-size: 20px;
  padding-right: 10px;
}
.div7 .innercon .make:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.div7 .innercon .make:hover .fa {
  color: white;
}

.footer {
  position: relative;
  padding: 50px 0 0;
  background: url(images/times.png) no-repeat center;
  background-size: cover;
  font-family: "Poppins", sans-serif;

}
.footer .hold-logo {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.footer .hold-logo:after {
  position: absolute;
  content: "";
  border-top: 10px solid #1665c5;
  width: 100%;
  left: 0;
  top: calc(50% + 20px);
}
.footer .logo {
  width: 300px;
  background: white;
  z-index: 99;
  position: relative;
}
.footer .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  padding-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.377);

}
.footer .innercon.first {
      border-bottom: 0px dotted rgba(0, 0, 0, 0.377);
      padding-bottom: 30px;
}

.footer .innercon.first .content {
    position: relative;
}

.footer .innercon.first .content p.title-first {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 800;
    color: #1665c5;
    margin: 20px 0 0;
}
.footer .innercon.first .content ul {
    list-style: none;
    text-align: center;
    margin: 0 40px 0 0;
 
}
.footer .innercon.first .content ul li{
  position: relative;
  padding: 10px 0;
 
}
.footer .innercon.first .content ul li a{
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}



.footer .map {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0 0;
}


.footer .innercon .content {
  position: relative;
  text-align: center;
}
.footer .innercon .content:after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted rgba(0, 0, 0, 0.377);
  width: 100%;
  left: 0;
  top: 20px;
}
.footer .innercon .content .fa {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #1665c5;
  color: #1665c5;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  background: white;
  z-index: 9;
  position: relative;
}
.footer .innercon .content .info {
  color: #0c3247;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
}
.footer .innercon .content .info a {
  color: #0c3247;
  text-decoration: none;
  transition: 0.3s;
}
.footer .innercon .content .info a:hover {
  color: #0f99fa;
}
.footer .copy {
  font-family: "Poppins", sans-serif;
  color: gray;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  padding: 0 0 30px;
  margin: 50px 0 30px;
}

.holdpage {
  padding: 100px 0;
  position: relative;
  background: url(images/pages-bg.jpg) no-repeat center;
	background-size:cover;
}
.page-id-32 .holdpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: block;
    grid-template-columns: repeat(2,1fr);
}
.page-id-32 .holdpage .innercon .content .pagetitle {
    font-family: "Oswald", sans-serif;
    text-align: left;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0 0 15px;
}
.page-id-2477 .holdpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
	display:grid;
	grid-template-columns:repeat(2,1fr)
}
.holdpage .innercon .content {
  position: relative;
	text-align:center;
}
.holdpage .innercon .content .pagetitle {
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: white;
	    font-weight: 800;
	text-transform:uppercase;
  font-size: 50px;
  margin: 0 0 15px;
}
.holdpage .innercon .content p.top-title {
    color: #0f99fa;
    font-family: 'Oswald';
    font-size: 30px;
    margin: 0;
}
.holdpage .innercon .content  .make{
	    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
}
.holdpage .innercon .content  .make:hover{
	    background: #0f99fa;
    color: white;
    border-bottom: 3px solid white;
}
.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.page-id-790 .pagecontent .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: block;
    grid-template-columns: 30% 70%;
    grid-template-areas: "left right";
}
.page-id-790 .pagecontent .innercon .content:nth-child(2) {
    display: none;
    flex-basis: 30%;
    margin-right: 60px;
    position: sticky;
    grid-area: left;
}
.page-id-790 .pagecontent .innercon .content:nth-child(1) .hold-all-content {
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 15px;
    line-height: 2;
    color: #2e2e2e;
    text-align: left;
    background: white;
    border: 0;
    padding: 50px;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 15px;
    line-height: 2;
    color: #2e2e2e;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0;
}


/* CONTENT CSS */
.postid-557 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg, .postid-716 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg, .postid-815 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg, .postid-1505 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg, .postid-557 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg{
	display: none;
}

.postid-456 .pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg{
	display: none;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .content-title {
    position: relative;
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.5;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content p.top-content-title {
    font-family: 'Oswald';
    color: #00093b;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content p.top-post {
    font-family: "Poppins", sans-serif;
    color: #00093b;
    font-size: 20px;
   
    font-weight: 500;
    margin: 0 0 15px;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content p.contact {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0 20px;
    border: 5px solid #00093b7d;
    padding: 15px 20px;
    text-align: center;
    line-height: 1.5;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 30px;
    font-weight: 700;
	margin:0 0 20px !important;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h3 {
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 27px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h4 {
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 25px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h5,.pagecontent .innercon .content:nth-child(1) .hold-all-content h6 {
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 22px;
    font-weight: 700;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .pages-image{
	position:relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .pages-image img{
	position:relative;
	width:100%;
	height:400px;
	margin:20px 0 ;
	object-fit:cover;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .advantage:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 100px;
    left: 0;
    top: 0;
    background: #2c59ca;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .advantage p {
    margin: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .advantage {
    position: relative;
    background: #e7ebf6;
    padding: 20px 20px 20px 60px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .background-bg .background-desc {
    color: white;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .background-bg .background-title {
    color: white;
    font-family: 'Oswald';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .background-bg {
    padding: 50px;
    background: url(images/page-image2.jpg) no-repeat center;
	background-size:cover;
    text-align: center;
    margin: 40px 0;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content ul{
	position:relative;
	list-style: none;
    padding: 0;
    margin: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul li{
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul li:after{
	position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    content: "⦿";
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c59ca;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list{
	position:relative;
	list-style: none;
    padding: 0;
    margin: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list li{
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list li:after{
	position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    content: "⦿";
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c59ca;
}
/* END */
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #0b3efb73, #00000052);
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #1665c5;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
  background: #0f99fa;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #1665c5;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 60px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background: #00093b;
}
/* .pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #d5d9e2;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) .title {
    color: #00093b;
} */
.pagecontent .innercon .content:nth-child(2) .hold-sidebar {
    position: relative;
    top: 0px;
    height: auto;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: #00093b;
  border: 1px solid #d8d8d8;
  padding: 30px;
	text-align:center;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .read {
    background: #0f99fa;
    border: 0;
    padding: 15px 15px;
    color: white;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    transition: .3s;
    width: 100%;
}

.pagecontent .innercon .content:nth-child(2) .sidebar .desc {
    color: white;
    font-family: 'poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(1) .title {
    text-align: left;
    font-size: 25px;
    letter-spacing: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(1) .mic {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50px;
    float: left;
    margin: 0 10px 0 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
    color: #0f99fa;
    font-family: "Oswald", sans-serif;
    font-size: 37px;
    margin: 0 0 20px;
    font-weight: 400;
    padding-bottom: 10px;
    letter-spacing: 2px;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    padding-left: 0;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff2b;
}

.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #1665c5;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input, .pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
    width: 100%;
    padding: 12px 0;
    border: 0;
    background: transparent;
    border-bottom:1px solid #00093b5e;
    outline: none;
    font-family: 'Oswald';
    font-size: 17px;
    text-align: center;
    color: #00093b;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: #00093b;
  font-size: 15px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
    padding: 15px 40px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
    width: 100%;
    background: #00093b;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send .fa {
  color: #0f99fa;
  font-size: 20px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover .fa {
  color: white;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  color: #0f99fa;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #0f99fa;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #0f99fa;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #0c3247;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #0f99fa;
  color: white;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #1665c5;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #1665c5;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #0f99fa;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #1665c5;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #1665c5;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #1665c5;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #0c3247;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  padding: 15px 40px;
  border-radius: 5px;
  color: #0c3247;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 0;
  outline: none;
  border-bottom: 3px solid #0f99fa;
  transition: 0.3s;
}
.notfound .innercon .content:nth-child(2) .goto .fa {
  color: #0f99fa;
  font-size: 20px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.notfound .innercon .content:nth-child(2) .goto:hover .fa {
  color: white;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #0c3247;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #1665c5;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px #dddddd;
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  color: #78c7ff;
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid #d1d1d1;
  background: white;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: #9b9b9b;
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  padding: 15px 40px;
  border-radius: 5px;
  color: #0c3247;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  border: 0;
  outline: none;
  border-bottom: 3px solid #0f99fa;
  transition: 0.3s;
  text-indent: 0;
  width: 100%;
  color: white;
  background: #1665c5;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send .fa {
  color: #0f99fa;
  font-size: 20px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #0f99fa;
  color: white;
  border-bottom: 3px solid white;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover .fa {
  color: white;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #0c3247;
  color: white;
}
/* CONTACT US */
.contactuspage {
  position: relative;
  padding: 0 0 50px;
}
.contactuspage .map iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
}
.contactuspage .innercon {
  box-shadow: 5px 0 20px #4e4e4e;
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: -300px;
}
.contactuspage .innercon .flex {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 0;
  position: relative;
}
.contactuspage .innercon .flex .content:nth-child(2) {
  background: #1665c5;
  position: relative;
}
.contactuspage .innercon .flex .content:nth-child(2):after {
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
    border-left: 80px solid #0000ff40;
    border-top: 80px solid #0000ff40;
    right: 0;
    bottom: 0;
}
.contactuspage .innercon .flex .content:nth-child(2) .title {
  color: white;
}
.contactuspage .innercon .flex .content:nth-child(1) .desc {
  font-family: "Poppins", sans-serif;
 
  position: relative;
  z-index: 9;
  font-size: 18px;
  font-weight: 400;
}
.contactuspage .innercon .flex .content:nth-child(2) .desc {
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  z-index: 9;
  font-size: 18px;
  font-weight: 400;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo {
  z-index: 9;
  margin-top: 50px;
  position: relative;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo {
  display: grid;
  position: relative;
  margin-bottom: 40px;
  grid-template-columns: 20% 80%;
  grid-gap: 0;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .working {
    color: white;
    font-family: "Poppins", sans-serif;
    z-index: 9;
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 20px;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(1) {
  position: relative;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(1) i.fa.fa-mobile {
  font-size: 30px;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(1) .fa {
  color: white;
  font-size: 25px;
  background: #0f99fa;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(2) {
  position: relative;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(2) .infotitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 5px;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(2) ul li {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
}
.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(2) ul li a {
  color: white;
  text-decoration: none;
}
.contactuspage .innercon .flex .content:nth-child(1) {
  position: relative;
}
.contactuspage .innercon .flex .content {
  background: white;
  padding: 40px;
  position: relative;
}
.contactuspage .innercon .flex .content .title {
  font-family: "Poppins", sans-serif;
  z-index: 9;
  position: relative;
  color: black;
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 20px;
}
.contactuspage .innercon .flex .content .forms {
  z-index: 9;
  position: relative;
  margin: auto;
}
.contactuspage .innercon .flex .content .forms .grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.contactuspage .innercon .flex .content .forms .grids .con {
  position: relative;
}
.contactuspage .innercon .flex .content .forms .grids .con input {
  width: 100%;
  border: 1px solid gray;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding: 15px 0;
  text-indent: 15px;
  color: #36a539;
  outline: none;
  background: transparent;
}
.contactuspage .innercon .flex .content .forms .grids .con input::placeholder {
  text-transform: uppercase;
  color: #36a539;
  font-size: 14px;
}
.contactuspage .innercon .flex .content .forms .inputs {
  margin-bottom: 20px;
  position: relative;
}
.contactuspage .innercon .flex .content .forms .wpcf7 form.sent .wpcf7-response-output {
    border-color: #1a9df9;
    color: #46b450;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
}
.contactuspage .innercon .flex .content .forms .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.contactuspage .innercon .flex .content .forms .inputs input, .contactuspage .innercon .flex .content .forms .inputs textarea {
  width: 100%;
  border: 1px solid gray;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  padding: 15px 0;
  text-indent: 15px;
  color: #36a539;
  outline: none;
  background: transparent;
}
.contactuspage .innercon .flex .content .forms .inputs input::placeholder, .contactuspage .innercon .flex .content .forms .inputs textarea::placeholder {
  text-transform: uppercase;
  color: #1665c5;
  font-size: 14px;
}
.contactuspage .innercon .flex .content .forms .inputs .send {
    width: 250px;
    padding: 15px 0;
    border-radius: 50px;
    color: white;
    box-shadow: 10px 10px 10px -5px #777777;
    border: 0;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    background: #1665c5;
    margin-top: 20px;
    border-radius: 0;
    width: 100%;
    margin: 0;
}
/* END */

@media only screen and (max-width: 1024px) {
	.topbanner-saving {
    padding: 12px 20px;
    background: #C51616;
}
	.topbanner-saving .innercon {
    max-width: 1200px;
    margin: auto;
    display: block;
}
	.topbanner-saving .innercon .content {
    color: white;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
	.topbanner-saving .innercon .content:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
}
	.about-us {
    position: relative;
    padding: 100px 20px;
    background: url(images/about-bg.jpg) no-repeat center;
    background-size: cover;
}
	.div5.last {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    background-color: #eeeeee;
}
	section.ribbon-ins {
    position: relative;
    padding: 50px 20px;
    background: linear-gradient(to right, #0f99fa, #1665c5);
}
	.div1 .innercon-second {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 0;
}
	.services-contact .innercon .content:nth-child(1) .hold .forms .grids {
    position: relative;
    display: block;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
	section.new-sec {
    position: relative;
    padding: 100px 20px 0;
}
    .footer-practice {
    padding: 50px 20px;
    max-width: 800px;
    margin: auto;
}
    .services-contact {
    position: relative;
    padding: 100px 20px;
    background: #f2f4f9;
}
	.holdpage {
    padding: 100px 20px;
    position: relative;
    background: url(images/pages-bg.jpg) no-repeat center;
    background-size: cover;
}
	.pagecontent {
    padding: 70px 20px;
    background: #f5f5f5;
    position: relative;
}
	.contactuspage .innercon {
    box-shadow: 5px 0 20px #4e4e4e;
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin-top: -300px;
    padding: 0 20px;
}
  .contactpage {
    position: relative;
    padding: 70px 20px;
    background: #f5f5f5;
  }

  .topinfo {
    position: relative;
    padding: 20px;
  }

  .topinfo .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 0;
  }

  .topinfo .innercon .content:nth-child(2) .inner .right {
    position: relative;
    padding-left: 10px;
    font-family: "Oswald", sans-serif;
    color: #0c3247;
    font-size: 20px;
    font-weight: 500;
  }

  .menunav .innercon .content:nth-child(1) ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    transition: 0.3s;
  }
  .div1 {
  position: relative;
}

  .div1 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .div1 .innercon .content:nth-child(1) .make {
    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
    margin-left: 0;
  }

  .div3 {
    position: relative;
    padding: 100px 20px;
  }

  .div3 .innercon .content .swiper-button-next, .div3 .innercon .content .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
  }

  .div3 .innercon .content .swiper-button-prev, .div3 .innercon .content .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
  }

  .div4 {
    position: relative;
    padding: 100px 20px;
    background: url(images/bg2.jpg) no-repeat center;
    background-size: cover;
  }

  .div5 {
    position: relative;
    padding: 100px 20px;
    text-align: center;
  }

  .div6 .innercon .content:nth-child(2) {
    position: relative;
    padding: 50px 50px;
    background: #000e33;
  }

  .footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    padding-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.377);
    margin: 100px 20px 0;
  }
}
@media only screen and (max-width: 900px) {
  .topinfo .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .topinfo .innercon .content:nth-child(1) .logo {
    width: auto;
  }

  .topinfo .innercon .content:nth-child(1) {
    position: relative;
    text-align: center;
  }

  .topinfo .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menunav .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .menunav:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0f99fa;
  }

  .menunav:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent;
  }

  .menunav .innercon .content:nth-child(2) {
    z-index: 99;
    position: relative;
    color: white;
    font-family: "Oswald", sans-serif;
    cursor: pointer;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 50px;
    background: #0c308a;
    padding: 20px;
    justify-content: center;
  }

  .menunav {
    position: relative;
    padding: 10px 0 0;
  }

  .menunav .innercon .content:nth-child(1) ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .div1 .innercon .content:nth-child(1) {
    position: relative;
    text-align: center;
  }

  .div2 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 0 100px;
  }

  .div5 .innercon .content:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .div6 .innercon .content:nth-child(1) {
    position: relative;
    background: url(images/contact.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
	.topbanner-saving .innercon .content .text {
    display: block;
}
	.blog-quiz {
    padding: 30px;
    background: #00093b;
    display: block;
    align-items: center;
    margin: 0 0 20px;
}
	.blog-quiz .blog-quiz-content:nth-child(1) {
    color: white;
    font-family: oswald;
    flex-basis: 100%;
    font-size: 25px;
    text-align: center;
    justify-content: center;
}
	.blog-quiz .blog-quiz-content:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-basis: 50%;
}
	.about-us .innercon .about-content {
    width: 100%;
}
	section.ribbon-ins .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    text-align: center;
}
	section.ribbon-ins .innercon .content:nth-child(1) .desc {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 2;
    text-align: center;
    font-weight: 300;
    color: white;
}
	.div1 .swiper .slide2 {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(45deg, black, transparent), url(https://dentalimplantsboyntonbeach.com/wp-content/uploads/2022/08/Depositphotos_10843471_L-1.jpg) no-repeat center;
    background-size: cover;
}
	section.new-sec .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
	.services-contact .innercon .content:nth-child(1) .hold .forms .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
    .footer-practice ul {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
    .services-contact .innercon {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
}
	.pagecontent .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-areas: "right"
"left";
}
	.pagecontent .innercon .content:nth-child(2) .hold-sidebar {
    position: relative;
    top: 50px;
    height: auto;
}
	.pagecontent .innercon .content:nth-child(2) {
    flex-basis: 30%;
    margin-right: 0;
    position: sticky;
    grid-area: left;
}
	.contactuspage .innercon .flex {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    position: relative;
}
	.contactuspage .innercon .flex .content:nth-child(1) {
    position: relative;
    box-shadow: 0 0 20px #0000008c;
}
  .contactpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: "Poppins", sans-serif;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .contactpage .innercon .content:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .div2 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 0;
  }

  .div4 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    text-align: center;
  }

  .div5 .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .div5 .innercon .content:nth-child(2) {
    position: relative;
    text-align: center;
  }

  .div6 .innercon {
    z-index: 99;
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .div6 .innercon .content:nth-child(1) {
    position: relative;
    background: url(images/contact.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }

  .footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.377);
    margin: 100px 20px 0;
  }
}
@media only screen and (max-width: 600px) {
	.services-contact .innercon .content:nth-child(1) .hold .forms .grids {
    position: relative;
    display: block;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
	.holdpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
  .div2 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    padding: 0;
  }

  .topinfo .innercon .content:nth-child(1) {
    position: relative;
    text-align: left;
  }

  .topinfo .innercon .content:nth-child(2) {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .topinfo .innercon .content:nth-child(1) .logo {
    width: 300px;
  }

  .topinfo .innercon .content:nth-child(1) .fa-bars {
    display: block;
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #0f99fa;
    top: calc(50% - 10px);
    cursor: pointer;
  }

  .menunav .innercon .content:nth-child(1) {
    position: fixed;
    max-width: 350px;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: none;
    overflow: scroll;
    z-index: 999;
    background: #0f99fa;
  }

  .menunav {
    position: relative;
    padding: 0;
  }

  .menunav .innercon .content:nth-child(1) ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .menunav .innercon .content:nth-child(1) ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: left;
  }

  .menunav .innercon .content:nth-child(1) ul li:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ffffff8f;
    right: 0;
    bottom: 0;
    width: 100%;
    top: initial;
  }

  .div2 {
    position: relative;
    padding: 100px 20px;
    background: url(images/bg1.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
	.blog-quiz {
    padding: 20px;
    background: #00093b;
    display: block;
    align-items: center;
    margin: 0 0 20px;
}
	.blog-quiz .blog-quiz-content:nth-child(1) {
    color: white;
    font-family: oswald;
    flex-basis: 100%;
    font-size: 25px;
    text-align: center;
    justify-content: center;
    line-height: 1.5;
    margin: 0  0  20px;
}
	.div1 .innercon .content:nth-child(1) .make {
    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    width: 95%;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
    margin-left: 0;
}
	.div1 .innercon .content:nth-child(1) .open-popup {
    margin-top: 10px;
}
	.blog-contactus .blog-contactus-form .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
}
	.blog-callus .callus {
    font-size: 40px;
    font-family: 'Oswald';
    text-align: center;
    line-height: 1.2;
    margin: 0 0 20px;
}
	.about-author {
    position: relative;
    padding: 30px;
    display: block;
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
}
	.about-author .inside-author .allen-author {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 20px;
}
	.menunav .innercon .content:nth-child(1) ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 25px 30px;
    transition: 0.3s;
}
	section.ribbon-ins .innercon .content .make span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
}
	section.ribbon-ins .innercon .content .make {
    position: relative;
    padding: 15px 40px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0c3247;
    transition: 0.3s;
    margin-left: 0;
}
	section.ribbon-ins .innercon .content:nth-child(1) .title {
    position: relative;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
	section.ribbon-ins .innercon .content:nth-child(2) .make {
    position: relative;
    padding: 15px 0px;
    border-radius: 5px;
    color: #0c3247;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 0;
    outline: none;
    border-bottom: 3px solid #0f99fa;
    transition: 0.3s;
    margin-left: 0;
    width: 100%;
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content iframe {
    height: 250px;
}
	.consultation .cont .send.last {
    margin-left: 0;
    margin-top: 20px;
}
	.consultation .cont .send {
    background-color: #00093b;
    color: white;
    padding: 5px 30px;
    width: 100%;
    border: 0;
    outline: none;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}
	.holdpage .innercon .content .pagetitle {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 15px;
    line-height: 1.4;
}
  
    .footer-practice ul {
    padding: 0;
    margin-left: 80px;
    list-style: none;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
    .services-contact .innercon .content:nth-child(2) .hold .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    text-align: center;
}
.services-contact .innercon .content:nth-child(2) .hold .title {
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 30px;
    text-align: center;
}
.services-contact .innercon .content:nth-child(1) .hold .forms .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
.services-contact .innercon .content:nth-child(1) .hold {
    background: #00093b;
    padding: 50px 30px 20px;
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content .content-title {
    position: relative;
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.5;
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content {
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 2;
    color: #2e2e2e;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0;
}
	.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 25px;
    padding-left: 0;
    position: relative;
    margin: 0 0 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff2b;
}
	.div3 .innercon .content .swiper-slide p {
    font-family: "Poppins", sans-serif;
    color: #0c3247;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    margin: 0 0 10px;
}
	.services-contact .innercon .content:nth-child(1) .hold .forms .inputs label {
    color: white;
    width: 100%;
    font-family: 'Poppins';
    font-size: 16px;
    margin: 0;
}
	.services-contact .innercon .content:nth-child(2) .hold .grids .info .num {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
}
	.services-contact .innercon .content:nth-child(2) .hold .grids .info .phone {
    font-family: 'Poppins';
    font-weight: 600;
    margin: 10px 0 0;
    font-size: 20px;
    color: #1a9df9;
}
	.footer-practice ul li {
    font-size: 18px;
    background: url(https://dentalimplantsboyntonbeach.com/wp-content/uploads/2022/04/practice-arrow.png) no-repeat left;
    background-size: contain;
    padding-left: 50px;
    margin: 0 auto 25px auto;
    font-weight: 600;
    font-family: 'Poppins';
}
	.footer .innercon.first .content ul li {
    position: relative;
    padding: 15px 0;
}

	.footer .copy {
    font-family: "Poppins", sans-serif;
    color: gray;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding: 0 0 30px;
    margin: 50px 0 30px;
    line-height: 2;
}
	.contactuspage .innercon .flex {
    display: block;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    position: relative;
}
	.contactuspage .innercon {
    box-shadow: 0 0 0 red;
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    padding: 0 20px;
}
	.contactuspage .map iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(1);
}
  .contactpage .innercon .content:nth-child(2) .forms {
    position: relative;
    box-shadow: 0 0 10px #dddddd;
    background: white;
    padding: 40px;
    width: 100%;
  }

  .footer {
    position: relative;
    padding: 150px 20px 0;
    background: url(images/times.png) no-repeat center;
    background-size: cover;
  }

  .div1 .innercon .content:nth-child(1) .top {
    font-size: 40px;
    font-weight: 500;
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    margin: 0;
  }

  .div1 .innercon .content:nth-child(1) .slogan {
    font-size: 50px;
    font-weight: 600;
    color: white;
    font-family: "Oswald", sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 420px) {
	.about-us {
    position: relative;
    padding: 60px 20px;
    background: url(images/about-bg.jpg) no-repeat center;
    background-size: cover;
}
	.blog-contactus {
    position: relative;
    padding: 30px 30px 20px;
    background: #00093b;
    margin: 0 0 20px;
}
	.consultation .cont .send {
    background-color: #00093b;
    color: white;
    padding: 10px 0px;
    width: 100%;
    border: 0;
    outline: none;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}
	.pagecontent .innercon .content:nth-child(2) .sidebar .title {
    color: #0f99fa;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    padding-bottom: 10px;
    letter-spacing: 2px;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 800;
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content .content-title {
    position: relative;
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.5;
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
    font-family: 'Oswald';
    color: #2c59ca;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
}
	.holdpage .innercon .content .pagetitle {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 15px;
}
  .contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
    font-size: 40px;
  }

  .contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
    font-size: 30px;
  }

  .div2 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    padding: 0;
  }

  .div1 .innercon .content:nth-child(1) .top {
    font-size: 35px;
    font-weight: 500;
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    margin: 0;
  }

  .div1 .innercon .content:nth-child(1) .slogan {
    font-size: 50px;
    font-weight: 600;
    color: white;
    font-family: "Oswald", sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
	.pagecontent .innercon .content:nth-child(1) .hold-all-content a {
    word-break: break-all;
}
.services-contact .innercon .content:nth-child(1) .hold {
    background: #00093b;
    padding: 50px 15px 20px;
}
}
@media only screen and (max-width: 375px) {
	section.new-sec .innercon .content:nth-child(1) .title {
    font-family: 'Oswald';
    font-size: 30px;
    color: #1665c5;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 30px;
}
	.services-contact .innercon .content:nth-child(2) .hold .grids .info .num {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
    .footer-practice ul {
    padding: 0;
    margin-left: 40px;
    list-style: none;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
	.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(2) .infotitle {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}
	.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(1) .fa {
    color: white;
    font-size: 25px;
    background: #0f99fa;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(1) i.fa.fa-mobile {
    font-size: 25px;
}
	.contactuspage .innercon .flex .content:nth-child(2) .coninfo .socialinfo .left:nth-child(1) .fa {
    color: white;
    font-size: 20px;
    background: #0f99fa;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.contactuspage .innercon .flex .content .forms .inputs textarea {
    height: 200px;
}
  .topinfo .innercon .content:nth-child(1) .logo {
    width: 250px;
  }

  .menunav .innercon .content:nth-child(1) {
    position: fixed;
    max-width: 300px;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: none;
    overflow: scroll;
    z-index: 999;
    background: #0f99fa;
  }

  .footer .logo {
    width: 60%;
    background: white;
    z-index: 99;
    position: relative;
  }
	.footer .hold-logo:after {
    position: relative;
    content: "";
    border-top: 10px solid #1665c5;
    width: 100%;
    left: 0;
    top: calc(50% + 20px);
}

  .footer .innercon .content .info {
    color: #0c3247;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 20px 0 10px;
    word-break: break-all;
}

  .div1 .innercon .content:nth-child(1) .top {
    font-size: 30px;
    font-weight: 500;
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    margin: 0;
  }

  .div2 .innercon .title {
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
  }

  .div3 .innercon .title {
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #0c3247;
  }

  .div4 .innercon .content .title {
    color: #0f99fa;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0 0;
  }

  .div6 .innercon .content:nth-child(1) .hold {
    text-align: center;
    margin-top: 200px;
    padding: 0 20px;
  }

  .div6 .innercon .content:nth-child(1) .hold .title {
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #0c3247;
  }

  .div7 .innercon .title {
    color: #78c7ff;
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    margin: 0 0 20px;
    line-height: 1.5;
  }
	.footer .innercon .content .info {
    color: #0c3247;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 30px 0 20px;
    line-height: 1.7;
}
}

/*# sourceMappingURL=main.css.map */
