@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

html, body {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    height: 100%;
    
}
.shadow-certificate img {
    border: 2px solid #206695;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size-adjust: 0.5;
    
}
.products .clients-logo h3 {
    font-size: 16px !important;
    background: #206695 !important;
    color: white !important;
    line-height: 20px;
    padding: 10px 0px;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
p, a, button, span, input, textarea, li {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-size: 17px;
}
textarea::-webkit-input-placeholder {
    color: #463e3e !important;
    }

     
    textarea:-moz-placeholder { /* Firefox 18- */
    color: #463e3e !important;  
    }
     
    textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #463e3e !important;  
    }
     
    textarea:-ms-input-placeholder {  
    color: #463e3e !important;  
    }
a {
    text-decoration: none!important;
}

button, a, input, textarea {
    outline: none!important;
}


.headertitle {
    font-family: nunito,sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 8px;
    background-color: #1f52a1;
    font-family: 'Poppins', sans-serif;
}
.headerorg {
    font-size: 18px;
    color: #ffdb6f;
   font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

.second_center {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

header {
    width: 100%;
    background-color: #fff;
    /*padding: 14px 0;*/
    position: relative;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
    -ms-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
}

header .logo-wrap img {
    width: 48%;
}
header .call-us-btn  {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

header .call-us-btn:nth-child(1) {
    margin-right: 12px;
}

header .call-us-btn .fas {
    background-color: #1f52a1;
    padding: 4px 8px;
    font-size: 26px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 38px;
}

header .call-us-btn .fas.fa-phone:before {
    display: inline-block;
    transform: rotate(96deg);
    -webkit-transform: rotate(96deg);
    -moz-transform: rotate(96deg);
    -ms-transform: rotate(96deg);
    -o-transform: rotate(96deg);
}

.action-btn {
        text-transform: uppercase;
    background-color: #1f52a1;
    color: #fff;
    display: inline-block;
    border-radius: 65px;
    padding: 10px 32px;
    font-weight: 700;
}

.pr-24 {
    padding-right: 34px!important;
}


header .call-us-btn a{
    background-color: #e9e9e9;
    color: #212529;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    padding: 7px 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
}

header .call-us-btn a:nth-of-type(2) {
    margin-top: 10px;
}
header .call-us-btn a span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
}

header .call-us-btn a.download-btn span {
    
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

header .call-us-btn a.download-btn span:nth-child(2) {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.slider {
  /*width: fit-content;*/
  margin: 0.5rem auto;
  display: flex;
  flex-direction: column;
  /*border: 1px solid gray;*/
  border-radius: 1rem;
  transition: 0.2s;
}
.bullet-points {
    background-color: #eceff1;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 2em;
}
.bullet-points p {
    font-weight: bold;
    color: #ed1c24;
    font-size: 18px;
}

.slider .buttons {
    padding: 0.5rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    text-align: center;
    justify-content: center;
    /* margin: 0px 10px; */
}
.slider .buttons button {
    margin: 10px;
    border-radius: 50%;
    border: none;
    background-color: #1f52a1;
    color: white;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 10px;
}
.slider .images {
  /*--max-h: 80vh;*/
  --max-w: 100%;
  margin: 0 auto;

  /* Assigned to variable to reuse on img */
  max-width: var(--max-w);
  max-height: var(--max-h);
  width: var(--width);
  height: var(--height);
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.slider img {
    /*margin: 0 auto;*/
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  max-height: var(--max-h);
  max-width: var(--max-w);
  height: var(--height);
  width: var(--width);
  position: absolute;
  left: 100%;
  top: 0;
  background-color: gray;
  transition: 0.2s;
}
.slider img:first-of-type {
  left: 0;
}


.bx-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-wrap .main-heading {
    padding: 70px 50px;
    background-position: 309px 266px;
       width: 475px;
    background: #f0f0f0;
    opacity: 85%;
    border-radius: 11%;
    /*margin-top: 30px;*/
}
.hero-wrap{background-image: url(../img/banner111.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 106px;}
.hero-wrap .main-heading h1 {
    color: black;;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}
.hero-wrap .main-heading p {
    color: #fff;
    line-height: 30px;
    margin: 22px 0;
}

.hero-wrap .main-heading .call-us {
   text-transform: uppercase;
    background-color: #005289;
    color: white;
    display: inline-block;
    border-radius: 65px;
    padding: 10px 32px;
    font-weight: 700;
    
}
.font-new{       font-family: 'Caveat Brush', cursive;
    font-size: 30px;
    letter-spacing: 1.7px;
    font-weight: normal;
    color: #ffdb6f}
#myModal .modal-content{
    background: url(../img/pop-bg.jpg);
    border-radius: 6.3rem;
}
#myModal .close:hover{color: #fff;}
#myModal .close{color: #fff}

#myModal .modal-content{
    background: url(../img/pop-bg.jpg);
    border-radius: 6.3rem;
}
#myModal .close:hover{color: #fff;}
#myModal .close{color: #fff}



#myModal2 .modal-content{
    background: url(../img/pop-up-bg.jpg);
    border-radius: 6.3rem;
}
#myModal2 .close:hover{color: #fff;}
#myModal2 .close{color: #fff}



#myModal2 .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}

.inquery-form {
  
  background-color: #fff;
    position: relative;
   margin: 40px 0px 40px 100px;
    opacity: 85%
}
.inquery-form form {
    background-color: #fff;
    position: relative;
    padding: 34px 20px 40px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
}

.inquery-form .form-header {
    background-color: #1f52a1;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    padding: 5px 18px;
}

.inquery-form .form-header .header-title {
    
    text-align: center;
    border-radius: 100%;
    padding: 15px 10px;
}

.inquery-form .form-header .header-title span {
    font-size: 24px;
    font-weight: bold;
    text-decoration: line-through;
}

.inquery-form .form-header .header-title font {
    font-family: 'Righteous', cursive;
    color: #fff;
    font-size: 50px;
    margin: 0px !important;
    letter-spacing: 4.5px;
}

.inquery-form .form-header h2 {
        display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    color: #fff;
    font-size: 22px;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    line-height: 22px;
    max-width: 405px;
    margin: 0 auto;
}

.inquery-form form .field-group {
    width: 100%;
    display: block;
    position: relative;
}

.inquery-form form .field-group input.input-field {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    border: none;
    color: #463e3e;
    border-bottom: 1px solid #463e3e;
    /*margin-bottom: 15px;*/
    outline: none;
    padding: 10px 0px;
    font-size: 18px;
    background-color: transparent;
}

.inquery-form form textarea {
    background-color: transparent;
    border-bottom: 1px solid #463e3e;
    border-left: transparent;
    border-top: transparent;
    border-right: transparent;
    width: 100%;
    color: #463e3e;
    padding: 10px 5px;
    margin-bottom: 24px;
    outline: none;
}

.inquery-form form .field-group label {
    position: absolute;
    z-index: 0;
    top: 9px;
    left: 20px;
    font-size: 18px;
    transition: 0.2s ease-in-out;
    color: #463e3e;
}

.inquery-form form .field-group input.input-field:focus {
    background-color: transparent;
}
.inquery-form form .field-group input.input-field:focus ~ label, .inquery-form form .field-group input.input-field:not(focus):valid ~ label{
    top: -18px;
    transition: 0.2s ease-in-out;
    color: #463e3e;
    font-size: 15px;
}
.btn-submit {
    background-color: #1f52a1;
    color: #fff;
    display: table;
    padding: 12px 24px;
    border: none;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-footer {
    background-color: #ed1c24;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
}
.form-footer span {
    font-size: 26px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 2px;
}
.usp {
    padding: 58px 0;
    border-top: 1px solid #c0c0c0;
}
.usp h1 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #050d30;
}
.usp .usp-wrap{
    margin-top: 3em;
    padding: 30px 14px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    min-height: 339px;
}


.usp .usp-wrap:hover {
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.34);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);

}

.usp .usp-wrap .usp-icon{
text-align: center;
margin-bottom: 1em;
}

.usp .usp-wrap h2{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.usp .usp-wrap p{
    text-align: center;
}

.testi-vd .testimonials {
    background-image: url("../images/testimonials-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0;
}

.testimonials{
        text-align:center;
   padding-top: 0px!important;
    
}

#testimonials img {
    width: 8%;
    margin: 0 auto;
}

.testimonials h3{
    text-align: center;
    color: #463e3e;
    font-weight: 600;
        margin-bottom: 15px;
}



.advantages {
         background-color: #eceff1;
    padding: 60px 0;
 }

.advantages h3 {
    text-align: center;
    color: #463e3e;
    font-weight: 600;
}
.advantages .ad-point {
            box-shadow: 4px 6px 22px -5px rgba(0, 0, 0, 0.13);
            -webkit-box-shadow: 4px 6px 22px -5px rgba(0, 0, 0, 0.13);
    margin: 20px 0 26px;
    padding: 26px;
    font-weight: 600;
    font-size: 18px;
    background-color:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}


.clients h2 {
    text-align: center;
    color: #463e3e;
    font-weight: 600;
}

.clients .owl-carousel .clients-logo {
    text-align: center;
    margin: 0 10%;
}

#clients .clients-logo img{
    width:70%!important;
    display: inline-block;
}

.clients .owl-carousel.owl-rtl .owl-item {
    padding: 30px 0;
}

footer {
    background-color: #eceff1;
    padding: 14px 0;
}

footer p {
    color: #000;
}

footer h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/*footer .left-wrap {
    text-align: center;
}*/

footer .left-wrap .ft-logo {
    
    margin-bottom: 15px;
}

footer .address-detail {
    /*margin-top:1em;*/
    padding-right: 69px;
}
/*footer .address-detail p:nth-child(1) {*/
/*    margin-bottom: 1em;*/
/*}*/

/*footer .address-detail p {*/
/*    margin-bottom: 1em;*/
/*}*/
.copyright {
    background-color: #e8ae00;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 12px 0;
}

.copyright > .container > .row > .col-xl-6{
    justify-content: flex-end;
}

.fixed-btn {
   
    display:none;
}

.thank-wrap {
    background-image: url('../images/thank-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0
}

.thank-wrap .content-box {
    background-color: #fff;
    text-align: center;
    padding: 62px 38px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thank-wrap .thumb-up .fa-thumbs-up {
    background-color: #1b9129;
    color: #fff;
    padding: 28px;
    font-size: 52px;
    border-radius: 100%;
}

.thank-wrap p {
    margin-bottom: 1em;
}

.go-back {
    background-color: #ed1c24;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    padding: 4px 14px;
    line-height: 26px;
    border-radius: 4px;
}

.go-back:hover {
    color: #fff;
}

.mistakes .mistake{
    padding: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mistakes .title {
    padding: 12px 0;
    background-color: #1f52a1;
    position: relative;
    margin: 40px 0;
}
.mistakes .title::before, .mistakes .title::after {
content: '';
position: absolute;
top: 0;
border-top: 31px solid transparent;
border-bottom: 31px solid transparent;
}
.mistakes .title::before {
    border-right: 20px solid #f4b41a;
    left: -20px;
}
.mistakes .title::after {
    border-left: 20px solid #f4b41a;
    right: -20px;
}

.mistakes .title h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 38px;
}

.mistakes .mistake h2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #463e3e;
}
.mistakes .mistake {
    text-align: justify;
}

.mistakes .mistake p:nth-of-type(2) {
    margin-top: 1em;
}

.mistakes .mistake span{
    padding: 6px;
    font-family: "Poppins",sans-serif;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    position: relative;
    margin-bottom: 14px;
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 100%;
    line-height: 64px;
    background-color: #1f52a1;
}
.bullet-point {
    background-color: #eceff1;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 2em;
}
.bullet-point p {
    font-weight: bold;
    color: #ed1c24;
    font-size: 18px;
}
/*.ft-logo img {
    width: 60%;
}*/
.mt-20 {
    margin-top: 20px;
}
.mt-42 {
    margin-top: 42px;
}
.mt4 {
    margin-top: 4.8rem;
}
.mt-101 {
    margin-top: 101px;
}
.bullet-point ul {
padding: 0;
}
.bullet-point ul li {
    list-style-type: none;
    margin-top: 10px;
}

.testimonials .owl-carousel .owl-item .testimonials-wrapper img {
    width: 70%;
    margin: 0 auto;
}

.quick-call {
    background-color: #f4b41a;
    color: #fff;
    padding: 7px 22px;
    border-radius: 4px;
    font-size: 20px;
    display: inline-block;
}

.quick-call .fas.fa-phone {
    transform: rotate(96deg);
    -webkit-transform: rotate(96deg);
    -moz-transform: rotate(96deg);
    -ms-transform: rotate(96deg);
    -o-transform: rotate(96deg);
}
.quick-call:hover {
    color: #fff;
}

.palign {
    padding-right: 15px;
    font-weight: 600;
}

.download-btn {
    border-radius: 4px!important;
    background-color: #ed1c24!important;
    color: #fff!important;
}

#number {
    background-color: #ed1c24;
    color: #fff;
    display: inline;
    padding: 2px 9px;
    border-radius: 4px;
    font-weight: 700;
}



@media (min-width:320px) and (max-width: 480px){
    .section-padding img {
       width: 100%!important;
}
    .inquery-form {
        margin: 10px;}
    .owl-carousel {
       max-width: 100%!important;}
       .hero-wrap {
        padding: 10px!important;
}
.hero-wrap .main-heading {
      max-width: 100%!important;
      margin-bottom: 30px;
  }
    .hero-wrap .main-heading .call-us {
        display:table ; margin: 20px auto 0;
    
}
.display-4 {
    font-size: 2.5rem;
}
#testimonials img {
    width: 30%;
}
    header > .container > .row {
        align-items: baseline;
    }
    header .logo-wrap {
        text-align: center;
        margin-bottom: 15px;
    }
    
    header .d-flex {
        justify-content: center!important;
    }
    header .logo-wrap img {
        vertical-align: -webkit-baseline-middle;
    }
    header .call-us-btn {
        align-items: center;
        justify-content: center;
        padding-top: 15px;
    }

    }
    header .call-us-btn a {
        padding: 6px 12px;
    }

    header .call-us-btn a span {
        display: inline-block;
    }
    header .call-us-btn a:nth-of-type(2) {
        margin-left: 0;
    }
    .hero-wrap .main-heading h1 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .hero-wrap .main-heading p {
        line-height: 26px;
        margin: 12px 0;
    }
    .hero-wrap .main-heading {
        background-position: 188px 110px;
        background-size: 42%;
        padding: 12px 15px 20px 15px;
        min-height: auto;
        max-width: 100%;
        
    }
    .inquery-form .form-header .header-title span {
        font-size: 18px;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    }
    .inquery-form {
        padding: 12px 15px;
    }
    .inquery-form form {
        padding: 20px 20px;
    }
    .testi-vd .testimonials h2 {
        font-size: 24px;
    }
    .usp-icon img {
        width: 58%;
    }
    .inquery-form form h2 {
        margin-bottom: 1em;
    }
    .mistakes .title {
        padding: 10px 0;
        margin: 10px 0;
        background-color:transparent;
    }
    .mistakes .mistake {
        min-height: auto;
        padding: 18px;
    }

    .mistakes .mistake p:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .mt-101, .mt-48 {
        margin: 0;
    }
    .mistakes .mistake span {
        line-height: 45px;    width: 55px;
        height: 55px;    font-size: 26px;
    }
    .mistakes .title h1 {
        font-size: 20px;
    line-height: 27px;
    color:#463e3e;
    }
    .usp {
        padding: 10px 0;
    }
    .usp h1 {
        font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 27px;
    }
    .bullet-point {
        min-height: auto;
        margin-bottom: 0;
    }
    .usp p {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 1em;
    }
    .usp .usp-wrap {
        margin-top: 0;
        padding: 15px 0px;
    }
   
    .cp-text {
        text-align: center;
    }
    .copyright > .container > .row > .col-xl-6 {
        justify-content: center;
    }
    
    .thank-wrap {
        padding: 20px 0;
    }
    .thank-wrap .thumb-up .fa-thumbs-up {
        padding: 20px;
        font-size: 30px;
    }
    .thank-wrap h1 {
        font-size: 24px;
    }
    .thank-wrap .content-box {
        padding: 25px 38px;
        flex-direction: column;
    }
    footer {
        padding: 26px 0;
    }
   .fixed-btn {
        display:flex;
        display: -webkit-flex;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    text-align: center
    }
    .fixed-btn a{
           flex-basis: 50%;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    background:white;
    }
    .fixed-btn a.whatsapp{
          background-color: #4CAF50;
          margin:  10px;
          border-radius: 5px;
    }
    .fixed-btn a.callnow{
           background-color: #03a9f4;
            border-radius: 5px;
             margin:  10px;
    }
    
    
}


