@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html{
    scroll-behavior: smooth;
}

*{
    font-family: "Sarabun", sans-serif;
}
body{
    font-size: 16px;
    font-family: "Sarabun", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Sarabun", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
html{
    scroll-behavior: smooth;
}
body{
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
::-ms-input-placeholder { /* Edge 12-18 */
    opacity: 0.75 !important;
}
  
::placeholder {
    opacity: 0.75 !important;
}
.container{
    max-width: 1170px;
}
.hero-section{
    background: url("../images/hero-bg.jpg") no-repeat center top/cover;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 100px;
}
.hero-section.blog{
    padding-top: 62px;
}
.hero-section header .container{
    position: relative;
}
/* .hero-section header .container::before{
    content: '';
    position: absolute;
    bottom: -30px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #C1280F;
    transform: translateX(-200px);
} */

header {
    background-color: #bc0000;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header.sticky {
    background-color: #bc0000;
}
header.sticky .container::before{
    display: none;
}
header .navbar-nav{
    /* width: 100%; */
    align-items: center;
    justify-content: flex-end;
}
header .navbar-nav li{
    display: inline-flex;
    align-items: center;
}
header .navbar-nav li:not(:last-child){
    margin-right: 20px;
}
header .navbar-nav li a{
    color: #fff;
    text-decoration: none;
}
header .navbar-nav li a:hover{
    color: #ffc72c;
}
header .navbar-brand{
    position: relative;
}
header .navbar-brand img{
    height: 28px;
}
header .search-icon{
    margin-left: 20px;
}
header .search-icon img{
    filter: brightness(0) invert(1);
}
.search-box{
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
}
.search-box input.fill-control {
    width: 100%;
    color: #fff;
    background: #9b0505;
    border: 1px solid #9b0505;
    flex: 1 1 auto;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 50px 10px 20px;
    border-radius: 40px;
    outline: 0 !important;
}
.search-box input.fill-control::placeholder {
    color: #fff;
    opacity: 1; 
  }
  
  .search-box input.fill-control::-ms-input-placeholder {
    color: #fff;
  }
.search-box .search-btn {
    border: 0;
    -webkit-appearance: none;
    background-color: transparent;
    width: 24px;
    height: 24px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    height: 24px;
}
.search-box .search-btn img{
    filter: brightness(0) invert(1);
}
.mbl-download {
    display: none;
}
header .btn-yellow {
    margin-left: 15px;
}
.btn.btn-radius {
    border-radius: 40px;
}
.hero{
    padding: 70px 0;
}
.hero .caption-box{
    padding: 30px 0;
}
.hero .caption-box h1{
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 30px;
}
.hero .caption-box h1 span{
    color: #FFC72C;
    display: block;
    width: 100%;
} 
.hero .caption-box ol{
    margin: 0;
    padding: 0 0 0 24px;
    list-style-type: disc;
}
.hero .caption-box ol li::marker{
    color: #fff;
    font-size: 24px;
}
.hero .caption-box p{
    color: #fff;
    font-size: 22px;
    max-width: 570px;
    width: 100%;
}
.hero .caption-box .download-btns{
    margin-top: 40px;
}
.hero .caption-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 400px;
    width: 100%;
}
.hero .caption-box ul li:not(:last-child){
    margin-right: 15px;
}
.hero .image-box{
    text-align: center;
}
.mbl-search {
    width: calc(100% + 26px);
    background: #bc0000;
    padding: 10px 0;
    margin: 0 -12px -11px;
}
/* Stand Out Start */
.standout-section{
    background-color: #fff;
    padding: 80px 0;
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    position: relative;
}
/* .sec-head .heading{
    margin-bottom: 35px;
} */
.heading{
    color: #C1280F;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
}
.standout-section .container{
    max-width: 1170px;
}

.standout{
    margin-top: 160px;
    margin-bottom: 30px;
}
.standout .inner{
    background-color: #C1280F;
    border-radius: 0 40px 40px 40px;
    height: 340px;
}
.standout .left-part{
    width: calc(100% - 450px);
}
.standout .left-part h3{
    background-color: #FFC72C;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 12px 30px;
    border-radius: 24px 24px 0 0;
    display: inline-block;
}
.standout .left-part .content-area{
    height: 340px;
    padding: 50px;
    display: flex;
    align-items: center;
    color: #fff;
}
.standout .right-part{
    width: 430px;
    text-align: center;
    padding: 0 10px;
}
.standout.even .left-part{
    order: 2;
    text-align: right;
}
.standout.even .right-part{
    order: 1;
}
.standout.even .inner{
    border-radius: 40px 0 40px 40px;
}
.standoutSlider{
    display: none;
}
/* Stand Out End */

/* Partner Start */

.partner-section{
    background: url("../images/red-texture-bg.jpg") no-repeat center top/cover;
    padding: 70px 0;
}
.partner-section .container{
    max-width: 1170px;
}
.sec-head{
    margin-bottom: 35px;
}
.sec-head .heading{
    text-transform: capitalize;
    margin-bottom: 15px;
}
.heading.yellow{
    color: #FFC72C;
}
.partnertags{
    margin-bottom: 40px;
}
.partnertags ul{
    gap: 20px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
}
.partnertags ul li{
    flex: 1 1 calc(25% - 15px);
}
.partnerSlider .item{
    padding: 30px;
}
.partnerSlider .item img{
    margin: 25px 0;
}
.partnerSlider .item.slick-center{
    transform: scale(1.1);
} 
.partnerSlider .item.slick-center img{
    filter: drop-shadow(0px 10px 18px rgba(44, 0, 0, 0.50));
}
.partnerSlider .slick-arrow{
    font-size: 0;
    width: 48px;
    height: 48px;
    background: url("../images/arrow-icon.svg") no-repeat center/48px 48px;
    z-index: 10;
}
.partnerSlider .slick-arrow::before,
.partnerSlider .slick-arrow::after{
    content: '';
}
.partnerSlider .slick-next{
    transform: scaleX(-1) translateY(-50%);
}
.slick-dots{
    bottom: -50px;
}
.slick-dots li{
    width: 40px;
    margin: 0 2px;
}
.slick-dots li button::before{
    display: none;
}
.slick-dots li button{
    width: 32px;
    background: #690000;
    border-radius: 10px;
    height: 16px;
    margin: auto;
}
.slick-dots li.slick-active button{
    background: #FFC72C;
    width: 40px;
}

/* Partner End */

/* Story Start */
.story-section{
    background-color: #fff;
    padding: 70px 0;
}
.story-section .container{
    max-width: 1170px;
}
.storyquote{
    position: relative;
    padding: 0 100px 40px;
}
.storyquote::before{
    content: '';
    width: 130px;
    height: 64px;
    position: absolute;
    left:0;
    top: 20px;
    margin: auto;
    background: url("../images/left-qoute.png") no-repeat top left/contain;
}
.storyquote::after{
    content: '';
    width: 130px;
    height: 64px;
    position: absolute;
    right:0;
    top: 20px;
    bottom: 0;
    transform: scale(-1);
    background: url("../images/left-qoute.png") no-repeat top left/contain;
}
.storyquote .text{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #C1280F;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    padding: 20px 0 35px;
}
.storyquote .text:after{
    content: '';
    height: 3px;
    width: 100px;
    background-color: #C1280F;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
}
.story-section p{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.btn-yellow{
    background-color: #FFC72C;
    border-color: #FFC72C;
    color: #333;
    font-weight: 700;
    letter-spacing: -.01rem;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 20px;
}
.btn-yellow:hover,
.btn-yellow:focus{
    background-color: #d8af0b !important;
    border-color: #d8af0b !important;
}
.btn-red{
    background-color:#C1280F;
    border-color: #C1280F;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 11px 30px;
}
.btn-red:hover,
.btn-red:focus{
    color: #fff !important;
    background-color: #9d0d16 !important;
    border-color: #9d0d16 !important;
}
.btn.radius{
    border-radius: 30px;
}
.btn.shadow{
    box-shadow: 0px 4px 13px 0px #C3BFB7;;
}
.container {
    max-width: 1170px !important;
}
.story-section .btn-wrap{
    margin-top: 40px;
}
/* Story End */

/* Download App Start */

.download-app-section{
    background: url("../images/download-app.jpg") no-repeat center top/cover;
    padding: 20px 0 0;
}
.download-app-section .container{
    max-width: 1170px;
}
.download-app-section .content-box{
    max-width: 600px;
    width: 100%;
}
.download-app-section .content-box h2{
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
}
.download-app-section .content-box p{
    color: #fff;
    max-width: 560px;
    width: 100%;
}
.download-app-section .download-btns{
    margin: 25px 0;
}
.download-app-section .download-btns ul{
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 400px;
    width: 100%;
}
.download-app-section .image-box{
    text-align: center;
}

/* Download App End */

/* FAQs Start */

.faq-section{
    background-color: #E7E7E7;
    padding: 70px 0;
}
.faq-section .container{
    max-width: 1170px;
}
.faq-section .accordion-item{
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-left: 6px solid #C1280F;
    border-radius: 8px;
    overflow: hidden;
}
.accordion-button:not(.collapsed){
    background-color: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
}
.faq-section .accordion-item button{
    outline: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
}
.accordion-button:not(.collapsed){
    color: #C1280F;
}
.accordion-button::after{
    background: url(../images/down-arrow-circle-icon.png) no-repeat center/contain;
    width: 28px;
    height: 28px;
    filter: grayscale(1);
}
.accordion-button:not(.collapsed)::after{
    background: url(../images/down-arrow-circle-icon.png) no-repeat center/contain;
    transform: rotate(-180deg);
    filter: none;
}
/* FAQs End */

.footer-top{
    background-color: #BC0000;
    padding: 20px 0;
}
.foot-logo{
    max-width: 180px;
    width: 100%;
}
.sociallinks{
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}
.sociallinks li a img{
    max-width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
footer{
    background-color: #9b0505;
    padding: 50px 0 20px;
}
.foot-about{
    color: #fff;
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot-about .info{
    list-style: none;
    padding: 0;
    margin: 0;
}
.foot-about .info li{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.foot-about .info li .icon{
    width: 24px;
    height: 24px;
    display: flex;
}
.foot-about .info li:nth-child(2) .icon{
    padding: 2px;
}
.foot-about .info li .detail{
    font-size: 15px;
}
.foot-about .info li a{
    color: #fff;
    text-decoration: none;
    transition: all ease 0.25s;
}
.foot-about .email{
    margin-top: 10px;
}
.foot-about .email a{
    color: #fff;
    text-decoration: none;
    transition: all ease 0.25s;
}
.foot-about .info li a:hover,
.foot-about .email a:hover{
    text-decoration: underline;
}
.foot-links ul{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.foot-links ul li{
    margin-bottom: 20px;
}
.foot-links ul li a{
    color: #fff !important;
    text-decoration: none;
    transition: all ease 0.25s;
}
.foot-links ul li a:hover{
    text-decoration: underline;
}
.qr{
    text-align: right;
}
.qr .image-box{
    max-width: 160px;
    margin-left: auto;
}
.qr .image-box img{
    border-radius: 8px;
}

.qr .title{
    color: #fff;
    margin-bottom: 20px;
}
.applinks{
    margin-bottom: 20px;
}
.applinks .item{
    max-width: 160px;
    width: 100%;
    margin-bottom: 10px;
}
.copyrights{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    margin-top: 20px;
}
.standoutSlider{
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.standoutSlider .item{
    padding: 0 15px;
}
.standoutSlider .slick-dots {
    bottom: -40px;
}
.standoutmbl{
    display: none;
}
.standoutmbl .item{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.standoutmbl .item:not(:last-child){
    margin-bottom: 15px;
}

.comingsoon-text{
    margin: 30px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #dc3545;
}

/* Restaurant Partners */

.innerpage-hero{
    text-align: center;
    padding: 120px 0 80px;
}
.faq.hero-section{
    padding-bottom: 50px;
}
.innerpage-hero .page-subtitle{
    color: #FFF;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}
.innerpage-hero h1{
    color: #FFC72C;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.faq .innerpage-hero h1 {
    color: #fff;
    text-transform: none;
}
.innerpage-hero .btn-wrap{
    margin-top: 30px;
}
.art-filling {
    position: relative;
}
.art-filling .content-box{
    max-width: 645px;
    width: 100%;
    text-align: justify;
}
.nukhba-partner{
    background: #8F1C21 url("../images/why-nukhba-resto.jpg") no-repeat center top/cover;
    padding: 80px 0;
}
.nukhba-partner .desc{
    color: #fff;
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.partner-outer{
    margin-top: 50px;
}
.theme-card{
    background-color: transparent;
    border-color: transparent;
}
.theme-card .card-header{
    padding: 24px 30px;
    border-radius: 30px 30px 0px 0px;
    background: linear-gradient(180deg, #FFE6A0 0%, #FFC72C 100%);
}
.theme-card .card-header h4{
    color: #B80202;
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
}
.theme-card .card-body{
    padding: 24px 30px;
    min-height: 180px;
    border-radius: 0px 0px 30px 30px;
    border: 4px solid rgba(255, 121, 121, 0.3);
    border-top: 4px solid #690000;
    background: linear-gradient(180deg, #C1280F 0%, #C1280F 100%);
}
.theme-card .card-body.h-auto{
    min-height: auto;
}
.theme-card .card-body p{
    color: #fff;
}


.own-restaurant{
    background:url("../images/own-restro-bg.jpg") no-repeat center top/cover;
    padding: 70px 0;
}
.own-restoCard{
    border-radius: 30px;
    overflow: hidden;    
}
.own-restoCard .left-part{
    background-color: #fff;
    width: 60%;
    padding: 55px 15px;
}
.form-area{
    max-width: 560px;
    width: 100%;
    margin: auto;
}
.form-area.ng-submitted{
    display: none;
}
.form-area.ng-submitted ~ .alert-success{
    display: block !important;
}
.own-restoCard .right-part{
    width: 40%;
    display: flex;
    padding: 30px;
    background: url("../images/form-bg.jpg") no-repeat center bottom/cover;
}
.own-restoCard .right-part .content-box{
    max-width: 400px;
    width: 100%;
    margin: auto;
} 
.own-restoCard .right-part .content-box h3{
    color: #fff;
    font-size: 32px;
    font-weight: 800;
}
.own-restoCard .right-part .content-box p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
.heading.black{
    color: #000;
}
.form-group{
    margin-bottom: 20px;
}
.form-group label{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-control{
    border-radius: 12px;
    background: #EEEEEF;
    border: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.form-control.v2{
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 8px;
}
.form-control:focus{
    box-shadow: none;
    background: #EEEEEF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.form-control.v2:focus{
    background: #fff;
    box-shadow: none;
    border-bottom-color:#333 ;
}
textarea.form-control.lg{
    height: 120px;
    resize: none;
}

.form-control.lg{
    height: 48px;
}
select.form-control,
select.form-control:hover,
select.form-controlLfocus{
    background: #EEEEEF url("../images/dd-arrow.svg") no-repeat center right 4px/32px 32px !important;
}
.form-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.form-row div[class^="col"]{
    padding: 0 8px;
}
.form-inline .form-control:nth-child(1){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-inline .form-control:nth-child(2){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.phone .form-control:nth-child(1){
    width: 90px;
}
.phone .form-control:nth-child(2){
    flex: 1;
}
.phone .valid-feedback,
.phone .invalid-feedback{
    flex: 1 1 100%;
}
p.legal{
    font-size: 15px;
    margin-bottom: 0;
}
.form-check label{
    font-size: 15px;
}

/* How to work */

.howWork{
    background-color: #fff;
    padding: 80px 0;
    overflow: hidden;
}
.howWork .desc{
    max-width: 860px;
    width: 100%;
    margin: auto;
}
.workStep-item{
    margin-top: 130px;
    margin-bottom: 30px;
}
.workStep-item .inner{
    background: #FFC72C;
    height: 340px;
    position: relative;
}
.workStep-item .inner::before{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #FFC72C;
    width: 9999px;
}
.workStep-item .inner::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 230px;
}
.workStep-item.even .inner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 230px;
}
.workStep-item.even .inner::after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #FFC72C;
    width: 9999px;    
}
.workStep-item.even .inner{
    flex-direction: row-reverse;
}
.workStep-item .left-part{
    width: 50%;
    height: 340px;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.workStep-item .right-part{
    width: 50%;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.workStep-item .left-part h3{
    color: #C1280F;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}
.workStep-item .left-part p{
    color: #000;
    font-weight: 500;
    max-width: 560px;
    width: 100%;
    text-align: justify;
}

.hero-section.inner{
    background: #bc260e;
}

/* Contact Page */
.hero-section.contact{
    min-height: 610px;
}
.contact .innerpage-hero h1{
    color: #fff;
    text-transform: capitalize;
}
.contact .innerpage-hero p{
    color: #FFC72C;
    max-width: 600px;
    width: 100%;
}
.contactForm{
    margin-top: -250px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: 0px 7px 28.3px 0px rgba(0, 0, 0, 0.20);
}
.contactForm .left-part{
    width: 70%;
    background-color: #fff;
    padding: 40px 15px;
}
.contactForm .form-area{
    max-width: 700px;
}
.contactForm .form-area .heading{
    font-size: 24px;
    font-weight: 600;
}
.contactForm .right-part{
    width: 30%;
    background: linear-gradient(246deg, #C1280F 58.4%, #FFC72C 210.23%);
    display: flex;
    padding: 25px 15px;
}
.contactForm .right-part .content-box{
    margin: auto;
    max-width: 250px;
    width: 100%;
    text-align: left;
}
.contactForm .right-part ul.info{
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
.contactForm .right-part ul.info li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
}
.contactForm .right-part ul.info li .icon{
    width: 24px;
    margin-right: 10px;
}
.contactForm .right-part ul.info li .detail{
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    width: calc(100% - 34px);
}
.contactForm .right-part ul.info li .detail a{
    color: #fff;
    text-decoration: none;
}
.contactForm .right-part ul.info li .detail a:hover{
    text-decoration: underline;
}
.contactForm .right-part ul.info li:not(:last-child){
    margin-bottom: 40px;
}
.contactForm .right-part .content-box h3{
    color: #fff;
    font-size: 24px;
}
.main-content{
    background-color: #fff;
    padding: 80px 0;
}
.modal-content.comingsoon{
    background-color: transparent;
    border-radius: 30px;
    overflow: hidden;
}
.comingsoon .btn-close{
    position: absolute;
    right: 25px;
    top: 25px;
    filter: brightness(0) invert(1);
    outline: 0 !important;
    box-shadow: none !important;
}
.modal-backdrop.show {
    background: #000;
    opacity: 0.8;
}

.modal-inner{
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 500px;
}
.modal-inner .left-part{
    width: 45%;
    padding: 60px 50px;
    display: flex;
    align-items: center;
}
.modal-inner .right-part{
    background: url("../images/comingsoon-bg.jpg") no-repeat center top/cover;
    text-align: left;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 40px 15px;
}
.modal-inner .caption img{
    height: 40px;
}
.modal-inner .caption .subtitle{
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    padding: 15px 0 7px;
}
.modal-inner .caption{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.modal-inner .caption p{
    color: #fff;
    font-size: 20px;
}
.modal-inner .left-part h2{
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.modal-inner .bottom-area p{
    color: #FAC903;
    font-size: 22px;
}
.modal-inner .awaits{
    width: 100%;
    margin-top: 30px;
    border-radius: 14px;
    border: 1px solid #C61104;
    background: linear-gradient(180deg, rgba(56, 8, 3, 0.00) 0%, #380802 100%);
    backdrop-filter: blur(5px);
    padding: 15px 12px;
}
.modal-inner .awaits .icon{
    text-align: center;
    width: 30px;
    margin-right: 15px;
}
.modal-inner .awaits .text{
    color: #fff;
    font-size: 20px;
    width: calc(100% - 45px);
}
.modal-dialog.modal-lg{
    max-width: 1100px;
    width: calc(100% - 30px);
}
.hero-section.legal .innerpage-hero {
    text-align: center;
    padding: 60px 0 0px;
}
.hero-section.legal .innerpage-hero h1{
    color: #fff;
}
.hero-section.inner.legal{
    padding-bottom: 60px;
}
.hero-section.inner.webview{
    padding: 50px 0;
}
.hero-section.legal.webview .innerpage-hero{
    padding-top: 0;
}

/* Blog */

.breadcrumb .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
} 
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb .breadcrumb-item.active{
    color: #fff;
}
.blog-heading{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 25px;
}
.blog-card{
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    border-color: #C7D6D5;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) ;
    margin-bottom: 25px;
}
.blog-card:last-child{
    margin-bottom: 0 !important;
}
.blog-card img{
    object-fit: cover;
}
.blog-card .detail-box{
    padding: 25px;
}
.blog-card h3{
    font-size: 20px;
    max-width: 700px;
    width: 100%;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-card h3 a{
    text-decoration: none;
    color: #B80202;
}
.blog-card .card-text{
    color: #333;
    font-size: 16px;
    line-height: 1.9;   
    letter-spacing: 0.5px;
    max-width: 700px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 20px;
}
.stretched-link{
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #bc0000;
    text-decoration: none;
}
.stretched-link:hover,
.stretched-link:focus{
    text-decoration: underline;
}
.hero-section.blog.bg-image{
    background: url("../images/blog-hero.jpg") no-repeat center bottom/cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 0;
}
.hero-section.blog.single{
    background: #bc0000;
    padding-bottom: 0;
}
.hero-section.blog header{
    background-color: #bc0000;
}
.hero-section.blog .caption-area{
    text-align: left;
    max-width: 515px;
    width: 100%;
    margin-left: auto;
}
.hero-section.blog .caption-area h1{
    color: #121212;
    font-size: 40px;
    letter-spacing: -2px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
    max-width: 320px;
    width: 100%;
}
.hero-section.blog .caption-area p{
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
/* Blog detail */
.hero-section.blog header .container::before{
    display: none;
}
.blog-post h2{
    font-size: 36px;
    font-weight: 500;
}
.blog-post h3{
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.breadcrumb.dark .breadcrumb-item+.breadcrumb-item::before, .breadcrumb.dark .breadcrumb-item.active{
    color: #333;
}
.breadcrumb.dark .breadcrumb-item a{
    color: #C1280F;
}
.blog-full-image{
    margin: 20px 0;
}
.hero-section.blog .innerpage-hero {
    text-align: center;
    padding: 113px 0;
}
.main-content.blog{
    padding: 50px 0;
}
.blog-post-title{
    color: #C1280F;
    line-height: 1.1;
    font-size: 35px;
    font-weight: 500;
}
.main-content.blog .breadcrumb.dark{
    margin-bottom: 10px;
}
.blog-post p,
.blog-post ul,
.blog-post ol{
    color: #333;
    font-size: 16px;
    letter-spacing: -1.5%;
    margin-bottom: 20px;
}
.blog-logo{
    margin-bottom: 20px;
}
.blog-post hr{
    border-top-color: #333;
    margin: 20px 0;
}
.share-this{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    max-width: 325px;
    width: 100%;
}
.share-this .title{
    color: #000;
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: -1.5%;
}
.share-this ul{
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.get-in-touch{
    margin-top: 35px;
}
.get-in-touch .title{
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.get-in-touch a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
/* 404 */

.pnf-404{
	background: #C1280F;
} 
.fw-bold{
	font-weight: 700 !important;
}
.pnf-404 svg{
	fill: #fff;
    height: 100%;
    width: 1.5em;
}
.navbar-collapse {
    flex-grow: 0;
}

@media (max-width:1441px){
    /* .container {
        max-width: 980px !important;
    }  */
    header .navbar-nav li a {
        font-size: 16px;
    }
    .howWork .container {
        max-width: 1170px !important;
    }
    .search-box {
        max-width: 350px;
    }
    .search-box input.fill-control{
        font-size: 16px;
    }
    .workStep-item {
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .hero .caption-box h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .hero .caption-box p {
        font-size: 20px;
    }
    .hero .caption-box .download-btns {
        margin-top: 30px;
    }
    .standout .left-part h3{
        font-size: 22px;
    }
    .standout .inner {
        height: 280px;
    }
    .standout .left-part .content-area{
        height: 280px;
    }
    .standout .right-part .image-box{
        max-width: 350px;
        width: 100%;
        margin: auto;
    }
    .storyquote .text{
        font-size: 20px;
    }
    .storyquote .text {
        max-width: 700px;
    }
    .storyquote::before,
    .storyquote::after{
        width: 60px;
        height: 60px;
        background-position: center;
    }
    .innerpage-hero h1{
        font-size: 48px;
    }
    .innerpage-hero .page-subtitle{
        font-size: 22px;
    }
    .innerpage-hero .btn-wrap {
        margin-top: 25px;
    }
    .theme-card .card-body {
        min-height: 208px;
    }
    .workStep-item.even .inner::before,
    .workStep-item .inner::after {
        width: 160px;
    }
    .form-area{
        max-width: 480px;
    }
    .contactForm .form-area {
        max-width: 540px;
    }
    .contactForm .right-part .content-box{
        max-width: 235px;
    }
    .hero-section.contact {
        min-height: 570px;
    }
}
@media (max-width:1365px){
    .hero-section.blog .innerpage-hero {
        padding: 80px 0;
    }
}
@media (max-width:1199px){
    body{
        font-size: 16px;
    }
    .search-box {
        max-width: 280px;
    }
    header .navbar-nav li a {
        font-size: 14px;
    }   
    .hero .image-box{
        max-width: 400px;
        margin-left: auto;
    }
    .hero .caption-box h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .hero .caption-box p {
        font-size: 18px;
    }
    .hero .caption-box .download-btns {
        margin-top: 30px;
    }
    .hero {
        padding: 50px 0;
    }
    .standout-section {
        padding: 60px 0;
        border-radius: 80px 80px 0 0;
        margin-top: -80px;
        position: relative;
    }
    .heading {
        font-size: 36px;
    }
    .partnertags {
        margin-bottom: 10px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .partner-section {
        padding: 50px 0;
    }
    .partner-section .slick-dots {
        bottom: -30px;
    }
    .story-section {
        padding: 50px 0;
    }
    .storyquote::before,
    .storyquote::after{
        width: 60px;
        height: 60px;
        top: 0;
        background-position: center;
    }
    .storyquote .text{
        font-size: 20px;
        padding: 10px 0 30px;
    }
    .storyquote {
        padding: 0 80px 30px;
    }
    .download-app-section .content-box h2{
        font-size: 36px;
    }
    .faq-section .accordion-item button{
        font-size: 18px;
        line-height: 1.2;
    }
    .foot-about{
        max-width: 400px;
    }
    .qr .image-box {
        max-width: 150px;
        margin-left: auto;
    }
    .faq-section {
        padding: 50px 0 30px;
    }
    .foot-links ul li {
        margin-bottom: 15px;
    }
    .partnerSlider{
        margin: 0 calc(var(--bs-gutter-x) * -.5);
    }
    .hero-section header .container::before{
        display: none;
    }
    .art-filling .content-box{
        max-width: 100%;
        text-align: center;
    }
    .art-filling .image-box{
        max-width: 400px;
        width: 100%;
        margin: 30px auto 0;
    }
    .theme-card .card-header h4{
        font-size: 20px;
    }
    .theme-card .card-header {
        padding: 14px 20px;
    }
    .theme-card .card-body {
        padding: 18px 20px;
    }
    .theme-card .card-body {
        min-height: 180px;
    }
    .nukhba-partner {
        padding: 60px 0;
    }
    .partner-outer {
        margin-top: 40px;
    }
    .howWork {
        padding: 60px 0;
    }
    .workStep-item .left-part h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .workStep-item .left-part p{
        font-size: 16px;
    }
    .workStep-item .right-part .image-box {
        max-width: 440px;
        width: 100%;
        margin: auto;
    }
    .workStep-item .inner{
        height: 280px;
    }
    .workStep-item .left-part {
        height: 280px;
        padding: 15px;
    }
    .workStep-item {
        margin-top: 120px;
        margin-bottom: 30px;
    }
    .own-restoCard .right-part .content-box h3 {
        font-size: 24px;
    }
    .own-restoCard .right-part .content-box p{
        font-size: 16px;
    }
    .own-restoCard .left-part {
         padding: 40px 15px;
    }
    .own-restaurant {
        padding: 60px 0;
    }
    .main-content {
        padding: 60px 0;
    }
    .howWork .container {
        max-width: 970px !important;
    }
    .workStep-item {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .form-area {
        max-width: 470px;
    }
    .workStep-item.even .inner::before,
    .workStep-item .inner::after {
        width: 160px;
    }
    .blog-post-title{
        font-size: 32px;
    }
    .blog-full-image {
        margin: 30px 0;
    }
    .share-this {
        margin-top: 35px;
    }
    .blog-post h3,
    .share-this .title{
        font-size: 22px !important;
    }
    .main-content.blog {
        padding: 40px 0;
    }
}
@media (max-width:991px){
    body{
        font-size: 16px;
    }
    .search-box{
        margin-top: 10px;
        max-width: calc(100% - 30px);
    }
    .mbl-search .search-box input.fill-control {
        border-radius: 4px;
        color: #333;
        padding: 8px 15px;
        background-color: #fff;
    }
    .mbl-search .search-box .search-btn {
        right: 15px;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% + 24px);
        margin: 0 -12px;
        background: #C1280F;
        z-index: 99;
    }
    .navbar-collapse ul.navbar-nav{
        padding: 15px 10px;
    }
    header .navbar-nav li:not(:last-child){
        margin: 0;
    }
    header .navbar-nav li a {
        color: #fff;
        padding: 5px 15px;
    }
    header {
        padding: 3px 0 0;
    }
    header .navbar-brand img {
        height: 22px;
    }
    header .navbar-nav li a {
        padding: 8px 15px;
    }
    header .navbar-nav li a:hover{
        text-decoration: none;
    }
    .navbar-toggler{
        background-color: #9b0505;
        padding: 2px 5px;
    }
    .mbl-download {
        display: block;
        position: absolute;
        right: 60px;
        top: 10px;
        margin-left: 0 !important;
        font-size: 12px;
        padding: 10px 12px;
    }
    .navbar-toggler .navbar-toggler-icon{
        filter: brightness(0) invert(1);
    }
    .mbl-search .search-box input.fill-control{
        border-radius: 4px;
        color: #333;
        padding: 8px 15px;
        background-color: #fff;
    }
    .mbl-search .search-box input.fill-control::placeholder {
        color: #666;
        opacity: 1; /* Firefox */
    }  
    .mbl-search .search-box input.fill-control::-ms-input-placeholder { /* Edge 12 -18 */
        color: #666;
    }
    .mbl-search .search-box .search-btn{
        right: 15px;
    }
    .mbl-search .search-box .search-btn img{
        filter: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler[aria-expanded="true"]{
        background-color: #fff;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        filter: none;
    }
    header .navbar-nav{
        align-items: flex-start;
    }
    header .navbar-nav li{
        width: 100%;
    }
    header .navbar-nav li a{
        display: block;
        padding: 8px 15px;
    }
    .hero .caption-box {
        text-align: center;
    }
    .hero .image-box{
        margin-right: auto;
        max-width: 320px;
    }
    .hero .caption-box .download-btns{
        display: flex;
        justify-content: center;
    }
    .hero .caption-box p{
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero .caption-box ul{
        max-width: 320px;
    }
    .hero {
        padding: 30px 0;
    }
    .hero-section {
        padding-top: 65px;
        padding-bottom: 80px;
    }
    .heading {
        font-size: 32px;
    }
    .sec-head{
        margin-bottom: 25px;
    }
    .sec-head .heading {
        margin-bottom: 10px;
    }
    .partnertags ul {
        gap: 10px;
    }
    .story-section .btn-wrap {
        margin-top: 25px;
    }
    .download-app-section .content-box{
        margin: auto;
        text-align: center;
    }
    .download-app-section .download-btns ul {
        max-width: 320px;
        gap: 10px;
    }
    .download-app-section .download-btns{
        display: flex;
        justify-content: center;
    }
    .download-app-section .image-box {
        max-width: 320px;
        margin: auto;
    }
    .faq-section .accordion-item {
        margin-bottom: 15px;
    }
    /* footer {
        padding: 30px 0 20px;
    }
    .foot-about .info{
        margin-bottom: 30px;
    }
    .foot-about {
        max-width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .foot-logo{
        max-width: 150px;
    }
    .foot-links{
        text-align: center;
    }
    .qr {
        text-align: center;
    }
    .qr .image-box {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }     */

    .foot-about .info{
        margin-bottom: 30px;
    }
    .download-app-section {
        padding: 50px 0 0;
    }
    .download-app-section .content-box h2 {
        font-size: 32px;
    }
    .hero .caption-box ul li:not(:last-child) {
        margin-right: 10px;
    }
    .storyquote .text {
        font-size: 18px;
        padding: 0px 0 30px;
    }
    .partnerSlider .item {
        padding: 20px;
    }
    .storyquote::before, .storyquote::after {
        width: 40px;
        height: 40px;
    }
    .hero .caption-box ol{
        padding: 0;
        list-style: none;
    }
    .own-restoCard .left-part{
        width: 100%;
    }
    .own-restoCard .right-part{
        width: 100%;
    }
    .hero-section.contact {
        text-align: center !important;
        min-height: 550px;
    }
    .hero-section.contact .innerpage-hero{
        text-align: center !important;
    }
    .contactForm .left-part{
        width: 100%;
    }
    .contactForm .right-part{
        width: 100%;
        padding: 35px 15px;
    }
    .contactForm .right-part .content-box {
        max-width: 700px;
    }
    .howWork {
        padding: 50px 0;
    }
    .modal-inner .left-part{
        width: 50%;
    }
    .modal-inner .right-part{
        width: 50%;
    }
    .modal-inner .caption img {
        height: 28px;
    }
    .modal-inner .caption .subtitle {
        font-size: 20px;
    }
    .modal-inner .bottom-area p {
        font-size: 18px;
    }
    .blog-card h2 {
        font-size: 24px;
    }
    .hero-section.blog .caption-area {
       max-width: 440px;
    }
    .hero-section.blog .innerpage-hero {
        padding: 70px 0 40px;
    }
    .blog-card .detail-box{
        padding: 15px 0;
    }
    .main-content .blog-card h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .blog-card .card-text{
        margin-bottom: 15px;
    }
}
@media (max-width:767px){
    .standoutmbl{
        display: block;
    }
    .foot-logo{
        max-width: 150px;
        margin: 0 auto 15px;
    }
    .foot-about .info {
        margin-bottom: 10px;
        gap: 6px;
        display: flex;
        flex-direction: column;
    }
    footer {
        padding: 15px 0;
        /* text-align: center; */
        font-size: 14px;
    }
    .foot-about .info li{
        margin-bottom: 0;
        padding: 2px 8px;
    }
    .foot-about .info li .detail {
        font-size: 12px;
    }
    footer .container > .row{
        display: block !important;
    }
    .foot-about{
        max-width: 100%;
        margin: 0 auto 0;
    }
    .foot-about .info{
        margin-bottom: 10px;
        gap: 6px;
        display: flex;
        flex-direction: column;
    }
    .foot-links{
        margin-top: 5px;
    }
    .foot-links ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 15px;
        font-size: 12px;
        justify-content: center;
    }
    .footer-top {
        background-color: #bc0000;
        padding: 15px 0;
        /* border-bottom: 1px solid #a94c4a; */
    }
    .qr{
        border-top: 1px solid #a94c4a;
        padding: 15px 0 0;
        text-align: center;
    }
    .qr .image-box{
        max-width: 120px;
        margin-right: auto;
    }
    .faq-section {
        padding: 40px 0 30px;
    }
    .heading {
        font-size: 20px;
    }
    .storyquote .text {
        font-size: 16px;
        padding: 0px 0 20px;
    }
    .storyquote {
        padding: 0 60px 20px;
    }
    .story-section {
        padding: 40px 0;
    }
    .download-app-section .content-box h2 {
        font-size: 28px;
    }
    .partner-section {
        padding: 40px 0;
    }
    .slick-dots li button{
        height: 12px;
    }
    .hero .caption-box h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .hero .caption-box .download-btns {
        margin-top: 25px;
    }
    .standout-section {
        padding: 40px 0;
        border-radius: 40px 40px 0 0;
        margin-top: -80px;
        position: relative;
    }
    .navbar-brand img{
        max-width: 150px;
        height: auto !important;
    }
    .navbar-toggler{
        border-color: #fff;
    }
    .navbar-toggler-icon{
        filter: brightness(0) invert(1);
    }
    .slick-dots li {
        width: 32px;
    }
    .slick-dots li.slick-active button {
        width: 32px;
    }
    .slick-dots li button{
        width: 24px;
    }
    .hero .caption-box {
        padding: 0 0 15px 0;
    }
    .partnertags ul li {
        flex: 1 1 calc(50% - 15px);
    }
    .partnertags {
        margin-bottom: 0;
        max-width: 340px;
    }
    .faq-section .accordion-item {
        margin-bottom: 10px;
    }
    .download-app-section .content-box h2 {
        font-size: 20px;
    }
    .faq-section .accordion-item button {
        font-size: 15px;
        padding: 10px 15px;
    }
    .accordion-button::after{
        width: 24px;
        height: 24px;
    }
    .faq-section .accordion-body{
        padding: 10px 15px;
    }
    .sociallinks li a img {
        max-width: 24px;
        height: 24px;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% + 24px);
        margin: 0 -12px;
        background: #C1280F;
    }
    .navbar-collapse ul.navbar-nav{
        padding: 15px 10px;
    }
    header .navbar-nav li:not(:last-child){
        margin: 0;
    }
    header .navbar-nav li a {
        color: #fff;
        padding: 5px 15px;
    }
    header {
        padding: 3px 0;
    }
    header .navbar-nav li a {
        padding: 8px 15px;
    }
    header .navbar-nav li a:hover{
        text-decoration: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler[aria-expanded="true"]{
        background-color: #fff;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        filter: none;
    }
    .btn-yellow,
    .btn-red {
        font-size: 14px;
        padding: 10px 24px;
    }
    .download-app-section .download-btns ul {
        max-width: 260px;
    }
    .download-app-section {
        padding: 40px 0 0;
    }
    .standoutSlider{
        display: block;
    }
    .innerpage-hero .page-subtitle {
        font-size: 16px;
    }
    .innerpage-hero h1 {
        font-size: 24px;
    }
    .innerpage-hero {
        padding: 60px 0 40px;
    }
    .art-filling .image-box {
        margin: 20px auto 0;
    }
    .sec-head {
        margin-bottom: 25px;
    }
    .sec-head .heading {
        margin-bottom: 10px;
    }
    .partner-outer {
        margin-top: 30px;
    }
    .theme-card .card-header h4 {
        font-size: 16px;
    }
    .theme-card .card-body {
        min-height: auto;
    }
    .theme-card .card-body p {
        color: #fff;
        font-size: 14px;
    }
    .nukhba-partner {
        padding: 40px 0;
    }
    .howWork {
        padding: 40px 0;
    }
    .workStep-item .inner{
        height: auto;
        flex-wrap: wrap;
    }
    .workStep-item .left-part{
        width: 100%;
        height: auto;
        text-align: center;
        justify-content: center;
        padding-bottom: 0;
    }
    .workStep-item .right-part{
        width: 100%;
    }
    .workStep-item .inner::before,
    .workStep-item .inner::after{
        display: none;
    }
    .workStep-item {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .workStep-item .left-part h3 {
        font-size: 20px;
    }
    .workStep-item .left-part p {
        font-size: 14px;
        text-align: center;
    }
    .workStep-item .right-part .image-box {
        max-width: 300px;
    }
    .own-restaurant {
        padding: 40px 0;
    }
    .own-restoCard .left-part {
        padding: 26px 15px;
    }
    .hero .caption-box p{
        font-size: 14px;
    }
    body{
        font-size: 14px;
    }
    .story-section .btn-wrap {
        margin-top: 10px;
    }
    .contactForm .right-part .content-box h3 {
        font-size: 20px;
    }
    .contactForm .right-part ul.info li:not(:last-child) {
        margin-bottom: 30px;
    }
    .contactForm .right-part ul.info {
        margin: 30px 0 0;
    }
    .main-content {
        padding: 40px 0;
    }
    .hero-section.contact {
        min-height: 305px;
    }
    .contactForm .left-part {
        padding: 30px 15px;
    }
    .modal-inner .left-part h2{
        font-size: 26px;
        margin-bottom: 5px;
    }
    .modal-inner .left-part p{
        font-size: 15px;
        margin-bottom: 10px;
    } 
    .form-group label{
        font-size: 14px;
    }
    .form-control.lg {
        height: 44px;
    }
    .comingsoon .modal-inner{
        flex-direction: column-reverse;
    }
    .modal-inner .caption p {
        font-size: 15px;
    }
    .modal-inner .awaits .text {
        font-size: 14px;
    }
    .modal-inner .left-part .form-group{
        margin-bottom: 15px;
    }
    .contactForm .form-area .form-group {
        margin-bottom: 20px;
    }
    .modal-inner .awaits{
        margin-top: 20px;
        padding: 10px 12px;
    }
    .modal-inner .left-part{
        width: 100%;
        padding: 30px 20px;
    }
    .modal-inner .left-part .form-area{
        max-width: 100%;
    }
    .modal-inner .right-part{
        width: 100%;
        padding: 15px 15px 25px;
    }
    .modal-inner .awaits .text{
        font-size: 16px;
    }
    .comingsoon .btn-close{
        opacity: 0.8;
        right: 15px;
        top: 15px;
    }
    .modal-dialog.modal-lg{
        margin: 15px auto;
    }
    .main-content h2{
        font-size: 24px;
    }
    .main-content h3{
        font-size: 20px;
    }
    .main-content h4{
        font-size: 28px;
    }
    .hero-section.legal {
        padding-top: 65px;
        padding-bottom: 40px;
    }
    .hero-section.legal .innerpage-hero {
        text-align: center;
        padding: 60px 0 0px;
    }
    .hero-section.webview{
        padding: 10px !important;
    }
    .hero-section.webview .innerpage-hero{
        padding: 0;
    }
    .blog-card h2 {
        font-size: 24px;
    }
    .blog-post-title {
        font-size: 24px;
    }
    .blog-post h3, .share-this .title {
        font-size: 20px !important;
    }
    .share-this{
        max-width: 270px;
    }
    .share-this ul{
        gap: 10px;
    }
    .share-this ul li img{
        max-width: 32px;
    }
    .hero-section.blog .innerpage-hero{
        padding: 60px 0 40px;
        position: relative;
    }
    .hero-section.blog .innerpage-hero::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.60);
    }
    .hero-section.blog .caption-area{
        position: relative;
        margin: 0;
    }
    .hero-section.blog .caption-area h1{
        font-size: 32px;
        max-width: 270px;
    }
    .hero-section.blog{
        padding-top: 62px;
    }
    .blog-heading{
        font-size: 24px !important;
    }
    .pnf-404 svg {
        width: 1.3em;
    }
    .get-in-touch {
        margin-top: 25px;
    }
    .get-in-touch .title{
        font-size: 15px;
    }
    .get-in-touch a {
        font-size: 16px;
    }
    .copyrights{
        /* margin-top: 15px; */
        padding-top: 15px;
        border-top: 1px solid #a94c4a;
    }
    .sociallinks{
        gap: 12px;
    }
    .applinks .item{
        margin-bottom: 5px;
    }
    .foot-links ul li{
        margin-bottom: 5px;
    }
    .qr .title {
        margin-bottom: 15px;
    }
    .copyrights{
        font-size: 12px;
    }
    .applinks{
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    .applinks .item{
        max-width: 130px;
    }
}
@media (max-width:480px){
    .hero .image-box {
        max-width: 240px;
    }
    .hero .caption-box ul {
        max-width: 300px;
    }
    .hero .caption-box h1 {
        font-size: 24px;
    }
    .applinks{
        justify-content: center;
    }
    .partnerSlider .item {
        padding: 10px;
    }
    .storyquote {
        padding: 0 30px 15px;
    }
    .storyquote::before, .storyquote::after {
        width: 24px;    
        height: 24px;
    }
}



/* Footer End */