body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}

.container {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

.name-info {
    margin-top: -145px;
}

.name-info .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.name-info .info .left-side {
    display: flex;
    align-items: center;
}

.name-info .info .left-side .img {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.name-info .info .left-side .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 10px;
}

.name-info .info .left-side .content {
    margin-left: 25px;
    margin-top: 0;
    width: calc(100% - 390px) !important;
}

.name-info .info .left-side .content .cheading {
    display: flex;
    align-items: center;
}

.name-info .info .left-side .content .cheading a {
    background: #3FB480;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 98px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'quicksandregular';
    padding: 4px 9px 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}

.name-info .info .left-side .content .cheading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'quicksandbold';
    color: #030404;
    margin-bottom: 10px;
}

.name-info .info .left-side .content a {
    font-size: 18px;
    font-weight: 400;
    font-family: 'quicksandregular';
    color: #030404;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.name-info .info .left-side .content a i {
    color: #0297B5;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.name-info .info .left-side .content .button {
    margin-top: 45px;
}

.name-info .info .left-side .content .button a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'quicksandregular';
    color: #FFFFFF;
    background: #0297B5;
    padding: 16px 35px;
    border-radius: 50px;
    display: inline-block;
}

.name-info .info .left-side .content .button a i {
    color: #FFFFFF;
    margin: 0;
    position: relative;
}

.name-info .info .right-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.name-info .info .right-side ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.name-info .info .right-side ul li span {
    width: 40px;
    height: 40px;
    background: #0297B5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    margin-right: 15px;
}

.name-info .info .right-side ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'poppinsregular';
    text-decoration: none;
}

.name-info .info .right-side ul .button a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 41px;
    background: #0297B5;
    color: white;
    border-radius: 50px;
    font-family: 'poppinsregular';
}

.name-info .info .right-side ul .button a i {
    color: white;
    margin-right: 10px;
}

.name-info .info .right-side ul .button {
    margin-top: 30px;
}

.csection1 {
    margin-top: 140px;
}

.csection1 .about-us {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.csection1 .about-us .left-side {
    width: 100%;
    max-width: 49%;
}

.csection1 .about-us .left-side span {
    background: #CCEAF0;
    padding: 4px 43px;
}

.csection1 .about-us .left-side h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    color: #030404;
    font-family: 'poppinsmedium';
    position: relative;
}

.csection1 .about-us .left-side p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppinsregular';
    color: #030404;
    opacity: 0.4;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 32px;
}

.csection1 .about-us .left-side a {
    text-decoration: none;
    background: #0297B5;
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: 'poppinsregular';
    padding: 15px 40px;
    border-radius: 50px;
}

.csection1 .about-us .right-side {
    width: 100%;
    max-width: 49%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);

}

.csection1 .about-us .right-side .main-box img {
    width: 100% !important;
    height: 100% !important;
}

.csection1 .about-us .right-side .gallery_product {
    height: -webkit-fill-available;
}

.right-side button {
    cursor: pointer;
    display: inline-block;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #979898;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: none;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.right-side .main-box {
    background: white;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: -webkit-fill-available;
}

.right-side .button {

    text-align: left;
    padding: 10px 0px;
}

.csection1 .right-side .button {
    background: #FAFAFA;
}

.csection2 {
    margin-top: 130px;
}

.csection2 .patient-overview {
    background-size: cover;
    background-position: center;
    padding: 65px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: white;
    border-radius: 10px;
}

.csection2 .patient-overview .img {
    margin-bottom: 15px;
}

.csection2 .patient-overview .content span {
    font-size: 24px;
    font-weight: 400;
    font-family: 'poppinsmedium';
    margin-bottom: 5px;
}

.csection2 .patient-overview .content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'quicksandregular';
}

.csection3 {
    margin-top: 150px;
    padding: 0px 20px;
    background: #FAFAFA;
    padding: 100px 0px;
}

.csection3 .browse-services {
    text-align: center;
}

.csection3 .browse-services span {
    background: #C8E6EC;
    padding: 4px 70px;
}

.csection3 .browse-services h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    margin: 0;
    padding-bottom: 40px;
    margin-top: -50px;
}

.csection3 .browse-services .boxes {
    display: flex;
    align-items: center;
    justify-content: start;
}

.csection3 .browse-services .boxes .box {
    width: 23.4%;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding-bottom: 50px;
    margin-right: 2%;
}

.csection3 .browse-services .boxes .box:last-of-type {
    margin-right: 0px;
}

.browse-services .boxes .box .box-top {
    width: 100%;
    height: 142px;
    background: #156298;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.browse-services .boxes .box .browse-box-img,
.browse-services .inner-boxes .box .browse-box-img {
    width: 170px;
    height: 170px;
    border: 7px solid #156298;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -94px;
    background: white;
    overflow: hidden;
}

.browse-services .boxes .box .browse-box-img img,
.browse-services .inner-boxes .box .browse-box-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 100%;
}

.browse-services .boxes .box .box-content,
.browse-services .inner-boxes .box .box-content {
    padding: 0px 22px;
}

