    @charset "utf-8";
    @font-face{
        font-family:Poppins-Medium;
        src:url("../fonts/Poppins-Medium.ttf") format("truetype")
    }
    @font-face{
        font-family:Poppins-Regular;
        src:url("../fonts/Poppins-Regular.ttf") format("truetype")
    }
    @font-face{
        font-family:Poppins-Bold;
        src:url("../fonts/Poppins-Bold.ttf") format("truetype")
    }
    @font-face{
        font-family:Poppins-SemiBold;
        src:url("../fonts/Poppins-SemiBold.ttf") format("truetype")
    }
    @font-face{
        font-family:Poppins-Light;
        src:url("../fonts/Poppins-Light.ttf") format("truetype")
    }
    body,html{
        height:100%
    }
    body{
        background:#fff;
        overflow-x:hidden
    }
    h1,h2,h3,h4,h5,h6{
        font-family:Poppins-SemiBold,sans-serif
    }
    h1, h1, h3, h4 {text-transform: capitalize;}
    p{
        font-family:Roboto,sans-serif
    }
    a,h1,h2,h3,h4,h5,h6,li,p,ul{
        -webkit-transition:all .3s ease-in-out;
        -moz-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out
    }
    a{
        text-decoration:none!important;
        transition:all .5s
    }
    .carousel-item img{
        width:100%
    }
    ul{
        margin:0;
        padding:0
    }
    li{
        list-style:none
    }
    .navbar-expand-lg .navbar-nav{
        width:100%;
        margin:0;
        justify-content: end;
    }
.btn-req ul li {display: contents;}
    .btm-row .row{
        display:
        flex;
        align-items:
        center;
        position: relative;
        top: 0px;
    }
    
    
    .tp-blk{
        display:flex;
        align-items:center
    }
    .top-row ul{
        display:flex;
        margin:0;
        justify-content:end
    }
    .top-row ul li{
        margin:0 20px
    }
    .icn{
        margin:0
    }
    .icn i{
        background: #993a9b;
        padding: 10px 0;
        text-align:
        center;
        border: 1px solid #a73398;
        color:#fff;
        position:
        relative;
        width:0%;
        font-size:20px;
        min-width:43px;
        top: 2px;
    }
    .number h6{
        font-size:16px;
        font-family:Poppins-Medium;
        color:#fff;
        margin:0
    }
    .number a{
        font-family:Poppins-Medium;
        color:#efa095
    }
    .img-exteqion {
    width: 100%;
}

.img-exteqion img {
    width: 100%;
    margin: 0px 0 10px;
}
    a.signUp:hover{
        background: linear-gradient(to top, #ffde59 0%, #ff914d 100%);
        /* border-color: #993a9b; */
        color:#fff
    }
    a.chat:hover{
        background:#2a3038;
        color:#fff
    }
    section.banner-sec .row{
        display:flex;
        align-items:center
    }
    .help-txt-blk h4{
        font-size:40px;
        font-family:Poppins-Medium;
        margin:0;
        padding-bottom:20px;
        color:#000
    }

























































section.banner-home.bg_blue {padding: 90px 0px 115px;position: relative;overflow: hidden;background-image: url("../images/Blue.png");background-repeat: no-repeat;background-size: 100% 100%;/* background-position: -8% -23px; */}
h1.theme-hd {font-weight: 700;font-size: 48px;line-height: 50px;padding: 0px 0px 20px;text-transform: capitalize;color: #062d34;}

span.bold {
    color: #9fcabd;
}
section.whychooseus {
    padding: 0px 0 30px;
    text-align: center;
}
.team-blk-blk,section.whychooseus .row {
    display: flex;
    align-items: center;
    justify-content: center
}

.cta-btn a:hover {
    background: #fff;
    border: 2px solid #245091;
    color: #245091;
}

.banner-home p {font-size: 14px;color: var(--primary-color);margin: 15px 0px 50px;color: #000000;font-family: 'Poppins-Regular';}
.banner-img.scene {padding: 90px 10px;position: relative;}
.cta-btn a {
    background: #9fcabd;
    padding: 11px 30px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    /* border: 2px solid; */
}

section.tesimonials:before {top: -39%;}

.scene.desktop-sec img {max-width: 90%;position: relative;left: 10% !important;}









































.h-page-18-hdr{
    .main-bar{
        max-width: 1340px;
        @include breakpoint-1440{
            padding-left:28px;
            padding-right:28px;
        }
        @include breakpoint-575{
            padding-left:0px;
            padding-right:0px;
        }
    }
}


/*Hpage-18 bnr notification block*/




    
}
.bounce {
    animation: bounce 1s linear infinite alternate-reverse both;
}
@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

  
  

.twm-shape-l{
                width: 100%;
                height: 500px;
                /* border: 42px solid #2a3038; */
                position: absolute;
                bottom: 30px;
                left:160px;
                background: url(../images/Path.png);
                z-index: 1;
                @include breakpoint-1360{
                    width: 300px;
                height: 550px;
                border: 26px solid $clr-primary;
                left:auto;
                right: 18%;
                }
                @include breakpoint-575{
                    width: 200px;
                height: 260px;
                border: 18px solid $clr-primary;
                top: 25%;
                bottom: auto;
                }
            }
            
            
            .twm-h-page16-bnr-pic{
                text-align: right;
                @include breakpoint-1199{
                    img{
                        width: 80%;
                    }
                }
                @include breakpoint-575{
                    text-align: center;
                    img{
                        width: 100%;
                    }
                }
            }
        }
    }

}










    .section-head.center.wt-small-separator-outer h2 {
    text-align: center;
    color: #ff9c00;
    font-size: 50px;
    font-family: 'Poppins-SemiBold';
    padding: 40px 0px;
}
    .section-full.p-t120.p-b90.site-bg-white.twm-how-it-work-area {
    padding: 20px 0px 0px;
}
    
    div#exampleModal .modal-header h1 {
        color: #ffffff;
        font-size: 31px;
        margin: 0px 63px;
        font-family: 'Poppins-SemiBold';
    }
    
    div#exampleModal .datainput {
        padding: 10px 10px;
        border: 2px solid #9fcabd;
        margin: 4px;
    }
    div#exampleModal input#wa_name {
        border: none;
    }
    
    div#exampleModal input.validate {
        border: none;
        width: 100%;
    }
    div#exampleModal button.send_form {
        border: none;
        background: #062d34;
        padding: 10px 10px;
        margin: 5px 4px;
        font-family: 'Poppins-SemiBold';
        width: 100%;
        border-radius: 4px;
        color: #ffffff;
    }
    
    div#exampleModal .modal-header {
        background: #062d34;
    }
    
    div#exampleModal textarea#wa_textarea {
        width: 100%;
        border: none;
        height: 100px;
    }
    .banner-txt.aos-init {
    padding: 20px 0px 0px;
}
    
    
    
    .form-div form label{
        font-size:15px;
        font-family:Poppins-SemiBold
    }
    .form-div form label span{
        color:red
    }
    .botm-banner{
        background:#000
    }
    section.help-sec{
        padding:30px 0
    }
    .help-txt-blk ul li b{
        font-size:15px;
        color:#ca786d
    }
    .heading-blk{
        text-align:
        center;
        padding-bottom: 50px;
    }
    .heading-blk h5{
        color:#ca786d;
        font-family:Poppins-Medium
    }
    

    .heading-blk p{
        font-size:15px;
        font-family:Poppins-Light;
        line-height:30px;
        COLOR:#2a3038
    }
    section.help-sec .row{
        display:flex;
        align-items:center
    }
    .help-txt-blk h5{
        font-size:22px;
        font-family:Poppins-Medium;
        margin:0;
        padding-bottom:15px;
        color:#ca786d
    }
