.footer {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text color */
    margin-top: 20px; /* Add spacing above the footer */
    z-index: 1; /* Ensure footer is above other elements */
}.footer {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text color */
    margin-top: 20px; /* Add spacing above the footer */
    z-index: 1; /* Ensure footer is above other elements */
}.footer {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text color */
    margin-top: 20px; /* Add spacing above the footer */
    z-index: 1; /* Ensure footer is above other elements */
}.footer {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text color */
    margin-top: 20px; /* Add spacing above the footer */
    z-index: 1; /* Ensure footer is above other elements */
}.footer {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text color */
    margin-top: 20px; /* Add spacing above the footer */
    z-index: 1; /* Ensure footer is above other elements */
}.pricing-desktop { display: block; }

/* Mobile only */
.pricing-mobile { display: none !important; }
.pricing-mobile .owl-nav{
		display: block !important
	}
.pricing-mobile .owl-nav button{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #fff !important;
  border: none;
  border-radius: 50% !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.pricing-mobile .owl-nav button:hover {
  background:  #203864 !important;
  color: #fff !important;
}

.pricing-mobile .owl-prev {
  left: -10px;
}

.pricing-mobile .owl-next {
  right: -10px;
}
.
 .confirmation-modal .modal-content {
      border: 2px solid #1d74e9;
      border-radius: 22px;
      overflow: hidden;
      background: linear-gradient(to bottom right, #f6fbff, #e9f3ff);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .confirmation-header {
      text-align: center;
      padding: 2.8rem 1.5rem 2rem;
    }

    .confirmation-header h3 {
      font-weight: 700;
      color: #000;
    }

    .confirmation-header img {
      vertical-align: middle;
    }

    .confirmation-header h4 {
		font-weight: 700;
		margin-top: 2rem;
		margin-bottom: 0.75rem;
		font-size: 30px;
    }

    .confirmation-header p {
      color: #333;
      font-size: 0.95rem;
      margin: 0;
    }

    .confirmation-blue {
    background: linear-gradient(to right, #396afc, #2948ff);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    }

    .confirmation-youtube.confirmation-youtube {
      text-align: center;
      background-color: #f9fcff;
      padding: 1.8rem 0;
    }

    .youtube-pill {
          display: inline-flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 999px;
    padding: 20px 35px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    transform: translateY(0);
    }

    /* Hover Effect */
    .youtube-pill:hover {
      transform: scale(1.05) translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
      border-color: #ff4b4b;
    }

    .youtube-pill img {
          width: 65px;
    margin-right: 14px;
    transition: all 0.3s ease;
    }

    .youtube-pill span {
      font-weight: 600;
	  font-size: 20px;
      color: #1a1a1a;
      transition: color 0.3s ease, text-shadow 0.3s ease;
    }

    .youtube-pill:hover span {
      color: #e70000;
      text-shadow: 0 0 6px rgba(231, 0, 0, 0.3);
    }

    .confirmation-modal .btn-close {
      position: absolute;
      top: 14px;
      right: 14px;
      background-color: transparent !important;
      opacity: 0.6;
      z-index: 2;
      transition: opacity 0.2s ease;
    }

    .confirmation-modal .btn-close:hover {
      opacity: 1;
    }

   
.industries-section {
  background-color: #f9f9fb;
}
.test-content-country p{
	min-height: 80px !important
}
.ms-pills{
	margin-top: 20px;
}
.ms-pills .pill-item {
  display: inline-block;
  padding: 10px 22px;
  background-color: #fff;
  border: 1px solid #054585;
  border-radius: 50px;
  font-size: 15px;
  color: #054585;
  cursor: default;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.ms-pills .pill-item:hover {
  background-color: #054585;
  color: #fff;
  border-color: #0d6efd;
  box-shadow: 0 4px 10px rgba(13,110,253,0.3);
  transform: translateY(-2px);
}
.upload-box {
  border: 2px dashed #d1d5db;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 20px
}

.upload-info {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.filename {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
}

.terms {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.btn-indigo {
  background-color: #4f46e5 !important;
  color: #fff !important;
  border: none !important;
}

.btn-indigo:hover {
  background-color: #4338ca;
}
.btn-m-green {
  background-color: #059669 !important;
  color: #fff !important;
  border: none !important;
}

.btn-m-green:hover {
  background-color: #059669;
}
.test-image-blk img {
    border-radius: 100%
  }
.section-margin{
	padding-top: 60px;
    padding-bottom: 60px;
}
.sec-price-inn{
	padding-top: 60px;
    padding-bottom: 60px;
    background: #f8fbff;
}
.sec-price-title{
	font-size: 54px;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #000;
}
.sec-price-title span{
	color: #054585;
}
.steps-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      text-align: center;
    }

    .step-m-box {
      flex: 1 1 calc(20% - 20px); /* 5 boxes per row */
      background: #fff;
      border-radius: 12px;
      padding: 25px 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
      margin-top: 30px;
    }

    .step-m-box:hover {
      transform: translateY(-5px);
    }

    .step-icon {
      width: 45px;
      height: 45px;
      background: #054585;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin: 0 auto 10px;
    }

    .step-title {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 6px;
    }

    .step-text {
      font-size: 0.9rem;
      color: #555;
    }


		/* Fullscreen video fit with margins */
.youtube-modal .modal-dialog {
  max-width: 80%;
  width: 70%;
  margin: 20px auto;
}

.youtube-modal .modal-content {
  background: #000;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

/* Dynamic height video area */
.youtube-modal .video-wrapper {
  position: relative;
  width: 100%;
  height: 90vh; /* Take up 90% of viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0px;
  object-fit: cover;
}

/* Close button */
.youtube-modal .close-btn {
     position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1051;
    font-size: 21px;
    color: #fff;
    transition: 0.3s ease;
    float: none;
    width: 30px;
    height: 30px;
    background: #F44336;
    border-radius: 999px;
    opacity: .7;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.youtube-modal .close-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Hover zoom for thumbnails */
.youtube-modal .thumb-link img {
  transition: 0.3s;
}

.youtube-modal .thumb-link img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

	  .youtube-section {
          background-color: #edf6ff;
          /* background-image: url(../../../images/new-landing-images/you-bg.jpg); */
          background-size: cover;
          background-repeat: no-repeat;
          padding: 100px 0;
          border-top: 1px solid #eee;
          border-bottom: 1px solid #eee;
          background-attachment: fixed;
    }
	.youtube-section .owl-nav{
		display: block !important
	}
	.youtube-section .owl-nav button{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #fff !important;
  border: none;
  border-radius: 50% !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.youtube-section .owl-nav button:hover {
  background:  #203864 !important;
  color: #fff !important;
}

.youtube-section .owl-prev {
  left: -26px;
}

.youtube-section .owl-next {
  right: -26px;
}
.subs-row{
	margin-bottom: 45px
}
.yt-logo-div{
	
display: flex;
	
gap: 7px;
	
align-items: center;
}
.yt-logo-div img{
	
width: 114px;
	
height: 33px;
}
.yt-logo-div .subscribe-h{
	
font-size: 35px;
	
color: #203864;
	
margin: 0px;
	
line-height: 1;
	
font-weight: 700;
}
    .youtube-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      color: #000000 !important;
      font-weight: 600;
      padding: 12px 35px;
      border-radius: 50px;
      font-size: 18px;
      text-decoration: none;
      transition: 0.3s ease;
      border: 1px solid #000;
    }
.youtube-btn a i{
	color: #ce1a19;
}
    .youtube-btn:hover {
      background: #ce1a19;
      transform: translateY(-3px);
      color: #fff !important;
      border: 1px solid #ce1a19;
    }
.youtube-btn:hover i{
	color: #fff !important;
}
    .youtube-btn i {
      margin-right: 10px;
      font-size: 22px;
      color: #ce1a19;
    }

    .Youcounter {
      font-size: 35px;
      color: #203864;
      margin: 0px;
      line-height: 1;
      font-weight: 700;
    }

    .Youcounter-text {
      font-size: 22px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 10px;
      margin-top: 30px;
      text-shadow: 1px 1px 10px #a5a5a5;
    }

    .sub-desc {
      font-size: 18px;
      color: #666;
      max-width: 600px;
      margin: 0 auto 40px;
      line-height: 1.6;
    }
.vid-divider{
	    margin-top: 30px;
	    margin-bottom: 70px;
	    opacity: 1;
	    border-top: 0px solid #203864;
}
    .youtube-section .btn-group .btn {
      margin: 0 10px;
      padding: 10px 25px;
      font-weight: 500;
      border-radius: 50px;
      transition: 0.3s;
      background: #fff;
      color: #203864;
    }

    .youtube-section .btn-outline-dark:hover {
      background: #222;
      color: #fff;
    }

    @media (max-width: 576px) {
      .Youcounter {
        font-size: 50px;
      }
      .Youcounter-text {
        font-size: 22px;
      }
      .youtube-section .btn-group .btn {
        margin: 8px 0;
        width: 100%;
      }
    }
	
	.price-page-faq {
     background: #f8fbff;
      font-family: 'Poppins', sans-serif;
    }

    .price-page-faq .faq-title {
      font-size: 36px;
      font-weight: 700;
      color: #222;
      text-align: center;
      margin-bottom: 50px;
    }

    .price-page-faq .accordion .card {
      border: none;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 15px;
      overflow: hidden;
    }

    .price-page-faq .card-header {
      background: #fff;
      border: none;
      padding: 0;
    }

    .price-page-faq .btn-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      text-align: left;
      font-weight: 600;
      font-size: 18px;
      color: #222;
      padding: 18px 22px;
      text-decoration: none;
      transition: 0.3s;
    }

    .price-page-faq .btn-link i.qicon {
      margin-right: 10px;
      color: #0070e1;
      font-size: 20px;
    }

    /* chevron */
    .price-page-faq .chev {
      transition: transform .25s ease;
      font-size: 20px;
      color: #666;
    }
    .price-page-faq .chev.rotate {
      transform: rotate(180deg);
      color: #054585;
    }

    .price-page-faq .btn-link.collapsed {
      color: #222;
    }

    .price-page-faq .btn-link:not(.collapsed) {
      color: #054585;
      background: #fafafa;
    }

    .price-page-faq .card-body {
      background: #fff;
      color: #555;
      font-size: 16px;
      line-height: 1.6;
      padding: 18px 25px;
      border-top: 1px solid #eee;
    }

    @media (max-width: 768px) {
		    .fix-social {
        z-index: 20;
    }
		  .pricing-desktop { display: none; }
    .pricing-mobile { display: block !important; }
		 .confirmation-header {
        padding: 2rem 1rem;
      }
      .confirmation-blue {
        font-size: 0.9rem;
      }
      .price-page-faq .faq-title { font-size: 28px; }
	  .price-page-faq{
		  padding-bottom: 140px
	  }
      .price-page-faq .btn-link { font-size: 13px; padding: 10px 10px; }
    }
.custom-file-input-wrapper {
position: relative;
width: 100%;
cursor: pointer
}
.custom-file-input-wrapper input::placeholder {
  color: #fff;
}

.custom-file-input-wrapper input::-webkit-input-placeholder {
  color: #fff;
}

.custom-file-input-wrapper input:-ms-input-placeholder {
  color: #fff;
}

.custom-file-input-wrapper input::-ms-input-placeholder {
  color: #fff;
}
.custom-file-input-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    left: 0;
    color: #fff !important;
}

.custom-file-input-wrapper .form-control {
    color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 0px;
    background-color: #2E7D32;
}

.custom-file-input-wrapper .file-clear-btn {
    position: absolute;
    top: 49%;
    right: 4px;
    transform: translateY(-50%);
    border: none;
    background: #dc3545;
    color: #ffffff;
    font-size: 1.2rem;
    display: none;
    z-index: 3;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 999px;
}
.custom-file-input-wrapper .up-icon {
    position: absolute;
    top: 49%;
    right: 4px;
    transform: translateY(-50%);
    border: none;
    background: #fff;
    color: #054585;
    font-size: 1rem;
    z-index: 2;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 49px;
    border-radius: 999px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-appoint .custom-file-input-wrapper .form-control{
	border-radius: 0.375rem
}
.modal-appoint .custom-file-input-wrapper input[type="file"]{
left: 0
}
.m-call-ul{
	display: flex;
	gap: 20px;
}
.m-call-ul h4{
	font-size: 31px;
	margin-bottom: 0px !important;
	font-weight: 600;
}
.point-box{
    background-color: #f3f3f399;
    padding: 0.75rem;
    border-radius: 0.5rem;
    margin-top: 15px;
}
.point-box p{

margin-bottom: 0px;

color: #054585;

font-weight: 500;

font-size: 14px;

position: relative;

padding-left: 24px;
}
.point-box p:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background-color: #2196F3;
    top: 7px;
    left: 8px;
}
  .btn-free {
  display: inline-block;
  background-color: #1077da;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 16px 14px !important;
  border-radius: 100px;
  text-decoration: none;
  margin-top: 0px !important;
  transition: all 0.3s 
ease;
  box-shadow: 0 4px 12px rgba(16, 119, 218, 0.3);
  letter-spacing: 0.5px;
}

.btn-free span {
      background-color: #fff;
      color: #1077da;
      padding: 8px 19px 8px;
      margin-left: 20px;
      border-radius: 100px;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      transition: background-color 0.3s 
ease, color 0.3s 
ease;
}

.btn-free:hover {
  background-color: #0e6ac4;
  box-shadow: 0 6px 16px rgba(16, 119, 218, 0.4);
}

.btn-free:hover span {
  background-color: #f0f8ff;
  color: #0e6ac4;
}
.process-num{
	position: relative;
	z-index: 1
}
.process-num-row .col-4:last-child .process-num:after {
	display: none;
}
.process-num-row .process-num:after{
	content: '';
    width: 70%;
    right: -49%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 20px;
    z-index: -1;
}
.process-num-count{
	    width: 36px;
    height: 36px;
    line-height: 35px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    border-radius: 999px;
    background: #fff;
    font-weight: 700;
}
.process-num p{
	color: #fff;
    font-weight: 500;
    font-size: 14px;
	margin-bottom: 0px
}

.main-modal .input-group.custom-file-button {
    display: block
}

.main-modal .input-group.custom-file-button .input-group-text {
    display: block;
    border-radius: 20px !important;
}

.main-modal .btn-warning,
.main-modal .btn-success {
    border-radius: 20px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 30px
}

.main-modal .form-control {
    border-radius: 20px;
    margin-bottom: 30px
}

.blue-bg,
.strip {
    background: #003966
}

.aq-img,
.in-img {
    position: absolute;
    right: 0
}

.block-01 h3,
.block-04 .lt-blk-01,
.block-05 .wt button,
.customer-google-review-image,
.customer-review-button,
.our-blk {
    text-align: center
}

.book-know-bt,
.lb-int form,
body {
    overflow: hidden
}

*,
::after,
::before {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0 ;
    padding: 0 
}

a:hover {
    color: none
}

a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: #000 !important
}

li,
ul {
    list-style: none
}

body {
    overflow-y: scroll
}

.interview-button-next button,
.interview-button-prev button,
button {
    border: none;
    background: 0 0
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.blue-bg {
    color: #fff;
    font-size: 15px
}

.blk-imgs img {
    width: 100px
}

.blk-imgs {
    width: 100%;
    height: 100%
}

.blk-imgs .note-img {
    position: absolute;
    left: 0
}

.in-img {
    bottom: 39px
}

.block-01,
.interview-section-slider-inner .container {
    position: relative
}

.block-01 {
    background-image: url("images/new-landing-images/bg-img01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 0
}

.block-01 h3 {
    font-size: 29px;
    font-style: italic;
    font-weight: 600
}

.interview-button-next {
    right: -10px;
    top: 65%
}

.interview-button-prev {
    left: -35px;
    top: 65%
}

.tns-outer .tns-controls,
.tns-outer .tns-nav {
    display: none !important
}

.lt-blk-01 h2 {
       font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px !important;
    color: #000;
}

.interview-tips-section-header h2 {
    font-size: 54px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px !important
}

.interview-tips-section-header h2 span,
.lt-blk-01 span,
.mnimt h5 span,
.testimonials-heading h2 span {
    color: #054585;
}

.interview-section-slider-inner .interview-button-next,
.interview-section-slider-inner .interview-button-prev {
    position: absolute
}

.interview-section-slider-inner .interview-button-next i,
.interview-section-slider-inner .interview-button-prev i {
    font-size: 30px
}

.lt-blk-01 {
    padding-top: 60px;
    padding-right: 40px
}

.blk-in {
    padding-top: 40px
}

.block-02 .creat-button button,
.primary-create-button,
.secondary-create-button {
    padding: 10px 20px;
    font-weight: 400;
    transition-duration: .6s
}

.lt-blk-01 p {
    font-size: 23px;
    color: #0d0d0d;
    padding-bottom: 30px !important
}

.primary-create-button {
    font-size: 20px;
    color: #fff;
    border: 2px solid #054585;
    border-radius: 5px;
    background: #054585
}

.primary-create-button:hover {
    background: 0 0;
    color: #054585;
    transform: scale(.9)
}

.secondary-create-button {
    font-size: 20px;
    color: #054585;
    border: 2px solid #054585;
    border-radius: 5px;
    background: 0 0
}

.block-01 .creat-button {
    display: flex;
    align-items: center;
    grid-column-gap: 40px
}

.block-02 .creat-button button:hover,
.secondary-create-button:hover {
    background: #054585 !important;
    color: #fff;
    transform: scale(.9)
}

.block-02 {
    padding: 40px 0;
    background: #e6f0fdad
}

.block-02 .lt-blk-01 {
    padding: 0 0 0 45px
}

.block-02 .lt-blk-01 p {
    font-size: 18px;
    color: #222 !important
}

.block-02 .creat-button button {
    font-size: 20px;
    color: #054585;
    border: 2px solid #054585;
    border-radius: 30px;
    background: 0 0 !important
}

.block-02 .blk-in {
    padding-top: 0
}

.block-03 .lt-blk-01 {
    text-align: center;
    padding: 0
}

.block-03 {
    background-image: url("images/new-landing-images/bg-03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0
}

.our-blk {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 1px 1px 24px #eeeeee;
}

.our-blk h4 {
    color: #054585;
    font-size: 20px;
    font-weight: 600;
    padding: 0 30px 15px !important
}

.our-blk p {
    font-size: 14px;
    color: #222;
    padding: 0 23px 15px !important
}

.book-know-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
    grid-column-gap: 15px
}

.book button,
.know button {
    padding: 7px 15px;
    border-radius: 29px;
    transition-duration: .6s;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #054585
}

.book button {
    color: #000000 !important;
    background: #ffbe41;
    border: 0px;
    padding: 7px 30px;
}

.book button:hover,
.know button {
    color: #fff !important;
    background: #054585
}

.know button:hover {
    color: #054585 !important;
    background: #fff
}

.landing-page-form-section {
    padding: 40px 0;
    background-color: #ffeBe6AD
}

.block-04,
.testimonials-section-block {
    padding: 40px 0
}

.block-04 .lt-blk-01 {
    padding: 0 !important
}

.date-in-01 i,
.date-in-02 i {
    margin-right: 5px
}

.date-in-01 {
    margin-right: 15px
}

.date-admin-section i {
    color: #1b5590;
    font-size: 15px
}

.image-section-blk img {
    box-shadow: 2px 5px 5px 2px #00000069;
    border-radius: 10px;
    width: 100%
}

.date-admin-section p {
    font-size: 12px
}

.address,
.date-admin-section {
    margin-bottom: 10px
}

.image-section-blk {
    margin-bottom: 30px
}

.date-ad-inner-p p,
.test-content-header h4 {
    font-size: 18px
}

.customer-review-header h2 span,
.customer-review-right-blk h2 {
    font-size: 45px;
    font-weight: 700;
    color: #203864
}

.interview-section-slider {
    background-color: #ffebe6d1;
    padding: 40px 0
}

.customer-google-review-blk img {
    width: 85%
}

.google-reviews-block {
    padding: 40px 0;
    background: #e5f9ff
}

.google-reviews-block-2 {
    padding: 40px 0;
    background: #e2f0d9;
    display: none
}

.customer-review-right-blk h2 {
    margin-bottom: 40px !important
}

.customer-review-right-blk button {
    width: 80%;
    background: #92d050;
    font-size: 22px;
    border-radius: 8px;
    padding: 12px;
    color: #203864;
    border: 2px solid #92d050;
    transition-duration: .6s
}

.customer-review-header h2 {
    font-size: 30px;
    font-weight: 500;
    color: #203864;
    margin-bottom: 30px !important
}

.customer-google-review-image img {
    width: 60%;
    margin-bottom: 30px !important
}

.customer-review-right-blk button:hover {
    transform: scale(.9);
    background: 0 0
}

.customer-review-button button {
    width: 60%;
    background: #92d050;
    font-size: 18px;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    border: 2px solid #92d050;
    transition-duration: .6s
}

.customer-review-button button:hover {
    transform: scale(.9);
    background: 0 0;
    color: #92d050
}

.test-icons-blk {
    grid-column-gap: 10px;
    margin-top: 8px
}

.testimonial-blocks {
    padding: 25px
}

.test-quote-section i {
    color: #054585;
    font-size: 50px
}

.test-content-para p {
    min-height: 135px
}

.test-icons-blk i {
    color: #ffc000
}

.map,
.test-quote-section {
    margin-bottom: 20px
}

.test-image-blk img {
    width: 100%;
    max-width: 100px !important;
    margin-top: 20px !important
}

.test-content-header {
    margin-top: 20px
}

.testimonials-heading h2 {
    font-size: 54px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px !important
}

.testimonials-block-section {
    padding: 40px 0 60px
}

.resuform input:focus-visible {
    outline: 0
}

.resuform textarea:focus-visible {
    outline: 0
}

.resuform input, .resuform select {
    padding: 10px 10px;
    margin-bottom: 20px
}

.resuform input,
.resuform textarea , .resuform select{
    width: 100%;
    border: 1px solid #e0e1e1
}

.resuform textarea {
    height: 100px;
    margin-bottom: 25px;
    padding: 0 10px
}

.resuform button {
    background: #054585;
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600
}

.mnimt h5,
.resuform .lt-blk-01 h2 {
    padding-bottom: 15px !important;
	font-size: 32px;
}

.icon i {
    color: #054585;
    font-size: 22px
}

.icon {
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.adrs a,
.adrs p {
    color: #054585 !important;
    font-size: 16px;
    font-weight: 600
}

.resuform .lt-blk-01 {
    padding: 0
}

.resuform .col-md-8 {
    width: 55%
}

.resuform .col-md-4 {
    width: 35%
}

.mnimt h5 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.map iframe {
    width: 100%
}

.block-05 .bk input:focus {
    outline: 0
}

.block-05 .lb-int {
    background-color: #ffbe41;
    padding: 20px 10px 20px 60px;
}

.block-05 .bk-wt {
    background-color: #fff;
    border: 1px solid #eded;
    width: 66%;
    padding: 5px 10px 5px 20px;
    overflow: hidden;
    border-radius: 40px
}

.block-05 .bk {
    width: 58%;
    float: left;
    padding-top: 11px;
    color: #cfcfcf
}

.block-05 .bk input {
    border: none;
    width: 100%
}

.block-05 .wt {
    width: 37%;
    float: left;
    margin-left: 5%
}

.block-05 .wt button {
    background-color: #1077da;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    width: 100%;
    float: left;
    border: none;
    cursor: pointer
}
.m-call-ul {
    display: flex;
    gap: 30px;
}
.vaibh-link{
	background-color: #1e1e1e;
	padding: 0px 10px 0px 60px;
}
.vaibh-link h5{
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	height: 97%;
	line-height: 27px;
}
.vaibh-divider{
	position: relative;
}
.vaibh-divider:after, .vaibh-divider:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
}
.vaibh-divider:after{
	right: -40px;
}
.vaibh-divider:before{
	right: -28px;
}
.vaibh-link h4{
	
}
.vaibh-link .vaibh-info{
	
display: flex;
	
align-items: center;
	
justify-content: end;
	
gap: 28px;
	
padding-top: 10px;
	
padding-bottom: 10px;
}
.vaibh-link .vaibh-info h3{
	
color: #fff;
	
font-size: 18px;
	
margin-bottom: 5px;
}
.vaibh-link .vaibh-info h4{
	
color: #d8d8d8;
	
font-size: 18px;
	
margin-bottom: 0px;
}
.vaibh-link .vaibh-info a{
	
width: 50px;
	
height: 50px;
	
background: #0077B5;
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
font-size: 28px;
	
border-radius: 6px;
	
color: #fff !important;
}
.vaibh-link .vaibh-info a:hover{
	
background: #025b89;
}
.fm-type {
    text-align: right;
    margin-bottom: -94px;
    margin-top: -180px
}

.fm-type img {
    width: 26%;
    margin-right: -35px;
    /* z-index: 5555; */
    position: relative;
}

.type {
    background-color: #ffeBe6AD;
    padding-top: 50px
}

.slick-next::before,
.slick-prev::before {
    font-family: slick;
    font-size: 41px;
    line-height: 1;
    opacity: .55;
    color: #013158 !important
}

.slider {
    width: 100%;
    margin: 40px auto
}

.tip-entry {
    width: 420px
}

.regular button {
    width: 7%;
    z-index: 999;
    transform: scale(2.2)
}

@media only screen and (max-width:1200px) {
    .customer-review-right-blk button,
    .our-blk img {
        width: 100%
    }
    .book-know-bt {
        grid-column-gap: 0px
    }
    .container {
        width: 100% !important;
        max-width: 991px !important
    }
    .container-fluid .nav-above {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .mnimt {
        padding: 15px 26px
    }
    .aq-img {
        top: 80px
    }
    .block-01 h3 {
        font-size: 24px
    }
    .lt-blk-01 h2 {
        font-size: 45px;
        padding-bottom: 25px !important
    }
    .lt-blk-01 {
        padding-top: 30px;
        padding-right: 15px
    }
    .blk-imgs img {
        width: 80px
    }
    .rt-blk-01 img {
        width: 90%
    }
    .blk-imgs .note-img {
        top: 50px
    }
    .block-01 .lt-blk-01,
    .block-01 .rt-blk-01,
    .block-02 .lt-blk-01,
    .block-02 .rt-blk-01 {
        width: 50%
    }
    .book,
    .know {
        width: 43%;
        margin-right: 7px
    }
    .in-img {
        bottom: 100px
    }
    .block-02 .lt-blk-01 {
        padding: 0 0 0 15px
    }
}

@media only screen and (max-width:1071px) {
    .trlog img {
        width: 100% !important
    }
    .block-05 .bk {
        width: 58%
    }
    .block-05 .wt {
        width: 34%;
        margin-left: 7%
    }
    .block-05 .wt button {
        margin: 0;
        width: 100%
    }
    .block-05 .bk-wt {
        width: 55%
    }
}

@media only screen and (max-width:991px) {
	.m-call-ul {
        display: block;
        text-align: center;
    }
	.m-call-ul h4{
	font-size: 20px !important;
	        margin-bottom: 20px !important;
			display: none;
}
    .block-01 h3 {
        font-size: 17px
    }
    .testimonials-heading h2 {
        font-size: 36px;
        margin-bottom: 20px !important
    }
    .blk-imgs img {
        width: 70px
    }
    .lt-blk-01 h2 {
        font-size: 36px;
        padding-bottom: 15px !important
    }
    .creat-button a,
    .lt-blk-01 p {
        font-size: 18px
    }
    .lt-blk-01 p {
        padding-bottom: 25px !important
    }
    .block-02 .lt-blk-01 p,
    .date-ad-inner-p p {
        font-size: 15px
    }
    .our-blk h4 {
        font-size: 22px
    }
    .our-blk p {
        font-size: 14px;
        padding: 0 10px 15px !important
    }
    .book,
    .know {
        width: 45%
    }
    .book a,
    .know a {
        font-size: 12px
    }
    .mnimt h5 {
        font-size: 33px
    }
    .resuform .col-md-4 {
        width: 355px
    }
    .mnimt {
        padding: 30px 15px;
        margin-bottom: 140px
    }
    .block-05 .wt button {
        padding: 13px 10px
    }
    .fm-type img {
        margin-right: -50px;
        margin-bottom: 0
    }
    .type {
        margin-top: 0
    }
}

@media only screen and (max-width:896px) {
    .resuform .col-md-8 {
        width: 100%;
        margin-bottom: 20px
    }
    .block-05 .bk-wt {
        width: 62%
    }
    .block-05 .lb-int {
        padding: 48px 20px
    }
}

@media only screen and (max-width :773px) {
    .block-01 .creat-button button {
        font-size: 18px;
        padding: 10px 15px;
        width: 244px;
        margin: 11px;
    }
}

@media only screen and (max-width:768px) {
    .fm-type,
    .start {
        text-align: center
    }
    .block-04 .col-md-4 {
        width: 33%
    }
    .customer-review-right-blk button {
        font-size: 17px
    }
    .customer-review-right-blk h2 {
        font-size: 33px
    }
    .block-03 .col-md-4,
    .google-reviews-block .row .col-md-6 {
        width: 50%
    }
    .our-blk p {
        min-height: auto
    }
    .resume-wt {
        margin-top: 0
    }
    .our-blk {
        margin-bottom: 25px;
        height: 430px
    }
    .block-05 .bk-wt {
        width: 100%
    }
    .fm-type {
        margin-bottom: 0
    }
    .fm-type img {
        width: 55%
    }
    .footer {
        margin-top: 0 !important
    }
    .start {
        padding: 0 15px !important
    }
}

@media only screen and (max-width :674px) {
    .google-reviews-block .row .col-md-6 {
        width: 100%
    }
    .google-reviews-block {
        display: none
    }
    .google-reviews-block-2 {
        display: block
    }
}

@media only screen and (max-width :832px) {
    .block-01 .creat-button {
        grid-column-gap: 10px
    }
	.yt-logo-div{
		margin-bottom: 20px;
		display: block
	}
	.yt-img-div{
		margin-bottom: 8px
	}
	.Youcounter, .subscribe-h{
		font-size: 20px !important;
	}
	.sec-price-title {
    font-size: 30px;
	}
}
@media (max-width:767px){
	.block-05 .bk-wt{
	width: 100%;
	padding: 20px !important
}
.block-05 .lb-int input{
	        text-align: center;
        height: 47px;
        border: 1px solid;
        border-radius: 50px;
}
}
@media only screen and (max-width:660px) {
    .block-04 .col-md-4 {
        width: 50%
    }
    .three-blks-section {
        margin-bottom: 30px
    }
    .testimonial-blocks {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:580px) {
    .blk-in {
        flex-direction: column-reverse;
        flex-direction: column-reverse;
        align-items: end
    }
    .block-01 .lt-blk-01,
    .block-01 .rt-blk-01,
    .block-02 .lt-blk-01,
    .block-02 .rt-blk-01 {
        width: 100%;
        text-align: center
    }
    .blk-imgs img {
        display: none
    }
    .block-03 .col-md-4,
    .creat-button {
        width: 100%
    }
    .our-blk {
        margin-bottom: 25px;
        height: auto
    }
    .block-02 .creat-button {
        width: 100%;
        margin-bottom: 25px
    }
    .block-05 .lb-int {
        padding: 35px 0 !important
    }
    .block-05 .wt {
        width: 35%
    }
    .fm-type img {
        margin: 0
    }
    .fm-type {
        margin-bottom: 0
    }
    .type {
        margin-top: 0
    }
    .lt-blk-01 {
        padding-left: 0 !important
    }
    .customer-review-button button {
        width: 80%
    }
}

@media only screen and (max-width:480px) {
    .block-04,
    .book {
        margin-bottom: 0
    }
    .customer-review-button button {
        width: 100%
    }
    .header .container {
        padding: 0 0 0 10px !important
    }
    .header .trlog {
        max-width: 45% !important
    }
    .header .def-btn-2 {
        width: 80px !important;
        font-size: 15px !important
    }
    .header {
        padding: 30px 5px 0
    }
    .block-04 .col-md-4 {
        width: 100%;
        margin-bottom: 15px
    }
    .loninn {
        max-width: 51% !important;
        padding: 0
    }
    .lt-blk-01 {
        padding-right: 0
    }
    .footer h5 {
        padding-bottom: 20px !important
    }
}

@media only screen and (max-width:448px) {
    .hdrcntr {
        flex-direction: column
    }
    .header .trlog {
        max-width: 100% !important;
        justify-content: center;
        margin-bottom: 15px
    }
    .header .container {
        padding: 0 !important
    }
    .col-md-3.loninn {
        max-width: 100% !important;
        justify-content: center !important
    }
    .header .def-btn-2 {
        width: 115px !important
    }
    .block-05 .wt {
        width: 42%;
        margin-left: 0
    }
}

@media only screen and (max-width:424px) {
    .block-05 .bk {
        width: 100%;
        margin-bottom: 10px
    }
    .block-05 .wt {
        width: 100%
    }
    .block-05 .bk input {
        text-align: center
    }
    .block-05 .bk-wt {
        padding: 5px 10px
    }
    .container {
        padding: 0 15px !important
    }
}

/* faq section */

.faq-sec {
    background-color: #f9f9f9;
    padding: 55px 0px;
}

.m-list-box {
    position: relative;
    padding-left: 18px;
    margin-bottom: 23px;
}

.m-list-box:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #054585;
    left: 0;
    top: 5px;
}

.m-list-box h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px !important;
    color: #054585;
}

.m-list-box p {
    font-size: 15px;
}

.features-sec {
    padding: 55px 0px;
}
    /* Responsive for mobile */
    @media (max-width: 992px) {
		    .vaibh-link .vaibh-info {
        justify-content: space-around;
        gap: 21px;
    }
	.vaibh-link .vaibh-info h3{
		font-size: 25px
	}
	.vaibh-link .vaibh-info h4{
		font-size: 22px
	}
	.vaibh-link{
		padding: 0px 10px 0px 10px;
	}
	 .btn-free{
	  font-size: 20px;
	  padding: 16px 16px 16px !important
	 }
  .btn-free span{
	  
font-size: 20px;
	  
padding: 8px 36px 8px;
	 }
		.youtube-btn{
			margin-top: -20px;
			    padding: 12px 24px;
		}
		.process-num{
			 margin-top: 20px;
			 margin-bottom: 20px
		 }
		     .main-modal .img-r {
        display: none;
    }
	.process-num p{
		font-size: 13px
	}
		.youtube-modal .modal-dialog {
  max-width: 95%;
  width: 95%;
  margin: 20px auto;
}
.youtube-modal .close-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    font-size: 12px;
}
      .step-m-box {
        flex: 1 1 calc(50% - 20px);
      }
    }

    @media (max-width: 576px) {
      .step-m-box {
        flex: 1 1 100%;
      }
    }
	.parent-wrap {
  display: flex;
  flex-direction: column;
}

/* Reverse order on mobile */
@media (max-width: 768px) {
	.vaibh-divider{
		display: none
	}
  .vaibh-link {
    order: -1; /* move above */
  }
 
 
    .parent-wrap  .block-05 .lb-int {
        padding: 20px 0 !important;
    }
}