@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


.ph-color::-moz-placeholder {   
    color: #ccc !important;
}
.ph-color:-ms-input-placeholder {  
    color: #ccc !important;
}
.ph-color::-webkit-input-placeholder {
    color: #ccc !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*    padding-bottom: 40px;*/
    color: #5a5a5a;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
  height: 500px;
  margin-bottom: 60px;
}*/
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 500px;
  background-color: #777;
}*/
.carousel-inner > .item > img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    /*  height: 500px;*/
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {    
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .width120-min-md{
        width:120px !important;
    }
}

/*-------------------------------------------*/




body{
    font-family: 'Open Sans';
}
.bold{
    font-weight: bold;
}
/* Start Common Css */
.padding-lr{
    padding-left: 0;
    padding-right: 0;
}
/* End Common Css */
@media(max-width:991px){
    .main-page-title{   
        top: 62px !important;
    }
    .curve-container{
        min-height: 165px !important;
    }
    .full-width-sm{
        width: 100% !important;
    }
}


.logo-lg img{
    margin-bottom: 10px; 
}
.trnspt-bg{
    background:rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
}







/*---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/






























































/**content section start**/

.contentSection {
    position: relative;
}

.contentSection h1 {
    margin: 0 0 4.5% 0;
    text-align: center;
    color: #003366;
    font-weight: 600;
}

.contentSection h1 span {
    text-align: center;
    display: block;
    text-transform: none;
    font-size: 0.5em;
    font-weight: 400;
    margin: 1% 0;
}

.user img {
    width: 30%;
}

.bannerSection h4{
    margin-top: 43px;
} 

.full-width{
    width: 100%;
}
.bg-lighter-blue{
    background: #dee5eb;
}
.bg-light-blue{
    background:#a1b4c5;
}
.bg-blue{
    background:#6685A2;
    overflow:hidden;
}

.bg-blue a{
    color: #fff !important;
}

.bg-info-custom{
    background: #34abd5 !important;
    overflow: hidden;
}
.bg-info-custom:hover{
    color: #fff;
}
.bg-info-custom.btn{
    border: 1px solid #fff;
}
select, input,textarea{
    padding:10px 5px;
    outline: none;
    border:1px solid transparent;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 10px;
    margin-bottom: 10px;
}
.font-11{
    font-size: 11px;
}
.color-white{
    color: #fff;
}
.border-box{
    border:1px solid #c2c4c5;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.border-box input, .border-box select{
    background: #dee5eb;
}
.btn{
    border-radius: 0;
}
.color-blue{
    /*color: #042d59;*/
    color: #003366;
}

