/*-------------- media section ---------------*/


@media screen and (max-width: 1920px) and (min-width: 1800px){
  .slider-content-wrap{
    padding: 27% 0 18% 29%;
  }

}
@media screen and (max-width: 1600px) and (min-width: 1400px){
  .slider-content-wrap{
    padding: 26% 0 18% 10%;
  }
  .slider-img{
     right: 0;
  }
  .footer-last-box-bottom {
    left: 12px;
    transform: translateY(164px);
  }
  #footer_box {
    padding: 7% 0 10% 0;
  }

}
@media screen and (max-width: 1399px) and (min-width: 1200px){
  #footer_box h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .single-country-form-heading h4 {
    line-height: 30px;
  }
  .banner-contents h1 {
    width: 90%;
  }
  section h3, h3 a{
    font-size: 18px;
  }
  .footer-top-image img {

    height: 240px;
  }
  .footer-last-box-bottom {
    left: 10px;
    transform: translateY(107px);
  }
  .slider-img{
    right: 0;
    top: 4%;
    width: 100%;
    height: 100%;
  }
  .slider-content-wrap {
    padding: 27% 0 18% 20%;
  }

  .our-process-row{
    gap: 20px 0;
  }
  .process-box{
    height: 100%;
  }
  .about_me{
    width: 65%;
  }
}

