/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900");
body {
  line-height: 1.5;
  font-family: "Muli", sans-serif;
}

p, li, input, select, button {
  font-family: "Muli", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #333;
}

p {
  color: #666;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

p {
  color: #888;
}

label {
  font-size: 14px;
  letter-spacing: 0;
  color: #848484;
}

.nav-pills .nav-link {
  font-size: 16px;
}

@media (max-width: 480px) {
  .nav-pills .nav-link {
    font-size: 12px;
  }
}

.nav-pills.with-background .nav-item {
  margin-right: 10px;
}

.nav-pills.with-background .nav-item:last-child {
  margin-right: 0;
}

.nav-pills.with-background .nav-link {
  background: white;
  padding: 10px 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.nav-pills.with-background .nav-link:hover {
  color: #5672f9;
}

.nav-pills.with-background .nav-link.active {
  background: #5672f9;
  position: relative;
  transition: 0s;
}

.nav-pills.with-background .nav-link.active:hover {
  color: #fff;
}

.nav-pills.with-background .nav-link.active:after {
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5672f9;
  clear: both;
  transition: all .2s ease-in 0s;
}

.nav-pills.transparent .nav-link {
  background: transparent;
  margin-bottom: 20px;
  color: #848484;
  font-size: 24px;
}



@media (max-width: 768px) {
  .nav-pills.transparent .nav-link {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .nav-pills.transparent .nav-link {
    font-size: 12px;
  }
}

.nav-pills.transparent .nav-link.active {
  background: transparent;
  color: #666;
}

ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  border-radius: 3px !important;
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666;
}

ul.pagination .active a {
  background-color: #5672f9 !important;
  color: #fff !important;
  border-color: transparent !important;
}

ul.social-circle-icons li {
  margin-right: 7px;
}

ul.social-circle-icons li:last-child {
  margin-right: 0;
}

ul.social-circle-icons li a {
  display: block;
  font-size: 15px;
  line-height: 38px;
  color: #5672f9;
  height: 38px;
  width: 38px;
  border: 2px solid #5672f9;
  background: #fff;
  border-radius: 100%;
}

ul.social-circle-icons li a:hover {
  text-decoration: none;
  color: #fff;
  background: #5672f9;
}

#nav{
  width:100%;
  height:90px;
  background-color: white;

}

/**
 *
 * Base Elements
 *
 */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



a {
  transition: all .3s ease-in 0s;
  color: #000;
}


a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #5672f9;
}

:


.page-search {
  background: #5672f9;
  padding: 30px 0;
}



.page-search .advance-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.page-search .advance-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.page-search .advance-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.page-search .advance-search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.bg-light {
  background: #fff;
}

.bg-gray {
  background: #F5F5F5;
}

.bg-1 {
  background-color:lightgrey;
  width:100%;
  height:400px;
}

#sec{
  position:relative;
  z-index: 99999;
}

.hero-area {
  padding: 100px 0 0;
}

.hero-area .content-block {
  padding-bottom: 20px;
}

.hero-area .advance-search {
  background: #fff;
  padding: 30px 30px;
  border-radius: 3px;
  margin-bottom: -50px;
  box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
}

@media (max-width: 480px) {
  .hero-area .advance-search {
    margin-bottom: -80px;
  }
}

@media (max-width: 480px) {
  .hero-area .advance-search .block {
    display: block !important;
  }
}

/*category*/
.category-block {
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 25px;
  border-radius: 3px;
  margin-bottom: 25px;
}

.category-block .header {
  margin-bottom: 20px;
  border-bottom: 3px solid #F4F7F9;
  text-align: center;
}

.category-block .header h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}
#navh2{
color:red; 
margin-top: 14px;
margin-left:40px;
}
#cb{
  padding-bottom:50px;
}

/*footer*/

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 10px;
  margin-top: 153px;}

@media (max-width: 480px) {
  .footer-bottom {
    text-align: center;
    margin-top: 600px;
  }
}

/*# mid section */
#block1{
  height:280px;
  width:300px;
  margin-left: 30px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
#btn1{
  background-color: red;
  padding:6px;
  margin-top: 16px;
}
#btn1 a{
  color:white;
}
#block2{
  height:280px;
  width:300px;
   margin-left: 82px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top:38px; 
}
#btn2{
  background-color: red;
  padding:7px;
  margin-top: 13px;
}
#btn2 a{
  color:white;
}
#block3{
  height:280px;
  width:300px;
   margin-left: 140px;
    border-left:4px solid red;
  border-bottom: 4px solid red;
}






