/*===========================================
    Bootstrap Media Queries
===========================================*/


/* Large devices (Desktops & Labtops) */

@media (min-width: 1200px) {}


/* Medium devices (Landscape Tablets & Medium Desktops) md */

@media (min-width: 992px) and (max-width: 1199px)  {
    .vesco-nav-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .oneOfThreeButs-upImg-DownContent h3{
        font-size: 22px;
    }

    
    
}


/* Small devices (Portrait Tablets & Small Desktops) sm */

@media (min-width: 768px) and (max-width: 991px) {
    
    /* Mobile menu */
    .vesco-nav-wrapper {
        padding-left: 2px;
        padding-right: 2px;
    }
    .navbar-nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    
    /* About - remove diagonal border */
    #about-bg-diagonal{
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }
    
    #about-content-box{
        width: 100%;
        height: 350px;
    }
    
    /* Stats */
    .stats-item {
        padding: 20px 0;
    }
    
    /* Footer */
    #footer-copyrights{
        text-align: center;
    }


    #home-content-box{
        height: auto;
    }

    #arrow-down{
        display: none;
    }

    #leftHomeText{
        margin-top: 150px;
        height: 500px;
        background-image: url(../img/bg1n.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .leftHomeText-out {
        
        top: 60%;
        
    }

    #rightHomeText{
        background-image: url(../img/bg6n.jpg);
        height: 500px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rightHomeText-out {
        
        top: 60%;
        
    }

    .home-intro-in{
        height: auto;
    }

    .home-intro-out{
        height: auto;
    }

    #home{
        height: auto;
    }

    #home-cover{
        height: auto;
        background-image:none;
    }

    .logoAndMessage-In{
        text-align: center;
    }

    .logoLeft {
        float: unset;
    }

    .listOfThreeButsInRow-upImg-DownContent{
        display: block;
      }

      .But-upImg-img img {
        display: inline-block;
    }

    .But-upImg-img {
        padding-top: 40px;
        text-align: center;
    }

    .But-DownContent-content{
        text-align: center;
    }

    .But-DownContent-content .dealDate{
        position: relative !important;
        padding-top: 30px;
    }

    .testimonial blockquote p{
        font-size: 18px;
    }

    .testimonial-content{
        text-align: center;
    }

    .testimonial-content blockquote p{
        text-align: center;
        padding-top: 15px;
    }

    .oneOfThreeButs-upImg-DownContent{
        margin-top: 30px;
    }

    .internet-btn .btn-general{
        border-radius: 50px;
        padding: 12px 20px 12px 20px;
        font-size: 16px;
    }

    .langAndIcon{
        padding: 10px 20px 10px 20px;
        margin-left: 10px;
    }

    .rightTopMenu{
        margin-top: 0;
        margin-bottom: 0;
        
    }





    .navbar-header{
        float: none;
        text-align: center;
    }

    .navbar-menu{
        float: none;
        text-align: center;
    }

    .rightTopMenu{
        float: none;
    }

    .navbar-nav{
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

    .navbar-brand img{
        height: 100px;
    }

    .navbar-brand{
        float: none;
        display: inline-block;
    }

    
    .rightTopMenu{
        text-align: center;
    }

    .internet-btn{
        float: none;
    }

    .langAndIcon{
       width: 130px;
       margin-left: 0;
       display: none;
    }

    .navbar-nav li a{
        padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    }

    .navbar{
        height: auto;
        padding: 20px 0;
    }

    #leftHomeText{
        margin-top: 227px;
    }

    .testimonials-in .sections-title-subTitle{
        width: auto;
    }

    .vertical-align{
        top: 65%;
    }

    .listOfThreeButsInRow-upImg-DownContent{
        display: block;
    }

    .oneOfThreeButs-upImg-DownContent img{
        border-radius: 50px;
    }


    .listOfThreeButsInRow-upImg-DownContent.padding-top-m{
        padding-top: 0;
    }

    .leftText-right-image-main .leftText-btween{
        border-radius: 0px 0px 0px 0px;
    }

    .leftText-right-image-main .right-image-in{
        border-radius: 0px 0px 30px 0px;
    }

    .leftText-right-image-main .vertical-align{
        top: auto;
        transform: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .leftText-right-image-main .leftText-out{
        height: auto;
        
    }

    .rightText-left-image-main .left-image-in{
        border-radius: 30px 0px 0px 0px;
    }

    .rightText-left-image-main .rightText-btween{
        border-radius: 0px 0px 0px 0px;
    }

    .rightText-left-image-main .vertical-align{
        top: auto;
        transform: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rightText-left-image-main .rightText-out{
        height: auto;
    }

    .playVideoAction img{
        width: 70px;
        height: 70px;
    }

    #gallery-page .image-with-title-item-in{
        height: 500px;
    }

    #gallery-page .image-with-title-item{
        height: 500px;
    }




    #about-page .image-with-title-item-in{
        height: 500px;
    }

    #about-page .image-with-title-item{
        height: 500px;
    }







    #personal-page .image-with-title-item-in{
        height: 300px;
    }

    #personal-page .rec-title{
        padding-left: 15px;
    }

    .listOfTwoItemsInRow-upImage-downContent-withBut{
        display: block;
    }

    .oneOfTwoItems-upImg-DownContent-WithBut{
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }

    .cards .But-upImg-DownContent-WithBut-inner .But-DownContent-content .normalP{
        height: 180px;
    }

    .listOfThreeButsInRow-upImg-DownContent{
        display: block;
    }

    #ourNetwork-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 0;
        margin-right: 0;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #ourNetwork-page .But-upImg-img{
        padding-top: 0;
    }

    #ourNetwork-page .oneOfThreeButs-upImg-DownContent img{
        border-radius: 0;
        width: 100%;
    }




    #about-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 0;
        margin-right: 0;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #about-page .But-upImg-img{
        padding-top: 0;
    }

    #about-page .oneOfThreeButs-upImg-DownContent img{
        border-radius: 0;
        width: 100%;
    }







    #gallery-inner-page .But-upImg-img{
        padding-top: 0;
    }

    #gallery-inner-page .oneOfThreeButs-upImg-DownContent img {
        border-radius: 0px;
    }
    
    #patrners-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
        margin-bottom: 20px;
      }
      
      #patrners-page .But-upImg-img img{
        width: 100%;
      }

      #patrners-page .But-upImg-img{
        padding-top: 0;
      }

      #patrners-page .oneOfThreeButs-upImg-DownContent img{
          border-radius: 0;
      }

      .Startups-content-item-in{
          display: block;
      }

      .Startups-content-item-sideContent-in{
        position: relative;
        top: auto;
        transform: none;
        margin-top: 20px;
        padding: 10px;
      }


      #applyNow-page .oneOfThreeButs-upImg-DownContent{
          margin-left: 0;
          margin-right: 0;
      }

      #applyNow-page .oneOfThreeButs-upImg-DownContent img{
        border-radius: 0;
        width: 100%;
      }

      #applyNow-page .outlineCurve{
        padding-top: 0;
      }

      #applyNow-page .oneOfThreeButs-upImg-DownContent-action{
        box-shadow: 0px 0px 8px 0px rgb(214 214 214);
        border-radius: 0px 30px 30px 30px;
      }


      #applyNow-page .oneOfThreeButs-upImg-DownContent{
          padding-left: 20px;
          padding-right: 20px;
          box-shadow: none;
      }






      .boxes-img-bg-8{
        
      
        width: 80%;
        height: 600px;
        
      }
      

      
      .boxes-img-bg-9{

        width: 80%;
        height: 800px;

      }




      .bg-center-section-in{
        
        height: 500px;
        
      }



      #blogs-page .oneOfThreeButs-upImg-DownContent img, #news-page .oneOfThreeButs-upImg-DownContent img {
        border-radius: 0px;
    }

    #blogs-page .But-upImg-img, #news-page .But-upImg-img{
        padding-top: 0;
    }


    #blogs-page .oneOfThreeButs-upImg-DownContent, #news-page .oneOfThreeButs-upImg-DownContent{
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #blogs-page .oneOfThreeButs-upImg-DownContent .But-DownContent-content h3, #news-page .oneOfThreeButs-upImg-DownContent .But-DownContent-content h3{
        font-size: 20px;
    }

    #blogs-page .oneOfThreeButs-upImg-DownContent .But-DownContent-content p, #news-page .oneOfThreeButs-upImg-DownContent .But-DownContent-content p{
        font-size: 12px;
    }





      
}


