@media screen and (max-width: 1440px) {
  .three_box {
    width: 25%;
  }
  .sec10_left .sec_heading, .sec19_cont .sec_heading {
    font-size: 1.7rem;
  }
  .sec10_left .sec10_border:after {
    left: 120px;
    width: 370px;
  }
  .sec19_cont h2 span:before {
    width: 215px;
  }
  .sec_left.sec1_left {
    width: 65%;
  }
  .sec_right {
      width: 27%;
  }
}
@media screen and (max-width: 1100px) {
  /*header sec*/
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav_link_main {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: -15px;
    left: -100%;
    background: #1C2B3D;
    display: block;
    padding: 50px 0px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    z-index: 9;
}
.nav_link_main .nav_link {
    margin: 0px;
}
/*.nav_link_main .nav_link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    border: 1px solid #cccc;
}*/
.nav_link_main .nav_link a {
    padding: 0 40px;
    display: block;
    color: #fff;
    font-family: 'SpaceGrotesk-SemiBold';
}
.nav_link_main .mobile-item {
    color: #fff;
    display: -webkit-inline-box;
    padding-left: 20px;
    font-family: 'SpaceGrotesk-SemiBold';
    width: 100%;
    position: relative;
    font-size: 1.2rem;
}
.nav_link_main .fa-times:before {
    color: #000;
    background: -webkit-linear-gradient(360deg, #1FA5D5, #36BF4D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    position: absolute;
    top: 10px;
    right: 0px;
}
.nav_link_main .mobile-item .fa-chevron-down::before {
    background: -webkit-linear-gradient(360deg, #1FA5D5, #36BF4D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    position: absolute;
    left: auto;
    top: 15px;
    right: 64px;
}
.nav_link_main .drop-menu {
    /*padding: 0;*/
    background: transparent;
}
.nav_link_main .nav_link:last-child:after {
    opacity: 0;
    border: none;
}
.modal.modal_new {
    max-width: 85%;
    left: 0;
}
.wrapper .btn.close-btn {
    transform: translate(10px, 10px);
}
.nav_link_main .drop-menu:after {
  display: none;
}
  .fa-times:before {
    color: #000;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2372A6, #297887);
  }
  #menu-btn:checked ~ .nav_link_main{
    left: 0%;
    max-width: 50%;
  }
  .m-none {
      display: none !important;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav_link_main .nav_link{
    margin: 15px 10px;
  }
  .nav_link_main .nav_link a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav_link_main .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
    transform: none;
    opacity: 1;
  }
  #showDrop ~ .drop-menu, #showMega ~ .mega-box {
      max-height: 0;
      opacity: 0;
  }
  .nav_link_main .desktop-item{
    display: none;
  }
  .nav_link_main .mobile-item:hover{
    background: transparent;
  }
  .nav_link_main .drop-menu:after {
      width: 110%;
      left: 0;
  }
  .drop-menu .nav_link{
    margin: 0;
  }
  .drop-menu .nav_link a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .mega_content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .mega_content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .mega_content .row:nth-child(1),
  .mega-box .mega_content .row:nth-child(2){
    border-top: 0px;
  }
  .mega_content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links .nav_link{
    margin: 0;
  }
  .mega_content .row header{
    font-size: 19px;
  }
  .lets_talk_sec {
    display: none;
  }
/*header sec end*/
  .sec3_main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec3_cont {
    width: 23%;
  }
  .sec10_left .sec_heading, .sec19_cont .sec_heading {
    font-size: 1.4rem;
  }
  .sec19_main {
    justify-content: space-between;
  }
  .sec19_cont h2 span:before {
    width: 180px;
    height: 5px;
  }
  .sec18_cont h3 {
    -webkit-line-clamp: 3;
  }
  .sec10_left .sec10_border:after {
    width: 300px;
    left: 95px;
    height: 6px;
    top: -4px;
  }
  .m-block {
    display: block;
  }
  .m-block .lets_talk_sec {
    display: block;
    max-width: fit-content;
    text-align: center;
    margin: 20px auto;
  }
  .m-block .lets_talk_sec a {
    padding: 8px 50px !important;
  }
}
@media screen and (max-width: 990px) {
  h2 {
    font-size: 1.7rem;
  }
  #menu-btn:checked ~ .nav_link_main {
    max-width: 70%;
  }
  .sec7_cont:nth-child(3n):after {
    display: block;
  }
  .sec7_cont:nth-child(2n):after, .sec7_cont:nth-child(6):after, .sec7_cont:last-child:after {
    display: none;
  }
  .three_box, .sec_cont {
    width: 42%;
  }
  .section_main {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .sec10_left .sec10_border:after {
    left: 0;
  }
  .sec11_cont {
    width: 36%;
  }
  .sec14_left, .sec14_right {
    width: 100%;
  }
  .sec14_img {
    width: 60%;
    margin: auto;
  }
  .footer_wrap {
    flex-wrap: wrap;
  }
  .sec18_cont, .sec5_cont {
    width: 39%;
  }
  .sec18_main, .sec4_main {
    justify-content: center;
  }
  .sec19_cont:nth-child(1), .sec19_cont, .sec19_main, .sec_left, .sec_right {
    width: 100%;
  }
  .sec19_cont:nth-child(2) {
    height: 65px;
    text-align: center;
  }
  .sec19_cont a.talk_btn {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
  }
  .sec19_cont img {
    width: 97px;
    transform: rotate(90deg);
  }
  .footer_inner_sec {
    padding: 0;
  }
  .sec3_cont {
    width: 38%;
  }
  .sec4_cont {
    width: 46%;
  }
  .sec10_left .sec_heading, .sec19_cont .sec_heading {
    font-size: 1.3rem;
  }
  .sec1_right {
      text-align: center;
  }
  .sec1_right img {
    max-width: 150px;
    margin: auto;
  }
  .section15 {
    background-position: 100% 40px;
    padding: 0 0 150px;
  }
  .sec15_cont {
    height: 300px;
    width: 100% !important;
  }
  .sec19_cont h2 span:before {
    width: 165px;
  }  
  .footer_inner_sec {
    border: none;
    padding-bottom: 30px;
  }
  .section13 .sec_heading:before {
    width: 160px;
  }
  #header.fixedHeader .navbar .wrapper {
    padding: 15px 30px 7px;
}
}
@media screen and (min-width: 1199px) {
  .seo_serv_slide {
    width: 22%;
    float: left;
    margin: 1%;
}
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  .seo_serv_slide {
    width: 31%;
    float: left;
    margin: 1%;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .seo_serv_slide {
    width: 48%;
    float: left;
    margin: 1%;
}
}
@media screen and (max-width: 767px) {
  #menu-btn:checked ~ .nav_link_main {
      max-width: 100%;
  }
  .drop-menu .nav_link a {
      font-size: 1rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .container {
    max-width: 90%;
    padding: 0 10px;
  }
  .section_main {
    gap: 30px;
  }
  .three_box, .sec_cont {
    width: 100%;
  }
  .banner {
    background-size: contain;
    background-position: 40px 100%;
    height: auto;
  }
  .bnr_desc {
    /* display: none; */
    font-size: 0.85rem;
    max-width: 250px;
    margin-bottom: 10px !important;
  }
  .banner_cont {
    width: 70%;
  }
  .banner_cont h1 {
    max-width: 100%;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .banner_cont a.talk_btn {
    padding: 3px 20px;
    font-size: 0.9rem;
  }
  .sec3_subcont a.read-more-hide span, .sec3_subcont a.read-more-show span, .read-more-show span, .read-more-hide span {
    padding: 9px 20px;
    font-size: 0.9rem;
  }
  .sec19_cont a.talk_btn {
    padding: 4px 20px;
  }
  .sec3_cont,.sec4_cont {
    width: 80%;
  }
  .sec10_left, .sec10_right, .sec_desc, .sec17_main {
    width: 100%;
  }
  .sec14_left, .sec14_right {
    padding-right: 20px;
  }
  .logo_cont {
    width: auto;
  }
  .section5 {
    background-size: cover;
  }
  .section_main.sec5_main {
    align-items: center;
  }
  .sec5_cont {
    width: 31%;
    padding: 20px;
  }
  .sec5_cont img {
    max-width: 100%;
    width: 65px;
    max-height: 65px;
  }
  .sec5_cont h3 {
    margin: 0;
    font-size: 1rem;
  }
  .sec7_cont {
    margin-bottom: 70px;
  }
  .sec7_cont:after {
    right: auto;
    top: auto;
    bottom: -55px;
    transform: rotate(90deg);
    left: 35%;
    background-size: 100%;
  }
  .sec7_cont:nth-child(2n):after, .sec7_cont:nth-child(6):after {
    display: block;
  }
  .sec10_main {
    padding: 30px;
  }
  .section15 {
    background-position: 100% bottom;
    background-size: 200% 65%;
    padding: 0 0;
  }
  .sec15_cont {
    height: 400px;
  }
  .sec18_cont h3 {
    -webkit-line-clamp: 2;
    height: 60px;
    font-size: 1.3rem;
  }
  .sec19_cont .sec_heading {
    font-size: 1.2rem;
  }
  .seo_insight_slide {
      margin: 20px;
      height: 160px;
  }
  .sec11_cont {
    padding: 20px;
  }
  #fixedbtn {
      top: auto;
      left: 0;
      transform: none;
      right: 0;
      z-index: 99;
      bottom: -17px;
      transition: .3s;
  }
  .sec10_left .sec_heading{
    font-size: 1.4rem;
  }
  .sec19_cont .sec_heading  {
    font-size: 1.2rem;
  }
  .sec19_cont h2 span:before {
    width: 150px;
  }
  .sec1_right img {
    max-width: 130px;
  }
  .copy_right_sec {
    margin-bottom: 50px;
  }
  .sec_left.sec1_left {
    width: 100%;
}
}
@media screen and (max-width: 400px) {
  .container {
    max-width: 95%;
  }
  .sec19_cont .sec_heading {
      font-size: 1.57rem;
  }
  .sec19_cont h2 span:before {
      left: -280px;
      width: 315px;
  }
  .section13 .sec_heading:before {
    width: 140px;
  }
  .sec10_main {
    padding: 20px;
  }
  .sec10_right a {
    display: block;
    padding: 7px;
    font-size: 1.1rem;
  }
  .sec10_main {
    padding: 20px;
    gap: 0;
  }
  .section15 {
    background-size: 200% 55%;
  }
  /*.drop-menu .nav_link a, .nav_link_main .nav_link a, .nav_link_main .mobile-item {
      padding: 0;
  }*/
  .banner_cont h1 {
    font-size: 1.1rem;
  }
  .modal.modal_new {
    max-width: 90%;
    top: -50px;
  }
  .drop-menu .nav_link a {
    padding: 0 20px;
    font-size: 0.95rem;
  }
  .bnr_desc {
    font-size: 0.8rem;
    max-width: 237px;
  }
}
@media screen and (max-width: 370px) {
  .wrapper .nav_link_main {
    left: -112%;
  }
  .sec5_cont {
    width: 70%;
  }
  .sec10_left .sec_heading {
    font-size: 1.2rem;
  }
  .sec10_left .sec10_border:after {
    width: 265px;
    height: 5px;
  }
  .section15 {
    background-size: 200% 50%;
  }
  .sec15_cont {
    height: 450px;
  }
  .sec18_cont {
    padding: 20px;
  }
  .banner_cont h1 {
    font-size: 1rem;
  }
  .banner_cont a.talk_btn {
    font-size: 0.9rem;
  }
  .banner_cont {
    width: 95%;
  }
  .bnr_desc {
      max-width: 200px;
  }
  .sec19_cont .sec_heading {
    font-size: 1.5rem;
  }
.modal.modal_new {
    max-width: 96%;
    left: -14px;
    top: -60px;
  }
  .drop-menu .nav_link a {
    font-size: 0.83rem;
  }
  .nav_link_main .nav_link a {
    padding: 0 20px;
  }
  .nav_link_main .mobile-item {
    padding-left: 20px;
  }
  .drop-menu .nav_link a {
    padding: 0;
  }
}