@media(max-width: 400px){
  #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
 #block1{
   width:200px;
  margin:auto;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
#btn2{
  margin-top: 10px;
}
#block2{

   width:200px;
   margin:auto;
   margin-top: 10px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:200px;
  height:303px;
margin:auto;
margin-top: 10px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}


.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 20px 0;
  margin-top:100px;}

.nav-link{
  padding:10px;
  margin-left: 95px;
}
.nav-item{
   background-color: white;
   font-size: 22px;
   padding:15px;
}

#btnspan{
  font-size: 21px;
  color:red;
  margin-bottom:4px;
}
.bg-1{
  height: auto;
}

}



@media(min-width: 401px) and (max-width: 450px){
  #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
 #block1{
   width:250px;
  margin:auto;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
#btn2{
  margin-top: 10px;
}
#block2{

   width:250px;
   margin:auto;
   margin-top: 10px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:250px;
  height:303px;
margin:auto;
margin-top: 10px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}


.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 20px 0;
  margin-top:100px;}

.nav-link{
  padding:10px;
  margin-left: 95px;
}
.nav-item{
   background-color: white;
   font-size: 22px;
   padding:15px;
}

#btnspan{
  font-size: 21px;
  color:red;
  margin-bottom:4px;
}
.bg-1{
  height: auto;
}

}


@media(max-width: 500px) and (min-width:451px ){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
.nav-link{
  padding:10px;
  margin-left: 95px;
}
.nav-item{
   background-color: white;
   font-size: 22px;
   padding:15px;
}

#btnspan{
  font-size: 21px;
  color:red;
  margin-bottom:4px;
}

   #block1{
    margin-left: 40px;
   width:300px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:300px;
    height:310px;
   margin-left: 40px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 40px;
  width:300px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 100px;}
  .bg-1{
  height: auto;
}

}

@media(max-width: 549px) and (min-width:501px ){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
.nav-link{
  padding:10px;
  margin-left: 95px;
}
.nav-item{
   background-color: white;
   font-size: 22px;
   padding:15px;
}

#btnspan{
  font-size: 21px;
  color:red;
  margin-bottom:4px;
}

   #block1{
    margin-left: 40px;
   width:300px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:300px;
    height:310px;
   margin-left: 40px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 40px;
  width:300px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}
.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 100px;}
  .bg-1{
  height: auto;
}

}


@media(max-width: 600px) and (min-width:550px ){
    #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}

   #block1{
    margin-left: 50px;
   width:300px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:300px;
    height:310px;
   margin-left: 50px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 50px;
  width:300px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 90px;}
  .bg-1{
  height: auto;
}

.nav-link{
  padding:10px;
  margin-left: 95px;
}
.nav-item{
   background-color: white;
   font-size: 22px;
   padding:15px;
}

#btnspan{
  font-size: 21px;
  color:red;
  margin-bottom:4px;
}

}


@media(max-width: 649px) and (min-width:601px ){
   #block1{
    margin-left: 50px;
   width:300px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:300px;
    height:310px;
   margin-left: 50px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 50px;
  width:300px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 100px;}
  .bg-1{
  height: auto;
}



}



@media(max-width: 700px) and (min-width:650px ){
      #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 13px;
}

   #block1{
    margin-left: 50px;
   width:280px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:280px;
    height:310px;
   margin-left: 50px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 50px;
  width:280px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 100px;}
  .bg-1{
  height: auto;
}



}


@media(max-width: 750px) and (min-width:701px ){
      #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 13px;
}
   #block1{
    margin-left: 50px;
   width:300px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:300px;
    height:310px;
   margin-left: 50px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 50px;
  width:300px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 100px;}
  .bg-1{
  height: auto;
}



}



@media(max-width: 800px) and (min-width:751px ){
   #block1{
    margin-left: -20px;
   width:200px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:200px;
    height:310px;
   margin-left: 38px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 93px;
  width:220px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 166px;}


}

@media (min-width: 801px) and (max-width: 850px){
    #block1{
    margin-left: -25px;
   width:200px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:200px;
    height:310px;
   margin-left: 38px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 93px;
  width:220px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 166px;}
}

@media (min-width: 851px) and (max-width: 900px){
    #block1{
    margin-left: -25px;
   width:200px;
     height:310px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}
.blockh4{
  margin-top: 54px;
}
#bh4{
  margin-top: 57px;
}
#btn1{
  margin-top: 34px;
}
#block2{

  width:200px;
    height:310px;
   margin-left: 38px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  margin-left: 93px;
  width:220px;
  height:310px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
  
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 166px;}



}
@media (min-width: 901px) and (max-width: 950px){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
    #block1{
    
   width:210px;
   height: 300px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
  margin-left: -20px;
}

