/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');

.main-font {
    font-family: 'DM Sans', sans-serif;
}

.alt-font {
    font-family: 'Inter', sans-serif;
}

/* ===================================
    General
====================================== */

.container { max-width:1680px; }
.popup-content-sucess p{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #2E3133;
}
.myaccordion {
    width: 100%;
    margin: 20px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
  
  .myaccordion .card,
  .myaccordion {
    border: none;
  }
  
  .myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: #000;
  }
  
  .left-alig{
      position: relative;
    left: 15px;
  }
  
  .myaccordion .fa-stack {
    font-size: 18px;
  }
  
  .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #fff;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px!important;
    line-height: 44px;
    margin-bottom: 0;
        text-transform: initial;
        padding:15px;
  }
  
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
    text-decoration: none;
  }

  .card-body{
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
  }
  .btn-link.collapsed::after {
    font-family: "Font Awesome 5 Free";
  
    font-weight: 700;
    content: '\f067';
    background-color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.btn-link:not(.collapsed)::after{
    font-family: "Font Awesome 5 Free";

    font-weight: 700;
    content: '\f068';
    background-color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    letter-spacing: .1px;
}
/* Button */
.btn {
    cursor:pointer;
    -webkit-appearance: initial; 
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky; 
    z-index: 2; 
    display:inline-block; 
    font-style: normal;
    font-size: 28px !important;
    border:0px solid transparent; 
    letter-spacing: .5px; 
    line-height: inherit; 
    border-radius: 0; 
    text-transform:capitalize; 
    width: auto;
    font-family: 'Inter', sans-serif; 
    font-weight: 600; 
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    
}

/* button size */
.btn.btn-medium {font-size:16px; padding: 9px 6px; line-height: 1.8em; }
.btn.btn-large {font-size:14px;  padding: 6px 12px; line-height: 1.4em; }
a, a:hover {text-decoration: none; 
    color: inherit;
}
.btn.btn-blue {background: transparent; border-color: #fff; color: #fff;}
.btn.btn-black {background: transparent; border-color: transparent; color: #2E3133;}
.top_nav_padding{padding: 20px 0 0 0; position: absolute; left: 0; right: 0;}
section{padding: 4.5rem 0;}
.padding-top{padding-top: 60px;}
.hidden{display: none;}
.bg-black{background-color: #000000;}

.text-blue{
    color: #00a1df;
}


#myform1 .btn.btn-black{
    padding: 0;
    line-height: 1;
    font-size: 18px;
    margin-bottom:-40px;
}

#myform1 .floating-label input{
	    border-bottom: 1px solid;
       padding: 19px 10px 4px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

#myform1 input, #myform2 input { border-color:#000 !important; color:#000;}
#myform1  label, #myform2  label { color:#000 !important; left:0 !important;}
#myform2 .floating-label label { left:14px; }

/* ===================================
    Banner
====================================== */
.message {
    display: none;
    text-align: center;
    margin-bottom: 15px;
    color:#00a0df93;
    padding-left: 20px;
  }

  .popbtn{
        width: 93.5%;
  }

  .video-bg .container .vplayer{
    background-image: url(../image/about-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 340px;
    position: relative;
  }

  
.video-play-button {
    height: 100px;
    width: 100px;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    line-height: 106px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-play-button i {
    font-size: 50px;
	line-height:96px;
    color: #000000;
}

.video-play-button:hover {
    color: #000000;
    -o-animation: ripple 1.3s infinite;
    -webkit-animation: ripple 1.3s infinite;
    animation: ripple 1.3s infinite;
}

@-webkit-keyframes ripple {
    70% {

        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }

    to {

        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    70% {

        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }

    to {

        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

.model-area span{
    font-weight: 400;
}

.bg-banner{
    background-image: url(../image/banner1.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.review-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 35%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}

.logo-img{
    z-index: 11;    
   
}

.animated-modal{
    max-width: 900px;
   
}

.step {
    display: none;
  }
  
  .step-1 {
    display: block;
  }
  
  .invalid {
   border: 2px solid red!important;
  }
  
  .popup-success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .popup-content-sucess {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
   
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .popup-content-sucess h2{
    color: #000000;
  }
  
  #successPopup.show {
    display: block;
  }

  .arrow-btn{
    width: 26px;
    padding-left: 7px;
  }
/* ===================================
    Banner
====================================== */
.floating-label {
    position: relative;
    margin-bottom: 20px; 
  }

  .step-3 .floating-label{
    margin-bottom: 0;
  }

  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    transition: background-color 9999s ease-in-out 0s!important;
    -webkit-text-fill-color: #fff !important;
  }


 #myform2 input:-webkit-autofill,
  #myform2 textarea:-webkit-autofill,
  #myform2 select:-webkit-autofill {
    transition: background-color 9999s ease-in-out 0s!important;
    -webkit-text-fill-color: #000 !important;
  }

  #myform1 input:-webkit-autofill,
  #myform1 textarea:-webkit-autofill,
  #myform1 select:-webkit-autofill {
    transition: background-color 9999s ease-in-out 0s!important;
    -webkit-text-fill-color: #000 !important;
  }


  .floating-label input {
    font-size: 16px;
    padding: 19px 10px 4px 0px;
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    transition: border-bottom-color 0.3s;
    /* border-radius: 5px; */
    background: transparent;
   border:0; 
   border-bottom:1px solid #fff; 
   margin-top:-5px; 
  }

  .floating-label input:focus{
    outline: none;
    width: 100%;
  }

  .floating-label label {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding: 12px 0px 0 0px;
    pointer-events: none;
    transition: all 0.3s;
    color: #fff; 
  }

 #myform1 .floating-label label{
        left: -11px;
 }

  .filled .floating-label  input ~ label, 
  .floating-label input:focus ~ label,
  .floating-label input:valid ~ label {
    top: -16px;
    left:15px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
  }

  .floating-label textarea {
    font-size: 15px;
    padding: 19px 10px 4px 14px;
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    transition: border-bottom-color 0.3s;
    /* border-radius: 5px; */
    background: transparent;

  }
  
  .floating-label textarea:focus {
    outline: none;
  }
   
  
  .floating-label textarea:focus ~ label,
  .floating-label textarea:valid ~ label {
    top: -8px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
  }

.form_btn{
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.form_area{
    width: 60%;
    margin: 10px auto 0 auto;
}

.client-area-heading p{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 110%;
    text-transform: uppercase;
    width: 90%;
    padding-left: 30px;
    color: #2E3133;
}

.feature-sec .client-area-heading p{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
   width:100%;
   padding-bottom:30px;
   padding-left:0;
       color: #2E3133;
}

h1{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
    padding-bottom: 12px;
    text-align: center;
 	
}

h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px; 
    line-height: 130%;
    color: #fff;
  
}

.heading_area p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
      color: #2E3133;
    padding-top: 8px;
        line-height: 130%;
    padding-bottom: 12px;
    text-align: center;
    width: 82%;
    margin: auto;
}
.exit-intent-content p{
	font-size:18px;
    color: #2E3133;
        font-weight: 400;
    margin: 0!important;
}

.heading_area span{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    width: 70%;
    margin: auto;
}

.heading_areas p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #2E3133;
    text-align: center;
    line-height: 130%;
}


.blog-image img{
    
    width: 100%;
   
}
.service_area{
    padding: 30px 30px 30px 46px;
    height: 200px;
}


/* ===================================
    Faqs
==================================== */
.wrapper {
    width: 100%;
}

.wrapper p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 0;
}

.content {
    position: relative;
    height: 0;
    overflow: hidden;
    border-bottom: 0.89186px solid #D7DBD9;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 40px;
}


.service_desc p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.service_desc {
    padding: 30px 16px 30px 16px;
    background-color: #000;
}

.accordion-button.collapsed::after {
    content: url(../image/plus.png);
    font-size: 32px;
    background-image: none;
    transform: none;
    position: absolute;
    right: 10px;
}

.accordion-button:not(.collapsed)::after {
    content: url(../image/minus.png);
    font-size: 32px;
    background-image: none;
    transform: none;
    position: absolute;
    right: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
    color: #2E3133;
    text-align: left;
    background-color: #000;
    border-bottom: 0.89186px solid #D7DBD9!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-collapse{
    margin-bottom: 10px;
    width: 100%;
}

.accordion-collapse .card{
    padding: 0;
    border: none;
}
.card-body { margin-bottom:30px; padding:30px;}

.card-body p{
 font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
}

.faq-sec .heading h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #2E3133;
}

.card{
    background: none!important;
}


#myform1 .form_area{
    width: 38%;
}

