@import url('//fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --first-clr: #5dc243;
  }
  
 
  p, li
  {
      font-size:18px;
      line-height:2;
      font-weight:500;
  }
  
  .copy-right-section a
  {
      color: rgba(255, 255, 255, 0.849);
      text-decoration:none;
  }
   .copy-right-section a:hover
   {
       text-decoration:underline;
   }
  a
  {
         color: #5dc243;
         text-decoration:none;
      
  }
  a:hover
  {
      text-decoration:underline;
  }
  .headicon
  {
      display:flex;
      align-items:center;
      text-decoration:none;
  }
  .headP
  {
      font-weight:800;
      font-size:22px;
      letter-spacing: 1.5px;
  }
  .headPs1
  {
      color:#5dc243;
      
  }
  
  .toggleTools
  {
      z-index:90;position:relative;font-size:18px;font-weight:800;
  }
  
  .headPs2
  {
      
  }
  .headPs3
  {
      
  }
  .first-clr {
    color: var(--first-clr);
  }
  
  body {
    font-family: 'Raleway', sans-serif;
        background: #ffffff;
    
  }
  textarea
  {
      background-color: #5dc24317;
  }
  .landing-page {
    padding: 120px 0;
    /*user-select: none;*/
    
  }
  .landing-page .container-landing {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .landing-page .content {
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:10px;
    margin-bottom:20px;
  }
 .test-character {
    width: 95%;
    margin-top: 12px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 10px 10px 0 10px;
    border-radius: 10px;
}
.test-character #btn{
  visibility:hidden;
}
.test-character h2{
  border-bottom:5px solid gold;
  font-weight: 700;
  margin-bottom: 10px;
  font-size:18px;
  /*width:310px;*/
}
.test-character textarea{
  height: 60px;
}
  
  .landing-page .content .text-cont {
    width: 60%;
  }
  .landing-page .content .text-cont .header-landing {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    /*padding-top:90px;*/
  }
  .landing-page .content .text-cont .description-landing {
    font-size: 18px;
    margin: 10px 0;
    color: #18191a;
    font-weight: 400;
    width: 80%;
  }
  .landing-page .content .text-cont .btnp {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    padding: .9rem 1rem;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .1);
    transition: all .2s linear;
    border-radius: 8px;
  }
  .btnp {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    padding: .9rem 1rem;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .1);
    transition: all .2s linear;
    border-radius: 8px;
  }
  .landing-page .content .text-cont .btn-discover {
    min-width: 120px;
    margin-right: 5px;
    color: #000000;
    background-color: var(--first-clr);
    position:relative;
    top:-39px;
  }
  .btn-discover {
    min-width: 120px;
    margin-right: 5px;
    color: #FFF;
    background-color: var(--first-clr);
  }
  .btn-discover:hover {
    border-color: var(--first-clr);
    background-color: transparent;
    color: var(--first-clr);
  }
  .landing-page .content .text-cont .btn-discover:hover {
    border-color: var(--first-clr);
    background-color: transparent;
    color: var(--first-clr);
  }
  .underline-p{
    border-bottom:6px solid gold;
    margin-right: 10px; 
    color: rgb(0, 0, 0);
    /* font-size: 16px; */
  }
  .landing-page .content .text-cont .btn-play {
    color: var(--first-clr);
    border: 1px solid;
    background: transparent;
  }
  .landing-page .content .text-cont .btn-play:hover {
    border-color: var(--first-clr);
    background-color: var(--first-clr);
    color: #FFF;
  }
  
  .landing-page .content .img-cont {
    width: 403px;
    height:448px;
    /* border:1px solid; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 20px;
    padding:20px 50px 50px 50px
  }
  .landing-page .content .img-cont::before,
  .landing-page .content .img-cont::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: var(--first-clr);
  }
  .landing-page .content .img-cont::before {
    top: -5%;
    left: -7%;
    width: 100%;
    height: 60px;
  }
  .landing-page .content .img-cont::after {
    height: 25vh;
    width: 25vh;
    max-width: 180px;
    max-height: 180px;
    bottom: -5%;
    left: -5%;
    border-radius: 0 0 0 15px;
  }
  .landing-page .content .img-cont .imgp {
    width: 100%;
    display: block;
    border-radius: 0 0 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  }
  
  @media (max-width:991px)
{
  header,
  header.sticky{
    padding:20px 50px;
    z-index: 1000;
  }
  .toggleTools
  {
      z-index:90;position:relative;font-size:27px;font-weight:800;
  }
  ul li ul li
  {
      padding:5px 10px;
  }
  .dropdown li a
{
    font-size:16px;
}
  .menu
  {
    position: fixed;;
    top:108px;
    left:-100%;
    display: block;
    padding: 100px 14px;
    text-align: right;
    width:100%;
    height: 100vh;
    transition: .5s;
    background: #fff;
    z-index: 999;
    border-top: 1px solid rgba(0,0,0,0.2);
  }
  .menu.active{
    left:0;
  }
  .dropdown
  {
      left:0;
      right:0;
      margin-left:auto;
      margin-right:auto;
      z-index:120;
      height: 470px;
    overflow: auto;
top:-57px;
text-align:left;
  }
  header ul li a{
    color: black;
    font-size: 1.5em;
    font-weight: 300;
  }
  .toggle{
    position: relative;
    width: 40px;
    height: 40px;
    background: url("https://www.chatonic.ai/images/burger.png");
    
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
.headicon
{
    /*flex-direction:column;*/
}

header
{
    padding:10px !important;
}
}
    .toggle.active{

      background: url("https://www.chatonic.ai/images/close.png");
      background-size: 30px;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
    }

  

  
  @media screen and (max-width: 950px) {
    .landing-page {
      padding: 125px 0;
      
      
    }
    .landing-page .content .img-cont{
        height: auto;
    }
  }
  @media screen and (max-width: 750px) {
    .landing-page .content {
      flex-direction: column;
    }
   
    .outer_panel{
margin-top: 35px;}
    .landing-page .content .text-cont,
    .landing-page .content .text-cont .description-landing {
      width: 100%;
    }
    .test-character
    {
        width:unset;
    }
    .landing-page .content .text-cont {
      text-align: center;
      /*margin-top:30px;*/
    }
    
    .landing-page .content .img-cont {
      width: 80%;
      margin-top: 80px;
      height:auto;
      
    }
     
  }
  @media screen and (max-width: 500px) 
  {
      .landing-page .content .text-cont .description-landing {
     
      text-align:left;
    }
  }
  @media screen and (max-width: 450px) 
  {
      .landing-page .content .img-cont {
      width: 90%;
      padding: 30px 15px;
      
    }
  }
textarea{
    width: 100%;
    height: 70px;
    border:none;
    border-radius: 6px;padding-top:5px;
    /* box-shadow: r
    gba(0, 0, 0, 0.1) 0px 4px 12px; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.t-b-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top:-20px;
}

.left-sec-head{
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5em;
}

.left-side-button{
    margin-top: 15px;
    padding:13px 20px;
    /* width: 180px; */
    background: #5dc243;
    color: white;
    border:0;
    border-radius: 10px;
    font-weight: 600;
    font-size:16px;
     border: 1px solid transparent;
}
.left-side-button:hover
{
   border-color: var(--first-clr);
    background-color: transparent;
    color: var(--first-clr); 
   
}


header .logo{
  font-weight: 800;
  font-size: 1.6em;
  color:rgb(0, 0, 0);
  text-decoration: none;
}

header{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: space-between;
  z-index: 10000;
  padding:0px 100px;
  transition: .6s;
  background:white;
}

header ul{

  display: flex;
  justify-content: space-between;
}
header ul li{
  padding-top: 10px;

  padding-left: 20px;
  list-style: none;
}
header ul li a{
    font-weight: 800;
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    /*border-bottom: 5px solid gold;*/
}
header ul li a:hover{
   
    color: #5dc243;
    border-bottom: 5.5px solid gold;
}
header.sticky{
  background: #fff;
  padding:10px 100px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  
}
header.sticky .logo{
  color: black;
}
header.sticky ul li a{
  color:black;
  font-weight:600;
}
.heading h2{
  text-align: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 700;
  width: 100%;
}


 
.text-flex{
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
}
.character-display{
  display: flex;
  position:relative;
  top:58px;
  left:5px;
  color:grey;
  font-size:14px;
}

