* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
}

a {
    text-decoration: none;
    color: black;
}


/* ---------------------------------Home-Page-Start---------------------------------------------- */


/* top-navabr1-start */

#top-navbar-1 {
    width: 100%;
    height: auto;
    background-color: #3a5371;
    color: #fff;
    padding-bottom: 10px;
}

#top-navbar-1 .header-info li {
    list-style: none;
    float: left;
    margin-left: 15px;
}

#top-navbar-1 .header-info li a {
    color: #fff;
}

#top-navbar-1 .header-info li a:hover {
    color: #1bbc9b;
    transition: 1s;
}

#top-navbar-1 .menu-bars li {
    float: right !important;
    list-style: none;
    margin-right: 15px;
}

#top-navbar-1 .menu-bars li a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

#top-navbar-1 .menu-bars li a:hover {
    color: #1bbc9b;
    transition: 1s;
}

#top-navbar-1 .menu-bars li a h3 {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
}


/* top-navabr1-end */


/* top-navabr2-start */

#top-navbar-2 img {
    width: 100%;
    height: auto;
}

#top-navbar-2 .box {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

#top-navbar-2 .box i {
    font-size: 2rem;
    color: #1bbc9b;
}

#top-navbar-2 .box p {
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 600;
}


/* top-navabr2-start */


/* header-navbar-start */

#header-navbar nav {
    background-color: #1bbc9b;
    color: #fff;
    font-weight: bold;
}

#header-navbar nav .navbar-nav .nav-item {
    margin-left: 13px;
}

#header-navbar .navbar-dark .navbar-nav .active>.nav-link {
    color: #fff !important;
    transition: .5s all ease-in-out;
}

.navbar-dark .navbar-nav .nav-link {
    transition: .5s all ease-in-out;
}

#header-navbar .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #1bbc9b !important;
}

.navbar-brand img {
    width: 50px;
    height: 50px;
    display: none;
}


/* header-navbar-end */


/* carousel-section-start */

#carousel-section .carousel-inner .carousel-item .slider-img1 {
    background-image: url(images/pic1.jpg);
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
}

#carousel-section .carousel-inner .carousel-item .slider-img2 {
    background-image: url(images/pic2.jpg);
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
}

#carousel-section .carousel-inner .carousel-item .slider-img3 {
    background-image: url(images/pic3.jpg);
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
}

#carousel-section .carousel-inner .carousel-item .slider-img4 {
    background-image: url(images/pic4.jpg);
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
    max-height: 500px;
}

#carousel-section .carousel-inner .carousel-item .slider-contant h5 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

#carousel-section .carousel-inner .carousel-item .slider-contant p {
    text-align: center;
    font-weight: 600;
    color: #fff;
}

#carousel-section .carousel-inner .carousel-item .slider-contant .btn-info {
    text-align: center;
    background-color: #1bbc9b;
    border: none;
    border-radius: 0%;
    letter-spacing: 2px;
    font-weight: 800;
    padding: 10px 25px;
}


/* carousel-section-start */


/* insurance-company-start */

#insurance-company p {
    font-size: 0.8rem;
    font-weight: 600;
}

#insurance-company h3 {
    margin-top: -10px;
    font-weight: 700;
}

#insurance-company .more-info {
    line-height: 2;
    letter-spacing: .8px;
    font-weight: 600;
}

#insurance-company .box {
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    padding: 10px;
}

#insurance-company .box .s-box {
    width: 70px;
    height: 70px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #1bbc9b;
    transition: 0.5s ease-in-out;
}

#insurance-company .box .s-box i {
    align-items: center;
    margin-top: 25px;
    font-size: 20px;
}

#insurance-company .box:hover .s-box {
    border: 3px solid #3a5371;
    border-radius: 50%;
    transform: scale(1.2);
}

#insurance-company .box h6 {
    margin: 10px;
}

#insurance-company input {
    border-radius: 0%;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #dedede;
}

#insurance-company input:focus {
    outline: none;
    border: 0.5px solid #1bbc9b;
}

#insurance-company button {
    border-radius: 0%;
    background-color: #1bbc9b;
    font-weight: 600;
    border: none;
    float: left;
    margin-top: 10px;
    transition: 0.5s ease-in-out;
}

#insurance-company button:hover {
    background-color: #333;
}


/* insurance-company-end */


/* lic-service-start */

#lic-service {
    background-color: #f5f5f5a8;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

#lic-service h3 {
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

