/* Global properties ======================================================== */

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    height:100%;
}

body {
    font: 14px/25px Arial, Helvetica, sans-serif;
    color: #000000;
    background: #F9F9FB;
    background: url("../images/main.jpg") repeat scroll center 0 transparent;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0
}
.main {
    width: 100%;
    background: url(../images/main.jpg) center 0 repeat;
    border-top: #000000 5px solid;
    min-height: calc(100% - 152px);
}


/***********************************************************************/

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a.button {
    background: #55b7c8;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 6px 20px 5px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff;
    margin-top: 2px;
    margin-bottom: 2px;
    box-shadow: 2px 2px 2px #C0C0C0;
}

a.button:hover {
    background: #131313
}

input.button {
    background: #55b7c8;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff;
    margin-bottom: 2px;
    box-shadow: 2px 2px 2px #C0C0C0;
}

input.button:hover {
    background: #131313
}

a.link {
    text-decoration: none;
    cursor: pointer;
    color: #44a7bb
}

a.link:hover {
    text-decoration: underline
}

.color-1 {
    color: #fff
}

a.color-1:hover {
    text-decoration: underline
}

.font-3 {
    font-size: 17px;
    line-height: 33px;
    color: #292929
}

h2 {
    font-size: 34px;
    line-height: 45px;
    color: #000;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 1px;
    color: #0D529A;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    color: #0D529A !important;
        margin: 0 0 6px 0;
}

h3 strong {
    font-weight: normal;
    display: block;
    margin-top: -5px
}

ul {
    margin: 0;
    padding: 0;
    list-style-image: none
}

ul.list-1 li {
    padding: 10px 0 0 17px;
    line-height: 25px;
    background: url(../images/marker.gif) 0 20px no-repeat
}

ul.list-1 li a {
    font-size: 14px;
    color: #000;
    line-height: 25px
}

ul.list-1 li a:hover {
    color: #44a7bb
}


/******************************************************************/

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    width: 100%
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.wrap {
    overflow: hidden;
    position: relative
}

.extra-wrap {
    overflow: hidden
}

.fleft {
    float: left
}

.fright {
    float: right
}

.img-indent {
    float: left;
    margin: 7px 0 0 0
}

.img-indent-2 {
    float: left;
    margin: 4px 26px 0 0
}

.last {
    margin-right: 0 !important
}

.img-radius {
    border-radius: 4px
}

.box-shadow {
    box-shadow: 0 1px 1px #fff;
    
}

.top-1 {
    margin-top: 12px
}

.top-2 {
    margin-top: 43px
}

.top-3 {
    margin-top: 33px
}

.top-4 {
    margin-top: 0
}

.top-5 {
    margin-top: 0
}

.left-1 {
    margin-left: 13px
}

.bot-0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.bot-1 {
    margin-bottom: 0
}

.bot-2 {
    margin-bottom: 0
}

.pad-0 {
    padding: 22px 26px 23px 26px
}

.pad-1 {
    padding: 30px 26px 40px 26px
}

.pad-2 {
    padding: 0 26px
}

.pad-3 {
    padding: 37px 26px 40px 26px
}

.p0 {
    padding-bottom: 8px
}

.p1 {
    padding-bottom: 25px
}

.p2 {
    padding-bottom: 12px
}

.p3 {
    padding-bottom: 17px
}

.p4 {
    padding-bottom: 18px !important
}

.p5 {
    padding-bottom: 14px
}

.p6 {
    padding-bottom: 10px
}


/*********************************header*************************************/

header {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    z-index: 101
}

h1 {
    margin: 27px 0 0 23px;
    display: inline-block;
    z-index: 100
}

.form-search {
    float: right;
    margin: 60px 39px 0 0;
    border: #d9d9db 1px solid;
    background: #fff;
    border-radius: 4px
}

#form-search input {
    width: 186px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: transparent;
    border: none;
    color: #d2d2d2;
    vertical-align: top;
    padding: 5px 10px 5px 13px;
    display: inline-block;
    float: left;
    margin-right: 4px
}

