/*==============fonts area ==============*/
@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'),
        url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-ExtraBold';
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-Thin';
    src: url('../fonts/Metropolis-Thin.woff2') format('woff2'),
        url('../fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*==============end fonts area ==============*/


body{
	font-family: Metropolis-Regular;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
button:focus, button:a{
	outline: none;
	box-shadow: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}
body {
    overflow-x: hidden;
    /*background-color: #d6b646;*/
}

html{
    scroll-behavior: smooth;
}
.desktop{display:block;}
    .mobile{display:none;}
.cmn-btn {
    background: #41190a;
    color: #000;
    font-family: 'Metropolis-Bold';
    text-transform: uppercase;
    padding: 15px 27px 14px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    background-image: linear-gradient(#bd8924, #f1d158, #c9a83d);
}
.cmn-btn:hover{
    color: #fff;
}
.heading h2 {
    color: #41190a;
    font-size: 48px;
    font-family: 'Metropolis-Black';
    line-height: 44px;
    margin-bottom: 15px;
}
.heading p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.heading hr {
    width: 80px;
    opacity: 1;
    color: #af8528;
    margin: 17px 0px;
}


/*======== header area =========*/

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-area {
    background-color: #41190a;
    padding: 10px 0px;
}
.appointment-header {
    display: flex;
    align-items: center;
}
.apt-contact {
    display: flex;
    align-items: center;
}
.apt-contact p {
    display: flex;
    align-items: center;
}
.apt-contact p {
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
    font-family: 'Metropolis-Bold';
}
.apt-contact a {
    color: #FFF;
}
.apt-contact a i {
     display: inline-block;
    color: #fef200;
    text-align: center;
    margin-right: 10px;
}
.apt-contact p img {
    margin-right: 6px;
}
.book-btn a {
    background-color: #fef200;
    color: #000;
    font-family: 'Metropolis-Bold';
    padding: 10px 23px;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    margin: 0px 0px;
    /*background-image: linear-gradient(#bd8924, #f1d158, #c9a83d);*/
    text-transform: uppercase;
}
.top-lft-logo img {
    width: 315px;
}
.apt-contact .cmn-btn {
    background-color: #71569d;
    color: #fff;
    font-family: 'Metropolis-Bold';
    padding: 10px 23px;
    display: inline-block;
    border-radius: 32px;
    font-size: 14px;
    margin: 0px 0px;
    margin-right: 15px;
}


/*======== end header area =========*/


/*========== home banner area ========*/
.home-banner-area {
    background-color: #fef200;
    background-image: url(../images/banner-vec.png);
    background-repeat: no-repeat;
    padding: 30px 0px 110px;
    position: relative;
}
.banner-vet {
    position: absolute;
    left: 31%;
    bottom: 100px;
}
.banner-lft-cnt {
    margin-top: 25px;
}
.banner-lft-cnt p strong {
    font-size: 21px;
}
.home-banner-area .banner-lft-cnt h1 {
    font-size: 48px;
    color: #41190a;
    margin-bottom: 10px;
    font-family:'Metropolis-ExtraBold';
    text-transform: capitalize;
}
.slide-btn a {
    margin-right: 15px;
}
.banner-lft-cnt p {
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    color: #41190a;
}
.cmn-btn.dt-sol {
    background: #fff;
    color: #71569d;
    box-shadow: none;
}
/*.home-banner-area .row {
    align-items: center;
}*/
.banner-lft-cnt span {
    background-color: #41190a;
    color: #fff;
    padding: 10px  30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    font-size: 19px;
}
.banner-lft-cnt .slide-btn {
    margin-top: 30px;
}
.book-appointment-out{
    position: relative;
}
/*.book-appointment-out:before {
    content: '';
    height: 350px;
    width: 350px;
    position: absolute;
    background-color: #feebdd;
    border-radius: 100%;
    left: -60px;
    z-index: 9;
    top: 15%;
}*/
.book-appointment {
    /* box-shadow: 0px 0px 5px #000000c2; */
    border-radius: 20px;
    padding: 30px 40px;
    height: 100%;
    background-color: #41190a;
    position: relative;
    z-index: 99;
}
.book-appointment h2 {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: 'Metropolis-ExtraBold';
    text-align: center;
}
.book-appointment .service-form .input-group {
    margin-bottom: 15px;
    position: relative;
}
.book-appointment .service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #5AB6E3;
    font-size: 18px;
    position: absolute;
    z-index: 99;
    left: 6px;
    top: 5px;
    padding: 8px;
}
.book-appointment .service-form .input-group .input-group-text i {
    color: #41190a;
}
.book-appointment .service-form .input-group .form-control {
    padding: 11px 11px;
    font-size: 15px;
    padding-left: 44px;
    color: #000;
    border-radius: 13px !important;
    border: solid 1px #f7f7f7;
    background-color: #fff;
}
.book-appointment .service-form .input-group .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.book-appointment .service-form .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.book-appointment .service-form .input-group .form-control::placeholder {
  color: #000;
}
.form-sbmt-btn {
    margin-bottom: 22px;
}
.form-sbmt-btn .cmn-btn {
    border: none;
    padding: 12px 58px 12px;
    background-color: #fef200;
    background-image: none;
    color: #000;
}
.form-check  .form-check-label {
    color: #000;
    font-size: 14px;
}
.after-smbt-p p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.book-appointment .service-form .input-group .form-control.error {
    background-image: url(../images/exclamation.png);
    background-size: 13px auto, auto;
    background-repeat: no-repeat,no-repeat;
    background-position: 98% 50%;
}
.book-appointment .captcha-inp .form-control.error{
    background-image: url(../images/exclamation.png);
    background-size: 13px auto, auto;
    background-repeat: no-repeat,no-repeat;
    background-position: 56% 50%;
}

/*g captcha*/
.input_box.captcha-inp {
    position: relative;
    margin-bottom: 20px;
}
.captcha-inp span {
    background-color: #ffebcc;
    padding: 5px 22px 6px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.captcha-load {
    position: absolute;
    top: 6px;
    right: -50px;
}
.book-appointment .captcha-inp .form-control {
    padding: 11px 85px 11px 11px !important;
    font-size: 15px;
    padding-left: 44px;
    color: #000;
    border-radius: 13px !important;
    border: solid 1px #f7f7f7;
    background-color: #fff;
}
/*========== end home banner area ========*/
/*========== banner conter area ========*/
.banner-conter-area {
    position: relative;
    z-index: 99;
    top: -52px;
}
.banner-conter-area .inner-counter-bg {
    background-color: #41190a;
    padding: 35px 40px;
    border-radius: 20px;
}
.banner-conter-area .usp_box {
    text-align: center;
}
.banner-conter-area .usp_box h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0px;
    font-family: 'Metropolis-ExtraBold';
    display: inline-block;
}
.banner-conter-area .usp_box span {
    color: #fff;
    font-size: 48px;
    font-family: 'Metropolis-ExtraBold';
    display: inline-block;
    line-height: 35px;
}
.banner-conter-area .usp_box p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-conter-area .usp_box img {
    width: 80px;
    margin-top: -14px;
    display: block;
    margin: -4px auto 10px;
}
.inner-counter-bg .banner_uspes .col {
    position: relative;
}
.inner-counter-bg .banner_uspes .col:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 72%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
/*========== end banner conter area ========*/



/*======== about area =========*/
.about-area {
    padding: 70px 0px 20px;
      background-color: #fef200;
    background-image: url(../images/banner-vec.png);
    background-repeat: no-repeat;
}
.count-up {
    text-align: left;
}
.abou-rgt-cnt .heading p {
    color: #000;
}

.digital-heading {
    margin-bottom: 40px;
}

.about-btn .cmn-btn {
    background-color: #41190a;
    background-image: none;
    color: #fff;
}
.about-btn {
    margin-top: 90px;
}

.usp_box img {
    display: block;
    margin-bottom: 6px;
}
.usp_box h2 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'Metropolis-Bold';
}
.usp_box span {
    color: #000000;
    font-size: 26px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'Metropolis-Bold';
    line-height: 18px;
}
.usp_box p {
    font-family: 'Metropolis-Medium';
    font-size: 14px;
}
.treat-text {
    padding: 5px 30px;
    min-height: 344px;
}
.abou-rgt-cnt .heading hr {
    width: 90%;
    opacity: 1;
    color: #feebdd;
    margin: 30px 0px;
}
.abou-rgt-cnt .heading h2 {
    margin-bottom: 20px;
}
.about-lft-img {
    text-align: center;
}

/*======== end about area =========*/

/*======= dentel treatment area ======*/
.digital-bytes-area {
    position: relative;
    padding: 50px 0px 70px;
}
.digital-bytes-area .digital-heading {
    margin-bottom: 40px;
}

.digital-bytes-slide .owl-carousel .owl-nav button.owl-next, .digital-bytes-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    background-color: #41190a;
    /*box-shadow: 0px 0px 11px #eee;*/
}
.digital-bytes-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 48%;
    left: -70px;
}

