@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    font-size: 65px;
    text-align: center;
    color: #fff;
    font-family: tahoma;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html,
body {
    max-width: 100%;
    height: 100vh;
    overflow-x: hidden;
    font-size: 14px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

button:focus {
    outline: none !important;
    border: none !important;
}

.btn-buttons {
    background-color: #fff;
    color: #045834;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: all 0.75s;
    margin-top: 50px;
}

.btn-buttons a {
    color: #045834;
    display: block;
}

.btn-buttons:hover a {
    color: #fff;
    text-decoration: none;
}

.btn-buttons:hover {
    background-color: #045834;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
}

ul li {
    list-style: none;
}

/* ------------Main style -------------- */

body {
    background-color: #3f5513;
    background-image: linear-gradient(rgb(5 51 27 / 76%), rgb(5 51 27 / 76%)),
        url(../images/beautiful-shot-high-white-hilltops-mountains-covered-fog.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.logo_img {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 140px;
}

.main h1 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 500;
}

.doc_img {
    width: 150px;
    border-radius: 50%;
    margin-top: 60px;
}

.dr_name {
    font-size: 28px;
    font-weight: 600;
}

.main h5 {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}

.main p {
    font-size: none;
    width: 60%;
}

.language_select {
    position: fixed;
    top: 40px;
    right: 40px;
}

.language_select button {
    background-color: rgb(255 255 255 / 30%) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: -0px !important;
}

.dropdown-item {
    padding: 13px !important;
}

.dropdown-menu {
    border-radius: 10px !important;
    min-width: 80% !important;
}

.bootstrap-select > .dropdown-toggle {
    width: 80% !important;
    margin-left: auto;
    display: block !important;
}

.dropdown-item {
    transition: all 0.5s;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #045834 !important;
}

.dropdown-toggle::after {
    content: "";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    top: 20px;
    right: 20px;
    position: absolute;
}

.bootstrap-select .dropdown-menu li.disabled a {
    display: none !important;
}

.ballon_img_before {
    width: 35%;
}

.ballon_img_after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.active_myth_box li {
    list-style: none;
    margin-top: 20px;
}

.ballon_small_img {
    width: 30px;
}

.active_myth_box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.myth_box {
    background-color: #fff;
    background-image: url("../images/Mask_bg.png");
    background-size: cover;
    background-position: bottom center;
    width: 700px;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin: 40px auto 0;
    height: 420px;
}

.ballon_box {
    padding: 40px 0;
}

.myth_desc {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 220px;
    padding: 0 10px;
}

.ballon_img_before {
    position: relative;
}

.myth_desc h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.myth_desc h4:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 50px;
    height: 3px;
    margin: 5px auto;
}

.myth_desc p {
    width: auto;
}

.myth_box {
    position: relative;
}

.fact_desc h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #484747;
}

.fact_desc h4:after {
    content: "";
    display: block;
    background-color: #484747;
    width: 50px;
    height: 3px;
    margin: 5px;
}

.fact_desc p {
    width: auto;
    font-size: 16px !important;
    color: #515151;
}

.confitee_gif {
    background-image: url("../images/giphy.gif");
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 700px;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 40px 0;
}

.fact_box {
    height: 100%;
}
