*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


a{
    text-decoration: none;
}

body{
  font-family: "Poppins-Regular";
}
.bg-banner{
    background-image: url('../images/bg-banner.jpg');
    background-size: cover;
    height: 590px;
overflow: hidden;
}
.logo-icon{
    width: 124px;
    height: 100px;
}
.banner-flag{
   background:  linear-gradient(180deg, #FF5353 0%, #FF8E4F 100%);
   width: 268px;
   height: 492px;
   position: absolute;
   top: 0;
   left: 15%;
   /* border-bottom-left-radius: 20px; */
   border-bottom-left-radius: 40px;
   opacity: 0.8;
   

}
.banner-flag-content{
   margin-top:146px ;
   
}
.quoteimg{
    width: 44px;
    height: 30px;
}
.banner-flag-text{
    padding: 57px 14px 0px ;
}
.line{
    width: 63px;
    height: 1px;
    background-color: #fff;
}
.banner-flag-text p{
    text-transform: uppercase;
    margin: 0;
}
.banner-flag-text p.text1{
    color: #fff;
    margin: 0;
    padding-top: 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.156px; /* 132.624% */
    letter-spacing: 0.75px;
}
.banner-flag-text p.text2{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 41.445px;
    letter-spacing: 1.243px;
}
.banner-flag-text p.text3{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 33.156px;
    letter-spacing: 0.75px;
}
.banner-content-section{
    width: 646px;
    position: absolute;
    /* top: 249px;
    right: 14%; */
    top: 200px;
    right: 13%;
}
.banner-img{
    /* width: 515px;
    height: 200px; */
    display: flex;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 465px;
    height: 220px;

}
.banner-btn{
    font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30.098px; /* 200.651% */
letter-spacing: 0.45px;
margin-top: 20px;
margin-bottom: 22px;
position: relative;
}
.banner-btn::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #262B29;
    position: absolute;

    top: 45%;
    left: 0;
    display: block;
}
.banner-btn a:hover{
    cursor: pointer;
    background-color: #FB5411;
    color:#fff ;
}
.banner-btn a{
    padding: 3px 10px 3px 10px;
    border-radius: 50px;
    display: inline-block;
    background: #262B29;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    letter-spacing: 0.90px;
    z-index: 1;
    white-space: nowrap;
}

.banner-para-text{
    color: #393939;
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: 0.42px;
padding: 39px 9px 0px 9px;
margin: 0;
}
.header{
    padding: 23px 15px;
}
.nav-bar{
    margin-bottom: 0px;
}
.nav-bar .nav-list{
  display: inline-block;
  margin-right: 30px;
}
.nav-bar .nav-list .nav-link{
    font-family: "InterTight-Regular";
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.16px;
}
.login-btn{
    border-radius: 18.296px;
    background: #2F2F2F;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.18);
    color: #fff;
    /* padding: 4px 31px; */
    padding: 3px 28px;
    font-size: 18px;
}
.login-btn:hover{
    background-color: transparent;
    color: #000;
    box-shadow: none;
}
.nav-link .home-icon{
    width: 22px;
    height: 22px;
}
.nav-link .icon{
    
    
}

.about-section{
     background-image: url('../images/background2.png');
     background-size: cover;
     padding: 40px 0px 50px 0px;
overflow: hidden;
}
.about-title{
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 109.091% */
letter-spacing: 0.66px;
color: #1A1919;
}
.about-sub-title{
    font-size: 17px;
font-style: normal;
/* font-weight: 500; */
font-weight: 600;
line-height: 24px;
letter-spacing: 0.51px;
color: #1A1919;
margin: 0;
padding-bottom: 16px;
border-bottom: 1px dashed #1A1919;
}
.about-container{
    width: 80%;
    margin: 0 auto;
}
.chat-img{
    width: 345px;
    height: 533px;
    margin-top:87px;
}
.about-img{
    width: 328px;
    height: 228px;
    position: relative;
    margin-top: 35px;
}
.about-img img{
    width: 100%;
    height: 100%;
}
.about-text p{
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.42px;
    text-transform: capitalize;
    margin: 35px 0px 0px 0px;
}
.about-img p{
    font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 38.95px; /* 216.389% */
letter-spacing: 0.54px;
text-transform: capitalize;
position: absolute;
color: #fff;
margin: 0;
top: 97px;
left: 65px;
}
.input-group{
    border-radius: 5px;
    background: #363533;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.14px;
    box-shadow: none !important;
    border: none;
}
.input-group::placeholder{
    color: #fff;
}
.input-group:focus{
    background: #363533;
    color: #FFF;
}
.about-img a{
    color: #FFF;
    display: inline-block;
    font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30.098px;
letter-spacing: 0.45px;
border-radius: 39px;
background: #262B29;
position: absolute;
top: 134px;
    left: 116px;
    padding: 3px 20px;
}

.ranting-section{
    background-image: url('../images/ranting-bg.png');
     background-size: cover;
overflow: hidden;
}
.ranting-container{
  align-items: center;
}
.ranting-section .container{
    width: 95%;
    margin: 0 auto;
    padding-top: 38px;
    padding-bottom: 75px;
} 
.ranting-heading{
    color: #FF811C;
    font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 41.445px; /* 138.15% */
letter-spacing: 0.9px;
text-transform: uppercase;
border-bottom: 1px solid #00000047;
margin: 0;
padding-bottom: 4px;
width: 303px;
}
.ranting-heading img{
    width: 60px;
    height: 40px;
    margin-right: 12px;
}
.ranting-sub-title {
    color: #080808;
    font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 29px; /* 145% */
letter-spacing: 0.6px;
margin: 0;
padding-top: 4px;
}
.textareafield{
    /* width: 506px; */
    width: 100%;
    height: 216px;
    background-color: transparent;
    border-color: #292727;
    position: relative;
    margin-top: 38px;
    
    
}
.textareafield img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 17px;
    left: 14px;
}
.textareafield textarea{
    padding: 17px 32px ;
}
textarea{
    width: 100%;
    height: 100%;
    outline: none;
    appearance: none;
    background: transparent;
   
    border-radius: 10px;
    color: #818181;
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 207.143% */
letter-spacing: 0.42px;
resize: none;
}