.search_button {
    background: url(../images/search-button.png) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 26px;
    height: 29px;
    margin: 0 0 0 0
}
.container_12 { 
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto;
}
.search_button:hover {
    background: url(../images/search-button.png) right 0 no-repeat
}
.container_12 {
    max-width: 960px !important;
    margin: 0 auto;
    width: 100% !important;
}
.container_12 .grid_12 {
    max-width: 960px !important;
    width: 100% !important;
    margin: 0 auto;
}
.slider-main {
    max-width: 940px;
    margin: 25px auto;
}
.slider-main img {
    border: 5px solid #eee;
    border-radius: 8px;
    width: 100%;
}
.social-icons {
    overflow: hidden;
    padding: 26px 30px 18px 0;
    text-align: right;
    position: absolute;
    right: -17px;
    top: -3px;
}

.social-icons span {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    margin: 3px 14px 0 0
}

.social-icons a {
    display: inline-block;
    width: 23px;
    height: 23px;
    float: right
}

.icon-1 {
    background: url(../images/icon-1.png) 0 0 no-repeat
}
.top-box {
    margin-bottom: 25px;
}

.icon-2 {
    background: url(../images/icon-2.png) 0 0 no-repeat;
    margin-left: 7px
}

.icon-3 {
    background: url(../images/icon-3.png) 0 0 no-repeat;
    margin-left: 7px
}

.social-icons a:hover {
    background-color: #000
}

nav {
    z-index: 100;
    border-radius: 12px;
    margin: 22px 6px 0 6px;
}

.navigation {
    background: #0D529A;
    border-radius: 10px;
    position: relative;
    margin: 0 12px;
}
ul.menu {
    margin: 0 1px 0 0;
    display: inline-block;
    float: left;
    background-color: #0D529A
}

ul.menu li {
    float: left;
    line-height: 17px;
    margin: 0 0 0 0;
    background: url(../images/transp.png) 0 0 repeat;
    border-right: #53b2c3 1px solid;
    border-left: #82ceda 1px solid
}

ul.menu li a {
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 25px 28px 31px 28px;
}

ul.menu li.home-page {
    display: inline-block;
    background: url(../images/transp.png) 0 0 repeat;
    border-radius: 8px 0 0 8px;
    border: none !important
}

ul.menu li:hover,
ul.menu li.current {
    background: url(../images/current.jpg) 0 0 repeat-x #000000;
    border-right: #000000 1px solid;
    border-left: #000000 1px solid
}

ul.menu li.home-page a {
    padding: 21px 22px 24px 23px !important
}

ul.menu li.home-page span {
    background: url(../images/home-page-img.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    display: block
}


/*********************************content*************************************/

#content {
    width: 100%;
    margin: 0 auto
}

.border-1 {
    background: url(../images/border-1.gif) 0 bottom repeat-x
}

.line-1 {
    background: url(../images/line.png) 0 bottom repeat-x;
    padding-bottom: 29px;
    margin-bottom: 24px
}

.img-border {
    border: #ebebec 4px solid;
    border-radius: 12px
}

.block-1>div {
    
}

.block-1>div h3 {
    margin-bottom: 16px
}

.block-1>div img {
    margin-bottom: 12px
}

.block-1>div a.button {
    margin: 18px 0 0 0
}

.aside {
    width: 100%;
    padding: 33px 0 60px 0;
}

.block-2>div {
    float: left;
    width: 420px;
    margin-right: 40px
}

.block-3>div {
    float: left;
    width: 278px;
    margin-right: 27px;
    padding: 37px 0 40px 0
}

.box-1 {
    overflow: hidden;
    padding-bottom: 10px
}

.box-1>span {
    display: inline-block;
    width: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #44a7bb;
    font-weight: bold;
    float: left
}

.block-4>div {
    float: left;
    width: 208px;
    margin-right: 18px
}

