/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
  --black: #000000;
  --white: #ffffff;
  --theme-color: #26317b;
  --gray: #707070;
  --light-gray: #aaaaaa;
  --arial: "Arial";
  --small-font: 15px;
  --regular-font: 16px;
  --semi-big-font: 24px;
  --medium-font: 22px;
  --main-title-font: 50px;
  --title-font: 40px;
  --small-title-font: 36px;
}
*,
* ::after,
* ::before {
  box-sizing: border-box;
  --webkit-box-sizing: border-box;
}
*,
*:hover,
*:hover * {
  transition: 0.4s all;
}
a {
  text-decoration: none;
}
img {
  width: auto;
  height: auto;
  max-width:100%;
}
p:last-child {
  margin-bottom: 0;
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 111;
}
.stick-header {
  padding: 10px 0;
}
.banner-area {

  padding: 203px 0 81px 0;
} 
.banner-area.poliarea {
  background: url('https://info.avispl.co.uk/hubfs/raw_assets/public/avi/atlas-theme%20child/templates/layouts/image/banner-avi.png') no-repeat center center / cover;
} 
.major-banner-area {
  background: url('https://info.avispl.co.uk/hubfs/raw_assets/public/avi/atlas-theme%20child/templates/layouts/image/main-banner-major.png') no-repeat center center / cover;
  padding: 203px 0 81px 0;
}
.major-banner-area .title-banner h1{
  width: 100%;
}
.title-banner h1 {
  text-align: left;
  font: normal normal bold var(--main-title-font) / 58px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin: 0;
  width: 85%;
}
.major-title-banner h1{
  text-align: center;
  font: normal normal bold 68px/86px Arial;
  letter-spacing: 0px;
  color: var(--white);
}