/* Extra small devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
    .navbar-toggle{
        display: none;
    }

    .rightTopMenu{
        width: 100%;
    }

    .internet-btn a{
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .navbar-nav li{
        float: left;
    }
    
    
    
    .vesco-nav-wrapper{
        padding: 0;
    }
    
    /* Home */
    #home-heading h3{
        font-size: 24px;
    }
    
    
    /* Buttons */
    .btn-general {
        padding: 6px 22px 6px 22px;
        font-size: 14px;
    }
    
    /* About - remove diagonal border */
    #about-bg-diagonal{
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }
    
    #about-content-box{
        width: 100%;
        height: 350px;
    }
    
    /* Work */
    .img-wrapper img {
	    min-width: 100%;
    }
    
    /* Testimonials */
    .testimonial blockquote {
	    padding: 6px 50px;
    }
    
    .testimonial blockquote:before{
        left: 10px;
    }
    
    .testimonial blockquote:after{
        right: 10px;
    }
    
    .testimonial blockquote p{
        font-size: 14px;
    }
    
    /* Stats */
    .stats-item {
        padding: 20px 0;
    }
    
    /* Footer */
    #footer-copyrights{
        text-align: center;
    }








    #home-content-box{
        height: auto;
    }

    #arrow-down{
        display: none;
    }

    #leftHomeText{
        margin-top: 150px;
        height: 500px;
        background-image: url(../img/bg1n.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .leftHomeText-out {
        
        top: 60%;
        
    }

    #rightHomeText{
        background-image: url(../img/bg6n.jpg);
        height: 500px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rightHomeText-out {
        
        top: 60%;
        
    }

    .home-intro-in{
        height: auto;
    }

    .home-intro-out{
        height: auto;
    }

    #home{
        height: auto;
    }

    #home-cover{
        height: auto;
        background-image:none;
    }

    .logoAndMessage-In{
        text-align: center;
    }

    .logoLeft {
        float: unset;
    }

    .listOfThreeButsInRow-upImg-DownContent{
        display: block;
      }

      .But-upImg-img img {
        display: inline-block;
    }

    .But-upImg-img {
        padding-top: 40px;
        text-align: center;
    }

    .But-DownContent-content{
        text-align: center;
    }

    .But-DownContent-content .dealDate{
        position: relative !important;
        padding-top: 30px;
    }

    .testimonial blockquote p{
        font-size: 18px;
    }

    .testimonial-content{
        text-align: center;
    }

    .testimonial-content blockquote p{
        text-align: center;
        padding-top: 15px;
    }

    .oneOfThreeButs-upImg-DownContent{
        margin-top: 30px;
    }

    .internet-btn .btn-general{
        border-radius: 50px;
        padding: 12px 20px 12px 20px;
        font-size: 16px;
    }

    .langAndIcon{
        padding: 10px 20px 10px 20px;
        margin-left: 10px;
    }

    .rightTopMenu{
        margin-top: 0;
        margin-bottom: 0;
        
    }



    .navbar-header{
        float: none;
        text-align: center;
    }

    .navbar-menu{
        float: none;
        text-align: center;
    }

    .rightTopMenu{
        float: none;
    }

    .navbar-nav{
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

    .navbar-brand img{
        height: 100px;
    }

    .navbar-brand{
        float: none;
        display: inline-block;
    }

    
    .rightTopMenu{
        text-align: center;
    }

    .internet-btn{
        float: none;
    }

    .langAndIcon{
       width: 130px;
       margin-left: 0;
       display: none;
    }

    .navbar-nav li a{
        padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    }

    .navbar{
        height: auto;
        padding: 20px 0 30px 0;
    }

    .navbar-collapse{
        box-shadow:none;
    }
    
    #leftHomeText {
        margin-top: 250px;
    }



    .footer-rightSide{
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-rightSide-inner{
        text-align: center;
    }

    .input-email-home-out{
        display: inline-block;
    }

    .social-inner{
        margin-left: 15px;
    }
    
    .footer-menu-inner ul{
        text-align: center;
    }

    .footer-logo-text{
        margin-bottom: 20px;
    }

    .sections-title-bigTitle,
    .rightHomeText-inner .smallBigTitle,
    .leftHomeText-inner .smallBigTitle{
        font-size: 50px;
    }

    .rightHomeText-inner .smallBigTitle .smallTitle {
        font-size: 34px;
        margin-bottom: -11px;
    }

    .rightHomeText-inner .desc,
    .leftHomeText-inner .desc{
        font-size: 14px;
    }

    .logoAndMessage-In img{
        width: 300px;
    }

    .MessageRight{
        padding-top: 50px;
    }

    .bigLogoTitle{
        font-size: 30px;
    }

    .bigLogoDesc{
        font-size: 18px;
    }

    .sections-title-subTitle{
        padding-top: 34px;
        font-size: 14px;
    }

    .testimonials-in .sections-title-subTitle{
        width: auto;
    }

    .MessageRight{
        width: auto;
    }

    .header-bg-diagonal{
        width: 100%;
        float: none;
        height: 800px;
    }

    #triangle-bottomleft{
    
    left: 0;
    
    height: 0;
    bottom: -5px;

    border-right: 770px solid transparent;
    
    }

    .purble-border-bottom{
        border-bottom: 200px solid #D500AA;
    }

    .foshia-border-bottom{
        border-bottom: 200px solid #FF0053;
    }

    .move-border-bottom{
        border-bottom: 200px solid #6D01D9;
      }

      .yellow-border-bottom{
        border-bottom: 200px solid #FFD900;
      }

      .green-border-bottom{
        border-bottom: 200px solid #8DCD55;
      }

      .red-border-bottom{
        border-bottom: 200px solid #EB3825;
      }

      .pink-border-bottom{
        border-bottom: 200px solid #FE688E;
      }

      .orange-border-bottom{
        border-bottom: 200px solid #EB5C1B;
      }

      .turquoise-border-bottom{
        border-bottom: 200px solid #62D0C7;
      }



    h1{
        font-size: 40px;
    }

    .vertical-align{
        top: 50%;
    }

    .content-header-left{
        height: 300px;
    }


    .listOfTwoItemsInRow-upImage-downContent-withBut{
        display: block;
    }

    .oneOfTwoItems-upImg-DownContent-WithBut:first-child{
        margin-bottom: 40px;
    }

    .navbar-fixed-bottom, .navbar-fixed-top{
        position: relative;
    }

    #inner-page{
        margin-top: 0;
    }

    .navbar{
        margin-bottom: 0;
    }

    .oneOfThreeButs-upImg-DownContent img{
        border-radius: 50px;
    }

    .listOfThreeButsInRow-upImg-DownContent.padding-top-m{
        padding-top: 0;
    }

    .playVideoAction img{
        width: 70px;
        height: 70px;
    }

    .input-select-home-in{
        float: none;
    }

    .blog-filter-in .input-select-home-in .soflow2-main{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .left-over-out{
        width: 80%;
    }

    .left-over-in{
        transform: translateY(-50%);
    }

    .right-over-out{
        width: 80%;
    }

    .right-over-in{
        transform: translateY(-50%);
    }
    
    .fullBgImage-overContent-in{
        height: 400px;
    }

    .left-over-out{
        height: 400px;
    }

    .quiz-bg{
        height: 400px;
        
    }

    #gallery-page .image-with-title-item-in{
        height: 500px;
    }

    #gallery-page .image-with-title-item{
        height: 500px;
    }

    #gallery-page .image-with-title-item:first-child{
        margin-bottom: 30px;
    }



    #about-page .image-with-title-item-in{
        height: 500px;
    }

    #about-page .image-with-title-item{
        height: 500px;
    }

    #about-page .image-with-title-item:first-child{
        margin-bottom: 30px;
    }





    .rec-title{
        font-size: 20px;
    }

    #personal-page .out-inner-welcome p{
        padding-left: 15px;
        padding-right: 15px;
    }

    #personal-page .image-with-title-item{
        margin-bottom: 30px;
    }

    #personal-page .image-with-title-item:last-child{
        margin-bottom: 0px;
    }

    .listOfTwoItemsInRow-upImage-downContent-withBut{
        display: block;
    }

    .listOfThreeButsInRow-upImg-DownContent{
        display: block;
    }

    #ourNetwork-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 0;
        margin-right: 0;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #ourNetwork-page .But-upImg-img{
        padding-top: 0;
    }

    #ourNetwork-page .oneOfThreeButs-upImg-DownContent img{
        border-radius: 0;
        width: 100%;
    }






    #about-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 0;
        margin-right: 0;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #about-page .But-upImg-img{
        padding-top: 0;
    }

    #about-page .oneOfThreeButs-upImg-DownContent img{
        border-radius: 0;
        width: 100%;
    }






    .BecomeMentor-in h2{
        font-size: 30px;
    }

    #gallery-inner-page .But-upImg-img{
        padding-top: 0;
    }

    #gallery-inner-page .oneOfThreeButs-upImg-DownContent img {
        border-radius: 0px;
    }

    #gallery-inner-page .oneOfThreeButs-upImg-DownContent{
        margin-top: 0;
    }

    #patrners-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
        margin-bottom: 20px;
      }
      
      #patrners-page .But-upImg-img img{
        width: 100%;
      }

      #patrners-page .But-upImg-img{
        padding-top: 0;
      }

      #patrners-page .oneOfThreeButs-upImg-DownContent img{
          border-radius: 0;
      }

      .Startups-content-item-in{
        display: block;
    }

    .Startups-content-item-sideContent-in{
      position: relative;
      top: auto;
      transform: none;
      margin-top: 20px;
      padding: 10px;
    }




    #applyNow-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 0;
        margin-right: 0;
    }

    #applyNow-page .oneOfThreeButs-upImg-DownContent img{
      border-radius: 0;
      width: 100%;
    }

    #applyNow-page .outlineCurve{
      padding-top: 0;
    }

    #applyNow-page .oneOfThreeButs-upImg-DownContent-action{
      box-shadow: 0px 0px 8px 0px rgb(214 214 214);
      border-radius: 0px 30px 30px 30px;
    }


    #applyNow-page .oneOfThreeButs-upImg-DownContent{
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: none;
    }

    .contact-text-1{
        
        font-size: 20px;
      }
      
      .contact-text-2{
        
        font-size: 20px;
        
      }
      
      
      .contact-text-3{
        
        font-size: 50px;
        
      }
      
      .contact-text-4{
    
        font-size: 30px;
        
      }



      .boxes-img-bg{
        width: 90%;
        
    }


    .boxes-content-1-small-2{
        
      
        bottom: -10%;
          left: 55%;
      
        transform: translateX(-50%);
        box-shadow: -20px 30px 1px 10px #ccf2f2;
    
      }

      .boxes-img-bg-2{
        width: 90%;
        
    }

    .boxes-content-1-small-4{
        
      
        bottom: -10%;
          left: 55%;
      
        transform: translateX(-50%);
        box-shadow: -20px 30px 1px 10px #ffeed5;
    
      }

      .boxes-img-bg-3{
        width: 90%;
        
    }

    .boxes-content-1-small-6{
        
      
        bottom: -10%;
          left: 55%;
      
        transform: translateX(-50%);
        box-shadow: -20px -25px 1px 10px #ffffff;
    
      }


      #mintHub-inner-page .formTitle{
        font-size: 35px;
      }


      .boxes-img-bg-8{
        
      
        width: 95%;
        height: 600px;
        
      }
      

      
      .boxes-img-bg-9{

        width: 95%;
        height: 600px;

      }




      .bg-center-section-in{
        
        height: 500px;
        
      }

      .boxes-content-1-small-9 p{
          line-height: 13px;
          font-size: 12px;
      }



      #about-page .MessageRight{
        
        width: auto;
      }


      #leftHomeText {
        margin-top: 0px;
    }


    .dropdown:hover .dropdown-content {
        display: none;
      }
    
    
}


