 @font-face {
  font-family: "Montserrat";
  src: url("..//fonts/Montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("..//fonts/Montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body{
     margin: 0;
    padding: 0;
    font-size: 14px;
     font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}


a{
    cursor: pointer;
}
p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #666;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}


a {
    color: #fff !important;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}


@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.header-main {

    padding:20px 0 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-main .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-main .logo-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.header-main .logo-wrapper .logo-box {
    background: #e3f7ff;
    padding: 20px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -15px;
}

.header-main .logo-wrapper img {
    width: 220px;
}

.header-main .header-bottom .navbar {
   
    padding: 0px;
    
}

.clr-fff {
    color: #fff !important;
}


.hero-section{
    background: linear-gradient(90deg, #04023C 0%, #380747 100%);
    padding: 130px 0 80px 0;
}

.hero-section .hero-section-content h1{ 
    color: #FFF;
font-family: Montserrat;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
}
.hero-section .hero-section-content h2{
color: #F9FCFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 141.9%; /* 25.542px */
margin-bottom: 25px;
}
.hero-section .hero-section-content p{
color: #F9FCFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 141.9%;
margin-bottom: 50px;
}
.hero-section .hero-section-content h3{
color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
text-transform: capitalize;
}
.hero-section .hero-section-content{
    padding-right: 40px;
}
.bord-1{
    border-right: 1px solid #62498F;
}
.three-heros svg{
    margin-bottom: 15px;
}
.three-heros{
    padding-inline: 15px;
}
.common-btnss{
    border-radius: 8px;
background: #613FB1;
color: #fff;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    padding: 15px 20px;
}

.common-btnss:hover{
    background: #740c9a;
    color: #fff;
}
.bg-cnt{
  padding: 40px;
 border-radius: 15px;
background: #3A185C;
}.bg-cnt-1{
  
 padding: 40px; 
}
::placeholder{
    color: #000;
}
.contact-detail-forms hr {
    color: #fff;
}

.contact-detail-forms p {
    color: #fff;
}

.contact-detail-forms .contact-forms-only h4 {
    color: #FFF;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin-bottom: 30px;
}

.contact-detail-forms .contact-forms-only p {
    color: #FFF;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 30px;
}

.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='text'],
.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='email'],
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea,
.contact-detail-forms .contact-forms-only .form-inner .form-group select,
.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='date'] {
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    border-radius: 5px;
    box-shadow: unset;
    transition: all 500ms ease;
    margin-bottom: 10px;
    border: unset;
}
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea {
  height: 110px;
  resize: none;
  border-radius: 5px;
}
.contact-detail-forms .contact-forms-only .form-inner .form-group input:focus,
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea:focus {
    border-color: unset;
}

.trusted-b2b{
    padding: 60px 0 30px 0;
}

.trusted-b2b span{
    color: #041E59;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.trusted-b2b h2{
    color: #041E59;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 30px;
}
.trusted-b2b p{

color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}
.trusted-b2b .trusted-b2b-bold{
 color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */   
}
.mildlines{
    background: #DCDCDC;
}
.multichannel{
    padding: 50px 0;
}
.common-headings h2{
   color: #041E59;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px; 
}
.common-headings p{
    color: #000;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
margin-bottom: 50px;
}

.multichannel-inside{
        border-radius: 15px;
    background: #F9F2FF;
    padding: 30px;
        display: flex;
    flex-direction: column;

}
.multichannel-inside svg{
    margin-bottom: 15px;
}
.multichannel-inside h3{
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px;
}
.multichannel-inside p{
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */  
}
.para-and-btns{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 0;
    align-items: center;
}
.para-and-btns h4{
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150.9%;
    margin-bottom: 0;
}
.top-tier-inside{
    border-radius: 15px;
background: #F9F2FF;
padding: 40px;
}
.top-tier-inside span{
color: #613FB1;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;

}
.top-tier-inside h3{
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 10px;
margin-bottom: 10px;
}
.tier-border{
    border-right: 1px solid #cacaca;
}
.tier-border-ma-both{
    padding-inline: 25px;
}
.tier-border-ma-both-left{
    padding-left: 25px;
}
.tier-border-ma-both-right{
    padding-right: 25px;
}
.top-tier-inside p{
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.lead-service{
    padding: 50px 0;
}
.lead-service h2{
    color: #041E59;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
}
.lead-service-inside-lisitng ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px
}

.lead-service-inside-lisitng li {
    position: relative;
    margin-bottom: 10px;
    color: #070707;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;

}

.lead-service-inside-lisitng li i {
    padding-right: 1rem;
    color: #613FB1;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-style: normal
}
.lead-service-inside{
    padding-right: 50px;
}
.why-lakeb2b {
    padding: 50px 0;
}
 
.why-lakeb2b .row.g-0 {
    align-items: stretch;
}
 
/* Left dark gradient card */
.why-lakeb2b .why-lakeb2b-inside {
    border-radius: 15px 0 0 15px;
    background: linear-gradient(90deg, #04023C 0%, #380747 100%);
    padding: 40px 35px;
    height: 100%;
}
 
.why-lakeb2b .why-lakeb2b-inside h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
 
.why-lakeb2b .why-lakeb2b-inside > p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 25px;
}
 
/* Two-column list grid using CSS Grid for equal row heights */
.why-lakeb2b-lists-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}
 
