
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

h1, h2, h3, h4, h5, h6,a {
    font-family: 'Fredoka One', cursive;
}

a{
    text-decoration: none !important;
 
}
.main-banner{
    background-image: url(../images/main-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 57px 0 40px;
    /* height: 100vh; */
    position: relative;
    z-index: 0;
}
.top-head {
    position: absolute;
    width: 100%;
    padding: 29px 0 0;
    z-index: 9999;
}
.top-head .get-btn a {
    margin: 0 10px 0 0;
    padding: 16px 22px;
    font-size: 13.73px;
}
.top-head .main-btn {
    padding: 0;
}

.top-head .row {align-items: center;}
.top-head .live-chat a {
    padding: 16px 30px;
    font-size: 13px;
}
.main-btn {
    display: flex;
    padding: 20px 0 0;
}
.main-btn a {
    background-color: #17202a;
    border-radius: 31px;
    font-size: 15px;
}
.get-btn a {
    
padding: 20px 32px;
    
margin: 0 15px 0 0;
    
color: #fff;
    
font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Fredoka One', cursive !important;
}

.live-chat a {

padding: 20px 39px;

color: #fff;

font-size: 18px;
}

.main-logo img {
    width: 233px;
}
.get-btn a:hover {
    background: #380b3c !important;
    color: #fff;
}
.live-chat:hover a {
    background: #380b3c;
    color: #fff;
}
.main-text h1 {
    font-size: 55px;
    padding: 0 0 8px;
}
.service-list ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.service-list ul li {
    display: flex;
    align-items: center;
    font-family: 'Fredoka One', cursive;
    font-size: 15.96px;
}

li.brd2 {
    margin: 0 20px 0 0px;
}

.service-list ul li img {
    padding: 0 11px 0 0;
}

.service-list {
    margin: -54px 0 0 0;
}
.cta-section{
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 0;
    height: 428px;
}
/*.cta-section:before{
    position: absolute;
    content:  '';
    background-image: url(../images/cta-before.png);
    background-repeat: no-repeat;
    width: 406px;
    height: 480px;
    bottom: 12px;
    left: 356px;
}*/
.cta-section-two{
    background-image: url(../images/cta-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 40px 0;
    height: 430px;
}
/* .cta-section-two:before{
    position: absolute;
    content:  '';
    background-image: url(../images/cta-before2.png);
    background-repeat: no-repeat;
    width: 457px;
    height: 457px;
    bottom: 21px;
    left: 382px;
} */
.cta-text {
    color: #fff;
    padding: 44px 0 0;
}

.cta-text h3 {
    font-size: 33px;
}

.cta-text h2 {
    font-size: 72px;
}

.cta-btn {
    display: flex;
    justify-content: space-around;
    padding: 29px 0 0;
    align-items: center;
}

.cta-btn a {
    color: #fff;
    font-size: 18px;
}

.cta-btn .get-cta:hover {
    color: #000;
}

.cta-btn .live-chat a {
    background-color: #fff;
    color: #38163b;
    border-radius: 32px;
    padding: 20px 39px;
}

.cta-btn .live-chat a:hover {
    background-color: #37013e;
    color: #fff;
}
.dental-web {
    padding: 50px 0 72px;
}
.cta-btn .get-num:hover {
    color: #000;
}
.famous-books-sec {
    padding: 40px  0 70px;
}

.custom-text {
    text-align: center;
}

.custom-text h2 {
    font-size: 43px;
    color: #000;
    padding: 0 0 15px;
}

.custom-text p {
    padding: 0 0 29px;
}

.famous-books-sec .main-btn {
    margin: 20px 0 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.pkg-main h2 {
    font-size: 75px;
    color: #ffe567;
}

.pkg-main {
    text-align: center;
    /* background-image: url(../images/pkg-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    width: 100%;
    background: #17202a;
    margin: 0 auto;
    position: relative;
}

.pkg-list ul {
    list-style: none;
    padding: 0;
    color: #fff;
    height: 280px;
    overflow-y: auto;
    margin: 0 24px 23px;
}

.pkg-main h3 {
    font-size: 35px;
    color: #fff;
    padding: 0 0 10px;
}

.pkg-list ul li {padding: 0 0 6px;}
.pkg-btn a {
    background-color: #fff;
    color: #000;
    padding: 12px 15px;
    border-radius: 20px;
}

.pkg-btn {
    padding: 15px 0 0;
}


.pkg-list ul::-webkit-scrollbar {
  width: 8px;
    margin: 0 15px 0 0 !important;

}

.pkg-list ul::-webkit-scrollbar-track {
  background-color: #fff; 
  border-radius: 10px;
    margin: 0 15px 0 0 !important;
  

}
 
.pkg-list ul::-webkit-scrollbar-thumb {
  background: #ffe567; 
  border-radius: 10px;
    margin: 0 15px 0 0 !important;
}

.pkg-list ul::-webkit-scrollbar-thumb:hover {
  background: #ffe567; 
}
.packages {
    background-color: #ffe567;
    padding: 50px 0 80px;
    position: relative;
}

.package-bg-st {
    /* background-image: url(../images/pack-inner-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    }
    .pkg-row {
    width: 97%;
    margin: 0 auto;
}

.pkg-row .col-md-3 {
    padding: 0;
}
.pkg-list ul:focus {
    margin: 0  0 0;
}
.book-service-sec {
    padding: 50px 0;
}

.service-img {
    display: flex;
    align-items: center;
    padding: 0 0 27px 0;
}

.service-inner {
    box-shadow: 2px 2px 13px 4px #00000033;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 0 0 31px;
}

.service-img h3 {
    font-size: 19px;
    padding: 0 0 0 21px;
}
.cta-section-two .cta-btn .live-chat a {
    color: #52a4ff;
}
.process-section {
    padding: 50px 0 80px;
}
.process-inner{
    position: relative;
}



.process-inner h4 {
    font-size: 81px;
    color: #d1d2d4;
    position: absolute;
    left: 0;
    top: -21px;
}


.process-inner h3 {
    font-size: 20px;
    height: 44px;
    padding: 10px 0 0;
    text-align: center;
}


.process-inner p {
    text-align: center;
    padding: 10px 0 0;
}
.process-section .main-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}
.testimonial-section{
    background-image: url(../images/testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 92px 0;
    position: relative;
    z-index: 1;
}
.testimonial-section h2 {
    color: #fff;
    padding: 0 0 90px;
}
.get-sec {
    padding: 40px 0;
    position: relative;
}
.get-sec:before{
    background-image: url(../images/get-before.png);
    background-repeat: no-repeat;
    width: 255px;
    content: '';
    bottom: 21px;
    height: 241px;
    left: 211px;
    position: absolute;
}

.get-sec:after{
    background-image: url(../images/get-after.png);
    width: 289px;
    content: '';
    bottom: -6px;
    height: 281px;
    right: 174px;
    position: absolute;
}
.get-sec .main-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pkg-1 {
    position: absolute;
    left: 0;
    width: 97%;
    top: -53px;
    margin: 0 auto;
    display: table;
    text-align: center;
    right: 0;
}

.pkg-2 {
    position: absolute;
    bottom: 0;
    width: 2.374%;
    top: -51.9px;
    margin: 0 auto;
    right: 0;
}

.pkg-3 {
    position: absolute;
    bottom: 0;
    width: 2.374%;
    top: -36.9px;
    margin: 0 auto;
    left: 0;
}
.pkg-4 {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 97%;
    left: 0;
    margin: 0 auto;
    display: table;
}

.packages .custom-text {
    padding: 0 0 57px;
}
.item {
    background-image: url(../images/testi-text-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 565px;
    height: 320px;
    padding: 40px 40px;
    margin: 0 0 0 262px;
}

.slider-text p {
    padding: 0 0 25px;
    height: 119px;
    }

.slider-text {
    width: 100% !important;
}


.text-slider {
    margin: 200px 0 0 -164px;
    }
    .row.testi-nav {
    margin-top: -120px;
}

.slider-text h3 {
    font-size: 44px;
    color: #000;
}
.testi-img {
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-end;
}
.ftr-lst-cpy {
    display: flex;
    justify-content: space-between;
}

.copy-right {
    color: #000;
    font-weight: bold;
}

.privacy-terms a {color: #000;padding: 0 7px  0;font-weight: normal;}

.contct-sec-hme {
    background-color: #d2d4da;
    padding: 20px 0 0 0;
}
.testimonial-section .slick-next {
    background-color: rebeccapurple !important;
    right: 43% !important;
    background-image: url(../images/arrow-right.png);
    top: 100px;
}

.testimonial-section .slick-prev {
    background-color: rebeccapurple !important;
    left: 45% !important;
    z-index: 1;
    top: 100px;
    background-image: url(../images/arrow-left.png) !important;
}
.main-text p {
    padding: 0 0 19px;
    }

.dental-text h3 {
    font-size: 45px;
}
.brd:after {
    border-right: 3px solid #d1d2d4;
    padding: 0 0 0 12px;
    position: absolute;
    content: '';
    height: 41px;
    width: 3px;
    left: 200px;
}

p {
    font-family: 'Maven Pro', sans-serif;
}

.brd {
    position: relative;
}
.brd2:after {
    border-right: 3px solid #d1d2d4;
    padding: 0 0 0 12px;
    position: absolute;
    content: '';
    height: 41px;
    width: 3px;
    left: 185px;
}
.brd2 {
    position: relative;
}

.brd3:after {
    border-right: 3px solid #d1d2d4;
    padding: 0 0 0 12px;
    position: absolute;
    content: '';
    height: 41px;
    width: 3px;
    left: 135px;
}
.brd3 {
    position: relative;
}
.pkg-main:after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    height: 616px;
    top: 96px;
    right: 0px;
}

.pkg-main h2 small {
    font-size: 15px;
    margin: 0 0 0 -10px;
    vertical-align: middle;
}


/**/

.pkg-testi .slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pkg-testi .slick-dots li.slick-active button {
    background-color: #52a4ff;
}

.pkg-testi .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.pkg-testi .slick-dots li button {
    background-color: #000;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}



.pkg-testi .slick-track {
    padding: 0 0 13px;
    /* margin: -30px 0 0; */
    position: relative;
    top: 0px;
}

.pkg-testi  img {
    margin: auto;
}
/* recent changes */
.cta-before {
    margin: -104px 0 0;
}

.cta-after {
    margin: -69px 0 0;
}

.testimonial-section:after {
    background-image: url(../images/testimonial-before.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 537px;
    height: 720px;
    top: 191px;
    right: 299px;
    z-index: -1;
}
/* recent changes */

/* new css */
.banner_form_m {
    background-image: url(../images/child-banner-form.png);
    background-size: 100%;
    background-position: center top;
    padding: 0 130px 0;
    margin: -80px -90px -150px 0;
    float: right;
    height: 660px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    left: 100px;
}
.banner_form_m h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Fredoka One', cursive;
    margin: 0 0 20px;
}
.banner_form_m h3 span {
    font-family: 'Fredoka One', cursive;
    margin: 0;
    color: #f7931e;
}
.banner_form_m input.form-control, .banner_form_m textarea.form-control {
    height: 45px;
    background-color: #f1f1f1;
    color: #494949;
    border: none;
    box-shadow: inset 0 0 0 rgb(0 0 0/8%);
}
.banner_form_m textarea.form-control {
    height: 115px;
}
.banner_form_btn {
    float: none;
    padding: 14px 50px 13px;
    border-radius: 50px;
    background-color: #f7931e;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: auto;
    display: table;
    font-family: conv_graphikbold !important;
}
.children-img {
    position: relative;
    right: 100px;
}
.portfolio-sec-home {
    padding: 50px 0 70px;
}
.hd-txt {
    text-align: center;
    padding-bottom: 30px;
}
.clr_black_m {
    color: #000;
}
.new-port-hme .port-nav ul.nav-tabs li a:hover, .new-port-hme .port-nav ul.nav-tabs li.active a {
    color: #fa690c;
}
.new-port-hme .port-nav ul.nav-tabs li a {
    border: 0 !important;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    background: 0 0 !important;
}
.new-port-hme .port-nav ul.nav-tabs li {
    margin-top: 10px;
}
.new-port-hme .port-img img {
    min-height: 240px;
    border-radius: 5px;
    height: auto;
}
.port-img img {
    width: 100%;
}

.new-port-hme .port-img img {
    min-height: 240px;
    border-radius: 5px;
    height: auto
}

.new-port-hme .port-nav ul.nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.new-port-hme .port-nav ul.nav-tabs li a {
    border: 0 !important;
    color: #000;
    font-size: 17px;
    font-weight: 100;
    background: 0 0 !important;
    padding: 10px 15px;
}

.new-port-hme .port-nav ul.nav-tabs li {
    margin-top: 10px;
}

.new-port-hme .port-nav ul.nav-tabs li a:hover,
.new-port-hme .port-nav ul.nav-tabs li.active a {
    color: #fa690c;
}

.box18 {
    overflow: hidden
}

.box18 {
    text-align: center;
    position: relative
}

.box18:after,
.box18:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.box18:hover:after,
.box18:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400)
}

.box18:before {
    -o-transition: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s
}

.box18:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.box18:after {
    -o-transition: all .5s linear .6s;
    -moz-transition: all .5s linear .6s;
    -ms-transition: all .5s linear .6s;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s
}

.box18:hover:after {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.box18 img {
    width: 100%;
    height: auto
}

.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.box18 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px
}

.box18 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0
}

.box18 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto
}
.portfolio-sec .port-img {
    margin-top: 30px;
}
.btn.btn-started {
    background: #fa690c;
    color: #fff;
    font-weight: 100;
    padding: 10px 40px;
    border-radius: 50px;
    border: 2px solid transparent;
}
.btn.btn-chat {
    font-weight: 100;
    padding: 10px 40px;
    border-radius: 50px;
    color: #222;
    border: 2px solid;
    background: #fff;
    margin-left: 20px;
}
.port-btn-st {
    text-align: center;
    display: table;
    margin: auto;
}
.btn-div {
    padding-top: 30px;
}   
.packages {
    padding: 50px 0 80px;
    position: relative;
    background-image: url(../images/packages-bg.png);   
    background-position: center;
    background-repeat: no-repeat;
     background-size: cover;
}
.packages .custom-text h2 {
    color: #fff;
}
.packages .custom-text {
    padding: 0;
    color: #fff;
}
.pkg-main h2 {
    font-size: 75px;
    color: #ff5700;
}
.pkg-main:hover h2 {
    color: #10161d;
}

.pkg-main {
    text-align: center;
    /* background-image: url(../images/pkg-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    width: 100%;
    background: #10161d;
    margin: 0 auto;
    position: relative;
}
.pkg-main:hover {
      background: linear-gradient(to right, #ffab00, #ff6100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.pkg-list ul {
    list-style: none;
    padding: 0;
    color: #fff;
    height: 231px;
    overflow-y: scroll;
    margin: 0 24px 23px;
}

.pkg-main h3 {
    font-size: 35px;
    color: #fff;
    padding: 0 0 10px;
}

.pkg-list ul li {padding: 0 12px 6px 0;}
.pkg-btn a {
    background-color: #fff;
    color: #000;
    padding: 12px 15px;
    border-radius: 25px;
}

.pkg-btn {
    padding: 15px 0 0;
}


.pkg-list ul::-webkit-scrollbar {
  width: 8px;
    margin: 0 15px 0 0 !important;

}

.pkg-list ul::-webkit-scrollbar-track {
  background-color: #fff; 
  border-radius: 10px;
    margin: 0 15px 0 0 !important;
  

}
 
.pkg-list ul::-webkit-scrollbar-thumb {
  background: #ffe567; 
  border-radius: 10px;
    margin: 0 15px 0 0 !important;
}

.pkg-list ul::-webkit-scrollbar-thumb:hover {
  background: #ffe567; 
}
.packages {
    padding: 50px 0 80px;
    position: relative;
    background-image: url(../images/packages-bg.png);   
    background-position: center;
    background-repeat: no-repeat;
     background-size: cover;
}
.packages .custom-text h2 {
    color: #fff;
}

    .pkg-row {
    width: 97%;
    margin: 0 auto;
}

.pkg-row .col-md-3 {
    padding: 0;
}
.pkg-list ul:focus {
    margin: 0  0 0;
}
.package-bg-st .slick-dots li button,
.process-section .slick-dots li button,
.book-service-sec .slick-dots li button{
    background-color: #ff5700;
    border-radius: 50%;
}
.package-bg-st .slick-dots li.slick-active button ,
.process-section .slick-dots li.slick-active button,
.book-service-sec .slick-dots li.slick-active button{
    background-color: #10161d;
}
.inline__form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.inline__form input, .inline__form textarea  {
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    border-radius: 30px;
    margin: 5px;
    max-width: 100%;
    height: 60px;
    border: 2px solid black;
}
.inline__form input[type="submit"] {
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    border-radius: 30px;
    margin: 5px;
    min-width: 150px;
    height: 60px;
    border: none;
    background-color: black;
    color: white;
    font-family: 'Fredoka One', cursive !important;
    line-height: 0;
}




.sticky-slider{

    display: block;

    width: 100%;

    position: fixed;

    bottom: 0;

    text-transform: uppercase;

    text-align: center;

    font-weight: 600!important;

    border: 0px;

    color: #fff !important;

    font-size: 20px;

    margin: 0 0 0 19px;

    border-radius: 0;

    -webkit-transition: all .1s linear;

    -moz-transition: all .1s linear;

    -o-transition: all .1s linear;

    -ms-transition: all .1s linear;

    transition: all .1s linear;

    background-color: #000;

    float: none;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 1000;
    padding: 5px 0;
    display: none;

}   

.bilink{
    animation: red-hover 500ms infinite alternate;

}
@keyframes red-hover{

    0%{  color: #f7931e; background: #380b3c;}

    100%{ color: black; background: #f7931e; };

  }

  .form-group {
    margin-bottom: 15px ! IMPORTANT;
}
.banner_form_m .col-md-12 {
    padding: 0;
}
.primary-btn-wrap ,
.cta-btn a{
    font-size: 15px;
    text-align: center;
    width: max-content;
    margin: auto;
    padding: 14px 50px;
    border-radius: 30px;
}
.main-banner i,
.dental-text i {
    font-size: 20px;
}
.get-num{
    visibility: hidden;
}

