@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: 'Roboto Mono', monospace;*/
}
html, body{
    height: 100%;
    width: 100vw;
    font-family: 'DM Serif Text', serif;
    word-wrap: break-word !important;
    scroll-behavior: smooth;
}
.container{
    min-height: 100%;
    width: 100vw;
}
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
  }
/*.................................................................*/
/* Nav and Header */
/*.................................................................*/

nav{
    padding: 5px 20px;
    
}
.homenav{
    background-color: #ECECEC;
}
ul{
    list-style-type: none;
}
.item a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 18px;
    font-family: 900;
    transition: all .5s ease;
    text-transform: uppercase;
}
.item a:hover{
    color: #283891;
    transform: translateY(-5px);
    transition: all .5s ease;
}

.menu li{
    font-size: 16px;
    padding: 15px 5px;
}
.menu li a{
    display: block;
    padding: 0 5px;
}
.logo a{
    font-size: 20px;
}
.button.secondary{
    border-bottom:1px #444 solid;
}

/* DropDown Menu */

.servtoggle, [id^=drop-serv]{
    display: none;
}
#mian-servtoggle{
    cursor: pointer;
}
nav ul li ul li{
    background-color: rgb(219, 217, 217);
    margin-bottom: .5px;
}
nav ul li ul li:hover{
    background-color: rgb(255, 255, 255);
}
nav ul ul{
    display: none;
    position: absolute;
    top: 65px;
}
nav ul ul li{
    width: 250px;
    display: list-item;
    position: relative;
}
nav ul li:hover>ul{
    display: inherit;
    z-index: 1;
    margin-top: 10px
}
li>a:only-child:after{
    content: "";
}
li>a:after{
    content: "";
    color: #005C97;
}
@media all and (max-width:905px){
    [id^=drop]:checked+ul{
        display: block;
    }
    .servtoggle, [id^=drop-serv]{
        display: none;
        padding: 0 20px;
        font-weight: 900;
    }
    .servtoggle:hover{
        color: #283891;
    transform: translateY(-5px);
    transition: all .5s ease;
    }
    #nope{
        display: none;
    }
    nav ul ul li{
        display: block;
        width: 100%;
    }
    .servtoggle +a,
    .menu{
        display: none;
    }
    
    .servtoggle{
        display: block;
        padding: 0 20px;
    }
    
    nav ul ul .servtoggle,
    nav ul ul a{
        padding: 0 40px;
    }
    nav ul ul{
        float: none;
        position: static;
    }
    nav ul li:hover>ul,
    nav ul li:hover>ul{
        display: none;
    }
    
    nav ul ul li{
        position: static;
    }
}

/* Mobile Menu */


.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.toggle{
    order: 1;
    }
    .item.button{
        order: 2;
    }
.item{
    width: 100%;
    text-align: center;
    order: 3;
    display:none ;
}
.item.active{
display: block;
}
.toggle{
cursor: pointer;
}

.bars{
    background: #999;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 18px;
}
.bars::before,.bars::after{
    background: #999;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 18px;
}
.bars::before{
    top: 5px;
}
.bars::after{
    top: -5px;
}

/* tablet menu */

@media all and (min-width:468px) {
    [id^=drop]:checked+ul{
        display: block;
    }
   nav{
    display: fle;
   }
    nav ul ul li{
        display: block;
        width: 100%;
    }
    .menu{
        justify-content: center;
    }
    .logo{
        flex: 1;
    }
    .item.button{
        width: auto;
        order: 1;
        display: block;
    }
    .toggle{
        order: 2;
    }
    .button.secondary{
        border: 0;
    }
    .button a{
        text-decoration: none;
        padding: 7px 15px;
        background: teal;
        border: 1px solid #006d6d;
        border-radius: 50em;
    }
    .button.secondary a{
        background: transparent;
    }
    .button a:hover{
        transition: all .25s;
    }
    .button:not(.secondary) a:hover{
        background: #006d6d;
        border-color: #005959;
    }
    .button.secondary a:hover{
        color: #ddd;
    }
}