.block-4>div img {
    margin-bottom: 18px
}

.block-5 {
    float: left;
    width: 270px;
    margin-right: 36px;
    margin-bottom: 30px;
}

.block-6 {
    float: left;
    width: 580px
}

.block-7 {
    float: left;
    width: 275px;
    margin-right: 30px
}

.block-8>div {
    float: left;
    width: 278px;
    margin-right: 27px
}

.box-2 a {
    display: inline-block;
    float: left;
    margin-right: 20px
}


/****************************footer************************/

footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 32px 0 45px 0;
    background-color: #0D529A;
}

footer p,
footer a {
    color: #fff
}

footer a:hover {
    text-decoration: underline
}


/**********************form**********************/

.map {
    width: 270px;
    height: 186px
}

.map iframe {
    width: 270px;
    height: 186px;
    border-radius: 8px
}

dl {
    margin: 17px 0 0 0px
}

dl dt {
    margin-bottom: 10px
}

dl dd span {
    font-weight: bold
}

dl dd {}

dl dd a {}

dl dd a:hover {}

#form {
    margin: 8px 0 0 0;
    width: 575px
}

#form input {
    border: #e0e0e1 1px solid;
    background: #fff;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000;
    padding: 5px 9px 7px 13px;
    outline: medium none;
    width: 341px;
    height: 30px;
    float: left;
    border-radius: 4px
}

#form textarea {
    border: #e0e0e1 1px solid;
    background: #fff;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000;
    height: 188px;
    outline: medium none;
    overflow: auto;
    padding: 6px 0 0 13px;
    width: 100%;
    max-width: 500px;
    resize: none;
    margin: 0 0 0 0;
    float: left;
    border-radius: 4px
}

#form label {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 41px
}

.btns {
    text-align: left;
    padding-top: 20px
}

.btns a {
    display: inline-block;
    margin: 0 10px 0 0px
}

.longoLogo {
    float: left;
    height: 105px;
    padding-top: 10px;
    margin-left: 10px;
}

.longoH1 {
    margin-left: 100px;
    padding-top: 20px;
    color: black;
    font-weight: 600;
}
#section-2 .red-color {
    position:relative;
    color:#F00;
    font-size: 34px;
    margin: 0 0 13px 0;
}
#section-2 .red-color span{
    position:absolute;
    top:0;
}
.subHeading {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin-left: 20px;
    padding-top: 15px;
    color: #0D529A;
}

#slogan {
    color: #0D529A;
    display: inline;
    font-size: 25px;
    font-style: italic;
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 20px;
    width: 50%;
}

#logoName {
    display: inline;
    position: relative;
    left: -12px;
}

.sloganItem {
    display: block;
}

.servicesPic {
    height: 200px;
    border-radius: 12px 12px 12px 12px;
    border: 4px solid #EBEBEC;
    display: block;
    text-align: center;
    margin: auto;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.reasons {}

.procurement {
    padding-left: 15px;
    padding-right: 15px;
}

.messageSent {
    text-align: center;
    color: red;
    font-size: 16px;
    font-style: italic;
}

input,
textarea,
select {
    border: thin solid #C0C0C0;
}

#dpCalendar {
    display: none;
    /* Important, do not change */
    position: absolute;
    /* Important, do not change */
    background-color: #eeeeee;
    color: black;
    font-size: xx-small;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 150px;
}


/* The table of the Calendar */

#dpCalendar table {
    border: 1px solid black;
    background-color: #eeeeee;
    color: black;
    font-size: small;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
}


/* The Next/Previous buttons */

#dpCalendar .cellButton {
    background-color: #ddddff;
    color: black;
}


/* The Month/Year title cell */

#dpCalendar .cellMonth {
    background-color: #ddddff;
    color: black;
    text-align: center;
}


/* Any regular day of the month cell */

#dpCalendar .cellDay {
    background-color: #ddddff;
    color: black;
    text-align: center;
}


/* The day of the month cell that is selected */