.faq-sec{
    padding: 60px 30px 60px 30px;
}
/* ===================================
    Services
====================================== */
.standalone-heading{
    text-align: center;
    padding-top: 65px;
}

.blog , .blog-page , .blog-detail{
    background-color: #FFFFFF;
}

.blog-row:not(:last-child) {
    margin-bottom: 2rem;
}

.blog-row .stand-img-des{
    padding-left: 50px;
    padding-right: 30px;    
}

.blog-rows .stand-img-des{
    padding-left: 0;
    padding-right: 50px;
}

.blog-detail .heading{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.blog-detail .para_text{
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
}

.blog-detail{
    padding-bottom: 100px;
}

h2{
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #2E3133;
}

.fancybox-close-small:focus:after{
	outline:none;
}

.blog-area .para_text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #000;
    width: 100%;
    color: #2E3133;
    padding-top: 20px;
    margin-left:auto;
    margin-right:auto;
}

.blog-area .stand-img-des .para_text{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
}

.footer-sec{ 
    padding-top: 50px;
    padding-bottom: 60px;
    background: rgba(37, 95, 227, 0.05);
}

.list-unstyled{
    margin-bottom: 0;
}

.footer-social li a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000;
}


footer .company-about {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000;
}

.footer-social li a:last-child {
    padding: 0 6px;
}