#lic-service .box {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 25px;
}

#lic-service .box i {
    font-size: 20px;
    color: #1bbc9b;
}

#lic-service .box p {
    font-size: 12px;
}

#lic-service img {
    width: 100%;
    height: auto;
    position: relative;
    top: 17%;
}


/* lic-service-end */


/* talk-section-start */

#talk-section {
    width: 100%;
    height: auto;
    background-color: #1bbc9b;
    color: #fff;
    padding-bottom: 20px;
    margin-top: 35px;
}

#talk-section p {
    margin-top: 30px;
    font-size: 13px;
}

#talk-section h3 {
    margin-top: -10px;
    font-weight: bold;
    word-spacing: 2px;
}

#talk-section button {
    margin-top: 20px;
    font-weight: bold;
    border-radius: 0%;
    background-color: #3a5371;
    border: none;
    padding: 10px 25px;
}

#talk-section .box-b-1 {
    border-right: 0.5px solid #dedede;
    border-bottom: 0.5px solid #dedede;
}

#talk-section .box-b-2 {
    border-right: 0.5px solid #dedede;
}

#talk-section .box-b-3 {
    border-bottom: 0.5px solid #dedede;
}

#talk-section .box {
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 20px;
}

#talk-section .box i {
    font-size: 35px;
    margin-top: 20px;
    color: #fff;
}

#talk-section .box .talk-info {
    margin-top: 0;
}

#talk-section .box-p {
    padding: 0;
}

#talk-section button:hover {
    background-color: #333;
    transition: 0.8s ease-in-out;
}


/* talk-section-end  */


/* down-arrow-start */

#down-arrow .down-arrow-color {
    background: url(images/down-arrow-color.png) no-repeat top center;
    z-index: 100;
    margin-top: 0;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/* down-arrow-end */


/* testimonial-slider-start */

#testi-slider {
    width: 100%;
}

#testi-slider .contant {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
    height: 45ch;
}

#testi-slider .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

#testi-slider .arrow:before {
    cursor: pointer;
}

#testi-slider .arrow.left {
    left: 10px;
}

#testi-slider .arrow.right {
    right: 10px;
}

#testi-slider .arrow:hover {
    color: #1bbc9b;
}

#testi-slider .dots {
    justify-content: center;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    z-index: 1;
    height: 12px;
}

#testi-slider .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}

#testi-slider .dots .dot.active,
#testi-slider .dots .dot:hover {
    background: #1bbc9b;
    border-color: #1bbc9b;
}

#testi-slider .dots .dot.active {
    animation: testim-scale .5s ease-in-out forwards;
}

#testi-slider .testim-content {
    position: relative;
    overflow: hidden;
}

#testi-slider .testim-content>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

#testi-slider .testim-content>div.inactive {
    opacity: 1;
}

#testi-slider .testim-content>div.active {
    position: relative;
    opacity: 1;
}

#testi-slider .testim-content div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

#testi-slider .testim-content div h2 {
    color: #1bbc9b;
    font-size: 1em;
    margin: 15px 0;
}

#testi-slider .testim-content div p {
    font-size: 0.9rem;
    color: #000;
    width: 80%;
    margin: auto;
    font-weight: bold;
}

#testi-slider .testim-content div.active .img img {
    animation: testim-show .5s ease-in-out forwards;
}

#testi-slider .testim-content div.active h2 {
    animation: testim-content-in .4s ease-in-out forwards;
}

#testi-slider .testim-content div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}

#testi-slider .testim-content div.inactive .img img {
    animation: testim-hide .5s ease-in-out forwards;
}

#testi-slider .testim-content div.inactive h2 {
    animation: testim-content-out .4s ease-in-out forwards;
}

#testi-slider .testim-content div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #1bbc9b;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #1bbc9b;
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}


/* testimonial-slider-end */


/* home-gallery-start */

#home-gallery h4 {
    text-align: center;
    font-size: 40px;
}

#home-gallery img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

#home-gallery hr {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #1bbc9b;
    width: 50px;
    height: 1px;
    text-align: center;
    position: absolute;
    left: 34%;
}


/* home-gallery-end */


/* ---------------------------------Home-Page-end---------------------------------------------- */


/* ------------------------------benefits-start-page---------------------------------------------- */


/* benefits-banner-start */

#benefits-banner {
    background-image: url(images/benefits\ img.jpg);
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#benefits-banner .breadcrumb {
    background-color: transparent;
    justify-content: center;
    font-size: 25px;
}