@media screen and (max-width:1023px){
  .footer-mid{
    max-width: 100%;
  }
  .slider-svg img{
    height: auto;
  }
  .main-navigation .current-menu-item a:after{
    display: none;
  }
  .toggle-nav {
  display: block;
 }
   .toggle-nav i {
    font-size: 26px;
    color: #FFF;

   }
  .sidenav .close-sidebar {
    position: relative;
    font-size: 32px;
    display: block;
    padding-right: 7%;
    color: #ffffff;
    cursor: pointer;
    cursor: pointer;
    text-align: right;
  }
  .main-navigation ul li.current-menu-item a{
    border-top: none !important;
  }
  .main-navigation ul li>ul {
    opacity: 1;
    display: block !important;
    visibility: visible !important;
    transform: none;
    box-shadow: unset;
    padding: 0;
    margin: 0;
  }
  .main-navigation ul li a:before,
  .main-navigation ul li a:before {
    background-color: transparent;
  }
  .main-navigation ul li:hover>ul {
    display: block !important;
    padding: 0;
    color: #000000;
  }
  .main-navigation ul ul li:nth-child(1) {
    border-top: 1px solid #fff;
  }
  .main-navigation ul li {
      height: 100%;
      padding: 16px 0px;
    border-bottom: 1px solid #fff;

  }
  .main-navigation ul li ul li ul {
    position: unset;
  }
  .main-navigation ul li ul{
    display: none;
    position: relative !important;
  }
  .main-navigation ul ul li a:hover{
    transition: unset;
  }
  .headerbar {
    display: block !important;
    margin: 0;
  }
  .main-navigation ul ul li{
    padding: 0px 12px;
    margin: 0px 0 0px 0;
  }
  .main-navigation ul ul li a {
    padding-left: 16px;
    color: #ffff !important;
  }

  .main-header .main-navigation {
    display: none
   }
   .header-inner{
    padding-top: 4px;
    padding-bottom: 4px;
  }
.sticky.stickynavbar .header-inner{
  padding-top:unset;
  padding-bottom: unset;
}
 	.main-navigation ul li.current-menu-item a{
 		border-top: none !important;
 	}
 	.main-navigation ul li>ul {
 		opacity: 1;
 		display: block !important;
 		visibility: visible !important;
 		transform: none;
 		box-shadow: unset;
 		padding: 0;
 		margin: 0;
 	}
 	.main-navigation ul li a:before,
 	.main-navigation ul li a:before {
 		background-color: transparent;
 	}
 	.main-navigation ul li:hover>ul {
 		display: block !important;
 		padding: 0;
 		color: #000000;
 	}
 	.main-navigation ul li ul li ul {
 		position: unset;
 	}
 	.main-navigation ul li ul{
 		display: none;
 		position: relative !important;
 	}
 	.main-navigation ul ul li a:hover{
 		transition: unset;
 		/* padding: 12px 27px; */
 	}
 	.headerbar {
 		display: block !important;
 		margin: 0;
 	}
 	.main-navigation ul ul li{
 		padding: 0px 12px;
   	margin: 0px 0 0px 0;
 	}
   #header .sub-menu{
    box-shadow: unset;
    border: unset ;
    margin: 0 !important;
   }
 	.main-navigation ul ul li a {
 		/* padding-left: 16px; */
 		color: #ffff !important;
 	}
 	.main-navigation,.main-navigation li {
 		padding: 0;
 		display: block;
 		width: 250px;
 	}
 	.main-navigation ul li a {
     padding: 10px 15px;
 		display: block;
 		border-bottom: 1px solid #e2e2e2;
 		background: 0 0!important;
 		text-align: left;
 		margin: 0;

 	}
  .main-navigation ul ul a {
    font: normal normal 600 13px/22px Open Sans;
  }
   #sidebar1 .close-sidebar.mobile-menu{
     position: relative;
     font-size: 32px;
     display: block !important;
     padding-right: 7%;
     color: #fff;
     cursor: pointer;
     cursor: pointer;
     text-align: right;
   }
   #sidebar1 {
     height: 100%;
     width: 0;
     position: fixed !important;
     z-index: 9999999;
     top: 0;
     right: 0;
     background-color: var(--yellow);
          overflow-x: hidden;
    transition: .9s;
     padding-top: 8px !important;
   }
   #sidebar1 ul li a{
     color: #fff !important;
     border-bottom: none;
   }
      /* #sidebar1 ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        z-index: 11111;
        transform: scale(1) !important;
      }
      #sidebar1 ul li:hover>ul {
       display: block !important;
       transition: all .4s ease;
      } */
      #sidebar1 ul ul {
       /* background: #fff;
       border-top: 4px solid var(--color-red);
       visibility: hidden;
       display: none !important;
       opacity: 0;
       animation-name: fadeOutUp;
       transform: scale(0) !important;
       transform-origin: top left;
       transition: all 0.3s ease-out; */
      }
      @keyframes fadeOutUp {
        from {
          opacity: 1;
        }
        to {
          opacity: 0;
          transform: translate3d(0, -100%, 0);
        }
      }

   .main-navigation ul ul{
    width: 95%;
    margin: 0 auto !important;
   }
   .main-navigation ul ul,.main-navigation ul ul li {
     background: transparent !important;
   }
   .main-navigation ul ul li {
     display: block;
     padding: 12px 0 16px;
   }
   .main-navigation ul ul ul li {
     padding-left: 15px;
   }
   .main-navigation li {
       position: relative;
  }
  #contentwoocom{
        margin-top: 3rem;
  }

}