.list-unstyled li {
    display: inline-block;
}

/* ===================================
    Exit intent
====================================== */

.exit-intent-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }

.exit-intent-popup {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 30px;
    background-color: rgba(255, 255, 255, 255);
  
  }
  
  .exit-intent-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
  }
  
  .exit-intent-content .exit-heading {
    margin-top: 0;
    font-weight: 700;
     font-family: 'Inter', sans-serif;
        font-size: 30px;
  }
  
  .exit-intent-content form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  
  #myform2 .floating-label input{
      padding: 19px 10px 4px 0px;
  }
  #myform2 .floating-label label{
      padding: 12px 0px 0 0px;
          left: 14px !important;
  }
  
  .exit-intent-content input[type="email"],
  .exit-intent-content input[type="url"]{
   border-bottom: 1px solid;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  
  .exit-img {
    position: relative;
    top: 0%;
  }

  .exit-intent-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 50px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .exit-intent-close:hover {
    color: #000;
  }

  body.popup-open {
    overflow: hidden;
  }

  .model-area .title{
    font-weight: 600;
     font-family: 'Inter', sans-serif;
    font-size: 38px;
  }

  .model-area .sub-title{
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
  }
  .model-area p{
    font-weight: 700;
    font-size: 20px;
  }
  .fancybox-close-small:after{
   background-color: transparent;
    color: #000;
    border: none;
        font-size: 50px;
  }
  .fancybox-close-small:hover:after {
        color: #000;
    border: none;
    background: transparent;
}
/* ===================================
    Media Query
====================================== */
@media (width:3820px){
	
}
@media (width:2560px){
    .blog-image img{
        width: 100%;
    
    }
    .video-bg{
    	    height: 800px;
    }
    .popbtn {
    width: 95.5%;
}
.exit-intent-close {
    position: absolute;
    top: -8px;
}
    .blog-area .para_text{
        
    font-size: 20px;
    }
    .client-area-heading p{
        width: 85%;
    }
    .faq-sec .heading h3{
        font-size: 60px;
    }
    
    
    .service_desc p{
        font-size: 20px;
    }
    #myform1 .form_area {
        width: 29%;
    }
    .service_area {
        padding: 30px 30px 0px 46px;
        height: 200px;
    }
}
@media (min-width: 1601px) and (max-width:1919px){
#myform1 .form_area {
    width: 50%;
}
.btn{
    font-size: 24px !important;
}
 h2 {
        font-size: 24px;
    }
    .exit-intent-close {
        top: -60px;
    }
    .banner-sec .container{
        margin-top: 80px;
    }
    .popbtn {
        width: 93%;
    }
     .exit-intent-close {
        top: -46%;
        right: -10px;
    }
    .banner-sec .container{
        margin-top: 80px;
    }
    .popbtn {
        width: 94%;
    }
    .exit-intent-popup {
       padding: 65px 30px 65px 14px;
    width: 70%;
    }
   
    .exit-intent-content p{
        font-size: 14px;
    }
}
@media (max-width: 1600px) and (min-width: 1366px) {
    .footer-sec {
        padding-top: 20px;
    }
    #myform1 .btn.btn-black {
        margin-bottom: -32px;
    }
    #myform1 .floating-label label {
        left: -8px!important;
    }
    .video-bg .container .vplayer{
        padding: 300px;
    }
    .container {
        max-width: 1400px;
    }
    h2 {
        font-size: 24px;
    }
    .exit-intent-content form{
        margin-top: 25px;
    }
    .exit-intent-close {
        top: -43%;
        right: -14px;
    }
    .banner-sec .container{
        margin-top: 80px;
    }
    .popbtn {
        width: 94%;
    }
    .exit-intent-popup {
       padding: 65px 30px 65px 18px;
    width: 70%;
    }
    .exit-intent-content p{
        font-size: 14px;
    }
    .service_desc p {
        font-size: 18px;
    }
    .floating-label input {
        font-size: 14px;
        padding: 14px 10px 4px 2px;
    }
    .floating-label label {
        font-size: 14px;
        padding: 8px 0px 0 10px;
    }
    #myform1 .floating-label input{
    padding: 14px 10px 0px 2px;
    }
    .btn{
        font-size: 18px !important;
    }
    .myaccordion .btn{
        font-size: 24px!important;
    }
    .filled .floating-label input ~ label, .floating-label input:focus ~ label, .floating-label input:valid ~ label{
        left: 7px;
    }
    .form_area {
        width: 50%;
    }
    .floating-label label{
        left: 6px;
    }
    .btn.btn-medium {
        padding: 8px 0px 8px 2px;
        line-height: 2.4;
    }