.browse-services .boxes .box .box-content h4,
.browse-services .inner-boxes .box .box-content h4 {
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: 'quicksandregular';
    margin-top: 30px;
    color: black;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.browse-services .boxes .box .box-content ul,
.browse-services .inner-boxes .box .box-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.browse-services .boxes .box .box-content li,
.browse-services .inner-boxes .box .box-content li {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #156298;
    border-bottom: 1px dashed black;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browse-services .boxes .box .box-content .button,
.browse-services .inner-boxes .box .box-content .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.browse-services .boxes .box .box-content .button a,
.browse-services .inner-boxes .box .box-content .button a {
    text-decoration: none;
    background: #156298;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    color: white;
    border-radius: 40px;
    transition: 0.3s ease-in-out;

}

.browse-services .boxes .box .box-content .button a:hover {
    letter-spacing: 2px;
}

.browse-services .inner-boxes .box .box-content .button a:hover {
    letter-spacing: 2px;
}

.browse-services .boxes .haare-box .box-content li {
    color: #E47F81;
}

.browse-services .boxes .haare-box .browse-box-img {
    border-color: #E47F81;
}

.browse-services .boxes .haare-box .box-top,
.browse-services .boxes .haare-box .box-content .button a {
    background: #E47F81;
}

.browse-services .boxes .augen-box .box-content li {
    color: #82A535;
}

.browse-services .boxes .augen-box .browse-box-img {
    border-color: #82A535;
}

.browse-services .boxes .augen-box .box-top,
.browse-services .boxes .augen-box .box-content .button a {
    background: #82A535;
}

.browse-services .boxes .kinderwunsch-box .box-content li {
    color: #5C3E7F;
}

.browse-services .boxes .kinderwunsch-box .browse-box-img {
    border-color: #5C3E7F;
}

.browse-services .boxes .kinderwunsch-box .box-top,
.browse-services .boxes .kinderwunsch-box .box-content .button a {
    background: #5C3E7F;
}

.browse-services .inner-boxes {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 40px;
}

.browse-services .inner-boxes .box {
    width: 32.2%;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    margin-right: 1.5%;
}

.browse-services .inner-boxes .box:last-of-type {
    margin-right: 0px;
}

.browse-services .inner-boxes .box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-bottom: 90px;
    text-decoration: none;
}

.browse-services .inner-boxes .box .box-top {
    width: 100%;
    height: 142px;
    background: #EB9931;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.browse-services .inner-boxes .Gesichtschirurgie .box-content li {
    color: #EB9931;
}

.browse-services .inner-boxes .Gesichtschirurgie .browse-box-img {
    border-color: #EB9931;
}

.browse-services .inner-boxes .Gesichtschirurgie .box-content .button a {
    background: #EB9931;
}

.browse-services .inner-boxes .Körperchirurgie .box-content li {
    color: #CC2E68;
}

.browse-services .inner-boxes .Körperchirurgie .browse-box-img {
    border-color: #CC2E68;
}

.browse-services .inner-boxes .Körperchirurgie .box-content .button a,
.browse-services .inner-boxes .Körperchirurgie .box-top {
    background: #CC2E68;
}

.browse-services .inner-boxes .Ästhetik .box-content li {
    color: #6AB993;
}

.browse-services .inner-boxes .Ästhetik .browse-box-img {
    border-color: #6AB993;
}

.browse-services .inner-boxes .Ästhetik .box-content .button a,
.browse-services .inner-boxes .Ästhetik .box-top {
    background: #6AB993;
}

.csection4 {
    height: 620px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.csection4 .addition-services {
    text-align: center;
}

.csection4 .addition-services span {
    background: #42ADC1;
    padding: 4px 85px;
}

.csection4 .addition-services h1 {
    text-align: center;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    color: white;
    margin-top: -47px;
}

.csection4 .addition-services .boxes {
    display: flex;
    align-items: center;
    /*	justify-content: space-between;*/
    margin-top: 20px;
}

.csection4 .addition-services .boxes .box {
    text-align: center;
    background: white;
    width: 15.6%;
    border-radius: 5px;
    padding: 32px 0px;
    margin: 0px 5px;
}

.csection4 .addition-services .boxes .box .img {
    width: 130px;
    height: 90px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.csection4 .addition-services .boxes .box .img.hotel-img {
    border-color: #667EBE;
}

.csection4 .addition-services .boxes .box .img.transfer-img {
    border-color: #EB9481;
}

.csection4 .addition-services .boxes .box .img.meals-img {
    border-color: #363C49;
}

.csection4 .addition-services .boxes .box .img.interpreter-img {
    border-color: #EB9931;
}

.csection4 .addition-services .boxes .box .img.city-tours-img {
    border-color: #D64E5A;
}

.csection4 .addition-services .boxes .box .img img {
    width: auto;
}

.csection4 .addition-services .boxes .box .box-content {
    text-align: center;
}

.csection4 .addition-services .boxes .box .box-content h2 {
    font-family: 'quicksandregular';
    font-size: 24px;
    font-weight: 700;
    color: #030404;
}

.csection4 .addition-services .boxes .box .box-content button {
    background: #0297B5;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-family: 'quicksandregular';
}

.csection4 .addition-services .boxes .box .box-content button.clr-btn {
    background-color: #3FB480;
}

.csection4 .addition-services .boxes .box .box-content p {
    color: #9A9B9B;
    font-size: 18px;
    font-weight: 400;
    font-family: 'quicksandregular';
    padding: 0px 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.csection5 {
    margin-top: 140px;
}

.csection5 .image-gallery .cboxes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 40px;
}

.csection5 .image-gallery span {
    background: #CCEAF0;
    padding: 4px 85px;
    margin-left: 13px;
}

.csection5 .image-gallery h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    color: #030404;
    font-family: 'poppinsmedium';
    margin-left: 10px;
    margin-top: -46px;
}

.csection5 .image-gallery .cboxes .box {
    width: 25%;
    margin: 20px 12px;
}

.csection5 .image-gallery .cboxes button.slick-prev {
    top: -45px;
    position: absolute;
    left: calc(100% - 90px);
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 45px;
}

.csection5 .image-gallery .cboxes button.slick-prev:before {
    content: '\f060';
    font-family: fontAwesome;
}

.csection5 .image-gallery .cboxes button.slick-next {
    top: -44px;
    right: 8px;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 100%;
}

.csection5 .image-gallery .cboxes button.slick-next:before {
    content: '\f061';
    font-family: fontAwesome;
    font-size: 18px;
}

.csection5 .image-gallery .cboxes button:before {
    color: #000;
    font-size: 18px;
}

.csection5 .image-gallery .cboxes .box img {
    width: 100%;
    border-radius: 10px;
}

.csection6 {
    background: #FAFAFA;
    padding: 120px 0px;
}

.csection6 .contact-info {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.csection6 .contact-info .left-side {
    width: 100%;
    max-width: 48%;
    margin-top: 25px;
}

.csection6 .contact-info .left-side span {
    background: #CCEAF0;
    padding: 4px 85px;
}

.csection6 .contact-info .left-side h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    color: #030404;
    margin: 0;
    margin-top: -45px;
}

.csection6 .contact-info .left-side p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppinsregular';
    color: #979898;
    line-height: 30px;
    margin-top: 30px;
}

.csection6 .contact-info .left-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.csection6 .contact-info .left-side ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.csection6 .contact-info .left-side ul li span {
    width: 44px !important;
    height: 44px !important;
    background: #0297B5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    margin-right: 15px;
    padding: 0;
}

.csection6 .contact-info .left-side ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'poppinsregular';
    text-decoration: none;
}

.csection6 .contact-info .left-side ul .button a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 42px;
    background: #0297B5;
    color: white;
    border-radius: 50px;
    font-family: 'quicksandregular';
}

.csection6 .contact-info .left-side ul .button a i {
    color: white;
    margin-right: 10px;
}

.csection6 .contact-info .left-side ul .button {
    margin-top: 55px;
}

.csection6 .contact-info .right-side {
    width: 100%;
    max-width: 48%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}

.csection6 .contact-info .right-side .map {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}

.csection6 .contact-info .right-side .map iframe {
    width: 100%;
    height: 550px;
    border-radius: 10px;
}

.csection7 {
    text-align: center;
    margin-top: 0;
    padding-top: 120px;
}

.csection7 .profile-info span {
    background: #CCEAF0;
    padding: 4px 85px;
}

.csection7 .profile-info h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    color: #030404;
    margin-top: -50px;
}

.csection7 .profile-info p {
    font-size: 18px;
    font-weight: 400;
    color: #9A9B9B;
    line-height: 30px;
    font-family: 'poppinsregular';
}

.csection8 {
    background: rgba(0, 0, 0, 0.02);
    margin-top: 100px;
    padding: 128px 0px;
}

.csection8 .our-staff span {
    background: #CCEAF0;
    padding: 4px 33px;
}

.csection8 .our-staff h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    margin-top: -50px;
}

div.staffHeading_pro {
    display: inline-block;
    margin-left: 15px;
}

.csection8 .staff-boxes {
    display: flex;
    align-items: center;
    justify-content: start;
}

.csection8 .our-staff .staff-boxes .box {
    text-align: center;
    background: white;
    margin: 20px 15px;
    border-radius: 16px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
}

.csection8 .our-staff .staff-boxes .box .content {
    padding: 23px 0px;
}

.csection8 .our-staff .staff-boxes .box .content h3 {
    font-size: 24px;
    font-family: 'quicksandregular';
    font-weight: 700;
    color: #030404;
    margin: 0;
    margin-bottom: 5px;
}

.csection8 .our-staff .staff-boxes .box .content span {
    font-size: 18px;
    font-weight: 400;
    color: #030404;
    background: transparent;
    opacity: 0.7;
    font-family: 'poppinsregular';
}

.csection8 .our-staff .staff-boxes button.slick-prev {
    bottom: 0;
    top: -55px;
    position: absolute;
    left: calc(100% - 105px);
    width: 37px;
    height: 37px;
    border: 1px solid #000;
    border-radius: 100%;
}

.csection8 .our-staff .staff-boxes button.slick-prev:before {
    color: #000;
    font-size: 40px;
    content: '\f060';
    font-family: fontAwesome;
    font-size: 20px;
}

.csection8 .our-staff .staff-boxes button.slick-next {
    top: -55px;
    right: 16px;
    width: 37px;
    height: 37px;
    border: 1px solid #000;
    border-radius: 100%;
}

.csection8 .our-staff .staff-boxes button.slick-next:before {
    color: #000;
    font-size: 40px;
    content: '\f061';
    font-family: FontAwesome;
    font-size: 20px;
}

.csection9 {
    padding: 100px 0px;
}

.csection9 .about-certificates {
    text-align: center;
}

.csection9 .about-certificates span {
    background: #CCEAF0;
    padding: 4px 70px;
}

.csection9 .about-certificates h1 {
    font-size: 34px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #030404;
    text-align: center;
    margin-top: -50px;
}

.csection9 .about-certificates .boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.csection9 .about-certificates .boxes button.slick-prev {
    height: 37px;
    width: 37px;
    border: 1px solid black;
    border-radius: 100%;
}

.csection9 .about-certificates .boxes button.slick-prev:before {
    color: #7D7D7D;
    font-size: 40px;
    content: '\f060';
    font-family: fontAwesome;
    font-size: 20px;
}

.csection9 .about-certificates .boxes button.slick-next {
    width: 37px !important;
    height: 37px !important;
    border-radius: 100%;
    border: 1px solid black;
    right: -22px !important;
}

.csection9 .about-certificates .boxes button.slick-next:before {
    color: #7D7D7D;
    font-size: 40px;
    content: '\f061';
    font-family: FontAwesome;
    font-size: 20px;
}

.csection9 .about-certificates .boxes .box {
    margin: 25px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

.csection9 .about-certificates .boxes .box .heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csection9 .about-certificates .boxes .box span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #030404;
    background: transparent;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.csection9 .about-certificates .boxes .box .img {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 15px;
}

.csection9 .about-certificates .boxes .box .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.csection9.about-certificates .boxes button.slick-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #969696;
    border-radius: 100%;
    position: absolute;
    /*left: -40px;*/
}

