/** Home **/


.fa-play {
    position: absolute;
    top: 28%;
    left: 42%;
    color: #FFF;
    background-color: #e00;
    border-radius: 50%;
    padding: 3px 20px;
    height: 50px;
    font-size: 16px;
    width: 50px;
    opacity: 0.8;
    line-height: 46px;
    transition: all 0.3s ease 0s;
}

.video-box a:hover .fa-play{
    font-size: 18px;
    height: 53px;
    width: 53px; 
    opacity: 0.7;
    
}
    @media (max-width: 768px) {
    .mob-close-icon {
        display: block !important;
        background: #42328f;
        margin-right: 0px !important;
        padding: 0px 6px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
    }
}
@media (min-width: 280px) and (max-width: 479px) {
    .quickLinks > .btn {
        width: 100% !important;
        padding: 10px 10px !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }
    .slider_text_box {
        width: 100% !important;
        padding: 20px !important;
        text-align: center;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
.cookie-notify a {
    color: #ffffff !important;
}
.quickLinks > .btn {
    width: 320px !important;
}
}
@media (max-width: 991px) {
    .slider_text_box {
        width: 100% !important;
        padding: 20px !important;
        text-align: center;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .quickLinks > .btn {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .quickLinks > .btn {
        width: 320px !important;
    }
}
@media (min-width: 992px) and (max-width: 1440px) {
.quickLinks > .btn {
    width: 100%;
}

.highlights-box {
    padding: 0px !important;
    display: flex !important;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.highlights-box .icon {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
    background: #65ac4c;
    padding: 7px;
    width: 100% !important;
    margin-bottom: 0px;
}
.quickLinks h2 {
    font-size: 22px;
    color: #ff5c1a;
    text-transform: uppercase;
    margin: 2px 0 10px 0;
    font-weight: 400;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .quickLinks {
        width: 100%;
    }
        .slider_text_box {
        padding: 22px 30px !important;
    }
}
   @media screen and (max-width: 1200px) {
    .container {
        max-width: 100%; /* Ensures it scales with screen size */
        width: 100%; /* Adjust width as needed */
        margin: 0 auto; /* Centers the container */
    }
}
.slider_text_box {
    width: auto;
    padding: 11% 30px;
    background: #42328f;
}
@media (max-width: 1024px) {
.highlights-box {
    padding: 0px !important;
    display: flex !important;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.highlights-box .icon {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
    padding: 7px;
    width: 100% !important;
    margin-bottom: 0px;
}
}
@media (min-width: 1199px) {
.slider_text_box {
        padding: 39px 30px !important;
    }
    
    
    
/** head-section  **/   

 .top-header h1, .top-header h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom:10px;
}


/** header   **/

.extra_btn_1 span {
    color: #fff;
    background-color: #091f7b;
    padding: 15px 9px;
    line-height: 40px;
}
.extra_btn_2 span {
    color: #fff;
    background-color: #fbbc05;
    padding: 15px 9px;
    line-height: 40px;
}
#mainMenu nav > ul > li > a {
        position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 9px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 0;
     border-width: 0; 
    border-style: solid;
    border-color: transparent;
    transition: all .3sease;
    line-height: 50px;
}
#mainMenu nav > ul > li.active {
    background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
}
#mainMenu.menu-center nav {
    float: none;
    display: flex;
    vertical-align: top;
    justify-content: center;
}
@media (max-width: 768px) {
    #header #mainMenu:not(.menu-overlay) nav > ul > li > a {
        display: block;
        padding: 0px 10px;
        font-size: 13px !important;
        border: 0;
        border-radius: 0;
    }
    
     /*adding navbar - 10-3-25*/
    
    #mainMenu nav > ul > li.active
    {
        background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
    float:left !important;
    display: block !important; /* Make sure to use only block here */
    }
    
    #mainMenu nav > ul > li > a:hover
    {
        background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
    float:left !important;
    display: block !important; /* Make sure to use only block here */
    }
    
    #mainMenu nav > ul > li
    {
        text-align:left !important;
        width:auto !important;
    }
    #mainMenu nav > ul > li .dropdown-menu
    {
        text-align:left !important;
    }
    #header #mainMenu:not(.menu-overlay) nav > ul > li
    {
       float:left !important;  
    }
    
    /* end navbar style for - 10-3-25*/
}

