.top-right .btn1-bg {
    padding: 0 10px !important;
    background-color: #603912;
    border-radius: 2px;
}

.top-right .btn1-bg:hover {
    background-color: white;
}

.top-right .btn2-bg {
    padding: 0 10px !important;
    background-color: #3C3C3C;
    border-radius: 2px;
}

.top-right .btn2-bg:hover {
    background-color: white;
}

/* div hide for mobile display */
@media screen and (max-width:764px) {
    .section-hide {
        display: none;
        visibility: hidden;
    }
}

/* Enquire Now form style */
@font-face {
    font-family: 'Lusitana';
    src: url('/fonts/Lusitana/Lusitana-Regular.ttf');
    font-weight: normal;
    font-style: normal
}
.row .col {
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
}

.row .col.x-50 {
    width: 50%;
}

/* for mobile veiw need to show in sperate line */
@media screen and (max-width:764px) {
    .row .col.x-50 {
        width: 100%;
    }
}

.row .col.x-100 {
    width: 100%;
}

.content-wrapper {
    min-height: 100%;
    position: relative;
}

.contact-form .form-field {
    position: relative;
    margin: 16px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 28px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label,
.contact-form .input-text:valid + .label {
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 24px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #444444;
    cursor: text, email;
    transition: transform 0.2s ease-in-out;
}
/* For text input type */
.contact-form input[type="text"] {
    cursor: text;
}
/* For email input type */
.contact-form input[type="email"] {
    cursor: text;
}
/* For phone input type */
.contact-form input[type="tel"] {
    cursor: text;
}
.contact-form .input-text:valid + .label {
    transform: translateY(-24px);
}
/* enquire now form style end */

/************************************
    workshop-list page start css
 ************************************/
.align-img-left {
    margin-left: 95px !important;
}

@media screen and (max-width:765px) {
    .align-img-left {
        margin-left: 0px !important;
    }
}

.align-img-right {
    margin-right: 95px !important;
}

@media screen and (max-width:765px) {
    .align-img-right {
        margin-right: 0px !important;
    }
}

/************************************
    faqs page css start
 ************************************/

@import url("https://fonts.googleapis.com/css?family=Montserrat");

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #f3f2f2;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(223, 20, 206, 0.151);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

.limited-paragraph {
    font-size: 11px;
    /* font-weight: bold; */
    color: #000;
    font-style: normal !important;
}

.about-section {
    font-size: 15px !important;
    /* font-weight: bold; */
    color: #000;
    font-style: normal !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.about-section>li {
    list-style-type: disc !important;
    list-style: disc !important;
}
/* Enroll now button pop-up box design */

.Click-here {
    cursor: pointer;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(105, 105, 105, 0.384);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.custom-model-wrap .pop-up-content-wrap > p{
    font-size: 1rem ;
    color: #000;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}
.elearning-btn{
    display: none !important;
}
@media (max-width: 767px) {
    .elearning-btn {
        display: inline-block !important;
    }
}
