@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&amp;display=swap');


body{
    margin:0;
    padding:0;
    color:#ac0000;
    font-family: 'Poppins', sans-serif;
}

.main{
    margin: auto;
    padding: 0;
    width: 94%;
}

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;}
p{margin:0;}
/*font-family: 'Rancho', cursive;*/

/*start tophead section*/

.tophead-section{
    padding: 0;
    background: #000;
}
.tophead-section1{
    padding: 0px 0 0 0;
}
.visibal {
    padding: 10px;
    visibility: hidden;
}
.visibal1{
    padding: 10px;
    border:1px solid;
}
.top-details {
    padding: 0px;
}
.top-details1 {
    padding: 0px;
    /* border: 1px solid; */
}
.top-details1 ul{
    margin: 0;
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
}

.top-details1 ul li{
    display: inline-block;
    padding: 6px 9px;
}
.top-details1 li i {
    color: #f7a300;
    padding-right: 8px;
    font-size: 21px;
    padding-top: 1px;
}
.top-details1 li span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 13px;
    border-radius: 40px;
    color: #fff;
}

.top-call {
    padding: 0px;
}
.top-call1 {
    padding: 10px 0px;
    /* border: 1px solid; */
    margin: 4px 0 0 0;
}
.top-call1 p {
    margin: 0;
    text-align: right;
}
.top-call1 p a {
    border-radius: 46px;
    color: #000;
    background: #f7a300;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding: 4px 17px;
}

.top-icon{
    padding: 0px;
}
.top-icon1 {
    padding: 0px;
    text-align: right;
}
.top-icon1 ul{
    padding: 10px 0;
    border-bottom: 2px solid #000;
    margin: 0;
    text-align: center;
    list-style: none;
    display: inline-block;
}
.top-icon1 ul li{
    display: inline-block;
    padding: 0px 5px;
}
.top-icon1 a {
    margin: 0;
    padding: 0;
    line-height: 52px;
    text-decoration: none;
    text-align: center;
}
.top-icon1 i {
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #f7a300;
    line-height: 53px;
    line-height: 33px;
    text-align: center;
    height: 32px;
    border: 2px solid #f7a300;
    border-radius: 50%;
    width: 32px;
}
.top-icon1 i:hover{
    background:#f7a300;
    color: #000;
}
.top-icon1 span{
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

/*end top head section*/


/* start head section */


.head-section{
    padding: 0;
}
.head-section1{
    padding: 20px 0 0;
}

.head-logo1{
    padding:10px;
}
.head-logo2{
    padding: 0px;
    text-align: center;
}


.head-right1{
    padding: 10px 0 0;
}
.head-right2{
    padding: 0px;
    text-align: right;
}
.headhide{/* visibility: hidden; */}
.headright-top{
    padding: 0px 3% 0 0px;
}
.headright-top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.headright-top ul li{
    padding: 7px 6px;
    border:1px solid #222;
    color: #ac0000;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    margin:0 4px;
    border-radius: inherit;
    font-size: 16px;
}
.headright-top li i{
    padding: 0 5px 0 0;
    color: #fff;
}
.headright-top li:nth-child(2){
    background:#af061b;
    color: #fff;

}
.headright-top li:nth-child(3){
    background:#2e2e2e;
    color: #fff;
}
.headright-top li:nth-child(4){
    background:#af061b;
    color: #fff;
}

.headright-bottom1{
    padding: 0px 0 0 0;
}
.head-bg{
    padding: 10px 0 0;
    text-align: center;
}
.head-bg1{
    padding: 3px 0 0;
    background:#feba01;
}
.head-bg1:before{
    border-top: 44px solid transparent;
    border-left: 44px solid transparent;
    border-bottom: 44px solid #feba01;
    border-right: 44px solid #feba01;
    position: absolute;
    content: "";
    left: -86px;
    top: -1px;
}

.head-call{
    padding: 2.4px 0;
}
.head-call1{
    padding: 10px 0;
}
.head-call1 p{   
animation-name: bounce;
   animation-duration: 1s;
   margin:0;
   animation-iteration-count: infinite;
 }
.head-call1 a{
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-13px);}
  60% {transform: translateY(-10px);}
}