/*.color-blue-title{
    color: #003366;
    line-height:35px;
}*/
.color-dark-blue{
    color: #003366;
    line-height:30px;
}
.text-danger{
    color: #e40524;
}
.acd-icon{
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 40px;
    line-height: 0;
    display: block;
    text-decoration: none;
}
.acd-icon:focus,.acd-icon:hover{
    text-decoration: none;
    color: inherit;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px; 
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-20{
    margin-right: 20px;
}
.display-box{
    padding: 5px 15px;
    background-color: #fff;
    overflow: hidden;
}
.radius4{
    border-radius: 4px;
}
.box-center{
    margin: 0 auto;
}

/* Accordion icon change start */
.acd-icon .minus-icon{
    transition: all 0.9s ease;
}
.acd-icon .plus-icon{
    font-size: 30px;
    margin-right: 15px;
    transition: all 0.9s ease;
}
.acd-icon[aria-expanded="true"] .plus-icon, .acd-icon .minus-icon{
    display: none;
}
.acd-icon[aria-expanded="true"] .minus-icon{
    display: block;
    margin-right: 15px;
}
/* Accordion icon change end */



/* Custom Col Css Start */
.custom-col-2{
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width:768px) and (max-width:991px){
    .custom-col-2{
        width: 33.33%;
    }
}
@media(min-width:560px) and (max-width:767px){
    .custom-col-2{
        width: 50%;
    }
}
@media(max-width:559px){
    .custom-col-2{
        width: 100%;
    }
}
/* Custom Col Css End */

/* Component Start */
/* Calculator Box Start */


.calculator-box{
    padding: 20px 10px;
    border-radius: 12px;
    background: #6685A2;
    overflow: hidden;
}
.calculator-title-left-container{
    background: #5278a0;
    padding: 12px 5px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
}
.calculator-input-white{
    background: #dee5eb;
    border-radius: 4px;
}
.calculator-title-right-container{
    background: #5278a0;
    padding: 5px 5px;
    color: #fff;
    border-radius: 4px;
}
.calculator-title-right-container span{
    display: block;
}
.calculator-title-right-container span:last-child{
    font-size: 10px;
}
.calculator-box .col-md-6 .row .col-xs-12{
    margin-bottom: 10px;
}
.calculator-box .col-md-6 .row .btn{
    float: right;
    padding: 10px 20px;
}

.display-box{
    padding: 5px 15px;
    background-color: #fff;
    overflow: hidden;
}
/* Calculator Box End */
/* Info-box Start */
.info-box-header{
    background:url(../img/infobox-header.png) no-repeat;
    background-size: contain;
    width: 88%;
    height: 84px;
    position: absolute;
    top: 0;
    text-align: center;
    text-align: center;
    font-size: 35px;
    padding-top: 10px;
    color: #fff;
}

.info-box-header-blue{
    background:url(../img/infobox-header-blue.png) no-repeat !important;
}
.info-box-header-small{
    width: 84% !important;
}
.info-box-header-xssmall{
    width: 93% !important;
    font-size: 24px;
}
.info-box-xssmall > .color-blue em {
    font-size: 12px;
    padding:0 5px;
    display: block;
}
.info-box-small{
    padding-top: 70px !important;
}
.info-box{
    border:1px solid #003366;
    margin-left:3px;
    margin-right: 5px;
    padding-top: 125px;
    border-radius: 8px;
}
.info-box:hover{
    background: #eef2f4;
}
.info-box ul{
    padding: 0;
    list-style-type: none;
}
.info-box li{
    text-align: center;
    color: #003366;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #cfd9e1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.info-box ul li:last-child{
    border-bottom: none;
}
.info-box-side-title-container{
    margin-top:205px;
}
/*.info-box-side-title-container{
    margin-top:483px;
}*/
.info-box.info-box-small.custom-row > ul > li:first-child{
    min-height: 61px;
}
.info-box-side-title-container.custom-row > .border-row:first-child{
    min-height: 61px;
}
.info-box-side-title-container .border-row:last-child{
    border-bottom: none;
}
.info-table-container{
    margin-bottom: 30px;
}
.info-table-container table tr th{
    color: #003366;
}
.info-box-small.bg-blue:hover{
    background:#51769a;
}
.color-white {
    color: #fff !important;
}
.info-box li a{
    color: #003366;
}
.info-box li a:hover{
    color: #003366;
}

/* Info-box End */
/* Border Button Start */
.border-btn{
    /*    background: transparent;
        border: 1px solid #003366;*/
    padding: 10px 50px;
    color: #fff;
    margin-bottom: 20px;
}
.border-btn:hover{
    /*    background: #dee5ea !important;*/
    color: #fff;
    /*    border: 1px solid #dee5ea;*/
}
/* Border Button End */

/* Component End */

/* Footer Start */
.rs-footer{
    background: #000;
    color: #fff;
    line-height: 20px;
    font-size: 11px;
    padding: 1% 0;
    margin-top: 40px;
    text-align: center;
}
/* Footer End */

.border-row{
    border-bottom:1px solid #cfd9e1;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    color: #003366;
}
.color-grey{
    color: #6c6f71 !important;
}



/* Border Button End */

.btn-solid{
    background: #4c7ca0;
    padding: 10px 50px;
    color: #fff;
    margin-bottom: 20px;
}

/*.btn-solid{
    background:#003366;
    padding: 10px 50px;
    color: #fff;
    margin-bottom: 20px;
}
.btn-solid:hover{
    color:#fff;
}*/
/* Component End */


/* Sizing Box Start */
.sizing-box{
    border: 1px solid #003366;
    overflow: hidden;
    border-radius: 8px;
    padding: 20px 0;
}
.sizing-box ul{
    list-style-type: none;
}
.sizing-box ul li{
    margin-bottom: 5px;
}
/* Sizing Box End */


/*added by mallick*/
span.calculator-input-white{
    display: block;
    padding: 11px 5px;
    border-radius: 5px
}
.box-center{
    margin: 0 auto;
}
.custom-img-responsive{
    max-width:100%;
    display: block;
}

/* css for cros ref*/
.table>tbody>tr>td{
    border-top: inherit;
}
.custom-blue-header{
    font-size: 26px;
    text-align: center;
}
.sm-info-top{
    border-top: 1px solid #003366 !important;
    /* border-radius: 84px; */
    border-left: 1px solid #003366;
    border-right: 1px solid #003366;
}
.custom-blue-header{
    height: 93px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    background: url(../img/infobox-header-blue.png) no-repeat !important;
    background-size: contain !important;
    font-size: 26px !important;
    margin-top: -10px;
    width: 108%;
    margin-left: -12px;
}

.border-grey-bottom{
    border-bottom: 1px solid #cfd9e1;
}
.border-blue-lr{
    border-left: 1px solid #003366;
    border-right: 1px solid #003366;
}
td.grey{
    background: #6685a2;
    color: #fff;
}

.info-bottom{
    border-bottom: 1px solid #003366 !important;
    /* border-radius: 84px; */
    /*    border-left: 1px solid #003366;
        border-right: 1px solid #003366;*/
}
.width{
    width: 20%;
}

.topArea + img{
    margin-top: -70px !important;
    width: 100% !important;
}
@media(max-width:768px){
    .topArea + img {
        margin-top: -30px !important;
    }
}

.custom-col-2 p.text-justify{
    min-height: 145px;
}
.btn{
    font-size: 13px;
}
.top-section.custom-sld{
    background: transparent !important;
}

#div_model_no .select2{
    width: 100% !important;
    background: #dee5eb;
    padding: 6px 5px;
    outline: none;
    border: 1px solid transparent;
}
#div_model_no .select2-selection{
    background: transparent;
    border: none;
}
#div_model_no .select2-selection .select2-selection__arrow > b[role="presentation"]{
    margin-top: 3px;
}

/*-- 29/04/2017 --*/
h1{
    font-size: 27px;
}
h2{
    font-size: 24px;
}
#collapse1{
    padding:0 15px;
}
.padding-lr-15{
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.btn-info, .btn-info:hover,.btn-info:active,.btn-info:visited,.btn-info:link,.border-btn {
    background-color: #003366 !important;
    border-color: #6d6d6d !important;
}
.btn-default,.btn-default:hover,.btn-default:active,.btn-default:visited,.btn-default:link{
    background-color: #6d6d6d !important;
    color: #fff !important;
    box-shadow: none;
    border:none;
}
/*-----------------------------------------------
-------------------------------------------------*/



html{
    height: 100%;
    box-sizing: border-box;
}
body{
    position: relative;
    min-height: 100%;
    margin: 0;
    padding-bottom: 14rem;
 
}
.rs-footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
h4 strong{
    font-size:16px;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'Open Sans', sans-serif !important;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
h1 strong{
    font-weight: 600;   
}

.modal.fade.show {
    opacity: 1
}

.modal-backdrop {
    background-color: rgba(0,0,0,.8);
}

.modal-backdrop.fade.show{
    opacity: .8;
}