.banner-logo {
  margin-bottom: 50px;
}
.title-banner-dsc {
  text-align: center;
  font: normal normal normal 36px / 43px Arial;
  letter-spacing: 0px;
  color: var(--white);
  padding-top: 50px;
}
.form {
  background: var(--white) 0% 0% no-repeat padding-box;
  padding: 19px 60px;
}
.form-title h2 {
  text-align: left;
  font: normal normal bold 30px/34px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  margin: 0;
}
.form-title {
  margin-bottom: 19px;
}
form label {
  text-align: left;
  font: normal normal bold var(--regular-font) / 18px var(--arial);
  letter-spacing: 0px;
  color: var(--light-gray);
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
form label span {
  color: #ef6b51;
}
form input:not(input[type="submit"]) {
  background: var(--white) 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  width: 100%;
  text-align: left;
  font: normal normal bold var(--regular-font) / 38px var(--arial);
  color: var(--black);
  padding: 0 20px;
}
form input[type="submit"] {
  background: var(--theme-color);
  padding: 0 60px;
  border: none;
  font: normal normal bold var(--small-font) / 55px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
}
form input[type="submit"]:hover {
  background: var(--black);
}
.form-body .form-fields:not(:last-child) {
  margin-bottom: 19px;
}
.form-footer {
  padding-top: 19px;
}
.banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 162px;
}
.image-section-two img {
  width: 100%;
  height: 100%;
}
.data-section-two p {
  text-align: left;
  font: normal normal bold var(--medium-font) / 36px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
}
.data-section-two {
  height: 100%;
  display: flex;
  align-items: center;
}
.image-section-two {
  padding-right: calc(100px - calc(var(--bs-gutter-x) * 1));
}
.inner-section-two {
  padding: 180px 0;
}
.main-two-section-grid .inner-section-two {
  padding: 0px 0 0 0;
  background: #F9F9F9 0% 0% no-repeat padding-box;
}
.section-three-inner {
  text-align: center;
}
.section-three-inner {

  padding-top: 159px;
  height: 649px;
}
.data-sec-three {
  margin-bottom: 39px;
}
.title-section-three p {
  text-align: center;
  font: normal normal bold 20px/23px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin-bottom: 0.2px;
}
.title-section-three h2 {
  text-align: center;
  font: normal normal bold var(--small-title-font) / 43px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin: 0;
}
.image-section-three {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
.image-section-three .imgs {
  display: block;
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  object-fit: scale-down;
}
.section-four {
  padding: 300px 0 100px 0;
}
.data-section-com {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 86%;
}
.data-section-com h2 {
  text-align: left;
  font: normal normal bold var(--title-font) / 45px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  margin-bottom: 60px;
}
.play-video a {
  text-align: left;
  font: normal normal bold 20px/23px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  outline: none;
  border: none;
}
.play-video a span.player-icon {
  background: var(--theme-color) 0% 0% no-repeat padding-box;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
span.player-text {
  display: inline-flex;
  margin-left: 20px;
}
.data-section-com p {
  text-align: left;
  font: normal normal bold var(--regular-font) / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
  margin-bottom: 60px;
}
.com-half-section-image-inn img {
  width: 100%;
}
.com-half-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--theme-color);
}
.com-half-section-data {
  display: flex;
  align-items: center;
  padding: 100px 100px 100px 46px;
}
.accordian-data *,
.accordian-data .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none !important;
}
.accordian-data .accordion-button,
.accordion-item {
  border-radius: 0 !important;
  border: none;
}
.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion-button,
.accordian-data .accordion-button:not(.collapsed) {
  text-align: left;
  font: normal normal normal var(--semi-big-font) / 38px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
}
.accordian-data {
  width: 100%;
}
.accordian-data .accordion-button,
.accordian-data .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordian-data .accordion-body p {
  text-align: left;
  font: normal normal normal var(--regular-font) / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
}
.accordian-data .accordion-button::after {
  content: "+";
  background: none;
}
.accordian-data .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
}
.inner-section-six {
  background: #f9f9f9;
  padding: 120px 0;
}
.inner-data-infographic {
  background: url('https://info.avispl.co.uk/hubfs/raw_assets/public/avi/atlas-theme%20child/templates/layouts/image/Infographic.png') no-repeat center center / cover;
  padding: 171px 40px;
}
.inner-data-infographic h2 {
  text-align: center;
  font: normal normal bold var(--title-font) / 45px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin-bottom: 40px;
}
.inner-data-infographic h3 {
  text-align: center;
  font: normal normal bold var(--medium-font) / 36px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin-bottom: 40px;
}
.btn-infographic {
  text-align: center;
}
.btn-com {
  background: #0076dc;
  padding: 0 49px;
  font: normal normal bold var(--small-font) / 55px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  border-radius: 0;
}
.btn-com:hover {
  background: var(--white);
  color: var(--theme-color);
}
.data-infographic {
  margin-bottom: -290px;
}
.inner-section-seven {
  padding: 350px 0 180px 0;
}
.section-seven .data-section-com h2 {
  width: 80%;
}
.data-section-nine {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 57px;
}
.icon-section-nine {
  display: block;
  width: 82px;
  height: 72px;
  margin: 0 auto 33px auto;
}
.icon-section-nine img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.title-desc-section-nine h3 {
  text-align: center;
  font: normal normal bold var(--semi-big-font) / 28px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  margin-bottom: 30px;
}
.title-desc-section-nine p {
  text-align: center;
  font: normal normal normal var(--regular-font) / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
}
.section-nine-data-wrap {
  background: var(--white);
  border: 1px solid #e0e0e0;
  padding: 76px 20px 70px 20px;
}
.inner-section-nine {
  padding: 180px 0;
}
.section-nine-data-wrap:hover {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.images-section-ten img {
  width: 100%;
}
.images-section-ten .image-two-section-ten img {
  width: 100%;
  max-width: 831px;
  display: block;
  margin: 0 auto;
  object-fit: scale-down;
}
.image-two-section-ten {
  margin-top: -150px;
}
.title-desc-section-ten {
  padding-top: 120px;
}
.inner-section-ten {
  padding: 23px 0 180px 0;
}
.title-section-ten h2 {
  text-align: center;
  font: normal normal bold var(--title-font) / 45px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  margin-bottom: 40px;
}
.title-section-ten p {
  text-align: center;
  font: normal normal bold var(--regular-font) / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
}
.desc-section-ten {
  padding-top: 50px;
}

.desc-section-ten p {
  text-align: center;
  font: normal normal normal var(--regular-font) / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
}
.btn-section-eleven {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.inner-section-eleven {
  padding: 147px 0;
  background: url('https://info.avispl.co.uk/hubfs/raw_assets/public/avi/atlas-theme%20child/templates/layouts/image/bg-eleven.png') no-repeat center center / cover;
}
.desc-section-eleven p {
  text-align: left;
  font: normal normal normal var(--medium-font) / 36px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
}
.desc-section-eleven {
  width: 90%;
}
.site-footer {
  background: #000735;
}
.inner-footer {
  padding: 105px 0 70px 0;
}
.copyright-text {
  padding-top: 100px;
}
.site-footer h3 {
  text-align: left;
  font: normal normal bold var(--semi-big-font) / 29px var(--arial);
  letter-spacing: 0px;
  color: #0076dc;
  margin-bottom: 34px;
}
.site-footer ul li a {
  text-align: left;
  font: normal normal normal 14px/26px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
}
.UK-Headquarters li {
  width: 60%;
}
.copyright-text p {
  text-align: left;
  font: normal normal normal 14px/26px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
}
.social-media li a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  background: #414963;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.social-media ul {
  display: flex;
  align-items: center;
}
.social-media li a img {
  width: 14px;
  filter: brightness(0) invert(1);
}
.social-media ul li:not(:last-child) {
  margin-right: 16px;
}
.site-footer ul li a:hover {
  color: #0076dc;
}
.banner-thankyou {
  padding: 217px 0 93px 0;
  background: url('https://info.avispl.co.uk/hubfs/raw_assets/public/avi/atlas-theme%20child/templates/layouts/image/new-thankyou-banner.png') no-repeat center center / cover;
}
.thankyou-banner-data h1 {
  text-align: center;
  font: normal normal bold 70px/80px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin-bottom: 30px;
}
.thankyou-banner-data h2 {
  text-align: center;
  font: normal normal bold var(--medium-font) / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  margin: 0;
}
.thankyou-banner-data h3 {
  text-align: left;
  font: normal normal normal 20px/23px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}
.banner-buttons-thank-you {
  padding-top: 70px;
  text-align: center;
}
.btn-more-info {
  background: #8bc544;
  margin-right: 64px;
}
.btn-transparant {
  background: transparent !important;
  text-decoration: underline 2px;
  padding: 0;
  color: var(--white) !important;
}
.thank-you-banner-image {
  padding-top: 80px;
}
.thank-you-banner-image img {
  display: block;
  width: 100%;
  max-width: 716px;
  margin: 0 auto;
}
.image-section-com img {
  width: 100%;
}
.com-half-section-image-inn {
  height: 100%;
}
.com-half-section-image-inn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#hs_cos_wrapper_widget_1693391712696 .button-link.bl-align-left {
  position: relative;
  top: -310px;
  left: 430px;
}