#benefits-banner .breadcrumb a {
    color: #1bbc9b;
    text-decoration: none;
    font-weight: 600;
}

#benefits-banner .breadcrumb span {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff !important;
    content: "|" !important;
}


/* benefits-banner-end */


/* benefits-info-start */

#benefits-info img {
    width: 100%;
    height: auto;
}

#benefits-info h3 {
    margin-top: 20px;
    letter-spacing: 1.2px;
    font-weight: 700;
    text-align: center;
}

#benefits-info p {
    font-size: 20px;
}

#benefits-info .benefits-more li {
    list-style-type: square !important;
    line-height: 1.8;
    margin-left: 35px;
}


/* benefits-info-end */


/* benefits-icon-start */

#benefits-icon h6 {
    text-align: center;
    margin-top: 40px;
    font-weight: lighter;
}

#benefits-icon .box {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
}

#benefits-icon .box img {
    width: 100px;
    height: auto;
}

#benefits-icon .box h6 {
    margin-top: 10px;
    font-weight: bold;
}


/* benefits-icon-end */


/* benefits-card-start */

#benefits-card .card1 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin-bottom: 25px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

#benefits-card .card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #1bbc9b;
    height: 50px;
    width: 50px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

#benefits-card .card1:hover:before {
    transform: scale(21);
}

#benefits-card .card1:hover {
    transition: all 0.3s ease-out;
    color: #fff;
}


/* benefits-card-end */


/* -----------------------------------benefits-end --------------------------------------*/


/* -----------------------------------eligibilty-section--start --------------------------------------*/


/* #eligibilty-section-start */

#eligibilty-section img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

#eligibilty-section h4 {
    text-align: center;
}

#eligibilty-section .eligibilty-info li {
    float: none;
    list-style: square;
    line-height: 2.3;
}


/* #eligibilty-section-end */


/* #eligibilty-form-start */

#eligibility-form h3 {
    text-align: center !important;
    margin-top: 50px;
}

#eligibility-form ul li {
    list-style-type: square !important;
    margin-left: 15px;
    line-height: 2;
}

#eligibility-form img {
    margin-top: -25px;
}

#eligibility-form .image-info {
    width: 100%;
    height: auto;
}

#eligibility-form button {
    border-radius: 0%;
    border: none;
    background-color: #1bbc9b;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 6px 20px 8px 20px
}

#eligibility-form button:hover {
    background-color: #25272e;
}


/* #eligibilty-form-end--- */


/* -----------------------------------eligibilty-section--end --------------------------------------*/


/* -----------------------------------why-us-section--start --------------------------------------*/

#why-us-section img {
    width: 100%;
    height: auto;
}

#why-us-section h3 {
    margin-top: 25px;
}

#why-us-section p {
    word-spacing: 2px;
    line-height: 2;
}

#why-us-section ul li {
    list-style-type: square;
    margin-left: 35px;
    line-height: 2;
}


/* -----------------------------------why-us-section-end --------------------------------------*/


/* ----------------------------------------about-page-start------------------------------------- */


/* about-banner-start */

#about-banner {
    background-image: url(images/contact\ back.jpg);
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-banner .breadcrumb {
    background-color: transparent;
    justify-content: center;
    font-size: 25px;
}

#about-banner .breadcrumb a {
    color: #1bbc9b;
    text-decoration: none;
    font-weight: 600;
}

#about-banner .breadcrumb span {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff !important;
    content: "|" !important;
}


/* about-banner-end */


/* about-info-start */

#about-info img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

#about-info h3 {
    text-align: center;
    word-spacing: 5px;
}

#about-info .box {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
}

#about-info .box img {
    width: 100px;
    height: auto;
}

#about-info .box h6 {
    margin-top: 10px;
    font-weight: bold;
}

#about-info p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 2;
}

#about-info h4 {
    text-align: center;
}


/* about-info-end */


/* about-gallery-start */

#about-gallery h3 {
    text-align: center;
    margin-top: 40px;
    font-size: 40px;
    letter-spacing: 2px;
}

#about-gallery img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    opacity: 1;
}

#about-gallery img:hover {
    opacity: 0.5;
    box-shadow: 5px 5px 5px #25272e;
}


/* about-gallery-end */


/* ---------------------------------about-page-end---------------------------------------- */


/* ---------------------------------new-joiners-page-start---------------------------------------- */

