html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: #909090;
    font-weight: 400;
    letter-spacing: normal;
}
::-moz-placeholder {
    color: #909090;
    font-weight: 400;
    letter-spacing: normal;
}
:-ms-input-placeholder {
    color: #909090;
    font-weight: 400;
    letter-spacing: normal;
}
:-moz-placeholder {
    color: #909090;
    font-weight: 400;
    letter-spacing: normal;
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
.owl-carousel .owl-item img {
    width: auto;
}
.nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}


/* Common Style :start */
.btn-style-1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #E80C0C;
    border: 1px solid #E80C0C;
    border-radius: 5px;
    padding: 14px 22px;
}
.btn-style-1:hover {
    color: #fff;
    background-color: #07B3B3;
    border-color: #07B3B3;
}
/* Common Style :end */

/* Header section :start */

header {
    border-top: 5px solid #3db6b2;
    background-color: #ffffff;
    padding: 10px 0px;
}
header .headerinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.headi-left > ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}



.lang-selected {
    display: flex;
    align-items: center;
    border: 1px solid #d6d4d5;
    border-radius: 50px;
    padding: 10px 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
     -ms-transition: 0.5s;
      -o-transition: 0.5s;
         transition: 0.5s;
}
.lang-selected img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.lang-selected p {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
}
.lang-selected i {
    font-size: 14px;
    color: #a49fab;
}
.lang-selected:hover {
    background-color: #d6d4d5;
}

.currentlang-wrap > a {
    padding: 0;
}
.currentlang-wrap .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 10px;
    margin-top: 15px !important;
    filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.102));
    width: 145px;
    min-width: 145px;
}
.currentlang-wrap .dropdown-menu[data-bs-popper] {
    left: 0 !important;
    right: initial !important;    
}
.currentlang-wrap .dropdown-menu::before {
    content: '';
    border-top: 0px solid rgb(255 255 255 / 0%);
    border-left: 10px solid rgb(255 255 255 / 0%);
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid rgb(255 255 255 / 0%);
    position: absolute;
    top: -10px;
    right: 20px;
    transform: translateX(50%);
    width: 0px;
    margin: 0 auto;
}
.currentlang-wrap .dropdown-menu > li {
    border-bottom: 2px solid #f2f2f2;
}
.currentlang-wrap .dropdown-menu > li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.currentlang-wrap .dropdown-menu > li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.currentlang-wrap .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    padding: 15px 20px;
    text-align: right;
    font-family: 'Noto Sans Arabic', sans-serif;
}
.currentlang-wrap .dropdown-menu .dropdown-item:focus, 
.currentlang-wrap .dropdown-menu .dropdown-item:hover, 
.currentlang-wrap .dropdown-menu .dropdown-item.active {
    color: #fff;
    background-color: #f22354;
}


.headi-left > ul .btnAppointment {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #E80C0C;
    border: 2px solid #E80C0C;
    border-radius: 5px;
    padding: 8px 18px;
}
.headi-left > ul .btnAppointment:hover {
    color: #ffffff;
    background-color: #07B3B3;
    border-color: #07B3B3;
}
/* Header section :end */

/* Home Banner Section :start */
.homebanner-section {
    background-color: #07B3B3;
    padding: 50px 0px;
}
.homebanner-section .hban-left {
    width: 100%;
    height: 100%;
    padding: 90px 0px 50px;
    display: flex;
    align-items: center;
}
.homebanner-section .hban-left h3 {
    font-size: 72px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 25px;
}
.homebanner-section .hban-left p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
}

.homebanner-section .hban-right {
    width: 100%;
    height: auto;
    /* min-height: 580px; */
    position: relative;
}
.homebanner-section .hban-right .hbformwrap {
    position: relative;
    margin-bottom: -190px;
}
.homebanner-section .hban-right .hbformwrap {
    background-color: #ffffff;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.09), 0px 21px 13px 0px rgba(0, 0, 0, 0.05), 0px 38px 15px 0px rgba(0, 0, 0, 0.01), 0px 59px 16px 0px rgba(0, 0, 0, 0.00);
}