#block2{
  width:210px;
  height: 300px;
   margin-left: 40px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:220px;
  height: 300px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
  margin-left:95px;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 153px;}


}

@media (min-width: 951px) and (max-width: 999px){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
    #block1{
    
   width:210px;
   height: 300px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
  margin-left: -20px;
}

#block2{
  width:210px;
  height: 300px;
   margin-left: 40px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:220px;
  height: 300px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
  margin-left:95px;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 153px;}


}


@media (min-width: 1000px) and (max-width: 1024px){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
    #block1{
    
   width:260px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block2{
  width:260px;
   margin-left: 80px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:260px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 153px;}


}


@media (min-width: 1025px) and (max-width: 1100px){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
    #block1{
    
   width:260px;
  border-left:4px solid red;
  border-bottom: 4px solid red;

}

#block2{
  width:260px;
   margin-left: 80px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:260px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 153px;}


}



@media (min-width: 1100px) and (max-width: 1200px){
   #navh2{
color:red; 
margin-top: 14px;
margin-left:20px;
font-size: 18px;
}
    #block1{
    
   width:240px;
  border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block2{
  width:240px;
   margin-left: 80px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

#block3{
  width:240px;
   border-left:4px solid red;
  border-bottom: 4px solid red;
}

.nav-link{
  font-size: 14px;
  margin-top: 10px;
}

#footerh4{
  color:white;
 
}

.footer-bottom {
  position: relative;
  background:rgb(255,0,0) ;
  padding: 25px 0;
  margin-top: 153px;}


}





/* complete guide*/

.sidebar{
  margin-top: 80px;
  width:250px;
  height:auto;
  overflow-y: scroll;
  position:fixed;
   top: 0;
    bottom: 0;
  border:2px solid red;
  float:left;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#list b{
  color:red;
}
#list ul li a{
  color:red;
}
.div{
  margin-top: 0px;
  width:850px;
  height:auto;
  background-color:;
  float:right;
}
#mainimg{
  width:650px;
  height:468px;
}
#div1{
  width: 870px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-top: 10px;
}
#div2{
  margin-top: 20px;
  width: 870px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
}
#div21{
  margin-top: 20px;
  width: 870px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
}
#div3{
  margin-top: 20px;
  width: 870px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div4{
  margin-top: 10px;
  width: 870px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div5{
  margin-top: 10px;
  width: 870px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div6{
  margin-top: 10px;
  width: 870px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div7{
  margin-top: 10px;
  width: 870px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div8{
  margin-top: 10px;
  width: 870px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div9{
  margin-top: 10px;
  width: 870px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
}
#div10{
  height:50px;
  width:870px;
  background-color: red;
  margin-top:15px;
  padding:3px;
}
#f{
  margin-top:20px;
  color:white;
 
  font-size: 12px;

}


@media(min-width:320px) and (max-width:349px) {
   .sidebar{
display:none;
}

.div{
  
  margin-top: 0px;
  width:300px;
  height:auto;
  background-color:;
  padding:4px;

  
  }
  #mainimg{
  width:270px;
  height:210px;
   margin:auto;
}
  #div1{
    margin-top:15px;
  width: 300px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: ;
  font-size: 12px;
}
#div1 h2{
  font-size: 16px;
}
h2{
  font-size: 16px;
}
h3{
  font-size: 16px;
}
#div2{
  margin-top: 20px;
  width: 300px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: ;
   font-size:12px;
}
#div21{
  margin-top: 20px;
  width: 300px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
    margin-left: ;
   font-size:12px;
}
#div21 h2{
  font-size: 15px;
}

