*{
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.dropdown-content{
    width: 500px !important;
    background-color: aqua;
}
#mainProductBox{
    width: 100vw;
    /* height: 100vh; */
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: url(./top_background.png);
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: cover;
    
}
.padding-top{
    padding-top: 6vmax;
    
}
.displayIconBox{
    display: flex !important;
    /* background-color: aqua; */

}
.borderX{
    border-top:1px solid gray; border-bottom:1px solid gray; padding:0.6rem 0;
    /* background-color: aqua; */
}
.icon-r{
    font-size: 1.8vmax;
    color: green;
}
.icon-w{
    font-size: 1.8vmax;
    color: gray;
}
.sendBtn > button{

    width: 9vmax;
    padding: 0.6vmax;
    background-color: green;
    color: white;
    border-radius: 2rem;
    font: 600 1.1vmax "roboto";
    transition: all 0.5s;


}
 .sendBtn > button:hover{
    background-color: rgb(0, 169, 0);
 }
 .productContent > h1{
    font-family: Poppins;
 }
 .productContent{
    line-height: 27px !important;
 }
 .productContent > h5{
    color: gray;
    font-family: Hind;
    font-size: 1.1vmax;

 }

 /* Model css style */
 .modal{
     width: 100%;
    /*height: 100vh;
    display: flex ;
    justify-content: center ;
    align-items: center ; */
    margin: 0 22vmax;

 }
 #product{
    width: 100%;
 }

.modal-content{
    /* background-color: aquamarine; */
    width: 55vw !important;
    
    background: url(./bottom_background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}



 /* Model css style end */


 @media screen and (max-width:756px){
    /* body{

        background-color: aqua !important;
    } */

    .productContent > h1{
        /* color: gray; */
        font-size: 3.8vmax;
     }
     .productContent > h5{
        /* color: gray; */
        font-size: 2.1vmax;
     }
     .productContent > h4{
        /* color: gray; */
        font-size: 2.4vmax;
     }
     .icon-r{
        font-size: 2.8vmax;
        color: green;
    }
    .icon-w{
        font-size: 2.8vmax;
        color: gray;
    }
    .sendBtn > button{

        width: 16vmax;
        padding: 1.2vmax 0 ;
        background-color: green;
        color: white;
        border-radius: 2rem;
        font: 600 2.1vmax "roboto";
        transition: all 0.5s;
    
    
    }
    
 /* Model css style */
 .modal{
    width: 100%;
   /*height: 100vh;
   display: flex ;
   justify-content: center ;
   align-items: center ; */
   margin: 0 1vmax;

}

.modal-content{
   /* background-color: aquamarine; */
   width: 100vw !important;
}



/* Model css style end */
 }