*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}
.logo{
    width: 150px;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    position: relative;
}
.nav-txt{
    display: flex;
    align-items: center;
}
.nav-txt ul{
    display: flex;
    align-items: center;
    gap: 2em;
    list-style-type: none;
}
.nav-txt ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.1em;
    font-weight: 500;
}
nav span{
    border: 2px solid black;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: black;
}
nav span a{
    color: white;
    text-decoration: none;
}
#country{
    padding: 10px 2px;
    width: 50px;
}
.fa-bars{
    display: none;
}
.prod-dropdown{
    position: absolute;
    background-color: white;
    width: 16%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.61);
    top: 90px;
    left: 530px;
    z-index: 999;
}
.prod{
    width: 60%;
    margin: auto;
    line-height: 40px;
    display: none;
}
.menu1 .prod-dropdown .prod li a{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu1:hover .prod{
    transition: 1s;
    display: block;
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:500px){
    header{
        width: 100%;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .logo{
        width: 150px;
        padding-right: 50px;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
    }
    nav span {
        display: none;
    }
}
@media screen and (min-width:320px) and(max-width:900px) {
    .nav-logo{
        width:200px ;
        padding-right: 50px;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:400px) and (max-width:900px)  {
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:800px) and (max-width:1300px) {
    nav{
        width: 100%;
        justify-content: space-between;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
        font-size: 3em;
    }
    .logo{
        width: 300px;
    }
    nav{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    nav span{
    padding: 15px 30px;
}
nav span a{
    color: white;
    text-decoration: none;
    font-size: 1.8em;
}
}
.contain{
    border: 2px solid black;
    width: 90%;
    margin: 0px auto;
    padding: 80px;
    background-color:#EBF1FD;
    border-radius: 30px;
    border: none;
    position: relative;
    overflow: hidden;

}
.cont-txt{
    margin:0 auto; 
    width: 50%;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 30px;
    z-index: 1;
}
.cont-txtspan{
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
}
.cont-icon{
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
@keyframes floatUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}

.gp-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}

.apple-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}

.maps{
    position: absolute;
    left: 200px;
    padding-left: 40px;
}
.phone1{
    position: absolute;
    top: 210px;
    left: -10px;
    transform: rotate(30deg);
    
}
.phone2{
    position: absolute;
    top: 40px;
    right:-243px;

}
.logo-txt{
    display: flex;
    align-items: center;
    gap: 13em;
    color: rgba(160, 157, 157, 0.479);
    margin-top: 20px;
    font-size: 0.8em;
    padding-left: 140px;
}
.license-logo{
    width: 45px;
    border: 2px solid black;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background-color: #EBF6F1;
}
.cbn-logo{
    width: 150px;
}
.ins-icon{
    width: 50px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 15px;
    border: none;
    background-color: #EBF6F1;
}
.ndic-logo{
    width: 80px;
}
.qrcode{
    width: 40px;
    height: 50px;
}
.ins-logo{
    justify-content: space-around;
    align-items: center;
    padding-bottom: 32px;
    display: flex;
}
.license-div{
    display: flex;
    align-items: center;
    gap: 1em;
}
.qrcode-div{
    display: flex;
    align-items: center;
    border: 2px solid rgba(128, 128, 128, 0.164);
    border-radius: 10px;
    gap: 1.5em;
    padding: 10px 40px;
}
.qrcode-div span{
    font-size: 1em;
    color: rgb(109, 87, 87);
}
/*-MD Query--*/
@media screen and (min-width:120px) and (max-width:800px) {
    .contain{
        width: 350px;
        overflow: hidden;
        padding: 20px;
        margin-top: 40px;
    }
    .phone1, .phone2{
        display: none;
    }
    .cont-txt{
        width: 100%;
    }
    .cont-txt h1{
    margin-bottom: 15px;
    text-align: center;
    font-size: 35px;
}
.cont-txtspan{
    font-size:1.4em ;
    text-align: center;
    width: 90%;
    margin-bottom: 20px;
}
.maps{
    display: none;
}
.ins-logo{
    display: block;
}
.qrcode-div{
    margin-top: 30px;
}
.logo-txt{
    display: flex;
    align-items: center;
    gap: 3em;
    color: rgba(160, 157, 157, 0.479);
    margin-top: 20px;
    font-size: 1.2em;
    padding-left: 60px;
}
.fa-bars{
    display: block;
}
}
@media screen and (min-width:800px) and (max-width:1300px) {
    .phone1{
    position: absolute;
    top: 9px;
    left: -200px;
    transform: rotate(30deg);
    }
    .phone2{
    position: absolute;
    top: 80px;
    right:-305px;
}
.contain{
        width: 800px;
        overflow: hidden;
        padding: 20px;
        margin-top: 40px;
    }
    .cont-txt{
        width: 100%;
    }
    .cont-txt h1{
    margin-bottom: 25px;
    text-align: center;
    font-size: 59px;
}
.cont-txtspan{
    font-size:1.6em ;
    text-align: center;
    width: 90%;
    margin-bottom: 40px;
}
}




.hero-sect{
    background-color: #FBFBFD;
    border-radius: 40px;
    background: linear-gradient(to buttom,#FBFBFD, #ffffff);
}
.container2{
    display: grid;
    grid-template-columns: 40% 1fr 1fr;
    border: 2px solid black;
    margin: 0px auto;
    padding: 20px;
    gap: 3em;
    width: 90%;
    position: relative;
    border: none;
}
.box{
    background-color: rgb(33, 114, 87);
    border-radius: 10px;
    overflow: hidden;
}
.box1{
    background-color: #FBFBFD;

}
.box1 h1{
    font-size: 2.5em;
    margin-bottom: 10px;
}
.box1 p{
    font-size: 1.3em;
}
.box2{
    background-color: rgb(245, 243, 243);
    padding: 40px;
}
.box2 h4{
    font-size: 1.3em;
    margin-bottom: 80px;
}
.box2 p{
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 10px;
}
.box2 img{
    position: absolute;
    top: 45px;
    right: 370px;
    width: 170px;
}
.box2:hover{
    background-color:#7343A7;
    color: white;
    transition: 0.5s ease;
}
.box2:hover img{
    filter: brightness(0) invert(1);
}
.box3{
    background-color: aliceblue;
    padding: 30px ;
}
.box3 h4{
    font-size: 1.3em;
    margin-top: 80px;
}
.box3 p{
    font-size: 3em;
    font-weight: 900;
}
.box3 img{
    position: absolute;
    top: 20px;
    width: 309px;
    right: 20px;
}
.box3:hover{
    background-color:#2F9C39;
    color: white;
    transition: 0.5s ease;
}
.box3:hover img{
    filter: brightness(0) invert(1);
}
.box4{
    background-color: aliceblue;
    padding: 30px 20px;
}
.box4 h4{
    font-size: 1.3em;
    margin-top: 20px;
}
.box4 p{
    font-size: 3em;
    font-weight: 900;
}
.box4 img{
    position: absolute;
    top: 340px;
    left: 162px;
}
.box4:hover{
    background-color:#2F9C39;
    color: white;
    transition: 0.5s ease;
}
.box4:hover img{
    filter: brightness(0) invert(1);
}
.box5{
    background-color:rgba(245, 230, 230, 0.849);
    padding: 40px;
}
.box5 h4{
    font-size: 1.3em;
    font-weight: 100;
    margin-bottom: 100px;
}
.box5 .number{
    font-size: 5em;
    font-weight: 900;
    color: #D0865F;
}
.box5 .unit{
    font-size: 1em;
    font-weight: 800;
}
.box5 img{
    position: absolute;
    left: 538px;
    width: 306px;
    top: 400px;
}
.box5:hover{
    background-color:#D0865F;
    color: white;
    transition: 0.5s ease;
}
.box5:hover .number{
    color: white;
}
.box5:hover img{
    filter: brightness(0) invert(1);
}
.box6{
    background-color: aliceblue;
    padding: 40px;
}
.box6 h4{
    font-size: 1.3em;
    margin-top: 120px;
}
.box6 p{
    font-size: 3em;
    font-weight: 900;
}
.box6 img{
    position: absolute;
    top: 339px;
    right: 20px;
    width: 200px;
}
.box6:hover{
    background-color: #336EEB;
    color: white;
    transition: 0.5s ease;
}
.box6:hover img{
    filter: brightness(0) invert(1);
}

/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px) {
    .container2{
    display: block;
    margin: 0px auto;
    padding: 20px;
    width: 95%;
}
.box{
    margin-bottom: 20px;
    overflow: hidden;
}
.box img{
    display: none;
}
.box1{
    background-color: #FBFBFD;

}
.box1 h1{
    font-size: 2.2em;
    margin-bottom: 20px;
}
.box1 p{
    font-size: 1.4em;
    margin-bottom: 20px;
}
.box2 h4{
    font-size: 1.3em;
    margin-bottom: 40px;
}
.box2 p{ 
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 10px;
}
.box3{
    background-color: aliceblue;
    padding: 20px ;
}
.box3 h4{
    font-size: 1.3em;
    margin-top: 30px;
}
.box3 p{
    font-size: 2em;
    font-weight: 800;
}
.box4{
    background-color: aliceblue;
    padding: 30px 20px;
}
.box4 h4{
    font-size: 1.3em;
    margin-top: 20px;
}
.box4 p{
    font-size: 2em;
    font-weight: 800;
}
.box5 h4{
    font-size: 1.3em;
    font-weight: 100;
    margin-bottom: 30px;
}
.box5 .number{
    font-size: 3em;
    font-weight: 700;
    color: #D0865F;
}
.box5 .unit{
    font-size: 1em;
    font-weight: 700;
}
.box6{
    background-color: aliceblue;
    padding: 40px;
}
.box6 h4{
    font-size: 1.3em;
    margin-top: 40px;
}
.box6 p{
    font-size: 2em;
    font-weight: 700;
}
}
@media screen and (min-width:800px) and (max-width:1300px) {
    .container2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px auto;
    padding: 20px;
    width: 95%;
}
.box img{
    display: none;
}
.box1 h1{
    font-size: 3em;
    margin-bottom: 20px;
}
.box1 p{
    font-size: 2em;
    margin-bottom: 20px;
}
.box2 h4{
    font-size: 2em;
    margin-bottom: 40px;
}
.box2 p{ 
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 10px;
}
.box3 h4{
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 20px;
}
.box3 p{
    font-size: 3em;
    font-weight: 800;
}
.box4 h4{
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box4 p{
    font-size: 2.2em;
    font-weight: 800;
}
.box5 h4{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 80px;
}
.box5 .number{
    font-size: 5em;
    font-weight: 700;
    color: #d17e52;
}
.box5 .unit{
    font-size: 2em;
    font-weight: 700;
}
.box6 h4{
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 90px;
}
.box6 p{
    font-size: 3em;
    font-weight: 700;
}

}


/*--caro-sect--*/
.caro-sect{
    background-color: #EBF1FD;
    margin-top: 60px;
}
.caro-heading{
    font-size: 2em;
    text-align: center;
    padding-top: 100px;
}
.phone-img{
    width: 230px;
}
.qr-code{
    width: 100px;
}
.lastfaq-sect{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
}
.text h3{
    margin-bottom: 20px;
    font-size: 2.5em;
}
.gpapp-img{
    display: inline-block;
    padding: 20px;
}
.qr-div{
    padding: 20px;
    display:flex ;
    gap: 2em;
    align-items: center;
}
.qr-div p{
    font-size: 1.1em;
    color: rgb(190, 183, 183);
}
.latestnews{
    display: flex;
    align-items: center;
    gap: 2em;
    margin-bottom: 50px;
    margin-top: 50px;
}
.news{
    font-size: 1.5em;
    color: #e2ebe7;
    margin-top: 20px;
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px) {
   .lastfaq-sect{
    display:block;
}
.phone-img{
    width: 300px;
    margin-bottom: 20px;
    padding-left: 100px ;
}
.text h3{
    margin-bottom: 20px;
    font-size: 2.3em;
    padding-left: 30px;
    font-weight: 700;
}
.qr-div{
    display: block;
}
.qr-code{
    margin-bottom: 30px;
}
.border{
    display: none;
}
}

/*--footer-*/

footer{
    background-color:#171D32 ;
}
.footer-div{
    padding-top: 50px;
    padding-bottom: 58px;
    width: 80%;
    margin: 0px auto;
}
.li-div{
    display: flex;
    gap: 2em;
    margin-bottom: 60px;
}
.li-div ul li a{
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    line-height: 30px
}
.li-div ul li a:hover{
    color: #8DEEC8;
}
.footer-div h4{
    color: white;
    font-size: 1.5em;
    padding-left: 30px;
}
.buttom-li ul{
    display: flex;
    gap: 2em;
    margin-bottom: 15px;
}
.buttom-li ul a{
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}
.buttom-li ul a:hover{
    color: #8DEEC8;
}
.footer-div p{
    color: white;
    font-size: 1.1em;
    padding-left: 30px;
}

.footer-img{
    padding-left: 400px;
    padding-top: 80px;
    line-height: 50px;
    width: 50px;
}
.sm-handles{
    display: flex;
    gap: 2.3em;
    padding-left: 40px;
}
.fbk{
    width: 10px;
    cursor: pointer;
}
.twitter{
    width: 20px;
    cursor: pointer;
}
.gp-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}

.apple-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}
@keyframes floatUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px){
    .footer-div{
        width: 80%;
        margin: 0px auto;
    }
    .li-div{
        display: block;
        margin-bottom:0px;
    }
    
    .buttom-li ul{
        display: block;
    }
    .sm-handles{
        padding: 20px;
    }
    .footer-img{
    padding-left: 30px;
    padding-top: 0px;
    line-height: 50px;
    width: 40px;
    }
}
@media screen and (min-width:800px) and (max-width:1300px){
    .li-div ul li a{
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .li-div ul li{
        list-style-type: none;
    }
    .buttom-li ul li{
        list-style-type: none;
    }
    .footer-div{
        width: 80%;
        margin: 0px auto;
    }
    .footer-img{
    padding-left:-0px;
    padding-top: 0px;
    line-height: 50px;
    width: 30px;
    }
    .sm-handles{
        padding-right: 20px;
    }
    .buttom-li ul{
    display: flex;
    gap: 2em;
    font-size: 1.2em;
}
.footer-div p{
    font-size: 1.2em;
}
}


    
    