#div3{
  margin-top: 20px;
  width: 300px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 40px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: ;
   font-size: 12px
}
#div3 h2{
  font-size: 15px;
}
#div4{
  margin-top: 10px;
  width: 300px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: ;
     font-size: 12px;
}
#div5{
  margin-top: 10px;
  width: 300px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: ;
   font-size: 12px;
}
#div6{
  margin-top: 10px;
  width: 300px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left:;
   font-size: 12px;
}
#div7{
  margin-top: 10px;
  width: 300px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left:;
   font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 300px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left:;
   font-size: 12px
}
#div9{
  margin-top: 10px;
  width: 300px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: ;
   font-size: 12px;
}
#div9 a{
  font-size: 6px;
}
#cynimg{
  width:200px;
  height:200px;
}
#spiral{
  width:200px;
  height:250px;
}
#div10{
  height:50px;
  width:300px;
  background-color: red;
  margin-top:10px;
  padding:3px;
  margin-left:;
}
#f{
  margin-top:20px;
  color:white;
 
  font-size: 10px;

}

}
@media (min-width: 350px) and (max-width:375px){
   .sidebar{
display:none;
}

.div{
  
  margin-top: 0px;
  width:350px;
  height:auto;
  background-color:;
  padding:4px;

  
  }
  #mainimg{
  width:320px;
  height:240px;
   margin:auto;
}
  #div1{
    margin-top:15px;
  width: 330px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 10px;
  font-size: 12px;
}
#div1 h2{
  font-size: 17px;
}
h2{
  font-size: 18px;
}
#div2{
  margin-top: 20px;
  width: 330px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 10px;
   font-size:12px;
}
#div21{
  margin-top: 20px;
  width: 330px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
    margin-left: 10px;
   font-size:12px;
}
#div21 h2{
  font-size: 16px;
}

#div3{
  margin-top: 20px;
  width: 330px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 40px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 10px;
   font-size: 12px
}
#div3 h2{
  font-size: 16px;
}
#div4{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 10px;
     font-size: 12px;
}
#div5{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 10px;
   font-size: 12px;
}
#div6{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 10px;
   font-size: 12px;
}
#div7{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 10px;
   font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 10px;
   font-size: 12px
}
#div9{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 10px;
   font-size: 12px;
}
#div9 a{
  font-size: 8px;
}
#cynimg{
  width:200px;
  height:200px;
}
#spiral{
  width:200px;
  height:250px;
}
#div10{
  height:50px;
  width:330px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:10px;
}
#f{
  margin-top:20px;
  color:white;
 
  font-size: 10px;

}

}


@media (min-width:376px) and (max-width:399px){
   .sidebar{
display:none;
}

.div{
  
  margin-top: 0px;
  width:400px;
  height:auto;
  background-color:;
  padding:4px;
  }
  #mainimg{
  width:320px;
  height:240px;
   margin-left: 45px;
}
  #div1{
    margin-top:30px;
  width: 330px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 60px;
  font-size: 12px;
}
h2{
  font-size: 13px;
}
#div2{
  margin-top: 20px;
  width: 330px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 60px;
   font-size:12px;
}
#div21{
  margin-top: 20px;
  width: 330px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
    margin-left: 60px;
   font-size:12px;
}

#div3{
  margin-top: 20px;
  width: 330px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 40px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 60px;
   font-size: 12px
}

#div4{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 60px;
     font-size: 12px;
}
#div5{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 60px;
   font-size: 12px;
}
#div6{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 60px;
   font-size: 12px;
}
#div7{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 60px;
   font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 60px;
   font-size: 12px
}
#div9{
  margin-top: 10px;
  width: 330px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 60px;
   font-size: 12px;
}
#div9 a{
  font-size: 8px;
}
#cynimg{
  width:200px;
  height:200px;
}
#spiral{
  width:200px;
  height:250px;
}
#div10{
  height:50px;
  width:330px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:60px;
}
#f{
  margin-top:20px;
  color:white;
 
  font-size: 10px;

}

}


@media (min-width: 401px) and (max-width:449px){
   .sidebar{
display:none;
}

.div{
  
  margin-top: 0px;
  width:400px;
  height:auto;
  background-color:;
  padding:4px;
  }
  #mainimg{
  width:320px;
  height:240px;
   margin: auto;
}
  #div1{
    margin-top:17px;
  width: 370px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left:20px;
  font-size: 12px;
}
#div1 h2{
  font-size: 20px;
}
#div2{
  margin-top: 20px;
  width: 370px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 20px;
   font-size:12px;
}
#div2 h2{
  font-size: 20px;
}
#div21{
  margin-top: 20px;
  width: 370px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
    margin-left: 20px;
   font-size:12px;
}
#div21 h2{
  font-size: 18px;
}