@media (max-width: 640px) {
    .contact-text-1{
        
        font-size: 15px;
      }
      
      .contact-text-2{
        
        font-size: 15px;
        
      }
      
      
      .contact-text-3{
        
        font-size: 35px;
        
      }
      
      .contact-text-4{
    
        font-size: 25px;
        
      }
}


@media (max-width: 540px) {
    .contact-text-1{
        
        font-size: 10px;
      }
      
      .contact-text-2{
        
        font-size: 10px;
        
      }
      
      
      .contact-text-3{
        
        font-size: 30px;
        
      }
      
      .contact-text-4{
    
        font-size: 20px;
        
      }
}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {
    #highlights-items .owl-dots .owl-dot span{
        width: 10px;
        height: 10px;
    }

    #highlights-items .owl-dots .owl-dot.active span, #highlights-items .owl-dots .owl-dot:hover span{
        width: 15px;
        height: 15px;
    }

    .But-upImg-img{
        padding-top: 0;
    }

    .But-upImg-img img{
        width: 100%;
    }

    .sections-title-bigTitle, .rightHomeText-inner .smallBigTitle, .leftHomeText-inner .smallBigTitle{
        font-size: 30px;
    }

    .sections-title-subTitle{
        padding-top: 16px;
        font-size: 12px;
    }

    .testimonial-content blockquote{
        padding: 0 0px;
    }

    .header-bg-diagonal{
        height: 600px;
    }

    .rightTopMenu .internet-btn .btn-general{
        border-radius: 50px;
    padding: 8px 14px 8px 14px;
    font-size: 12px;
    }

    .navbar {
        
        padding: 10px 0 15px 0;
    }

    .content-header-left{
        height: 300px;
    }

    .oneOfThreeButs-upImg-DownContent img{
        border-radius: 0;
    }

    .leftText-right-image-main .leftText-btween{
        border-radius: 0px 0px 0px 0px;
    }

    .leftText-right-image-main .right-image-in{
        border-radius: 0px 0px 30px 0px;
    }

    .leftText-right-image-main .vertical-align{
        top: auto;
        transform: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .leftText-right-image-main .leftText-out{
        height: auto;
        
    }

    .rightText-left-image-main .left-image-in{
        border-radius: 30px 0px 0px 0px;
    }

    .rightText-left-image-main .rightText-btween{
        border-radius: 0px 0px 0px 0px;
    }

    .rightText-left-image-main .vertical-align{
        top: auto;
        transform: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rightText-left-image-main .rightText-out{
        height: auto;
    }

    .blog-filter-in .input-search-home input{
        width: 300px;
    }

    .fullBgImage-overContent-in{
        height: 400px;
    }

    .left-over-out{
        height: 400px;
        margin-left: 0;
        width: 100%;
    }

    .right-over-out{
        right: 0;
        width: 100%;
    }

    .quiz-bg{
        height: 400px;
        
    }

    .left-over-in p{
        line-height: 18px;
    }

    h3{
        font-size: 24px;
    }


    .cards .But-upImg-DownContent-WithBut-inner .But-DownContent-content .normalP{
        height: 150px;
    }

    #patrners-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
        margin-bottom: 20px;
      }
      
      #patrners-page .But-upImg-img img{
        width: 100%;
      }

      #patrners-page .But-upImg-img{
        padding-top: 0;
      }

      #patrners-page .oneOfThreeButs-upImg-DownContent img{
          border-radius: 0;
      }

      #patrners-page .oneOfThreeButs-upImg-DownContent{
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
        margin-bottom: 20px;
      }

      .Startups-content-item-sideContent-in{
        
        margin-top: 10px;
        padding: 5px;
      }

      .Startups-content-item{
          padding: 20px;
      }



      .contact-text-1{
        
        font-size: 10px;
      }
      
      .contact-text-2{
        
        font-size: 10px;
        
      }
      
      
      .contact-text-3{
        
        font-size: 30px;
        
      }
      
      .contact-text-4{
    
        font-size: 20px;
        
      }

    
      
      .contact-info-out{
        
        top: 20px;
        left: 20px;
        
      }

      #applyNow-page .oneOfThreeButs-upImg-DownContent{
          padding-left: 10px;
          padding-right: 10px;
      }



      .boxes-content-1-small-10{
        
          right: 5%;
      
            width: 90%;
        
      
        
      }
      



      
   

}

