* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}
.btn-secondary:focus {
    border: none !important;
    box-shadow: none !important;
}
body {
    background-color: #d2f3bc;
    
    margin: 0px;
    padding: 0px;
}
.top_part {
    width: 100%;
    background-color: #f03434;
}
.links {
    width: 95%;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display:flex;
    justify-content: space-between;
}
.links_name {
    width: max-content;
    margin-right:20px;
}
.links_email {
    width: max-content;
    margin-right: 20px;
}
.links_left>a {
    text-align: left;
    font-size: 10px;
    color: #ffffff;
}
.links_right {
    display: none;

}
.links_left {
    display: flex;
    margin-top: 6px;
}
.links_right>a {
    text-align: left;
    font-size: 12px;
    color: blanchedalmond;

}
.links_signup {
    display:none;
    width: max-content;
    margin-left: 10px;
}
.links_signup_1 {
    display:block;
    width: max-content;
}

#navlist {
    left:0px;
    z-index: 100;
}
.logo {
    background-color: #d2f3bc;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo_img>img {
    width: 90px;
}
.logo_new a img {
    width: 60px;
}
.shopping_cart {
    display: none;
}
.search_bar {
    display: none;
}
.search_bar input[type=text] {
        width: 700px !important;
}
.result {
    position: absolute;
    z-index: 100;
}
.result p {
    padding: 5px 6px;
    background-color: #f5f5f5;
    display: block;
    margin: 0 auto;
}

.information {
    display: none;
    margin: 0px auto;
}
.side-image {
    display: none;
}
.information_1 {
    display: block;
    margin: 0px auto;
}
.side-image_1 {
    display: block;
    width: 250px;
    margin: 0 auto;
}
/* DROPDOWN OR HAMBURGER BUTTON STYLE IS HERE ALL START FROM HERE PLEASE MAKE CHANGES FROM HERE ONLY DON'T
GO ANYWHERE ELSE FOR MAKING CHANGES*/

#content .same-width {
    width:200px;
    margin:0 auto;
}


.navbar {
    position: unset !important; 
    width: 100%;
    height: 60px; 
    background-color: #057234;
    margin-bottom: 30px;
}
.dropdown {
    margin: -8px auto;
    padding: 0px;
}
.dropdown.show {
    margin: -8px auto;
    padding: 0px;
}
.laptop.show {
    display: none !important;
}
.mobile.show {
    display: block !important;
}

.cat_mob {
display:block !important;
}
#navlist, #categories {
    /* opacity: 0; */
   
    color: black;
    padding: 0px;
    margin: 0px;
    transform: translateY(6px);
    z-index: 100;
}

#navlist li, #categories li {
    width:250px;
    background: lightblue;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 17px;
    font-weight: 400;
    padding: 12px 12px;
    text-align: left;
    font-family: "Bookman Old Style";
    
}
#navlist li:hover, #categories li:hover {
    background-color: #f03434;
    color:#fff !important;
}
#navlist>li>a, #categories>li>a {
    color:black;
    padding: 4px 6px;
}


.shopping_bag_button {
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.btn-secondary {
   background-color: transparent !important;
   border: none !important;
}

.btn>img {
    width: 30px;
}
.categories {
    display: none;
}
.menu_bar {
    display: none;
}

/* Sub menu section starts here */

.subnav {
    /* float: left; */
    overflow: hidden;
  }
  
  .subnav .subnavbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  
  .subnav-content {
    display: none;
    position: absolute;
    left: 252px;
   
    z-index: 1;
    transform: translateY(-38px);
    /* padding-bottom: 2.5px;
    padding-top: 2.5px; */

   
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); 
  }
  
  .subnav-content a {
    /* float: left; */
    color: #2d0af1;
    text-decoration: none;
    background-color: #ecc4ff;
    display: flex;
    width: 250px;
    font-size: 15px;
    font-weight: 600;
    padding: 13.7px 12px;
    font-family: "Comic sans MS";
    border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  
  .subnav-content a:hover {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 139) !important;
    font-weight: 600 !important;
    
  }
  
  .subnav:hover .subnav-content {
    display: block;
  }


  /* submenu sections end here */

.mainvisual {
    text-align: center;
    margin: 0px 0px;
}
.right_banner {
    margin: 20px 0;
}

/* FROM HERE WE WILL WRITE CODE FOR OUR NEW PRODUCTS SECTION */

