body{
    color: #6b6a6a;
    font-family: 'Work Sans', sans-serif;
}
p{
    font-size: 13px;
    text-align: justify;
}

a,a:hover{
    text-decoration: none !important;
}

.brand-logo img{
    max-width: 350px;
}
li {
    font-size: .8rem;
}
label{margin-bottom: .2rem;margin-top: .7rem;}
/* Loader CSS */
#loader{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.lds-double-ring {
  position: relative;
}
.lds-double-ring div {
  box-sizing: border-box;
}
.lds-double-ring > div {
  position: absolute;
  width: 168px;
  height: 168px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #144d92 transparent #144d92 transparent;
  -webkit-animation: lds-double-ring 2s linear infinite;
  animation: lds-double-ring 2s linear infinite;
}
.lds-double-ring > div:nth-child(2),
.lds-double-ring > div:nth-child(4) {
  width: 148px;
  height: 148px;
  top: 26px;
  left: 26px;
  -webkit-animation: lds-double-ring_reverse 2s linear infinite;
  animation: lds-double-ring_reverse 2s linear infinite;
}
.lds-double-ring > div:nth-child(2) {
  border-color: transparent #d6d3d6 transparent #d6d3d6;
}
.lds-double-ring > div:nth-child(3) {
  border-color: transparent;
}
.lds-double-ring > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lds-double-ring > div:nth-child(3) div:before,
.lds-double-ring > div:nth-child(3) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 72px;
  background: #144d92;
  border-radius: 50%;
  box-shadow: 0 160px 0 0 #144d92;
}
.lds-double-ring > div:nth-child(3) div:after {
  left: -8px;
  top: 72px;
  box-shadow: 160px 0 0 0 #144d92;
}
.lds-double-ring > div:nth-child(4) {
  border-color: transparent;
}
.lds-double-ring > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lds-double-ring > div:nth-child(4) div:before,
.lds-double-ring > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 62px;
  background: #d6d3d6;
  border-radius: 50%;
  box-shadow: 0 140px 0 0 #d6d3d6;
}
.lds-double-ring > div:nth-child(4) div:after {
  left: -8px;
  top: 62px;
  box-shadow: 140px 0 0 0 #d6d3d6;
}
.lds-double-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  margin:auto;
}

/* Loader CSS End */

 header{
            box-shadow: 0px 1px 0px 1px #eee;
        }
        .top-bar{
          /*  box-shadow: 0px 0px 0px 1px #eee;*/
            padding: 10px 0;
        }
        .search-wrap{
            flex-direction: column;
            justify-content: center;
            display: flex;
        }
        .wrap-center{
            flex-direction: column;
            justify-content: center;
            display: flex;
        }
        .search-widget{
            width: 100%;
            position: relative;
            display: flex;
            border-radius: 12px;
            border: 1px solid #c9d3db;
            box-shadow: 1px 0px 1px #c9d3db;
            padding: 0px 15px;
        }
        .search-field{
            width: 100%;
            border:0;
            border-right: none;
            border-radius: 5px 0 0 5px;
            outline: none;
            color: #9DBFAF;
        }

        .search-btn{
            width: 40px;
            height: 36px;
            border: none;
            background: #fff;
            text-align: center;
            color: #01306a;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            font-size: 18px;
        }
        .white-btn{
            background: #fff;
            /* border: 0; */
            outline: none;
            border: 1px solid #c9d3db;
            box-shadow: 1px 0px 1px #c9d3db;
            border-radius: 12px;
            padding: 6px 20px;
            text-align: center;
            font-size: 14px;
            min-width: 148px;
            margin: 0 0px;
            font-weight: bold;
        }
        .navbar-nav{
            margin:auto;
        }
        /*.nav-item{
            margin:0 15px;
        }*/
        a.nav-item, .nav-item a{
            color:#000;
            font-weight: bold;
        }
        a.nav-item:hover, .nav-item a:hover{
            color:#013a7e;
        }
        .slider-wrap{
            width:100%;
            height: 480px;
            overflow: auto;
        }
        .tool-btn-wrap{
            justify-content: center;
            display: flex;
            margin: auto;
        }
        /* Buttons */
        .aster-btn{
            border: 0;
            border-radius: 12px;
            padding: 15px 50px;
            font-weight: 600;
        }
        .aster-navy-btn{
            background:#012e5d;
            color:#fff;
        }
        .aster-navy-btn:hover {
    background: #00b48d;
    color: #ffffff;
}
        .aster-green-btn{
            background:#00b48d;
            color:#fff;
        }
        .aster-white-btn{
            background: #fff;
            padding: 10px;
            border-radius: 16px;
            border: 1px solid #012e5d;
            padding: 10px;
            width: 100%;
            max-width: 200px;
            text-align: center;
            outline:none !important;
            font-size: 12px;
        }
        .aster-white-btn:hover{
            background:#012e5d;
            color:#fff;
        }
        .left-rounded{
            border-radius:12px 0 0 12px;
        }
        .right-rounded{
            border-radius:0 12px 12px 0;
        }
        .tool-btn-wrap .aster-btn{
            width: 341px;
        }

        /* Buttons */

        /* General CSS */

        .navy-green-gradient{
            background-image: linear-gradient(rgba(87, 126, 212), rgba(202, 66, 153));;;
        }

        .text-navy{
            color:#012e5d;
        }

        .body-heading{
            font-weight:bold;
        }

        .highlights-carousel p{
            color:#fff;
            text-align:center;
            font-weight:bold;
            font-size: .9rem;
        }
        .doctors-carousel{
            text-align:center;
            color:#000;
        }
        .doctors-carousel h3{
            font-size:18px;
        }
        .doctors-carousel h4{
            font-size:14px;
        }
        .doctors-carousel p{
            font-size:12px;
            padding:0;
            text-align: center;
            min-height: 2rem;
        }
    
