
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFF;
    color: #333333;
    display: block;
    margin: auto;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.cardTitle
{
    color: #EBA82C;
    font-size: 24px;
}

.learnMoreButton {
  /* width: 110px;
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55px;
  border: 1px solid #fff;
  padding: 10px 10px;
  font-family: Lato;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  margin-top: -15px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  text-decoration: none; */
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.barTitle
{
    position: absolute;
    top: 30px;
    z-index: 999;
}

/*--- header-area start---*/
.header-area {
    /* background-image: url(../img/bg1.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}

.headee-left {
    position: relative;
}

.headee-left img {
    width: 100%;
    display: block;
    position: relative;
    top: 39px;
}

.headee-left h2 {
    color: #fff;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    position: relative;
    top: 152px;
}

.headee-left h2 span {
    font-weight: bold;
}

/*---  search-area start  ---*/
.search-area {
    /* padding: 30px 0; */
    padding-bottom: 0;
}

.search-part form {
    background-color: #FAFAFA;
    padding: 10px 20px;
    padding-bottom: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 5px rgba(0,0,0,.2);
}

.search-part h2 {
    color: #EBA82C;
    font-size: 25px;
    margin: 0;
    padding-top: 21px;
}

.search-part h3 {
    color: #000000;
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 9px;
}

.search_part1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 0px;
    left: 28px;
    margin-bottom: 0;
}

.search_part2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    float: right;
    margin-top: -48px;
    margin-bottom: 0;
    margin-right: 16px;
}

.search_part1  select {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    width: 100%;
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 14px;
    letter-spacing: 2px;
    outline: none;
    position: relative;
}


.search_part1 img {
    width: 31px;
    height: 24px;
    display: block;
    position: absolute;
    top: 47px;
    right: 19px;
}

/*---  ppp-area start  ---*/
.close img {
    max-width: 100%;
    display: block;
    outline: none;
}

.ppp-part form {
    width: 87%;
    display: block;
    margin: auto;
    margin-top: 33px;
}

.ppp-part h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: -25px;
}


.ppp-part form input[type="email"] {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 16px;
    width: 100%;
    padding: 9px 15px;
    border: none;
    background: #ffff;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 21px;
    letter-spacing: 2px;
    outline: none;
    position: relative;
}

.ppp-part form input[type="email"]::placeholder {
    color: #aaa;
    font-size: 16px;
}

.ppp-part form input[type="text"] {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 16px;
    width: 100%;
    padding: 9px 15px;
    border: none;
    background: #ffff;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 21px;
    letter-spacing: 2px;
    outline: none;
    position: relative;
}

.ppp-part form input[type="text"]::placeholder {
    color: #aaa;
    font-size: 16px;
}


.ppp-part form input[type="tel"] {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 16px;
    width: 100%;
    padding: 9px 15px;
    border: none;
    background: #ffff;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 21px;
    letter-spacing: 2px;
    outline: none;
    position: relative;
}

.ppp-part form input[type="tel"]::placeholder {
    color: #aaa;
    font-size: 16px;
}

.ppp-part form h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-align: initial;
}

.ppp-part form h4 img {
    width: 44px;
    height: 37px;
    position: initial;
    top: inherit;
    right: initial;
    display: inline-block;
    cursor: pointer;
}

.ppp-part form textarea {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 16px;
    width: 100%;
    height: 174px;
    padding: 9px 15px;
    border: none;
    background: #ffff;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    outline: none;
}


.ppp-part form input[type="submit"] {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 20px;
    border: none;
    background: none;
    background-color: #23A2F4;
    padding: 11px 39px;
    margin-top: 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    outline: none;
    display: block;
    margin: auto;
    text-align: center;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.ppp-part p {
   color: red;
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 9%;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    top: 88px;
    background-color: none;

    width: 100%;
    padding: 38px 25px;
    border-radius: 17px;
    padding-bottom: 18px;
    text-align: center;
    border: none;
    background-image: linear-gradient( rgb(34, 109, 161,.7) , rgb(128, 141, 151), rgb(34, 109, 161,.7) );
}


.modal-header .close {
    padding: inherit;
    margin: initial;
    float: left;
    outline: none;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: initial;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: none !important;
    border-bottom: initial;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}


.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: initial;
    border-top: none;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}


