.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}


.carousel-control-next,
.carousel-control-prev {
    top: 25% !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.promo-item {
    height: 180px !important;
}

.footer-bottom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #cfcfcf !important;

}

.text-justify {
    text-align: justify !important;
}


::selection {
    background-color: #007cf3;
    color: #fff;
}




.footer .bottom-footer-text {
    background-color: #292b36;
}

.breadcrumb-wrapper span {
    color: #b1b1b1 !important;
}

.down_enquiry {

    background: #153FA9;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9
}



.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none
}

.down_enquiry ul li a {

    color: #fff;
    display: block;
    font-size: 12px;

    text-decoration: none;
    font-weight: bold;
    padding: 8px 0
}

.down_enquiry ul li a:hover {
    color: #fff;
    background: #4DD101;
}


#feedback {
    height: 0px;
    width: 65px;

    position: fixed;
    right: 0;
    top: 62%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-transform: uppercase;

    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#feedback a {
    display: block;
    border: 1px solid white;

    background: #153FA9;
    height: 52px;
    padding-top: 2px;
    width: 110px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}

#feedback a:hover {
    background: #4DD101;

    color: #fff;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}



.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #4DD101;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;

    border: 3px solid #fff;
}



.my-float {
    margin-top: 14px;
}




.mt-10 {
    margin-top: 80px !important;
}

.pt-70 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.color1 {
    color: #4DD101 !important;
}

.color2 {
    color: #153FA9 !important;
}





@media (min-width: 775px) and (max-width: 1920px) {
    .dontdisplaylg {
        display: none !important;
    }
}    