/**
* Class name number indicates unique css styling. Feel free to make 
* it a dynamic but unique number while converting with scripting 
* language.
*
**/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

/* global style */

body {
    font-family: 'Poppins', sans-serif;
}


.classyea-section-padding {
    padding: 70px 0;
}

.classyea-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/***** Arif styles *****/

/***** Design One ******/

.classyea-businessHour-section-451{
    display: flex;
    align-items: center;
}
.classyea-businessHour-left-451{
    width: 50%;
}
.classyea-businessHour-left-451 img{
    width: 100%;
}
.classyea-businessHour-right-451{
    width: 50%;
}

.classyea-businessHour-451 ul{
    list-style: none;
    border: 1px solid #eaeaff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.classyea-businessHour-451 ul .classyea-business-hour-title{
    border-bottom: 1px solid #eaeaff;
    padding: 25px;
}
.classyea-businessHour-451 ul .classyea-business-hour-item{
    border-bottom: 1px solid #eaeaff;
    margin: 0px 15px 0px 15px;
}
.classyea-businessHour-451 ul .classyea-business-hour-item:last-child{
    border-bottom: 1px solid transparent;
    color: #FF5252;
}
.classyea-businessHour-451 ul li{
    display: flex;
    padding: 25px 0;
}
.classyea-businessHour-451 ul li span{
    width: 50%;
}

/****** Media queries ******/
@media only screen and (max-width: 1200px) {
   
}
@media only screen and (max-width: 800px) {
    .classyea-businessHour-section-451{
        flex-direction: column-reverse;
    }
    .classyea-businessHour-left-451{
        width: 100%;
    }
    .classyea-businessHour-right-451{
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
   
}

/***** Design Two *****/

#classyea-businessHour-section-452{
    background-color: #F5F5FC;
}

.classyea-businessHour-section-452{
    display: flex;
    align-items: center;
}

.classyea-businessHour-left-452{
    width: 50%;
}

.classyea-businessHour-right-452{
    width: 50%;
    padding-left: 50px;
}

.classyea-businessHour-452 ul{
    list-style: none;
}

.classyea-businessHour-452{
    position: relative;
    background-color: #fff;
    padding: 80px 70px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 2;
    overflow: hidden;
}

.classyea-businessHour-452::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat!important;
}

.classyea-businessHour-452::after{
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    left: 0;
    z-index: -1;
    background-position: bottom;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.classyea-businessHour-452 .classyea-business-hour-item{
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    color: #2d2d2d;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.classyea-businessHour-452 .classyea-business-hour-item:last-child{
    background-color: #FF5252 !important;
    color: #fff;
}

.classyea-businessHour-452 .classyea-business-hour-item:nth-child(odd){
    background-color: #DCDEFF;
}

.classyea-businessHour-right-452 h2{
    position: relative;
    margin-bottom: 30px;
}

.classyea-businessHour-right-452 h2::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: blueviolet;
}