#dpCalendar .cellSelected {
    border: 1px solid red;
    background-color: #ffdddd;
    color: black;
    text-align: center;
}


/* The day of the month cell that is Today */

#dpCalendar .cellToday {
    background-color: #ddffdd;
    color: black;
    text-align: center;
}


/* Any cell in a month that is unused (ie: Not a Day in that month) */

#dpCalendar .unused {
    background-color: transparent;
    color: black;
}


/* The cancel button */

#dpCalendar .cellCancel {
    background-color: #cccccc;
    color: black;
    border: 1px solid black;
    text-align: center;
}


/* The clickable text inside the calendar */

#dpCalendar a {
    text-decoration: none;
    background-color: transparent;
    color: blue;
}

.half {
    width: 45%;
    display: inline-block;
}

.searchBox {
    background-color: #c0c0c0;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 2px #C0C0C0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 90%;
}

.searchTitle {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.searchLabel {
    width: 125px;
}

.searchHeader {
    font-weight: bold;
}

.searchHeaderRow {
    background-color: #999999;
}

.searchTable td {
    border: black .25px solid;
}

.searchTable td {
    padding-left: 5px;
}

.oddRow {
    background-color: #eee;
}

.evenRow {
    background-color: #fff;
}

.errors {
    color: red;
    margin-left: 20px;
}

#hoverText {
    background-color: #fff;
    border: 1px groove #999;
    color: #404040;
    display: none;
    font-size: 14px;
    padding: 7px;
    position: absolute;
}

#hoverDiv {
    background-color: #fff;
    border: 1px groove #999;
    display: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 7px;
    position: absolute;
}

.passwordButton {
    display: block !important;
    margin: 5px auto;
    text-align: center;
    width: 66%;
    width: 160px;
    margin-top: 2px !important;
}

.reset {
    background-color: red !important;
}

.reset:hover {
    background-color: black !important;
}

.locationLink {
    font-weight: bold;
    text-decoration: underline;
}

#map {
    height: 50%;
    width: 50%;
}


/*onaid*/

.button-center {
    text-align: center;
    margin: 20px 0 0 0;
}


/*.form-ctrl input[type=submit] {
    text-align:center}  */

.form-ctrl input[type=text] {
    padding: 6px;
    width: 100% !important;
}

.form-ctrl input[type=password] {
    padding: 6px;
    width: 100% !important;
}

.pset-login {
    font-size: 16px;
    padding-bottom: 10px;
}

.setp-login {
    text-align: center;
    padding: 5px 0 0 0;
    margin-bottom: 30px;
}

input.button-two {
    background: #0d529a;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff;
    margin-bottom: 2px;
    box-shadow: 2px 2px 2px #C0C0C0;
}

input.button-two:hover {
    background: #053262;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff;
    margin-bottom: 2px;
    box-shadow: 2px 2px 2px #C0C0C0;
}
div#logoName a {
    text-decoration: none;
}

/******updated on 17 March 2021*******/

* {
    box-sizing: border-box;
}

#checkListForm {
    padding: 50px 0;
    overflow: hidden;
}

#checkListForm #section-1 input {
    width: 100%;
    height: 40px;
    border: 0;
    padding-left: 15px;
    background-color: transparent;
    border-bottom: 1px solid #000;
}

#checkListForm #section-1 {
    max-width: 860px;
}

#checkListForm #section-1 {
    position: relative;
    padding-left: 110px;
    min-height: 165px;
}

#checkListForm #section-1 label {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 22px;
}

.savedItems {
    float: left !important;
    padding: 5px !important;
    margin-top: 10px;
}

#checkListForm #section-1 .next,
#checkListForm #section-1 .savedItems {
    display: block;
    background: #0D529A;
    color: #fff;
    padding: 13px 45px;
    text-align: center;
    cursor: pointer;
    float: right;
    border: 0;
    width: 100%;
    max-width: 165px;
    border-radius: 7px;
}
.tab-next {
    padding-top: 43px;
}

