.hero-right-img{
    background-image: url('../img/home/hero-img.png');
    background-position:  center;
}
.general-bg{
    background-image: url('../../images/background.png');
    background-position:  center top;
    background-size: cover;
}
.hero-content{
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero-heading{
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 83.2px;
    text-align: left;
}
.hero-heading span{
    font-weight: 500;
}
.hero-text{
    color: #E0E0E0;
    font-size: 23px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}
.hero-search input{
    border-radius: 50px;
}

.group-btn{
    border-top-right-radius: 48%;
    border-bottom-right-radius: 48%;
}
.hero-search{
    padding-right: 1.5rem;
}
.hero-search button{
    padding: 12px 16px !important;
}
.hero-search .seprator{
    border: 1px solid #E0E0E0;
    height: 40px;
    margin: auto;
    background: #fff;
}

@media only screen and (max-width: 430px) {
    .hero-heading-height {
        line-height: 1.2em !important;
    }    
    .hero-search{
        padding-right: 0rem !important;
    }
    .pr-5{
        padding-right: 15px !important;
    }
    .hero-content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .course-meta > li {
        padding-right: 14px !important;
    }
    .sticky-container {
        width: 195px !important;
    }
    .send-us-message::before{
        top: 17px !important;
    
    }
    .send-us-message::after{
        top: 17px !important;
    
    }
    .reg-body{
        overflow-y: auto !important;
    }
    .blog-item-post {
        padding-top: 40px !important;
    }
    .blog-content-details {
        padding-bottom: 40px !important;
    }
    .post-content-details > h1{
        font-size: 28px !important;
    }
    .blog-details-section {
        padding: 40px 0px !important;
    }
    .section-title h1 {
        font-size: 40px !important;
    }
    .course-title h1 {
        font-size: 36px !important;
    }
    .who-we-are::before {
        top: 20px !important;
    }
    .who-we-are::after {
        top: 20px !important;
    }
}

/*Sticky social icons*/
.sticky-container{
padding: 0px;
margin: 0px;
position: fixed;
top: 40%;
width: 200px;
z-index: 100000;
left: -158px;
}
.sticky-container .sticky{
    padding: 0px;
}

.sticky li{
    align-items: center;
    display: grid;
list-style-type: none;
background-color: #fff;
color: #efefef;
height: 37px;
padding: 0px;
margin: 0px 0px 5px 0px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}

.sticky li:hover{
margin-right: -20px;
}

.sticky li img{
    float: right;
    padding: 2px;
    width: 35px;
    height: 35px;
}

.sticky li p{
padding: 0px;
margin: 0px;
text-transform: uppercase;
line-height: 43px;
float:right;
margin-right:5px;

}


/*Sticky social icons*/

/*Sticky chat icons*/
.sticky-chat-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    bottom: 75px;
    z-index: 1000;
    right: 25px;
    }
.sticky-chat-container .sticky-chat{
    padding: 0px;
    margin-bottom: 13px;
}

.sticky-chat li{
    align-items: center;
    display: grid;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    border-radius: 25px;
}


.sticky-chat li img{
    float: left;
    width: 60px;
    height: 60px;
}

.sticky-chat li p{
padding: 0px;
margin: 0px;
text-transform: uppercase;
line-height: 43px;
float:right;
margin-right:5px;

}


/*Sticky chat icons*/

/*pop up*/
#overlay {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
}

#popup-form {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 30px;
background: url(../public/assets/img/pop-bg.svg) center/cover no-repeat; 
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
z-index: 9999;
border-radius: 10px;
max-width: 80%;
width: 430px;
box-sizing: border-box;
}

#popup-form label {
display: block;
margin-bottom: 8px;
font-size: 16px;
color: #fff;
}

#popup-form input,
#popup-form textarea {
width: 100%;
padding: 12px;
margin-bottom: 15px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
}

#popup-form textarea {
resize: vertical;
}

#popup-form button {
border: 0;
line-height: 45px;
border-radius: 5px;
background: linear-gradient(to right, #01a6fd 0%, #4C68B4 51%, #01a6fd 100%);
background-size: 200% auto;
}

#popup-form button:hover {
background-color: #45a049;
}

.close-btn {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
cursor: pointer;
color: #fff;
}

.popup-logo {
position: initial !important;
max-width: 200px;
margin-bottom: 20px;
}

.additional-text {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
}


