/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0; */
/* font-family: 'Rubik', sans-serif; */
/* font-family: Arial, Helvetica, sans-serif;
} */

body {
    max-width: 100%;
}

/* header { */
/* max-width: 100%; */
/* max-width: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

    margin: 0 auto;
} */

.hero-heading {
    max-width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* height: 99%; */
    margin-top: 120px;
}

.hero-heading .brochure-content {
    width: 48%;
    color: #222;
}

.hero-heading .brochure-content h1 {
    padding-bottom: 16px;
    line-height: 1.5em;
}

.hero-heading .btns {
    margin-top: 24px;
}

.hero-heading .btns a {
    text-decoration: none;
    color: #000;
    background-color: #FDC02F;
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
}

.btns a:nth-child(even) {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 24px;
}

.hero-heading .form-section {
    /* width: 36%; */
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 14px;
}

.form-section .form-control {
    width: 90%;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    /* color: #fff; */


}

.flex {
    display: flex;
    text-align: left;
    margin-left: 24px;
    margin-right: 30px;
    margin-bottom: 24px;
}

.ch-lbl {
    font-size: 13px;
    line-height: 1.5em;
}

.form-check-inline {
    margin-right: 12px;
}



.Mandatory {
    text-align: left;
    margin-left: 24px;
    margin-bottom: 24px;
}

.brochure-head {
    color: #189494;
}

.brochure-head h1 {
    font-size: 45px;
    font-weight: 700;
}

.brochure-content img {
    margin-bottom: 24px;
    width: 100%;
}

.brochure-content h2 {
    margin-bottom: 12px;
    line-height: 1.5em;
}

.brochure-content p {
    line-height: 1.5em;
}

.btn-submits {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-submits form-submits {
    background-color: #189494;
}

.form-section-1 {
    background-color: #E6F3F3;
    width: 44%;
    border-radius: 10px;
}

.form-section {
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

.form-head {
    text-align: left;
}

.form-head h3 {
    margin-left: 24px;
    padding-bottom: 12px;
    line-height: 1.5em;
}

.form-group {
    margin-left: 24px !important;
}

.form-head p {
    margin-left: 24px;
    padding-bottom: 18px;
    line-height: 1.5em;
    width: 90%;

}

.form-head h3 {
    margin-top: 24px;
}

.brochure-head-1 {
    display: none;
}

.btn-submit {
    background-color: #189494 !important;
    color: white !important;
    border-radius: 6px !important;
    border: none !important;
}

.form-check-label {
    position: relative;
}

#checkbox-error {
    bottom: -24px;
    margin-left: 0;
    width: 500px;
}

.form-section span.popup-msg
{
   display :none;
   margin: 0px;
   margin-left: 24px;
   padding-top: 9px;
   text-align: left;
   color: #bb7202;
   position: absolute;
   top: 40px;
   font-size: 13px;
   right: 50px;
}
.form-section h3.thankyou-brochure
    {
       font-size: 26px;
       color: black;
       text-align: center;
       padding: 15px;
       margin-bottom: 0px;
       border-radius: 3px; 
    }
/* Quality Manual */
/* 
@media only screen and (max-width: 1200px) {
    
    
    {
        max-width: 94%;
    }
    .hero-heading .brochure-content {
        width: 47%;
    }
    .brochure-content img {
        width: 98%;
    }
} */

@media only screen and (max-width: 992px) {
    .hero-heading {
        /* flex-direction: column-reverse; */
        /* flex-direction: column; */
        justify-content: flex-start;
    }
}

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

    .hero-heading {
        /* flex-direction: column-reverse; */
        flex-direction: column;
        justify-content: flex-start;
    }

    .hero-heading .brochure-content {
        width: 90%;
    }

    .form-section-1 {
        width: 111%;
        margin-top: 30px;
        border-radius: 0px;
    }

    .form-head {
        width: 93%;
    }

    .form-section {
        width: 63%;
        margin: 0 auto;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .form-head p {
        width: 68%;
    }
    .form-section h3.thankyou-brochure
    {
       font-size: 18px;
       color: black;
       text-align: center;
       padding: 15px;
       margin-bottom: 0px;
       border-radius: 3px; 
    }
    .form-section span.popup-msg
{
   display :none;
   margin: 0px;
   padding-top: 9px;
   text-align: left;
   color: #bb7202;
   position: relative;
   top: 0;
   font-size: 13px;
   right: 0px;
}
.form-section .form-control {
    margin-bottom: 0;
   
}
.form-group 
{
    text-align: left;
}
}

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

    .hero-heading .form-section {
        width: 86%;
    }

}

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

    .brochure-content img {
        width: 98%;
    }

    .hero-heading .form-section {
        width: 86%;
    }

    .form-head {
        width: 100%;
    }

    .hero-heading .brochure-content {
        margin-left: 20px;
    }

    brochure-content h2 {
        font-size: 20px;
    }

    /* .brochure-content img {
        display: none;
    } */

    .form-head h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px)
{
    .form-section h3.thankyou-brochure
    {
       font-size: 18px;
       color: black;
       text-align: center;
       padding: 15px;
       margin-bottom: 0px;
       border-radius: 3px; 
    }
    .form-section span.popup-msg
    {
       display :none;
       margin: 0px;
       padding-top: 9px;
       text-align: left;
       color: #bb7202;
       position: relative;
       top: 0;
       font-size: 13px;
       right: 0px;
    }
    .form-group 
{
    text-align: left;
}
.form-section .form-control {
    margin-bottom: 0;
   
}
}

/* corporateb rochure css */
.broch-sec
{
    padding: 130px 0px;
}
.broch-sec .b-sec {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    align-items: center;
}
.broch-sec .b-area
{
    background: #DEDEDE;
    padding: 50px;
    border-radius: 25px;
}
.broch-sec .bs-cont
{
   padding: 20px;
   text-align: center;
}
.broch-sec .bs-cont h4
{
   padding-bottom: 20px;
   font-size: 22px;
}
.broch-sec .bs-cont .btn-mob {
    display: flex;
    justify-content: center;
}
.broch-sec .bs-cont .btn-mob .btn-primary-2 {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f7921f;
    padding: 1rem 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .0125em;
    border-radius: 18px;
    border: none;
    height: 42px;
}
.broch-sec .bs-cont .btn-mob .btn-primary-2:hover {
    color: #000;
    background: #fdd106;
}
@media(max-width: 767px)
{
    .broch-sec .b-sec {
        display: block;
       
    }
    .broch-sec .bs-cont h4 {
        padding-bottom: 5px;
    }
    .broch-sec .b-sec img {
        margin-bottom: 10px;
    }
    .broch-sec .bs-cont .btn-mob .btn-primary-2 {
       
        padding: 20px 30px;
       
    }
}

@media(min-width: 767px)
{
    .broch-sec.desk
    {
       display: block;
    }
    .broch-sec.mob
    {
       display: none;
    }
}
@media(max-width: 767px)
{
    .broch-sec.mob {
        padding: 100px 0px 50px;
    }
    .broch-sec.desk
    {
       display: none;
    }
    .broch-sec.mob
    {
       display: block;
    }
    .broch-sec.mob .b-area {
        margin-bottom: 20px;
    }
    .broch-sec.mob .bs-cont .btn-mob .btn-primary-2 {
        border-radius: 23px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}