#new-joiner-section .box {
    width: 100%;
    height: auto;
    border: 5px solid #1bbc9b;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

#new-joiner-section .box iframe {
    width: 100%;
    height: 315px;
}

#new-joiner-section img {
    width: 100%;
    height: auto;
}

#new-joiner-section h4 {
    text-align: center;
}

#new-joiner-section a button {
    background-color: #1bbc9b;
    font-weight: bold;
    border: none;
    border-radius: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#new-joiner-section a button:hover {
    background-color: #25272e;
    color: #fff;
}

#new-joiner-section a .btn-change {
    margin-top: 28px;
}

#joiners-info {
    background-color: #1bbc9b;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 25px;
    padding: 10px;
}

#joiners-info h2 {
    color: #fff;
}

#joiners-info img {
    margin-bottom: 10px;
}


/* ---------------------------------new-joiners-page-end---------------------------------------- */


/* ---------------------------------exisiting-page-start---------------------------------------- */

#exisiting-section h3 {
    text-align: center;
    margin-top: 25px;
}

#exisiting-section .box {
    width: 100%;
    height: auto;
    border: 5px solid #1bbc9b;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

#exisiting-section .box iframe {
    width: 100%;
    height: 315px;
}

#exisiting-section img {
    width: 100%;
    height: auto;
}

#exisiting-section a button {
    background-color: #1bbc9b;
    font-weight: bold;
    border: none;
    margin-top: 25px;
    border-radius: 0%;
    margin-bottom: 10px;
}

#exisiting-section a button:hover {
    background-color: #25272e;
    color: #fff;
}


/* ---------------------------------exisiting-page-end---------------------------------------- */


/* ---------------------------------career lic angecy-page ,introduction-page-start---------------------------------------- */

#Introduction-section img,
#carrer-section img,
#job-section img,
#success-section img,
#procedure-section img,
#club-memberships-section img,
#gratuity-section img,
#mdrt-section img {
    width: 100%;
    height: auto;
}

#Introduction-section h2,
#carrer-section h2,
#job-section h2,
#success-section h2,
#procedure-section h2,
#club-memberships-section h2 {
    margin-top: 25px;
    text-align: center;
}

#Introduction-section ul li,
#carrer-section ul li,
#job-section ul li,
#success-section ul li {
    list-style-type: square;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 25px;
}


/* ---------------------------------career lic angecy-page ,introduction-page-end---------------------------------------- */

#procedure-section .procedure-info li,
#club-memberships-section .procedure-info li {
    float: none;
    list-style-type: square;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 25px;
}

#mdrt-section table {
    border: 1px solid black;
    text-align: center;
}

#mdrt-section table tr th,
#mdrt-section table td {
    border: 1px solid black !important;
}

#remuneration-section img {
    width: 100%;
    height: auto;
}

#remuneration-section ul li {
    list-style-type: square;
    line-height: 2;
    margin-left: 20px;
}

#remuneration-section table {
    border: 1px solid black;
    text-align: center;
}

#remuneration-section table tr th,
#remuneration-section table td {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


/* ---------------------------------------galelry-section-start-------------------------------- */

#gallery-section .container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
}

#gallery-section .heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3.5rem 0;
    color: #1a1a1a;
}

#gallery-section .heading span {
    display: block;
}

#gallery-section .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}

#gallery-section .gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

#gallery-section .gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

#gallery-section .gallery-image:hover {
    transform: scale(1.15);
}

@supports (display: grid) {
    #gallery-section .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        grid-gap: 2rem;
    }
    #gallery-section .gallery,
    #gallery-section .gallery-item {
        margin: 0;
    }
}


/* ---------------------------------------galelry-section-end-------------------------------- */


/* ----------------------------------contact-page-start ----------------------------------------------*/

#contact-banner-info {
    background-image: url(images/contact\ back.jpg);
    width: 100%;
    height: 250px;
    background-size: 100% 100%;
    color: white;
}

#contact-banner-info h1 {
    margin-top: 70px;
    font-weight: 700;
    letter-spacing: 2px;
}

#contact-info .box-1 {
    background-color: #1bbc9b;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
}

#contact-info .box-1:hover {
    border: 3px solid #3d4049;
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
}

#contact-info .box-1 i {
    font-size: 35px;
    margin-top: 27px;
}

#contact-info h4 {
    margin-top: 15px;
    font-weight: 700;
}

#contact-more-info h2 {
    margin-top: 25px;
}

