@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: 'Red Hat Display', sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 93%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
p{
  margin: 0;
  padding: 0;
}



/* top section start */
.top-sec{
  padding: 0;
  background: #350000;
}
.top-sec-1{
  padding:0;
}
.top-sec-2{
  padding:0;
  background: linear-gradient(180deg, #f6a128, #e05a2e);
  border-radius: 50px;
}
.topleft2 p{
    color: #fff;
    font-size: 21px;
    text-align: center;
    padding: 14px 10px 0px;
    font-weight: 700;
    text-transform: capitalize;
}
@keyframes neon {
  from {
    text-shadow:
    0 0 3px rgb(238 134 43),
    0 0 10px rgb(234 123 43),
    0 0 12px rgb(232 116 44),
    0 0 17px rgb(228 102 45),
    0 0 25px rgb(230 110 45),
    0 0 30px rgb(222 91 45);
  }
  to {
    text-shadow:
    0 0 3px rgb(225 95 45 / 21%),
    0 0 10px rgb(229 105 45 / 24%),
    0 0 12px rgb(226 98 45 / 28%),
    0 0 17px rgb(226 95 46 / 32%),
    0 0 25px rgb(247 115 49 / 39%),
    0 0 30px rgb(229 108 45);
  }
}
.topcenter1{
  padding:0;
}
.topcenter2{
  padding: 0;
}
.topcenter2 p{
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 8px 12px 6px;
  font-weight: 900;
  background: #350000;
  animation: neon .08s ease-in-out infinite alternate;
  letter-spacing: 1px;
}
.topright1{
  padding: 0;
}
.topright2{
  padding:0;
  text-align: center;
}
.topright2 ul{
  
padding: 5px 0;
}
.topright2 ul li{
 display: inline-block;
}
.topright2 ul li i{
  background: #350000;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50px;
  border: 2px solid #ffffff;
}
/* top section end */


/* head logo section start */
.head-flag ul{
    display: flex;
    justify-content: end;
}
.flag-1{
  padding: 3px 3px 0;
}

.flag-1 img{

width: 100%;

border-radius: 4px;
}
.disply{
  align-items: center;
}
.head-left2{
  padding: 0;
  text-align: center;
}
.head-right1{
  padding: 12px 12px 0;
}
.head-right2{
  text-align: center;
  font-size: 25px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 800;
}
.head-right2 ul{
   padding: 0;
   background: linear-gradient(180deg, #f6a128, #e05a2e);
   border-radius: 40px 40px 0 0;
   margin: 3px 0 0;
}
.head-right2 ul li{
 display: inline-block;
 padding: 0 15px 0;
}
.head-right2 ul li p{
 padding: 5px 15px 4px;
 text-align: center;
 font-size: 16px;
 color: #ffffff;
 text-transform: uppercase;
 font-weight: 600;
 z-index: 1;
 position: relative;
 background: #360000;
}
.head-right2 ul li i{
 text-align: center;
 font-size: 22px;
 color: #000000;
 text-transform: capitalize;
 font-weight: 800;
 background: #ffffff;
 border-radius: 55px;
 width: 65px;
 height: 65px;
 line-height: 81px;
 margin: -20px 0 0;
}
/* head logo section end */



/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */



/* services section start */
.serv-left{
  padding: 12px;
}
.serv-left-1{
  background: #f49a292e;
  text-align: center;
  padding: 25px 0;
}
.service-list span {
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
    color: #360000;
    padding: 0 8px 1px;
    display: block;
}
.service-list p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 0 12px;
}
.service-list .service-item {
    border: 1px solid #ffffff;
    border-top: 0;
    border-bottom: 0;
    margin-right: 10px;
    padding: 5px 0 0;
}
.service-list .service-item li{
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    display: block;
    padding: 20px 35px 20px 20px;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.service-list .service-item li:before {
    content: url(../images/gradient-big-dot-image.png);
    position: absolute;
    right: -28px;
    top: 5px;
}
.service-list .service-item li:nth-child(10) {
   border-bottom: 0px solid #fff;
}

.serv-right{
  padding: 12px 12px 12px 30px;
}
.serv-right-1{
  padding:0;
}
.srv-content{
  padding:0;
}
.srv-1{
  padding: 12px;
}
.serv-3 {
    position: relative;
    z-index: 0;
    border: 1px solid #eee;
}
.serv-img img{
  width:100%;
}
.serv-txt {
    padding: 0 25px 15px;
    text-align: center;
    background-color: #fff;
    margin: -42px 0 0;
}
.serv-txt span{
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    color: #360000;
    display: block;
    padding: 15px 0 2px;
}
.serv-txt p {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
.dot {
    background: #eeeeee47;
    width: 30px;
    height: 90px;
    border-radius: 100px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 0;
}
span.dot-1 {
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    display: block;
    border-radius: 100px;
    margin: 5px auto;
}
span.dot-2 {
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    display: block;
    border-radius: 100px;
    margin: 5px auto;
}
span.dot-1:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    display: block;
    border-radius: 100px;
    animation: example1 1s ease-in-out infinite;
}
span.dot-2:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    display: block;
    border-radius: 100px;
    animation: example2 1s ease-in-out infinite;
}
@keyframes example1 {
    0% {
        left: 5px;
        top: 5px;
    }

    100% {
        left: 5px;
        top: 65px;
    }
}
@keyframes example2 {
    0% {
        left: 5px;
        top: 65px;
    }

    100% {
        left: 5px;
        top: 5px;
    }
}
/* services section end */



/* about us section start */
.about-sec{
   overflow: hidden;
}
.about-sec-2{
    padding: 0;
}
.about-title{
  padding: 0 0 15px;
  text-align: center;
}
.about-title strong{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 0;
    width: 100%;
    display: inline-block;
    padding: 9px 42px;
    background: #360000;
}
.about-title strong:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    width: 20px;
    height: 20px;
    top: 11px;
    left: 12px;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 4px solid white;
}
.about-title strong:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    width: 20px;
    height: 20px;
    top: 11px;
    right: 12px;
    bottom: 0;
    border-radius: 50px;
    border: 4px solid white;
}
.about-title p{
    font-size: 42px;
    color: #dd3f00;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
}
.about-content{
    padding: 0px 0 0;
}
.about-content p{
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 9px 0;
}
.about-content p b{
    color: #890000;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 40px;
    display: block;
    text-align: center;
    padding: 25px 0 0;
    animation: blk 1s infinite;
}
@keyframes blk {
   
    50% {
         color: #ffffff;
    }
}
.about-content strong{
    font-weight: 700;
    color: #e3652d;
}
.about-content ul{
    padding: 0px 0px 6px 0;
}
.about-content ul li{
    font-weight: 500;
    line-height: 29px;
    text-align: left;
    position: relative;
    padding: 2px 0;
    display: block;
    color: #000000;
    font-size: 16px;
}

