* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

body {
    background: #ccc;
    margin: 0px;
    padding: 0px;
}

.show_body {
    background: #fafafa;
}

.header-mobile {
    padding: 10px 0;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
}

.header-mobile:hover {
    cursor: pointer;
}
.mail{
    color:#fff;
}
.what{
    color:#fff;
}
.what:hover{
    color:rgba(0,0,0,.7);
}

.mail:hover{
    color:rgba(0,0,0,.7);
}


.search-btn {
    color: #fff;
    padding: 6px 7px 6px 7px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #50adb1;
    font-size: 16px;
    /*float: right;*/
    cursor: pointer;
    display: block;
}

#blog_data p {
    /*text-align:justify;*/
    line-height: 30px;
    font-size: 15px;
}

#data_align p {
    text-align: justify;
    line-height: 35px;
}
.box:hover{
    
    color: rgba(0,0,0,.7);
}
#data_align ol li {
    line-height: 35px;
}

#data_align ul li {
    line-height: 35px;
}

.my-footer-content img {
  
    padding: 2px;
}
.my-footer-content img{
    transition:all .6s ease-in-out;
}
.my-footer-content img:hover {
    width: 100%;
    transform: scale(.95);
}

.my-footer-content h4 a {
    color: #fff !important;
}

.my-footer-content h4 a:hover {
    color: rgba(0,0,0,.7) !important;
}

img {
    width: 100%;
    height: auto;
}

.footer-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.product-detial {
    font-size: 20px;
    font-weight: bold;
}
.sticky a:hover {
    color: #e9dfdf
}

.header-nav ul {
    position: relative;
}

.header-nav ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding-top: 15px;
    font-weight: bold;
    width: 175px;
    text-align: center;
}

table tr td {
    padding: 10px;
}

.header-nav ul li a {
    color: #fff;
}

.header-nav ul li ul {
    background: #3498BB;
    list-style: none;
    position: absolute;
    top: 142%;
    left: 0;
    z-index: 1;
    display: none;
    text-align: left;
}

.header-nav ul li:hover ul {
    display: block;
    transition: display 500ms;
}

.header-nav ul li ul li {
    display: inline-block;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.self-adhesive-head {
    background-color: #f1f1f1;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 15px;
    border-top: 1px solid #ccc;
}

.self-adhesive-head a {
    text-decoration: none;
    cursor: pointer;
    color: #000!important;
}

.adhesive-list ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    width: 254px;
    margin: 0 10px 0 10px;
    text-align: center;
    background: #50adb1;
    margin-bottom: 5px;
}

.adhesive-list ul li a {
    color: #fff;
    /*padding:100%;*/
}

h1 {
    color: #000;
    margin-bottom: 5px;
    /* font: normal bold 2rem Arial, Helvetica, sans-serif; */
}

h2 {
    /* font: normal bold 1.5rem Arial, Helvetica, sans-serif; */
}

.cosmos-list ul li {
    list-style: none;
    display: inline-block;
    font-weight: 500;
    text-align: left;
    min-width: 30%;
    /* width: 30%; */
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 15px;
    /* margin: 0 1% 10px; */
    padding-bottom: 20px;
}

.cosmos-list ul li .btm {
    font-size: 12px;
    font-weight: 400;
}

.side-contant {
    padding: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    text-align: center;
    display: block;
    line-height: 20px;
}

.side-img-brdr {
    /*border: 2px solid #50adb1;*/
    padding: 3px;
    background: #50adb1;
}

.tell-us-contant {
    border: 1px solid #aaa;
    border-radius: 3px;
    width: 748px;
    /*height: 100px;*/
    margin: auto;
    background: #f1f1f1;
}

.tell-us-head {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
    padding: 5px 5px 5px 10px;
    font-family: arial!important;
}
 .one-line-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.header_b{
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0,0,0,0.75);
    position: sticky;
    top: 0;z-index: 1;
}
.footer-nav {
    margin: auto;
}

.footer-nav ul {
    /*background: #d36709;*/
    margin: 10px auto;
}

.footer-nav ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    /*padding-top: 15px;*/
    /*margin: 10px 0;*/
    font-weight: bold;
    width: 175px;
    text-align: center;
    line-height: 20px;
    border-right: 1px solid #000;
}