@media (min-width:481px) and (max-width: 600px){
    .section-padding img {
       width: 100%!important;
}
    .inquery-form {
        margin: 10px;}
     .owl-carousel {
       max-width: 100%!important;}
       .hero-wrap {
        padding: 10px!important;
}
.hero-wrap .main-heading {
      max-width: 100%!important;}
    #testimonials img {
    width: 30%;
}
    .fixed-btn {
        display:flex;
        display: -webkit-flex;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background:white;
    }
    .fixed-btn a{
           flex-basis: 50%;
    padding: 13px 12px;
    color: #fff;
    }
    .fixed-btn a.whatsapp{
          background-color: #4CAF50;
    }
    .fixed-btn a.callnow{
           background-color: #03a9f4;
    }
    header .logo-wrap {
        text-align: center;
    }
    header .call-us-btn {
        align-items: center;
        justify-content: center;
         padding-top: 15px
    }
    header .call-us-btn a:nth-of-type(2) {
        margin-left: 0;
    }
    header .call-us-btn a {
        padding: 8px 12px;
    }
    header .logo-wrap img {
        width: 30%;
        margin-bottom: 15px;
    }
    .hero-wrap .main-heading {
        padding: 12px 15px 18px 15px;
        background-position: 336px 82px;
    background-size: 30%;
    }
    .hero-wrap .main-heading h1 {
        font-size: 26px;
    }
    .inquery-form {
        padding: 15px 15px;
    }
    .inquery-form form h2 {
        margin-bottom: 1em;
    }
    
    .mistakes .title {
        padding: 10px 0;
        margin: 10px 0;
    }
    .mistakes .mistake {
        min-height: auto;
        padding: 18px;
    }

    .mistakes .mistake p:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .mt-101, .mt-48 {
        margin: 0;
    }
    .mistakes .mistake span {
        line-height: 45px;    width: 55px;
        height: 55px;    font-size: 26px;
    }
    .mistakes .title h1 {
        font-size: 20px;
    line-height: 27px;
    }
    .usp {
        padding: 15px 0;
    }
    .usp h1 {
        font-size: 23px;
    }
    .usp .usp-wrap {
        margin-top: 1em;
        padding: 15px 14px;
    }
    .testi-vd .testimonials .testimonials-wrapper {
        margin: 0 48px;
    }
    .cp-text {
        text-align: center;
    }
    .copyright > .container > .row > .col-xl-6 {
        justify-content: center;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    } 
   
}