.head-call1 span{
    color: #af061b;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    padding: 10px 0 10px;
    text-transform: capitalize;
}



.head-whatsapp{
    padding:10px;
}
.head-whatsapp1{
    padding: 0px;
}
.head-whatsapp1 span{
    color:#000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin: 0;
}
.head-whatsapp1 span i{
    color:#ac0000;
    font-size: 20px;
    padding: 0 5px 0 0;
}
.head-whatsapp1 p{
    color: #000000;
    font-size: 27px;
    margin: 0;
    padding: 2px 0px 0px 0;
    font-weight: 600;
    text-transform: capitalize;
}

.welcome{
    margin: 0;
    padding: 12px 3% 0px 0;
    text-align: right;
}
.welcome p{
    color: #222;
    text-transform:capitalize;
    margin: 0px 0 0;
    font-size: 19px;
    font-weight: 500;
}

/* end head section*/

/* start head list section*/

.head-list{
    padding:0; 
    background-color: #feba01;
}
.head-list1{
    padding: 0px;
    text-align: center;
}

.list-left{
    padding: 10px;
}
.list-left1{
    padding: 0px 0;
}
.list-left1 p{
    color: #000;
    margin:0;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0;
}



.list-center{
    padding: 10px;
}
.list-center1{
    padding: 0px;
}
.list-center1 p{
    padding: 7px 10px;
    text-transform: capitalize;
    margin:0;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background:#a40000;
}

.list-right{
    padding: 10px;
}
.list-right1{
    padding: 0px;
}
.list-right1 p{
    color: #000;
    font-size: 18px;
    padding: 9px 0 0;
    font-weight: 600;
    text-transform: capitalize;
}


/* end head list section*/

/* start header img */

.header-img{padding: 0;}

/* end header img */

/*start top high light section*/

