/*--------------- Css Reset ---------------*/

html {
    font: 400 16px/1.5 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    transition: right 0.4s ease-in-out 0s;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font: 400 15px/1.5 'Poppins', sans-serif;
    color: #2E2E2E;
    width: 100%;
    overflow: visible;
    background: url(images/packBg.png);
}

* {
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

b,
strong {
    font-weight: 700;
}

a:active,
a:focus,
a:hover {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}

audio,
img,
video {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
/*    text-transform: uppercase;
*/}

.lead {
    font-size: 18px;
    font-weight: 600;
}

h1.tclr-1 {
    text-transform: uppercase;
}

h1 {
    font-size: 44px;
    letter-spacing: -.05rem;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
    font-weight: 400;
}

h4 samll {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 15pt;
}

h6 {
    font-size: 11pt;
}

button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

:focus {
    outline: none !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.vh-75 {
    height: calc(100vh - 100px);
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}
.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fs30 {
    font-size: 26px;
}

.clr-1 {
    color: #FC5C39;
}

.clr-2 {
    color: #212529;
    /*    background: linear-gradient(54.4deg, #002f84 10.45%, #0f7ae8 50%, #1a3dc1 89.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.clr-3 {
    color: #FC5C39;
    /*  background: linear-gradient(54.4deg, #ffd248 10.45%, #fdb83f 50%, #ffa500 89.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.tclr-1 {
    color: #EBFFFF
}

span.tclr-1 {
    color: #FC5C39
}

.padding-t {
    padding-top: 70px !important;
}

.padding-b {
    padding-bottom: 70px;
}

.margin-t {
    margin-top: 70px;
}

.homepage-Header,
.page-header {
    min-height: 100vh;
    background: url(images/svg/bg.svg) no-repeat center top;
    color: #FFFFFF;
    overflow: hidden;
}
.wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.homepage-Header h1 {
    text-transform: uppercase;
}

.homepage-Header h1 .typewrite {
    text-transform: capitalize;
}

.infocta a {
    color: #FFFFFF;
}

.hero-other {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 110px);
    position: relative;
    overflow: hidden;
}

.page-header .hero-other {
    min-height: calc(100vh - 44vh - 120px)
}

.shap-2 {
    position: absolute;
    right: 0px;
    top: 30%;
    transform-origin: bottom;
}

.hero .shape-ten,
.hero .shape-1,
.hero .shape-2,
.hero .shape-3,
.hero .shape-4,
.hero .shape-5 {
    animation: rotated 24s infinite linear;
    width: 225px;
}

.hero .shape-1 {
    width: 300px;
}

.hero .shape-2 {
    width: 150px;
}

.hero .shape-3 {
    width: 200px;
}

.shape-wrapper {
    position: absolute;
    left: -116px;
    bottom: 50%;
}

.shape-wrapper-2 {
    position: absolute;
    right: -100px;
    top: 123px;
    width: 210px;
}

.shape-wrapper-3 {
    position: absolute;
    right: -252px;
    top: -127px;
    width: 410px;
}

.shape-wrapper-4 {
    position: absolute;
    right: 70px;
    top: 175px;
    width: 140px;
}

.shape-wrapper-5 {
    position: absolute;
    left: -80px;
    bottom: 180px;
    width: 140px;
}

.shape-wrapper-6 {
    position: absolute;
    left: -100px;
    bottom: 150px;
    width: 200px;
}

.shape-wrapper-8 {
    position: absolute;
    right: -75px;
    bottom: 30%;
    width: 150px;
}

.color p,
.primary-code,
.secondary-code {
    font-size: 11px;
    cursor: pointer;
}

.primary-code:hover,
.secondary-code:hover {
    border: 2px solid #FFFFFF
}


/* ------- buttons ------- */

.form-control.custom {
  border: 2px solid #85ebff;
    background-color: #85ebff;
    color: #040263;
    padding:.25rem ;
    font-size: 12px;
    line-height: 2;
}

.form-control.custom.padd {
    padding-bottom: 2.1rem;
}

.form-control.custom:focus {
       border: 2px solid #268cf5;
    outline: 0;
    box-shadow: none;
    color: #000000;
    background-color: #ffffff;
}

.form-control.custom::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9d9d9d!important;
    opacity: 1!important;
}

.form-control.custom::-moz-placeholder {
    /* Firefox 19+ */
    color: #9d9d9d!important;
    opacity: 1!important;
}

.form-control.custom:-ms-input-placeholder {
    /* IE 10+ */
    color: #9d9d9d!important;
    opacity: 1!important;
}

.form-control.custom:-moz-placeholder {
    /* Firefox 18- */
    color: #9d9d9d!important;
    opacity: 1!important;
}

.form-control {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 1.5rem;
    border: 1px solid #0029ac;
    background-color: #fdfdfd;
    font-weight: 600;
    color: #0029ac;
}

.form-control::-webkit-input-placeholder {
    color: #333333;
    font-weight: 400;
}

.form-control:focus {
    border: 1px solid #333333;
    outline: 0;
    box-shadow: none;
    color: #212529;
    background-color: #fcfcfc;
}

.form-control::placeholder {
    color: #333333;
    opacity: 1;
    font-weight: 400;
    /* Firefox */
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
    opacity: 1;
    font-weight: 400;
}

.form-control::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    font-weight: 400;
}

.btn {
    border-radius: 3rem;
    padding: .75rem 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-1,
.big-btn,.btn-2  {
    background: #FC5C39;
    color: #FFFFFF;
    font-size: 14px;
    padding: .5rem 2.5rem;
}

.big-btn {
    background: #FC5C39;
    color: #FFFFFF;
    font-size: 12px;
    padding: .5rem 1.2rem;
}

.btn-1:hover,
.big-btn:hover,
.btn-2:hover {
    background: linear-gradient(54.4deg, #ffd248 10.45%, #fdb83f 50%, #ffa500 89.55%);
    color: #000000;
}

.text-link:hover,
.tellLink:hover {
   color: #55d7e2 !important;
}

.btn-3 {
  font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #FC5C39;
    padding: .425rem 1.5rem;
}

.btn-3:hover {
    color: #FFFFFF;
    background-color: #FFC200 !important;
}

.btn-5 {
    border: 2px solid #08101f;
    background: transparent;
    color: #333333;
    padding: .5rem 2rem;
    font-size: 12px;
}

.btn-5:hover {
    background-color: #08101f;
    border: 2px solid #08101f;
    color: #FFFFFF;
}

.btn-4:hover {
    background-color: #042dad;
    border: 2px solid #042dad;
    color: #FFFFFF;
}

.btn-4 {
    border: 2px solid #042dad;
    background: transparent;
    color: #042dad;
}

.smallTag {
    font-weight: 500;
    text-transform: uppercase;
    color: #2b9eed;
    letter-spacing: .2em;
}
.mb--5{    margin-bottom: -2rem;}
.mt--5{    margin-top: -2rem;}
/*.yellowBg .smallTag {
    color: #FFFFFF
}*/

.package {
    position: relative;
    -webkit-box-shadow: 0px 0px 99px -25px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 99px -25px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 99px -25px rgba(0, 0, 0, 0.35);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    transform: translate(0px, 0px);
    background: linear-gradient(153.4deg, #3AC6CE 22.45%, #544DF9 60%, #544DF9 45.55%);
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
}
.package h5{font-size: 12px;
    text-transform: uppercase;
}

.textClr {
    font-weight: 600;
    color: #00F2FF;
}
 .package:hover h4, .package:hover .textClr {
    color: #FC5C39;
}
.package:hover .textClr a:hover{
    color: #FFF;
}
.price h4 sup {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: -1.8rem;
    margin-right: .25rem;
}
.package .oldPrice {
    position: relative;
    color: #FFFFFF;
}
 .longEnough {
        max-height: 150px;
        width: 100%;
        overflow: auto;
    }

.package .oldPrice::after {
    border-bottom: 0.12rem solid #FFFFFF;
    content: "";
    left: 0;
    margin-top: calc(0.2rem / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.price h4 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.1rem;
}
.price h4 small{
     letter-spacing: 0rem;
     font-size: 20px;
}
.web-ul_pkg ul + strong, .web-ul_pkg ul + h5, .web-ul_pkg  h5{margin-top: 1rem; display: block; padding-left: 1.3rem;}
.oldPrice {
    position: relative;
    color: #fc5c39
}

.oldPrice::after {
    border-bottom: 0.12rem solid #fc5c39;
    content: "";
    left: 0;
    margin-top: calc(0rem / 1 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}




.package ul,
.megaPackage ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: .5rem;
}
.ul_pkg {
    max-height: 350px;
    width: 100%;
    overflow: auto;
}

.web-ul_pkg {
    margin-top: 1rem;
    font-size: 12px;
}

.web-ul_pkg ul {
    margin-top: .5rem;
}

.megaPackage ul {
    margin-top: 1rem;
    padding-bottom: 2.5rem;
}
.megaPackage h4{font-weight: 600;}
.megaPackage h5 {
    color: #FC5C39;
    font-size: 2rem;
}

.package ul li,
.megaPackage ul li {
    margin-top: .5rem;
    position: relative;
    padding-left: 1.2rem;
    font-size: 12px;
}

.package ul li:before,
.megaPackage ul li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 10px;
}

.megaPackage ul.ul-50 li {
    display: inline-block;
    width: 48%;
    float: left;
}

.calltoAction {
    position: absolute;
    bottom: -1rem;
    padding-bottom: 0;
    left: 0rem;
    width: 100%;
    text-align: center;
}

.package:nth-child(5) {
    background: linear-gradient(54.4deg, #002f84 10.45%, #0f7ae8 50%, #1a3dc1 89.55%);
}


/*.package:nth-child(2) .btn-3 {
    background:linear-gradient(153.4deg, #3AC6CE 22.45%, #544DF9 60%, #544DF9 45.55%);
    border: 2px solid #544DF9;
    color: #FFFFFF;
}

.package:nth-child(2) .btn-3:hover {
    background-color: #FC5C39;
    border: 2px solid #FC5C39;
    color: #000000;
    }*/

.package:hover {
    transform: translate3d(0, -10px, 0) !important;
    background: linear-gradient(135deg, #A010C3 10.45%, #222388 68%, #222388 89.55%);
    color: #FFFFFF;
}


.package:hover .btn-3:hover {

    color: #000000;
    background-color: #FFC200 !important;
}


.icon {
    width: 65px;
    float: left;
    margin-right: .8rem;
    margin-bottom: .5rem;
}

.tag {
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    background-color: #FC5C39;
    color: #FFFFFF;
    padding: .4rem 2rem;
    text-transform: uppercase;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    width: 150px;
    text-align: center;
    font-weight: 600;
    transform: translatex(-50%);
    left: 50%;
}

.text-link,
.tellLink {
    color: #FC5C39;
    font-weight: 700;
    text-transform: uppercase;
    /*    background: linear-gradient(54.4deg, #002f84 10.45%, #0f7ae8 50%, #1a3dc1 89.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
}

#nav-icon3 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #FC5C39;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 20px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: #FC5C39;
}

.nav-item.active .nav-link {
    color: #FFFFFF;
}

.nav.nav-tabs {
    font-size: 18px;
    border: none;
    outline: none;
    font-weight: 400;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    outline: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #FC5C39;
    background: none;
    border-color: transparent;
}

.yellowBg .nav-tabs .nav-link.active,
.yellowBg .nav-tabs .nav-link:focus {
    color: #212529;
    /*  background: linear-gradient(54.4deg, #002f84 10.45%, #0f7ae8 50%, #1a3dc1 89.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.dropdown-menu {
    background-color: #FFFFFF;
    padding: 0px;
}
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

.dropdown-item {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: rgb(252, 92, 57);
}

.yellowBg {
    background-color: transparent !important;
    overflow: hidden;
    position: relative;
}

.mt-2rem {
    margin-top: -2.2rem;
    ;
}

.drakBlueBg {
    width: 100%;
    background-image: url(images/bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
}


/*.lightBlueBg.testimonial {
    background: url(images/svg/blueBg.svg) no-repeat #08101f center center;
    background-size: cover;
    margin-top: -12px;
    z-index:-1
    }*/

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -35px;
}

.carousel-indicators li {
    background-color: #000;
}

.gallery a img {
    transition: all 0.3s linear 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.video-icon{
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -25px;
    margin-top: -25px;
    z-index:10;
}
a:hover::before {
    background: linear-gradient(153.4deg, rgba(58, 198, 206, 0.78) 22.45%, rgba(84, 77, 249, 0.72) 60%, rgba(84, 77, 249, 0.75) 45.55%);
}
.stroke::before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}
.gallery a:hover img {
    transition: all 0.3s linear 0s;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.gallery a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px
}

.socialMediaLinks .list-inline {
    padding: 0px;
    line-height: 0;
    line-height: 0px
}

.socialMediaLinks .list-inline-item a {
    background-color: #007487;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: block
}

.socialMediaLinks .list-inline-item a:hover {
    background-color: #FEC01B;
}

.dpinVa {
    display: inline-block;
    vertical-align: top;
}

footer {
    font-size: 12px;
    color: rgba(255, 255, 255, .9);
    font-weight:300;
}

footer img {
    width: 75%
}

footer a {
    color: rgba(255, 255, 255, .9);
}

footer .list-inline-item:not(:last-child) {
    margin-right: 2.5rem;
    margin-bottom: .7rem;
}
.bdr-t { border-top:  1px solid #1143e4; }

footer ul,
footer ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

footer ul li {
    float: left;
    width: 24%;
    font-size: 12px;
}

.copy {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

footer a:hover {
    color: #FFE07D
}


/*--------------- bubbles ---------------*/

body .bubbles>.particle {
    opacity: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: bubbles 3s ease-in infinite;
    animation: bubbles 3s ease-in infinite;
    border-radius: 100px;
    z-index: 9;
}

@-webkit-keyframes bubbles {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0%, -1000%);
        transform: translate(0%, -1000%);
    }
}

@keyframes bubbles {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -1000%);
        transform: translate(0, -1000%);
    }
}


/*---- Media ----*/

@media only screen and (max-width: 1366px) {
    .fs30 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    footer ul li {
        float: left;
        width: 33%;
    }
    .bubble {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-nav .nav-item {
        border-bottom: 1px solid #004fe4;
        border-left: none;
        line-height: 2.5;
    }
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        text-transform: uppercase;
        font-weight: 700;
        color: #12caff;
        font-size: 20px;
    }
    h1 {
        font-size: 4rem
    }
}

@media only screen and (max-width: 992px) {
    footer ul li {
        float: left;
        width: 48%;
    }
    footer ul {
        float: left;
        padding-bottom: 1.5rem;
    }
    h3 {
        font-size: 1.5rem
    }
    .icon {
        width: 36px
    }
    .container {
        padding-right: 60px;
        padding-left: 60px;
    }
    .container-fluid {
        padding: 0 60px;
    }
    .page-header .hero-other {
        min-height: calc(100vh - 0vh - 120px);
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav .nav-item {
        line-height: 2.2;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar-collapse.collapse.show .btn {
        border-radius: 60px;
        padding: 0.75rem 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .megaPackage ul.ul-50 li {
        display: inline-block;
        width: 100%;
        float: left;
    }
    footer .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }
    h1 {
        font-size: 2.2rem
    }
    h2 {
        font-size: 1.8rem
    }
    h4 {
        font-size: 1.4rem
    }
    .btn.btn-lg.btn-2 {
        padding: .75rem 2rem;
        font-size: 14px;
    }
}

@media only screen and (max-width: 560px) {

    .video-icon {
    transform: scale(.3) !important;
}
    .homepage-Header .btn.btn-1.mr-4{    width: 100%;
    margin-bottom: 1rem;}
    .nav.nav-tabs {
    font-size: 11px;
    font-weight: 600;}    
    .nav-link {
        padding: .5rem 0rem;
    }
    .navbar-brand {
        width: 120px;
    }
    #bubbles {
        padding-bottom: 50px;
        padding-top: 0px;
    }
    .width-100 {
        width: 100%
    }
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .container-fluid {
        padding: 0px 40px;
    }
    .fs30 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 360px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {

    .page-header {
        min-height: 50vh;
        background-color: #08101f;
        color: #FFFFFF;
    }
}

@media screen and (min-width: 1280px) {
   
}

@media screen and (max-width: 1600px) {
    .shape-wrapper-2,
    .shape-wrapper-3,
    .shape-wrapper-4 {
        display: none!important;
    }
}

@media screen and (min-width: 1440px) {
    .calltoAction {
        left: 0rem;
    }
}

.top_info {
    float: right;
    margin-left: 20px;
}

.info_txt {
    color: #000;
    float: left;
}

.modal-content.order-content {
    background: linear-gradient(518.4deg, #3AC6CE 22.45%, #544DF9 60%, #544DF9 45.55%);
    color: #FFF;
}
.modal-content.order-content .form-control{border: 2px solid #66dfff;}
.modal-content.order-content .modal-header,
.modal-content.order-content .modal-footer {
    border: none
}

.smalltext {
    font-size: 12px;
}

.modal-header .close {
    padding: 0rem;
    margin: 0rem;
}

.text-muted {
    color: #08101f!important;
}

.input-group-text {
    background-color: #ffc107;
    border: 1px solid #ffc107;
}

.floating {
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
}

.floating:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}