.digital-bytes-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -70px;
}

.bytes-image img {
    width: 105px !important;
    margin: 0 auto;
}
.bg-treat {
    background-color: #41190a;
    padding: 40px;
}
.bytes-image {
    text-align: center;
    box-shadow: 0px 0px 11px #00000012;
    border-radius: 20px;
    padding: 0px 0px;
    background-color: #fff;
    margin: 10px;
    min-height: 470px;
    border: solid 1px #71569d;
    overflow: hidden;
}
.bytes-image:hover{
    border:solid 1px #71569d;
}
.bytes-image h3 {
    color: #41190a;
    font-size: 20px;
    font-family: 'Metropolis-Bold';
    margin-bottom: 8px;
    margin-top: 15px;
}
.treat-text {
    padding: 5px 30px;
}
.digital-bytes-slide {
    position: relative;
}
.bytes-image p {
    font-size: 15px;
}
.byt-click {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #71569d;
    border-radius: 100px;
    display: block;
    background-color: #71569d;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.byt-click:hover{
    color: #fff;
}

.wd-nbn {
    text-align: center;
    margin-top: 55px;
}
.talk-to-cd {
    display: inline-block;
    background: #41190a;
    border-radius: 15px;
    padding: 10px 30px 10px 30px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    margin: 18px 0 0;
}
.talk-to-cd .t-inner {
    display: flex;
    align-items: center;
}
.talk-to-cd .t-info {
    text-align: left;
    padding-left: 20px;
}
.talk-to-cd h6 {
    font-size: 17px;
    margin-bottom: 2px;
    text-align: left;
    font-family: 'Metropolis-Bold';
    color: #fff;
}
.talk-to-cd h2 {
    font-size: 21px;
    font-family: 'Metropolis-Black';
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.wd-nbn h6 {
    font-family: 'Metropolis-Bold';
    font-size: 18px;
    color: #000;
}
/*======= end dentel treatment area ======*/

/*========= counter area ==========*/
.conter-area .usp_box {
    text-align: center;
}
.conter-area .digital-heading {
    margin-bottom: 30px;
}
.conter-area .usp_box img {
    display: block;
    margin-bottom: 6px;
    margin: 0 auto 6px;
}
.conter-area .usp_box h2 {
    color: #000000;
    font-size: 42px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'Metropolis-Bold';
}
.conter-area .usp_box span {
    color: #000000;
    font-size: 40px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'Metropolis-Bold';
    line-height: 18px;
}
.conter-area .usp_box p {
    font-family: 'Metropolis-Medium';
    font-size: 16px;
}
/*========= end counter area ========*/




/*========= clinic near you ==========*/

.clinic-near-you {
    padding: 70px 0px 330px;
    width: 100%;
    background-image: url(../images/clinick-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.find-dental-near-bx .heading h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
.find-dental-near-bx .heading hr {
    color: #41190a;
}

.find-dental-near-bx {
    padding-right: 0px;
    padding-left: 40px;
}
.select-view-btn {
    margin-bottom: 40px;
}
.select-view-btn form {
    display: flex;
    justify-content: space-between;
}
.select-view-btn .input_box {
    width: 50%;
    margin-right: 13px;
}
.select-view-btn .form-control {
    padding: 12px 41px 12px 15px;
    border: none;
    border-radius: 10px;
}
.loc-contact-info h3 {
    font-family: 'Metropolis-Bold';
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}
.clinic-call {
    display: flex;
}
.clinic-call .loc-li-info {
    margin-right: 20px;
}
.loc-li-info.clinic-address {
    width: 100%;
}
.loc-li-info {
    display: flex;
    margin-bottom: 14px;
}
.loc-li-info .info-ic {
    width: 27px;
}
.loc-li-info .info-ic i {
    color: #1d378c;
}
.loc-li-info .info-ic i {
    color: #fef200;
}
.info-add p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}
.info-add p a {
    color: #fff;
    text-transform: uppercase;
}

.clinic-direc-btn .cmn-btn.cmn-dir {
    margin-right: 10px;
    background: #fef200;
    /* background-image: linear-gradient(#bd8924, #f1d158, #c9a83d); */
    color: #000;
}
.clinic-direc-btn a {
    padding: 14px 14px 9px;
    font-size: 13px;
}
.clinic-map-bx .row {
    align-items: center;
}
.clinic-direc-btn .cmn-btn.cmn-det {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    background-image: none;
}
.dnt-treat-btn .cmn-btn {
    border: none;
    background: #ffa10a;
    border-radius: 10px;
    padding: 14px 28px 13px;
}
.clinic-map-bx {
    margin-top: 30px;
}
.loc-map iframe {
    width: 100%;
    height: 340px;
    border-radius: 20px;
}

/*appintment info */
.apoint-table table thead tr th {
    color: #41190a;
    text-transform: uppercase;
    font-family: 'Metropolis-Bold';
}
.apoint-table th, .apoint-table td {
    border: 1px solid #362400 !important;
    padding: 15px 20px;
    line-height: 1;
    color: #000;
}


.appointment-info {
    margin-top: 50px;
    background-color: #fff;
    margin: 60px;
    border-radius: 10px;
    padding: 40px 0px;
}
.appointment-info .heading {
    text-align: center;
}
.appointment-info .heading h2 {
    font-size: 36px;
    line-height: 40px;
    color: #41190a;
}
.appointment-info .heading hr {
    color: #362400;
    margin: 0 auto 30px;
}
.apoint-table {
    padding: 0px 50px;
}
.btn-center {
    margin-top: 40px;
}
.btn-center .cmn-btn {
    background-color: #41190a;
    background-image: none;
    color: #fff;
}
.clinic-direc-btn .cmn-btn {
    width: 150px;
    text-align: center;
    margin: 10px 0px;
}
/*========= end clinic near you ==========*/

.apoint-information {
    margin-top: -310px;
}


/*========== why choose area =========*/
.why-choose-area {
    background-color: #fff6f1;
    padding: 60px 0px;
}
.why-rgt-img {
    padding-left: 50px;
}
.why-choose-row {
    padding: 0px 80px;
    margin-top: 50px;
}
.why-ic-bx p {
        font-family: 'Metropolis-Medium';
    font-size: 17px;
    padding-left: 20px;
    line-height: 24px;
}
.why-rgt-img img {
    border-radius: 15px;
}
/*========== end why choose area =========*/

/*======== image gallery area ==========*/
.gallery-area {
    padding: 40px 0px 60px;
}

.gallery-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}
.gallery-img {
    margin-bottom: 25px;
}
.gallery-img.left-gallery-img img {
    height: 445px;
}
.gallery-area .heading {
    margin-bottom: 25px;
}

/*======== end image gallery area ==========*/

/*========== it works area ==========*/
.it-works-area {
    position: relative;
    padding: 60px 0px 20px;
}
.it-works-slide .owl-carousel .owl-nav button.owl-next, .it-works-slide .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 100px;
    margin-left: 10px;
}
.it-works-slide .owl-carousel .owl-nav button.owl-next:hover, .it-works-slide .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #71569d;
    color: #fff;
    border: solid 1px #71569d;
}
.it-works-slide .owl-nav {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.works-image {
    box-shadow: 0px 4px 7px #cdcbcb;
    padding: 15px 10px;
    margin: 10px;
}
.works-image img {
    height: 270px;
    object-fit: cover;
}
.works-image h3 {
    font-family: 'Metropolis-Bold';
    color: #636363;
    font-size: 20px;
    text-align: center;
    margin: 23px 0px 7px;
}


/*========== end it works area ==========*/

/*========= doctor team ========*/
.team-of-doctor {
    padding: 20px 0px 60px;
}
.team-of-doctor .heading {
    margin-bottom: 50px;
}
.dental-team-bx img {
    border-radius: 18px;
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.dental-team-bx h4 {
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    margin-top: 15px;
    color: #71569d;
}
.dental-team-bx p {
    text-align: center;
    font-family: 'Metropolis-Bold';
    font-size: 14px;
    margin-bottom: 0px;
}
.dental-team-bx {
    margin: 0px 18px;
}
/*========= end doctor team ========*/

/*======= testimonial area =======*/
.testimonials {
    padding-bottom: 60px;
}
.testi-author img {
    width: 100px !important;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
    border: solid 1px #71569d;
    margin: 0 auto;
}
.testimonials-cnt img {
    width: 24px !important;
    margin: 18px auto 13px;
}
.testi-bg {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 233px;
    padding-top: 40px;
    background-color: #41190a;
}
.testi-bg .heading h2 {
    color: #fff;
}
.testi-bg .heading hr {
    color: #fff;
}
.testi-owl {
    background-image: linear-gradient(to right, #fffcfb, #feebdd);
    padding: 40px 40px 20px;
    border-radius: 15px;
    position: relative;
    width: 75% !important;
    margin: 0 auto;
    text-align: center;
    margin-top: -100px;
}
.testimonials-cnt p {
    color: #000;
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}
.testimonials-cnt h6 {
    color: #000;
    font-size: 17px;
    font-family: 'Metropolis-Medium';
}
.testimonials-cnt hr {
    width: 80px;
    opacity: 1;
    color: #71569d;
    margin: 18px auto 20px;
}

.testi-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 48%;
    left: 30px;
    color: #71569d;
}
.testi-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: 30px;
    color: #71569d;
}
/*======= end testimonial area =======*/

/*=========== faq area ===========*/
.faq-about-plan-area.faq-inner {
    padding: 60px 0px 50px;
    background-color: #fff4de;
}
.faq-inner #accordionExample {
    padding: 0px 0px;
}
.faq-about-plan-area .blog-faq .accordion-body {
    background-color: transparent;
    border-left: none;
    padding-left: 0px;
    border-bottom: solid 1px #bababa;
    padding-top: 0px;
}
.faq-about-plan-area .blog-faq .accordion-button {
    font-size: 18px;
    color: #000;
    padding: 18px 0px;
    background-color: transparent;
}
.blog-faq {
    padding-left: 50px;
}
.faq-left img {
    width: 100%;
    height: 418px;
    object-fit: cover;
}
.faq-left img {
    width: 100%;
    height: 418px;
    object-fit: cover;
    border-radius: 10px;
}




