*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    font-family: 'poppins', 'sans-serif';
}
.navbar{
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 0px;
}
.fixed{
    position: fixed;
    background: rgb(255, 238, 0);
    width: 100%;
    top: 0;
    transition: top 0.3s;
    left: 0px;
    z-index: 9;
}

nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right:4px ;
}
nav ul li a{
    text-decoration: none;
    color: rgb(114, 34, 14);
    font-weight: 900;
    font-size: 17px;
    cursor: pointer;
    padding: 0 5px 0 5px;

}
nav ul li a:hover{
    color: rgb(138, 123, 123);
    border-bottom: 3px solid rgb(255, 255, 255);;
}
p{
    color: #555;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-around;
}

.col-2{
    min-width: 300px;
    text-align: center;
}
.col-2 img{
    max-width: 100%;
    padding: 50px 0;
    border-radius: 70px;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.btn{
    display: inline;
    background: #ff523b;
    color: #fff;  
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
    cursor: pointer;
}
.btn:hover{
    background: #563434;
   
}
.error {
	width: 50%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: center;
}
.message {
    width: 50%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: center;
}
 a{
    text-decoration: none;
}
.header{
    background:   rgb(255, 255, 255);
    z-index: 9;
}
.header .row{ 
    margin-top:45px;
    padding: 0 0 0 20px;
}
.categories{
   margin: 70px 20px;
   align-items: center;
}
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    max-width: 250px;
    min-height: 300px;
    max-height: 300px;
    background: black;
    margin-bottom: 30px;
    border-radius: 5px;
}
.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    background: rgb(196, 196, 196);
}
.col-4{
    flex-basis: 30%;
    padding: 10px;
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 50px;
    background-color: #b8e4ce;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.5s;
}
.col-4 img{
    width: 180px;
    height: 170px;
    border-radius: 10px;
}

table{
    width: 100%;
    margin: 30px auto;
    border-collapse: collapse;
    text-align: left;
}
td a{
    text-decoration: none;
    color: #cbcbcb;
}
tr {
    border-bottom: 1px solid #cbcbcb;

}
th, td{
    height: 30px;
    padding: 2px;
    border-left: 1px solid #cbcbcb;
}
tr:hover {
    background: #272424;
    color: white;
    cursor: pointer;
}

.thee{
    background: #272424;
    color: white;
}
.title{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}