.tool-content{
    width: 97%;
    background: #FFF;
    height:auto;
    margin:0 auto;
    border-radius:10px;
}
.tool-content-flex{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* overflow: auto; */
}
.main-content-div{
    width: 70%;
    /* background: rgba(255, 192, 203, 0.582); */
    /* height: 100vh; */
    padding: 10px;
}
.table-of-content-div{
    width: 28%;
   
    /* height: 100vh; */



}
.other-tools{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    background: #5dc24317;


}
.tools-ul{
    list-style: none;
    
}
.other-tools h2{
    font-weight: 900;
    line-height: 1.5;
    margin-bottom:30px

}
.tools-ul li
{
    padding: 10px 0;
}
.tools-ul li a{
   
    text-decoration: none;
    color: #5dc243;
    /*border-bottom:5px solid gold;*/
    font-weight: 700;
    line-height: 1.5;
   
}

.tools-ul li a:hover{
   
    /* text-decoration: none; */
    color: #000000;
    border-bottom:5px solid gold;
   
}

.other-tools h2 span{
    /*border-bottom:6px solid gold;*/
    
}
.first-content-heading{
    margin: 15px 49px 10px 49px;

}
.first-content-heading h2{
    color: #5dc243;
    
    /* width: 253px; */
    font-weight: 900;
    font-size: 28px;
    margin-bottom:20px;
}
.first-content-heading p{
    line-height: 1.5;
    font-size: 18px;
}

.why-mba-sec-p{
    line-height: 1.5;
    font-size: 18px;
    /* text-align: center; */
    /* color: #FBCA1F; */
    /* width: 70%; */
    margin: 15px 49px 10px 49px;
  }


    
  .mba-heading-h2{
    font-size: 28px;
    margin: 30px 48px 0 48px;
    font-weight: 900;
    /* width: 760px; */
    line-height: 1.5em;
  }
  .opening-p{
    padding: 20px 190px;
    text-align: center;
    line-height: 1.5em;
  }
.link-underline{
 
  color: #5dc243;
  text-decoration: none;
  /* border-bottom: 3px solid gold; */
}
.link-underline:hover{
    color: #000000;
  text-decoration: none;
  border-bottom: 5px solid gold;
  /* font-weight: 800; */
}

