@import url('../../fonts.googleapis.com/css2%3Ffamily=Josefin+Sans:wght@300&display=swap.css');
@import url('../../fonts.googleapis.com/css2%3Ffamily=Roboto&display=swap.css');
.main-container {
    float: left;
    width: 100%;
}

.logo-sec .logo-col {
  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;
  text-align: center;
  padding: 10px 15px;
}

.logo-sec .logo-inr {
  padding: 0px;
}

.logo-sec p {
  margin: 0px;
}

.logo-sec .logo-p1 {
  text-transform: capitalize;
  color: #ad0a0a;
  font-size: 24px;
  padding: 10px 0px;
  font-weight: 600;
}

.logo-sec .logo-p2 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding: 10px 0px;
  background: #ffc800;
  border: 1px solid #000000;
}

.logo-sec .logo-p2 span {
  color: #ad0a0a;
}

.logo-sec .logo-col3 {
  background: #fff;
  padding: 20px 15px;
  z-index: 1;
  margin-top: 20px;
}

.logo-sec .logo-col3 .logo-p3 {
  font-size: 25px;
  font-weight: 800;
  color: #ad0a0a;
  text-transform: uppercase;
  word-spacing: 10px;
}

.logo-sec .logo-col3:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: inherit;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #fbfbfb;
  z-index: -1;
  border-radius: 30px 30px 0px 0px;
  -webkit-box-shadow: 0px -2px 20px #0000004f;
          box-shadow: 0px -2px 20px #0000004f;
}

.logo-sec .logo-col4 {
    background: #000000;
    position: relative;
}

.logo-sec .logo-col4 ul {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.logo-sec .logo-col4 ul li {
    padding: 10px 25px;
    color: #fff;
    position: relative;
    font-size: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    list-style-type: none;
}

.logo-sec .logo-col4 ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 25%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  border-right: 1px solid #fcc107;
}

.logo-sec .logo-col4 ul li span {
  display: block;
  padding-top: 10px;
}

.logo-sec .logo-col4 ul li img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-sec .logo-col4 ul li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.logo-sec .logo-col4 ul li:last-child:before {
  display: none;
}

.logo-sec .logo-col5 {
    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;
    padding: 10px 15px;
    background: #04630a;
}

.logo-sec .logo-col5 ul {
  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;
}

.logo-sec .logo-col5 ul li {
  font-size: 20px;
  padding: 10px 40px;
  font-weight: 600;
  color: #fff;
  -webkit-animation: abl 0.6s infinite;
          animation: abl 0.6s infinite;
}

.header {
    float: left;
    width: 100%;
    padding: 10px;
  }
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
  
}
.logo {
    float: left;
    width: 100%;
}
.logo img {
   float: left;
    width: 100%;
}
.header-right {
    float: left;
    width: 100%;
}
.header-right img{
    float: left;
    width: 100%;
  
}
.banner_container {
    float: left;
    width: 100%;
}
.banner_container img{
    float: left;
    width: 100%;
}
.banner3
{
        width: 100%;
        float: left;
}
.banner3 img
{
        width: 100%;
        float: left;
}


.copyrt {
width: 100%;

float: left;  
text-align: center;
font-size: 20px;
font-family: 'Roboto', sans-serif;
padding: 20px;
color: black;
background: white;
}

.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;

}
.header-top {
    float: left;
    width: 100%;
    background: #eef608;
}
.top-left {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Roboto', sans-serif;
}
.top-right {
    float: left;
    width: 100%;
    background: #000000;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 99%, 0 100%, 5% 100%);
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.top-right li {
    list-style: none;
    display: inline;
    padding-right: 10px;
}
.top-right a{
    color: #eef608;
    padding-right: 10px;
}
.top-right i{
    color: #eef608;
    padding-right: 10px;
}
.text2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 10px 0px;
    background: #000000;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.text2 a
{
    color: #eef608;
    font-weight: bold;
}
.text3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    background: #eef608;
    padding: 5px 0px;
    animation: 0.8s blink1 alternate infinite ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

@-webkit-keyframes blink1 {
    from {color: black;}
    to {color:#004f46;}
  }
  .abt-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.abt-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #004f46;
    font-family: 'Yeseva One', cursive;
}
.abt-line {
    float: left;
    width: 100%;
}
.abt-line img {
    float: none;
    margin: 0 auto;
    display: table;
}
.abt-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    background: whitesmoke;
    padding: 10px;
    border: 1px solid #0000001a;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 4px 10px #000000;
}

  .why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: black;
    position: relative;
    z-index: 1;
} 
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #eef608;
    padding-bottom: 30px;
    font-family: 'Yeseva One', cursive;
}
.why-border {
    float: left;
    width: 100%;
    padding: 20px 10px;
    background: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #004f46;
}