.main-second-section {
  background: var(--white);
  padding: 160px 0 90px 0;
}
.second-video-section {
  max-width: 970px;
  margin: 0 auto;
}
.main-third-section-inn {
  max-width: 970px;
  margin: 0 auto;
}
.main-third-section {
  background: var(--white);
  padding: 60px 0 160px  0;   
}
.calendar-dsc p {
  text-align: center;
  font: normal normal bold 22px/36px Arial;
  letter-spacing: 0px;
  color: #707070;
  margin: 0;
  padding-bottom: 40px;
}

.calendar-dsc span {
  color: var(--unnamed-color-707070);
  text-align: center;
  font: normal normal normal 16px/26px Arial;
  letter-spacing: 0px;
  color: #707070;
}
.calendar-dsc {
  text-align: center;
}
.main-two-section-grid p.main-two-bold {
  text-align: left;
  font: normal normal bold 22px/36px Arial;
  letter-spacing: 0px;
  color: #707070;
  max-width: 700px;
  margin: 0 auto;
}
.main-two-section-grid p.main-two-dark {
  text-align: left;
  font: normal normal normal 22px/36px Arial;
  letter-spacing: 0px;
  color: #707070;
  max-width: 700px;
  margin: 0 auto;
}
.main-four-section-inn img {
  width: 100%;
}
.main-four-section {
  background: #010729 0% 0% no-repeat padding-box;
  padding: 0 0 160px 0;
}
.main-four-section-inn {
  max-width: 968px;
  margin: 0px auto;
  margin-top: -250px;
  position: relative;
}
.majorfaq {
  text-align: left;
  font: normal normal bold 36px / 43px Arial;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.section-two.main-two-section-grid {
  overflow: hidden;
}
.section-six-contactus {
  padding: 90px 0;
}
.contactus-inn-dsc h2 {
  text-align: center;
  font: normal normal normal 40px / 44px Arial;
  letter-spacing: 0px;
  color: #000735;
  margin-bottom: 50px;
}
.contactus-inn-dsc p {
  text-align: center;
  font: normal normal normal 22px / 26px Arial;
  letter-spacing: 0px;
  color: #000735;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.section-six-contactus-inn {
  max-width: 970px;
  margin: 0 auto;
}
.calendar-box {
  margin-bottom: 0;
}
.main-five-video-section-inn {
  align-items: center;
  background: url(https://info.avispl.co.uk/hubfs/raw_assets/public/avi/atlas-theme%20child/templates/layouts/image/video-play-back.png) no-repeat 50% / cover;
  display: flex;
  height: 650px;
  justify-content: center;
  position: relative;
}
.main-five-video-section-inn span {
  color: #fff;
  font: normal normal 700 20px / 23px Arial;
  letter-spacing: 0;
  text-align: left;
  margin-left: 20px;
}
.main-five-video-section-inn a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}
.main-five-video-section-inn .modal-content {
  background: #010729 0% 0% no-repeat padding-box;
}
.main-five-video-section-inn .modal-title 
color: #fff;
}
.main-five-video-section-inn .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.main-five-video-section-inn .btn-close:focus {
  box-shadow: none;
}

