@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&display=swap');
body{
  margin:0;
  padding:0;
  color: #980c17;
  font-family: 'Lexend Deca', sans-serif;
}

.main{
    margin: auto;
    padding: 0;
    width: 93%;
}

a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}


/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  padding: 0;
  background: #da6365;
}
.tophead-section1{
  padding: 8px 0 6px;
}

.tophead-left1{
  padding: 0px;
}
.tophead-left2{
  color: #ffffff;
  font-size: 21px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 28px;
}


.tophead-center1{
  padding: 0px;
  z-index: 9;
}
.tophead-center2{
  padding: 0px 0 14px;
  text-align: center;
}
.tophead-center2 ul{
  padding:0;
  margin:0;
  list-style: none;
}
.tophead-center2 ul li{
  display: inline-block;
  margin:0;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 17px;
  position: relative;
  font-weight: 600;
  color: #ffffff;
}
.tophead-center2 li span{
  margin-top: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}
.tophead-center2 li span i{
  background: #ffff;
  color: #9f1a1f;
  height: 47px;
  width: 47px;
  border-radius:50%;
  font-size: 20px;
  line-height: 50px;
  margin: 0 0 0px 0;
  text-align: center;
}


.tophead-right1{
  padding: 0px;
}
.tophead-right2{
  padding: 0px;
  text-align: center;
}
.tophead-right2 a{
  display:block;
  text-transform: capitalize;
  padding: 4px 0 5px;
  background: #980c17;
  border-radius: 29px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
}
/* end top head section */

/* start head section */