@media all and (min-width: 905px){
    .item{
        display: block;
        width: auto;
    }
    .toggle{
        display: none;
    }
    .logo{
        order: 0;
    }
    .item{
        order:1;
    }
    .button{
        order: 2;
    }
    .menu li{
        padding: 15px 10px;
    }
    .menu li.button{
        padding-right: 0;
    }
}


/*.................................................................*/

    /* Home Page Body */
/*.................................................................*/

.intro{
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider{
    background: rgb(226, 221, 221);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
}
.hide{
    background: black;
    overflow: hidden;
}
.hide span{
    transform: translateY(100%);
    display: inline-block;
}
.into-text{
    color: #bdbaba;
    font-size: 2rem;
}
.home-banner{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-image: url(./images/homebanner.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */

}
.home-banner h1{
    padding-top: 5%;
    text-transform: uppercase;
    color: #48816b;
}
.home-banner2{
    color: rgba(240, 235, 229, 0.979);
    font-size: 3em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/homebannersal.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
margin-top: 5%;
}
.home-banner2 h1{
    padding: 10%;
}
/*
.home-banner-temprary{
    color: rgba(240, 235, 229, 0.979);
    font-size: 3em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/salco\ linkedin\ cover.png);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;

}
*/
.home-divider{
    align-content: center;
    text-align: center;
    width: 100vw;
    height: 8vh;
    background-image: url(./images/divider.svg);
    background-color: #ffffff;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
}
.aboutushead{
    padding: 5%;
    font-size: 2em;
    align-items: center;
    align-content: center;
    color: #2c2b2b;
    justify-content: center;
    align-self: center;
    justify-self: center;
    text-align: center;
    transition: all .4s ease; 
    background: rgba(255, 255, 255, 0.743);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.2px);
    -webkit-backdrop-filter: blur(2.2px);
    border: 1px solid rgba(100, 183, 232, 0.19);
}
.aboutushead:hover{
    box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.3);
}
.aboutpara p{
    color: black; 
    margin: 10%;
    text-align: center;
    font-size: 1.4em;
}
.services-section{
    margin-top: 7%;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}
.servbox1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    margin-bottom: 10px; 
}
.servbox1-right{
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    text-align: justify;
    font-size: 1.3rem;
    padding: 5%;
}
.servbox1-left{
    margin: 10%;
   
    }
.servbox1-left-cbhai{
    margin: 10%;
}    
.servbox1-left img{
    max-width: 100%;
    
}
.servbox1-left-cbhai img{
    max-width: 100%;
}
.servbox2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
    min-height: 600px;
    margin-bottom: 10px;
}
.servbox2-right{
    text-align: justify;
    font-size: 1.3rem;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-right: 10%;
    padding: 5%;
}
.servbox2-right-AR{
    text-align: justify;
    font-size: 1.3rem;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-right: 10%;
    padding: 5%;
}
.servbox2-left{
    margin: 10%;
    grid-area: left;
    }
