/*------------------------------
Main style sheet
Created For : Total Dental Arts
------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
/*
    Flaticon icon font: Flaticon
    Creation date: 21/09/2020 13:36
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-salary:before {
  content: "\f100";
}
.flaticon-money:before {
  content: "\f101";
}
.flaticon-medal:before {
  content: "\f102";
}
.flaticon-trophy:before {
  content: "\f103";
}
.flaticon-lawyer:before {
  content: "\f104";
}
.flaticon-resume:before {
  content: "\f105";
}
.flaticon-customer-review:before {
  content: "\f106";
}
.flaticon-favourite:before {
  content: "\f107";
}
.flaticon-24-hours:before {
  content: "\f108";
}
.flaticon-pin:before {
  content: "\f109";
}
.flaticon-smartphone:before {
  content: "\f10a";
}
.flaticon-phone-call:before {
  content: "\f10b";
}
.flaticon-telephone:before {
  content: "\f10c";
}
.flaticon-facebook:before {
  content: "\f10d";
}
.flaticon-linkedin:before {
  content: "\f10e";
}
.flaticon-first-aid-kit:before {
  content: "\f10f";
}
.flaticon-caduceus-symbol:before {
  content: "\f110";
}
.flaticon-car:before {
  content: "\f111";
}
.flaticon-money-1:before {
  content: "\f112";
}
.flaticon-respect:before {
  content: "\f113";
}
/* -- CSS Reset -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label span {
  color: #F00;
}
/* -- End Reset -- */
/* -- General Styles -- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oxygen', sans-serif;
}
p, form {
  font-family: 'Oxygen', sans-serif;
}
ul {
  list-style: none;
  padding-left: 20px;
}
ul li {
  position: relative;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
}
ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 8px;
  position: absolute;
  left: -20px;
  color: #e0ad47;
}
header ul li:before {
  content: '';
}
.scroll-link ul {
  margin: 0;
  padding: 10px;
  border: 1px #ddd solid;
}
.scroll-link ul li:before {
  content: '';
}
.scroll-link ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  border-right: 1px #ddd solid;
  padding: 0px 15px;
}
.scroll-link ul li:last-child {
  border-right: none;
}
.scroll-link ul li a {
  color: #000;
}
.scroll-link ul li a:hover {
  color: #e0ad47;
}
/* Link Style */
a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #e0ad47;
  text-decoration: underline;
  transition: all 0.4s ease 0s;
}
section {
  position: relative;
  padding: 130px 0px;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400;
}
p {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400;
  line-height: 30px;
}
p strong, strong {
  color: #000000;
  font-weight: 600;
}
.container {
  max-width: 1200px;
}
/* ================ Transition ================= */
.transition-1s, .header, .navbar-brand {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
/* ================ HEADER ================= */
header.sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
}
header.sticky .navbar-brand {
  max-width: 150px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #040710;
  border-bottom: 3px #e0ad47 solid;
}
.header .navbar {
  padding: 1rem 0rem;
}
.header .navbar-brand {
  max-width: 170px;
  padding: 0;
  margin: 0;
  display: block;
}
.header-right {}
.header-right .address {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: initial;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.header-right .address span {
  color: #e0ad47;
  font-weight: 700;
  display: block;
}
.header-right .phone {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding-left: 70px;
}
.header-right .phone a {
  color: #fff;
  text-decoration: none;
}
.header-right .phone a:hover {
  color: #e0ad47;
}
/* ================ Banner ================= */
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 140px 0px 70px;
}
.hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hero .bg-img img {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.hero-leftinfo {
  display: block;
  padding-top: 63%;
}
.hero-leftinfo .head-title {
  font-size: 31px;
  color: #040710;
  font-weight: 700;
  text-align: left;
  line-height: initial;
  text-transform: none;
  display: inline-block;
  max-width: 330px;
  padding-right: 10px;
  vertical-align: middle;
}
.hero-leftinfo .slog-title {
  font-size: 19px;
  color: #040710;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
  text-transform: none;
  display: inline-block;
  border-left: 3px #e0ad47 solid;
  padding-left: 10px;
  vertical-align: middle;
}
.hero-leftinfo .icon-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border-radius: 12px;
}
.hero-leftinfo .icon-box ul {
  margin: 0;
  padding: 0;
}
.hero-leftinfo .icon-box ul li {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  line-height: 44px;
}
.hero-leftinfo .icon-box ul li:before {
  content: '';
}
.hero-leftinfo .icon-box ul li i {
  font-size: 24px;
  color: #cca840;
  margin-right: 10px;
}
/* Quote style */
.quote-form-wrap {
  display: block;
  padding: 30px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
}
.quote-form-wrap .form-header {
  margin-bottom: 15px;
  text-align: center;
}
.quote-form-wrap .form-header h3 {
  font-size: 30px;
  color: #040710;
  font-weight: 700;
  margin-bottom: 10px;
}
.quote-form-wrap .form-header p {
  font-size: 14px;
  color: #e0ad47;
  font-weight: 400;
  line-height: initial;
}
.quote-form-wrap .form-header p span {
  font-weight: 700;
}
.quote-form-wrap .form-control {
  padding: .75rem 0.85rem;
  height: calc(2.3em + .75rem + 2px);
  border: none;
  border-radius: 0px;
  box-shadow: 0px 2px 0px #040710;
}
.quote-form-wrap .w-50 {
  width: 47.555% !important;
  display: inline-block;
  margin-right: 1rem;
}
/*.quote-form-wrap textarea {
    height: 70px !important;
}*/
/*.contact-area .form-control::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.contact-area .form-control:-ms-input-placeholder{
 color: #fff;
}
.contact-area .form-control::-webkit-input-placeholder {
 color: #fff;
}*/
.quote-form-wrap .button[type="submit"] {
  background: #e0ad47;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 0px;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  width: 100%;
  box-shadow: 0px 3px 0px rgb(135 116 13);
}
.quote-form-wrap .button[type="submit"]:hover {
  background: #040710;
  box-shadow: 0px 3px 0px rgb(4 7 16);
}
.intro-sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.intro-sec .img-right {
  float: right;
  max-width: 370px;
  margin: 5px 0px 30px 30px;
}
.intro-sec .img-left {
  float: left;
  max-width: 470px;
  margin: 5px 30px 30px 0px;
}
.intro-sec p {
  margin-bottom: 15px;
}
.intro-sec h4 {
  font-size: 26px;
  color: #222;
  font-weight: 700;
  margin-bottom: 15px;
}
.intro-sec .list li {
  margin-bottom: 15px;
}
.intro-sec .list li strong {
  color: #a21d20;
}
.title-head {
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.title-head h3 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.testimonial-sec {
  position: relative;
}
.testimonial-sec {
  background-image: url("../images/testimonial-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.testimonial-sec .title-header, .feature-sec .title-header {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-sec .title-header h3, .feature-sec .title-header h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: #fff;
  line-height: initial;
}
.testimonial-sec .title-header::after, .feature-sec .title-header::after {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  content: "";
  background: #fff;
  height: 3px;
}
.testimonial-sec .testi-box {
  padding: 30px;
  border: 1px #fff solid;
  border-radius: 6px;
  height: 100%;
}
.testimonial-sec .testi-box .title {
  margin-bottom: 15px;
  position: relative;
}
.testimonial-sec .testi-box .title h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.testimonial-sec .testi-box .title p {
  font-size: 18px;
  color: #fff;
}
.rating {
  position: absolute;
  top: 0;
  right: 0;
}
.rating i {
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
}
.testimonial-sec a.btn {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #a21d20;
  border-radius: 0px;
  padding: 11px 19px;
  margin-top: 30px;
}
.testimonial-sec a.btn:hover {
  color: #a21d20;
  background: #fff;
}
.testimonial-sec .testi-box p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
/* Feature style */
.feature-sec {
  position: relative;
  padding-bottom: 40px;
}
.feature-sec .title-header::after {
  background: #a21d20;
}
.feature-sec .title-header h3 {
  color: #000;
  font-weight: 700;
}
.features-box {
  position: relative;
  display: block;
  border: 1px #ddd solid;
  padding: 62px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.features-box-icon {
  display: table-cell;
  vertical-align: top;
}
.icon-md {
  font-size: 48px;
  line-height: 50px;
  color: #a21d20;
}
.features-box-content {
  display: table-cell;
  padding-left: 20px;
}
.features-box-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
/* CTA sec */
.cta-sec {
  position: relative;
  margin-bottom: 70px;
}
.cta-inner {
  background: #1a3c62;
  padding: 30px;
  border-radius: 12px;
}
.cta-inner h3 {
  font-size: 24px;
  color: #cca840;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
.cta-inner h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.cta-inner a.btn-book {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  background: #000;
  border-radius: 0px;
  padding: 16px 33px;
  margin-top: 10px;
  display: inline-block;
}
.cta-inner a.btn-book:hover {
  color: #e0ad47;
  background: #fff;
}
.footer {
  position: relative;
  padding: 70px 0px 40px 0px;
}
.footer h2 {
  font-size: 36px;
  color: #e0ad47;
  font-weight: bold;
  display: inline-flex;
}
.footer h2 a {
  text-decoration: none;
}
.footer p {
  font-size: 18px;
  color: #222;
  text-transform: none;
  font-weight: 400;
}
.footer i {
  font-size: 40px;
  color: #e0ad47;
  display: inline-flex;
  margin-right: 10px;
}
/* Social icons */
.socialicon {
  margin-top: 10px;
}
.socialicon a i {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #cca840;
}
.socialicon a i:hover {
  color: #fff;
}
/* Dentist */
.info-panel {
  position: relative;
  padding: 15px 0px;
  background: #040710;
}
.info-panel .item-part {
  display: inline-flex;
}
.info-panel .item-part .icon-part {}
.info-panel .item-part .icon-part img {
  width: 36px;
  max-width: unset;
}
.info-panel .item-part .desc-text {
  padding-left: 15px;
}
.info-panel .item-part .desc-text h4 {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}
.contact-info .logo {
  max-width: 270px;
  padding: 0;
  margin: 0;
  display: block;
}
.contact-info {
  position: relative;
  background-color: #fff;
  padding: 30px 0px;
  border-bottom: 1px #ddd solid;
}
.contact-info h5 {
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  color: #222;
}
.contact-info p {
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  color: #222;
  margin: 20px 0px;
}
.footer .footer-logo {
  max-width: 250px;
  display: block;
  margin: 15px auto;
}
.footer-info li {
  padding-bottom: 2px;
}
.footer-info li:before {
  content: '';
}
.footer-info li span {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  display: inline-flex;
  line-height: inherit;
}
.footer-info li span i {
  margin-right: 10px;
  position: relative;
  top: 0px;
  font-size: 20px;
  color: #e0ad47;
  display: inline-flex;
}
.social-2 ul {
  margin: 10px 0 0px;
  padding: 0;
}
.social-2 ul li {
  display: inline-flex;
  list-style-type: none;
}
.social-2 ul li:before {
  content: '';
}
.social-2 ul li a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #021f57;
  border-radius: 0px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 0;
  display: block;
}
.social-2 ul li a i {
  font-size: 16px;
  margin: 0;
  display: block;
  color: #fff;
  line-height: 32px;
}
.social-2 ul li a:hover {
  background: #e0ad47;
  text-decoration: none;
}
/*.rating-div {
  position: absolute;
  bottom: 15%;
  left: 0;
}*/
.rating-div {
  position: relative;
}
.pop-up-cta {
  background: #ffffff;
  border: 1px #ddd solid;
  padding: 30px;
  float: right;
  width: 370px;
  text-align: center;
  margin: 0px 0px 30px 30px;
  box-shadow: 5px 10px 10px rgb(0 0 0 / 20%);
}
.pop-up-cta img {
  height: 130px;
}
.pop-up-cta h5 {
  color: #040710;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}
.pop-up-cta p {
  color: #e0ad47;
  font-size: 14px;
  font-weight: 600;
}
.pop-up-cta a.btn-lan {
  background: #040710;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
}
.pop-up-cta a.btn-lan:hover {
  background: #e0ad47;
  text-decoration: none;
  color: #fff;
}
#form-modal .modal-body {
  padding: 0px !important;
}
.w-62 {
  max-width: 62%;
  margin: auto;
}
.int-field-l {
  width: 48%;
  display: inline-flex;
  margin-right: 2%;
}
.int-field-r {
  width: 48%;
  display: inline-flex;
  margin-right: 0%;
}
/* Responsive style */
@media (min-width:200px) and (max-width:767px) {
  p, ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .w-62 {
    max-width: 100%;
  }
  .scroll-link ul {
    margin-bottom: 15px;
  }
  .scroll-link ul li a {
    font-size: 12px !important;
  }
  .scroll-link ul li {
    padding: 0px 10px !important;
  }
  section {
    padding: 30px 0px;
  }
  .header .navbar {
    padding: 10px 0;
  }
  header.sticky .navbar {
    padding: 15px 0;
  }
  header.sticky .navbar-brand {
    max-width: 150px;
    margin: auto;
  }
  .header .navbar-brand {
    max-width: 170px;
    margin: auto;
  }
  .header-right {
    display: block;
    text-align: center;
    margin: auto;
  }
  .header-right .address {
    font-size: 10px;
    display: block;
  }
  .header-right .phone {
    font-size: 18px;
    padding-left: 0;
  }
  .hero {
    padding: 50% 0 10%;
    margin-top: 24%;
  }
  .hero-leftinfo {
    padding-top: 0;
  }
  .hero-leftinfo .head-title {
    font-size: 20px;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .hero-leftinfo .slog-title {
    font-size: 14px;
    line-height: 24px;
    border-left: 2px #e0ad47 solid;
  }
  .hero-leftinfo .icon-box {
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .hero-leftinfo .icon-box ul li {
    font-size: 12px;
    line-height: 30px;
  }
  .hero-leftinfo .icon-box ul li i {
    font-size: 18px;
    margin-right: 5px;
  }
  .quote-form-wrap .w-50 {
    width: 100% !important;
    margin-right: 0rem;
    margin-bottom: 0.5rem !important;
  }
  .quote-form-wrap .mr-0 {
    margin-bottom: 0rem !important;
  }
  .quote-form-wrap {
    padding: 15px;
    margin-top: 15px;
  }
  .quote-form-wrap .form-header h3 {
    font-size: 18px;
  }
  .quote-form-wrap .form-header h3 span {
    font-size: 20px;
  }
  .quote-form-wrap .form-group {
    margin-bottom: 0.5rem;
  }
  .quote-form-wrap .form-control {
    padding: .5rem 0.5rem;
    height: calc(1.5em + .35rem + 2px);
    font-size: 12px;
  }
  .quote-form-wrap textarea {
    height: 70px !important;
  }
  .quote-form-wrap .button[type="submit"] {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .intro-sec {
    padding: 0;
  }
  .intro-sec h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: initial;
  }
  .title-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title-head h3 {
    font-size: 20px;
    line-height: initial;
  }
  .testimonial-sec .title-header h3, .feature-sec .title-header h3 {
    font-size: 22px;
  }
  .testimonial-sec .testi-box {
    padding: 15px;
    border-radius: 4px;
  }
  .testimonial-sec .testi-box p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
  }
  .testimonial-sec a.btn {
    font-size: 18px;
  }
  .features-box {
    padding: 15px;
  }
  .features-box-content h4 {
    font-size: 18px;
  }
  .icon-md {
    font-size: 36px;
    line-height: 40px;
  }
  .feature-sec {
    padding-bottom: 0;
  }
  .cta-sec {
    margin-bottom: 30px;
  }
  .cta-inner {
    padding: 20px;
  }
  .cta-inner h3 {
    font-size: 14px;
  }
  .cta-inner h2 {
    font-size: 24px;
    text-align: center;
  }
  .cta-inner a.btn-book {
    font-size: 14px;
    padding: 10px 33px;
    display: block;
    border: none;
  }
  .footer {
    padding: 40px 0px 40px 0px;
    text-align: center;
  }
  .footer .text-right, .footer .text-left {
    text-align: center !important;
  }
  .footer .offset-1 {
    margin-left: 0;
  }
  .footer .footer-logo {
    max-width: inherit;
    display: block;
    margin: 15px auto;
  }
  .footer i {
    font-size: 24px;
    margin-right: 5px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .socialicon {
    margin-top: 15px;
  }
  .footer p {
    font-size: 14px;
  }
  .intro-sec .img-right, .intro-sec .img-left {
    float: none;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .pop-up-cta {
    padding: 15px;
    float: none;
    width: 100%;
    margin: 0px 0px 30px -10px;
  }
  .contact-info {
    padding: 30px 0px;
    text-align: center;
  }
  .contact-info .logo {
    max-width: 200px;
    margin: 0 auto;
  }
  .rating-div {
    position: static;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .info-panel .item-part .icon-part {
    margin-bottom: 10px;
  }
}
@media (min-width:200px) and (max-width:767px) {
  .hero {
    padding: 35% 0 10%;
    margin-top: 40px;
  }
}
.wpcf7-not-valid-tip {
  color: #f00b11 !important;
  font-size: 12px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.5em !important;
  border: 1px solid #f00b11 !important;
  font-size: 12px;
  color: #f00b11;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1023px) and (min-width: 800px) {
  .hero .bg-img {
    position: absolute;
    top: 110px !important;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .contact-info {
    position: relative;
    background-color: #fff;
    padding: 30px 0px !important;
    border-bottom: 1px #ddd solid;
  }
  .rating-div {
    position: absolute;
    bottom: 0px !important;
    right: 0 !important;
    max-width: 300px;
    text-align: right;
  }
  .footer i {
    font-size: 40px;
    color: #7265b2;
    display: inline-flex;
    margin-right: 10px;
    float: left;
  }
  .footer h2 {
    font-size: 30px;
    color: #d66d0d;
    font-weight: bold;
    display: inline-flex;
  }
  .info-panel .item-part .icon-part {
    display: flex;
    align-items: center;
  }
  .info-panel .item-part .icon-part img {
    width: 45px !important;
    max-width: unset;
  }
  .rating-div img {
    max-width: 80%;
  }
  .footer {
    position: relative;
    padding: 70px 0px 40px 0px;
    border-top: 1px solid #ddd;
    margin-top: 25px;
  }
  .intro-sec .img-right {
    float: right;
    max-width: 420px !important;
    margin: 5px 0px 30px 30px;
  }
}
@media screen and (max-width: 799px) and (min-width: 768px) {
  .hero .bg-img {
    position: absolute;
    top: 110px !important;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .title-head h3 {
    font-size: 35px !important;
    color: #222;
    font-weight: 700;
  }
  .contact-info {
    position: relative;
    background-color: #fff;
    padding: 30px 0px !important;
    border-bottom: 1px #ddd solid;
  }
  .rating-div {
    position: absolute;
    bottom: 0px !important;
    right: 0 !important;
    max-width: 300px;
    text-align: right;
  }
  .footer i {
    font-size: 40px;
    color: #7265b2;
    display: inline-flex;
    margin-right: 10px;
    float: left;
  }
  .footer h2 {
    font-size: 28px;
    color: #d66d0d;
    font-weight: bold;
    display: inline-flex;
  }
  .footer p {
    font-size: 17px !important;
    color: #222;
    text-transform: none;
    font-weight: 400;
  }
  .info-panel .item-part .icon-part {
    display: flex;
    align-items: center;
  }
  .info-panel .item-part .icon-part img {
    width: 45px !important;
    max-width: unset;
  }
  .rating-div img {
    max-width: 80%;
  }
  .footer {
    position: relative;
    padding: 70px 0px 40px 0px;
    border-top: 1px solid #ddd;
    margin-top: 25px;
  }
  .intro-sec .img-right {
    float: right;
    max-width: 420px !important;
    margin: 5px 0px 30px 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .title-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .title-head h3 {
    font-size: 26px !important;
    text-align: center;
  }
  .pop-up-cta {
    padding: 15px;
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px !important;
  }
  .footer h2 {
    font-size: 24px;
    margin-bottom: 30px !important;
  }
  .footer .text-right, .footer .text-left {
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .footer .footer-logo {
    max-width: inherit;
    display: block;
    margin: 15px auto 15px !important;
  }
  .text-center {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .rating-div {
    position: absolute;
    max-width: 100%;
    padding-bottom: 30px;
    bottom: -10px !important;
  }
  .contact-info .social-2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) and (min-width: 411px) {
  .header {
    border-top: 10px #7265b2 solid !important;
  }
  .hero .bg-img {
    position: absolute;
    top: 30px !important;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .hero-leftinfo {
    padding-top: 80px !important;
  }
  .hero-leftinfo .head-title {
    font-size: 18px !important;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .hero-leftinfo .slog-title {
    font-size: 12px !important;
    color: #222;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
    text-transform: none;
    display: inline-block;
    border-left: 3px #d66d0d solid;
    padding-left: 7px;
    vertical-align: middle;
  }
  .title-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .title-head h3 {
    font-size: 17px !important;
    text-align: center;
  }
  .pop-up-cta {
    padding: 15px;
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px !important;
  }
  .rating-div img {
    max-width: 80%;
  }
  .footer h2 {
    font-size: 24px;
    margin-bottom: 30px !important;
  }
  .footer .text-right, .footer .text-left {
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .footer .footer-logo {
    max-width: inherit;
    display: block;
    margin: 15px auto 15px !important;
  }
  .text-center {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .rating-div {
    position: absolute;
    max-width: 100%;
    padding-bottom: 30px;
    bottom: -10px !important;
    text-align: right;
  }
  .contact-info .social-2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 410px) and (min-width: 1px) {
  .scroll-link ul li {
    padding: 0px 10px;
  }
  /*.header {
    border-top: 10px #021F57 solid;
  }*/
  .header .navbar {
    padding: 5px 0 !important;
  }
  .header-right .address {
    font-size: 9px !important;
    display: block;
  }
  .header-right .phone {
    font-size: 15px !important;
    padding-left: 0;
  }
  .hero .bg-img {
    position: absolute;
    top: 30px !important;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .hero-leftinfo {
    padding-top: 80px !important;
  }
  .hero-leftinfo .head-title {
    font-size: 18px !important;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .hero-leftinfo .slog-title {
    font-size: 12px !important;
    color: #222;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
    text-transform: none;
    display: inline-block;
    border-left: 3px #e0ad47 solid;
    padding-left: 7px;
    vertical-align: middle;
  }
  .title-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .pop-up-cta {
    padding: 15px;
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px !important;
  }
  .rating-div img {
    max-width: 80%;
  }
  .footer h2 {
    font-size: 24px;
    margin-bottom: 30px !important;
  }
  .footer .text-right, .footer .text-left {
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .footer .footer-logo {
    max-width: 170px;
    display: block;
    margin: 0px auto 15px !important;
  }
  .text-center {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .rating-div {
    padding-bottom: 15px;
  }
  .contact-info .social-2 {
    margin-bottom: 20px;
  }
}
.scroll-link ul {
  margin: 0;
  padding: 10px;
  border: 1px #ddd solid;
  margin-bottom: 50px;
  text-align: center;
}
.scroll-link ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  border-right: 1px #ddd solid;
  padding: 0px 20px;
  font-size: 14px;
}
.scroll-link ul li:before {
  content: '';
}
.scroll-link ul li:last-child {
  border-right: none;
}
.scroll-link ul li a {
  color: #040710;
  text-decoration: none;
  cursor: pointer;
}
.scroll-link ul li a:hover {
  color: #e0ad47;
}