.footer-nav ul li:last-child {
    border: 0;
}

.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.frnt-url {
    padding: 8px;
}

.frnt-url .c17 {
    color: #000 !important;
}

.frnt-url .c17 a {
    color: #000!important;
    text-decoration: none;
}

.main-product-head {
    background: #50adb1;
    padding: 0px 8px;
    vertical-align: middle;
    border-radius: 8px 8px 0 0;
    margin: 0 0px;
    padding-top: 9px;
}

.main-product-head h2 {
    color: #fff!important;
    float: left;
    font-size: 15px;
    font-weight: normal;
}

.main-product-head span {
    color: #fff!important;
    float: right;
    font-size: 11px;
    font-weight: bold;
}

.img-border {
    border: 2px solid #50adba;
}

.price {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.mobile-nav {
    display: none;
}

.latest-price {
    color: #fff;
    padding: 0px 7px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #d36709;
    border: 1px #b35606 solid;
    border-radius: 5px;
    font-size: 16px;
    /*float: right;*/
    cursor: pointer;
    /*display: block;*/
}

.product-detail {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
}

.product-detail tr td {
    padding: 5px;
    border: 1px solid black;
}

.sticky {
    padding-bottom: 61px;
    position: sticky;
    top: 110px;
}

.product-range {
    background: #f1f1f1;
    font-weight: bold;
    cursor: pointer;
    color: #000!important;
    font-size: 15px;
    padding: 6px 0 6px 20px;
}

.product-left-list {
    font-size: 15px;
    font-weight: bold;
}

.card-header {
    border-bottom: 0px !important;
}

.custom-card-header {
    border-radius: 0;
    border: 1px solid #50adb1;
    color: #50adb1;
    padding-bottom: 0;
    transition: all 0.001s ease-in-out;
    position: relative;
} 
.custom-card-header::before {
    content: "";
    position: absolute;
    background: #50adb1;
    right: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    transition: all 0.7s ease-in-out;
    z-index: -1;
}  
.custom-card-header:hover::before {
    background: #50adb1;
    right: 0;
    border-radius: 0px;
}  

.custom-card-header:hover {
    /*background: #3fa6ab;*/
}
.custom-card-header:hover a,.custom-card-header:hover i{
    color:#fff;
}
.custom-card li.active {
    background:#50adb1;
}

.custom-card-header:first-child {
    border-radius: 0;
}

.custom-card .card-body {
    padding: 0;
    background: #dbdbdb85;
}

.custom-card .card-body ul li:hover {
    color: #000;
    background: #aaa;
    cursor: pointer;
    margin: 0;
    /*padding: 5px 0 5px 5px;*/
}
.custom-card .card-body ul li.active:hover {
    background: #50adb1;
}
.editing{
    overflow: hidden; 
    min-width: 5ch;  
    max-width: 25ch; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.editing:hover{
    color:rgba(0,0,0,.7);
}

.custom-card .card-body ul li a {
    color: #000;
    font-size: 15px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    padding: 0;
}
.custom-card .card-body ul li a i {
    margin-right:5px;
    font-size:16px;
}
.custom-card .card-body ul li  p{
    line-height:32px;
}

.custom-card .card-body ul li {
    border: 1px solid #b9b8b8;
    border-top: 0;
    padding: 5px 0 5px 20px;
    margin: 0;
    font-weight:500;
}

.card-in-list ul li {
    list-style: none;
}

.card-in-list ul li a {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style: inside;
}

.card {
    border-radius: 0px !important;
}

.card {
    border-radius: 8px !important;
    background: #f8f9fa;
    box-shadow: 0px 2px 16px -7px #000;
    transition: 500ms;
}

.card:hover {
    transform: scale(.95, 0.95);
}

.card a {
    padding: 10px;
}

.card img {
    border: .1px solid #ccc;
    border-radius: 8px;
}

.card-body {
    background: #90b3b5;
}

.toggle-up {
    animation-name: toggle-up;
    animation-delay: 0.25s;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

.toggle-down {
    animation-name: toggle-down;
    animation-delay: 0.25s;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

.card-header.collapse .fa-angle-right, .card-header .fa-angle-down {
    display: none;
}

.card-header.collapse .fa-angle-right, .card-header .fa-angle-down {
    display: inline-block;
}

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false'] .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

div[aria-expanded='false'] .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

/*animations*/

@keyframes toggle-up {
    100% {
        transform: rotate(180deg);
    }
}

@keyframes toggle-down {
    100% {
        transform: rotate(180deg);
    }
}

.inquiry-heading {
    font-weight: 500;
    font-size: 23px;
    background: #f1f1f1;
    text-align: center;
    padding: 10px 0px;
    /*padding: 10px 0;*/
}

.form-label {
    font-weight: 500;
    color: #a0a0a0;
}

.inquiry-send {
    font-weight: 500;
    font-size: 22px;
}

div .sticky1 {
    /*position: -webkit-sticky;*/
    position: sticky;
    top: 10%;
    background-color: #fff;
}

/* ----------------
  Contact Page
---------------------*/

.contact-section {
    padding-top: 80px;
    padding-bottom: 69px;
    position: relative;
}

.contact-info h3 {
    margin-bottom: 50px;
}

.contact-social {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 85px;
    padding-top: 20px;
}

.contact-social a {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    color: #414141;
    font-size: 14px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-social a:hover {
    color: #fff;
   
}
.insta:hover{
    background: repeating-linear-gradient(
233deg
, #8a3ab9, #bc2a8d, #fccc63, #fbad50 60px);
}
.contact-social .face:hover{
    background:#39599F;
}
.contact-social .you:hover{
    background:#D12227;
}


.contact-form input, .contact-form textarea {
    width: 100%;
    height: 44px;
    border: none;
    padding: 0 18px;
    background: #f0f0f0;
    border-radius: 40px;
    margin-bottom: 17px;
    font-size: 14px;
}

.contact-form textarea {
    padding-top: 16px;
    border-radius: 18px;
    height: 175px;
    margin-bottom: 32px;
}

.map {
    width: 100%;
    height: 100%;
    background: #ddd;
    margin-bottom:50px;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.page-top-info {
    background: #f8f7f7;
    padding: 30px 0 40px;
}

.site-btn {
    transition:500ms;
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 600;
    min-width: 167px;
    padding: 11px 43px 13px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #50adb1;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}
.site-btn:hover{
    background:#9f9fa0;
    transform: scale(.95, 0.95);
    /*color:#50adb1;*/
}

table tr {
    /*border:1px solid red;*/
}

table tr td, th {
    border: 1px solid #ccc;
}

.navbar {
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* ----------------
  Footer section
---------------------*/

.footer-section {
    background: #4c7d80;
    padding-top: 60px;
    margin-top: 60px;
}

.footer-logo {
    padding-bottom: 60px;
}

.footer-widget {
    /*margin-bottom: 70px;*/
    overflow: hidden;
}

.footer-widget h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
}

.footer-widget p {
    color: #e9dfdf;
}

.footer-widget.about-widget p {
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.footer-widget ul {
    list-style: none;
    float: left;
    margin-right: 37px;
}

.footer-widget ul:last-child {
    margin-right: 0;
}

.footer-widget ul li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #e9dfdf;
    margin-bottom: 6px;
}

.footer-widget ul li a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    border: 1px solid #9f9fa0;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li a:hover:after {
    width: 7px;
    height: 7px;
    top: 6px;
    background: #ec105a;
}

.fw-latest-post-widget .lp-item {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.fw-latest-post-widget .lp-thumb {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 22px;
}

.fw-latest-post-widget .lp-content {
    overflow: hidden;
    padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 1px;
}

.fw-latest-post-widget .lp-content span {
    display: block;
    font-size: 12px;
    color: #e9dfdf;
    margin-bottom: 4px;
}

.fw-latest-post-widget .lp-content .readmore {
    font-size: 12px;
    color: #9f9fa0;
}

.contact-widget .con-info span {
    float: left;
    color: #9f9fa0;
    margin-right: 15px;
    overflow: hidden;
}

.social-links-warp {
    border-top: 2px solid #3b3535;
    padding: 20px 0;
}

.social-links a {
    margin-right: 60px;
    display: inline-block;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links a i {
    font-size: 30px;
    color: #d7d7d7;
    float: left;
    margin-right: 19px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-links a span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9f9fa0;
    padding-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-links .instagram:hover {
    color: #c13584;
}

.social-links .google-plus:hover {
    color: #E04B37;
}

.social-links .twitter:hover {
    color: #5abed6;
}

.social-links .pinterest:hover {
    color: #CD212D;
}

.social-links .facebook:hover {
    color: #39599F;
}

.social-links a.twitter:hover {
    color: #5abed6;
}

.social-links .youtube:hover {
    color: #D12227;
}

.social-links .tumblr:hover {
    color: #37475E;
}
.footer-widget a {
    color:#fff;
}
.social-links a {
    color:#fff;
}

.social-links a:hover span {
    color: #fff;
}

.home-view-btn {
    border: 0;
    margin-right: 10px;
    border-radius: 5px;
    width: 150px;
    font-weight: bold;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

#navbarSupportedContent {
    float: right;
}

.error_msgIcon {
    color: #ff0000;
}

/* mobile or only mobile */

@media (max-width: 991px) {
    .navbar-collapse ul li {
        border: 1px solid #fafafa;
        margin-top: 5px;
        padding-left: 10px;
        margin-left: 0px !important;
    }
    .social-links a span {
        display: none;
    }
    #sidebar_data {
        display: none;
    }
}

@media (max-width: 767px) {
    .remove_padding {
        padding: 0px !important;
    }
    .div_width {
        width: 100%;
    }
    .adhesive-list ul li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        padding: 5px;
        max-width: 155px;
        text-align: center;
        background: #ccc;
        margin-bottom: 5px;
    }
    .tell-us-contant {
        border: 1px solid #aaa;
        border-radius: 3px;
        width: 100%;
        margin: auto;
        background: #f1f1f1;
    }
    table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: white;
    color: #2e86c1;
}

.navbar-nav li {
    margin-left:0;
}

.navbar-nav li:hover {
    background: #fff;
}

.navbar-nav li a {
    text-align: center;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
.carousel-item>div {
    float: left;
}

.carousel-by-item [class*="cloneditem-"] {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #50adb1;
    text-align: center;
    width: 120px;
    font-size: 15px;
    font-weight: 600;
}

.font-color {
    color: #50adb1;
}

.popups-btn {
    background: #50adb1;
    border: 0;
    width: 150px;
    font-variant-caps: petite-caps;
}

.popups-btn:hover {
    background: #9f9fa0;
}

a {
    color: #50adb1;
    text-decoration: none;
}

a:hover {
    /*color: #fff;*/
    text-decoration: none;
}

.page-item.active .page-link {
    background: #50adb1;
    color: #fff;
    border: 0;
}

.page-link {
    color: #50adb1;
}

li {
    margin-left: 30px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.other-heading {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-blog {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 0px;
}

.home-view {
    color: #50adb1;
    box-shadow: 1px 0px 6px;
    text-decoration: none;
    font-weight: bold;
}

.city-links {
    margin-top: 20px;
}

.city-links a {
    margin-right: 25px;
    display: inline-block;
}

.city-links a:last-child {
    margin-right: 0;
}

.city-links a i {
    font-size: 16px;
    color: #fff;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.city-links a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.city-links a:hover {
    color:#72c8ce;
}

.city-links a:hover i{
    color:#72c8ce !important;
}

.search-modal .modal-content {
    background: none !important;
    border: none !important;
}

input.search {
    border-radius: 2.25rem !important;
}

.search-list {
    margin-top: 7px;
}

.search-list li {
    margin-bottom: 7px;
    border-radius: 2.25rem !important;
    overflow: hidden;
    min-width: 5ch;
    /* max-width: 45ch; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-modal .modal-header {
    border: none !important;
}

.search-modal .modal-header span {
    color: #fff !important;
}

.search-list li {
    margin-left: 0 !important;
}

.imagegallery .row>.column {
    padding: 0 8px;
}

.imagegallery .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */

.imagegallery .column {
    float: left;
    width: 25%;
}

/* The Modal (background) */

.imagegallery .modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    background-color: black;
}

/* Modal Content */

.imagegallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */

.imagegallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.imagegallery .close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */

.imagegallery .mySlides {
    display: none;
}

.imagegallery .mySlides img {
    /*height: calc(100vh - 20px);*/
}

/* Next & previous buttons */

.imagegallery .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */

.imagegallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.imagegallery .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}