.csection9 .about-certificates .boxes button.slick-next {
    width: 30px;
    height: 30px;
    border: 1px solid #969696;
    border-radius: 100%;
    position: absolute;
    right: -5px;
}

.csection9 .about-certificates .boxes button.slick-prev:before {
    color: #969696;
}

.csection9 .about-certificates .boxes button.slick-next:before {
    color: #969696;
}

.slick-dots li button:before {
    width: 15px !important;
    height: 15px !important;
    content: '' !important;
    /*background: red;*/
    border: 2px solid #C7C7C7;
    border-radius: 100%;
    font-size: 25px !important;
    opacity: 1 !important;
    color: transparent !important;
}

.slick-dots {
    bottom: -40px !important;
}

.slick-dots li.slick-active button:before {
    border: 2px solid #0297B5;
    font-size: 15px !important;
    color: #0297B5 !important;
    color: black;
    background: #0297B5;
}

/***** site-footer****/
.site-footer {
    background: black;
    padding: 60px 0px;
}

.site-footer .footer-boxes {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    padding: 0px 20px 80px 20px;

}

.site-footer .footer-boxes .box {
    width: 23%;
}

.site-footer .footer-boxes .box p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppinsregular';
}

.site-footer .footer-boxes .box h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.site-footer .footer-boxes .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-boxes .box ul li {
    margin-bottom: 15px;
}

.site-footer .footer-boxes .box ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppinsregular';
    transition: 0.3s ease-in-out;
}

.site-footer .footer-boxes .box ul li a:hover {
    color: #EB9931;
}

.site-footer .footer-boxes .contact-box ul {
    display: flex;
    align-items: center;
}

.site-footer .footer-boxes .contact-box ul li {
    margin-right: 10px;
}

.site-footer .footer-boxes .contact-box ul li a {
    width: 40px;
    height: 40px;
    background: #0297B5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.site-footer .footer-boxes .contact-box ul li a:hover {
    background: #EB9931;
    color: white;
}

.site-footer .footer-boxes .contact-box p {
    padding-bottom: 20px;
}

.site-footer .footer-boxes .contact-box p a {
    color: white;
}

.site-footer .footer-boxes .link-box {
    margin-left: auto;
}

.site-footer .copy-right {
    color: white;
    border-top: 1px solid #1C1D1D;
    padding: 0px 20px;
}

.site-footer .copy-right .site-copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
}

.site-footer .copy-right .site-copy-right .left-side span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.site-footer .copy-right .site-copy-right .right-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.site-footer .copy-right .site-copy-right .right-side ul li {
    margin-right: 20px;
}

/***SHAXIB DEV***/
div.container_sh {
    width: 1640px;
    max-width: 100%;
    margin: 0 auto;

}

div.search_banner_sh {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    background-repeat: no-repeat !important;
}

#searchPortal .search_banner_sh .overlay_sh {
    background: linear-gradient(0deg, rgba(2, 151, 181, 0.8), rgba(2, 151, 181, 0.8));
    height: auto !important;
    padding: 20px !important;
}

div.search_banner_sh .bannerContainer {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 225px;
}

div.search_banner_sh .bannerContainer h2 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-family: 'poppinsbold';
    line-height: 1.2em;
    margin-bottom: 15px;
}

div.search_banner_sh .bannerContainer p {
    font-size: 18px;
    color: #fff;
    font-family: 'poppinsregular';
}

div.searchFilterForm_sh {
    background: #fff;
    border-radius: 10px;
    padding: 50px 15px;
    margin-top: 40px;
}

div.searchFilterForm_sh .searchFilterBannerHere {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

div.searchFilterForm_sh .searchFilterBannerHere .formGroup label {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    font-size: 18px;
    font-family: 'quicksandregular';
    font-weight: 600;
}

div.searchFilterForm_sh .searchFilterBannerHere .formGroup {
    width: 100%;
    margin: 0px 5px;
}

div.searchFilterForm_sh .searchFilterBannerHere .formGroup input {
    width: 100%;
    height: 53px;
    text-indent: 10px;
    background: #f1f1f1;
    border: 0;
    border-radius: 5px;
    outline: none;
    font-family: 'quicksandregular';
    font-size: 14px;
}
div.searchFilterForm_sh .searchFilterBannerHere .formGroup input::placeholder{
	color: black;
}

div.searchFilterForm_sh .searchFilterBannerHere .formGroup select {
    width: 100%;
    height: 53px;
    background: #f1f1f1;
    border: 0;
    border-radius: 5px;
    padding-left: 5px;
    cursor: pointer;
    outline: none;
    font-family: 'quicksandregular';
}

div.searchFilterForm_sh .searchFilterBannerHere .submissionBtn {
    margin-left: 30px;
    margin-right: 8px;
}

div.submissionBtn button {
    background: #263238;
    border: 0;
    color: #fff;
    padding: 13px 37px;
    border-radius: 90px;
    font-family: 'poppinsregular';
    font-weight: 500;
    cursor: pointer;
    outline: none;
    font-size: 18px;
}

div.filterTitle {
    width: 100%;
    display: inline-block;
    padding: 80px 0px 30px;
}

div.filterTitle h3 {
    margin: 0;
    font-size: 36px;
    font-family: 'poppinsmedium';
    z-index: 1234;
    position: relative;
}

div.searchFilterBody {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div.searchFilterBody .sidebarLeft {
    width: 20%;
}

div.searchFilterBody .contentRight {
    width: 75%;
}

div.searchFilterBody .sidebarLeft h3 {
    margin: 0;
    font-size: 24px;
    font-family: 'poppinsmedium';
}

div.filterItems .filterSH {
    margin-top: 25px;
    box-shadow: 0px 0px 20px #eee;
    padding: 22px 15px;
    border-radius: 10px;
}

div.filterItems .filterSH .filHrading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

div.filterItems .filterSH .filBody {}

div.filBody .filterInput label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-family: 'quicksandregular';
    font-weight: 600;
}

div.filBody .filterInput input {
    width: calc(100% - 4px);
    padding: 0;
    height: 44px;
    text-indent: 15px;
    background: #eee;
    border: 0;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}

div.filterItems .filterSH .filBody .filCats ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 15px 0px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    padding-right: 10px;
}

div.filterItems .filterSH .filBody .filCats ul {
    margin: 0;
    padding: 0;
}

div.filterItems .filterSH .filHrading h3 {
    font-size: 16px;
    text-transform: capitalize;
}

div.filterItems .filterSH .filBody .filCats ul li label {
    font-size: 18px;
    font-family: 'poppinsregular';
}

div.filterItems .filterSH .filHrading span {
    cursor: pointer;
}

div.filterItems .filterSH.filterRange .filBody ul li {
    display: block;
}

div.filterItems .filterSH.filterRange .filBody ul li label {
    margin-left: 10px;
}

div.searchResultBoxes {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
}

div.searchResultBoxes .sort-by {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: -45px;
    margin-bottom: 25px;
    width: 230px;
    margin-left: auto;
}

div.searchResultBoxes .sort-by span {
    font-size: 18px;
    font-weight: 600;
    color: #030404;
    margin-right: 5px;
    width: 120px;
}

div.searchResultBoxes .sort-by select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppinsregular';
    color: #030404;
}

div.searchResultBoxes .box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    box-shadow: 0px 0px 10px #f1f1f1;
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}

div.searchResultBoxes .box .image {
    width: 280px;
    margin-right: 0;
}

div.searchResultBoxes .box .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

div.searchResultBoxes .box .tags ul li {
    list-style: none;
    display: inline-block;
    padding: 4px 10px;
    font-size: 16px;
    font-family: 'quicksandregular';
    border-radius: 90px;
    background: #0297b5;
    margin: 5px 0px;
}

div.searchResultBoxes .box .tags ul {
    margin: 0;
    padding: 0;
}

div.searchResultBoxes .box .mapLocation ul li {
    display: inline-block;
    margin-right: 10px;
}

div.searchResultBoxes .box .mapLocation ul {
    margin: 0;
    padding: 0;
}

div.searchResultBoxes .box .buttonAction {
    width: 180px;
}

div.searchResultBoxes .box .info {
    width: calc(89% - 350px);
    margin-right: 6px;
}

div.searchResultBoxes .box .info a.title {
    color: #000;
    text-decoration: none;
    font-family: 'quicksandbold';
    font-size: 24px;
}

div.searchResultBoxes .box .info .desc p {
    margin: 0;
    font-size: 18px;
    font-family: 'poppinsregular';
}