.dropdown {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  min-width: 17rem;
  position: absolute;
  transition: all 0.5s ease;
  height: 450px;
    overflow: auto;
  /* margin-top: 1rem; */
  /* left: 0; */
  /* top:42px; */
  display: none;
border:2px solid #5dc243;

}
.dropdown li a{
  font-weight: 600;
}
.dropdown li a:hover{
border-bottom:5px solid gold;
color:#5dc243;

}
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/**ripple effect**/
.circles {
	 height: 10vmin;
	 position: relative;
	 width: 10vmin;
}
 .circles > .ripple {
	 animation: growAndFade 3s infinite ease-out;
	 background-color: #ff7200;
	 border-radius: 50%;
	 height: 100%;
	 opacity: 0;
	 position: absolute;
	 width: 100%;
}
 .circles .circle1 {
	 animation-delay: 1s;
}
 .circles .circle2 {
	 animation-delay: 2s;
}
 .circles .circle3 {
	 animation-delay: 3s;
}
 @keyframes growAndFade {
	 0% {
		 opacity: 0.25;
		 transform: scale(0);
	}
	 100% {
		 opacity: 0;
		 transform: scale(1);
	}
}
/**ripple effect**/

 ul li ul li {
    clear: both;
    width: 100%;
    padding: 5px 50px;
    border-bottom: 0.5px solid #0088dd33;
}
 


    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 88%;
        margin:10px auto
      }
      
      td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
      }
      
      tr:nth-child(even) {
        background-color: #dddddd;
      }
    

  .listing-section{
    margin: 15px 49px 10px 49px;
  }
  
  .listing-section li
  {
      color:black;
      list-style:none;
  }
  .listing-section h3{
    font-weight: 800;
    font-size: 20px;
    color: #5dc243;
    
    margin:10px 0;
  }
  .listing-section h3 span{
    /*border-bottom:5px solid gold;*/
    color:#5dc243;
    font-weight: bold;
  }
  .listing-section p{
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .whatsapp-image{
    width: 900px;
  }
    
@media (max-width:840px) {
   
    .why-mba-sec-p{
      width: 95%;
    }
    .opening-p{
      padding: 20px 70px;
    }
    .whatsapp-image{
        width: 400px;
      }
      .first-content-heading h2{
        line-height: 1.5;

      }
  }
   @media screen and (max-width: 750px)
   {
       .landing-page .content .text-cont .btn-discover
    {
        min-width:100%;
        top:-28px;
    }
   }
  @media (max-width:700px) {
   
   .table-of-content-div
   {
       width:unset;
   }
    .tool-content-flex{
        flex-direction: column;
    }
    .main-content-div{
        width: 93%;
    }
    .why-mba-sec-p{
        width: unset;
    }
    .listing-section h3 span{
        line-height: 1.5;
    }
  }
  @media (max-width:500px) {
   
    .why-mba-sec-p{
        margin: 10px;
    }
    .whatsapp-image {
        width: 295px;
    }
    .main-content-div{
        padding: 0;
    }
    .main-content-div{
        width: 100%;
    }
    .first-content-heading {
        margin: 15px 17px 10px 19px;
    }
  }
  @media (max-width:400px) {
    .listing-section {
        margin: 15px 13px 10px 13px;
    }
  }
  
  
  @import url('//fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    font-family: "Raleway";
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
footer{
    background: #5dc243;
    color:black;
    margin-top: 50px;
    padding: 50px 0px;
}
footer p, footer li {
    font-size: 16px;
    line-height: unset;
}
.footer-section{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;

    
}
.footer-parts{
    flex:1;                                      /* this should be changed    flex:25%;   */
   
}

.footer-logo img{
    width: 300px;
    padding-top:10px;
    padding-bottom:10px;
}
.footer-logo
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    background: white;
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 20px;

}

.logo_header {
    width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.invisibe-text-logo{
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1.5px;

}
.invisibe-text-logo span:nth-child(2){
    color: black;
}
.invisibe-text-logo span:nth-child(3){
    color: black;
}
.description-footer{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 20px 43px;

}
.social-media-icons{
    text-align: center;
  
}
.social-media-icons p{
    font-size: 18px;
    font-weight: 700;
    padding-top :15px;
}
 .icons-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    margin: 20px 0;

 }
 .icons-ul li{
    list-style: none;
 }
 .icons-ul img{
    width: 35px;
 }
.tools-div{
 padding-left: 60px;

}
.tools-div h3{
    font-size: 25px;
    margin-bottom: 30px;
}
.tools-div ul li{
list-style: none;
padding: 12px 0;
}
.tools-div ul li a{
    color: black;
    text-decoration: none;
    font-size:14px;
    font-weight: 600;
}
.tools-div ul li a:hover{
opacity: .8;
}
.blog-div a{
    
    font-size:16px !important;

    }
    .button-flex{
        display:flex;
        align-items: center;
        justify-content:center;flex-wrap: wrap;
        gap:5px;
        margin: 30px 0;
    }
    .button-flex button{
        padding: 15px;
        background:#79a301;
        border-radius: 8px;
        border:0;
        color: white;
        font-size: 14px;
        font-weight: 600;

    }
    .button-flex button:hover{
        opacity: .9;
    }
    .button-flex button:nth-child(2){
       
        background:#ffffff;
        color: black;
      

    }
    .footer-parts textarea{
        width: 100%;
    border-radius: 10px;
    border: 0;
    height: 150px;
    resize: none;
    margin-top: 20px;
    background: white;
    }
  .submitbutton{
    margin-top: 10px;
  }
  .submitbutton button{
    padding: 10px 20px;
    background:#2d2d2d;
    border-radius: 13px;
    border:0;
    color: white;
    font-size: 14px;
    font-weight: 800;
    transition: .9s;
    

}
.submitbutton button:hover{
    color:#2d2d2d;
 
    background: white;
}
.footer-parts:last-child{
    padding-right: 38px;

}
.footer-parts:last-child h3{
    font-size: 17px;
}
@media(max-width:950px) {
    .footer-parts{
        flex: 100%;
      }
      .footer-parts:last-child h3 {
        font-size: 17px;
        text-align: center;
    }
    .tools-div {
       
        text-align: center;
    }
    .footer-parts:last-child {
        padding-right: 0;
        margin: 10px;
    }
    
    .footer-parts:last-child h3{
        font-size: 25px;
        margin-top: 20px;
    }
    .tools-div{
        padding-left: unset;
    }
    .description-footer{
        margin: 0 auto;
        text-align: center;
        
    }
    .submitbutton{
        text-align: center;
    }
    }
    @media(max-width:360px) {
        .footer-logo{
            width: 93%;

        }
    }
    
    /*blog*/
    @import url('//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


.inner-blog-container{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.topic-section{
    padding: 200px 0px 230px 0;
    background: rgb(48,46,167);
    color: white;
   width: 100%;
   text-align: center;
}
.topic-section h1{
 font-size: 64px;
    font-weight: 900;
    margin: 0 20px;

} 
.img-section{
    position: relative;
    top:-100px;
}
.img-section img{
    border-radius: 20px;
    max-width: 767px;
    width: 100%;
}
.content-social-div{
    position: relative;
    max-width: 1230px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-content{
  
 position: relative;
 max-width: 790px;
 width: 100%;
 top:-330px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
  
}

.admin-name p
{
    margin-bottom:0;
}
.blog-content h2 span {
    font-size: 33px !important;
    font-weight: 800;
    font-family: system-ui !important;
}
.blog-content h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 15px 0;
}
.stick-social{
    height: 250px ;
    width: 100%;
    /* background-color: aliceblue; */
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-options {
    display: flex;
    flex-direction: column;
    gap:20px;
    background-color: rgb(214, 237, 255);
    border-radius: 20px;
    padding: 20px 10px;
}
.share-options img{
    width: 22px;
}
.related-articles{
    width: 200px;
    height: auto;
    color: white;
    background-color: #5dc243;
    border-radius: 10px;
    padding: 14px 0px;
    position: relative;
    right: -100px;
}
.related-articles h3{
margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    font-weight: 900;
    padding: 3px 11px;

    }
    .related-articles h3 span{
        border-bottom:5px solid gold;
        
            }
    .related-articles ul{
        text-align: left;
            }
            .related-articles ul li{
                text-align: left;
                padding: 7px 20px;
                font-size: 500;
                    }
                    .related-articles ul li a{
                       color:white;
                       font-weight: 600;
                       text-decoration: none;
                            }
                            .related-articles ul li a:hover{
                                opacity: .8;
                                text-decoration: none;
                                     }
.topic-sec-p{
    
    font-size: 20px;
    margin-bottom: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    align-items: center;

}
.author-div{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction:column;
    position: relative;
    top:15px;
    gap:10px;
}
.author-div img{
    width: 39px;
}
.admin-name{
    display: flex;
    flex-direction: column;
    /*justify-content: left;*/
    /*align-items: baseline;*/
    font-weight: 600;
}
.admin-name p:last-child{
    color: rgba(247, 247, 247, 0.616);
    font-size: 14px;font-weight: 500;
}
@media(max-width:1160px){
    .blog-content{
        position: relative;
        top:0;
    }
    .related-articles{
        right: 0;
    }
}
@media(max-width:700px){
    .topic-section h2{
        font-size: 40px;
    }
    .blog-content{
        padding: 10px 15px;
    }
}