.classyea-businessHour-right-452 .classyea-businessHour-btn{
    text-decoration: none;
    background-color: blueviolet;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    padding: 12px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/***** Media queries ******/
@media only screen and (max-width: 1000px) {
    .classyea-businessHour-452{
        padding: 80px 40px;
    }
    .classyea-businessHour-right-452{
        padding-left: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .classyea-businessHour-section-452{
        flex-direction: column-reverse;
    }
    .classyea-businessHour-left-452{
        width: 100%;
    }
    .classyea-businessHour-right-452{
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .classyea-businessHour-452{
        padding: 80px 15px;
    }
}

/****** Design  Three ******/

#classyea-businessHour-section-459{
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    background-blend-mode: hue;
}

.classyea-businessHour-section-459{
    max-width: 700px;
    margin: 0 auto;
}

.classyea-businessHour-top-459{
    text-align: center;
    margin-bottom: 40px;
}

.classyea-businessHour-459 ul{
    list-style: none;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    padding-left: 0!important;
    
}

.classyea-businessHour-459 ul .classyea-business-hour-title{
    background-color: #FF5252;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.classyea-businessHour-459 ul .classyea-business-hour-item{
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #fff;
}

.classyea-businessHour-459 .classyea-business-hour-item:nth-child(even){
    background-color: rgb(249 249 249 / 95%)
}


/****** Design Four *****/

.classyea-businessHour-section-453{
    display: flex;
    align-items: center;
    position: relative;
}

.classyea-businessHour-left-453{
    width: 70%;
}

.classyea-businessHour-right-453{
    position: absolute;
    right: 30px; 
}

.classyea-businessHour-left-453 img{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.classyea-businessHour-453 ul{
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    background-color: #fff;
    padding-left: 0!important;
}

.classyea-businessHour-453{
    position: relative;
    text-align: center;
}

.classyea-businessHour-453 .classyea-business-hour-titleHeader{
    background-color: #383844;
    font-size: 20px;
    padding: 20px 20px;
    color: #fff;
    border-radius: 10px 10px 0px 0;
    -webkit-border-radius: 10px 10px 0px 0;
    -moz-border-radius: 10px 10px 0px 0;
    -ms-border-radius: 10px 10px 0px 0;
    -o-border-radius: 10px 10px 0px 0;
}

.classyea-businessHour-453 .classyea-business-hour-title{
    padding: 15px 20px;
    margin-bottom: 0;
}

.classyea-businessHour-453 .classyea-business-hour-book{
    background-color: #4B00E7;
    padding: 15px 20px;
    margin-top: 15px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    font-size: 20px;
    font-weight: 600;
}

.classyea-businessHour-453 .classyea-business-hour-item{
    padding: 10px 30px;
    color: #2d2d2d;
}

/***** Media queries *****/
@media only screen and (max-width: 800px) {
    .classyea-businessHour-right-453{
        min-width: 315px;
        right: 50%;
        top: 50%;
        transform: translate(50%, -0%);
        -webkit-transform: translate(50%, -0%);
        -moz-transform: translate(50%, -0%);
        -ms-transform: translate(50%, -0%);
        -o-transform: translate(50%, -0%);
}
    .classyea-businessHour-left-453{
        width: 100%;
    }
    .classyea-businessHour-453 .classyea-business-hour-item{
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 600px) {
    .classyea-businessHour-453 .classyea-business-hour-item{
        padding: 10px 15px;
    }
}

/****** Imran *****/

/***** Design Five *****/

#classyea-businessHour-section-454 .classyea-row {
    display: flex;
    gap: 60px;
}

#classyea-businessHour-section-454 .classyea-row .classyea-container-left {
    flex: 0.5;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#classyea-businessHour-section-454 .classyea-row .classyea-container-left p {
    line-height: 1.6em;
    margin-top: 20px;
}

#classyea-businessHour-section-454 .classyea-row .classyea-container-right {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#classyea-businessHour-section-454 .classyea-row .classyea-container-right .classyea-businessHour-item {
    list-style: none;
    width: 100%;
    background-color: #ffffff;
    padding: 25px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    color: rgb(7, 6, 6);
}

#classyea-businessHour-section-454 .classyea-row .classyea-container-right .classyea-businessHour-item:last-child {
    color: rgb(223, 21, 21);
}

.classyea-businessHour-box-454 ul .classyea-businessHour-item {
    list-style: none;
    width: 100%;
    background-color: #ffffff;
    padding: 25px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    color: rgb(7, 6, 6);
}

.classyea-businessHour-box-454 ul .classyea-businessHour-item:last-child {
    color: rgb(223, 21, 21);
}



/***** Design Six *****/

#classyea-businessHour-section-455 .classyea-row {
    display: flex;
    gap: 40px;
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-left {
    flex: 0.5;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-right {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-right .classyea-businessHour-box-455 {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.226);
}

.classyea-businessHour-box-455 {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.226);
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-right h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: rgb(110, 110, 110) !important;
    margin-bottom: -15px;
    z-index: 9;
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-right .classyea-businessHour-item {
    list-style: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(7, 6, 6);
}

.classyea-businessHour-box-455 .classyea-businessHour-item {
    list-style: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(7, 6, 6);
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-right .classyea-businessHour-item:nth-child(even) {
    background-color: #c7c7c71e;
}

#classyea-businessHour-section-455 .classyea-row .classyea-container-right .classyea-businessHour-item:last-child {
    color: rgb(223, 21, 21);
}

.classyea-businessHour-box-455 .classyea-businessHour-item:nth-child(even) {
    background-color: #c7c7c71e;
}

.classyea-businessHour-box-455 .classyea-businessHour-item:last-child {
    color: rgb(223, 21, 21);
}

/***** design for current day ******/

.classyea-current-day {
    color: #6953BA !important;
    position: relative;
}

.classyea-current-day::before {
    content: '';
    left: 0;
    border-width: 8px !important;
    position: absolute;
    border-left: solid #6953BA;
    border-top: solid transparent;
    border-bottom: solid transparent;
}


/***** Media Queries *****/

@media(max-width:800px) {
    #classyea-businessHour-section-454 .classyea-row,
    #classyea-businessHour-section-455 .classyea-row {
        flex-direction: column !important;
    }
}