div.searchResultBoxes .box .info .desc {
    margin: 10px 0px;
}

div.searchResultBoxes .box .tags ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

div.searchResultBoxes .box .tags ul li:nth-child(1) {
    background: #36C5F0;
}

div.searchResultBoxes .box .tags ul li:nth-child(2) {
    background: #9769AD;
}

div.searchResultBoxes .box .tags ul li:nth-child(3) {
    background: #25215F;
}

div.searchResultBoxes .box .tags ul li:nth-child(4) {
    background: #CF6074;
}

div.searchResultBoxes .box .tags ul li:nth-child(5) {
    background: #E01E5A;
}

div.searchResultBoxes .box .info .mapLocation {
    padding: 15px 0px 0px;
}

div.searchResultBoxes .box .mapLocation ul li i {
    color: #36C5F0;
    font-size: 14px;
}

div.searchResultBoxes .box .mapLocation ul li.approved_serach_profile {
    background: #3FB480;
    color: #fff;
    padding: 5px 10px 5px;
    text-transform: capitalize;
    font-family: 'quicksandregular';
    border-radius: 90px;
    font-size: 14px;
}

div.searchResultBoxes .box .mapLocation ul li:nth-child(2) {
    font-size: 14px;
    font-family: 'quicksandregular';
}

div.searchResultBoxes .box .mapLocation ul li:nth-child(3) {
    font-size: 14px;
    font-family: 'quicksandregular';
}

div.searchResultBoxes .box .mapLocation ul li:nth-child(4) {
    font-size: 14px;
    color: #36C5F0;
}

div.searchResultBoxes .box .buttonAction a {
    background: #EEE;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 16px 1px;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-family: 'quicksandregular';
    border-radius: 90px;
    font-size: 18px;
    font-weight: 500;
}

div.searchResultBoxes .box .featured_here {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #0297B5;
    color: #fff;
    font-size: 17px;
    padding: 9px 14px 3px;
    font-family: 'quicksandregular';
    font-weight: 500;
}

div.searchResultBoxes .box .featured_here {
    display: none;
}

div.searchResultBoxes .box.featured:nth-child(2) {
    border-bottom: 9px solid #0297b5;
}

div.searchResultBoxes .box.featured:nth-child(2) .featured_here {
    display: block;
}

div.searchResultBoxes .box.featured:nth-child(3) {
    border-bottom: 9px solid #0297b5;
}

div.searchResultBoxes .box.featured:nth-child(3) .featured_here {
    display: block;
}

div.searchResultBoxes .box.featured:nth-child(4) {
    border-bottom: 9px solid #0297b5;
}

div.searchResultBoxes .box.featured:nth-child(4) .featured_here {
    display: block;
}

.searchResultBoxes .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.searchResultBoxes .pagination ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}

.searchResultBoxes .pagination ul li {
    width: 45px;
    height: 45px;
    border: 1px solid #DCDCDC;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}

.searchResultBoxes .pagination ul li:hover {
    border-radius: 50px;
    width: 65px;
    /*height: 55px;*/
    background: #0297B5;
    border-color: transparent;
}

.searchResultBoxes .pagination ul li:hover a {
    color: white;
}

.searchResultBoxes .pagination ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #DCDCDC;
    display: block;
}


/*==============================
        new page single
===============================***/
#singleBusinessPage .name-info {
    margin-top: -145px;
}

div.sngTagsItem {
    margin-top: 40px;
}

div.sngTagsItem ul {
    margin: 0;
    padding: 0;
}

div.sngTagsItem ul li {
    list-style: none;
    display: inline-block;
    margin: 7px 7px 20px 7px;
}

div.sngTagsItem ul li a {
    text-decoration: none;
    background: #156298;
    color: #fff;
    /* padding: 14px 48px; */
    padding: 14px 30px;
    font-size: 14px;
    display: inline-block;
    /* font-size: 18px; */
    font-weight: 700;
    font-family: 'quicksandregular';
    border-radius: 90px;
}

div.sngTagsItem ul li a.Haare {
    background: #E47F81;
}

div.sngTagsItem ul li a.Augen {
    background: #82A535;
}

div.sngTagsItem ul li a.Gesichtschirurgie {
    background: #EB9931;
}

div.sngTagsItem ul li a.Körperchirurgie {
    background: #5C3E7F;
}

div.sngTagsItem ul li a.Ästhetik {
    background: #82A535;
}

div.sngslider {
    width: 48%;
}

div.sng_service_leftImage .info {
    width: 48%;

}

div.sngslider .forslider {
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

div.sngslider .forslider .image {
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

div.sngslider .forslider .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    /*height: 546px !important;*/
    object-fit: cover;
    height: auto;
    border-radius: 10px;
}

div.sngslider .navslider {
    margin-top: 10px;
}

div.sngslider .navslider .image {
    padding: 10px;
    margin: 10px 7px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 131px;
    overflow: hidden;
}

div.sngslider .navslider .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 10px;
}

div.sng_service_leftImage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    margin-top: 55px;
}

div.snginfotTabs {}

div.snginfotTabs h2 {
    font-size: 36px;
    font-family: 'poppinsmedium';
    position: relative;
}

div.snginfotTabs h2::before {
    content: "";
    width: 90px;
    display: inline-block;
    height: 27px;
    background: #0297B5;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    top: 25px;
}

div.snginfotTabs .desc p {
    font-size: 18px;
    line-height: 1.5em;
    color: #030404;
    font-family: 'poppinsregular';
}

div.snginfotTabs .sngactionBtn {
    margin-top: 35px;
}

div.snginfotTabs .sngactionBtn a {
    text-decoration: none;
    background: #0297B5;
    color: #fff;
    width: 193px;
    text-align: center;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'quicksandregular';
    font-weight: 600;
    border-radius: 90px;
}

div.sng_service_rightImage .info {
    width: 48%;
}

div.sng_service_rightImage {
    display: flex;
    justify-content: space-between;
}

div.bgsngsectionText {
    background: rgba(0, 0, 0, 0.02);
    padding: 90px 0px;
}

div.sng_service_leftImage.forpdiing {
    padding-top: 90px;
}

section#homeSearchFilter {
    background: #fff;
    width: 1470px;
    margin: 0 auto;
    padding: 25px;
    margin-top: 28%;
}

section#homeSearchFilter .elementor-container.elementor-column-gap-default {
    display: block;
}

#filter_heading h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: black;
}

#filter_desc {
    width: 540px;
    margin: 0 auto;
}

#filter_desc .elementor-widget-container {
    text-align: center;
    font-size: 18px;
    font-weight: 400;

}

#homeSearchFilter {
    padding: 20px 20px;
    border-radius: 10px;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere .formGroup {
    width: 32.5%;
    margin-bottom: 17px;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere div#parentFilter_location {
    width: 66.2%;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere .formGroup input {
    height: 53px;
    border: 0;
    background: #e8e8e8;
    text-indent: 15px;
    font-family: 'quicksandregular';
    font-size: 14px;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere .formGroup select {
    height: 53px;
    border: 0;
    background: #e8e8e8;
    font-family: 'quicksandregular';
    font-size: 14px;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere .submittionHomeFilter {
    width: 100%;
    text-align: center;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere .submittionHomeFilter button {
    background: #0297b5;
    color: #fff;
    border: 1px solid #0297b5;
    font-family: 'quicksandregular';
}

div#filter_desc p {
    font-size: 18px;
}

div#filterForm .SerachFilterDevSH .homeSearchFormHere .submittionHomeFilter button {
    background: #0297b5;
    color: #fff;
    border: 1px solid #0297b5;
    padding: 15px 40px;
    font-size: 18px;
    font-family: 'quicksandregular';
}

#filter_heading h2::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 200px;
    background: #cceaf0;
    z-index: -1;
    left: calc(50% - 100px);
    margin-top: 12px;
}

div.filterSH.filterCategory.active.neeedToHide {
    display: none;
}

div.mycustomFormHere {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    display: none;
    z-index: 9999;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99999;
}

div.mycustomFormHere form {
    width: 678px;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    margin: 0px auto;
    position: relative;
}

div.mycustomFormHere form .twoRows {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.mycustomFormHere form .form-group {
    margin: 10px 0px;
}

div.mycustomFormHere form .form-group label {
    margin-bottom: 6px;
    display: block;
}

div.mycustomFormHere form select {
    width: 100%;
    border: 0;
    height: 53px;
    background: #eee;
}

div.mycustomFormHere form input {
    width: 100%;
    border: 0;
    height: 53px;
    background: #eee;
    font-family: 'quicksandregular';
}

div.mycustomFormHere form .twoRows .form-group {
    width: 48%;
}

div.mycustomFormHere form textarea {
    background: #eee;
    border: 0;
    height: 155px;
    width: 100%;
    text-indent: 15px;
    padding-top: 10px;
    font-family: 'quicksandregular';
    outline: none;
}

div.mycustomFormHere form label {
    font-size: 18px;
    /*    text-transform: capitalize;*/
    font-family: 'quicksandregular';
    font-weight: 700;
}

div.mycustomFormHere form .heading {
    text-align: center;
    margin: 15px 0px;
}

div.mycustomFormHere form .heading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'poppinsbold';
}

div.mycustomFormHere form .heading p {
    font-size: 18px;
    margin: 10px;
    font-family: 'poppinsmedium';
    opacity: 0.6;
}

div.mycustomFormHere form .form-group #requestFile {
    display: none;
}

div.mycustomFormHere form .closeButton {
    position: absolute;
    right: 29px;
    margin-top: -8px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div.mycustomFormHere form .form-group .file {
    display: flex;
}

div.mycustomFormHere form .form-group .file .icon {
    width: 70px;
    background: #ccc;
    padding: 10px;
    height: 53px;
    font-size: 30px;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.mycustomFormHere form .form-group .file label {
    width: calc(100% - 70px);
    float: right;
    background: #eee;
    height: 53px;
    padding: 10px;
    line-height: 53px;
    opacity: 0.6;
    cursor: pointer;
}

div.mycustomFormHere form .form-group.filehere {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.mycustomFormHere form .onwRows {
    width: 100%;
    display: inline-block;
}

div.mycustomFormHere form .submission input {
    background: #0297B5;
    color: #fff;
    font-size: 18px;
    font-family: 'quicksandregular';
    font-weight: 600;
    cursor: pointer;
}

button#profilepopupFormSubmit {
    background: #0297B5;
    color: #fff;
    font-size: 18px;
    font-family: 'quicksandregular';
    font-weight: 600;
    width: 100%;
    border: 0;
    padding: 14px 0px;
    cursor: pointer;
}

p#fileUploadName {
    color: #000;
    font-weight: 600;
    margin: 10px 0px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

ul#parentitemherecatfor {
    height: 165px;
    overflow-y: auto;
    scrollbar-width: thin;
}

div#parent_of_sub_catsid ul {
    height: 180px;
    overflow-y: auto;
    scrollbar-width: thin;
}

div#location_item_search_itm ul {
    height: 165px;
    overflow-y: auto;
    scrollbar-width: thin;
}

div#catsubesearchitemhere ul {
    height: 165px;
    overflow-y: auto;
    scrollbar-width: thin;
}

div.moreImages button.btnts {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: #D00;
    font-size: 18px;
    font-family: 'quicksandregular';
    font-weight: 600;
    border-bottom: 1px solid #d00;
    cursor: pointer;
}

div.moreImages {
    margin-bottom: 25px;
}

div.imagePopupHereEts {
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    z-index: 9999;
    min-height: 100%;
}

.imgpopup .cross-icon {
    cursor: pointer;
}

div.imagePopupHereEts .imgpopup {
    box-shadow: 0 0 0;
    width: 638px;
    background: #fff;
    margin: 100px auto;
    padding: 40px;
    border-radius: 15px;
    position: relative;
}

div.moreImagesSearch button.btntsSearch {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: #D00;
    font-size: 18px;
    font-family: 'quicksandregular';
    font-weight: 600;
    border-bottom: 1px solid #d00;
    cursor: pointer;
}

div.moreImagesSearch {
    margin-bottom: 25px;
}

div#mainSectionThis .elementor-container {
    width: 100%;
    display: inline-block;
}

div#mainSectionThis #secLeftSide {
    width: 50%;
    float: left;
    overflow: hidden;
}

div#mainSectionThis #secLeftSide .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

div#contactFormPage .elementor-widget-container {
    width: 100% !important;
}

div.mycustomFormCnt {
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    width: calc(100% - 60px);
}

form#sendContactRequest .twoRows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form#sendContactRequest .twoRows .form-group {
    width: 48.5%;
    margin-bottom: 20px;
}

form#sendContactRequest .submission {
    margin-top: 25px;
}

div.submission #cntFormSubmitinfo {
    width: 100%;
}

div#mainSectionThis #secRightSide {
    width: 50%;
    float: right;
}

div#contactHeading h2 {
    color: #fff;
    margin-left: 33px;
    font-size: 50px;
}

div#contactInfoText {
    width: 50%;
    margin-left: 40px;
    color: #fff;
    font-size: 18px;
}

.imgpopup .dental ul li .dental-images img {
    width: 23%;
    height: 100px;
    margin: 0px 1%;
}

div.mailansreceveeText p {
    text-align: center;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 600;
}

form#sendContactRequest .twoRows .form-group label {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'poppinsregular';
}
.form-checkbox {
	display: flex;
	margin-top: 15px;
}
 .form-checkbox input{
	width: 30px !important;
	height: 20px !important;
}
#sendRequestFormProfile .form-checkbox {
	margin-bottom: 20px;
}
.form-checkbox label{
	font-family: 'poppinsregular'
}
.form-checkbox a{
	text-decoration: none;
	color: #34ABC3;
}
form#sendContactRequest .onwRows .form-group label {
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
}

form#sendContactRequest .twoRows .form-group input {
    height: 53px;
    background: #f8f8f8;
    border: 0;
    font-size: 14px;
    width: 100%;
    text-indent: 15px;
    font-family: 'quicksandregular';
}

form#sendContactRequest .twoRows .form-group select {
    height: 53px;
    background: #f8f8f8;
    border: 0;
    font-size: 14px;
    color: #b4b4b4;
    width: 100%;
    text-indent: 5px;
    font-family: 'quicksandregular';
}

form#sendContactRequest .onwRows .form-group textarea#cnt_u_msg {
    background: #f8f8f8;
    border: 0;
    height: 155px;
    border-radius: 10px;
    font-size: 14px;
    color: #b4b4b4;
    width: 100%;
    text-indent: 15px;
    padding: 10px 0px;
}

div.submission #cntFormSubmitinfo {
    width: 100%;
    background: #0297B5;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 18px 0px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'poppinsregular';
}

section#home_certi_product {
    background: rgba(0, 0, 0, 0.02);
    padding-top: 30px;
}

section#home_certi_product .elementor-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

section#home_certi_product .csection9.certificateShortCode {
    padding: 0;
    width: 100%;
    display: inline-block;
}

section#home_certi_product h2 {
    width: 100%;
    text-align: center;
    color: #030404;
    font-size: 36px;
    position: relative;
    z-index: 1234;
    font-family: 'Poppins', sans-serif;
}

section#home_certi_product h2::before {
    content: "";
    width: 100px;
    height: 28px;
    display: block;
    background: #cceaf0;
    position: absolute;
    left: calc(100% - 53%);
    z-index: -1;
    margin-top: 8px;
}

section#home_certi_product .elementor-element.elementor-element-c9bc913 {
    width: 100%;
}

/***FAISAL STYLE HERE****/
.hp_service_inner {
    padding: 10px 0px 70px;
}

.hp_service .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hp_service .row:nth-of-type(2) {
    margin: 34px 0px 99px 0px;
}

.hp_service .col {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.04);
    width: 386px;
    flex-grow: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.col_image {
    width: 100%;
    height: 142px;
}

.col_image .col_image_icon {
    margin: 0px auto;
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border: 10px solid #000000;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -50px;
    overflow: hidden;
}

.hp_service .col_image i {
    font-size: 72px;
}

.col_content {
    background: #FFFFFF;
    padding: 80px 20px 40px 20px;
}

.hp_service .col:nth-of-type(1) a {
    color: #156298;
    background: #156298;
}

.hp_service .col:nth-of-type(2) a {
    color: #E47F81;
    background: #E47F81;
}

.hp_service .col:nth-of-type(3) a {
    color: #82A535;
    background: #82A535;
}

.hp_service .col:nth-of-type(4) a {
    color: #5C3E7F;
    background: #5C3E7F;
}

.hp_service .col:nth-of-type(1) .col_image {
    background: #156298;
}

.hp_service .col:nth-of-type(2) .col_image {
    background: #E47F81;
}

.hp_service .col:nth-of-type(3) .col_image {
    background: #82A535;
}

.hp_service .col:nth-of-type(4) .col_image {
    background: #5C3E7F;
}

.hp_service .col:nth-of-type(1) .col_image .col_image_icon {
    border: 10px solid #156298;
    color: #156298;
}

