body {
    font-family: "Momo Trust Display", sans-serif;
    max-width: 1250px;
    margin: auto;
    opacity: 1;
}
.momo-trust-display-regular {
    font-family: "Momo Trust Display", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*
    slider start */
    * {
			box-sizing: border-box
		}
		.mySlides {
			display: none
		}
.mySlides2 {
    display: none
}

		img {
			vertical-align: middle;
		}

		/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
a{
    text-decoration:none;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
/*.fade {
    animation-name: fade;
    animation-duration: 10s;
}*/
.fade
{
    opacity: 1;
}
/*@keyframes fade {
    from {
        opacity: .9
    }

    to {
        opacity: 1
    }
}*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
  /*  slider End*/

.container {
    max-width: 1250px !important;
}
.background-img {
    background-image: url("../img/3853752_81310.jpg");
    height: auto; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    opacity: 1;
}
.heding-weight {
    font-weight: 700;
}
.heding-botum-hr {
    width: 6%;
    height: 4px !important;
    background-color: #db8831;
    opacity: 1 !important;
    margin-top: 0;
}
.corb-box {
    background-color: #ffffff;
    padding: 4%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 30px;
    opacity: 1;
}
.left-titale-padding{
    padding-left:4%;
}
.top-titale-padding {
    padding-top: 4%;
}
.display-line {
    display: inline-block;
}
.box-with-color {
    background-color: #077d89;
    padding: 4%;
    margin-top: 30px;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 20px;
}
.center-head-color {
    color: #ffffff;
}
.padding-image-top {
    padding-top: 3%;
}
.div-top-padding{
    padding-top:2%;
}
.under-div-padding {
    padding: 1%;
}
.section-second-bottom-mr {
    margin-top: 1%;
}
.box-with-color-yello {
    background-color: #db8831;
    padding: 3%;
    margin-top: 30px;
    opacity: 1;
}
.box-with-color-blue {
    background-color: #121b4a;
    padding: 3%;
    margin-top: 30px;
    opacity: 1;
}
.btn-apl-now {
    background-color: #bd021c;
    color: #ffff;
    text-decoration: none;
    padding: 12px 60px;
    font-size: 30px;
    font-weight: 800;
    border: solid 2px #fff;
}
.bottom-row {
    margin: 0;
    width: 100%;
    padding: 0;
}
.heding-up {
    font-size: 1.75rem;
}
a:hover {
    color: #c9c9c9;
}
.maregen-top{
    margin-top:25px;
}

.content-width{
    width:100%;
}
.content-width img{
    width:100%;
}
    .content-width2 {
        width: 80%;
    }
.content-width3 {
    width: 70%;
}
.container-mob {
    display: none;
    visibility:hidden;
}

.container-dex {
    display: block;
    visibility: unset;
}
@media (max-width: 576px) {
    .maregen-top {
        margin-top: 18px;
    }
    .maregen-top2 {
        margin-top: 8px;
    }
    .full-padding{
        padding:10px;
    }
    .container-mob{
        display:block;
        visibility:unset;
    }
    .container-dex {
        display: none;
        visibility:hidden;
    }
    .heding-weight {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .heding-up {
        font-size: 1.2rem;
    }
    .btn-apl-now {
        font-size: 25px;
        font-weight: 600;
        padding: 10px 25px;
    }
    .box-with-color {
        background-color: #077d89;
        padding: 2%;
        margin-top: 20px;
        opacity: 1;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 15px;
    }
    .m-tilate-mr {
        margin-bottom: 0;
    }
    .m-line-mr {
        margin-bottom: 0;
        margin-top: 0;
    }
    .box-with-color {
        border-radius: 10px;
    }
    .corb-box {
        margin-top: 20px;
    }
}