h1 {
        font-size: 48px;
    }
    h2{
        font-size: 22px;
    }
    .heading_area p{
        width: 70%;
        font-size: 18px;
    }
    .blog-area .para_text{
        font-size: 17px;
    }
    
    
    h2 {
        font-size: 32px;
    }
    .client-area-heading p{
        font-size: 80px;
        width: 76%
    }
    .feature-sec .client-area-heading p{
    	font-size:100px;
    }
    #myform1 .form_area {
        width: 50%;
    }
  
    .footer-social li a:last-child {
        padding: 0 10px;
    }
    .blog-row .stand-img-des{
        padding-right: 0;
    }
    footer .company-about {
        text-align: center;
    }
    .exit-intent-content{
        padding: 0;
    }
    .card-body p{
    
    font-size: 20px;
    }
}

@media (min-width:1280px) and (max-width:1365px){
    .footer-sec {
        padding-top: 20px;
    }
    .card-body p{
    
    font-size: 18px;
    }
    .left-alig {
    position: relative;
    left: 45px;
}
    
    .floating-label label.left-pading{
    	left:18px;
    }
    .container {
        max-width: 1140px;
    }
     #myform1 .floating-label input{
    padding: 14px 10px 0px 2px;
    }
    h2 {
        font-size: 24px;
    }
    .exit-intent-close {
        top: -60px;
    }
    .banner-sec .container{
        margin-top: 80px;
    }
    .popbtn {
        width: 93%;
    }
     .exit-intent-close {
        top: -38%;
        right: -10px;
    }
    .banner-sec .container{
        margin-top: 80px;
    }
    .popbtn {
        width: 94%;
    }
    .exit-intent-popup {
       padding: 65px 30px 65px 14px;
    width: 70%;
    }
   
    .exit-intent-content p{
        font-size: 14px;
    }
    .service_desc p {
        font-size: 16px;
    }
    .floating-label input {
        font-size: 14px;
        padding: 14px 10px 6px 2px;
    }
    .floating-label label {
        font-size: 14px;
        padding: 8px 0px 0 8px;
        left: 7px;
    }
    
    .filled .floating-label input ~ label, .floating-label input:focus ~ label, .floating-label input:valid ~ label{
        left: 8px;
    }
    .btn.btn-medium {
    
        padding: 8px 2px;
        line-height: 2.8em;
    }
    .btn{
        font-size: 18px !important;
    }