.bac-sec h4 {font-size: 30px;font-family: 'Poppins-Medium';color: #fff;}

section.bac-gr {
    text-align: center;
    background: #ff9c00;
    padding: 30px 0px 0px 0px;
}

.bac-sec p {
    font-family: 'Poppins-Light';
    color: #fff;
    padding: 20px 0px 10px;
}
    .help-txt-blk p{
        font-size:15px;
        color:#000;
        font-family:Poppins-Light
    }
    .gurantee-blk{
        padding: 20px 0 10px;
    }
    .gurantee-blk h5{
        font-size: 19px;
        color: #000;
        margin:0;
        font-family: 'Poppins-Light';
        padding-bottom:10px
    }
    .gurantee-blk h4{
        font-size: 30px;
        color: #9fcabd;
        margin:0;
        padding-bottom:20px;
        font-family: 'Poppins-SemiBold';
        font-weight: 600;
    }
    .gurantee-blk p{
        font-size:14px;
        font-family: 'Poppins-Regular';
        color: #ffffff;
    }
    footer .row {
        align-items: unset;
    }
    
    section.achieve-sec{
        padding:190px 0
    }
    .achieve-head-blk h4{
        font-size:35px;
        color:#ca786d;
        line-height:60px;
        display:inline-block;
        font-family:Poppins-SemiBold
    }
    .achieve-head-blk p{
        font-size:15px;
        line-height:35px;
        font-family:Poppins-Light
    }
    
        .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff !important;
        background: #062d34 !important;
        
        
        !i;!;!IMPORTAN;!I;!;!i;!;
    }
    
    .place-blk{
        display:flex;
        background:#2a3038;
        margin:30px 0;
        transition:all 1s;
        padding:24px 30px;
        cursor:pointer;
        height:180px
    }
    .place-txt{
        margin:0 20px
    }
    .place-txt h5{
        color:#ca786d;
        font-family:Poppins-Medium;
        font-size:20px;
        text-transform:capitalize;
        margin:0;
        padding-bottom:10px
    }
    .place-txt p{
        font-family:Poppins-Light;
        color:#fff;
        margin:0;
        padding-bottom:0
    }
   
    section.grade-sec .row{
        display:flex;
        align-items:center
    }
section.grade-sec {
    background: #f8f8f8;
    padding: 20px 0px;
}
.why-heads h4 {
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    padding: 0px 0px 20px;
    color: #062d34;
}

.why-heads p {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #000000;
}
   
   
.why-head h4 {
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    color: #245091;
    font-weight: 600;
}

.why-head p {
    padding: 20px 0px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}
   

/*Content Css Start*/

section.cta_common.cta_common_second.ready1.cta-pad-adj.lazy {
    background: #062d34;
    /* margin: 30px 0px; */
    padding: 20px 0px 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.con-para {
    padding: 10px 0px 0px;
}

.form-div{
        width: 100%;
        margin:0 auto;
        padding: 0px;
    }
.for-form {
    padding: 0px 0px 0px 0px;
}
    .form-div form{
        padding: 0px 0 16px;
        width: 100%;
        position:
        relative;
        border-radius: 10px;
        background: #062d34;
        /* box-shadow: 0px 0px 37PX #ffffff; */
        top: 3px;
        border: 2px solid #ffffff;
    }
    .form-div form input{
        width: 100%;
        color: #000000 !important;!i;!;
        outline:0!important;
        padding: 7px 9px;
        border: none;
        border-bottom: 2px solid #9fcabd !important;
        background: #ffffff00;!;!importan;!i;!;
        font-family: 'Poppins-Medium';
        font-size: 14px;
        margin: 0px -3px 2px !important;
        /* border-radius: 5px; */
    }
    .form-div form textarea{
        width: 100%;
        height: 96px;
        margin: 0px 0px 0px -3px;
        color: #000;
        border: none;
        background: #ffffff00;
        /* border-radius: 5px; */
        padding: 9px;
        border-bottom: 2px solid #9fcabd !important;
        outline:0!important;
        resize:
        none!important;
        font-family: 'Poppins-Medium';
    }
    .datainput{
        margin:4px 20px 5px;
    }
    .form-div form button{
        width: 91.8%;
        display:
        inline-block;
        font-family: 'Poppins-SemiBold';
        padding: 7px 10px;
        border-radius: 5px;
        color: #ffffff;
        background: #9fcabd;
        margin: 0 17px;
        border: 0px solid #3d008b;
    }


/*Writer Css Start*/

section.writer {
    padding: 30px 0 20px 0;
    background: #f8f8f8;
}

.wri {
    padding: 0 0 10px 0;
}

.wri h2 {
    color: #062d34;
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
}

.wri p {
    color: #000000;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.wri-1 {
    padding: 10px 15px 0px 15px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin: 13px 10px 13px 10px;
    /* text-align: -webkit-center; */
    background: #062d34;
}
.disf {
    /* display: flex; */
    /* justify-content: center; */
    padding: 0px 0px 0px;
}
.wri-1 img {
    width: 60px;
    /* border: 5px solid #727d8f; */
    border-radius: 10%;
}

.wri-1 h3 {
    color: #9fcabd;
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
    padding: 10px 0px 0 0px;
}
section.Order-Review-th {
    background: #f7f7f0;
}
.wri-1 p {
    color: #fff;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 14px;
    /* text-align: left; */
    padding: 0px 0px 12px;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  /* padding-left: 20px; */
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 10px 10px 10px;
  margin: 30px 15px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  /* text-align: -webkit-center; */
  background: #062d34;
  border-radius: 10px;
}
.testimonial-item i.fa-quote-left:before {
    position: absolute;
    font-size: 70px;
    top: -25px;
    left: 10px;
    color: #00000021;
}

.testimonial-item i.fa-quote-right:before {
    position: absolute;
    font-size: 70px;
    bottom: -29px;
    left: 391px;
    color: #00000021;
}
.testimonials .testimonial-item .testimonial-img {
  width: 60px;
  border-radius: 10px;
  /* position: absolute; */
  /* left: -41px; */
  /* top: 25px; */
  /* padding: 0px 120px; */
}

.testimonials .testimonial-item h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #9fcabd;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009adc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 8px auto 15px auto;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  color: #fff;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*Writer Css Start*/
    .faqs-container{
    overflow: hidden;
}
section.sects .faq-singular h2 {
    color: #000;
}
section.sects .faq-singular .faq-answer {
    color: #000;
    font-family: 'Poppins-Regular';
}
section.sects {
    padding: 30px 0px 0px;
}
.faq-singular {
    position: relative;
    border-bottom: 2px solid #9fcabd;
    padding: 0 30px 0 0px;
}
.faq-singular:hover,
.faq-singular.active{
    /* background: #f2f2f2; */
    /* background-image: linear-gradient(90deg, #335548 0%, #335548 8px, transparent 8px, transparent 100%); */
}


center h1 {
    font-size: 34px;
    font-family: 'Poppins-SemiBold';
    padding: 0px 0px 20px 20px;
    color: #062d34;
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #1d1e1e;
    padding: 25px 25px 25px 0px;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
    font-family: 'Poppins-Light';
    font-size: 14px;
    color: #000000;
}
    
    .img-writer {
         width: 20%;
    }
    .thankyou-blk img {
         width: 80%;
         height: 240px;
    }
     .thankyou-blk {
         text-align: center;
    }
     section.thankyou-sec .row {
         display: flex;
         justify-content: center;
    }
     .thankyou-blk h5 {
         font-size: 40px;
         text-transform: uppercase;
         color: #183376;
         font-family: 'Poppins-Medium';
    }
     .form-div-modal form {
         background: transparent !important;
    }
     div#myModal .modal-content {
         background: #a0c4df !important;
    }
     .thankyou-blk a {
         background: #183376;
         padding: 10px 40px;
         display: inline-block;
         margin: 10px 0px 20px;
         color: #fff;
         font-family: 'Poppins-Light';
    }

