html{
    scroll-behavior: smooth;
}
body{
    background-color: rgb(255, 255, 255);       
    font-family: Arial, Helvetica, sans-serif;    
    margin: 0;
    /*background-image: url("/assets/image/00/tt-flag_2.jpg");*/
    background-image: linear-gradient(green, yellow,white);
}
.top_container{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    /* box-shadow: 0px 3px 5px #252525; */
    z-index: 10;
    background: url("/assets/image/00/bg-header-mob.png") repeat left;
    /* border: 1px solid blue; */
    /* display:inline-block; */
}
.top-conntent{
    padding: 0;
    left: 0;
    height: 100%;
    /* border: 1px solid red; */
    float: left;
    display:inline-block;
}
.top-con-left{
    width: 20%;
    /* width: 70px; */
    margin-top: -5px;
    margin-left: 0px;
    background: url("/assets/image/00/tt-flag-logo.png") no-repeat center;     
    /* box-shadow: 0px 0px 10px #252525;     */
    /* border: 1px solid red;  */
}
.top-con-middle{    
    width: 60%;
    /* width: 229px; */
    text-align: center;
    vertical-align: middle;
    font-size: 20pt;    
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000000;
    float: center;
    align-content: center;  
    /* border: 1px solid red;  */
    margin-top: 6px;    
}
.top-con-right{
    width: 20%;
    /* width: 70px; */
    float: right;
    align-content: center;
    margin-top: -5px;
    margin-right: 0px;
    background: url("/assets/image/00/tt-flag-lead.png") no-repeat center;
    /* box-shadow: 0px 0px 10px #252525; */
    /* border-radius: 75px; */
    /* border: 1px solid red;  */
}
.top-con-reg{    
    color: maroon;
    font-size: 8pt;
    float: right;
    margin-top: -22px;
    padding-right: 5px;    
    display:inline-block;    
}
.top-menu ul{
    list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 30px;
        background-color: #f1f1f1;
        position: fixed;
        /* height: auto; */
        overflow: auto;
        box-shadow: 2px 2px 2px #888888;
        z-index: 10;
}

      
      #cs-header li a {
        display: block;
        color: #000;
        padding: 8px 16px;
        text-decoration: none;
      }
      
      #cs-header li.active {
        background-color: #008547;
        color: white;
      }
      
      #cs-header li a:hover:not(.active) {
        background-color: #555;
        color: white;
      }
/* .main_container {
    padding: 16px;
  } */
  
  .sticky {
    position: fixed;
    top: 0;
    /* width: 100%; */
  }
  
  .sticky + .main_container {
    padding-top: 200px;
  }

.container{
    width: 100%; 
    height: auto;  
    /* display: flex;   */
    background-color: ghostwhite;
    border: 5px solid white;    
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 20px;
    margin: auto;
    margin-top: 15px; 
}
.img1{
    width: 100%;
    border-radius: 20px;
    display: inline-block;
        
}

.content{
    font-size: 10pt;
    display: inline-block;
    padding: 20px;
    background-color: ghostwhite;
}

.contenta{
    font-size: 10pt;
    display: inline-block;
    padding: 20px;  
}

.content-over{
    font-size: 10pt;
    position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 22, 34, 0.7); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 0px 0px 20px 20px;
  width: 95%;
}

.expand-div{
    font-size: 10pt;    
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}
.btn_circle {
    height: 40px;
    width: 40px;
    /* margin: 40px auto; */
    border: none;
    outline: none;
    /* background: url("/assets/svg/Arrow_down.svg") no-repeat; */
    background-color: #f1f1f1;
    cursor: default;
  }

.arrow-left{
    border: 1px solid red;
    height: 100%; 
    /* width: auto;  */
    float: left;
    vertical-align: middle;
}
.arrow-right{
    border: 1px solid red;
    height: 20%; 
    width: auto; 
    float: right;
}
/*=================*/

.con{
    width: 400px;
    height:auto;
    background-color: lightslategray;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.lft, .rgt{
    padding: 10px;
    display: inherit;
    background: rgba(231, 253, 34, 0.3);
    /* background: rgba(66, 66, 66, 0.3); */
    position: absolute;
    align-self: center;
    vertical-align: middle; 
    cursor: pointer;       
}
.mid{
    width: 100%;
    height: auto;
    align-self: center;
    vertical-align: middle;    
    border-radius: 15px;
    /* display: inline-block;     */
}
.mid-normal{        
    align-self: center;
    vertical-align: middle;    
    border-radius: 15px;
}
.lft{
    left: 0;
    border-radius: 0px 5px 5px 0px;
}
.rgt{
    right: 0;
    border-radius: 5px 0px 0px 5px;
}
div.lft:hover{    
    background: rgba(0, 224, 11, 0.5);
    color: beige;
}
div.rgt:hover{
    background: rgba(0, 224, 11, 0.5);
    color: beige;
}
.head-txt{
    font-weight: bolder;
    color: crimson;
    background-color: gold;
}
.hi-txt{
    font-weight: bold;
    color: green;
    background-color: gold;
}
.title-txt{
    width: 100%;
    font-size: 10pt;
    color:black;
    font-weight: bold;
    text-align: center;
    background-color:white;
    /* border-radius: 10px; */    
    /* box-shadow: 0 0 3px #555; */
    /* border: 1px solid red; */
}
/*===========about us========*/
.abt-us-container {
    width: 300px;
    /* width: 100%; */
    height: auto;
    background-color: rgb(245, 245, 245);            
    display: flex;
    position: absolute;
}

.abt-us-cont_img {
    /* width: 100px; */
    width: 25%;
    height: auto;
    background-color: rgb(245, 245, 245);             
    border-radius: 100px;
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
    /* box-shadow: 0 0 3px #ccc; */
    /* border: 1px solid #ddd; */
    padding: 5px;
}

.abt-us-cont_txt {
    width: 230px;
    /* width: 80%; */
    height: 20px;            
    background-image: linear-gradient(10deg, green , yellow);
    border-radius: 5px;            
    margin-top: 70px;
    margin-left: 50px;
    margin-bottom: 20px;
    padding: 100px 30px;
    color: white;            
    text-shadow: 0 0 3px #555;
    box-shadow: 0 0 3px #ccc;            
}
#abt-us-head-txt{
    font-size: 15pt;
    font-weight: bold;
}
#abt-us-post-txt{
    font-size: 12pt;
}
#abt-us-phone-txt{
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}
/*==========================*/
/* ====address======= */
.cs-contact-address{
    padding: 5px 5px 5px 25px; 
    color: black;
    font-size: medium;
}
.cs-contact-address a {
    display: block; 
    color: black;     
    text-decoration: none;
  }
/* ================ */
.cs-footer{
    float: left;
    height: 10%;
    width: 100%;      
    color: black;
    font-size: small;
    font-style: italic;      
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px;      
    /* background-image: url(../image/00/bg-footer.png);       */
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #9c9c9c;
    color: white;
    text-align: center;    
 }

  .btm_deactive{
      /* cursor:  */
  }
  .btn_active img{
  }
  
.tooltiptext {
    position: absolute;
    left: 0;
    /* bottom: 0; */
    margin-top: 20;
    width: 50%;
    height: 20px;
    background-color: #181717;
    color: white;
    text-align: center;
    
    visibility: hidden;
    /*width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip *//*
    position: absolute;
    z-index: 1;*/
  }
  
  .btm_circle:hover .tooltiptext {
    visibility: visible;
  }
/* ================= */
.main_container{    
    max-width: 500px;
    padding: 10px; 
    margin: auto;
}
.container1{
    width: 100%; 
    height: auto;
    /* background-color: ghostwhite; */
    background-color: lightslategray;
    display: flex;
    align-items: flex-start;
    border: 5px solid white;    
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 20px;
    margin: auto;
    margin-top: 15px; 
}
.container1blk{
    width: 100%; 
    height: auto;
    /* background-color: ghostwhite; */
    background-color: black;
    display: flex;
    align-items: flex-start;
    border: 5px solid white;    
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888888;
    /*border-radius: 20px;*/
    margin: auto;
    margin-top: 15px; 
}
.container1high{
    width: 100%; 
    height: auto;
    /* background-color: ghostwhite; */
    background-color: rgb(227, 247, 51);
    display: flex;
    align-items: flex-start;
    border: 5px solid white;    
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #888888;
    /*border-radius: 20px;*/
    margin: auto;
    margin-top: 15px; 
}
.menu-img{
    width: 30px; 
    height: 30px;
    margin: 3px;
  }
.btm_circle {    
    height: 40px;
    width: 40px;
    border: none;
    outline: none;
   margin: 5px;
   background-color: #f1f1f1;
    /* background: url("assets/svg/m_activity.svg") no-repeat; */    
    cursor: pointer;
    border-radius: 70px;
    display:inline-block;
  }
/*
@media screen and (max-width: 425px){
    .main_container{
        max-width: 100%;
    }
    .container{
        border: 1px solid green;
    }
    .top-con-middle{    
        width: 260px;
        text-align: center;
        font-size: 11pt;     
    }
    .top-con-reg{ 
        font-size: 8pt;  
        margin-top: -22px; 
    }
}*/
@media screen and (max-width: 375px){
    body{
        background-color: rgb(209, 209, 209);
        font-family: Arial, Helvetica, sans-serif;    
        margin: 0;  
        background-image: none;
    }
    .main_container{        
        max-width: 375px;
        padding: 10px; 
    }
    .top-con-middle{
        font-size: 11pt; 
    }
   /* .container{
        border: 1px solid red;
    }
    .top-con-middle{    
        width: 220px;
        text-align: center;
        font-size: 11pt; 
    }
    .top-con-reg{ 
        font-size: 8pt;  
        margin-top: -14px; 
    }*/
} 
@media screen and (max-width: 490px){
    body{
        background-color: rgb(209, 209, 209);
        font-family: Arial, Helvetica, sans-serif;    
        margin: 0;  
        background-image: none;
    }
    .main_container{        
        max-width: 375px;
        padding: 10px; 
    }
    .top-con-middle{
        font-size: 11pt; 
    }
   /* .container{
        border: 1px solid red;
    }
    .top-con-middle{    
        width: 220px;
        text-align: center;
        font-size: 11pt; 
    }
    .top-con-reg{ 
        font-size: 8pt;  
        margin-top: -14px; 
    }*/
}

