#toolbar{
    display:none !important;
}

  .nav-link {        }
     li.nav-item.active {
    background: linear-gradient(to right, #002543 0, #0090be 100%);
    color:White;
}
a.nav-link.active {
    background: linear-gradient(to right, #002543 0, #0090be 100%) !important;
    color:white !important;
}
        .nav-item>a:hover {
            color: green;
        }
.fwhatsapp{
    width:27px;
}
.forDownload{
    color: white;
    font-weight: 700;
    font-size: 30px;
    margin-left: 50px;
}
.forbtn .b_btn {
    background: #971324;
    color: #fff;
    width: 40%;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 15px 0 0;
}
  
.navbar-inverse .navbar-nav > .active > a{
    color: white !important;
    background:none !important;
}
.specify{text-align:center;
    margin-bottom:15px;
}
h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Montserrat',sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Montserrat',sans-serif;}
.no_space {padding-right: 0px;padding-left: 0px;}
/* HEADER */
.header{width: 100%;}
.head_top{
    width: 100%;
    background: linear-gradient(to right, #fb1616 0, #fb9816 100%);
    padding: 2px 40px;
    color:white;
    }

    .head_top_left {
        width: 100%;
    }
    .head_top_left p {
        font-size: 14px;
        margin-top: 4px;
    }
    .head_top_left a {
        
        background: #fff;
        margin: 0 0 0 10px;
        display: inline-block;
        padding: 7px 20px;
        border-radius: 30px;
        font-size: 14px;
        color: #0f2944;
        text-transform: uppercase;
        font-weight: 700;
    }
    .head_top_right {
        width: 100%;
        text-align: right;
        padding: 8px 0;
    }
    .head_top_right ul li {
        display: inline-block;
        font-size: 16px;
        padding: 0 10px;
        border-right: 1px solid #fff;
    }
    .head_top_right ul li a {
        color: #fff;
        font-weight: 600;

    }
    span.top_icon {
        font-size: 18px;
        color: #000000;
    }
    span.top_icon {
        font-size: 18px;
        color: #000000;
    }
    span.top_icon .fa-whatsapp{
        font-weight: 600;
    font-size: 21px;
    }
    /*.head_top_right ul li:nth-child(3) a {*/
    /*    color: #0f2944;*/
    /*    font-weight: 700;*/
    /*}*/
.navbar-collapse .collapse{
    margin-top: 10px !important;
}
span.top_icon {margin: 0 10px 0 0;color: white;}
.head_top a{color:black;}
.head_bot{width: 100%;
padding: 0px 40px;
background-color: #ffffff00;border-color: #e6e6e6;border-width: 4px;}
.logo_area{padding: 0px 0;}
.head_bot .logo_area img{width: 100%;}
.hb_pad{padding: 0px 0px;}
.navbar.navbar-inverse {background: #ffffff00;border: none;float: right;margin: 8px 0;}
.navbar-inverse .navbar-nav > li > a:hover{color:black;}
.navbar-inverse .navbar-nav > li > a {color: #212121;font-weight: 600;font-size: 18px;}
/* HEADER */

/* BANNER_SEC */
.banner_sec{width: 100%;padding: 40px 30px 110px;background-size: cover;overflow: hidden;color: #000;}
.banner_sec_order{width: 100%;padding: 32px 30px;background: url('img/mainbanner3.jpg') no-repeat;background-size: cover;overflow: hidden;}
.banner_left{width: 100%;    padding: 10px 0px;}
.banner_left h1{
    color: #005074;
    /*font-size: 46px;*/
    font-size: 35px;
    font-weight: 600;
    /*color: whitesmoke;font-size: 56px;*/
}
.banner_left p{
        color: #005074;
        font-size: 17px;
        font-weight: 600;
        text-align: justify;
        /*color: whitesmoke;font-size: 15px;*/
}
.banner_left ul li {
    list-style: none;
    color: #000;
    font-size: 17px;
    margin: 11px 0;
    font-weight: 600;
}

.banner_left ul li i {
    padding: 0 20px 0 0;
}

.banner_right{width: 100%;padding: 20px 0px;}
.banner_form{background: linear-gradient(to right, #fb1616 0, #fb9816 100%);padding: 30px 20px;box-shadow: 0px 0px 11px 5px #fff;}
select option[value] {background:grey;color:White;}
.banner_form  .form-control {background: none;box-shadow: none;border: none;border-bottom: 2px solid #ffffff;color: #fff;resize: none;border-radius: 0;}
.banner_form h3{color: white;text-align: center;background: #000000;border-radius: 5px;padding: 10px 0px;}
.banner_form .b_btn{background: #000000;color: #fff;width: 100%;border-radius: 4px;border: 0;text-transform: uppercase;font-size: 16px;font-weight: 600;letter-spacing: 0.5px;padding: 10px 0;margin: 15px 0 0;}
.price{color: white;}
/* BANNER_SEC */

/* SEC_ONE */
.sec_one{width:100%;padding: 0px 60px 40px;overflow: hidden;margin-top: -90px;}
.flip_card {background-color: transparent;width: 90%;height: 240px;perspective: 1000px;border-radius: 8px;}
.flip_card_inner {position: relative;width: 100%;height: 100%;transition: transform 0.6s;transform-style: preserve-3d;border-radius: 8px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.flip_card:hover .flip_card_inner {transform: rotateY(180deg);}
.flip_card_front, .flip_card_back {position: absolute;width: 100%;height: 100%;backface-visibility: hidden;}
.flip_card_front {color: black;background: white;padding: 30px 30px 15px;border-radius: 12px;}
.flip_card_front_image{width: 100%;padding: 20px 0px;text-align: center;}
.flip_card_front_image i{color: #fb1c16;font-size: 45px;}
.flip_card_front_text{width: 100%;padding: 20px 20px;text-align: center;}
.flip_card_front_text h2{color: #232323;font-size: 20px;font-weight: 700;}
.flip_card_back {
    background: linear-gradient(to right, #fb1616 0, #fb9816 100%);
    color: #333;
    transform: rotateY(180deg);
    border-radius: 12px;
    }
.flip_card_back_text{width: 100%;padding: 30px 50px 10px;text-align: center;}
.flip_card_back_text h2{color: white;font-size: 20px;font-weight: 700;padding: 30px 0px 20px;}
.flip_card_back_text p{color: white;font-size: 15px;text-align: center;}
/* SEC_ONE */

/* SEC_TWO */
.sec_two{width: 100%;padding: 40px 30px 40px;overflow: hidden;}
.orderHeading{color:white;text-align:center;}
.sec2_left{width: 100%;padding: 0px 20px 0px;}
.timer_section{text-align: center;width: 100%;background-color: white;box-shadow: 0px 0px 11px 5px #000;padding: 60px 0px;}
.timer_section h2{color: #232323;font-size: 20px;font-weight: 700;margin: 0 0 20px;}
.home_section_class li {text-align: center;margin-right: 20px;display: inline-block;}
.home_section_class li p {display: block;width: 85px;height: 85px;border: 3px solid #0c5adb;border-radius: 5px;font-size: 30px;line-height: 80px;text-align: center;color: #00247e;}
p#hours:before {position: absolute;top: 145px;width: calc(100% - 637px);height: 1px;background-image: linear-gradient(90deg,#000000,#0c5adb 40%,transparent 40%,transparent 100%);background-size: 12px 1px;content: "";left: 202px;}
p#minutes:before {position: absolute;top: 145px;width: calc(100% - 637px);height: 1px;background-image: linear-gradient(90deg,#000000,#0c5adb 40%,transparent 40%,transparent 100%);background-size: 12px 1px;content: "";left: 312px;}
p#seconds:before {position: absolute;top: 145px;width: calc(100% - 637px);height: 1px;background-image: linear-gradient(90deg,#000000,#0c5adb 40%,transparent 40%,transparent 100%);background-size: 12px 1px;content: "";left: 422px;}
.sec2_right{width: 100%;}
.sec2_right h2 {font-weight: 600;font-size: 32px;color: black;padding: 0px 0px 10px; text-align: center;}
.sec2_right p {font-size: 15px;color: black; text-align: justify;}

.new_ul_sect2{column-count: 2;line-height: 1.8;margin: 0;list-style-type: none;}
.new_ul_sect2 li {padding: 10px 0px;}
.new_ul_sect2 li i {color: #971324;font-size: 20px;margin: 0px 10px 0px 0px;}
/* SEC_TWO */

/* SEC_THREE */
.sec_three{width: 100%;background: url('img/sec3_img11.jpg') no-repeat;background-size: cover;overflow: hidden;padding: 40px 30px 40px;}
.sec3_heading{width: 100%;text-align: center;}
.sec3_heading h2 {font-weight: 600;font-size: 32px;color: white;margin: 0 0 40px;}
.flip_card2 {background-color: transparent;width: 90%;height: 240px;perspective: 1000px;border-radius: 8px;margin-bottom: 30px;}
.flip_card_inner2 {position: relative;width: 100%;height: 100%;transition: transform 0.6s;transform-style: preserve-3d;border-radius: 8px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.flip_card2:hover .flip_card_inner2 {transform: rotateY(180deg);}
.flip_card_front2, .flip_card_back2, .flip_card_back3, .flip_card_back4, .flip_card_back5, .flip_card_back6, .flip_card_back7 {position: absolute;width: 100%;height: 100%;backface-visibility: hidden;}
.flip_card_front2 {color: black;background: #ffffff00;padding: 30px 30px 15px;border-radius: 12px;border: 2px solid rgb(255 255 255);}
.flip_card_front_image2{width: 100%;padding: 20px 0px;text-align: center;}
.flip_card_front_image2 i{color:  #ffffff;font-size: 45px;}
.flip_card_front_text2{width: 100%;padding: 20px 20px;text-align: center;}
.flip_card_front_text2 h2{color:  #ffffff;font-size: 20px;font-weight: 700;}
.flip_card_back2 {background: linear-gradient(to right, #fb1616 0, #fb9816 100%);color: #333;transform: rotateY(180deg);border-radius: 12px;}
.flip_card_back3 {background: url('img/sec3_img3.jpg') no-repeat;color: #333;transform: rotateY(180deg);border-radius: 12px;}
.flip_card_back4 {background: url('img/sec3_img4.jpg') no-repeat;color: #333;transform: rotateY(180deg);border-radius: 12px;}
.flip_card_back5 {background: url('img/sec3_img5.jpg') no-repeat;color: #333;transform: rotateY(180deg);border-radius: 12px;}
.flip_card_back6 {background: url('img/sec3_img6.jpg') no-repeat;color: #333;transform: rotateY(180deg);border-radius: 12px;}
.flip_card_back7 {background: url('img/sec3_img7.jpg') no-repeat;color: #333;transform: rotateY(180deg);border-radius: 12px;}
.flip_card_back_text2{width: 100%;padding: 12px 50px 10px;text-align: center;}
.flip_card_front_text2 h4 {
    color: #fff;
    font-size: 12px;
    margin: 20px 0 0;
}
.readmore{color: white;font-weight: 600;transition: all .2s ease-in-out;background: no-repeat;padding: 1px 5px;display: inline-block;margin: 10px 0;border: 1px solid;line-height: 20px;}
.readmore:hover{color: white;transform: scale(1.1);}
/*.readmore:hover{transform: scale(1.1);}*/
/*.flip_card_back_text2 a{transition: all .2s ease-in-out;}*/
/*.flip_card_back_text2 a:hover{color:Black;transform: scale(1.1);}*/
.flip_card_back_text2 h2{color: white;font-size: 20px;font-weight: 700;padding: 20px 0px 20px;}
.flip_card_back_text2 p{color: white;font-size: 14px;text-align: center;}
.padding_bot{padding: 20px 0px;}
/* SEC_THREE */

/* SEC_FOUR */
/* .sec_four{width: 100%;overflow: hidden;padding: 40px 30px 40px;}
.sec4_textarea {width: 100%;}
.sec4_textarea h2 {font-weight: 600;font-size: 32px;color: black;margin: 14px 0px;}
.sec4_textarea h3 {font-weight: 600;font-size: 22px;color: black;}
.new_ul{display: inline-grid;line-height: 1.8;margin: 0;list-style-type: none;}
.new_ul li {padding: 10px 0px;}
.new_ul li i {color: #971324;font-size: 20px;margin: 0px 10px 0px 0px;} */

.sec_4_subs {position: relative;padding: 50px 0;background-size: cover;background-position: center;}
.sec_4_subs h2 {padding-bottom: 15px;margin-bottom: 30px;font-weight: 700;color: #2d3a51;}
.sec_4_subs .listing ul {text-align: center;}
.sec_4_subs .listing ul li {position: relative;font-size: 14px;color: #008cba;text-transform: capitalize;border: 1px solid #b71116;display: inline-block;padding: 11px 20px;margin-bottom: 15px;border-radius: 2px;font-weight: 500;transition: all 0.3s ease-out;}
.sec_4_subs .listing ul li+li {margin-left: 9px;}
.sec_4_subs .listing ul li:hover {color: #bd3f4f;border: 1px solid #002846;transform: scale(1.04);}
.sec_4_subs .slick-prev::before {content: "\f104";font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}
.sec_4_subs .slick-next::before {content: "\f105";font: normal normal normal 14px/1 FontAwesome;position: absolute;right: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}




/* SEC_FOUR */

/* SEC_FIVE */
.sec_five{width: 100%;background-size: cover;background-position: fixed;background: url(img/sec5_img1.jpg) top right/cover no-repeat scroll;overflow: hidden;padding: 40px 30px 10px;}
.sec5_heading{width: 100%;text-align: center;}
.sec_essay_writing_service-box{height:550px !important;}
.nomar{margin-bottom: 20px !important;}
.sec5_heading h2{font-weight: 600;font-size: 32px;color: white;margin: 0 0 20px;}
.sec5_left{width: 100%;padding: 0px 20px 0px;}
.sec5_right{width: 100%;padding: 0px 20px 0px;}
.ul_tab{display: inline-grid;line-height: 1.8;margin: 0;list-style-type: none;}
.ul_tab li {color: black;background: linear-gradient(to right, #fb1616 0, #fb9816 100%);padding: 10px 20px 10px;margin: 0 0 20px;border: 2px solid rgb(255 255 255);box-shadow: 0px 0px 11px 5px #fff;width: 240px;margin-bottom:75px;}
.ul_tab li a{color: white;font-weight: 600;}
.ul_tab li.active {color: black;background: linear-gradient(to right, #fb1616 0, #fb9816 100%);}
.sec5_middle{width: 100%;}
.sec_essay_writing_service-box p {color: #fff;font-size: 15px;font-weight: 600;}
.ul_tab_2{display: inline-grid;line-height: 1.8;margin: 0;list-style-type: none;}
.ul_tab_2 li {color: black;background: #ffffff00;padding: 10px 20px 10px;margin: 0 0 20px;border: 2px solid rgb(255 255 255);box-shadow: 0px 0px 11px 5px #000;width: 240px;margin-bottom:75px;}
.ul_tab_2 li a{color: white;font-weight: 600;}
.ul_tab_2 li.active {color: black;background: #ff1414;}
/* SEC_FIVE */

/* SEC_SIX */
.sec_six{width: 100%;padding: 40px 30px 40px;overflow: hidden;}
.sec6_heading{width: 100%;text-align: center;}
.sec6_heading h2 {font-weight: 600;font-size: 32px;color: black;padding: 0px 0px 10px;}
.carousel1{width: 100%;}
.sec6_box_border {border: 2px solid rgba(22, 33, 51, 0.1);width: 98%;text-align: center;}
.sec_six .owl-pagination {display: none;}
/* SEC_SIX */

/* SEC_SEVEN */
/* SEC_SIX */
.sec_seven{width: 100%;overflow: hidden;padding: 40px;background: linear-gradient(to right, #fb1616 0, #fb9816 100%);}
.sec7_heading{width: 100%;text-align: center;}
.sec7_heading h2{font-size: 32px;font-weight: 600;color: white;margin: 0 0 15px;}
.sec7_box{width: 100%;padding: 30px 20px;box-shadow: 0px 0px 11px 5px #000;}
.sec7_btn{background: #000000;color: #fff;width: 100%;border: 0;text-transform: uppercase;font-size: 16px;padding: 7px 0;margin-top: 10px;}
.sec_seven .form-group {position: relative;margin-top: 10px;}
.sec_seven span.pop_icon {position: absolute;color: #8e2e49;left: 13px;top: 6px;}
.sec_seven .form-control {resize: none;padding: 5px 33px;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}
/* SEC_SIX */
/* SEC_SEVEN */


/* SEC_NINE */
.sec_nine{overflow: hidden;padding: 40px 30px 40px;width: 100%;background-color: #b71116;overflow: hidden;}
.sec9_heading{width: 100%;text-align: center;}
.sec9_heading h2{font-weight: 600;font-size: 32px;color: white;}
.sec9_box{width: 100%;padding: 20px 0px;}
.sec9_box_border{width: 100%;padding: 40px 50px 20px;}
.sec9_top{width: 100%;position: relative;z-index:1;text-align: center;}
.sec9_top span{text-align:center;background: #ffffff;border-radius: 50%;color: #000;font-weight: 600;position: relative;height: 45px;width: 45px;line-height: 45px;display: inline-block;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.sec9_top span::before{position: absolute;left: -20px;top: -20px;height: 85px;width: 85px;content: "";background: #008fbd;z-index: -1;border-radius: 50%;right: 0;margin: auto;opacity: .2;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.sec9_top span::after{position: absolute;left: -10px;top: -10px;height: 65px;width: 65px;content: "";background: #002644;z-index: -1;border-radius: 50%;right: 0;margin: auto;opacity: .4;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.sec9_mid{width: 100%;padding: 30px 0px 0px;text-align: center;}
.sec9_mid h3{color: white;}
.sec9_bot{width: 100%;text-align: center;padding: 30px 0px 0px;}
.sec9_bot p{color: white;}
.sec9_top2{width: 100%;position: relative;z-index:1;text-align: center;}
.sec9_top2 span{text-align:center;background: #ffffff;border-radius: 50%;color: #000;font-weight: 600;position: relative;height: 45px;width: 45px;line-height: 45px;display: inline-block;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.sec9_top2 span::before{position: absolute;left: -20px;top: -20px;height: 85px;width: 85px;content: "";background: #008fbd;z-index: -1;border-radius: 50%;right: 0;margin: auto;opacity: .2;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.sec9_top2 span::after{position: absolute;left: -10px;top: -10px;height: 65px;width: 65px;content: "";background: #002543;z-index: -1;border-radius: 50%;right: 0;margin: auto;opacity: .4;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.sec9_top2::before{position: absolute;top: 25px;width: calc(100% - 10px);height: 1px;background-image: linear-gradient(90deg,#ffffff,#ffffff 40%,transparent 40%,transparent 100%);background-size: 12px 1px;content: "";left: -215px;}
/* SEC_NINE */



/* SEC_TWELVE */
.sec_twelve{width: 100%;overflow: hidden;padding: 40px 30px 40px;}
.sec12_heading{width: 100%;text-align: center;}
.sec12_heading h2{font-weight: 600;font-size: 32px;color: black;}
.sec12_box{width: 100%;padding: 20px 0px;}
.sec12_box_inner{width: 100%;}
.sec12_box_top{width: 100%;border-bottom: 3px solid #cf6e7a;padding: 20px 0px;}
.sec12_box_top img{width: 30%;box-shadow: 0px 0px 11px 5px #000;border-radius: 50%;}
.sec12_box_mid{width: 100%;}
.sec12_box_mid h3{font-size: 22px;font-weight: 700;color: black;margin: 10px 0 0;}
.sec12_box_mid p{font-size: 15px;color: black;}
.sec12_box_bot{width: 100%;}
.ratings{color: #ffbd37;margin: 10px 0;}
.sec12_box_border{width: 98%;text-align: center; }
/* SEC_TWELVE */

/* FOOTER */
.foot_top {
    width: 100%;
    padding: 20px 0 20px 0;
    background: #000000;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: #fff;
}
.foot_box p {
    color: #fff;
    text-align: center;
}
.foot_box {
    width: 100%;
}

.foot_box h4 {
    margin: 6px 0;
    font-size: 15px;
    color: #ff1949;
}

.foot_box.ft {
    margin: 50px 0 0;
}

.ft h3{
    text-align: center;
}

.foot_box ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;color: #fff;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}
.foot_box ul li:hover a {
    color: #0090be;
    margin-left: 5px;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #008fbd;
    transition: all 0.5s ease 0s;
}
.foot_bottom {
    width: 100%;
    background: linear-gradient(to right, #fb1616 0, #fb9816 100%);
    padding: 10px 0;
    text-align: center;
}
.foot_bottom p {
    color: #fff;
    font-size: 16px;
}

.foot_box_images {
    width: 100%;
    color: #fff;
}

.foot_box_images ul li {
    list-style: none;
    text-align: left;
    padding: 0 0 10px;
}

.foot_box_images h3 {
    margin: 0 0 13px;
}

.foot_box_images ul li a {
    color: #fff;
}

.foot_box_images ul li a i {
    padding: 0 11px 0px 0px;
}

.ft_image {
    width: 100%;
    padding: 20px 0 0;
}

.ft_image img {
    width: 100%;
}

/* FOOTER */


.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
.inner_page_banner h1 {
    color: #ffffff;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}
.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #73d1e1;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}



.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    background: #971324;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 15px 0 0;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    color: #000000;
    width: 100%;
    padding: 5px 14px;
    margin: 0 0 11px;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
}



/* INNER_PAGE_ONE_BANNER */
/* .innerpage1_sec{
    width: 100%;
    padding: 40px 30px 40px;
    background: url('img/inner_page1.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
}
.ip_left{
    width: 100%;   
    padding: 150px 0px;
}
.ip_left h1{
    color: whitesmoke;
    font-size: 56px;
}
.ip_left p{
    color: whitesmoke;
    font-size: 15px;
}
.ip_banner_right{
    width: 100%;
    padding: 90px 0px;
}
.ip_banner_form{
    background:#00000000;
    padding: 30px 20px;
    box-shadow: 0px 0px 11px 5px #fff
}

select option[value] {
    background:grey;
}
.ip_banner_form  .form-control {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #0c5adb;
  
    color: #fff;
    resize: none;
    border-radius: 0;
}
.ip_banner_form h3{
    color: white;
    text-align: center;
    background: #00247e;
    border-radius: 5px;
    padding: 10px 0px;
}
.ip_banner_form .ip_b_btn{
    background: #00247e;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 0;
    margin: 15px 0 0;
}
.price{
    color: white;
} */
/* INNER_PAGE_ONE_BANNER */

/* INNER_PAGE */
/* .inner_page{
    width: 100%;
    padding: 30px 0px;
    padding: 40px 30px 40px;
}
.inner_page .inner_left{
    width: 100%;
}
.inner_page .inner_left h2{
    padding: 10px 0px;
    font-size: 30px;
    font-weight: 700;
    color: Black;
}
.inner_page .inner_left p{
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    padding: 10px 0px;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(65, 72, 77);
}
.inner_page .inner_left h3{
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 700;
    color: black;
}
.inner_left ul  {
    list-style: none;
    padding: 10px 0px;
    color: black;
    font-weight: 600;
}
.inner_left ul li{
    margin: 0 0 10px 0;
}
.inner_left ul li i{
    margin: 0 10px 0 0;
}

.inner_page .inner_right{
    width: 100%;
    padding: 50px 0px;
}
.inner_image1{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.inner_image2{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.inner_image3{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
} */
/* INNER_PAGE */






.floating_wrap {
    position: fixed;
    right: 0px;
    top: 100px;
    z-index: 99;
}
.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}
.floating_wrap .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}
.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 100px;
    top: 65px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.floating_wrap .btns_wrap .call_wrap span {
    /*color: #c0151b;*/
    color:#099bfe;
    font-size: 19px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}
.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #fff;
    /*top: 30px;*/
    top: 15px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #099bfe;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span {
    /*color: #c0151b;*/
    color:#099bfe;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}



.messenger-icon {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99999999;
}


@media screen and (max-width:980px)
{
.head_top{padding: 2px 20px; }
.head_top .respon {display:none; }
.head_top_right ul{ display:grid;}
.flip_card { width: 100%; margin: 0 0 30px;}
.navbar-inverse .navbar-toggle .icon-bar {background-color: #f81c4d;}   
.head_bot .logo_area img {max-width: 100%;}
.navbar.navbar-inverse { float: inherit; text-align: center;}
.flip_card2 {width: 100%;}
.ul_tab li {margin-bottom: 35px; text-align: center;}
.ul_tab_2 li {margin-bottom: 35px; text-align: center;}
.ul_tab li {width: 270px;}
.ul_tab_2 li {width: 270px;}
    
    .sec_essay_writing_service-box {
    height: 70px !important;
}
    
    
    
    
    
    
    
    
    
}