@font-face {
    font-family: cairo-black;
    src: url(../fonts/Cairo-Black.ttf)
}

@font-face {
    font-family: cairo-regular;
    src: url(../fonts/Cairo-Regular.ttf)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #F7FBFF;
    background-repeat: no-repeat;
    font-family: cairo-regular;
    overflow-x: hidden !important;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #F7FAFF;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.7;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

ul {
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.main-header {
    padding: 12px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #f5f5f5;
}

.main-header .more {
    margin-top: 52px;
}

.main-header .more ul {
    float: left;
}

.main-header .more ul li {
    display: inline-block;
    margin-right: 15px;
}

.main-header .more .down {
    margin-right: 5px;
}

.main-header .more .dropdown-menu {
    left: -30px;
}

.main-header .more .dropdown .dropdown-submenu {
    margin-right: 0px !important;
    width: 100% !important;
    text-align: center;
}

.main-header .more .dropdown .dropdown-submenu a {
    width: 100%;
}

.main-header .more .appointment-booking {
    border-radius: 8px;
    background: #002664;
    width: 155px;
    text-align: center;
    padding: 10px;
    margin: 0px 0px !important;
}

.main-header .more .appointment-booking a {
    font-family: cairo-black;
    font-size: 14px;
    color: #fff;
}

.main-header .more ul .dropdown button {
    outline: none;
    color: #1E1E1E;
    background-color: transparent;
}

.main-menu {
    background-color: #C09900;
    padding: 15px 0px;
    line-height: 30px;
}

.main-menu .menu ul li {
    display: inline-block;
    margin-left: 40px;
}

.main-menu .menu ul li a {
    color: #fff;
    font-family: cairo-black, serif;
}

.main-menu .menu ul li img {
    margin-left: 8px;
}

.main-menu .icons ul {
    float: left;
    margin-top: -3px;
}

.main-menu .icons ul li {
    display: inline-block;
    border-radius: 150px;
    background-color: rgba(255, 255, 255, 0.16);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.main-menu .icons ul li img {
    width: 20px;
    text-align: center;
    line-height: 33px;
}

.hidden-xx {
    display: none !important;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 7px;
    cursor: pointer;
}

.intro-site {
    background: linear-gradient(to right, #c59e00, #f5f5f5);
    padding: 60px 0px;
}

.intro-site .content {
    border-radius: 10px;
    padding: 15px 40px;
    background: rgba(0, 0, 0, 0.60);
    position: relative;
}

.intro-site .content h4 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}

.intro-site .content p {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

.intro-site .content a {
    width: 150px;
    padding: 8px;
    text-align: center;
    font-weight: bolder;
    display: block;
    border: 1px solid #fff;
    transition: all .6s ease-in-out;
    color: #fff;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.intro-site .content a:hover {
    background-color: #000;
}
.intro-site .intro-slider .item img{
    width: 100%;
    border-radius:8px;
}
.intro-site .intro-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: absolute;
    bottom: -30px;
    right: 0px;
    left: 0px;
    text-align: center;
}

.intro-site .intro-slider .owl-dot {
    border-radius: 100%;
    background-color: #545353;
    float: right;
    height: 12px;
    margin-left: 5px;
    width: 12px;
}

.intro-site .intro-slider .owl-dot.active {
    background-color: #fff;
    width: 12px;
    height: 12px;
}

.our-news {
    margin: 30px 0px;
}

.our-news .head-of h3 {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    color: #BFA22F;
    font-family: cairo-black;
    margin-bottom: 30px;
}

.our-news .head-of h3 a {
    float: left;
    padding: 14px;
    background-color: #fff;
    margin-top: -15px;
    border: 1px solid #BFA22F;
    font-size: 12px;
    display: inline-block;
    border-radius: 8px;
    color: #BFA22F;
    font-family: cairo-black;
    width: 150px;
    text-align: center;
    font-weight: bolder;
}

.our-news .one {
    margin: 20px 0px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px #c0c0c0;
}

.our-news .one img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
}

.our-news .one h4 {
    font-family: cairo-black;
    font-size: 14px;
    padding: 10px 15px;
    margin: 0px;
}

.our-news .one p {
    line-height: 25px;
    font-size: 12px;
    padding: 0px 15px;
}

.our-news .one a {
    display: block;
    text-align: left;
    margin-top: 10px;
    padding: 20px 20px;
    font-family: cairo-black;
    color: #BFA22F;
}

.our-news .one a i {
    margin-right: 8px;
}

.banner {
    background-image: url("../images/banner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .content {
    padding: 30px 0px;
    text-align: center;
}

.banner .content h3 {
    font-family: cairo-black;
    font-size: 18px;
    color: #fff;
}

.banner .content p {
    font-size: 14px;
    line-height: 30px;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.banner .content a {
    padding: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #002664;
    color: #fff;
    border-radius: 8px;
    width: 150px;
}

/*.map {
    background-image: url("../images/map.svg");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0px;
}*/

.map .content {
    margin: 20px 0px;
    padding: 10px 0px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    text-align: center;
}

.map .content h3 {
    font-size: 18px;
    font-family: cairo-black;
}

.map .content h3 img {
    width: 50px;
    margin-left: 10px;
}

.map .content p {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 20px;
}

.any-question {
    background: #002664;
    padding: 24px 0px;
    color: #fff;
}

.any-question h3 {
    margin: 0px;
    font-family: cairo-black;
    font-size: 18px;
    margin-top: 14px;
}

.any-question a {
    float: left;
    border-radius: 10px;
    background: #BFA22F;
    width: 200px;
    padding: 12px;
    text-align: center;
    color: #fff;
}

.footer {
    padding: 30px 0px;
    background-color: #eeeeee;
    padding-bottom: 10px;
}

.footer .logo {
    margin-top: 10px;
}

.footer .logo img {
    display: block;
    margin: 0 auto;
   height: 170px;
}

.footer .con h3 {
    font-size: 14px;
    font-family: cairo-black;
    margin-bottom: 20px;
}

.footer .con ul li {
    margin-top: 10px;
    display: block;
}

.footer .con ul li a {
    color: #151515;
}

.footer .con .social-media li {
    display: inline-block;
    width: 45%;
}

.footer .con .social-media li i {
    font-size: 25px;
    color: #A6A6A6;
}

.footer .copyright {
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    border-top: 1px solid #c0c0c0;
}

.bk-banner {
    background-image: url("../images/bk.svg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0px;
}

.bk-banner h4 {
    font-family: cairo-black;
    color: #fff;
    font-size: 18px;
}

.bk-banner h6 {
    color: #fff;
    font-size: 14px;
}

.bk-banner p {
    font-family: cairo-black;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

.create-account {
    padding: 30px 0px;
    margin: 70px 0px;
}

.create-account form {
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 50px 10px;
    display: block;
    float: right;
}

.create-account form label {
    display: block;
    margin-bottom: 10px;
}

.create-account form input {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.create-account form .num {
    position: absolute;
    direction: ltr;
    left: 30px;
    margin-top: 6px;
    font-family: cairo-black;
    font-size: 16px;
    line-height: 30px;
}

.create-account form select {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.create-account form .contain {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0px !important;
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;

}

/* Hide the browser's default radio button */
.create-account form .contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.create-account form .checkmark {
    position: absolute;
    top: 14px;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.create-account form .contain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.create-account form .contain input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.create-account form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.create-account form .contain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.create-account form .contain .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.create-account form button[type="submit"] {
    border: none;
    display: block;
    width: 120px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.otp-code {
    padding: 30px 0px;
    margin: 70px 0px;
}

.otp-code form {
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 50px 20px;
    display: block;
    float: right;
}

.otp-code form h5 {
    font-family: cairo-black;
    font-size: 16px;
    color: #191919;
    text-align: center;
}

.otp-code form h2 {
    font-size: 16px;
    color: #191919;
    text-align: center;
}

.otp-code form button#resendCode {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: cairo-black;
    font-size: 12px;
    color: #2459B1;
    background: transparent;
    border: 0px;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.otp-code form input {
    border-radius: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-top: 15px;
    margin-bottom: 10px;
}

.otp-code form button[type='submit'] {
    border: none;
    display: block;
    width: 120px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.appointment-booking {
    padding: 30px 0px;
    margin: 70px 0px;
}

.appointment-booking form {
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 50px 20px;
    display: block;
    float: right;
}

.appointment-booking form label {
    display: block;
    margin-bottom: 10px;
}

.appointment-booking form input {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.appointment-booking form select {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.appointment-booking form input[type="date"] {
    padding: 3px;
}


.appointment-booking form button[type="submit"] {
    border: none;
    display: block;
    width: 120px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.appointment-booking .done {
    width: 100%;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 8px;
    text-align: center;
}

.appointment-booking .done i {
    font-size: 40px;
    color: #53BF38;
}

.appointment-booking .done h3 {
    font-family: cairo-black;
    font-size: 14px;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.appointment-booking .done p {
    border-radius: 10px;
    width: 70%;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    border: 1px solid #DADADA;
    margin-top: 10px;
    background: #F6F6F6;
    padding: 12px;
}

.appointment-booking .done h5 {
    color: #C03E3E;
    font-size: 12px;
    font-family: cairo-black;
    margin: 20px 0px;

}

.appointment-booking .done a {
    border: none;
    display: block;
    width: 140px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}


.appointment-booking .location {
    width: 100%;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
}

.appointment-booking .location h3 {
    font-family: cairo-black;
    font-size: 14px;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.appointment-booking .location iframe {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 300px;
    margin-bottom: 20px;
}

.appointment-booking .location p {
    border-radius: 10px;
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #DADADA;
    margin-top: 10px;
    background: #F6F6F6;
    margin-bottom: 20px;
    padding: 12px;
}

.appointment-booking .location a {
    border: none;
    display: block;
    width: 140px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}


.login-page {
    padding: 30px 0px;
    margin: 70px 0px;
}

.login-page form {
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 50px 20px;
    display: block;
    float: right;
}

.login-page form h5 {
    font-family: cairo-black;
    font-size: 16px;
    color: #191919;
    text-align: center;
}

.login-page form h2 {
    font-size: 16px;
    color: #191919;
    text-align: center;
}

.login-page form input {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    outline: none;
    background: #FFF;
    margin-top: 15px;
    margin-bottom: 10px;
}

.login-page form button[type="submit"] {
    border: none;
    display: block;
    width: 160px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.login-page form p {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #191919;
    width: 100%;
    font-weight: bolder;
}

.login-page form p a {
    color: #002664;
}

.account-page {
    padding: 50px 0px;
}

.account-page .menu {
    border-radius: 12px;
    background-color: #fff;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.account-page .menu ul li {
    display: block;
    transition: all .6s ease-in-out;
    padding: 10px;
    border-radius: 12px;
    margin: 10px 15px;
}

.account-page .menu ul li a {
    color: #191919;
    font-family: cairo-black;
}

.account-page .menu ul li a img {
    margin-left: 10px;
}

.account-page .menu ul .active {
    background: rgba(191, 162, 47, 0.50);
}

.account-page .menu ul li:hover {
    background: rgba(191, 162, 47, 0.50);
}

.account-page .content {
    border-radius: 12px;
    float: right;
    background-color: #fff;
    width: 100%;
    padding: 20px;
}

.account-page .content form {
    width: 70%;
    display: block;
}

.account-page .content form label {
    display: block;
    font-family: cairo-black;
    margin-bottom: 10px;
    font-size: 14px;
}

.account-page .content form input,
.account-page .content form select {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.account-page .content form button[type='submit'] {
    display: block;
    float: left;
    border-radius: 10px;
    background: #BFA22F;
    width: 150px;
    padding: 12px;
    text-align: center;
    color: #fff;
    border: 0px;
    outline-style: none;
    margin: 20px auto;
}

.account-page .content .one {
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    margin-top: 20px;
    background: #FFF;
    padding-bottom: 12px;
}

.account-page .content .one .icon {
    padding: 27px 0px;
}

.account-page .content .one .icon .clock {
    color: #C09900;
}

.account-page .content .one .icon i {
    font-size: 30px;
    color: #53BF38;
}

.account-page .content .one .con h4 {
    font-size: 13px;
}

.account-page .content .col-md-2, .account-page .content .col-md-3 {
    padding: 0px;
}

.account-page .content .one .con {
    text-align: center;
    margin-top: 22px;
}

.account-page .content .one .con h4 {
    font-family: cairo-black;
    font-size: 14px;
}

.account-page .content .one .con p {
    color: #535353;
    font-size: 12px;
}

.account-page .content .one .actions ul {
    float: left;
    margin-top: 25px;
}

.account-page .content .one .actions ul li {
    display: inline-block;
    background-color: rgba(175, 175, 175, 0.16);
    padding: 7px 12px;
    border-radius: 150px;
    margin-left: 10px;
}

.account-page .content .one .actions ul li a {
    color: #191919;
}

.our-services {
    padding: 50px 0px;
}

.our-services .one {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(188, 201, 223, 0.20);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.our-services .one img {
    display: block;
    margin: 0 auto;
    padding: 14px;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
}

.our-services .one img:hover {
    transform: scale(1.1);
}

.our-services .one h4 {
    font-family: cairo-black;
    font-size: 14px;
    color: #191919;
    margin: 12px 0px;
}

.our-services .one p {
    color: #535353;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contact-us {
    padding: 50px 0px;
}

.contact-us .content, .contact-us .about {
    border-radius: 10px;
    background: #FFF;
    float: right;
    width: 100%;
    box-shadow: 0px 4px 24px 0px rgba(188, 201, 223, 0.20);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.contact-us .content form {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 50px 0px;
}

.contact-us .content form label {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 8px;
}

.contact-us .content form input {
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.contact-us .content form textarea {
    height: 150px;
    resize: none;
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-bottom: 10px;
}

.contact-us .content form button[type="submit"] {
    border: none;
    display: block;
    width: 120px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.contact-us .about .one {
    float: right;
    width: 100%;
}

.contact-us .about h4 {
    font-family: cairo-black;
    font-size: 16px;
    color: #BFA22F;
    margin: 20px 0px;
}

.contact-us .about h5 {
    font-family: cairo-black;
    font-size: 14px;
    color: #BFA22F;
}

.contact-us .about p {
    font-family: cairo-black;
    font-size: 12px;
    color: #151515;
    margin-bottom: 30px;
}

.contact-us .about p a{
    color: #151515;
    text-decoration: none;
}

.contact-us .about img {
    padding: 15px;
}

.last-news img {
    width: 100%;
    margin: 50px 0px;
    border-radius: 12px;
}

.last-news .the-one {
    border-radius: 10px;
    background: #FFF;
    float: right;
    width: 100%;
    box-shadow: 0px 4px 24px 0px rgba(188, 201, 223, 0.20);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.last-news .the-one h5 {
    font-family: cairo-black;
    font-size: 14px;
    color: #151515;
}

.last-news .the-one p {
    width: 60%;
    display: block;
    margin: 0 auto;
    color: #535353;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
}

.news {
    padding: 50px 0px;
}

.news .one {
    margin: 20px 0px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px #c0c0c0;
}

.news .one img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
}

.news .one h4 {
    font-family: cairo-black;
    font-size: 14px;
    padding: 0px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    margin-bottom: 15px;

}

.news .one p {
    line-height: 25px;
    font-size: 12px;
    padding: 0px 15px;
}

.news .one a {
    display: block;
    text-align: left;
    margin-top: 10px;
    padding: 20px 20px;
    font-family: cairo-black;
    color: #BFA22F;
}

.news .one a i {
    margin-right: 8px;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gallery-item {
    border-radius: 7px;
    flex-basis: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item.item-2x3 {
    flex-basis: calc(175px * 0.666);
}

.gallery-item.item-3x4 {
    flex-basis: calc(175px * 0.75);
}

.gallery-item.item-1x1 {
    flex-basis: 175px;
}

.gallery-item.item-4x3 {
    flex-basis: calc(175px * 1.333);
}

.gallery-item.item-3x2 {
    flex-basis: calc(175px * 1.5);
}

.gallery-item.item-8x5 {
    flex-basis: calc(175px * 1.6);
}

.gallery-item.item-2x1 {
    flex-basis: calc(175px * 2);
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item:hover .thumb {
    transform: scale(1.05);
}

@media (hover: hover) {
    .gallery-item:hover::after {
        opacity: 1;
    }

    .gallery-item:hover .caption {
        transform: translateY(0);
    }
}

.gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: 220px;
    object-fit: cover !important;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb {
    width: auto;
}

.gallery-item .placeholder {
    filter: blur(20px);
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header > * {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.all-pictures {
    margin: 50px 0px;
}

.videos-section {
    padding: 50px 0px;
}

.videos-section iframe {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    border-radius: 15px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #002664;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #002664;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #002664;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #002664;
}

.tooltip-inner {
    color: #fff;
    background: linear-gradient(20deg, #002664, #002660);
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.map {
    position: relative;
}

.map .col-md-12 {
    padding: 0px;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.map .content {
    margin: 20px 0px;
    padding: 10px 0px;
    background-color: #fff;
    width: 300px;
    position: absolute;
    left: 50px;
    bottom: 100px;
    z-index: 999999999999999;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    text-align: center;
}

.map .content h3 {
    font-size: 18px;
    font-family: cairo-black;
}

.map .content h3 img {
    width: 50px;
    margin-left: 10px;
}

.map .content p {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 20px;
}

.videos-section video {
    object-fit: cover;
    height: 228px;
    width: 100%;
    border-radius: 8px;
}

.otp-code form .changeNumber {
    background-color: transparent;
    color: #002664;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 0px;
}

#changeNumberModal h3,
#result-modal h3,
#search-modal h3 {
    font-weight: bold;
    color: #1E1E1E;
    font-size: 16px;
    text-align: center;
}

#changeNumberModal div,
#search-modal div {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#changeNumberModal div input,
#search-modal div input {
    text-align: center;
    width: 100%;
    padding: 10px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-top: 15px;
    margin-bottom: 10px;
}

#changeNumberModal div button,
#search-modal div button {
    border: none;
    display: block;
    width: 120px;
    padding: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #002664;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

#search-modal .close {
    line-height: 2;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: #c60c30;
    padding: 0px 5px;
    border-radius: 100px 10px;
}

.search-result-title {
    background: #c09900;
    padding: 20px 20px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #002664;
}

.search-results-image{
    width: 100%;
    height: 200px;
}

/*@media print {
    body * {
        display: none !important;
    }
    .appointment-booking .done, .appointment-booking .done * {
        display: block !important;
    }
}*/

.main-header .logo img{
    height: 155px;
}