#contact-more-info input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 0.5px solid #1bbc9b;
    margin-bottom: 10px;
}

#contact-more-info input,
#contact-more-info textarea:focus {
    outline: none;
}

#contact-more-info textarea {
    width: 100%;
    margin-top: 10px;
    border: 0.5px solid #1bbc9b;
}

#contact-more-info button {
    background-color: #1bbc9b;
    border-color: #1bbc9b;
    border-radius: 0%;
    font-weight: 700;
    float: right;
}


/* -----------------------------------contact-page-end----------------------------------- */


/* -----------------------------footer-section-start----------------------------------------- */

#connction-info .box {
    width: 100%;
    height: 105px;
    background-color: #1bbc9b;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
}

#connction-info .box .s-box {
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    margin: 17px 10px 10px 5px;
}

#connction-info .box .s-box i {
    font-size: 30px;
    margin-top: 10px;
}

#connction-info .box a {
    text-decoration: none;
    color: #fff;
}

#footer-section {
    background-color: #25272e;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 20px;
    color: #87888a;
}

#footer-section img {
    width: 300px;
    height: auto;
    margin-top: 25px;
}

#footer-section p {
    margin-top: 15px;
    font-size: 0.8rem;
}

#footer-section h5 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
}

#footer-section hr {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #1bbc9b;
    width: 40px;
}

#footer-section .fa-info-media {
    list-style: none;
    line-height: 3;
    display: grid;
}

#footer-section .fa-info-media li a {
    color: #87888a;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 700;
}

#footer-section .fa-info-media li:hover {
    color: #1bbc9b !important;
}

#footer-section .box {
    width: 100%;
    height: auto;
    display: inline-block;
}

#footer-section .box input {
    width: 80%;
    height: auto;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
}

#footer-section .box input:focus {
    outline: none;
    border: 1px solid #1bbc9b;
}

#footer-section .box button {
    padding: 10px 20px;
    background-color: #1bbc9b;
    border-radius: 0%;
    border: none;
}

#footer-section .media-info {
    list-style: none;
    line-height: 3;
    display: inline-block;
    position: relative;
    top: -2%;
}

#footer-section .media-info li {
    float: left;
    position: relative;
    left: -10%;
}

#footer-section .media-info li .box {
    border: 1px solid white;
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-left: 25px;
}

#footer-section .media-info li .hover-box1:hover {
    background-color: #4267B2;
    color: #fff;
}

#footer-section .media-info li .hover-box2:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}

#footer-section .media-info li .hover-box3:hover {
    background-color: #00acee;
    color: #fff;
}

#footer-section .box2 {
    width: 100%;
    border-top: 1px solid #87888a;
    margin-top: 25px;
}

#footer-section .box2 p {
    float: left;
}

#footer-section .box2 .footer-info li {
    list-style: none;
    float: right;
    margin-left: 20px;
    color: #fff;
    margin-top: 10px;
}

#footer-section .box2 .footer-info li a {
    color: #fff;
    text-decoration: none;
}

#footer-section .box2 .footer-info li a:hover {
    color: #1bbc9b;
}


/* -------------------------------------footer-section-end ---------------------------------------*/

.mdt h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.mdt label {
    font-weight: 500;
    letter-spacing: 1px;
}

.modal-content {
    border-radius: 0px !important;
}

.mdt input {
    border-radius: 0px;
    color: #1bbc9b;
    letter-spacing: 1px;
    font-weight: 400;
}

.mdt a {
    background-color: #dc2743;
    padding: 15px 50px;
    color: white;
    border-radius: 0px;
    font-weight: 500;
    transition: .5s all ease-in-out;
    letter-spacing: 1.5px;
}

.mdt a:hover {
    background-color: #1a1a1a;
    color: white;
}

.mdt input:focus {
    border: none;
    outline: 1px solid peru;
    box-shadow: none;
}

.mdt hr {
    width: 50%;
    height: 2px;
    background-color: red;
    position: relative;
    left: 50%;
    transform: translate(-50%, -5px);
}

#header-navbar .navbar-nav .nav-item .nav-link {
    font-weight: bold;
}

.mdt p {
    font-size: 1.2rem;
    font-weight: 600;
}

.mdt ul {
    list-style: none;
}

.mdt ul li {
    line-height: 3;
}

.mdt ul li i {
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #cc2366;
    color: white;
}

.mdt ul li span {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-left: 15px;
}