@media screen and (max-width: 1199px) and (min-width: 992px){

  .wpcf7-not-valid-tip {
    bottom: -22px;
    font-size: 12px;
  }


  #testimonial .owl-next {
    transform: translateX(24px) !important;
  }
  #testimonial .owl-prev {
    transform: translateX(-24px) !important;
  }

  #menu-primary-menu > .menu-item-has-children::before {

    right: -7px;
  }
  .single-service-points h6{
    font-size: 16px;
  }
  .single-srevice-title {
    align-items: start !important;
  }
  #singleService .nav-pills .nav-link{
    font-size: 16px;
  }
  .single-service-points {
  
    padding-bottom: 20px;
  }
  .single-countries-heading h4 {
    font-size: 32px;
  }
  .services-page .services-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .single-country-form-heading h4{
    line-height: 30px;
  }
 ::placeholder{
  font-size: 14px !important;
 }
 #contact select{
  font-size: 14px;
 }
  .single-countries-points h6{
    font-size: 16px;
  }
  #contact {
    padding: 0 0 70px;
  }
  .services-title h3 a
  {
    font-size: 18px;
    line-height: 19px;
  }
  #footer_box h4
  {
    font-size: 15px;
  }
  #footer ul li a{
    font-size: 13px;
  }
  .footer-top-image img {
    height: 218px;
  }
  .footer-last-box-bottom {
    left: 4px;
    transform: translateY(100px);
    }
  .team-headings h2{
    font-size: 36px;
  }
  .main-navigation li {
    padding: 12px 16px;
  }
  .services-content p {
   
    padding: 16px 0;
  }
  #footer_box .widget_text p {
    font-size: 14px;
    line-height: 29px;
  }


  .last_slide_head svg{
    top: -35px;
    min-width: 250px;
  }
  .about_me{
    width: 65%;
  }
  .header-book-button a{
    padding: 18px 20px;
  }
  .contact-heading h2 {

    font-size: 32px;
    line-height: 51px;
  }
  .widget-title{
    line-height: 23px;
  }
  .title-box h1 {
    font: 700 40px / 50px var(--font-one);
  }
  .slider-img{
    right: 0;
    height: 100%;
    width: 100%;
  }

  .slider-img-box {
    min-height: 760px;
  }
  .slider-content-wrap {
    padding: 27% 0 20% 3%;
  }
  .slider-heading {
    font-size: 45px;
  }

  
  .main-head {
    font: 600 33px / 36px var(--font-one);
  }
  .abt-counter-heading{
    font-size: 130px;
    line-height: 160px;
  }
  .about-us-row{
    align-items: center;
  }
  .services-wrap{
    min-height: 235px;
  }
  .why-box-common {
    padding: 15px;
  }
 
  section h3, h3 a{
    font-size: 18px;
    line-height: 22px;
  }
  .banner-contents p{
    width: 64%;
  }
  .banner-contents h1 {
    font-size: 36px;
    width: 100%;
  }

  
  .services-content-box {

    padding: 18px 14px;
  }
  .services-title {
    padding-bottom: 20px;
  }

  .about-us-contents h6{
    padding-bottom: 18px;
  }
  .about-us-contents h2{
    font-size: 34px;
  }
  .about-us-contents h2{
    font-size: 42px;
  }
  .counter_box h4 {
    font-family: var(--font-three);
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--yellow);
    min-width: 132px;
    padding-bottom: 0;
  }
  .banner-contents h1 {
    font-size: 40px;
    width: 100%;
  }
  .banner-contents p {
    font-size: 14px;
    width: 83%;
  }
  .about-us-contents h2 {

    font-size: 28px;
    line-height: 42px;
  }
  .about-us-contents p {
    font-size: 14px;
    line-height: 28px;
  }

  .services-title {
    padding-bottom: 12px;
    }
  .services-content p{
    font-size: 12px;
    line-height: 19px;
  }
}