/* Home Banner Section :end */

/* Footer Section :start */
footer {
    background: rgba(0, 0, 0, 0.90);
    padding: 20px 0px;
    margin: 0;
}
footer p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
/* Footer Section :end */





/* form-style-1 :start */
/* .form-style-1 .form-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #350e6a;
    margin-bottom: 10px;
    display: block;
} */
.form-style-1 .form-control {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    color: #000000;
    border: 1px solid #E4E4E4;
    border-radius: 0px;
    padding: 7px 20px;
    box-sizing: border-box;
}
.form-style-1 textarea.form-control {
    line-height: 1.5;
    padding: 18px 20px;
    border-radius: 0px;
    resize: none;
}
.form-style-1 input[type="password"] {
    letter-spacing: 2px;
}
.form-style-1 .form-control:focus {
    box-shadow: none;
    border-color: #E80C0C;
}
.form-style-1 .intl-tel-input {
    width: 100%;
}
.form-style-1 .frm-link {
    display: inline-flex;
    align-items: center;
}
.form-style-1 .frm-link svg path {
    fill: #E80C0C;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.form-style-1 .frm-link:hover svg path {
    fill: #E80C0C;
}


.form-style-1 .form-control + .select2 {
    width: 100% !important;
    /* min-height: 50px; */
}
.form-style-1 .form-control + .select2 .selection .select2-selection {
    height: auto;
    border: 1px solid #E4E4E4;
    border-radius: 0px;
    padding: 7px 30px 7px 20px;
}
.form-style-1 .form-control + .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    padding: 0;
}
.form-style-1 .form-control + .select2 .selection .select2-selection .select2-selection__arrow {
    width: 35px;
    height: 100%;
}
.form-style-1 .form-control + .select2 .selection .select2-selection .select2-selection__arrow b {
    width: 8px;
    height: 8px;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    /* margin-left: -17px; */
    margin-top: -6px;
}
.form-style-1 .form-control + .select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -5px;
}
.form-style-1 .form-control + .select2.select2-container--open .selection .select2-selection {
    box-shadow: none;
    border-color: #E80C0C;
}
/* form-style-1 :end */

/* form-note :start */
.form-note {
    width: 100%;
}
.form-note p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: #000000;
}
/* form-note :end */

/* select2-container :start */
.select2-container .select2-results__option {
    font-size: 14px;
    padding: 8px 15px;
    text-transform: capitalize;
}
.select2-container .select2-results__option--selected {
    color: #fff;
    background-color: #E80C0C;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background-color: #E80C0C;
}
.select2-container .select2-dropdown {
    background-color: #fff;
    border: 0;
    border-radius: 5px !important;
    box-shadow: 0px 4px 10px 0px rgba(32, 33, 36, 0.3);
    overflow: hidden;
}
.select2-container .select2-search__field {
    height: 36px;
    border: 1px solid rgb(68 68 68 / 11%) !important;
    border-radius: 5px;
}
.select2-container .select2-search__field:focus {
    outline: none;
}
/* select2-container :end */


.workingtime-section {
    min-height: 290px;
}
.workingtime-section .wtime-inner {
    width: 100%;
    height: 100%;
    padding: 40px 0px;
}
.workingtime-section .wtime-inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
}
.workingtime-section .wtime-inner p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.workingtime-section .wtime-inner .wtin-socialmedia {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.workingtime-section .wtime-inner .wtin-socialmedia p {
    margin-bottom: 0;
}
.workingtime-section .wtime-inner .wtin-socialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.workingtime-section .wtime-inner .wtin-socialmedia ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #07B3B3;
    border-radius: 100%;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.workingtime-section .wtime-inner .wtin-socialmedia ul li span:hover {
    background-color: #E80C0C;
}



.modal-content {
    border-radius: 15px;
    overflow: hidden;
}
.modal-content .modal-body {
    padding: 50px 40px;
}