 @media(min-width:1200px) {}

 @media only screen and (max-width:1499px) {
     h1 {
         font-size: 40px;
         line-height: 50px
     }

     h2 {
         font-size: 32px;
         line-height: 42px
     }

     h3 {
         font-size: 22px;
         line-height: 32px
     }

     h4 {
         font-size: 19px;
         line-height: 28px
     }

     h5 {
         font-size: 18px;
         line-height: 28px
     }

     h6 {
         font-size: 17px;
         line-height: 27px
     }

     p {
         font-size: 16px;
         line-height: 26px
     } 

     h2.font-2 {
         font-size: 30px;
         line-height: 40px
     }




 }

 @media only screen and (max-width:1120px) {
     h1 {
         font-size: 35px;
         line-height: 45px
     }

     h2 {
         font-size: 30px;
         line-height: 40px
     }

     h3 {
         font-size: 20px;
         line-height: 30px
     }

     h4 {
         font-size: 19px;
         line-height: 28px
     }

     h5 {
         font-size: 18px;
         line-height: 28px
     }

     h6 {
         font-size: 17px;
         line-height: 26px
     }

     p {
         font-size: 16px;
         line-height: 26px
     }

     .r-g-btn {
         font-size: 16px;
         line-height: 50px
     }

     .padding-left-80 {
         padding-left: 15px
     }

     .padding-right-80 {
         padding-right: 15px
     }

     .padding-left-50 {
         padding-left: 15px
     }

     .padding-right-50 {
         padding-right: 15px
     }

 }

 @media only screen and (max-width:992px) {

     .order1 {
         order: 1
     }

     .order2 {
         order: 2
     }
 }

 @media only screen and (max-width:767px) {


     .reviewcontent {
         max-width: 90%;
         margin: -150px 20px 15px auto
     }

     .content {
         max-height: 0;
         text-align: left
     }


     .content {
         margin-bottom: 15px
     }
 

     .home-aboutus-section .dot-image {
         padding: 40px 20px
     }

     .r-g-btn {
         font-size: 15px;
         line-height: 50px;
         padding: 0 16px
     }
 
     h2.font-2 {
         font-size: 25px;
         line-height: 35px
     }

     .mm0 {
         margin: 0 !important
     }
 

     .sessions li p {
         font-size: 16px;
         line-height: 25px
     }

 }

 @media only screen and (max-width:575px) {
     h1 {
         font-size: 30px;
         line-height: 40px
     }

     h2 {
         font-size: 25px;
         line-height: 35px
     }

     h3 {
         font-size: 22px;
         line-height: 32px
     }

     h4 {
         font-size: 19px;
         line-height: 28px
     }

     h5 {
         font-size: 18px;
         line-height: 28px
     }

     h6 {
         font-size: 17px;
         line-height: 26px
     }

     p {
         font-size: 16px;
         line-height: 24px
     }

     body {
         font-size: 16px
     }

     .sec-pad {
         padding-top: 70px;
         padding-bottom: 70px
     } 

 }

 @media only screen and (max-width:450px) {
     h1 {
         font-size: 25px;
         line-height: 35px
     }

     h2 {
         font-size: 22px;
         line-height: 32px
     }

 }