/***** Design Seven *****/

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-item {
    list-style: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.568);
    padding: 10px 0;
}
.classyea-businessHour-box-456 .classyea-businessHour-item {
    list-style: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.568);
    padding: 10px 0;
    
}

.classyea-businessHour-box-456 ul .classyea-businessHour-item .classyea-business-hour-day{
    font-size: 18px!important;
    text-transform: uppercase!important;
}

.classyea-businessHour-box-456 ul .classyea-businessHour-item .classyea-business-hour-time{
    font-size: 30px!important;
    font-weight: 800!important;
}

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-item:last-child {
    border-bottom: none;
}

.classyea-businessHour-box-456 .classyea-businessHour-item:last-child {
    border-bottom: none;
}

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-item .classyea-businessHour-day {
    font-size: 18px;
    text-transform: uppercase;
}

.classyea-businessHour-box-456 .classyea-businessHour-item .classyea-businessHour-day {
    font-size: 18px!important;
    text-transform: uppercase!important;
}

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-item .classyea-businessHour-time {
    font-size: 30px;
    font-weight: 800;
}
.classyea-businessHour-box-456 .classyea-businessHour-item .classyea-businessHour-time {
    font-size: 30px!important;
    font-weight: 800!important;
}

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-box-456 {
    padding: 30px 40px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: -1px 5px 20px #dcdcdc7a;
    ;
}

.classyea-businessHour-box-456 {
    padding: 30px 40px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: -1px 5px 20px #dcdcdc7a;
    ;
}

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-box-456 img.classyea-businessHour-logo {
    width: 30%;
}

.classyea-businessHour-box-456 img.classyea-businessHour-logo {
    width: 30%;
}

#classyea-businessHour-section-456 .classyea-row .classyea-businessHour-box-456 h2.classyea-businessHour-heading {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
}
.classyea-businessHour-box-456 h2.classyea-businessHour-heading {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
}

#classyea-businessHour-section-456 .classyea-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#classyea-businessHour-section-456 .classyea-row {
    max-width: 400px;
}


/***** Monjur *****/

/***** Design Eight  *****/

#classyea-businessHour-section-407{
    background-color: #8F41F7;
}

#classyea-businessHour-section-407 h1{
    text-align: center;
    color: #fff;
}