h1 {
        font-size: 48px;
    }
    h2{
        font-size: 22px;
    }
    .heading_area p{
        width: 70%;
        font-size: 18px;
    }
    .blog-area .para_text{
        font-size: 17px;
    }
    .myaccordion .btn {
        font-size: 22px!important;
        line-height: 38px;   
    }
    .video-bg .container .vplayer{
        padding: 240px;
    }
    h2 {
        font-size: 32px;
    }
    .client-area-heading p{
        font-size: 80px;
        width: 82%;
    }
    .feature-sec .client-area-heading p{
      font-size: 80px;
    }
    #myform1 .form_area {
        width: 70%!important;
    }

    #myform1 .btn.btn-medium {
           padding: 0;
            font-size: 16px;
            margin-bottom: -32px;
    }
  
    .footer-social li a:last-child {
        padding: 0 10px;
    }
    .blog-row .stand-img-des{
        padding-right: 0;
    }
    footer .company-about {
        text-align: center;
    }
    .exit-intent-content{
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    section {
        padding: 4.5rem 0;
    }
    h1 {
        font-size: 42px;
    }
    #myform1 .btn.btn-black {
    padding: 0;
    line-height: 3;
    margin-bottom: -30px;

}
    
     #myform1 .floating-label input{
    padding: 14px 10px 0px 2px;
    }
    .form_area {
        width: 75%;
    }
    .card-body p{
    
    font-size: 18px;
    }
    .popbtn {
        width: 93%;
    }
    .btn.btn-medium {
        padding: 12px 2px;
    }
    .btn{
        font-size: 20px !important;
    }
    
    h2 {
        font-size: 22px;
    }
    .service_area {
        padding: 30px 30px 30px 20px;
        height: 256px;
    }
    .heading_area p{
        width: 90%;
        margin: auto;
        font-size: 18px;
    }
    .exit-intent-content{
        padding: 0;
    }
    .exit-intent-content p{
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .floating-label label {
        font-size: 13px;
        padding: 8px 0px 0 2px;
        left: 15px;
    }
    .video-bg .container .vplayer{
        padding: 235px;
    }
    .client-sec{
        padding-bottom: 0!important;
    }
    .heading_areas p{
        font-size: 20px;
    }
    .filled .floating-label input ~ label, .floating-label input:focus ~ label, .floating-label input:valid ~ label{
        left: 14px;
    }
    .exit-intent-close {
    position: absolute;
    top: -70px;
    right: -14px;
    }
    .exit-intent-popup {
        padding: 90px 33px 90px 22px;
    width: 84%;
    }
    .floating-label input {
        font-size: 13px;
        padding: 13px 10px 4px 2px;
    }
    h2 {
        font-size: 25px;
    }
    .blog-area .stand-img-des .para_text{
        font-size: 17px;
    }
    .client-area-heading p {
        font-size: 70px;
        padding-left: 8px;
    }
     .feature-sec .client-area-heading p{
       font-size: 80px;
    }
    .faq-sec {
        padding: 0px 8px 50px 8px;
    }
    #myform1 .form_area {
        width: 72%!important;
    }
    .blog-area .para_text{
        font-size: 16px;
        width: 100%;
    }
    .faq-sec .heading h3 {
        font-size: 44px;
    }
    .myaccordion .btn {
        font-size: 22px!important;
    }
    h2 {
        font-size: 22px;
    }
    .service_desc p {
        font-size: 16px;
    }
    footer .company-about {
        font-size: 13px;
        text-align: center;
    }
    .footer-social li a:last-child {
        padding: 0 6px;
    }
    .footer-social li a {
        font-size: 13px;
    }
    .footer-sec {
        padding-bottom: 50px;
        padding-top: 40px;
    }
    .height-md .service_area{
        height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding: 4.5rem 0;
    }
    .card-body p{
    
    font-size: 16px;
    }
    #myform1 .btn.btn-black {
    padding: 0;
    line-height: 1.5;
    }
    .exit-intent-close {
    position: absolute;
    top: -50px;
    right: -20px;
    }
    .form_area {
        width: 100%;
    }
    .animated-modal {
        max-width: 750px;
        border-radius: 8px;
    }
    .heading_area p{
        width: 100%;
        font-size: 15px;
        padding-top: 0;
    }
    .btn.btn-medium {
        font-size: 15px;
        padding: 7px 25px
    };
    .popbtn {
        width: 90%;
    }
    .left-alig {
    position: relative;
    left: 0px;
}
    .exit-intent-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 50px 20px 50px 20px;
    }
    .exit-intent-content p{
        font-size: 13px;
    }
    .exit-intent-content {
        position: relative;
        top: 57%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        padding: 0px;
        text-align: center;
    }

    .exit-img{
        display: none;
    }

    h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }
    h2{
        font-size: 20px;
    }
    .heading_areas p{
        font-size: 18px;
    width: 85%;
    margin: auto;
    }
    .blog-row .stand-img-des{
        padding-left: 25px;
        padding-right: 0;
    }
    .blog-rows .stand-img-des {
        padding-left: 0;
        padding-right: 25px;
    }
    h2 {
        font-size: 28px;
    }
    .blog-area .para_text{
        font-size: 18px;
        width: 100%;
    }
    .faq-sec .heading h3 {
        font-size: 38px;
    }
    .myaccordion .card-header{
        padding: 0.25rem 0.25rem;
    }
    .btn{
        font-size: 22px !important;
    }
    .myaccordion .btn{
        font-size: 16px!important;
    }
    .service_area {
        padding: 30px 20px 30px 20px;
        height: 260px;
    }
    .floating-label label{
        left: 16px;
    }
    .client-sec{
        padding-bottom: 0!important;
    }
    .video-bg .container .vplayer{
        padding: 240px;
    }
    .faq-sec {
        padding: 0px 8px 60px 8px;
    }
    .myaccordion .btn{
        font-size: 16px;
        line-height: 24px;
    }
    .service_desc {
        padding: 30px 15px 30px 15px;
    }
    h2 {
        font-size: 24px;
    }
    .service_desc p {
        font-size: 16px;
    }
    .footer-sec {
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .footer-social li a:last-child {
        padding: 0px 3px;
    }
    .footer-social li a {
        font-size: 13px;
    }
    footer .company-about{
        font-size: 13px;
        text-align: center;
    }
    #myform1 .form_area{
        width: 100%!important;
    }
    .client-area-heading p{
        font-size: 58px;
        padding-left: 0;
        width: 100%;
    }
     .feature-sec .client-area-heading p{
        font-size: 52px;
    }
    .popbtn {
    width: 91.5%;
}
.exit-intent-close {
    position: absolute;
    top: -50px;
    right:-20px;
    }
    #myform2 .floating-label input{
    background: none;
    }
    }
    