.head-section{
  padding: 0;
}
.head-section1{
  padding: 20px 0 23px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-left1{
  padding: 0px;
  width: 37%;
}
.head-left2{
  padding: 0px 40px 0 0px;
}
.head-left2 a{
  display: block;
  background: linear-gradient(45deg, #980c17, #db6466);
  border-radius: 0 70px 70px 0;
  padding: 0 0 0 60px;
  position: relative;
}
.head-left2 a strong{
  color: #fff;
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px 0 0px;
}

.head-left2 a span{
  display: inline-block;
  background: #da6365;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  text-align: center;
  top: -19px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
}

.head-center1{
  width: 26%;
  padding: 0px;
}
.head-center2{
  padding: 0px;
}
.head-center2 a{
  display: block;
}
.head-center2 a img{

}
.head-right1{
  padding: 0px;
  width: 37%;
}
.head-right2{
  padding: 0px 0px 0 40px;
}
.head-right2 a{
  display: block;
  background: linear-gradient(45deg, #990817, #da6365);
  border-radius: 70px 0px 0px 70px;
  position: relative;
  padding: 0 60px 0 0px;
  text-align: right;
}
.head-right2 a strong{
  color: #fff;
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  line-height: 50px;
  padding: 0 20px 0 0px;
}
.head-right2 a span{
   display: inline-block;
   background: #da6365;
   height: 77px;
   width: 77px;
   line-height: 80px;
   font-size: 40px;
   text-align: center;
   top: -16px;
   left: 80px;
   color: #ffffff;
   border-radius: 50%;
   position: absolute;
}
/* end head section */

/* start head line section  */

.headline-section{
  padding: 0 50px;
}
.headline-section1{
  text-align:center;
  border-radius: 70px;
  z-index: 99;
  padding: 0;
}
.headline-section1 p{
  color: #ffffff;
  font-size: 25px;
  margin:0;
  font-weight:500;
  text-transform: capitalize;
  padding: 10px 0;
  background: #9f1a1f;
  border-radius: 90px;
}
/* end head line section  */



/* start header image banner section */

.headerimage-section{
  padding: 0;
  margin: -14px 0 0;
  position: relative;
}

.header-list1{
  padding: 0px;
  background: url(../images/bg-astrology.jpg) no-repeat;
  position:relative;
  z-index:9;
  height: 491px;
  background-size: cover;
}
.header-list1:before{
  background: linear-gradient(45deg, #980c17cf, #db6466d1);
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  z-index:-9;
}
.header-list2{
  padding: 30px 20px 30px;
}
.header-list2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-list2 ul li{
  padding: 8px 10px;
  border-radius:30px;
  background: #da6365;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin: 11px 0 14.2px;
  text-transform: capitalize;
  font-weight: 600;
}
.header-list2 p{
  margin: 0;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.header-banner1{
  padding: 0px;
}
.header-banner2{
  padding: 0px;
}
.header-banner2 img{
  /* width: 100%; */
}
.head-top{display:block;}
.mobile{display:none;}

.call-header{
  width: 346px;
  border-radius: 15px 15px 0px 0px;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  right: 0;
  padding: 14px 0 0;
  z-index: 2;
  -webkit-box-shadow: 7px 0px 4px -4px #99999994, -9px 0px 4px -4px #99999961;
  margin: -104px 10px 0 auto;
  bottom: -140px;
}
.call-header:before{
  background: #af1717;
  content:"";
  height: 17%;
  width:100%;
  left:0;
  right:0;
  bottom: 28px;
  position:absolute;
}
.call-header a{
  display: block;
}
.call-header a strong{
  color: #af1717;
  font-size: 31px;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.call-header a span{
  color: #2e2e2e;
  font-size: 37px;
  margin: 0 0 19px 0;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.call-header a p{
  display: inline-block;
  background: #da6365;
  height: 100px;
  width: 100px;
  line-height: 96px;
  font-size: 55px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  margin: 0px 0 0 0;
  position: relative;
  z-index: 9;
}
.call-header a p:before{
  background: #da636587;
  height: 125px;
  width: 125px;
  position: absolute;
  content:"";
  left: -12px;
  top: -13px;
  right: 0;
  border-radius: 50%;
  z-index: -9;
}
/* end header image banner section */

/* END HEADER SECTION */


/* start about us section */

.aboutus-section{
  padding: 100px 0 0 0;
  background: radial-gradient(#ffd7d630, #fde0df4d 65%);
  /* background: radial-gradient(#da6365, #ffefef66); */
}
.aboutus-section:before{
  content:"";
  position:absolute;
  width: 100%;
  left:0;
  right:0;
  top:0;
  height: 100%;
  background: linear-gradient(
to right, #ffe5d3 100%, #ffffff 65%);
  background: linear-gradient(45deg, #ffe5d3, transparent);
}
.aboutus-section1{
  padding: 0px 0px 50px;
}

.aboutus-left1{
  padding: 0px;
}
.aboutus-left2{
  padding: 0px;
}
.aboutus-services1{
  padding: 23px 0;
}
.aboutus-services2{
  padding: 0;
  text-align: center;
}
.aboutus-services2 img{border-radius: 50%;box-shadow: -1px -11px 0 4px #5d0f11;padding: 5px;transition: 0.5s ease-in;}
 
.aboutus-services2 img:hover{
  transform: scale(0.8);
}
.aboutus-services2 strong{
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;

}



.aboutus-right1{
  padding: 0px 0 0 40px;
}
.aboutus-right2{
  padding: 35px;
  box-shadow: 0 0 8px #c8c8c89e;
}
.aboutus-heading{
  padding: 0px 0;
  text-align: center;
}
.aboutus-heading strong{
  font-family: 'Federo', sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin: 0px 0 0;
}
.aboutus-heading p{
  color: #d86568;
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  letter-spacing: 4px;
}
.aboutus-heading p span{
  height: 2px;
  margin: 0px 40px 0 0px;
  width: 70px;
  background: #5d0f11;
  display:inline-block;
  position: relative;
}
.aboutus-heading p span:before{
  background: white;
  border: 6px solid #5d0f11;
  height: 20px;
  width: 20px;
  position: absolute;
  content:"";
  right: -17px;
  top: -9px;
  border-radius: 50%;
}
.aboutus-heading p .nth-2{
  margin: 0px 0px

 0px 40px;
}
.aboutus-heading p .nth-2:before{
 left: -13px;
 right: auto;
}
.aboutus-content{
  padding: 20px 0 0;
  text-align:left;
}
.aboutus-content p{
  color: #464646;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}
.aboutus-content p strong{
  color: #980c17;
  font-weight: 500;
}
.aboutus-content span{font-size: 20px;color: #980c17;display: block;font-weight: 600;text-transform: capitalize;border-left: 3px solid #da6365;padding: 0 0 0 8px;margin: 18px 0 21px;}
.aboutus-content ul{
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
.aboutus-content ul li{
  padding: 7px 15px;
  font-size: 15px;
  margin: 3px 7px 10px;
  color: #ffffff;
  display: inline-block;
  background: #5d0f12;
}

.services-our1{
  padding: 12px 30px 14px 30px;
  text-align: center;
  border-radius: 153px;
  background: linear-gradient(45deg, #980c17, #db6466);
}
.services-our1 strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 42px;
  background: linear-gradient(45deg, #980c17, #db6466);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.services-our1 p{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0px 0 16px;
  word-spacing: 3px;
  text-transform: capitalize;
}
.services-our1 span{
  color: #395612;
  font-size: 18px;
  background: #ffea00;
  margin: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 7px 24px 6px;
}

.services-our1  a{
  font-size: 62px;
  color: #ffffff;
  font-weight: 500;
  display:block;
  text-decoration: none;
  position: relative;
  margin: -10px 0 0;
}
.services-our1 a:before{
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  content:"+91-9878939536";
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff69;
}


/* end about us section */

/*start our services section*/

.ourservices-section{
  padding:0;
  position:relative;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  z-index:9;
}
.ourservices-section:before{
  background: radial-gradient(#610f0f, #9d0b16);
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  z-index:-9;
}
.ourservices-section:after{
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  background-image: radial-gradient(#eba9411a 1px, #0000 1px), radial-gradient(#f04b5f14 1px, #0000 1px);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px, 44px 44px;
  z-index: -9;
}
.ourservices-section1{
    padding: 80px 0 80px;
}
.ourservices-section1 .aboutus-heading strong{
  color:#fff;
}
.ourservices-section1 .aboutus-heading p span:before{
  background: #890c14;
  border: 6px solid #d86565;
}
.ourservices-section1 .aboutus-heading.aboutus-heading p span{
  background: #ffffff;
}
.ourservices{
  background: #d86568;
  padding: 30px 40px;
  border-radius: 50px;
  margin: 30px 0 0;
}
.our-services1{
    padding: 10px;
}
.our-services2{
    border-radius: 50px;
    padding: 25px 20px 29px;
    background: #860c13;
}
.our-services3{
    padding: 0;
    text-align: center;
}
.our-services3 img{
    border-radius: 50%;
    border: 18px solid #d86568;
    padding: 0px;
    height: 230px;
}
.our-services4{
    padding: 0px 0px 0px;
    text-align: center;
}
.our-services4 strong{
    margin:0;
    font-size: 25px;
    border-radius: 35px;
    font-weight: 500;
    padding: 1px 21px;
    display: inline-block;
    background: #d86568;
    font-family: 'Federo', sans-serif;
    color: #fff;
    text-transform: capitalize;
}
.our-services4 p{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    padding: 20px 0 20px;
}
.our-services4 a{
  background: #8f002e;
  color: #fff;
  padding: 8px 26px;
  font-size: 18px;
  border-radius: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
/* end our services section*/

/* start why choose us section */

.whychoose-section{
  padding: 0;
}
.whychoose-section1{
  padding: 130px 0px 30px;
}

.whychoose-left1{
  padding: 0px;
  background: url(../images/bg-choose.jpg) no-repeat;
  background-size: cover;
  position:relative;
  z-index:9;
  
}
.whychoose-left1:before{
  background: linear-gradient(45deg, #980c17cf, #db6466d1);
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  z-index:-9;
}
.whychoose-left2{
  padding: 70px 30px;
}
.choose-head{
  padding: 0;
  text-align: center;
}
.choose-head strong{
  color: #ffffff;
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
.choose-head p{
  font-family: 'Federo', sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin: -10px 0 0;
  color: #ffffff;
}
.design-line{

}
.design-line span{
  height: 2px;
  margin: 0px 41px 0 0px;
  width: 73px;
  background: #ffffff;
  display: inline-block;
  position: relative;
}
.design-line .design-1{
  margin: 0px 0px 0 30px;
}
.design-line .design-1:before{
  right: -18px;
  left: auto;
}
.design-line span:before {
  background: #b95855;
  border: 6px solid #5d0f12;
  height: 20px;
  width: 20px;
  position: absolute;
  content: "";
  left: -18px;
  top: -8px;
  border-radius: 50%;
}
.whychoose{
  padding: 30px 0 00;
  text-align: center;
}
.whychoose p{
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  padding: 0;
}
.whychoose span{
  font-family: 'Federo', sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin: 30px 0 0;
  color: #fdc800;
}

.whychoose a{
  color: #fff;
  font-size: 36px;
  margin: 0;
  font-weight: 600;
  padding: 10px 0 0;
  display: block;
}


.whychoose-right1{
  padding: 0 10px;
}
.whychoose-right2{
  padding: 0px 0 0;
}

.pick-1{
  padding: 0 10px;
}
.pick-2{
  padding: 16px 20px 0;
  border: 7px solid #da6365;
  text-align: center;
  border-radius: 20px;
}
.pick-2 strong{
  font-size: 34px;
  margin: 0px 0 10px;
  color: #980c17;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  font-family: 'Federo', sans-serif;
}
.pick-2 p{
  color: #282828;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  padding: 0 0 20px 0;
  font-size: 14px;
}
.pick-2 span{
  display: block;
  background: #da6365;
  height: 80px;
  width: 80px;
  line-height: 83px;
  font-size: 39px;
  text-align: center;
  color: #5d0f12;
  border-radius: 50%;
  margin: 0px auto -60px auto;
  position: relative;
  z-index: 9;
}
.pick-11{
  margin: 90px 0 0;
  padding: 50px 10px 0;
}
.pick-11 .pick-2 span{
  margin: -40px auto 0px auto;
}
.pick-11 .pick-2{margin:-0px 0 0;padding: 0px 10px 0px;}
.pick-2 span:before{
  background: #da636587;
  height: 105px;
  width: 105px;
  position: absolute;
  content:"";
  left: -13px;
  top: -13px;
  right: 0;
  border-radius: 50%;
  z-index: -9;
}

/* end why choose us section */



/* start best services section*/

.bestservices-section{
  padding: 0
}
.bestservices-section1{
  padding: 80px 0px 30px;
}

.best-services{
  padding: 40px 0 0 0;
}
.best-services1{
  padding: 10px;
}
.best-services2{
  padding: 0px 11px;
  text-align: center;
  border-bottom: 6px solid #da6365;
  border-radius: 190px 190px 0px 0px;
  text-align: center;
  background: #980c17;
}

.best-services3{
  padding: 0;
  margin: 0 0 0px 0;
}

.best-services3 img{
  width: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 0 0 180px 180px;
  box-shadow: 0px 10px 0 #ffffff;
}


.best-services4{
  padding: 32px 0px 89px;
  margin: 0;
 
}
.best-services4 strong{
  font-size: 26px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Federo', sans-serif;
  color: #ffffff;
  display: block;
   overflow:hidden;
  position:relative;
  background: #da6365;
  padding: 4px 22px 4px;
}
.best-services4 strong:before{
  content: "";
  position: absolute;
  top: 0;
  left: -0%;
  width: 0%;
  height: 100%;
  background: rgb(255 255 255 / 26%);
  transform: skewX(-25deg);
  transition: 0.5s;
}
.best-services4 strong:hover::before{
  left: 120%;
  width:100%;
}
.best-services4 p{
  color: #fff;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding: 16px 0 0px;
  font-size: 15px;
}
.best-services5{
  overflow: hidden;
  position: absolute;
  padding: 70px 0 10px 0;
  bottom: 0;
  margin: 0 auto -6px auto;
  left: 0;
  right: 0;
}

.best-services5 a{
  padding: 7px 10px;
  margin: 10px 0 0 0;
  background: #ffffff;
  border-radius: 0px;
  border-radius: 100% 100% 0 0;
  font-weight: 600;
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  height: 140px;
  border: 6px solid #da6365;
  width: 150px;
  line-height: 69px;
  text-align: center;
  margin: -64px auto 0px;
  position: absolute;
  left: 0;
  right: 0;
  animation: 2.4s ease-in-out infinite glow;
  display: block;
}
.best-services5 a i{
  color: #980c17;
}
/* end best services section*/

/*start why choose us section*/

.chooseus-section{
  padding: 0;
}
.chooseus-section1{
  padding: 90px 0px 0;
}
.choose1{
  padding: 10px;
  width: 20%;
}
.choose2{
  padding: 10px 0px 0;
  background: #5d0f12;
  text-align: center;
  position: relative;
}
.choose2 p{
  background-color: #980c17;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-family: 'Federo', sans-serif;
  margin: 0px 0 0px 0;
  text-transform: capitalize;
  padding: 10px 0px 10px;
  border-radius: 0px 0px 0px 0px;
}
.choose2 span{
  position: absolute;
  height: 70px;
  font-size: 37px;
  color: #ffffff;
  width: 80px;
  line-height: 82px;
  top: -66px;
  display: block;left: 0;
  right: 0;
  background: #5d0f12;
  border-bottom: 0;
  margin: 0 auto;
  border-radius: 60px 60px 0px 0px;
  animation: 2.4s ease-in-out infinite glow;
}
.choose2 .love_count {
  padding: 0px 0 6px;
  font-size: 37px;
  line-height: 42px;
  font-weight: 600;
  color: #da6365;
}
@keyframes glow{
  0%, 100% {
      box-shadow: 0 0 14px #ffe48d73;
      box-shadow: 0 0 14px oklch(0.89 0.11 87.32 / 0.45);
  }
  50% {
      box-shadow: 0 0 30px #ffee8dd9;
      box-shadow: 0 0 30px oklch(0.85 0.18 101.88 / 0.85);
  }
}
/*end why choose us section*/

/* start testimonias section */

.testimonials-section{
  padding: 0 0px;
}
.testimonials-section1:before {
  height: 50%;
  width: 100%;
  top: 32%;
  background: url(../images/background-testimonials.jpg) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  z-index: -9;
}
.testimonials-section1:after {
  background: linear-gradient(45deg, #980c17, #db6466);
  content:"";
  position:absolute;
  height: 50%;
  width: 100%;
  top: 32%;
  left:0;
  opacity: 90%;
  right:0;
  z-index: -9;
  border-radius: 30px;
}
.testimonials-section1{
  padding: 60px 30px 40px;
}

.testimonials{
  padding: 32px 0 0 0;
}
.testimonials1{
  padding: 10px;
}
.testimonials2{
  padding: 0px 0px 10px;
  position: relative;
  z-index: 9;
}
.testimonials3 b{
  position: absolute;
  z-index: 9;
  text-align: right;
  font-size: 67px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: white;
  bottom: -45px;
  height: 100px;
  width: 100px;
  line-height: 89px;
  text-align: center;
  border-radius: 50%;
}
.testimonials11 .testimonials3 b{
  top: -58px;
  bottom: inherit;
}
.testimonials11 .testimonials3 b i{
    line-height: 80px;
}
.testimonials3 b i{
  height: 80px;
  width: 80px;
  background: #da6365;
  border-radius: 50px;
  font-size: 50px;
  line-height: 80px;
}
.testimonials3{
  padding: 15px 20px 30px;
  position: relative;
  text-align: right;
  border-top: 0;
  margin: 0px 0 0;
  border: 1px solid #db6466;
  border-radius: 23px;
  background: #fff;
}

.testimonials3 p{
  color: #000000;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
}
.testimonials3 span{
  display: block;
  text-align: center;
}
.testimonials3 span img{
  border-radius: 70%;
  height: 80px;
}
.testimonials11 .testimonials3 {
    padding: 30px 20px 15px;
}
.testimonials11 .testimonials3 p{
    padding: 8px 0 8px 0;
}
.testimonials4{
  padding: 6px 10px 5px 10px;
  text-align: center;
  margin: 52px 0 0 0;
  background: #ffffff;
  position: relative;
  text-align: left;
  border-radius: 20px 20px 0 0;
}
.testimonials11 .testimonials4{
  border-radius: 0px 0px 20px 20px;
  margin: 0px 0 70px 0;
  padding: 2px 10px 7px 10px;
}
.testimonials4 strong{
  padding: 0px 0px 0 0px;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.testimonials4 p{
  color: #5f5f5f;
  padding: 0px 0px 0px 5px;
  border-radius: 0 20px 20px 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.testimonials4 span{
  color: #ffca00;
  font-size: 15px;
  padding: 0 0px 0 18px;
  margin: 4px 0 0 0;
  display: inline-block;
  float: right;
}
.testimonials4 span i{
  padding: 0 0px 0px 0px;
}
/* end testimonials section */




/*start footer section */

.footer-section{
  padding: 0;
  text-align: center;
  margin: 40px 0 0;
  background: url(../images/background-testimonials.jpg) no-repeat;
  background-size: cover;
  position:relative;
  z-index:9;
}
.footer-section:before{
  background: linear-gradient(45deg, #980c17, #db6466);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -9;
  opacity: 86%;
}
.footer-section1{
  padding: 0px 0px 0px;
}

.footer-services{
  padding: 0 0 60px 0;
  margin: -59px 0 0;
  display: none;
}
.footer-services ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-services ul li{display: inline-block;padding: 0 0px;width: 14%;}
.footer-services li img{
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fdba39;
  padding: 3px;
}
.footer-services li p{
  color: #000;
  font-size: 16px;
  padding: 4px 0 2px;
  border-radius: 8px;
  background: #fd9921;
  margin: 11px 5px 0;
  font-weight: 600;
  text-transform: capitalize;
}
.footer-services li p b{
  display:block;
  font-weight: inherit;
  margin: -3px 0 0;
}



.footer{
  padding: 0 0px 0px;
  margin: 0px 0 0;
}

.footer-design{
  padding: 0px 0 0;
}

.footer-right1{
  padding: 25px 0 0 40px;
}
.footer-right2{
  padding: 0px;
}
.footer-head{
  padding: 0 0 10px;
}
.footer-head strong{
  font-size: 43px;
  line-height: 44px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'Federo', sans-serif;
}

.footer-list{
  padding: 0;
  color: #fff;
}
.footer-list1{
  padding: 0px 0 10px 20px;
  border-right: 1px solid #ffacae;
}
.footer-list1:nth-child(2){
  border-right:0;
}
.footer-list1 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-list1 ul li{
  text-align: left;
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  padding: 0 0 0 30px;
  position:relative;
  font-weight: 300;
}
.footer-list1 ul li:before {
    margin: 0 auto;
    line-height: 36px;
    position: absolute;
    border-radius: 30px;
    left: 0;
    font-size: 19px;
    background: #ffffff00;
    border: 2px solid #ffffff;
    font-weight: 500;
    top: 7px;
    content: "";
    height: 10px;
    width: 10px;
}

.footer-location1{
  background: #da6365;
  padding: 30px 30px 30px 30px;
}
.footer-location2{
  padding: 20px 20px 10px;
  outline: #ffffff solid 2px;
  border: 5px solid #bb4649;
  border-radius: 20px;
}
.footer-location2 strong{
  background: #980c17;
  display: inline-block;
  padding: 6px 16px 5px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 21px;
  border-radius: 40px;
}
.footer-location2 p{
  margin: 0;
  line-height: 26px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 0 0;
}
.footer-location2 p .readmore{
  font-size: 15px;
  color: #ffdf00;
  text-transform: capitalize;
  font-weight: 500;
}
.footer-location2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-location2 ul li{
  padding: 6px 19px 6px 0px;
  background: #980c17;
  margin: 20px 0 20px;
  text-align: left;
  border-radius: 0px 30px 30px 0px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.footer-location2 ul li span{
  height: 50px;
  width: 50px;
  border-radius: 0% 50% 50% 0%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background: #da6365;
  font-size: 25px;
}
.footer-location2 ul li a{
  color: #fff;
  font-size: 19px;
  width: 80%;
  line-height: 24px;
  margin: 0 0 0 7px;
  font-weight: 300;
}
.footer-location2 ul li:nth-child(3) a{
  font-size: 17px;
}
.footer-line{
  border-radius: 100px;
  border: 1px solid #ffacae;
  padding: 0 20px 0px 20px;
  text-align:center;
}
.footer-line strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 44px;
  background: linear-gradient(45deg, #980c17, #db6466);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.footer-line p{
  font-size: 26px;
  color: #000000;
  background: #fff;
  font-weight: 500;
  font-family: 'Federo',sans-serif;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin: 0px 0 0;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 48px;
}



.footer-dis{
  padding: 20px 0 0;
  text-align: center;
}
.footer-dis p{
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  font-weight: 300;
}
.list-flag{
  padding:10px  0 0 0;
}
.list-flag ul{
  padding:0;
  margin:0;
  list-style:none;
}
.list-flag ul li{
  display:inline-block;
  padding:0 10px;
}
.list-flag ul li img{
  width:80px;
}
/* end footer section*/



/* start copy right section */

.copy-right{
  padding: 10px 0;
  background-color: #da6365;
  text-align: center;
}

.copy-right p{
  padding: 10px 0;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 1px 0 0 0;
}
/* end copy right*/




#callbook {
  background:green;
  bottom: 0;
  height:50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 9;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background:red;
  position: relative;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li:nth-child(2){
  background: #27ba02;
}
#callbook ul li a{display:block;padding: 13px  0;}
#callbook ul li a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
#callbook ul li a i{
  color: #fff;
  position: relative;
  top: 0;
  font-size: 22px;
  padding: 0 0px 0 0;
}    


@media (max-width: 767px){
  body{text-align: center;}
  .tophead-right1{display:none;}
  .tophead-center2 ul li {font-size: 15px;padding: 0 7px;}
  .head-left2 a strong{padding: 0 0px 0 0px;font-size: 30px;}
  .head-left2 a {padding: 0 0px 0 0px;border-radius: 70px 0px 0px 70px;}
  .head-left2 a span{left: 40px;top: -14px;}
  .head-left2 {padding: 6px 0px 0 20px;}
  .head-right1{display:none;}
  .head-section1{padding: 2px 0 0 0;flex-flow: column-reverse;}
  .headerimage-section{display:flex;margin: 0 0 0 0;flex-flow: column-reverse;}
  .services-our1 strong{font-size: 25px;}
  .services-our1 {padding: 8px 30px 11px 30px;margin: 10px 0 0;border-radius: 20px;}
  .header-list2 p{font-size: 24px;}
  .header-list2 {padding: 11px 15px 7px;}
  .header-list2 ul li{padding: 8px 10px 8.9px;margin: 11px 0 11.8px;font-size: 15px;}
  .header-list2 ul li:nth-child(1){display:none;}
  .header-list2 ul li:nth-child(2){display:none;}
  .headline-section {padding: 0 0px;padding: 30px 0 0px;}
  .header-list1{height: auto;}
  .aboutus-right1{width:100%;padding: 0 0 40px 0;}
  .aboutus-left1{width:100%;}
  .aboutus-services1{width:33.333%;padding: 10px;}
  .aboutus-section1 {display: flex; flex-flow: column-reverse;padding: 80px 30px 50px;}
  .headline-section1 p{font-size: 17px;}
  .call-header a strong{font-size: 18px;}
  .call-header a span{font-size: 24px;margin: 0 0 7px 0;}
  .call-header a p{height: 80px;width: 81px;line-height: 80px;font-size: 39px;}
  .call-header a p:before{height: 100px;width: 100px;left: -10px;top: -11px;}
  .aboutus-services2 strong{font-size: 16px;}
  .aboutus-right2 {padding: 20px 10px;}
  .services-our1 a{font-size: 55px;}
  .aboutus-services2 img {box-shadow: -1px -4px 0 4px #5d0f11;}
  .head-left1{width:100%;}
  .head-center1{width:100%;padding: 0 10px;}
  .aboutus-section1{padding: 0px 0 40px;}
  .ourservices-section1 {padding: 70px 0px 30px;}
  .ourservices {padding: 0px 0px;}
  .our-services1{width:50%;}
  .our-services3 img{height: auto;}
  .our-services4 strong{padding: 5px 10px;font-size: 18px;}
  .whychoose-section1 {padding: 50px 0px 30px;}
  .pick-1{width: 100%;margin: 60px 0 0;}
  .whychoose-right1{padding:30px 0 0;}
  .pick-2 {padding: 16px 10px 0;}
  .pick-11 .pick-2 {padding: 0px 10px 0px;}
  .pick-2 strong{font-size: 27px;margin: 10px 0 0px;}
  .pick-2 span:before{height: 85px;width: 85px;left: -10px;top: -10px;}
  .pick-2 span{height: 66px;width: 66px;line-height: 66px;margin: 0px auto -40px auto;font-size: 33px;}
  .bestservices-section1 {padding: 80px 0px 30px;}
  .best-services1{width:50%;}
  .best-services4 strong{font-size: 26px;font-weight: 500;}
  .testimonials4 p{letter-spacing:2px;font-size: 14px;}
  .testimonials4 strong{font-size: 16px;}
  .testimonials4 span{padding: 0 0px 0 10px;margin: 3px 0 0 0;font-size: 13px;}
  .testimonials-section {padding: 0 0px;}
  .testimonials-section1 {padding: 60px 0px 60px;}
  .testimonials11 .testimonials3 p {padding: 10px 0 8px 0;}
  .testimonials-section1:before,.testimonials-section1:after{background-size: cover;height: 100%;top: 0;}
  .testimonials11 .testimonials2{display: flex;flex-flow: column-reverse;}
  .testimonials11 .testimonials3 b{ top: auto; bottom: -45px;}
  .testimonials11 .testimonials3{display: flex;flex-flow: column-reverse;padding: 15px 20px 43px;}
  .testimonials11 .testimonials4{border-radius: 20px 20px 0 0;margin: 52px 0 0 0;padding: 6px 10px 5px 10px;}
  .footer-section1 {padding: 0px 0px 0px;}
  .footer-right1 {padding: 10px 0 30px 0px;}
  .footer-line strong{font-size: 39px;}
  .footer-list1 {padding: 0px 0 10px 10px;}
  .footer-line{padding: 0px 20px 0px 20px;}
  .footer-location1 {padding: 15px 15px 15px 15px;}
  .footer-location2 {padding: 20px 10px 10px;}
  .footer-location2 ul li a{font-size: 17px;}


  .choose1{width:50%;}
  .choose1:nth-child(5),.our-services1:last-child{width:100%;}
  .choose1:nth-child(3),.choose1:nth-child(4),.choose1:nth-child(5){margin:70px 0 0 0;}
  .head-top{display:none;}
  .mobile{display:block;bottom: 0;margin-top: 0;width: 100%;padding: 8px 0 0;position: relative;}
  #callbook {display:block;}
  .aboutus-heading p{letter-spacing:0;}
  .testimonials-section .aboutus-heading strong{font-size: 35px;color: #fff;}
  .copy-right{padding:10px 0 60px;}
  .aboutus-heading strong{font-size: 49px;}

  




}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-right1{display:none;}
  .head-right2 a strong{padding: 0 6px 0 0px;font-size: 25px;}
  .head-left2 a strong{padding: 0 0px 0 0px;font-size: 25px;}
  .head-right2 a span{left: -1px;height: 50px;width: 50px;line-height: 52px;top: 0px;font-size: 27px;}
  .head-left2 a {padding: 0 0 0 14px;}
  .head-left2 a span{height: 50px;width: 50px;line-height: 50px;top: 0px;font-size: 25px;right: -1px;}
  .head-right2 a{padding: 0 10px 0 0px;}
  .head-left2 {padding: 0px 20px 0 0px;}
  .head-right2 {padding: 0px 0px 0 20px;}
  .services-our1 strong{font-size: 29px;}
  .services-our1 {padding: 8px 30px 11px 30px;margin: 10px 0 0;}
  .header-list2 p{font-size: 28px;display: none;}
  .header-list2 {padding: 11px 15px 7px;}
  .header-list2 ul li{padding: 6px 10px 4.9px;margin: 11px 0 11.8px;font-size: 15px;}
  .header-list2 ul li:nth-child(1){display:none;}
  .header-list2 ul li:nth-child(2){display:none;}
  .header-list1{height: auto;}
  .header-banner2 img{height: 249px;}
  .aboutus-right1{width:100%;padding: 0 0 40px 0;}
  .aboutus-left1{width:100%;}
  .aboutus-services1{width:33.333%;padding: 20px;}
  .aboutus-section1 {display: flex;flex-flow: column-reverse;padding: 80px 0px 50px;}
  .headline-section1 p{font-size:20px;}
  .call-header a strong{font-size: 22px;}
  .call-header a span{font-size: 30px;margin: 0 0 7px 0;}
  .call-header a p{height: 80px;width: 80px;line-height: 80px;font-size: 39px;}
  .call-header a p:before{height: 100px;width: 100px;left: -10px;top: -11px;}
  .aboutus-services2 strong{font-size: 18px;}
  .aboutus-right2 {padding: 25px;}
  .whychoose-right1{padding:30px 0 0;}
  .our-services4 strong{padding: 5px 10px;font-size: 21px;}
  .whychoose-left2 {padding: 40px 30px 26px;}
  .whychoose span{margin: 0px 0 0;}
  .pick-2 strong{font-size: 27px;margin: 10px 0 0px;}
  .testimonials4 p{letter-spacing:2px;font-size: 14px;}
  .testimonials4 strong{font-size: 16px;}
  .testimonials4 span{padding: 0 0px 0 10px;margin: 3px 0 0 0;font-size: 13px;}
  .testimonials-section {padding: 0 20px;}
  .testimonials-section1 {padding: 60px 10px 120px;}
  .testimonials11 .testimonials3 p {padding: 10px 0 8px 0;}
  .footer-right1 {padding: 20px 0 20px 0px;}
  .choose1{width:50%;}
  .our-services1:last-child{width:100%;}
  .choose1{width: 33.333%;}
  .choose1:nth-child(4),.choose1:nth-child(5){margin:70px 0 0 0;}
  .head-top{display:none;}
  .mobile{display:block;width: 90%;margin: 0 auto;left: 0;right: 0;bottom: -140px;}
 .aboutus-heading strong{font-size: 61px;}
}

@media only screen and (min-width: 992px) and  (max-width:1200px) {
  .tophead-center2 ul li:nth-child(1){display:none;}
  .tophead-left2{font-size: 17px;}
  .tophead-right2 a {padding: 6px 0 7px;font-size: 15px;}
  .head-right2 a strong{padding: 0 10px 0 0px;}
  .head-right2 a span{left: 20px;height: 70px;width: 70px;line-height: 71px;top: -12px;font-size: 35px;}
  .head-left2 a {padding: 0 0 0 30px;}
  .head-left2 a span{height: 70px;width: 70px;line-height: 70px;top: -11px;font-size: 33px;right: 20px;}
  .head-right2 a{padding: 0 20px 0 0px;}
  .services-our1 strong{font-size: 29px;}
  .services-our1 {padding: 8px 30px 3px 30px;}
  .header-list2 p{font-size: 28px;}
  .header-list2 {padding: 11px 15px 21px;}
  .header-list2 ul li{padding: 6px 10px 4.9px;font-size: 15px;}
  .header-list2 ul li:nth-child(1){display:none;}
  .header-list1{height: auto;}
  .header-banner2 img{height: 362px;}
  .aboutus-right1{width:100%;padding: 0 0 40px 0;}
  .aboutus-left1{width:100%;}
  .aboutus-services1{width:33.333%;}
  .aboutus-section1 {display: flex;flex-flow: column-reverse;padding: 10px 30px 50px;}
  .call-header{margin-top: -31px;}
  .whychoose a{font-size: 31px;}
  .whychoose-left2 {padding: 60px 20px 50px;}
  .our-services3 img{height:auto;}
  .pick-11 {padding: 49px 10px 0;}
  .our-services4 strong{padding: 5px 10px;font-size: 18px;}
  .choose-head p{font-size: 32px;}
  .pick-2 {padding: 7px 9px 0;}
  .pick-2 strong{font-size: 27px;margin: 10px 0 0px;}
  .best-services4 strong{font-size: 20px;}
  .testimonials4 p{letter-spacing:2px;font-size: 14px;}
  .testimonials4 strong{font-size: 16px;}
  .testimonials4 span{padding: 0 0px 0 10px;margin: 3px 0 0 0;font-size: 13px;}
  .footer-right1 {padding: 10px 0 0px 20px;}
  .footer-line strong{font-size: 39px;}
  .footer-list1 {padding: 0px 0 10px 10px;}
  .footer-line{padding: 0px 20px 0px 20px;}
  .footer-location1 {padding: 20px 20px 20px 20px;}
  .footer-location2 {padding: 20px 10px 10px;}
  .footer-location2 ul li a{font-size: 17px;}
  .choose1{width: 33.333%;}
  .choose1:nth-child(4),.choose1:nth-child(5){margin:70px 0 0 0;}
  

}



@media only screen and (min-width: 1201px) and  (max-width:1320px) {
  .tophead-center2 ul li:nth-child(1){display:none;}
  .tophead-left2{font-size: 18px;}
  .head-right2 a strong{padding:0;}
  .head-right2 a span{left: 50px;}
  .services-our1 strong{font-size: 35px;}
  .services-our1 {padding: 8px 30px 3px 30px;}
  .header-list2 p{font-size: 28px;}
  .header-list2 {padding: 19px 29px 21px;}
  .header-list2 ul li{padding: 7px 10px;font-size: 15px;}
  .header-list1{height: 439px;}
  .header-banner2 img{height: 439px;}
  .choose-head p{font-size: 38px;}
  .pick-11 {padding: 75px 10px 0;}
  .our-services4 strong{padding: 1px 14px;font-size: 24px;}
  .choose1{}



  
}



@media (max-width: 575px) and (min-width: 0px){
  .tophead-center2 ul li:nth-child(1){display:none;}
  .services-our1 {padding: 8px 10px 11px 10px;}
  .aboutus-services1{width:100%;}
  .aboutus-services2 strong{font-size:20px;}
  .aboutus-content ul li{display: block;margin: 8px 0;}
  .call-header a strong{font-size: 18px;}
  .call-header a span{font-size: 24px;margin: 0 0 7px 0;}
  .call-header a p{height: 72px;width: 72px;line-height: 80px;font-size: 39px;}
  .call-header a p:before{height: 90px;width: 90px;left: -10px;top: -9px;}
  .header-list1{margin:30px 0 0;}
  .headline-section1 p {font-size: 10px;border-radius: 10px;}
  .headline-section {padding: 20px 0 0px;}
  .aboutus-heading p span{width: 0px;margin: 0px 16px 0 0px;}
  .aboutus-heading p span:before{height: 14px;width: 14px;border: 3px solid #980c17;right: -12px;top: -6px;}
  .aboutus-heading p{font-size: 14px;}
  .aboutus-heading p .nth-2 {margin: 0px 0px 0 18px;}
  .services-our1 a:before{display:none;}
  .services-our1 a {font-size: 31px;}
  .pick-2 strong{font-size: 23px;}
  .pick-2 span{height: 80px;width: 80px;line-height: 86px;font-size: 39px;}
  .pick-2 span:before{left: -12px;top: -12px;}
  .whychoose-left2 {padding: 50px 10px 30px;}
  .pick-1{width:100%;padding: 0px 0 40px;}
  .pick-2 span:before{height: 85px;width: 85px;left: -10px;top: -10px;}
  .pick-2 span{height: 66px;width: 66px;line-height: 66px;margin: 0px auto -30px auto;font-size: 33px;}
  .pick-11 {padding: 0px 0 0px;margin: 57px 0 0;}
  .whychoose a{font-size: 33px;padding: 0;}
  .choose-head p{font-size: 35px;}
  .whychoose span{margin: 10px 0 0;}
  .our-services1{width:100%;}
  .our-services3 img{height: 220px;}
  .best-services1{width:100%;}
  .testimonials3 {padding: 15px 10px 30px;}
  .testimonials4 p {letter-spacing: 0px;font-size: 13px;padding: 0px 0px 0px 0px;}
  .testimonials11 .testimonials3 {padding: 15px 10px 43px;}
  .testimonials4 strong{font-size: 15px;}
  .footer-line strong {font-size: 24px;}
  .footer-line {padding: 10px 20px 0px 20px;}
  .footer-list1 ul li{font-size: 15px;}
  .footer-list1:nth-child(2) {padding: 0px 0 10px 10px;}
  .footer-list1 {padding: 0px 0 10px 0px;}
  .choose1{width:50%;padding: 10px 5px;}
  .choose1:nth-child(3),.choose1:nth-child(4),.choose1:nth-child(5){padding-top: 10px;}
  .choose2 p{font-size:20px;}
  .list-flag ul li{padding: 0 3px;}
  .list-flag ul li img{width: 70px;}
  
}
@media (max-width: 420px) and (min-width: 290px){
  .tophead-center2 ul li:nth-child(4){display:none;}
  .head-left2 a strong {font-size: 28px;}
  .head-left2 a span {left: -1px;top: -6px;height: 60px;width: 60px;font-size: 28px;line-height: 61px;}
  .head-left2 a{text-align:right;padding: 0 20px 0 0px;}
  .services-our1 a {font-size: 28px;}
  .services-our1 strong{-webkit-text-stroke-width: 1px;}
  .aboutus-heading strong{font-size: 34px;}
  .footer-location1 {padding: 10px;}
  .footer-location2 ul li{display:block;margin: 26px auto 10px;text-align: center;border-radius: 60px;padding: 0px 4px 8px 4px;}
  .footer-location2 ul li a{display: block;margin: 0 0 0 0px;width: 100%;}
  .footer-location2 ul li span{margin: -20px 0 0;border-radius: 0% 0% 50% 50%;}
  .footer-line p{font-size: 23px;line-height: 33px;}
  .footer-line strong {font-size: 21px;}
  .footer-line {padding: 10px 10px 0px 10px;}
  .footer-head strong{font-size: 34px;}
  .footer-list1{width: 100%;border-right: 0px solid #f7f900;padding: 0px 0 0px 0px;}
  .footer-list1:nth-child(2) {padding: 0px 0 0px 0px;}
  .choose1{width:100%;padding:10px 0px;}
   .list-flag ul li{padding: 5px 3px;}
  .choose1:nth-child(2),.choose1:nth-child(3),.choose1:nth-child(4),.choose1:nth-child(5){padding-top: 80px;margin: 0;}

  .choose2 p{font-size:25px;}


  
}
