*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    
   
}

.homebg{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)),url(images/getinvolved.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.viewmorebtndiv{
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    
}


@media only screen and (min-width: 320px) and (max-width: 480px){
    .viewmorebtndiv{
        margin: auto;
        text-align: center;
        margin-bottom: -20px;
        margin-top: -10px;
        
    }
}

html{
    scroll-behavior: smooth;
}




#cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    bottom: 20px;
    right: 120px;
    box-shadow: 0px 0px 15px #000329;
    padding: 5px 10px;
    z-index: 11;
    padding: 20px 20px 20px 20px;
   
  }
  
    #cookiePopup p a{
    text-align: left;
    font-size: 15px;
    color: #0044ff;
  }
  #cookiePopup button{
    width: 100%;
    border: navajowhite;
    background: #097fb7;
    padding: 5px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    margin-top: 10px;
  }














.load{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);
    
    width:100px;
    height:100px;
    z-index: 10;
  }
  .load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}
  
  .load :first-child{background:#228B22;animation-delay:-1.5s}
  .load :nth-child(2){background: #1167b1;animation-delay:-1s}
  .load :nth-child(3){background:green;animation-delay:-0.5s}
  .load :last-child{background:#0070f3}
  
  @keyframes spin{
    0%,100%{transform:translate(0)}
    25%{transform:translate(160%)}
    50%{transform:translate(160%, 160%)}
    75%{transform:translate(0, 160%)}
  }



#menuicon{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: white; 
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
 }  

 #menuicon::before{
     content: "";
     position: absolute;
     width: 25px;
     height: 2px;
     background: black;
     transform: translateY(-10px);
     transition: 0.4s;
     
 }

 #menuicon::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: black;
    box-shadow: 0 10px 0 0;
    transition: 0.4s;
}

.activemenuicon::before{
    transform: rotate(45deg);
    background: red;
}