.modal-dialog {
    max-width: 660px !important;
    margin: 1.75rem auto !important;
}



.search-part h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    width: 100%;
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    border: none;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 14px;
    letter-spacing: 2px;
    background-color: #fff;
    margin-top: 38px;
}

.search-part h4 img {
    position: initial !important;
}

.icon_1  {
    width: 30px !important;
    height: 30px !important;
    top: initial !important;
    right: initial !important;
    display: inline-block !important;
    text-align: initial;
    float: left;
    margin-top: -5px;
    cursor: pointer;
}

.icon_2  {
    width: 30px !important;
    height: 30px !important;
    top: initial !important;
    right: initial !important;
    display: inline-block !important;
    text-align: initial;
    float: right;
    margin-top: -5px;
    cursor: pointer;
}

.angular-range-slider {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 100%;
    margin: 25px 5px 25px 5px;
    vertical-align: middle;
}

.angular-range-slider div {
    white-space: nowrap;
    position: absolute;
}

.angular-range-slider div.bar {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: rgb(208, 208, 208);
    overflow: hidden;
}

.angular-range-slider div.bar.disable {
    background-color: #c0bfc0;
    background: #c0bfc0;
}

.angular-range-slider div.bar .selection {
    width: 100%;
    height: 100%;
    background: #EBA82C;
}

.angular-range-slider div.bar .selection.disable {
    background-color: gray;
}

.angular-range-slider div.handle {
    cursor: pointer;
    width: 18px;
    height: 18px;
    top: -7px;
    background-color: #ffffff;
    z-index: 2;
    border-radius: 100%;
    border: 1px solid #EBA82C;
}

.angular-range-slider div.handle.active {
    background-color: #fff;
}

.angular-range-slider div.handle.disable {
    background-color: #c0bfc0;
}

.angular-range-slider div.bubble {
    display: none;
    cursor: default;
    top: -32px;
    padding: 1px 3px 1px 3px;
    font-size: 0.7em;
    font-family: sans-serif;
}

.angular-range-slider div.bubble.active {
    display: inline-block;
}

.angular-range-slider div.bubble.disable {
    background-color: #c0bfc0;
}

.angular-range-slider div.bubble.limit {
    color: #777;
}


.sh_h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}

.sh_h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    position: relative;
    left: -10px;
}


.angular-range-slider {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 100%;
    margin: 15px 0px 11px 8px;
    vertical-align: middle;
}

.search_btn {
    text-align: center;
    padding-top: 9px;
}


.search_btn a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    background: none;
    background-color: #23A2F4;
    padding: 9px 63px;
    letter-spacing: 2px;
    border-radius: 5px !important;
    outline: none;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.search_btn a:hover {
    background-color: #000000;
}


.srch_pt1 label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-size: 18px;
}

.ff_l {
    display: none;
}

.fdlg-area1 {
    padding-bottom: 45px;
}



.bdg-part {
    padding: 30px 0;
    padding-top: 5px;
}


.bdg-part p {
    color: #4A4A4A;
    font-size: 18px;
}


.search_part111 h5 {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 9px;
    padding-top: 47px;
}

.search_d1 {
    padding-left: 10px;
}

.search_d2 {
    padding-left: 20px;
}

.bdm-part {
    width: 85%;
    display: block;
    margin: auto;
    padding: 20px 0;
    margin-top: 24px;
}

.bdm-part img {
    max-width: 100%;
    display: inline-block;
}

.bdm-part select {
    width: 73%;
    color: #828282;
    font-size: 18px;
    padding: 14px 62px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    outline: none;
    float: right;
    margin-top: -39px;
    cursor: pointer
}

.bdg-part ul li a:hover {
    border: 2px solid #fff;
    background-color: #EBA82C;
}


.select_box {
    position: relative;
}

.select_box::after {
    content: "\25BC";
    position: absolute;
    top: -22px;
    right: 0;
    padding: 0px 8px 10px;
    background: #fff;
    color: #eba82c;
    cursor: pointer;
    pointer-events: none;
}


.bdm-part2 p {
    color: #828282;
    font-size: 17px;
    margin: 0;
    padding-top: 31px;
    padding-bottom: 8px;;
}