.products {
    width: 90%;
    margin: 0px auto;
}
.products_heading>span {
    width: 50px;
    height: 3.5px;
    background: #41bd77;
    color: #41bd77;
    display: inline-block;
    margin: 0px 0px;

}
.products_heading>h2 {
    font-weight: 700;
    font-size:35px;
    font-family:'Book Antiqua';
    color: black;
    margin-bottom: 27px;
    text-align: left;
}
.products_heading>h2:after {
    content: '';
    position: absolute;
    left: 9%;
    top: 48px;
    transform: translateX(-50%);
    height: 3.5px;
    width: 30px;
    border-radius: 2px;
    background-color: #41bd77;
}

#content {
    text-align: center;
    position: static;
}

.single {
    width: 250px;
}
.product .img {
    width: 190px !important;
    height: 190px !important;
    overflow: hidden; 
    margin: 0 auto; 
}
.img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.img:hover img {
    transform: scale(1.3);
}

#content .product {
    width: 250px;
    background: #fff;
    border: none;
    box-sizing: content-box;
    margin-bottom: 0px;
}
#content .product p.price {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    margin: 2px 0px;
}

#content .product .text .buttons {
    clear: both;
    text-align: center;
}
#content .product .text h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin:0px;
    margin-top: 10px;
    white-space: nowrap; 
    width: 180px; 
    overflow: hidden;
    text-overflow: ellipsis; 
  
}
#content .product .text .cart {
    background-color: #e7d785;
    color: black !important;
    transition: 0.5s all ease-in-out;
}
#content .product .text .cart:hover {
    background-color: #c49c38;
}
#content .product .text h3 a {
    color: rgb(85, 85, 85);
    margin-top: 0px;
    
}
#content .product .text {
    padding: 0px;
    margin: 0px;
}
#content .product .text .buttons .btn {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (max-width: 768px){
    .single {
        width: 40%;
        margin: 0px auto;
    }

}





/* from here we will design poster */

.poster {
    text-align: center;
    margin: 40px 0px;
}

.poster a img {
    width: 250px;
    padding: 20px 20px;
}


/* FROM HERE WE WILL WRITE SOME DESIGN FOR INFORMATION */


.information {
    width: 250px;
    background-color: rgba(192, 192, 192, 0.3);

}

.information_box {
    
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
    /* margin-bottom: -10px; */
    padding-top: 20px;
    padding-bottom: 20px;
}
.information_box>p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.information_box>p>span {
    font-size: 13px !important;
    opacity: 0.4;
}
.policy {
    background-color: rgba(65, 189, 119, 0.7);
    border-radius: 50%;
    padding: 15px;
   
}
.write {
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
}
.policy>img {
    width: 40px;
}


/* FROM HERE EMAIL SECTION IS THERE */

.email {
    display: none;
    width: 100%;
    margin: 0px auto;
    padding:0px;
    background-color: lightgray;
}
.email_1 {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding:0px;
    background-color: lightgray;
}
.email_box {
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
    padding-top: 9px;
    padding-bottom: 8px;
    
}
.subs {
    background-color: #f03434;
    padding: 0 5px;
    color: #fff;
    height: 26.5px;
}
.subs:hover {
    background-color: rgb(175, 9, 9);
}
.email_head {
    color: #f03434;

}
#subscription {
    height:26.5px;
    padding:0 5px;
    margin: 0 7px;
}

/* DSESIGN FOR FOOTER PART   */


footer {
    width: 100%;
    margin: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left !important;
    background-color: 	rgb(27, 49, 89);
    color: rgb(196, 208, 221);
}
.footer {
    width: 90%;
    margin: 0px auto;
    text-align: left !important;
}
.footer h2 {
    color: #fff;
    
}
.footer .about p a {
    text-decoration:none;
    background-color:red;
    padding:3px 4px;
    color:#fff;
    border:2px solid #fff;
    border-radius:6px;
}
.footer .about p a:hover {
    background-color: #41bd77;
}
.foot {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left !important;
}
.category>ul>li>a {
    font-size: 17px;
    color: rgb(196, 208, 221);
    text-align: left !important;
    padding: 2px 5px;    
}

.inform>ul>li>a {
    font-size: 17px;
    text-decoration: none;
    color: rgb(196, 208, 221);
    text-align: left !important;
    padding: 2px 5px;
}
.inform>ul>li>a:hover, .category>ul>li>a:hover {
    color: #fff;
    background-color: #41bd77;
}

.contact>p {
    text-align:left;
}
.copyright {
    width: 90%;
    margin: 0px auto;
    display: flex;
    
}
.copyright .social_media a {
    margin: 0 10px 18px 18px;
    text-decoration: none;
}