@media screen and (max-width: 600px) {
    .main-hero-section {
        background-image: none !important;
    }
    #popup-form {
        max-width: 90%;
        width: 100%;
    }
    .teachers-col:nth-last-child(6) > a > div
    {
        border-top-left-radius: 0px !important;
    }
    .teachers-col:nth-last-child(5) > a > div
    {
        border-top-right-radius: 0px !important;
    }
    .teachers-col:nth-last-child(4) > a > div
    {
        border-bottom-left-radius: 0px !important;
    }
    .teachers-col:nth-last-child(1) > a > div
    {
        border-bottom-right-radius: 0px !important;
    }
    .contact-page-version .contact_third_form{
        padding: 0px !important;
    }
    .header-logo{
        width: 75% !important;
    }
    .hero-heading {
        font-size: 38px !important;
        line-height: 50px !important;
    }

    .hero-text {
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
    }
    .course-tab{
        width: 400px;
        overflow: scroll;
        display: flex;
    }
    .product-tab{
        width: 1000px;
        overflow: scroll;
        display: flex;
    }
    .course-cat > a > .category-icon-title{
        min-height: 165px !important;
        padding: 25px 15px !important;
    }
    .category-title h4 {
        font-size: 12px !important;
    }
    .teacher-details-area {
        padding: 30px 0px !important;
    }
    .section-text {
        line-height: 25px !important;
    }
    .service-text > h6 {
        font-size: 24px !important;
    }
    .category-icon-title {
        padding: 13px 13px !important;
    }
    .contact-left-content{
        padding-right: 0px !important;
    }
    .copy-right-menu p {
        font-size: 15px;
    }
    .testimonial-img-div {
        max-height: 295px !important;
    }
    .my-alert {
        width: 95% !important;
    }
    .blog-detail-thumbnile{
        height: 180px !important;
    }
    .course-banner {
        background-position: left !important;
        min-height: 440px !important;
    }
}
#course-teacher{
    background-image: url('../../images/meet-our-authors.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.main-hero-section{
    padding: 125px 0px 90px 0px;
    background-image: url('../../images/home-1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
/*pop up ends*/

.border-50{
    border-radius: 50px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #fff #fff #fff;
    border-bottom: 3px solid #4C68B4;
    font-weight: 600;
}
.nav-tabs .nav-link:hover {
    border-color: #fff #fff #4C68B4 #fff;
}
.d-box{
    display: -webkit-box;
}
.d-box p{
    font-size: 14px;
}
.course-meta > li{
    padding-right: 17px;
}
.course-title{
    min-height: 90px;
}
.course-top-radius{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.course-bottom-radius{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.course-detail{
    min-height: 22px;
}
.section-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;

}
.service-text > h6{
    font-size: 32px;
    font-weight: 400;
    line-height: 51.2px;
    text-align: left;    
}
.service-text p {
    font-weight: 300;
}
.service-text > h6 > span{
    font-weight: 700;
}
.teacher-card{
    background-color: #EEF0F8;
}
.teacher-card:hover{
    background-color: #4C68B4;
}
.teacher-card:hover > .category-title > h4{
    color: #fff;
} 
.teacher-card:hover > .category-title > p{
    color: #fff;
} 
.teacher-card > .category-title > h4{
    color: #4C68B4;
} 
.teacher-card > .category-title > p{
    color: #4C68B4;
} 
.teacher-img{
    object-fit: contain;
}
.teachers-col
{
    padding: 0.5px !important;
}
.teachers-col:nth-last-child(6) > a > div
{
    border-top-left-radius: 15px;
}
.teachers-col:nth-last-child(5) > a > div
{
    border-top-right-radius: 15px;
}
.teachers-col:nth-last-child(4) > a > div
{
    border-bottom-left-radius: 15px;
}
.teachers-col:nth-last-child(1) > a > div
{
    border-bottom-right-radius: 15px;
}
.d-grid{
    display: grid;
}
.qoute{
    font-size: 18px;
    font-weight: 900;
}

.testimonial-slide .student-qoute:hover {
    background-color: #4C68B4;
}
.testimonial-slide .student-qoute:hover  > p{
    color: #fff !important;
}
.testimonial-slide .student-qoute:hover  > p > .qoute{
    color: #fff !important;
}

.testimonial-slide .student-qoute:hover .st-name {
    color: #fff !important;
}
.testimonial-slide  .student-qoute:hover .st-designation {
    color: #fff !important;
}
.overflow-hidden{
    overflow: hidden;
}
.border-12{
    border-radius: 12px;
}
.testimonial-img-div{
    width: 100%;
    max-height: 400px;
}
.category-icon i {
    color: #4C68B4;
}

.category-title h4 {
    color: #4C68B4;
}
.border-none{
    border: none !important;
}
.tab-border{
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 4px !important;
}
.mobile-li{
    list-style: disc !important;
    display: list-item !important;
}
.footer-top-section{
    border-bottom: 1px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.footer-top-bg{
    background-image: url(../img/home/patern.png);
}
.footer-social-icon{
    background-color: #fff;
    border-radius: 20px;
    width: 32px;
    display: block;
}
.footer-social-icon> i{
    color: #4C68B4;
    font-size: 14px;
}
.subscribe{
    height: 50px !important;
}
.subscribe::placeholder {
    color: #fff;
    opacity: 1; 
}
.course-card > .card-header > img{
    max-height: 190px;
    min-height: 190px;
    width: -webkit-fill-available;
}
.page-hero-section{
    min-height: 400px;
}
.page-hero-section > div{
    padding-top: 150px;
}
.section-title  > .h2 {
    font-size: 25px !important;
    font-weight: 300;
    color: #333333;
}
.hero-heading-height{
    line-height: 1.2em;
}
.border-start{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.border-end{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: #fff !important;
}

.owl-nav .owl-prev > i,
.owl-nav .owl-next > i{
  color: #4C68B4 !important;
}
.course-detail-list{
    border: 1px solid #4C68B4;
    border-radius: 15px;
}
.course-overview{
    border-bottom: 1px solid #4C68B4;
}

.course-overview::before{
    content: '.';
    color: #4C68B4;
    position: absolute;
    top: 18px;
    left: 44px;

}
.course-overview::after{
    content: '.';
    color: #4C68B4;
    position: absolute;
    top: 18px;
    right: 44px;

}

.send-us-message{
    border-bottom: 1px solid #000;
}

.send-us-message::before{
    content: '.';
    color: #000;
    position: absolute;
    top: 10px;
    left: 34px;

}
.send-us-message::after{
    content: '.';
    color: #000;
    position: absolute;
    top: 10px;
    right: 34px;

}


.blog-card > .card-header > img {
    max-height: 215px;
    min-height: 215px;
    width: -webkit-fill-available;
}
.blog-detail{
    min-height: 70px;
}
.blog-detail >p {
    margin: 0px !important;
}

  
  .side-bar-widget .blog-sidebar .cat-item {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  
  .side-bar-widget .blog-sidebar .cat-item:hover {
    color: #333333;
  }
  .latest-blog-pic{
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
  }
.about-img > img{
    height: 320px;
    object-fit: cover;
    width: -webkit-fill-available;height: 320px;
    border-radius: 25px;
    overflow: hidden;
}
.who-we-are{
    border-bottom: 1px solid #fff;
}


.who-we-are::before{
    content: '.';
    color: inherit;
    position: absolute;
    top: 18px;
    left: 44px;

}
.who-we-are::after{
    content: '.';
    color: inherit;
    position: absolute;
    top: 18px;
    right: 44px;

}
.dash{
    text-shadow: 4px 0;
    font-weight: 800;
}
.deQKmp > .hCwaxi {
    background-color: #4C68B4 !important;
}
.deQKmp > .fGLPmA{
    background-color: #4C68B4 !important;
}
.deIiQf > .glTguz > span{
 color: #4C68B4 !important;
}
.bqUcKG > .efYzvp > svg{
    fill: #4C68B4 !important;
}
.deQKmp > .bqUcKG{
    border:1px solid #4C68B4 !important;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
height: 50px !important;
width: 50px !important;
}
.registration-bg{
    background-image: url('../../images/registration-bg.jpg');
    background-position: center right;
    background-size: cover;
}

.reg-review-box .student-qoute:hover {
    background-color: #fff;
}
.reg-review-box .student-qoute:hover  > p{
    color: #5A5A5A !important;
}
.reg-review-box .student-qoute:hover  > p > .qoute{
    color: #5A5A5A !important;
}

.reg-review-box .student-qoute:hover .st-name {
    color: #5A5A5A !important;
}
.reg-review-box  .student-qoute:hover .st-designation {
    color: #5A5A5A !important;
}
.reg-review-box .student-qoute {
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    min-height: 180px;
    margin-bottom: 8px;
}
.reg-review-box .student-qoute p {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    line-height: 1.2em;
}
.reg-review-box .st-name {
    font-size: 13px;
    color: #fff;
    margin-right: 25px;
    position: relative;
}
.reg-review-box .st-designation {
    font-size: 13px;
    color: #fff;
    margin-right: 25px;
    position: relative;
}
.border-start-none{
    border-left: none !important;
}
.reg-body{
    overflow: hidden;
}
.contact-info select {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #4C68B4;
    color: #757575;
}
.footer-logo{
    width: 65%;
}
.header-logo{
    width: 80%;
}
.course-cat  > a > .category-icon-title:hover .category-icon img {
    filter: brightness(4.5) !important;
}
.course-banner{
    background-size: cover;
    background-position: top;
    min-height: 670px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}
.header-menu{
    margin-left: 265px;
}
.blog-detail-thumbnile{
    height: 425px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.search-btn{
    /* margin-right: 0.5px !important; */
}
.student-name-designation > img{
    height: -webkit-fill-available !important;
}
.teacher-card > .category-icon > img{
    width: 140px;
}
.category-img > img{
    width: 65px;
}
@supports (-moz-appearance:none) {
    select
    {
    -moz-appearance:none !important;
    background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
    }
  }
  