#checkListForm .content-section {
    margin-bottom: 50px;
}

#checkListForm #section-2 label,
#checkListForm #section-3 label {
    display: block;
    font-size: 17px;
}

#checkListForm #section-2 label,
#checkListForm #section-3 label {
    margin-bottom: 15px;
}

#checkListForm .left-form {
    float: left;
    max-width: 300px;
    width: 100%;
}

#checkListForm .right-form {
    float: right;
    max-width: 300px;
    width: 100%;
}

#checkListForm .left-form input {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    height: 40px;
}

#checkListForm .left-form label {
    position: absolute;
    left: 0;
    top: 0;
}

#checkListForm .left-form input {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    height: 30px;
    padding-left: 10px;
}

#checkListForm .left-form div {
    padding-left: 97px;
    position: relative;
    margin-bottom: 50px;
}

#checkListForm .right-form div {
    padding-left: 50px;
    position: relative;
    margin-bottom: 50px;
}

#checkListForm .left-form .btn-l {
    display: block;
    background: #0D529A;
    color: #fff;
    padding: 10px 45px;
    text-align: center;
    cursor: pointer;
    border: 0;
    width: 100%;
    max-width: 150px;
    border-radius: 7px;
}

#checkListForm .right-form .btn-r {
    display: block;
    background: #0D529A;
    color: #fff;
    padding: 10px 45px;
    text-align: center;
    cursor: pointer;
    border: 0;
    float: right;
    width: 100%;
    max-width: 150px;
    border-radius: 7px;
}

#checkListForm .right-form input {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    height: 30px;
    padding-left: 10px;
    width: 100%;
}

#checkListForm .right-form label {
    position: absolute;
    left: 0;
    top: 0;
}

#checkListForm #section-2 {
    display: none;
}

#checkListForm #section-2 h3 {
    text-align: center;
    margin: 0 0 45px 0;
    font-size: 30px;
}


/*
*****updated on 17 March 2021*******/

ul.sorting {
    display: inline-flex;
    min-height: 11px;
    position: relative;
    top: -40px;
    left: 378px;
}

ul.sorting li {
    width: 14px;
    cursor: pointer;
    margin-right: 4px;
}

ul.sorting li img {
    width: 100%;
}


/**************** drop down menu ********/

.menu li ul {
    display: none;
    top: 70px;
    position: absolute;
    left: 0;
    width: 200px;
    background: #0D529A;
}

.menu li {
    position: relative;
}

.menu li:hover ul {
    display: block !important;
    position: absolute;
    z-index: 9;
}

.menu li li {
    float: none;
    border: none;
    border-bottom: 1px dotted #ccc;
    padding: 0px 10px 0px 15px !important;
    margin: 0;
}

.menu li li:last-child {
    float: none;
    border: none;
    border-bottom: none;
}

.unsavedItemsText {
    cursor: pointer;
}

.menu li li a {
    padding: 10px 5px;
}

.menu li li:hover {
    background: #000;
}

.content-section li.checkboxWrapper span {
    float: left;
}

.content-section li.checkboxWrapper {
    text-align: right;
    position: relative;
}
.content-section li.checkboxWrapper 
input[type="checkbox"] {
 
   opacity: 0;
 
}
ul.unsaved li:first-child {
    background: #0D529A;
    color: #fff;
    font-weight: 700;
}

ul.unsaved li:first-child span {
    float: left;
}