/* Slider css */
.carousel{
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: rgba(0,0,0,0.1);
}

.carousel-caption {
    padding-bottom: 80px;
    top: 5%;
    right: 3%;
    left: unset;
    width: 648px;
    height: fit-content;
    background-image: linear-gradient(rgba(20, 77, 146, 0.8), rgba(85, 243, 209, 0.8));
    border-radius: 20px;
    text-align: left;
    padding: 20px;min-height: 16rem;
}

.carousel-caption h2{
    font-size: 30px;
    font-weight: 600;
}
.carousel-caption h3{
    font-size: 22px;
    font-weight: 600;
}



/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 500px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* opacity:0.6; */
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-large {
  padding: 8px 15px;
  font-size: 18px;
}

.carousel-indicators{
    
    margin-left: 5%;
    margin-right:unset;
}

.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color:#0d51b7;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0; 
    padding-left: 0;
}
@media(device-width:768px){
    .p-left{
        padding-left: 45px;
    }
    .search-wrap {
    flex-direction: row;
    justify-content: center;
    display: block;
}
    .white-btn {
    background: #fff;
    /* border: 0; */
    outline: none;
    border: 1px solid #c9d3db;
    box-shadow: 1px 0px 1px #c9d3db;
    border-radius: 12px;
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    min-width: 194px;
    margin: 0 0px;
    font-weight: bold;
}
   
    .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 10px;
}
}
.mobile-version{
        display: none;
    }
