@font-face {
  font-family: 'HPFormaDJROff';
  src: url('https://weircpaadvisor.com/hp-new/fonts/HPFORMADJROFFICE-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HPFormaDJROff';
  src: url('https://weircpaadvisor.com/hp-new/fonts/HPFORMADJROFFICE-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HPFormaDJROff';
  src: url('https://weircpaadvisor.com/hp-new/fonts/HPFORMADJROFFICE-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body{
    font-family: 'HPFormaDJROff', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
p{
    font-family: 'HPFormaDJROff', sans-serif !important;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.banner-img-mobile{
    display: none;
}
h1{
    font-family: 'HPFormaDJROff', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
}

.h1-bold{
    font-weight: 700;
}
.container-new{
    padding: 10px 8%;
}
.container-fluid {
    padding: 0;
}
ul {
    /* list-style-type: square; */
    padding-left: 20px;
    margin-bottom: 0;
}
ul li{
    /* padding-left: 15px; */
    color: #000;
}
.header-section{
    width: 100%;
    padding: 0 0 0 8%;
    display: flex;
    overflow: hidden;
}
.logo-top{
    padding: 10px 0 10px;
}
.banner-left {
    padding: 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-content p{
    font-size: 18px;
    font-weight: 400;
}
.banner-right {
    display: flex;
    justify-content: end;
    position: relative;
}
img.company-logo {
    position: absolute;
    width: 135px;
    left: -145px;
    bottom: 30px;
}
.button {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    background: #024ad8;
    color: #fff;
    padding: 15px 50px;
    /* border-radius: 5px; */
    display: inline-block;
    margin-top: 20px;
}


.section-second, .scoial-info{
    padding: 0 4%;
    /* margin-bottom: 50px; */
}
.section-second{
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-blue{
    background: #f3f3f3;
    padding: 0 8%;
}
.second-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.second-left ul{
    margin-bottom: 40px;
}
.second-left ul li span{
    font-weight: 500;
}
.second-left img{
    padding-right: 20px;
}
.section-main {
    width: 80%;
}
.section-main h2{
    font-size: 1.8rem;
}
.section-main .heading-para{
    font-size: 18px;
}
.blue-inner-right img {
    padding-left: 100px;
}
.blue-inner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}
.blue-inner-left ul li span{
    font-weight: 700;
}

.second-right {
    background: #efefef;
    padding: 22px 10px;
}
.form-heading h3{
    font-size: 20px;
    width: 80%;
}
.form-heading img{
    margin-bottom: 20px;
        width: 250px;
}
.form-heading .form{
    margin-top: 20px;
}

.scoial-info{
    padding-top: 10px;
    padding-bottom: 10px;
}
.scoial-info p {
    font-size: 18px;
    font-weight: 500;
}
.scoial-info p a{
    text-decoration: none;
    color: #000;
}
.scoial-info img {
    margin-right: 5px;
}
.copyright{
    padding: 8px 8%;
    background: #024ad8;
}
.copyright p{
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: end;
}
.form-group input {
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    color: #000;
} 
.form button{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #024ad8;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    margin: 20px;
    width: 175px;
    display: block !important;
    border: none;
}
.privacy-notice{
    margin-top: 10px;
}
.privacy-notice p{
    font-size: 14px;
    margin-bottom: 5px;
}
.privacy-notice p a{
    text-decoration: none;
    color: #0243e2;
}
.accept{
    margin: 10px 0 0;
}
.accept label{
    font-size: 14px;
    color: #000b2b;
    margin: 0;
    display: inline;
}

::placeholder {
  color: #000 !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}
    /* ------------------ Responsive---------------------------- */
    /* @media (max-width: 1700px) {
        h1{
            font-size: 4rem;
        }
        .why-choose{
            background-position: -15%;
        }
        .banner-right img {
            position: relative;
            right: 60px;
        }
        .form-section-right img {
            position: relative;
            left: 40px;
        }
        .header-section{
            padding-left: 5%;
        }
        .section-blue{
            padding: 0 5%;
        }
        .form-section{
            padding-left: 5%;
        }
    } */

     @media (max-width: 1600px) {
        /*h1{*/
        /*    font-size: 2rem !important;*/
        /*}*/
    } 
    @media (max-width: 1200px) {
        .header-section {
            padding-left: 4%;
        }
        h1 {
            font-size: 3rem;
        }
        .banner-content p {
            font-size: 18px;
        }
        .logo img {
            /* width: 200px; */
        }
        .button{
            padding: 12px 40px;
        }
        .banner-bottom p {
            font-size: 20px
        }
        .our-range-inner-left {
            display: flex;
            justify-content: start;
            align-items: center;
        }
        .why-choose {
            background-position: -65%;
        }
        .ready-to-select {
            padding: 65px 4%;
        }
        .form-section-right img {
            position: relative;
            left: 140px;
        }

    }
        
    
    @media (max-width: 900px) {
        .swiper-slide {
            flex-direction: column;
            align-items: center;
        }
        .card {
            max-width: 90%;
        }
        .banner-right{
            display: none;
        }
        .header-section {
            padding: 10px;
        }
        .banner-left {
            padding: 10px 0 10px;
        }
        .banner-content {
            /* padding-top: 100px; */
        }
        h1 {
            font-size: 2rem;
        }
        .button {
            padding: 10px 35px;
            font-size: 16px;
        }
        .section-blue{
            margin: 0;
        }
        .form-group{
            width: 100%;
        }
        .form-section button{
            margin-top: 0;
            padding: 10px 35px;
        }
        .form-section-right img {
            left: 0;
            width: 100%;
        }
        .copyright p{
            text-align: center;
        }
        .banner-img-mobile{
            display: block;
        }
        .section-second, .scoial-info{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .second-left {
            padding: 0 0 20px;
        }
        .section-main{
            width: 100%;
        }
        .second-left img {
            padding-right: 0px;
        }
        .second-right{
            padding: 20px;
        }
        .form-heading h3{
            font-size: 18px;
            width: 100%;
        }
        .blue-inner-right img {
            padding-left: 0;
        }


    }