@media (max-width: 767.98px) {
    section {
        padding: 4.5rem 0;
    }
    .btn.btn-medium {
        font-size: 14px;
        padding: 6px 12px;
    }
    .left-alig {
    position: relative;
    left: 0px;
}
    #myform1 .btn.btn-black {
    padding: 0;
    line-height: 1.5;
    }
    #myform2 .floating-label input{
    background: none;
    }
    .card-body p{
    
    font-size: 16px;
    }
    .popup-content-sucess{
        width: 300px;
    }
    .video-bg .container .vplayer{
        padding: 140px;
    }
    .animated-modal{
        width: auto;
        margin: 0 10px!important;
        height: 600px;
    }
    .exit-intent-close {
    position: absolute;
    top: -50px;
     right:-20px;
    }
    .model-area .title {
        font-size: 30px;
    }
    .popbtn {
           width: 90.8%;
    }
    .model-area .sub-title {
        font-size: 14px;
    }
    .btn.btn-large {
        font-size: 12px;
        padding: 6px 8px;
    }
    .heading_area p{
        width: 100%;
    }
    .form_area{
        margin-top: 0;
        width: 100%;
    }
    h1 {
        font-size: 31px;
        line-height: 120%;
        padding-bottom: 15px;
    }
    .heading_area p {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .heading_areas p {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .contact-form input {
        height: 40px;
    }
    h2 {
        font-size: 18px;
    }
    .service_area {
        padding: 30px 14px 30px 14px;
        height: auto;
    }
    .client-area-heading p {
        font-size: 36px;
        width: 100%;
        padding-left: 5px;
    }
     .feature-sec .client-area-heading p{
        font-size: 42px;
    }
    .client-sec{
        padding-bottom: 0!important;
    }
    .faq-sec{
        padding: 0;
    }
    .blog-area .para_text{
        font-size: 18px;
        width: 100%;
        padding-top: 10px;
    }
    .form_area .form_btn{
        text-align: center;
    }
  
    .blog-row .stand-img-des, .blog-rows .stand-img-des{
        padding: 40px 0 0 0;
    }
    h2 {
        font-size: 28px;
    }
    .faq-sec .heading h3 {
        font-size: 36px;
        line-height: 100%;
    }
    .myaccordion .btn{
        font-size: 15px!important;
        line-height: 20px;
       text-align: left;
       padding: 10px;
    }
    .card-header {
    padding: 0.75rem
 0.25rem;}
 body{
 	    font-size: 14px;
 }
 .btn{
    font-size: 20px !important;
 }
 .fancybox-close-small:after{
    top: -2px;
    right: -4px;
 }
    h2 {
        font-size: 20px;
    }
    .service_desc p {
        font-size: 14px;
    }
    .accordion-button {
        padding: 1.5rem 3rem 1.5rem 0.5rem;
    }
    .accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after{
        right: 0;
    }
    #myform1 .form_area{
        width: 100%!important;
    }
    .video-bg{
      height: auto;
    }
    .video-play-button{
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .video-play-button i {
        font-size: 25px;
        line-height: 50px;
    }
    .service_desc {
        padding: 30px 8px 30px 8px;
    }
    .footer-sec{
        padding-top: 20px;
        padding-bottom: 60px;
    }
    footer .company-about {
        font-size: 14px;
        padding: 20px 15px;
    }
    .footer-social li a:last-child {
        padding: 0 7px;
    }
    
    .exit-intent-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 50px 20px 50px 20px;        
        width: 90%;
    }
    .exit-intent-content p{
        font-size: 13px;
    }
    .exit-intent-content {
        position: relative;
        top: 57%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        padding: 0px;
        text-align: center;
    }

    .exit-img{
        display: none;
    }
    .model-area h3{
    font-size:20px;
    }
    .popup-content-sucess p{
        font-size: 20px;
    }
}
@media (width: 320px) {
    .btn.btn-medium {
        font-size: 13px;
    }
    h1 {
        font-size: 24px;
    }
    .blog-area .para_text {
        font-size: 16px;
    }
    .heading_area p {
        font-size: 13px;
    }
    .service_area {
        padding: 30px 14px 30px 14px;
        height: auto;
    }
    .client-area-heading p {
        font-size: 34px;
        padding-left: 0px;
    }
     .feature-sec .client-area-heading p{
        font-size: 34px;
    }
    h2 {
        font-size: 22px;
    }
    .faq-sec .heading h3 {
        font-size: 33px;
    }
    
    footer .company-about {
        font-size: 13px;
    }
    .footer-social li a {
        font-size: 13px;
    }    
}

.fancybox-close-small {
    top: 10px;
    right: 10px;
}