.why-lakeb2b-lists-grid ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: contents; /* dissolves ul box — li items flow directly into the grid */
}
 
/* Each li participates in the grid rows */
.why-lakeb2b-lists-grid li {
    position: relative;
    color: #FFF;
   font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
    padding: 10px 0;
   
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
 
.why-lakeb2b-lists-grid li:last-child {
    border-bottom: none;
}
 
.why-lakeb2b-lists-grid li i {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-style: normal;
    flex-shrink: 0;
    color: #FFF;

}
 
.why-lakeb2b-lists-grid li p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 150%;
}
 
.why-lakeb2b-lists-grid li p b {
    font-weight: 700;
    display: inline;
}
 

.why-lakeb2b .why-lakeb2b-img-wrap {
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    height: 100%;
}
 
.why-lakeb2b .why-lakeb2b-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
 

@media (max-width: 991px) {
    .why-lakeb2b .why-lakeb2b-inside {
        border-radius: 15px 15px 0 0;
    }
 
    .why-lakeb2b .why-lakeb2b-img-wrap {
        border-radius: 0 0 15px 15px;
        height: 300px;
    }
 
    .why-lakeb2b-lists-grid {
        grid-template-columns: 1fr;
    }
}
 
@media (max-width: 575px) {
    .why-lakeb2b .why-lakeb2b-inside {
        padding: 25px 20px;
    }
 
    .why-lakeb2b .why-lakeb2b-inside h2 {
        font-size: 26px;
    }
 
    .why-lakeb2b-lists-grid {
        grid-template-columns: 1fr;
    }
}

.result-except{
    padding: 50px 0;
}
.result-except-inside svg{
    margin-bottom: 30px;
}
.result-except-inside p{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.result-except-inside p b{
  font-weight: 700;  
}
.result-border{
    border-right: 1px solid #CACACA;
}
.result-pad-both{
    padding-inline: 20px;
}
.result-pad-both-right{
    padding-right: 20px;
}
.result-pad-both-left{
    padding-left: 20px;
}
.starting{
    padding: 50px 0;
}
.starting-inside{
    border-radius: 15px;
background: linear-gradient(90deg, #04023C 0%, #380747 100%);
padding: 60px 40px;
}
.starting-inside h2{
color: #FFF;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
margin-bottom: 15px;
}
.starting-inside p{
color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-bottom: 20px;
}
.faq-section-1 {
  position: relative;
  padding: 60px 0px 60px 0px;
}

.faq-section-1 .accordion-box{
  position:relative;
  padding-left: 0;
}

.faq-section-1 .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  
  list-style: none;
 border-bottom:1px solid #B0B0B0;
}
 
.faq-section-1 .accordion-box .block:last-child{
  margin-bottom: 0px;
  border-bottom: unset !important;
}
    
.faq-section-1 .accordion-box .block .acc-btn h3{
  position:relative;
  display: block;
 
  
  padding: 20px 30px 20px 0px;
  cursor:pointer;
  transition: all 500ms ease;
  color: #000;

 font-size: 18px;
  font-weight: 700;
  font-style: normal;

line-height: 103.607%; /* 18.649px */
letter-spacing: 0.18px;
text-transform: capitalize;
}

.faq-section-1 .accordion-box .block .acc-btn.active h3{
  color: #000;
  padding:20px 30px 5px 0px;
 
  font-size: 18px;
font-style: normal;
font-weight: 700;

line-height: 140%; /* 25.2px */
 
}

.faq-section-1 .accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section-1 .accordion-box .block .acc-content.current{
  display:block;  
}

.faq-section-1 .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170.107%;
  color: #000;
  padding-right: 40px;
  
}
.faq-section-1 .accordion-box .block .content .text p{
margin-bottom: 15px;

color: #2F3C56;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */

}

.faq-section-1 .accordion-box .block .content .text span:last-child{
    border-right: 0px;
}
.faq-section-1 .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section-1 .accordion-box .block .acc-btn.active .icon-outer{
  color: #000;
}


.faq-section-1 .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.faq-section-1 .accordion-box .block .acc-btn .icon-outer::before{
  content: "+";
  color:#000;
}

.faq-section-1 .accordion-box .block .acc-btn.active .icon-outer::before{
  content: "−";
}
.faq-section-1 h2{
    color: #041E59;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.take-experts{
    padding: 50px 0;
    background: #F5F5F5;
}