.about-content ul li:before {
    content: url(../images/eclipse-icon.png);
    position: relative;
    top: 5px;
    padding-right: 8px;
}

/* about us section end */


/* our exclusive services start */
.exclusive-content{
  padding: 15px 0 0;
}
.exclusive-srv-0{
   padding: 80px 12px 12px;
}
.exclusive-srv-1{
   padding: 0;
   text-align: center;
   position: relative;
}
.exclusive-ss-box{
    background: #fdedd8;
    padding-top: 20px;
    border-radius: 15px 15px 0 0;
    text-align: center;
}
.exclusive-ss-box span {
    animation: neon .08s ease-in-out infinite alternate;
    font-size: 20px;
    color: #ffffff;
    padding: 5px 10px 5px;
    display: block;
    font-weight: 800;
    background: #360000;
    text-transform: uppercase;
}
.exclusive-ss-txt {
    padding: 12px 15px 18px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
.exclusive-ss-img{ 
  background: linear-gradient(85deg, #fdedd8, transparent);
  width: 225px; 
  height: 225px;
  margin: -100px auto 0;
  border-radius: 50%;
  padding: 22px;
}
.exclusive-ss-img img{
  width: 205px;
  border-radius: 50%;
  border: 7px solid #fff;
}
/* our exclusive services end */


/*  why choose us start */
.why-section3{
  padding:0;
}
.why-section3 p{
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}
.why-left{
  padding: 12px;
}
.why-center{
  padding: 12px;
}
.why-center1 img{
    width: 100%;
}
.why-right{
  padding: 12px;
}
.why-right1 .why-1 li{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding: 12px;
    border-radius: 5px;
    margin: 12px 0;
    background: #360000;
    text-align: center;
}
/*  why choose us end */


/* testimonial section start */
.testi-1{
    padding: 12px;
}
.testi-2{
    padding: 0;
}
.main-testi {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}
.inner-testi {
    padding: 0 15px;
    text-align: center;
}
.inner-testi span{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    border-radius: 0 0 10px 10px;
    padding: 3px 15px 5px;
    display: inline-block;
}
.inner-testi p {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px 0 15px;
}
.star {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    padding: 0 20px;
    justify-content: space-between;
}
.star ul {
    display: flex;
    color: white;
}
.star ul li{padding: 0 2px;font-size: 18px;}

.testi-img {
    text-align: right;
    padding: 0;
}
.testi-img img{
    border-radius: 50%;
    width: 68px;
    box-shadow: 0 0 0 10px #fff;
}
/* testimonial section end */

/* footer section start */
.footer{
  background: linear-gradient(180deg, #f6a128, #e05a2e);
  text-align: center;
}
.footer-left{
  padding: 25px 15px 0;
  margin: -42px 0 0;
}
.footer-left-1{
  padding:0;
  text-align: center;
}

.footer-center{
  padding: 0 45px 0 30px;
}
.ftr-box {
    padding: 20px;
    gap: 15px;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #eee;
    align-items: center;
    position: relative;
    z-index: 1;
}
.icon-box.call:before {
    content: 'CALL';
    left: 45px;
}
.icon-box:before {
    font-size: 95px;
    line-height: 137px;
    color: #ed213a73;
    font-weight: 700;
    text-align: center;
    position: absolute;
    z-index: -1;
    opacity: 4%;
}
.ftr-icon i{
    
width: 65px;
    
height: 65px;
    
line-height: 65px;
    
background: #360000;
    
border-radius: 50%;
    
color: white;
    
font-size: 28px;
}
.ftr-txt {
    padding-top: 0px;
    text-align: left;
}
.icon-box .txt span {
    font-size: 19px;
    color: #dd3f21;
    font-weight: 800;
    padding: 0;
    text-transform: capitalize;
    display: inline-block;
}
.ftr-txt p a{
    color: #360000;
    font-size: 22px;
    font-weight: 900;
}
.footer-head{
    margin: -48px 0 0;
}
.footer-head span{
    font-size: 34px;
    font-weight: 900;
    padding: 7px 0 10px;
    text-align: center;
    color: #360000;
    display: inline-block;
}
.footer-copyryt{
    padding: 0;
    background: #360000;
}
.disclaimer{
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}
.footer-copyryt-1{
    background: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    color: #dd3f00;
    text-align: center;
    padding: 6px 12px;
    border-radius: 20px 20px 0 0;
    width: fit-content;
    margin: 0 auto;
}
/* footer section end */



/*start faq section */

.faq-design2{

padding: 30px 12px 22px 0;

border-radius: 20px;

background: #ffe2c4;
}
.question{
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}
.question strong{
    position: absolute;
    left: 0;
    text-transform: capitalize;
    background: #ffffff;
    padding: 6px 15px 6px 10px;
    border-radius: 0 30px 30px 0;
    color: #dd3f00;
    font-weight: 900;
    font-size: 20px;
}
.question span{
   display: block;
   font-size: 20px;
   color: #000;
   font-weight: 800;
   padding: 0px 0 0 48px;
}
.ans p{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 30px 0 45px;
}
/* end faq section */


/* start counter section  */
.choose1{
  padding: 12px;
}
.choose2{
    padding: 30px 0px 15px;
    background: linear-gradient(180deg, #f6a128, #e05a2e);
    text-align: center;
    border-radius: 0 0 70px 70px;
}
.choose2 p{
    background-color: #360000;
    font-size: 17px;
    color: #ffffff;
    animation: neon .08s ease-in-out infinite alternate;
    text-transform: uppercase;
    padding: 8px 8px 6px;
    font-weight: 800;
}
.choose2 .counter-count {
  font-size: 43px;
  font-weight: 900;
  color: #ffffff;
}
/* end counter section */

/* start awards section  */
.award1{
  padding: 12px;
}
.award2 img{
    width: 100%;
}
/* end awards section */

/* add section start */
.add-sec{

position: relative;

z-index: 1;

padding: 25px 0;

text-align: center;
}
.add-sec:before{
  content: "";
  background: #360000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 85%;
  left: 0;
}
.add-sec2 p{
    
font-size: 18px;
    
color: #fff;
    
font-weight: 600;
    
text-transform: capitalize;
    
line-height: 27px;
    
padding: 5px 0;
}
.add-sec2 b{
    
font-size: 25px;
    
color: #f6a128;
}

/* add section end */

/* best services section start */
.bestsv1{
  padding: 12px;
}
.bestsv2{
  padding: 0 35px 20px;
  text-align: center;
  background: linear-gradient(
0deg, #360000 50%, transparent 50%);
  color:white;
  border-radius: 30px;
}
.best-service {
    position: relative;
}
.best-img{padding: 15px;}
.best-img img{
    border-radius: 50%;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 6px 0px #00000029;
}
.best-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    transition: all .7s ease;
    background: #fff;
}
.best-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    transition: all .4s ease;
    clip-path: polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
    background: linear-gradient(180deg, #f6a128, #e05a2e);
}
.bestsv2:hover .best-img::after{
     clip-path: polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%); 
}
.best-text{
  padding: 18px 15px 0;
}

.best-text span{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    padding: 12px 0 0px;
    display: block;
    color: #fff;
}
.sv-call{

position: relative;

z-index: 999;
}
.sv-call-icon a{
    width: 65px;
    height: 65px;
    bottom: 0;
    right: 25px;
    line-height: 67px;
    font-size: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 5px 14px 4px rgb(0 0 0 / 7%);
    z-index: 9;
    color: #360000;
    transition: all .25s ease-in-out;
}
/* best services section end */


#callbook {
  background:green;
  bottom: 0;
  height: 40px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #9f0000;
  position: relative;
  padding: 8px 10px 9px;
  width:50%;
  float:left;
  text-align: center;
  text-transform: uppercase;
}
#callbook ul li:last-child{
  background: #038303;
}
#callbook ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}



@media (max-width: 767px){
.top-sec-2 {border-radius:0px;}
.head-right1 {padding: 0 12px;}
.topleft2 p {font-size: 16px;padding: 5px 12px 4px;}
.topcenter2 p {padding: 2px 0 0px;}
.head-right2 ul li {padding: 0 5px;}
.head-right2 ul li p {font-size: 13px;padding: 5px 8px 4px;}
.head-right2 ul li i {font-size: 21px;width: 57px;height: 57px;line-height: 73px;}
.serv-right {padding: 12px;}
.serv-txt {padding: 0 15px 15px;}
.footer-head{margin: 0;}
.footer-copyryt-1 {padding: 7px 12px 45px;}
#callbook {display:block;}
.about-sec{padding: 0 !important;}
.choose2 p {font-size: 15px;}
.about-title p{font-size: 33px;}
.exclusive-ss-box span {font-size: 18px;}
.why-section3 p {text-align: left;}
.head-flag ul {display: block;text-align: center;}
.flag-1 {width: 10%;display: inline-block;padding: 3px 0;}
.about-content p b {font-size: 25px;}
.serv-txt span {font-size: 20px;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-right1 {padding: 0px 15px 0;}
.top-sec-2 {border-radius:0px;}
.serv-right {padding: 12px;}
.quckserv p {font-size: 28px;}
.why-center {padding:15px;}
.footer-center{display: none;}
.footer-head {margin:0;}
.bestsv2 {padding: 0 20px 20px;}
.topleft2 p {font-size: 20px;padding: 5px 0;}
.flag-1 {padding: 3px 0px 0;}
.about-content p b {font-size: 32px;}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.topleft2 p {font-size: 16px;}
.topcenter2 p {font-size: 22px;}
.topright2 ul li i {font-size: 16px;width: 38px;height: 38px;line-height: 35px;}
.head-left1 {padding:3px 0 0;}
.head-right1 {padding: 12px 15px 0;}
.head-right2 ul {margin: 0;}
.head-right2 ul li {padding: 0 5px 0;}
.head-right2 ul li p {font-size: 14px;}
.head-right2 ul li i {font-size: 21px;width: 57px;height: 57px;line-height: 73px;}
.head-right2 {font-size: 18px;}
.serv-right {padding: 35px 30px;}
.serv-txt {padding: 0 18px 15px;}
.service-list span {font-size: 22px;}
.exclusive-ss-box span {font-size: 15px;}
.about-title p {font-size: 36px;}
.quckserv p {font-size: 24px;}
.ltng li {font-size: 13px;padding: 14px 62px 12px 12px;}
.why-right1 {padding: 15px 20px 40px;}
.footer-left {padding: 25px 0 0;}
.ftr-txt p a {font-size: 21px;}
.bestsv2 {padding: 0 20px 20px;}
.best-text span {font-size: 16px;}
.choose2 p {font-size: 12px;}
.serv-txt span {font-size: 22px;}

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.exclusive-ss-box span {font-size: 18px;}
.bestsv2 {padding: 0 20px 20px;}
.topleft2 p {font-size: 19px;padding: 16px 0 0px;}

}


@media (max-width: 575px) and (min-width: 0px) {
.topleft2 p {font-size: 15px;}
.head-right2 ul li {padding: 0px 2px 5px;}
.head-right2 ul li p {font-size: 13px;padding: 2px 8px 2px;}
.head-right2 ul li i {font-size: 18px;width: 50px;height: 50px;line-height: 67px;}
.head-right2 {font-size: 17px;line-height: 22px;}
.about-title p {font-size: 32px;}
.serv-left {padding: 12px 25px 12px 12px;}
.service-list span {font-size: 28px;}
.whatsapp-testi-1 { padding: 20px 15px;}
.question strong{font-size: 15px;padding: 6px 16px 6px 10px;}
.question span{font-size: 17px;}
.ans p {padding: 5px 0 0 15px;}
.icon-box.call:before{left:0;}
.add-sec2 b {font-size: 21px;}


}


@media (max-width: 419px) and (min-width: 290px) {
.head-right2 ul li p {font-size: 11px;padding: 2px 5px 1px;}
.head-right2 ul li i {font-size: 15px;width: 45px;height: 45px;line-height: 62px;}
.head-right2 {font-size: 16px;line-height: 19px;}
.service-list span {font-size: 22px;}
.service-list .service-item li {font-size: 16px;padding: 20px 25px 21px 12px;}
.about-title p {font-size: 26px;}
.about-title strong {font-size: 12px;line-height: 19px;padding: 9px 37px;}
.about-title strong:before {left: 8px;}
.about-title strong:after {right: 8px;}
.why-section{padding:0;}
.whatsapp-testi {padding: 20px 0 124px;}
.whatsapp-testi-1{width:100%;}
.footer-head span {font-size: 30px;padding: 6px 0 6px;}
.ftr-box {padding: 20px 10px;display: block;}
.bestsv2 {padding: 0 12px 20px;}
.best-text span {font-size: 17px;}
.ftr-txt{text-align: center;}
.flag-1 {padding: 1px 0;}

}