@media (min-width: 601px) and (max-width: 640px) {
    header .logo-wrap {
        text-align: center;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    }
    header .call-us-btn {
        align-items: center;
        justify-content: center;
         padding-top: 15px
    }
    header .call-us-btn a:nth-of-type(2) {
        margin-left: 12px;
    }
    header .call-us-btn a {
        font-size: 17px;
        padding: 6px 12px;
    }
    header .logo-wrap img {
        width: 30%;
    }
    header .call-us-btn a span {
        font-size: 17px;
    }
    .hero-wrap .main-heading {
        background-position: 334px 83px;
        padding: 15px 15px 24px 15px;
        background-size: 28%;
        min-height: auto;
    }
    .hero-wrap .main-heading h1 {
        font-size: 23px;
    }
    .mistakes .title {
        margin: 15px 0;
    }
    .mt-101, .mt-48 {
        margin: 0;
    }
    .mistakes .mistake p:nth-of-type(1) {
        margin-bottom: 15px;}
        .bullet-point {
            min-height: auto;
            margin-bottom: 0;}
    .usp {
        padding: 15px 0;
    }
    .usp h1 {
        font-size: 23px;
    }
    .usp .usp-wrap {
        margin-top: 1em;
        padding: 15px 14px;
    }
    .testi-vd .testimonials .testimonials-wrapper {
        margin: 0 48px;
    }
    .cp-text {
        text-align: center;
    }
    .copyright > .container > .row > .col-xl-6 {
        justify-content: center;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    }
}

@media (min-width: 768px) and (max-width:854px) {
    .hero-wrap .main-heading h1 {
        font-size: 23px;
    }
    .hero-wrap .main-heading {
        padding: 20px 68px 35px 35px;
        background-position: 430px 55px;
        background-size: 30%;
        min-height: auto;
    }
    .testi-vd .testimonials .testimonials-wrapper {
        margin: 0px 168px;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    }
    .mt-101, .mt-48 {
        margin: 0;
    }
    .mistakes .mistake p:nth-of-type(1){
        margin-bottom: 15px;
    }
    .bullet-point {
        min-height: auto;
    }
    header .logo-wrap img {
        width: 80%;
    }
}
@media (min-width: 855px) and (max-width:960px) {
    .hero-wrap .main-heading {
        padding: 16px 438px 32px 80px;
        background-position: 498px 87px;
    }
    .testi-vd .testimonials .testimonials-wrapper {
        margin: 0px 200px;
    }
    footer .address-detail {
        padding-right: 0px;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    }
    .mt-101, .mt-48 {
        margin: 0;
    }
    .mistakes .mistake p:nth-of-type(1){
        margin-bottom: 15px;
    }
    .bullet-point {
        min-height: auto;
    }
    header .logo-wrap img {
        width: 80%;
    }
}

@media (min-width: 960px) and (max-width:1024px) {
    .hero-wrap .main-heading h1 {
        font-size: 25px;
    }
    .hero-wrap .main-heading {
        background-position: 190px 217px;
        padding: 72px 46px 278px 30px;
    }
    .inquery-form form h2 {
        margin-bottom: 28px;
    }
    .inquery-form {
        padding: 25px 40px;
    }
    .testi-vd .testimonials .testimonials-wrapper {
        margin: 0 40px;
    }
    .mistakes .title::before, .mistakes .title::after {
        content: none;
    }
    .fixed-btn{display:none;}
}

@media (min-width: 1279px) and (max-width:1280px){
    .mistakes .title h1 {
        font-size: 22px;
    }
    .hero-wrap .main-heading {
        background-position: 253px 260px;
        min-height: 511px;
    }
    .inquery-form .form-header .header-title span {
        font-size: 22px;
    }
    .inquery-form .form-header h2 {
        font-size: 15px;
    }
    .testi-vd .testimonials {
        padding: 35px 0;
    }
    .fixed-btn{display:none;}
}

@media (min-width:1600px) and (max-width:1920px) {
    
    .hero-wrap .main-heading h1 {
        font-size: 36px;
    }
    footer .address-detail p:nth-child(1) {
        margin-bottom: 1em;
    }
    .inquery-form {padding: 38px 124px;}
    .container {
        max-width: 1690px;
    }
    header .logo-wrap img {
        width: 34%; 
    }
    .hero-wrap .main-heading {
        padding: 58px 117px 15px 109px;
    background-position: 518px 294px;   
    min-height: 505px;
        
    }
    .mistakes .mistake {
        min-height: 428px;
    }
    .mistakes .title h1 {
        font-size: 25px;
    }
    .mt-101 {
        margin-top: 75px;
    }
    
}

.single-logo img {
    width: 80% !important;
}