:root{
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    font-family: "Red Hat Display", serif !important;
    background-color: #eeecf9 !important;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul{
    margin: 0;
    padding-left: 0 !important;
    list-style: none;
}

a{
    color: #1b1b1b;
    text-decoration: none !important;
    line-height: 25px;
}

.ymenuu a{
    color: #1b1b1b !important;
}

.section-top-wrapper {
    padding: 5px 0;
    background-color: #4729a3;
    /* background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%); */
}

.topleft-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.topbarliks{
    color: #fff;
    font-size: 14px;
    /* text-transform: uppercase; */
    margin-right: 12px;
    font-weight: 500;
}

.topbarliks i{
    font-size: 12px;
    margin-right: 10px;
}
.yheader{
    background-color: #f8f9fa;
    padding: 12px 0;
}


#footer{
    margin-top: 70px;   
}

.mainfooter {
    background-color: #303030;
    padding: 60px 0 20px;
    text-align: center;
}

.menuitemm {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    /* border: 1px dotted #efefef; */
    padding: 20px 20px;
    border-radius: 10px;
}

.itemfooter a {
    padding: 0px 30px;
    color: #ffffff;
    transition: all 0.4s;
    border-right: 1px dotted #efefef;
}

.itemfooter:last-child a {
    border-right: 0px;
}

@media (max-width: 576px) {
    .mainfooter {
        padding: 20px 10px 40px 10px !important;
    }

    .topbarliks {
        font-size: 14px !important;
    }

    .menuitemm{
        padding: 10px 0px;
    }

    .topbarlink{
        text-align: center !important;
    }

    .topleft-block{
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .itemfooter a {
        padding: 0px 10px !important;
        font-size: 16px !important;
        line-height: 30px;
    }
}


.ylogo img{
    object-fit: contain;
}

.headerinner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.collapse {
    width: 80%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}

.nav-link{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1b1b1b !important;
}  

.nav-link{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1b1b1b !important;
    position: relative;
    margin: 0px 15px;
    padding: 0;
} 

.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #e46b3d;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.yfirstsec{
    margin-top: 20px;
}

.bannerimgg img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 10px 48px 0px #1b1b1b17;
}


.timerandapply{
    padding: 50px 0;
}

/* .timerdiv{
    background-color: #efaa40;
} */

#countdowntimer {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    /* background-color: #efaa40; */
    /* background-color: #efaa4029; */
    /* background-color: #def1f7; */
    /* background-color: #eeecf9 !important; */
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    padding: 30px 20px 30px;
    border-radius: 30px;
    margin-bottom: -25px;
}

#countdowntimer div {
    width: 22%;
    font-size: 15px;
    color: #fff;
}

#countdowntimer span {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.yaplybtn a{
    display: inline-block;
    margin:  0 auto;
    padding: 12px 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 30px;
    /* background-color: #4729a3; */
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
}

.yaplybtn button{
    display: inline-block;
    margin:  0 auto;
    padding: 12px 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 30px;
    /* background-color: #4729a3; */
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
}
.ydetailsection{
    padding: 80px 0 20px;
}

.ydetailsection .row{
    justify-content: space-between;
}

.bottommrginn{
    padding-bottom: 30px;
    text-align: center;
}

.bottommrginn h5{
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px 8px;
    border-radius: 10px 10px 0px 0px;
    display: inline-block;
    margin: 0 auto;
    border-top: 1px solid #1b1b1b ;
    border-left: 1px solid #1b1b1b ;
    border-right: 1px solid #1b1b1b ;
}

.menuspace{
    margin-top: 30px;
}

.yleftlink {
    box-shadow: 6px 10px 10px -3px rgba(0, 0, 0, 0.1);
    /* border: 1px solid #bbb5d1; */
    background-color: #fff;
}

@media(min-width:992px){
    .col-md-8{
           margin-left: 30px;
    }

}



.yleftlink{
    padding: 30px !important;
    border-radius: 20px;
}

.yquicklinks {
    margin-bottom: 14px;
}

.yquicklinks a{
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    line-height: 26px !important;
}

.yquicklinks a::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #1b1b1b;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.yquicklinks a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #e46b3d;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.yquicklinks a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.yquicklinks i{
    font-size: 12px;
    margin-right: 10px;
    margin-top: -8px;
}

.ymenuuheadd h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #1b1b1b;
}

