/*****Common Styles*****/

body, div, a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #000000;
}

h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}

h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 500;
}

h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500;
}

h5 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}

h6 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    margin: 0 0 10px 0;
    font-size: 12px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.text_red {
    color: #ff0024;
}

.text_blue {
    color: #1975d0;
}

.text_orange {
    color: #fb7000;
}

.text_grey {
    color: #777777;
}

section {
    padding: 60px 0px;
}

:root {
    --orange__back: #fb7000;
    --blue__back: #1975d0;
    --green__back: #46a109;
    --red__back: #ff0024;
    --darkgreen__back: #0bba45;
    --gray__back: #e8e8e8;
    --darkgray__back: #747474;
    --lightblue__back: #eaf0f9;
}

.lightblue__back {
    background-color: var(--lightblue__back);
}

.orange__back {
    background-color: var(--orange__back);
}

.blue__back {
    background-color: var(--blue__back);
}

.green__back {
    background-color: var(--green__back);
}

.red__back {
    background-color: var(--red__back);
}

.darkgreen__back {
    background-color: var(--darkgreen__back);
}

.gray__back {
    background-color: var(--gray__back);
}

.darkgray__back {
    background-color: var(--darkgray__back);
}

/**Header css starts**/
header {
    background-color: #fafafa !important;
  /*  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}
header nav ul li a {
    color: #000 !important;
    font-size: 15px;
    padding: 15px !important;

}
header nav ul li a:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
header .navbar-brand {
   
    margin-right: 3rem;
    
}
.header_button a{
    background-color: #ff530d!important;
    border-radius: 10px!important;
    font-weight: 700!important;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
}

header button.navbar-toggler {
    font-size: 30px;
    border: none;
}

header button.navbar-toggler i {
    color: #ff530d !important;
}

/*****Form Popup css starts*****/

.modal-dialog {
    max-width: 700px;
}
.modal-body {
    padding: 2rem;
}

/*****Form section starts*****/
.schedule_form_popup .modal-header h5 {
    font-weight: 700;
}
.schedule_form .form-control {
    background-color: #fff6f2;
    border: 1px solid #ff7d48;
    border-radius: 0% !important;
   
}
.schedule_form .col-form-label {

    font-weight: 700;
}
/*****Form section ends*****/


/*****Form Popup css ends*****/

/**Header css ends**/




/**Footer section css starts**/
footer {
    background-color: #f2efef !important;
    padding: 40px 0px;
   /* background-image: url(../images/footer_pattern.png);*/
    background-image: url('../images/footer-pattern-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer_box h6{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.quick_links ul li a{
    /* border-right:2px solid #000000; */
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    padding: 5px;
}
/*.new-footer-ul ul li {
    list-style: url('../images/new-dott-footer.png');
}*/

.span-images {
    position: relative;
    left: 10px;
    top: 5px;
}

/**Footer section css ends**/
/******************************************************RESPONSIVE CSS*******************************************************/
/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .container{
        padding: 0px 15px;
    }
}