ul.unsaved li:first-child {
    background: #0D529A;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

ul.unsaved.content-section li {
    background: none;
    color: #333;
    font-weight: normal;
}

ul.unsaved.content-section li {
    background: none;
    color: #333;
    font-weight: normal;
    font: status-bar;
    border-bottom: 1px solid #999;
}

li.checkboxWrapper {
    padding: 10px;
}

.content-section li.checkboxWrapper span {
    float: left;
}

.content-section li.checkboxWrapper {
    text-align: right;
}

ul.unsaved.content-section li:first-child {
    background: none;
    color: #333;
    font-weight: 400;
}

.savedItems {
    width: 271px !important;
    display: block;
    top: 21px;
    position: relative;
    height: 41px;
}
.slogan1 {
    margin-left:134px;
}
.slogan2 {
    margin-left: 246px;
}
.slogan3 {
    margin-left: 346px;
}

/* Carousel
----------------------------------- */
#carouselBeadManRedding {
    background-color: #000;
}
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel-item .img-fluid {
    margin: 0 auto;
}
.carousel img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-indicators li {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/pagination.png) right 0 no-repeat;
}

.carousel-indicators .active , .carousel-indicatorsli:hover  { background-position: 0 0;}

.slider-main .carousel-caption{
    position: absolute;
    bottom: 0px;
    left: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    padding-right: 26px;
    display: inline-block;
    background: url(../images/pagination-bg.png) 0 0 repeat;
}
.slider-main .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
}
.slider-main .carousel-indicators li{
    display: inline-block;
    margin: 0;
    opacity: 1;
}
.slider-main .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    padding: 6px 30px;
    display: inline-block;
}
.about-page {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 22px;
}
.carousel-caption {
    font-family: 'Condiment', cursive;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    width: 700px;
    margin-right: 30px;
    position: absolute;
    right:0;
    bottom: 0;
    text-align: right;
    z-index: 99;
    padding-top: 14px;
    padding-bottom: 14px;
}
.about-bottom {
    max-width: 960px;
    margin: 0 auto;
}
.about-bottom .db{
  max-width: 900px;
  margin: 0 auto 30px;
}
button.next {
    position: relative;
    top: -20px;
}


.sendComments {}
.commentBox {
    padding: 30px;
    border-left: 1px solid #7f7f7f;
    margin-left: 12px;
}
.each_Comment {
    border-radius: 0px;
    border-top: 0;
    padding-bottom: 10px;
}
.each_Comment .head {
    padding: 10px;
    background: #cbcbcb4a;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}
.each_Comment .head img {
    width: 22px;
    margin-right: 10px;
}
.each_Comment .head span {}
.each_Comment .head span#Name_Comment {
    font-size: 12px;
    font-weight: bold;
    color: #0d529a;
}

.each_Comment .head span#Date_Comment {
    font-size: 12px;
    font-style: italic;
    position: relative;
    margin-left:4px;
}
.each_Comment .body {}
.each_Comment .body p.message_Comment {
    padding-left: 18px;
    margin-top: 10px;
    border-left: 2px solid #0d529a;
    margin-left: 21px;
}

.comment_Addition .checkboxWrapper {
        font-size: 16px;
    line-height: 45px;
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 1px;
    color: #000000;
}
.sendComments form {padding-left:0px;}

.container_PrevImg {
    position: relative;
    width: 25%;
    text-align:center;
    display: inline-block;
}
.container_PrevImg span {
    cursor: pointer;
}
.container_PrevImg span:hover {opacity:.5;transition:.3s}

.container_PrevImg span::after {
    content: " ";
    background-image: url(../images/delete_Chklst.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: -5px;
}
.container_PrevImg img {
}
body .sendComments form textarea {
    max-width: 520px;
    width: 100%;
    border-radius: 10px;
    background: #e0e0e047;
    resize: none;
    height: 100px;
    display: block;
    padding: 5px 10px;
}
.cstCheckBoxW {margin-top:15px;font-size:20px;}
.upload_FileLabel {width:100%;max-width:400px;}
.uplaod_Image {
    width: 100%;
}
#submitHomesiteImages {
    background: #0D529A;
    color: #fff;
    padding: 2px 13px;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    display: block;
    margin-top: 28px;
    margin-left: 0px;
}

/**/