.smalltxt h1 {
  font-size: 42px;
}
.titlemain h1 {
  text-align: center;
  font: normal normal bold var(--title-font) / 45px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  margin-bottom: 50px;
}
.titlemain p {
  text-align: center;
  font: normal normal bold 18px / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
  max-width: 770px;
  margin: 0 auto;
}
.section-newsix {
  padding: 90px 0;
}
.coman-box-imges {
  min-width: 370px;
}
.coman-box-imges img {
  width: 100%;
  object-fit: cover;
}
.coman-box-dscbox {
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 30px;
}
.coman-box-innrer {
  display: flex;
  grid-gap: 30px;
  border-bottom: 3px solid #EBEBEB;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.coman-box-innrer:first-child {
  border-top: 3px solid #EBEBEB;
  margin-top: 0px;
  padding-top: 40px;
}
.coman-box-dscbox h3 {
  text-align: left;
  font: normal normal normal 24px / 28px var(--arial);
  letter-spacing: 0px;
  color: var(--theme-color);
  padding-bottom: 30px;
  border-bottom: 3px solid #0076DC;
  margin-bottom: 30px;
}
.coman-box-dscbox span {
  font: normal normal bold 24px / 28px var(--arial);
}
.coman-box-dscbox p {
  text-align: left;
  font: normal normal normal 16px / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
  margin-bottom: 30px;
}
.coman-box-dscbox .viewdevice {
  font: normal normal bold 15px / 17px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  background: #0076DC 0% 0% no-repeat padding-box;
  color: #ffffff;
  padding: 19px;
  display: inline-block;
}
.book-call-banners {
  background: #283277 ;
}
.book-call-title h5 {
  text-align: center;
  font: normal normal bold 18px / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--gray);
  max-width: 770px;
  margin: 0 auto;
  padding-bottom: 340px;
}
.book-call-imgbox {
  width: 970px;
  margin: 0 auto;
  text-align: center;
}
.book-call-imgbox img {
  width: 100%;
  height: 507px;
  object-fit: cover;
  margin-top: -254px;
}
.book-call-imgbox h6 {
  text-align: center;
  font: normal normal bold 40px / 45px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  max-width: 872px;
  margin: 0 auto;
  padding-top: 90px;
}
.book-call-imgbox p {
  text-align: center;
  font: normal normal normal 16px / 26px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  max-width: 770px;
  margin: 0 auto;
  padding-top: 50px;
}
.book-call-imgbox a.viewdevice {
  font: normal normal bold 15px / 17px var(--arial);
  letter-spacing: 0px;
  color: var(--white);
  background: #0076DC 0% 0% no-repeat padding-box;
  color: #ffffff;
  padding: 19px 45px;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 90px;
}