.widget-links h2 {
    color: #9fcabd;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    padding: 0px 0px 7px;
}


.tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px 10px;
    
    
    
    
    
    
    
    
    
    
    
    
     // make sure it wraps
}
.tabs label {
    font-family: ;
    order: 1;
    
    
     // Put the labels first
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #9fcabd;
    font-weight: bold;
    border-radius: 5px;
    transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
    width: 100%;
    display: none;
  padding: 1rem;
  background: #062d34;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #062d34;
    color: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}
.tab h4 {
    font-size: 24px;
    font-family: 'Poppins-Medium';
    color: #9fcabd;
}

.tab p {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}
@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}



section.sect {
    padding: 30px 0px 20px;
    background: #f8f8f8;
}
section#testimonials {
    padding: 30px 0px 0px;
    background: #f8f8f8;
}
section#testimonials h2 {
    color: #062d34;
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
}
.section-title p {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    COLOR: #000;
}
.con p {
    font-size: 14px;
    font-family: 'Poppins-Light';
}
footer {
    background: #062d34;
    padding: 50px 0px 0px;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
.widget-links {
    padding: 0px 0px 30px;
}
.sec-copyright p {
    font-family: 'Poppins-Regular';
    padding: 7px 0px 10px;
    font-size: 14px;
    color: #9fcabd;
}
.sec-copyright {
    background: #b6016200;
    text-align: center;
    color: #000000;
    font-size: 14px;
    border-top: 1px solid #fffffffa;
    padding: 5px 0px 0px;
}

.widget-links ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}


.f-logo p {
    color: #ffffff;
    margin: 10px 0px 0;
    font-family: 'Poppins-Regular';
    padding: 0 30px 0 0;
    font-size: 14px;
}

.widget-cnt h2 {
    color: #9fcabd;
    font-size: 30px;
    text-transform: capitalize;
    padding: 0px 0px 7px;
}

