/* header  */
/* @import 'https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';


@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Lugrasimo&display=swap'); */


:root {
    --c1: #c06;
    --c2: #ffc107;
    --green: #3fc250;
    --lpink: #ffc1dd;
    --c3: #005081;
    --c4: #c8b9fd;
    --c3_2: #a50000;
    --dc3: #440000;
    --lc3: #2580b8;
    --lwhite: #ffffff61;

}

.btn-dark {
    color: #fff !important
}

body {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
    background-color: #000
}

.exo-myclass {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    /* Set a specific font weight value, e.g., 100 to 900 */
    font-style: normal;
}


p {
    /* color: #fff; */
}


html {
    scroll-behavior: smooth
}

a {
    transition: all .2s ease-in 0s;
    text-decoration: none;
    outline: none
}

a {
    color: var(--c3) !important;
}

a:hover {
    color: #f3a806 !important;
    text-decoration: none !important;
}

a:focus,
a:active,
a {
    border: 0;
    outline: none
}

strong {
    color: var(--c3)
}

img {
    border: 0
}

* {
    box-sizing: border-box
}

.grid-1280 {
    display: table;
    width: 1280px;
    margin: auto
}

.timings {
    width: 33%;
    float: left;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    transition: all .5s ease-in 0s;
}

.timings img {
    float: left;
    margin-right: 10px;
}

.logo {
    /* width: 33%; */
    float: left;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-in 0s;
}

.logo a {
    color: #ef2b7c;
    font-size: 30px;
    line-height: 70px;
    font-weight: 200;
    text-transform: uppercase;
    transition: all .5s ease-in 0s;
    text-decoration: none;
}

.logo a strong {
    font-weight: 800;
    transition: all .5s ease-in 0s
}

.logo-bar {
    display: table;
    width: 100%;
    border-bottom: 1px solid var(--c3);
    transition: all .5s ease-in 0s;
    background-color: var(--c3);
}

/* dafault styles */
.bg-dblue {
    background-color: var(--c3) !important;
}

.bg-outline-red {
    border: 1px solid var(--c3);
}

.td-color {
    background: var(--c3);
    padding: 5px;
    color: #fff;
    font-weight: 600;
}

.text-red {
    color: var(--c3);
}

.list-style-auto {
    list-style-type: auto;
}

h1 {
    font-size: 3.5rem;
}

.padding-2 {
    padding: 0.5rem !important;
}

@media(max-width:991px) {
    .padding-2 {
        padding: 1.5rem !important;
    }
}

.hr-custom {
    border: 1px solid #ff92a6 !important;
    width: 71% !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.profile-height-and-overflow {
    height: 407px;
    overflow: hidden;
}

.profile-height-and-overflow-2 {
    height: 300px;
    overflow: hidden;
}

.profile-height-and-overflow-3 {
    height: 222px;
    overflow: hidden;
}

.profile-height-and-overflow-4 {
    height: 300px;
    overflow: hidden;
}
.profile-height-and-overflow-5 {
    height: 246px;
    overflow: hidden;
}

@media(max-width:991px) {
    .profile-height-and-overflow {
        height: auto;
        overflow: hidden;
    }
}

.home-profile-img {
    width: 75%;
}

@media(max-width:992px) {
    .home-profile-img {
        width: 100%;
    }
}

@media(max-width:332px) {
    .call-font-size {

        font-size: 13px;
    }
}

.font_1-2 {
    font-size: 1.2em;
}

.bg-grey {
    background: #181818;
    border: 1px solid #373737;
}

@media(max-width:767px) {
    .flex-column-reverse-2 {
        flex-direction: column-reverse;
    }
}

.font-1-15 {
    font-size: 1.15em;
}

.btn-custom {
    background-color: var(--c3) !important;
    color: #fff !important;
}


/* rating star */
.rating {
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 18px;
    color: #aaa;
    float: right;
    /* margin-right: 7px; */
}

/* .rating label:before {
    content: '\2605';
    
    margin-right: 7px;
} */

.rating input:checked~label {
    color: #ffcc00;
    /* Color for filled stars */
}

.rating label:hover,
.rating label:hover~label {
    color: #ffcc00;
    /* Color for hovered stars */
}

/* review */
#review_box2 div {
    flex-flow: row wrap;

}

@media(max-width:567px) {
    .flex-column-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
    font-size: 24px;
    color: #e9bd10;
}

.rate {
    float: right;
    height: 46px;
    /* padding: 0 10px; */
}


.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/* for secondary / average rating */

.rate2 {
    float: left;
    /* height: 46px;
    padding: 9px 10px; */
}

.rate2:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate2:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: auto;
    font-size: 20px;
    color: #ccc;
}

.rate2:not(:checked)>label:before {
    content: '★ ';
    font-size: 20px;
}

.rate2>input:checked~label {
    color: #ffc700;
    font-size: 20px;
}

/* .form-control {
    font-size: 1.5rem !important;
} */

/*  */


/* Styling for modal container */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Styling for modal content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* Close button styling */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.active {
    background-color: var(--lc3) !important;
}




/*  */