/*****Common Styles*****/
body, div, a{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size:14px;
    color:#000000;
   }
   
   h1{
    font-family: 'Lato', sans-serif;
       font-size: 48px;
       margin-bottom: 15px;
       font-weight: 700;
   }
   h2{
    font-family: 'Lato', sans-serif;
       font-size: 35px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h3{
    font-family: 'Lato', sans-serif;
       font-size: 26px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h4{
    font-family: 'Lato', sans-serif;
       font-size: 22px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h5{
    font-family: 'Lato', sans-serif;
       font-size: 16px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h6{
    font-family: 'Lato', sans-serif;
    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: 14px;
   }
   
   .container{
       max-width: 1170px;
       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);
}

/*****Main section starts*****/
.main_section{
    margin: 0px -15px;
}

/**Left section starts**/
.left_section{
    width: 40%;
    padding: 0px 15px;
}
.left_section_box {
    padding: 20px 20px 40px 20px;
    background: #e5e5e5;
}
.left_section_box h4{
    font-weight: 900;
}
form ::placeholder{
    color:#ec1e79 !important;
}
form label{
    font-weight: 700;
}
 .btn-primary{
    background: #0071bb !important;
    
} 
/**Left section ends**/

/**Right section starts**/
sup {
    color: red;
}
.right_section {
    width: 60%;
    padding: 0px 15px;
}

.right_section_inner_content p{
    line-height: 24px;
    font-size: 18px;
}
.body_Head_Section{
}

.body_Head_Section p {
    margin-bottom: 0px;
    color: #2b2171;
    font-size: 19px;
}
.body_second_section p {
    margin-top: 35px;
    margin-bottom: 0px;
}

.cii_section_logo {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    background-color: #2f2a6c;
    padding: 0px 0px;
}

/**Right section ends**/

/*****Main section 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:1170px){
    .container{
        padding:0px 15px !important;
    }
    
}

@media screen and (max-width:768px){
    .left_section {
        width: 100%;
        
    }

    .right_section {
        width: 100%;
        margin-top: 30px
        
    }
    
}

@media screen and (max-width:360px){
    
    .logo_section{
        flex-wrap: wrap;
    }
    .logo_one{
        width: 100%;
        display: flex;
    justify-content: center;
    }
    .logo_two{
        width: 100%;
        display: flex;
    justify-content: center;
    margin-top: 10px;
    }

}
