/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal Laptop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

.dreamit-feature-box {
    padding: 48px 28px 48px 28px !important;
}
.dreamit-thumb img {
    width: 100%;
}
.dreamit-single-counter {
    margin-right: 43px !important;
    width: 55% !important;
}
.flag-shape-inner {
    display: none;
}
.dreamit-slider-content p {
    width: 61% !important;
}
.dreamit-section-main-title h1,
.dreamit-section-main-title h2{
    font-size: 32px;

}
.ptl-rsp {
    padding-left: 50px !important;
}
.testimonials-icon {
    right: 38px !important;
}
.dreamit-section-main-title-2 h2 {
   
    font-size: 36px !important;
}
.dreamit-section-main-title-2 h2:before {
    top: 19px !important;
}
.dreamit-section-main-title-2 h2:before {
    left: -22px !important;
    width: 21px !important;
}
/*-============= home-two===========*/
  .dreamit-section-main-title h1 {
    font-size: 29px!important;
    
}   







}


/* Tablet Tab :768px. */
@media (min-width: 768px) and (max-width: 991px) {

/*start Mobile menu*/
.header-logo{
    display: none !important;
}
.logo-txt::before {
  display: block !important;
}
.menu-toggle {
  display: block !important;
}
.header-area {
    background: #ff3c00 !important;
    padding: 30px;
}
.menu-wrapper {
    position: absolute;
    top: 60px;
    background: #fff !important;
    left: -100%;
    padding-bottom: 20px;
    height:100vh;
    width: 350px;
    transition: .5s;
}
.active-nav {
    left: 0 !important;
}
.menu-toggle {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.header-button {
    display: none !important;
}
.header-menu ul li a {
    color: #232323 !important;
    border-bottom: 1px solid #d6d6d6;
    display: block !important;
    margin: 0 !important;
    padding: 18px 0 18px 25px;
}
.header-menu ul li a:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.header-menu ul {
    text-align: left;
    display: block !important;
}
.header-menu ul li {
    display: block !important;
    padding-bottom: 0 !important;
}
.mobile-menu-icon {
    color: #6d6d6d;
    right: 0;
    float: right;
    margin-right: 30px;
    display: block !important;
    transition: .3s;
}
.header-menu ul li:hover .mobile-menu-icon {
    color: #ff3c00;
}
.header-menu .sub-menu {
    position: absolute;
    width: 250px !important;
    left: 350px !important;
    padding-bottom: 30px;
}
.header-menu ul li:hover .sub-menu {
    top: 0 !important;
    left: 350px !important;
    
}
.header-menu .sub-menu ul{
    width:250px;
}
.header-area .sub-menu ul li{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0 !important;
    transition: .5s;
}
.header-area .sub-menu ul li:last-Child{
     border-bottom: none;
}
.header-area .sub-menu ul li a {
    margin: 0 !important;
    padding: 18px 30px !important;
    transition: .5s;
}
.header-area .sub-menu ul li a::before {
    left: 5px !important;
    top: 30px !important;
    transition: .5s;
}
.header-area .sub-menu ul li:hover{
   margin-left: 10px;
}

/*end Mobile menu   */


.header-top-menu {
    display: none;
}
.dreamit-slider-content h1,
.dreamit-slider-content h3 {
    font-size: 50px !important;
}
.dreamit-slider-content p {
    width: 90%;
}
.flag-shape-inner {
    display: none;
}
.ptl-rsp {
    padding-left: 50px !important;
}
.testimonials-icon {
    right: 60px !important;
}
.dreamit-section-main-title-2 h2 {
    font-size: 24px !important;
}
.dreamit-section-main-title-2 h2:before {
    top: 14px !important; 
}
.title-content p {
    font-size: 14px !important;
}
.row.online-visa-bx {
    padding-bottom: 35px;
}
.dreamit-online-visa-title h2 {
    padding-top: 15px;
}


/*-============= home-two===========*/
.dreamit-slider-content h1,
.dreamit-slider-content h3 {
    font-size: 38px !important;
}
.slider-two .dreamit-slider-content p {
    width: 77%!important;
   
}
h3.appointment-title {
    font-size: 18px!important;
}
.appointment-area {
    padding-bottom: 2px!important;
}

.appointtent-content .appointment-form-section {
    margin-bottom: 30px !important;
}
.cda-content {
    margin-bottom: 30px !important;
}
.owl-nav {
    display: none !important;
}
.pt-30 {
    margin-bottom: 30px !important;
}
.dreamit-blog-title h2 a {
    font-size: 18px !important;
}













}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

    /*start Mobile menu*/
.header-logo{
    display: none !important;
}
.logo-txt::before {
  display: block !important;
}
.menu-toggle {
  display: block !important;
}
.header-area {
    background: #ff3c00 !important;
    padding: 30px;
}
.menu-wrapper {
    position: absolute;
    top: 60px;
    background: #fff !important;
    left: -100%;
    padding-bottom: 20px;
    height:100vh;
    width: 350px;
    transition: .5s;
}
.active-nav {
    left:0 !important;
}
.menu-toggle {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.header-button {
    display: none !important;
}
.header-menu ul li a {
    color: #232323 !important;
    border-bottom: 1px solid #d6d6d6;
    display: block !important;
    margin: 0 !important;
    padding: 18px 0 18px 25px;
}
.header-menu ul li a:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.header-menu ul {
    text-align: left;
    display: block !important;
}
.header-menu ul li {
    display: block !important;
    padding-bottom: 0 !important;
}
.mobile-menu-icon {
    color: #6d6d6d;
    right: 0;
    float: right;
    margin-right: 30px;
    display: block !important;
    transition: .3s;
}
.header-menu ul li:hover .mobile-menu-icon {
    color: #ff3c00;
}
.header-menu .sub-menu {
    position: absolute;
    width: 250px !important;
    left: 350px !important;
    padding-bottom: 30px;
}
.header-menu ul li:hover .sub-menu {
    top: 0 !important;
    left: 350px !important;
    
}
.header-menu .sub-menu ul{
    width:250px;
}
.header-area .sub-menu ul li{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0 !important;
    transition: .5s;
}
.header-area .sub-menu ul li:last-Child{
     border-bottom: none;
}
.header-area .sub-menu ul li a {
    margin: 0 !important;
    padding: 18px 30px !important;
    transition: .5s;
}
.header-area .sub-menu ul li a::before {
    left: 5px !important;
    top: 30px !important;
    transition: .5s;
}
.header-area .sub-menu ul li:hover{
   margin-left: 10px;
}

/*end Mobile menu   */

.dreamit-slider-content h1,
.dreamit-slider-content h3 {
    font-size: 35px !important;
}
.dreamit-slider-content p {
    width: 81% !important;
}
.header-top-menu {
    display: none;
}
.slider-area {
    height: 775px !important;
}
.flag-shape-inner {
    display: none;
}
.dreamit-section-main-title h1,
.dreamit-section-main-title h2 {
    font-size: 30px !important;
}
.ptl-rsp {
    padding-left: 50px !important;
}
.testimonials-icon {
    right: 142px !important;
}
.copy-right-text {
    text-align: center !important;
}
.footer-text-menu {
    text-align: center !important;
}
.row.online-visa-bx {
    padding-bottom: 35px;
}
.dreamit-online-visa-title h2 {
    padding-top: 15px;
}
/*-============= home-two-======*/
  .header-menu ul li a {
    font-size: 10px !important;
    margin: 32px 6px !important;
} 
.dreamit-slider-content p {
    width: 100% !important;
}
.dreamit-slider-content h1,
.dreamit-slider-content h3 {
    font-size: 32px !important;
}
.appointment-form-section {
    margin-left: inherit!important;
}
.appointment-area {
    padding-bottom: 2px!important;
}

.call-do-action-title h3 {
    font-size: 32px!important;
}
.cda-content {
    margin-bottom: 30px !important;
}
.appointtent-content .appointment-form-section {
    margin-bottom: 30px !important;
}
.header-menu ul li a {
    font-size: 18px !important;
    margin: 2px 6px !important;
}

.owl-nav {
    display: none !important;
}
.pt-30 {
    margin-bottom: 30px !important;
}








}



/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {

    /*start Mobile menu*/
.header-logo{
    display: none !important;
}
.logo-txt::before {
  display: block !important;
}
.menu-toggle {
  display: block !important;
}
.header-area {
    background: #ff3c00 !important;
    padding: 30px;
}
.menu-wrapper {
    position: absolute;
    top: 60px;
    background: #fff !important;
    left: -100%;
    padding-bottom: 20px;
    height:100vh;
    width: 350px;
    transition: .5s;
}
.active-nav {
    left:0 !important;
}

.menu-toggle {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.header-button {
    display: none !important;
}
.header-menu ul li a {
    color: #232323 !important;
    border-bottom: 1px solid #d6d6d6;
    display: block !important;
    margin: 0 !important;
    padding: 18px 0 18px 25px;
}
.header-menu ul li a:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.header-menu ul {
    text-align: left;
    display: block !important;
}
.header-menu ul li {
    display: block !important;
    padding-bottom: 0 !important;
}
.mobile-menu-icon {
    color: #6d6d6d;
    right: 0;
    float: right;
    margin-right: 30px;
    display: block !important;
    transition: .3s;
}
.header-menu ul li:hover .mobile-menu-icon {
    color: #ff3c00;
}
.header-menu .sub-menu {
    position: absolute;
    width: 250px !important;
    left: 177px !important;
    padding-bottom: 30px;
}
.header-menu ul li:hover .sub-menu {
    top: 0 !important;
    left: 177px !important;
}
.header-menu .sub-menu ul{
    width:250px;
}
.header-area .sub-menu ul li{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0 !important;
    transition: .5s;
}
.header-area .sub-menu ul li:last-Child{
     border-bottom: none;
}
.header-area .sub-menu ul li a {
    margin: 0 !important;
    padding: 18px 9px !important;
    transition: .5s;
}
.header-area .sub-menu ul li a::before {
    display: none;
}
.header-area .sub-menu ul li:hover{
   margin-left: 10px;
}

/*end Mobile menu   */
.owl-nav {
    display: none !important;
}
.header-top-menu {
    display: none;
}
.dreamit-slider-content h1,
.dreamit-slider-content h3 {
    font-size: 25px !important;
}
.dreamit-slider-content h4 {
    font-size: 14px !important;
}
.dreamit-slider-content p {
    width: 100% !important;
}
.slider-area {
    height: 575px !important;
}
.row.margin-top {
    margin-top: -45px !important;
}
.dreamit-thumb img {
    width: 100%;
}
.dreamit-single-counter {
    margin-right: 40px !important;
    width: 72% !important;
    padding: 6px 0 23px 0 !important;
    margin-bottom: 20px;
}
.dreamit-section-main-title h1,
.dreamit-section-main-title h2 {
    font-size: 26px !important;
}
.flag-shape-inner {
    display: none;
}
.ptl-rsp {
    padding-left: 20px !important;
}
.testimonials-icon {
    right: 35px !important;
}
.dreamit-section-main-title-2 h2 {
    font-size: 21px !important;
}
.dreamit-section-main-title-2 h2:before {
    top: 13px !important;
    left: -13px !important;
    width: 12px !important;
}
.pb-60 {
    padding-bottom: 30px !important;
}
.pt-65 {
    padding-top: 51px !important;
}
.title-content p {
    font-size: 13px !important;
}
.dreamit-meta-box h3 {
    font-size: 11px !important;
}
.dreamit-blog-title h2 a {
    font-size: 13px !important;
}
.dreamit-blog-content p {
    font-size: 14px !important;
}
.row.online-visa-bx {
    padding-bottom: 35px;
}
.dreamit-online-visa-title h2 {
    padding-top: 15px;
    font-size: 25px !important;
}
.dreamit-online-visa-box {
    padding-left: 10px !important;
}
/*-============= home-two-======*/

.dreamit-slider-content h1,
.dreamit-slider-content h3 {
    font-size: 18px !important;
}

.dreamit-slider-content p {
    font-size: 18px !important;
}

.dreamit-section-sub-title h5 {
    font-size: 9px!important;
}
.dreamit-section-main-title h1,
.dreamit-section-main-title h2 {
    font-size: 18px !important;
}
.dreamit-section-bold-text p {
    font-size: 16px!important;
  
}
h3.appointment-title {
    font-size: 18px!important;
}
.appointment-form-section {
    margin-left: inherit!important;
}
.appointment-area {
    padding-bottom: 2px!important;
}
.pt-60 {
    padding-top: 17px!important;
}
.pb-100 {
    padding-bottom: 52px!important;
}
/*-----HOME-THREE-------*/
.header-area.style-three {
    margin-bottom: -155px !important;
}
.call-do-action-title h3 {
    font-size: 16px!important;
}
.call-do-action-title h2 {
    font-size: 24px!important;
}
.call-do-action-content-inner p {
    width: 82%!important;
}

h1 {
    font-size: 28px!important;
}
.dreamit-team-social-address ul li a i {
    height: 25px!important;
    width: 25px!important;
    line-height: 25px!important; 
}
h2 {
    font-size: 17px!important;
}
.cda-content {
    margin-bottom: 30px !important;
}
.appointtent-content .appointment-form-section {
    margin-bottom: 30px !important;
}
.dreamit-section-bold-text2.pt-40 {
    font-size: 17px !important;
   
}
.menu-wrapper {
    width: 177px !important;
   
}
.pt-30 {
    margin-bottom: 30px !important;
}
.tofel-content-inner p {
    font-size: 14px !important;
}
.about-content-text p {
    font-size: 13px !important;
}
.pb-130 {
    padding-bottom: 61px !important;
}











}