.why-icon {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}   
.why-icon .fa {
    color: #fff;
    padding: 0px 0px;
    font-size: 55px;
}
.why-title {
    color: white;
    font-size: 25px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.why-border:hover
{
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0px 4px 10px wheat;  
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}
.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #004f46;
    font-family: 'Yeseva One', cursive;
}
.testi-line {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.testi-line img {
    float: none;
    margin: 0 auto;
    display: table;
   
}
.testi-border {
    float: left;
    width: 100%;
    background: white;
    padding: 10px;
    position: relative;
    z-index: 1;
}
.com-img {
    float: left;
    width: 100%;
}
.com-img img{
   float: left;
   width: 30px;
}
.testi-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 20px 5px;
    position: relative;
    background: black;
}
.testi-img {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.testi-img img {
    float: none;
    border-radius: 50%;
    border: 2px solid black;
    padding: 10px;
    margin: 0 auto;
    display: table;
    width: 30%;
}
.testi-name {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #000000;
    font-family: 'Yeseva One', cursive;
    position: relative;
}
.testi-border i.fa.fa-star {
    font-size: 18px;
    color: #004f46;
}
.tetsi-fram{
    float: left;
    width: 100%;
  padding: 10px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.tetsi-fram::after
{
    content: "";
    width: 50%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testi-img::before
{
    content: "";
    width: 2px;
    height: 20px;
    background: #000000;
    position: absolute;
    top: -1px;
    left: 50%;
}
.testi-name::after {
    content: "";
    width: 2px;
    height: 40px;
    background: #000000;
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: skewX( 
-45deg
 );
    transform: skewX( 
-45deg
 );
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
}
.testimonial-content {
    float: left;
    width: 100%;
    text-align: center;
}

.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background: #eef608;
}
.best-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #004f46;
  font-family: 'Yeseva One', cursive;
}
.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: black;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.best-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-img img {
    float: left;
    width: 100%;
    background: #eef608;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #eef608;
  font-family: 'Yeseva One', cursive;
  background: black;
  margin-bottom: 5px;
}
.best-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
}
.best-call a{
position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #004f46;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    z-index: 1;
}
.best-call a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #004f46;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.best-border:hover .best-call a::before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.best-border:hover .best-call a{
  color: #eef608;
}
.best-contetnt
{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    bottom: -15px;
    padding: 10px 0px;
    background:black;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.best-border:hover .best-contetnt {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    bottom: 0%;
    padding: 145px 0px;
    background: rgba(0, 0, 0, 0.192);
    height: 100%;
}

  
        .box {
            float: left;
            width: 100%;
            padding: 50px 0px;
            position: relative;
            z-index: 1;
        }
        .box-list {
            background: black;
            padding: 15px;
            border-radius: 0 30px 30px 0;
            box-shadow: 20px 0 20px -20px rgb(0 0 0 / 50%) inset;
            float: left;
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .box-list::after {
            content: "";
            background: black;
            width: 20px;
            height: 20px;
            box-shadow: 15px 0 15px -15px rgb(0 0 0 / 50%) inset;
            position: absolute;
            bottom: -19px;
            left: 0;
            clip-path: polygon(0 0, 0% 100%, 100% 0);
        }
        .box-list1
        {
            border: 1px solid;
            color: #fff;
            text-align: center;
            padding: 25px 5px 30px 0;
            box-shadow: 15px 0 15px -15px rgb(0 0 0 / 50%) inset;
            position: relative;
        }
        .box-list p{
            color: #000;
            background: #eef608;
            font-size: 30px;
            text-transform: capitalize;
            padding: 5px 10px;
            margin: 0 -20px 20px -15px;
            border-radius: 0 30px 30px 0;
            box-shadow: 10px 0 10px -10px rgb(0 0 0 / 50%) inset, 5px 0 5px rgb(0 0 0 / 20%);
           font-family: 'Yeseva One', cursive;
        }
        .box-list ul {
            padding: 0;
            margin: 0;
            list-style: none;
            float: left;
        }
        .box-list li{
            color: #fff;
            font-size: 16px;
            line-height: 31px;
            padding: 3px;
            border-bottom: 1px solid #212020;
            font-family: 'Roboto', sans-serif;
            text-transform: capitalize;
            text-align: left;
            width: 100%;
            float: left;
        }
        .box-list i {
            color: #eef608;
            padding: 0 7px 0 0;
        }
        .box-list li:hover
        {
            background: #eef608;
            color: black;
            -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        }
        .box-list li:hover  i
        {
           
            color: black;
            -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        }

        .other-services {
            float: left;
            width: 100%;
            padding: 50px 0px;
            position: relative;
            z-index: 1;
        }
        .other-services::before{
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            right: inherit;
            bottom: inherit;
            left: 0px;
            margin: 0 auto;
            background: #eef608;
            z-index: -1;
            -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
        }
        .other-services::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            background: #fff;
            z-index: -1;
            left: 0;
            margin: 0 auto;
            right: 0;
            -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
            clip-path: polygon(100% 100%, 0% 100%, 100% 0);
        }
        .other-sub {
            float: left;
            width: 100%;
            font-size: 30px;
            color: #004f46;
           font-family: 'Roboto', sans-serif;

        }
        .other-header {
            float: left;
            width: 100%;
            font-size: 45px;
           font-family: 'Yeseva One', cursive;
            color: black;
        }
        .besy-subb {
            float: left;
            width: 100%;
            font-size: 25px;
            color:#004f46;
           font-family: 'Roboto', sans-serif;
            padding-bottom: 30px;
        }
        
      
        .other-border {
            float: left;
            width: 100%;
            padding: 20px;
            background: white;
            -webkit-box-shadow: 0 0 25px 0 #00000029;
            box-shadow: 0 0 25px 0 #00000029;
            border: 1px solid black;
            border-radius: 50px;
            margin-bottom: 30px;
        }
        .other-title {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 20px;
            color: #eef608;
            font-family: 'Roboto', sans-serif;
            background: black;
            padding: 5px 0px;
            margin-bottom: 10px;
            border-radius: 50px;
        }
        .other-left {
            float: left;
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .other-img {
            float: left;
            width: 100%;
            position: relative;
            z-index: 1;
            padding: 10px;
            background: #eef608;
            border-radius: 50%;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
        .other-border:hover .other-img
        {
background: #004f46;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
        }
        .other-right {
            float: left;
            width: 100%;
        }
        .other-right img {
            float: left;
            width: 100%;
        }
        .other-img img {
            float: left;
            width: 100%;
            padding: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 70% 30% 20% 80%/80% 20% 80% 20%;
    border: 10px solid #fff;
        }
        .other-call {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 16px;
           font-family: 'Roboto', sans-serif;
            padding: 5px 0px;
            margin-top: 20px;
        }
        .other-call a{
        position: relative;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            color: #fff;
            border: 1px solid #004f46;
            padding: 10px 20px;
            font-weight: 400;
            z-index: 1;
            border-radius: 50px;
        }
        .other-call a::before{
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: 0 auto;
            -webkit-transform: scale(1);
            transform: scale(1);
            background: #004f46;
            border-radius: inherit;
            z-index: -1;
            -webkit-transition: 0.6s ease-in-out;
            transition: 0.6s ease-in-out;
            border-radius: 50px;
        }
        .other-border:hover .other-call a::before{
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        .other-border:hover .other-call a{
          color: #004f46;
        }
     
        .footer {
            float: left;
            width: 100%;
            padding: 30px 5px;
            background: black;
        }
        .ft-img {
            float: left;
            width: 100%;
            margin-top: 10px;
        }
        .ft-img img{
            float: left;
            width: 100%;
        }
        .footer-header {
            float: left;
            width: 100%;
            font-size: 25px;
            border-bottom: 2px dashed #eef608;
   font-family: 'Yeseva One', cursive;
            color: #eef608;
            padding-top: 20px;
        }
        .footer ul {
            float: left;
            width: 100%;
            margin: 0;
        padding: 9px 0 0 0;
        list-style: none;
        text-align: left;
        }
        .footer li {
            list-style: none;
            padding: 5px 0 5px 0;
        line-height: 26px;
        font-size: 18px;
        font-weight: 300;
            float: left;
            width: 100%;
            font-family: 'Roboto', sans-serif;
            color: white;
        }
        .footer i {
            color: #eef608;
            font-size: 20px;
            padding: 0 8px 0 0;
        }
        .footer li a    {
        color: #eef608;
        padding: 5px 0 5px 0;
        line-height: 26px;
        font-size: 17px;
        font-weight: 500;
        text-transform: capitalize;
        border: 1px solid #eef608;
        padding: 7px 6px;
        display: block;
        margin-bottom: 7px;
        text-decoration: none;
        transition: .6s;
        }
        .footer li a:hover{color: white;
        border: 1px solid white;
        }
        
@media(min-width:320px) and (max-width:479px)
{
    .top-left {
        font-size: 18px;
    }
    .top-right {
        font-size: 18px;
        clip-path: none;
        text-align: justify;
    }
    .logo{
        display: none;
    }
    .text3 {
        font-size: 18px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-sub {
        font-size: 20px;
    }
    .abt-desc {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-sub {
        font-size: 20px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .box-list {
        margin-bottom: 30px;
    }
    .box-list p {
        font-size: 25px;
    }
    .why-header {
        font-size: 35px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .other-sub {
        font-size: 20px;
    }
    .other-header {
        font-size: 35px;
        text-align: center;
    }
    .besy-subb {
        font-size: 20px;
        text-align: center;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-name::after {
        top: -123px;
    }
    h3 {
        font-size: 25px;
    }
    h3::before {
        left: -64%;
    }
  .top-right {
    display: none;
}
    .logo-sec .logo-col4 ul {
    padding: 0 !important;
}
}
@media(min-width:480px) and (max-width:639px)
{
    .top-left {
        font-size: 18px;
    }
    .top-right {
        font-size: 18px;
        clip-path: none;
        text-align: justify;
    }
    .logo{
        display: none;
    }
    .text3 {
        font-size: 18px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-sub {
        font-size: 20px;
    }
    .abt-desc {
        font-size: 18px;
    }
    .text2 {
        font-size: 20px;
    }
    .best-header {
        font-size: 35px;
    }
    .best-sub {
        font-size: 20px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .box-list {
        margin-bottom: 30px;
    }
    .box-list p {
        font-size: 25px;
    }
    .why-header {
        font-size: 35px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .other-sub {
        font-size: 20px;
    }
    .other-header {
        font-size: 35px;
        text-align: center;
    }
    .besy-subb {
        font-size: 20px;
        text-align: center;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-name::after {
        top: -172px;
    }
    h3 {
        font-size: 25px;
    }
    h3::before {
        left: -29%;
    }
  
      .top-right {
    display: none;
}
.logo-sec .logo-col4 ul {
    padding: 0 !important;
}
}
@media(min-width:640px) and (max-width:767px){
   
    .top-right {
        clip-path: none;
        text-align: center;
    }
    .logo{
        display: none;
    }
    .best-border
    {
        margin-bottom: 30px;
    }
    .box-list {
        margin-bottom: 30px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .f-right::before {
        height: 100%;
    }
    .testi-name::after {
        top: -220px;
    }
      .top-right {
    display: none;
}
.logo-sec .logo-col4 ul {
    padding: 0 !important;
}
}
@media(min-width:768px) and (max-width:991px){
.header .col-sm-4
{
    width: 100%;
}
.logo {display: none;}
.header-top .col-sm-5
{
    width: 100%;
}
.header-top .col-sm-7
{
    width: 100%;
}
.best-services .col-sm-3
{
    width: 50%;
    margin-bottom: 30px;
}
.other-services .col-sm-4
{
    width: 50%;
}
.other-services .col-sm-8
{
    width: 100%;
}

.testi .col-sm-4
{
    width: 50%;
}
.why-us .col-sm-3
{
    width: 50%;
    margin-bottom: 30px;
}

.footer .col-sm-3
{
    width: 50%;
}
.box .col-sm-4{width: 50%;
margin-bottom: 30px;}
}
@media(min-width:992px) and (max-width:1200px){

    .testi-name::after {
        top: -131px;
    }
    .other-services .col-sm-4
{
    width: 50%;
}
.other-services .col-sm-8
{
    width: 100%;
}
}
@media(min-width:1201px) and (max-width:1650px){
 
   
}