.top-highlight{
    padding: 0;
    margin: -45px 0 23px 0;
    /* background-color: #fff; */
    /* border-bottom: 1px solid #cdcfd3; */
    /* box-shadow: 0px 1px 3px 0px rgb(108 109 110); */
}
.top-highlight1{
    padding: 30px 10px;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px 2px rgb(108 109 110 / 25%);
}
.high-light1{
    padding: 10px 5px;
}
.high-light2{
    padding: 0px;
    display: flex;
}
.high_light1{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.high_light1 p{
    background: #a40000;
    color: #ffffff;
    font-weight: 600;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 27px;
    margin: 0;
    border-radius: 50%;
    text-align: center;
}
.high_light2{
    width: 80%;
    padding: 0 0px 0 10px;
}
.high_light2 p{
    color: #a40000;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    padding: 0 0 5px 0;
    line-height:30px;
    text-transform: capitalize;
}
.high_light2 span{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}


/*end top high light section*/

/*start about us section*/

.aboutus-section1{
  padding: 0;
}

.aboutus-section2{
  padding: 30px 30px 0px;
}
.aboutus-section3{
  padding: 20px 0px 0px 0px;
}
.our-head1{
    padding:0;
    text-align: center;
}
.our-head1 strong{
    font-size: 55px;
    font-family: 'Rancho', cursive;
    font-weight: 700;
    text-transform: capitalize;
}
.our-head1 p{
    font-size: 17px;
    font-weight: 600;
    padding: 0px 0;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}
.about{
  padding: 0;
  text-align: left;
}
.about p{
  color: #000;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 300;
}
.about p strong{
  color: #a20000;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 500;
}
.about strong{
  font-weight: 600;
  color:#a20000;
  font-size: 20px;
  margin-left: 0;
  text-transform: capitalize;
}
.about-list{
     padding: 10px 0px 10px;
     margin: 0px 0 0px;
}
.about-list ul{
    margin: 0;
    list-style:none;
    padding: 0px;
}
.about-list ul li{
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    line-height: 28px;
    color: #000;
}
.about-list li i{
    font-size: 16px;
    padding: 7px;
    color: #ffffff;
    background: #a20000;
    margin-right: 8px;
    margin-bottom: 6px;
}
/*end about us section*/

/* start services section*/

.topservices_section {
    padding: 0
}

.topservices_section1 {
    padding: 50px 0 30px 0
}

.topservices-head {
    padding: 0;
    text-align: center
}

.topservices-head strong {
    font-weight: 600;
    font-family: 'Rancho', cursive;
    color: #b20000;
    display: inline-block;
    font-size: 49px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.topservices-head p {
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    padding: 7px 0 0 0
}

.best-services_1 {
    padding: 20px 0
}

.best1 {
    padding: 10px
}

.best2 {
    padding: 10px 10px 5px 10px;
    background: #fff;
    box-shadow: 0 0 5px #a5a5a5
}

.best3 {
    padding: 0
}

.best3 p {
    color: #fff;
    background: #b20000;
    padding: 7px 14px;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    bottom: 0;
    right: 0;
    border-top-left-radius: 15px;
    position: absolute;
    font-size: 15px;
    font-weight: 00
}

.best4 {
    padding: 10px 20px;
    text-align: center;
}

.best4 strong {
    font-family: 'Rancho', cursive;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
}

.best4 p {
    color: #222;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 0;
    margin: 0;
    font-weight: 300;
}

.best-call {
    padding: 0;
    text-align: center
}

.best-call p {
    margin: 0;
    padding: 10px 0 0 0
}

.best-call a {
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 14px;
    font-weight: 500;
    color: #fff;
    background: #b20000;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.best-call i {
    color: #fff;
    padding: 0 4px 0 0
}

.best-call a:hover {
    background: #d40000
}


/* end services section*/
/* start form-section*/

.form-section{
  padding:0;
}
.form-section1{
  padding: 50px 0 30px 0;
}

.services1{
  padding: 10px;
}
.services2{
  padding: 0 10px;
}
.services-head{
  padding: 10px 9pc 0px 10px;
  text-align: left;
}
.services-head strong{
   color: #b20000;
   text-transform: capitalize;
   margin: 0;
   font-size: 47px;
   margin: 0;
   font-weight: 600;
   font-family: 'Rancho', cursive;
}
.services-head p{
  color: #898989;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0 0;
  text-transform: capitalize;
}
.services-section{
  padding: 10px;
}
.services-section1{
  padding: 0px;
}
.services-section p{
  color: #222;
  margin: 0;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
  padding: 0 0 10px 0;
  font-weight: 500;
  text-transform: capitalize;
}

.services-3{
  padding: 20px 10px;
  border-bottom: 1px solid #00000038;
}
.services-4{
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-left{
  width: 10%;
  text-align: left;
}
.services-left i{
  color: #ffb000;
  margin: 0;
  font-size: 34px;
}


.services-right{
  width: 90%;
  text-align: left;
}
.services-right strong{
  color: #ba0000;
  text-transform: capitalize;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.services-right p{
  color: #222;
  line-height: 30px;
  margin: 0;
  font-size: 15px;
  padding: 7px 0 0px;
  font-weight: 400;
}


.contact-form1{
  padding: 10px 11px;
  margin: 8% 0 0 0;
}
.contact-form2{
  padding: 10px;
  /* border:1px solid; */
  background: #f8f6f69e;
  box-shadow: 0 0 3px 1px #0000006b;
}

.contac-r {
    padding: 20px 0px;
    margin: 0;
    text-align: left;
}
.form-texxx{
    padding: 0px 0 10px 0;
    text-align: center;
}
.form-texxx p {
    padding: 0px 0 0px 0;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Rancho', cursive;
    font-size: 36px;
    font-weight: 600;
}
.form-texxx span{
    color: #444;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 29px;
    display: inline-block;
    font-weight: 500;
    padding: 13px 0 13px;
}
.form-texxx a{
  text-decoration:none;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  padding: 0px 0 5px;
  display: inline-block;
}
.form-texxx a b{
  font-weight: 600;
  color: #ba0000;
}


.form-group {
    padding: 5px;
    margin-bottom: 10px;
}
.form-lable1{
  padding: 10px;
}
.form-lable2{
  padding: 0px;
}
.form-lable2 label{
    color:#ba0000;
    font-size:18px;
    margin:0;
    font-weight:500;
    text-transform:capitalize;
}
.form-column1{
  padding: 10px;
}
.form-column2{
  padding: 0px;
}

input.form-control {
    color: #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
}
.form-control {
    background-color:#ffffff;
}
textarea.form-control {
    height: 80px;
}
.btn-group>.btn:first-child {
    margin-top: 0px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 0px 2px #ac0000;
    padding: 10px 10px;
    font-size: 14px;
    color: #ffffff;
    background: #ac0000;
    float: right;
}
.btn-group>.btn:first-child:hover{
    color: #000000;
}
.form-group  .place::-webkit-input-placeholder{
  color: #3d3d3d;
}
.form-group  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #111111;
    margin-right: 0.5em;
}

/* end form-section */

.footer-sectiona {
    background: #000;
    padding: 0
}

.footer-section1 {
    padding: 30px 0
}

.footer-section-2 {
    padding: 10px
}

.footer-section-3 {
    padding: 10px;
    text-align: center
}

.footer-section2 {
    padding: 10px
}

.footer-section3 {
    padding: 10px
}

.footer-head {
    padding: 0;
    text-align: left
}

.footer-head p {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    font-family: Oswald, sans-serif;
    color: #fabe01;
    padding: 5px 0 10px;
    border-bottom: 2px dashed
}

.footer-section4 {
    text-align: center;
    padding: 2px 0 0 0
}

.footer-section4 ul {
    margin: 0;
    padding: 9px 0 0 0;
    list-style: none;
    text-align: left
}

.footer-section4 li {
    color: #fff;
    padding: 5px 0 5px 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 300;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
}

.footer-section4 i {
    color: #fabe01;
    font-size: 16px;
    padding: 0 8px 0 0
}

.footer-section-4 {
    text-align: center;
    padding: 15px 0 0 0
}

.footer-serv {
    padding: 0;
    margin: 0
}

.fooottt {
    text-align: left;
    padding: 2px 0 0 0
}

.fooottt ul {
    margin: 0;
    padding: 9px 0 0 0;
    list-style: none;
    text-align: left
}

.fooottt li {
    color: #fabe01;
    padding: 5px 0 5px 0;
    line-height: 26px;
    font-size: 17px;
    font-family: Poppins, sans-serif;
    text-transform: capitalize
}

.fooottt li a {
    color: #fabe01;
    padding: 5px 0 5px 0;
    line-height: 26px;
    font-size: 17px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    border: 1px solid #fabe01;
    padding: 7px 6px;
    display: block;
    margin-bottom: 7px;
    text-decoration: none;
    transition: .6s;
}

.fooottt li a:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: .6s
}

.fooottt li a:hover i {
    color: #fff;
    transition: .6s
}

.fooottt i {
    color: #fabe01;
    font-size: 22px;
    padding: 0 8px 0 0
}

.footer-section-4 {
    text-align: center;
    padding: 15px 0 0 0
}

.dis-1 {
    padding: 0;
    border-top: 1px solid #fff;
    text-align: center
}

.dis-1 p {
    font-size: 15px;
    padding: 20px 0 0 0;
    line-height: 30px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-family: Poppins, sans-serif
}

.copy-1 {
    padding: 0;
    text-align: center
}

.copy-1 .copy {
    padding: 10px 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #ffbb03
}

#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100
}

#callbook ul {
    padding: 0
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center
}