@media screen and (max-width: 1024) and (min-width: 992px){

  .team-headings h2{
    font-size: 34px;
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
  }
  #footer_box h4{
    font-size: 14px;
  }
  #footer ul li a, .about_me .widget_wpb_widget a {

    font-size: 12px;
    line-height: 3.82px;
  }
  .services-content p {
    font-size: 12px;
    line-height: 22px;
    padding: 18px 0;
  }
  .widget-title{
    font-size: 14px;
  }
  #testimonial .owl-next {
    transform: translateX(23px);
  }
  .footer-last-box-bottom {

    transform: translateY(127px);
  }
  #footer ul li a, .about_me .widget_wpb_widget a {
  
    font-size: 14px;
    line-height: 13.82px;
  }
  #footer_box .widget_text p {

    font-size: 12px;
    line-height: 26px;
  }
  #testimonial .owl-prev {
    transform: translateX(-23px);
  }
  .team-headings h2{font-size: 38px;}

  
  .services-content-box {

    padding: 18px 14px;
  }
  .services-title {
    padding-bottom: 20px;
  }

  .about-us-contents h6{
    padding-bottom: 18px;
  }
  .about-us-contents h2{
    font-size: 34px;
  }
  .about-us-contents h2{
    font-size: 42px;
  }
  .counter_box h4 {
    font-family: var(--font-three);
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--yellow);
    min-width: 132px;
    padding-bottom: 0;
  }
  .banner-contents h1 {
    font-size: 40px;
    width: 100%;
  }
  .banner-contents p {
    font-size: 14px;
    width: 83%;
  }
  .about-us-contents h2 {

    font-size: 28px;
    line-height: 42px;
  }
  .about-us-contents p {
    font-size: 14px;
    line-height: 28px;
  }

  .services-title {
    padding-bottom: 20px;
  }
  .services-content p{
    font-size: 12px;
  }

}
@media screen and (max-width:991px){
  
 
  
}
@media screen and (max-width: 991px) and (min-width: 768px){
  #contact .message-icon {
    padding: 24px 0px;
  }
  .single-services-title {
    margin-top: 32px;
  }
  

  .single-countries .flex-direction-middle {
    flex-direction: column-reverse;
  }
  .banner-contents{
    width: 46% ;
  }
  #counter {
    padding: 30px 0 70px;
  }
  .wpcf7 form.failed .wpcf7-response-output{
    position: unset;
  }
  .bradcrumbs span{
  font-size: 14px;
  }
  .single-country-form-heading {
    padding: 28px 16px;
    margin-top: 34px;
  }
  .single-countries-form .message-icon {
    padding: 24px 8px;
  }
  .wpcf7-spinner{
    left: unset;
  }
  .single-country-form-heading h4 {
 
    font-size: 24px;
    line-height: 36px;
  }
  .single-countries-form ::placeholder {
    font-size: 12px !important;
  }
  .search-form.serach-page.searchBox {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .title-box h1{
    font-size: 36px;
  }
  .select-country-headings p{
    width: 100%;
  }
  .services-headings p{
    width: 100%;
  }
  #contact .row {
    align-items: end;
  }
  .our-partners-heading h2 {
    font-size: 24px;
    line-height: 22px;
  }
  #testimonial .owl-prev {
    transform: translateX(-30px);
  }
  #testimonial .owl-next {
    transform: translateX(30px);
  }
  #contact .message-icon textarea {
    height: 80px;
  }

  .banner-contents h1 {
    padding-bottom: 15px;
    font-size: 31px;
    line-height: 42px;
    width: 100%;
  }
  .counter_box h4 {
    font-size: 38px;
    min-width: 100%;
  }
  .counter_box{
    flex-direction: column;
  }
  .services-bottom-headings {
    margin-top: 28px;
  }
  .about-us-contents h2{
    margin-top: 40px;
  }
  .services-bottom-headings p {
    font-size: 14px;
    line-height: 17px;
  }
  .text-counter h6 {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .banner-contents p {
    font-size: 14px;
    line-height: 21px;
    width: 68%;
    padding-bottom: 10px;
  }
  .count {
    margin: 0;
  }
  .footer-last-box-bottom {
    position: unset;
    transform: unset;
    margin-top: 58px;
  }
  #footer_box::after {
    content: "";
    width: 50%;
    height: 57%;
    background: var(--yellow);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .contact-form-wrap svg {
    width: 50px;
  }
  .footer-top-image img {
    position: unset;
    width: 100%;
    margin-top: 58px;
    }
  #contact .name-icon, .email-icon, .phone-icon, .visa-icon {
    padding: 0 8px;
  }
  .contact-heading h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
  }
  
  #contact .contact-map embed {
    height: 500px;
  }
  #contact input[type="email"]::placeholder,#contact input[type="text"]::placeholder,#contact input[type="tel"]::placeholder,#contact select,#contact textarea::placeholder{
    font-size: 12px;
    }
  .services-right-image img {
    width: 100%;
    height: 100%;
  }

  .header-book-button a {
    padding: 18px 32px;
  }
 
  
}
@media screen and (max-width: 991px) and (min-width: 576px){

  .footer-top-image img {
    position: unset;
    width: 100%;
    height: unset;
  }
  .footer-last-box-bottom {
    position: unset;
    transform: unset;
    padding: 25px 10px;
    background: var(--yellow);
  }
  #footer_box::after{
    display: none;
  }
}


