/* Theme Name: CHAT AI 
    Author: CHATAI
    Author URL: chatai.com 
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}
html, body {
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  body{
    background: #E4E4EE;
    color: #141516;
  }
  body.dark{
    background: #1E1E1E;
    color: #fff;
  }
img{
    max-width: 100%;
}
input:focus, textarea:focus{
    outline: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.wrapper{
    max-width: 1074px;
    margin: 0 auto;
    padding: 0 15px;
}
/*** header ***/
.header_main{
    background: #FFFFFF;
    width: 100%;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
body.dark .header_main{
  background: #090A0D;
}
.header_top{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #FF284F;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.header_top .text_underline{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
/*  text-decoration-line: underline;*/
  padding-left: 10px;
}
.header_iner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
body.dark .header_iner > a>img{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.mob_menu{
    display: none;
}
.header_right{
    display: flex;
    align-items: center;
}
.header_right ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.header_right ul a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #909192;    
}
body.dark .header_right ul a{
  color: #fff;
}
.header_right ul li{
    margin-right: 60px;
}
.header_cta{
    display: flex;
    align-items: center;
}
.header_mode{
  margin-left: 24px;
}
.header_cta a, .header_cta a:last-child:hover{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #362FD9;  
    padding: 12px 32px;  
    border: 1px solid #362FD9;
    border-radius: 4px;
    background: #fff;
}
body.dark .header_cta a, body.dark .header_cta a:last-child:hover{
  background: transparent;
  color: #fff;
}
.header_cta a:last-child, .header_cta a:first-child:hover{
    background: #362FD9;
    color: #fff;
}
body.dark .header_cta a:last-child, body.dark .header_cta a:first-child:hover{
  background: #362FD9;
}
.header_cta a:last-child{
    margin-left: 15px;
}
/*** header ***/
/*** footer ***/
.footer_main{
    width: 100%;
    padding: 50px 0;
}
.footer_iner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    align-items: flex-start;
}
.footer_iner > div p:not(:first-child){
  margin-top: 10px;
}
.footer_iner ul{
    display: flex;
    list-style: none;
    align-items: center;
}
.footer_iner ul li:not(:last-child){
    margin-right: 24px;
}
.footer_iner ul li a{
    color: inherit;
}
/*** footer ***/
/*** Home ***/
.home_hero_section{
    width: 100%;
    padding: 190px 0 200px;
}
.home_hero_iner{
    display: flex;
    justify-content: space-between;
}
.home_hero_left{
    width: 50%;
}
.home_hero_left > img{
    margin-bottom: 35px;
}
.home_hero_left h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
      
    margin-bottom: 20px;
}
.home_hero_left p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
      
    margin-bottom: 18px;  
}
.home_hero_img{
    width: 50%;
}
.home_hero_cta{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_hero_cta a{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: calc(50% - 8px); */
    width: 100%;
    height: 88px;
    background: #362FD9;
    border-radius: 8px;
    border: 2px solid #362FD9;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 30px;
}
body.dark .home_hero_cta a, body.dark .home_hero_cta a:first-child:hover{
  color: #fff;
}
.home_hero_cta a img{
  margin-right: 10px;
}
.home_hero_cta a:first-child img, body.dark .home_hero_cta a img, body.dark .home_hero_cta a:first-child:hover img{
  filter: brightness(0) invert(1);
}
.home_hero_cta a:first-child:hover img{
  filter: none;
}
.home_hero_cta a:not(:first-child):hover{
    background: #362FD9;
    color: #fff;
}
.home_hero_cta a:first-child{
    width: 100%;
}
.home_hero_cta a:not(:first-child), .home_hero_cta a:first-child:hover{
    color: #362FD9;
    background: transparent;
}
.home_hero_cta a:not(:first-child):hover img{
    filter: brightness(0) invert(1);
}
.home_hero_img{
    margin-right: -80px;
}
.home_chatgpt_section{
    width: 100%;
    padding: 120px 0;
}
.home_chatgpt_iner{
    width: 100%;
    text-align: center;
}
.home_chatgpt_iner h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
      
    margin-bottom: 20px;  
}
.home_chatgpt_iner p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
     
    margin-bottom: 45px;   
}
.home_chatgpt_iner a{
    width: 256px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #362FD9;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;   
    border: 2px solid #362FD9; 
}
.home_chatgpt_iner a:hover{
    color: #362FD9;
    background: transparent;
}
.home_started_section{
    width: 100%;
    padding: 280px 0 0px;
}
.home_started_iner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_started_img img{
    margin-left: -98px;
    max-width: unset;
}
.home_started_right{
    max-width: 510px;
    padding-left: 45px;
}
.home_started_right h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
       
    margin-bottom: 20px; 
}
.home_started_right > p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    
    margin-bottom: 50px;  
}
.home_steps_main{
    width: 100%;
    padding:25px 0;
}
.home_steps_main:not(:last-child){
    border-bottom: 1px solid #DBDFEA;
}
.home_steps_main h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
        
    margin-bottom: 10px;
}
.home_steps_main h4 span{
    color: #909192;
    font-weight: 300;
    margin-right: 20px;
    display: inline-block;
}
.home_steps_main p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
       
    margin-bottom: 10px; 
}
.home_steps_main a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #362FD9;    
}
.home_features_section{
    width: 100%;
    padding: 200px 0 0px;
}
.home_ai_section a[href="javascript:void(0)"]{
  cursor: default;
}
.home_features_top{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.home_features_top h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
      
    margin-bottom: 20px;  
}
.home_features_top p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
        
}
.home_features_cont{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.home_features_main{
    width: 336px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 25px;
    border-left: 8px solid;
}
body.dark .home_features_main{
  background: #141516;
}
.home_features_main h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;    
    margin-bottom: 8px;
}
.home_features_main p{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
        
}
.home_pricing_section{
    width: 100%;
    padding: 200px 0 0;
}
.home_pricing_top{
    width: 100%;
    text-align: center;
}
.home_pricing_top h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
      
    margin-bottom: 30px;  
}
.home_pricing_top >span{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #362FD9;
    display: inline-block;
    margin-bottom: 20px;
}
.home_pricing_top p{
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
    
}
.home_hero_iner .slick-dots{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.home_hero_iner .slick-dots button{
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,.5);
  border-radius: 12px;
  border: none;
  overflow: hidden;
  text-indent: -99999px;
}
.home_hero_iner .slick-dots .slick-active button{
  width: 32px;
  background: #fff;
}
.home_hero_iner .slick-dots li:not(:last-child){
  margin-right: 10px;
}
.home_pricing_top_btm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 40px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 6px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  input:checked + .slider {
    background-color: #362FD9;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px #362FD9;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .home_pricing_switch{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home_pricing_switch >span{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    
    font-weight: 500;
  }
  .home_pricing_top_btm.on .home_pricing_switch >span:first-child, .home_pricing_switch span:last-child{
    color: #909192;
    font-weight: 300;
  }
  .home_pricing_switch label{
    margin: 0 25px;
  }
  .home_pricing_top_btm.on .home_pricing_switch >span:last-child{
    
    font-weight: 500;
  }
  .home_pricing_top_btm>span{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0F121F;  
    background: #7CCD4A;
    border-radius: 3px;
    padding:2px 10px;  
    margin-left: 15px;
    display: none;
  }
  .home_pricing_top_btm.on > span{
    display: block;
  }
  .home_pricing_outer{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
  }
  .home_pricing_outer:before{
    width: 280.31px;
    height: 115px;
    content: '';
    position: absolute;
    left: -25px;
    bottom: -25px;
    background: url(../png/plans-before.png) no-repeat;    
    z-index: -1;
  }
  .home_pricing_outer:after{
    width: 236px;
    height: 284px;
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    background: url(../png/plans-after.png) no-repeat;    
    z-index: -1;
  }
  .home_pricing_main{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 50px 38px;
    text-align: center;
    width: 331px;
    position: relative;
    padding-bottom: 108px;
  }
  body.dark .home_pricing_main{
    background: #141516;
  }
  .home_pricing_main:nth-child(2), body.dark .home_pricing_main:nth-child(2){
    background: #362FD9;
  }
  .home_pricing_main_top{
    width: 100%;
    padding-bottom: 35px;
  }
  .home_pricing_main_top h4{
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
      
    margin-bottom: 15px; 
  }
  .home_pricing_main:nth-child(2) .home_pricing_main_top h4,
  .home_pricing_main:nth-child(2) .home_pricing_main_top p,
  .home_pricing_main:nth-child(2) .home_pricing_pricing,
  .home_pricing_main:nth-child(2) .home_pricing_main_btm ul li{
    color: #fff;
  }
  .home_pricing_main_top p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #909192;  
    min-height: 48px;
  }
  .home_pricing_pricing{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #E9E9EC;
    border-bottom: 1px solid #E9E9EC;
    font-size: 30px;
    line-height: 48px;
    color: #362FD9;
    min-height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home_pricing_pricing h4 span{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;   
    display: block;
    text-align: center;
    margin-top: 2px;
  }
  .yearly{
    display: none;
  }
  .home_pricing_main_btm{
    width: 100%;
  }
  .home_pricing_main_btm ul{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    flex-wrap: wrap;
    padding: 20px 0 50px;
    min-height: 382px;
  }
  .home_pricing_main_btm ul li{
    width: 100%;
    padding-left: 40px;
    margin-top: 12px;
    background: url(../svg/check.svg) no-repeat left 0px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    
    text-align: left;
  }
  .home_pricing_main:nth-child(2) .home_pricing_main_btm ul li{
    background: url(../svg/check-white.svg) no-repeat left 0px;
  }
  .home_pricing_main_btm > a{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;  
    height: 48px;
    width: calc(100% - 76px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #362FD9;
    border-radius: 4px;
    border: 2px solid #362FD9;
    bottom: 50px;
    left: 38px;
    position: absolute;
  }
  .home_pricing_main:nth-child(2) .home_pricing_main_btm > a{
    color: #362FD9;
    background: #fff;
    border-color: #fff;
  }
  .home_pricing_main:nth-child(2) .home_pricing_main_btm > a:hover{
    background: #362FD9;
    color: #fff;
  }
  .home_pricing_main_btm > a:hover{
    background: #fff;
    color: #362FD9;
  }
  body.dark .home_pricing_main_btm > a:hover, body.dark .home_pricing_main:nth-child(2) .home_pricing_main_btm > a:hover{
    background: transparent;
    color: #fff;
  }
  .home_ai_tools{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    text-align: center;
  }
  .home_ai_tools p{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
       
    margin-top: 15px;
    text-align: center;
  }
  .home_ai_tools img{
    height: 100px;
    width: auto;
  }
  .home_testimonials_section{
    width: 100%;
    padding-top: 200px;
  }
  .home_testimonials_iner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .home_testimonials_right{
    width: 55%;
    padding-left: 35px;
    padding-top: 70px;
  }
  .home_testimonials_right p{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
       
    margin-bottom: 15px;
  }
  .home_testimonials_img{
    background: #FFFFFF;
    border-radius: 18px;
    padding:10px;
    width: 45%;
  }
  .home_testimonials_right h4{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #362FD9; 
    margin-bottom: 5px; 
  }
  .home_testimonials_right > span{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
       
  }
  .home_testimonials_carousel .slick-arrow{
    width: 110px;
    height: 58px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    border: none;
    overflow: hidden;
    text-indent: -999999px;
    z-index: 1;
  }
  body.dark .home_testimonials_carousel .slick-arrow{
    background: #141516;
  }
  .home_testimonials_carousel .slick-arrow:focus{
    overflow: none;
  }
  .home_testimonials_carousel .slick-arrow.slick-prev{
    background: url(../svg/left-grey.svg) no-repeat center #fff;
    left: calc(45% + 50px);
  }
  .home_testimonials_carousel .slick-arrow.slick-prev:hover{
    background: url(../svg/left.svg) no-repeat center #fff;
  }
  .home_testimonials_carousel .slick-arrow.slick-next{
    background: url(../svg/right-grey.svg) no-repeat center #fff;
    left: calc(45% + 170px);
  }
  .home_testimonials_carousel .slick-arrow.slick-next:hover{
    background: url(../svg/right.svg) no-repeat center #fff;
  }
  .home_faq_section{
    width: 100%;
    padding: 200px 0 0;
  }
  .home_faq_wrap{
    width: 100%;
    display: inline-block;
  }
  .home_faq_main{
    width: 100%;
    background: #F1F3F8;
    border-radius: 8px;
    margin-top: 10px;
  }
  body.dark .home_faq_main{
    background: #141516;
  }
  .home_faq_main h4{
    width: 100%;
    padding: 25px 35px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    
    border-bottom: .5px solid transparent;
    position: relative;
    cursor: pointer;
  }
  .home_faq_main h4:before{
    content: url(../svg/arrow.svg);
    position: absolute;
    right: 20px;
    top: 25px;
    transform: rotate(180deg);
  }
  body.dark .home_faq_main h4:before{
    content: url(../svg/arrow-white.svg);
  }
  .home_faq_main.toggle h4:before{
    transform: none;
  }
  .home_faq_main.toggle h4{
    border-color: rgb(146 144 144 / 45%);
  }
  .home_faq_main h4 span{
    color: #362FD9;
  }
  .home_faq_main > div{
    padding: 25px 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    
    display: none;
  }
  .home_faq_main > div ul,
  .home_faq_main > div ol{
    padding-left: 20px;
  }
  div.cky-revisit-bottom-left{
    display: none;
  }
  /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C8CED4;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 5px;
  bottom: 4px;
  background: url(../svg/light.svg) no-repeat center #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  background: url(../svg/dark.svg) no-repeat center #141516;
}
input:checked + .slider{
  background: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22.5px;
}

.slider.round:before {
  border-radius: 50%;
}
/*** Home ***/
.discount_banner{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #362FD9;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  z-index: 100;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  box-shadow: 0 -1px 10px 0 #acabab4d;
}
.discount_banner h4{
  font-weight: 400;
}
.discount_banner span:not(.discount_banner_close), 
.discount_banner a{
  text-decoration: underline;
  font-weight: 700;
}
.discount_banner_close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.discount_banner_close:after,
.discount_banner_close::before{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
  cursor: pointer;
}
.discount_banner_close:after{
  bottom: 45%;
  transform: rotate(-45deg);
}
.offer_baner_active .home_hero_section, .offer_baner_active .header_main{
  margin-top:43px;
}

/*** blog Page ***/
.blog_crousel{
  width: 100%;
  display: inline-block;
}
.blog_hero_carousel_main{
  width: 100%;
  display: inline-block;
  padding: 140px 0 90px;
  position: relative;
}
.blog_hero_carousel_main:after{
  background: linear-gradient(90deg, #000 0%, #000 16.18%, rgba(0, 0, 0, 0.10) 50%, #000 90.91%, #000 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog_hero_carousel_iner{
  position: relative;
  z-index: 1;
  color: #fff;
}
.blog_hero_carousel_iner h2{
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  max-width: 800px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 110px;
  min-height: 220px;
}
.blog_hero_carousel_iner p{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 600px;
  min-height: 90px;
  margin-top: 15px;
}
.blog_hero_carousel .slick-arrow{
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  right: calc((100vw - 1074px)/2);
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  text-indent: -1111111px;
  background: url(../png/arrow-right.png) no-repeat center;
  border: none;
  background-size: 95% auto;
}
.blog_hero_carousel .slick-arrow.slick-prev{
  right: calc((100vw - 1074px)/2 + 40px);
  background: url(../png/arrow-left.png) no-repeat center;
  background-size: 95% auto;
}
.blog_category_section{
  width: 100%;
  padding: 60px 0;
  background: #F1F3F8;
}
.blog_category_iner{
  width: 100%;
  display: flex;
  align-items: center;
}
.blog_category_iner h3{
  font-size: 48px;
  font-weight: 600;
  padding-right: 20px;
}
.custom_select{
  flex-grow: 1;
  position: relative;
  border-bottom: 1px solid #909192;
}
.custom_select:after{
  content: url('../png/arrow-down.png');
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.custom_select select{
  appearance: none;
  height: 60px;
  border: none;
  color: #909192;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  padding: 0 25px 0 15px;
  background: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.custom_select select:focus{
  outline: none;
}
.blog_white_main{
  width: 100%;
  display: inline-block;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog_featured_section{
  width: 100%;
  padding: 65px 0 0;
  display: inline-block;
}
.blog_featured_section_top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog_heading{
  font-size: 36px;
  font-weight: 600;
}
.blog_featured_section_top input{
  width: 424px;
  height: 48px;
  border: none;
  border-bottom: 1px solid #909192;
  padding: 0 10px 0 40px;
  background: url('../png/search-normal.png') no-repeat 10px center;
}
.blog_featured_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_featured_list .blog_list_main:nth-last-child(2) .blog_list_cat{
  height: 148px;
  padding: 10px;
  border-radius: 4px;
}
.blog_featured_list .blog_list_main:nth-last-child(2) p{
  display: none;
}
.blog_featured_list .blog_list_main:not(:nth-last-child(2)) .blog_list_cat{
  background: none !important;
}
.blog_list_main{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px 2px 21px 0px rgba(40, 45, 63, 0.15);
  padding: 10px;
  width: calc(33% - 16.67px);
  min-height: 100%;
  position: relative;
  margin-top: 16px;
  z-index: 1;
  overflow: hidden;
}
.blog_list_cat{
  width: 100%;
  margin-bottom: 6px;
  display: inline-block;
}
.blog_list_cat a{
  border-radius: 48px;
  padding: 6px 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.blog_list_main h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 70px;
}
.blog_list_main p{
  color: #909192;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 100px;
}
.blog_list_meta{
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  flex-wrap: wrap;
  text-transform: capitalize;
}
.blog_list_author{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.blog_list_author_avatar{
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.blog_list_author_avatar img{
  border-radius: 50%;
  height: auto;
}
.blog_list_date{
  display: flex;
  align-items: center;
}
.blog_list_date::before{
  content: url(../svg/date.svg);
  margin-right: 10px;
}
.blog_featured_signup{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #FF434E;
  text-align: center;
  padding: 100px 15px 10px;
  color: #fff;
  width: calc(33% - 16px);
  margin-top: 16px;
}
.blog_featured_signup h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;  
  margin-bottom: 20px;
}
.blog_featured_signup p{
  font-size: 12px;
  font-weight: 400;  
  margin-bottom: 20px;
}
.blog_featured_signup a{
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #fff;
  padding: 5px;
  color: #FF434E;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.blog_featured_signup a:hover{
/*   background:#FF434E; 
  color: #fff;
*/}
.blog_all_section{
  width: 100%;
  padding-top: 80px;
}
.blog_all_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_all_list:after{
  width: calc(33% - 16.67px);
  content: '';
}
.blog_all_list .blog_list_main:not(:nth-child(6n - 4)) .blog_list_back{
  display: none;
}
.blog_all_list .blog_list_main:nth-child(6n - 4) .blog_list_back{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: -2;
}
.blog_all_list .blog_list_main:nth-child(6n - 4):after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
}
.blog_all_list .blog_list_main:nth-child(6n - 4){
  color: #fff;
}
.blog_all_list .blog_list_main:nth-child(6n - 4) p{
  visibility: hidden;
}
.blog_all_list .blog_list_main:nth-child(6n - 4) .blog_list_cat{
  background: none !important;
}
.blog_all_list .blog_list_main:nth-child(6n) .blog_list_cat, .blog_all_list .blog_list_main:nth-child(6n - 2)  .blog_list_cat{
  height: 148px;
  padding: 10px;
  border-radius: 4px;
}
.blog_all_list .blog_list_main:not(:nth-child(6n)):not(:nth-child(6n - 2))  .blog_list_cat{
  background: none !important;
}
.blog_all_list .blog_list_main:nth-child(6n) p, .blog_all_list .blog_list_main:nth-child(6n - 2) p{
  display: none;
}
.blog_all_loadmore{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0 40px;
}
.blog_all_loadmore button{
  border-radius: 8px;
  border:1px solid #362FD9;
  background: #FFF;
  padding: 15px 23px;
  color: #362FD9;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.blog_all_loadmore button:disabled{
  opacity: .5;
  cursor: default;
}
.blog_all_loadmore button::before{
  content: url(../svg/arrow-down.svg);
  margin-right: 6px;
}
.blog_all_section.search{
  margin-top: 90px;
}
.blog_subscribe_section{
  width: 100%;
  padding: 45px 0 90px;
}
.blog_subscribe_main{
  border-radius: 8px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.blog_subscribe_iner{
  background: #F1F3F8;
  width: 100%;
  display: inline-block;
  padding: 40px 20px;
}
.blog_subscribe_main:before, 
.blog_subscribe_main:after{
  width: 280.313px;
  height: 115px;
  position: absolute;
  content: '';
  background: url(../png/subscribe-before.png) no-repeat center;
  left: -23px;
  bottom: -23px;
  z-index: -2;
} 
.blog_subscribe_main:after{
  width: 236px;
  height: 238px;
  background: url(../png/subscribe-after.png) no-repeat center;
  left: inherit;
  bottom: inherit;
  right: -23px;
  top: -23px;
}
.blog_subscribe_main h4{
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;  
}
.blog_subscribe_main p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;  
}
.blog_subscribe_form{
  width: 520px;
  max-width: 100%;
  display: inline-flex;
}
.blog_subscribe_form input[type=text], .blog_subscribe_form input[type=email]{
  width: calc(100% - 150px);
  height: 54px;
  border: none;
  padding: 0 15px 0 40px;
  background: url(../svg/subscribe-email.svg) no-repeat 10px center #fff;
}
.blog_subscribe_form input[type=submit], .blog_subscribe_form input[type=button], .blog_subscribe_form button{
  width: 150px;
  height: 54px;
  text-align: center;
  border: 1px solid #362FD9;
  background: #362FD9;
  border-radius: 0px 8px 8px 0px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.blog_subscribe_form input[type=submit]:hover, .blog_subscribe_form input[type=button]:hover, .blog_subscribe_form button:hover{
  background: #fff;
  color: #362FD9;
}
.blogs_list_tags{
  width: 100%;
  display: inline-block;
  max-height: 26px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blogs_list_tags span{
  border-radius: 54px;
  border: 1px solid #DEDEDE;
  padding: 4px 14px;
  color: #909192;
  font-size: 14px;
  font-weight: 400;
}
.blogs_list_tags span:not(:first-child){
  margin-right: 10px;
}
.blog_editor_section{
  width: 100%;
  padding-top: 80px;
}
.blog_editor_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_list_left{
  width:48%;
  min-height: 100%;
}
.blog_list_right{
  width: 50%;
  padding-left: 15px;
}
.blog_list_main.flex{
  display: flex;
}
.blog_list_main.darkgreen{
  background: #083B5C;
  width: 50%;
}
.blog_list_main.darkgreen .blog_list_date::before{
  content: url(../svg/calendar-white.svg);
}
.blog_list_main.darkgreen h4, .blog_list_main.darkgreen p, .blog_list_main.darkgreen .blog_list_meta{
  color: #fff;
}
.blog_editor_list .blog_list_main:first-child{
  width: 60%;
}
.blog_editor_list .blog_list_main:nth-child(2){
  width: 38%;
}
.blog_editor_list .blog_list_main:last-child{
  width: 48%;
}
.category_page_hero{
  width: 100%;
  padding: 100px 0;
  margin-top: 90px;
  background: #fff;
}
.category_page_hero h1{
  text-align: center;
  font-size: 73px;
  font-weight: 600;
  line-height: 73px; /* 100% */
  letter-spacing: -1.46px;
}
.blog_list_main.flex.category_featured{
  width: 100%;
}
body.dark .blog_white_main, body.dark .category_page_hero{
  background: #090A0D;
}
body.dark .blog_category_section, body.dark .blog_subscribe_iner, body.dark .blog_list_main{
  background: #141516;
}
body.dark .blog_subscribe_form input[type=text], body.dark .blog_subscribe_form input[type=email]{
  background: url(../svg/subscribe-email-dark.svg) no-repeat 10px center #0D0D0D;
  color: #fff;
}
body.dark .blog_all_loadmore button{
  background: #362FD9;
  color: #fff;
  border-color: #362FD9;
}
body.dark .blog_all_loadmore button:hover{
  background: #1E1E1E;
}
body.dark .blog_all_loadmore button::before{
  content: url(../svg/arrow-down-white.svg);
}
body.dark .custom_select:after{
  content: url(../svg/arrow-white.svg);
}
.blog_list_main.flex.single{
  width: 100%;
  background: none;
  padding: 0;
  flex-direction: row-reverse;
  box-shadow: none;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  justify-content: space-between;
}
.blog_list_main.flex.single .blog_list_left img{
  display: none;
}
.blog_list_main.flex.single .blog_list_right{
  padding: 0 15px 0 0;
}
.single_top_section{
  width: 100%;
  margin-top: 90px;
  padding-top: 40px;
}
.auth_main{
  width: 100%;
  display: flex;
  background: #000;
  height: 100vh;
}
.auth_left{
  width: 60%;
  padding: 30px 50px;
  background: #372fda;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  min-height: 100%;
  font-size: 25px;
  color: #FFFF00;
}
.auth_carousel{
  align-self: center;
  width: 100%;
}
.auth_logo{
  position: absolute;
  top: 30px;
  left: 50px;
}
.auth_left h1{
  font-size: 40px;
  color: #FFFF00;
  margin-bottom: 10px;
}
.auth_logo.right{
  display: none;
}
.auth_right{
  width: 40%;
  display: flex;
  min-height: 100%;
  position: relative;
  padding: 50px;
}
.auth_right_btns{
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.auth_right_btns h2{
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
.auth_right_btns a{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #372fda;
  height: 45px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #372fda;
}
.auth_right_btns a:hover{
  color: #372fda;
  background: #000; 
}
.auth_right_btns a:last-child{
  margin-left: 20px;
}
.auth_right_footer{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  flex-wrap: wrap;
}
.auth_right_footer .auth_logo{
  opacity: .7;
  position: static;
}
.auth_right_links{
  width: 100%;
  display: flex;
  margin-top: 10px;
  font-size: 12px;
  justify-content: center;
}
.auth_right_links a{
  color: rgba(255,255,255,.7);
  position: relative;
}
.auth_right_links a:last-child{
  margin-left: 30px;
}
.auth_right_links a:last-child:before{
  width: 1px;
  height: 10px;
  content: '';
  background: rgba(255,255,255,.7);
  margin-right: 10px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -5px;
}
.ragister_main{
  width: 100%;
  background: #202123;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  height: 100vh;
}
.ragister_outer{
  width: 500px;
  max-width: 100%;
  text-align: center;
}
.ragister_outer .auth_logo{
  position: static;
}
.ragister_iner{
  width: 100%;
  padding: 30px 50px;
  background:#35363a;
  margin-top: 20px;
  border-radius: 20px;
}
.ragister_iner h3{
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.ragister_iner input[type=text],
.ragister_iner input[type=email],
.ragister_iner input[type=password]{
  width: 100%;
  height: 50px;
  padding:0 10px;
  border-radius: 8px;
  background: #202124;
  border: none;
  margin-bottom: 10px;
  color: #fff;
}
.ragister_iner input[type=submit]{
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  background: #f6434e;
  color: #fff;
  border: 1px solid #f6434e;
}
.ragister_iner input[type=submit]:hover{
  color: #f6434e;
  background: #35363a;
}
.form-recaptcha{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
#registration-message .success, #registration-message .error, #registration-message .info,
#login-message .success, #login-message .error, #login-message .info{
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: green;
}
#login-message .error, #registration-message .error{
  color: red;
}
#login-message .info, #registration-message .info{
  color: orange;
}
.form-meta{
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
  color: #fff;
}
.form-meta a{
  color: #f6434e; 
}
.auth_main.home-2{
  background: #fff;
}
.auth_main.home-2 .auth_right_btns h2{
  color: #000;
}
.auth_main.home-2 .auth_left{
  background: #f1f0ff;
}
.auth_main.home-2 .auth_logo img{
  filter: none;
}
.auth_main.home-2 .auth_right .auth_logo img{
  filter:grayscale(100%);
}
.auth_main.home-2 .auth_left, .auth_main.home-2 .auth_left h1{
  color: #372fda;
}
.auth_right_links a{
  color: #909192;
}
.auth_right_links a:last-child:before{
  background: #909192;
}


.auth_main.home-3{
  background: #fff;
}
.auth_main.home-3 .auth_right_btns h2{
  color: #000;
}
.auth_main.home-3 .auth_left{
  background: #ffe9ea;
}
.auth_main.home-3 .auth_logo img{
  filter: none;
}
.auth_main.home-3 .auth_right .auth_logo img{
  filter:grayscale(100%);
}
.auth_main.home-3 .auth_left, .auth_main.home-3 .auth_left h1{
  color: #ff434e;
}
.ragister_main .auth_logo img{
  filter:  brightness(0) invert(1);
}
.typed-cursor{
  display: none;
}
.typed-text{
  min-height: 40px;
}
.single_top_section .blog_list_main h4, .single_top_section .blog_list_main h1{
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.46px;
  line-height: normal;
  display: block;
}
.single_top_section .blog_list_main p{
  font-size: 24px;
  font-weight: 300;
  line-height:  38.4px;
  letter-spacing: 0.6px;
  display: block;
}
.blog_list_author span{
  display: block;
  clear: both;
  font-size: 12px;
  color: #909192;
}
.single_top_section .blog_list_author_avatar{
  width: 35px;
  height: 35px;
}
.single_top_section .blog_list_author{
  font-size: 16px;
}
.single_blog_details{
  width: 100%;
  padding-top: 50px;
}
.single_blog_details_iner{
  display: flex;
}
.single_blog_details_right{
  width: calc(100% - 90px);
  font-feature-settings: 'liga' off;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.single_blog_details_right a{
  color: #362FD9;
}
.single_blog_details_right p{
  margin-bottom: 50px;
}
.single_blog_details_right iframe{
  width: 100%;
}
.single_blog_details_right h1{
  font-size: 28px;
}
.single_blog_details_right h2{
  font-size: 26px;
}
.single_blog_details_right h3{
  font-size: 24px;
}
.single_blog_details_right h4{
  font-size: 22px;
}
.single_blog_details_right h5{
  font-size: 21px;
}
.single_blog_details_right h6{
  font-size: 20px;
}
.single_blog_details_right h3, .single_blog_details_right h1, .single_blog_details_right h2, .single_blog_details_right h4, .single_blog_details_right h5, .single_blog_details_right h6{
  font-weight: 700;
  margin-bottom: 20px;
}
.single_blog_details_right img{
  margin-bottom: 20px;
}
.single_blog_details_right hr{
  margin-bottom: 20px;
}
.single_blog_details_right blockquote{
  padding: 10px 10px 10px 20px;
  border: none;
  border-left: 10px solid #909192;
  margin-bottom: 50px;
}
.single_blog_details_right blockquote p{
  margin-bottom: 0;
}
.single_blog_details_right ul, 
.single_blog_details_right ol{
  padding-left: 20px;
  margin-bottom: 20px;
}
.single_blog_details_share{
  width: 44px;
  margin-right: 45px;
}
.single_blog_details_share .addtoany_shortcode{
  width: 44px;
}
.single_blog_details_share .addtoany_shortcode a, .single_blog_details_share a{
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 8px;
  border: 1px solid #909192;
  margin-bottom: 13px;
}
.single_blog_details_share .addtoany_shortcode a svg, .single_blog_details_share .addtoany_shortcode a.a2a_dd.addtoany_share_save.addtoany_share{
  display: none;
}
.single_blog_details_share .addtoany_list{
  display: flex;
  flex-wrap: wrap;
}
.single_blog_details_share .addtoany_shortcode a.a2a_button_facebook{
  background: url(../svg/facebook.svg) no-repeat center;
  order: 3;
}
.single_blog_details_share .addtoany_shortcode a.a2a_button_twitter{
  background: url(../svg/twitter.svg) no-repeat center;
  order: 1;
}
.single_blog_details_share .addtoany_shortcode a.a2a_button_linkedin{
  background: url(../svg/linkedin.svg) no-repeat center;
  order: 2;
}
.single_blog_details_share .addtoany_shortcode a.a2a_button_whatsapp{
  background: url(../svg/whatsapp.svg) no-repeat center;
  order: 4;
}
.single_blog_details_share .addtoany_shortcode a.a2a_button_email{
  background: url(../svg/sms.svg) no-repeat center;
  order: 0;
}
body.dark .single_blog_details_share .addtoany_shortcode a.a2a_button_email{
  background: url(../svg/sms-grey.svg) no-repeat center;
}
.single_blog_details_share .copy_to_clipboard{
  background: url(../svg/copy.svg) no-repeat center;
}
body.dark .single_blog_details_share .copy_to_clipboard{
  background: url(../svg/copy-grey.svg) no-repeat center;
}
.single_blog_details_share .copy_to_clipboard:hover{
  border-color: transparent;
}
.single_blog_details_tags{
  display: flex;
}
.single_blog_details_tags a{
  color: #909192;
  font-feature-settings: 'liga' off;
  font-size: 14px;
  font-weight: 400;  
  display: block;
  border-radius: 54px;
  border: 1px solid #DEDEDE;
  padding: 4px 14px;
  margin-bottom: 15px;
}
.single_blog_details_tags a:not(:first-child){
  margin-right: 15px;
}
.single_blog_details_sharebtm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #909192;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.4px;
  margin-top: 20px;
}
.single_blog_details_sharebtm .addtoany_shortcode .addtoany_list{
  display: flex;
}
.single_blog_details_sharebtm .addtoany_shortcode a{
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid var(--Grey, #909192);
}
.single_blog_details_sharebtm .addtoany_shortcode a:not(.a2a_button_email){
  margin-right: 12px;
}
.single_blog_details_sharebtm .addtoany_shortcode a svg{
  display: none;
}
.single_blog_details_sharebtm .addtoany_shortcode a.a2a_button_facebook,
.single_blog_details_sharebtm .addtoany_shortcode a.a2a_button_whatsapp,
.single_blog_details_sharebtm .addtoany_shortcode a.a2a_dd.addtoany_share_save.addtoany_share{
  display: none;
}
.single_blog_details_sharebtm .addtoany_shortcode a.a2a_button_twitter{
  background: url(../svg/twitter-grey.svg) no-repeat center;
  order: 0;
}
.single_blog_details_sharebtm .addtoany_shortcode a.a2a_button_linkedin{
  background: url(../svg/linkedin-grey.svg) no-repeat center;
  order: 1;
}
.single_blog_details_sharebtm .addtoany_shortcode a.a2a_button_email{
  background: url(../svg/sms-grey.svg) no-repeat center;
  order: 2;
}
.single_blog_details_sharebtm >div{
  display: flex;
}
.single_blog_details_sharebtm >div a.copy_to_clipboard{
  border-radius: 8px;
  border: 1px solid var(--Grey, #909192);
  padding: 10px 20px;
  margin-right: 12px;
  color: #909192;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  display: flex;
}
.single_blog_details_sharebtm >div a.copy_to_clipboard:hover{
  border-color: transparent;
}
.single_blog_details_sharebtm >div a.copy_to_clipboard::before{
  content: url(../svg/copy-grey.svg);
  margin-right: 10px;
}
.blog_details_related{
  width: 100%;
  margin-top: 100px;
}
.blog_details_related_iner{
  width: 100%;
  padding-top: 20px;
  border-top:1px solid #000;
}
.blog_details_related_iner_top{
  width: 100%;
  display: flex;
  align-items: center;
}
.blog_details_related_iner_top h3{
  font-size: 44px;
  font-weight: 400;
}
.blog_list_main_outer {
  padding: 0 5px;
}
.blog_list_main_outer .blog_list_main{
  width: 336px;
  box-shadow:2px 2px 10px 0px rgba(40, 45, 63, 0.15);
}
.blog_details_related_iner .slick-list {
    padding: 60px 0 30px;
    margin-top: -44px;
}
.blog_details_related_iner .blog_list_cat{
  height: 144px;
  padding: 10px;
}
.blog_details_related_iner .blog_list_main p{
  display: none;
}
.blog_details_related_iner .blog_list_main h4{
  margin-bottom: 30px;
}
.blog_details_related_iner .slick-arrow{
  display: flex;
  padding: 10px 23px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid  #909192;
  background: #FFF;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.blog_details_related_iner .slick-arrow:hover{
  color: #362FD9;
  border-color: #362FD9;
}
.blog_details_related_iner .slick-arrow.slick-prev:before{
  content: '\003C';
  margin-right: 10px;
}
.blog_details_related_iner .slick-arrow.slick-prev{
  right: 120px;
}
.blog_details_related_iner .slick-arrow.slick-next:after{
  content: '\003E';
  margin-left: 10px;
}
.blog_details_related_iner .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.blog_details_related_iner .slick-dots button{
  width: 7px;
  height: 7px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-indent: -999999px;
}
.blog_details_related_iner .slick-dots li:not(:last-child){
  margin-right: 10px;
}
.blog_details_related_iner .slick-dots li.slick-active button{
  background: #362FD9;
}
.copy_to_clipboard{
  position: relative;
}
.copy_to_clipboard span{
  position: absolute;
  bottom: calc(100% + 5px);
  display: none;
}
.back_to_blog a{
  font-weight: 500;
  font-size: 16px;
  color: #362FD9;
  height: 40px;
  width: 100px;
  border: 1px solid #362FD9;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;  
  justify-content: center;
}
.back_to_blog a:hover{
  background: #362FD9;
  color: #fff;
}
.back_to_blog a span{
  margin-right: 10px;
}
.page_main{
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 120px 0 20px;
}
.page_main p{
  margin-bottom: 15px;
}
.page_main h1,
.page_main h2,
.page_main h3,
.page_main h4,
.page_main h5,
.page_main h6{
  margin-bottom: 15px;
}
.page_main h1{font-size: 32px;}
.page_main h2{font-size: 28px;}
.page_main h3{font-size: 26px;}
.page_main h4{font-size: 24px;}
.page_main h5{font-size: 20px;}
.page_main h6{font-size: 18px;}
.page_main ul, .page_main ol{
  padding-left: 20px;
  margin-bottom: 15px;
}

/*** Home V2 ****/
.outerwrapper {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
body.page-template-home-v2{
  background: #fff;
}
  body.page-template-home-v2 .header_main .wrapper{
    max-width: 1230px;
  }
  body.page-template-home-v2 .auth_left{
    padding-left: 0;
  }
.info_sections{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 190px 0 90px;
  overflow: hidden;
}
.info_sections .info_text_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
  min-height: 100%;
  align-items: center;
  padding: 0 35px 0 20px;
}
.info_sections.row_reverse .info_text_main{
  justify-content: flex-start;
  padding: 0 20px 0 35px;
}
.info_sections .info_image_main{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 35px;
}
.info_image_main img{
  max-width: unset;
  border-radius: 8px;
  border: 4px solid #D5D7DB;
}
.info_sections.row_reverse{
  flex-direction: row-reverse;
}
.info_sections.row_reverse .info_image_main{
  justify-content: flex-end;
  padding: 0 35px 0 0px;
}
.info_text_main h3{
  font-size: 64px;
  font-weight: 600;
  line-height: normal;   
  margin-bottom: 24px;
}
.info_text_main p{
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;   
}
.info_text_main span{
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #977EF0;
  border-radius: 43px;
  border: 0.8px solid #886CED;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.info_text_main span::before{
  content: url(../star.html);
  margin-right: 10px;
}
.accessibility_section{
  width: 100%;
  padding: 90px 0 0;
}
.headings_top{
  width: 100%;
  text-align: center;
  display: inline-block;
}
.headings_top span{
  display: block;
  color: #9A7CFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.headings_top h2, 
.headings_top h3{
  font-size: 46px;
  font-weight: 500;    
}
.headings_top p{
  color: #64676F;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 12px;    
}
.accessibility_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accessibility_list_main{
  width: 390px;
  max-width: 32%;
  border-radius: 12px;
  background: #1C1D20;
  padding: 0 35px 35px;
  margin-top: 40px;
}
.accessibility_list_img{
  width: 100%;
  margin-bottom: 20px;
}
.accessibility_list_icon{
  border-radius: 8px;
  border: 1px solid #30333B;
  background:  #24262A;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessibility_list_main h3{
  color: #977EF0;
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0;    
}
.accessibility_list_main p{
  color:  #B6B9C1;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px; /* 184.615% */    
}
.accessibility_logos{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.accessibility_logos_main{
  width: 150px;
  padding: 0 10px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.accessibility_logos_main p{
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; /* 120% */    
}
.price_section{
  width: 100%;
  padding: 240px 0 90px;
}
.price_section.home-v2 .home_pricing_main{
  border-radius: 12px;
  background: #F1F3F8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
  padding: 38px 32px 32px;
  padding-bottom: 90px;
}
.price_section.home-v2 .home_pricing_main:nth-child(2){
  background: #362FD9;
  color: #fff;
}
.price_section.home-v2 .home_pricing_main_top h4{
  font-size: 28px;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: -1.4px;  
  margin-bottom: 0;
}
.price_section.home-v2 .home_pricing_main_top p{
  color: #6E7882;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.2px;
  min-height: unset;
}
.price_section.home-v2 .home_pricing_main:nth-child(2) .home_pricing_main_top p, .price_section.home-v2 .home_pricing_main:nth-child(2) .home_pricing_pricing h4 span{
  color: #fff;
}
.price_section.home-v2 .home_pricing_main_top{
  text-align: left;
  padding-bottom: 32px;
}
.price_section.home-v2 .home_pricing_pricing{
  font-size: 56px;
  font-weight: 700;
  line-height: 68px; /* 121.429% */
  letter-spacing: -2px;
  color: inherit;
  border-top: 1px solid #E5E7EC;
  border-bottom: 1px solid #E5E7EC;  
}
.price_section.home-v2 .home_pricing_main:nth-child(2) .home_pricing_pricing{
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.price_section.home-v2 .home_pricing_pricing h4 span{
  color: #6E7882;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.4px;  
}
.price_section.home-v2 .home_pricing_main_btm ul li{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.2px;  
  padding: 12px 15px;
  border-bottom: 1px solid #E5E7EC;
  background: none;
}
.price_section.home-v2 .home_pricing_main:nth-child(2) .home_pricing_main_btm ul li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.price_section.home-v2 .home_pricing_main_btm > a{
  border-radius: 8px;
  border: 1px solid #D4D5D8;
  background: #F1F3F8;
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.2px;
  position: absolute;
  width: calc(100% - 74px);
  left: 32px;
  bottom: 32px;
}
.price_section.home-v2 .home_pricing_main_btm > a:hover{
  background: #D4D5D8;
}
.price_section.home-v2 .home_pricing_outer:before, .home_pricing_outer:after{
  display: none;
}
.testimonial_section{
  width: 100%;
  padding: 190px 0 90px;
}
.testimonail_main{
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  background: #362FD9;
  margin-top: 35px;
}
.testimonail_iner{
  width: 100%;
  display: flex;
}
.testimonail_iner_left{
  width: calc(100% - 400px);
  padding-right: 25px;
  padding-top: 25px;
  color: #fff;    
}
.testimonail_iner_img{
  width: 400px;
}
.testimonail_iner_rating{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.testimonail_iner_left p{
  font-size: 28px;
  font-weight: 500;
  line-height: 44.8px;
}
.testimonial_iner_author{
  width: 100%;
  margin-top: 40px;
}
.testimonial_iner_author h4{
  font-size: 20px;
  font-weight: 600;    
}
.testimonial_iner_author span{
  color: #B6B9C1;
  font-size: 14px;
  font-weight: 400;    
}
.testimonail_carousel .slick-dots{
  display: flex;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonail_carousel .slick-dots button{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: #7E9EF0;
  overflow: hidden;
  text-indent: -999999px;
}
.testimonail_carousel li:not(:last-child){
  margin-right: 13px;
}
.testimonail_carousel li.slick-active button{
  background: #fff;
}
.home_started_section.home-v2{
  padding-top: 190px;
}
body.page-template-home-v2 .footer_main{
  background: #E4E4EE;
  margin-top: 60px;
}
body.page-template-home-v2 .auth_left{
  background: #F1F0FF;
  color: #362FD9;
}
body.page-template-home-v2 .auth_left::before {
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
  background: #F1F0FF;
  content: '';
}
body.page-template-home-v2 .auth_main{
  background: #fff;
}
body.page-template-home-v2 .auth_left h1, body.page-template-home-v2 .auth_right_btns h2{
  color: inherit;
}
body.page-template-home-v2 .auth_right_btns h2{
  font-size: 24px;
}
body.page-template-home-v2.dark .auth_main, 
body.page-template-home-v2.dark,
body.page-template-home-v2.dark .footer_main{
  background: #1E1E1E;
}
body.page-template-home-v2.dark .auth_left::before{
  background: #000;
}
body.page-template-home-v2.dark .auth_left{
  color: #fff;
}
body.page-template-home-v2.dark .price_section.home-v2 .home_pricing_main{
  background: #000;
}
body.page-template-home-v2.dark .price_section.home-v2 .home_pricing_main:nth-child(2){
  background: #362FD9;
}
body.page-template-home-v2 .home_steps_main a{
  display: flex;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #362FD9;
  border: 1px solid #362FD9;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 225px;
}
body.page-template-home-v2 .home_steps_main a:hover{
  color: #362FD9;
  background: #F1F3F8;
}
body.page-template-home-v2 .home_steps_main a img{
  margin-right: 10px;
}
body.page-template-home-v2 .header_main:not(.fixed){
  background: none;
  position: absolute;
}
body.page-template-home-v2 .header_main:not(.fixed) .header_cta a{
  display: none;
}
body.page-template-home-v2 .header_main:not(.fixed) .header_right ul li:last-child{
  margin-right: 0;
}
/*** home v2 ****/

@media only screen and (max-width:1200px){
    .home_pricing_main {
        width: 300px;
    }
    .home_features_main {
        width: 310px;
    }
    .home_testimonials_right{
        padding-top: 10px;
    }
    
    .blog_hero_carousel .slick-arrow{
      right: 50px;
    }
    .blog_hero_carousel .slick-arrow.slick-prev{
      right: 90px;
    }
    .blog_category_iner h3{
      font-size: 40px;
    }


    .info_text_main h3{
      font-size: 50px;
    }
    .info_text_main p{
        font-size: 16px;
        line-height: 24px;
    }
    .headings_top h2, .headings_top h3{
        font-size: 40px;
    }
}
@media only screen and (max-width:991px){
    .home_hero_iner, .home_started_iner{
        flex-wrap: wrap;
    }
    .home_hero_left, .home_started_img, .home_started_right{
        width: 100%;
    }
    .home_hero_img{
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .home_pricing_section, .home_testimonials_section, .home_faq_section{
        padding: 100px 0 0;
    }
    .home_pricing_main{
        width: calc(50% - 20px);
    }
    .home_features_main{
        width: calc(50% - 10px);
    }
    .home_started_right{
        padding-left: 0;
        padding-top: 30px;
    }
    .home_started_section{
        padding: 90px 0 0;
    }
    .home_started_img img{
        max-width: 100%;
        margin: 0 auto;
    }
    .header_right ul li{
        margin-right: 20px;
    }
    .header_cta a, .header_cta a:last-child:hover{
      font-size: 14px;
    }
    .home_ai_tools{
        justify-content: center;
    }
    .home_testimonials_carousel{
        padding-bottom: 100px;
    }
    .home_hero_iner .slick-dots{
      justify-content: center;
    }
    .auth_left, .auth_right{
      width: 50%;
    }
    .auth_left  br{
      display: none;
    }
    .blog_hero_carousel_iner h2{
      font-size: 70px;
      line-height: 80px;
      min-height: unset;
    }
    .blog_list_main.flex.single .blog_list_right, .blog_list_main.flex.single .blog_list_left{
      width: 100%;
    }
    .blog_list_main.flex.single .blog_list_left {
      margin-bottom: 30px;
    }
    .blog_list_main.flex.single .blog_list_left img{
      display: block;
      width: 100%;
      height: auto;
    }
    .blog_list_main.flex.single{
      flex-wrap: wrap;
      flex-direction: unset;
    }
    .category_page_hero h1{
      font-size: 50px;
    }
    .custom_select select{
      font-size: 20px;
    }



    .info_text_main h3, .auth_left h1{
      font-size: 40px;
    }
    .headings_top h2, .headings_top h3{
        font-size: 30px;
    }
    .accessibility_list_main{
        padding: 0 20px 30px;
    }
    .testimonail_iner_left{
        width: 60%;
    }
    .testimonail_iner_img{
        width: 40%;
    }
    .testimonail_iner_left p{
        font-size: 20px;
        line-height: 30px;
    }
    .testimonail_iner{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width:767px){
    .header_right{
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        border-top:5px  solid #362FD9;
        display: none;
    }
    body.dark .header_right{
      background: #141516;
      border-top-color: rgba(255,255,255,.5);
    }
    .header_right ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .header_right ul li{
        width: 100%;
        margin: 0;
    }
    .header_right ul li a{
        width: 100%;
        padding: 10px 0;
        display: block;
        text-align: center;
    }
    .header_right ul li:not(:last-child) a{
        border-bottom: 1px solid #362FD9;
    }
    body.dark .header_right ul li:not(:last-child) a{
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
    .header_right.toggle{
        display: block;
    }
    .header_mode{
      display: flex;
      justify-content: center;
      margin-left: 0;
      margin-bottom: 20px;
    }
    .header_cta{
        display: block;
    }
    .header_cta a{
        width: 150px;
        display: block;
        clear: both;
        margin: 15px auto 0;
        text-align: center;
    }
    .header_cta a:last-child{
        margin-left: auto;
        margin-bottom: 15px;
    }
    .home_hero_section{
      padding-top: 176px;
    }
    .mob_menu{
        width: 25px;
        height: 20px;
        position: relative;
        display: block;
        cursor: pointer;
    }
    .mob_menu:after, .mob_menu:before, .mob_menu span{
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: #0F121F;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }
    body.dark .mob_menu:after, body.dark .mob_menu:before, body.dark .mob_menu span{
      background: #fff;
    }
    .mob_menu span{
        top: 50%;
        margin-top: -1px;
    }
    .mob_menu:after{
        top: inherit;
        bottom: 0;
    }
    .mob_menu.toggle span{
        opacity: 0;
    }
    .mob_menu.toggle:before{
        top: 45%;
        transform: rotate(45deg);
    }
    .mob_menu.toggle:after{
        bottom: 45%;
        transform: rotate(-45deg);
    }
    .home_pricing_main_btm ul li{
        font-size: 16px;
    }
    .home_pricing_main{
        padding: 30px 15px;
        padding-bottom: 88px;
    }
    .home_pricing_main_btm > a{
      width: calc(100% - 30px);
      left: 15px;
      bottom: 30px;
    }
    .home_features_top h3, .home_pricing_top h3, .home_started_right h3, .home_chatgpt_iner h3{
        font-size: 30px;
        line-height: 40px;
    }
    .home_features_top p, .home_hero_left p, .home_started_right > p, .home_chatgpt_iner p{
        font-size: 16px;
        line-height: 25px;
    }
    .home_testimonials_img{
        width: 100%;
        margin-bottom: 25px;
    }
    .home_testimonials_right{
        width: 100%;
        padding-left: 0;
    }
    .home_testimonials_carousel .slick-arrow.slick-next{
        left: inherit;
        right: 0;
    }
    .home_testimonials_carousel .slick-arrow.slick-prev{
        left: inherit;
        right: 130px;
    }
    .home_pricing_top h3 br{
        display: none;
    }
    .footer_iner{
      font-size: 16px;
    }
    .auth_logo.right{
      display: block;
      left: 50%;
      transform: translateX(-50%);
    }
    .auth_right{
      width: 100%;
    }
    .auth_left{
      display: none;
    }
    .blog_list_main, .blog_featured_signup{
      width: calc(50% - 16px);
    }
    .blog_editor_list .blog_list_main:first-child, .blog_editor_list .blog_list_main:nth-child(2), .blog_list_main.darkgreen, .blog_editor_list .blog_list_main:last-child{
      width: 100%;
    }
    .blog_editor_list .blog_list_main p, .blog_editor_list .blog_list_main h4{
      min-height: unset;
    }
    .blog_editor_list .blog_list_main:not(:last-child){
      margin-bottom: 20px;
    }
    .single_blog_details_right{
      font-size: 16px;
      line-height: 25px;
    }
    .blog_details_related_iner .slick-list{
      margin-top: 0;
    }
    .single_top_section{
      margin-top: 50px;
    }
    .blog_category_iner, .blog_featured_section_top{
      flex-wrap: wrap;
    }
    .blog_category_iner h3{
      text-align: center;
      margin-bottom: 20px;
      width: 100%;
    }
    .blog_heading{
      margin-bottom: 10px;
    }
    .blog_hero_carousel_iner h2{
      font-size: 45px;
      line-height: 55px;
    }
    .blog_hero_carousel_iner p{
      font-size: 16px;
      line-height: 25px;
    }
    .info_sections, .testimonail_iner{
      flex-wrap: wrap;
    }
    .info_sections .info_text_main, .info_sections.row_reverse .info_text_main{
        width: 100%;
        justify-content: flex-start;
        order: 0;
    }
    .info_sections .info_image_main{
        width: 100%;
        order: 1;
        padding: 0;
        padding-top: 50px;
        padding-left: 15px;
    }
    .info_sections.row_reverse .info_image_main{
        padding: 0;
        padding-top: 50px;
        padding-right: 15px;
    }
    .info_sections{
      padding: 90px 0 45px;
      text-align: center;
    }
    .accessibility_list_main{
        width: 100%;
        max-width: unset;
    }
    .accessibility_list_img{
        text-align: center;
    }
    .headings_top h2 br, .headings_top h3 br{
        display: none;
    }
    .testimonail_iner_left{
      width: 100%;
      order: 1;
      padding-top: 30px;
    }
    .testimonail_iner_img{
        width: 100%;
        order: 1;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .testimonail_iner_img img{
    	border-radius: 8px;
    }
    .slick-initialized .slick-slide{
    	display: flex;
    	text-align: center;
    }
    body.page-template-home-v2 .home_steps_main a{
      margin: 0 auto
    }
    body.page-template-home-v2 .footer_main{
		margin-top: 60px;
	    display: inline-flex;
	    padding: 25px;
	    justify-content: center;
	    align-items: center;
	    border-radius: 16px;
	    background: var(--Brand, #362FD9);
	    position: relative;
	    margin-left: 20px;
	    max-width: 100%;
	    width: 90%;
    }
    .testimonail_iner_rating{
    	justify-content: center;
    }
    .testimonail_carousel .slick-dots{
    	position: relative;
    	justify-content: center;
    }

}
@media only screen and (max-width:576px){
    .home_hero_section, .home_features_section, .home_chatgpt_section{
        padding: 70px 0;
    }
    .home_hero_left p br, .home_features_top p br{
        display: none;
    }
    .home_hero_cta a{
        font-size: 16px;
        height: 70px;
    }
    .home_pricing_switch >span{
        font-size: 16px;
    }
    .home_pricing_top_btm>span{
        font-size: 10px;
    }
    .home_pricing_main, .home_features_main{
        width: 100%;
    }
    .home_pricing_pricing{
        font-size: 20px;
    }
    .footer_iner{
        flex-wrap: wrap;
        font-size: 14px;
        justify-content: center;
        color: #fff !important; 
    }
    .footer_iner >div{
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .footer_main{
        padding-top: 0;
    }
    .home_pricing_section, .home_testimonials_section, .home_faq_section{
        padding-top: 70px;
    }
    .home_pricing_pricing, .home_pricing_main_top p, .home_pricing_main_btm ul{
        min-height: unset;
    }
    .home_testimonials_right p{
        font-size: 16px;
    }
    .discount_banner{
      font-size: 20px;
      line-height: 30px;
    }
    .offer_baner_active .home_hero_section, .offer_baner_active .header_main{
      margin-top: 80px;
    }
    .auth_right_btns a{
      width: 100%;
    }
    .auth_right_btns a:last-child{
      margin: 15px 0 0;
    }
    .blog_list_main, .blog_featured_signup{
      width: 100%;
      margin-bottom: 20px;
    }
    .blog_list_main h4, .blog_list_main p{
      min-height: unset;
    }
    .single_top_section .blog_list_main h4, .single_top_section .blog_list_main h1{
      font-size: 40px;
    }
    .single_top_section .blog_list_main p{
      font-size: 16px;
      line-height: 25px;
    }
    .blog_category_iner h3{
      font-size: 25px;
    }
    .category_page_hero h1{
      font-size: 35px;
    }
    .category_page_hero{
      padding: 50px 0;
    }
    .blog_subscribe_main h4{
      font-size: 28px;
    }
    .blog_subscribe_main p{
      font-size: 14px;
      margin-bottom: 20px;
    }
    .custom_select select{
      font-size: 16px;
    }
    .blog_heading{
      font-size: 28px;
    }
    body:not(.home) .footer_main{
      padding-top: 50px;
    }
    .blog_hero_carousel_main{
      padding: 100px 0 50px;
    }
    .blog_hero_carousel_iner h2{
      font-size: 30px;
      line-height: 40px;
    }
    .home_started_right{
      text-align: center;
    }
    .info_text_main h3, .auth_left h1, .home_pricing_pricing{
      font-size: 30px;
    }
    .blog_details_related_iner .slick-arrow{
    	position: absolute;
	    top: 0;
	    right: 5%;
    }
    .blog_details_related_iner .slick-arrow.slick-prev {
    	right: 65%;
	}
}

.slick-slider{
  padding-top: 50px;
}
.get-started-web-link:hover img {
    filter: invert(10%) sepia(10%) saturate(477128%) hue-rotate(243deg) brightness(100%) contrast(50%);
}

/* Top Bar */
.top-bar {
    width: 97%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top-bar .country-logo img {
    width: 30px;
}
.top-bar .country-logo p {
    color: #000;
    font-size: 14px;
}
.top-bar .country-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 6%;
}

.top-bar-button a.top-bar-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 12px 24px;
    border: 1px solid #362FD9;
    border-radius: 10px;
    background: #362FD9;
    position: relative;
    left: -55%;
}
/* p.top-bar-text:before {
    content: '|';
    margin-right: 5px;
}
 */
.top-bar-button {
    display: flex;
}

.top-bar-button i {
    padding-left: 10px;
}
.fa-arrow-right:before {
    content: "\f061";
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
	.top-bar .country-logo{
		padding-left:0%;
	}
	.top-bar-button a.top-bar-link {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		color: #fff;
		padding: 10px 12px;
		margin-top: 10px;
		left: 0%;
	}
	.top-bar-button{
	   display:flex;
	}
	.top-bar {
		display: block;
	}

}
