@import url('https://fonts.googleapis.com/css2?family=Yatra+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

 
.banner_container {
    float: left;
    width:100%;
}
.banner_container img{
    float: left;
    width: 100%;
}

.get-in-touch-title {
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #259225;
  font-weight: bold;
  padding-left: 15px;
}
.book-appointment-form form input {
  border: 2px solid #259225;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.book-appointment-form form textarea {
  border: 2px solid #259225;
  height: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.book-appointment-form {
  float: left;
  width: 100%;
}
.get-in-touch-desc {
  float: left;
  width: 100%;
  font-size: 34px;
  color: #000;
  padding-bottom: 30px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Yatra One', cursive;
  padding-left: 15px;
}
.book-appointment-form form .btn {
  background-color: #259225;
  padding: 15px 25px;
  font-family: 'Yatra One', cursive;
  color: #fff;
  font-size: 18px;
}
.book_appointment-container {
  float: left;
  width: 100%;
  background-color: #ffbc15 !important;
  padding: 35px 15px;
}
.copyrt {
    width: 100%;
    
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: black;
    background: white;
    padding: 10px 0px;
    }
    
    .last-row
    {
    float: left;
    width: 100%;
    }
    .cal
    {
    
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
    
    }
    
    .whatsaapp img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    .cal img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    
    .whatsaapp
    {
    
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
    
    }
    .banner3 {
        float: left;
        width: 100%;
    }
    .banner3 img{
        float: left;
        width: 100%;
    }
 
    
    @-webkit-keyframes blink2 {
        from {color: black;}
        to {color:white;}
      }
    
    .ban2-sec {
        float: left;
        width: 100%;
    }
    .ban2-sec img {
        float: left;
        width: 100%;
    }
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
}

 
.testim{
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background: url(../images/abt.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
.testim h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: black;
    font-family: 'Patrick Hand', cursive;
}
.testim-content {
    float: left;
    width: 100%;
}
.testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ffbc15;
    text-align: center;
    font-size: 22px;
    color: #259225;
    line-height: 42px;
    position: absolute;
    top: 15px;
    left: -19px;
    z-index: 2;
}
.testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #ffbc15;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testim-box {
    float: left;
    width: 100%;
    background: #259225;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}
.testim-box::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffbc15;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(
45deg
);
}
.testim p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid white;
}
.tee-l {
    float: left;
    width: 100%;
}
.tee-l img{
    float: none;
    display: table;
    margin: 0 auto;
    width: 20%;
    border-radius: 50%;
}
.testim-box-content2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #ffbc15;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid white;
}
  .header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.header-left {
    float: left;
    width: 100%;
   
}
.header-left img{
    float: left;
    width: 100%;
   
}

.header-center {
    float: left;
    width: 100%;
}
.header-center img {
    float: none;
    display: table;
    margin: 0 auto;
}
.top-sec {
    background: #259225;
    float: left;
    width: 100%;
}
.top-sec .top-col1 {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 100%;
}