/* to hide the checkbox itself */
/* today 19 jan*/
#section-2 .checkboxWrapper input[type=checkbox] {
     position: relative;
     appearance:none;
}
#section-2 .checkboxWrapper {
    padding-left: 50px;
 }
 .m-leftform label {
    left: -49px !important;
 }
  .m-rightform label {
    left: -49px !important;
 }
 label.checkboxWrapper.cstCheckBoxW {
    /* left: -50px; */
    padding-left: 0 !important;
}
#section-2 .checkboxWrapper>input[type=checkbox]:before {
     position: absolute;
    font-family: FontAwesome;
    display: inline-block;
    background: yellow;
    letter-spacing: 10px;
    font-size: 28px;
    background-color:#ffdb02;
     height:20px;
     width: 20px;
     color: #666;
     line-height: .6666;
     left: -25px;
     top: -12px;
     content: "";
}
/* space between checkbox and label */
#section-2 .checkboxWrapper>input[type=checkbox]:checked:before {
     font-family: FontAwesome;
    display: inline-block;
    content:"\f046";
    letter-spacing: 5px;
}

#section-2 .checkboxWrapper{
    display: block;
    margin-bottom: 50px;
}
/* to hide the checkbox itself */
.uplaod_Image:hover {cursor:pointer;transition:.2s;opacity:.5}
body .sendComments form input[type="button"] {
        background: #0D529A;
    color: #fff;
    padding: 2px 13px;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    display: block;
    margin-top: 8px;
    margin-left:10px;
}
.sendComments  form {}
.sendComments textarea {}
.sendComments input {}
.uploadImages form {position:relative;}
.loader-imgChklst {
    display:none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    border-top: 2px solid #0d529a;
    width: 25px;
    height: 25px;
    -webkit-animation: spin_chklst 2s linear infinite;
    animation: spin_chklst 2s linear infinite;
    position: absolute;
    bottom: 2px;
    left: 130px;
}

.sendComments {
    padding-top: 24px;
    padding-bottom: 30PX;
}
#numOfCount {
        position: absolute;
    bottom: 30px;
}
/* Safari */
@-webkit-keyframes spin_chklst {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin_chklst {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 991px) {

.tb {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }

}


@media (max-width: 991px) {
.slider-main {
    max-width: 940px;
    margin: 25px 12px;
 }
 #checkListForm .right-form {
    float:none;
    max-width: 300px;
    width: 100%;
  }
  #checkListForm .right-form label {
    position: absolute;
    left: 0;
    top: 91px;
  }
 .container{
    max-width: none !important;
 }
}

@media(max-width:770px){
    .right-m {text-align:right;width:85%;}
    body #checkListForm .m-rightform {    float: left;
    width: 100%;}
    body #checkListForm .m-rightform label {top:0;}
}

@media (max-width: 767px) {
    
    .main {    min-height: 100%;}
.container_PrevImg {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}
.tab-next {
    padding-top: 65px;
    float: left;
  }
  #checkListForm #section-2 label, #checkListForm #section-3 label {
    display: block;
    font-size: 14px;
  }
  #checkListForm #section-1 .next, #checkListForm #section-1 .savedItems {
    display: block;
    background: #0D529A;
    color: #fff;
    padding: 6px 45px;
  }
  .slider-main .carousel-caption {
    font-size:14px;
    padding-top: 11px;
    padding-bottom: 8px;
  }
  .top-1 {
    margin-top: 12px;
    line-height: normal;
   }
  #demo img {
    height: 300px;
    object-fit: cover;
  }
  button.next {
    float:none;
    position: absolute;
    top: 133px;
  }
  .slogan1 {
    margin-left: 34px;
}
.slogan2 {
    margin-left: 136px;
}
.slogan3 {
    margin-left: 216px;
}

.subHeading {
    font-size: 12px;
}

h2 {
    font-size: 24px;
  }
  #checkListForm #section-1 {
    position: relative;
    padding-left: 75px;
    min-height: 165px;
}
#checkListForm #section-1 label {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px !important;
}
.longoH1 {
    font-size:26px;
  }
  button.next {
    top: 142px;
  }
  
}