.footer-cnt-list li a {
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

    .left h6{
        color:#fff;
        font-size:15px;
        font-family:Poppins-Medium;
        margin:0
    }
    
    .right{
        text-align:center
    }
    .right h6{
        color:#fff;
        font-size:15px;
        font-family:Poppins-Medium;
        margin:0
    }
    
    .tabcontent ul li{
        color:#fff;
        font-family:Poppins-Light;
        display:inline-block;
        margin:0 0 10px
    }
    .tab-btn .row{
        display:flex;
        align-items:center
    }
    .tabcontent h3{
        font-size:36px;
        color:#080303;
        margin:0;
        padding-bottom:30px
    }
    section.take-sec .col-md-7{
        padding:0
    }
    section.take-sec .col-md-5{
        padding:0
    }
    
    
    
    .ul-blk{
        display:flex
    }
    .ul-blk ul{
        width:100%
    }
    section.take-sec{
        overflow:hidden
    }
    
   .marquee {
    background: #9fcabd;
    padding: 3px 0px 0px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
}
    header{
        width:100%;
        padding: 0px 0;
        background: #ffffff;
    }
    .btn-req a{
        font-size: 12.5px;
        padding: 6px 0px;
        color: #062d34;
        text-align: center;
        position: relative;
        font-family: 'Poppins-Medium';
        margin: 0px 0px 0px -10px;
        display: inline-block;
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link{
        color: #062d34 ! IMPORTANT;
        font-size: 16px;
        padding: 0px 5px !important;
        font-family: 'Poppins-Medium';
        text-transform:
        uppercase
    }
.head-form h4 {
    font-size: 30px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}
    .head-form{
        /* text-align:center; */
        padding: 3px 0 7px 20px;
        color: #ff914d;
        font-family: 'Poppins-SemiBold';
    }
    .help-img-blk ul{
        display:flex;
        margin:0 20px;
        align-items:center
    }
    .help-img-blk ul li img{
        width:95%
    }
    
    .btm-blk a {
        background: #00a4df;
        float: right;
        padding: 6px 10px;
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins-Light';
        margin: 10px 0px 0px;
    }
    
    
    .ftr-blk-1{
        display:flex;
        width:100%
    }
    .txt-blkfr{
        margin:0 0 11px
    }
    .txt-blkfr h6{
        color:#fff;
        font-family:Poppins-Medium;
        font-size:13px;
        margin:0;
        line-height:25px;
        padding-bottom:0
    }
    .txt-blkfr span{
        color:#fff;
        font-family:Poppins-Light;
        font-size:14px
    }
    .txt-blkfr span i{
        font-weight:500;
        color:#e73b85;
        margin:0 8px 0 0
    }
    .ftr-blk-2{
        margin:-19px 0 0
    }
    .ftr-blk-last{
        margin: 0px 0 0!important;
    }
    .ftr-blk-2 ul li a{
        font-size:14px
    }
    .ftr-blk-2 ul li img{
        width:100%
    }
    
   
    
    
    .right-blk p{
        margin:15px 0 10px;
        font-family:
        Poppins-Light;
        
        color:#fff;
        font-size: 16px;
    }
    section.why-student .row{
        display:flex;
        align-items:center;
        background: #062d34;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .right-blk i{
        position:relative;
        left:-40px;
        font-size:30px;
        top:5px
    }
   
    .con-para h5 {
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
}

.con-para h2 {
    font-family: 'Poppins-SemiBold';
    color: #9fcabd;
}

.con-para p {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #ffffff;
}

.icons {
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px 10px;
}

.icons i {
    color: #062d34;
    font-size: 40px;
}

.icons-k {
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px 10px;
}

.icons-k i {
    color: #062d34;
    font-size: 40px;
    padding: 0px 0px 0px;
}
.icons h4 {
    font-size: 28px;
    font-family: 'Poppins-Medium';
    padding: 10px 0px 0px;
}

.icons-k h4 {
    font-size: 28px;
    font-family: 'Poppins-Medium';
    padding: 10px 0px 0px;
}

.icons a {
    color: #000;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.icons-k a {
     color: #000;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}
    section.gurantee-sec {
        overflow: hidden;
        padding: 0 10px;
        background: #245091;
        background-blend-mode: overlay;
    }
    
    
    
    .why-syudent-head {
    padding: 20px 30px 20px 90px;
}
    
    .why-syudent-head h4 {
        font-size: 30px;
        font-family: 'Poppins-SemiBold';
        margin: 0;
        padding-bottom: 20px;
        color: #062d34;
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .why-syudent-head p {
        font-family: 'Poppins-Regular';
        display: inline-block;
        width: 100%;
        /* line-height: 35px; */
        font-size: 14px;
    }
    section.about-sec p {
        font-size: 16px;
        font-family: 'Poppins-Light';
        margin: 0px 30px 0px;
        width: 100%;
        padding: 20px 20px 20px 20px !important;
    }
.faqs-img img {
    width: 100%;
    border-radius: 10px;
}
    .left-side h4{
        font-size: 23px;
        font-family: 'Poppins-SemiBold';
        color: #9fcabd;
    }
    .left-side h4 span{
        color:#51a2de
    }
.right-side img {
    width: 100%;
    border-radius: 10px;
}
.left-side {
    padding: 0px 0px 20px;
}
    .left-side p{
        color: #fff;
        font-family: 'Poppins-Regular';
        font-size: 14px;
        margin:0;
        /* line-height: 40px; */
        padding-bottom: 10px;
    }


    section.why-student{
        padding: 20px 0px 20px;
        overflow: hidden;
        background: #f8f8f8;
    }
    
   
    .help-txt-blk h4 span{
        color:#51a2de
    }
    .logo{
        text-align:
        center;
        width: 270px;
        margin:0 auto
    }
    .logo a{
        color:#fff;
        font-size:30px;
        font-family:Poppins-Medium;
    }
    .banner-sec-1{
        padding: 90px 0px;
        background-size: 100% 100% !important;
        text-align:center;
        justify-content: center !important;
        background: url("../images/Blue.png");
        background-repeat: no-repeat;
        align-items: center;
    }
    .banner-sec-1 .row{
        justify-content:center
    }
    .banner-sec-1 h1{
        font-size:50px;
        width: 100%;
        color: #062d34;
        font-family: 'Poppins-Medium';
    }
    .form-block label{
        width:100%;
        font-family:
        Poppins-Medium;
        font-size:18px;
        color: #993a9b;
    }
    .form-block input{
        width: 100%;
        color: #fff;
        font-size: 16px;
        padding:10px 10px;
        outline:0!important;
        background: #993a9b !important;
        border: 1px solid #993a9b38!important;
    }
    .form-block input::placeholder{
        color:#fff;
        font-family:Poppins-Light
    }
    .form-block textarea{
        width:100%;
        height:160px;
        border: 1px solid #993a9b38!important;
        background: #993a9b !important;
        padding:10px 10px;
        color:#fff;
        font-family:
        Poppins-Light
    }
    .form-block textarea::placeholder{
        color:#fff
    }
    .form-block button{
        width:40%;
        display:
        inline-block;
        margin:20px 20px;
        font-size:20px;
        font-family:
        Poppins-Medium;
        background: #993a9b;
        padding:10px 0;
        color:#fff;
        border: 1px solid #993a9b;
    }
    section.contact-us .row{
        display:flex;
        align-items:center
    }
    .contact-det-blk{
        background: #507687;
        padding: 30px 20px;
        margin: 0px 0px 10px;
    }
    .cntct label{
        width:100%;
        font-size:23px;
        font-family:Poppins-Medium;
        color:#fff;
        display:inline-block;
        position:relative
    }
    .cntct a{
        font-size: 15px;
        font-family:Poppins-Medium;
        color:#fff
    }
    .cntct{
        margin-bottom: 0px;
    }
    .cntct a i{
        font-size:18px;
        background:#fff;
        min-width:34px;
        text-align:
        center;
        padding:8px 0;
        border-radius:100px;
        color: #507687;
    }
    .cntct label::before{
        content:'';
        position:absolute;
        border-bottom:2px solid #fff;
        top:34px;
        width:100%
    }
    
    .essay-blk h4{font-size: 22px;font-family: 'Poppins-Medium';line-height: 40px;}
    .essay-blk h6{
        font-size:16px;
        font-family: 'Poppins-Medium';
        margin:0;
        padding-bottom: 10px;
        color: #a73398;
    }
    .essay-blk p{
        font-size:14px;
        font-family: 'Poppins-Light';
    }
    section.essay-sec{
        padding: 30px 0;
        overflow: hidden;
    }
    section.essay-sec .row{
        display:flex;
        align-items:center;
    }
    .essay-img img{
        width:100%
    }
    .essay-blk h4 span{
        color:#51a2de
    }
    section.essay-blue{
        background: #993a9b38;
        padding: 30px 0;
        overflow: hidden;
    }
    .essay-blue h4{
        font-size:40px;
        color: #993a9b;
        margin:0;
        padding-bottom: 10px;
        font-family:
        Poppins-Medium
    }
    .essay-blue p{
        font-size:14px;
        font-family: 'Poppins-Medium';
        color: #993a9b;
    }
    .essay-blue a{
        background:#fff;
        padding:10px 30px;
        display:
        inline-block;
        font-size:15px;
        margin: 0px 0px 20px;
        color: #993a9b;
        font-family: 'Poppins-Medium';
    }
    .blue-blk-blk h4{
        font-size:20px;
        margin:0;
        padding-bottom:15px;
        color: #993a9b;
    }
    .blue-blk-blk{
        background:#fff;
        padding:10px 20px;
        margin: 0px 0px 15px;
    }
    .blue-blk-blk p{
        font-size:13px;
        color:#000
    }
    section.essay-blue .row{
        display:flex;
        align-items:center
    }
    .blue-2{
        width:92%;
        margin:0 auto
    }
    section.essay-sec2{
        overflow: hidden;
        padding: 30px 0;
    }
.f-logo img {
    width: 90%;
}
    .essay-txt h4{font-size: 22px;font-family: 'Poppins-Medium';line-height: 40px;}
    .essay-txt p{
        font-size:14px;
        font-family: 'Poppins-Light';
        line-height: normal;
    }
    .essay-txt ul li i{
        background: #a43095;
        min-width:26px;
        color:#fff;
        font-size:18px;
        text-align:
        center;
        border-radius:100%;
        padding:3px 0;
        margin:0 10px 0 0
    }
    .essay-txt ul li{
        margin:0 20px 12px;
        font-size:16px;
        font-family:Poppins-Medium
    }
    .essay-img-blk img{
        width:100%;
        border-radius:110px 0 0 0
    }
    .essay-img-blk{
        position:relative;
        left:100px
    }
    .essay-img-blk-1 img{
        width: 100%;
    }
    
    .ftr-blk-1 ul{
        margin: 24px 50px 0 0;
    }
    .logo img{
        width: 80%;
        margin: 10px 0;
    }

.btm-row{
        padding: 10px 30px;
    }
    ul.navbar-nav.mr-auto li{
        margin:0 6px
    }
    .ftr-btm .row{
        justify-content:center
    }
    .ftr-btm h6{
        color: #fff;
        font-family:
        Poppins-Medium;
        font-size: 15px;
        margin: 0 0 0;
    }
    .term-blk h4{
        font-size: 25px;
        font-family:
        Poppins-Medium;
        margin:0;
        padding-bottom: 10px;
        color: #062d34;
    }
    section.terms-sec{
        padding: 30px 20px;
    }
    .site-slider{
        margin: 0px 0;
    }
    .term-blk p{
        font-size:15px;
        font-family:Poppins-Light;
    }
    .term-blk ul li{
        list-style:inherit;
        font-family:Poppins-Light;
        font-size:14px;
        line-height:40px
    }
    .term-blk ul{
        margin:0 50px 20px
    }
    
    
   
   
    
    .btn-start a i {
        margin: 0px 15px !important;
        color: #fff !important;
        position: relative;
        left: 6px;
        top: 1px;
        font-size: 14px;
    }
    
    .btn-start a {
        width: 50%;
        display: inline-block;
        color: #000;
        position: relative;
        z-index: 999999999999999;
    }
    .btn-start a::before {
        content: '';
        position: absolute;
        right: 13px;
        width: 19%;
        background: #993a9b;
        height: 10px;
        transition: all 0.5s;
        top: 0px;
        border-radius: 100%;
        z-index: -1;
        padding: 12px 0px;
    }
   
    .connect-form {position: relative;left: 0px;}
    
    .connect-form label {
        width: 100%;
        color: #993a9b;
        font-family: 'Poppins-Medium';
    }
    
    .connect-form input {
        width: 100%;
        background: #993a9b;
        padding: 8px 10px;
        font-family: 'Poppins-Medium';
        font-size: 14px;
        border: 2px solid #993a9b;
        color: #fff;
    }
    
   
    
   
    .connect-form input::placeholder {
        color: #fff;
    }
    
    .connect-form textarea::placeholder {
        color: #fff;
        font-family: 'Poppins-Medium';
        padding: 10px 10px;
    }
    
    .connect-form textarea {
        width: 100%;
        height: 100px;
        background: #993a9b;
        padding: 10px 10px;
        color: #fff;
        font-family: 'Poppins-Medium';
    }
    
    .connect-form button {
        width: 27%;
        margin: 0 auto 0px;
        padding: 10px 0px;
        background: #993a9b;
        border: 0 !important;
        color: #fff;
        font-family: 'Poppins-Medium';
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #down-triangle {
        width: 0 !important;
        height: 0;
        border-top: 30px solid #a73398;
        border-left: 20px solid transparent;
        border-right: 31px solid transparent;
        position: absolute;
        top: 87%;
        left: 700px;
        transform: translate(-50%, -20%);
    }
    
   
    
   
   
    
    section.ten-min-sec {
        padding: 0px 0px 30px;
        overflow: hidden;
    }
    
    .reason-blk h5 {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        margin: 0;
        padding-bottom: 20px;
    }
    
    .reason-blk h4 {
        font-size: 22px;
        font-family: 'Poppins-Medium';
        line-height: 60px;
    }
    
    .reason-blk p {
        font-size: 14px;
        font-family: 'Poppins-Medium';
    }
    
    .reason-blk p a {
        color: #993a9b;
        padding: 10px 3px;
        display: inline-block;
    }
    
    section.reason-sec .row {width: 100%;display: inline-block;}
    
    section.reason-sec {
        padding: 50px 20px;
        overflow: hidden;
        display: none;
    }
    
    .dropdown-menu {
        background: #9fcabd !important;
        /* left: 20px !important; */
    }
    
    .dropdown-item {
        color: #2a3038 !important;
        font-family: 'Poppins-Medium' !important;
    }
    
    .dropdown-item.active, .dropdown-item:active {
        background: #fff !important;
        color: #a83197 !important;
    }
    
    .essay-txt {
        padding: 0px 10px;
    }
    
    .thankyou-blk {
        text-align: center;
        padding: 140px 0px;
    }
    
    .thankyou-blk h1 {
        font-size: 40px;
        font-family: 'Poppins-SemiBold';
    }
    
    .thankyou-blk i {
        font-size: 60px;
        background: #9fcabd;
        color: #fff;
        min-width: 100px;
        padding: 18px 0px;
        margin: 20px 0px;
        border-radius: 100px;
    }
    
    .thankyou-blk h5 {
        font-family: 'Poppins-Medium';
        font-size: 29px;
        color: #000;
    }
    
    .thankyou-blk a {
        display: inline-block;
        width: 12%;
        background: #9fcabd;
        padding: 13px 0px;
        color: #fff;
        margin: 30px 0px;
        font-family: 'Poppins-Medium';
    }
    
    .floating_btn {
      position: fixed;
      bottom: 0px;
      left: 30px;
      width: 100px;
      height: 100px;
      display: flex;
      flex-direction: column;
      align-items:
      center;
      justify-content:
      center;
      z-index: 1000;
    }
    
    @keyframes pulsing {
      to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
      }
    }
    
    .contact_icon {
      background-color: #42db87;
      color: #fff;
      width: 60px;
      height: 60px;
      font-size:30px;
      border-radius: 50px;
      text-align: center;
      box-shadow: 2px 2px 3px #999;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translatey(0px);
      animation: pulse 1.5s infinite;
      box-shadow: 0 0 0 0 #42db87;
      -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      font-weight: normal;
      font-family: sans-serif;
      text-decoration: none !important;
      transition: all 300ms ease-in-out;
    }
    
    .btn-req ul {
        display: flex;
        align-items: center;
        margin: 0;
    }
    
    .btn-req a i {
        color: #062d34;
        font-size: 18px;
        /* background: #062d34; */
        padding: 6px 2px;
        border-radius: 30px;
        margin: 0px 2px 0px 0px;
    }
    
    @media only screen and (min-width: 1366px) and (max-width: 1920px){}
    @media only screen and (min-width: 1200px) and (max-width: 1365px){}
    @media only screen and (min-width: 992px) and (max-width: 1199px){}
    @media only screen and (min-width: 768px) and (max-width: 1024px){section.why-student .row {
        display: inline-block;
    }
    .ftr-blk h4 {
    font-size: 21px;
}
.row.justify-content-center {
    padding: 0px 37px 0px 0px;
}
.btn-req {
    margin: 10px -30px;
}
.ftr-blk-2 ul li img {
    margin: 10px -20px;
}
ul.navbar-nav.mr-auto {
    background: none;
    padding: 10px 0px 20px;
    text-align: center;
}

.logo {
    width: 170%;
}

.why-syudent-head {
    padding: 0px 25px;
}
    section.why-student .col-md-6 {width: 100% !important;max-width: 100%;}
    
    .right-blk {
        width: 690px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        justify-content: center;
        position: relative;
        top: 17px;
    }
    .slider-testi {
        width: 800px;
        padding: 20px 30px;
        height: 440px;
    }
    .form-div form button {
        width: 86%;
        border: none;
    }
    .btm-row .row {
        align-items: unset;
    }
    .modal-content {
        margin: 90px 0px 0px 0px;
        display: inline-block;
    }
    .slider-test {
        margin: 0 !important;
    }
    .form-div form input {
        width: 100%;
    }
    header {
        z-index: 10;
        height: auto;
    }
    
    ul.navbar-nav.mr-auto {
    }
    section.test-faq-sec .slick-prev {
        top: -50px;
        right: 40px !important;
        left: auto;
    }
    
    section.test-faq-sec .slick-next {
        top: -50px;
    }
    
    .panel {
        width: 720px;
    }
    
    .right-side {text-align: center;width: 100%;}
    
    .serv-blk {
        display: inherit;
    }
    
    section.pay-sec .col-md-6 {
        width: 100%;
        max-width: 100%;
    }
    
    section.pay-sec .row {
        display: inline-block;
    }
    
    .ewc ul li {
        width: 100%;
        text-align: center;
    }
    
    section.ten-min-sec .row {
        display: inline-block;
    }
    
    section.ten-min-sec .col-md-6 {
        max-width: 100%;
    }
    
    section.protocol-sec .row {
        display: inline-block;
    }
    
    section.protocol-sec .col-md-6 {
        max-width: 100%;
    }
    
    .protocol-img img {
        width: 100%;
    }
    
    .protocol-img {
        margin: 0px 0px 40px;
    }
    
    section.assignment-quality-sec .row {
        display: inline-block;
    }
    
    section.assignment-quality-sec .col-md-3 {
        max-width: 100%;
    }
    
    .ass-blk {
        height: 280px;
        margin: 0px 0px 30px;
    }
    
    section.banner-sec {
        overflow: hidden;
        padding: 20px 0 50px 0px !important;
    }
    
    section.why-student {
        overflow: hidden;
    }
    
    
    
    section.pilot-sec {
        overflow: hidden;
    }
    
    section.pay-sec {
        overflow: hidden;
        padding: 0;
    }
    
    section.gurantee-sec {
        overflow: hidden;
    }
    
    section.ewc {
        overflow: hidden;
    }
    
    section.ten-min-sec {}
    
    section.recommend-sec {
        overflow: hidden;
    }
    
    section.protocol-sec {
        overflow: hidden;
    }
    
    section.assignment-quality-sec {
        overflow: hidden;
    }
    
    section.test-faq-sec {
        overflow: hidden;
    }
    
    section.reason-sec {
        overflow: hidden;
    }
    
    footer {
        overflow: hidden;
    }
    
    section.test-faq-sec .row {
        display: inline-block;
    }
    
    .test-blk {
        margin: 0 !important;
        height: 280px !important;
        padding: 20px 50px;
    }
    
    .faq-blk {
        padding: 40px 40px;
        height: unset;
        width: 782px;
    }
    
    .accordion-blk {
    }
    
    .accordion {
        display: inline-block;
        width: 720px;
    }
    
    .head-faq {
        width: 720px;
    }
    
    .heading-ass {
        padding: 0px 10px;
    }
    
    .gurantee-blk {
        padding: 0px 0px;
    }
    
    .icon-blk {
        width: 60%;
    }
    
    .txt-blk h5 {
        width: 100%;
    }
    
    .get-started-card {
        margin: 0px 0px 30px;
    }
    
    .icon-blk i {
        font-size: 30px;
    }
    
    .txt-blk p {
        width: 100%;
    }
    
    .serv-main {
        padding: 10px 20px;
        height: 310px;
    }
    
    .icn-serv {
        width: 45%;
        margin: 0px 0px 20px;
    }
    
    .read-more a {
        display: none;
    }
    
    .connect-form button {
        width: 94%;
    }
    .ftr-blk-2 ul li {
        margin: 0px -10px;
    }
    
    .ftr-blk-1 {
        display: inline-block;
        width: 110%;
    }
    
    .ftr-blk {
        margin: 30px 20px;
    }
    
    .ftr-blk-last {
        margin: 30px 0px 0 !important;
    }
    }
    @media only screen and (min-width: 520px) and (max-width: 767px){}
    
    @media only screen and (min-width: 300px) and (max-width: 519px){
        .rating-blk{
            margin:0 auto 30px
        }
        .top-row{
            display:none
        }
        section.about-sec {
        overflow: hidden;
    }
        .ftr-blk h4 {
    font-size: 21px;
}
    div#exampleModal .modal-header h1 {
    font-size: 25px;
    margin: 0px 0px;
}

section.test-faq-sec .slick-prev {display: none !important;}

section.test-faq-sec .slick-next {
    display: none;
}

.test-blk {margin: 20px 10px 0px;}

.slider-test h6 {
    bottom: 4px;
}
        button.navbar-toggler{
            display:inline-block;
            position:relative;
            left: 262px;
            margin: 0;
            top: -40px;
            background:#fff
        }
        button.close span {
        margin: 0px 0px 0px -30px;
    }
        .row.row-1{
            display:none
        }
        .form-div::before{
            width:100%;
            left:0
        }
        .heading-blk {
        padding: 0px 0px 10px;
    }
    
    .icon-blk {
        width: 34%;
    }
        .form-div form{
            margin:0;
            width:100%!important;
            padding: 0px 20px;
            overflow: hidden;
        }
        .banner-txt{
            margin:0 0 0;
            padding: 0 10px;
        }
        section.banner-sec{
            overflow:hidden;
            padding: 10px 0 !important;
            width: 100%;
            /* background: #a831974f; */
        }
        section.help-sec{
            overflow:hidden;
            padding:40px 0
        }
        .help-img-blk ul li img{
            width:100%
        }
        .banner-txt h1{
            font-size:13px;
            line-height:19px;
            margin:0
        }
        .banner-txt p{
            font-size:10px;
            line-height:initial;
            margin:0;
            padding:5px 0
        }
        .form-div{
            width:100%;
            padding: 20px 0px 20px;
        }
        .banner-txt h1{
            font-size:15px;
            left: 0px !important;
            line-height:23px
        }
        .form-block label {
    padding: 5px 0 0 17px;
}

.form-block input {
    width: 90%;
    margin: 0 0 0 16px;
}

.form-block textarea {
    padding: 30px 0 0 15px;
}
        .banner-btn a{
            width:49%;
            padding:4px 0;
            font-size:10px;
            margin:0 0
        }
        .head-form h4{
            padding: 5px 0px 0px;
            font-size: 17px !important;!i;!;
            margin: 0;
        }
        .form-div form button{
            margin: 0px 1px 10px;
            width: 100%;
        }
        .datainput{
            margin:0 0 0;
            width: 100%;
        }
        .top-row ul{
            display:block
        }
        .top-row ul li{
            margin:10px 10px 20px
        }
        nav.navbar{
            position:relative;
            padding:0;
            margin: -10px -50px -30px;
        }
        .btm-row .col-md-9{
            padding:0
        }
        .heading-blk h4{
            font-size:21px
        }
        .heading-blk h5{
            font-size:12px
        }
        .heading-blk p{
            font-size:13px
        }
        .help-img-blk img{
            height:100%;
            padding-bottom:30px
        }
        .best-blk h4{
            font-size:20px;
            margin:0 10px
        }
        .best-blk p{
            font-size:14px;
            margin:0 10px
        }
        .best-blk{
            overflow:hidden
        }
    
        .best-bx{
            width:90%;
            height:unset!important;
            margin:20px auto
        }
        .pay-blk h4{
            font-size: 20px;
            line-height: unset;
        }
        .reason-blk h4{
            font-size: 21px;
            width:100%;
            line-height:40px
        }
        footer{
            overflow:hidden;
            text-align: center;
            padding: 20px 0px 0;
        }
        .book-now a{
            width:100%;
            text-align:center
        }
        .navbar-expand-lg .navbar-nav{
            display:block;
            background:#fff;
            position:relative;
            text-align: center;
            padding: 0 0px;
            margin: 0px 0px 20px;
        }
        header{
            position:unset;
            /* background: #a831974f; */
            padding: 0px 0 0;
            height: auto;
            overflow:hidden
        }
        .logo{
            width:34%;
            margin:unset
        }
        .btn-req{
            display:none
        }
        .dropdown-menu{
            background:#5bb6ed;
            color:#fff!important
        }
        .dropdown-item{
            color:#fff;
            font-family:Poppins-Light
        }
        .form-div form input{
            width: 100%;
            margin: 0px 0px 4px !important;
        }
        .heading-blk-serv h4{
            font-size:24px;
            color:#51a2de;
            margin:0;
            padding-bottom:20px
        }
        .heading-blk-serv p{
            width:100%;
            padding:0 20px 20px;
            color:#000
        }
        .tab{
            padding-bottom:20px
        }
       
        section.pilot-sec{
            overflow:hidden;
            padding: 30px 20px;
        }
        .ewc ul li{
            width: 100%;
            justify-content:center;
            margin:0 0 20px;
            text-align: center;
            position: relative;
            padding: 25px 0px !important;
        }
        .head-blk-writers h4{
            font-size:22px;
            margin:0;
            padding-bottom:10px
        }
        .right-blk i{
            left:-100px;
            top:30px;
            font-size:50px
        }
        .right-blk p{
            margin: 0px 0px;
            position:relative;
            left: 0px;
        }
        .ass-blk{
            margin:0 0 30px;
            width:97%;
            height:unset
        }
        section.ewc{
            overflow:hidden;
            background-size:100%;
            padding: 20px 10px 20px;
        }
        section.writer-sec{
            overflow:hidden;
            padding:20px 0
        }
        section.why-student{
            overflow:hidden;
            padding: 10px 10px;
        }
        section.sample-work{
            overflow:hidden
        }
        section.assignment-quality-sec{
            overflow:hidden;
            padding: 20px 5px 0;
        }
        section.test-faq-sec{
            overflow:hidden;
            padding: 20px 15px;
        }
        section.awards-rewards.mobile-hide{
            overflow:hidden;
            padding:50px 0 20px
        }
        section.essay-sec{
            overflow:hidden;
            padding: 20px 0px;
        }
    
        .essay-blue h4 {
        font-size: 30px;
        margin: 0px 0px;
        padding: 0px 0px 10px;
    }
    
    .essay-blue h4 {
        font-size: 19px;
    }
        section.essay-sec2{
            overflow:hidden;
        }
        section.essay-blue{
            overflow:hidden;
            text-align: center;
            padding: 20px 0px;
        }
        .slider-testi{
            height:unset;
            padding:15px 10px 20px
        }
        .essay-img-blk{
            left:0;
            text-align:center;
            margin:30px auto 0
        }
        .essay-img-blk img{
            border-radius:0;
            display:none
        }
        .essay-img-blk-1 img{
            width:100%;
            height:unset
        }
        .essay-img-blk-1{
            left:0;
            top:0;
            margin:40px 20px
        }
        .essay-txt ul li{
            font-size:12px;
            margin:0 0 12px
        }
        .blue-2{
            margin:30px auto 0
        }
        .panel{
            overflow-y:scroll!important;
            height: unset;
        }
        .ftr-blk-1{
            display:block
        }
        .ftr-blk-1 ul{
            margin: 0px 0 0;
        }
        .ftr-blk{
            margin: 0 0px;
        }
        .ftr-blk-last{
            margin: 0 0px 0!important;
        }
        .ftr-btm h6{
            text-align:center;
            font-size: 12px;
        }
        .ftr-txt img{
            width: 70%;
        }
        .tab button{
            color:#51a2de
        }
        .tabcontent h3{
            font-size:27px;
            padding-bottom:20px
        }
        .tabcontent p{
            line-height:unset;
            font-size:12px
        }
        .piot-txt h4{
            font-size:30px
        }
        .piot-txt p{
            font-size:12px;
            line-height:unset!important
        }
        .trust-slider-blk img{
            width:30%
        }
        .pilot-slider-blk{
            padding:20px 0 0
        }
        .trust-slider-blk ul li i{
            font-size:16px
        }
        .ewc h1{
            font-size:27px
        }
        .ewc p{
            font-size:14px;
            font-family:Poppins-Light
        }
        .head-blk-writers p{
            font-size:11px
        }
        section.writer-sec .slick-next:before,section.writer-sec .slick-prev:before{
            display:none
        }
        .left-side h4{
            font-size: 19px;
            width: 100%;
            text-align: left;
            margin:0;
            padding-bottom: 10px;
        }
        .left-side p{
            font-size: 13px;
            text-align: left;
            padding: 0px 0px 20px;
            line-height: unset;
        }
        .test-blk i{
            font-size:20px;
            min-width:70px;
            padding:20px 0
        }
        .slider-head{
            padding-bottom:0
        }
        .slider-head h4{
            font-size:20px
        }
        .slider-head h5{
            font-size:10px
        }
        .test-blk p{
            font-size:12px;
            padding-bottom:18px
        }
        .slider-test h6{
            font-size:14px;
            bottom: 8px;
            color: #fff;
            left: auto;
            right: 10px;
            top: 12px;
        }
        .slider-test{
            padding:0 0;
            margin:0 0
        }
        .head-faq h4{
            font-size:20px
        }
        .faq-blk{
            height:unset;
            padding: 20px 15px 10px;
        }
        .heading-ass h4{
            font-size: 16px;
            margin: 0px 10px;
        }
        .heading-ass p{
            font-size: 14px;
            padding: 0 0px 20px;
            line-height: unset;
        }
        section.awards-rewards.mobile-hide img{
            width:30%
        }
        section.awards-rewards.mobile-hide h3{
            font-size:20px
        }
        section.awards-rewards.mobile-hide p{
            font-size:11px;
            margin:0
        }
        .row.justify-content-center{
            padding:20px 0 0
        }
        .ftr-blk-2 ul li img{
            width:60%
        }
        .banner-sec-1{
            background-size:contain;
            padding:30px 0!important
        }
        section.faq-sec{
            padding:20px 0 20px
        }
        .head-faq p{
            font-size:12px
        }
        section.contact-us{
            padding:0 0 20px;
            overflow: hidden;
        }
        section.banner-sec-serv{
            background-size:100%!important;
            padding:0!important;
            background-repeat:no-repeat!important
        }
        section.banner-sec-serv .banner-txt{
            margin:40px 0 70px
        }
        .essay-blk h4{
            font-size:20px;
            width: 100%;
            padding: 0 0px 0 10px;
        }
        .essay-blk h6 {
    padding: 0 0 10px 10px;
}

.essay-blk p {
    padding: 0 0 0 10px;
}

.essay-txt p {
    padding: 0 10px 0 10px;
}
        .essay-txt h4{
            font-size:20px;
            padding: 0 0 0 10px;
        }
        .navbar-light .navbar-nav .nav-link{
            color: #000 !important;
            font-size: 14px;
            text-align: center;
            padding: 10px 0px !important;
        }
    
        .logo {
        width: 75% !important;!i;!;
    }
    
    .form-div form textarea {width: 100%;}
    
    
    
    .ten-blk p {
        line-height: unset;
    }
    
    .ten-blk h4 {
        line-height: unset;
    }
    
    section.ten-min-sec {
        overflow: hidden;
        padding: 30px 10px;
    }
    
    .recommend-blk h4 {
        font-size: 22px;
    }
    
    section.protocol-sec {
        padding: 0px 10px 20px;
    }
    
    .protocol-img img {
        width: 100%;
    }
    
    .protocol-img {
        position: relative;
        top: 0px;
        padding: 30px 0px 0px;
    }
    
        .protocol-blk {
        padding: 30px 0px 0px;
    }
    
    .test-blk {
        height: unset !important;
    }
    
    section.test-faq-sec .slick-next {
        top: -20px;
        display: none !important;
    }
    
    .accordion {
        font-size: 13px;
    }
    
    section.reason-sec {
        padding: 0px 0px 20px;
        text-align: center;
    }
    
    .connect-form button {
        width: 100%;
        display: inline-block;
    }
    
    
    .ftr-blk ul li a i {
        display: none;
    }
    
    .ftr-blk-2 {
        margin: 0;
    }
    
    .ftr-blk ul {
        margin: 7px 0px 0px;
    }
    
    .reason-blk {
        text-align: center;
    }
    
    .connect-form label {
        text-align: left;
    }
    
    .gurantee-blk h4 {
        font-size: 22px;
    }
    
    .gurantee-blk {
        padding: 0px 0px 0px;
    }
    
    .img-blk {
        margin: 0px 0px 20px;
        height: 100%;
    }
    
    .piot-txt {
        padding: 0px 10px;
    }
    
    section.pay-sec {
        padding: 0 10px;
    }
    
    .serv-main {
        display: inline-block;
        text-align: center;
        margin: 0px 0px 10px;
        height: 250px;
        padding: 20px 20px;
    }
    
    .serv-blk {
        display: inline-block;
        margin: 0px 0px;
    }
    
    .icn-serv {
        min-width: 40px !important;
        width: 16%;
        margin: 0 auto 20px;
        padding: 7px 0px;
        height: unset !important;
    }
    
    .icn-serv i {
        font-size: 22px;
    }
    
    .read-more a {
        display: none;
    }
    
    .right-blk {
        padding: 10px 0px !important;
        text-align: center;
        margin: 0px 0px 5px 0px;
    }
    
    .right-side {
        padding: 0;
    }
    
    .why-syudent-head {
        padding: 0px !important;
        text-align: center;
    }
    
    .why-syudent-head h4 {
        font-size: 20px;
        text-align: left;
        padding: 0px 0px 10px;
    }
    
    .why-syudent-head p {
        width: 100%;
        line-height: unset;
        text-align: left;
        padding: 0px 0px 10px;
        margin: 0;
    }
    
    .left-side {
        text-align: center;
    }
    
    ul.navbar-nav.mr-auto li {
        margin: 0 !important;
    }
    
    
    
    .dropdown-menu {
        text-align: center;
        font-size: 14px;
    }
    
    .dropdown-menu a {
        padding: 10px 0px;
        text-align: center;
        font-size: 13px;
    }
    }
    @media only screen and (max-width: 320px) and (max-height: 480px){
        nav.navbar {
    position: relative !important;!i;!;
    left: 0px !important;!i;!;
}

.marquee {
    overflow: hidden;
}
.section-title.aos-init {
    padding: 0px 10px;
}
header {
    overflow: hidden;
}

section.banner-home.bg_blue {
    overflow: hidden;
    background: #f8f8f8;
    padding: 0px 10px;
}

section.why-student {
    overflow: hidden;
    padding: 10px 10px 20px;
    background: #002e35;
}

section.grade-sec {
    overflow: hidden;
    padding: 0px 22px;
}

section#testimonials {
    overflow: hidden;
}

section.cta_common.cta_common_second.ready1.cta-pad-adj.lazy {
    overflow: hidden;
    padding: 0px 10px 20px;
}

section.sect {
    overflow: hidden;
    padding: 10px 10px 0px;
}

section.writer {
    overflow: hidden;
}

footer {
    overflow: hidden;
}
h1.theme-hd {
    font-size: 24px !important;!i;!;
    line-height: normal !important;!i;!;
}

.cta-btn a {
    padding: 10px 10px;
}

.banner-home p {
    margin: 0px 0px 20px;
}

.right-side {
    padding: 20px 0px 10px;
}

.why-heads h4 {
    font-size: 23px;
    padding: 0px;
}

.tab h4 {
    font-size: 18px;
}
        .section-title.aos-init.aos-animate {
    padding: 0px 10px;
}

.for-form {
    padding: 0px 0px;
}

.con-para {
    padding: 0px 0px;
}

.icons {
    margin: 0px 0px 10px;
}

section.why-student .row {
    padding: 0px !important;!i;!;
}

.why-syudent-head h4 {color: #9fcabd;}

.why-syudent-head p {
    color: #fff;
}

center h1 {
    font-size: 23px;
    padding: 0px;
}

.faq-singular {
    padding: 0px;
}

.wri {
    padding: 0px 10px;
}
.f-logo p {
    padding: 10px 10px;
}

        
    }

    @media only screen and (max-width:430px) and (max-height:932px){
        
        nav.navbar {
    position: relative;
    left: 0px;
    margin: -14px 50px 0px 20px;
}

        .marquee {
    overflow: hidden;
}

header {
    overflow: hidden;
}

section.banner-home.bg_blue {
    overflow: hidden;
    padding: 10px 10px;
    background: #f8f8f8;
}

section.why-student {
    overflow: hidden;
}

section.grade-sec {
    overflow: hidden;
    padding: 0px 25px;
}

section#testimonials {
    overflow: hidden;
}

section.cta_common.cta_common_second.ready1.cta-pad-adj.lazy {
    overflow: hidden;
    padding: 0px 10px 20px;
}

section.sect {
    overflow: hidden;
}

section.writer {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

h1.theme-hd {
    font-size: 30px;
    padding: 0px;
    line-height: normal;
}

.head-form h4 {
    font-size: 25px;
}

.section-title.aos-init.aos-animate {
    padding: 0px 15px;
}

.faq-singular {
    padding: 0px 0px 0px 20px;
}

.wri {
    padding: 0px 10px;
}
.f-logo p {
    padding: 10px 10px;
}

    }
    @media only screen and (max-width:600px) and (max-height:960px){

        .for-form {
    margin: 30px 0px 0px;
}

.right-side img {
    padding: 30px 0px 20px;
}

section.why-student .row {
    padding: 15px 0px 30px;
}

.icons {
    margin: 0px 0px 10px;
}

        
    
        .ass-blk {
        height: 90%;
        margin: 0px 5px 40px;
    }
    
    .protocol-img img {
        width: 100%;
    }
    
    .protocol-blk {
        padding: 30px 0px 0px;
    }
    .why-syudent-head {
        padding: 0 35px;
    }
    .head-faq p {
        line-height: unset;
    }
    .piot-txt p {
    line-height: unset;
}

.piot-txt {
    padding: 20px 10px;
}

.heading-ass p {
    line-height: unset;
    padding: 0 0 10px;
}

.faq-blk {
    padding: 20px 40px;
    width: 100% !important;
}
    .ewc ul li {
        width: 100%;
        margin: 0px 0px 20px;
    }
    
    .icon-blk {
        width: 20%;
    }
    .gurantee-blk {
        padding: 0px;
    }
    
    section.banner-sec {
        background-position: center center;
        padding: 20px 0px;
    }
    
    .logo {
        width: 70%;
        margin: unset;
    }
    .blue-blk-blk {
        background: #fff;
        padding: 10px 20px;
        margin: 0px -20px 15px;
    }
    .navbar {
        justify-content: end;
        margin: 0px 0px 0px;
        z-index: 99;
    }
    
    .navbar-toggler {
        position: relative;
        top: -80px;
    }
    
    .navbar-expand-lg .navbar-nav {
        background: #9fcabd;
        justify-content: center;
        padding: 10px 0px;
        text-align: center;
        color: #fff;
    }
    
    .navbar a {
    color: #fff !important;
}
    
    ul.navbar-nav.mr-auto li {
        padding: 10px 0px;
    }
    
    .btn-req {
        display: none;
    }
    
    section.test-faq-sec .slick-prev {
        right: 50px;
        left: auto;
    }
    
    section.test-faq-sec .slick-next {
        left: auto;
        right: 10px;
    }
    
    .slider-test h6 {
        color: #fff;
        bottom: 20px;
        left: auto;
        right: 30px;
    }
    
    .ftr-blk-1 {
        display: inherit;
    }
    
    .ftr-blk {
        margin: 0 !important;
    }
    
    .banner-sec-1 h1 {
        width: 100%;
        position: relative;
        left: 0px;
        font-size: 30px;
    }
    
    .navbar-toggler {
        margin: 0px 0 -40px 450px;
    }
    .f-logo p {
    padding: 10px 10px;
}
    
    }