/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */
/* FROM HERE WE WILL WRITE CODE FOR LAPTOP VIEW */





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



    .links_signup {
        display:block;
        width: max-content;
        margin-left: 10px;
    }
    

    header {
        width: 100%;
        margin: 0px auto;
    }
    .logo_new {
        width: 100%;
        margin: 0px auto;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo_new a img {
        width: 90px;
    }
    .logo {
        text-align: start;        
        margin: 0px auto;
        padding: 10px 5%;
        display: flex;
        justify-content: space-between;
    }
    .logo_img>img {
        width: 70px;
    }
    .logo_top a img {
        margin: 0px 10px;
    }
    .search_bar {
        display: block;
        margin-top: 6px;
    }
    .shopping_cart {
        display: block;
        margin-top: 4px;
    }

    .cart {
        color: #41bd77 !important;
        font-size: 20px;
        font-weight: 600;
        
    }
    .shopping_cart:hover {
        opacity: 0.6;
        
    }

    .links_left>a {
        text-align: left;
        font-size: 14px;
        color: #ffffff;
    }
    .links_right {
        display: block;
        margin-left: 40px;
        width: max-content;
        margin-left: 20px;
        margin-top: 6px;
            display: flex;
    }
    .links_right>a {
        text-align: right;
        font-size: 14px;
        color: blanchedalmond;
    
    }

  
    .products_heading>h2:after {
        left: 6%;
    }
    

    /* FROM HERE WE WILL WRITE CODE FOR NAVIGATION  BAR */

    .dropdown-menu {
        top:48px !important;
    }

    #navlist {
        display: none;
    }
    .mobile {
        top: 0px;
    }
    .mobile.show{
        display: none !important;
    }
    .laptop.show {
        display: block !important;
    }
    #shop {
       padding-bottom: 0px;
       margin-bottom: 30px;
    }
    .navbar {
        margin: 0px;
        padding: 0px;
        height: 60px;
        margin-bottom: 20px;
    }
    .cat_mob {

	display:none !important;
   }
    .shopping_bag {
        display: none;
      
    }
    .categories {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        margin-left: 20px;
    }


    .menu_bar {
        display: flex;
        justify-content: space-between;
        margin: 0px auto;
        
    }
    .home>a {
        color: #fff;
        font-size: 19px;
        font-weight: 500;;
        padding: 5px 10px;
        text-decoration: none;
        font-family: Arial;
    }
    .number>a {
        color: #fff !important;
        padding: 5px 10px;
        font-size: 19px;
        font-weight: 500;
    }
    .home>a:hover, .number>a:hover {
        color: #fff !important;
        font-size: 19px;
        background-color: #f03434;
    }
    .home {
        margin-right: 50px;
    }


    /* FROM HERE WE WILL WRITE CODE FOR MAINVISUAL POSTERS */
    #content .same-width {
        width: 190px;
        background: #fff;
        border: none;
        box-sizing: content-box;
        margin-bottom: 30px;
        
    }

    .mainvisual {
     
        margin: 0px auto;
        padding: 0px auto;
        display: flex;
    }

    .right_banner {
        margin-bottom: 0px;
    }
    /* FROM HERE WE WILL CODE FOR NEW ARRIVALS */

    .products_details {
        /* float: left; */
        display: flex;
        justify-content: space-between;
    }
    .products_heading>h2 {
        font-weight: 700;
        font-size:35px;
        font-family:'Book Antiqua';
        color: black;
        margin-bottom: 27px;
        text-align: left;
    }
    .products_heading>h2:after {
        content: '';
        position: absolute;
        left: 6%;
        top: 48px;
        transform: translateX(-50%);
        height: 4px;
        width: 60px;
        border-radius: 2px;
        background-color: #41bd77;
    }

    .products_details {
        text-align: center;
        margin-top: 0px;
    }
    .product_box1 {
        margin: 0px 0px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }
    .box1_img {
        width: 100%;
        margin: 0px auto;
        padding-top: 40px;
        padding-bottom: 30px;
    
    }
    .box1_img img {
        width: 20%;
    }
    .box1_heading {
        width: 95%;
        margin: 0px auto;
        font-size: 18px;
        margin-top: 10px;
        font-weight: normal;
    }
    .box1_description {
        width: 95%;
        margin: 0px auto;
        font-size: 15px;
        font-weight: lighter;
        margin-top: 10px;
    }
    .btn {
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .poster {
        margin-left: 5%;
        display: inline-flex;
    }
    .information {
        display: block;
        margin: 0px auto;
    }
    .side-image {
        display: block;
    }
    .information_1 {
        display: none;
        margin: 0px auto;
    }
    .side-image_1 {
        display: none;
    }



    /* FROM HERE WE WILL CODE FOR FOOTER PART */
    .email {
        display: block;
        width: 100%;
        margin: 0px auto;
        padding:0px;
        background-color: lightgray;
    }
    .email_1 {
        display: none;
    }
    .email_box {
        width: 90%;
        margin: 0px auto;
        margin-top: 50px;
        padding-top: 11px;
        padding-bottom: 10px;
        
    }
    .subs {
        background-color: #f03434;
        padding: 2px 5px;
        color: #fff;
        height: 38px;
    }
    .subs:hover {
        background-color: rgb(175, 9, 9);
    }
    .email_head {
        color: #f03434;
    
    }
    .videos {
        width: 100%;
        margin: 0px auto;
        display: flex !important;
        justify-content: space-between;
    }
    video {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
    }

    .about>p {
        max-width: 300px;
    }

    .inform>ul>li {
        list-style-type:disc !important;
    }
    .category>ul>li {
        list-style-type:disc !important;
    
    }
    #subscription {
        height:38px;
        padding:0 5px;
        margin: 0 7px;
    }

}