@media(max-width: 576px){
    .ydetailsection .row{
        row-gap: 30px;
    }

    .yquicklinks p{
        font-size: 14px;
    }
    #profile-tab-pane::after {
        width: 185px !important;
        height: 106px !important;
    }
.phonehide{
    display: none;
}

.phonediv{
    display: flex !important;
}

.row{
    row-gap: 30px;
}



.banklogo img {
    width: 100% !important;
    height: 60px !important;
    object-fit: contain;
}

.bankloanapproved .row{
    justify-content: center;

}

.col-sm-4{
    width: 31% !important;
    text-align: center;
}

.aboutprojectt {
    padding: 40px 0 40px !important;
}

.ylayouts{
    padding: 30px 15px !important;
}

.banneritem {
    width: 100% !important;
}

.leftitemmm img {
    border-radius: 10px 10px 0px 0px !important;
}

.carousel-item img{
    border-radius: 0px 0px 10px 10px !important;
}

.yamenitiee {
    margin-top: 50px !important;
}

/*.soldoutimg::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-image: url(../images/sold-out.png);*/
/*    width:300px !important;*/
/*    max-width: 90%;*/
/*    max-height: auto;*/
/*    height:300px !important;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%) translateY(-50%) ;*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.2;*/
/*}*/




}

@media(max-width: 991px){

    .nearbysurround{
        flex-wrap: wrap;
    }
    
    .ydetailsection{
        padding: 60px 15px;
    }
    .yleftlink {
        padding: 20px !important;
        border-radius: 20px;
    }

    #myTab .nav-link {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;
        color: #1b1b1b !important;
        position: relative;
    }

#costsheet,
#donwload_section{
    width: 100%;
    overflow-x: scroll;
}

.aplybtny a{
    width: 100% !important;
}

.maindetail{
    overflow-x: hidden;
}

.display-flex{
    flex-wrap: wrap;
    padding: 10px 15px !important;
}

    .card{
        padding: 20px !important;
    }

    table {
        font-size: 12px !important;
    }

    .goback {
        flex-wrap: wrap;
        border-bottom: 1px dotted #1b1b1b;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }


}

.nearbysurround{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 30px;
}

.innerdivsurr{
    flex-grow: 1;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.menusurround {
    margin-top: 25px;
    padding-left: 20px !important;
    position: relative;
}

.surrhead{
    border-bottom: 1px dotted #1b1b1b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.menusurround li{
    margin-bottom: 10px;
    position: relative;
}

.menusurround li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    border-radius: 3px;
}


.blink_text {
    animation: blink 1s infinite;
    background-color: red;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.ysechead{
    padding: 80px 0;
    background-color: #fff;
}


.contentbox{
    padding: 60px 0 20px;
}

.customclsdiv {
    background-color: #fff;
    padding: 40px 30px !important;
    border-radius: 20px;
}

input[type=text], input[type=email], input[type=date], input[type=tel], input, select {
    border-radius: 15px !important;
    height: 46px !important;
    color: #000;
    border: 1px solid #01589d;
}

.form-group label{
    margin-bottom: 10px;
}

input:focus, textarea:focus, .dropdown:hover .icon_radius, .epnew-content, .pager .btn-default:hover, .pager .btn-default:hover, .ep-clear-bt:hover, .form-control:focus, .before-login-form1, .before-login-form2 {
    border-color: #01589d !important;
}

.form-control:not(.custom-input) {
    box-shadow: none !important;
    border-radius: 0px;
    color: #333;
    background: #fff;
}

.form-group{
    margin-bottom: 20px;
}

.contact-submit{
    background-color: #01589d !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 20px;
}

.contentbox a{
    color: #01589d !important;
    font-weight: 600;
}

.tab-pane.active{
    padding: 30px 0 0;
}

#profile-tab-pane{
    position: relative;
}

.soldoutimg{
    position: relative;
}

/*.soldoutimg::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-image: url(../images/sold-out.png);*/
/*    width:400px;*/
/*    height: 400px;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%) translateY(-50%) ;*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.2;*/
/*}*/

/* #profile-tab-pane::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/imagesss.png);
    width: 300px;
    height: 175px;
    background-size: 100%;
    background-repeat: no-repeat;
} */

#myTab .nav-link::after{
    display: none;
}

#myTab .nav-link::before{
    display: none;
}