#div3{
  margin-top: 20px;
  width: 370px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 40px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
   font-size: 12px
}
#div3 h2{
  font-size: 19px;
}
#div4{
  margin-top: 10px;
  width: 370px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
     font-size: 12px;
}
#div4 h2{
  font-size: 20px;
}
#div5{
  margin-top: 10px;
  width: 370px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div5 h2{
  font-size: 20px;
}
#div6{
  margin-top: 10px;
  width: 370px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div6 h2{
  font-size: 20px;
}
#div7{
  margin-top: 10px;
  width: 370px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 370px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px
}
#div9{
  margin-top: 10px;
  width: 370px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div9 a{
  font-size: 8px;
}
#cynimg{
  width:200px;
  height:200px;
}
#spiral{
  width:200px;
  height:250px;
}
#div10{
  height:50px;
  width:370px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:20px;
}
#f{
  margin-top:20px;
  color:white;
  
  font-size: 10px;

}

}
@media (min-width: 450px) and (max-width: 500px){
   .sidebar{
display:none;
}

.div{
  
  margin-top: 0px;
  width:470px;
  height:auto;
  background-color:;
  padding:4px;
  }
  #mainimg{
  width:340px;
  height:240px;
   margin: auto;
}
  #div1{
    margin-top:17px;
  width: 450px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left:20px;
  font-size: 12px;
}
#div1 h2{
  font-size: 20px;
}
#div2{
  margin-top: 20px;
  width: 450px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 20px;
   font-size:12px;
}
#div2 h2{
  font-size: 20px;
}
#div21{
  margin-top: 20px;
  width: 450px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
    margin-left: 20px;
   font-size:12px;
}
#div21 h2{
  font-size: 18px;
}

#div3{
  margin-top: 20px;
  width: 450px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 40px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
   font-size: 12px
}
#div3 h2{
  font-size: 19px;
}
#div4{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
     font-size: 12px;
}
#div4 h2{
  font-size: 20px;
}
#div5{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div5 h2{
  font-size: 20px;
}
#div6{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div6 h2{
  font-size: 20px;
}
#div7{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px
}
#div9{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div9 a{
  font-size: 11px;
}
#cynimg{
  width:200px;
  height:200px;
}
#spiral{
  width:200px;
  height:250px;
}
#div10{
  height:50px;
  width:450px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:20px;
}
#f{
  margin-top:20px;
  color:white;

  font-size: 10px;

}

}


@media (min-width: 501px) and (max-width: 549px){
   .sidebar{
display:none;
}

.div{
  
  margin-top: 0px;
  width:470px;
  height:auto;
  background-color:;
  padding:4px;
  }
  #mainimg{
  width:340px;
  height:240px;
   margin: auto;
}
  #div1{
    margin-top:17px;
  width: 450px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left:20px;
  font-size: 12px;
}
#div1 h2{
  font-size: 20px;
}
#div2{
  margin-top: 20px;
  width: 450px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 20px;
   font-size:12px;
}
#div2 h2{
  font-size: 20px;
}
#div21{
  margin-top: 20px;
  width: 450px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
    margin-left: 20px;
   font-size:12px;
}
#div21 h2{
  font-size: 18px;
}

#div3{
  margin-top: 20px;
  width: 450px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 40px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
   font-size: 12px
}
#div3 h2{
  font-size: 19px;
}
#div4{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
     font-size: 12px;
}
#div4 h2{
  font-size: 20px;
}
#div5{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div5 h2{
  font-size: 20px;
}
#div6{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div6 h2{
  font-size: 20px;
}
#div7{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px
}
#div9{
  margin-top: 10px;
  width: 450px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
   font-size: 12px;
}
#div9 a{
  font-size: 11px;
}
#cynimg{
  width:200px;
  height:200px;
}
#spiral{
  width:200px;
  height:250px;
}
#div10{
  height:50px;
  width:450px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:20px;
}
#f{
  margin-top:20px;
  color:white;
 
  font-size: 10px;

}

}


@media (min-width: 550px) and (max-width: 600px){

.sidebar{
display:none;
}

.div{
  margin-top: 0px;
  width:550px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:500px;
  height:400px;
   margin-left: ;
}
#div1{
margin-top: 20px;
  width: 520px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left:20px;
}


#div2{
  margin-top: 20px;
  width: 520px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 20px;
}


#div21{
  margin-top: 20px;
  width: 520px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 20px;
}


#div3{
  margin-top: 20px;
  width: 520px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 20px;
}


#div4{
  margin-top: 10px;
  width:520px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
}

#div5{
  margin-top: 10px;
  width: 520px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
}

#div6{
  margin-top: 10px;
  width: 520px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: 20px;
}

#div7{
  margin-top: 10px;
  width: 520px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
}

#div8{
  margin-top: 10px;
  width: 520px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 20px;
}

#div9{
  margin-top: 10px;
  width: 520px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 20px;
}

#div9 a {
  font-size: 12px;
}
#div10{
  height:50px;
  width:520px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: 20px;
}
#f{
  margin-top:15px;
  color:white;
  
  font-size: 12px;

}


}