@media screen and (max-width:767px) {
  .single-blog-content,.comment-body,.form-submit,.comment-form-comment{
    text-align: center;
  }
  #faq-page .accordion-button:not(.collapsed){
    width: auto;
  }
  .team-row{
    display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
  }
  .project-title h3{
    text-align: center;
  }
 
  #slider{
    overflow: hidden;
  }
  .last_slide_head svg{
    min-width: 250px;
  }
  #sidebar{
    margin-top: 20px;
  }
  #single-services .services-img{
    margin:0 auto;
  }
  .project-desc-wrap{
    text-align: center;
  }
  .contact-form-wrap .theme-btn{
    margin: 0 auto;
    display: block;
  }
  .team-social-icon-box{
    opacity: 1;
    bottom: 20px;
  }
  #single-project .row{
  gap: 20px 0;

 }  #single-project{
  text-align: center;
 }
  .contac-content-wrap{
    padding: 20px;
  }
  section h3, h3 a{
    font-size: 18px;
    line-height: 29px;
  }
  #contact-banner .theme-btn{
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #contact-banner{
    padding: 30px 0 0 0 !important;
  }
  .bradcrumbs a, .bradcrumbs span {
    font: 500 14px / 19px var(--font-two);
  }
  .why-box-common{
    font-size: 16px;
  }
  .modal-contents{
      width: 80%;
    }
    #sliderModal .close-one{
      height: 40px;
      width: 40px;
    }
    #sliderModal .close-one i {
      font-size: 25px;
    }
    #footer ul{
      margin-bottom: 30px;
          display: block;
    }
    #footer h3{
      margin-bottom: 4px;
    }
    .contact-page{
      text-align: center;
    }
    .contactpage-details{
      margin-bottom: 25px;
    }
    .post-meta-inner{
      display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        text-align: center;
    }
    .meta-heading {
    font: 500 14px / 20px var(--font-two);
  }
  .social-share-icon-main{
    justify-content: center;
        opacity: 1;
        right: 0;
        left:0;
        top: 21px;
  }
  .social-share-icon-main a{
    margin: unset;
  }
  .single-blog-content{
    margin-top: 20px;
  }
  #single-post .single-author-image {
    width: 40px;
    height: 40px;
  }
  #single-post .author-name {
    font: normal normal 600 14px / 26px var(--font-two);
  }
  #single-post .comment-respond{
    max-width: 100%;
    margin-top: 20px;
  }
  #single-post #commentform{
    justify-content: center;
  }
  .error-page .error-heading {
    font: 500 28px / 36px var(--font-two);
  }
  .error-page .error-para {
    font: 400 16px / 27px var(--font-two);

  }

  .single.single-post .bradcrumbs{
        display: block;
  }
  .title-box h1 {
    font: 600 30px / 35px var(--font-one);
    text-align: center;
  }
  #comments{
        display: block;
  }
  .related.products .cart-btn a:before{
    left: 0;
  }
  #support-page .half-width, #support-page ul{
    display: block;
    text-align: left;
  }
  .comment-author.vcard{
    justify-content: center;
    margin-bottom: 10px;
  }
  .comment-list{
    width: 100%;
  }
  .comment-body>p, .comment-body>.reply{
    padding-left: unset;
  }
  .slider-img{
    width: 365px;
    height: 550px;
  }
  .about-us-row,.contact-banner-row{
    gap: 30px 0;
  }
#about-us .theme-btn{
    margin: 0 auto;
    display: block;
  }
  .contact-banner-img{
    margin-top: unset;
  }
  .why-box-common h3{
    width: 100%;
  }
  #footer_box,.footer-mid{
    text-align: center;
  }
  .footer-cols>.row{
    gap: 20px 0;
  }
  .slider-img-box{
    position: unset;
    min-height: unset;
  }
  .slider-content-wrap{
    padding: 30% 0 18% 0;
  }
  .slider-heading{
    font-size: 45px;
    line-height: 58px;
  }
  .slider-content-wrap {
    padding: 30% 0 5% 0;
  }
  .about-wrap{
    grid-template-rows: repeat(11, 26px);
    grid-gap: 13px;
  }
  .abt-three{
    grid-column-start: 8;
    grid-column-end: 12;
  }
  .abt-counter-heading{
    font-size: 80px;
    line-height: 85px;
  }
  .main-head {
    font: 600 32px / 40px var(--font-one);
  }
  .services-wrap{
    min-height: 240px;
  }
  .testimonial-iner{
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .packages-box{
    padding: 30px 25px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px){

  .topbar-title h6
  {
    font-size: 12px;
  }
  .counter_box{
    flex-direction: column;
  }
  .counter_box h4{
    display: flex;
  align-items: center;
  justify-content: center;
  }
  #testimonial .owl-prev {
    transform: translateX(-18px);
  }
  #testimonial .owl-next {
 
    transform: translateX(18px);
  }
  .count {
    margin: 0px;
  }
  .text-counter h6 {

    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .counter_box h4{
    font-size: 40px;
  }
  .banner-left-image img {
    height: 390px;
  }
  .banner-right-image img {
    height: 390px !important;
  }
  .banner-contents h1 {
    font-size: 24px;
    line-height: 34px;
    width: 90%;

  }
  .services-bottom-headings p {
    font-size: 14px;
    line-height: 23px;
    padding: 14px 0;
  }
  .services-bottom-headings h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .team-headings p {
    font-size: 16px;
    padding-top: 15px;
    width: 100%;
    text-align: center;
  }
  .team-headings h2{
    font-size: 32px;
    text-align: center;
  }
  .contact-form-wrap {
    overflow: hidden;
  }
  .counter-headings p{
    font-size: 16px;
  }
  .counter-headings h2{
    font-size: 32px;
  }
  .our-partners-heading h2{font-size: 20px;}
  .blogs-heading h2{
    font-size: 32px;
  }
  .faq-heading p{
    text-align: center;
  }
  .faq-heading h2{
    font-size: 32px;
    text-align: center;
  }
  .services-content p {
    padding: 20px 0;
  }
  .services-title {
    padding-bottom: 24px;
  }
  .services-content-box {
    padding: 24px 14px;
  }
  .services-headings p{
    width: 100%;
    font-size: 14px;
  }
  .services-headings h2{
    font-size: 32px;
  }
  .select-country-headings p {
    font-size: 14px;
    width: 100%;
  }
  .select-country-headings h2{
    font-size: 32px;
  }
  .banner-contents p {
    font-size: 14px;
    line-height: 21px;
    width: 90%;
  }
  .contact-heading h2 {
    font-size: 38px;
    padding-bottom: 40px;
    text-align: center;
  }
  
}

@media screen and (max-width:575px) {
  .services-page-reverse {
    flex-direction: column-reverse;
  }

  .single-service-points h6{
    font-size: 14px;
  }
  #singleService .nav-pills .nav-link{
    font-size: 16px;
  }
  .single-services-title {
    margin-top: 32px;
  }
  .wpcf7 form.failed .wpcf7-response-output{
    position: unset;
  }
  #testimonial .owl-next {

    transform: translateX(18px);
  }
  #testimonial .owl-prev{
    transform: translateX(-18px);
  }

  .services-page-bottom-image1 {
    margin-bottom: 16px;
  }
  #contact .contact-map embed {
    height: 400px;
    width: 100%;
  }
  .contac_form{
    max-width: 100%;
  }
  .header-search {
    padding-left: 14px;
  }
  .procedure-box{
    padding-left: 80px;
    padding-right: 12px;
  }
  .topbar-social-icons
  {
    justify-content: center;
  }
  .procedure-box::before {
    content: "";
    width: 100px;
    height: 58px;
  }
  #about-us {
    padding: 0;
  }
  #footer_box h4{
    font-size: 16px;
  }
  #footer_box .widget_text p {

    font-size: 14px;
    line-height: 26px;
  }


  .procedures-details-box-3::after{
    left: 13px;
    top: -11px;
    width: 42px;
    height: 42px;
  }
 
  .procedures-details-box-4::after{
    left: 13px;
    top: -11px;
    width: 42px;
    height: 42px;
  }
  .procedures-details-box-1::after{
    left: 13px;
    top: -11px;
    width: 42px;
    height: 42px;
  }
  .procedures-details-box-2::after {
    content: "";
    width: 42px;
    height: 42px;
    left: 13px;
    top: -11px;
  }
  .topbar-title h6 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0 0 10px;
}
  .blog-img-outer {
    height: 100%;
  }
  #testimonial .owl-next{
    transform: unset;
    position: unset;
    margin: unset;
  }
  #testimonial .owl-nav button{
    transform: unset;
    position: unset;
    margin: unset;
  }
  .team-headings h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .services-headings h2{
    font-size: 28px;
  }
  .team-headings p {
    font-size: 14px;
    line-height: 21.82px;
    padding-top: 20px;
    text-align: center;
  }
  .testimonial-heading h2{
    font-size: 28px;
  }
  
  .counter_box{
    flex-direction: column;
  }
  .select-country-headings p{
    width: 100%;
    font-size: 14px;
    padding: 0;
    
  }
  .our-partners-heading h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .procedures-heading p {
    font-size: 14px;
    line-height: 21.82px;
    width: 100%;
    text-align: center;
  }
  .procedures-heading h2 {
    font-size: 28px;
    line-height: 40.35px;
    text-align: center;
  }
  .procedure-box h2{
    font-size: 16px;
  }
  .procedure-box p{
    font-size: 12px;
    }
  .select-country-headings h2{
    font-size: 28px;
  }
  .services-headings p{
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
  .contact-form-wrap {
    overflow: hidden;
  }
  .accordion-item {
    padding: 22px 0 20px 0px;
  }
  .header-book-button a {
    font-size: 14px;
    padding: 18px 20px;
  
  }
  .banner-left-image img{
    height: 400px;
  }
  .banner-right-image img {
    height: 400px !important;
    object-fit: cover;
  }

  
  .banner-contents{
    width: 100%;
  }
  .banner-contents h1 {

    font-size: 28px;
    line-height: 37px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .banner-contents p{
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-bottom: 0px;
  }
  .banner-contents {
    left: 0;
    padding: 12px;
    align-items: center;
  }
  .services-bottom-headings h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .services-bottom-headings p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
  }
  .about-us-contents h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    padding: 18px 0 14px;
  }
  .about-us-contents h6 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: center;
  }
  .about-us-contents p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
  .aboutus-inner-content h5{
    font-size: 14px;
  }
  .about-us-button a {
    width: 100%;
    padding: 0 26px;  }
  .about-contact-button a{
    width: 100%;
    padding: 0 26px;  }
  .about-contact-button {
    margin-left: 9px;
  }
  .contact-heading h2 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }
  .blogs-heading h2{
    font-size: 28px;
  }
  .faq-heading h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  .faq-heading p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .owl-nav {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 18px;
  }
  #banner {
    height: 100%;
  }
  .footer-top-image img {
    position: unset;
    width: 100%;
    height: 100%;
  }
  .footer-last-box-bottom {
    position: unset;
    transform: unset;
    background: var(--yellow);
    padding: 22px 10px;

  }
  .counter_box h4 {
    font-size: 28px;
    min-width: 100px;
  }
  .text-counter h6{
    width: 100%;
    font-size: 14px;
  }
  .accordion-button.collapsed::before {
    content: "";
    width: 4px;
    height: 24px;
    background: #D9D9D9;
      background-image: none;
    background-image: none;
    background-image: unset !important;
    border-radius: 40px;
    position: absolute;
    right: 14px;
    top: 9px;
  }
  .accordion-button::after {
    content: "";
    width: 24px;
    height: 4px;
    background: #D9D9D9;
      background-image: none;
    background-image: none;
    background-image: unset !important;
    border-radius: 40px;
    position: absolute;
    top: 20px;
    right: 4px;
    bottom: 0;
    margin: auto;
  }
  .count {
    margin: -6px;
  }
  .counter-headings p {
    font-size: 14px;
    line-height: 25px;
    padding: 15px 0 0;
    width: 100%;
    margin: 0;
  }
  .counter-headings h2{
    font-size: 28px;
  }
  .services-page-contents h6 {
    font-size: 16px;
    line-height: 17.48px;
    text-align: center;
  }
  .services-page-point p{
    font-size: 14px;
  }
  .page-point-services {
    padding-left: 16px;
  }
  .services-page-contents p {
    font-size: 14px;
    line-height: 26px;
    padding: 22px 0;
    text-align: center;
  }
  .services-page-contents h2 {
    font-size: 22px;
    line-height: 40px;
      text-align: center;
  }
  .services-page-contents h4 {
    font-size: 18px;
    text-align: center;
  }
  .services-page-images {
    display: block;
  }
  section h4, h4 a{
    font-size: 16px;
  }
  .copyright p{
    font-size: 12px;
    text-align: center;
  }
  a.social_icon{
    width: 34px;
    height: 34px;
  }
  a.social_icon i{
    font-size: 14px;
  }
  .copyright a{
    font-size: 12px;
  }
  .copyright {
    background: #001025;
    padding: 15px 10px;
  }
  #footer_box .widget_text {
    padding-right: unset;
  }
  #footer_box::after{
    display: none;
  }
  #contact .contact-map embed {
    height: 100%;
    width: 100%;
  }
  #footer{
    overflow: hidden;
  }
  .accordion-button{
    font-size: 14px;
    /* width: 83%; */
    height: 21px !important;
  }
  .panel-body ul li {
    font-size: 12px;
    line-height: 26px;
  }
  .panel-body p {
    font-size: 12px;
    line-height: 26px;
  }
  /* .accordion-header::before {
    content: "";
    width: 107px;
    height: 45px;
  }
  .accordion-header::after {
    content: "";
    width: 36px;
    height: 36px;

    top: 17px;
  }
  .accordion-button::after {
    content: "";
    width: 22px;
    height: 4px;
    background: #D9D9D9;
      background-image: none;
    background-image: none;
    background-image: unset !important;
    border-radius: 40px;
    position: absolute;
    top: 20px;
    right: -48px;
  } */
  .accordion-button {
    line-height: 30px;
    padding-right: 55px;
  }
  .aboutus-inner-content{
    justify-content: center;
  }
  #contact {
    padding-top: 0;
  }
  .about-us-buttons {
    justify-content: center;
  }
  .search-form.serach-page.searchBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #search {
    background-color: #fff;
    right: -100px;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2000;
    border-radius: 3px;
    overflow: 15px;
    padding: 10px 14px;
    top: 54px;
  }
  #services {
    padding: 0 0 70px;
  }
  
}


@media screen and (max-width:375px) {

}