.hp_service .col:nth-of-type(2) .col_image .col_image_icon {
    border: 10px solid #E47F81;
    color: #E47F81;
}

.hp_service .col:nth-of-type(3) .col_image .col_image_icon {
    border: 10px solid #82A535;
    color: #82A535;
}

.hp_service .col:nth-of-type(4) .col_image .col_image_icon {
    border: 10px solid #5C3E7F;
    color: #5C3E7F;
}

.hp_service .col_b {
    width: 527px;
}

.hp_service .col_b:nth-of-type(1) a {
    color: #EB9931;
    background: #EB9931;
}

.hp_service .col_b:nth-of-type(2) a {
    color: #CC2E68;
    background: #CC2E68;
}

.hp_service .col_b:nth-of-type(3) a {
    color: #6AB993;
    background: #6AB993;
}

.hp_service .col ul a {
    background: transparent !important;
}

.hp_service .col_b:nth-of-type(1) .col_image {
    background: #EB9931;
}

.hp_service .col_b:nth-of-type(2) .col_image {
    background: #CC2E68;
}

.hp_service .col_b:nth-of-type(3) .col_image {
    background: #6AB993;
}

.hp_service .col_b:nth-of-type(1) .col_image .col_image_icon {
    border: 10px solid #EB9931;
    color: #EB9931;
}

.hp_service .col_b:nth-of-type(2) .col_image .col_image_icon {
    border: 10px solid #CC2E68;
    color: #CC2E68;
}

.hp_service .col_b:nth-of-type(3) .col_image .col_image_icon {
    border: 10px solid #6AB993;
    color: #6AB993;
}

.hp_service .col h2 {
    font-family: 'poppinsmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #030404;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    padding-top: 18px;
}

.hp_service .col ul {
    width: 100%;
}

.hp_service .col li {
    padding: 7px 0px 7px 0px;
    list-style: none;
    border-bottom: 1px dotted #e8e8e8;
    text-align: left;
}

.hp_service_a {
    text-decoration: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /*  text-transform: capitalize;*/
    color: #156298;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
}

.hp_service_a i {
    transform: rotate(270deg);
}

.seemore {
    margin: 20px auto 0px auto;
    text-decoration: none;
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 25px;
    font-family: 'poppinsregular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    /*    text-transform: capitalize;*/
    color: #FFFFFF !important;
    transition: 00.2s;
}

.seemore:hover {
    transform: scale(1.1);
}

section#homepage_services .elementor-container {
    width: 100%;
    max-width: 100%;
}

.heading_c {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading_c h1 {
    font-weight: 600;
    font-size: 36px;
    color: #030404;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.heading_c span {
    margin-top: -25px;
    width: 150px;
    height: 20px;
    background: lightblue;
}

.latest_posts {
    background: url(assets/images/Rectangle\ 14.png) no-repeat center center;
    background-size: cover;
}

.latest_posts_inner {
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.latest_posts_left {
    background: #36C5F0;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.04);
    width: 452px;
    border-radius: 10px;
    cursor: pointer;
}

.latest_posts_image {
    position: relative;
    width: 100%;
    height: 380px;
}

.latest_posts_image img {
    width: 100%;
    height: 100%;
}

.s_more {
    text-decoration: none;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 144px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #FFFFFF;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    /*    text-transform: capitalize;*/
    color: #36C5F0;
    border-radius: 25px;
    transition: 0.2s;
}

.s_more:hover {
    transform: scale(1.1);
}

.latest_posts_content {
    padding: 15px 30px 15px 30px;
}

.latest_posts_content h3 {
    font-family: 'poppinsregular';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
    /*    text-transform: capitalize;*/
    color: #FFFFFF;
    margin: 10px 0px;
}

.latest_posts_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 8px 0px 15px 0px;
    font-family: 'poppinsregular';
}

.hp_service_b {
    color: #FFFFFF;
}

.latest_posts_right {
    width: 1136px;
}

.latest_posts_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.latest_posts_heading h1 {
    color: #FFFFFF !important;
}

.latest_posts_heading i {
    color: #FFFFFF;
    font-size: 32px;
    margin-left: 10px;
    cursor: pointer;
}

.latest_posts_right .col {
    margin: 10px 10px;
    flex-grow: 0 !important;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    transition: 00.2s;
    cursor: pointer;
}

.latest_posts_right .latest_posts_image {
    width: 361px;
    height: 277px;
}

.latest_posts_right .latest_posts_content {
    padding: 20px 15px 20px 18px;
}

.latest_posts_right h3 {
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.latest_posts_right p {
    color: #000000;
    opacity: 0.4;
}

.xs_more {
    top: 9px;
    left: 9px;
    width: 89px;
    height: 26px;
    line-height: 26px;
}

.hp_service_c {
    color: #208C8E;
}

.b_more {
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
    width: 153px;
    height: 53px;
    line-height: 53px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    /*    text-transform: capitalize;*/
}

.latest_posts_heading_icon i {
    opacity: 1;
    transition: 0.2s;
    margin-left: 20px;
    font-size: 37px;
    font-weight: 100;
}

.latest_posts_heading_icon i:hover {
    opacity: 0.8;
}

/* ------ contact form----------*/
.contact_form_inner {
    padding: 100px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact_form_inner .heading_l {
    margin-bottom: 30px;
}

.contact_form_left {
    width: 534px;
}

.heading_l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.heading_l h1 {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    color: #030404;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

div.latest_posts_image a {
    font-size: 10px;
    font-family: 'quicksandregular';
}

.heading_l span {
    margin-top: -25px;
    width: 110px;
    height: 20px;
    background: #2ab2cc;
    opacity: 0.7;
}

.contact_form_left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #030404;
    opacity: 0.4;
    margin-bottom: 30px;
}

.contact_form_left li {
    list-style: none;
    margin-bottom: 30px;
}

.contact_form_left a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.contact_form_left i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0297B5;
    color: #FFFFFF;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 16px;
}

.contact_form_right {
    width: 1040px;
}

.sec_form {
    padding: 0px 40px 50px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.sec_form span {
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.display_span {
    flex-direction: row !important;
    justify-content: space-between;
}

.display_span span {
    width: 48%;
}

.sec_form label {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #030404;
}

.sec_form input {
    padding: 8px 0px;
    border: none;
    border-bottom: 1px solid #ADADAD;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    color: #030404;
    opacity: 0.4;
}

.sec_form textarea {
    padding: 5px 0px;
    border: none;
    border-bottom: 1px solid #ADADAD;
    outline: none;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    color: #030404;
    opacity: 0.4;
}

.search_btn {
    width: 198px;
    height: 53px;
    line-height: 53px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    border-radius: 25px;
    transition: 00.2s;
    margin-top: 40px;
}

.search_btn:hover {
    transform: scale(1.05);
}


div.paginationItems {
    text-align: center;
}

div.paginationItems ul {
    margin: 0;
    padding: 0;
}

div.paginationItems ul li {
    list-style: none;
}

div.paginationItems ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border: 1px solid #DCDCDC;
    border-radius: 90px;
}

div.paginationItems ul li a.page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #DCDCDC;
}

div.paginationItems ul li .page-numbers.current {
    background: #0297B5;
    height: 40px;
    width: 60px;
    display: inline-block;
    font-weight: 600;
    padding: 0;
    line-height: 40px;
    border-radius: 90px;
    color: #fff;
    font-weight: 700;
}

p.emptyStringAbc {
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: red;
}


/***====================================
      WEBSITE FINAL STYLE
=====================================***/
.elementor-333 .elementor-element.elementor-element-f4e845b>.elementor-container {
    width: 1650px;
    max-width: 100%;
    margin: 0 auto;
}

.hp_service .col ul {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

section#copyright_home_ftr .elementor-widget-container {
    margin: 0;
}

section#copyright_home_ftr {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

ul#menu-1-63c3cf79 li a {
    opacity: 0.8;
    transition: 0.3s linear;
}

div#footer_services ul li {
    opacity: 0.8;
    transition: 0.3s linear;
}

ul#menu-1-63c3cf79 li a:hover {
    opacity: 1;
}

div#footer_services ul li:hover {
    opacity: 1;
}

div#ftr_info_text .elementor-widget-container {
    opacity: 0.8;
}

div#footer_con_ftr .elementor-widget-container {
    opacity: 0.8;
}

section#copyright_home_ftr .elementor-widget-container {
    opacity: 0.8;
}

section#home_our_srvec_sh .steps {
    opacity: 0.6;
    padding-bottom: 15px;
    position: relative;
    z-index: 12345;
    padding-left: 14px;
    padding-right: 14px;
}