.maindetail{
    padding: 80px 0 30px;
}

.maindetail a{
    color: #1b1b1b;
    font-weight: 600;
}

.maindetail h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}


.display-flex{
    display: flex;
    padding: 14px 10px;
    box-shadow: 2px 7px 10px -3px rgb(0 0 0 / 9%);
    /* background-color: #eeecf9a5;  */
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    transition: all 0.3s;
}

.display-flex:hover{
    box-shadow: 2px 5px 10px -3px rgb(0 0 0 / 9%);
}

.card{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 0 !important;
    border-radius: 20px !important;
}

.card:last-child{
    margin-bottom: 0px !important;
}

.control-label.caption{
    font-weight: 600;
}

#costsheet th,
#donwload_section th{
    font-size: 14px !important;
}

.ksts h5{
    font-size: 16px;
    font-weight: 700;
}

.form-z h4{
    font-size: 16px;
    font-weight: 700;
}


.aplybtny{
    position: sticky;
    bottom: 20px;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    border-radius: 15px;
}

.aplybtny a{
    width: 60%;
}


.label-new {
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 3px;
    animation: blink_text 1s infinite;
}

.phonediv{
    background-color: #2196f3;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.phonediv img{
    width: 30px;
    height: 30px;
}


.footermenu li{
    text-align: left;
    margin-bottom: 10px;
}
.footermenu li a{
    color: #fff;
    text-align: left;
}

.footerblock {
    text-align: left;
    padding-right: 30px;
}

.footerlogoddjay{
    object-fit: contain;
    background-color: #fff;
    border-radius: 12px;
    padding: 4px 10px;
}

.footerhead{
    font-weight: 600;
    color: #ffffffb1;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}

.bottomdiv{
    border-top: 1px dotted #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.ylayouts{
    background-color: #fff;
    margin: 80px 0;
    padding: 30px 0;
    border-radius: 12px;
}


.columninnery h3 {
    /* border-bottom: 1px dotted #1b1b1b; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    text-align: center;
}

.columninnery img{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #1b1b1bad;
    cursor: pointer;
}
.columninnery .imgglayout img{
    width: 100%;
    height: 248px;
    object-fit: cover;
    object-position: bottom center;
    box-shadow: 6px 10px 10px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media(min-width: 992px){
    .columninnery{
        padding: 30px;
    }

    .columninnery .imgglayout img{
        width: 100%;
        background-color: #fff;
        height: 412px;
        object-fit: cover;
        object-position: bottom center;
    }

    .footertext{
        padding: 0px 15%;
    }

    .aboinner{
        padding-right: 20px;
    }

    .maindeendayal{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

    .aboutdeendayalyojna{
        background-color: #fff;
        padding: 20px 30px 10px !important;
        border-radius: 12px;
    }
}

.innerbanksec{
    max-width: 800px;
    margin:  0 auto;
}

.banklogo img{
    width: 70%;
    height: 80px;
    object-fit: contain;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
}

.aboutprojectt{
    padding: 100px 0 80px;
}

.wrapperimgpdffff {
    width: 100%;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
}

.wrapperimgpdffff embed {
    height: 500px;
    margin-top: -50px;
}

.aboinner ul li{
margin-bottom: 15px;
}

   /* Gallery container */
   .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    gap: 20px; /* Space between items */
    max-width: 1200px;
    margin: 0 auto;
}

/* Gallery items */
.gallery-item {
    background-color: #fff;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	height: 180px;
}

.gallery-item:hover {
    transform: scale(1.05); /* Hover effect */
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    cursor: pointer;
	height: 180px;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }


    .contentbannermain{
        flex-wrap: wrap;
    }


}

@media (max-width: 480px) {
    .gallery {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}


.deendayalsection{
    padding: 60px 0 20px;
}



.aboutdeendayalyojna{
    background-color: #fff;
    padding: 20px 15px 10px;
    border-radius: 12px;
}

.aboutdeendayalyojna ul {
    list-style: disc;
    padding-left: 30px !important;
}

.aboutdeendayalyojna ul li{
    margin-bottom: 10px;
}


/* Lightbox styling */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: block;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    user-select: none;
    z-index: 1001;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}


/* Style for the image thumbnail */
.ylayouts .thumbnail {
    width: 100%;
    max-width: 400px;  /* Adjust as necessary */
    cursor: pointer;
}