.submit-btn-rant{
    color: #fff;
    border-radius: 8px;
    background: #262B29;
    font-family: "Poppins-Regular";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 27.098px;
letter-spacing: 0.45px;
outline: none;
border: none;
padding: 0px 11px;
position: absolute;
bottom: -9px;
left: 50%;
transform: translateX(-50%);
text-transform: capitalize;
}
.ranting-imgblog{
    /* margin-top: 53px; */
    width: 90%;
   margin: 10px auto 0px auto;
    text-align: center;
   
}
.ranting-imgblog img{
    width: 405px;
    height: 155px;
}
.ranting-imgblog .ranting-text{
 padding: 11px 0px 38px 0px;
 margin: 0;
 font-size: 14px;
}
.ranting-leftbtn{
    position: relative;
}
.ranting-leftbtn::after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #00000047;
    position: absolute;
    top: 0;
    
}
.ranting-leftbtn a{
    color: #FFF;
    font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30.098px;
letter-spacing: 0.45px;
background: #FB5411;
padding: 2px 25px;
display: inline-block;
border-radius: 10px;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-wrap: nowrap;
}
.ranting-leftbtn a:hover{
    zoom: 1.1;
    transition: all 1s;
}
/* .ranting-right{
    position: sticky;
    top: 0;
} */
.mi-copyright-blog{
    padding: 0px 15px;
}
.mi-copyright-blog p,.mi-copyright-blog a{
    margin: 0;
    /* font-family: Poppins-Thin; */
    font-size: 12px;
    line-height: 29px;
    /* padding: 0px 15px; */
    color: #ffffffb3;
    font-family: "Poppins-Light";
   
  }


  .anonymous-msg{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
    padding-bottom:50px ;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 20px;
  }

  .single-item{
    padding: 43px 43px 0px 43px;
  }
  .post-date{
    color: #100E0E;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.48px;
   letter-spacing: 0.30px;
  }
  .anonymous-msg .user{
    color: #100E0E;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.477px; /* 109.849% */
    letter-spacing: 0.3px;
  }
  .v-user-img{
    width: 40px;
    height: 40px;
    margin-right: 13px;
}
 .v-user-img img{
    width: 100%;
    height: 100%;
    width: 40px;
 }
  .reply-msg-header{
    gap: 30px;
  }
  .replay-text{
    font-size: 12.816px;
font-style: normal;
font-weight: 400;
line-height: 21.97px; /* 171.429% */
letter-spacing: 0.384px;
/*text-transform: capitalize;*/
padding-top: 10px;
color: #1E1B1B;
  }
  .reply-icon-section{
   padding-right: 30px;
   display: flex;
   justify-content: end;
   position: relative;
   overflow: hidden;
  
  }
  .reply-icon-section::after {
    /* content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
      border: 1px dashed #000; */
  }
  .reply-icon-section .icon-box{
    background-color: #fff;
display: flex;
align-items: center;
gap: 15px;
margin: 0;
width: fit-content;
padding: 2px 4px;
z-index: 1;
position: relative;

  }
  .reply-icon-section::after{
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    /* border: 1px dashed #000; */
    /* background-color: #000; */
    background-image: url('../images/Line\ 122.svg');
    top: 50%;
    left: 0;

  }
  .icon-box:hover{
    cursor: pointer;
   
  }
 
   .show-all-replies-wrapper{
    margin: 0px 20px 10px 43px;
   }
   .user-reply-wrapper{
    margin-bottom:12px
   }
   .txtreplyarea{
    min-height: 70px;
    font-size: 13px;
   }
   .error{
    color: red;
    font-size: 12px;
   }
   .reply-submission-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 18px;
   
   }
   .view-all-msg-text{
    display: flex;
    align-items: center;
   }
   .view-all-msg-text hr{
    width: 30px;
    margin: 0;
    border-top: 1px dashed #000;
    margin-right:5px;
   }
   .view-all-msg-text span,.view-less-msg-text span{
    font-size: 13px;
    line-height: 23px;
    color: #294962;
    cursor: pointer;
   }
   .view-all-msg-text span:hover,.view-less-msg-text span:hover{
    color: red;
   }
   .view-all-msg-text,.view-less-msg-text{
    padding-left: 40px;
   }
   .reply-submission-btn .cancel-reply{
    color: #1e1e1f;
    font-size: 12px;
    margin-right: 15px;
    cursor: pointer;
    text-transform: capitalize;
   }
   .cancel-reply:hover{
    color: red;
   }
   .reply-submission-btn .reply-btn{
    font-size: 15px;
    line-height: 15.6px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #1e1e1f;
    border-radius: 11px;
    padding: 4px 16px;
   }
   .anonymous-msg-footer{
    padding: 43px 100px 0px 43px;
    display: none;
     
   }
   .form-check-label{
    font-size: 14px;
   }
   .pageniation-arrow-btn button{
    outline: none;
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #262B29;
    color: #262B29;
    padding: 3px 10px;
    
   }
   .pageniation-arrow-btn button.page-next{
    color: #fff;
    background-color: #262B29;
   }
   .pageniation-arrow-btn button > span{
    margin-right: 5px;
    font-size: 13px;
   }
   .page-input{
    
    display: inline-block;
    appearance: none;
   padding: 0px;
   width: 43px;
   text-align: center;

   }
   .page-changeoption{
    display: flex;
    align-items: center;
    gap: 8px;

   }
   .page-changeoption  span{
    font-size: 13px;
   }


   .mi-popup-blog2{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    /* background-color: #00000087; */
    background-color: #0000006e;
    overflow: hidden;
    display: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */
   }
   