div.slider1 button.slick-prev::before {
    color: #fff;
    content: '\f060';
    font-family: FontAwesome;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 90px;
}

div.slider1 button.slick-next::before {
    color: #fff;
    font-size: 40px;
    content: '\f061';
    font-family: FontAwesome;
    font-size: 20px;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
}

div.slider1 button.slick-prev {
    left: auto;
    right: 60px;
    top: -73px;
    width: 40px;
    height: 40px;
}

div.slider1 button.slick-next {
    top: -73px;
    right: 0;
    width: 40px;
    height: 40px;
}

div.col_image_icon img {
    width: 50px;
}

section#headingItemHere .elementor-heading-title.elementor-size-default {
    font-size: 36px;
    position: relative;
    z-index: 1;
}

section#headingItemHere .elementor-heading-title.elementor-size-default::before {
    content: "";
    width: 100px;
    background: #0297B5;
    height: 31px;
    opacity: 0.2;
    text-align: center;
    position: absolute;
    display: inline-block;
    left: 26px;
    top: 9px;
    z-index: -1;
}

div.eael-advance-search-select span.icon::before {
    content: '\f0dd';
    font-family: FontAwesome !important;
    font-size: 20px;
    position: relative;
    top: -4px;
}

/***F-DEV STYLE***/
.single_blog {
    position: relative;
    background: #FCFCFC;
}

.single_blog_img {
    width: 1229px;
    height: 742px;
}

.single_blog_img img {
    width: 100%;
    height: 100%;
}

.single_blog_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    width: 448px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 35px 26px;
}

.date_sb {
    text-decoration: none;
    display: inline-block;
    width: 89px;
    height: 26px;
    line-height: 26px;
    background: #0297B5;
    border-radius: 98px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.single_blog_content h2 {
    width: 280px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #030404;
    margin: 9px 0px 12px 0px;
}

.single_blog_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #030404;
    opacity: 0.4;
    margin-bottom: 24px;
}

.single_blog_content .hp_service_sb {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #208C8E;
}

.single_blog_content .hp_service_sb i {
    margin-left: 15px;
}

/**F-DEV STYLE END**/
div#featuredPost {
    margin-bottom: 60px;
}

div#post_blog_items a.elementor-post__read-more {
    width: 100%;
}

div#post_blog_items a.elementor-post__read-more::after {
    content: "\f30b";
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
}

nav.elementor-pagination .page-numbers.current {
    background: #0297B5;
    height: 40px;
    width: 60px;
    display: inline-block;
    font-weight: 600;
    padding: 0;
    line-height: 40px;
}

nav.elementor-pagination a.page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0;
    line-height: 40px;
    border: 1px solid #DCDCDC;
    color: #DCDCDC;
}

section#page_about_text .elementor-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.search_banner_sh {
    position: relative;
    top: -20px;
}

div#btn-item-btnprofile {
    padding: 0px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.filter-button.sprinkle.active {
    background: #fff;
    color: #0297b5;
    border-top-left-radius: 30px;
}

.filter-button.hdpe.active {
    background: #fff;
    color: #0297b5;
}

div#singleBusinessPage .container_sh {
    margin-bottom: 40px;
}

.csection9 .about-certificates .boxes .slick-list.draggable {
    width: 100%;
}

div.about-certificates .servicePortal {
    position: relative;
    top: -11px;
    z-index: -1;
}

div.sngTagsItem {
    margin-top: 70px;
    padding-bottom: 30px;
}

div#singleBusinessPage h3.srvc_item_sh {
    text-align: center;
    margin-bottom: 50px;
    color: red;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}

body.page.page-id-2073 main#content {
    width: 1640px;
    margin: 90px auto;
    max-width: 100%;
}

body.page.page-id-2073 main#content .page-header h1 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

body.page.page-id-2073 main#content p {
    font-size: 18px;
    color: #000;
    opacity: 0.4;
    font-family: 'Poppins', sans-serif;
}


body.page.page-id-2074 main#content {
    width: 1640px;
    margin: 90px auto;
    max-width: 100%;
}

body.page.page-id-2074 main#content .page-header h1 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

body.page.page-id-2074 main#content p {
    font-size: 18px;
    color: #000;
    opacity: 0.4;
    font-family: 'Poppins', sans-serif;
}

/***BLOG PAGE STYLE HERE***/
div#blog_singler_page {
    width: 100%;
    display: inline-block;
}

div#blog_singler_page .blog_container {
    width: 1640px;
    max-width: 100%;
    margin: 0 auto;
}

div.blog_headingHere {
    text-align: center;
}

div.blog_imageHere {
    margin-top: -150px;
    z-index: 123;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}

div.blog_imageHere img {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    background: #fff;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

div.blog_headingHere .headingHere {
    display: inline-block;
    padding: 30px 150px;
    font-size: 36px;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 123;
    margin-top: -110px;
    font-family: 'poppinsmedium';
}

div.blogSingleContent {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
}

div.blogSingleContent p {
    font-size: 18px;
    font-family: 'poppinsregular';
    color: #030404;
    opacity: 0.4;
    line-height: 1.7em;
    margin: 0;
    padding-bottom: 15px;
}

div.blogSingleContent .contentRow {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px 0px;
}

div.blogSingleContent .contentRow .left {
    width: 65%;
}

div.blogSingleContent .contentRow .right {
    width: 30%;
    text-align: right;
}

div.blogSingleContent .contentRow .right img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

div.blogGallerySingle {
    width: 100%;
    display: inline-block;
    padding: 90px 0px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    margin: 90px 0px 60px;
}

div#blog_singler_page .galleryRow {
    /* 
    display: flex;
    justify-content: space-between;
    align-items: center;
    */
}

div#blog_singler_page .galleryRow .blogBox {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px;
    box-sizing: border-box;
    overflow: hidden;
    background-position: center;
    border-radius: 10px;
}

div#blog_singler_page .galleryRow .slick-slide {
    margin: 0px 20px;
}

div.beloGallryInfo p {
    font-size: 18px;
    font-family: 'poppinsregular';
    color: #030404;
    opacity: 0.4;
    line-height: 1.5em;
}

div.SectionRecBlog {
    width: 100%;
    display: inline-block;
    background-position: 50% 50% !important;
    margin-top: 90px;
    padding: 80px 0px;
    background-size: cover !important;
}

div.blogRecSliderHere .box {
    width: 24%;
    background: #fff;
    border-radius: 15px;
    margin: 0px 10px;
    height: auto !important;
}

div.blogRecSliderHere {
    display: flex;
    justify-content: space-between;
}

div.blogRecSliderHere .box .bgImage {
    width: 100%;
    height: 300px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

div.blogRecSliderHere .box .content {
    padding: 15px 20px;
}

div.blogRecSliderHere .box .content .title {
    font-size: 24px;
    color: #030404;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 14px;
    height: 60px;
    font-family: 'quicksandregular';
}

div.blogRecSliderHere .box .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin-bottom: 15px;
}

div.blogRecSliderHere .box .content .desc p {
    margin: 0;
}

div.blogRecSliderHere .box .bgImage span {
    margin: 10px;
    display: inline-block;
    background: #fff;
    padding: 0px 10px;
    border-radius: 90px;
}

div.blogRecSliderHere .box .content .actino a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #208C8E;
    font-size: 18px;
}

div.HeadingHere h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
}

div.blogRecSliderHere button.slick-prev::before {
    color: #fff;
    content: '\f060';
    font-family: FontAwesome;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 90px;
}

div.blogRecSliderHere button.slick-next::before {
    color: #fff;
    font-size: 40px;
    content: '\f061';
    font-family: FontAwesome;
    font-size: 20px;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
}

div.blogRecSliderHere button.slick-prev {
    left: auto;
    right: 80px;
    top: -65px;
    width: 40px;
    height: 40px;
}

div.blogRecSliderHere button.slick-next {
    top: -65px;
    right: 24px;
    width: 40px;
    height: 40px;
}


/**===============================
      PAGE CERTIFICATE ITEM**/
div.certificatePage {
    width: 100%;
    display: inline-block;
    margin: 120px 0px 70px;
}

div.certi_container {
    width: 1640px;
    margin: 0 auto;
}

div.certificateHeading {
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
}

div.certificateHeading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #030404;
    font-family: 'poppinsmedium';
}

div.certificateHeading h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #030404;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 123;
}

div.certificateHeading h2::before {
    content: "";
    width: 130px;
    height: 24px;
    background: #CCEAF0;
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin-top: 22px;
}

div.certificatePage .certiBody .left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

div.certificatePage .certiBody .right {
    display: flex;
    justify-content: space-between;
}

div.certificatePage .certiBody .left .image {
    width: 350px;
    height: 350px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
}

div.certificatePage .certiBody .left .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

div.certificatePage .certiBody .left .content {
    width: calc(100% - 380px);
    margin-top: 50px;
}

div.certificatePage .certiBody .right .image {
    width: 350px;
    height: 350px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
}

div.certificatePage .certiBody .right .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
}

div.certificatePage .certiBody .right .content {
    text-align: right;
    width: calc(100% - 380px);
    margin-top: 50px;
}

div.certificatePage .certiBody .content h3 {
    text-transform: capitalize;
    color: #030404;
    font-size: 24px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    display: inline-block;
    position: relative;
}

div.certificatePage .certiBody .content p {
    color: #000;
    font-size: 18px;
    font-family: 'poppinsregular';
}

div.certificatePage .certiBody .content .description {
    color: #000;
    font-size: 18px;
    font-family: 'poppinsregular';
}

div.certificatePage .certiBody .left .content h3::before {
    content: "";
    width: calc(100% - 40%);
    height: 20px;
    background: #CCEAF0;
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin-top: 15px;
}

div.certificatePage .certiBody .right .content h3::before {
    content: "";
    width: calc(100% - 30%);
    height: 20px;
    background: #CCEAF0;
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin-top: 15px;
}

div.imagePopupHereEts .imgpopup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.imagePopupHereEts .imgpopup .cross-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    display: inline-block;
}

div.imagePopupHereEts .imgpopup .cross-icon {
    position: absolute;
    right: 25px;
    display: inline-block;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

div.imagePopupHereEts .imgpopup .pop-heading {
    text-align: center;
    padding: 20px 0px;
}

div.imagePopupHereEts .imgpopup .pop-heading h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    font-family: 'poppinsbold';
}

div.imagePopupHereEts .imgpopup .pop-heading p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppinsregular';
}

div.imagePopupHereEts .imgpopup ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}

div.imagePopupHereEts .imgpopup ul li a {
    display: flex;
    color: #030404;
    border: 1px solid #eee;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    text-decoration: none;
}

div.imagePopupHereEts .imgpopup ul li .inner-dental-content ul li {
    margin: 0;
    padding: 4px 0px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

div.imagePopupHereEts .imgpopup ul li a.active {
    background: #0297B5;
    color: #fff;
}

div.imagePopupHereEts .imgpopup ul li .inner-dental-content {
    display: none;
    border: 1px solid #eee;
    padding: 10px;
}

div.imagePopupHereEts .imgpopup .popbutton button {
    width: 100%;
    background: #0297b5;
    padding: 20px 0px;
    color: #fff;
    font-size: 20px;
    border: 0;
    cursor: pointer;
    font-family: 'quicksandregular';
}

section#headingItemHere .elementor-container {
    display: flex;
    flex-flow: column;
}

section.csection5 .slick-list.draggable {
    width: 100%;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2499 {
    display: none;
}

div.aboutItemText {
    display: inline-block;
    margin-top: 40px;
}

div.descProfile {
    height: 600px;
    overflow: hidden;
}

.csection1 .about-us .left-side .descProfile {
    height: 410px;
    overflow: hidden;
    margin-bottom: 80px;
}

.csection1 .about-us .left-side .descProfile.active {
    height: auto;
}

.name-info .info .left-side .img {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    width: 246px;
    height: 246px;
}

div#our_process_home {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 32px;
}

div#our_proc_image img {
    position: relative;
    margin-top: 18px;
}

div#our_proc_image {
    display: none;
}

div#fprocess_box h2 {
    position: relative;
}

div#fprocess_box h2.elementor-heading-title.elementor-size-default::before {
    content: "";
    width: 110px;
    height: 30px;
    display: inline-block;
    position: absolute;
    background: #cceaf0;
    left: calc(50% - 55px);
    top: 16px;
    opacity: 0.3;
}

div#stepItemHr h2.elementor-heading-title.elementor-size-default::before {
    content: "";
    background: transparent;
}

section#homeContingsec .elementor-counter-title {
    font-size: 24px;
}

div.latest_posts_content a {
    font-size: 16px;
    font-family: 'poppinsregular';
}

a.s_more.b_more {
    font-size: 18px;
    font-family: 'quicksandregular';
}

div#fform_textarea form label {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

div#fform_textarea form input {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

div#fform_textarea form button {
    font-size: 18px;
    font-family: 'quicksandregular';
    padding: 18px 34px;
}

div.pagination {
    text-align: center;
    margin: 40px 0px;
}

div.pagination ul li {
    list-style: none;
    display: inline-block;
}

div.pagination ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 90px;
    color: #DCDCDC;
    text-decoration: none;
}

div.pagination ul li span.page-numbers.current {
    width: 60px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border: 1px solid #0297B5;
    border-radius: 90px;
    color: #fff;
    background: #0297B5;
}

.csection4 .addition-services .boxes .slick-list.draggable {
    width: 100%;
}

div.searchFilterBody .sidebarLeft h3 img {
    display: none;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    display: none;
}

div#fheader_menu nav[role="navigation"] ul {
    padding: 0;
    text-align: right;
    margin-top: 3px;
}

div#fheader_menu nav[role="navigation"] ul li {
    list-style: none;
    display: inline-block;
}

div.elementor-menu-toggle {
    display: none;
}

div#fheader_menu nav[role="navigation"] ul li a {
    padding: 10px 20px;
    display: inline-block;
}

div#fheader_menu nav[role="navigation"] ul li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2499 {
    display: none;
}

div#post_blog_items article a.elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height {
    padding: 0;
    overflow: hidden;
    height: 282px;
}

div#post_blog_items article a.elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height img {
    width: 100%;
    height: 100%;
}

div#post_blog_items article .elementor-post__card .elementor-post__text {
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

div.searchResultBoxes .box .mapLocation ul li span {
    color: #030404;
    font-family: 'quicksandregular';
}

div.col_image_icon img {
    padding: 5px;
}

div.HeadingHere.BlogItems h2::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 36px;
    z-index: -1;
    background: #26ABC6;
    top: 14px;
}

div.sngslider .navslider {
    display: none;
}

#blogContianerHere .elementor-post__card .elementor-post__read-more-wrapper {
    position: relative;
    top: -10px;
}

.elementor-69 .elementor-element.elementor-element-1c8d7c5 .elementor-post__excerpt p {
    opacity: 0.4;
}

section#about-section1-content .elementor-container.elementor-column-gap-default {
    max-width: 100% !important;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-4e68518.elementor-section-boxed.elementor-section-height-default .elementor-container.elementor-column-gap-default {
    max-width: 100% !important;
}

#blogContianerHere .elementor-post__card {
    box-shadow: 0px 8px 10px gainsboro;
    position: relative;
}

.latest_posts_image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.col_image_icon img {
    padding: 5px;
    max-width: 75%;
    max-height: 75%;
    width: auto !important;
    height: auto;
}

div.mycustomFormHere .container {
    margin-top: 90px;
}

.hp_service .col ul a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div.searchResultBoxes .box .image .bgImage {
    width: 100%;
    height: 200px;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #f0f0f0;
}

div.searchResultBoxes .box .image {
    width: 280px;
    margin-right: 20px;
}

ul#navItemHereScrol {
    text-align: center;
}

span.requistListCount {
    width: 100%;
    display: flex;
    justify-content: end;
    font-size: 12px;
    color: #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -3px;
}

.aboutus_banner .aboutbanner_content .right-side .img {
    width: 740px;
    height: 480px;
    margin-top: -40px;
}

.aboutus_banner .aboutbanner_content .right-side .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.accordion button .icon {
    left: auto;
    right: 0;
    position: absolute;
    top: auto;
}

.accordion button .icon {
    left: auto;
    right: 0;
    position: absolute;
    top: auto;
}

.contact_section1 .frequently .accordion .accordion-item {
    position: relative;
}

.accordion button .icon {
    left: auto;
    right: 50px;
    position: absolute;
    top: auto;
}

label#centerItemLabelSearch {
    position: relative;
    left: 5px;
}

div.boxItemsHeading {
    width: 100%;
    text-align: center;
}

div.blog-page-banner.ourProcess {
    padding: 200px 0px 60px;
}

div.boxItemsHeading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    font-family: 'poppinsmedium';
    line-height: 36px;
    text-transform: capitalize;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
}

div.boxItemsHeading p {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    color: #FFFFFF;
    width: 1205px;
    margin: 0 auto 100px auto;
    line-height: 30px;
    font-family: 'poppinsregular';
}