@media (min-width: 601px) and (max-width: 649px){

.sidebar{
  display:none;
}

.div{
  margin-top: 0px;
  width:630px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:550px;
  height:400px;
   margin-left:80px ;
}
#div1{
margin-top: 20px;
  width: 600px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 80px;
}
#div1 h2, p{
  font-size: 18px;
}

#div2{
  margin-top: 20px;
  width: 600px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 80px;
}
#div2 h2, p{
  font-size: 18px;
}

#div21{
  margin-top: 20px;
  width: 600px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 80px;
}

#div21 h2, p{
  font-size: 18px;
}

#div3{
  margin-top: 20px;
  width: 600px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 80px;
}
#div3 h2,h3, p{
  font-size: 18px;
}

#div4{
  margin-top: 10px;
  width:600px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 80px;
}
#div4 h2,h3, p{
  font-size: 18px;
}
#div5{
  margin-top: 10px;
  width: 600px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 80px;
}
#div5 h2,h3, p{
  font-size: 18px;
}
#div6{
  margin-top: 10px;
  width: 600px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: 80px;
}
#div6 h2,h3, p{
  font-size: 18px;
}
#div7{
  margin-top: 10px;
  width: 600px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 80px;
}
#div7 h2,h3, p{
  font-size: 18px;
}
#div8{
  margin-top: 10px;
  width: 600px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 80px;
}
#div8 h2,h3, p{
  font-size: 18px;
}
#div9{
  margin-top: 10px;
  width: 600px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 80px;
}
#div9 h2,h3, p, {
  font-size: 18px;
}
#div9 a {
  font-size: 14px;
}
#div10{
  height:50px;
  width:600px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: 80px;
}
#f{
  margin-top:15px;
  color:white;
 
  font-size: 12px;

}


}







@media (min-width: 650px) and (max-width: 700px){

.sidebar{
 display:none;
}

.div{
  margin-top: 0px;
  width:650px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:450px;
  height:370px;
   margin-left:70px ;
}
#div1{
margin-top: 20px;
  width: 630px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 75px;
}


#div2{
  margin-top: 20px;
  width: 630px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 75px;
}

#div21{
  margin-top: 20px;
  width:630px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 75px;
}


#div3{
  margin-top: 20px;
  width: 630px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 75px;
}

#div4{
  margin-top: 10px;
  width:630px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 75px;
}

#div5{
  margin-top: 10px;
  width: 630px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 75px;
}

#div6{
  margin-top: 10px;
  width: 630px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: 75px;
}

#div7{
  margin-top: 10px;
  width: 630px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 75px;
}

#div8{
  margin-top: 10px;
  width: 630px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 75px;
}

#div9{
  margin-top: 10px;
  width: 630px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 75px;
}

#div9 a {
  font-size: 12px;
}
#div10{
  height:50px;
  width:630px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: 75px;
}
#f{
  margin-top:15px;
  color:white;
 
  font-size: 12px;

}


}




@media (min-width: 701px) and (max-width: 750px){

.sidebar{
 display:none;
}

.div{
  margin-top: 0px;
  width:700px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:650px;
  height:468px;
   margin-left:120px;
}
#div1{
margin-top: 20px;
  width: 700px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 95px;
}
h2{
  font-size: 20px;
}

#div2{
  margin-top: 20px;
  width: 700px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 95px;
}

#div21{
  margin-top: 20px;
  width: 700px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 95px;
}



#div3{
  margin-top: 20px;
  width: 700px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 95px;
}


#div4{
  margin-top: 10px;
  width:700px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 95px;
}

#div5{
  margin-top: 10px;
  width: 700px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 95px;
}

#div6{
  margin-top: 10px;
  width: 700px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: 95px;
}

#div7{
  margin-top: 10px;
  width: 700px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 95px;
}

#div8{
  margin-top: 10px;
  width: 700px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 95px;
}

#div9{
  margin-top: 10px;
  width: 700px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 95px;
}

#div9 a {
  font-size: 15px;
}
#div10{
  height:50px;
  width:700px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: 95px;
}
#f{
  margin-top:15px;
  color:white;
 
  font-size: 12px;

}


}