@media (max-width: 430px) {

    .But-DownContent-content .boldTitle{
        font-size: 14px;
    }

    .cards .But-upImg-DownContent-WithBut-inner .But-DownContent-content .normalP{
        height: 180px;
    }

    .imageNotWidth img{
        width: 100%;
    }

    .imageNotWidth{
        padding-top: 0;
        padding-bottom: 0;
    }

    .BecomeMentor-in{
        text-align: center;
    }

    .BecomeMentor-in h2{
        float: none;
        padding-right: 0;
    }

    .BecomeMentor-in a{
        float: none;
        margin-top: 15px;

    }

    .BecomeMentor-out{
        padding-top: 40px;
    padding-bottom: 35px;
    }

    #patrners-page .section-title-inner h2{
        font-size: 30px;
      }

      #patrners-page .centerText-btn.padding-top-m{
          padding-top: 20px;
      }
}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
    
    .service-item-icon i {
	    width: 58px;
        height: 58px;
        padding: 7px;
    }
    
    .service-item-title h3 {
	    font-size: 17px;
    }
    
    .service-item-desc p {
	   padding-left: 80px;
    }
    
    
    /* About */
    #about-content-box{
       margin-top: 40px; 
    }
    
    
    /* Testimonials */
    
    .testimonial img {
	    max-width: 80px;   
    }
    
    .testimonial blockquote {
	    padding: 6px 30px;
    }
    
    .testimonial blockquote:before{
        left: 7px;
    }
    
    .testimonial blockquote:after{
        right: 7px;
    }
    
    
    
    
}






















