/*media query */


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /*body{
    background: pink;
  }*/
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /*body{
    background: yellow;
  }*/
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 1024px to 1366px
*/

@media (min-width: 1024px) and (max-width: 1366px) {
  
  /*body{
    background: orange;
  }*/

  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
 

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .caption_info h1 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-family: 'Ubuntu', sans-serif;
    line-height: 36px;
}

.caption_info {
    padding: 2em 0px;
    padding-bottom: 0em;
    padding-right: 0;
}


.caption_info h4 {
    background: #561f80;
    color: #fff;
    padding: 10px 10px;
    margin: 10px 0px;
    border-radius: 5px;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.caption_info a.btn-info {
   
    margin: 4px 0px;
   
    width: 100%;
}

.formorder h3 {
    font-weight: 600;
    color: #fff;
    padding: 2rem 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
}
.essaywritinghelpsec h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    color: #561f80;
    line-height: 33px;
    padding-top:20px;
}

.stepbgsec h3 {
    font-size: 26px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

.tabstep ul li {
    display: block;
    padding: 5px 0px;
    background: #ffd213;
    border-radius: 41px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    border-radius: 50px;
    margin: 1rem 0;
    color: #000;
    font-size: 14px;
}

.professional_team_sec h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    color: #561f80;
    padding-bottom: 1rem;
    line-height: 35px;
}
.online_set_item {
    width: 100%;
    padding: 1.4rem 3.5rem;
    background: #561f80;
    border-radius: 20px;
    margin: 0;
    opacity: 0.9;
    border-top-left-radius: 122px;
    border-bottom-right-radius: 122px;
    border-bottom: 16px solid #ffd213;
}

.calltoaction p {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 0.7rem 0;
    font-size: 20px;
    line-height: 28px;
    padding-right: 0;
}

.calltoaction img {
    position: absolute;
    right: -34px;
    top: -22px;
    transform: rotate(-180deg);
    width: 231px;
    display: none;
}

.calltoaction h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 30px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background: #fff;
}

.menubar a.navbar-brand img {
    width: 137px;
    margin-right: 15px;
}

.online_ready_sec h2 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding-bottom: 1em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.online_ready_sec {
    width: 100%;
    padding: 60px 0px;
    position: relative;
    background-size: cover;
    padding-top: 8em;
    background-image: linear-gradient( 141deg , #561f80 0%, #19e58c94 51%, #19e58c94 75%), url(https://assignmentmasters.ae/demo/assets/images/slider-banner-2.png);
    padding-bottom: 8rem;
}

.mainresearc h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    font-size: 26px;
    color: #561f80;
}

.researchinfo h5 {
    padding: 1rem 0;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    color: #561f80;
    line-height: 36px;
}

.pricing_box h1 {
    font-size: 30px;
    padding-bottom: 10px;
}

.pricing_tabs ul li.nav-item {
    flex: 1;
    margin: 4px 0;
}

.ReviewBox {
    text-align: center;
    padding: 34px 24px;
    background: #dbdbdb33;
    border-top: 20px solid #561f80;
    border-left: 20px solid #ffd213;
    margin-bottom: 5rem;
    border-radius: 20px;
}

.ServiceItems ul li {
    padding: 0px 0;
    font-size: 15px;
    position: relative;
    margin: 6px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

div#navbarSupportedContent {
    position: absolute;
    z-index: 123123;
    background: #561f80;
    top: 80px;
    left: 0;
    right: 0;
}


}




/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
 .caption_info h1 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-family: 'Ubuntu', sans-serif;
    line-height: 36px;
}

.caption_info {
    padding: 2em 0px;
    padding-bottom: 0em;
    padding-right: 0;
}

.caption_info h4 {
    background: #561f80;
    color: #fff;
    padding: 10px 10px;
    margin: 10px 0px;
    border-radius: 5px;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.caption_info a.btn-info {
   
    margin: 4px 0px;
   
    width: 100%;
}

.formorder h3 {
    font-weight: 600;
    color: #fff;
    padding: 2rem 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
}

.essaywritinghelpsec h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    color: #561f80;
    line-height: 33px;
    padding-top:20px;
}
.stepbgsec h3 {
    font-size: 26px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

.tabstep ul li {
    display: block;
    padding: 5px 0px;
    background: #ffd213;
    border-radius: 41px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    border-radius: 50px;
    margin: 1rem 0;
    color: #000;
    font-size: 14px;
}

.professional_team_sec h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    color: #561f80;
    padding-bottom: 1rem;
    line-height: 35px;
}

.online_set_item {
    width: 100%;
    padding: 1.4rem 3.5rem;
    background: #561f80;
    border-radius: 20px;
    margin: 0;
    opacity: 0.9;
    border-top-left-radius: 122px;
    border-bottom-right-radius: 122px;
    border-bottom: 16px solid #ffd213;
}

.calltoaction p {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 0.7rem 0;
    font-size: 20px;
    line-height: 28px;
    padding-right: 0;
}

.calltoaction img {
    position: absolute;
    right: -34px;
    top: -22px;
    transform: rotate(-180deg);
    width: 231px;
    display: none;
}
.calltoaction h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 30px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    background: #fff;
}
.menubar a.navbar-brand img {
    width: 137px;
    margin-right: 15px;
}

.online_ready_sec h2 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding-bottom: 1em;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.online_ready_sec {
    width: 100%;
    padding: 60px 0px;
    position: relative;
    background-size: cover;
    padding-top: 8em;
    background-image: linear-gradient( 141deg , #561f80 0%, #19e58c94 51%, #19e58c94 75%), url(https://assignmentmasters.ae/demo/assets/images/slider-banner-2.png);
    padding-bottom: 8rem;
}
.mainresearc h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    font-size: 26px;
    color: #561f80;
}

.researchinfo h5 {
    padding: 1rem 0;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    color: #561f80;
    line-height: 36px;
}

.pricing_box h1 {
    font-size: 30px;
    padding-bottom: 10px;
}


.pricing_tabs ul li.nav-item {
    flex: 1;
    margin: 4px 0;
}

.ReviewBox {
    text-align: center;
    padding: 34px 24px;
    background: #dbdbdb33;
    border-top: 20px solid #561f80;
    border-left: 20px solid #ffd213;
    margin-bottom: 5rem;
    border-radius: 20px;
}

.ServiceItems ul li {
    padding: 0px 0;
    font-size: 15px;
    position: relative;
    margin: 6px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

div#navbarSupportedContent {
    position: absolute;
    z-index: 123123;
    background: #561f80;
    top: 80px;
    left: 0;
    right: 0;
}

.cv-btn-1 {
    width: 100%;
    text-align: center;
}

.cv-btn-2 {
    width: 100%;
    text-align: center;
    margin: 0px;
}

.portfolio .col-lg-3{
    text-align: center;
}

.portfolio .col-lg-9{
    text-align: center;
}

.cv-contact{
    justify-content: center;
}

.cv-whatsapp div{
    margin-left: 25px;
}

.cv-contact .cv-btn{
    width: 100%;
    margin: 0;
    text-align: center;
}

}