@media(max-width:768px){
    i.fa.fa-bars {
    color: #144d92;
    border: 1px solid;
    padding: 1px 4px 2px 5px;
}
.fill{height: 19rem!important;}
    .brand-logo img {
    max-width: 96px;
	height: 50px;
}
    .mobile-version{
        display: block;
    }


    .brand-logo {
    position: absolute;
    z-index: 1000;
}
.f-right{
    float: right;
}
    .desktop-version{display: none;}


    .slider-wrap{
                width:100%;
                height: 300px;
            }
   .center-text{align-items: center;display: flex;}
   .carousel-caption {
    padding-bottom: 80px;
    top: 5%;
    right: 0;
    left: unset;
    width: 60%;
    height: fit-content;
    background-image: linear-gradient(rgba(20, 77, 146, 0.8), rgba(85, 243, 209, 0.8));
    border-radius: 20px;
    text-align: left;
    padding: 20px;
    min-height: 12rem !important;
}
.carousel-indicators {
    bottom: 0;
    margin-left: 5%;
    margin-right: unset;
}
select#weight {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  width: 100%!important;
    float: left;
    padding-left: 9!important;
}
select#unit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
   
    color: #000;
    font-size: 16px;
    background: url(assets/images/home/arrow-down.html) white no-repeat 98.5% !important;
    background: url(assets/images/home/arrow-down.html) white no-repeat calc(100% - 12px) !important;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 100%!important;
    float: left;
    margin-left:0!important;
}
select#height {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
   width: 100%!important;
   padding-left: 9px!important;
}
select#feet{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
   
    color: #000;
    font-size: 16px;
    background: url(assets/images/home/arrow-down.html) white no-repeat 98.5% !important;
    background: url(assets/images/home/arrow-down.html) white no-repeat calc(100% - 12px) !important;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 100%!important;
}
select#cm{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
   
    color: #000;
    font-size: 16px;
    background: url(assets/images/home/arrow-down.html) white no-repeat 98.5% !important;
    background: url(assets/images/home/arrow-down.html) white no-repeat calc(100% - 12px) !important;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
   width: 100%!important;
}
    .owl-nav{
        display: none;
    }
   /*.navbar-expand-md .navbar-toggler {
    display: block;
}*/


    .carousel-caption{
        padding-bottom: 10px;
    }
    .carousel-caption h2{
        font-size: 30px;
    }
    .btn-large {
        padding: 6px 25px;
        font-size: 15px;
    }
}
/* slider css */
        
        .booking-widget-iframe{
            width:100%;
            height:305px;
        }
        .counter-color{
            background-color: #5e80cc;
        }
        .counter {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}
.border-b {
    border-bottom: 2px solid;
}
.primary-btn.aster-btn.b-color {
    background-color: #fff;
    color:#144d92;
    border:1px solid #144d92;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
}
.b-width{
    width: 100%;
}
 
                .card {
    position: relative;
   display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border:none;
}
.col-xs-6.col-md-6.info-col {
    background-color: #f1f4fb;
}
.owl-nav {
    position: absolute;
    right: 46%;
    top: 19rem;
}
.item h6{text-align: justify;}
.b-bottom{
    display: flex;
    align-items: flex-end;
}
.b-border{
        border: 2px solid #144d92;
}
select#weight {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 15%;
    float: left;
    padding-left: 32px;
}
select#unit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
   
    color: #000;
    font-size: 16px;
    background: url(assets/images/home/arrow-down.html) white no-repeat 98.5% !important;
    background: url(assets/images/home/arrow-down.html) white no-repeat calc(100% - 12px) !important;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 15%;
    float: left;
    margin-left:13px;
}
select#height {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
       width: 17%;
    padding-left: 39px;

}
select#feet{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
   
    color: #000;
    font-size: 16px;
    background: url(assets/images/home/arrow-down.html) white no-repeat 98.5% !important;
    background: url(assets/images/home/arrow-down.html) white no-repeat calc(100% - 12px) !important;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
   width: 19%;
}
select#cm{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
   
    color: #000;
    font-size: 16px;
    background: url(assets/images/home/arrow-down.html) white no-repeat 98.5% !important;
    background: url(assets/images/home/arrow-down.html) white no-repeat calc(100% - 12px) !important;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 14%;
}
.ba-color{
    background-color: #f1f4fb;
}
/*div#myCarousel:hover {
    height: 100%;
    transform: scale(1.1);
}*/
footer li{
    color: #fff;
    list-style: none;
}
footer p {
    padding-left: 0;
}
footer ul {
    padding-left: 0;
}
.h5-h1{font-size: 1.4rem;}
@media(max-width: 320px){
    i.fa.fa-bars {
    color: #144d92;
    border: none;
    padding: 0;
}
  .p-left {
    padding-left: 5px!important;
}
    .white-btn {
    background: #fff;
    border: 0;
    outline: none;
    border: 1px solid #c9d3db;
    box-shadow: 1px 0px 1px #c9d3db;
    border-radius: 12px;
    padding: 5px 5px;
    text-align: center;
    font-size: 9px;
    min-width: 0;
    margin: -27px 80px!important;
    font-weight: bold;
}
}
@media(max-width: 480px){
    .p-left{
        padding-left: 32px;
    }

      .align{margin: 5px 0px;}
    .white-btn {
    background: #fff;
    border: 0;
    outline: none;
    border: 1px solid #c9d3db;
    box-shadow: 1px 0px 1px #c9d3db;
    border-radius: 12px;
    padding: 5px 5px;
    text-align: center;
    font-size: 9px;
    min-width: 0;
    font-weight: bold;
}
.carousel-caption h2{
    font-size: 16px !important;
    font-weight: 600;
}
.carousel-caption h3{
    font-size: 14px !important;
    font-weight: 600;
}
}
@media(min-width: 1024px){

.nav-item {
    margin: 0!important;
    font-size: 0.9rem;
}
   .height-p{
        margin-top: -2rem;
    margin-left: 25px;
    }
    .weight-p{
            display: flex;
    position: relative;
    margin-left: 3rem;
    }
    .nav-item {
    margin: 0 7px;
    font-size: 0.9rem;
}
}
@media(min-width:1281px){
   
    select#height {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 17%;
    padding-left: 39px;
    margin-left: 2rem;
}
select#weight {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: auto;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #012e5d;
    outline: none;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 15%;
    float: left;
    padding-left: 32px;
    margin-left: 3rem;
    }
    
   
    .carousel-caption {
    top: 13%;
    right: 1%;
    left: unset;
    width: 648px;
    height: fit-content;
    background-image: linear-gradient(rgba(20, 77, 146, 0.8), rgba(85, 243, 209, 0.8));
    border-radius: 20px;
    text-align: left;
    padding: 45px;
}
    .top-bar-btns {
   
    text-align: right;
   /* padding-right: 19px;*/
}
.carousel-indicators {
    position: absolute;
    right: 0;
   
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
/*nav.navbar.navbar-expand-md {
    float: right;
}*/
}
button.mb-5.aster-btn.b-color.b-width {
    background-color: #144d92;
    color: #fff;
    outline: none;
}

