@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #2D2D2D;
}

.sldr_con_rt p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-align: justify;
}

li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color:#2D2D2D;
}

a {
  display: inline-block;
  transition: all 0.4s;
  color: #161616;
}

a:hover {
  text-decoration: none;
  color: #1D33A4;
}

img {
  max-width: 100%;
}

input.form-control {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0px;
  padding: 15px 15px 15px 0;
}

textarea.form-control {
  font-size: 16px;
  border: none;
  border-bottom:1px solid #e9e9e9;
  background: transparent;
  border-radius: 0px;
  padding: 7px 15px 15px 0;
}

input.form-control {
  height:40px;
  border-bottom: 1px solid #e9e9e9;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #9da3a9;
  font-size: 13px;
}

input.form-control:focus,
textarea.form-control:focus {
  box-shadow: none;
  background: transparent;
}

label {
  color: #fff;
}

.form-group {
  margin-bottom:25px;
}

html,
body {
  scroll-behavior: smooth;
}


.wsmenucontainer {
  overflow: initial;
}

.container-fluid.topbar {
  display: none;
}

header.mn_hdr_sec .wsmenu>.wsmenu-list>li.hdr_lnk_btn>a {
  padding: 8px 27px;
  background: #1D33A4;
  border: 1px solid #1D33A4;
  color: #fff;
}

header.mn_hdr_sec .headerfull ul.wsmenu-list li.hdr_lnk_btn a:hover {
  background: #fff;
  color: #1D33A4;
  border: 1px solid #1D33A4;
}

header.mn_hdr_sec .headerfull ul.wsmenu-list li a {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
}

header.mn_hdr_sec .headerfull ul.wsmenu-list li a:hover {
  color:#767676;
}

/*header.mn_hdr_sec .headerfull ul.wsmenu-list li.active a,header.mn_hdr_sec .headerfull ul.wsmenu-list li a:hover{background: #393939;}*/
header.mn_hdr_sec.scrolled {
  position: fixed;
  background: #FFF;
  box-shadow: 1px 1px 25px -1px rgb(201 201 201 / 50%);
}

.headerfull .wsmain {
  padding: 0 15px;
}

.mn_hdr_sec {
  position: initial;
}

.headerfull {
  background: rgb(255, 255, 255, 0);
  transition: all 0.4s;
  padding:12px 30px;
}

section.bnr_slider_sec {
  background: url('../images/Group51_bg.png') no-repeat;
  background-size: cover;
  padding: 87px 0 80px;
  position: relative;
}

.sldr_con_ttl {
  font-size: 90px;
  color: #FFB900;
  font-weight: 700;
  line-height: 75px;
}

.sldr_con_ttl span {
  color: #F2F2F2;
  display: block;
}

.sldr_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 50% 0 0%
}

.sldr_con_rt {
  color: #fff;
  max-width: 540px;
  /*padding: 0 100px 0 0;*/
}

/* .sldr_con_rt a {
  font-size: 16px;
  padding: 12px 34px 8px;
  font-weight: 600;
  border-radius: 6px;
  background: #ffb900;
 border: 1px solid #0087F4;
 color: #2d2d2d;
  width: 183px;
} */

.sldr_con_rt a:hover {
  text-decoration-color: #fff;
}

.cmn_primary_btn, .cmn_secondary_btn {
    font-size: 16px;
    padding: 10px 30px 10px;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid;
    transition: all 0.4s;
}