.titleser{
    text-align: left;
    margin: 0 auto 15px;
    position: relative;
    font-size: 20px;
    line-height: 60px;
    color: #555;
}
.titleser::after{
    content: '';
    background: #ffffff;
    width: 80px;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 54px;
    transform:translateX(-50%);
}
h4{
    color: #555;
    font-weight: normal;
}
span{
    font-size: 11px;
}
.col-4 p{
    font-size: 20px;
}
.rating{
    color: #ff523b;
    font-size: 30px;
}
.col-4:hover{
    transform: translateY(-5px);
    background-color: #468164;
    border-radius: 15px;
    color: #fefefe;
}
.offer{
    background: radial-gradient(#fff, rgb(86, 204, 169));  
    margin-top: 80px; 
    padding: 30px 0;
}
.col-2 .offer-img{
    padding: 50px;
}
.small{
    color: #555;
}
.qoute{
    font-size: 40px;
    color: #ff523b;
}
.testimonial{
    padding-top: 100px;
}
.testimonial .col-3{
    min-width: 250px;
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial .col-3 img{
    width: 200px;
    height: 170px;
    margin-top: 20px;
    border-radius: 5px;
    border: 2px solid rgb(32, 139, 10) ;
}
.testimonial .col-3:hover{
    transform: translateY(-10px);
}
.col-3 p{
    font-size: 15px;
    margin: 12px 0;
    color: #777;
}
.col-3 p1{
    font-size: 15px;
    margin: 12px 0;
    color: rgb(136, 32, 32);
}
.col-3 p2{
    font-size: 18px;
    margin: 12px 0;
    color: rgb(255, 255, 255);
}

.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.brands{
    margin: 100px auto;
}
.col-5{
    width: 160px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}
.col-5 img:hover{
    filter: grayscale(0);
}

.footer{
    background: rgb(255, 238, 0);
    color: #0e0e0e;
    font-size: 14px;
    padding: 60px 0 20px;
}
.footer-col-4 ul li a{
    color: #0e0e0e;
    font-size: 14px;
    text-decoration: none;
    bottom: 20px;
}
.footer p{
    color: #680404;
    font-weight: bold;
}
.footer h3{
    color: rgb(3, 3, 3);
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-col-1{
    flex-basis: 30%;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-2 img{
    width: 180px;
    margin-bottom: 20px;
}
.footer-col-3, .footer-col-4{
    flex-basis: 12%;
    text-align: center;
}
 .footer-col-3 ul li{
    cursor: pointer;
}
ul{
    list-style-type: none;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.copyright{
    text-align: center;
}
 
.services-col-4{
    padding: 20px;
    cursor: pointer;
    color: rgb(109, 35, 35);
    flex-basis: 12%;
    text-align: left;
    
}

.services-col-4 p1{
font-size: 20px;
    
}
.services-col-4 p1 a{
text-decoration:none;
}



#name
{
	width: 250px;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid white;
	outline: 0;
	font-family: sans-serif;
	font-size: 15px;
	background: floralwhite;
	color: rgb(13, 76, 105);
}
.topper{
    margin-top: -27px;
    float: right;
    margin-right: 20px;
}
.topper a{
    text-decoration: none;
    color: rgb(12, 58, 158);
    font-size: 15px;
}
.req{
    text-align: center;
}

#submit{
	margin-left: 0px;
padding: 2px 10px 2px 10px;
font-size: 1em;
color: rgb(233, 230, 230);
background: rgb(58, 41, 41);
border-radius: 15px;
border: 1px solid rgb(180, 176, 176);
font-family: Gabriola;
	
}

#submit:hover{
    box-shadow: 0 2px 16px 12px rgba(0,0,0,0.24), 0 17px 80px 12px rgba(0,0,0,0.19);
    cursor:pointer;
    opacity:0.8;
    transform:scale(1.05,1.05);
}

.myBt{
	display: none; 
}
.pos img{
    width: 450px;
}
.pos{
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
    color: #680404;
}

@media only screen and (max-width: 650px){
    .pos img{
        width: 280px;
    }
    .pos{
        font-size: 30px;
        text-align: center;
        color: #920505;
    }
	.myBt{
		display: none;
		
	}

	.aaa{
		text-align: center;
		color: #2b8580;
		font-weight: bold;
		border-bottom: 3px solid rgb(44, 67, 78);
	}

	.col-3 p2{
        font-size: 15px;
        margin: 12px 0;
        color: rgb(136, 32, 32);
    }


    .dropdown_list {
       margin-top: 20px;
        display: none; /* to hide the dropdown*/ 
    }
    
    .dropdown_list a{
        color: #fefefe;
        display: block;
    }
    /* for hover effect*/
    .wel:hover .dropdown_list{
        display: none;
        text-decoration: none;

    
    }
    
    .wel:hover .weel{
        background: #555;
        padding: 1px 0 10px 0;
    }
    
    .wel{
        position: fixed;
        z-index: 10;
        top: 30px;
        text-align: right;
        width: 100%;
        cursor: pointer;
        display: block;
    }

    .navbar{
        padding: 0px 5px 0px 0px;
    }
    .services-col-4 p1{
        font-size: 13px;
            
        }

        .topper{
            margin-top: -17px;
            float: right;
            margin-right: 20px;
        }
        .topper a{
            text-decoration: none;
            color: rgb(54, 54, 54);
            font-size: 12px;
        }

	.col-2{
        flex-basis: 50%;
        min-width: 300px;
    }
    .col-2 img{
        max-width: 100%;
        padding: 50px 0;
        border-radius: 60px;
    }
    .col-2 h1{
        font-size: 30px;
        line-height: 40px;
        margin: 25px 0;
    }
    .col-2 h2{
        font-size: 19px;
       
    }
    .col-2 p{
        font-size: 13px;
    }
    
 a{
     text-decoration: none;
 }
    .btn{
        display: inline;
        background: #ff523b;
        color: #fff;  
        padding: 4px 15px;
        text-decoration: none;
        margin: 30px 0;
        border-radius: 30px;
        transition: background 0.5s;
        cursor: pointer;
    }

    .col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}


nav ul li a{
    text-decoration: none;
    color: rgb(119, 30, 30);
    font-weight: 900;
    font-size: 17px;
    cursor: pointer;
    padding: 0 5px 0 5px;
    display: block;

}

.menu{
    cursor: pointer;
    display: block;
    float: right;
}



}


/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 10px;
	border: 1px solid #888;
  
	border-radius:10px;
	width: 360px; /* Full width */
	height:auto; /* Full height */ /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }










