body {
    font-family: 'Montserrat', sans-serif;
}

*, body {
    margin: 0;
    padding: 0;
}

button, button:focus, .btn, .btn:focus {
    outline: 0;
}

section {
    overflow: hidden;
}

.btn_theme_green {
    background: #3cae85;
    border: 1px solid #3cae85;
}

.btn_silver {
    background: linear-gradient( 15deg, #8394a3, #b6d2ef);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    border: 2px solid #9d9d9b;
    color: #fff !important;
}

.btn_silver:hover {
    background: linear-gradient( 15deg, #b6d2ef, #8394a3);
    border-color: #f0f0f0;
}

.btn_theme_blue {
    background: #06374e;
    border: 1px solid #06374e;
}

.btn_theme_m_blue {
    background: #1B3D81;
    border: 1px solid #1B3D81;
}

.btn_theme_pink {
    background: #fd7297;
    border: 1px solid #fd7297;
}

.bg_green {
    background: #9ddcb2;
}

.bg_bluegradient {
    background: linear-gradient( 60deg, #488aa9, #4b89aa);
}

.bg_blue {
    background: #1a6583;
}

.bg_pink {
    background: #F3A8BC;
}

.c_bluegradient {
    color: #3c6c86;
}

.c_green {
    color: #3cae85;
}

.c_blue {
    color: #06374e;
}

.c_pink {
    color: #fd7297;
}

.i_custom {
    color: #00001d;
}

.border_bluegradient {
    border: 3px solid #305b71;
    border-radius: 10px;
}

.border_green {
    border: 3px solid #3cae85;
    border-radius: 10px;
}

.border_pink {
    border: 3px solid #f993ae75;
    border-radius: 10px;
}

.border_blue {
    /* box-shadow: 3px 3px 5px 2px #0c3e5278; */
    border: 3px solid #0c3e52a3;
    border-radius: 10px;
}

/* dental */

.main_nav .navbar-brand img {
    width: 180px;
}

.main_nav .main_menu .navbar-nav .nav-item {
    font-size: 18px;
    font-weight: 600;
    color: #06374e;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.main_nav .main_menu .navbar-nav .nav-item:hover {
    color: #156584;
}

.wrapper h1 {
    font-size: 32px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
}

.wrapper i {
    font-size: 20px;
}

.hero .hero_carousel .hero_items p {
    padding: 0 100px;
}

.hero_dental_1 {
    background-image: linear-gradient( 216deg, #242a33a1, #57839799), url(../images/dental_hero_img_3.jpg);
}

.hero_dental_2 {
    background-image: linear-gradient( 216deg, #242a33a1, #57839799),url(../images/dental_hero_img_1.jpg);
}

.hero_dental_3 {
    background-image: linear-gradient( 216deg, #242a33cb, #57839799),url(../images/dental_hero_img_2.jpg);
}

.hero_beauty_1 {
    background-image: linear-gradient(45deg, #f3a8bc63, #00000087), url(../images/beauty_hero_1.jpg);
}

.hero_beauty_2 {
    background-image: linear-gradient(45deg, #f3a8bc63, #00000087), url(../images/beauty_hero_2.jpg);
}

.hero_beauty_3 {
    background-image: linear-gradient(45deg, #f3a8bc63, #00000087), url(../images/beauty_hero_3.jpg);
}

.hero_contract_1 {
    background-image: linear-gradient( 216deg, #242a33a1, #57839799), url(../images//hero_contract_img_2.png);
}

.hero_contract_2 {
    background-image: linear-gradient( 216deg, #242a33a1, #57839799), url(../images//hero_contract_3.jpg);
}

.hero_contract_3 {
    background-image: linear-gradient( 216deg, #242a33a1, #57839799), url(../images//hero_contract_img_1.jpg);
}

.hero_surgical_1 {
    background-image: linear-gradient(216deg, #1112134f, #4a89aa2b), url(../images/hero_img_4.jpg);
}

.hero_surgical_2 {
    background-image: linear-gradient(216deg, #242a33e0, #5783974d), url(../images/hero_img_1.jpg);
}

.hero_surgical_3 {
    background-image: linear-gradient(216deg, #242a33e0, #5783974d), url(../images/hero_img_3.jpg);
}

.hero_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
}

.hero .hero_carousel .hero_items {
    padding-top: 250px;
}

.hero .hero_carousel .hero_items h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.hero .hero_carousel .owl-nav .owl-prev, .hero .hero_carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.hero .hero_carousel .owl-nav .owl-prev {
    left: 50px;
}

.hero .hero_carousel .owl-nav .owl-next {
    right: 50px;
}

.contact_icons .contact_box {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    box-shadow: 0px 7px 12px 4px #05374e26;
    transition: all 0.3s ease-in-out;
}

.contact_icons .contact_box:hover {
    box-shadow: 0 16px 34px -20px rgb(0 0 0 / 30%);
    transform: translateY(-3px);
}

.contact_icons .contact_box i {
    font-size: 28px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.products .product_carousel .item .product_item {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.products .product_carousel .item .product_item:hover {
    box-shadow: 0 16px 34px -20px rgb(0 0 0 / 30%);
    transform: translateY(-3px);
}

.products .product_carousel .item .product_item img {
    height: 300px;
}

.catalog h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.catalog p {
    color: #f0f0f0;
}

.btn_request {
    color: #f0f0f0 !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btn_request:hover {
    background: transparent;
    border-color: #fff;
}

.services .service_card {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.services .service_card:hover {
    box-shadow: 0 12px 14px 0px rgb(0 0 0 / 30%);
    transform: translateY(-3px);
}

.services .service_card .card_body h4 {
    font-weight: 600;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 15px;
}

.services .service_card .card_body p {
    font-size: 12px;
}

.services .service_card .card_header img {
    height: 230px;
    border-radius: 5px 5px 0 0;
    width: 343px;
}

.services .service_card .card_body {
    border-radius: 0 0 5px 5px;
    padding: 25px 0px !important;
}

.footer-bg {
    background-color: #1a1a1a;
    background: url("../images/footer_bg.jpg");
}

footer p {
    color: #ffffff;
}

.footer-a h5 {
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-a ul li a {
    color: #ffffff;
    margin-bottom: 10px;
    
    transition: all 0.3s ease-in-out;
}

.footer-a ul li {
    margin-bottom: 15px;
}

.footer-a ul li:hover a {
    text-decoration: none;
    color: #01a0c8;
}

.search-btn {
    background: transparent;
    color: white;
    border: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    z-index: 999;
}

.search-field1 {
    padding: 5px;
    display: flex;
    opacity: 0;
    position: relative;
    transform: translateX(-100px);
    transition: all 0.3s ease-in-out !important;
    width: fit-content;
    visibility: hidden;
    opacity: 0;
}

.form-active {
    padding: 5px;
    opacity: 1;
    display: flex;
    border-radius: 5px;
    display: flex !important;
    transform: translateX(-60px) !important;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border-radius: 25px;
    width: fit-content;
    visibility: visible;
    opacity: 1;
}

input {
    border: 0;
    outline: 0;
}

.search-field1 input[type="text"] {
    height: 38px;
    padding: 0px 10px;
    border-radius: 5px 0 0 5px;
    color: #083950 !important;
    background: transparent;
}

.search-field1 input[type="submit"] {
    height: 38px;
    background: transparent;
    color: white;
    padding: 0px 10px;
    width: 40px;
}

.about h2 {
    color: #4b89aa;
    font-weight: 700;
    margin-bottom: 20px;
}

.about p {
    color: #878282;
}

/* index_page */

.main_box {
    min-height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_box .main_content {
    width: 100%;
}

.beauty_box {
    min-height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.beauty_box:hover {
    transform: scale(1.02);
}

.beauty_box:nth-child(1) {
    background-image: linear-gradient( 216deg, #1a658369, #1a65839e), url(../images/pro-3.jpg);
}

.beauty_box:nth-child(2) {
    background-image: linear-gradient( 216deg, #1a6583d9, #1d1f1fa6), url(../images/catalog.jpg);
}

.beauty_box:nth-child(3) {
    background-image: linear-gradient( 216deg, #4e4648b8, #f3a8bc59), url(../images/beauty__catalog.jpg);
}

.beauty_box:nth-child(4) {
    background-image: linear-gradient( 216deg, #282b2de0, #0046778c), url(../images/box-packaging.jpg);
}

.beauty_box .inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 15px;
}

.main_box .main_content .beauty_box .inner-box .imgTitle h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
}

.main_box .main_content a {
    text-decoration: none;
    color: #eee;
    transition: all 0.3s ease-in-out;
}

.main_box .main_content a:hover {
    color: #fff;
    filter: brightness(1.2);
}

.center-logo {
    position: absolute;
    height: 120px;
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #287ea5c2;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

@media{
    .search-btn{
        right: 20px;
    }
}