.cmn_primary_btn{background:#c41e24;border-color: #c41e24;color:#fff;}
header.mn_hdr_sec .headerfull ul.wsmenu-list li.cmn_primary_btn a{color:#fff;}
header.mn_hdr_sec .headerfull ul.wsmenu-list li.cmn_primary_btn a,header.mn_hdr_sec .headerfull ul.wsmenu-list li.cmn_secondary_btn a{padding:4px 15px 4px;}
header.mn_hdr_sec .headerfull ul.wsmenu-list li.cmn_secondary_btn a:hover{color:#333;}

.cmn_primary_btn:hover {
    background: #b51016;
    color: #fff;
}

.cmn_secondary_btn {
  color: #333;
  background:#ffb900;
  border-color:#ffb900;
}

.cmn_secondary_btn:hover {
  background: #ebac00;
  color: #333;
  border-color: #ebac00;
}

.bnr_sldr_mn .swiper-slide img {
  max-width: 600px;
}

.bnr_sldr_mn {
  margin: -168px 0 0;
}

.upcmnsld_sngl span {
  display: block;
  margin: 30px 0 0;
}

.upcmnsld_sngl {
  width: 100%;
  text-align: center;
  color: #FFB900;
  position: relative;
  background: #1e1e1e;
  padding: 30px 0 20px;
  overflow: hidden;
}

.upcmnsld_sngl img {
  margin-left: -50px;
}

.upcmnsld_sngl span i {
  font-size: 12px;
  margin: 0 0 0 4px;
}

.bnr_sldr_upcmng .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.bnr_sldr_upcmng .swiper-slide.swiper-slide-next {
  opacity: 1;
  visibility: visible;
  width: 150px !important;
  margin-left: -80px;
}

span.bnr_sldr_txt {
  font-size: 200px;
  position: absolute;
  bottom: 219px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: rgb(242, 242, 242, 0.06);
}

section.abt_sec {
  padding: 80px 0;
}

span.cmn_small_hdng {
  position: relative;
  text-align: center;
  display: block;
}

span.cmn_small_hdng:before {
  content: '';
  top: 0;
  width: 66px;
  height: 9px;
  background: url(../images/heading_shape.png) no-repeat;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 10px;
}

span.cmn_small_hdng:after {
  content: '';
  top: 0;
  width: 66px;
  height: 9px;
  background: url(../images/heading_shape.png) no-repeat;
  display: inline-block;
  margin-left: 10px;
}

.cmn_hdng {
  font-size: 38px;
  color: #161616;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
}

.cmn_hdng span {
  color: #0087F4;
}

.abt_vls ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.abt_vls ul li {
  padding: 20px 30px;
  border: 2px solid #0087F4;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 20px 0 0;
  flex: 1;
}

span.abt_vlu_slf {
  color: #0087F4;
  font-size: 45px;
  font-weight: 700;
  padding-right: 20px;
}

span.abt_vlu_txt {
  font-size: 18px;
  color: #6B6B6B;
  font-weight: 600;
}

.abt_vls {
  margin-right: 100px;
}

section.abt_sec span.cmn_small_hdng:before {
  display: none;
}

section.abt_sec span.cmn_small_hdng,
section.abt_sec .cmn_hdng {
  text-align: left;
}

.srvc_sngl {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #D8D8D8;
  padding: 30px 30px 15px;
  overflow: hidden;
 background:#fff;
 box-shadow: 1px 1px 25px -1px rgb(221 221 221 / 50%);
 transition: all 0.4s;
 height: calc(100% - 30px);
}

.srvc_sngl>img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -102%;
  transition: all 0.4s;
}

.srvc_sngl:hover>img {
  top: 0;
}

.srvc_sngl:hover{translate:0px -10px 0px;}
.srvc_sngl_ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.service_sec {
  padding: 80px 0;
  background: #f4f4f4;
  position: relative;
  z-index: 0;
}

.srvc_sngl_img {
  margin: 0 auto 20px;
  max-width: 70px;
  filter: grayscale(1) brightness(0.3);
  transition: all 0.4s;
}
.srvc_sngl:hover .srvc_sngl_img{ filter: grayscale(0) brightness(1); }

.srvc_sngl .cmn_primary_btn{margin-top: 20px;background:#fff;color:#c41e24;}
.srvc_sngl .cmn_primary_btn:hover{background:#c41e24;color:#fff;}
.srvc_sngl .srvc_sngl_ttl,.srvc_sngl  p{color:#161616;} 

section.service_sec .cmn_hdng {
  margin: 15px 0 50px;
}


section.advantage_sec {
  padding: 80px 0;
}
.advntg_con span.cmn_small_hdng,
.advntg_con .cmn_hdng {
  text-align: left;
}

.advntg_con .cmn_small_hdng:before {
  display: none;
}

.advntg_con ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.advntg_con ul li {
  position: relative;
  padding: 0 25px 0 25px;
  width: 50%;
}

.advntg_con ul li:before {
  content: '\f560';
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color:#ffb900;
}

section.want_know_sec {
  background:#f4f4f4;
  padding: 50px 0 0;
  height: 465px;
  position: relative;
  z-index: 10;
}

section.want_know_sec .cmn_hdng {
  margin: 15px 0 40px;
}

.want_kno_vdo {
  position: relative;
}

 .want_kno_vdo a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: 10;
}

/*.want_kno_vdo:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgb(255,47,25,0.8); border-radius:10px; }*/
.want_kno_vdo img {
  width: 100%;
}

.want_kno_vdo video {
  width: 100%;
  margin: 0;
}


section.nbr_ftrs_sec {
  padding: 412px 0 80px;
  position: relative;
  
}

section.nbr_ftrs_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

section.nbr_ftrs_sec ul li {
  text-align: center;
  color: #6B6B6B;
  border-right: 1px solid #e1e1e1;
  flex: 1;
}

section.nbr_ftrs_sec ul li:last-child {
  border-right: none;
}

section.nbr_ftrs_sec ul li span {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

section.nbr_ftrs_sec ul li span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 30px;
  background:#ffb900;
}

section.nbr_ftrs_sec ul li i {
  color:#ffb900;
  font-size: 28px;
}

section.nbr_ftrs_sec ul li strong {
  font-size: 24px;
}

section.nbr_ftrs_sec:before {
  content: '';
  height: 300px;
  width: 400px;
  background: url('../images/footer_car.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

section.nbr_ftrs_sec:after {
  content: '';
  height: 300px;
  width: 400px;
  background: url('../images/footer_car.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
  z-index: -1;
}

.query_otr {
  text-align: center;
  margin: 60px 0 0;
}

.query_otr span {
  display: block;
  font-size: 20px;
  color: #6B6B6B;
  margin: 20px 0 5px 0;
}

.query_otr a {
  font-size: 37px;
  font-weight: 500;
  color:#ffb900;
}

.query_otr a:hover{color:#ebac00;}

section.get_qte_section {
  background: url('../images/enquiry_form_bg.jpg') no-repeat center;
  background-size: cover;
  padding: 70px 0 60px;
}

.get_qte_form .cmn_small_hdng {
  text-align: left;
}

.get_qte_form .cmn_hdng {
  text-align: left;
  font-size: 35px;
  margin-bottom: 50px;
}

.qte_form_otr {
  background: #fff;
  padding:30px 20px 20px;
  max-width: 400px;
  border-radius: 4px;
}

.qte_form_otr label{color:#161616;font-weight: 500;}

.swiper-navigation {
  position: absolute;
  right: 0;
  top: 30px;
  width: 90px;
}

.swiper-button-next,
.swiper-button-prev {
  height: 25px;
  width: 25px;
  background:#ffb900;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

section.testimonial_sec {
  padding: 50px 0;
  background: #F2F2F2;
}

.testimonial_sldr {
  padding: 60px 0 60px;
}

.tstmnl_sldr_sngl p {
  text-align: justify;
}

.testimonial_sldr .swiper-slide .tstmnl_sldr_sngl {
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px 50px;
}

.testimonial_sldr .swiper-slide.swiper-slide-active .tstmnl_sldr_sngl {
  background: #ffb900;
}

.testimonial_sldr .swiper-slide.swiper-slide-active .tstmnl_sldr_sngl,
.testimonial_sldr .swiper-slide.swiper-slide-active .tstmnl_sldr_sngl p,
.testimonial_sldr .swiper-slide.swiper-slide-active .tstmnl_sldr_sngl strong.tstmnl_sldr_name {
  color: #fff;
}

.testimonial_sldr .swiper-slide .tstmnl_sldr_sngl span.tstnl_icn {
  color: #ffb900;
  font-size: 30px;
}

.testimonial_sldr .swiper-slide.swiper-slide-active .tstmnl_sldr_sngl span.tstnl_icn {
  color: #fff;
}

strong.tstmnl_sldr_name {
  color: #6B6B6B;
}

.tstmnl_img {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  overflow: hidden;
}

.ftrtp {
  position: relative;
  font-size: 0;
}

footer .ftrtp iframe {
  width: 100%;
  height: 350px;
  filter:grayscale(1) brightness(0.9);
  font-size: 0;
}

.ftr_tp_mn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  pointer-events: none;
}

.ftr_tp_mn .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftr_tp_form {
  background: #F2F2F2;
  padding: 30px;
  min-width: 450px;
  position: relative;
  top: 40px;
  pointer-events: all;
}

.ftr_tp_form strong {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
}

.ftr_tp_form ul {
  list-style: none;
  padding: 0;
}

.ftr_tp_form ul li {
  margin-bottom: 10px;
}

.ftr_tp_form ul li a {
  color: #161616;
}

.ftr_tp_form ul li a:hover {
  color: #FFB900;
}

.get_tch_image {
  max-width: 350px;
  margin: 0 0 -90px -100px;
}

footer .ftrbtm {
  background:#f4f4f4;
  padding: 30px 0;
}

footer .ftrbtm ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0 0 20px;
  display: flex;
  border-bottom:1px solid #e3e3e3;
}

footer .ftrbtm ul li {
  margin: 0 15px 0 0;
}

footer .ftrbtm ul li a {
  color:#333;
  font-size: 24px;
}

footer .ftrbtm ul li a:hover {
  color: #FFB900;
}

footer .ftrbtm span {display: inline-block; width: 100%; text-align: center; }

.req-a-q {
  background: #ffb900;;
  ;
 /* border: 1px solid #ffb900;*/
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding: 12px 34px 8px;
  font-weight: 600;
  margin-right: 35px;
  width: 183px;
}

.mobno {
  background: #ffb900;;
  /*border: 1px solid #ffb900;*/
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding: 12px 34px 8px;
  font-weight: 600;
  width: 183px;
}

.wsmenu>.wsmenu-list>li {
  margin-left:8px;
}

.viewmore {
  width: 183px;
  height: 45px;
    font-size: 16px;
    padding: 12px 34px 8px;
    font-weight: 600;
    border-radius: 6px;
    background: #ffb900;
    /* border: 1px solid #0087F4; */
    color: #2d2d2d;
    margin-top: 20px;
}

.viewmore:hover {
  color: #0056b3;
}

.wpcf7-response-output {
  color: #dc3232;

}

.abt_us_con ul {
  list-style: none;
}

a.enquirenow {
  background: #FFB900;
  border: 1px solid;
  color: #000;
  padding: 6px;
  text-decoration: none;
  font-size: 16px;
  float: right;
  border-radius: 8px;
}

.enquirenow:hover {
  color: #fff;
}

.abt_us_con p {
  text-align: justify;
}

.abt_us_con ul {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.abt_us_con ul li {
  position: relative;
  padding: 0 25px 0 25px;
}

.abt_us_con ul li:before {
  content: '\f560';
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color:#ffb900;
}

label {
  margin-bottom: 0;
}

.iconwant li img:hover {
  /* transform: rotate(20deg);*/
  cursor: pointer;
  transform: scale(0.8);
  transition: all .2s ease-in-out 0s;
}

.srvc_sngl_img:hover {
  cursor: pointer;
  transform: scale(0.8);
  transition: all .2s ease-in-out 0s;
}


/*-start-side bar */
.c-sticky-sidenav-holder {
  bottom: 24px;
  font-size: 16px;
  position: fixed;
  right: 24px;
  width: 55px;
  z-index: 99900;
}

.c-sticky-sidenav-holder div {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.c-sticky-help {
  position: relative;
}

.c-sticky-sidenav-holder div.c-sticky-help .enuirenwbtn {
  background-image: url(../images/maii.png);
  background-size: 35px auto;
}

c-sticky-sidenav-holder .callnwbtn,
.c-sticky-sidenav-holder .enuirenwbtn,
.c-sticky-sidenav-holder div button {
  background-color: #902f2f;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom-right-radius: 11px;
  display: block;
  height: 62px;
  opacity: .7;
  overflow: hidden;
  text-indent: -100000px;
  /* transition: all .3s ease 0s; */
  width: 55px;
}

.c-sticky-sidenav-holder .fixmobile-inquirenow {
  position: absolute;
  text-align: center;
  visibility: hidden;
  transition-duration: .5s;
  z-index: 1;
  opacity: 0;
  width: 215px;
  bottom: 5px;
  border-radius: 100px;
  background-color: #2d2d2d;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  right: 100px;

}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.c-sticky-help:hover .fixmobile-inquirenow {
  visibility: visible;
  right: 54px;
  opacity: 1;
}

.c-sticky-help .fixmobile-inquirenow a,
.fixmobile-num a {
  color: #fff;
}

.c-sticky-sidenav-holder div {
  float: left;
  margin-top: 10px;
  width: 100%;
}


.c-sticky-help .fixmobile-inquirenow a,
.fixmobile-num a {
  /* color: #fff; */
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.c-sticky-sidenav-holder div {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.c-sticky-sidenav-holder div.c-sticky-apply .callnwbtn {
  background-image: url(../images/phoo.png);
  background-size: 35px auto;
}

/*a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}*/

.c-sticky-sidenav-holder .callnwbtn,
.c-sticky-sidenav-holder .enuirenwbtn,
.c-sticky-sidenav-holder div button {
  background-color: #ffbe21;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom-right-radius: 11px;
  display: block;
  height: 62px;
  opacity: .7;
  overflow: hidden;
  text-indent: -100000px;
  transition: all .3s ease 0s;
  width: 55px;
  z-index: 1002;
}

.c-sticky-apply:hover .fixmobile-num {
  visibility: visible;
  right: 54px;
  opacity: 1;
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

.c-sticky-sidenav-holder .fixmobile-num {
  position: absolute;
  text-align: center;
  visibility: hidden;
  transition-duration: .5s;
  z-index: 1;
  opacity: 0;
  width: 215px;
  bottom: 5px;
  border-radius: 100px;
  background-color: #2d2d2d;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  right: 100px;
}

.c-sticky-sidenav-holder div {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.c-sticky-help .fixmobile-inquirenow a,
.fixmobile-num a {
  color: #fff;
}

a,
button {
  cursor: pointer;
}

/* end side bar */

 /*--Thank you--page--*/

    .thkspage{
    margin: 64px 0 64px 0;
    text-align: center;
}

.thksd-grid.gap-2.d-md-flex {
    justify-content: center;
    }

    .thkspage h4{
            font: normal normal bold 35px/42px Montserrat;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;
    }

    .thkspage p{
        text-align: center;
    font: normal normal normal 18px/28px Montserrat;
    letter-spacing: 0px;
    color: #2D2D2D;
    opacity: 1;
    }

    button.btn.bkhm {
     
  width: 236px;
  height: 45px;
    font-size: 16px;
    padding: 12px 34px 8px;
    font-weight: 600;
    border-radius: 6px;
    background: #ffb900;
    /* border: 1px solid #0087F4; */
    color: #2d2d2d;
    margin-top: 20px;
}


button.btn.bkhm:hover{
    color: #0056b3;

} 
.bkhm-btn a {
    color: #ffffff;
}
/*--End-Thank you--page--*/

/*--Start-404 Erroe -page-->*/
.err {
    text-align: center;
    padding: 19px;
  }
/*--End--404 Erroe -page-->*/


/*--------------- side icons ------------- */

.back-phone { position: fixed; bottom: 195px; opacity: 1; visibility: visible; right: 15px; z-index: 1000; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; }
.back-phone > a { position: relative; top: 0; display: block; width: 54px; height: 54px; color: #333; border-radius: 50%;     background: transparent linear-gradient(180deg, #f3ba00 0%, #e3aa00 100%) 0% 0% no-repeat padding-box;font-size: 20px; line-height: 55px; text-align: center; text-decoration: none !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.back-phone a i { transform: rotate( -35deg ); }
.fixmobile-appointment { position: absolute; right: 75px; min-width: 230px; top: 0; bottom: 0; margin: auto; height: 45px; text-align: right; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; opacity: 0; visibility: hidden; }
.fixmobile-appointment a { display: inline-block; background: transparent linear-gradient(180deg, #f3ba00 0%, #e3aa00 100%) 0% 0% no-repeat padding-box; padding: 11px 25px; border-radius: 7px; font-weight: 700; white-space: nowrap; color: #333; position: relative; }
.fixmobile-appointment a:after { content: ''; position: absolute; width: 0; height: 0; right: -12px; top: 0; bottom: 0; margin: auto; border-top: 6px solid transparent; border-left: 13px solid #e3aa00; border-bottom: 6px solid transparent; }
.back-phone:hover .fixmobile-appointment { opacity: 1; visibility: visible; }
.back-appointment { position: fixed; bottom: 125px; opacity: 1; visibility: visible; right: 15px; z-index: 1000; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; }
.back-appointment > a { position: relative; top: 0; display: block; width: 54px; color: #333; height: 54px; border-radius: 50%;     background: transparent linear-gradient(180deg, #f3ba00 0%, #e3aa00 100%) 0% 0% no-repeat padding-box;font-size: 20px; line-height: 55px; text-align: center; text-decoration: none !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.back-appointment:hover .fixmobile-appointment { opacity: 1; visibility: visible; }
.back-to-top { position: fixed; bottom: 50px; opacity: 0; visibility: hidden; right: 15px; z-index: 1000; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top a { position: relative; top: 0; display: block; width: 54px; height: 54px; border-radius: 50%; font-size: 20px; color: #333;     background: transparent linear-gradient(180deg, #f3ba00 0%, #e3aa00 100%) 0% 0% no-repeat padding-box;line-height: 54px; text-align: center; text-decoration: none !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.back-to-top a i { transform: rotate( -90deg ); }

/*--------------- side icons ------------- */


.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin: 10px 0 0;
  position: absolute;
  bottom: -21px;
}

.get_qte_section .heading{text-align: center;}

@media(min-width:992px){
  .header-topline {
    display: none;
  }
}

/*--mobile --header--*/ 
@media (max-width: 991px) {
  .container-fluid.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 30;
  }

  .header-topline { position: fixed; width: 100%; top: 0px; background:#4d4d4d; padding: 10px 15px;font-size: 13px;}
  a.numberbtnmobile { background: #c41e24; background-color: #c41e24!important; color: #fff !important; font-weight:600; padding: 5px 8px; }
  a.appointmentbtnmobile { background: #ffc736; background-color: #ffc736 !important; color: #000 !important; font-weight:600; padding: 5px 8px;}
  .mn_hdr_sec{position: fixed; z-index: 50; top: 49px;}
  .wsmobileheader>.smllogo {max-width: 120px; margin: 0px auto 0px 0; padding: 12px 0 0 15px; }
  .wsanimated-arrow { right: 7px; left: auto; }
  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after { width: 32px; height: 4px; }
  .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after { background: #ffc839; }
  .wsanimated-arrow span:before { top: -10px; }
  .wsanimated-arrow span:after { bottom: -10px; }
  .wsmenu>.wsmenu-list{background:#fff;}
  header.mn_hdr_sec .headerfull ul.wsmenu-list li.cmn_primary_btn,header.mn_hdr_sec .headerfull ul.wsmenu-list li.cmn_secondary_btn{display:none;}
  .wsmenu>.overlapblackbg{background-color: rgba(0, 0, 0, 0.7);}


}


@media screen and (min-device-width: 737px) and (max-device-width: 768px){ .container-fluid.topbar {
  font-size: 13px;
}

.container-fluid {
  background-color: #fff;
}

.topbar {
  background: transparent linear-gradient(90deg, #0a89f4 0, #1582e4 100%) 0 0 no-repeat padding-box;
  text-align: left;
  font: Regular 16px/25px Poppins;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 576px) {
  .lefttopbar ul li {
    display: inline-block;
    padding: 10px 0 0 128px;
    font-size: 20px;
  }
}


.lefttopbar ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #6B6B6B;
}

/*--mobile --header--*/


/* media queries start */
@media(max-width:1599px) {


  .wsmobileheader.clearfix {
    background-color: #ffff;
    position: relative;
  }

  .lefttopbar ul li {
    display: inline-block;
    padding: 10px 0 0 128px;
    font-size: 20px;
  }

  .lefttopbar ul li a {
    color: #ffffff;
  }

  /*.srvc_sngl{padding: 10px;}*/
  .srvc_sngl p {
    font-size: 16px;
    line-height: 22px;
  }

  .srvc_sngl_ttl {
    font-size: 16px;
    margin-bottom: 0;
  }

  .srvc_sngl>img {
    top: -133%;
  }

}

@media(max-width:1199px) {


  .wsmobileheader.clearfix {
    background-color: #ffff;
    position: relative;
  }

  .lefttopbar ul li {
    display: inline-block;
    padding: 10px 0 0 128px;
    font-size: 20px;
  }

  .lefttopbar ul li a {
    color: #ffffff;
  }

  .sldr_con_ttl {
    font-size: 70px;
    line-height: 70px;
  }

  .bnr_sldr_mn .swiper-slide img {
    max-width: 500px;
  }

  span.bnr_sldr_txt {
    font-size: 70px;
    bottom: 30px;
  }

  section.bnr_slider_sec {
    padding: 110px 0 80px;
  }

  .sldr_con_rt {
    max-width: 350px;
  }

  .upcmnsld_sngl img {
    margin-left: 0;
  }

  span.abt_vlu_slf {
    font-size: 35px;
  }

  .abt_vls ul li {
    width: 100%;
    margin: 0 0 20px;
    flex: auto;
  }

  .abt_vls ul li span {
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
  }

  .abt_vls ul li span br {
    display: none;
  }

  .cmn_hdng,
  .get_qte_form .cmn_hdng {
    font-size: 32px;
  }

  section.nbr_ftrs_sec {
    padding: 304px 0 60px;
  }

  .c-sticky-sidenav-holder.desktopsticky {
    display: none;
  }

}

@media(max-width:991px) {
  .container-fluid.topbar {
    display: block;
  }

  li#menu-item-905 {
    border: none;
    text-decoration: none;
  }

  li#menu-item-906 {
    border: none;
    text-decoration: none;
  }

  /* header.mn_hdr_sec .headerfull ul.wsmenu-list li a {
    color: #ffffff;
  } */

  section.bnr_slider_sec .row:last-child {
    flex-direction: row-reverse;
    justify-content: center;
  }

  section.bnr_slider_sec .row:last-child .col-sm-2 {
    align-self: center !important;
  }

  .bnr_sldr_mn {
    margin: 40px 0 0;
  }

  .sldr_con_rt p {
    margin-top: 0;
    margin-right: -36%;
    text-align: justify;
  }

  .sldr_con_rt {
    max-width: 100%;
    padding: 0;
  }

  .sldr_con_ttl {
    margin: 0 0 20px;
  }

  .about_img {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  section.abt_sec {
    padding: 40px 0 10px;
  }

  section.service_sec {
    padding: 40px 0 10px;
  }

  section.advantage_sec {
    padding: 40px 0 40px;
  }

  section.want_know_sec {
    height: auto;
    padding: 30px 0;
  }

  .want_kno_vdo video {
    margin-left: 0;
  }

  section.nbr_ftrs_sec {
    padding: 50px 0 50px;
  }

  section.nbr_ftrs_sec:before,
  section.nbr_ftrs_sec:after {
    height: 180px;
    width: 250px;
  }

  section.get_qte_section {
    background-position: top;
  }

  .wsmenu>.wsmenu-list {
    padding-top:15px;
  }

  .wsmobileheader {
    background-color: #FFF;
  }

  .wsmobileheader.clearfix {
    background-color: #ffff;
    position: relative;
    box-shadow: none;
  }

  .col-md-6.lefttopbar {
    display: contents;
  }

  .lefttopbar ul li {
    display: inline-block;
    padding: 10px 0 0 128px;
    font-size: 20px;
  }

  .lefttopbar ul li a {
    color: #ffffff;
  }

  .c-sticky-sidenav-holder.desktopsticky {
    display: none;
  }
}


@media(max-width:767px) {


i.fas.fa-phone {
    transform: rotate(165deg);

}


  .container-fluid.topbar {
    display: block;
  }

  .wsmobileheader.clearfix {
    background-color: #ffff;
    position: relative;
    box-shadow: none;
  }

  .lefttopbar ul li {
    display: inline-block;
    padding: 11px 0 0 27px;
    font-size: 16px;
  }

  .lefttopbar ul li a {
    color: #ffffff;
    
  }

  
  /* header.mn_hdr_sec .headerfull ul.wsmenu-list li a {
    color: #FFF;
  } */

  /*p{text-align: justify; }*/

  li#menu-item-905 {
    border: none;
    text-decoration: none;
  }

  li#menu-item-906 {
    border: none;
    text-decoration: none;
  }

  .sldr_con_rt a {
    font-size: 16px;
    padding: 12px 34px 8px;
    font-weight: 600;
    border-radius: 10px;
    background: #ffb900;
    border: 1px solid #ffb900;
    color: #2d2d2d;
    margin-top: 15px;
  }

  .about_img {
    max-width: 100%;
  }

  .sldr_con_ttl {
    font-size: 50px;
    line-height: 50px;
  }

  section.bnr_slider_sec .row:last-child {
    flex-direction: column-reverse;
  }

  .bnr_sldr_mn .swiper-slide img {
    max-width: 100%;
  }

  /*section.bnr_slider_sec { padding: 90px 0 0; }*/

  section.bnr_slider_sec { padding: 30px 0 30px; margin: 110px 0 0; }

  span.bnr_sldr_txt {
    display: none;
  }

  .bnr_sldr_upcmng .swiper-slide.swiper-slide-next {
    margin-left: -48%;
    width: 100px !important;
  }

  .upcmnsld_sngl span {
    margin: 0;
  }

  .cmn_hdng,
  .get_qte_form .cmn_hdng {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  section.service_sec .cmn_hdng {
    margin: 15px 0 30px;
  }

  .abt_vls {
    margin-right: 0;
  }

  .srvc_sngl:hover>img {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }

  .cmn_hdng {
    margin: 5px 0 20px;
  }

  .advntg_con p {
    text-align: justify;
  }

  .advntg_con ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
  }

  section.want_know_sec .cmn_hdng {
    margin: 15px 0 14px;
  }

  .want_kno_vdo video {
    margin-left: 0;
  }

  .want_kno_vdo a {
    height: 60px;
    width: 60px;
  }

  section.nbr_ftrs_sec ul {
    flex-wrap: wrap;
  }

  section.nbr_ftrs_sec ul li {
    flex: auto;
    width: 50%;
    margin-bottom: 40px;
    border: none;
  }

  .query_otr {
    margin: 0;
  }

  .query_otr a {
    font-size: 28px;
  }

  section.nbr_ftrs_sec:before,
  section.nbr_ftrs_sec:after {
    height: 75px;
    width: 100px;
  }

  .qury_img img {
    max-width: 80px;
  }

  section.get_qte_section {
    padding: 30px 0;background:#f4f4f4;
  }

  .get_qte_form .cmn_small_hdng {
    text-align: center;
  }

  .cmn_hdng,
  .get_qte_form .cmn_hdng {
    margin-top: 15px;
  }

  .get_qte_form {
    max-width: 100%;
  }

  label {
    font-size: 14px;
  }

  .form_btn_sbmt {
    text-align: center;
  }

  section.testimonial_sec {
    padding: 40px 0 20px;
  }

  .ftr_tp_form {
    width: 100%;
    min-width: auto;
  }

  .ftr_tp_mn .container {
    display: initial;
  }

  .ftr_tp_logo {
    display: none;
  }

  .ftr_tp_mn {
    position: initial;
    padding: 0 0 30px;
  }

  .ftr_tp_form {
    padding: 20px;
  }

  .get_tch_image {
    max-width: 200px;
    margin: 0 auto;
  }

  .ftr_tp_form {
    top: -0;
    margin-top: -70px;
  }

  .ftr_tp_form strong {
    font-size: 20px;
  }

  .ftr_tp_form ul li a {
    font-size: 14px;
  }

  footer .ftrtp iframe {
    height: 250px;
  }

  footer .ftrbtm ul li a {
    font-size: 20px;
  }

  footer .ftrbtm ul {
    justify-content: center;
  }

  footer .ftrbtm span {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  footer .ftrbtm ul {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  footer .ftrbtm {
    padding:15px 0 70px;
  }

  .srvc_sngl_ttl {
    margin-bottom: 15px;
  }

  .sldr_con_rt p {
    margin-right: 0;
  }

  .bnr_slider_sec .sldr_con {
    margin: 0px;
  }

  .c-sticky-sidenav-holder.desktopsticky {
    display: none;
  }

  .mobilesticky {
    display: block !important
  }

  .c-sticky-sidenav-holder {
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%
  }

  .footer-bottom {
    margin-bottom: 40px
  }

  .c-sticky-sidenav-holder div a {
    width: 100% !important;
    border-bottom-right-radius: 0;
    background-color: #000;
    height: 50px
  }

  .c-sticky-sidenav-holder div {
    width: 33.3333%;
    margin-top: 0;
    text-align: center
  }

  .c-sticky-sidenav-holder div.c-sticky-help a {
    background-image: url(../images/maiil-mob.png);
    background-size: 40px
  }

  .c-sticky-sidenav-holder div.c-sticky-apply a {
    background-image: url(../images/phoon-mob.png);
    background-size: 30px
  }

  .c-sticky-sidenav-holder div.c-back-to-top a {
    background-image: url(../images/up-mob.png);
    background-size: 40px
  }

  .c-sticky-sidenav-holder div a {
    position: relative;
    display: block;
    height: 53px;
    width: 58px;
    border-bottom-right-radius: 0;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -100000px;
    overflow: hidden;
    z-index: 1002;
    opacity: .6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
  }

  .scterboxs .nescs .formsbgs::before {
    content: '';
    position: absolute;
    background: #707070;
    opacity: .5;
    left: 0;
    right: 0;
    height: 70%;
    width: 100%;
    box-shadow: inset 0 0 10px rgba(236, 236, 236, .9)
  }

  .nescs .bo-forms {
    padding: 1px 1px 30px 14px
  }

  .scterboxs {
    margin: 0 auto;
    box-shadow: 0 3px 59px #0000003B;
    padding: 0;
    border: 1px solid #779ecb;
    position: absolute;
    z-index: 99
  }

  .container-fluid.topbar-mobile .col-6 {
    padding: 6px 13px;
    text-align: left !important;
    font-size: 15px
  }

  .col-6.col-md-6.lty {
    text-align: right !important
  }

  .footerrighticonbtn {
    position: fixed;
    bottom: 0px;
    right: 0;
    background:rgb(39,39,39,0.7);
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
    padding: 0 15px;
    }
    .back-appointment, .back-to-top, .back-phone, .whatsappcallbox {
        position: initial;opacity: 1;visibility:visible;
    }
    .back-phone > a:hover, .back-appointment > a:hover, .back-to-top a:hover{background:transparent;}
    .back-appointment:hover {
        opacity: 1;
        bottom: 0;
    }
    .back-appointment > a, .back-phone > a, .back-to-top a, .whatsappcallbox a.whatsappcall {
        width: auto;
        height: auto;
        font-size: 24px;
        line-height: 53px;
        background: transparent;
        color: #fff;
    }
    .whatsappcallbox a.whatsappcall span img {
        filter: brightness(9);
        margin-top: -7px;
    }
    .back-appointment:hover .fixmobile-appointment , .back-phone:hover .fixmobile-appointment ,.back-to-top:hover .fixmobile-appointment ,.back-phone:hover .fixmobile-appointment ,.whatsappcallbox:hover .fixmobile-appointment{
        opacity: 0;
        visibility: hidden;
    }


}

@media screen and (min-device-width:569px) and (max-device-width:736px) {
  .topbar-mobile {
    display: block
  }

  ::-webkit-input-placeholder {
    font-size: 14px !important
  }

  ::-moz-placeholder {
    font-size: 14px !important
  }

  textarea::-webkit-input-placeholder {
    font-size: 14px !important
  }

  .thankuyo h1 {
    font-size: 35px;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    text-transform: uppercase;
    font-family: Poppins-Bold
  }

  .pagtext p {
    color: #707070 !important;
    margin: 0 10px
  }

  .logto p img {
    margin: 21px auto;
    width: 40%
  }

  .socilaw ul li {
    display: inline-block;
    margin: 0 12px 19px 3px
  }

  .custom-logo-locut {
    margin-right: 71%
  }

  .c-sticky-sidenav-holder div a {
    position: relative;
    display: block;
    height: 53px;
    width: 58px;
    border-bottom-right-radius: 20px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -100000px;
    overflow: hidden;
    z-index: 1002;
    opacity: .6;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
  }

  .desktopsticky {
    display: none
  }

  
  .desktopsticky {
    display: none
  }

}

@media(max-width:475px) {
  .lefttopbar ul li {
    display: inline-block;
    padding: 11px 0 0 15px;
    font-size: 16px;
  }
}

  /* media queries end */