@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: Montserrat !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff !important;
}



button {
    border: none;
}

a {
    color: #000 !important;
    font-size: 13.5px;
    font-weight: 400;
    word-wrap: break-word;
    text-decoration: none !important;
}

p, .list03 li {
    color: black;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 23.40px;
    word-wrap: break-word;
}

.sub16 {
    font-size: 16px;
}

.txt14 {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.40px;
    word-wrap: break-word;
}

header .nav-link,
.dropdown-menu .dropdown-item {
    text-transform: uppercase;
}



header .nav-item {
    margin: 0 12px;
}

.container-fluid {
    width: 100%;
    padding-right: 70px !important;
    padding-left: 70px !important;
}

section,
.mtb-40 {
    margin-bottom: 15px;
}

.scene {
    margin: 30px 0;
}

.btn-one {
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.27);
    border-radius: 18px;
    padding: 6px 20px;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

.blue-background .btn-one {
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    border: 0.8px solid #FFF;
    border-radius: 18px;
    padding: 6px 20px;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.hr-menu {
    margin: 0 14px;
    border-top: 1px solid rgb(129 117 117 / 10%) !important;
}

.dropdown-item {
    padding: 0.6rem 1rem !important;
}

.dropdown-menu {
    min-width: 15.66rem !important;
    padding: 1rem 0 !important;
    border: 1px solid rgb(141 141 141 / 15%) !important;
    border-radius: 12px !important;
    left: -50px !important;
    margin: 0 !important;
}

.dropdown-item .right-menu-arrow {
    float: right;
}

.iconsubmenu {
    margin-right: 0.6rem;
}

.orange-heading {
    color: #ED6A24;
    font-size: 78.52px;
    font-weight: 500;
}

.blue-heading {
    color: #15529F;
    font-size: 78.52px;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 70px;
}

.small-text {
    color: black;
    font-size: 17.16px;
    font-weight: 400;
    line-height: 22.37px;
}



/* Scroller styling */
/*.scroller {
    height     : 80px;
    line-height: 1.2em;
    position   : relative;
    overflow   : hidden;

    old
}


     
    .scroller > span {
        color: #ED6A24;
        font-size: 78.52px;
        font-weight: 500;
        position: absolute;
        top: 0;
        animation: slide 8s infinite;
        line-height: 85px;
        left: 8rem;
    }
*/

.scroller {
    height: 50px;
    line-height: 1.2em;
    position: relative;
    overflow: hidden;
}

    .scroller > span {
        color: #ED6A24;
        font-size: 50px;
        font-weight: 500;
        position: absolute;
        top: -1rem;
        animation: slide 8s infinite;
        line-height: 80px;
        left: 50%;
        translate: -50%;
    }



@keyframes slide {
    0% {
        top: -1rem;
    }

    10% {
        opacity: 0.5;
        scale: 0.7;
    }

    25% {
        opacity: 1;
        /*top: -1.2em;*/
        top: -2em;
        scale: 1;
    }
    /* 50% {
      top: -2.4em;
    }
    75% {
      top: -3.6em;
    } */
}


.sec-heading {
    color: black;
    font-size: 37.50px;
    font-weight: 600;
    word-wrap: break-word
}

.sub-text {
    color: #000;
    font-family: Montserrat;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 136.533% */
}

.inner-heading {
    color: black;
    font-size: 50.90px;
    font-weight: 600;
    word-wrap: break-words
}

.img-phone {
    border: 6px solid #000;
    border-radius: 20px;
}

h5 {
    color: black;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.bill {
    padding: 10px 16px;
    background: #ffffff;
    margin: 14px 0;
}

.right-bill {
    position: absolute;
    top: 12rem;
    right: 2rem;
}

.bill img {
    margin-right: 10px;
}

.bill {
    animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.bill:nth-child(2) {
    animation-delay: 3s;
}

.bill:nth-child(3) {
    animation-delay: 6s;
}

.bill-form {
    border: 1px solid #ddd4d4;
    padding: 20px;
    border-radius: 50px;
    width: 14rem;
    background-color: #fff;
    position: absolute;
    right: 22rem;
    top: 5rem;
}

.form-head {
    text-align: center;
}

.bill h5 {
    text-align: left;
}

.form-small {
    margin: 20px 0;
}

    .form-small::placeholder,
    .form-small label {
        color: black;
        font-size: 7px;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left;
    }

    .form-small .form-control {
        background-color: #F5F5F5 !important;
        border: none !important;
        border-radius: 8px !important;
        height: calc(0.9em + 0.75rem + 2px) !important;
    }

    .form-small .form-group {
        text-align: left;
        margin-bottom: 0rem !important;
    }

.bts {
    background-color: #15529F;
    padding: 1px 26px 4px;
    border-radius: 26px;
}

.v-small {
    color: black;
    font-size: 7px;
    font-weight: 400;
    color: #fff;
}

.btn-form-g {
    text-align: center;
    margin-top: 18px;
}

.vertical-line {
    width: 1px;
    background-color: #d9d5d5;
    height: 100%;
    float: right;
}

.as {
    align-self: center;
}

.circle-img {
    position: absolute;
    right: 0.4rem;
    top: 12rem;
}

.bg-blue {
    background-color: #002d83;
}

.p-50 {
    padding: 50px 0;
}

.m-16 {
    margin: 16px 0;
}

.box {
    padding: 35px;
}

.box {
    transition-duration: 1s;
    border-radius: 22px;
    border: transparent;
}

    .box:hover {
        border: 1px solid #ffffffa1;
        border-radius: 22px;
    }

.box-content {
    font-size: 16px;
}

    .box-content h6 {
        color: #FFF;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px; /* 150% */
    }

    .box-content p {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 11.334px;
        font-style: normal;
        font-weight: 200;
        line-height: 17.001px;
        /* 150% */
    }

.headabs .sec-heading {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 54.588px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.owl-carousel .owl-item img {
    display: block;
    width: 110px !important;
}

.img-f img {
    width: 113px;
}

.img-f {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.circle {
    padding: 4px 2px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
    border: none !important;
}



.circle-btn {
    /*color              : black;*/
    /*font-size          : 20px;*/
    font-family: Montserrat;
    font-weight: 600;
    line-height: 25.60px;
    word-wrap: break-word;
    text-decoration: none !important;
    outline: none;
    /*padding            : 12px 16px 12px 0px;*/
    border-radius: 26px;
    background: linear-gradient(to right, #15529F 50%, #fff 50%);
    background-size: 200% 100%;
    /*background-position: right bottom;*/
    transition: all 0.4s ease;
    background-position: left bottom;
    color: #fff !important;
    padding: 12px 36px 12px 26px;
    font-size: 16px;
}

    .circle-btn:hover {
        background-position: left bottom;
        color: #fff !important;
        padding: 12px 36px 12px 26px;
        font-size: 16px;
    }

        .circle-btn:hover .circle {
            border: none !important;
        }

.c-div {
    margin-top: 24px;
    text-align: center;
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.dotted {
    margin: 40px 0;
}

.get-started .col-md-12 {
    padding: 0;
}

.ul-list {
    list-style: none;
}

    .ul-list li {
        margin: 4px 0;
    }

        .ul-list li a {
            color: black;
            font-size: 16px;
            font-family: Lato;
            font-weight: 400;
            word-wrap: break-word;
        }

footer {
    position: absolute;
    left: 0;
    right: 0;
}


.footer-div h4 {
    color: black;
    font-size: 16px;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word
}

.footer-div hr {
    margin-top: 0.1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #000;
    margin-right: 4rem;
}

.footer-end-text {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.18px;
    word-wrap: break-word
}

.inner-content h4 {
    color: black;
    font-size: 48px;
    font-weight: 600;
    word-wrap: break-word
}

.btn-og {
    background: #0A3B9A;
    border-radius: 62px;
    color: #fff !important;
    padding: 20px;
    width: 365px;
    height: 63px;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px; /* 128% */
}

.mt-28 {
    margin: 10px 0;
}

.btn-og-gray {
    background: #4D4D4D;
    border-radius: 62px;
    color: #fff !important;
    padding: 20px;
    width: 365px;
    height: 63px;
    display: block;
    text-align: center;
    color: #4D4D4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px; /* 128% */
}

.active {
    background-color: transparent !important;
}

.navbar-nav .active {
    font-weight: 600;
}

.nav-item .btn-div .active {
    border: 1px solid rgb(237 106 36);
}

    .nav-item .btn-div .active a {
        font-weight: 600 !important;
    }

.Banner {
    margin-top: 2rem;
}



.active .red-circle {
    padding: 1px 0px 1px 8px;
    border-radius: 50%;
    text-align: center;
    border-top: 1px solid #ED6A24;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ED6A24;
    border-left: 1px solid #ED6A24;
}

.img-grid img {
    width: 400px;
}

.row-position {
    position: absolute !important;
    bottom: 0;
}

.bgf {
    background-image: url(../images/home/frame1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60px;
}

/* About Us Page */

.blue-background a,
.blue-background .btn-one {
    color: white !important;
}

.blue-background .dropdown-menu a {
    color: #000 !important;
}

.banner-right-text {
    position: absolute;
    right: -7rem;
    top: 15rem;
    transform: rotate(90deg);
    opacity: 0.41;
}

    .banner-right-text h3 {
        -webkit-text-stroke: 1px #7c7c7c;
        -webkit-text-fill-color: transparent;
        color: #333;
        font-family: system-ui;
        font-size: 67.071px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.innovation {
    background-image: url("../../assets/images/frame1.png");
    background-position: top right;
    background-repeat: no-repeat;
}

.banner-left-img {
    position: relative;
    top: 2.6rem;
    left: 2rem;
    width: 20px;
}

.banner-about img {
    width: 100%;
    position: absolute;
    height: 33rem;
}

.banner-txt {
    text-align: center;
    position: relative;
}

.top5 {
    margin-top: 5rem;
}

.banner-txt h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 400;
}

.banner-txt h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.banner-txt h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 3rem;
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
    margin: 22px 0;
}

.timeline-block-left .num {
    float: left;
    margin-left: 1.5rem;
}

.timeline-block-left .imp {
    float: right;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    text-align: right;
    direction: rtl
}

.marker {
    width: 30px;
    height: 30px;
    background-image: url(../../assets/images/cc.svg);
    background-repeat: no-repeat;
    z-index: 9999
}

.timeline-block:hover .marker {
    background-image: url(../images/about/cc-2.svg) !important;
}

.timeline-block:hover .timeline-content h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000c71;
    font-size: 20.75px;
    font-weight: 700;
}


.timeline-block-right .marker {
    margin-left: -5px;
}

.timeline-block-left .marker {
    margin-right: -9px;
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

    .timeline-content h3 {
        margin-top: 0;
        margin-bottom: 5px;
        color: black;
        font-size: 18.75px;
        font-weight: 400;
    }

.timeline:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 24rem;
    background: #D9D9D9;
    z-index: 1
}

.cultural-gallery img {
    width: 100%;
}



/* flip the picture when hover */

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
}

/* flip speed */

.flipper {
    -webkit-transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}

/* hide back  during flip */

.front,
.back {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front placed above back */

.front {
    z-index: 2;
}

/* back, initially hidden */

.back {
    -webkit-transform: rotateY(180deg);
    width: 100%;
}

.hei {
    height: 580px !important;
}

.heading-purpose {
    padding: 0 38px;
}

.box-purpose {
    padding-left: 9rem;
}

.heading-purpose h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.heading-purpose h4 {
    color: white;
    font-size: 37.50px;
    font-weight: 600;
    word-wrap: break-word;
    line-height: normal;
}

.our-purpose {
    background-image: -webkit-linear-gradient(rgb(8 15 170 / 80%), rgb(78 71 183 / 80%)), url(../../assets/images/about/bg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 4rem;
}

.who-we-are {
    margin-top: 5rem;
}

.bg-feature {
    background-image: url(../images/home/feature.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding-bottom: 5rem;
    padding-top: 4rem;
}

    .bg-feature .container {
        padding: 0;
    }

.getbg {
    width: 100%;
}

.bg-gradient {
    background-image: url(../images/home/gredient.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.home-started .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.p-40 {
    padding: 40px 0;
}

.rad {
    border-radius: 20px;
}

.align-center {
    align-items: center;
}

.numbertxt {
    color: #2F0988;
    font-size: 36px;
    font-weight: 600;
}

.desc {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.content-box1 {
    position: absolute;
    top: 2rem;
    left: 16rem;
}

.content-box2 {
    position: absolute;
    top: 10.7rem;
    left: 15rem;
}

.content-box3 {
    position: absolute;
    bottom: 0.9rem;
    left: 15rem;
}

.imgbox {
    margin: 8px 0;
}

/* END */

/* Contact Us */

.page-heading h1 {
    color: black;
    font-size: 64px;
    font-weight: 600;
}

.font-16 {
    font-size: 16px;
}

.blue-text {
    color: #15529F;
    font-size: 32px !important;
    font-weight: 500 !important;
}

.btn-sub {
    text-align: center;
}

.btn-submit {
    background-color: #15529F;
    border-radius: 10px;
    color: #fff;
    padding: 12px 60px;
}

.contact {
    padding: 0 16rem;
}

    .contact label {
        color: black;
        font-size: 16px;
        font-weight: 400;
    }

    .contact input {
        background: rgba(217, 217, 217, 0.20);
        border-radius: 10px;
        border: 1px rgba(0, 0, 0, 0.16) solid;
        padding: 24px;
    }

    .contact textarea {
        background: rgba(217, 217, 217, 0.20);
        border-radius: 10px;
        border: 1px rgba(0, 0, 0, 0.16) solid;
        padding: 11px;
    }

.req {
    color: #FF0000;
}

::placeholder {
    font-size: 14px;
    color: #ced4da !important;
}

.contact-form {
    background-image: url(../../assets/images/radial.png), url(../../assets/images/radial.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 10% 5%, 90% 100%;
    ;
}

.footer {
    margin-top: 60px;
}

.rgba-p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.who-we-are .inner-content p {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
}

/*  */

.featureline {
    width: 1px;
    background-color: #d9d5d5;
    height: 114.3vh;
    position: absolute;
    top: -50px;
}

.bg-gray {
    background-color: #edeef6;
}

.half-round-circle1 {
    transform: rotate(64deg);
    flex-shrink: 0;
    position: absolute;
    left: 17rem;
    top: -16rem;
}

.half-round-circle2 {
    transform: rotate(11deg);
    position: absolute;
    bottom: 6rem;
    right: 16rem;
}

.half-round-circle3 {
    transform: rotate(-84deg);
    flex-shrink: 0;
    position: relative;
    top: -2rem;
    right: -8rem;
}

.text-content-slide img {
    position: absolute;
    right: 4rem;
    top: 3.2rem;
    width: 96px;
}

.content-head h4 {
    color: #000;
    text-align: center;
    font-size: 38.018px;
    font-style: normal;
    font-weight: 600;
}

.content-head p {
    color: #000;
    text-align: center;
    font-size: 10.345px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.101px;
    /* 155.639% */
}

.content-head {
    z-index: 999999999;
    position: absolute;
    right: 3rem;
    width: 250px;
    bottom: 29rem;
}

.text-content-slide2 img {
    position: absolute;
    right: 13.3rem;
    top: 8.8rem;
    width: 96px;
}

.content-head2 p {
    color: #000;
    text-align: center;
    font-size: 10.345px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.101px;
    /* 155.639% */
}

.content-head2 {
    z-index: 999999999;
    position: absolute;
    top: 66px;
    right: 19rem;
    width: 136px;
}

    .content-head2 h4 {
        color: #000;
        text-align: center;
        font-size: 38.018px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.664px;
        /* 49.091% */
    }

/*  */
.text-content-slide3 img {
    position: absolute;
    right: 8rem;
    bottom: 10rem;
    width: 96px;
}

.content-head3 p {
    color: #000;
    text-align: center;
    font-size: 10.345px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.101px;
    /* 155.639% */
}

.content-head3 {
    z-index: 999999999;
    position: absolute;
    right: 7rem;
    bottom: 0rem;
    width: 136px;
}

    .content-head3 h4 {
        color: #000;
        text-align: center;
        font-size: 38.018px;
        font-style: normal;
        font-weight: 600;
        line-height: 18.664px;
        /* 49.091% */
    }



/* Services CSS */

/* .why-sec {
    margin-top: 4rem;
} */

.text-left {
    font-size: 43px;
    font-weight: 600;
}

.service-list {
    margin-top: 8rem;
    margin-bottom: 3rem;
}

.service-imgr {
    margin-top: 5rem;
}

.right-service-img {
    position: absolute;
    right: 0rem;
    top: 24rem;
}

.left-service-img {
    position: relative;
    top: 0rem;
    left: 2rem;
    width: fit-content;
}

.dotted-circle {
    border-radius: 428px;
    border: 1px dashed rgba(0, 0, 0, 0.65);
    width: 500px;
    height: 500px;
    background-color: #f2f2f2;
}

.bg-gray-sec {
    background-image: url("../images/services/service-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.service-header {
    background-image: url("../images/services/service-bg-main.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 90rem 40rem;
}

.service-heading {
    padding-top: 3rem;
}

.right-ul {
    margin-top: 2rem;
}

.service-heading h5 {
    color: #000E7C;
    font-size: 64px !important;
    font-style: normal;
    font-weight: 400 !important;
}

.service-heading h1 {
    color: #000E7C;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
}

.orange-btn {
    width: 180px;
    height: 50px;
    border-radius: 43px;
    background: #ED6A24;
    color: #fff;
    border: none;
    font-size: 16px;
    margin: 0 10px;
}

.wc-btn {
    width: 180px;
    height: 50px;
    border-radius: 43px;
    background: none;
    color: #000;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.27);
    margin: 0 10px;
}

.head-buttons {
    margin-top: 4rem;
}


.why-sec h1 {
    color: #000;
    font-size: 43px;
    font-style: normal;
    text-align: center;
    font-weight: 600 !important;
}

.blue-bgtxt {
    color: #000E7C;
}

.heading-22 {
    color: #000;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 156.4%;
}

.service-content p {
    color: rgb(0 0 0 / 94%);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.4%;
}

/*.service-content p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.4%;
 
}*/

.hr-service {
    border-top: 1px solid rgba(108, 108, 108, 0.36);
}

.mtb-50 {
    margin: 50px 0;
}

.right-ul ul {
    list-style: none;
    /* list-style-image: url(../images/correct.png); */
    padding: 0;
}

    .right-ul ul li {
        margin: 4px 0px;
    }

        .right-ul ul li img {
            margin-right: 10px;
            width: 26px;
        }

        .right-ul ul li::marker {
            text-align: center;
        }

.p-mt {
    padding: 80px 0;
}

.get-heading {
    position: absolute;
    top: 10rem;
    right: 27rem;
}

.ab-get {
    position: absolute;
    bottom: 6rem;
    right: 32rem;
}

.box-animated .card {
    border: none !important;
}

.box-animated .card-body {
    border-radius: 9px 9px 0px 0px;
    background: #ED6A24;
    box-shadow: 0px 50px 206px 0px rgba(0, 0, 0, 0.20);
    padding: 12px;
    border: none;
}

.font-6 {
    color: rgba(0, 0, 0, 0.58);
    font-size: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.4%;
    /* 8.664px */
}

.card-small-txt {
    position: absolute;
    bottom: -1rem;
    left: 11rem;
}

.card-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 92.4%;
    /* 27.72px */
    position: absolute;
    top: 2rem;
    right: 3.3rem;
}

.pink-div {
    border-radius: 0px 35px 0px 0px;
    background: #FFE8DB;
    width: 24px;
    margin-left: 1rem;
    padding: 60px;
}

.box-animated .list-group-item {
    padding: 50px 20px;
}

/*  */


/* Product CSS */
.box-div {
    border-radius: 15px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    display: flex;
    padding: 15px 33px;
    place-content: center;
    align-items: center;
    margin: 19px 0;
    background-image: url(../images/product/bbbb.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-div-right {
    margin-left: 115px;
}

.box-div-left {
    margin-right: 115px;
}

.box-div h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}

.apirech {
    color: #000;
    font-family: Montserrat;
    font-size: 46.971px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.s-blue-heading {
    color: #000F85;
}

.recharge-banner {
    background-image: url("../images/product/recharge-api.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.money-banner {
    background-image: url('../images/product/money Transfer banner bg (2).svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.aeps-banner2 {
    background-image: url('../images/product/Moneyart website (1) (1)/AEPS bg (1).svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bbps-banner {
    background-image: url('../images/product/bbps banner image.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.cms-banner {
    background-image: url('../images/product/cms bg.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.travel-banner {
    background-image: url('../images/product/travel bg.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.aeps-banner {
    background-image: url('../images/product/travel bg.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.kyc-banner {
    background-image: url('../images/product/Moneyart website (1) (1)/KYC bg (1).svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.insur-banner {
    background-image: url('../images/product/insurance Banner svg (1).svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.gold-banner {
    background-image: url('../images/product/Moneyart website (1) (1)/Gold bg (1).svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.p-width {
    width: 19rem;
}

.p-left-img {
    position: relative;
    top: 53px;
    left: 50px;
    width: 20px;
}

.p-right-text h3 {
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: #000e7c;
    color: #ffffff;
    font-weight: 900;
    font-size: 50px;
    font-family: sans-serif;
}

.p-right-text {
    position: absolute;
    right: -80px;
    top: 18rem;
    transform: rotate(90deg);
    opacity: 0.41;
}

    .p-right-text.abcl {
        position: absolute;
        right: -70px ;
        top: 18rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

    .p-right-text.ltext {
        position: absolute;
        right: -105px ;
        top: 18rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

.header-blue a {
    color: #fff !important;
}

.product-heading-div {
    padding-bottom: 30px;
    margin-top: 2rem;
}

.leftsideimgbanner {
    position: absolute;
    top: 0;
}

.welcome {
    background-image: url(../images/home/frame1.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.rightsideimgbanner {
    position: absolute;
    right: 2rem;
    top: 0rem;
}

.header-blue .btn-one {
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid#fff;
    border-radius: 18px;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
}

.header-blue .dropdown-menu a {
    color: #000 !important;
}

.header-blue {
    background: #000E7C;
    color: #fff;
}

.product-heading h5 {
    color: #FFF;
    font-size: 47px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin: 0;
}

.product-heading h1 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 5.5rem;
}


.product-heading {
    text-align: center;
}

.product-content p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.4%;
    /* 25.024px */
}

.product-content {
    padding: 40px 90px;
}

.product-heading p {
    color: #000;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.font-37 {
    color: #000;
    font-size: 37.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hr-product {
    border-top: 2px solid #D9D9D9;
    margin: 0 -6rem;
}

.font-21 {
    color: #000;
    font-size: 21.06px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-content-2 p {
    color: #000;
    font-size: 12.87px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.9%;
    width: 236px;
}

.p-60 {
    padding: 60px 0;
}

.small-btns button {
    margin-right: 0.5rem;
}

.how-it-work p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.how-it-work .subheadings {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.how-bg {
    background-image: url(../images/product/how-it-work.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.grow-business {
    background-image: url(../images/product/grow-bg.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% 80%;
}

.grow-left-img {
    position: relative;
    bottom: 4.6rem;
    left: 50px;
    width: 20px;
}

.img-grow img {
    height: 540px;
    width: 100%;
}

.small-orange {
    border-radius: 7.142px;
    background: #ED6A24;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14.284px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 20px;
}

.work,
.grow-business {
    margin-top: 5rem;
    position:relative;
}

    .work .product-heading- p {
        color: #000;
        font-family: Montserrat;
        font-size: 18.75px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.p-g {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-small {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14.284px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7.142px;
    border: 1.02px solid #FFF;
    padding: 5px 20px;
    background: none;
}

.m-60 {
    margin-top: 6rem;
}

.p-75 {
    padding: 50px 70px !important;
    border-radius: 11px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
}

.border {
    border-radius: 11px;
    position: absolute;
    padding: 18.8rem;
    width: 71rem;
    left: 7.5rem;
    margin: 32px 0px;
}

.tabs-product {
    display: block !important;
    border: none !important;
}

    .tabs-product.nav-link {
        display: block !important;
        border: none !important;
        border-top-left-radius: 0rem !important;
        border-top-right-radius: 0rem !important;
        color: #898989 !important;
        font-family: Montserrat;
        font-size: 18.75px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .tabs-product ul li {
        padding: 0;
    }

.nav-tabs {
    border-bottom: none !important;
}

.tabs-product .active {
    border-width: 1px !important;
    border-style: solid !important;
    /*border-image: linear-gradient(to right, #ddd7d7, #fff) 1 !important;*/
    padding: 14px;
    color: #000 !important;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-panel .nav-tabs .nav-item {
    padding-bottom: 20px;
}

    .product-panel .nav-tabs .nav-item a {
        text-align: center;
        background: #e7eaff;
        border-radius: 10px;
        padding-block: 7px;
    }

/* .product-panel .nav-tabs .nav-item a {
        text-align: center;
    }*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #000c71 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.product-panel .tab-content {
    border-width: 1px;
    border-style: solid;
    /*border-image: linear-gradient(to right, white, #ddd7d7) 1;*/
    border-color:gray;
    padding: 20px;
    border-radius:5px;
}

    .product-panel .tab-content p {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 144.4%;
    }

.img-grow {
    position: relative;
    top: 2rem;
    z-index: 9999;
}

.growsec {
    padding: 1rem 0;
}

.billtabs .tab-content {
    margin-top: 90px;
}

.tabs-bill .active {
    background-color: #ED6A24 !important;
    border: 1px solid #ED6A24 !important;
}

.tabs-bill .nav-link {
    color: #FFF !important;
    font-size: 14.284px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-radius: 8px;
    border: 1px solid #FFF !important;
    display: inline-flex;
    height: 27.377px;
    padding: 5.101px 15.304px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10rem;
}


/*  */
.bg-about {
    background-image: url(../images/about/b1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner-txt {
    padding: 60px;
}

.img-div {
    width: 75%;
}

.slide1 .icon-slide {
    position: absolute;
    right: 7rem;
    top: 10rem;
}

.slide1 .slide-content {
    position: absolute;
    left: 6rem;
    top: -1rem;
}

.slide1 .img-div {
    position: absolute;
    top: -5rem;
    right: 10rem;
}

.slide2 .img-div {
    position: absolute;
    top: 10.5rem;
    right: 17.5rem;
}

.slide2 .slide-content {
    position: absolute;
    bottom: 0rem;
    left: -4rem !important;
    top: 16rem !important;
}

.slide2 .icon-slide {
    position: absolute;
    right: 16rem;
    bottom: 6.5rem;
}

.slide3 .img-div {
    position: absolute;
    bottom: -21rem;
    right: 10rem;
}

.slide3 .slide-content {
    position: absolute;
    bottom: -17rem;
    left: 6rem;
    top: 41.3rem !important;
}

.slide-content {
    text-align: -webkit-center;
}

.slide3 .slide-heading {
    width: 245px;
}


.slide3 .icon-slide {
    position: absolute;
    right: 6rem;
    bottom: -6rem;
}


.ss .ic12 {
    display: block;
}

.ss .ic13 {
    display: none;
}

.ss:hover .ic13 {
    display: block;
}

.ss:hover .ic12 {
    display: none;
}



.ss svg {
    fill: #fff;
}

.ss:hover svg {
    fill: #002d83;
}

.ss:hover .slide-heading,
.ss:hover .slide-contenttxt {
    color: #fff;
}

.ss:hover .circlesvg {
    fill: #fff;
}

.circlesvg {
    fill: #0A3B9A;
}

.iconsvgg {
    fill: #fff;
}

.ss:hover .iconsvgg {
    fill: #0A3B9A;
}

.ss:hover svg {
    transform: scale(1.2);
}

.bg-gradient .inner-content {
    margin-top: 7rem;
    float: right;
    margin-right: 14rem;
}

.sec-3 {
    padding-bottom: 26rem;
}

.slide-contenttxt {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 10.345px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.101px;
    margin-top: 1rem;
}

.slide1 .slide-contenttxt {
    width: 243px;
}

.slide2 .slide-contenttxt {
    width: 135px;
}

.slide3 .slide-contenttxt {
    width: 207px;
}

.partner .container-fluid {
    padding-right: 15px !important;
    padding-left: 0px !important;
}

.slide-heading {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 38.018px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.664px;
}

.mobile {
    display: none;
}

.text-rht {
    padding-left: 5.8rem;
}

.rechargebg {
    background-image: url(../images/home/rechargebg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding-bottom: 3rem;
}

.get-started {
    background-image: url(../images/home/bgc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.get-start {
    background-image: url(../images/about/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 7rem 0;
}

.getdiv {
    margin-top: 4rem;
}

.safemargin {
    margin-top: 5rem;
}

.about-get {
    margin-top: -1rem;
}



.sec-1 {
    margin-top: 32rem;
}


.left-float-div1 {
    position: absolute;
    top: -8rem;
    left: 6rem;
    display: flex;
    align-items: center;
}

    .left-float-div1 .floating {
        animation-name: floating;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 45px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.left-float-div2 {
    position: absolute;
    top: 3rem;
    left: -3rem;
}

    .left-float-div2 .floating {
        animation-name: floating2;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes floating2 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, -30px);
    }

    100% {
        transform: translate(0, -0px);
    }
}


.left-float-div3 {
    position: absolute;
    top: 14rem;
    left: 0rem;
}

.right-float-div1 {
    position: absolute;
    top: -11rem;
    left: 0rem;
}

    .right-float-div1 .floating {
        animation-name: floating4;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes floating4 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 55px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.right-float-div2 {
    position: absolute;
    top: 2rem;
    left: 6rem;
}

    .right-float-div2 .floating {
        animation-name: floating5;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes floating5 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, -70px);
    }

    100% {
        transform: translate(0, -0px);
    }
}


.right-float-div3 {
    position: absolute;
    top: 13rem;
    left: 2rem;
}

    .right-float-div3 .floating {
        animation-name: floating6;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes floating6 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 40px);
    }

    100% {
        transform: translate(0, -0px);
    }
}


.bg-feature:hover #my-div {
    width: 300px;
    height: 240px;
    background-image: url(../images/home/blur.png);
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 0.1s ease-out;
    border-radius: 50%;
    background-size: 320px;
    background-repeat: no-repeat;
}

.home-right-img {
    /* position: absolute;
    top     : 46rem;
    left    : 81rem;
    width   : 20px; */
    float: right;
    margin-top: -14rem;
}

.img-div-box {
    text-align: center;
    margin-top: 2rem;
}

.navbar-nav .dropdown:hover .red-circle {
    padding: 0px 0px 0px 8px;
    border-radius: 50%;
    text-align: center;
    border-top: 1px solid #ED6A24;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ED6A24;
    border-left: 1px solid #ED6A24;
}

/* MEDIA QUERY MOBILE */


@media only screen and (max-device-width : 600px) {
    .c-div {
        margin-right: 0rem;
    }

    .getdiv br {
        display: block;
    }

    .p-right-text {
        display: none;
    }

    .get-start {
        background-size: cover;
    }

    .apirech {
        color: #000;
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 0;
    }

    .how-bg br {
        display: none;
    }

    .sec-1 {
        margin-top: 18rem !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 92px;
        margin-top: -6px;
        background: #faf5f5;
        z-index: 99;
        padding: 24px;
        width: 91%;
    }

        .navbar-collapse .nav-link,
        .navbar-collapse .btn-one a {
            color: black !important;
        }

        .navbar-collapse .btn-one {
            border: 0.8px solid #515151 !important;
        }

    .page-heading h1 {
        color: black;
        font-size: 44px;
        font-weight: 600;
    }

    .recharge-banner {
        background-image: url(../images/product/recharge-api.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .head-buttons button {
        margin: 10px 10px;
    }

    .hei {
        height: auto !important;
    }

    .inner-content h4 {
        color: black;
        font-size: 28px;
        font-weight: 600;
        word-wrap: break-word;
    }

    br {
        display: none;
    }

    .bg-gradient {
        background-image: none;
    }

    .text-rht {
        padding-left: 0;
    }

    .box-div-left {
        margin-right: 0;
    }

    .box-div-right {
        margin-left: 0;
    }

    .grow-business {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .get-start {
        padding: 2rem 0;
    }


    .btn-og {
        width: auto !important;
    }

    .btn-og-gray {
        width: auto !important;
    }

    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }

    .rechargebg {
        background-image: url(../images/home/rechargebg.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding-bottom: 3rem;
        padding-top: 4rem;
    }

    .sec-1 {
        margin-top: 14rem !important;
    }

    .safemargin {
        margin-top: 2rem;
    }

    .headabs .sec-heading {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .heading-purpose {
        padding: 0 0px;
    }

    .box-purpose {
        padding-left: 0rem;
    }

    .content-box2 {
        position: absolute;
        top: 10rem;
        left: 6rem;
    }

    .content-box3 {
        position: absolute;
        bottom: 0.9rem;
        left: 6rem;
    }

    .content-box1 {
        position: absolute;
        top: 2rem;
        left: 7rem;
    }

    .timeline-block-left .num {
        float: left;
        margin-left: 1.5rem;
    }

    .about-get {
        margin-top: 3rem !important;
    }


        .about-get .sec-heading {
            color: black;
            font-size: 16px;
            font-weight: 600;
            word-wrap: break-word;
        }

    .get-start {
        margin-top: 8rem;
    }

    .grow-left-img {
        display: none;
    }

    .p-right-text {
        position: absolute;
        right: -78px;
        top: 18rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }


    .img-grow img {
        height: auto;
    }

    .why-sec {
        margin-top: 0rem;
    }

    .service-imgr {
        margin-top: 0rem;
        padding-bottom: 5rem;
    }

    .bg-feature {
        background-position: unset;
    }

        .bg-feature .container {
            padding-right: 15px;
            padding-left: 15px;
        }

    .sec-1 {
        margin-top: 18rem !important;
    }

    .blue-heading {
        color: #15529F;
        font-size: 50px;
        font-weight: 500;
        line-height: 58px;
    }

    .scroller > span {
        color: #ED6A24;
        font-size: 50px;
        font-weight: 500;
        position: absolute;
        top: 0;
        animation: slide 6s infinite;
        /*line-height: 74px;*/
        /*left: 2rem;*/
    }

    .sec-3 {
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

    .slidecard {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .bg-gradient .inner-content {
        margin-top: 0;
        float: none;
        margin-right: 0;
    }

    .sec-heading {
        color: black;
        font-size: 18px;
        font-weight: 600;
        word-wrap: break-word;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    .hei {
        margin-top: 20px;
    }

    .timeline-content {
        padding: 0 13px;
        color: #666;
    }

    .timeline:before {
        height: -webkit-fill-available;
        margin-bottom: 54px;
    }

    .timeline-content h3 {
        margin-top: 0;
        margin-bottom: 0px;
        color: black;
        font-size: 12px;
        font-weight: 400;
    }

    .banner-txt h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 3rem;
    }

    .banner-txt h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }

    .banner-txt h2 {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
    }

    .banner-txt {
        padding: 0px;
    }

    .banner-left-img {
        position: relative;
        top: 0rem;
        left: 2rem;
        width: 20px;
    }

    .banner-right-text {
        position: absolute;
        right: -4rem;
        top: 13rem;
        transform: rotate(90deg);
        opacity: 0.2;
    }

        .banner-right-text h3 {
            -webkit-text-stroke: 1px #7c7c7c;
            -webkit-text-fill-color: transparent;
            color: #333;
            font-weight: 900;
            font-size: 30px;
            letter-spacing: 3px;
        }

    .innovation {
        background-image: none;
    }

    .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .navbar-toggler {
        background-color: #ef7d40 !important
    }

    .get-heading {
        position: absolute;
        top: 6rem;
        right: 13rem;
    }

    .ab-get {
        position: absolute;
        bottom: 5rem;
        right: 12.5rem;
    }

    .service-heading h5 {
        color: #000E7C;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 400 !important;
    }

    .service-heading h1 {
        color: #000E7C;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
    }

    .service-heading {
        padding-top: 3rem;
    }

    .left-service-img {
        display: none;
    }

    .right-service-img {
        position: absolute;
        right: 0rem;
        top: 32rem;
    }

        .right-service-img img {
            width: 70px;
        }

    section,
    .mtb-40 {
        margin-bottom: 0px;
    }

    .mtb-50 {
        margin: 50px 0px 0px;
    }

    .bg-gray-sec {
        background-image: url(../images/services/service-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dotted-circle {
        border-radius: 428px;
        border: 1px dashed rgba(0, 0, 0, 0.65);
        width: 380px;
        height: 380px;
        background-color: #f2f2f2;
    }

    .border {
        display: none;
    }

    .grow-business {
        background-image: url(../images/product/grow-bg.png);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
    }

    .p-75 {
        padding: 36px 36px !important;
        border-radius: 11px;
        border: 1px solid rgba(0, 0, 0, 0.17);
        position: relative;
    }

    .small-btns button {
        margin: 4px;
    }

    .mt-10 {
        margin-top: 4rem;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 0rem !important;
    }

    .p-40 {
        padding: 0px 0;
    }

    .product-content {
        padding: 0;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 3.2rem;
    }

    .product-heading h5 {
        color: #FFF;
        font-size: 32px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        margin: 0;
    }

    .p-right-text h3 {
        -webkit-text-stroke: 1px #ffffff;
        -webkit-text-fill-color: #000e7c;
        color: #ffffff;
        font-weight: 900;
        font-size: 30px;
        letter-spacing: 4px;
    }

    .welcome {
        background-image: url(../images/home/frame1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 56px;
    }

    .contact {
        padding: 0;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .product-img {
        text-align: center;
    }

    .m-60 {
        margin-top: 2rem;
    }

    .who-we-are {
        margin-top: 40px;
    }

    .our-purpose .p-40 {
        padding: 40px 20px;
    }

    .our-purpose {
        margin-top: 30px;
    }

    .bill-form {
        border: 1px solid #ddd4d4;
        padding: 20px;
        border-radius: 50px;
        width: 14rem;
        background-color: #fff;
        position: absolute;
        right: 10rem;
        top: 5rem;
    }

    .img-f {
        display: grid;
    }
}



/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .banner-txt h2,
    .banner-txt h1 {
        font-size: 24px;
    }

    .timeline:before {
        height: 30rem;
    }

    .head-buttons button {
        margin: 4px 0;
    }

    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }
}

/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
    /*.scroller > span {
        left: 0;
    }*/

    .sec-1 {
        margin-top: 13rem !important;
    }
}

/* (320x480) Smartphone, Landscape */
@media only screen and (device-width: 480px) and (orientation: landscape) {
    /*.scroller > span {
        left: 4.5rem;
    }*/
}

/* (480x800) Android */
@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .grow-business {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .get-start {
        padding: 4rem 0;
    }

    .btn-og {
        width: auto;
    }

    .btn-og-gray {
        width: auto;
    }

    .rechargebg {
        background-image: url(../images/home/rechargebg.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding-bottom: 3rem;
        padding-top: 4rem;
    }

    .sec-1 {
        margin-top: 14rem !important;
    }

    .safemargin {
        margin-top: 2rem;
    }

    .headabs .sec-heading {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .heading-purpose {
        padding: 0 0px;
    }

    .box-purpose {
        padding-left: 0rem;
    }

    .content-box2 {
        position: absolute;
        top: 10rem;
        left: 6rem;
    }

    .content-box3 {
        position: absolute;
        bottom: 0.9rem;
        left: 6rem;
    }

    .content-box1 {
        position: absolute;
        top: 2rem;
        left: 7rem;
    }

    .timeline-block-left .num {
        float: left;
        margin-left: 1.5rem;
    }

    .about-get .sec-heading {
        color: black;
        font-size: 24px;
        font-weight: 600;
        word-wrap: break-word;
    }

    .get-start {
        margin-top: 8rem;
    }

    .grow-left-img {
        display: none;
    }

    .p-right-text {
        position: absolute;
        right: -130px;
        top: 18rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

    .img-grow img {
        height: auto;
    }

    .why-sec {
        margin-top: 0rem;
    }

    .service-imgr {
        margin-top: 0rem;
        padding-bottom: 5rem;
    }

    .bg-feature {
        background-position: unset;
    }

        .bg-feature .container {
            padding-right: 15px;
            padding-left: 15px;
        }

    .sec-1 {
        margin-top: 18rem !important;
    }

    .blue-heading {
        color: #15529F;
        font-size: 50px;
        font-weight: 500;
        line-height: 58px;
    }

    .scroller > span {
        color: #ED6A24;
        font-size: 50px;
        font-weight: 500;
        position: absolute;
        top: 0;
        animation: slide 6s infinite;
        /*line-height: 74px;*/
        /*left: 2rem;*/
    }

    .sec-3 {
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

    .slidecard {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .bg-gradient .inner-content {
        margin-top: 0;
        float: none;
        margin-right: 0;
    }

    .sec-heading {
        color: black;
        font-size: 18px;
        font-weight: 600;
        word-wrap: break-word;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    .hei {
        margin-top: 20px;
    }

    .timeline-content {
        padding: 0 13px;
        color: #666;
    }



        .timeline-content h3 {
            margin-top: 0;
            margin-bottom: 0px;
            color: black;
            font-size: 12px;
            font-weight: 400;
        }

    .banner-txt h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 3rem;
    }

    .banner-txt h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }

    .banner-txt h2 {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
    }

    .banner-txt {
        padding: 0px;
    }

    .banner-left-img {
        position: relative;
        top: 0rem;
        left: 2rem;
        width: 20px;
    }

    .banner-right-text {
        position: absolute;
        right: -4rem;
        top: 13rem;
        transform: rotate(90deg);
        opacity: 0.2;
    }

        .banner-right-text h3 {
            -webkit-text-stroke: 1px #7c7c7c;
            -webkit-text-fill-color: transparent;
            color: #333;
            font-weight: 900;
            font-size: 30px;
            letter-spacing: 3px;
        }

    .innovation {
        background-image: none;
    }

    .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .navbar-toggler {
        background-color: #ef7d40 !important
    }

    .get-heading {
        position: absolute;
        top: 6rem;
        right: 13rem;
    }

    .ab-get {
        position: absolute;
        bottom: 5rem;
        right: 12.5rem;
    }

    .service-heading h5 {
        color: #000E7C;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 400 !important;
    }

    .service-heading h1 {
        color: #000E7C;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
    }

    .service-heading {
        padding-top: 3rem;
    }

    .left-service-img {
        display: none;
    }

    .right-service-img {
        position: absolute;
        right: 0rem;
        top: 32rem;
    }

        .right-service-img img {
            width: 70px;
        }

    section,
    .mtb-40 {
        margin-bottom: 0px;
    }

    .mtb-50 {
        margin: 50px 0px 0px;
    }

    .bg-gray-sec {
        background-image: url(../images/services/service-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dotted-circle {
        border-radius: 428px;
        border: 1px dashed rgba(0, 0, 0, 0.65);
        width: 380px;
        height: 380px;
        background-color: #f2f2f2;
    }

    .border {
        display: none;
    }

    .grow-business {
        background-image: url(../images/product/grow-bg.png);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
    }

    .p-75 {
        padding: 36px 36px !important;
        border-radius: 11px;
        border: 1px solid rgba(0, 0, 0, 0.17);
        position: relative;
    }

    .small-btns button {
        margin: 4px;
    }

    .mt-10 {
        margin-top: 4rem;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 0rem !important;
    }

    .p-40 {
        padding: 0px 0;
    }

    .product-content {
        padding: 0;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 3.2rem;
    }

    .product-heading h5 {
        color: #FFF;
        font-size: 32px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        margin: 0;
    }

    .p-right-text h3 {
        -webkit-text-stroke: 1px #ffffff;
        -webkit-text-fill-color: #000e7c;
        color: #ffffff;
        font-weight: 900;
        font-size: 50px;
        letter-spacing: 4px;
    }

    .welcome {
        background-image: url(../images/home/frame1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 56px;
    }

    .contact {
        padding: 0;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .product-img {
        text-align: center;
    }

    .m-60 {
        margin-top: 2rem;
    }

    .who-we-are {
        margin-top: 40px;
    }

    .our-purpose .p-40 {
        padding: 40px 20px;
    }

    .our-purpose {
        margin-top: 30px;
    }

    .bill-form {
        border: 1px solid #ddd4d4;
        padding: 20px;
        border-radius: 50px;
        width: 14rem;
        background-color: #fff;
        position: absolute;
        right: 10rem;
        top: 5rem;
    }

    .img-f {
        display: grid;
    }

    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }
}

/* (640x960) iPhone 4 & 4S */
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {

    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .grow-business {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .get-start {
        padding: 0rem 0;
    }

    .btn-og {
        width: auto;
    }

    .btn-og-gray {
        width: auto;
    }

    .rechargebg {
        background-image: url(../images/home/rechargebg.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding-bottom: 3rem;
        padding-top: 4rem;
    }

    .sec-1 {
        margin-top: 14rem !important;
    }

    .safemargin {
        margin-top: 2rem;
    }

    .headabs .sec-heading {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .heading-purpose {
        padding: 0 0px;
    }

    .box-purpose {
        padding-left: 0rem;
    }

    .content-box2 {
        position: absolute;
        top: 10rem;
        left: 6rem;
    }

    .content-box3 {
        position: absolute;
        bottom: 0.9rem;
        left: 6rem;
    }

    .content-box1 {
        position: absolute;
        top: 2rem;
        left: 7rem;
    }

    .timeline-block-left .num {
        float: left;
        margin-left: 7.2rem;
    }

    .navbar-toggler {
        margin: 36px;
    }

    .about-get {
        margin-top: 2rem !important;
    }


        .about-get .sec-heading {
            color: black;
            font-size: 16px;
            font-weight: 600;
            word-wrap: break-word;
        }

    .get-start {
        margin-top: 8rem;
    }

    .grow-left-img {
        display: none;
    }

    .p-right-text {
        position: absolute;
        right: -130px;
        top: 18rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

    .img-grow img {
        height: auto;
    }

    .why-sec {
        margin-top: 0rem;
    }

    .service-imgr {
        margin-top: 0rem;
        padding-bottom: 5rem;
    }

    .bg-feature {
        background-position: unset;
    }

        .bg-feature .container {
            padding-right: 15px;
            padding-left: 15px;
        }

    .sec-1 {
        margin-top: 24rem !important;
    }

    .blue-heading {
        color: #15529F;
        font-size: 50px;
        font-weight: 500;
        line-height: 58px;
    }

    .scroller > span {
        color: #ED6A24;
        font-size: 50px;
        font-weight: 500;
        position: absolute;
        top: 0;
        animation: slide 6s infinite;
        /*line-height: 74px;*/
        /*left: 7rem;*/
    }

    .sec-3 {
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

    .slidecard {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .bg-gradient .inner-content {
        margin-top: 0;
        float: none;
        margin-right: 0;
    }

    .sec-heading {
        color: black;
        font-size: 18px;
        font-weight: 600;
        word-wrap: break-word;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    .hei {
        margin-top: 20px;
    }

    .timeline-content {
        padding: 0 13px;
        color: #666;
    }

    .timeline:before {
        content: '';
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 23rem;
        background: #D9D9D9;
        z-index: 1;
    }

    .timeline-content h3 {
        margin-top: 0;
        margin-bottom: 0px;
        color: black;
        font-size: 12px;
        font-weight: 400;
    }

    .banner-txt h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 3rem;
    }

    .banner-txt h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }

    .banner-txt h2 {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
    }

    .banner-txt {
        padding: 0px;
    }

    .banner-left-img {
        position: relative;
        top: 0rem;
        left: 2rem;
        width: 20px;
    }

    .banner-right-text {
        position: absolute;
        right: -4rem;
        top: 13rem;
        transform: rotate(90deg);
        opacity: 0.2;
    }

        .banner-right-text h3 {
            -webkit-text-stroke: 1px #7c7c7c;
            -webkit-text-fill-color: transparent;
            color: #333;
            font-weight: 900;
            font-size: 30px;
            letter-spacing: 3px;
        }

    .innovation {
        background-image: none;
    }

    .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .navbar-toggler {
        background-color: #ef7d40 !important
    }

    .get-heading {
        position: absolute;
        top: 6rem;
        right: 13rem;
    }

    .ab-get {
        position: absolute;
        bottom: 5rem;
        right: 12.5rem;
    }

    .service-heading h5 {
        color: #000E7C;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 400 !important;
    }

    .service-heading h1 {
        color: #000E7C;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
    }

    .service-heading {
        padding-top: 3rem;
    }

    .left-service-img {
        display: none;
    }

    /* .why-sec {
        margin-top: 5rem;
    } */

    .right-service-img {
        position: absolute;
        right: 0rem;
        top: 32rem;
    }

        .right-service-img img {
            width: 70px;
        }

    section,
    .mtb-40 {
        margin-bottom: 0px;
    }

    .mtb-50 {
        margin: 50px 0px 0px;
    }

    .bg-gray-sec {
        background-image: url(../images/services/service-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dotted-circle {
        border-radius: 428px;
        border: 1px dashed rgba(0, 0, 0, 0.65);
        width: 380px;
        height: 380px;
        background-color: #f2f2f2;
    }

    .border {
        display: none;
    }

    .grow-business {
        background-image: url(../images/product/grow-bg.png);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
    }

    .p-75 {
        padding: 36px 36px !important;
        border-radius: 11px;
        border: 1px solid rgba(0, 0, 0, 0.17);
        position: relative;
    }

    .small-btns button {
        margin: 4px;
    }

    .mt-10 {
        margin-top: 4rem;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 0rem !important;
    }

    .p-40 {
        padding: 0px 0;
    }

    .product-content {
        padding: 0;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 3.2rem;
    }

    .product-heading h5 {
        color: #FFF;
        font-size: 32px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        margin: 0;
    }

    .p-right-text h3 {
        -webkit-text-stroke: 1px #ffffff;
        -webkit-text-fill-color: #000e7c;
        color: #ffffff;
        font-weight: 900;
        font-size: 50px;
        letter-spacing: 4px;
    }

    .welcome {
        background-image: url(../images/home/frame1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 56px;
    }

    .contact {
        padding: 0;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .product-img {
        text-align: center;
    }

    .m-60 {
        margin-top: 2rem;
    }

    .who-we-are {
        margin-top: 40px;
    }

    .our-purpose .p-40 {
        padding: 40px 20px;
    }

    .our-purpose {
        margin-top: 30px;
    }

    .bill-form {
        border: 1px solid #ddd4d4;
        padding: 20px;
        border-radius: 50px;
        width: 14rem;
        background-color: #fff;
        position: absolute;
        right: 10rem;
        top: 5rem;
    }

    .img-f {
        display: grid;
    }
}

/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {

    .box-purpose {
        padding-left: 9rem;
    }

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 0;
    }

    .col-reverse {
        flex-direction: row;
    }

    /* insert styles here */
    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }

    .sec-3 .col-md-8 {
        flex: auto;
        max-width: 100%;
    }

    .sec-3 .col-md-4 {
        flex: auto;
        max-width: 100%;
        display: inline-flex;
    }

    .slidecard {
        margin: 0 14px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .desktop {
        display: none !important;
    }

    .btn-og {
        width: 50%;
    }

    .btn-og-gray {
        width: 50%;
    }
}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 0;
    }
    /* insert styles here */
    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }
}


/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    .sec-1 {
        margin-top: 34rem;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 48px;
    }

    .recharge-banner {
        background-image: url(../images/product/recharge-api.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .timeline:before {
        height: -webkit-fill-available;
        margin-bottom: 49px;
    }

    .p-right-text {
        right: -70px !important;
        top: 18rem !important;
    }

        .p-right-text h3 {
            font-size: 50px;
        }

    .border {
        display: none;
    }

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 0;
    }

    .slide1 .icon-slide {
        position: absolute;
        right: 7rem;
        top: 12rem;
    }

    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {

    .img-div {
        width: 80%;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 3rem;
        top: 0rem;
    }
}

/* (1280x1024) SXGA Display */
@media screen and (max-width: 1280px) {

    .slide1 .img-div {
        position: absolute;
        top: -5rem;
        right: 10rem;
    }

    .img-div {
        width: 85%;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 2rem;
        top: 2rem;
    }

    .slide2 .img-div {
        position: absolute;
        top: 14rem;
        right: 18rem;
    }

    .slide1 .img-div {
        position: absolute;
        top: -2rem;
        right: 10rem;
    }

    .slide3 .img-div {
        position: absolute;
        bottom: -24rem;
        right: 10rem;
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 16rem;
        bottom: 3rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 2rem;
        left: -10rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -21rem;
        left: 3rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 7rem;
        bottom: -10rem;
    }
}


/* fold */
@media only screen and (max-device-width: 280px) {
    .sec-1 {
        margin-top: 11rem !important;
    }

    .getdiv {
        margin-top: 4rem;
        margin-left: 56px;
    }

    .get-start {
        padding: 0rem 0;
    }

    .about-get {
        margin-top: 0rem !important;
    }

    .get-start {
        background-size: contain;
    }

    .p-right-text {
        right: -48px;
        top: 25rem;
    }

        .p-right-text h3 {
            font-size: 23px;
        }

    .c-div {
        margin-right: 3rem;
    }

    .about-get .sec-heading {
        color: black;
        font-size: 16px;
        font-weight: 600;
        word-wrap: break-word;
        width: 66%;
    }



    .timeline-content {
        padding: 0 13px;
        color: #666;
        width: 100%;
        margin-right: 18px;
        margin-left: 20px;
    }

    .marker {
        position: absolute;
    }

    .banner-txt h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }

    .banner-txt h1 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        line-height: 3rem;
    }



    .scroller > span {
        color: #ED6A24;
        font-size: 50px;
        font-weight: 500;
        position: absolute;
        top: 0;
        animation: slide 6s infinite;
        /*line-height: 74px;*/
        /*left: 0rem;*/
    }

    .content-box1 {
        position: absolute;
        top: 1rem;
        left: 5rem;
    }

    .content-box2 {
        position: absolute;
        top: 8rem;
        left: 5rem;
    }

    .content-box3 {
        position: absolute;
        bottom: -0.1rem;
        left: 5rem;
    }
}

/* END */


/* Ipaid Air */
@media only screen and (min-device-width: 820px) and (max-device-width: 1023px) {

    .border {
        display: none;
    }

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 0;
    }

    .how-bg br {
        display: none;
    }

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 18px 0;
    }

    .circle-btn {
        color: black;
        font-size: 14px;
    }

    .btn-og-gray,
    .btn-og {
        padding: 12px;
        width: 100%;
        height: 48px;
    }

    .thissdivs br {
        display: none;
    }

    .feature .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: auto;
        max-width: 33.333%;
    }

    .sec-1 {
        margin-top: 31rem !important;
    }

    .scroller > span {
        /*left: 12rem;*/
    }

    /* .Banner .col-md-8 {
        -ms-flex : 0 0 66.666667%;
        flex     : auto;
        max-width: 100%;
    } */

    .why-sec .col-reverse {
        flex-direction: column-reverse;
    }

    .customize-sec .col-md-6 {
        flex: auto;
        max-width: 100%;
    }

    .service-imgr {
        margin-top: 16rem;
    }

    .box-purpose {
        padding-left: 9rem;
    }

    .col-reverse {
        flex-direction: row;
    }

    .product-heading-div {
        padding-bottom: 30px;
        margin-top: -2rem;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 3.2rem;
    }

    .p-right-text {
        position: absolute;
        right: -90px;
        top: 10rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

        .p-right-text h3 {
            -webkit-text-stroke: 1px #ffffff;
            -webkit-text-fill-color: #000e7c;
            color: #ffffff;
            font-weight: 900;
            font-size: 36px;
            letter-spacing: 4px;
        }

    .box-div-left {
        margin-right: 65px;
    }

    .box-div-right {
        margin-left: 65px;
    }

    .apirech {
        font-size: 30px;
    }
}

/* END */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

    .how-bg br {
        display: none;
    }

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 18px 0;
    }

    .img-f {
        display: flex;
        flex-wrap: wrap;
    }

    .img-div-box img {
        width: 50%;
    }


    .recharge-banner {
        height: 300px;
    }

    .p-left-img {
        position: relative;
        top: -28px;
        left: 50px;
        width: 20px;
    }

    .thissdivs br {
        display: none;
    }

    .feature .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: auto;
        max-width: 33.333%;
    }

    .sec-1 {
        margin-top: 32rem !important;
    }

    .scroller > span {
        /*left: 12rem;*/
    }

    .why-sec .col-reverse {
        flex-direction: column-reverse;
    }

    .customize-sec .col-md-6 {
        flex: auto;
        max-width: 100%;
    }

    .service-imgr {
        margin-top: 16rem;
    }

    .head-buttons {
        margin-top: 1rem;
        padding: 24px 0;
    }

    .service-list2 h1 br {
        display: none;
    }

    .btn-og-gray,
    .btn-og {
        padding: 12px;
        width: 100%;
        height: 48px;
    }

    .thissdivs br {
        display: none;
    }

    .feature .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: auto;
        max-width: 33.333%;
    }

    .sec-1 {
        margin-top: 31rem !important;
    }

    .scroller > span {
        /*left: 12rem;*/
    }

    /* .Banner .col-md-8 {
        -ms-flex : 0 0 66.666667%;
        flex     : auto;
        max-width: 100%;
    } */

    .footer-div h4 {
        color: black;
        font-size: 12px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }

    .container-fluid {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .contact {
        padding: 0;
    }

    .navbar-toggler {
        background-color: #ef7d40 !important;
    }

    .scroller > span {
        /*left: 12rem;*/
    }

    .left-float-div1 {
        left: 1rem;
    }

    .left-float-div2 {
        left: 0rem;
    }

    .right-float-div2 {
        left: 2rem;
    }

    .sec-1 {
        margin-top: 19rem;
    }

    .headabs .sec-heading {
        font-size: 24px;
    }



    .sec-heading {
        font-size: 32px;
    }

    .heading-purpose {
        padding: 0;
    }

    .content-box1 {
        left: 7rem;
    }

    .content-box3 {
        left: 7rem;
    }

    .content-box2 {
        left: 7rem;
    }

    .imgbox {
        margin: 8px 0;
        margin-left: -10rem;
    }

    .timeline-block-left .num {
        float: left;
        margin-left: 1.5rem;
    }

    .hei {
        height: 365px !important;
    }

    .circle-btn {
        color: black;
        font-size: 14px;
    }

    .timeline:before {
        height: 24rem;
    }

    .banner-right-text {
        right: -6rem;
    }

        .banner-right-text h3 {
            font-size: 46px;
        }

    .home-right-img {
        display: none;
    }

    .product-heading-div {
        padding-bottom: 30px;
        margin-top: -2rem;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 3.2rem;
    }
    .money-banner .p-right-text {
        top: 14rem !important;
         
    }

    .p-right-text {
        position: absolute;
        right: -44px !important;
        top: 13rem !important;
        transform: rotate(90deg);
        opacity: 0.41;
    }

        .p-right-text h3 {
            -webkit-text-stroke: 1px #ffffff;
            -webkit-text-fill-color: #000e7c;
            color: #ffffff;
            font-weight: 900;
            font-size: 24px;
            letter-spacing: 4px;
        }

    .box-div-left {
        margin-right: 65px;
    }

    .box-div-right {
        margin-left: 65px;
    }

    .apirech {
        font-size: 30px;
    }

    .navbar-collapse {
        position: unset;
        top: 92px;
        margin-top: 0;
        background: none;
        z-index: 99;
        padding: unset;
        width: unset;
    }
}

/* NEST HUB */
@media only screen and (max-device-width : 1024px) and (max-device-width : 600px) {

    .hr-product {
        border-top: 2px solid #D9D9D9;
        margin: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 92px;
        margin-top: -6px;
        background: #faf5f5;
        z-index: 99;
        padding: 24px;
        width: 91%;
    }

        .navbar-collapse .nav-link,
        .navbar-collapse .btn-one a {
            color: black !important;
        }

        .navbar-collapse .btn-one {
            border: 0.8px solid #515151 !important;
        }



    .sec-3 .col-md-8 {
        flex: auto;
        max-width: 100%;
    }

    .sec-3 .col-md-4 {
        flex: auto;
        max-width: 100%;
        display: inline-flex;
    }

    .slidecard {
        margin: 0 14px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .btn-og {
        width: 50%;
    }

    .btn-og-gray {
        width: 50%;
    }

    .p-right-text h3 {
        -webkit-text-stroke: 1px #ffffff;
        -webkit-text-fill-color: #000e7c;
        color: #ffffff;
        font-weight: 900;
        font-size: 34px;
        font-family: sans-serif;
    }

    .p-right-text {
        position: absolute;
        right: -50px;
        top: 12rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

    .product-heading h1 {
        color: #FFF;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 4rem;
    }

    .sec-1 {
        margin-top: 30rem;
    }





    .product-heading .p-right-text {
        position: absolute;
        right: -124px !important;
        top: 15rem !important;
        transform: rotate(90deg);
        opacity: 0.41;
    }

        .product-heading .p-right-text h3 {
            -webkit-text-stroke: 1px #ffffff;
            -webkit-text-fill-color: #000e7c;
            color: #ffffff;
            font-weight: 900;
            font-size: 55px !important;
            font-family: sans-serif;
        }
}

/* END */

/* NEST HUB MAX */
@media only screen and (min-device-width : 1280px) and (max-device-width : 800px) {

    .product-heading h1 {
        color: #FFF;
        font-size: 60px;
    }

    .navbar-collapse {
        position: absolute;
        top: 92px;
        margin-top: -6px;
        background: #faf5f5;
        z-index: 99;
        padding: 24px;
        width: 91%;
    }

        .navbar-collapse .nav-link,
        .navbar-collapse .btn-one a {
            color: black !important;
        }

        .navbar-collapse .btn-one {
            border: 0.8px solid #515151 !important;
        }
}

/* END */


@media only screen and (min-device-width : 912px) and (max-device-width : 1368px) {
    .p-left-img {
        position: relative;
        top: 2px;
        left: 50px;
        width: 20px;
    }

    .timeline-block-left .num {
        float: left;
        margin-left: 22px;
    }

    .timeline:before {
        height: -webkit-fill-available;
        margin-bottom: 48px;
    }

    .hei {
        height: 340px !important;
    }

    .banner-txt h1 {
        color: #fff;
        font-size: 38px;
        font-weight: 600;
        line-height: 3rem;
    }

    .banner-txt h3 {
        color: #fff;
        font-size: 37px;
        font-weight: 600;
    }

    .banner-txt h2 {
        color: #fff;
        font-size: 44px;
        font-weight: 400;
    }
}



@media only screen and (min-device-width : 540px) and (max-device-width : 720px) {
    .p-right-text {
        position: absolute;
        right: -57px;
        top: 21rem;
        transform: rotate(90deg);
        opacity: 0.41;
    }

        .p-right-text h3 {
            -webkit-text-stroke: 1px #ffffff;
            -webkit-text-fill-color: #000e7c;
            color: #ffffff;
            font-weight: 900;
            font-size: 24px;
            letter-spacing: 4px;
        }
}

@media screen and (width: 912px) {
    .Banner .desktop {
        display: block !important;
    }

    .sec-1 {
        margin-top: 24rem !important;
    }

    .scroller > span {
        /*left: 4rem;*/
    }
}



@media screen and (min-device-width : 960px) and (max-device-width : 1400px) {
    .right-float-div2 {
        position: absolute;
        top: 2rem;
        left: 2rem;
    }

    .Banner .desktop {
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .sec-3 .col-md-8 {
        flex: auto;
        max-width: 100%;
    }

    .sec-3 .mobile {
        flex: auto;
        max-width: 100%;
        display: inline-flex;
    }

    .slidecard {
        margin: 0 14px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .bg-gradient .inner-content {
        margin-top: 7rem;
        float: left;
        margin-right: 14rem;
    }

    .img-f {
        display: flex;
        justify-content: center;
    }

    
}

@media screen and (width: 540px) {
    .sec-1 {
        margin-top: 24rem !important;
    }
}

@media screen and (width: 1280px) {
    .timeline-block-left .num {
        float: left;
        margin-left: 64px;
    }
}

@media screen and (width: 1024px) {
    .timeline-block-left .num {
        float: left;
        margin-left: 68px;
    }
}

@media screen and (width: 540px) {
    .timeline-block-left .num {
        float: left;
        margin-left: 112px;
    }
}

@media screen and (width: 412px) {
    .timeline-block-left .num {
        float: left;
        margin-left: 50px;
    }

    .timeline:before {
        height: 28rem;
    }
}

@media screen and (width: 820px) {
    .Banner .desktop {
        display: block !important;
    }

    .scroller > span {
        /*left: 5rem;*/
    }
}

@media screen and (width: 768px) {
    .Banner .desktop {
        display: block !important;
    }

    .scroller > span {
        /*left: 5rem;*/
    }
}



/* (2048x1536) iPad 3 */
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) {

    .footer-div h4 {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-wrap: break-word;
    }

    .footer-div .ul-list li a {
        color: black;
        font-size: 14px;
        font-family: Lato;
        font-weight: 400;
        word-wrap: break-word;
    }

    .img-div {
        width: 60%;
    }
}


/*  */
@media only screen and (min-device-width : 1536px) and (max-device-width : 1620px) {
    .slide1 .icon-slide {
        right: 4rem;
        top: 9rem;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 10rem;
        top: 0rem;
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 13rem;
        bottom: 6.5rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 4rem;
        bottom: -7rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -17rem;
        left: 11rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 5rem;
        left: -2rem;
    }

    .ss:hover svg {
        transform: scale(1.01);
    }
}

@media only screen and (min-device-width : 1621px) and (max-device-width : 1700px) {

    .slide1 .slide-content {
        position: absolute;
        left: 10rem;
        top: 0rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 5rem;
        bottom: -7rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -17rem;
        left: 11rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 5rem;
        left: -2rem;
    }

    .ss:hover svg {
        transform: scale(1.01);
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 15rem;
        bottom: 6.5rem;
    }

    .slide1 .icon-slide {
        right: 5rem;
        top: 9rem;
    }
}

@media only screen and (min-device-width : 1701px) and (max-device-width : 1800px) {

    .ss:hover svg {
        transform: scale(1.01);
    }

    .slide1 .icon-slide {
        right: 6rem;
        top: 9rem;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 12rem;
        top: 0rem;
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 16rem;
        bottom: 6.5rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 5rem;
        left: 0rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -17rem;
        left: 13rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 6rem;
        bottom: -7rem;
    }
}

@media only screen and (min-device-width : 1801px) and (max-device-width : 1920px) {

    .ss:hover svg {
        transform: scale(1.01);
    }

    .slide1 .icon-slide {
        right: 8rem;
        top: 9rem;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 13rem;
        top: 0rem;
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 17.5rem;
        bottom: 6.5rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 5rem;
        left: 0rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -17rem;
        left: 13rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 8rem;
        bottom: -7rem;
    }
}

@media only screen and (min-device-width : 1921px) and (max-device-width : 2000px) {

    .ss:hover svg {
        transform: scale(1.01);
    }

    .slide1 .icon-slide {
        right: 9rem;
        top: 9rem;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 13rem;
        top: 0rem;
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 18.5rem;
        bottom: 6.5rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 5rem;
        left: 0rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -17rem;
        left: 13rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 8rem;
        bottom: -7rem;
    }
}

@media only screen and (min-device-width : 2001px) and (max-device-width : 2048px) {

    .ss:hover svg {
        transform: scale(1.01);
    }

    .slide1 .icon-slide {
        right: 11rem;
        top: 9rem;
    }

    .slide1 .slide-content {
        position: absolute;
        left: 13rem;
        top: 0rem;
    }

    .slide2 .icon-slide {
        position: absolute;
        right: 19.5rem;
        bottom: 6.5rem;
    }

    .slide2 .slide-content {
        position: absolute;
        bottom: 5rem;
        left: 1rem;
    }

    .slide3 .slide-content {
        position: absolute;
        bottom: -17rem;
        left: 13rem;
    }

    .slide3 .icon-slide {
        position: absolute;
        right: 10rem;
        bottom: -7rem;
    }
}

@media only screen and (min-device-width : 2050px) and (max-device-width : 5000px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .sec-3 .col-md-8 {
        flex: auto;
        max-width: 100%;
    }

    .sec-3 .mobile {
        flex: auto;
        max-width: 100%;
        display: inline-flex;
    }

    .slidecard {
        margin: 0 14px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .bg-gradient .inner-content {
        margin-top: 7rem;
        float: left;
        margin-right: 14rem;
    }

    .img-f {
        display: flex;
        justify-content: center;
    }

    .bg-gradient .inner-content {
        margin-top: 1rem;
        float: none;
        margin-right: 0rem;
        text-align: center;
    }

    .thissdivs .mt-28 {
        margin: 10px 0;
        text-align: -webkit-center;
        display: inline-flex;
    }

    br {
        display: none;
    }
}

.logowhite {
    display: none !important;
}

.navbgh {
    background: white;
    z-index: 99999 !important;
}

.blue-background .navbgh {
    background: #000c71;
    z-index: 99999 !important;
}

.blue-background .logoblue {
    display: none !important;
}

.blue-background .logowhite {
    display: block !important;
}


.bg-123 {
    background: linear-gradient(to bottom, #001196 50%, white 50%);
    background-size: 100% 200%;
    background-position: right bottom;
    transition: all 1s ease-out;
}

    .bg-123:hover {
        background-position: right top;
    }

        .bg-123:hover h3 {
            color: white;
        }

        .bg-123:hover p {
            color: white;
        }

        .bg-123:hover img {
            filter: invert(1);
        }

        .bg-123:hover .orangediv {
            display: none;
        }

    .bg-123 img {
        z-index: 999 !important;
    }

.orangediv {
    position: absolute;
    background-color: #ff8e52;
    top: 35px;
    left: 38px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    z-index: 0;
    mix-blend-mode: darken;
}

.oragne {
    background: #ed6a24 !important;
    color: white !important;
}

.oragne2 {
    margin-top: 5px !important;
}


@media only screen and (min-width : 300px) and (max-width : 1024px) {
    .oragne2 {
        margin-top: 10px !important;
    }

    .timeline-block:hover .timeline-content h3 {
        margin-top: 0;
        margin-bottom: 5px;
        color: #000c71;
        font-size: 13px !important;
        font-weight: 600;
    }
}


.ra1 {
    position: absolute;
    left: 109px;
    top: 75px;
    text-wrap: nowrap;
    color: #15529F;
    display: none;
}

.ra2 {
    position: absolute;
    left: 109px;
    top: 12px;
    color: #15529F;
    text-wrap: nowrap;
    display: none;
}

.ra3 {
    position: absolute;
    left: 109px;
    top: 75px;
    color: #15529F;
    text-wrap: nowrap;
    display: none;
}

.right-float-div1:hover .ra1 {
    display: block;
}

.right-float-div2:hover .ra2 {
    display: block;
}

.right-float-div3:hover .ra3 {
    display: block;
}

.la1 {
    position: absolute;
    left: -138px;
    top: 75px;
    color: #15529F;
    text-wrap: nowrap;
    display: none;
}

.la2 {
    position: absolute;
    left: -83px;
    top: 27px;
    color: #15529F;
    text-wrap: nowrap;
    display: none;
}

.la3 {
    position: absolute;
    left: -97px;
    top: 40px;
    color: #15529F;
    text-wrap: nowrap;
    display: none;
}

.left-float-div1:hover .la1 {
    display: block;
}

.left-float-div2:hover .la2 {
    display: block;
}

.left-float-div3:hover .la3 {
    display: block;
}

.ra1, .ra2, .ra3, .la1, .la2, .la3 {
    background-image: url(../images/services/h3-bg.svg);
    padding: 10px;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
}

.fw-400 {
    font-weight: 400 !important;
}

@media only screen and (max-width : 1400px) {
     

    .grow-left-img {
        position: absolute;
        bottom: 2%;
        left: 50px;
        width: 20px;
    }
}

@media only screen and (max-width : 1200px) {

    .grow-left-img {
        opacity:0;
            
    }
}





@media only screen and (min-width : 1200px) {
    .Banner .ban-img {
        width: 70%;
        left: 50%;
        translate: -50%;
    }
   
}


/*

@media screen and (max-width: 1124px) {

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .slide1 .img-div {
        position: absolute;
        top: -4rem;
        right: 10rem;
    }
}

}

@media screen and (max-width: 960px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }


    .sec-3 .mobile {
        flex: auto;
        max-width: 100%;
        display: inline-flex;
    }
}*/


@media only screen and (max-device-width : 992px) {
    .navbar-collapse {
        position: absolute;
        top: 92px;
        margin-top: -6px;
        background: #faf5f5!important;
        z-index: 99;
        padding: 24px;
        width: 91%;
    }

        .navbar-collapse .nav-link, .navbar-collapse .btn-one a {
            color: black !important;
        }
}








@media screen and (max-width: 1500px) {

    
    .slide2 .slide-content {
        left: -5rem !important;
        
    }

     
}

@media screen and (max-width: 1400px) {

    .why-us .mobile {
        display: none !important;
    }

    .why-us .desktop {
        display: block !important;
    }

    .why-us-right {
        position: relative;
        top: 100px;
    }


    .slide2 .slide-content {
        position: absolute;
        bottom: 0rem;
        left: -10rem !important;
        top: 16rem !important;
    }

    .slide3 .slide-content {
        position: absolute;
       
        left: 6rem;
        top: 45.3rem !important;
    }

/**/
    .why-us {
        padding-bottom: 30rem;
    }
}

@media screen and (max-width: 1300px) {
    .slide2 .slide-content {
        position: absolute;
        left: -13rem !important;
        top: 22rem !important;
    }

    .slide3 .slide-content {
        position: absolute;
        left: 6rem;
        top: 50.3rem !important;
    }
}


.why-us-right {
    position: relative;
    top: 100px;
}

@media screen and (max-width: 1200px){
    .why-us .mobile {
        display: flex !important;
        margin-top:50px;
    }

    .why-us .desktop {
        display: none !important;   
    }

    .why-us {
        padding-bottom: 0rem !important;
    } 
}

@media screen and (max-width: 768px) {

    .why-us .mobile {
        flex-wrap: wrap;
    }

    
}

 
.mt-28 {
    
    width: 345px;
}