/*
Theme Name: royalsmiles


*/


/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.bypostauthor {}


/* WordPress gallery */
.gallery-caption {}

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.sticky {}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}






body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
    font-family: 'Roboto', sans-serif !important;
    --BlueColor: #0b51ab;
    --BlueDarkColor: #044291;
    --SkyBlue: #57d3e1;
    --BrownColor: #72611f;
    --HeadingColor: #0b51ab;
    --TextColor: #525252;
    --LightBg: #e1f9f8;
}

a {
    transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    color: var(--HeadingColor);
}

button {
    transition-duration: 0.3s;
}

.container {
    max-width: 1240px !important;
}

p {
    color: var(--TextColor);
    font-size: 16px;
    line-height: 28px;
}

.page-container {
    width: 100%;

}


/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    /* line-height: 1; */
    /* opacity: .75; */
    color: white;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
}

[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    display: block;

    padding: 2px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*----*/


.service-scroll .slick-dots li,
.beforeafter-scroll .slick-dots li {
    width: auto;
    list-style: none !important;
    padding: 0;
}

.service-scroll .slick-dots li button,
.beforeafter-scroll .slick-dots li button {
    border: 2px solid var(--BlueColor);
    list-style: none !important;
    z-index: 990;
    border-radius: 50%;
}

.service-scroll .slick-dots li button:before,
.beforeafter-scroll .slick-dots li button:before {
    display: none;
    visibility: hidden;
}

.service-scroll .slick-dots li.slick-active button,
.beforeafter-scroll .slick-dots li.slick-active button {
    background: var(--BlueColor);
    width: 15px;
    border-radius: 5px;
}

.service-scroll .slick-dots,
.beforeafter-scroll .slick-dots {
    bottom: -30px;
}

.footer-wrapper {
    width: 100%;
    background: var(--BlueColor);
    min-height: 75px;
    padding-top: 22px;
}

.footer-wrapper p {
    font-size: 15px;
    color: var(--LightBg);
    padding: 0;
    margin: 0;
}

.footer-wrapper .col-lg-6:last-child {
    text-align: right;
}

.footer-wrapper .col-lg-6:last-child a {
    color: var(--LightBg);
    text-decoration: none;
}

.footer-wrapper .col-lg-6:last-child a:hover {
    color: var(--SkyBlue);
}

.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1030;
}

.menu-wrapper {
    width: 100%;
    height: 45px;
    background: var(--BlueColor);

}

.menu-wrapper .container-fluid {
    padding-right: 80px;
}

.header-wrapper .header-top {
    min-height: 60px;
    transition-duration: 0.3s;
}

.header-wrapper .header-top .col-lg-6:last-child {
    padding-top: 15px;
}

.header-wrapper .header-top .header-mail {
    float: right;
    width: 46px;
    height: 46px;
    background: #cbe8f0;
    border-radius: 50%;
    color: var(--BlueColor);
    text-align: center;
    line-height: 46px;
    margin-top: 7px;
    margin-right: 15px;
    transition-duration: 0.3s;
}

.header-wrapper .header-top .header-mail:hover {
    background: var(--BlueColor) !important;
    color: var(--LightBg);
}

.header-wrapper .header-top h6 {
    float: right;
    padding: 0px 45px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
}

.header-wrapper .header-top h6 a {
    color: #495666;
    text-decoration: none;
}

.header-wrapper .header-top h6 a i {
    color: var(--BlueColor);
    margin-right: 5px;
}

.banner-slider-wrap .col-lg-6 {
    height: 100vh;
    padding: 0px;
    display: table;
}

.banner-slider-wrap .col-lg-6 .banner-captions {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
    padding-top: 140px;
}

.banner-slider-wrap .col-lg-6 .banner-captions h5 {
    padding: 0;
    margin: 10px 0px 20px 0px;
    font-size: 22px;
    color: #495666;
}

