@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Varela Round", sans-serif;
}
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}


ul, p{margin:0px;padding: 0;}
li{list-style: none;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/* top header section start */
.top-sec{
    background: #36041e;
}
.top-sec-2{
    padding: 0;
    text-align: center;
}
.top-line1{
    padding: 0;
}
.top-line2{
    text-align: center;
}
.top-line2 a{
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    padding: 9px 0 5px;
    text-transform: capitalize;
    display: inline-block;
}
.top-line2 a i{
    color: #ffe154;
    font-size: 24px;
    font-weight: 500;
    padding: 0 8px - revert-layer;
}
.top-icon{
    padding: 6px 0 0;
    text-align: right;
}
.top-icon1 span{
    font-size: 21px;
    font-weight: 600;
    color: #ffe154;
    padding: 6px 0;
    display: inline-block;
}
.top-mark{
  background: #fff9d6;
}
.top-mark p{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ff0000;
    padding: 7px 0 0;
}
/* top header section end*/



/* head section start */
.head-align{
  align-items: flex-end;
}
.head-logo1{
  padding: 0;
  text-align: center;
}
.head-logo2 img{
  padding: 0;
}
.head-right{
  padding: 0 0 0 15px;
  text-align: center;
}
.head-text span{
  font-size: 17px;
  text-transform:capitalize;
  font-weight: 700;
  padding: 0 0 15px;
  color: #121212;
  display: inline-block;
}
.head-text a i{
  color: #c60e03;
  padding: 0 7px 0 0;
  font-size: 25px;
}
.top-line2 span{
  color: #fff9da;
  padding: 9px 9px 5px;
  display:inline-block;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}
.top-line2 span i{
  color: #ffffff;
  font-size: 14px;
  padding: 0 3px;
}
.head-list{
  padding: 0 15px;
  text-align: center;
  background: linear-gradient(0deg, #36041e 70%, transparent 45%);
}
.head-list ul li{
  display:inline-block;
  padding: 0 15px;
}
.head-list ul li i{
  font-size: 21px;
  color: #ff0000;
  padding: 0;
  background: white;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 60px;
  text-align: center;
  margin: 0 0 8px;
  box-shadow: 0 0 9px 0 #ffe154;
}
.head-list ul li span{
  color: #ffe35c;
  padding: 0;
  text-transform:capitalize;
  font-size: 17px;
  font-weight: 200;
  display: block;
}
/* head section end */

/* fee section start */
.fee-section{
  background: #36041e;
}
.head-fee-result span {
    font-size: 32px;
    width: 47%;
    display: inline-block;
    animation: blkk1 1s infinite;
    text-transform: capitalize;
    font-weight: 900;
    padding: 2px 10px 3px;
    margin: 0 11px;
}
 @keyframes blkk1{
  0%{background: #ffe154;color:#fe0000;}
  50%{background: #fe0000;color:#ffffff;}
  100%{background: #ffe154;color:#36041e;}
} 
/* fee section end */

/* header image section start */
.header-img img{
  width: 100%;
}
/* header image section end */


/* about us section start */
.aboutus-section{
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
}
.about-heading{
  text-align: center;
}
.about-heading strong{
  font-weight: 700;
  padding: 0;
  color: #ffe35c;
  font-size: 48px;
  text-transform: capitalize;
  display: block;
  font-family: "Libre Franklin", sans-serif;
}
.about-heading p{
  font-weight: 400;
  padding: 6px 12px 7px;
  color: #ffffff;
  font-size: 26px;
  text-transform: capitalize;
  background: linear-gradient(338deg, #1c13d1, #790a6a);
  border-radius: 50px;
  margin: -20px 0 0;
  position: relative;
}
.aboutus-section1{
  padding: 0px 45px 50px;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.about-us-content{
  padding: 15px 0 0;
}
.about-us-content p{
    font-size: 16px;
    font-weight: 100;
    line-height: 36px;
    color: #ffeeee;
    padding: 9px 0;
    text-align: center;
}
.about-us-content p strong{
    color: #ffe35c;
    font-weight: 500;
}
.about-us-content ul{
  padding: 7px 0 8px;
}
.about-us-content ul li{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    padding: 6px 0;
    text-align: justify;
}
.about-us-content ul li:before {
    color: #ffe35c;
    text-align: center;
    font-size: 19px;
    padding: 0px 10px 0 0px;
    content: "\f779";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
}
/* about us section end */

/* services section start */
.serv-section{
  background: #ffe35c;
}
.srv-heading{
  text-align: center;
}
.srv-heading strong{
  font-weight: 800;
  color: #36041e;
  font-size: 55px;
  text-transform: capitalize;
  display: block;
  font-family: "Libre Franklin", sans-serif;
}
.srv-heading p{
  font-weight: 800;
  color: #ff0100;
  font-size: 20px;
  text-transform: capitalize;
}
.other_srv{
  padding: 25px 12px;
}
.other_srv1{
  padding: 0;
}
.other_srv2{
  padding: 0;
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid #fff9d6;
}
.other-service-img img{/* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */width: 100%;}
.other-srv-text{
  padding: 22px 22px 0 0;
  text-align: center;
  position: relative;
}
.other-srv-text span{
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  font-size: 28px;
  color: #ff0100;
  line-height: 28px;
  padding: 10px 5px 10px;
  font-family: "Libre Franklin", sans-serif;
  text-align: left;
}
.other-srv-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #1a1a1a;
  text-align: left;
}
.other-sv-call{
  
text-align: right;
  
padding: 0 30px;
}
.other-sv-call a{
  padding: 4px 15px 2px;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  background: #008311;
  border-radius: 50px;
  text-transform: capitalize;
  margin: 0 0 -10px;
  display: inline-block;
  transform: translateY(13px);
  position: relative;
  z-index: 1;
}

/* services section end */


/* add line section start */

.mark-section p{
  color: #36041e;
  font-size: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
}
.mark-section span{
  color: #252525;
  font-size: 17px;
  line-height: 28px;
  display:block;
  font-weight: 500;
  padding: 2px 0 0;
}

/* add line section end */


/* services section start */
.top_srv{
  padding: 90px 0 0 0;
}
.top_srv1{
  padding: 12px;
  text-align: center;
}
.top_srv2{
}
.top_srv3{
}
.top-service-img{
    padding: 30px 0 0;
    position: relative;
}
.top-service-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 122px;
    margin: auto;
    z-index: -1;
    background: #36041e;
    width: 135px;
    height: 385px;
}
.top-service-img img{
   border: 8px solid #36041e;
}
.top-srv-text{
  padding: 15px 15px 0;
  text-align: center;
  background: #fff9d6;
}
.top-srv-text span{
  font-weight: 700;
  text-transform: capitalize;
  font-size: 28px;
  color: #ff0100;
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
}
.top-srv-text p{
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #1a1a1a;
}
.top-srv-text a{
  padding: 5px 15px 6px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #36041e;
  text-transform: capitalize;
  display: block;
  animation: blk 0.9s infinite;
}
@keyframes blk{
    0%{color: #ffffff;}
    50%{color: #94ff43;}
    100%{color: #ffffff;}
}
/* top services section end */


/* list section start */
.list-section{
  position: relative;
  overflow: hidden;
}
.list-section:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    margin: auto;
    background: linear-gradient(90deg, #ffe35c 50%, transparent 50%);
    background-size: cover;
    z-index: -1;
}
.list-left{
  padding: 15px;
  position: relative;
  z-index: 1;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
.list-section1{
  text-align: center;
}
.list-design1 ul li{
  font-size: 17px;
  position: relative;
  padding: 9px 0;
  text-transform: capitalize;
  color: black;
  margin: 0 0 25px;
  border-radius: 45px;
  border: 1px solid #ffe35c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 600;
}
.list-design1 ul li:before {
    padding: 0px 10px 0 0px;
    content: "";
    display: inline-block;
    left: 22px;
    position: absolute;
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 0 5px #ffe35c;
}
.list-design1 ul li:after {
    padding: 0px 10px 0 0px;
    content: "";
    display: inline-block;
    right: 22px;
    position: absolute;
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 0 5px #ffe35c;
}
.list-call{
    
position: relative;
    
background: #36041e;
    
text-align: center;
    
border-radius: 25px 0 0 25px;
}
.list-call::before {
    content: '';
    position: absolute;
    background: #36041e;
    width: 100%;
    height: 100%;
    top: 0;
    right: -130px;
    z-index: -1;
}
.list-call span{
  font-weight: 300;
  font-size: 21px;
  padding: 18px 15px 4px;
  color: #fff7d2;
  =:
  capitalize;
  display: block;
}
.list-call a{
  font-weight: 600;
  font-size: 45px;
  position: relative;
  padding: 0px 15px 9px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  text-align: center;
  animation: mymove1 0.9s infinite;
}
@keyframes mymove1{
    0%{color: #ffffff;}
    50%{color: #ffe35c;}
    100%{color: #ffffff;}
}
.list-right{
  padding: 20px;
}

/* list section end */

/* main services section start */
.mainservices1{
  padding: 12px;
  text-align: center;
}
.mainservices2{
  padding: 0 0 15px;
  text-align: center;
  background: #36041e;
  border-radius: 400px 400px 55px 55px;
  overflow: hidden;
}
.mainservices2 img{
    border-radius: 50%;
    box-shadow: 0 0 15px 0px #ffffff61;
    border: 10px solid white;
    margin: -4px 0 0;
    width: 100%;
}
.mainservice-name {
    padding: 17px 10px 8px;
    color: #ffe35c;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Libre Franklin", sans-serif;
}
.mainservices2 a {
   padding: 5px 15px 4px;
   color: #fff;
   background: #008311;
   font-size: 15px;
   text-transform: uppercase;
   display: block;
   animation: blkk 2s infinite;
   font-weight: 600;
}
 @keyframes blkk{
  0%{background: #008311;color:#ffffff;}
  50%{background: #ffffff;color:#ff0100;}
  100%{background: #008311;color:#ffffff;}
} 
/* main services section end*/

/* testimonial section start */
.testimonial{
  overflow: hidden;
}
.testi-left{
  padding: 12px;
}
.testi-left1{
  padding: 0;
  margin: 0 auto;
}
.testiserv{
    position: relative;
    padding: 20px;
    background: linear-gradient(4deg, #ffe35c, #fff9d6);
    text-align: center;
    border-radius: 20px;
}
.testiserv li span {
    color: #ff0100;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    padding: 0 0 2px;
    display: block;
}
.testiserv ul li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #008311;
    display: inline-block;
    padding: 8px 15px 6px;
    border-radius: 9px;
}
.testiserv p {
    padding: 10px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
}
.imgpart img {
    width: 100%;
    border-radius: 20px;
    border: 5px solid #ff0100;
}

.testi-right{
  padding: 15px;
}
.testi-right1{
  padding:0;
  position: relative;
}
.testi-right1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -130px;
    z-index: -1;
    width: 100%;
    height: 50%;
    margin: auto;
    background: #ffe35c;
}
.testi-1{
  padding: 12px;
  text-align: center;
  background: #fff;
}
.testi-2{
}
.testi-3 {
    padding: 11px;
    position: relative;
}
.testi-box {
    border-radius: 15px;
    background: #36041e;
    text-align: center;
    border: 4px solid #ffe35c;
}
.testi-box p {
    padding: 15px 15px 15px;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
}
.testi-info strong {
    color: #ff0100;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    display: block;
    padding: 5px 0;
}
.rating i {
    color: #ffe35c;
    font-weight: 300;
    text-transform: capitalize;
    padding: 3px 3px 4px 0;
    background: #36041e;
    font-size: 16px;
}
/* testimonial section end */

/* counter section start */
.counter-section{
  background: #36041e;
}
.counter-section1{
   padding: 50px 8px;
}
.counter-1{
  padding: 0 12px 35px;
  text-align: center;
}
.counter-2 .love_count {
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
}
.counter-2 p{
  color: #ff0100;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px 2px;
  display: block;
  background: #ffe567;
  border-radius: 50px;
}
.why-line span{
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  display:block;
  font-weight: 500;
  padding: 22px 0 0;
  border-top: 1px dashed #ffffff1a;
}
/* counter section end */


/* why us section start */
.hero-box{
    border-radius:15px;
    text-align:center;
    background: #ffe567;
    padding: 30px 15px;
}
.center-box{
   background: #36041e;
}
.content strong {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

.content p {
    padding: 5px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
}
.center-box .content strong {
    font-size: 24px;
    color: #ffc107;
    font-weight: 700;
}

.center-box .content p {
    padding: 10px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
}
.btn-warning {
    padding: 9px 20px;
    font-weight: 600;
    background: #ff0100;
    color: #fff;
    border-color: transparent;
    text-transform: capitalize;
}
/* why us section end */


/* other services start */
.other_services {
    background: #ffe567;
}

.other_services strong {
    font-size: 35px;
    font-weight: 900;
    padding: 5px 0 15px;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    display: block;
    line-height: 42px;
}

.other_services p:first-child {
    color: #ff0100;
    font-weight: 600;
    text-transform: uppercase;
}

.other_services strong::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 25%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.other_services .text {
    font-size: 16px;
    color: #000000;
    padding: 12px 0 0;
}

.other_services .btn {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #ea1e1e;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 2px 4px 8px rgb(0, 0, 0, 0.1);
    text-transform: uppercase;
}


.other_services .services_link {
    padding: 12px 0;
}



.other_services .services_link ul>li {
    transition: 0.5s ease-in-out;
    padding: 4px 0;
    color: #000000;
    font-weight: 500;
}

.other_services .services_link ul>li>i {
    margin-right: 5px;
    font-size: 16px;
    color: #ff0100;
}

.other_services .services_link ul>li>a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.other_services .services_link ul>li>a:hover {
    color: rgb(185, 0, 0);
    transition: 0.5s ease-in-out;

}

.other_services .services_link ul>li:hover>i {
    transition: 0.5s ease-in-out;
    transform: rotatey(360deg);
    color: #111;
}
/* other services end */

/* main services section start */
.srv-title strong{

font-weight: 800;

color: #36041e;

font-size: 55px;

text-transform: capitalize;

display: block;

font-family: "Libre Franklin", sans-serif;

background: #ffe567;
}
.main-ser-heading strong{font-weight: 700;color: #000000;text-transform: uppercase;display: block;font-size: 58px;padding: 0 12px;}
.main-ser-heading p{background: linear-gradient(90deg, #b60807, #ffb600);font-weight: 400;color: #ffffff;line-height: 30px;font-size: 16px;padding: 15px 32px 15px;}
.main-service1{
  padding: 12px;
}
.main-service2{
  position: relative;
  padding: 28px 15px 20px;
  text-align: center;
  box-shadow: 0px 0px 4px 3px #0000002b;
  border: 2px solid #fff;
}
.main-service2 strong{
   font-size: 20px;
   font-weight: 800;
   text-transform: capitalize;
   display: block;
   padding: 15px 0 0;
   color: #ff0100;
}

.main-service2 i svg{
   fill: #000000;
   width: 65px;
   height: 65px;
}
.main-service2 span{
   display: block;
   text-align: center;
   font-weight: 600;
   color: #ff0100;
   padding: 0 0 10px;
}
.main-service2 span .bi{
   fill: #ffff;
   width: 25px;
   height: 25px;
}
.main-service2 p{
    padding: 5px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000000;
}
.main-service2 a{
      display: inline-block;
      font-weight: 300;
      text-transform: capitalize;
      color: #fff;
      padding: 6px 15px 5px;
      font-size: 15px;
      background: green;
      border-radius: 50px;
}
.main-service-add a {
    color: #000000;
    font-size: 35px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    animation: blk2 1s infinite;
}
@keyframes blk2{
  0%{opacity: 0;}
  100%{opacity: 1;}
}
/* main services section end */



/* copyright section start */
.copyryt{
   background: #ffe567;
   text-align: center;
   padding: 20px 0;
}
.disclaimer{
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #ff0100;
}
.copyryt1{
    font-size: 15px;
    font-weight: 800;
    color: #000000;
    padding: 5px 0 0;
}
/* copyright section end */


/* contact section start */
.footer-contact{
  padding: 0px;
  position: relative;
  z-index: 9;
}
.footer-contact:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: scale(1.01, 1.01);
    position: absolute;
    background: #ff0100;
    background-position: 55px 0;
    top: 0;
    animation: linear 1s infinite linear;
    left: 0;
    right: 0px;
    z-index: -1;
    border-radius: 15px;
}
.contact-left1{
  padding: 10px 5px;
}

.contact-left-1 a{
  display: block;
  color: #000;
  padding: 0px 16px 24px;
  background: #fff;
  text-align: center;
  border-radius: 9px;
}
.contact-left-1 a span{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.contact-left-1 a span strong{
  height: 90px;
  width: 90px;
  display: block;
  background: #ff0100;
  border-radius: 0 0 50% 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 85px;
  font-size: 43px;
}
.contact-left-1 a span strong i{
  color:#fff;
}
.contact-left-1 a p{
  width: 100%;
  padding: 16px 0 0;
}
.contact-left-1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 19px;
  color: #fe0000;
  font-weight: 700;
}
.contact-left-1 a p b{
  font-weight: 800;
  display: block;
  color: #000000;
  padding: 2px 0 0px 0;
  font-size: 19px;
}
.footer-contact-design strong{
  color: #601929;
  font-size: 56px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  text-align: right;
}
/* contact section end */


#callbook {
  background:green;
  bottom: 0;
  height: 41px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook
  ul{padding: 0px;
}
#callbook
  ul li {
  background: red;
  position: relative;
  padding: 8px 6px 6px;
  width:50%;
  float:left;
  text-align: center;
}
#callbook
  ul li:last-child{
  background: #02af02;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}






@media (max-width: 767px){
.head-right {padding: 0;}
.top-icon {text-align:center;}
.other_srv {padding: 30px 0 0;}
.head-fee-result span:nth-child(1){display: none;}
.head-fee-result span {width: 100%;margin: 0;font-size: 26px;}
.list-section:after {top: 140px;bottom: auto;height: 33%;}
..top-line2 span {padding: 0;}
.testi-2 {height: auto;}
.list-right {padding: 15px;}
.copyryt {padding: 15px 0 55px;}
.srv-title strong {font-size: 27px;padding: 5px 12px;}
#callbook {display:block;}





}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-right {padding: 0;}
.top-icon {text-align:center;}
.head-fee-result span {font-size: 22px;width: 46%;}
.list-section:after {top: 140px;bottom: auto;height: 33%;}
.list-right {padding: 15px;}
.srv-title strong {font-size: 36px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-line2 span {font-size: 18px;}
.top-line2 a {font-size: 19px;}
.top-line2 a i {font-size: 21px;}
.top-icon1 span {font-size: 18px;padding: 4px 0;}
.head-text span {font-size: 14px;}
.head-list ul li {padding: 0 10px;}
.head-list ul li span {font-size: 15px;}
.head-list ul li i {font-size: 18px;width: 40px;height: 40px;line-height: 40px;}
.counter-1 {padding: 0 10px 35px;} 
.mainservice-name {font-size: 18px;}
.list-call a {font-size: 36px;}
.list-call span {font-size: 18px;}
.top-srv-text span {font-size: 26px;}
.top-srv-text a {font-size: 17px;}
.head-fee-result span {font-size: 30px;}
.other_services strong {font-size: 32px;}
.srv-title strong {font-size: 48px;}

}

@media only screen and (min-width: 1201px) and (max-width: 1340px) {


}

@media (max-width: 575px) and (min-width: 0px) {
.head-text span { font-size: 15px;}
.head-list ul li {padding: 0 9px;}
.head-list ul li span {font-size: 15px;}
.head-list ul li i {font-size: 18px;width: 40px;height: 40px;line-height: 40px;}
.other-service-img img{clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);}
.other-srv-text {padding: 10px 25px 10px;}
.about-heading strong {font-size: 42px;}
.srv-heading strong {font-size: 40px;}
.srv-heading p {font-size: 22px;}
.list-call a {font-size: 36px;}
.list-call span {font-size: 18px;}
.mark-section span {font-size: 15px;line-height: 24px;}
.mark-section p {font-size: 28px;}
.other_srv {padding: 30px 15px 0;}
}



@media (max-width: 420px) and (min-width: 0px) {
.head-fee-result span {font-size: 19px;padding: 5px 10px 3px;}
.top-icon1 span {font-size: 17px;}
.top-line2 span {font-size: 16px;padding: 0px 9px 0px;}
.head-text span {font-size: 13px;padding: 4px 0 8px;}
.head-list ul li {padding: 0 3px;}
.head-list ul li span {font-size: 13px;}
.head-list ul li i {font-size: 17px;width: 35px;height: 35px;line-height: 35px;}
.about-heading strong {font-size: 35px;}
.srv-heading strong {font-size: 31px;}
.srv-heading p {font-size: 16px;}
.list-call a {font-size: 26px;}
.list-call span {font-size: 14px;padding: 14px 15px 1px;}
.testiserv li span {font-size: 27px;}
.mark-section p {font-size: 22px;}
.top_srv1 {padding: 50px 15px 0;}
.top-srv-text span {font-size: 26px;}
.top-srv-text a {font-size: 16px;}
.top-serv-section{padding-bottom: 0!important;}
.contact-left-1 a p b {font-size: 16px;}
.other_services strong {font-size: 32px;}
}