.nav-top .nav-desktop
{
    width: 180px;
}

.nav-top
{
    background: white;
    box-shadow: 0 8px 4px 0 rgba(0,0,0,.1);
}

.head-icon :hover
{
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

body
{
    font-family: "Open Sans", sans-serif !important;
}
 
.view-s1
{
    background-image: url(/img/dekstop-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100vh;
    color: white;
    font-family: "Open Sans", sans-serif;
    margin-top: 78px !important;
}

.view-s1 .text-1
{
    font-weight: 800;
    font-size: 72px !important;
    line-height: 60px;
}

.view-s1 .text-2
{
    font-weight: 800;
    font-size: 48px !important;
}


.view-s1 .text-3
{
    font-size: 36px;
    font-weight: normal;
}

.view-s1 span
{
    font-size: 20px;
    line-height: 50px;
}

.view-s2
{
    background-image: url(/img/view-s2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.view-s2 .procedure
{
    padding: 140px 0px !important;
}


.view-s2 .wrapper p
{
    color: #663398;
    font-size: 30px;
    font-weight: 700;
    height: 78px;
}

.view-s2 .wrapper span
{
    color: black;
    font-size: 18px;
    font-weight: normal;
    height: 78px;
}

.icons-box
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 14px 20px 37px 0px rgba(0,0,0,0.18);
    border: 1px solid rgb(230, 230, 230);
}

.desktop-btn .btn1 , .btn2
{
    color: black;
    font-size: 18px;
    font-weight: 700;
    border: unset;
    background: #e6bf43; 
}


.icons-box img
{   
    width: 58px;
    height: 58px;
    margin: 20px 0px;
    object-fit: contain;
}


.line
{
    width: 100%;
}

a:hover {
    color: unset !important;
    text-decoration: unset !important;
}


.box-number
{
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
    box-shadow: 14px 20px 37px 0px rgba(0,0,0,0.18);
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 76%);
    
}

.box-number .elements
{
    position: absolute;
    left: -9%;
    bottom: -8%;
    width: 100%;
}

.box-number p
{
    font-size: 48px;
    font-weight: 700;
    color: #663398;  
}

.box-number .name
{
    font-size: 22px !important;
    font-weight: 700;
    color: #000000 !important;
}

.tick img
{
    width: 38px;
}


.logomark
{
    width: 50px;
    height: auto;
}

.why-us
{
    background-color: rgb(222, 220, 220);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.whyus-left p
{
    color: #193846;     
    font-weight: 700;
    font-size: 48px;
}


.why-us .box
{
    border-radius: 15px;
    border: 1px solid #eeeeee;
    background: white;
}

.why-us .box p
{
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
}

.keepin .title h3
{
    font-weight: 700;
    color: white !important;
    font-size: 48px !important;
}

.box-trial
{
    border: 2px solid rgb(154, 154, 154);
    border-radius: 50px;
    background-color: #ffffff0f;
}

.box-trial p
{
    color: white;
    font-weight: 700;
    font-size: 20.1px;
}

.box-trial h2
{
    font-weight: 700;
    font-size: 60px;
    color: #e6bf43;
}

.box-trial span
{
    font-weight: 700;
    font-size: 23px;
    color: #e6bf43;
}

.package-box
{
    left: 20%;
    border-radius: 50px;
    border: 1px solid #d7d7d7;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
    box-shadow: 14px 20px 37px 0px rgba(0,0,0,0.18);
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 76%);
}

.package-box .box-left
{
    background-color: white;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.package-box .box-left h3
{
    color: #8a8a8a;
    font-weight: 800;
    font-size: 30px;
}

.package-box .box-right 
{
    background-color: rgb(235 235 235);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 45px;
}

.package-box .box-right p
{
    color: #122837;
    font-weight: 800;
    font-size: 20px;
}

.package-box .notes span
{
    color: #122837;
    font-size: 18px;
    font-style: italic;
}

.touch-form
{
    padding: 400px 0px 100px 0px;
}

.touch-form .left h3
{
    font-size: 48px;
    font-weight: 700;
    color: #663398;
}

.touch-form #message
{
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    resize: none;
    background-color: #eeeeee;
}

.touch-form input
{
    background-color: #eeeeee;
    border-radius: 15px;
   border: 2px solid #eeeeee;
}

.touch-form textarea
{
    background-color: #eeeeee;
    border-radius: 15px;
   border: 2px solid #eeeeee;
}

.tnc
{
    background: #e6e4e4;
}

.tnc p
{
    color: black;
    font-weight: 700;
    font-size: 14px;
}

footer
{
    background-color: #0a1631;
}


.btn-form button
{
    background-color: #663398;
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
}


.fixed-btn 
{
    width: 16%;
    bottom: 9%;
    right: -8%;
 }


.float-img .img-1
{  
    top: 49px;
    right: 47%;
    width: 55px;
    height: 55px;
}

.float-img .img-2
{
    top: -154px;
    left: 49%;
    width: 120px;
    height: 120px;
}

.float-img .img-3
{
    top: -339px;
    left: 54%;
    width: 125px;
    height: 125px;
}

.float-img .img-4
{
    top: -334px;
    left: 66%;
    width: 45px;
    height: 45px;
}

.float-img .img-5
{
    top: -340px;
    left: 78%;
    width: 80px;
    height: 80px;
}

.float-img .img-6
{
    top: -235px;
    left: 91%;
    width: 80px;
    height: 80px;
}


.dekstop-text
{
    color: #0a1631 !important;
    font-weight: 600 !important;
}

.tnc-mobile p
{
    font-size: 12px;
    color: black;
    font-weight: 700;
}


.elements-s3
{
    animation: five_x 2s ease-in-out infinite;
}

.elements-s2
{
    animation: five_x 2s ease-in-out infinite;
}

@keyframes five_x {
    0% {
        transform: translate(0,0) rotate(0deg)
    }

    50% {
        transform: translate(0,20px) rotate(0deg)
    }

    100% {
        transform: translate(0,0) rotate(0deg)
    }
}

.btn1:hover
{
    background: #a78824;
}

.btn2:hover
{
    background: #a78824;
}

hr
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid white !important;
}

#submitBtn
{
    border: unset;
}

#submitBtn:hover
{
    background: #1e3671;
    border: unset;
}

.navbar-expand-lg .navbar-nav .nav-link
{
    color: #043863 ;
    font-weight: 800 !important;
}

.nav-whatsapp
{
    width: 50px;
    height: auto;
}
.nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 4px;
    background: #e6bf43;
    transition: 0.4s
}

.active .nav-link
{
    color: #663398 !important;
    font-size: 20px !important;
}

.nav-item:hover::after {
    width: 100%;
    color: #043863 !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e6bf43;
}

.nav-link {
    padding: 25px 5px;
    transition: 0.2s
}


.whatwedo
{
    background: url(/img/keepintouch-bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.whatwedo h1
{
    font-weight: 700;
    color: white;
}

.whatwedo span
{
    font-weight: 700;
    color: #e6bf43;
    font-size: 18px;
}

.wedo-border
{
    border-right: 1px solid;
}

/* .wedo-img
{
    bottom: 12%;
    left: -19%;
} */

.wedo-img img
{
    width: 100%;
}


@media (min-width:992px) 
{
    .col-2-cust
    {
        flex: 0 0 18.666667% !important;
        max-width: 18.666667% !important;
    }
    
    .col-1-cust
    {
        border-left: 2px solid black !important;
    }    

}

.keepin
{
    background-image: url(/img/keepintouch-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.extra-wedoborder
{
    border-left: 1px solid;
}



/*  */
/* mobile view */
@media (max-width:992px) 
{
    .nav-mobile
    {
        width: 145px;
    }

    .mobile-view-s1
    {
        height: 100vh;
    }
    
    .view-s1
    {
        background-image: url(/img/mobile-bg-1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
        color: #663398;
        margin-top: 84px !important;

    }

    .view .text-1
    {
        font-weight: 800;
        font-size: 2.4rem !important;
        line-height: 34px !important;
        padding-top: 10px;
        color: #663398;
    }

    .view .text-2
    {
        font-weight: 700;
        font-size: 1.5rem !important;
    }


    .view .text-3
    {
        font-size: 1.3rem;
    }

    .view span
    {
        font-size: 16px !important;
        color: white;
        line-height: unset !important;
    }

    .why-us
    {
        background: url(/img/whyus-bg-m.jpg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 60px !important;
        padding-bottom: 250px !important;
    }

    .view .description
    {
        margin-top: 300px;
    }

    .mobile-desc .btn1
    {
        color:black;
        border: none;
        padding: 10px 0px;
        font-size: 1.1rem;
        font-weight: 800;
        background: #e6bf43; 
    }

    .fixed-btn
    {
        right: 6%;
    }

    .mobile-desc .btn2
    {
        color:black;
        padding: 10px 0px;
        font-size: 1.1rem;
        font-weight: 800;
        background: #e6bf43; 
    }

    .view-s2
    {
        background-size: cover;
    }

    .view-s2 .procedure
    {
        padding: 40px 0px 400px 0px !important;
    }

    .view-s2 .wrapper p
    {
        height: unset;
        font-size: 22px;
    }

    .view-s2 .wrapper span
    {
        font-size: 16px;
    }


    .line 
    {
        width: 4px;
    }

    .number-feed-mobile
    {
        height: 51em;
        background-color: #0e2b32;
    }

    .logomark
    {
        width: 40px;
        height: auto;
    }

    .box-number
    {
        top: -10%;
    }

    .why-us .box
    {
        background-color: #eeeeee;  
    }

    .why-us .box p
    {
        font-size: 0.9rem;
    }
    
    .whyus-left p
    {
        font-size: 28px;
    }

    .col-1-cust
    {
        width: 80%;
    }   

    .col-1-cust hr
    {
        border-top: 1px solid rgb(150, 150, 150) !important;
    }

    .box-number p
    {
        font-weight: 700;
        font-size: 48px;
    }

    .box-number span
    {
        font-weight: 700;
        font-size: 18px;
        color: #193846; 
    }

    .keepin .title h3
    {
        font-size: 28px !important;
    }

    .package-box
    {
        left: 4%;
    }

    footer img
    {
        width: 100%;
    }

    .package-box .box-left
    {
        background-color: white;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: unset;
    }

    .package-box .box-right 
    {
        background-color: rgb(235 235 235);
        border-top-right-radius: unset;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 45px;
    }

    .touch-form 
    {
        padding: 580px 0px 100px 0px;
    }

    .package-box .box-right p
    {
        font-size: 16px;
    }

    .package-box .notes span
    {
        font-size: 16px;
    }


    .touch-form .left h3
    {
        font-size: 34px;
    }

    .fixed-btn img
    {
        width: 57px;
        height: auto;
    }

    .wedo-img
    {
        left: 0;
        bottom: 0;
        width: 94%;
        position: absolute !important;
    }

    .wedo-img img
    {
        width: 100%;
        max-width: 290px;
    }
    
    .whatwedo h1
    {
        font-size: 30px;
    }

    .whatwedo span
    {
        font-size: 13px;
    }

    .extra-wedoborder
    {
        border-left: unset;
    }


    .nav-mobile-icon
    {
        width: 140px;   
    }

    .box-number .elements
    {
        left: 0%;
    }

    .wedo-right
    {
        order: 1;
    }

    .wedo-left
    {
        order: 2;
    }
}

@media (max-width:768px) 
{
    .box-number .elements {
        position: absolute;
        left: 0;
        bottom: -8%;
        width: 94%;
    }    
}


@media (max-width:439px) 
{
    .view-s2 .procedure
    {
        padding: 40px 0px 305px 0px !important;
    } 

    .number-feed-mobile
    {
        height: 52em;
    }
}

@media (max-width:375px) 
{

    
    .view-s1 
    {
        height: 114vh;
    }

    .mobile-view-s1
    {
        height: 116vh;
    }
}


.login-btn
{
    color: black;
    font-size: 18px;
    font-weight: 700;
    border: unset;
    background: #e6bf43;
}

.login-btn .nav-link
{
    color: black !important;
}