.mi-model-box{
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    /* min-height: 400px; */
    position: relative;
    top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }
 .mi-model-header{
     padding: 8px;
 }
 .close-popup2 i{
     font-size: 40px;
     cursor: pointer;
 
 }
 .close-popup2{
     line-height: 18px;
 }
 .mi-model-content{
     padding-top: 50px;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
     padding: 10px 10px 30px 10px;
 }
 .mi-model-content i.bi-check-circle-fill{
     color:#FF841E ;
 }
 .mi-model-content i{
     font-size: 50px;
 }
 .mi-model-content p{
     margin-bottom: 0px;
 }
 .mi-model-footer{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 15px 10px 10px;
 }
 .submission-text{
     font-weight: bold;
 }
 .mi-model-btn-close{
     border-radius: 5px;
     font-size: 14px;
     font-weight: 400px;
     cursor: pointer;
     background-color: #FF841E;
 }
 .close-popup{
    color: #ffffff;
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}
.pagination,.pagination2 {
    padding: 20px;
    justify-content: center;
  }
  .pagination,.pagination2,
  .pagination2 *,
  .pagination * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .pagination a,.pagination2 a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 4px;
  }
  .pagination a ,.pagination2 a {
    color: black;
    float: left;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-size: 13px;
}

.pagination a.current,.pagination2 a.current {
    background-color: #1e1e1fc7;
    color: white;
    border: 1px solid #1e1e1f;
}
.pagination a.current:hover,.pagination2 a.current:hover {
    color: #fff;
}
.pagination a:hover:not(.current),.pagination2 a:hover:not(.current) {border-color: #4f4f50;}
  .pagination a.disabled, .pagination2 a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
  }