.bdm-part2 select {
    width: 100%;
    color: #828282;
    font-size: 18px;
    padding: 14px 20px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.select_box2 {
    position: relative;

}

.select_box2::after {
    content: "\25BC";
    position: absolute;
    top: 0px;
    right: 0;
    padding: 13px 15px;
    background: #fff;
    color: #eba82c;
    pointer-events: none;
}

.sr_btn {
    text-align: center;
    padding-top: 33px;
}

.sr_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #EBA82C;
    border: 2px solid #fff;
    padding: 14px 143px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.sr_btn a:hover {
    background-color: #000000;
    border: 2px solid #000000;
}


/*--- fdl-area start ---*/
.fdl-area {
    background-color: #FFFFFF;
    padding: 60px 0;
}

.fdl-top h2 {
    color: #4A4A4A;
    font-size: 20px;
    padding-bottom: 11px;
}

.fdl-part {
    background-color: #F8F8F8;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    border-radius: 30px;
}

.fdl-part h2 {
    color: #7D7D7D;
    font-size: 20px;
    margin: 0;
    padding: 20px 35px;
    padding-bottom: 20px;
}

.fdl-part1 {
   width: 100%;
   display: block;
   margin:
}

.fdl-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 25px;
    padding-left: 37px;
}

.fdl-part ul li {
    display: inline-block;
}

.fdl-part ul li a img {
    max-width: 100%;
    margin-top: -9px;
    padding-right: 7px;
}

.fdl-part ul li a {
    color: #828282;
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-right: 2px;
}

/*---  start ---*/
.fdldn-area {
    background-color: #FFFFFF;
    padding: 40px 0;
    padding-top: 0;
}

.fdldn-part form {
    border: 5px solid #EBA82C;
    padding: 30px 10px;
    border-radius: 0px 20px 20px 20px;
}

.fdldn-part form img {
    width: 22px;
    display: block;
    position: relative;
    top: 35px;
    left: 11px;
}

.fdldn-part form h2 {
    color: #828282;
    font-size: 18px;
    text-align: center;
    padding-bottom: 16px;
    line-height: 26px;
}

.fdldn-part form input[type="email"] {
    color: #B2B2B2;
    font-size: 18px;
    padding: 12px 44px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    outline: none;
    margin-bottom: 15px;
}

.fdldn-part form input[type="email"]::placeholder {
    color: #B2B2B2;
    font-size: 18px;
}


.fdldn-part form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #EBA82C;
    border: 2px solid #fff;
    padding: 12px 131px;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    outline: none;
    display: block;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fdldn-part form input[type="submit"]:hover {
    background-color: #000000;
    border: 2px solid #000000;
}


/*--- fdlt-area start ---*/
.fdlt-area {
    background-color: #fff;
    padding: 60px 0;
    padding-top: 10px;
}

.fdlt-top h2 {
    color: #4A4A4A;
    font-size: 20px;
    padding-bottom: 11px;
}

.fdlt-part {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    border-radius: 30px;
}

.fdlt-part h2 {
    color: #7D7D7D;
    font-size: 20px;
    margin: 0;
    padding: 20px 35px;
    padding-bottom: 20px;
    text-align: center;
}

.fdlt-part1 {
   width: 100%;
   display: block;
   margin:
}

.fdlt-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-bottom: 25px;
}

.fdlt-part ul li {
    display: inline-block;
}

.fdlt-part ul li a img  {
    max-width: 100%;
    display: block;
    margin: 0px 40px;
}


/*--- fdltt-area start ---*/
.fdltt-area {
    background-color: #fff;
    padding: 60px 0;
    padding-top: 10px;
    margin-top: -100px;
}

.fdltt-top h2 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

.fdltt-btn {
    text-align: center;
}

.fdltt-btn p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    width: 77%;
    margin: auto;
    display: block;
    background-color: #EBA82C;
    border: 2px solid #fff;
    padding: 14px 12px;
    border-radius: 55px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.fdltt-btn p:hover {
    background-color: #000000;
    border: 2px solid #000000;
}

/*--- aum-area start ---*/
.aum-area {
    background-color: #fff;
    padding: 40px 0;
    padding-top: 10px;
}

.aum-top h2 {
    color: #4A4A4A;
    font-size: 20px;
    padding-bottom: 10px;
}

.aum-part {
    border: 5px solid #EBA82C;
    padding: 25px 19px;
    border-radius: 0px 20px 20px 20px;
}

.aum-part img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
    max-width: 90%;
}