.classyea-businessHour-407{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.classyea-businessHour-407{
    display: block;
}
.classyea-businessHour-407 .classyea-businessHour-left h5{
    font-size: 20px;
}
.classyea-businessHour-407  h5{
    font-size: 20px;
}

.classyea-businessHour-407 .classyea-businessHour-left{
    width: 50%;
}

.classyea-businessHour-407 .classyea-businessHour-left li{
    background-color: #fff;
    margin: 10px;
    padding: 15px 0px 15px 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    text-transform: uppercase;
}

.classyea-businessHour-407  li{
    background-color: #fff;
    margin: 10px;
    padding: 15px 0px 15px 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    text-transform: uppercase;
}

.classyea-businessHour-407 .classyea-businessHour-left li span:last-child{
    padding-right: 30px;
}
.classyea-businessHour-407 li span:last-child{
    padding-right: 30px;
}

.classyea-businessHour-407 .classyea-businessHour-left .heading{
    background-image: linear-gradient(to right, #FFBC1A, #FF891A);
}
.classyea-businessHour-407 .heading{
    background-image: linear-gradient(to right, #FFBC1A, #FF891A);
}

.classyea-businessHour-407 .classyea-businessHour-left .closed{
    color: #FF891A;
}
.classyea-businessHour-407 .closed{
    color: #FF891A;
}

.classyea-businessHour-407 .classyea-businessHour-right{
    width: 50%;
    text-align: end;
}

@media only screen and (max-width: 768px) {
    .classyea-businessHour-407{
        flex-direction: column-reverse;
        
    }

    .classyea-businessHour-407 .classyea-businessHour-left{
        width: 80%;
        margin: 25px 0px;
    }

    .classyea-businessHour-407 .classyea-businessHour-right{
        width: 100%;
        text-align: center;
    }
}

/***** Design Nine *****/

#classyea-businessHour-section-408{
    /* background-color: #ddd; */
}

#classyea-businessHour-section-408 h1{
    text-align: center;
    margin-bottom: 20px;
}

.classyea-businessHour-408{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.classyea-businessHour-408{
    display: block;
}

.classyea-businessHour-408 .classyea-businessHour-left{
    width: 50%;
}

.classyea-businessHour-408 .classyea-businessHour-right{
    width: 50%;
}

.classyea-businessHour-408 .classyea-businessHour-right{
    background-color: #fff;
    margin-left: 35px;
    display: block;
    justify-content: space-between;
    border-radius: 5px;
    text-transform: uppercase;
}

.classyea-businessHour-408 .classyea-businessHour-right ul{
    box-shadow: 0px 2px 11px 2px #c0bebe;
}

.classyea-businessHour-408  ul{
    box-shadow: 0px 2px 11px 2px #c0bebe;
    padding-left: 0!important;
}

.classyea-businessHour-408 .classyea-businessHour-right li{
    margin: 10px;
    padding: 15px 0px 15px 15px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.classyea-businessHour-408  li{
    margin: 10px;
    padding: 15px 0px 15px 15px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.classyea-businessHour-408 .classyea-businessHour-right h5{
    font-size: 20px;
}

.classyea-businessHour-408  h5{
    font-size: 20px;
}

.classyea-businessHour-408 .classyea-businessHour-right .classyea-businessHour-item{
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #000;
    margin: 0px 15px;
}

.classyea-businessHour-408 .classyea-businessHour-item{
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #000;
    margin: 0px 15px;
}

.classyea-businessHour-408 .classyea-businessHour-right .closed{
    color: #FF891A;
}

.classyea-businessHour-408 .closed{
    color: #FF891A;
}

.classyea-businessHour-408 .classyea-businessHour-right .classyea-businessHour-item:last-child{
    border: 0px !important;
}

.classyea-businessHour-408 .classyea-businessHour-item:last-child{
    border: 0px !important;
}

.classyea-businessHour-408 .classyea-businessHour-right .heading{
    font-size: 20px;
    background-color: #5D77E8;
    color: #fff;
    margin: 0px;
    display: block;
    padding-left: 30px;
    border: 0px !important;
}

.classyea-businessHour-408 .heading{
    font-size: 20px;
    background-color: #5D77E8;
    color: #fff;
    margin: 0px;
    display: block;
    padding-left: 30px;
    border: 0px !important;
}

/***** Media Queries *****/

@media only screen and (max-width: 768px) {
    .classyea-businessHour-408{
        flex-direction: column;
        
    }

    .classyea-businessHour-408 .classyea-businessHour-left{
        width: 100%;
        margin: 25px 0px;
    }

    .classyea-businessHour-408 .classyea-businessHour-right{
        width: 80%;
    }
}

#classyea-businessHour-section-451 .business_hour_title{
    color: #FF5252; margin-bottom: 20px; text-align: center;
}

.classyea-business-hour-titleHeader .classyea-business-hours-title{
    color:#ffffff;
}

.classyea-businessHour-459 ul .classyea-business-hour-title .classyea-business-hours-title{
    color:#ffffff;
}

.classyea-businessHour-heading{
    color: #ffffff!important;
}

.classyea-businessHour-407 .heading{
    background-image: linear-gradient(to right, #FFBC1A, #FF891A);
}

.classyea-businessHour-451 .classyea-businessHour-heading{
    color: #000!important;
}

.classyea-businessHour-452 ul{
    padding-left: 0px!important;
}

.classyea-businessHour-box-456 .attachment-full.size-full{
    width: 30%!important;
}

.classyea-businessHour-box-455 ul{
    padding-left: 0!important;
}

.classyea-businessHour-408 ul{
    padding-left: 0!important;
}

.classyea-businessHour-box-454 ul{
    padding-left: 0!important;
}

.classyea-businessHour-407 ul{
    padding-left: 0!important;
}

.classyea-businessHour-451 ul{
    padding-left: 0!important;
}