#callbook ul li a span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 20px
}

#callbook ul li a i {
    animation: pulsate .5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate .5s ease-out;
    -webkit-animation-iteration-count: infinite
}

@keyframes pulsate {
    0% {
        transform: scale(.9, .9);
        opacity: 1
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1
    }
    100% {
        transform: scale(.9, .9);
        opacity: 1
    }
}


/*start testimonials section*/

.testimonials-section{
    padding: 0;
}
.testimonials-section1{
    padding: 50px 0px;
}
.testimonials-section2{
    padding: 20px 0px 0px 0px;
}
.testimonials{
    padding: 10px;
}
.testimonials1{
        padding: 0px;
        /* border: 1px solid #000000; */
        /* box-shadow: 0px 0px 1px 0px; */
}
.testi-txt{
    text-align: center;
    padding: 30px 20px 60px 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 1px 0px;
}
.testi-txt p{
    color: #000;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
}
.testi-img{
    padding: 0;
    text-align: center;
    margin: -47px 0 0 0;
}
.testi-img img{
    border-radius: 50%;
    height: 135px;
    border: 2px dotted #e0e0e0;
    padding: 6px;
    margin: 0px 0 10px 0;
    box-shadow: 0px 40px 9px -38px rgba(0, 0, 0, 0.37), 0px -40px 4px -58px rgba(0, 0, 0, 0.37);
}
.testi-img p{
    font-size:30px;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
    font-family: 'Rancho', cursive;
    color: #ba0000;
}
.testi-img span{
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-style: italic;
    text-transform: capitalize !important;
}