.activemenuicon::after{
    transform: rotate(-45deg);
    box-shadow: none;
    background: red;
}






    .container{
        width: 100%;
        min-height: 100vh;
        padding-left: 8%;
        padding-right: 8%;
        box-sizing: border-box;
        overflow: hidden;


    }



    
    .dropbtn {
        background-color: transparent;
        color: white;
        padding: 5px;
        padding-bottom: 16px;
      
        font-size: 18px;
        border: none;
        margin-left: 0px;
        margin-right: -10px;
      }
      
    
      .dropdown {
        margin: auto;
        left: -20px;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph; /*IE*/
        filter: fliph; /*IE*/
        z-index: 1; 
      }
      
     
      .dropdown-content {
        display: none;
        position: absolute;
        margin: 0%;
        padding-top: 10px;
        transform: scaleX(-1);
        
        padding-bottom: 20px;
        text-decoration: none;
        font-size: 16px;
        background: rgb(0, 60, 129);
        min-width: 250px;
        height: 800%;
        overflow: scroll;
        overflow-y: scroll; 
        overflow-y: hidden;
        z-index: 1; 
    
      }
  

  .dropdown-content a {
    color: white;
        padding: 7px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        max-width: 250px;
   
    }



 
  .dropdown-content a:hover {
    color: rgb(255, 255, 255);
    padding: 7px 16px;
    text-decoration: underline;
    background: rgba(0,118,255,0.9);
    display: block;
    font-size: 16px;
    max-width: 250px;
    }

  .dropdown:hover .dropdown-content   {
      display: block;
      left: -15px;
      padding-bottom: 20px;
      text-align: center;
      overflow: scroll;
      overflow-y: scroll;
      overflow-x: hidden;
      max-width: 250px;
      
    }
  
  
  .dropdown:hover .dropbtn{
    background-color: rgb(0, 60, 129);
  }







    .navbar{
        width:100%;
          margin-top: 50px;
        display: flex;
        align-items: center;
       

    }

    .myphulogo{
        width: 220px;
        cursor: pointer;
        top: 520px;
        margin: 0px 0;
        margin-top: 10px;
    }

 

    .menu-icon{
        width: 25px;
        cursor: pointer;
        display: none;

    }

    nav{
        flex: 1;
        text-align: right;



    }

    nav ul li{
        list-style: none;
        display: inline-block;
        margin-right: 30px;

    }

    nav ul li {
        text-decoration: none;
        color: white;
        font-size: 18px;
        transition: 0.5s;  


    }

    nav ul li a:hover{
         margin: auto;
        display: inline-block;
        text-decoration: none;
        color: #0070f3;
        border: 1px solid white;
        padding: 5px 10px;
        font-size: 18px;
        border-radius: 5px;
        background: white;
        cursor: pointer;
        transition: 0.5s;
    }

    a{
        text-decoration: none;
        color: white;
        font-size: 18px;
        transition: 0.5s;  


    }


    a:hover{
        color: white;
        font-size: 18px;
        text-decoration: ;
        transition: 0.5s;
    }


    .header{
    
        width: 100%;
        height: 20%;
        padding-bottom: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headerimage.png);
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .maintext{
        color: white;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .maintext h1{
        font-size: 70px;
        color: white;
    }
    .maintext h6{
        font-size: 80px;
        color: white;
        padding-bottom: 60px;
    }


    .maintext h3{
        font-size: 51.9px;
        color: white;
        padding-bottom: 60px;
        font-weight: 300;
    }


    #higherbtn{
        display: flex;
        justify-content: space-between;
        flex-direction : row; 
        flex-flow : wrap;
        margin: auto;
        width: 35%;
        padding-left: 20%;
        padding-right: 20%;
        
    }
    .booknowbtn{
        margin-top: 40px;
        margin:20px ;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 15px 34px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
        margin-top: 40px;
        margin:20px ;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 20px 34px;
        font-size: 23px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }




    


    

   

    
    #menuList1{
        display: block;
    }

    #menulist2{
        display: none;
    }

    #menuList{
        display: none;
    } 
    
    #toggle{
        display: none;
    }

    .dropdown2{
        display: none;
    }

    



    @media only screen and (min-width: 320px) and (max-width: 480px){
        #menuList1{
            display: none;
        }
        #menulist2{
            display: block;
            
        }
    
        #menuList{
            display: block;
        } 
    
        .dropdown2{
            display: block;
        }
    
        #toggle{
            display: block;
        }
    
        #toggle{
            position: fixed;
            top: 37px;
            right: 6.5%;
            width: 30px;
            height: 30px;
            border-radius: 5px;
            background:rgba(0, 0, 0, 0.2);
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 3;
        }
        
    
        .toggle{
            position: fixed;
            top: 36px;
            right: 5%;
            width: 32px;
            height: 30px;
            border-radius: 5px;
            background:rgba(255, 255, 255, 0.5);
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
            
            
        }
    
       
    
        #toggle:before{
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background: black;
            transform: translateY(-5px);
            transition: 0.2s;
            
        }
        
            
        #toggle{
            top: 55px;
            content: '';
            position: fixed;
            width: 20px;
            height: 2px;
            background:black;
            transform: translateY(-5px);
            transition: 0.2s;
            
        }
       
    
       
    
    
    
        #toggle:after{
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background: black;
            transform: translateY(5px);
            transition: 0.2s;
            
        }
        
    
        #toggle.active::before{
            transform: translateY(0px) rotate(45deg);
        }
        
        #toggle.active::after{
            transform: translateY(0px) rotate(-45deg);
        }
        
        #menulist2{
            position: fixed;
            top: 20px;
            right: -50%;
            width: 50%;
            height: 100%;
            background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/forimage.jpg);
         background-position: center;
        background-size: cover;
        transition: 0.5s;
        z-index: 2;
        padding-bottom: 130px;
           
           
        }
        
        #menulist2.active{
            right:0px;
        }
        
        
        
        
        #menulist2 ul{
            position: relative;
            margin-top: 50px;
        
        }
        
        #menulist2 ul li{
            list-style: none;
            display: inline-block;
            width: 100%;
            padding: 10px 20px;
        }
        
        #menulist2 ul li:hover{
            background: none;
        }
        
        #menulist2 ul li a{
            color: white;
            text-decoration: none;
            font-size: 14px;
            float: left;
            letter-spacing: 0px;
            text-decoration: none;
            transition: 0.5s;
            line-height: 9px;
        }
        
        #menulist2 ul li a:hover{
            color: #0070f3;
            text-decoration: none;
            font-size: 14px;
            float: left;
            letter-spacing: 0px;
            text-decoration: underline;
            transition: 0.5s;
            line-height: 9px;

                
        }
    
        
    
    
    
        .dropbtn2{    
        display: inline-block;
        outline: 0;
        cursor: pointer;
        border: none;
        padding: 0 56px;
        height: 45px;
        line-height: 45px;
        border-radius: 7px;
        background-color: #0070f3;
        color: white;
        font-weight: 400;
        font-size: 16px;
        box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
        transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
        }
        .dropbtn2:hover{
            background: rgba(0,118,255,0.9);
            box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
        }
        
    
    
        
    
          
          .dropdown2 {
            margin: auto;
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
          }
          
          .dropdown2-content {
            display: none;
            position: absolute;
            margin: 0%;
            left: 0px;
            padding-top: 10px;
            padding-bottom: 20px;
            text-decoration: underline 1px blue;
            font-size: 16px;
            background: rgb(0, 60, 129);
            min-width: 200px;
            overflow: auto; 
            z-index: 1;
          }
          
          .dropdown2-content a {
            color: white;
            padding: 7px 16px;
            text-decoration: underline;
            display: block;
            font-size: 16px;
          }
          
    
          .dropdown2-content a:hover {
            color: rgb(255, 255, 255);
            padding: 7px 16px;
            text-decoration: underline;
            display: block;
            left: -15px;
            font-size: 16px;
          }
    
          .dropdown2 a:hover{
              background: rgba(0,118,255,0.9);
          }
          .show {display: block;}
     
          
    
          #cookiePopup {
            background: white;
            width: 50%;
            position: fixed;
            bottom: 20px;
            right: 10px;
            box-shadow: 0px 0px 15px #000329;
            padding: 5px 10px;
            z-index: 11;
            font-size: 12px;
            padding: 20px 20px 20px 20px;
           
          }
          
            #cookiePopup p a{
            text-align: left;
            font-size: 12px;
            color: #0044ff;
          }
          #cookiePopup button{
            width: 100%;
            border: navajowhite;
            background: #097fb7;
            padding: 5px;
            border-radius: 10px;
            color: white;
            cursor: pointer;
            font-size: 12px;
            margin-top: 10px;
          }
        
    }
    









      .aboutus{
        width: 90%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 2%;
        text-align: center;
       
        font-size: 48px;
        color: black;
        transition: 0.5s;
        background: none;

    }



    .aboutusBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 40px;
        font-size: 65px;
        
        transition: 0.5s;

    }


    .aboutusimages{
        height: 0%;
        width: 100%;
        margin-top: 0%;
    }


    .aboutus h4{
        font-size: 18px;      
        text-align: center;
        margin: 0px 0;
        color: black;
        transition: 0.5s;

    }


    .aboutus h6{
        font-size: 50px;      
        text-align: left;
        margin-bottom: 0px;
        color: black;
        transition: 0.5s;

    }


    .aboutus p{
        color: black;
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
        padding-top: 15px;

    }

    .aboutusrow{
        margin-top: 5px;
       
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .aboutus-col{
        margin: auto;
        margin-left: 0%;
        flex-basis: 100%;
        
        background: none;
        
       
        padding: 20px 10px;
        padding-right: 12px;
        box-sizing: border-box;
        
    }

    .aboutus-col2{
  display: none;
    }
 

    .aboutus-col3{
        display: inline-block;
        margin: auto;
        width: 100%;
        height: 100%;
         }









.aboutus{
    width: 90%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0%;
    text-align: center;
   
    font-size: 65px;
    color: black;
    transition: 0.5s;
    background-color: none;

}



.aboutusBG{
    width: 100%;
    padding-bottom: 0%;
    background-size: cover;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    font-size: 65px;
    
    transition: 0.5s;

}


.aboutusimages{
    height: 60%;
    width: 60%;
    margin-top: 0%;
}


.aboutus h4{
    font-size: 40px;

    text-align: center;
    margin: 10px 0;
    color: black;
    transition: 0.5s;

}


.aboutus h6{
    color: black;
    margin-bottom: 0px;
    
}



.aboutus p{
    color: black;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
    padding: 0px;

}
.aboutusrow{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction : row; 
    flex-flow : wrap;

}


.aboutus-col{
    margin: 0px;
    margin-left: 0%;
    flex-basis: 50%;
    
    background: none;
    
   
    padding: 70px 60px;
    padding-right: 70px;
    box-sizing: border-box;
    transition: 0.5s;
}




.aboutus-col2{
    margin: 0px;
    margin-left: 0%;
    flex-basis: 50%;
    
    background: none;
    
    
    padding:0px 0px;
    box-sizing: border-box;
    transition: 0.5s;
}



.aboutus-col3{
    display: none;
      }







/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/



   

    .for-col{
        flex-basis: 30%;
        color: black;
        border-radius: 10px;
        margin-bottom:60px;
        padding-bottom: 10px;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        position: relative;
        transition: 0.5s;
        box-shadow: 0 0 20px 0px rgba(31, 31, 31, 0.5);
      
    
    }

    .for-col:hover{
   
        box-shadow: 0 0 30px 0px rgba(8, 167, 207, 10);
        transition: 0.5s;
    }

    .for-col img{
        width: 100%;
       
       padding-bottom: 0px;
        border-radius: 10px;
        top: 0;
       left: 0;

    }


    .forrow .for-col h1{
        font-size: 23px;
        color: black;
        font-style: bold;
        font-weight: 800;
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 0px;
       
        margin: 0px;
         margin-top: 10px;
    
    }
    

    .for h4{
        width: 80%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 0px;
        font-size: 50px;
        color: black;
        line-height: 60px;

    }

    .for{
        width: 90%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 90px;
        font-size: 65px;
        color: black;
    }

   

    .forrow .for-col h2{
        color: black;
        font-size: 18px;
        text-align: left;
        font-weight: 300;
        margin: 0px;
        padding: 20px;
        padding-bottom: 0px;
        line-height: 25px;
        margin-top: 0px;
        padding-left: 30px;
       
    }


    .forrow{
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction : row; 
        flex-flow : wrap;
 
    }


    .forBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 80px;
        font-size: 60px;
        
        
        

    }

    .forBG p{
        color: black;
        font-size: 30px;
        font-weight: 100;
    }
    .getstartedbtn{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 34px;
        font-size: 15px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .getstartedbtn:hover{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 18px;
        border-radius: 5px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
    }




    .getstartedbtnwork{
        text-align: left;
    }





    .learnmorebtn{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 34px;
        margin-top: 30px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .learnmorebtn:hover{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3 ;
        padding: 12px 34px;
        font-size: 22px;
        margin-top: 30px;
        border-radius: 5px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
    }





    .whyhireatutor{
        width: 90%;
        margin: auto;
        margin-top: 50px;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 50px;
        font-size: 65px;
        color: white;
        transition: 0.5s;

    }



    .whyhireatutorBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 50px;
        font-size: 65px;
       transition: 0.5s;
        padding-bottom: 50px;
        background-position: center;
background-repeat: no-repeat;
background-size: cover;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 30px;
    }



    .whyhireatutor h1{
        font-size: 90px;
        text-align: center;
        margin: 0px;
        color: black;
        transition: 0.5s;

    }
    

    .whyhireatutor h4{
        font-size: 23px;

        font-weight: 600;
        text-align: left;
        font-weight: 600;
        padding-left: 20px;
        margin: 10px 0;
        color: black;
        transition: 0.5s;

    }



    .whyhireatutor p{
        color: black;
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        padding: 10px;
        padding-left: 20px;

    }
    .whyhireatutorrow{
        margin-top: 5px;
        display: flex;
        justify-content: center;
        flex-direction : row; 
        flex-flow : wrap;
 
    }


    .whyhireatutor-col{
        margin: 20px;
        flex-basis: 46%;
        background: white;
        border-radius: 10px;
        margin-bottom: 1%;
        margin-top: 50px;
        padding:20px 12px;
        box-sizing: border-box;
        transition: 0.5s;
    }


    .whyhireatutor-col:hover{
        box-shadow: 0 0 20px 0px #00e1ff ;
        transition: 0.5s;
    }
 

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/




   

   .testimonialscontainer {
        width: 100%;
        overflow: hidden;
        position: relative;
      }
      .testimonialscontainer .items {
        display: flex;
        align-items: center;
        width: fit-content;
        animation: carouselAnim 60s infinite alternate linear;
      }
      .testimonialscontainer .items .entry {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        width: 20em;
        background: #00e1ff57;
        margin: 1em;
        padding: 1em;
        border-radius: 10px;
        box-shadow: 0 0 7px 0px #00e1ff ;
      }
      .testimonialscontainer .items .entry p {
        text-align: center;
        padding: 1em;
        
      }

      
      .testimonialscontainer .items .entry p.name {
        font-weight: bold;
        
      }
      @keyframes carouselAnim {
        from {
          transform: translate(0, 0);
        }
        to {
          transform: translate(calc(-100% + (5*300px)));
        }
      }

      @media only screen and (max-width: 768px) {
        .testimonialscontainer .items {
          animation: carouselAnim 70s infinite alternate linear;
        }
        @keyframes carouselAnim {
          from {
            transform: translate(0, 0);
          }
          to {
            transform: translate(calc(-100% + (2*150px)));
          }
        }

        .testimonialscontainer .items .entry {
            
            width: 10em;
           
          }

         
      }
      
      .testimonialscontainer .faders {
        width: 100%;
        position: absolute;
        height: 100%;
      }
      .testimonialscontainer .faders .left, .testimonialscontainer .faders .right {
        background: linear-gradient(to right, rgba(0, 204, 255, 0.274) 0%, rgba(255, 255, 255, 0) 100%);
        width: 10%;
        height: 100%;
        position: absolute;
        z-index: 200;
      }
      .testimonialscontainer .faders .right {
        right: 0;
        background: linear-gradient(to left, rgba(0, 174, 255, 0.267)  0%, rgba(255, 255, 255, 0) 100%);
      }

    


 
#testimonial_area {
	padding: 10% 0;
    box-shadow: rgba(5, 5, 5, 5) 20px 5px 20px;
}
.box-area {
	padding: 30px;
	position: relative;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 40px 0;
}
.box-area h5 {
	font-size: 16px;
	font-weight: 700;
	color: #0a69ed;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box-area span {
	color: #262626;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	color: white;
}
.box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
    left: -320px;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
}
.box-area .img-area img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.socials {
	margin-top: 30px;
}
.socials i {
	margin: 0 10px;
	color: #0a69ed;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0a69ed;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}





    
    .testimonials{
        width: 100%;
        margin: auto;
        text-align: center;
        padding-top: 20px;
        color: white;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .testimonialsrow{
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction : row; 
        flex-flow : wrap;
 
    }



    .testimonials-col{
        flex-basis: 22%;
        border-radius: 10px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        position: relative;
        overflow: hidden;
        
    }

    .testimonials-col p{
        font-style: italic;
        font-size: 20px;
        color: white;
    }

    .testimonials h1{
        font-size: 100px;
        padding-bottom: 10px;
    }

    .testimonials h5{
        line-height: 80px;
        font-size: 33px;
    }


    .testimonialsBG{
        width: 100%;
        margin-top: 2000px;
        transition: .1s;
        background-size: cover;
        margin: auto;
        text-align: center;
        position: relative;
        text-align: center;
        background-color: black;

    }


    .testimonialsimage{
        -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
        width: 100%;
        height: 800px;
        opacity: 0.4;
        
    }



    .testimonials h2{
        line-height: 50px;
        font-size: 50px;
        margin-bottom: 70px;
    }

 
    

 

  #testimonial_area {
    padding: 5% 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/testimonials.jpg);
    background-size: cover;
    max-height: 700px;
    width: 100%;
    
    margin: auto;
     text-align: center;
    position: relative;
    text-align: center;
  }
  .box-area {
    padding: 30px;
    position: relative;
    display: block;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/testimonialscard.jpg); 
    color: #000;
     background-position: center;
        background-size: cover;
        position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 40px 0;
    border-radius: 10px;
  }
  .box-area h5 {
    font-size: 18px;
    font-weight: 700;
    color: #c9c9c9;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .section_padding h1{
    color:white;
    font-size: 100px;
    padding-bottom: 10px;
  }


  .section_padding h2{
    color:white;
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 70px;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 480px){
    .section_padding h1{
        color:white;
        font-size: 22px;
        padding-bottom: 7px;
      }
        
      .section_padding h2{
        color:white;
        line-height: 0px;
        font-size: 15px;
        margin-bottom: 10px;
      }


      #testimonial_area {
        padding: 5% 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8)),url(images/testimonials.jpg);
        background-size: cover;
        max-height: 520px;
        width: 100%;
        
        margin: auto;
         text-align: center;
        position: relative;
        text-align: center;
      }

  }


  @media only screen and (min-width: 481px) and (max-width: 768px){
    .section_padding h1{
        color:white;
        font-size: 45px;
        padding-bottom: 7px;
      }
    
    
      .section_padding h2{
        color:white;
        line-height: 10px;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 40px;
      }

      #testimonial_area {
        padding: 5% 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8)),url(images/testimonials.jpg);
        background-size: cover;
        max-height: 600px;
        width: 100%;
        
        margin: auto;
         text-align: center;
        position: relative;
        text-align: center;
      }
  }


  @media only screen and (min-width: 769px) and (max-width: 999px) {  
    .section_padding h1{
        color:white;
        font-size: 50px;
        padding-bottom: 15px;
      }
    
    
      .section_padding h2{
        color:white;
        line-height: 0px;
        font-size: 30px;
        margin-bottom: 40px;
        font-weight: 500;
      }

      #testimonial_area {
        padding: 5% 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8)),url(images/testimonials.jpg);
        background-size: cover;
        max-height: 600px;
        width: 100%;
        
        margin: auto;
         text-align: center;
        position: relative;
        text-align: center;
      }
  }

  @media only screen and (min-width: 1000px) and (max-width: 1024px) {  
    .section_padding h1{
        color:white;
        font-size: 50px;
        padding-bottom: 15px;
      }
    
    
      .section_padding h2{
        color:white;
        line-height: 0px;
        font-size: 30px;
        margin-bottom: 40px;
        font-weight: 500;
      }

      #testimonial_area {
        padding: 5% 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8)),url(images/testimonials.jpg);
        background-size: cover;
        max-height: 700px;
        width: 100%;
        
        margin: auto;
         text-align: center;
        position: relative;
        text-align: center;
      }
  }



  .box-area span {
    color: #c9c9c9;
    display: block;
    font-size: 15px;
    
    margin: 0 0 10px;
    font-weight: 600;
  }
  .box-area .content {
    color: white;
  }
  .box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 20px;
    left: -320px;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
  }
  .box-area .img-area img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .socials {
    margin-top: 30px;
  }
  .socials i {
    margin: 0 10px;
    color: #0a69ed;
    font-size: 18px;
  }
  #testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #testimonial_area .owl-prev,
  #testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
  }
  #testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
  }
  #testimonial_area .owl-next {
    right: -60px;
    top: -30px;
  }
  @media only screen and (max-width: 991px) {
    .owl-nav {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .box-area {
      text-align: center;
    }
    .owl-nav {
      display: none;
    }
  }
  











    .becomeapartner{
        width: 80%;
        margin: auto;
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 100px 0;
        font-size: 50px;
        color: white;
        top: 100px;

    }


    .becomeapartnerBG{
        width: 100%;
        margin: auto;
        background-image: linear-gradient(rgba(0, 0, 0, 0.795),rgba(0, 0, 0, 0.822)),url(images/partnerwithusimage.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 10px 0;
        padding-bottom: 50px;
        font-size: 65px;
        color: white;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
  
    }

    


    .becomeapartner h2{
        font-size: 30px;
        line-height: 50px;
        color: white;
        margin-bottom: 40px;
        padding: 0;
    }


    .becomeapartnerbtn{
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 25px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.5s;
    }


    .becomeapartnerbtn:hover{
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 28px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
        border-radius: 5px;
    

    }


    #backtotopbtn {
      display: ; 
      position: fixed;
      bottom: 20px; 
      right: 30px;
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: #0070f3; 
      color: white; 
      cursor: pointer; 
      padding: 15px; 
      border-radius: 10px; 
      font-size: 18px; 
    }

    #backtotopbtn:hover {
        background-color: #0070f3; 
    }






    


    footer{
        position: relative;
        bottom: 0;
    }

    .footer-distributed{
        background-color: #0c1012;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font: bold 16px sans-serif;
        padding: 50px 50px 60px 50px;
        margin-top: 0px;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: inline-block;
        vertical-align: top;
    }

 

    .footer-distributed .footer-left{
        width: 30%;
    }

    .footer-distributed h3{
        color:  #ffffff;
        font: normal 36px 'Poppins';
        margin: 0;
    }

    

   .footer-distributed .footer-left img{
        width: 60%;
        height: 60%;
    }

    .footer-distributed h3 span{
        color:  #e0ac1c;
    }

   

    .footer-distributed .footer-links{
        color:  #ffffff;
        margin: 20px 0 12px;
    }

    .footer-distributed .footer-links:hover{
        color:  #ffffff;
        margin: 20px 0 12px;
        text-decoration: underline;
    }

    .footer-distributed .footer-links a{
        display:inline-block;
        line-height: 1.8;
        text-decoration: none;
        color:  inherit;
    }

    .bottomfooter{
        color:  #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        text-align: center;
    }
    
    .bottomfooter a{
        color:  #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        text-align: center;
    }
    

    .bottomfooter a:hover{
        color:  #0059ff;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        text-align: center;
    }

 




    .footer-distributed .footer-center{
        width: 35%;
    }


    .footer-distributed .footer-center i{
        background-color:  #000000;
        color: #ffffff;
        font-size: 25px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        margin: 15px 0px;
        margin-right: 15px;
        padding: 1px;
        vertical-align: middle;
    }

    .footer-distributed .footer-center i.fa fa-envelope-open-o{
        font-size: 17px;
        line-height: 38px;
    }

    .footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: ;
    margin:  10px;
    line-height: 28px;
    font-size: 20px;
    }

    .footer-distributed .footer-center p span{
        display:block;
        font-weight:300;
        font-weight: normal;
        font-size: 14px;
        line-height: 2px;
    }

    .footer-distributed .footer-center p a{
        color:  #ffffff;
        font-weight:400;
        font-size: 20px;
        text-decoration: none;
    }

    .footer-distributed .footer-center p a:hover{
        color:  #0059ff;
        font-weight:400;
        font-size: 22px;
        text-decoration: underline;
    }





    .newsletter {
        background-image: linear-gradient(to right top, #004a86, #05357e, #0055c4, #004ea8, #00779b, #0049b8, #0055a5, #004e9b, #0062a1, #00729c, #007f8f, #008a81);
        margin: 0 auto;
        text-align: center;
        max-width: 330px;
        padding: 50px 30px;
        border-radius: 5px;
        color: white;
        
    }

    .newsletter p{
        font-size: 16px;
        line-height: 24px;
        color: rgba(255,255,255,0.8);
        margin-bottom: 30px;
    }

    .newsletter hr{
        width: 70px;
        height: 3px;
        margin: 30px auto;
        border:0;
        background: rgba(255,255,255,0.5);
    }

    .newsletter input{
        border-radius: 3px;
        background-color: rgba(0,0,0,0.4);
        width: 230px;
        height: 40px;
        margin-bottom: 36px;
        border:0;
        padding: 0 20px;
        color: rgba(255,255,255,0.8);
        outline: none;
        box-sizing: border-box;
        font-size: 16px;
    }
    ::placeholder{
        color: lightgrey;
    }

    .newsletter button{
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 3px;
        height: 50px;
        background-color: transparent;
        color: #fff;
        padding: 0px 28px;
        cursor: pointer;
        font-size: 16px;
        transition: 0.5s;
    }


    .newsletter button:hover{
        background-color: #009213;
        border-color: #009213;
        font-size: 17px;
        box-shadow: 0 0 20px 0px rgba(0,0,0,1);
        transition: 0.5s;
    }




    .footer-distributed .footer-right{
        width: 30%;
    }

    .footer-distributed .footer-company-about{
        line-height: 20px;
        color:  #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

    .footer-distributed .footer-company-about span{
        display: block;
        color:  #ffffff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer-distributed .footer-icons{
     margin-top: 25px;
    }

    .footer-distributed .footer-icons a{
        display: inline-block;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color:  #33383b;
        border-radius: 2px;

        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;

        margin-right: 3px;
        margin-bottom: 5px;
    }





 

@media only screen and (min-width: 320px) and (max-width: 480px){

    .header{
    
    width: 100%;
    height: 150px;
    padding-bottom: 50px;
    padding-top: 150px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headerimage.png);
    background-position:center center;
    background-size: cover;
    position: relative;
    }


    .container{
    width: 100%;
    height: 100px;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
    }


   
    
      
    .myphulogo{
    width: 70px;
    cursor: pointer;
    top: 32px;
    left: 5%;
    position: absolute;
    
    }

   
    .maintext{
    width: 80%;
    height: 30px;
    color:white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    }
    .maintext h1 {
    font-size: 24px;
    margin-bottom: 10px;
    
    color: white;
    }


    .maintext h3{
        font-size: 20.6px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-weight: 500;
        }


    .maintext h6{
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: white;
    font-weight: 400;

    }
    
    .booknowbtn{
        
        margin:2px ;
        margin-top: 20px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 6px 10px;
        font-size: 15px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
        margin-top: 40px;
        margin:20px ;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 15px 35px;
        font-size: 15px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }




    .aboutus{
        width: 90%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: ;
        text-align: center;
       background: transparent;
        font-size: 48px;
        color: black;
        transition: 0.5s;
        

    }



    .aboutusBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 40px;
        font-size: 65px;
        background:none;
        
        transition: 0.5s;

    }


    .aboutusimages{
        height: 0%;
        width: 100%;
        margin-top: 0%;
    }


   .aboutus h1{
        font-size: 33px;
        color: black;
        margin: 0px;
        margin-top: 20px;
    }


    


    .aboutus h6{
        font-size: 30px;      
        text-align: left;
        margin-bottom: 0px;
        color: black;
        transition: 0.5s;

    }


    .aboutus p{
        color: black;
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
        padding-top: 15px;

    }
    .aboutusrow{
        margin-top: 5px;
       
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .aboutus-col{
        margin: auto;
        margin-left: 0%;
        flex-basis: 100%;
        
        background: none;
        
       
        padding: 20px 10px;
        padding-right: 12px;
        box-sizing: border-box;
        
    }

    .aboutus-col2{
  display: none;
    }
 

    .aboutus-col3{
        display: inline-block;
        margin: auto;
        width: 100%;
        height: 100%;
         }
      



 
    

    .for-col{
        flex-basis: 100%;
        color: black;
        border-radius: 10px;
        margin-bottom:60px;
        padding-bottom: 10px;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        background:none;
        transition: 0.5s;
        box-shadow: 0 0 20px 0px rgba(31, 31, 31, 0.5);
      
    
    }

    .for-col:hover{
   
        box-shadow: 0 0 20px 0px rgba(6, 186, 231, 0.822);
        transition: 0.5s;
    }

    .for-col img{
        width: 100%;
       
       padding-bottom: 0px;
        border-radius: 10px;
        top: 0;
       left: 0;

    }


    .forrow .for-col h1{
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        margin: 0px;
        
    
    }
    

  
    .for{
        width: 90%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 20px;
        font-size: 65px;
        color: white;
    }

   

    .forrow .for-col h2{
        color: black;
        font-size: 15px;
        font-weight: 300;
        margin: 0px;
        padding: 10px;
        padding-bottom: 0px;
        line-height: 25px;
        margin-top: 0px;
       
    }


    .forrow{
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .forBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 60px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(images/graduationcap.jpg);
        
        

    }


    

    .getstartedbtn{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 10px 10px;
        font-size: 15px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .getstartedbtn:hover{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 10px 10px;
        font-size: 18px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .getstartedbtnwork{
        text-align: left;
    }



    .whyhireatutor{
        width: 100%;
        margin: auto;
        margin-top: 0px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
        font-size: 20px;
        color: white;
        transition: 0.5s;

    }



    .whyhireatutorBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 0px;
        font-size: 20px;
        background:none;
        transition: 0.5s;

    }


    .whyhireatutor h4{
        font-size: 20px;

        font-weight: 600;
        text-align: left;
        font-weight: 600;
        padding-left: 7px;
        margin: 1px 0;
        color: black;
        transition: 0.5s;

    }



    .whyhireatutor h1{
        font-size: 33px;
        color: black;
        margin: 0px;
        margin-top: 20px;
    }




    .whyhireatutor p{
        color: black;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
        padding: 5px;
        padding-left: 7px;

    }
    .whyhireatutorrow{
        margin-top: 5px;
        display: flex;
        justify-content: center;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .whyhireatutor-col{
        margin: 20px;
        flex-basis: 100%;
        background: white;
        border-radius: 10px;
        margin-bottom: 1%;
        margin-top: 15px;
        padding:20px 12px;
        box-sizing: border-box;
        transition: 0.5s;
    }


    .whyhireatutor-col:hover{
        box-shadow: 0 0 20px 0px #0070f3 ;
        transition: 0.5s;
    }


    .learnmorebtn{
        
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 2px solid #0070f3;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 15px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .learnmorebtn:hover{
       
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


}



@media only screen and (min-width: 320px) and (max-width: 480px)   {

    .testimonials{
        width: 100%;
        margin: auto;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 0px;
        color: white;

    }


    .testimonialsrow{
    margin-top: 1px;
    display: flex;
    justify-content: center;
    flex-direction : column; 
    flex-flow : wrap;
}
 

    .testimonials-col{
        margin: auto;
        flex-basis: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        position: relative;
        overflow: hidden;
        
    }

    .testimonials-col p{
        font-style: italic;
        font-size: 12px;
        color: white;
    }

    .testimonials h1{
        font-size: 22px;
        padding-bottom: 7px;
    }

    .testimonials h5{
        line-height: 0px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .testimonials h2{
        line-height: 5px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .testimonialsBG{
        width: 100%;
        margin-top: 0px;
        transition: .1s;
        background-size: cover;
        margin: auto;
        text-align: center;
        position: relative;
        text-align: center;
        background-color: black;

    }

    .testimonialsimage{
        -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
        width: 100%;
        height: 500px;
        opacity: 0.4;
        
    
   }  
}






@media only screen and (min-width: 320px) and (max-width: 480px)   {

    .becomeapartner{
        width: 85%;
        margin: auto;
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 50px 0;
        color: white;
       
    }


    .becomeapartnerBG{
        width: 100%;
        margin: auto;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url(images/partnerwithusimage.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 0px 0;
        color: white;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
  
    }

    .becomeapartner h2{
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: white;
        margin-bottom: 5px;
        padding-bottom: 0PX;
    }

     .becomeapartner h1{
        font-size: 28px;
        color: white;
        margin-bottom: 13px;
        padding: 0;
    }



    .becomeapartnerbtn{
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 10px 20px;
        font-size: 17px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.5s;
    }


    .becomeapartnerbtn:hover{
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
        border-radius: 5px;
        

    }


}




@media only screen and (min-width: 320px) and (max-width: 480px)   {

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        flex-flow: column;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

.footer-distributed .footer-left h3{
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
    }
   

.footer-distributed .footer-left img{
      width: 220px;
      height: 220px;
      position: relative;
      margin: auto;
      text-align: center;
    }

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
    font-size: 18px;
    padding-top: 15px;
}


  


.newsletter {
    background-image: linear-gradient(to right top, #004a86, #05357e, #0055c4, #004ea8, #00779b, #0049b8, #0055a5, #004e9b, #0062a1, #00729c, #007f8f, #008a81);
    margin: 0 auto;
    text-align: center;
    max-width: 330px;
    padding: 30px 10px;
    border-radius: 5px;
    color: white;
  margin-top: 40px;
}

.newsletter p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0px;
}

.newsletter hr{
    width: 100px;
    height: 3px;
    margin: 30px auto;
    border:0;
    background: rgba(255,255,255,0.5);
}

.newsletter input{
    border-radius: 3px;
    background-color: rgba(0,0,0,0.4);
    width: 190px;
    height: 40px;
    margin-bottom: 36px;
    border:0;
    padding: 0 20px;
    color: rgba(255,255,255,0.8);
    outline: none;
    box-sizing: border-box;
    font-size: 15px;
}
::placeholder{
    color: lightgrey;
}

.newsletter button{
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    padding: 0px 28px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.5s;
}


.newsletter button:hover{
    background-color: #009213cc;
    border-color: #009213cc;
    font-size: 15px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
    transition: 0.5s;
    
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    text-align: center;

}

.footer-distributed{
    background-color: #0c1012;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 0px;
}
.footer-distributed h3{
    color:  #ffffff;
    font: normal 30px 'Poppins';
    margin: 0;
}

footer { position: static; }

}



@media only screen and (min-width: 320px) and (max-width: 480px) {

    #backtotopbtn {
      display: ; 
      position: fixed; 
      bottom: 20px; 
      right: 10px;
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: #0070f3;
      color: white; 
      cursor: pointer; 
      padding: 8px; 
      border-radius: 10px; 
      font-size: 12px; 
    }

    #backtotopbtn:hover {
        background-color: #0070f3; 
    }

}


 



@media only screen and (min-width: 481px) and (max-width: 768px){
    
    #menuList1{
        display: none;
    }
    #menulist2{
        display: block;
    }

    #menuList{
        display: block;
    } 

    .dropdown2{
        display: block;
    }

    #toggle{
        display: block;
    }

    #toggle{
        position: fixed;
        top: 47px;
        right: 7%;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background:rgba(0, 0, 0, 0.2);
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }
    

    .toggle{
        position: fixed;
        top: 56px;
        right: 6%;
        width: 32px;
        height: 30px;
        border-radius: 5px;
        background:rgba(255, 255, 255, 0.5);
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        
    }



    #toggle:before{
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: black;
        transform: translateY(-5px);
        transition: 0.2s;
        
    }
    
        
    #toggle{
        top: 75px;
        content: '';
        position: fixed;
        width: 20px;
        height: 2px;
        background:black;
        transform: translateY(-5px);
        transition: 0.2s;
        
    }
   

   



    #toggle:after{
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: black;
        transform: translateY(5px);
        transition: 0.2s;
        
    }
    

    #toggle.active::before{
        transform: translateY(0px) rotate(45deg);
    }
    
    #toggle.active::after{
        transform: translateY(0px) rotate(-45deg);
    }
    
    #menulist2{
        position: fixed;
        top: 40px;
        right: -50%;
        width: 30%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/forimage.jpg);
         background-position: center;
        background-size: cover;
        transition: 0.5s;
        z-index: 2;
        padding-bottom: 130px;
    }
    
    #menulist2.active{
        right:0px;
    }
    
    
    
    
    #menulist2 ul{
        position: relative;
        margin-top: 50px;
    
    }
    
    #menulist2 ul li{
        list-style: none;
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
    }
    
    #menulist2 ul li:hover{
        background: none;
    }
    
    #menulist2 ul li a{
        color: white;
        text-decoration: none;
        font-size: 14px;
        float: left;
        letter-spacing: 0px;
        text-decoration: none;
        transition: 0.5s;
        line-height: 9px;
    }
    
    #menulist2 ul li a:hover{
        color: #0070f3;
        text-decoration: none;
        font-size: 14px;
        float: left;
        letter-spacing: 0px;
        text-decoration: underline;
        transition: 0.5s;
        line-height: 9px;
    }

    



    .dropbtn2{    
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border: none;
    padding: 0 56px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    background-color: #0070f3;
    color: white;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 4px 14px 0 rgb(0 118 255 / 39%);
    transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
    }
    .dropbtn2:hover{
        background: rgba(0,118,255,0.9);
        box-shadow: 0 6px 20px rgb(0 118 255 / 23%);
    }
    


    

      
      .dropdown2 {
        margin: auto;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
      }
      
      .dropdown2-content {
        display: none;
        position: absolute;
        margin: 0%;
        padding-top: 10px;
        padding-bottom: 20px;
        text-decoration: none;
        font-size: 16px;
        background: rgb(0, 60, 129);
        min-width: 200px;
        overflow: auto; 
        z-index: 1;
      }
      
      .dropdown2-content a {
        color: white;
        padding: 7px 16px;
        text-decoration: underline;
        display: block;
        font-size: 16px;
      }
      

      .dropdown2-content a:hover {
        color: rgb(255, 255, 255);
        padding: 7px 16px;
        text-decoration: underline;
        display: block;
        font-size: 16px;
      }

      .dropdown2 a:hover{
          background: rgba(0,118,255,0.9);
      }
      .show {display: block;}
     




      #cookiePopup {
        background: white;
        width: 50%;
        position: fixed;
        bottom: 20px;
        right: 10px;
        box-shadow: 0px 0px 15px #000329;
        padding: 5px 10px;
        z-index: 11;
        font-size: 15px;
        padding: 20px 20px 20px 20px;
       
      }
      
        #cookiePopup p a{
        text-align: left;
        font-size: 15px;
        color: #0044ff;
      }
      #cookiePopup button{
        width: 100%;
        border: navajowhite;
        background: #097fb7;
        padding: 5px;
        border-radius: 10px;
        color: white;
        cursor: pointer;
        font-size: 15px;
        margin-top: 10px;
      }
    






    .header{
    
    width: 100%;
    height: 350PX;
    padding-bottom: 50px;
    padding-top: 100px;
     background-image: linear-gradient(rgba(0, 0, 0, 0.1 rgba(0, 0, 0, 0.1)1)),url(images/headerimage.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    }


    .container{
    width: 100%;
    height: 10px;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
    }


   

    
    .menu-icon{
        display: block;
        margin: auto;
        width: 35px;
        
              
    }



    .myphulogo{
        width: 100px;
        cursor: pointer;
        top: 48px;
        left: 5%;
        position: absolute;
    
    }

    .maintext{
    width: 80%;
    height: 30px;
    color:white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    }
    .maintext h1 {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    }


    .maintext h3{
        font-size: 24px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-weight: 400;
        color: white;
        }


    .maintext h6{
    font-size: 27px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: 400;
    }
    
      .booknowbtn{
        
        margin:2px ;
        margin-top: 20px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 10px;
        font-size: 18px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
        margin-top: 40px;
        margin:20px ;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 13px 10px;
        font-size: 19px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }

}




@media only screen and (min-width: 481px) and (max-width: 768px){

    .aboutus{
        width: 90%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: ;
        text-align: center;
       background: transparent;
        font-size: 65px;
        color: black;
        transition: 0.5s;
      

    }



    .aboutusBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 40px;
        font-size: 65px;
        background:none;
        
        transition: 0.5s;

    }


    .aboutusimages{
        margin-top: 0px;
        height: 100%;
        width: 100%;
    }


    .aboutus h1{
        font-size: 33px;
        color: black;
        margin: 0px;
        margin-top: 20px;
    }


    .aboutus h6{
        font-size: 32px;      
        color: black;
    margin-bottom: 0px;
    

    }


    .aboutus p{
        color: black;
        font-size: 17px;
        line-height: 35px;
        padding: 0px;
       
        padding-top: 15px;

    }
    .aboutusrow{
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .aboutus-col{
        margin: auto;
        margin-left: 0%;
        flex-basis: 100%;
        
        background: none;
        
       
        padding: 50px 10px;
        padding-right: 12px;
        box-sizing: border-box;
        
    }

    .aboutus-col2{
        display: none;
    }
       
      
   .aboutus-col3{
        display: inline-block;
        margin: auto;
        width: 100%;
        height: 100%;
    }
 

   

        
    


}




@media only screen and (min-width: 481px) and (max-width: 768px){

    .for-col{
        flex-basis: 100%;
        color: black;
        border-radius: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        background:none;
        transition: 0.5s;
        box-shadow: 0 0 20px 0px rgba(31, 31, 31, 0.5);
    
    }

    .for-col:hover{
   
        box-shadow: 0 0 20px 0px rgba(6, 186, 231, 0.822);
        transition: 0.5s;
    }

    .for-col img{
        width: 100%;
       
       padding-bottom: 0px;
        border-radius: 10px;
        top: 0;
       left: 0;

    }
    


    .for{
        width: 80%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 10px;
        font-size: 22px;
        color: black;
    }



    .forrow .for-col h2{
        color: black;
        font-size: 18px;
        font-weight: 300;
        margin: 0px;
        padding: 10px;
        line-height: 25px;
        margin-bottom: 10px;
        margin-top: 0px;
       
    }

    .forrow .for-col h1{
        font-size: 22px;
        line-height: 35px;
        font-style: bold;
        font-weight: 800;
        padding-bottom: 0px;
        text-align: center;
        margin: auto;
        margin-bottom: 0px;
        margin-top: 10px;
        
        
    
    }


    .for h1{
        font-size: 60px;
        padding-bottom: 10px;
    }

    .for h4{
        width: 80%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 10px;
        font-size: 30px;
        color: white;
        line-height: 40px;

    }


    .forrow{
        padding-top: 0px;
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
     
 
        }

    .forBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 60px;
        font-size: 60px;
        background: #e3e6eb; 

    }
    .getstartedbtn{
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 34px;
        font-size: 16px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
    }


    .getstartedbtn:hover{
        display: inline-block;
        text-decoration: underline;
        color: white;
        border: none;
        padding: 0;
        font-size: 16px;
        padding: 12px 34px;
        border-radius: 5px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
        padding-bottom: 10px;
        padding-top: 10px;
    }



    .learnmorebtn{
        margin: auto;
        margin-top: 25px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 34px;
        font-size: 25px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .learnmorebtn:hover{
        margin: auto;
        margin-top: 25px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 27px;
        border-radius: 5px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
    }




}






@media only screen and (min-width: 481px) and (max-width: 768px){
    .whyhireatutor{
        width: 100%;
        margin: auto;
        margin-top: 0px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
        font-size: 30px;
        color: white;
        transition: 0.5s;

    }



    .whyhireatutorBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.03),rgba(0, 0, 0, 0.03)),url(images/ourworkbg5.jpg);
        transition: 0.5s;

    }


    
    .whyhireatutor h1{
        font-size: 55px;

        color: black;
       

    }


    
    .whyhireatutor h4{
        font-size: 25px;

        font-weight: 600;
        text-align: left;
       
        padding-left: 7px;
        margin: 1px 0;
        color: black;
        transition: 0.5s;

    }



    .whyhireatutor p{
        color: black;
        text-align: left;
        font-size: 15px;
        line-height: 23px;
        padding: 5px;
        font-weight: 400;
        padding-left: 7px;

    }
    .whyhireatutorrow{
        margin-top: 5px;
        display: flex;
        justify-content: center;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .whyhireatutor-col{
        margin: 20px;
        flex-basis: 100%;
        background: white;
        border-radius: 10px;
        margin-bottom: 1%;
        margin-top: 15px;
        padding:20px 12px;
        box-sizing: border-box;
        transition: 0.5s;
    }


    .whyhireatutor-col:hover{
        box-shadow: 0 0 20px 0px #00e1ff ;
        transition: 0.5s;
    }
 

}






@media only screen and (min-width: 481px) and (max-width: 768px){

    .testimonials{
        width: 100%;
        margin: auto;
        margin-top: 0px;
        text-align: center;
        padding-top: 10px;
        color: white;

    }


    .testimonialsrow{
    margin-top: 1px;
    display: flex;
    justify-content: center;
    flex-direction : column; 
    flex-flow : wrap;
}
 

    .testimonials-col{
        margin: auto;
        flex-basis: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        position: relative;
        overflow: hidden;
        
    }

    .testimonials-col p{
        font-style: italic;
        font-size: 18px;
        line-height: 25px;
        color: white;
    }

    .testimonials h1{
        font-size: 45px;
        padding-bottom: 7px;
    }

    .testimonials h5{
        line-height: 0px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .testimonials h2{
        line-height: 10px;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .testimonialsBG{
        width: 100%;
        margin-top: 20px;
        transition: .1s;
        background-size: cover;
        margin: auto;
        text-align: center;
        position: relative;
        text-align: center;
        background-color: black;

    }

   .testimonialsimage{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
        width: 100%;
        height: 600px;
        opacity: 0.4;
   } 
}







@media only screen and (min-width: 481px) and (max-width: 768px){

    .becomeapartner{
        width: 80%;
        margin: auto;
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 50px 0;
        color: white;
       
    }


    .becomeapartnerBG{
        width: 100%;
        margin: auto;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6 rgba(0, 0, 0, 0.8)6)),url(images/partnerwithusimage.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 0px 0;
        color: white;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
  
    }

    .becomeapartner h2{
        font-size: 23px;
        line-height: 40px;
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        padding-bottom: 0PX;
    }

     .becomeapartner h1{
        font-size: 40px;
        color: white;
        margin-bottom: 20px;
        padding: 0;
    }



    .becomeapartnerbtn{
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 10px 20px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.5s;
    }


    .becomeapartnerbtn:hover{
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
        border-radius: 5px;
        

    }


}










@media only screen and (min-width: 481px) and (max-width: 768px){

  .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        flex-flow: column;
    }

    .footer-distributed .footer-left img{
      width: 250px;
      height: 250px;
      position: relative;
      margin: auto;
      text-align: center;
    }



    .footer-distributed .footer-center i{
        margin-left: 0;
    }


    .footer-distributed .footer-left h3{
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
    }
   
.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
    font-size: 18px;
    padding-top: 15px;
}


  


.newsletter {
    background-image: linear-gradient(to right top, #004a86, #05357e, #0055c4, #004ea8, #00779b, #0049b8, #0055a5, #004e9b, #0062a1, #00729c, #007f8f, #008a81);
    margin: 0 auto;
    text-align: center;
    max-width: 330px;
    padding: 30px 10px;
    border-radius: 5px;
    color: white;
    margin-top: 40px;
  
}

.newsletter p{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0px;
}

.newsletter hr{
    width: 100px;
    height: 3px;
    margin: 30px auto;
    border:0;
    background: rgba(255,255,255,0.5);
}

.newsletter input{
    border-radius: 3px;
    background-color: rgba(0,0,0,0.4);
    width: 320px;
    height: 40px;
    margin-bottom: 36px;
    border:0;
    padding: 0 20px;
    color: rgba(255,255,255,0.8);
    outline: none;
    box-sizing: border-box;
    font-size: 15px;
}
::placeholder{
    color: lightgrey;
}

.newsletter button{
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    padding: 0px 28px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.5s;
}


.newsletter button:hover{
    background-color: #009213cc;
    border-color: #009213cc;
    font-size: 15px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
    transition: 0.5s;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    text-align: center;

}

.footer-distributed{
    background-color: #0c1012;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 0px;
}
.footer-distributed h3{
    color:  #ffffff;
    font: normal 30px 'Poppins';
    margin: 0;
}

footer { position: static; }

}



@media only screen and (min-width: 481px) and (max-width: 768px){

    #backtotopbtn {
      display: ; 
      position: fixed; 
      bottom: 20px; 
      right: 10px; 
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: #0070f3; 
      color: white; 
      cursor: pointer; 
      padding: 8px;
      border-radius: 10px; 
      font-size: 18px; 
    }

    #backtotopbtn:hover {
        background-color: #0070f3; 
    }

}







 



@media only screen and (min-width: 769px) and (max-width: 1024px) {   



   .container{
        width: 100%;
        height: 100vh;
        padding-left: 8%;
        padding-right: 8%;
        box-sizing: border-box;
        overflow: hidden;


    }


    .navbar{
        width:100%;
        margin-top: 50px;
        display: flex;
        align-items: center;


    }

    .myphulogo{
        width: 120px;
        cursor: pointer;
        top: 520px;
        margin: 0px 0;
        margin-top: 8px;
    
    }


    .menu-icon{
        width: 25px;
        cursor: pointer;
        display: none;

    }

    nav{
        flex: 1;
        text-align: right;



    }

    nav ul li{
        list-style: none;
        display: inline-block;
        margin-right: 8px;

    }

    nav ul li a{
        text-decoration: none;
        color: white;
        font-size: 15px;
        transition: 0.5s;  


    }

    nav ul li a:hover{
         margin: auto;
        display: inline-block;
        text-decoration: none;
        color: #0070f3;
        border: 1px solid white;
        padding: 5px 10px;
        font-size: 15px;
        border-radius: 5px;
        background: white;
        cursor: pointer;
        transition: 0.5s;
    }









    
    .header{
        margin-bottom: 0px;
        width: 100%;
        padding-bottom: 100px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headerimage.png);
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .maintext{
        color: white;
        width: 80%;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .maintext h1{
        font-size: 35px;
        color: white;
        padding-bottom: 10px;
    }

    .maintext h3{
    font-size: 42.1px;
    color: white;
    font-weight: 400;
    padding-bottom: 0px;
    }

    .booknowbtn{
        margin-top: 40px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 44px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        border-radius: 3px;
    }


.booknowbtn:hover{
    
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #0070f3;
    padding: 12px 44px;
    font-size: 22px;
    background: #0070f3;
    cursor: pointer;
    border-radius: 3px;

    }



    
    #cookiePopup {
        background: white;
        width: 50%;
        position: fixed;
        bottom: 20px;
        right: 10px;
        box-shadow: 0px 0px 15px #000329;
        padding: 5px 10px;
        z-index: 11;
        font-size: 16px;
        padding: 20px 20px 20px 20px;
       
      }
      
        #cookiePopup p a{
        text-align: left;
        font-size: 16px;
        color: #0044ff;
      }
      #cookiePopup button{
        width: 100%;
        border: navajowhite;
        background: #097fb7;
        padding: 5px;
        border-radius: 10px;
        color: white;
        cursor: pointer;
        font-size: 16px;
        margin-top: 10px;
      }


}


@media only screen and (min-width: 769px) and (max-width: 1024px){

   
    
    
    .aboutus{
        width: 90%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0%;
        text-align: center;
        background: none;
        font-size: 65px;
        color: black;
     
    }



    .aboutusBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 0px;
        font-size: 65px;
        background:none;
        
        transition: 0.5s;

    }


    .aboutusimages{
        height: 100%;
        width: 90%;
    }


    .aboutus h1{
        font-size: 84px;
        text-align: center;
        margin: 0px;
        color: black;
        transition: 0.5s;

    }


    .aboutus h4{
        font-size: 32px;
        
        
        text-align: center;
        margin: 0px 0;
        color: black;
        transition: 0.5s;

    }


    .aboutus h6{
        color: black;
        margin-bottom: 0px;
        
    }

    .aboutus p{
        color: black;
        font-size: 17px;
        line-height: 35px;
        padding: 10px;
        padding-right: 20px;
        padding-top: 15px;

    }
    .aboutusrow{
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .aboutus-col{
        margin: auto;
        margin-left: 0%;
        flex-basis: 100%;
        
        background: none;
        
       
        padding: 50px 20px;
        padding-right: 0px;
        box-sizing: border-box;
        
    }

    .aboutus-col2{
        
        margin: auto;
        margin-left: 0%;
        flex-basis: 50%;
        display: inline-block;
        background: none;       
        padding: 0px 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }
 


    .aboutus-col3{
       
        display: none;
    }





}



@media only screen and (min-width: 769px) and (max-width: 1024px){

    .for-col{
        flex-basis: 48%;
        color: blackblack;
        border-radius: 10px;
        margin-bottom:60px;
        padding-bottom: 10px;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        background:none;
        transition: 0.5s;
        box-shadow: 0 0 20px 0px rgba(31, 31, 31, 0.5);
      
    
    }

    .for-col:hover{
   
        box-shadow: 0 0 20px 0px rgba(6, 186, 231, 0.822);
        transition: 0.5s;
    }

    .for-col img{
        width: 100%;
       
       padding-bottom: 0px;
        border-radius: 10px;
        top: 0;
       left: 0;

    }


    .forrow .for-col h1{
        font-size: 23px;
      
        font-style: bold;
        font-weight: 800;
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
        margin: 0px;
        
    
    }
    

    .for h4{
        width: 80%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 0px;
        font-size: 50px;
        color: black;
        line-height: 60px;

    }

    .for{
        width: 90%;
        background-color: none;
        margin: auto;
        text-align: center;
        padding-top: 90px;
        font-size: 65px;
        color: black;
    }

   

    .forrow .for-col h2{
        color: black;
        font-size: 18px;
        font-weight: 300;
        margin: 0px;
        padding: 10px;
        padding-bottom: 0px;
        line-height: 25px;
        margin-top: 0px;
       
    }


    .forrow{
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        flex-direction : row; 
        flex-flow : wrap;
 
    }


    .forBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 80px;
        font-size: 60px;
        background:none;
        
        

    }


    .getstartedbtn{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 34px;
        font-size: 15px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .getstartedbtn:hover{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 18px;
        border-radius: 5px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
    }






    .learnmorebtn{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        border-radius: 5px;
        padding: 12px 34px;
        margin-top: 30px;
        font-size: 20px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;

    }


    .learnmorebtn:hover{
        margin: auto;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid #0070f3;
        padding: 12px 34px;
        font-size: 22px;
        margin-top: 30px;
        border-radius: 5px;
        background: #0070f3;
        cursor: pointer;
        transition: 0.5s;
    }




}





@media only screen and (min-width: 769px) and (max-width: 1024px){
   
    .whyhireatutor{
        width: 90%;
        margin: auto;
        margin-top: 0px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 45px;
        color: black;
        transition: 0.5s;

    }



    .whyhireatutorBG{
        width: 100%;
        background-size: cover;
        margin: auto;
        text-align: center;
        padding-top: 1px;
        font-size: 65px;
        background:none;
        transition: 0.5s;
        padding-bottom: 50px;

    }


    .whyhireatutor h4{
        font-size: 23px;

        font-weight: 600;
        text-align: left;
        font-weight: 600;
        padding-left: 20px;
        margin: 10px 0;
        color: black;
        transition: 0.5s;

    }



    .whyhireatutor p{
        color: black;
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        padding: 10px;
        padding-left: 20px;

    }
    .whyhireatutorrow{
        margin-top: 5px;
        display: flex;
        justify-content: center;
        flex-direction : row; 
        flex-flow : wrap;
 
    }


    .whyhireatutor-col{
        margin: 20px;
        flex-basis: 44%;
        background: black;
        border-radius: 10px;
        margin-bottom: 1%;
        margin-top: 50px;
        padding:20px 12px;
        box-sizing: border-box;
        transition: 0.5s;
    }


    .whyhireatutor-col:hover{
        box-shadow: 0 0 20px 0px #00e1ff ;
        transition: 0.5s;
    }
   

}