.take-experts h2{
    color: #041E59;
text-align: center;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.take-experts  .form-inner .form-group input[type='text'],
.take-experts  .form-inner .form-group input[type='email'],
.take-experts  .form-inner .form-group textarea,
.take-experts  .form-inner .form-group select,
.take-experts  .form-inner .form-group input[type='date'] {
    position: relative;
    width: 100%;
    height: 52px;
    background: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    
    border-radius: 5px;
    box-shadow: unset;
    transition: all 500ms ease;
    margin-bottom: 20px;
    border: unset;
    border-radius: 5px;
border: 1px solid #8F8F8F;
background: #FFF;
}
.take-experts  .form-inner .form-group textarea {
  height: 130px;
  resize: none;
  border-radius: 5px;
  font-weight: 400;
}
footer{
    padding: 25px 0;
    background: #000;
}
footer ul{
    list-style: none;
    display: flex;
    margin-bottom: 0;
    gap: 20px;


}
footer ul li{
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.6px;
display: flex;
}
footer ul li a{
    color: #fff;
}
@media (992px <=width <=1199.98px) {
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0%;
        z-index: 99;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
}

@media (768px <=width <=991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        top: 0%;
        width: 100%;
        z-index: 99;


    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color:
            var(--theme-color);
        font-size: 40px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content:
            flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    
}

@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }

    .hero-section{
        padding: 100px 0 80px 0;
    }
    .faq-section-1 h2, .hero-section .hero-section-content h1,.trusted-b2b h2,.common-headings h2,.lead-service h2,.starting-inside h2{
        font-size: 25px;
    }
    .hero-section .hero-section-content h2,.take-experts h2,.hero-section .hero-section-content p,.trusted-b2b span,.common-headings p{
        font-size: 16px;
    }
    .bord-1,.tier-border,.result-border{
        border-right: none;
    }
    .three-heros,.multichannel-inside, .top-tier-inside-cnt,.result-except-inside
    {
        margin-bottom: 20px;
    }
    .bg-cnt,.top-tier-inside{
        padding: 20px;
    }
    .trusted-b2b,.lead-service,.starting,.faq-section-1,.result-except,.why-lakeb2b{
        padding: 30px 0;
    }
    .lead-service-inside-lisitng li{

        display: flex;
    }
    .hero-section-content,.lead-service-inside{
        padding-right: 0 !important;
    }
    .para-and-btns{
        display: unset;
    }
    footer ul{
        flex-wrap: wrap;
    }
    .para-and-btns h4{
        margin-bottom: 40px;
    }
    .lead-service img{
        margin-top: 20px;
    }
    .common-btnss{
        font-size: 11px;
    }

}

@media(width <=767px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /* background: #fff; */
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mobile-header .logo img {
        width: 180px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 50px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #0071bc !important;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
   
}


@media only screen and (min-width: 767px) and (max-width: 991px) {

     
}

@media (min-width: 1400px) {
  .hero-section .hero-section-content{
    padding-right: 60px;
  }
  .tier-border-ma-both-right {
    padding-right: 35px;
}
.tier-border-ma-both {
    padding-inline: 35px;
}
.tier-border-ma-both-left {
    padding-left: 35px;
}
.top-tier-inside p{
    font-size: 18px;
}
.top-tier-inside-cnt{
    margin-bottom: 30px;
}
.top-tier-inside{
    margin-bottom: 30px;
}
.why-lakeb2b .why-lakeb2b-img-wrap {
        min-height: 600px;
    }
}



/* OVERLAY */
.custom-popup-overlay{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;

    padding: 20px;
}

/* ACTIVE */
.custom-popup-overlay.active{
    opacity: 1;
    visibility: visible;
}

/* POPUP BOX */
.custom-popup-box{
    width: 100%;
    max-width: 550px;
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    position: relative;

    animation: popupFade 0.3s ease;
}

/* TITLE */
.popup-title{
    font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.popup-para{
 color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin-bottom: 30px;
}


.popup-close-btn{
    position: absolute;
    top: 15px;
    right: 15px;

    width: 38px;
    height: 38px;

    border: none;
    border-radius: 50%;

    background: #f2f2f2;

    font-size: 28px;
    line-height: 1;

    cursor: pointer;
    transition: 0.3s;
}

.popup-close-btn:hover{
    background: #000;
    color: #fff;
}


.form-group{
    margin-bottom: 18px;
}

.form-group input,
.form-group textarea{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 15px;
    outline: none;
}

.form-group textarea{
    height: 130px;
    resize: none;
}


@media(max-width:767px){

    .custom-popup-box{
        padding: 28px 20px;
    }

    .popup-title{
        font-size: 22px;
    }

}


@keyframes popupFade{
    from{
        opacity: 0;
        transform: translateY(30px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}