/* details page styling starts here */

.carousel .carousel-inner .carousel-item img {
     width: 350px;
     height: 500px;
}

#content #productmain {
    margin-bottom: 30px;
}
#content #productmain .price {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}
.price span {
    text-decoration: line-through !important;

}
#content #mainimage {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}
#content .thumb a {
    display: block;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}
.thumb img {
    margin-top: 20px;
    width: 250px !important;
}
#myimagebtn>img {
    margin-top: 20px;
    width: 250px !important;
}

.myimage, .myimage1, .myimage2 {
    display: none;
    /* opacity: 0; */
}
.myimage.active, .myimage1.active, .myimage2.active {
    display: block;
    /* opacity: 1; */
}
.image-zoom {
    display:none;
}

.img-zoom-container {
  position: absolute;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .image-zoom {
        display: block;
    }
    #details {
        width: 100%;
        margin-top: 20px;
        margin-left: 40px;
        position: initial;
    }
    .thumb img {
        margin-top: 20px;
        width: 100px !important;
    }
    #myimagebtn>img {
        margin-top: 20px;
        width: 100px !important;
    }
    .address {
        width: 100%;
        margin: 0px auto;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .address p {
        margin-left: 20px;
        margin-top: 40px ;
        margin-bottom: 40px ;
        
    }
    .address_p {
        max-width: 220px;
        padding: 0px;
        margin-left: 7px !important;
    }
}
/* .img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;

  width: 40px;
  height: 40px;
}
.pro_zoom {
    display: none;
}
.img-zoom-result {
    position: absolute;
  width: 300px;
  height: 300px;
}
.img-zoom-container:hover .pro_zoom{
    display: block !important;
} */
.pricing_box .text-center .cart {
    background-color: #e7d785;
    color: black !important;
    transition: 0.5s all ease-in-out;
}
.pricing_box .buttons .cart:hover {
    background-color: #c49c38;
}
#details {
    width: 100%;
    margin:0px auto;
    margin-top: 20px;
    /* margin-left: 40px; */
    position: initial;
}
.detail,.desc {
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.detail.active {
    margin: 5px;
    padding: 10px;
    background-color: #41bd77;
}
.desc.active {
    margin: 5px;
    padding: 10px;
    background-color: #41bd77;
}
.detail_para {
   opacity: 0;
   position: absolute;
}
.detail_para.active {
    opacity: 1;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.desc_para {
    opacity: 0;
}
.desc_para.active {
    opacity: 1;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.detail_description {
    /* padding-bottom: 50px; */
    text-align: left;
}
.box_price {
    width: 100%;
    background-color: #e9ecef;
}

.pricing_box {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #fff !important;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2) !important;
}
.expert_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #fff !important;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2) !important;
    text-align: left;
}

/* cart style */

#content #cart .table tbody tr td img {
    width: 50px;
}
.same-width a img {
    width: 190px;
    height: 190px !important;
}
#content .same-width {
    width: 200px;
    background: #fff;
    border: none;
    box-sizing: content-box;
    margin-bottom: 30px;
    margin:0 auto;
}
.same-height a img {
    width: 180px;
}
#content .same-height {
    width: 180px;
    background: #fff;
    border: 1px solid #6e6e6e;
    box-sizing: content-box;
    margin-bottom: 30px;
}
.box {
    border: 1px solid #41bd77;
    margin-top: 30px;
    margin-bottom: 40px;
}
#content #cart .table tbody tr td input {
    width: 40px;
    text-align: right;
}
#content #cart .table tbody tr td {
    vertical-align: middle;

}
#content #cart .table tfoot {
    font-size: 18px;
}
.box .box-footer {
    background: #f7f7f7;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    border-top: 1px solid #eeeeee;
}
.box .box-footer:before, .box .box-footer:after {
    content: "";
    display: table; 
}
.box .box-footer:after {
    clear: both;
}
.box .box-header {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}
#content #order-summary table {
    margin-top: 20px;
}
#content #order-summary table td {
    color: #999999;
}
#content #order-summary table tr.total td, #content #order-summary table tr.total th {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}