/* Lightbox styles */
.ylayouts .lightbox {
    display: none;  /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);  /* Semi-transparent black background */
    justify-content: center;
    align-items: center;
}

.ylayouts .lightbox-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.ylayouts .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: white;
    cursor: pointer;
}


.contentbannermain{
    display: flex;
    justify-content: center;
    align-items: start;
	background-color: #fff;
}

/* .leftitemmm img{
    width: 100%;
    height: 480px;
} */

.banneritem{
    flex-grow: 1;
    width: 50%;
}

.yamenitiee{
    margin-top: 50px;
}


.leftitemmm img {
    border-radius: 10px 0px 0px 10px;
}

.carousel-item img{
    border-radius: 0px 10px 10px 0px;
}
.form-box {
  margin-top: 20px !important;
  position: fixed;
  right: 5px;
  bottom: 0;
  background: #fff;
  padding: 0;
  z-index: 999;
  width: 23%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.top_form h2 {
  background: #e39e38;
  background-size: 400% 400%;
  animation: gradient 15sease infinite;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}
.btn_yellow {
    background-color: #e39e38 !important;
    padding: 10px 10px;
    font-weight: 500;
    color: #fff !important;
}
.from-banner {
  background: #fff;
}
.form_content {
  padding-left: 15px;
  padding-right: 15px;
}
.form_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form_inner .form-control {
  margin-bottom: 11px;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  height: 30px;
	font-size: 13px;
}
.form-box .btn_yellow.arrow_btn {
  width: 100%;
}

.modal .right_col .form_heading {
  /*font-size: 20px;*/
  margin-bottom: 15px;
	background: #e39e38;
  background-size: 400% 400%;
  animation: gradient 15sease infinite;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}
.modal .right_col .form-group {
  max-width: 100%;
  margin-bottom: 18px;
  flex: 0 0 100%;
}
.modal .right_col .form-input {
  height: 46px;
}

.animated_form .form-head {
  max-width: 100%;
  flex: 0 0 100%;
}
.animated_form .form-group {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
.animated_form .selector {
  max-width: calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
}
.animated_form .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.animated_form .focused .form-label {
  transform: translateY(-34px);
  font-size: 0.75em;
  background-color: #333;
  left: 5px;
  color: #fff;
  padding: 1px 5px;
}
.animated_form .form-input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  border-radius: 5px;
}
.animated_form input.btn {
  background-color: #e39e38;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}

.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.modal-open .modal {
  padding-right: 0;
}
.modal .left_col {
  max-width: 50%;
  flex: 0 0 100%;
  padding: 20px;
	align-content: center;
}

.modal .right_col {
  max-width: 50%;
  flex: 0 0 100%;
  padding: 20px;
	align-content: center;
}
.modal .right_col {
  padding: 0;
  background: #fff;
}
.modal .right_col .content {
  width: 100%;
  text-align: center;
}
.modal .right_col img {
  margin: 0;
  height: 100%;
}
.modal .right_col .typo {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal .right_col .price {
  font-size: 16px;
  background-color: var(--yellow);
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #333;
}

#modalpopup .modal-lg,
.modal-xl {
  max-width: 1000px;
}
.modal .right_col img.pop_img {
  width: 100%;
}
.modal-content label {
  font-size: 13px;
}
.modal .close {
    position: absolute;
    color: #000;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    top: 0;
    right: 0;
    z-index: 9;
}

/*.modal-backdrop{
	display: none;
}*/

/*.m-view{
	display: none;
}*/

.bounce-1 {
    /* animation-name: bounce-1; */
    animation-timing-function: linear;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
}

.bounce-2 {
    /* animation-name: bounce-1; */
    animation-timing-function: linear;
    animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
}
.box-1 {
    align-self: flex-end;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    height: 60px;
    transform-origin: bottom;
    width: 60px;
}

.box-2 {
    align-self: flex-end;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    height: 60px;
    transform-origin: bottom;
    width: 60px;
}


/* Styles for website counter container */
.website-counter {
  background-color: #ff4957;
	display: table;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 10px;
	padding: 10px;
}

@media only screen and (max-width:767px) {
	.form-box{
		display: none;
	}
	.modal .left_col {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 20px;
	align-content: center;
}

.modal .right_col {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 20px;
	align-content: center;
}
}