@media (min-width:750px ) and (max-width: 775px){
  .sidebar{
display:none;
}

.div{
  display:block;
 /* margin-top: 70px;*/
  width:760px;
  height:auto;
  background-color:;
  padding:4px;
  }
  #mainimg{
   width:600px;
  height:420px;
   margin-left:80px ;
}
  #div1{
    margin-top: 40px;
  width: 650px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 120px;
}
#div2{
  margin-top: 20px;
  width: 650px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 120px;
}
#div21{
  margin-top: 20px;
  width: 650px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 120px;
}
#div21 h2{
  font-size: 20px;
}
#div3{
  margin-top: 20px;
  width: 650px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 120px;
}
#div3 h2{
  font-size: 20px;
}
#div4{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 120px;
}
#cynimg{
  width:250px;
  height:250px;
}
#div5{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 120px;
}
#div6{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 120px;
}
#div7{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 120px;
}
#div8{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 120px;
}
#div9{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 120px;
}
#div9 a{
  font-size: 11px;
}
#div10{
  height:50px;
  width:650px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:120px;
}
#f{
  margin-top:15px;
  color:white;

  font-size: 12px;

}

}
@media (min-width:776px ) and (max-width: 799px){
  .sidebar{
display:none;
}

.div{
  display:block;
 /* margin-top: 70px;*/
  width:760px;
  height:auto;
  background-color:;
  padding:4px;
  }
  #mainimg{
   width:600px;
  height:420px;
   margin-left:40px ;
}
  #div1{
    margin-top: 40px;
  width: 650px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: 100px;
}
#div2{
  margin-top: 20px;
  width: 650px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
   margin-left: 100px;
}
#div21{
  margin-top: 20px;
  width: 650px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 100px;
}
#div21 h2{
  font-size: 20px;
}
#div3{
  margin-top: 20px;
  width: 650px;
  height:auto;
  background-color:;
  border: 4px solid red;
 border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 100px;
}
#div3 h2{
  font-size: 20px;
}
#div4{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 100px;
}
#cynimg{
  width:250px;
  height:250px;
}
#div5{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 100px;
}
#div6{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 100px;
}
#div7{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 100px;
}
#div8{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 100px;
}
#div9{
  margin-top: 10px;
  width: 650px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 100px;
}
#div9 a{
  font-size: 11px;
}
#div10{
  height:50px;
  width:650px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left:100px;
}
#f{
  margin-top:15px;
  color:white;

  font-size: 12px;

}

}


@media (min-width: 801px) and (max-width: 850px){

.sidebar{
  display:none;
}

.div{
  margin-top: 0px;
  width:700px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:650px;
  height:468px;
   margin-left: 40px;
}
#div1{
margin-top: 20px;
  width: 720px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
h2, p{
  font-size: 20px;
}

#div2{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}

#div21{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}


#div3{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}


#div4{
  margin-top: 10px;
  width:720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}

#div5{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}

#div6{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: -10px;
}

#div7{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}

#div8{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}

#div9{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div9 a {
  font-size: 15px;
}
#div10{
  height:50px;
  width:720px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: -10px;
}
#f{
  margin-top:15px;
  color:white;
 
  font-size: 12px;

}


}


@media (min-width: 851px) and (max-width: 899px){

.sidebar{
 display:none;
}

.div{
  margin-top: 0px;
  width:700px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:650px;
  height:468px;
   margin-left:; 
}
#div1{
margin-top: 20px;
  width: 720px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}


#div2{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}


#div21{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}



#div3{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}


#div4{
  margin-top: 10px;
  width:720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}

#div5{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}

#div6{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: -10px;
}

#div7{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}

#div8{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}

#div9{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}

#div9 a {
  font-size: 15px;
}
#div10{
  height:50px;
  width:720px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: -10px;
}
#f{
  margin-top:15px;
  color:white;
 
  font-size: 12px;

}


}



@media (min-width: 900px) and (max-width: 950px){

.sidebar{
 display:none;
}

.div{
  margin-top: 0px;
  width:700px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:650px;
  height:468px;
   margin-left:20px ;
}
#div1{
margin-top: 20px;
  width: 720px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
#div1 h2, p{
  font-size: 12px;
}

#div2{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
#div2 h2, p{
  font-size: 12px;
}

#div21{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}

#div21 h2, p{
  font-size: 12px;
}

#div3{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
#div3 h2,h3, p{
  font-size: 12px;
}

#div4{
  margin-top: 10px;
  width:720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}
#div4 h2,h3, p{
  font-size: 12px;
}
#div5{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div5 h2,h3, p{
  font-size: 12px;
}
#div6{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: -10px;
}
#div6 h2,h3, p{
  font-size: 12px;
}
#div7{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div7 h2,h3, p{
  font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}
