@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* HEADER STYLE */

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.header__logoImg{
    width: 196px;
    height: 56px;
}
.header__logoImg img{
    width: 100%;
    height: 100%;
}
.tollFree__no{
    color: #392675;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}
.tollFree__icon{
    color: #392675;
    font-size: 18px;
}
@media only screen and (max-width:320px) {
    .header__logoImg{
        width: 146px;
        height: 46px;
    }
    header{
        height: 60px;
    }
    .tollFree__no{
        font-size: 8px;
    }
    .tollFree__icon{
        font-size: 22px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .header__logoImg{
        width: 146px;
        height: 46px;
    }
    header{
        height: 60px;
    }
    .tollFree__icon{
        font-size: 24px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .header__logoImg{
        width: 146px;
        height: 46px;
    }
    header{
        height: 60px;
    }
    .tollFree__icon{
        font-size: 24px;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .tollFree__icon{
        font-size: 24px;
    }
}

/* PAYOUTS MAIN STYLE */

.payoutsMain{
    background-image: url(./images/Section.webp);
    background-position: center / cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.payoutsMain__left .payoutsMain__title{
    color: #F4F6FF;
    font-family: Poppins;
    font-size: 79px;
    font-weight: 500;
    line-height: 104px;
}
.payoutsMain__left .payoutsMain__para{
    color: rgba(255, 255, 255, 0.64);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;   
}
.payoutsMain__left .payoutsMain__btns .payoutsMain__btn{
    width: 244px;
    height: 50px;
    color: #392675;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 4px;
}
.payoutsMain__left .payoutsMain__btns .payoutsMain__btn button{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.payoutsMain__right .payoutsMain__image{
    width: 600px;
    height: 600px;
}
.payoutsMain__right .payoutsMain__image img{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:320px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 30px;
        line-height: 55px;

    }
    .payoutsMain__left .payoutsMain__para{
        font-size: 14px;
    }
    .payoutsMain__left .payoutsMain__btns .payoutsMain__btn{
        width: 100%;
        font-size: 12px;
        height: 40px;
    }
    .payoutsMain__right .payoutsMain__image{
        width: 200px;
        height: 200px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 30px;
        line-height: 55px;

    }
    .payoutsMain__left .payoutsMain__para{
        font-size: 14px;
    }
    .payoutsMain__left .payoutsMain__btns .payoutsMain__btn{
        width: 100%;
        font-size: 12px;
        height: 40px;
    }
    .payoutsMain__right .payoutsMain__image{
        width: 200px;
        height: 200px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 30px;
        line-height: 55px;

    }
    .payoutsMain__left .payoutsMain__para{
        font-size: 14px;
    }
    .payoutsMain__left .payoutsMain__btns .payoutsMain__btn{
        width: 100%;
        font-size: 12px;
        height: 40px;
    }
    .payoutsMain__right .payoutsMain__image{
        width: 200px;
        height: 200px;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 50px;
        line-height: 75px;
    }
    .payoutsMain__left .payoutsMain__para{
        font-size: 16px;
    }
    .payoutsMain__left .payoutsMain__btns{
        display: grid;
        place-content: center;
    }
    .payoutsMain__right .payoutsMain__image{
        width: 300px;
        height: 300px;
    }
}
@media (min-width:769px) and (max-width:1023px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 50px;
        line-height: 75px;
    }
    .payoutsMain__left .payoutsMain__para{
        font-size: 16px;
    }
    .payoutsMain__left .payoutsMain__btns{
        display: grid;
        place-content: center;
    }
    .payoutsMain__right .payoutsMain__image{
        width: 300px;
        height: 300px;
    }
}
@media (min-width:1024px) and (max-width:1279px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 50px;
        line-height: 75px;
    }
    .payoutsMain__left .payoutsMain__para{
        font-size: 16px;
    }
 
    .payoutsMain__right .payoutsMain__image{
        width: 450px;
        height: 480px;
    }
}
@media (min-width:1280px) and (max-width:1535px) {
    .payoutsMain__left .payoutsMain__title{
        font-size: 60px;
        line-height: 75px;
    }
   
    .payoutsMain__right .payoutsMain__image{
        width: 530px;
        height: 570px;
    }
}
/* OUR FEATURES STYLE */

.ourFeatures__payTitle{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    line-height: 68px;
    background: rgb(143,81,74);
    background: radial-gradient(circle, rgba(143,81,74,1) 15%, rgba(104,64,111,1) 61%, rgba(63,46,132,1) 100%);    background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.ourFeatures__payPara{
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
}
.ourFeatures__detail .ourFeatures__list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ourFeatures__detail .ourFeatures__list >  div i{
    color: #392675;
    font-size: 22px;
}
.ourFeatures__detail .ourFeatures__list > div span{
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    width: 390px;
    display: inline-block;
}
.ourFeatures__detail .listAlign > div span{
    width: 230px;
}
@media only screen and (max-width:320px) {
    .ourFeatures__payTitle{
        font-size: 26px;
    }
    .ourFeatures__payPara{
        font-size: 16px;
    }
    .ourFeatures__detail .ourFeatures__list{
        display: flex;
        justify-content: start;
    }
    .ourFeatures__detail .ourFeatures__list >  div i{
        font-size: 16px;
    }
    .ourFeatures__detail .ourFeatures__list > div span{
        color: #000;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        width: 260px;
        display: inline-block;
    }
    .ourFeatures__detail .listAlign > div span{
        width: 260px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .ourFeatures__payTitle{
        font-size: 26px;
    }
    .ourFeatures__payPara{
        font-size: 16px;
    }
    .ourFeatures__detail .ourFeatures__list{
        display: flex;
        justify-content: start;
    }
    .ourFeatures__detail .ourFeatures__list >  div i{
        font-size: 16px;
    }
    .ourFeatures__detail .ourFeatures__list > div span{
        color: #000;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        width: 260px;
        display: inline-block;
    }
    .ourFeatures__detail .listAlign > div span{
        width: 260px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .ourFeatures__payTitle{
        font-size: 26px;
    }
    .ourFeatures__payPara{
        font-size: 16px;
    }
    .ourFeatures__detail .ourFeatures__list{
        display: flex;
        justify-content: start;
    }
    .ourFeatures__detail .ourFeatures__list >  div i{
        font-size: 16px;
    }
    .ourFeatures__detail .ourFeatures__list > div span{
        font-size: 16px;
        width: 280px;
    }
    .ourFeatures__detail .listAlign > div span{
        width: 280px;
    }
    
}

@media (min-width:426px) and (max-width:768px) {
    .ourFeatures__payTitle{
        font-size: 30px;
    }
    .ourFeatures__payPara{
        font-size: 18px;
    }
   
    .ourFeatures__detail .ourFeatures__list >  div i{
        font-size: 18px;
    }
    .ourFeatures__detail .ourFeatures__list > div span{
        font-size: 18px;
        width: 300px;
    }
    .ourFeatures__detail .listAlign > div span{
        width: 200px;
    }
    .ourFeatures__detail .listAlign{
        display: flex;
        justify-content: start;
    }
}
@media (min-width:769px) and (max-width:1023px) {
    .ourFeatures__payTitle{
        font-size: 30px;
    }
    .ourFeatures__payPara{
        font-size: 18px;
    }
   
    .ourFeatures__detail .ourFeatures__list >  div i{
        font-size: 18px;
    }
    .ourFeatures__detail .ourFeatures__list > div span{
        font-size: 20px;
        width: 320px;
    }
}
@media (min-width:1024px) and (max-width:1280px){
    .ourFeatures__detail .ourFeatures__list > div span{
        font-size: 20px;
        width: 320px;
    }
    .ourFeatures__detail .ourFeatures__list{
        display: flex;
        justify-content: start;
    }
    .ourFeatures__payTitle{
        font-size: 35px;
    }
    .ourFeatures__payPara{
        font-size: 20px;
    }
   
    .ourFeatures__detail .ourFeatures__list >  div i{
        font-size: 18px;
    }
    .ourFeatures__detail .listAlign > div span{
        width: 150px;
    }
    .ourFeatures__detail .listAlign{
        display: flex;
        justify-content: start;
    }
}
@media (min-width:1281px) and (max-width:1440px){
    .ourFeatures__detail .listAlign > div span{
        width: 200px;
    }
   
}
@media (min-width:1441px) and (max-width:1535px){
    .ourFeatures__detail .listAlign > div span{
        width: 200px;
    }
   
}
/* DASHBOARD STYLE */

.dashBoard{
    background-image: url(./images/Section.webp);
    background-position: center / cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.dashBoard__title{
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 57px;
}

.dashBoard__detail .dashBoard__list{
    display: flex;
}
.dashBoard__detail .dashBoard__list div > i{
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
}
.dashBoard__detail .dashBoard__list div > span{
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.dashBoard__right .dashBoard__image{
    width: 409px;
}
.dashBoard__right .dashBoard__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media only screen and (max-width:320px) {
    .dashBoard__title{
        font-size: 26px;
        line-height: 40px;
    }
    .dashBoard__detail .dashBoard__list div > span{
        font-size: 16px;
    }
    .dashBoard__detail .dashBoard__list div > i{
        font-size: 16px;
        padding-top: 8px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .dashBoard__title{
        font-size: 26px;
        line-height: 40px;
    }
    .dashBoard__detail .dashBoard__list div > span{
        font-size: 16px;
    }
    .dashBoard__detail .dashBoard__list div > i{
        font-size: 16px;
        padding-top: 8px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .dashBoard__title{
        font-size: 26px;
        line-height: 40px;
    }
    .dashBoard__detail .dashBoard__list div > span{
        font-size: 16px;
    }
    .dashBoard__detail .dashBoard__list div > i{
        font-size: 16px;
        padding-top: 8px;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .dashBoard__title{
        font-size: 26px;
        line-height: 40px;
    }
    .dashBoard__detail .dashBoard__list div > span{
        font-size: 16px;
    }
    .dashBoard__detail .dashBoard__list div > i{
        font-size: 16px;
        padding-top: 8px;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .dashBoard__title{
        font-size: 30px;
        line-height: 50px;
    }
    .dashBoard__detail .dashBoard__list div > i{
        padding-top: 7px;
    }
}
@media (min-width:1025px) and (max-width:1280px){
    .dashBoard__title{
        font-size: 35px;
        line-height: 50px;
    }
    .dashBoard__detail .dashBoard__list div > i{
        padding-top: 7px;
    }
}

/* ACHIEVE STYLE */

.achieve__left, .achieve__right{
    padding: 30px 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 16px;
}
.achieve__left__title, .achieve__right__title{
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    background: rgb(143,81,74);
    background: radial-gradient(circle, rgba(143,81,74,1) 0%, rgba(104,64,111,1) 63%);    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.achieve__left__para, .achieve__right__para{
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}
@media only screen and (max-width:320px) {
    .achieve__left, .achieve__right{
        padding: 22px 12px;
    }
    .achieve__left__title, .achieve__right__title{
        font-size: 22px;
    }
    .achieve__left__para, .achieve__right__para{
        font-size: 16px;
    }
}
@media (min-width:321px) and (max-width:375px) {
    .achieve__left, .achieve__right{
        padding: 22px 12px;
    }
    .achieve__left__title, .achieve__right__title{
        font-size: 22px;
        margin-bottom: 16px;
    }
    .achieve__left__para, .achieve__right__para{
        font-size: 16px;
    }
}
@media (min-width:376px) and (max-width:425px) {
    .achieve__left, .achieve__right{
        padding: 22px 12px;
    }
    .achieve__left__title, .achieve__right__title{
        font-size: 22px;
        margin-bottom: 16px;
    }
    .achieve__left__para, .achieve__right__para{
        font-size: 16px;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .achieve__left__title, .achieve__right__title{
        margin-bottom: 22px;
        font-size: 26px;
    }
    .achieve__left, .achieve__right{
        padding: 22px;
    }
    .achieve__left__para, .achieve__right__para{
        font-size: 16px;
    }
}
@media (min-width:1024px) and (max-width:1280px){
    .achieve__left, .achieve__right{
        padding: 22px;
    }
    .achieve__left__title, .achieve__right__title{
        margin-bottom: 22px;
        font-size: 26px;
    }
    .achieve__left__para, .achieve__right__para{
        font-size: 16px;
    }
}
/* CALL BACK STYLE */

.callBack{
    position: relative;
}
.callBack .callBack__container{
    width: 1039px;
    height: 219px;
    background-image: url(./images/Wow.webp);
    background-position: center / center;
    background-size: cover;
    display: grid;
    place-content: center;
    position: relative;
}
.callBack .callBack__container .callBack__title{
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
}
.callBack .callBack__container .callBack__btn{
    display: grid;
    place-content: center;
}
.callBack .callBack__container .callBack__btn .callBack__btns{
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 30px;
    margin-top: 30px;
}
.callBack .callBack__container .callBack__btn .callBack__btns button{
    width: 100%;
    height: 100%;
}


.popup {
    display: none;
    max-width: 90%;
    width: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 22px;
    overflow-y: auto;
    z-index: 2;
}
.popup .popup-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .popup-image .popup-haoda span{
    font-size: 24px;
    font-weight: 600;
    color: #283b84;
    margin-left: -5px;
}
.popup .popup-image .popup-img{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.popup .popup-image .popup-img img{
    width: 60%;
    height: 60%;
    object-fit: fill;
}
.popup  .popup-content .number-input{
    width: 50px;
    height: 41px;
    outline: none;
    padding: 0px 12px;
    display: inline-block;
    background-color: transparent;
}
.popup  .popup-content .name{
    width: 100%;
    border-radius: 8px;
    height: 41px;
    padding: 0px 6px;
    border: 1px solid #392675;
}
.popup  .popup-content .name input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #fff;
}
.popup  .popup-content  .mini__popup{
    width: 100%;
    display: flex;
    border: 1px solid #283684;
    border-radius: 8px;
}
.popup  .popup-content #mobilenumber{
    width: 250px;
    height: 41px;
    outline: none;
    padding: 0px 12px;
    background-color: #fff;
}
.popup .close{
    color: #283b84;
    font-size: 26px;
}
.popup .close-btn{
    text-align: end;
}
.popup .close-btn span{
    font-size: 16px;
    color: #2A2A2A;
}
.popup .popup-para{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
}
.popup .popup-para span{
    font-size: 20px;
    font-weight: 400;
}
.popup .popup-para p{
    font-size: 16px;
    color: #838383;
    margin-top: 8px;
}
.popup  .popup-content{
    text-align: center;
}
.popup  .popup-content  .warning{
    color: red ;
}
.popup  .popup-content .popupForm{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup  .popup-content #popupForm .warning-div{
    width: 100%;
    height: 26px;
}
.popup .popup-content button{
    width: 100%;
    height: 40px;
    background-color: #283684;
    color: #fcb040;
    border-radius: 8px;
    font-size: 16px;
    display: block;
    margin-top: 16px;
}

.close {
   cursor: pointer;
}
.close i:hover{
    color: red;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  .success__img{
    width: 100%;
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .success__img img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
  }
  .modal-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    margin: 15% auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;

  }
.success__content P{
    font-size: 16px;
    padding: 0px 12px;
    margin-bottom: 10px;
}
  .close1 {
    color: #aaa;
    font-size: 13px;
    font-weight: bold;
  }
  
  .close1:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #392675;
  }

  .loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.popup__companyLogo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 80px;
}
.company__img{
    width: 127px;
    height: 39px;
}
.company__img img{
    width: 100%;
    height: 100%;
}
  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }
@media only screen and (max-width:320px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    background-color: #fff;
    }
}
@media (min-width:321px) and (max-width:330px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:331px) and (max-width:340px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:341px) and (max-width:350px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:351px) and (max-width:360px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:361px) and (max-width:370px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:371px) and (max-width:380px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:381px) and (max-width:390px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:391px) and (max-width:400px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:401px) and (max-width:410px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:411px) and (max-width:420px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:421px) and (max-width:430px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:431px) and (max-width:440px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:441px) and (max-width:450px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:451px) and (max-width:460px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:461px) and (max-width:470px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:471px) and (max-width:490px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:491px) and (max-width:510px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:511px) and (max-width:530px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:531px) and (max-width:550px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:551px) and (max-width:580px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:581px) and (max-width:610px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:611px) and (max-width:640px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:641px) and (max-width:767px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
    .popup .popup-image .popup-haoda span{
        font-size: 20px;
    }
    .popup .popup-para p{
        font-size: 14px;
    }
    .popup .popup-para span{
        font-size: 16px;
    }
    .popup  .popup-content #mobilenumber{
        width: 200px;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .popup {
        display: none;
        width: auto;
    background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
   
}
@media (min-width:1024px) and (max-width:1279px) {
    .popup {
        display: none;
        width: auto;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
   
}
@media (min-width:1280px) and (max-width:1535px) {
    .popup {
        display: none;
        width: auto;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
}
@media (min-width:1536px) and (max-width:1600px) {
    .popup {
        display: none;
        width: auto;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 22px;
        overflow-y: auto;
        z-index: 2;
    }
   
}
@media only screen and (max-width:320px) {
    .callBack .callBack__container{
        width: 300px;
        height: 100px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 16px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 4px 18px;
        font-size: 12px;
        margin-top: 12px;
        border-radius: 6px;
    }
   
}
@media (min-width:321px) and (max-width:375px) {
    .callBack .callBack__container{
        width: 300px;
        height: 100px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 16px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 4px 18px;
        font-size: 12px;
        margin-top: 12px;
        border-radius: 6px;
    }
   
}
@media (min-width:376px) and (max-width:425px) {
    .callBack .callBack__container{
        width: 320px;
        height: 100px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 16px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 4px 18px;
        font-size: 12px;
        margin-top: 12px;
        border-radius: 6px;
    }
}
@media (min-width:426px) and (max-width:640px) {
    .callBack .callBack__container{
        width: 400px;
        height: 140px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 16px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 4px 18px;
        font-size: 12px;
        margin-top: 12px;
        border-radius: 6px;
    }
}
@media (min-width:641px) and (max-width:768px) {
    .callBack .callBack__container{
        width: 500px;
        height: 150px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 28px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 8px 24px;
        font-size: 14px;
        margin-top: 22px;
        border-radius: 6px;
    }
}
@media (min-width:769px) and (max-width:1060px) {
    .callBack .callBack__container{
        width: 700px;
        height: 170px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 28px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 8px 24px;
        font-size: 14px;
        margin-top: 22px;
        border-radius: 6px;
    }
}
@media (min-width:1061px) and (max-width:1240px) {
    .callBack .callBack__container{
        width: 800px;
        height: 180px;
        background-image: url(/images/Wow.webp);
        background-position: center / center;
        background-size: 100% 100%;
    }
    .callBack .callBack__container .callBack__title{
        font-size: 28px;
    }
    .callBack .callBack__container .callBack__btn .callBack__btns{
        padding: 8px 24px;
        font-size: 14px;
        margin-top: 22px;
        border-radius: 6px;
    }
}

/* FOOTER STYLE */

.footer .footer__container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer__container .footer__about .footer__about__title{
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
}
.footer .footer__container .footer__about .footer__about__para{
    color: rgba(0, 0, 0, 0.71);
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
}
.footer .footer__container .footer__about .footer__about__icons{
    font-size: 26px;
    color: #392675;
}

/* FOOTER BOTTOM STYLE */

.footerBottom{
    height: fit-content;
    background: rgb(143,81,74);
    background: radial-gradient(circle, rgba(143,81,74,1) 7%, rgba(104,64,111,1) 32%, rgba(63,46,132,1) 50%);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 0px;
}
.footerBottom .footerBootom__container .footerBootom__container__content .footerBootom__nav .footerBootom__ul span{
   color: #fff;
}