.servbox2-left img{
    max-width: 100%;
}
.servboxhead{
    padding-bottom: 38px;
    align-items: center;
    align-content: center;
    color: #2c2b2b;
    justify-content: center;
    align-self: center;
    justify-self: center;
}
.servboxhead >a{
    text-decoration: none;
    color: #2c2b2b;
    transition: all .4s ease;
}
.servboxhead > a:hover{
    font-size: 2.5rem;
    color: #283891;
}
.servboxhead2{
    padding-bottom: 38px;
    align-items: center;
    align-content: center;
    color: #2c2b2b;
    justify-content: center;
    align-self: center;
    justify-self: center;
}
.servboxhead2 >a{
    font-size: 2.4rem;
    text-decoration: none;
    color: #2c2b2b;
    transition: all .4s ease;
}
.servboxhead2 > a:hover{
    font-size: 2.2rem;
    color: #48816b;
}
.video-banner{
    margin: 5%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
    min-height: 500px;
    margin-bottom: 5%;
    transition: all 0.4s ease;
    /* From https://css.glass */
    background: rgba(232, 233, 233, 0.587);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(2.2px);
-webkit-backdrop-filter: blur(2.2px);
border: 1px solid rgba(102, 197, 249, 0.19);
}
.video-banner:hover{
    box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.3);
    background: rgba(247, 157, 157, 0.587);
}
.vb-right{
    margin: 9%;
    padding-bottom: 5%;
    padding: 3%;
    
}
.vb-left{
    margin: 5%;
}
.youtube{
     width: 670px;
     height: 513px;
}
.vb-right p{
padding-top: 5%;
}
@media (max-width: 1350px){
    .video-banner{
        display: block;
    }
    .vb-left{
        margin: 5%;
        padding: 5%;
        justify-content: center;
    }
    .vbox{
        padding-top: 2%;    
}
}
@media (max-width: 960px){
    
    .services-section{
        display: block;
        margin: 1%;
    }
    .home-services{
    display: block;
    }
    .servbox1{
        display: block;
    }
    .servbox2{
        display: block;
    }
    .servbox1-right{
        margin-right: 5%;
        margin-left: 5%;
    }
    .servbox1-cbhai-right{
        margin-right: 2%;
        margin-left: 2%;
    }
    .servbox1-cbhai-right-AR{
        text-align: right;
        margin-right: 5%;
        margin-left: 5%;
    }
    .servbox2-right{
        margin-left: 5%;
        margin-right: 5%;
    }
    .servbox2-right-AR{
        text-align: right;
        margin-left: 5%;
        margin-right: 5%;
    }
    .servbox1-left{
        margin: 0;
    }
    .servbox1-left-cbhai{
        margin: 0;
    }
    .servbox2-left{
        margin: 0;
    }
    .aboutushead{
        font-size: 1.4em;
    }
    .video-banner{
        display: block;
    }
    .vb-right{
        margin: 10%;
    }
    .vb-right h1{
        margin-left:7%;
        margin-right:7%;
    }
    .vb-right p{
        margin-left:9%;
        margin-right:9% ;
        color: rgb(53, 52, 52);
    }
    .vb-left{
        padding: 2%;
    }
    .youtube{
        width: 520px;
        height: 313px;
   }
}

@media all and (max-width: 669px){
    .home-banner h1{
        font-size: 3rem;
        padding-top: 8%;
    }
    .home-banner-btn a{
        font-size: 3rem;
        padding: 15px;
    }
    p{
        font-size: 16px;
    }
    .video-banner{
        display: block;
    }
    .youtube{
        width: 400px;
        height: 313px;
   }
    }
@media all and (max-width:468px) {
    .home-banner h1{
        font-size: 2.5rem;
        padding-top: 15%;
    }
    .home-banner-btn a{
        font-size: 2rem;
        padding: 15px;
    }
    .aboutushead{
        font-size: 1.1em;
    }
    .video-banner{
        display: block;
    }
    .home-banner2{
    width: 100vw;
    height: 60vh;
    background-image: url(./images/homebannermob.jpg);
    background-attachment: fixed;
    }
}

/*.................................................................*/

    /* services - page */
/*.................................................................*/
.homenavabout{
    background-color: rgb(255, 255, 255);
}

.home-banner-services{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/home-banner-services.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}

/*.................................................................*/

    /* About us - page */
/*.................................................................*/
.homenavabout{
    background-color: rgb(255, 255, 255);
}

.about-section{
    margin-top: 7%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    padding: 5%;
    text-align:justify;
    
}
.home-banner-about{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/home-banner-about.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}
/*.......................................................*/

/*javascripte welcoming Message */

/*.......................................................*/