.testimonials-1{
        padding: 0px;
        /* border: 1px solid #000000; */
        /* box-shadow: 0px 0px 1px 0px; */
}
.testi-txt-1{
    text-align: center;
    padding: 60px 30px 30px 30px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 1px 0px;
    margin: -46px 0 0 0;
}
.testi-txt-1 p{
    color: #000;
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
}
.testi-img-1{
    padding: 0;
    text-align: center;
    /* margin: 0; */
    z-index: 9;
}
.testi-img-1 img{
    border-radius: 50%;
    height: 135px;
    border: 2px dotted #e0e0e0;
    padding: 6px;
    margin: 10px 0 0px 0;
    box-shadow: 0px 40px 9px -38px rgba(0, 0, 0, 0.37), 0px -40px 4px -58px rgba(0, 0, 0, 0.37);
}
.testi-img-1 p{
    font-size:35px;
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    font-family: 'Rancho', cursive;
    color: #032602;
}
.testi-img-1 span{
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    color: #d00000;
    /* font-style: italic; */
    text-transform: capitalize !important;
}

/*end testimonials section*/



/*start media query*/

@media (max-width: 767px){
    body{text-align: center;}
    .visibal{display: none;}
    .top-details1 ul{text-align: center;}
    .head-detail-1{text-align: center !important;}
    .top-icon{text-align: center;width: 50%;}
    .top-call{width:50%;}
    .top-icon1 span{display:none;}
    .head-detail-1 span{display: none;}
    .headhide{display: none;}
    .top-icon1{text-align:center;}
    .head-section1{padding:0;}
    .head-right2 { text-align:center;}
    .head-right1 {padding: 0px;}
    .headright-top ul li {padding: 7px 5px; margin: 3px 1px;font-size:15px;font-weight:400;}
    .headright-top li:nth-child(4){display:none;}
    .welcome{display:none;}
    .list-left{display:none;}
    .list-right{padding:0 0 10px ;}
    .list-center { padding: 0px;}
    .head-call{width:50%;}
    .head-whatsapp{width:50%;}
     .top-highlight1 {padding: 30px 0;}
    .top-highlight { margin: 0px 0 23px 0;}
    .high-light1{width: 50%;}
     .aboutus-section2{padding: 30px 10px 50px;}
     .best1 {width: 50%}
     .services-head {padding: 10px 0pc 0px 10px;}
     .footer-section1 { padding: 30px 0;}
    .footer-section2 {
        width: 50%;}
    .footer-section-2 {padding: 0 0;}
    .footer-serv {width: 50%; }
    .footer-section3 {
        padding: 10px 0;
    }
    .dis-1 {
        padding: 0 0;
    }
    .copy-1 {
        padding: 0 0 19px 0;
    }
     #callbook ul li {
        padding: 20px 0;
    }
    #callbook {
        display: block;
    }
    #callbook ul li a span {
        top: -5px;
    }
    #callbook ul li a i {
        top: -5px;
    }
    #callbook ul li a span {
        font-size: 17px;
    }
     .testimonials-section2 {padding: 20px 0;}
    .testimonials{width: 50%;}



}

@media only screen and (min-width: 768px) and  (max-width:991px) {
    .visibal{display: none;}
    .top-details1 ul{text-align: center;}
    .head-detail-1{text-align: center !important;}
    .top-icon1{text-align: center;}
    .top-call1 p a {padding: 4px 10px;}
    .list-center1 p {font-size: 16px;padding:8px 5px;}
    .list-right1 p {font-size: 14px;}
    .list-left { padding: 10px 0;}.list-left1 p{font-size:15px;font-weight:700;}
      .services-head { padding: 10px 0 0px 10px;}
      .footer-section4 li {
        font-size: 16px;
    }

  


}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
       .visibal{display:none;}
       .top-details1 ul li {padding: 6px 4px;}
       .top-details1 li span {padding: 5px 5px;font-size:14px;}
       .top-details1 li i { padding-right: 2px;font-size: 14px;;}
       .headright-top ul li {font-size: 15px;}
       .head-call1 span {font-size: 16px;}
       .head-whatsapp {padding: 10px 0;}
       .head-whatsapp1 span {font-size: 14px;}
       .top-icon1{text-align: center;}
    .top-call1 p a {padding: 4px 10px;}
    .list-center1 p {font-size: 20px;padding:8px 5px;}
    .list-right1 p {font-size: 15px;}
    .list-left { padding: 10px 0;}.list-left1 p{font-size: 17px;font-weight:700;}
    .services-head {padding: 10px 0pc 0px 10px;}
    .services-section p{padding: 0;}




}

@media only screen and (min-width:1200px) and  (max-width:1300px){


}

@media (max-width: 575px) and (min-width: 0px) {
    .high-light1{width: 100%;}
      .head-call{width:100%;}
    .head-whatsapp{width:100%;}
    .top-details1 ul li {padding: 6px 2px;}
    .top-call1 p a {padding: 4px 10px;}
    .list-center1 p {font-size: 17px;}
    .list-right1 p {font-size: 14px;}
    .best1 {width: 100%;}
     .services-left{width: 15%;}
  .services-right{ width: 85%;}
   .services2{padding:0;}
   .services-3 {padding: 20px 0px;}
   .services-head { padding: 10px 0pc 0px 0px;}
   .services-head strong {font-size: 38px;}
   .services-section { padding: 10px 0;}
   .services-right strong {font-size: 20px;font-weight:600;}
    .footer-section-2 {padding: 0 0;}
    .dis-1 p {font-size: 12px; padding: 10px 0; line-height: 20px;}
    .copy-1 .copy {padding: 10px 0;font-size: 13px;}
    .footer-section2 {width: 100%;}
    .testimonials{width:100%;}
    .contact-form1 {padding: 10px 0px;}
    .best4 {padding: 10px 0px;}
    .form-group {padding: 5px 0;}
}

@media (max-width: 380px) and (min-width: 290px) { 
 .services-left{width: 21%;}
  .services-right{ width: 80%;} 

}










.conatct
{
    position:relative;
    min-height:100vh;
    padding:50px 100px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background:url(https://img.freepik.com/premium-vector/palmistry-chiromancy-hand-with-signs-planets-zodiac-signs-black-white-hand-drawn-design-isolated-vector-illustration_726692-156.jpg?w=1380);
    background-size:cover;

}


.contact .content
{
    max-width:800px;
    text-align:center;
    
}

.contact .content h2
{
    font-size:36px;
    font-weight:500;
    color:#fff;
}