#div8 h2,h3, p{
  font-size: 12px;
}
#div9{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div9 h2,h3, p, {
  font-size: 12px;
}
#div9 a {
  font-size: 9px;
}
#div10{
  height:50px;
  width:720px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: -10px;
}
#f{
  margin-top:15px;
  color:white;

  font-size: 12px;

}


}


@media (min-width: 951px) and (max-width: 999px){

.sidebar{
 display:none;
}

.div{
  margin-top: 0px;
  width:900px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:640px;
  height:468px;
   margin-left:130px ;
}
#div1{
margin-top: 20px;
  width: 800px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left:150px ;
}
#div1 h2, p{
  font-size: 12px;
}

#div2{
  margin-top: 20px;
  width: 800px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 150px;
}
#div2 h2, p{
  font-size: 12px;
}

#div21{
  margin-top: 20px;
  width: 800px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 150px;
}

#div21 h2, p{
  font-size: 12px;
}

#div3{
  margin-top: 20px;
  width: 800px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: 150px;
}
#div3 h2,h3, p{
  font-size: 12px;
}

#div4{
  margin-top: 10px;
  width:800px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 150px;
}
#div4 h2,h3, p{
  font-size: 12px;
}
#div5{
  margin-top: 10px;
  width: 800px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 150px;
}
#div5 h2,h3, p{
  font-size: 12px;
}
#div6{
  margin-top: 10px;
  width: 800px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: 150px;
}
#div6 h2,h3, p{
  font-size: 12px;
}
#div7{
  margin-top: 10px;
  width: 800px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 150px;
}
#div7 h2,h3, p{
  font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 800px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: 150px;
}
#div8 h2,h3, p{
  font-size: 12px;
}
#div9{
  margin-top: 10px;
  width: 800px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: 150px;
}
#div9 h2,h3, p, {
  font-size: 12px;
}
#div9 a {
  font-size: 9px;
}
#div10{
  height:50px;
  width:800px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: 150px;
}
#f{
  margin-top:15px;
  color:white;

  font-size: 12px;

}


}





@media (min-width: 1000px) and (max-width: 1200px){

.sidebar{
  margin-left: ;
  margin-top: 95px;
  width:200px;
  height:auto;
  overflow-y: scroll;
  position:fixed;
   top: 0;
    bottom: 0;
  border:2px solid red;
  float:left;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
}
.sidebar ul li{
  font-size: 10px;
}
.sidebar ul li a{
  font-size: 10px;
}
.div{
  margin-top: 0px;
  width:700px;
  height:auto;
  background-color:;
  float:right;
  
}
#mainimg{
  width:650px;
  height:468px;
   margin-left: ;
}
#div1{
margin-top: 20px;
  width: 720px;
  height:auto;
  box-shadow: 0 8px 6px -6px black;
  background-color:;
  border: 4px solid red;
   border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
#div1 h2, p{
  font-size: 12px;
}

#div2{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
#div2 h2, p{
  font-size: 12px;
}

#div21{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}

#div21 h2, p{
  font-size: 12px;
}

#div3{
  margin-top: 20px;
  width: 720px;
  height:auto;
  background-color: ;
  box-shadow: 0 8px 6px -6px black;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  margin-left: -10px;
}
#div3 h2,h3, p{
  font-size: 12px;
}

#div4{
  margin-top: 10px;
  width:720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}
#div4 h2,h3, p{
  font-size: 12px;
}
#div5{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div5 h2,h3, p{
  font-size: 12px;
}
#div6{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
    margin-left: -10px;
}
#div6 h2,h3, p{
  font-size: 12px;
}
#div7{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div7 h2,h3, p{
  font-size: 12px;
}
#div8{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
  margin-left: -10px;
}
#div8 h2,h3, p{
  font-size: 12px;
}
#div9{
  margin-top: 10px;
  width: 720px;
  height:auto;
  background-color: ;
  border: 4px solid red;
  border-top-right-radius: 50px;
  padding:5px;
  box-shadow: 0 8px 6px -6px black;
   margin-left: -10px;
}
#div9 h2,h3, p, {
  font-size: 12px;
}
#div9 a {
  font-size: 9px;
}
#div10{
  height:50px;
  width:720px;
  background-color: red;
  margin-top:15px;
  padding:3px;
  margin-left: -10px;
}
#f{
  margin-top:15px;
  color:white;

  font-size: 12px;

}


}




/*faq page*/

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 17px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.panel-body{
  font-size: 14px;
}
#h1{
  padding:40px;
}
#heroarea{
  height:auto;
}
.panel-title > a:focus{
  color:red;
}
.panel-title > a:hover{
  color:red;
}