.surprise-greeting {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: none; /* hidden by default */
  }
  
  /* Add animation classes */
  .animate__fadeIn {
    animation: fadeIn 0.5s;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*.................................................................*/

    /* contact page*/
/*.................................................................*/

.contact-section{
    margin-top: 7%;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    padding: 5%;
}
.home-banner-contact{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/contactbanner.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */}
.contact-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
    margin-bottom: 10px; 
}
.contactbox-right{
    margin: 5%;
    text-align: justify;
    font-size: 1.2rem;
    padding: 1%;
}
.contactbox-left{
    margin: 5%;
    }
    .contactbox-left img{
        max-width: 100%;
        border-radius: 5%;
    }
    .socials-contact a {
        color: #283891;
        width: 55px;
        height: 55px;
        padding-top: 25px;
        display: inline-block;
        font-size: 1.6em;
        border-radius: 5px;
        transition: all .3s;
    }
    .contact-box-contact{
        text-align: center;
    }
    .socials-contact a:hover{
        color: #48816b;
        transform: translateY(-15px);
        transition: all .3s;
    }
    @media (max-width: 938px){
    
        .contact-section{
            display: block;
            margin: 3%;
        }
        .contact-box{
            display: block;
            }
            .contactbox-left{
                margin: 1%;
                padding-bottom:5px;
                }
    }
    @media all and (min-width:468px) {
        .contact-box{
            margin-bottom: 5px; 
        }
        .contactbox-left{
            margin: 1%;
            padding-bottom:5px;
            }
    }
    

    .downloads-contact  {
        background-color: #0fa434; /* Blue */
        border: none;
        border-radius: 15px;
        color: white;
        margin-top: 10px;
        padding:8px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 17px;
        animation: pulse 1.5s infinite ease-in-out;
        cursor: pointer;
      }
      @keyframes pulse {
        0% {
          opacity: 1;
        }
        50% {
          opacity: 0.5;
        }
        100% {
          opacity: 1;
        }
      }
/*.................................................................*/

    /* HCS page*/
/*.................................................................*/
.home-banner-hcs{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/hcspage.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}

/*.................................................................*/

    /* CBHAI page*/
/*.................................................................*/

.home-banner-cbhai{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/cardiology.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}
.servbox1-cbhai-right{
    margin: 10%;
    margin-top: 0px;
    margin-bottom: 4%;
    text-align: justify;
    font-size: 1.3rem;
    padding: 5%;
}
.servbox1-cbhai-right-AR{
    margin: 10%;
    margin-top: 0px;
    margin-bottom: 4%;
    text-align: justify;
    font-size: 1.3rem;
    padding: 5%;
}


/*.................................................................*/

    /* GCS page*/
/*.................................................................*/

.home-banner-GCS{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/GCSbanner.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}
.servbox1-GCS{
    margin: 5%;
    margin-top: 0px;
    font-size: 1.1rem;
    padding: 2%;
}
/*.................................................................*/

    /* ITS - page */
/*.................................................................*/
.homenavabout{
    background-color: rgb(255, 255, 255);
}

.home-banner-ITS{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/ITS.jpg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}
.servbox1-ITS{
    margin: 10%;
    margin-top: 0px;
    text-align: justify;
    font-size: 1.3rem;
    padding: 5%;
}

/*.................................................................*/

    /* ISO Page*/
/*.................................................................*/

.home-banner-ISO{
    color: rgba(240, 235, 229, 0.979);
    font-size: 4em;
    text-align: center;
    width: 100vw;
    height: 75vh;
    background-image: url(./images/iso-banner.jpeg);
    background-attachment: fixed;
    background-color: #cccccc;
    background-size: cover;
-webkit-background-size: cover;
background-position: center center;
/*transform: translateX(100%); */
}
/*.................................................................*/

    /* subscribe-wrapper */
/*.................................................................*/