.top-sec .top-col1 .top-p1 a{
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.top-sec .top-col1 .top-p1 .fa {
    color: #ffbc15;
    padding: 5px;
}
.top-sec .top-col2 {
    padding:0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 100%;
    background: #ffbc15;
}
.top-sec .top-col2 .top-p1 a{
    margin: 0px;
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.top-sec .top-col2 .top-p1 .fa {
    color: #259225;
    padding: 5px;
}
.top-sec .top-col3 {
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 100%;
}
.top-sec .top-col3 .top-p1 {
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.top-sec .top-col3 .top-p1 .fa {
    color: #ffbc15;
    padding-right: 5px;
}
.main-services.back-img {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/abt.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.abt-le-ing {
  float: left;
  width: 100%;
  margin-top: -250px;
}
.abt-le-ing img{
    float: left;
    width: 100%;
}
.main-services h1 {
    font-size: 45px;
    color: #259225;
    float: left;
    width: 100%;
    font-family: 'Patrick Hand', cursive;
}
.underline {
    margin: 0 auto;
    width: 120px;
    height: 10px;
    position: relative;
    background-color:#259225;
    float: left;
}
#m-auto-remove {
    margin: 0 0 15px 0;
}
.underline span {
    height: 14px;
    width: 14px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffbc15;
}
.main-services p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 100%;
}
.a-r {
    float: left;
    width: 100%;
}
strong {
    font-weight: bolder;
    color: #259225;
}
.main-services ul {
    padding: 0;
}
.main-services ul li {
    list-style: none;
    color: #222222;
    font-size: 17px;
    padding: 3px 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.main-services ul li i {
    color: #259225;
    padding-right: 5px;
}

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px; 
    background-image: url(../images/abt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
} 
.why-border {
    float: left;
    width: 100%;
    position: relative;
z-index: 1;

}
.devider {
    width: 50px;
    height: 2px;
    background: #259225;
    position: relative;
    z-index: 1;
    left: 15px;
    display: table;
    margin: 0 auto;
}
.solutionproblem {
    background-image: url(../images/ab.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.site-heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: white;
  font-family: 'Rancho', cursive;
    padding-bottom: 30px;
}
.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #ffbc15;
}
.list {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-image: url(../images/abt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
}
.site-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
     font-family: 'Roboto', sans-serif;
    padding-top: 30px;
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #259225;
  font-family: 'Rancho', cursive;
    position: relative;
    z-index: 1;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
     font-family: 'Roboto', sans-serif;
    padding-bottom: 30px;

}

.h-righr-p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: 'Rancho', cursive;
    font-weight: 600;
}
.whychoose-item {
    background-color: #259225;
    border: 1px solid #259225;
    border-radius: 5px;
    text-align: left;
    padding: 14px;
    box-shadow: 0 0 8px 0 #b3b3b3;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
  
}
.counter::before{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:hover .counter-icon {
    transform: rotateY(
360deg
);
}
.counter::after {
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #259225;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.counter .counter-value {
    color: #259225;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
}
.counter h3 {
    font-size: 17px;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-family: 'Rancho', cursive;
}
.pricingTable {
    color: #B185E8;
    background: #fff;
    font-family: 'Yatra One', cursive;
    text-align: center;
    padding: 25px;
    margin: 0 15px;
    position: relative;
    border: solid 3px #ebebeb;
    float: left;
    width: 100%;
}
.pricingTable:before {
    content: '';
    background: linear-gradient(#00722e44, transparent);
    border-radius: 30% 30% 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    bottom: 0;
}
.pricingTable2 {
    color: #B185E8;
    background: #fff;
    font-family: 'Yatra One', cursive;
    text-align: center;
    padding: 25px;
    margin: 0 15px;
    position: relative;
    border: solid 3px #ebebeb;
    float: left;
    width: 100%;
}
.pricingTable2:before {
    content: '';
    background: linear-gradient(#ffbc1533, transparent);
    border-radius: 30% 30% 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    bottom: 0;
}
.pricingTable .pricingTable-header {
    margin: 0 0 20px;
}
.pricingTable .title {
    font-size: 25px;
    color: #259225;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Rancho', cursive;
    margin: 0;
}
.pricingTable2 .pricingTable-header {
    margin: 0 0 20px;
}
.pricingTable2 .title {
    font-size: 25px;
    color: #259225;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Rancho', cursive;
    margin: 0;
}
.pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricing-content li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    padding: 0;
    margin: 0 0 13px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.pricing-content li i {
    color: #000;
    margin-right: 5px;
    background: #ffbc15;
    padding: 5px;
}
.counter {
    color: #000;
     font-family: 'Patrick Hand', cursive;
    text-align: center;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #222222;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.best-serv {
    padding: 30px 0;
    margin: -1px 0 0 0;
    background-color: #259225;
    float: left;
    width: 100%;
}
.best-top {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.best-bbd1 {
    position: absolute;
    background-color: #ffbc15;
    top: 15px;
    left: 0;
    width: 40%;
    height: 3px;
}
.best-top h3 {
    text-align: center;
    font-size: 30px;
     font-family: 'Roboto', sans-serif;
    color: #ffbc15;
    padding: 0;
    margin: 0;
}
.best-bbd2 {
    position: absolute;
    background-color: #ffbc15;
    top: 15px;
    right: 0;
    width: 40%;
    height: 3px;
}
.best-new1 {
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.beest-ser2 {
    padding: 20px 0 0 0;
}
.best-new2 {
    padding: 0px;
}
.best-tex2
{
float:left;
width: 100%;
}
.best-tex2 img {
    float: left;
    padding: 0 10px 0 0px;
}
.best-tex2 h4 {
    font-size: 17px;
    font-weight: 600;
    color: #ffbc15;
    padding: 0 0 0px 0;
}
.best-tex2 p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    background: #ffbc15;
}

.best-services::before
{
    content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0px;
right: inherit;
bottom: inherit;
left: 0px;
margin: 0 auto;
background: #ffbc15;
}
.best-right {
    float: left;
    width: 100%;
}
.best-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #259225 ;
  font-family: 'Yatra One', cursive;
}
.best-right-sub {
    float: left;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 30px;
}
.best-right-box {
    float: left;
    width: 100%;
background: #259225;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.best-right-box::before
{
    content: '';
    background-color: #000;
    height: 65%;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 54%;
    left: 0;
    z-index: -1;
}

.best-right-img {
    float: left;
    width: 100%;
}
.best-right-img img {
    float: left;
    width: 100%;
}
.best-right-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
  font-family: 'Yatra One', cursive;
}
.best-right-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: black;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.read-more {
    color: #000;
    background-color: #ffbc15;
    font-size: 35px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    box-shadow: 0 0 3px #000;
    border-radius: 50%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.read-more:before {
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px dashed #000;
    transform: scale(0.5) rotate(0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.best-right-box:hover .read-more:before {
 transform: scale(0.7);
    opacity: 1;
    transition: all 0.3s;
}
.footer1 {
  padding: 25px 0px;
  float: left;
  width: 100%;
  background: #000;
}
.h-hus {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffbc15;
    padding: 5px 0px;
    font-weight: 400;
}
.footer-1 {
  padding: 0px;
  border-bottom: 1px solid #fff;
  background-color: #ffbc15;
  padding: 40px;
}
.footer_1 {
    padding: 0px;
}
.foot1 {
    padding: 0px;
    display: flex;
}
.ftr-ico {
    font-size: 30px;
    color: #ffbc15;
}
.fter-call {
    padding: 0 0 0 26px;
}
.ftr-ico:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 36px;
    background-color: #ffffff;
    top: 0;
    margin: 0 0 0 10px;
}
.fter-call h5 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #259225;
  font-family: 'Montserrat', sans-serif;
}
.fter-call h6 {
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 31px;
  color: #000;
  font-family: 'Yatra One', cursive;
}
.t-border {
    float: left;
    width: 100%;
    padding: 0px 10px;
}
.best-srv {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #259225;
}
.be-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: white;
    font-family: 'Yatra One', cursive;
}
.best-border {
    float: left;
    width: 100%;
    padding: 5px;
    background: #ffbc15;
    margin-bottom:20px;
}
.best-img {
    float: left;
    width: 100%;
}
.best-img img{
    float: left;
    width: 100%;
}
.b-title {
    float: left;
    width: 100%;
    background: #ffbc15;
    font-size: 25px;
    text-align: center;
    font-family: 'Yatra One', cursive;
}
.b-le {
    float: left;
    width: 100%;
}
.b-le .footer1 {
    padding: 10px 0px;
    float: left;
    width: 100%;
    background: #000;
}
.b-ttt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #ffbc15;
    font-family: 'Roboto', sans-serif;
}
.b-text {
  float: left;
  width: 100%;
  text-align: left;
  color: #ffbc15;
  font-size: 30px;
  padding-bottom: 20px;
  font-family: 'Yatra One', cursive;
}
.disp-tex5 {
    float: left;
    width: 100%;
}
.disp-list {
    padding: 0;
    margin: 0;
}
.disp-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  float: left;
  width: 100%;
  line-height: 30px;
}
.disp-list li i {
    color: #ffbc15;
    padding-right: 5px;
}


.ftr-ico::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 50px;
  background-color: #ffffff;
  top: 44px;
  margin: 0 0 0 10px;
}
.contact-us {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.contact-us a {
  background-color: #000;
  padding: 22px;
  border-radius: 65px;
  padding: 8px 50px;
  color: #ffbc15;
  font-family: 'Yatra One', cursive;
  font-size: 20px;
}
@media(min-width:320px) and (max-width:479px)
{
    .header-center {
    display: none;
  }
  .top-sec .top-col2 {
    padding: 0;
    margin-top: -30px;
  }
  .be-header {
    font-size: 35px;
  }
      
      .top-col2 .top-p1 {
      
        display: block;
        padding:0;
      }
    .top-p1 {
      
        display: none;
      }
    .top-p1 {
        text-align: center;
        padding: 0;
      }
      .top-p1 p{
       margin: 0;
        padding: 0;
      }
      .header-center{display: none}
      .main-services h1 {
        font-size: 30px;
      }
      .main-services ul {
        padding: 0;
        float: left;
        width: 100%;
      }
      .best-bbd2 {
        width: 10%;
      }
      .best-bbd1 {
        width: 10%;
      }
      .why-header {
        font-size: 35px;
      }
      .pricingTable {
        margin: 0px;
        margin-bottom: 30px;
      }
      .pricingTable2 {
        margin: 0px;
        margin-bottom: 30px;
      }
      .counter{margin-bottom: 30px;}
      .best-right-header {
        font-size: 32px;
      }
      .testim h2 {
    
        font-size: 35px;
      }.footer-1 {
       
        float: left;
        width: 100%;
        padding: 5px;
      }
      .ftr-ico::after {
     
        display: none;
      }
      .testim-box {
  margin-top: 20px;
}
   .why-us {
  padding: 50px 0px;
} 
}
    
@media(min-width:480px) and (max-width:639px)
{ .top-p1 {
    text-align: center;
    padding: 0;
  }
  .top-sec .top-col2 {
    padding: 0;
    margin-top: -30px;
  }
  .be-header {
    font-size: 35px;
  }
      
      .top-col2 .top-p1 {
      
        display: block;
        padding:0;
      }
    .top-p1 {
      
        display: none;
      }
  .top-p1 p{
   margin: 0;
    padding: 0;
  }
  .header-center{display: none}
  .main-services h1 {
    font-size: 30px;
  }
  .main-services ul {
    padding: 0;
    float: left;
    width: 100%;
  }
  .best-bbd2 {
    width: 10%;
  }
  .best-bbd1 {
    width: 10%;
  }
  .why-header {
    font-size: 35px;
  }
  .pricingTable {
    margin: 0px;
    margin-bottom: 30px;
  }
  .pricingTable2 {
    margin: 0px;
    margin-bottom: 30px;
  }
  .counter{margin-bottom: 30px;}
  .best-right-header {
    font-size: 35px;
  }
  .testim h2 {

    font-size: 35px;
  }.footer-1 {
   
    float: left;
    width: 100%;
    padding: 5px;
  }
  .ftr-ico::after {
     
    display: none;
  }
        .testim-box {
  margin-top: 20px;
}
   .why-us {
  padding: 50px 0px;
} 
}

@media(min-width:640px) and (max-width:767px){
    .top-p1 {
        text-align: center;
        padding: 0;
      }
      .top-p1 p{
       margin: 0;
        padding: 0;
      }
      .header-center{display: none}
      .main-services h1 {
        font-size: 30px;
      }
      .main-services ul {
        padding: 0;
        float: left;
        width: 100%;
      }
      .best-bbd2 {
        width: 10%;
      }
      .best-bbd1 {
        width: 10%;
      }
      .why-header {
        font-size: 35px;
      }
      .pricingTable {
        margin: 0px;
        margin-bottom: 30px;
      }
      .pricingTable2 {
        margin: 0px;
        margin-bottom: 30px;
      }
      .counter{margin-bottom: 30px;}
      .best-right-header {
        font-size: 35px;
      }
      .testim h2 {
    
        font-size: 35px;
      }.footer-1 {
       
        float: left;
        width: 100%;
        padding: 5px;
      }
      .ftr-ico::after {
         
        display: none;
      }
   

}
@media(min-width:768px) and (max-width:991px){
    .top-sec .col-sm-4{width: 100%;}
    .header-center{display: none}
    .why-us .col-sm-3{width: 50%;
    margin-bottom: 30px;}
    .testim .col-sm-4{width: 50%;
    margin-bottom: 30px;}
    .header .col-sm-5{width: 100%;}
    .main-services .col-sm-5{
        width: 100%;
    }
    .main-services .col-sm-7{
        width: 100%;
    }  .best-bbd2 {
        width: 20%;
      }
      .best-bbd1 {
        width: 20%;
      }
      .best-serv .col-sm-4{width: 50%;
        margin-bottom: 30px;}
        .list .col-sm-4{width: 50%;
            margin-bottom: 30px;}
            .best-services .col-sm-3{width: 50%;
                margin-bottom: 30px;}
                .best-srv .col-sm-7{width: 100%;}
                .best-srv .col-sm-5{width: 100%;}
}
}
@media(min-width:992px) and (max-width:1200px){
    .list .col-sm-4{width: 50%;
        margin-bottom: 30px;}
        .best-services .col-sm-3{width: 50%;
            margin-bottom: 30px;}
    
}