.thankyou-banner-data-new h1 {
  width: 814px;
}
.thankyou-banner-data-new h2 {
  max-width: 690px;
  margin: 0 auto;
}
.thankyou-banner-data-new .thank-you-banner-image img {
  max-width: 563px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1699px) {
  .banner-thankyou {
    padding: 160px 0 70px 0;
  }
  .thankyou-banner-data h1 {
    font-size: 58px;
  }
  .main-four-section-inn {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 1599px) {
  :root {
    --small-font: 13px;
    --regular-font: 14px;
    --semi-big-font: 20px;
    --medium-font: 18px;
    --main-title-font: 44px;
    --title-font: 36px;
    --small-title-font: 32px;
  }
  .banner-area {
    padding: 150px 0 60px 0;
  }
  /*   .major-banner-area {
  padding: 150px 0 60px 0;
} */
  .banner-logo {
    margin-bottom: 40px;
  }
  .banner-content {
    padding-bottom: 130px;
  }
  .inner-section-two {
    padding: 90px 0;
  }
  form input:not(input[type="submit"]) {
    line-height: 33px;
  }
  .section-three-inner {
    padding-top: 80px;
  }
  .image-section-three {
    padding-top: 70px;
  }
  /*   .section-four {
  padding: 190px 0 90px 0;
} */
  .inner-section-six {
    padding: 90px 0;
  }
  .inner-section-seven {
    padding: 270px 0 90px 0;
  }
  .inner-section-nine {
    padding: 90px 0;
  }
  .data-section-nine {
    grid-gap: 30px;
  }
  .title-desc-section-ten {
    padding-top: 60px;
  }
  .title-section-ten h2 {
    margin-bottom: 25px;
  }
  .desc-section-ten {
    padding-top: 30px;
  }
  .inner-section-ten {
    padding: 23px 0 90px 0;
  }
  .inner-section-eleven {
    padding: 80px 0;
  }
  .desc-section-eleven {
    width: 80%;
  }
  .inner-footer {
    padding: 75px 0 30px 0;
  }
  .copyright-text {
    padding-top: 60px;
  }
  .site-footer h3 {
    margin-bottom: 20px;
  }
  .inner-data-infographic {
    padding: 120px 40px;
  }
  .inner-data-infographic h2 {
    margin-bottom: 30px;
  }
  .inner-data-infographic h3 {
    margin-bottom: 20px;
  }
  .thankyou-banner-data h1 {
    font-size: 44px;
    line-height: 130%;
  }
  .banner-buttons-thank-you {
    padding-top: 40px;
  }
  .thank-you-banner-image {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1499px) {
  .major-title-banner h1 {
    font: normal normal bold 64px / 77px Arial;
  }
  .title-banner-dsc {
    font: normal normal normal 32px / 38px Arial;
  }
  .main-two-section-grid p.main-two-dark{
    font: normal normal normal 20px / 30px Arial;
    max-width: 550px;
  }
  .main-two-section-grid p.main-two-bold {
    font: normal normal bold 20px / 30px Arial;
    max-width: 550px;
  }
  .main-four-section-inn {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 1399px) {
  .major-title-banner h1 {
    font: normal normal bold 58px / 65px Arial;
  }
  .title-banner-dsc {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1299px) {
  .main-second-section {
    background: var(--white);
    padding: 100px 0 90px 0;
  }
  /*   .calendar-box {
  margin-bottom: 100px;
} */
  .main-third-section,
  .main-four-section{
    padding: 0px 0 100px 0;
  }
  .main-third-section{
    padding: 60px 0 100px 0;
  }
  .main-four-section-inn {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  .inner-footer .col-xl-3:not(:last-child) {
    margin-bottom: 34px;
  }
  .site-footer h3 {
    margin-bottom: 15px;
  }
  .banner-thankyou {
    padding: 140px 0 40px 0;
  }
  .thankyou-banner-data h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .data-section-nine {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-section-eleven {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .banner-content {
    padding-bottom: 60px;
  }
  .image-section-two {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .data-section-com {
    width: 100%;
  }
  .data-section-com h2 {
    margin-bottom: 25px;
  }
  .data-section-com p {
    margin-bottom: 20px;
  }
  .data-section-com {
    padding-top: 40px;
  }
  .com-half-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .com-half-section-data {
    padding: 50px;
  }
  .inner-section-four .row,
  .inner-section-seven .row {
    flex-direction: column-reverse;
  }
  .title-banner-dsc br {
    display: none;
  }
  .title-banner-dsc {
    font: normal normal normal 28px / 38px Arial;
    padding-top: 30px;
  }
  .main-two-section-grid p.main-two-bold, .main-two-section-grid p.main-two-dark {
    max-width: 90%;
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .calendar-dsc p {
    padding-bottom: 20px;
  }
  .inner-section-two .rowreverce{
    flex-direction: column-reverse;
  }
  .main-third-section, .main-four-section {
    padding: 0px 0 80px 0;
  }
  .main-third-section{
    padding: 60px 0 80px 0;
  }
  /*   .calendar-box {
  margin-bottom: 80px;
} */
  /*   .main-four-section-inn {
  margin-top: 60px;
} */
  .section-six-contactus {
    padding: 80px 0;
  }
  .book-call-imgbox {
    width: 100%;
  }
  .section-four {
    padding: 300px 0 80px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .image-two-section-ten {
    margin-top: -126px;
  }
  /*   .main-third-section {
  padding: 100px 0 80px 0;
} */
}
@media only screen and (max-width: 992px) {
  :root {
    --small-font: 13px;
    --regular-font: 14px;
    --semi-big-font: 18px;
    --medium-font: 16px;
    --main-title-font: 40px;
    --title-font: 32px;
    --small-title-font: 28px;
  }
  .inner-section-two {
    padding: 50px 0;
  }
  .image-section-three {
    padding-top: 100px;
    margin-bottom: -70px;
  }
  .section-four {
    padding: 250px 0 50px 0;
  }
  .inner-section-six {
    padding: 50px 0;
  }
  .inner-section-seven {
    padding: 290px 0 50px 0;
  }
  .inner-section-nine {
    padding: 50px 0;
  }
  .inner-section-ten {
    padding: 0 0 50px 0;
  }
  .desc-section-eleven {
    width: 100%;
  }
  .major-title-banner h1 {
    font: normal normal bold 52px / 60px Arial;
  }
  .title-banner-dsc {
    font: normal normal normal 24px / 32px Arial;
    padding-top: 30px;
  }
  .majorfaq {
    font: normal normal bold 32px / 38px Arial;
  }
  .contactus-inn-dsc p {
    font: normal normal normal 20px / 26px Arial;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .contactus-inn-dsc h2 {
    margin-bottom: 30px;
  }
  .main-five-video-section-inn {
    height: 500px;
  }
  .coman-box-innrer {
    flex-direction: column;
  }
  .book-call-title h5 {
    max-width: 85%;
  }
  .book-call-imgbox h6 {
    padding-top: 70px;
  }
  .thankyou-banner-data-new h1 {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .data-section-nine {
    grid-template-columns: repeat(1, 1fr);
  }
  .com-half-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .second-video-section .sproutvideo-player {
    height: 350px !important;
  }
  .main-four-section-inn {
    margin-top: 260px;
    margin: 0px auto 0 !important;
  }

}
@media only screen and (max-width: 767px) {
  .com-half-section-data {
    padding: 50px 20px;
  }
  .form {
    padding: 20px 40px;
  }
  .thankyou-banner-data h1 {
    font-size: 28px;
  }
  .image-two-section-ten {
    margin-top: -93px;
  }
  .title-banner h1{
    width: 100%;
    line-height: 130%;
  }
  .main-third-section {
    padding: 60px 0 60px 0;
  }
  .main-second-section {
    padding: 60px 0 60px 0;
  }.second-video-section .sproutvideo-player {
    height: 300px !important;
  }.calendar-box {
    margin-bottom: 60px;
  }
  .spacetop {
    padding-top: 25px;
  }
  .main-five-video-section-inn {
    height: 300px;
  }
  .section-four {
    padding: 170px 0 50px 0;
  }
  .section-newsix {
    padding: 60px 0;
  }
  .book-call-title h5 {
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --main-title-font: 34px;
    --title-font: 26px;
    --small-title-font: 24px;
  }
  .image-two-section-ten {
    margin-top: -83px;
  }
  .title-section-ten h2 {
    line-height: 120%;
  }
  .calendar-dsc p {
    font: normal normal bold 22px / 30px Arial;
  }
  .main-two-section-grid p.main-two-bold {
    font: normal normal bold 18px / 24px Arial;
  }
  .main-two-section-grid p.main-two-dark {
    font: normal normal normal 18px / 24px Arial;
  }
  .main-third-section, .main-four-section {
    padding: 0px 0 60px 0;
  }
  .main-third-section {
    padding: 60px 0 60px 0;
  }
  .second-video-section .sproutvideo-player {
    height: 215px !important;
  }
  .smalltxt h1 {
    font-size: 32px;
  }
  .book-call-imgbox h6 {
    font: normal normal bold 28px / 38px var(--arial);
  }
  .book-call-imgbox img {
    height: 350px;
  }
  .section-four {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  .image-two-section-ten {
    margin-top: -67px;
  }
  .major-title-banner h1 {
    font: normal normal bold 42px / 50px Arial;
  }
  .title-banner-dsc {
    font: normal normal normal 22px / 28px Arial;
  }
  .calendar-dsc p {
    font: normal normal bold 20px / 26px Arial;
  }
  .main-five-video-section-inn .sproutvideo-player {
    height: 100% !important;
  }
  .majorfaq {
    font: normal normal bold 26px / 32px Arial;
  }
  .section-six-contactus {
    padding: 60px 0;
  }
  .main-five-video-section-inn {
    height: 250px;
  }
  .book-call-imgbox h6 {
    font: normal normal bold 24px / 38px var(--arial);
  }
  .book-call-imgbox a.viewdevice {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .coman-box-dscbox {
    padding: 20px;
  }
}
@media only screen and (max-width: 389px) {
  .btn-more-info {
    margin-right: 0;
    display: block;
  }
  .image-two-section-ten {
    margin-top: -53px;
  }
  .majorfaq {
    font: normal normal bold 23px / 32px Arial;
  }
  .coman-box-imges {
    min-width: 100%;
  }
  .coman-box-dscbox .viewdevice {
    display: flex;
    justify-content: center;
  }
  .book-call-imgbox h6 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 374px) {
  .major-title-banner h1 {
    font: normal normal bold 38px / 50px Arial;
  }
  .second-video-section .sproutvideo-player {
    height: 135px !important;
  }
}

main.page.page-home > .container-fluid {
  padding: 0;
}
.form h3.from-title {
  display: none;
}

.form form {
  position: relative;
}

.form form .hs-form-field {
  margin-bottom: 18px;
}

.form form .hs-form-field > label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #666666;
  padding: 0;
}

.form form .hs-form-field > label span {
  color: inherit;
}

.form form .hs-form-field > label span.hs-form-required {
  color: red;
}

.form form .hs-form-field .hs-input {
  display: inline-block;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
}

.form form .hs-form-field .hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, .8);
}

.form form .hs-form-field .hs-input.error, .form form .hs-form-field .hs-input.error:focus {
  border-color: #b9554d;
}

.form form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

ul.no-list {
  list-style: none;
}

.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}