.read-more{
    cursor: pointer;
    color: brown;
}  

   @media (max-width:1300px){
    /* .nav-bar{
        display: none !important;
    } */
    /* .banner-img{
        width: 100%;
    } */
   
   }
   @media (min-width:1200px) and (max-width:1300px){
    .banner-content-section{
    top: 210px;
    right: 6%;
    }
   }
   @media (max-width:991px){
    .about-img{
        margin-left: auto;
        margin-right: auto;
    }
    .textareafield{
         margin-left: auto;
         margin-right: auto;
    }
    .ranting-form-section{
        margin-top: 25px;
    }
   }
   @media (max-width:767px){
       .textareafield{
        width: 95%;
       }
       .ranting-imgblog img{
        width: 90%;
       }
       .textareafield{
        width: 100%;
       }
       .banner-content-section{
        width: 100%;
       }
    .pagination, .pagination2{
        flex-wrap: wrap;
        gap: 5px;
    }
  

   }
   @media (min-width:992px) and (max-width:1200px){
         .about-container{
          width: 95%;
         }
         .textareafield{
            width: 100% !important;
            margin-left: auto;
            margin-right: auto;
         }
         .banner-content-section{
            width: 450px;
    position: absolute;
    top: 161px;
    right: 8%;
         }
   }
   @media (max-width:1200px){
        .ranting-left,.ranting-right{
            width: 100%;
        }
        .ranting-right{
            margin-top: 50px;
        }
        .ranting-titlepart{
            text-align: center;
        }
        .ranting-titlepart .ranting-heading{
            margin-left: auto;
            margin-right: auto;
            text-align: start;
        }
        
   }
   @media (max-width:1023px){
       .banner-flag{
        height: auto;
    width: 100%;
    position: static;
    border-radius: 0px;
       }
       .banner-flag-content{
        margin-top: 0;
       }
       .banner-flag-content .line{
            display: none;
       }
       .banner-flag-text{
        padding: 25px 14px 25px;
       }
       .banner-content-section{
        width: 80%;
        margin-left:auto ;
        margin-right: auto;
        position: static;
        padding: 10px 0px 20px ;
       }
       .banner-content-section img{
            width: 465px;
       }
       .bg-banner{
        height: auto;
       }
       .banner-para-text{
        text-align: justify;
       }
   }

   @media (max-width:567px){
    .logo-icon{    width: 65px;
    height: 53px;
    }
    .ch68-logo{
        width: 85px;
    }
    .about-img {
        width: 85%;
    }
    .about-container{
        width: 95%;
    }
    .ranting-imgblog img{
        height: 130px;
        width: 80%;
    }
    .ranting-sub-title{
        text-align: start;
       
    }
    .ranting-heading{
        margin: 0 !important;
    }
    .banner-img{
        /* height: 140px; */
        height: 180px;
        width: 80% !important;
    }
    .banner-btn a{
       padding: 5px 14px 5px 14px;
    }
    .single-item{
        padding: 35px 23px 0px 23px;
    }
    .anonymous-msg-footer{
        flex-direction: column;
        gap: 10px;
    }
    .replay-text{
        font-size: 10px;
    }
    .reply-icon-section{
        margin-left:20px
    }
    .ranting-heading{
        font-size: 25px;
    }
    .ranting-imgblog .ranting-text{
        font-size: 13px;
    }
    .form-check-label{
        font-size: 11px;
    }
    .ranting-section .container{
        width: 100%;
    }
    .txtreplyarea{
        height: 110px;
    }
    .reply-msg-header{
         gap: 15px;
    }
    .anonymous-msg .user{
        font-size: 13px;
    }
    .post-date{
        font-size: 10px;
    }

   }
   @media (max-width:499px){
    .about-img {
        width: 100%;
    }
    .banner-img{
        height: 110px;
    }
   }
   @media (min-width:400px) and (max-width:499px){
    .banner-img{
    height: 160px;
    }
   }
   .pagination .pageNumber,.pagination .previousPage,.pagination .nextPage{
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 4px;
}
   .pagination .pageNumber,.pagination .previousPage,.pagination .nextPage {
    color: black;
    float: left;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-size: 13px;
   }
   .pagination .pageNumber.active {
    background-color: #1e1e1fc7;
    color: white;
    border: 1px solid #1e1e1f;
} 
    .pagination .previousPage i , .pagination .nextPage i{
        font-size: 10px;
    }
    .previousPage.disabled,.nextPage.disabled{
        opacity: 0.7;
        user-select: none;
        cursor: default;
    }

  @media (max-width:567px){
    .tablinks{
        font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    }
  }

    /* .tabs .tablinks{
        position: relative;
    }
    .tabs .tablinks b.left-curve {
        position: absolute;
        bottom: -1.5px;
        left: -20px;
        height: 100%;
        width: 20px;
        background: #fb5411;
        display: none;
    }

    .tabs .tablinks b.left-curve::before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        border-bottom-right-radius: 20px;
        background: #fdfdfd;
    }

    .tabs .tablinks b.right-curve {
        position: absolute;
        right: -20px;
        top: 0px;
        height: 100%;
        width: 20px;
        background: #fb5411;
        display: none;
    }

    .tabs .tablinks b.right-curve::before {
        content: "";
        right: 0;
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        border-bottom-left-radius: 20px;
        background: #fdfdfd;
    }

    .tabs .tablinks.active b.left-curve,
    .tabs .tablinks.active b.right-curve {
        display: block;
    } */

.d-flex-al-it-center{    display: flex;
    align-items: center;}
.ranting-btn {
    color: #fff;
    border-radius: 4px;
    background: #262B29;
    font-family: "Poppins-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.098px;
    letter-spacing: 0.45px;
    outline: none;
    border: none;
    padding:2px 13px;}