
.carousel-inner {
    width: 100%;
    display: inline-block;
    position: relative;
}
.carousel-inner {
    padding-top: 43.25%;
    display: block;
    content: "";
}
.carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item:before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,#008ac5,#f03a3a);
        opacity: .7; 
  }

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    z-index: 9;
    margin-top: 20px;
    text-align: center;
    height: 31%;
}
.caption h1 {
  color: white;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 23px;
    font-family: emoji;
}
.caption h2 {
    color: rgb(37 170 226);
    font-size: 26px;
    font-weight: 300;
    background-color: white;
    width: fit-content;
}
.caption span {
      font-family: fangsong;
    color: rgb(22 194 194);
    font-size: 26px;
    font-weight: 300;
}
a.big-button {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    background: #eb7a00;
    background: rgb(21 122 191);
    padding: 10px 24px;
    border-radius: 25px;
    margin-top: 21px;
    margin-bottom: 0;
    display: inline-block;
}
a.big-button:hover {
    text-decoration: none;
    background: rgba(37 171 225);
}
a.view-demo {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    margin-top: 35px;
}
a.view-demo:hover {
    text-decoration: none;
    color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}


.ui-autocomplete {
    z-index: 9999 !important;
}

.latest_news li {
    margin-bottom: 5px;
}

.latest_news li i {
    color: #0d54c3;
    margin-right: 10px;
}

.form-link {
    float: left;
    font-size: 15px;
    padding: 8px 19px;
    /* background-color: #ffffff; */
    color: #344962;
    /* border-radius: 15px; */
    cursor: pointer;

}

.form-border {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    /* float: left; */
    margin: 0px auto;
    /* border-radius: 15px; */
    /* background-color: #fff; */
    width: 301.5px;
    margin-bottom: 25px;
    margin-top: 17px;
}

/*.form-active {
    background-color: #1783ff;
    color: #ffffff;
}*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1783ff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.search-slider-l-icon {
    /* width: 40px; */
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 10px;
    color: #2E72D6;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: #1783ff;
    color: #f1f2f4;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
    /* padding: 10px 45px; */
    background: #1783ff;
    /* margin: 18px 12px 18px 3px; */
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    font-size: 13px;
}

.btn:hover {
    opacity: 1;
}

.mb {
    margin-bottom: 25px;
}



@media (min-width: 994px) {
    .form-styles {
        width: 395px;
    }
}

@media (min-width: 768px) {
    .slider-search {
              position: absolute;
    top: -16px;
    left: 147px;
    background-color: #a8daea;
    height: 158%;
    }

@media (min-width: 768px) {
    .slider-searchs {
       position: absolute;
    top: 52px;
    left: 61px;
}
    /* .estimate {
        transform: translate(-50%, -100%);
        margin-top: -38px;
    } */
    
    
}

.large-hero {
    margin-top: 65px;
}

@media (max-width: 767px) {
    /*.estimate {*/
    /*    transform: translate(-50%, -55%);*/
    /*    margin-top: -145px;*/
    /*}*/
    
    .slider-search {
        position: initial;
        bottom: 40px;
        top:-553px;
    }
    
    .estimate {
        margin-top: -80px;
        margin-bottom: 40px;
        z-index: 9999;
        position: relative;
        background: #fff;
    }
    
    .large-hero__text-content {
        top: 20%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 16px;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 17px;
    list-style: none;
    margin-left: 34px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* color: #fff; */
    /* background-color: #007bff; */
}

.ul-style {
    display: block;
    /* float: left; */
    /* width: calc(33.3% - 60px); */
    padding: 26px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    list-style-type: none;
}

.one {
    position: relative;
    top: -19px;
}

.pr {
    padding-right: 5px;
}

.ul-active {
    background: #1783ff;
    color: #f8f8f8;
}

.form-link:hover {
    background: #1783ff;
    color: #f8f8f8;
}

.table .thead-dark th {
    color: #fff;
    background-color: #133171;
    border-color: #133171;
}

.td-color{
    background: #0d54c3;
    color: white;
}
.table td, .table th {
    padding: 25.6px;
    vertical-align: top;
   /* border-top: 1px solid #3b74cf;*/
    text-align: center;
}
.pb{
    padding-bottom: 26px;
}
.ff{
    font-family: Poppins;
    font-size: 20px;
}
.fn{
    font-size: 15px;
}
@media screen and (min-width: 768px) {
  .table2{
        display:none;
    }
}
@media screen and (max-width: 650px) {
  .table1{
        display:none;
    }
}
@media screen and (max-width:650px) {
   .form-link {
    float: left;
    font-size: 15px;
    padding: 8px 19px;
    color: #344962;
    cursor: pointer;

}
} 

.tdn{
    text-decoration: none;
}
.mt{
    margin-top: 15px;
}
.img-height
{
    height: 577px;
}

@media screen and (min-width: 768px) {

.estimate {
        border: 2px solid #133171;
    color: #333;
    padding: 10px 25px;
    /* margin-top: 10px; */
    display: none;
    width: 512px;
    position: relative;
    top: -420px;
    left: 74px;
    background: white;
}
}
@media screen and (max-width: 650px) {
.estimate {
    border: 2px solid #133171;
    color: #333;
    padding: 19px 25px;
    margin-top: 10px;
    display: none;
    top: -109px;
}
}
@media screen and (min-width: 768px) {
  .width1{
      width: 317px;
    }
}
@media screen and (max-width: 650px) {
  .width1{
           width: 228px;

    }
}

.callus-logo {
    position: fixed;
    bottom: 10px;
    max-width: 80px;
    right: 9px;
    text-align: center;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    z-index: 500;
}


        
       