/*.owl-item img{
 animation:rotateY 8s infinite;
 animation-timing-function: linear;
}*/
.fill{
    -webkit-animation: myMove 5s 1 ease-in-out;
  -moz-animation: myMove 5s 1 ease-in-out;
  -o-animation: myMove 5s 1 ease-in-out;
  -ms-animation: myMove 5s 1 ease-in-out;
  animation: myMove 5s 1 ease-in-out;
}
@keyframes myMove {
  from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
  to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
  from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
  to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove {
  from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
  to { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove {
  from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
  to { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove {
  from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
  to { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 0%; }
}

#loading:hover > img{
        -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotateY(360deg);
        }
}
.img-animation{-webkit-animation: rotation 3s infinite linear;}
.a-item{
        align-items: flex-end;
}
.white-btn:hover{
    background-color: #30c1a1;
    color: #fff;
}
@media (min-width: 768px){

.navbar-expand-md .navbar-nav {
   
    flex-direction: row;
    justify-content: space-between;
}
}
footer li:hover{
    color:#d6d3d6;
}
button.mb-5.aster-btn.b-color.b-width:hover{
    background-color: #d6d3d6;
   
}

button.mb-5.primary-btn.aster-btn.b-width:hover{
     background-color: #d6d3d6;
     color: #fff;
}
button.primary-btn.aster-btn.b-color:hover{
   background-color: #d6d3d6;
}
button.mb-5.primary-btn.aster-btn.b-width{
    background-color: #d6d3d6;
    color: #fff;
}
.text-green{
 color: #00b48d;
}
.img-rotate-x
{
  -webkit-animation: slide 20s linear infinite;
  }
  @-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}
.l-color{
    border-color: #e3e9e9;

}
.c-background{background-color: #f1f4fb;}
.automated-color{background-color: #f1f4fb;min-height: 121px;}
.insert-color{background-color: #f1f4fb;min-height: 97px;}
.about-color{background-color: #f1f4fb;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    outline: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: .9rem;
}