/*.blog-faq .accordion-item:last-child .accordion-button.collapsed{
    border-bottom: none;
}  */ 

.blog-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.blog-faq .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.blog-faq .accordion-body {
    background-color: #f9f9f9;
    border-left: solid 2px #fc861f;
    font-size: 15px;
}
.blog-faq .accordion-button {
    font-size: 16px;
    padding: 16px 0px;
    font-family: 'Metropolis-SemiBold';
    color: #fff;
}
.blog-faq .accordion-button.collapsed{
     border-bottom: solid 1px #bababa;   
}

.blog-faq  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.blog-faq .accordion-item {
    background-color: transparent;
    border: none;
}
.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
}
.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
}
/*=========== end faq area ===========*/

/*======== call popup area =========*/
.call-back-area.book-appointment h2 {
    text-transform: uppercase;
}
.dr-video-pop .modal-dialog {
    max-width: 600px;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}
.appointment-pop .modal-content {
    border-radius: 20px;
}
.dr-video-pop .btn-close {
    position: absolute;
    right: -21px;
    filter: invert(1);
    opacity: 1;
    background-color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    top: -10px;
    z-index: 999;
}
.call-back-area.book-appointment {
    box-shadow: none;
        color: #fff;
}
/*======== end call popup area =========*/

/*========= footer area ==========*/
.footer-area {
    background-color: #fef200;
}
.bottom-footer {
    padding: 15px 30px;
    border-radius: 30px 30px 0px 0px;
    background: #fef200;
}
.inner-foot-botm {
    display: flex;
    justify-content: space-between;
}
.foot-prcy p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}
.foot-prcy p a {
    color: #000;
}
.faq-about-plan-area .wd-nbn {
    margin-top: 85px;
}
/*========= end footer area ==========*/