.banner-slider-wrap .col-lg-6 .banner-captions h1 {
    padding: 0;
    margin: 0;
    color: var(--BrownColor);
    font-size: 62px;
    font-weight: 900;
}

.banner-slider-wrap .row {
    margin-left: 0px;
    margin-right: 0px;
}

.banner-slider-wrap .container-fluid {
    padding: 0px;
}

.banner-slider-wrap .col-lg-6:last-child {
    position: relative;
}

.banner-slider-wrap .col-lg-6:last-child img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-slider-wrap .col-lg-6:first-child {
    background: var(--LightBg);
}

.menu-wrapper .container-fluid,
.menu-wrapper .container-fluid .col-lg-2 {
    position: relative;
}

.menu-wrapper .container-fluid {
    padding-left: 80px;
}

.menu-wrapper .header-logo {
    width: 145px;
    height: 208px;
    background: url(../royalsmiles/assets/img/header-logo.jpg) no-repeat var(--LightBg);
    float: left;
    transition-duration: 0.3s;
    position: absolute;
    left: 0px;
    top: -55px;
}


.f-nav .menu-wrapper .header-logo {
    height: 45px;
    top: 0px;
    background-position-y: -208px;
}

.f-nav .header-top {
    margin-top: -60px;
}

.header-wrapper {
    transition-duration: 0.3s;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.home-headings {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin: 0px 0px 45px 0px;
}

.home-headings font {
    position: relative;
    padding-bottom: 20px;
}

.home-headings font:before {
    width: 99px;
    height: 17px;
    background: url(../royalsmiles/assets/img/heading-underline.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0px;
    content: '';
}

.welcome-con h5 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 32px;
    color: #495666;
    font-weight: 700;
}

.welcome-con {
    margin-top: 80px;
}

.welcome-con p {
    text-align: justify;
}

.welcome-con .col-lg-8 {
    padding-right: 75px;
}

.welcome-con .col-lg-4 span {
    width: 100%;
    height: 376px;
    overflow: hidden;
    border-radius: 15px;
    float: left;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    margin-top: 7px;
}

.welcome-con .col-lg-4 span img {
    width: 100%;
    height: 376px;
    object-fit: cover;
}

.readmore-btn {
    background: var(--BlueColor);
    font-size: 15px;
    color: var(--LightBg);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 35px;
    border-radius: 20px;
    margin-top: 15px;
}

.readmore-btn:hover {
    background: var(--BlueDarkColor);
    color: var(--LightBg);
    text-decoration: none;
}

.emergency-helpwrap {
    width: 100%;
    height: 130px;
    background: var(--SkyBlue);
    position: relative;
    z-index: 10;
    margin-top: 80px;
    border-radius: 10px;
    border-top-left-radius: 80px;
    padding: 0px 45px;
}

.emergency-helpwrap h4 {
    width: 100%;
    padding: 0px 0px 0px 80px;
    margin: 34px 0px 0px 0px;
    font-weight: 500;
    color: #e1f9f8;
    font-size: 28px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.emergency-helpwrap h4::before {
    width: 67px;
    height: 65px;
    content: '';
    background: url(../royalsmiles/assets/img/emergency-help.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 1px;
}

.emergency-helpwrap .contactbtn {
    float: right;
    background: #fff;
    font-size: 15px;
    color: var(--SkyBlue);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 35px;
    border-radius: 20px;
    margin-top: 45px;
    font-weight: 500;
}

.emergency-helpwrap .contactbtn:hover {
    background: var(--BlueColor);
    color: #fff;
    text-decoration: none;
}

.emergency-helpwrap h3 {
    float: left;
    padding: 0px 0px 0px 80px;
    margin: 47px 0px 0px 0px;
    color: #fff;
    font-size: 30px;
    position: relative;
}

.emergency-helpwrap h3 a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;

}

.emergency-helpwrap h3::before {
    width: 66px;
    height: 66px;
    background: url(../royalsmiles/assets/img/phone-icon.png);
    content: '';
    position: absolute;
    left: 0px;
    top: -14px;
}

.ourservices-wrap {
    width: 100%;
    background: var(--LightBg);
    padding: 140px 0px 80px 0px;
    margin-top: -60px;
}

.ourservices-wrap .service-item h5 {
    background: #fff;
    text-align: center;
    width: 100%;
    float: left;
    height: 80px;
    color: #495666;
    font-size: 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: table;
    padding: 0;
    margin: 0;
    transition-duration: 0.3s;
}

.ourservices-wrap .service-item:hover h5 {
    background: var(--SkyBlue);
    color: #fff;
}

.ourservices-wrap .service-item h5 font {
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrap .service-item span {
    width: 100%;
    height: 225px;
    background: #044291;
    float: left;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
    overflow: hidden;
    position: relative;
}

.ourservices-wrap .service-item span img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ourservices-wrap .service-item span i {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -14px;
    margin-top: -14px;
    z-index: 800;
    color: #fff;
    font-size: 26px;
    transition-duration: 0.3s;
    opacity: 0;
}

.ourservices-wrap .service-item:hover i {
    opacity: 1;
    top: 50%;
}

.ourservices-wrap .service-item:hover img {
    opacity: 0.3;
}

.success-stories {
    margin-top: 80px;
}

.success-stories .testimonial-item {
    border: 1px solid #97bdbb;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    padding: 35px 25px 25px 25px;
    margin-top: 45px;
    position: relative;
}

.success-stories .testimonial-item::before {
    width: 59px;
    height: 43px;
    position: absolute;
    left: 20px;
    bottom: -43px;
    background: url(../royalsmiles/assets/img/quote-icon.jpg) no-repeat;
    content: '';
}

.success-stories .testimonial-item p {
    padding: 0;
    margin: 0;
    font-style: italic;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.success-stories .testimonial-item span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../royalsmiles/assets/img/testimonial-icon.jpg);
    display: inline-block;
    margin-top: -86px;
    overflow: hidden;
}

.success-stories .testimonial-item span img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.success-stories h6 {
    font-size: 16px;
    color: var(--TextColor);
    font-weight: normal;
    padding-left: 90px;
    margin: 14px 0px 8px 0px;
}

.success-stories h6 strong {
    border-right: 1px solid var(--TextColor);
    padding-right: 20px;
    margin-right: 15px;
}

.success-stories .container {
    position: relative;
}

.success-stories .container:after {
    width: 253px;
    height: 263px;
    content: '';
    position: absolute;
    top: 0px;
    right: 10px;
    background: url(../royalsmiles/assets/img/testimonial-bg-icon.jpg);
    z-index: -1;
}

.beforeafter-wrap {
    width: 100%;
    background: rgba(225, 249, 248, 1);
    background: -moz-linear-gradient(top, rgba(225, 249, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225, 249, 248, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(225, 249, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(225, 249, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(225, 249, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 249, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f9f8', endColorstr='#ffffff', GradientType=0);
    padding: 80px 0px 0px 0px;
    margin-top: 70px;
}

.beforeafter-item {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.beforeafter-item .row {
    margin-left: 0px;
    margin-right: 0px;
}

.beforeafter-item .row .col-6 {
    padding: 0px;
    position: relative;
    background: #044291;
    height: 240px;
}

.beforeafter-item .row .col-6 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.beforeafter-item .row .col-6:first-child:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: 'BEFORE';
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 20px;
    z-index: 10;
}

.beforeafter-item .row .col-6:last-child:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: 'AFTER';
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 20px;
    z-index: 10;
}

.whychoose-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

.whychoose-wrap h2 {
    text-align: left;
}

.whychoose-wrap .col-lg-7 {
    padding-right: 60px;
}

.whychoose-wrap .col-lg-7 ul {
    width: 100%;
    padding: 0px 0px 10px 24px;
    margin: 0;
    float: left;
}

.whychoose-wrap .col-lg-7 ul li {
    width: 50%;
    float: left;
    color: var(--TextColor);
    font-weight: 500;
    margin: 10px 0px;
    padding-left: 3px;
    list-style-image: url(../royalsmiles/assets/img/tick.png) !important
}

.request-callback {
    width: 100%;
    background: var(--SkyBlue);
    border-radius: 10px;
    border-top-left-radius: 80px;
    padding: 45px 25px;
}

.request-callback .home-headings {
    font-size: 34px;
    text-align: center;
    color: #fff;
}

.request-callback .home-headings font::before {
    background: url(../royalsmiles/assets/img/heading-underline-white.png);
}

.request-callback .col-lg-6 input {
    width: 100%;
    font-size: 15px;
    height: 40px;
    border: 1px solid #cdf2f6;
    border-radius: 20px;
    background: none;
    padding-left: 10px;
    color: #fff;
    outline: none;
}

.request-callback .col-lg-12 textarea {
    width: 100%;
    font-size: 15px;
    height: 110px;
    border: 1px solid #cdf2f6;
    border-radius: 20px;
    background: none;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    outline: none;
}

.request-callback .col-lg-6 input::-webkit-input-placeholder,
.request-callback .col-lg-12 textarea::-webkit-input-placeholder {
    color: #bcedf3;
}

.request-callback .col-lg-6 input::-moz-placeholder,
.request-callback .col-lg-12 textarea::-moz-placeholder {
    color: #bcedf3;
}

.request-callback .col-lg-6 input:-ms-input-placeholder,
.request-callback .col-lg-12 textarea:-ms-input-placeholder {
    color: #bcedf3;
}

.request-callback .col-lg-6 input:-moz-placeholder,
.request-callback .col-lg-12 textarea:-moz-placeholder {
    color: #bcedf3;
}

.request-callback .col-lg-6,
.request-callback .col-lg-12,
.request-callback .col-lg-4 {
    padding-left: 6px;
    padding-right: 6px;
}

.request-callback .row {
    margin-left: -6px;
    margin-right: -6px;
}

.request-callback .col-lg-4 .subbtn {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    border: none;
    outline: none;
    color: var(--SkyBlue);
    padding: 8px 0px;
    margin-top: 5px;
}

.request-callback .col-lg-6 {
    padding-bottom: 12px;
}

.wpcf7-spinner {
    display: none;
    visibility: hidden;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

::selection {
    background: var(--BlueColor);
    color: #fff;
}

::-moz-selection {
    background: var(--BlueColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(11, 81, 171, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(11, 81, 171, 1);
}

.socialmedia-sticky {
    position: fixed !important;
    top: 47%;
    -webkit-transform: translate(-50%) rotate(-90deg);
    -ms-transform: translate(-50%) rotate(-90deg);
    transform: translate(-50%) rotate(-90deg);
    left: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 999;
    color: #4b4949;
    letter-spacing: 2px;
}

.socialmedia-sticky a {
    font-weight: normal !important;
    padding: 0px 4px;
    color: #4b4949;
}

.socialmedia-sticky a:hover {
    color: var(--BlueColor);
}

.banner-slider-wrap .slick-dots {
    display: none;
    visibility: hidden;
}

.page-header-wrapper {
    background: #e3f9f8;
    min-height: 300px;
    padding-top: 160px;
}

.page-header-wrapper .home-headings {
    font-size: 44px;
}

.region-select {
    float: right;
    background: var(--LightBg);
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
    height: 30px;
    border-radius: 3px;
}

.innerpage-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-page p {
    text-align: center;
}

.contact-page .col-lg-6 input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #9b9b9b;
    padding-left: 10px;
}

.contact-page .col-lg-12 textarea {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    border: 1px solid #9b9b9b;
    padding-left: 10px;
}

.contact-page .col-lg-6 input:focus,
.contact-page .col-lg-12 textarea:focus {
    border-color: var(--BlueColor);
    outline: navajowhite;
}

.contact-page label {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-weight: 500;
    font-size: 15px;
}

.contact-page .subbtn {
    background: var(--BlueColor);
    font-size: 15px;
    color: var(--LightBg);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 35px;
    border-radius: 20px;
    margin-top: 0px;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-page .col-lg-6,
.contact-page .col-lg-12 {
    padding-bottom: 12px;
}

.wpcf7-spinner {
    display: none;
    visibility: hidden;
}

.before-after-page .col-lg-6 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.testimonials-item-div p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.testimonials-item-div h6 {
    text-align: center;
    padding: 0;
    margin: 12px 0px 0px 0px;
    color: var(--TextColor);
    font-weight: normal;
}

.testimonials-item-div h6 strong {
    border-right: 1px solid #d2d2d2;
    padding-right: 15px;
    margin-right: 10px;
}

.testimonials-item-div {
    width: 100%;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.testimonials-item-div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.testimonials-item-div font {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../royalsmiles/assets/img/testimonial-icon.jpg);
    display: inline-block;
    margin-top: 0px;
    overflow: hidden;
}

.testimonials-item-div font img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.about-page-wrap p {
    text-align: justify;
}

.about-page-wrap .col-lg-4 span {
    width: 100%;
    height: 410px;
    background: var(--SkyBlue);
    float: left;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.about-page-wrap .col-lg-4 span img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.about-page-wrap .col-lg-8 {
    padding-right: 65px;
}

.price-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.price-wrapper ul li {
    list-style: none;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    line-height: normal;
    color: var(--TextColor);
    border-bottom: 1px dashed #d2d2d2;
    position: relative;
}

.price-wrapper ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.price-wrapper ul li strong {
    float: right;
    position: absolute;
    right: 10px;
}

.price-wrapper ul li strong i {
    font-size: 13px;
}

.price-wrapper h3 {
    width: 100%;
    padding: 6px 0px 6px 10px;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    color: #fff;
    background: var(--SkyBlue);
    border-radius: 3px;
}

.price-wrapper p {
    text-align: justify;
}

.service-page-wrap .service-item {
    width: 100%;
    position: relative;
    float: left;
}

.service-page-wrap .service-item span {
    width: 100%;
    height: 200px;
    background: var(--BlueDarkColor);
    border-radius: 3px;
    overflow: hidden;
    float: left;
}

.service-page-wrap .service-item span img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.service-page-wrap .service-item span i {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-top: -11px;
    margin-left: -11px;
    color: #fff;
    z-index: 10;
    font-size: 22px;
    transition-duration: 0.3s;
    opacity: 0;
}

.service-page-wrap .service-item:hover span i {
    top: 50%;
    opacity: 1;
}

.service-page-wrap .service-item h5 {
    font-size: 18px;
    padding: 0;
    margin: 10px 0px 0px 0px;
    width: 100%;
    float: left;
}

.service-page-wrap .service-item:hover {
    text-decoration: none;
}

.service-page-wrap .service-item:hover span img {
    opacity: 0.2;
}

.service-page-wrap .service-item {
    margin: 10px 0px;
}

.desktop-image {
    display: block;
    visibility: visible;
}

.mobile-image {
    display: none;
    visibility: hidden;
}

.request-callback .wpcf7 form .wpcf7-response-output {
    padding: 5px 0px;
    margin: 12px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.contact-page .wpcf7-response-output {
    padding: 5px 0px;
    margin: 12px 0px 0px 0px !important;
    text-align: center;
    font-size: 14px;
    text-align: center;
}






@media screen and (max-width: 1024px) {
    .socialmedia-sticky {
        display: none;
        visibility: hidden;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions,
    .menu-wrapper .container-fluid {
        padding-left: 15px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .welcome-con .col-lg-8,
    .menu-wrapper .container-fluid {
        padding-right: 15px;
    }

    .emergency-helpwrap h3 {
        font-size: 26px;
    }

    .emergency-helpwrap .contactbtn {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 980px) {
    .menu-wrapper .col-md-8 {
        margin-top: 3px;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions {
        padding-top: 105px;
    }

    .banner-slider-wrap .col-lg-6:first-child {
        height: 460px;
        text-align: center;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions h1 {
        font-size: 44px;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .banner-slider-wrap .col-lg-6:last-child img,
    .banner-slider-wrap .col-lg-6:last-child {
        height: 440px;
    }

    .welcome-con .col-md-7 {
        margin-top: 45px;
    }

    .emergency-helpwrap {
        height: auto;
    }

    .emergency-helpwrap h4::before,
    .emergency-helpwrap h4 br,
    .emergency-helpwrap h3::before,
    .emergency-helpwrap .contactbtn {
        display: none;
        visibility: hidden;
    }

    .emergency-helpwrap h4 {
        text-align: center;
        padding-left: 0px;
    }

    .emergency-helpwrap h3 {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 28px;
    }

    .whychoose-wrap h2 {
        text-align: center;
    }

    .request-callback {
        margin-top: 45px;
    }

    .footer-wrapper p {
        text-align: center;
    }

    .footer-wrapper {
        padding-bottom: 22px;
    }

    .request-callback {
        border-top-left-radius: 10px;
    }
}

@media screen and (max-width: 812px) {}

@media screen and (max-width: 480px) {
    .header-wrapper .header-top .header-mail {
        margin-right: 0px;
    }

    .header-wrapper .header-top h6 {
        display: none;
        visibility: hidden;
    }

    .menu-wrapper .header-logo {
        width: 100px;
        height: 144px;
        background-size: 100%;
    }

    .f-nav .menu-wrapper .header-logo {
        width: 145px;
        background-size: 100%;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions {
        padding-top: 150px;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions h1 {
        font-size: 38px;
    }

    .banner-slider-wrap .col-lg-6 .banner-captions h5 {
        font-size: 16px;
    }

    .banner-slider-wrap .col-lg-6:first-child {
        height: 400px;
    }

    .banner-slider-wrap .col-lg-6:last-child img,
    .banner-slider-wrap .col-lg-6:last-child {
        height: 400px;
    }

    .home-headings {
        font-size: 36px;
    }

    .emergency-helpwrap h4 {
        font-size: 22px;
    }

    .emergency-helpwrap {
        padding: 0px 20px;
        border-top-left-radius: 10px;
    }

    .emergency-helpwrap h4 br {
        display: block;
        visibility: visible;
    }

    .testimonials-scroll .col-lg-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .success-stories .testimonial-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .success-stories .testimonial-item p {
        font-size: 15px;
        line-height: 24px;
    }

    .success-stories h6 {
        font-size: 14px;
    }

    .success-stories h6 strong {
        padding-right: 10px;
        margin-right: 5px;
    }

    .beforeafter-item .row .col-6,
    .beforeafter-item .row .col-6 img {
        height: 160px;
    }

    .beforeafter-scroll .col-lg-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .service-scroll .col-lg-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .whychoose-wrap .col-lg-7 ul li {
        width: 100%;
        margin: 5px 0px;
    }

    .whychoose-wrap .col-lg-7 {
        padding-right: 15px;
    }

    .welcome-con .col-lg-4 span {
        border-radius: 10px !important;
    }

    .ourservices-wrap .service-item span {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .request-callback .home-headings {
        font-size: 30px;
    }

    .request-callback {
        padding-left: 15px;
        padding-right: 15px;
    }

    .welcome-con,
    .emergency-helpwrap,
    .success-stories {
        margin-top: 50px;
    }

    .ourservices-wrap {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .beforeafter-wrap {
        margin-top: 50px;
        padding-top: 50px;
    }

    .whychoose-wrap {
        margin-bottom: 60px;
    }

    .price-wrapper ul li {
        padding-left: 0px;
        padding-right: 90px;
    }

    .desktop-image {
        display: none;
        visibility: hidden;
    }

    .mobile-image {
        display: block;
        visibility: visible;
    }

}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 240px) {}