@charset "utf-8";
/* CSS Document */
body{
	background:#fff;}
img {
	max-width:100%;
	border:none;
}
 
h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
 /*top start*/
	.ad1
{
	    background: #ffac00;
    padding: 25px 0px;
    text-align: center;
    color: #000;
}
.ad2 h2
{
	line-height: 32px;
    padding-bottom: 20px;

}
.ad2 h2 span
{
	color: #a20000;
}
.ad2 h3{    line-height: 30px;font-size: 16px;text-align: center;}
.ad2 h3 span
{
	background-color: #000;
	color: #ffac00;
	animation: blk 0.6s infinite;
	padding: 5px 12px;
	display: inline-block;
}

@keyframes blk{
	0%{background-color: #000;}
	50%{background-color: #a20000;}
	100%{background-color: #000;}

}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.no-padding {
	padding:0;
}
.header-section {
	width:100%;
	background:#fff;
	padding:5px 0;
	
}
.tex-ban1 {
    background-color: #000;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 19px;
    padding: 10px 0 5px 0px;
    font-family: auto;
   

}
.logo_section{ text-align:center;}
.banner-section {
	width:100%;
	background:#fff;
	padding:0;
}
.logo{
width: 44%;
    float: left;
    padding: 8px 20px 0 0px;
}
.call-top{
width: 28%;	
}
.register_now_btn_inn {
	text-align: center;
	padding: 399px 0 0 0;
}
.register_now_btn {
	background:#ff003c;
	font-size:28px;
	font-weight:700;
	color:#FFF;
	padding:6px 20px;
	font-family: 'Lato', sans-serif;
}
.footer-bot p{font-size:13px !important; color:#CCC !important;}
.call-to-action{display:none;}
.register_in_section{ padding:0; margin:0;}
.register_in_section li{ list-style:none; display:inline-block; padding:0 10px;}

.section1 {
	width:100%;
	padding:32px 0;
	background: linear-gradient(to bottom, #7d0209, black);
	
}
.sub-banner{
width:100%;
height:auto;
margin:0 0 0 0px;	
}
.sub-text{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    color: #000;	
}
.section-right-text h3{ font-size:30px; font-family: 'Trirong', serif; font-weight:500; text-align:center; color:#000;}
.section-right-text h2{font-size:45px; font-family: 'Trirong', serif; font-weight:700; margin-bottom: 16px; text-align:center; color:#ffcc00;}

.section-right-text p{
	font-size: 17px;
    line-height: 28px;
    color:#ffffff;
    margin: 12px 0;
    padding: 0;
      font-family: auto;
       text-align: justify;
	}
.help span{
float: left;
    width: 55px;
    height: 55px;
    font-size: 34px;
    margin-right: 15px;
    border: 1px dashed #940000;
    border-radius: 30px;
    line-height: 43px;
    padding: 6px;
    color: #940000;
    text-align: center;
}
.help{ padding:15px 0;}
.help h3{
	font-size: 16px;
    font-family: Tahoma;
    font-weight: bold;
    color: #000;}
.help h2 a{font-size:26px; font-family: 'Lato', sans-serif; font-weight:700; color: #fd0000;}
.mail span {
float: left;
    width: 55px;
    height: 55px;
    font-size: 34px;
    margin-right: 15px;
    border: 1px dashed #940000;
    border-radius: 30px;
    line-height: 30px;
    padding: 8px;
    color: #940000;
    text-align: center;
}

.horo {
   margin: 0;
    padding: 10px 0;
    background-color: #ffcc00;
    border-bottom: solid 1px #ccc;
}

/*scroll start*/
.scr2
{
  background-color:#000000;
padding-bottom: 35px;
}


.counter{
    font-family: 'Arimo', sans-serif;
    text-align: center;
    width: 200px;
    padding: 0 0 35px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(45deg,transparent 49%, #ffcc00 50%);
    width: 80px;
    height: 100px;
    position: absolute;
    bottom: -5px;
    left: 25px;
    z-index: -1;
}
.counter .counter-icon{
    color: #710505;
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 7px;
    z-index: 1;
    transition: all 0.3s;
}
.counter .counter-content {
    color: #710505;
    background-color: #ffcc00;
    /* height: 200px; */
    /* width: 200px; */
    /* align-items: center; */
    /* text-align: center; */
    padding: 76px 28px;
    /* border-radius: 50% 5% 50% 50%; */
    box-shadow: -2px 2px 3px #555;
    position: relative;
    transition: all 0.3s;
}
.counter .counter-content:before{
       content: '';
    width: 92%;
    height: 92%;
    border: 13px solid #710505;
    border-left: 13px solid rgba(0, 0, 0, 0.1);
    border-radius: 50% 50%;
    transform: translateX(-50%) translateY(-50%) rotate(30deg);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s;
}
.counter .counter-content:hover:before{
    transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}
.counter .counter-value{
    font-size: 35px;
    font-weight: 600;
    transition: all 0.3s;
}
.counter .counter-content:hover .counter-value{
    color: var(--color_1);
    text-shadow: 0 0 1px #555;
}
.counter h3{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    transition:all 0.3s;
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px;width: 100%; }
   
}
.scr4
{
  text-align: center;
  padding-bottom: 50px;
}
.scr4 h2
{
  color: #ffcc00;
    font-weight: 600;
    margin-top: 25px;
}
.scr4 p
{
  color: #000;
  font-weight: 600;
}

/*scroll end*/

/*city list start*/
.cti1
{
      background: #ffcc00;
    padding: 40px 0px;
}
.cti2 h2
{
      color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.city-list
{
  margin: 0px;
  padding: 0px;
}
.city-list li
{       margin: 8px 5px 8px 5px;

    list-style: none;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    background: #ffcc00;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 0 4px #ffcc00;
    animation:shdd 0.5s infinite;
    padding: 0px 19px;
}
@keyframes shdd{
  0%{ box-shadow: 0 0 4px #ffcc00;}
  50%{ box-shadow: 0 0 12px #ffcc00;}
  100%{ box-shadow: 0 0 4px #ffcc00;}

}
/*city list end*/

/*start slider section*/
/* start about us section*/

.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 50px 30px 60px;
}

.aboutus-content1{
  padding: 20px 0px 0;
}
.aboutus-content2 {
  padding: 0;
  /* text-align: center; */
}
.aboutus-content2 img{
   height: 400px;
   float:right;
   padding: 12px;
}

.aboutus-content2 p{
  color: #222;
  text-align: left;
  margin:0;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  padding: 6px 0;
}
.aboutus-content2  p strong{
  color: #a20000;
  font-weight: 700;
}
.aboutus-content2 ul{
  text-align: left;
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.aboutus-content2 ul li{
  margin:0;
  font-size: 14px;
  padding: 6px 0 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 27px;
}
.aboutus-content2 li:before {
    color: #a20000;
    content: "\f753";
    font-weight: 900;
    display: inline-block;
    font-size: 16px;
    padding: 0 6px 0 0px;
    font-family: "Font Awesome 6 Pro";
}
.aboutus-content2 span{
    font-size: 20px;
    font-weight: 600;
    padding: 7px 30px 6px;
    border-radius: 44px;
    background: #ffea00;
    margin: 10px 0 0 0;
    display: inline-block;
    text-transform: capitalize;
}
.aboutus-banner{
  padding:0;
}
.about-head{
  padding: 10px 0;
  text-align: center;
}
.about-head strong{
  font-family: 'Sansita', sans-serif;
  font-size: 53px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.about-head p{
  color: #000000;
  font-size: 19px;
  margin: -7px 0 0 0;
  font-weight: 700;
  text-transform: capitalize;
}
/* end about us section*/
/* start our services section */

.ourservices-section{
  padding: 0;
  /* background: #2f4a0b; */
}
.ourservices-section1{
  padding: 50px 30px;
}
.services-head{
  padding: 0;
  text-align: center;
}
.services-head strong{
  font-family: 'Sansita', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  color: #a20000;font-weight: 700;
}
.services-head p{
  color: #000000;
  font-size: 19px;
  margin: -7px 0 0 0;
  font-weight: 700;
  text-transform: capitalize;
}
.services{
  padding: 20px 0 0 0;
}
.services-1{
  padding: 10px;
}
.services-2{
  padding: 10px;
  background: #a20000;
}
.services-3{
  padding: 0;
  text-align:center;
}
.services-3 img{
min-width:100%;
}
.services-4{
 padding: 20px 0 10px;
    text-align: center;
}
.services-4 strong{
  font-family: 'Sansita', sans-serif;
  font-size: 29px;
  padding: 0 0 8px 0;border-bottom: 4px solid #fff;color: #fff;margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.services-4 p{
  color: #fff;
  line-height: 29px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 19px 0 0;
}
.services-4 a{
      background: #fab001;
    color: #000;
    padding: 8px 15px;
    margin: 10px 0 0;
    border-radius: 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
/* end our services section */

.slider{
	padding: 0;
	
}
.carousel-control .icon-prev {
    font-size: 80px;
}
.carousel-control .icon-next{
    font-size: 80px;
}
.carousel-control {
    
    opacity: 5;
}
/*end slider section*/

.mail{     padding: 15px 0 15px 0px;}
.mail h3{
	font-size: 16px;
    font-family: Tahoma;
    font-weight: bold;
    color: #000;}
.mail h2 a{font-size:19px; font-family: 'Lato', sans-serif; font-weight:700; color: #fd0000;}
.help-mobile span{
float: left;
    width: 55px;
    height: 55px;
    font-size: 34px;
    margin-right: 15px;
    border: 1px dashed #940000;
    border-radius: 30px;
    line-height: 43px;
    padding: 6px;
    color: #940000;
    text-align: center;
}
.help-mobile{ padding:15px;}
.help-mobile h3{
	font-size: 16px;
    font-family: Tahoma;
    font-weight: bold;
    color: #000;}
.help-mobile h2 a{font-size:26px; font-family: 'Lato', sans-serif; font-weight:700; color: #ff0000;}
.praesent_text h2 {
	font-size:35px;
	line-height:40px;
	font-weight:700;
	color:#071135;
	margin-top:12px;
	padding:10px 0;
	font-family: 'Lato', sans-serif;
	background:url(../images/line.html) no-repeat scroll bottom left;
}
.praesent_text p {font-size:16px;line-height:22px;color:#484848;margin:12px 0;padding:0;font-family: 'Lato', sans-serif;text-align: justify;}
.tempus_list{ padding:0; margin:25px 0 0 0;}
.tempus_list li{ list-style:none; display:block; padding: 6px 14px; background:url(../images/arrow.html) no-repeat scroll left center;}
.tempus_list li a{ font-size:16px; color:#484848;}
.tempus_list2{ padding:0; margin:25px 0 0 0;}
.tempus_list2 li{ list-style:none; display:inline-block; padding: 6px 6px;border: 1px solid #f3f3f3;}
.tempus_list2 li a{ font-size:16px; color:#484848;}
.right_menu{ padding:0; margin:0;}
.right_menu li{ list-style:none; display:block; padding:15px 10px; background:#9E0B0F; margin:8px 0; text-align:center; border-bottom:2px solid #BC2F33;}
.right_menu li a{ font-size:16px; color:#FFFFFF; display:block; text-transform:uppercase; font-family: 'Lato', sans-serif;}
.right_menu li:hover{background:#7D0509;}
.right_menu li.active{ background:#7D0509;}
.section2 {width:100%;padding: 50px 0;background:url(../images/services-bg.png) no-repeat scroll top center; background-size:cover;}
.sec_inn{ background:#FFFFFF; padding:20px; overflow:hidden; padding: 35px 20px;}
.mll_section{background:#F0EFEF; overflow: hidden;margin: 20px 0 0 0;}
.member_logo_list{ padding:0; margin:0;}
.member_logo_list li{ list-style:none; float:left; padding:0 9px; width:auto;}
.praesent_text{ padding:0;}
.services{ padding-left:30px;}
.services h2{ font-size:30px; font-family: 'Trirong', serif; font-weight:500; text-align:center; color:#000;}
.services h3{font-size:45px; font-family: 'Trirong', serif; font-weight:700; margin-bottom: 16px; text-align:center; color: #500c07;}
.services p{    font-size: 16px;
    line-height: 22px;
    color: #484848;
    margin: 12px 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    text-align: justify;}
.services p a{ text-align:center;}
.services p a span{ margin-right:10px;}
.services h4 a {
    font-size: 26px;
    margin: 5px 0;
    display: block;
	    color: #f26f08;
}
.vieww-all-services p{ text-align:center;}
.vieww-all-services{ text-align:center;}
.scall{    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 13px 0;
    background: #f7f7f7;margin: 30px 0 0 0;}

.section3 {width:100%;padding:50px 0;background:#fff;}
.video-section{border: 15px solid #f5f4f4; margin-bottom:25px;}
.form-left-banner{border: 15px solid #f5f4f4;}
.question{border: 15px solid #f5f4f4;}
.question h2{font-size:32px; font-family: 'Trirong', serif; font-weight:700; margin-bottom:20px; color:#fff;  text-align: center;}
.question h2 span{    font-size: 28px;
    font-family: 'Trirong', serif;
    font-weight: 700;
    margin-bottom:5px;
    color: #fff;
	    display: block;
}
.mll_section2{background:#F0EFEF; overflow: hidden;margin: 20px 0 0 0;}
.member_logo_list2{ padding:0; margin:0;}
.member_logo_list2 li{list-style: none;float: left;padding: 0 41px 0 0;width: auto;}
.member_logo_list2 li img{border:8px solid #E2E2E2;}
.member_logo_list2 li:last-child{ padding-right:0;}
.form-group{ width:100%; margin-bottom: 16px !important;}
.form-control{ width:100% !important;
    display: block;
    height:40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff0;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.question{background:#f4710a url(../images/con-bg.html);
    padding:20px; background-size:cover;}
.message{ height:100px !important;}
.ask-now_btn{}
.ask-now_btn span{    background: #000000;
    padding: 12px 15px;
    border-right: 1px solid #fff; color:#fff;}
.ask-now{
    color: #fff;
    background-color: #000;
/*    border-color: #ccc;*/
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
/*    vertical-align: middle;*/
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border:0;
    border-radius:0;
	text-transform:uppercase;
}

.section4 {width:100%;padding:50px 0;background:url(../images/services-bg.png) no-repeat scroll top center; background-size:cover;text-align:center;}
.astro{ padding:0; margin:0;}
.astro li{    list-style: none;
    display: inline-block;
    padding: 15px;
    border: 1px solid #f5d1b4;
    width: 45%;
    vertical-align: top;
    min-height: 240px;
    margin: 10px;}
.heading_text{ margin-bottom:15px;}
.astro_heading h2{ font-size:37px; font-family: 'Trirong', serif; font-weight:700; margin-bottom:20px; color:#500c07;}
.astro_heading h3{ font-size:37px; font-family: 'Trirong', serif; font-weight:700; margin-bottom:6px; color:#000;}

.heading_text h2{ font-size:46px; font-family: 'Lato', sans-serif; font-weight:700; color:#500c07;}
.heading_text h3{font-size:26px; font-family: 'Lato', sans-serif; font-weight:600; margin-bottom: 16px; color:#2f2f2f;}

.section5{ width:100%; padding:50px 0; text-align:center; background: #ffffff;}
.testimonials{ margin-bottom:30px;}
.testimonials h3{font-size:37px; font-weight:500; margin-bottom:10px; color:#000; font-family: 'Trirong', serif;}
.testimonials h2{font-size:40px; font-weight:700; color:#500c07; font-family: 'Trirong', serif;}

#owl-carousel_3 .owl-item img {
    border-radius: 50%;
    width: 100px;
        display: unset;
     width: auto; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#owl-carousel_3 h2{font-size:24px; font-weight:700; color:#500c07; font-family: 'Trirong', serif; margin:10px 0 0 0;}
.owl-stage-outer h3{font-size:26px; font-weight:500; color:#500c07; font-family: 'Trirong', serif; margin:10px 0 10px 0;text-align: center;}
#owl-carousel_3 p{ text-align: justify;
    margin-top: 15px;}
.copy_right p{ font-size:15px; color:#FFFFFF; padding:48px 0;}
.copy_right p a{ color:#6286FF;}
#owl-carousel_1 .owl-nav {width:100%;position:absolute;top:90px;}
#owl-carousel_1 .owl-nav .owl-prev {float:left;background:url(../images/prev.html) no-repeat scroll center;width:40px;height:50px;position: absolute;left: 0px;top: 70px;}
#owl-carousel_1 .owl-nav .owl-next {background:url(../images/next.html) no-repeat scroll center;width:40px;height:50px;position: absolute;right: 0px;top: 70px;}
#owl-carousel_1 .owl-dots{ display:none !important;}
#owl-carousel_2 .owl-nav {width:100%;position:absolute;top:90px;}
#owl-carousel_2 .owl-nav .owl-prev {
float:left;background:url(../images/prev2.html) no-repeat scroll center;width:40px;height:50px;position: absolute;left: 0;top: 0;}
#owl-carousel_2 .owl-nav .owl-next {
background:url(../images/next2.html) no-repeat scroll center;
width:40px;
height:50px;
position: absolute;
right: 0;
top: 0;
}
#owl-carousel_3 .owl-nav {
width:100%;
position:absolute;
top:90px;
}
#owl-carousel_3 .owl-nav .owl-prev {
float:left;
background:url(../images/prev2.html) no-repeat scroll center;
width:40px;
height:50px;
position: absolute;
left: 0;
top: 0;
}
#owl-carousel_3 .owl-nav .owl-next {
background:url(../images/next2.html) no-repeat scroll center;
width:40px;
height:50px;
position: absolute;
right: 0;
top: 0;
}
.section6{ width:100%; padding:30px 0; text-align:center; background: #fff; border-top:1px solid #CCC}
.contact_us{ padding:0; margin:0;}
.contact_us li{ list-style: none; display:inline-block; padding: 0 20px; border-right: 3px solid #bfc1c1;line-height: 20px;}
.contact_us li:last-child{border-right:none;}
.contact_us li a{ font-size:37px; font-weight:700; color:#000; font-family: 'Trirong', serif; }
.contact_us li a span {
    margin-right: 10px;
    color: #262e39;
}
.services_list{    padding: 0;
margin: 0;
width: 25%;
float: left;
text-align: left;}
.services_list li{ list-style: none; display:inline-block; padding: 5px 30px; font-size:16px; color:#fff;}

.section7{
width:100%;
padding:50px 0;
background:url(../images/services-bg.png) no-repeat scroll top center; background-size:cover;
text-align:center;

}
.services_list li span{ margin-right:8px;}
.footer-contact{ padding:10px 0; margin:0;border-radius: 5px; border: 1px solid #da6508;
    background: #ffffff24;}
	
.address-section-footer{margin:0 0 40px 0;}	
.footer-contact li{ list-style:none; display:block; padding:5px 15px; text-align:left;}
.footer-contact li a{font-size:18px; font-weight:500; color:#fff; font-family: 'Lato', sans-serif;}
.section7 h2{ font-size:37px; font-weight:700; margin-bottom:40px; color:#efff00; font-family: 'Trirong', serif;}
.footer-contact li span{ margin-right:8px;}
.appointment{padding:10px 0; margin:0;border-radius: 5px; border: 1px solid #da6508;
    background: #ffffff24;}
.appointment h3{font-size:24px; font-weight:500; margin-bottom:10px; color:#000; font-family: 'Lato', sans-serif;}
.appointment a{    display: block;
    background: #331701;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 6px 5px;
    width: 32%;
    margin: 0 auto;
    border-radius: 5px;}
.appointment2{padding:10px; margin:0;border-radius: 5px; border: 1px solid #da6508;
    background: #ffffff24;}
.appointment2 h3{font-size:18px; font-weight:500; margin-bottom:10px; color:#fff; font-family: 'Lato', sans-serif; text-align:left;}
.appointment2 h3 span{display: block;
    color: #FFFFFF;
    font-size: 36px;
    float: left;
    width: 40px;}
.section8{
width:100%;
padding:15px 0;
background:#000;
text-align:center;
}
.section8 p{ font-size:15px; font-family: Tahoma;
    font-weight: bold; color:#fff;}

.help{display:block;}
.help-mobile{ display:none;}

@media screen and (max-width: 1200px) {
.astro li {margin: 8px;}
.mail {padding: 15px 0 15px 4%;}
.mail h3 {font-size: 19px;}	 
}
@media screen and (max-width: 950px) {
.help h3 {font-size: 15px;}
.help h2 a {font-size: 20px;}
.help span {float: left;width: 42px;height: 42px;font-size: 34px;line-height: 26px;padding: 6px;}
.mail span {float: left;width:55px;height:55px;font-size: 34px;line-height: 39px;padding: 5px; text-align:center}
.mail {padding: 15px 0 15px 5%;}
.mail h3 {font-size: 14px;}
.mail h2 a {font-size: 20px;}
.section-right-text h2 {font-size: 30px; margin-bottom: 16px;}
.services h3 {font-size: 30px;margin-bottom: 16px;}
.question h2 span {font-size: 20px;}
.question h2 {font-size: 23px;margin-bottom: 14px;}
.astro_heading h3 {font-size: 29px;}
.astro_heading h2 {font-size: 24px;margin-bottom: 10px;}
.astro li {min-height: auto;margin: 10px 0;}
.footer-contact li {padding: 5px 10px;}
.appointment a {padding: 6px 5px;width: 60%;}
}
@media screen and (max-width: 640px) {
.services_list {width: 100%;float: none;}
.astro li {width: 100%;}
.section2 {width: 100%;padding: 10px 0;}
/*.contact_us li {list-style: none;display: inline-block;padding: 0 20px;font-size: 22px;}*/
.astro_heading h2 {font-size: 25px;margin-bottom: 28px;}
.services {padding-left: 0;}
.services h2 {font-size: 34px;}
.help h2{font-size: 17px;text-align: center;margin: 10px 0;}
.mail h2{font-size: 17px;text-align: center;margin: 10px 0;}
.services_list li {width: 100%;}
.section7 h2 {
font-size: 25px;
margin-bottom: 15px;
}
.appointment2 {
margin: 10px 0;
}
.footer-contact li a {
font-size: 17px;
}	
.footer-contact {
margin: 10px 0;
}

.section7 {
width: 100%;
padding: 10px 0;
}

.contact_us li a {
font-size: 26px;
}

.contact_us li {
padding: 12px 0px;
font-size: 21px;
border-bottom: 3px solid #bfc1c1;
border-right:none;
}
.testimonials {
margin: 20px 0;
}
.testimonials h3 {
font-size: 26px;
margin-bottom: 0px;
}
.testimonials h2 {
font-size: 30px;
}
.section5 {
width: 100%;
padding: 30px 0;
}
.astro li {
margin: 6px 0;
}
.heading_text h2 {
font-size: 30px;
}
.heading_text h3 {
font-size: 22px;
}

.astro_heading h3 {
font-size: 27px;
}

.question h2 span {
font-size: 23px;
}
.question h2 {
font-size: 25px;
margin-bottom: 16px;
}
.form-left-banner {
border: 15px solid #f5f4f4;
margin-bottom: 10px;
}
.video-section {
border: 15px solid #f5f4f4;
margin-bottom: 15px;
}
.section3 {
padding: 20px 0 30px;
}
.sec_inn {
padding: 10px 20px;
}
.services h3 {
font-size: 30px;
}
.services h2 {
font-size: 26px;
}
.section1 {
padding: 32px 0 0;
}
.section-right-text h2 {
font-size: 30px;
margin-bottom: 16px;
}
.section-right-text h3 {
font-size: 24px;
}
.section-right-text{ margin:10px 0;}
.section1 {
padding: 5px 0 0;
}
.help{display:none;}
.help-mobile{ display:block;padding: 0 0 0 22px;}

.mail h2 {
text-align: left;
}
.left_img_sec1 img{ width:100%}
.call-to-action {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
	width:100%;
	z-index:9999;
}
.but1 {
    background: #f12e2e;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    width: 48%;
    text-align: center;
    float: left;
    margin: 1%;
}
.but2 {
    background: #2d792f;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    width: 48%;
    text-align: center;
    float: left;
    margin: 1%;
}


}

#services {
    padding: 30px 0;
    width: 100%;
    background-color: #710505;
    padding-top: 2px solid #ed224b;
	background-image: url(../images/bc.gif);
}

.heading {
    font-size: 30px;
    color: #fff;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.service {
    margin-bottom: 20px;
    border: 5px solid #fbfaf7;
}.service img {
    width: 100%;
}
.service img {
    padding: 10px;
    /* border: 5px solid #ffe000; */
}

.service h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.service p {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    padding: 0px 10px 0px 10px;
}.service h2 {
    color: #FC0;
    font-weight: bold;
    margin: 0;
    background-color: #000;
    padding: 0;
    margin-top: 10px;
}
.btn-danger a {
    color: #000;
    text-decoration: none;
}
.btn {
    margin: 5px 0;
    padding: 5px 20px;
    background-color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #300032;
    outline: none;
}.btn-danger {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    background: #FC0;
    color: #000;
}

.top-texx2
{
	background-color:#710505;
	color:#fff;
	animation:texclr 400ms linear infinite;
}
@keyframes texclr
{
	0%{background-color:#710505;}
	50%{background-color:#000000;}
	100%{background-color:#710505;}
}

.top-new
 {
    padding: 5px 0;
    color: #fff; 
 }.top-new3 h4 {
    font-size: 23px;
    text-align: center;
    padding: 0 0 10px 0;
}
.top-new3 h5 {
    font-size: 26px;
    text-align: justify;
    padding: 0 0 10px 0;
}
.testimonial-topp{padding:0;margin:0}
.star span{color:#fff000}.star p,.test-ll p{color:#fff001}.top-horo{padding:10px 0 0;margin:0}.test-rr p{line-height:28px; font-size: 15px;}.test-ll{padding:30px 0 0;margin:0}.test-rr{padding:40px 5px 10px;margin:0}.boxes-test,blockquote{margin:0;padding:10px 20px}.conta1,.tesss{padding:0;margin:0 auto}.starss{padding:20px 0 0}.test-r1{padding:10px 20px;margin:0}.test-rr1{padding:10px;margin:0;border:5px double #fff;box-shadow:1px 1px 14px 2px rgba(0,0,0,.45)}.test-r2{padding:5px;margin:0;color:#ffcb01;font-weight:700;text-align:left}.ends,.footer-top,.ftr-copy,.quate i,.testi-icon,.touch-cal2,.touh{text-align:center}.testi-image {
    border-radius: 100%;
    border: 2px solid white;
    padding: 8px;
}.testi-bbr{padding:0;margin:0 0 10px;border-bottom:3px solid rgba(210,205,205,.4)}.testi-icon{position:absolute;top:40%;height:40px;width:40px;background-color:#fff;z-index:9999;margin:0 auto -16px;left:-5%;transform:rotate(42deg);-webkit-transform:rotate(42deg)}.quate i,.testimonial-leftt,.testt2,.testtt,.tstt1{margin:0;padding:0}.testi-back{background-color:#1e1e1e}.quate i{height:50px;width:50px;border:2px solid #e1e1e1;border-radius:50%;line-height:45px;font-size:25px;background-color:#171616;color:#ffca05;box-shadow:0 0 20px #403d3d;transition:all .5s linear}.quate{padding:0;margin:-40px 0 0}.test-rr1:hover .quate i{background-color:#ff4500;color:#fff;transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transition:all .5s linear}.carousel-indicators{bottom:20px!important}
blockquote p{color:white;}.test-top, .testt-tt1 {
    padding: 0;
    margin: 0;
    background: #000;

}.top-testi span {
    font-size: 35px;
    font-weight: 700;
    color: #ffcb01;
}.top-testi p {
    padding: 0 0 10px;
    font-size: 14px;
    color: #fff;
}
 @media screen and (max-width: 360px) {

}
 @media screen and (max-width: 320px) {

}
.error{border: 2px solid red!important;}
.hasDatepicker {color: #fff!important;}


.head-top{
background-color:#fe0002;
width:100%;	
}
.head-top h4 {
    font-size: 39px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding: 32px 0 20px 0px;
	font-weight: bold;
    font-family: 'Vesper Libre', serif;
}
.hindi-text {
    width: 100%;
    float: right;
    color: #ffffff;
    text-align: center;
    font-family: 'Vesper Libre', serif;
    font-size: 25px;
    line-height: 35px;
    padding:0 0 10px 0px;
  	background-color: #000000;
}
.our-serv1 {
    clear: both;
}
.our-serv1 h2 {
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: bold;
    position: relative;
    margin: 30px 0 10px;
}
.our-serv1 h2 span {
    font-size: 22px;
    display: block;
    color: #ed1c24;
}
.ser-col{
    width: 360px;
    float: left;
    margin: 20px 0 0 20px;
    background-color: #940000;
    padding: 8px;
	text-align: center;
}
.ser-col p{
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 0 5px 0px;	
}
.ser-col a{
font-size: 20px;
    padding: 0 0 10px 0px;
    display: block;
    color: #ffec05;
    font-family: 'Trirong', serif;
}
.ser-col h2{
font-size: 20px;
    font-weight: bold;
    color: #ffec05;
    font-family: 'Trirong', serif;
    margin: 15px 0 15px 0;
    text-align: center;
}
.ser-col span{
    padding: 10px 25px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    font-family: Tahoma;
    background-color: #f37009;
    border-radius: 25px;
    margin: 0 0 20px 0px;
    display: inline-block;
}

.top-arw {
    /*background-image: url(../images/arw.png);*/
    background-repeat: repeat-x;
    height: 7px;
    margin: 0px 0px -12px 0;
	    transform: rotate(180deg);
}
.top-arw2 {
    /*background-image: url(../images/arw.png);*/
    background-repeat: repeat-x;
    height: 16px;
    margin: 0px 0px -12px 0;
}
.top-arw1 {
    /*background-image: url(../images/arw.png);*/
    background-repeat: repeat-x;
    height: 9px;
    margin: 0px 0px 10px 0;
    transform: rotate(180deg);
}
.ser-banner{
    width: 282px;
    float: left;
    margin: 0 10px 0 0px;
}
.ser-banner img{
border: #fff solid 2px;
    height: 345px;
}
@media screen and (max-width: 520px) {

    .tex-ban1{
        margin-top: 10px!important;
    }

.logo {
    width: 100%;
	padding: 10px;
}
.call-top {
    width:100%;
}
.head-top h4 {
    font-size: 24px;
	padding: 22px 0 12px 0px;
}
.banner-section {
   height: 137px;
}
#owl-carousel_1 .owl-nav .owl-next{
    top: -50px;	
	display:none !important;
}
#owl-carousel_1 .owl-nav .owl-prev{
    top: -50px;	
	display:none !important;	
}
.ser-banner {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
}
.ser-banner img {
    border: #fff solid 2px;
    height: auto;
    width: 100%;
}
.section4{
    padding: 5px 0;	
}
.menu-hindi{
display:none;
}
.sub-text{
    padding: 0 20px 0 20px;	
}
}
.menu-hindi{
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 8px 20px 7px 20px;
    font-weight: bold;
    font-family: 'Vesper Libre', serif;
    right: 0;
    background-color: #fd0405;
    z-index: 99;
    position: absolute;
    margin: -53px 0 0 0px;
}
.menu-box {
    box-shadow: 0 10px 26px -10px rgba(0, 0, 0, 0.69);
    background-color:#fbff00;
    height: 50px;
    float: left;
    width: 100%;
}
.topnav {
  background-color: #333;
}

.topnav a {
      float: left;
    display: block;
    color:#000000;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 15px;
    font-family: Tahoma;
    font-weight: bold;
    margin: 0px 0 0 0px;
    text-transform: uppercase;
}

.menu-box .active {
background-color: #930000;
    color: #ffffff !important;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
 position: inherit;
 line-height: initial;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #000000;
  background-color: inherit;
  margin: -1px 0 0 0px;
    font-size: 15px;
    font-family: Tahoma;
    font-weight: bold;
}
.dropdown .dropbtn:before{
content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 5px 0 0px;
    position: absolute;
    right: 0;
    background: #ececec;
    color: #000000;
    padding: 8px 10px;
    text-align: center;
display:none;
}
.dropdown-content {
  display: none;
    position: absolute;
    background-color:#930000;
    width: 295px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    margin: -5px 0 0 6px;
}

.dropdown-content a {
  float: none;
  color: #ffffff;
  padding:8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	font-weight:normal !important;
text-transform:capitalize !important;
border-bottom: #ffffff solid 1px;
 
}
.dropdown-content a:before {
    content: "\f005";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 0 8px 0 0px;
    color: #fd0405;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
.dropdown:hover .dropbtn a{
     background-color: #940000;
    color: #ffffff;
}
.topnav a:hover{
    background-color: #940000;
    color: #ffffff;
} 
 .dropdown-content a:hover {
  background-color:#fbff00;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
.menu-box {
    height: auto;
}
.topnav {
    background-color: #fff;
}
.dropdown .dropbtn:before{
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 5px 0 0px;
    position: absolute;
    right: 0;
    background: #e0dede;
    color: #000000;
    padding: 12px 15px;
    text-align: center;
    display: block;
    margin:5px 5px 5px 0px;
    border-radius: 50%;
}
.scr6
{
  width : 100%;
}
}

@media screen and (max-width: 600px) {

    .ser-col{
    width: 100%!important;
    margin: 0px!important;
    
}
.scr6
{
  width : 100%;
}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
border-bottom: #929191 solid 1px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
padding: 0;
pointer-events: none;
  }

.dropdown-content {
   width: 100%;
    margin:0 0 0 0px;
}
.dropdown-content a:last-child {
    border-bottom: #b3aeae solid 1px;
}
}




/*start footer section*/

.footer-section{
	padding: 0;
	background:#710505;
}
.footer-section1{
	padding: 50px 30px;
}
.footer-head{
	padding: 0;
	text-align: center;
}
.footer-head span{
	    color: #ffc140;
	    margin: 0;
	    font-size: 34px;
	    font-weight: 500;
	    text-transform: capitalize;
	    font-family: 'Montserrat', sans-serif;
}
.footer-head p{
	    color: #fff;
	    margin: 0;
	    font-size: 20px;
	    font-weight: 400;
	    padding: 11px 0 24px 0;
	    text-transform: capitalize;
}
.footer-head .call{
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
	border-bottom: 2px solid #fff000;
	    font-family: 'Poppins', sans-serif;
}
.footer-head .call i{
   font-size: 30px;
}
.footer-design{
	padding: 40px 20px 20px 20px;
}
.foot-1{
	padding: 10px;
	border-right: 2px solid #fff;
}
.foot-1a{
	border-right:0;
}
.foot-2{
	padding: 10px 10px;
	/* border:1px solid; */
	color: #fff;
}
.foot-head{
	margin: 0;
	padding: 0;
	text-align: left;
}
.foot-head span{
	color:#ffc140;
	margin: 0;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.foot-txt{
	text-align: left;
	padding: 0;
}
.foot-txt p{
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    padding: 9px 0px 10px 0px;
}
.foot-txt .details{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style: none;
}
.foot-txt .details li{
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	text-transform: capitalize;
	font-weight: 400;
}
.foot-txt .details li i{
	color: #ffc140;
	padding-right: 8px;
}
.foot-txt ul{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
}
.foot-txt ul li{
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
.foot-txt li i{
	color: #ffc140;
	padding-right: 8px;
}
.disclimer{
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #ffc140;
	border-bottom: 2px solid #000000;
}
.disclimer p{
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}


/*end footer section*/

/*start copy-right*/

.copy-right{
    padding: 0;
    background:#000000;
}
.copy{
    padding: 10px;
}
.copy p{
    color:#ffffff;
    font-size: 17px;
    margin: 0;
    text-align: center;
}

/*end copy-right*/



  #callbook {
   
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#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: -6px;
    font-weight: 600;
    font-size: 24px;

}    
#callbook ul li a i{
        animation: pulsate 0.5s ease-out;
        animation-iteration-count: infinite;
        -webkit-animation: pulsate 0.5s ease-out;
        -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
        0% {transform: scale(0.9, 0.9); opacity: 1;}
        50% {transform: scale(1.2, 1.2); opacity: 1;}
        100% {transform: scale(0.9, 0.9); opacity: 1;}
    }

/*start form section*/

.form-section{
  padding: 0;
  background: #e7e4e4;
}
.form-section1{
  padding:50px 30px;
}
.form1{
  padding: 10px;
}

.contac-r {
   
    margin: 0;
    text-align: left;
}

.form-texxx p{
    padding: 0px 0 0px 0px;
    margin: 10px 0px 0px 0px;
    font-size: 36px;
    color: #fff;
     font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.tri {
   border: 40px solid transparent;
    border-top: 40px solid;
    position: absolute;
    bottom: -80px;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-texxx span{
    color: #fff700;
    font-size: 18px;
    text-transform: capitalize;
}
.form-group {
    padding: 2px 15px;
    margin-bottom: 8px;
}
input.form-control {
    color: #000;
    font-weight: 500;
}
.form-group label {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
}
.form-control {
    background:#ffffff;
}
textarea.form-control {
    height: 80px;
    font-weight: 500;
    color: #000;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    font-size: 16px;
    padding: 12px 18px;
    color: #fff;
    background:#000000;
    letter-spacing: 1px;
}
.btn-group>.btn:first-child:hover{
  background:#fff;
  color: #000;
}


.contact-detail1{
  padding: 10px 20px 0px 20px;
}
.contact-detail2{
  padding: 0px;
}
.detail-head{
  padding: 0;
  text-transform: capitalize;
  text-align:left;
}
.detail-head p{
  color:#000000;
  font-size: 40px;
  margin: 0;
  padding: 5px 0;
  text-transform: capitalize;
      font-family: 'Montserrat', sans-serif;
}
.detail-head span{
  font-size: 18px;
  color:#ba0000;
  font-weight: 600;
  line-height: 30px;
}
.contact-detail3{
  padding:20px 10px;
}
.contact-detail3 ul{
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.contact-detail3 li{
    margin: 0px;
    padding: 13px 0px;
    list-style: none;
    padding-left: 70px;
    text-align: left;
}
.contact-detail3 li i {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    position: absolute;
    border: 2px solid #002100;
    line-height: 55px;
    text-align: center;
    font-size: 28px;
    color: #ba0000;
    left: 0;
}
.contact-detail3 li p{
       padding: 5px 0px;
    margin: 0;
    text-transform: capitalize;
    color: #ba0000;
    font-weight: 600;
    /* font-family: 'Satisfy', cursive; */
    font-size: 28px;
}
.contact-detail3 li a {
    padding: 0px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/*end form section*/

.serv-txt1 a{
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}


/*start media query*/

@media (max-width: 767px){
    body{text-align: center;}
       #callbook {display:block;}
     .top-icons1 ul {float: none;text-align: center;}
     .tophead-section1 {padding: 0px 0px 5px 0;}
     .tophead-mark1 {padding: 7px 7px 0 7px;}
     .top-contact1 {margin: 8px 0 0 0;}
     .head-section1 {padding: 0px;}
     .head-center {padding: 0px;}
     .head-side {padding: 0px;}
        .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, 
   .navbar-inverse .navbar-nav>.active>a:hover {
     color: none;background:none; }
     .navbar-inverse .navbar-nav>li>a:hover {
        color:#fff;background:none;}
     .top-services1 {padding: 0 0px 80px;margin-top: 0px;}
     .dualove-section1 {padding: 0px 0px;}
     .dua-txt2 {padding: 10px 0;}
     .chooseus-section1 {padding: 0px 0px;}
     .choose-txt {padding: 10px 0;}
     .mark-hide{display: none;}
     .our-services-section1 {padding: 30px 0;}
     .our-serv{width: 50%;}
     .aboutus-section1 {padding: 30px 0;}
     .about-us {padding: 20px 10px;}
     .mark2-section1 {padding: 30px 0;}
     .other-services1 {padding: 50px 0 30px 0;}
     .other-head span {font-size: 29px;}
     .othr-serv{padding: 0;}
     .other-serv3 {width: 50%;}
     .testimonials-section1 {padding: 30px 0;}
     .testi-head span {font-size: 28px;}
     .testii {padding: 20px 0;}
     .testi-1 {width: 50%;}
     .testi-2 {padding: 14px 10px;}
     .best-services1 {padding: 50px 0 30px 0;}
     .best-services2 {padding: 20px 10px;}
     .footer-section1 {padding: 50px 0 30px 0;}
     .footer-head span {font-size: 21px;line-height: 40px;}
     .footer-design {padding: 20px 0;}
     .footer-head p {font-size: 18px;line-height: 36px;}
     .foot-1{width: 50%; border:0;}
     .form1 {padding: 10px 0;}
    .form-section1{padding:30px 0px;}
    .contact-detail1 {padding: 10px 10px;}
    .navbar-inverse .navbar-toggle {padding: 10px 30px;}
    .navbar-toggle .icon-bar {width: 22px;height: 4px;}
    .top-navvaa {padding: 0px 0px;}
    .navbar-inverse .navbar-toggle .icon-bar {background-color: #032602;}
    .navbar-nav>li {transform: skew(0deg);border-right: 0px solid #fff;text-align: left;}
    .navbar-nav {adding: 0px 0px;border-radius: 8px; display:block; 
    	transform: skew(-0deg);}
    .navbar-inverse .navbar-toggle {border-color: #000;background:#ffc140;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {background: #fff300;
    color: #002100;}
    .list-section {margin: -0% 0 0 0;}
    .other-txt p {margin: 0;font-size: 21px;}
   .copy-right {padding: 0 0 45px 0;}
   .footer-head .call {font-size: 25px;}
   .serv-txt1 {padding: 20px 10px;}
   .mark2-section1 p {padding: 10px 0px 5px 0px;font-size: 21px;}
   .choose1 .abcddd {left: 80px !important;}
   .choose1 i {left: 75px;top: 80px;font-size: 40px;}
   
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

@media only screen and (min-width: 768px) and  (max-width:991px) {
    .other-txt p {font-size: 17px;}
    .navbar-nav>li {transform: skew(0deg);border:0;}
    .top-navvaa {padding: 0px 0px;}
    .navbar-nav {border-radius: 8px;display:block;justify-content: center;transform: skew(-0deg); }
    .navbar-inverse .navbar-nav>li>a {padding: 16px 18px 16px 21px;font-size: 18px;}
    .choose1 i {left: 55px;top: 37%;}
    .choose1 .abcddd{left: 56px !important;}
    .list-section {margin: -0% 0 0 0;}
    .serv-txt1 span {font-size: 18px;}
    .mark2-section1 p {padding: 10px 0;font-size: 20px;}
    .serv-txt1 {padding: 20px 5px;}
    .foot-1 {padding: 10px 0;border-right: 0px solid #fff300;}
    .choose1 i {left: 56px;top: 35%; font-size: 35px;}
    .choose {width: 25%;}
   .choose-txt {width:70%;}
}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
   .other-txt p {font-size: 17px;}
    .navbar-nav>li {transform: skew(0deg);border:0;}
    .top-navvaa {padding: 0px 0px;}
    .navbar-nav {border-radius: 8px;display:flex;justify-content: center;transform: skew(-0deg); }
    .navbar-inverse .navbar-nav>li>a {padding: 16px 18px 16px 21px;font-size: 18px;}
    .list-section {margin: -11% 0 0 0;}
    .serv-txt1 span {font-size: 18px;}
    .mark2-section1 p {padding: 10px 0;font-size: 20px;}
    .serv-txt1 {padding: 20px 5px;}
    .foot-1 {padding: 10px 0;border-right: 0px solid #fff300;}
    .choose1 i {left: 56px;top: 35%; font-size: 35px;}
    .top-contact1 a {padding: 11px 7px 11px 12px;}
    .top-txt2 span {font-size: 24px;}
    .top-serv4 { height: 257px;}
    .top-serv5 {height: 257px;}
    .top-serv3 {height: 257px;}
    .choose1 i {left: 11px;top: 33%;font-size: 22px;}
     .choose1 .abcddd{left: 11px !important;}
     .footer-head span {font-size: 30px;}
     .foot-head span {font-size: 21px;}
     .foot-txt ul li {font-size: 15px;}
}

@media only screen and (min-width:1200px) and  (max-width:1300px){

}

@media (max-width: 575px) and (min-width: 0px) {
    .disclimer p {padding: 5px 0 0px 0;font-size: 14px;line-height: 22px;}
    .copy p {font-size: 13px;}
    .choose-txt1 span { font-size: 15px;}
    .mark-section1 {padding: 30px 0px 20px 0px;}
    .mark-txt1 span {font-size: 28px;}
    .mark-txt1 p {font-size: 16px;line-height: 27px;padding: 0px 0 0 0;}
    .our-serv{width: 100%;padding: 20px 0px;}
    .list-head p {font-size: 21px;}
    .other-head p {font-size: 14px;}
    .mark2-section1 p span {font-size: 24px;}
    .mark2-section1 p {padding: 10px 0;font-size: 17px;line-height: 36px;}
    .other-serv1 {padding: 0px;}
    .other-serv3 {width: 100%;}
    .other-txt p {font-size: 21px;}
    .testi-head p {font-size: 16px;}
    .testi-1 {width: 100%;}
    .serv-txt1 {padding: 20px 10px;}
    .serv-txt1 span {font-size: 18px;}
    .foot-1{width: 100%;}
    .form-texxx span {font-size: 16px;}
    .detail-head span {font-size: 13px;line-height: 0px;}
    .other-txt p {margin: 0;font-size: 18px;}
     .top-txt3 {padding:29px 0 50px 0;}
     .copy {padding: 10px 0;}
     .footer-head .call {font-size: 25px;}
     .footer-head p {font-size: 17px;}
     .foot-txt .details li {padding: 5px 15px;;display: inline-block;}
     .choose {width: 33%;}
   .choose-txt {width:66%;}
      #callbook ul li {padding: 20px 0px;}
      #callbook ul li a span {font-size: 18px;top: -10px;}

}

@media (max-width: 600px) and (min-width: 500px){
     .choose1 i {left: 44px;top: 57px;}
    .choose1 .abcddd{left: 48px !important;}
}
@media (max-width: 767px) and (min-width: 600px){
     .choose1 i {left: 44px;top: 57px;}
    .choose1 .abcddd{left: 48px !important;}
}

@media (max-width: 410px) and (min-width: 290px){
    .top-txt3 {padding: 23px 0 33px 0;}
    .top-txt2 span {font-size: 24px;}
    .choose1 i {left: 26px;top: 40px;}
    .choose1 .abcddd{left: 32px !important;}
    .detail-head p {font-size: 31px;text-align: center;}
    .contact-detail3 li p {font-size: 23px;}
    .footer-head span {font-size: 19px;line-height: 33px;}
    .form-texxx span {font-size: 15px;}
    .footer-head .call {font-size: 28px;display: block;}
    .foot-txt .details li {padding: 5px 0px;;display:block;}

}


@media (max-width: 500px) and (min-width: 411px){
    .top-txt3 {padding: 29px 0 50px 0;}
     .choose1 i {left: 40px;top: 49px;font-size: 35px;}
     .choose1 .abcddd {left: 46px !important;}
      .footer-head .call {font-size: 30px;display: block;padding:0 40px;}
      .foot-txt .details li {padding: 5px 15px;;display: inline-block;}
    
}
@media (max-width: 410px) and (min-width: 383px){
    .top-txt3 {padding: 30px 0 50px 0;}
     .footer-head .call {font-size: 26px;display: block;padding:0 36px;}
     .foot-txt .details li {padding: 5px 15px;;display: inline-block;}
}
@media (max-width: 320px) and (min-width: 280px){
    .choose1 i {left: 19px;top: 35px;}
    .choose1 .abcddd {left: 24px !important;}
    .footer-head .call {font-size: 26px;display: block;}
    .foot-txt .details li {padding: 5px 15px;;display: inline-block;}
}