@media only screen and (min-width: 769px) and (max-width: 1024px){

footer{
    position: relative;
    bottom: 0;
}

.footer-distributed{
    background-color: #0c1012;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}



.footer-distributed .footer-left{
    width: 25%;
}





.footer-distributed .footer-left h3{
    color:  #ffffff;
    font-size: 30px;
    padding-top: 15px;
    font-family: 'Poppins', sans-serif
}



.footer-distributed .footer-left img{
      width: 180px;
      height: 180px;
      position: relative;
      margin: auto;
      left: 0px;
      text-align: left;
    }

.footer-distributed h3 span{
    color:  #e0ac1c;
}



.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links:hover{
    color:  #ffffff;
    margin: 20px 0 12px;
    text-decoration: underline;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}



.footer-distributed .footer-center{
    width: 30%;


}


.footer-distributed .footer-center i{
    background-color:  #000000;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 0px;
    margin-right: 15px;
    padding: 1px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa fa-envelope-open-o{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:  10px;
    line-height: 28px;
    font-size: 20px;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2px;
}

.footer-distributed .footer-center p a{
    color:  white;
    text-decoration: none;
}






.newsletter {
    background-image: linear-gradient(to right top, #004a86, #05357e, #0055c4, #004ea8, #00779b, #0049b8, #0055a5, #004e9b, #0062a1, #00729c, #007f8f, #008a81);
    
    text-align: center;
    width: 200px;
    padding: 40px 20px;
    border-radius: 5px;
    color: white;
    margin-left: 80px;
    margin-bottom: 30px;
}

.newsletter p{
    font-size: 16px;
    line-height: 24px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
}

.newsletter hr{
    width: 70px;
    height: 3px;
    margin: 30px auto;
    border:0;
    background: rgba(255,255,255,0.5);
}

.newsletter input{
    border-radius: 3px;
    background-color: rgba(0,0,0,0.4);
    width: 200px;
    height: 40px;
    margin-bottom: 36px;
    border:0;
    padding: 0px 10px;
    color: rgba(255,255,255,0.8);
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
}
::placeholder{
    color: lightgrey;
}

.newsletter button{
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    padding: 0px 28px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s;
}


.newsletter button:hover{
    background-color: #009213cc;
    border-color: #009213cc;
    font-size: 17px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
    transition: 0.5s;
}




.footer-distributed .footer-right{
    width: 30%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}




@media only screen and (min-width: 769px) and (max-width: 1024px){

    #backtotopbtn {
      display: ; 
      position: fixed;
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      border: none;
      outline: none; 
      background-color: #0070f3;
      color: white; 
      cursor: pointer; 
      padding: 8px; 
      border-radius: 10px; 
      font-size: 18px; 
    }

    #backtotopbtn:hover {
        background-color: #0070f3; 
    }










    
}



}



 



/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1025px) and (max-width: 1170px) {   

    .navbar{
           width:100%;
             margin-top: 50px;
           display: flex;
           align-items: center;          
   
       }
   
       .myphulogo{
           width: 100px;
           cursor: pointer;
           top: 520px;
           margin: 0px 0;
           margin-top: 10px;
       }
   




       
   }




   @media only screen and (min-width: 1025px) and (max-width: 1840px) {  

   .header{
    
    width: 100%;
    height: 500px;
    padding-bottom: 150px;
    
    background-position: center;
    background-size: cover;
    position: relative;
    font-size: 5px;
}

.maintext{
    color: white;
    width: 80%;
    position: absolute;
    top: 58%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
    text-align: center;
    
    }





.h2{
        font-size: 100px;
        color: white;

    }

.h3{
        font-size: 43px;
        color: white;
        font-weight: 100;
    }

.booknowbtn{
    font-size: 20px;
    font-weight: 300;
    
}






.aboutus{
    width: 90%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0%;
    text-align: center;
   
    font-size: 65px;
    color: black;
    transition: 0.5s;
    background: none;

}



.aboutusBG{
    width: 100%;
    padding-bottom: 0%;
    background-size: cover;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    font-size: 65px;
    background:none;
    margin-bottom: 0px;
    transition: 0.5s;

}


.aboutusimages{
    height: 60%;
    width: 60%;
    margin-top: 0%;
}



.aboutus h1{
        font-size: 90px;
        text-align: center;
        margin: 0px;
        color: black;
        transition: 0.5s;

    }



.aboutus h4{
    font-size: 40px;

    text-align: center;
    margin: 10px 0;
    color: black;
    transition: 0.5s;

}


.aboutus h6{
    color: black;
    margin-bottom: 0px;
    
}



.aboutus p{
    color: black;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
    padding: 0px;

}
.aboutusrow{
    margin-top: 0px;
    display: flex;
    justify-content: center;
    flex-direction : row; 
    flex-flow : wrap;

}


.aboutus-col{
    margin: 0px;
    margin-left: 0%;
    flex-basis: 100%;
    
    background: none;
    
   
    padding: 70px 60px;
    padding-right: 70px;
    box-sizing: border-box;
    transition: 0.5s;
}




.aboutus-col2{
    margin: 0px;
    margin-left: 0%;
    flex-basis: 50%;
    
    background: none;
    
    
    padding:0px 0px;
    box-sizing: border-box;
    transition: 0.5s;
}



.aboutus-col3{
    display: none;
      }






}





@media only screen and (min-width: 769px) and (max-width: 1024px){

    .container{
        width: 100%;
        height: 100%;
        padding-left: 8%;
        padding-right: 8%;
        box-sizing: border-box;
        overflow: hidden;


    }


    
    .header{
    
        width: 100%;
        height: 400px;
        padding-bottom: 150px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headerimage.png);
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .maintext{
        color: white;
        width: 80%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    

}









/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


*{
 
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    transition:all .2s cubic-bezier(.34,1.12,.68,1.31);
}











@media only screen and (min-width: 1500px) and (max-width: 1000000000000000000000px){

    .aboutusrow{
        
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .aboutus-col{
        margin: auto;
        margin-left: 0%;
        flex-basis: 100%;
        background: none;
        box-sizing: border-box;
        
    }

}






/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .header{
    
        width: 100%;
        height: 25vh;
        padding-bottom: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headermobile123.png);
        background-position: center;
        background-size: contain;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background-repeat: no-repeat;
    }


       .booknowbtn{
        
        margin:2px ;
        margin-top: 20px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid rgba(0, 112, 243, 0.9);
        padding: 6px 7px;
        font-size: 15px;
        background-color: rgba(0, 112, 243, 0.9);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
        margin-top: 20px;
        margin:2px ;
        display: inline-block;
        text-decoration: none;
        color: #0070f3;
        border: 1px solid rgba(0, 112, 243, 0.95);
        padding: 7px 10px;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.95);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }




     .maintext h1 {
    font-size: 17.5px;
    margin-bottom: 0px;
    
    color: white;
    }


    .maintext h3{
        font-size: 20.6px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-weight: 400;
        }

   
}




@media only screen and (min-width: 481px) and (max-width: 765px) {
    .header{
    
        width: 100%;
        height: 40vh;
        padding-bottom: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headermobile123.png);
        background-position: center;
        background-size: contain;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background-repeat: no-repeat;
    }


       .booknowbtn{
        
        margin:2px ;
        margin-top: 20px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid rgba(0, 112, 243, 0.9);
        padding: 8px 10px;
        font-size: 18px;
        background-color: rgba(0, 112, 243, 0.9);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
        margin-top: 20px;
        margin:2px ;
        display: inline-block;
        text-decoration: none;
        color: #0070f3;
        border: 1px solid rgba(0, 112, 243, 0.95);
        padding: 10px 10px;
        font-size: 19px;
        background: rgba(255, 255, 255, 0.95);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }




     .maintext h1 {
    font-size: 26.93px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    }



      .maintext h3{
        font-size: 24px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-weight: 400;
        color: white;
        }

   
}



@media only screen and (min-width: 766px) and (max-width: 1024px) {
    .header{
    
        width: 100%;
        height: 80vh;
        padding-bottom: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headermobile123.png);
        background-position: center;
        background-size: contain;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background-repeat: no-repeat;
    }


       .booknowbtn{
        
        margin-top: 40px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid rgba(0, 112, 243, 0.9);
        padding: 12px 44px;
        font-size: 20px;
        background-color: rgba(0, 112, 243, 0.9);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
        
        display: inline-block;
        text-decoration: none;
        color: #0070f3;
        border: 1px solid rgba(0, 112, 243, 0.95);
         padding: 12px 44px;
    font-size: 22px;
        background: rgba(255, 255, 255, 0.95);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }




     .maintext h1 {
    color: white;
       font-size: 43px;
        color: white;
        padding-bottom: 10px;
    }



      .maintext h3{
       font-size: 42.1px;
    color: white;
    font-weight: 400;
    padding-bottom: 0px;
        }

   
}



@media only screen and (min-width: 1025px) and (max-width: 1499px) {  

    .header{
    
        width: 100%;
        height: 105vh;
        padding-bottom: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headermobile123.png);
        background-position: center;
        background-size: contain;
        position: relative;
        max-width: 100%;
        max-height: 105vh;
        background-repeat: no-repeat;
    }


       .booknowbtn{
        margin:20px ;
        margin-top: 40px;
        display: inline-block;
        text-decoration: none;
        color: white;
        border: 1px solid rgba(0, 112, 243, 1);
        padding: 12px 44px;
        font-size: 20px;
        background-color: rgba(0, 112, 243, 1);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;
    }


    .booknowbtn:hover{
         margin:20px ;
        margin-top: 40px;
        display: inline-block;
        text-decoration: none;
        color: #0070f3;
        border: 1px solid rgba(0, 112, 243, 0.95);
         padding: 12px 44px;
    font-size: 22px;
        background: rgba(255, 255, 255, 0.95);
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s;

    }




     .maintext h1 {
    color: white;
       font-size: 57.3px;
        color: white;
        padding-bottom: 10px;
    }



      .maintext h3{
       font-size: 62.1px;
    color: white;
    font-weight: 400;
    padding-bottom: 0px;
        }

   
}




@media only screen and (min-width: 1500px) and (max-width: 10000000000000000000000000000000px){


     .header{
    
        width: 100%;
        height: 100%;
        padding-bottom: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(images/headermobile123.png);
        background-position: center;
        background-size: contain;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background-repeat: no-repeat;
    }
    


    .aboutusrow{
        
        display: flex;
        justify-content: space-between;
        flex-direction : column; 
        flex-flow : wrap;
 
    }


    .aboutus-col{
        margin: auto;
        margin-left: 0%;
        flex-basis: 100%;
        background: none;
        box-sizing: border-box;
        
    }

}




 