/*#map,#map1{*/
    /*height: 700px;*/
    /*width: 100%;*/
/*}*/

/*!* Optional: Makes the sample page fill the window. *!*/
/*html,*/
/*body {*/
    /*height: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*
Removes white gap between slides
*/
.carousel {
    /*background:#05BE70;*/
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width:100%;
    height:auto;
    /*border-bottom: 10px solid #81c222;*/
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-image: linear-gradient(90deg, rgba(129,194,34,1), rgba(5,112,132,1)) 1;
}

/*
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
    display: block;
    width:100%;
}

.carousel-caption{
    padding-bottom: 180px;
    text-align: left;
}

.carousel-caption .content-box{
    position: relative;
    /*max-width: 680px;*/
    width: 100%;
}

.carousel-caption .content-box .inner-box{
    position: relative;
    padding: 70px 70px 50px;
    /*background-color: rgba(0,0,0,0.70);*/
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}



/*.carousel-caption h2{*/

    /*font-family: 'Poppins', sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: bold;*/
    /*font-size: 72px;*/
    /*line-height: 108px;*/

    /*color: #FFFFFF;*/

    /*position: relative;*/
    /*display: block;*/
/*}*/

#justd{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/thuru/newbackgroundImg.webp");
    padding: 190px 0 190px;
}

#img1{
    content: url("../images/thuru/sliderImg5.webp");
}

#img2{
    content: url("../images/thuru/sliderImg3.webp");
}

#img3{
    content: url("../images/thuru/sliderImg4.webp");
}

#img4{
    content: url("../images/thuru/sliderImg1.webp");
}

#img5{
    content: url("../images/thuru/sliderImg2.webp");
}

/*#img6{*/
    /*content: url("images/thuru/sliderImg5.png");*/
/*}*/

.carousel-control-prev-icon{
    width: 26px;
    height: 26px;
}

.carousel-control-next-icon{
    width: 26px;
    height: 26px;
}

@media only screen and (max-width: 767px){

    /*.carousel-control-next, .carousel-control-prev{*/
        /*top:43%*/
    /*}*/

    /*.carousel-control-next, .carousel-control-next{*/
        /*top:43%*/
    /*}*/

    .carousel-control-prev-icon{
        width: 20px;
        height: 20px;
    }

    .carousel-control-next-icon{
        width: 20px;
        height: 20px;
    }


    #img1{
        content: url("../images/thuru/smallSlider (1).webp");
    }

    #img2{
        content: url("../images/thuru/smallSliderImg3.webp");
    }

    #img3{
        content: url("../images/thuru/smallSliderImg4.webp");
    }

    #img4{
        content: url("../images/thuru/smallSliderImg1.webp");
    }

    #img5{
        content: url("../images/thuru/smallSliderImg2.webp");
    }

    .carousel-caption{
        padding-bottom: 75px;
    }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 800px){
    .carousel-caption{
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 1139px){
    .carousel-caption{
        padding-bottom: 18px;
    }
}