.subscribe-wrapper{
    justify-content: center;
    
    }
    .sub-content{
       margin-top: 48px;
        min-height: 25vh;
        width: 100%;
        align-items: center;
        justify-content: center;
        justify-self: center;
        justify-items: center;
        color: #005C97;
    }
    .sub-text{
        padding: 0;
        display: block;
        text-align: center;
        padding-bottom: 3%;
    }
    .subhome-form{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        justify-items: center;
    }
   
    .sub-input{
    
        background: #f7f7f7;
        color: #0f0909;
        margin-bottom: 10px;
        line-height: 1.5rem;
        padding: .9rem 2rem;
        margin: 48px;
        border: none;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    }
    .sub-input:hover{
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
        border: 1px #079e9e solid;
        border-radius: 25px;
        transition: all 0.5s;
    }
    .sub-btn{
        align-items: center;
        justify-content: center;
        justify-self: center;
        justify-items: center;
        padding: .7rem 1.3rem;
        line-height: 2.1rem;
        width: 180px;
        font-size: 19px;
        transition: all .8s;
        border: none;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
        margin: 48px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        outline: none;
        color: #283891;
        
    }
    .sub-btn > button{
        
        justify-self: center;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-self: center;
        
        
    }
    .sub-btn:hover{
        background-color: #079e9e;
        color: gainsboro;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
        border-radius: 25px;
        transition: .5s;
    }
    @media screen and (max-width:1097px){
        .subscribe-wrapper{
            height: min-content;
            align-items: center;
            justify-content: center;
            justify-self: center;
            justify-items: center;
        }
        .sub-content{
            height: min-content;
        }
        .subhome-form{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
        .sub-input{
            display: block;
            margin: 25px;
            justify-content: center;
            align-content: center;
        }
        .sub-form{
            text-align: center;
        }
    }
    /*.................................................................*/

    /* subscribe-form   convertkit */
/*.................................................................*/
.subscribe-Form{
    margin: auto;
    width: 50%;
    margin-top: 10%;
    padding-bottom: 5%;
}

/*.................................................................*/

    /* Footer */
/*.................................................................*/

footer{
    position: relative;
    margin-top: 38px;
    padding-top: 38px;
    background: #222; 
    color: #fcfafa;
    width: 100vw;
    }
    .footer-sections{
        display: flex;
        justify-content: space-between;
        padding-top: 150px;
        align-items: center;
        padding-left: 25px;
        padding-right: 25px;
        
        }
        .footer-section{
            padding-top: 38px;
            padding-bottom:38px;
            margin-left: 25px;
            margin-right: 25px;
            
            }
            .links ul a{
            color: #ffffff;
            display: block;
            margin-bottom: 10px;
            font-size: 1.2em;
            list-style-type: none;
            transition: all .3s;
            text-decoration: none;
            }
            .links ul a:hover {
            color: white;
            transform: translateX(15px);
            transition: all .3s;
            }
        .contact-input{
            display: block;
            background: #f7f7f7;
            color: #0f0909;
            margin-bottom: 10px;
            line-height: 1.5rem;
            padding: .9rem 1rem;
            border-radius: 8px;
            border: none;
            width: 200px;
            
        }
        .contact-input:hover{
            box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
            border: 1px #079e9e solid;
            border-radius: 25px;
            transition: all 0.5s;
        }
        .footer-btn{
            padding: .7rem 1.3rem;
            line-height: 1.3rem;
            border-radius: 8px;
            transition: all .8s;
            border: none;
            width: 200px;
            
        }
        .footer-btn:hover{
        background-color: #079e9e;
        color: gainsboro;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
        border-radius: 25px;
        transition: .5s;
        }
        .socials a {
            color: rgb(255, 255, 255);
            width: 55px;
            height: 55px;
            padding-top: 25px;
            text-align: right;
            display: inline-block;
            font-size: 1.5em;
            border-radius: 5px;
            transition: all .3s;
        }
        .socials a:hover{
            color: #48816b;
            transform: translateY(-15px);
            transition: all .3s;
        }
    .footer-bottom{
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: transparent;
        color: #f8f4f4;
        width: 100vw;
        text-align: center;
        padding-bottom: 8px;
        font-size: 12px;
        }
       
     @media screen and (max-width: 837px) {
    footer{
    height: min-content;
    padding-top: 250px;
    padding-bottom: 37px;
    }
     }
     @media screen and (max-width: 837px) {
        .footer-sections{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-top: 38px;
            align-items: center;
            padding-right: 0px;
        }
        }
/*.................................................................*/

    /* webpolicy page */
/*.................................................................*/
        
        .home-banner-webpolicy{
            color: rgba(240, 235, 229, 0.979);
            font-size: 4em;
            text-align: center;
            width: 100vw;
            height: 45vh;
            background-image: url(./images/home-banner-webpolicy.jpeg);
            background-attachment: fixed;
            background-color: #cccccc;
            background-size: cover;
        -webkit-background-size: cover;
        background-position: center center;
        /*transform: translateX(100%); */
        }
 /*.................................................................*/

    /* bannerq  testing*/
/*.................................................................*/
.bannerq {
    padding: 10px;
    text-align: center;
  }
  .bannerq >a{
    text-decoration: none;
    font-weight: 900;
    text-align: center;
  }
  
  .banner-image {
    max-width: 100%;
    height: auto;
  }
  
  .bannerq h1 {
    color: #333;
    font-size: 28px;
    margin: 25px;
  }