/* Contact Us style section starts here */
/* Contact Us style section starts here */

#content #box-form .form .form-group label {
    display: flex !important;
}
.address {
    width: 100%;
    margin: 0px auto;
    text-align: left;

}
.address p {
    margin-left: 10px;
}
.address_p {
    max-width: 220px;
    padding: 0px;
    margin-left: 10px !important;
}

.group {
    display: block;
}



/* pagination starts here */


.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
background-color: dodgerblue;
color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


.banner {
    margin-top: 20px;
}

input[type=text] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
textarea {
    width: 100% !important;
    margin: 0px auto !important;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    box-sizing: border-box !important;
    font-size: 18px !important;
    resize: vertical !important;
}
input[type=phone] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
input[type=email] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
input[type=password] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
input[type=file] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
input[type=number] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
input[type=checkbox] {
    width: 100%;
    margin: 0px auto;
    /* margin-left: 25px; */
    border: none !important;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 18px;
    resize: vertical;
}
label {
    display: flex !important;
}
.registration {
    margin: 40px 0px;
    /* text-align: center; */
}

/* medals page  */

#content {
    text-align: center;
    position: static;
}
.box_1 {

    width: 250px;
    margin: 0px auto;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    background-color: #fff !important;
    /* border: 1px solid #6e6e6e; */
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);

}
.whatsapp_1 {
    display: block;
	width:46px;
height:46px;
border-radius: 50%;
	bottom:20px;
right:10px;
position:fixed;
z-index: 100;
padding-left:8.5px;
padding-top:7px;
background-color: rgb(77, 194, 71);

}
.whatsapp {
    display: none;
}

@media only screen and (min-width: 768px)  {
    .box_1 {

        width: 250px;
        margin-left: 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        text-decoration: none;
        background-color: #fff !important;
        /* border: 1px solid #6e6e6e; */
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);

    }
    .whatsapp_1 {
        display: none;
    }
    .whatsapp {
        display: block;
        width:70px;
    height:70px;
    border-radius: 50%;
        bottom:10px;
    right:10px;
    position:fixed;
    z-index: 100;
    padding-left:14px;
    padding-top:11px;
    background-color: rgb(77, 194, 71);
    
    }
    .group {
        display: flex;
        justify-content: space-between;
    }
}
.services {
    display: block;
    text-decoration: none;
    text-align: center;
    transition: all ease .3s;
}
.services p img {
    width: 250px;
}
.box_1:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.text h3 {
    font-size: 15px;
    font-weight: 600;
    color: rgba(13, 139, 87, 0.8);
}
.text p {
    font-size: 15px;
    font-weight: 600;
    color: rgba(13, 139, 87, 0.8);
}


/* BLOG page styles */


.blog {
    margin-top: 40px;
    border: 1px solid rgba(245, 245, 245, 0.5) !important;
    box-shadow: 0 0 10px 0 rgba(109, 109, 109, 0.5) !important;
}
.blog_mob {
    display: block;
}
.blog_lap {
    display: none;
}
@media only screen and (min-width: 768px)  {
    .blog_mob {
        display: none;
    }
    .blog_lap {
        display: block;
    }
}
/* Testimonials page Esxtension  */


.testimonials {
    width: 100%;
    height: 400px;
    margin: 0px auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #41bd77;
    color: white;
}
.testimonials_name {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    
}
.testimonials_name .img {
    background: transparent;
}
.testimonials_name .img img {
    border-radius: 50% !important;
    width: 70px !important;
    height: 70px !important;
}


/* Video Section After Email Address at bottom  */

.videos {
    width: 100%;
    margin: 0px auto;
    display: block;
    padding-top: 20px;
}
video {
    width: 100%;
    /* margin-top: 10px; */
    margin-bottom: 18px;
    /* padding-top: 20px;
    padding-bottom: 15px; */
}



/* RATINGS SYSTEM CSS */


.pricing_box .fa {
    font-size: 25px;
  }
  
.pricing_box .checked {
    color: orange !important;
  }
  
  