.aum-part p {
    color: #828282;
    font-size: 20px;
    line-height: 33px;
}

/*--- ctm-area start ---*/
.ctm-area {
    background-color: #fff;
    padding: 40px 0;
    padding-top: 10px;
    padding-bottom: 22px;
}

.ctm-top h2 {
    color: #4A4A4A;
    font-size: 20px;
    padding-bottom: 10px;
}

.ctm-part form {
    width: 100%;
    display: block;
    margin: auto;
}

.ctm-part form input[type="text"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.ctm-part form input[type="text"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}

.ctm-part form input[type="tel"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.ctm-part form input[type="tel"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}

.ctm-part form input[type="email"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.ctm-part form input[type="email"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}



.ctm-part form textarea {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    height: 160px;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.ctm-part form textarea::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}


.ctm-part form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-transform: capitalize;
    background-color: #eba82c;
    border: none;
    padding: 13px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 50px;
    outline: none;
    margin-top: 12px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.ctm-part form input[type="submit"]:hover {
    background-color: #000000;
}

/*--- aumr-area start ---*/
.aumr-area {
    background-color: #fff;
    padding: 40px 0;
    padding-top: 10px;
    padding-bottom: 113px;
}


.aumr-part {
    border: 5px solid #EBA82C;
    padding: 25px 19px;
    border-radius: 0px 20px 20px 20px;
}

.lt_logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
    max-width: 90%;
}

.aumr-part1 {
    color: #828282;
    font-size: 15px;
    padding: 11px 0;
}

.aumr-part2 {
    color: #828282;
    font-size: 18px;
    line-height: 33px;
}

.aumr-part3 {
    color: #5E5E5E;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 14px;
}


.aumr-part4 {
    color: #828282;
    font-size: 15px;
    padding: 11px 0;
}

.aumr-part5 {
    color: #828282;
    font-size: 15px;
    margin: 0;
}

.aumr-part6 {
    color: #828282;
    font-size: 15px;
    margin: 0;
}

.aumr-part7 {
    color: #828282;
    font-size: 14px;
    margin-top: 5px;
}

.cpy-part h4 {
    color: #828282;
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
}

.cpy-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.cpy-part ul li {
    display: inline-block;
}

.cpy-part ul li a img {
    max-width: 100%;
    display: block;
    margin: 14px 20px;
}

.cpy_part h4 {
    color: #828282;
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
}

.cpy_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 24px;
    padding-top: 9px;
}

.cpy_part ul li {
    display: inline-block;
}

.cpy_part ul li a img {
    max-width: 100%;
    display: block;
    margin-left: 20px;
}


/*--- fdt-area start ---*/
.fdt-area {
    position: fixed;
    bottom: 18px;
    margin-top: -77px;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    width: 100%;
}

.fdt-part {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    padding: 12px 10px;
    border-radius: 14px;
    padding-bottom: 7px;
}

.fdt-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 3px;
}

.fdt-part ul li {
    display: inline-block;
    margin: 0 1px;
}

.fdt-part ul li a {
    width: 38px;
    height: 38px;
    display: block;
}



.fdt-part ul .active {
    width: 42px;
    height: 37px;
    background-color: #EBA82C;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fff;
}

.fdt-part ul li a img {
    width: 23px;
    height: 22px;
    display: block;
    margin: auto;
    position: relative;
    top: 6px;
    left: 2px;
}

/*--- srch-area start---*/
.srch-area {
    background-color: #FFFFFF;
    padding: 21px 15px;
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
}

.srch-part h2 a {
    color: #828282;
}

.srch-part h2 a i {
    color: #828282;
    font-size: 18px;
    padding-right: 12px;
}

.srch-part h2 {
    color: #828282;
    font-size: 20px;
}

.srch-part h2 a img {
    max-width: 100%;
    display: inline-block;
    float: right;
    margin-top: 7px;
}



/*--- fdlts-area start ---*/
.fdlts-area {
    background-color: #fff;
    padding: 16px 0;
    padding-top: 95px;
}

.fdltss-area {
    padding-bottom: 28px;
    margin-top: -67px;
}

.fdlts-top h2 {
    color: #4A4A4A;
    font-size: 20px;
    padding-bottom: 11px;
}

.fdl-partsss {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    border-radius: 30px;
}

.fdlts-part h2 {
    color: #7D7D7D;
    font-size: 20px;
    margin: 0;
    padding: 20px 35px;
    padding-bottom: 20px;
}

.fdlts-part1 {
   width: 100%;
   display: block;
   margin:
}

.fdlts-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 25px;
    padding-left: 35px;
}

.fdlts-part ul li {
    display: inline-block;
}

.fdlts-part ul li a img {
    max-width: 100%;
    margin-top: -9px;
    padding-right: 6px;
}

.fdlts-part ul li a {
    color: #828282;
    font-size: 16px;
    font-weight: 600;
    padding-right: 63px;
}


.fdltt-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 14px 39px;
    padding-top: 0;
}

.fdltt-part ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-top: 14px;
    padding-bottom: 6px;
}

.fdltt-part ul li span {
    color: #EBA82C;
    font-size: 18px;
}

.fdltt-part ul li a {
    color: #B7B7B7;
    font-size: 18px;
}

.fdltt-part ul li:nth-child(1) a {
    color: #B7B7B7;
    font-size: 18px;
}

.fdltt-part ul li:nth-child(2) a {
    color: #B7B7B7;
    font-size: 18px;
}

.fdltt-part ul li:nth-child(3) a {
    color: #B7B7B7;
    font-size: 18px;
}


.fdltt-part ul li:nth-child(4) a {
    color: #B7B7B7;
    font-size: 18px;
}


.fdltt-part ul li:nth-child(5) a {
    color: #B7B7B7;
    font-size: 18px;
}

.fdltt-part ul li:nth-child(6) {
    border-bottom: initial;
}


.fdltt-part ul li:nth-child(6) a {
    color: #B7B7B7;
    font-size: 18px;
}

/*--- eltn-area start ---*/
.eltn-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 171px 0; */
    padding-top: 22px;
    overflow: hidden;
}

.eltn-leftt {
    position: relative;
}

.eltn-leftt img {
    width: 100%;
}

.eltn-left {
    position: relative;
}

.eltn-left img {
    max-width: 100%;
    display: block;
    margin: auto;
    position: relative;
    top: 66px;
}

.eltn-left h2 {
    color: #fff;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    position: relative;
    top: 82px;
}

.eltn-left h2 span {
    font-weight: bold;
}


.eltn h2 a {
    color: #fff;
}

.eltn h2 a i {
    color: #fff;
    font-size: 18px;
    padding-right: 12px;
}

.eltn h2 {
    color: #fff;
    font-size: 20px;
}

.eltn h2 a img {
    max-width: 100%;
    display: inline-block;
    float: right;
    margin-top: 7px;
}


/*--- dneltn-area start---*/
.dneltn-area {
    background-color: #fff;
    /* padding: 20px 0; */
    padding-bottom: 11px;
}

.dneltn-top p {
    color: #828282;
    font-size: 20px;
}


.dneltn-part input[type="text"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 10px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.dneltn-part input[type="text"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}


.dneltn-part input[type="email"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 10px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.dneltn-part input[type="email"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}

.dneltn-part input[type="tel"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 10px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.dneltn-part input[type="tel"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}






.age_Property input[type="text"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 10px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.age_Property input[type="text"]::placeholder {
    color: #B2B2B2;
    font-size: 16px;
}




.bdm-parts {
    width: 85%;
    display: block;
    margin: auto;
    padding: 28px 0;
}

.bdm-parts img {
    max-width: 100%;
    display: inline-block;
}

.select_boxs {
    position: relative;
}


.bdm-parts select {
    width: 73%;
    color: #EBA82C;
    font-size: 18px;
    padding: 14px 62px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    outline: none;
    float: right;
    margin-top: -39px;
    cursor: pointer;
}

.select_boxs::after {
    content: "\25BC";
    position: absolute;
    top: -41px;
    right: 0;
    padding: 15px 10px;
    background: #fff;
    color: #eba82c;
    cursor: pointer;
    pointer-events: none;
}



.bdm-part22 p {
    color: #828282;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding-top: 31px;
    padding-bottom: 8px;
}

.select_box22 {
    position: relative;
}

.bdm-part22 select {
    width: 100%;
    color: #EBA82C;
    font-size: 16px;
    padding: 14px 20px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.select_box22::after {
    content: "\25BC";
    position: absolute;
    top: 0px;
    right: 0;
    padding: 13px 15px;
    background: #fff;
    color: #eba82c;
    pointer-events: none;
}

.dneltn-part textarea {
    color: #B7B7B7;
    font-size: 15px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    height: 160px;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
    margin-top: 20px;
}

.dneltn-part textarea::placeholder {
    color: #B7B7B7;
    font-size: 14px;
}

.sr_btns {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 19px;
}

.sr_btns a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #EBA82C;
    border: 2px solid #fff;
    padding: 14px 96px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.sr_btns a:hover {
    background-color: #000000;
    border: 1px solid #000000;
}



/*--- resd-area start ---*/
.resd-area {
    background-color: black;
}

.resd-part h2 a i {
    color: #fff;
    font-size: 18px;
    padding-right: 28px;
}

.resd-part h2 {
    color: #fff;
    font-size: 20px;
}

/*--- dnresd-area start ---*/
.dnresd-area {
    background-color: #fff;
    padding: 30px 0px;
}

.dnresd-top h2 {
    color: #EBA82C;
    font-size: 20px;
    font-weight: 600;
}

.dnresd-top p {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 600;
}

.dnresd-part {
    box-shadow: 0px 1px 5px rgba(0,0,0,.1);
    padding: 5px 9px;
    border-radius: 11px;
    background-color: #FCFCFC;

}

.dnresd-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.dnresd-part ul li {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.dnresd-part ul li span {
    color: #EBA82C;
    font-size: 18px;
    font-weight: 600;
}

.dnresd-part ul li a {
    color: #6C6C6C;
    font-size: 18px;
}

.dnresd-part ul li:nth-child(1) a {
    padding-left: 72px;
}


.dnresd-part ul li:nth-child(2) a {
    padding-left: 89px;
}


.dnresd-part ul li:nth-child(3) a {
    padding-left: 20px;
}


.dnresd-part ul li:nth-child(4) a {
     padding-left: 85px;
}


.dnresd-part ul li:nth-child(5) a {
    padding-left: 38px;

}


.dnresd-part ul li:nth-child(6) a {
    padding-left: 34px;
}


.dnresd-part ul li:nth-child(7) a {
    padding-left: 32px;
}



.dnresd-part ul li:nth-child(8) a {
    padding-left: 47px;
}



.dnresd-part ul li:nth-child(9) a {
    padding-left: 72px;
}



.dnresd-part ul li:nth-child(10) a {
    padding-left: 67px;
}

.dnresd-part ul li:nth-child(11) a {
    padding-left: 72px;
}



.dnresd-part ul li:nth-child(11) a {
    padding-left: 66px;
}



.dnresd-part ul li:nth-child(13) a {
    color: #6C6C6C;
    font-size: 18px;
    padding-left: 112px;
}


.dnresd-part ul li:nth-child(14) a {
     padding-left: 24px;
}


.dnresd-part ul li:nth-child(15) a {
    padding-left: 17px;
}


.dnresd-part ul li:nth-child(16) a {
    padding-left: 39px;
}

.dnresd-part ul li:nth-child(17) {
    padding-bottom: 0px;
    border: initial;

}

.dnresd-part ul li:nth-child(17) a {
    padding-left: 93px;

}


.dnresd-part ul li a {
    color: #6C6C6C;
    font-size: 18px;
    padding-left: 13px;
}

/*--- map-area start ---*/
.map-area {
    background-color: #fff;
    padding: 30px 0px;
    padding-top: 0;
}

.map-top p {
    color: #B2B2B2;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 6px;
    line-height: 22px;
}

.map-top p span {
   color: #EBA82C;
}

.map-top h6 {
   color: #B2B2B2;
   font-size: 15px;
   font-weight: 500;
   line-height: 22px;;
}


.map-top h6 span {
   color: #EBA82C;
}

.map-part {
    padding: 10px 0;
}

.map-part iframe {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 18px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    background-color: #fff;
    border: 7px solid #fff !important;
    border: initial;
}


.form_part form {
    padding-top: 27px;
    padding-bottom: 0px;
    margin-bottom: -7px;
}

.form_part form input[type="text"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.form_part form input[type="text"]::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}


.form_part form input[type="email"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.form_part form input[type="email"]::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}


.form_part form input[type="tel"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.form_part form input[type="tel"]::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}

.form_part form textarea {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    height: 200px;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.form_part form textarea::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}


.form_part form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #eba82c;
    border: none;
    padding: 12px 82px;
    border: 3px solid #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 50px;
    outline: none;
    margin-top: 12px;
    margin: auto;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.form_part form input[type="submit"]:hover {
    background-color: #000000;
    border: 3px solid #000000;
}

/*--- rresd-area start ---*/
.rresd-area {

}

.rresd-part h2 a i {
    color: #fff;
    font-size: 18px;
    padding-right: 28px;
}

.rresd-part h2 {
    color: #fff;
    font-size: 20px;
}

/*--- dnresdc-area start ---*/
.dnresdc-area {
    background-color: #fff;
    padding: 30px 0px;
}

.dnresdc-top h2 {
    color: #EBA82C;
    font-size: 20px;
    font-weight: 600;
}

.dnresdc-top p {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 600;
}

.dnresdc-part {
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    padding: 10px 16px;
    border-radius: 30px;
    background-color: #FCFCFC;
    border: 4px solid #fff;

}

.dnresdc-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.dnresdc-part ul li {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.dnresdc-part ul li span {
    color: #EBA82C;
    font-size: 18px;
    font-weight: 600;
}

.dnresdc-part ul li a {
    color: #6C6C6C;
    font-size: 18px;
}

.dnresdc-part ul li:nth-child(1) a {
    padding-left: 0px;
}


.dnresdc-part ul li:nth-child(2) a {
    padding-left: 0px;
}


.dnresdc-part ul li:nth-child(3) a {
    padding-left: 0px;
}


.dnresdc-part ul li:nth-child(4) a {
     padding-left: 0px;
}


.dnresdc-part ul li:nth-child(5) a {
     padding-left: 0px;

}

.dnresdc-part ul li:nth-child(6) {
    border: initial;
}

.dnresdc-part ul li:nth-child(6) a {
   padding-left: 0px;
}

.dnresdc-part ul li:nth-child(6) p {
    color: #6C6C6C;
    font-size: 18px;
    padding-left: 161px;
    margin-top: -27px;
}

.dnresdc-part ul li a {
    color: #6C6C6C;
    font-size: 18px;
    padding-left: 13px;
}

/*--- mapp-area start ---*/
.mapp-area {
    background-color: #fff;
    padding: 30px 0px;
    padding-top: 0;
    padding-bottom: 17px;
}

.mapp-top p {
    color: #B2B2B2;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 6px;
    line-height: 22px;
}

.mapp-top p span {
   color: #EBA82C;
}

.mapp-top h6 {
   color: #B2B2B2;
   font-size: 15px;
   font-weight: 500;
   line-height: 22px;;
}


.mapp-top h6 span {
   color: #EBA82C;
}

.mapp-part {
    padding: 10px 0;
}

.mapp-part iframe {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 18px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    background-color: #fff;
    border: 7px solid #fff !important;
    border: initial;
}


.form_partp form {
    padding-top: 27px;
    padding-bottom: 0px;
}

.form_partp form input[type="text"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.form_partp form input[type="text"]::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}


.form_partp form input[type="email"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 15px;
}

.form_partp form input[type="email"]::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}


.form_partp form input[type="tel"] {
    color: #B2B2B2;
    font-size: 16px;
    width: 100%;
    background-color: #FCFCFC;
    border: none;
    padding: 12px 17px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 10px;
    border: 3px solid #fff;
    outline: none;
    margin-bottom: 20px;
}

.form_partp form input[type="tel"]::placeholder {
     color: #B2B2B2;
     font-size: 16px;
}

.form_partp form input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #eba82c;
    border: none;
    padding: 12px 82px;
    border: 3px solid #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 50px;
    outline: none;
    margin-top: 12px;
    margin: auto;
    display: block;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.form_partp form input[type="submit"]:hover {
    background-color: #000000;
    border: 3px solid #000000;
}


.form_partp h3 {
    color: #EBA82C;
    font-size: 19px;
    text-align: center;
    line-height: 31px;
    padding-top: 13px;
}


.search_top_p {
    width: 14%;
    height: 8px;
    background-color: #707070;
    margin: auto;
    border-radius: 30px;
    margin-top: -20px;
    margin-bottom: 16px;
}

.modal {
    padding-right: 0px !important;
}

.search_top_main {

}


.search-area1 {
    background-color: #fff;
    padding: 30px 0;
    padding-bottom: 0;
    width: 71%;
    margin: auto;
    border-radius: 15px;
}




.rang_part_a1 {
    position: relative;
}


.ran_p1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 0;
}


.ran_p2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 9px;
}


.rang_p3 {
    font-weight: 400;
    position: relative;
    left: 1px;
}


.rang_p4 {
    font-weight: 400;
    position: relative;
    left: -5px;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 2px solid #EBA82C;
    background: #fff;
    font-weight: normal;
    color: #454545;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    outline: none;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #CFD2D5;
    color: #333333;
}

.ui-slider-horizontal {
    height: 7px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;

}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #EBA82C;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #EBA82C;
    color: #333333;
    font-weight: bold;
}






.rang_part_a2 {
    position: relative;
}


.ran_pp1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
    margin-bottom: 0;
}


.ran_pp2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 8px;
}


.rang_pp3 {
    font-weight: 400;
    position: relative;
    left: -8px;
}


.rang_pp4 {
    font-weight: 400;
    position: relative;
    left: -23px;
}



.checkbox_part h5 {
    color: #403c35;
    font-size: 25px;
    margin: 0;
    padding-top: 28px;
    padding-bottom: 10px;
}


.checkbox_part form ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.checkbox_part form ul li {
    display: block;
    padding-bottom: 5px;
}

.range_slide {
    position: relative;
}

.slider_label {
    margin-left: 14px;
    margin-bottom: 10px !important;
    display: block;
}

.slider_label2 {
    margin-left: 14px;
    margin-bottom: 10px !important;
    display: block;
}

.range_weight {
    position: absolute;
    right: 0;
    top: 1px;
}

.range_slide2 {
    position: relative;
}

.range_ppp {
    position: absolute;
    right: -9px;
    top: 1px;
}

.tab_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab_wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.tab_wrapper * {
  box-sizing: border-box;
}
.tab_wrapper > ul {
    clear: both;
    display: inline-block;
    width: 100%;
    background: #b2b2b2;
    border-radius: 30px;
    padding: 2px;
    margin: auto;
    text-align: center;
}


.tab_wrapper > ul li:nth-child(1) {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 50px;
    text-align: center;
    width: 50%;
    background-color: #b2b2b2;
    border-radius: 30px 0px 30px 30px;
    border: 2px solid #b2b2b2;
    cursor: pointer;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tab_wrapper > ul li:nth-child(2) {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 40px;
    text-align: center;
    width: 50%;
    float: right;
    margin-top: -49px;
    cursor: pointer;
    background-color: #b2b2b2;
    border-radius: 0px 30px 30px 30px;
    border: 2px solid #b2b2b2;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}




.tab_wrapper > ul li:nth-child(1).active {
    color: #fff;
    background: #eba82c;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    width: 50%;
    background-color: #EBA82C;
    border: 2px solid #fff;
    padding: 10px 50px;
    border-radius: 30px 0px 30px 30px;
}

.tab_wrapper > ul li:nth-child(2).active {
    color: #fff;
    background: #eba82c;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    background-color: #EBA82C;
    border: 2px solid #fff;
    padding: 10px 50px;
    border-radius: 0px 30px 30px 30px;

}


.tab_wrapper > ul li.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 0px;
    left: 0;
    background: none;
    width: 100%;
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #49a4d9;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  float: left;
  width: 100%;
  border: 1px solid #49a4d9;
  border-top: 0;
  box-sizing: border-box;
}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 15px 20px;
}
.tab_wrapper .content_wrapper .tab_content.active {
  /* display: block; */
}
.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}
.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.tab_wrapper .content_wrapper .accordian_header.active {
  color: #49a4d9;
  border-bottom: 1px solid #ccc;
}

.finePrint
{
    font-size: 8pt;
    line-height: 11pt;
    margin-top: 10px;
}

.greyColor
{
  color: #808080;
}

.search-part {
    position: relative;
}

.search-part i {
    color: #8a8484;
    font-size: 26px;
    position: absolute;
    right: 22px;
    top: 13px;
    cursor: pointer;
}

.socialMediaLogo
{
    display: none;
}

.searchTitle
{
    margin-left: 100px;
}

.titleBar
{
    margin-left: 75px;
}



/*# sourceMappingURL=style.css.map */
