﻿
/*==========
Popup Notification additional css Start
=========*/
/* .popup-notification {background: rgba(0,0,0,0.5); padding: 0 !important;} */
.popup-notification .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 977px;
}
.popup-notification .modal-header {
    padding: 13px 15px !important;
    position: relative;
}
.popup-notification .modal-header h5 p {
    margin: 0;
    font-weight: 600;
    color: #382c4d;
    font-family: "Niramit", sans-serif;
}
.popup-notification .modal-header h5 p strong span {
    background: #2fb463 !important;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-weight: normal;
}
.popup-notification .modal-header .close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #2fb463;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    top: 0;
    font-size: 28px;
    border-radius: 100px;
}
.popup-notification .banner-content .green-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 17px !important;
}
.popup_image_bg {
    background-size: 100% !important;
}
section.home-banner .popup_image_bg figure img {
    width: 100%;
    height: 500px !important;
}
.popup-notification section.home-banner .item {
    padding: 0 !important;
}
.popup-notification .banner-content .green-btn {
    position: relative;
    z-index: 999;
    pointer-events: fill;
}
.popup-notification .inner-wrapper-slider {
    pointer-events: none;
}
.home-banner .inner-wrapper-slider {
    pointer-events: none;
}
.home-banner .inner-wrapper-slider .slider-btn {
    z-index: 999;
    pointer-events: fill;
}
/* .popup-banner .popup-banner-content{position: relative;} */
/*.popup-inner-content{position: absolute; left: 0; right: 0; top: 0; transform: inherit; height: 100%; bottom: 0; width: 100%;display: grid; place-items: center;}
.inner-col {height: 100%; width: 100%; }
.inner-col .row {height: 100%; margin: 0;}
.popup-inner-content .green-btn {border: none; background: #2fb463; color: #ffffff; text-align: center; font-size: 18px; font-weight: 600; text-transform: uppercase; -webkit-box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%); box-shadow: 0px 25px 42px 0px rgb(47 180 99 / 35%); font-family: "Niramit", sans-serif; line-height: 40px; display: inline-block; padding: 5px 30px; border: 2px solid #2fb463; }
.inner-col .row .col-md-12 {position: inherit; height: 100%; display: flex; align-items: center; }
.popup-banner-content figure {display: none; } */

/*==========
Popup Notification End
=========*/
.popup-notification .inner-wrapper-slider .col-md-12 {
    position: inherit;
    height: 100%;
    display: flex;
    align-items: center;
}

.popup-notification .modal-body {
    padding: 0;
}
.popup-notification .modal-header {
    padding: 0 !important;
    position: relative;
}
.popup-notification .popup_image_bg figure img {
    width: 100%;
    height: 500px !important;
}
.popup-notification .modal-header .close {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #2fb46394;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    top: 15px;
    font-size: 40px;
    border-radius: 0;
    box-shadow: none;
    z-index: 9;
    outline: none;
    border: 0;
}
.popup-notification .figure_img {
	margin: 0;
}
.popup-notification .figure_img img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
div.modal-backdrop.fade.show{display: block !important;}
div.modal-backdrop.show{opacity: 0.5 !important;}
@media (max-width: 1199px) {
    div.popup-notification .banner-content .green-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        height: auto !important;
        line-height: 17px !important;
    }
}
@media (max-width: 991px) {
    .popup-notification .modal-dialog {
        max-width: 100%;
    }
    .popup-notification {
        padding: 0px 30px !important;
    }
}
@media (max-width: 991px) {
    .popup-notification {
        padding: 0px 15px !important;
    }
    .popup-notification .modal-header .close {
        width: 35px;
        height: 35px;
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    div.popup-notification .banner-content .green-btn {
        font-size: 10px !important;
        padding: 6px 10px !important;
        margin-right: 0.2rem !important;
        margin-top: 0;
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1 !important;
    }
}
@media (max-width: 479px) {
    div.popup-notification .banner-content .green-btn {
        font-size: 8px !important;
        padding: 3px 4px !important;
        line-height: inherit !important;
    }
    /* .popup-notification .modal-dialog .modal-body {
        padding: 0px 5px;
    } */
}

.popup-notification {
   padding: 15px 15px !important;
}
.popup-notification .modal-dialog {
   height: 100%;
}
.popup-notification .figure_img.figure_img_desktop {
	display: block;
}
.popup-notification .figure_img.figure_img_mobile {
	display: none;
}
.popup-notification{bottom: 0;}
/* For mobile view popup notification */
@media screen and (max-width: 767px) {
    section.home-banner .popup_image_bg figure img, section.home-banner .figure_img img, .popup-notification .figure_img img {
        width: 100%;
        height: auto !important;
        object-fit: contain;
    }
    .popup-notification .modal-dialog .modal-body {
      padding: 0px 0px;
    }
    .popup-notification .figure_img.figure_img_mobile {
        display: block;
    }
    .popup-notification .figure_img.figure_img_desktop {
        display: none;
    }
    /* to stop animation in mobile view  06-01-2022 */
    .aos-init.phone_animation_none1 {
        opacity: 1 !important;
        transition: none !important;
        transform: translate3d(0,0px,0) !important;
    }
    /*  to stop animation in mobile view  06-01-2022  end here */
    
    
}