.modaL_order2 {}

.modaL_order2 .modal-dialog {
    width: 567px;
}
.modaL_order2 form textarea {
    width: 100%;
    border-radius: 7px;
    padding: 17px;
    
    font-size: 16px;
    margin: 7px 0 0;
    resize: none;
    height: 133px;
}
.modaL_order2 .modal-header {
    padding: 0;
    position: relative;
    border: none;
    z-index: 100000;
}

.modaL_order2 .btn-close {
    position: absolute;
    right: 0;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 2px 1px 27px #870000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #870000;
    color: #ffff;
    top: -13px;
    opacity: 1;
}

.modaL_order2 .modal-dialog .modal-content {
    padding: 0;
    border: none;
        background-color: #0A4166;
}

.modaL_order2 .modal-body h5 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
    
    margin-bottom: 9px;
}

.modaL_order2 .modal-body h2 {
    
    font-weight: 400;
    font-size: 19px;
    color: #29292E;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.modaL_order2 .modal-body h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #870000;
    text-align: center;
    margin: 11px 0;
}

.modaL_order2 .modal-body h4 span {
    font-size: 17px;
    background: #870000;
    border-radius: 2px;
    padding: 4px;
    color: #fff;
    box-shadow: 2px 1px 27px #c28e3b;
}

.modaL_order2 form {}

.modaL_order2 form input {
    width: 100%;
    margin: 10px 0;
    padding: 19px 18px;
    border: none;
    border-radius: 7px;
    outline: none;
    
    font-size: 16px;
}

.modaL_order2 form select {
width: 100%;
    margin: 10px 0;
    border: none;
    border-radius: 7px !important;
    font-size: 13px;
    outline: none;
    padding: 0px 25px !important;
    height: 62px !important;
}

.modaL_order2 form input::placeholder,
.modaL_order2 form textarea::placeholder {
    color: #000
}

.modaL_order2 form button {
    border: none;
    outline: none;
    width: 139px;
    border-radius: 38px;
    display: block;
    margin: 3% auto 0;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 2px 1px 27px #870000;
    background: #870000;
    color: #fff;
}

.modaL_order2 #countdown {
    background: #1615156b;
    padding: 9px 13px;
    border-radius: 10px
}

.modaL_order2 #countdown ul {
    display: flex;
    justify-content: center;
    font-family: nunito;
    font-weight: 600
}

.modaL_order2 #countdown ul li {
    margin: 0 15px;
    background: #ffc107;
    display: inline-block;
    padding: 7px;
    border-radius: 4px;
    width: 105px;
    box-shadow: 2px 1px 27px #fabd07ab
}

.modaL_order2 #countdown ul li span {
    font-size: 19px
}

.modaL_order2 #countdown {
    text-align: center;
    background: #870000;
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
        margin: 0 0 20px;

}

.modaL_order2 #countdown:before {
    content: "";
    width: 8px;
    height: 65px;
    background: #870000;
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 14%;
    border: 1px solid #111;
    left: -10px
}

.modaL_order2 #countdown:after {
    content: "";
    width: 8px;
    height: 65px;
    ;background: #870000;;
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 14%;
    right: -10px
}
.modaL_order2 #countdown #tiles {
    position: relative;
    z-index: 1
}

.modaL_order2 #countdown #tiles>span {
    width: 63px;
    max-width: 63px;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    margin: 0 7px;
    padding: 12px 0;
    display: inline-block;
    position: relative;
    font-size: 27px;
    font-weight: 600
}

.modaL_order2 #countdown #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1
}

.modaL_order2 #countdown #tiles>span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0
}

.modaL_order2 #countdown .labels {
    text-align: center;
    
}

.modaL_order2 #countdown .labels li {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin: 0 16px;
    text-shadow: 2px 1px 27px #97d1ce;
    text-align: center;
}







@media only screen and (min-width:1921px) and (max-width:7368px) {}

@media only screen and (min-width:1600px) and (max-width:1920px) {}

@media only screen and (min-width:1445px) and (max-width:1599px) {}

@media only screen and (min-width:1366px) and (max-width:1444px) {}

@media only screen and (min-width:1200px) and (max-width:1399px) {
      .modaL_order2 .modal-body h4 {
        font-size: 20px;
        margin: 12px 0
    }
    .modaL_order2 #countdown .labels li {
        font-size: 11px
    }
    .modaL_order2 .btn-close {
        width: 33px;
        height: 32px;
        top: -22px;
        line-height: 11px
    }
    .modaL_order2 .modal-body h4 span {
        font-size: 15px;
        padding: 4px
    }
    .modaL_order2 form input {
        margin: 5px 0;
        padding: 11px 25px;
        font-size: 10px;
        font-size: 13px;
    }
    .modaL_order2 .modal-body h2 {
        font-size: 20px;
        margin-top: 7px
    }
    .modaL_order2 .modal-dialog {
        width: 405px
    }
    .modaL_order2 .modal-body h5 {
        font-size: 27px;
        margin-bottom: 19px
    }
   
    .main_banner .banner_form {
        padding: 28px;
        box-shadow: -1px -2px 20px #0009
    }
    .modaL_order2 form button {
        width: 110px;
        margin: 2% auto 0;
        padding: 4px 0;
        font-size: 14px
    }
    .modaL_order2 #countdown {
        padding: 13px 11px 5px
    }
    .modaL_order2 #countdown #tiles span {
        font-size: 18px
    }
 
}

@media only screen and (min-width:992px) and (max-width:1199px) {
   
}

@media only screen and (min-width:768px) and (max-width:991px) {
  
    

}

@media only screen and (min-width:520px) and (max-width:767px) {
    .modaL_order2 .modal-body h5 {
        font-size: 17px
    }
    .modaL_order2 .modal-dialog {
        width: 327px;
        margin: 0 auto;
        display: block
    }
    .modaL_order2 form input {
        margin: 5px 0;
        padding: 8px 25px;
        font-size: 13px
    }
    .modaL_order2 #countdown .labels li {
        margin: 0 14px;
        font-size: 11px
    }
    .modaL_order2 .modal-body h4 {
        font-size: 14px;
        margin: 10px 0
    }
    .modaL_order2 form button {
        width: 121px;
        margin: 4% auto 0;
        padding: 2px 0;
        font-size: 15px
    }
    .modaL_order2 #countdown #tiles>span {
        width: 43px;
        max-width: 43px;
        margin: 0 7px;
        padding: 12px 0;
        font-size: 17px
    }
    .modaL_order2 .modal {
        top: 22%
    }
    .modaL_order2 .btn-close {
        right: 13px;
        width: 19px;
        height: 20px;
        top: 11px
    }
    .main_banner .banner_txt ul li a i {
        display: none
    }
    .modaL_order2 .modal-body h2 {
        font-size: 13px
    }
   
  
}

@media only screen and (min-width:300px) and (max-width:519px) {

    .modaL_order2 .modal-body h5 {
        font-size: 17px
    }
    .modaL_order2 .modal-dialog {
        width: 327px;
        margin: 0 auto;
        display: block
    }
    .modaL_order2 form input {
        margin: 5px 0;
        padding: 8px 25px;
        font-size: 13px
    }
    .modaL_order2 #countdown .labels li {
        margin: 0 14px;
        font-size: 11px
    }
    .modaL_order2 .modal-body h4 {
        font-size: 14px;
        margin: 10px 0
    }
    .modaL_order2 form button {
        width: 121px;
        margin: 4% auto 0;
        padding: 2px 0;
        font-size: 15px
    }
    .modaL_order2 #countdown #tiles>span {
        width: 43px;
        max-width: 43px;
        margin: 0 7px;
        padding: 12px 0;
        font-size: 17px
    }
    .modaL_order2 .modal {
        top: 22%
    }
    .modaL_order2 .btn-close {
        right: 13px;
        width: 19px;
        height: 20px;
        top: 11px
    }
   
    .modaL_order2 .modal-body h2 {
        font-size: 13px
    }

}

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */
.darkHeader{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
}
.cta-home .btn-1:hover{
  border: 2px solid #fff;
background: transparent;
color: #fff;  
}
.btn-1:hover{
border: 2px solid #0A4166;
background: transparent;
color: #0A4166;
}
.btn-2:hover{
    border:2px solid #870000;
    background: transparent;
    color: #870000;
}
.btn-primary-yellow:hover{
    color: #fff;
}
#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: 'Poppins', sans-serif; }
* { margin: 0px; padding: 0px; }

/* text selection color */
::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }

/* browser scroller style */
::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--primary-color); }


@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: none !important; line-height:28px !important; } }

body {font-family: 'Poppins', sans-serif;color: var(--default-color);font-size:var(--base-font-size);position: relative;}

/* font family */
.ff-primary { font-family: 'Poppins', sans-serif; }
.ff-secondary {font-family: 'Poppins', sans-serif; }

/* font colors */
.fc-primary { color: var(--primary-color); }
.fc-secondary { color: var(--secondary-color); }
.fc-dark { color: var(--theme-dark); }
.fc-lite { color: var(--theme-lite); }

/* buttons */
.primary-btn,.secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px;  position:relative; display:table; border-radius: 3px; }
.primary-btn:after, .secondary-btn:after { content: "\e957"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.primary-btn { background:var(--primary-color); color: white; }
.primary-btn:hover {background:var(--primary-color-dark); color: white; }
.secondary-btn { background:var(--secondary-color); color: white;  }
.secondary-btn:hover {background:var(--secondary-color-dark); color: white; }

.banner-btn{text-transform: capitalize; display: inline-block; transform: translateY(0rem); -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; color: #fff !important; background-color: transparent;padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px;border: 1px solid #fff !important;}


.secpad-100{padding: 100px 0;}



body{
   font-family: 'Poppins', sans-serif;
}
.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 {font-family: 'Poppins', sans-serif;}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{ font-family: 'Poppins', sans-serif; padding-bottom: 10px;
color: var(--theme-dark); }

h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { /*font-size: var(--base-font-size);*/ }

p {font-weight: 400;line-height: 1.4;padding: 0 0 20px;margin:0px;color: #687087;}
li{font-family: 'Poppins', sans-serif;}
a{font-family: 'Poppins', sans-serif;}

/*** theme sections padding ***/
.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}
.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}
.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }
.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }
.sec-padding-small { padding:25px 0; } .sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}
.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}
.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }
.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }
.sec-margin-small { margin:25px 0; } .sec-margin-xsmall { margin:10px 0; }

/*** no padding, no marging ***/
.p-0 { padding:0; }
.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }
.m-0 { margin:0; }
.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }




.tt-uppercase{text-transform: uppercase;}
.tt-capitalize{text-transform: capitalize;}




p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

h2,.h2 {
 color: #171717;
 line-height: 1.2;
 font-weight: 700;
 padding: 0 0 15px 0;
 position: relative;
 letter-spacing: -1px;
 }
h2 span,.h2 span { color:var(--primary-color);}

a { text-decoration: none; }
.list-simple { list-style: none; margin: 0 0 15px 0; width:100%; display:inline-block; }
.list-simple li {color: var(--default-color);padding: 0 0 10px 16px;line-height: 20px;font-size: 14px;font-weight: 400;position:relative;}
.list-simple li:before {position: absolute; left: 0px;top: 0px;
font-size: 13px; color:var(--secondary-color); content: "\e93a"; font-family: 'icomoon' !important; }

/*** morefull block link ***/
.moreFull { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }

/*** transition ***/
.transition {-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }

/*** scale with transition ***/
.scale-with-transition { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.05);
-ms-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }

/* header 
------------------------------------*/
header{}
header .tophead{background: #0A4166;padding: 15px 0;}
header .tophead .left-nev{}
header .tophead .left-nev ul{margin: 0;text-align: right;}
header .tophead .left-nev ul li{display: inline-block; margin: 0 22px 0 0; }
header .tophead .left-nev ul li a{color: #fff; font-size: 12px; }

header .tophead .rightnav{}
header .tophead .rightnav ul{margin: 0;display: block;text-align: right;}
header .tophead .rightnav ul li{display: inline-block; margin: 0 22px 0 0; }
header .tophead .rightnav ul li a{color: #fff; font-size: 12px; }

header .bottom-head{padding: 12px 0; }
header .bottom-head .logowrp{}
header .bottom-head .logowrp img{width: 200px;}
header .bottom-head .navwrp{}
header .bottom-head .navwrp ul{display: block; text-align: center; margin: 0; } 
header .bottom-head .navwrp ul li{display: inline-block; margin: 0 10px; }
header .bottom-head .navwrp ul li:hover ul.dropwrp{display: block;}
header .bottom-head .navwrp ul li ul.dropwrp{width: 300px;background: #0A4166;height: auto;border-radius: 6px;display: block;position: absolute;z-index: 1;top: 40px;display: none;}
header .bottom-head .navwrp ul li ul.dropwrp:before{content: "";position: absolute;content: "";top: -9px;left: 17px;z-index: 0;width: 20px;height: 20px;background: #0A4166;-webkit-transform: rotate(45deg );transform: rotate(44deg );border-radius: 5px;border-top: 1px solid #cbd6e2;border-left: 1px solid #cbd6e2;}
header .bottom-head .navwrp ul li ul.dropwrp li{display: block; }
header .bottom-head .navwrp ul li ul.dropwrp li a{color: #fff !important;text-align: start;font-weight: 500;text-decoration: none;display: block;padding: 17px 30px 13px!important;border-bottom: 1px solid #82849038;}
header .bottom-head .navwrp ul li a{color: #424C59;font-weight: 500;padding: 0 0 20px;}
header .bottom-head .btnwrp{}
header .bottom-head .btnwrp ul{margin: 0; display: block; text-align: right; }
header .bottom-head .btnwrp ul li{
    display: inline-block;
    margin: 0 0 0 10px;
}
header .bottom-head .btnwrp ul li a{background: #0A4166;color: #fff;padding: 14px 20px;border-radius: 40px;font-size: 12px;display: inline-block;}
header .bottom-head .btnwrp ul li a.btn-11{
    background: #0A4166;
}
header .bottom-head .btnwrp ul li a.btn-22{
    background: #870000;
    color: #fff;
}


.assignment-bn{background-image: url(../images/banner-bg.png)  !important;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 50px 0 70px;background-position-x: center;position: relative;}
.coursework-bn{background-image: url(../images/coursework-banner.jpg) !important;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 50px 0 70px;background-position-x: center;position: relative;}
.home-bannerwrp{background-image: url(../images/banner-bg.png);background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 50px 0 70px;background-position-x: center;position: relative;}
.dissertation-bn{background-image: url(../images/dissertation-banner.jpg)  !important;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 50px 0 70px;background-position-x: center;position: relative;}
.essay-bn{background-image: url(../images/essay-banner.jpg)  !important;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 50px 0 70px;background-position-x: center;position: relative;}
.home-bannerwrp::before{content: "";position: absolute;background-color: #131314b0;width: 100%;height: 100%;top: 0;}
.home-before-inherit::before{
    content: inherit !important;
}
.publication-bn{
    background-image: url(../images/publication-banner.jpg)  !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 70px;
    background-position-x: center;
    position: relative;}
    .literature-bn{
    background-image: url(../images/literature-banner.jpg)  !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 70px;
    background-position-x: center;
    position: relative;}

.home-bannerwrp .txtwrp{}
.home-bannerwrp .imgwrp{
    margin: 0 0 30px;
}
.home-bannerwrp .imgwrp img{
    width: 100px;
    margin: 0 20px 0 0;
}
.home-bannerwrp .txtwrp h4{color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 300; }
.home-bannerwrp .txtwrp h1{color: #fff;font-size: 35px;padding: 0 0 20px;}
.home-bannerwrp .txtwrp p{color: #fff; font-size: 20px; }
.home-bannerwrp .txtwrp .sub-para{color: #fff; font-size: 14px;}
.offering-wrp .txtwrp .service-heading{font-size: 18px;
    font-weight: 600;
    color: #000;}
.home-bannerwrp .txtwrp ul{}
.home-bannerwrp .txtwrp ul li{position: relative; display: inline-block; width: 49%; color: #fff; padding: 0 0 14px 30px; font-size: 12px; }
.home-bannerwrp .txtwrp ul li:after{
    content: "\f05d";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    left: 0;
    color: #870000;
    top: -4px;
}
.home-bannerwrp .btnwrp{display: block; padding: 10px 0 0; }
.home-bannerwrp .btnwrp .btn-1{padding: 12px 30px;border: 1px solid #0A4166;color: #fff;border-radius: 160px;transition: all 250ms ease;}
.home-bannerwrp .btnwrp .btn-2{padding: 12px 30px;border: 1px solid #ffffff;color: #fff;border-radius: 160px;margin: 0 0 0 10px;background: unset;}
.home-bannerwrp .btnwrp a img{margin: 0 0 0 10px; width: 140px; } 
.home-bannerwrp .btnwrp span{
    color: #fff;
    display: block;
    margin: 30px 0 0;
}
.home-bannerwrp .frowmwrp{display: block; background: #fff; width: 70%; float: right; border-radius: 10px; overflow: hidden; }
.home-bannerwrp .frowmwrp form{background: #fff;padding: 40px 40px 10px;}
.home-bannerwrp .frowmwrp form h2{text-align: center; display: block; color: #870000; font-size: 36px; padding: 0 0 0; }
.home-bannerwrp .frowmwrp form h2 span{color: #0A4166; } 
.home-bannerwrp .frowmwrp form h4{background: #0A4166; display: block; text-align: center; color: #fff; font-size: 22px; padding: 6px 0; margin: 5px 0 30px; }
.home-bannerwrp .frowmwrp form p{}
.home-bannerwrp .frowmwrp form .lablewrp{display: block; padding: 0 0 20px; }
.home-bannerwrp .frowmwrp form .lablewrp span{color: #3B3B3B; font-size: 13px; display: block; padding: 0 0 5px; }
.home-bannerwrp .frowmwrp form .lablewrp input{padding:0 15px;width: 100%; border: 1px solid #c7c7c7; border-radius: 30px; height: 41px; background: #F7F7F7; }
.home-bannerwrp .frowmwrp form .lablewrp input.btnmain{background: #0A4166; color: #fff; font-size: 17px; font-weight: 600; }
.home-bannerwrp .frowmwrp .btm-from{display: block; text-align: center; background: #870000; padding: 30px 0; }
.home-bannerwrp .frowmwrp .btm-from h3{font-size: 22px; color: #fff; padding: 0; }


.btn-1{padding: 12px 35px;border: 1px solid #0A4166;color: #fff;border-radius: 160px;background: #0A4166;font-weight: 600;margin: 0 10px 0 0;transition: all 250ms ease;}
.btn-2{padding: 12px 35px;border: 1px solid #870000;color: #fff;border-radius: 160px;background: #870000;font-weight: 600;transition: all 250ms ease;}
.main-heading{color: #0A4166;font-size: 40px;}
.main-heading span{
    color: #0A4166;
}
.main-pera{color: #3B3B3B; font-size: 14px; }
.secendwrp{padding: 70px 0;position: relative;overflow: hidden;}
.secendwrp .txtwrp{display: block; padding: 0 0 20px; }
.secendwrp .imgwrp{}
.secendwrp .imgwrp img{width: 148%;position: absolute;top: -254px;}



.offering-wrp{background: #f2f2f2; padding: 70px 0; }
.offering-wrp .txtwrp{display: block; padding: 0 0 20px; }
.offering-wrp .mainwrp{background: #fff;padding: 20px 30px 50px;position: relative;border-radius: 10px;box-shadow: 1px -1px 20px 2px rgb(176 175 175 / 15%);margin: 0 0 30px;height: 220px;transition: all 250ms ease;}
.offering-wrp .mainwrp:after{content: "";position: absolute;background: #0A4166;width: 3px;height: 33%;top: 0;bottom: 0;margin: auto;left: 2px;border-radius: 33px;}
.offering-wrp .mainwrp h4{color: #0A4166;font-size: 24px;position: relative;display: block;margin: 0 0 20px;}
.offering-wrp .mainwrp h4:after{content: "";position: absolute;width: 30%;height: 2px;background: #0A4166;bottom: 0;right: 220px;}
.offering-wrp .mainwrp p{padding: 0; }
.offering-wrp .mainwrp a{position: absolute;background: #0A4166;right: 0;bottom: 0;padding: 7px 15px;border-radius: 10px 0px 0px 1px;}
.offering-wrp .mainwrp a img{width: 25px;height: 32px;}
.offering-wrp .mainwrp:hover h4:after{background: #0A4166;}
.offering-wrp .mainwrp:hover:after{background: #0A4166;}
.offering-wrp .mainwrp:hover a{background: #0A4166;}



.cta-home{background-image: url(../images/cta-bg.png);background-size: cover;    background-position: 35% 100%;background-repeat: no-repeat;padding: 120px 0;display: block;text-align: center;}
.cta-home .txtwrp{
    display: block;
    padding: 0 0 30px;
}
.cta-home .txtwrp h2{color: #fff; }



.qualifiedwrp{background: #0A4166;padding: 70px 0;}
.qualifiedwrp .txtwrp{display: block;text-align: center;width: 70%;margin: 0 auto 30px;}
.qualifiedwrp .txtwrp h2{color: #fff; font-size: 32px; font-weight: 500; }
.qualifiedwrp .mainwrp{display: block; text-align: center; }
.qualifiedwrp .mainwrp img{width: 130px; display: block; margin: 0 auto 20px; }
.qualifiedwrp .mainwrp span{color: #fff; }
.qualifiedwrp .btnwrp{display: block; text-align: center; padding: 70px 0 0; }
.qualifiedwrp .btnwrp .btn-2{background: #fff;color: #000;}



.big-collection{padding: 70px 0; }
.big-collection .txtwrp{display: block;text-align: center;width: 67%;margin: 0 auto 30px;}
.big-collection .txtwrp h2 span{color: #0A4166; }
.big-collection .mainwrp{display: block;text-align: center;padding: 30px 0;box-shadow: 1px -1px 20px 0px rgb(113 101 101 / 15%);margin: 0 0 30px;border-radius: 10px;border: 1px solid #d8d1d1;transition: all 250ms ease;}
.big-collection .mainwrp:hover{    box-shadow: 1px -1px 20px 0px rgb(0 0 0 / 15%);
    transform: scale(1.1);}
.big-collection .mainwrp img{width: 60px; margin: 0 0 20px; }
.big-collection .mainwrp span{display: block; }
.big-collection .btnwrp{display: block; text-align: center; padding: 20px 0 0; }



.testiwrp{padding: 100px 0 110px;position: relative;z-index: 11;margin: 0 0 40px;}
.testiwrp:after{content: "";background: #0A4166;width: 60%;height: 100%;position: absolute;top: 0;right: 0;z-index: -1;border-radius: 0px 0px 0px 100px;}
.testiwrp .txtwrp{
    width: 90%;
}
.testiwrp .txtwrp img{margin: 0 0 70px;position: relative;left: -60px;filter: hue-rotate(148deg);}
.testiwrp .imgwrpppr{}
.testiwrp .imgwrpppr img{width: 100%; }
.testiwrp .maintxt{}
.testiwrp .maintxt p{color: #fff; font-size: 17px; font-family: cursive; line-height: 1.5; }
.testiwrp .maintxt h4{color: #fff; font-size: 22px; padding: 20px 0 10px; }
.testiwrp .maintxt span{color: #fff; font-size: 16px; }
.testiwrp img.img-1{position: absolute; bottom: 0; width: 15%; left: -15px; }
.testiwrp img.img-2{position: absolute;right: 110px;top: 40px;z-index: 11;}





.roleswrp{padding: 70px 0;background-repeat: no-repeat;background-size: cover;}
.roleswrp .txtwrp{
    display: block;
    text-align: center;
    padding: 0 0 40px;
}
.roleswrp .row.bodrbtm{border-bottom: 1px solid #313031;padding: 0 0 30px;}
.roleswrp .row.bodrbtm span{color: #23233c; font-size: 14px; }
.roleswrp .row.bodrbtm h4{color: #000;font-size: 14px;font-weight: 400;padding: 0;line-height: 22px;}
.roleswrp .row.bodrbtm .btnwrp{display: block; text-align: right; }
.roleswrp .row.bodrbtm .btnwrp a{color: #7189ff; }
.roleswrp .imgwrp{}
.roleswrp .imgwrp img{    width: 100%;}
.roleswrp video{width: 100%;}
a.quest-title {font-size: 14px;font-weight: 300;text-transform: inherit;color: #0A4166;padding: 0px 15px 15px 0;margin-bottom: 0px;position: relative;width: 100%;font-weight: 500;line-height: 60px;display: inline-block;transition: all 0.15s linear 0s;text-decoration: none;border-bottom: 1px solid #777;}
a.quest-title:after{content: '\f107';position: absolute;right: 15px;font-family: 'FontAwesome';font-size: 26px;} 
.quest-content{padding: 15px 20px;display: none;margin-bottom: 0px;float: left;width: 100%;}


footer{background: #0A4166;padding: 70px 0 40px;}
footer .txtwrp{display: block; text-align: center; width: 70%; margin: 0 auto; }
footer .txtwrp h2{color: #fff; font-size: 24px; font-weight: 400; }
footer .btnwrp{display: block;text-align: center;padding: 30px 0 70px;}
footer .btnwrp a.btn-2{background: #fff; color: #000; }
footer .main-top-box{}
footer .main-top-box h4{color: #ffffff;font-size: 20px;}
footer .main-top-box ul{margin: 10px 0 0; }
footer .main-top-box ul li{margin: 0 0 10px; }
footer .main-top-box ul li a{color: #fff; font-weight: 300; font-size: 13px; }
footer .row.bdr{border-top: 1px solid #99929226;padding-top: 60px;border-bottom: 1px solid #99929226;padding-bottom: 60px;margin-bottom: 60px;}
footer .navwrp{}
footer .navwrp h4{color: #ffffff;font-size: 20px;font-weight: 400;position: relative;display: inline-block;margin: 0 0 15px;}
footer .navwrp h4:before{content: "";position: absolute;background: #0A4166;width: 60%;height: 1px;bottom: -2px;}
footer .navwrp p{color: #fff;font-size: 14px;padding: 10px 0 0;padding: 10px 0 20px;}
footer .navwrp ul{margin: 20px 0 0; }
footer .navwrp ul li{display: block; padding: 0 0 15px; }
footer .navwrp ul li a{color: #fff;}
footer .navwrp ul li a i{
    font-size: 20px;
    margin: 0 0 0 10px;
}
footer .bdr-top{padding-top: 30px; border-top: 1px solid #99929226; margin: 20px 0 0; }
footer .bdr-top .btm-txt{}
footer .bdr-top .btm-txt p{padding: 0;color: #fff;font-size: 12px;}
footer .bdr-top .btm-img{}
footer .bdr-top .btm-img ul{margin: 0; display: block; text-align: right; }
footer .bdr-top .btm-img ul li{display: inline-block; margin: 0 0 0 10px; }
footer .bdr-top .btm-img ul li a{color: #fff;font-size: 12px;}
footer .bdr-top .img-main-btm img{
    filter: brightness(0) invert(1);
}
.clients-wrp{padding: 70px 0;background: #0A4166;}    
.clients-wrp .txtwrp{}    
.clients-wrp .txtwrp h4{color: #fff;font-size: 18px;padding: 0;}    
.clients-wrp .logowrp{}    
.clients-wrp .logowrp ul{margin: 0;}    
.clients-wrp .logowrp ul li{}    
.clients-wrp .logowrp ul li img{height: 40px;}    




footer h2, footer p.main-cnt-para{ color: #fff; }
.inner-subscribe a{color: #fff; font-size: 16px; font-weight: 700; }
.form-subscribe {margin-top: 15px; }
.form-subscribe input[type="submit"] {border: 0; box-shadow: none; color: #fff; font-weight: 500; letter-spacing: 1px; transition: 0.5s ease-in-out; margin-top: 0; border: 2px solid #fff; background: transparent; padding: 6px 15px; }
footer p{color: #fff; font-size: 17px; font-weight: 500; }
footer p a{font-size: 14px; }
footer input{width: 100%; margin: 0 0 0 0; border: 1px solid #e5e5e5; background: white; padding: 10px 15px; color: gray; font-size: 14px; border-radius: 3px; height: 50px; font-weight: 400; outline: none !important; margin: 0 0 15px 0; }
footer label input{width: 2%;position: relative;top: 20px;left: -10px;}
footer label{color: #fff;width: 100%;margin: -20px 0 0;}


footer .inner-subscribe{margin: 0 0 40px; }
footer .inner-subscribe h2{color: #fff; text-align: center; font-size: 34px; font-weight: 600; }



.about-anvowrp {padding: 40px 0;position: relative;}
.about-anvowrp .imgwrp img {width: 100%; }

.about-anvowrp .txtwrp:after {/* content: ""; */ background-image: url(../images/line-img.png); position: absolute; width: 130px; height: 550px; top: 0; background-repeat: no-repeat; right: 60px; background-size: cover; }
section.about-anvowrp .txtwrp {width: 80%; }
.about-anvowrp .txtwrp .mainwrp {padding: 20px 0 0; display: block; }
.about-anvowrp .txtwrp .mainwrp img {}
.about-anvowrp .txtwrp .mainwrp h6 {padding: 10px 0 10px; color: #0c2131; font-size: 24px; }
.about-anvowrp .txtwrp .mainwrp span {display: block; color: #515151; font-size: 16px; font-weight: 500; padding: 0 0 20px; }
.about-anvowrp .txtwrp .mainwrp a {color: #ee8130; font-size: 16px; text-transform: uppercase; font-weight: 600; }
.about-anvowrp .linewrp {position: absolute; right: 50px; top: -30px; }




.expertieswrp{padding: 50px 0 70px;}
.expertieswrp .mainwrp{padding: 50px 30px 0;border: 1px solid #e1e1e1;height: 360px;position: relative;}
.expertieswrp .mainwrp img{width: 70px; margin: 0 0 20px; }
.expertieswrp .mainwrp h4{color: #870000; font-size: 20px; }
.expertieswrp .mainwrp p{font-size: 14px;height: 110px;}
.expertieswrp .mainwrp a{color: #4eb4cf;position: absolute;bottom: 20px;}
.expertieswrp .txtwrp{width: 60%; display: block; text-align: center; margin: 0 auto 40px; }
.expertieswrp .mainwrp.drk{    background: #870000;}
.expertieswrp .mainwrp.drk h4{color: #fff; }
.expertieswrp .mainwrp.drk p{color: #fff; }
.expertieswrp .mainwrp.drk img{}



.cta{background: #870000;padding: 40px 0 80px 0;position: relative;}
.cta .txtwrp{padding: 50px 0 20px;}
.cta .txtwrp h2{color: #fff;}
.cta .txtwrp p{color: #fff;margin: 0;}
.cta .txtwrp h6{font-size: 16px;color: #fff;margin-bottom: 20px;letter-spacing: 0.5px;}
.cta .txtwrp h6 span{color: #f5e204; }
.cta .img-wrp img{width: 120%;height: auto;position: absolute;bottom: -220px;}
.cta .txtwrp h6 a{color: #f5e204;}
.cta .btnwrp{}
.cta .btnwrp a.btn-2{background: #fff; color: #000; }





.philosophywrp {padding: 50px 0 70px; }
.philosophywrp .txtwrp {display: block; text-align: center; }
.philosophywrp .mainwrp {background-image: url(../images/phy-bg.png); background-repeat: no-repeat; background-size: contain; background-position: -20px 4px; }
.philosophywrp .mainwrp ul {margin: 50px auto 0; text-align: center; display: block; }
.philosophywrp .mainwrp ul li {padding: 0; display: inline-block; width: 33%; }
.philosophywrp .mainwrp ul li .maindiv {padding: 40px 20px; }
.philosophywrp .mainwrp ul li .maindiv img {margin: 0 0 15px; width: 149px; }
.philosophywrp .mainwrp ul li .maindiv h6 {color: #0c2131; transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important; font-size: 22px; font-weight: 700; }
.philosophywrp .mainwrp ul li .maindiv p {color: #515151; font-size: 14px; padding: 0 0 17px; line-height: 28px; }
.philosophywrp .mainwrp ul li .maindiv a {color: #0A4166; font-size: 16px; text-transform: uppercase; font-weight: 600; }
.philosophywrp .btnwrp {display: block; text-align: center; padding: 50px 0 0; }




#order-now {
    padding-top: 70px;
    padding-bottom: 120px;
    background: url("../images/sure-back.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#order-now h2,
#our-services h2 {
    color: #f9f9f9;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
}

#order-now h2>span,
#our-services h2>span {
    font-family: "Oswald-Bold";
}

#order-now p,
#our-services p {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 26px;
    color: white;
}

.order-spacing p {
    padding: 0px 60px;
    margin: 20px 0;
}

.order-button {
    background-color: #870000;
    color: #f9f9f9;
    border-radius: 30px;
    transition: 0.5s;
    padding: 10px 40px;
    font-family: "Poppins";
    /* border: 2px dashed var(--thirdColor); */
}

.order-button:hover {
    color: white;
    background-color: unset;
    border: 2px solid #fff;
}

.order-icon-div {
    background-color: #f9f9f9;
    padding: 50px 0px;
    border-radius: 20px;
}

.order-icon-div h3 {
    font-size: 25px;
    margin-top: 10px;
}

.order-second-image {
    margin-top: 50px;
}

.order-icon-div {
    margin-top: 10px;
    background:url(../images/order-icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 30px #00000025);

    background: #fff;
}

.order-container {
    position: relative;
}

#our-services h2>span {
    color: var(--primaryColor);
}

#our-services h2,
#our-services p {
    padding: 0px 90px;
    margin: 20px 0;
}



.order-icon-div {
    z-index: 2;
}   



.order-icon-div h3 {
    font-size: 25px;
    margin-top: 10px;
    font-family: 'Poppins', 
}


.process-sec{
    background-image: url(../images/blue_bg.webp);
    padding: 60px 0;
        margin: 60px 0;
}

.main-heading h3{
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 40px;
}

.main-img img {
    padding: 0 70px;
}

.small-images {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas:
        "img title"
        "img content";
    margin-bottom: 2rem;
    grid-column-gap: 1rem;
position: relative;
        margin: 0 0 65px 0;
}

.small-images img{
   position: relative;
   top: 10px;
}



.small-images h4{
    color: #fff;
    position: absolute;
    left: 70px;
    bottom: 10px;

}

.small-images p{
    position: absolute;
    left: 70px;
    bottom: -60px;
    color: #fff;
        font-family: 'Poppins';
        font-size: 14px;
        width: 60%;
}






@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.blink {
    animation: blinker 1s step-start infinite;
}
.blink {animation: blinker 1s step-start infinite;}



@keyframes blinker {
  50% {
    color: #fa130d; 
  }
}





.contactbox{padding: 0 0 70px;margin: -60px 0 0;}
.contactbox .mainwrp{padding: 60px 35px; display: block; text-align: center; box-shadow: 0px 6px 21px 11px rgb(0 0 0 / 8%); border: 2px solid #0A4166; border-radius: 15px; background: #fff; }
.contactbox .mainwrp i{font-size: 52px; color: #0A4166; margin: 0 0 15px; }
.contactbox .mainwrp h4{color: #3a4546; font-size: 26px; font-weight: 600; margin-bottom: 100px;  }
.contactbox .mainwrp a{}
.contactbox .mainwrp p{padding: 0 0 40px;}
 .contact-bnr{padding: 170px 0 170px; }




.btmwrpp{padding: 60px 0; }
.btmwrpp .formwrp{}
.btmwrpp .formwrp .txtwrp{}
.btmwrpp .formwrp .txtwrp h4{color: #000; font-size: 42px; font-weight: 600; }
.btmwrpp .formwrp .txtwrp p{}
.btmwrpp .formwrp form{}
.btmwrpp .formwrp form .lablewrp{margin: 0 0 20px; }
.btmwrpp .formwrp form .lablewrp input{width: 100%; border: none; outline: none; height: 50px; border-bottom: 1px solid #c1b7b7; }
.btmwrpp .formwrp form .lablewrp textarea{width: 100%; border: none; outline: none; height: 90px; border-bottom: 1px solid #c1b7b7; resize: none; }
.btmwrpp .formwrp form .lablewrp input.btnwrp{background: #0A4166; color: #fff; font-weight: 600; font-size: 18px; width: 35%; border-radius: 160px; }
.btmwrpp .imgwrp{display: block; text-align: center; }
.btmwrpp .imgwrp img{width: 80%; }
.btmwrpp .imgwrp ul{margin: 30px 0 0px 90px; display: block; text-align: left; }
.btmwrpp .imgwrp ul li{margin: 0 0 10px;}
.btmwrpp .imgwrp ul li a{color: #000; }
.btmwrpp .imgwrp ul li a i{color: #0A4166; font-size: 20px; margin: 0 20px 0 0; }
.btmwrpp .imgbox{}
.btmwrpp .imgbox li{display: inline-block; margin: 0 10px 0; }
.btmwrpp .imgbox li img{width: 25px; }


.contact_pg .home-bannerwrp{padding: 100px 0 120px; }
.contact_pg .home-bannerwrp:before{display: none;}
.contact_pg footer .inner-subscribe{display: none;}


.about-secwrp{padding: 70px 0; }
.about-secwrp .txtwrp{padding: 0 0 30px;display: block;}
.about-secwrp .imgwrp{}
.about-secwrp .imgwrp img{width: 100%; }


.our-testi{padding: 60px 0; background-color: #f0f0f0; }
.our-testi .txtwrp{text-align: center;display: block;padding: 0 0 40px;}
.our-testi .mainwrp{background: #fff;border-radius: 10px;padding: 30px 40px 30px;box-shadow: 0 2px 2px rgb(0 0 0 / 10%);-webkit-transition: 0.2s ease-out;-moz-transition: 0.2s ease-out;-o-transition: 0.2s ease-out;transition: 0.2s ease-out;margin: 0 0 40px;height: 260px;}
.our-testi .mainwrp p{color: #222;font-size: 14px;font-weight: 400;border-bottom: 1px solid #ada2a261;padding: 0 0 10px;margin: 0 0 20px;}
.our-testi .mainwrp .namwrp{display: inline-block; }
.our-testi .mainwrp .namwrp h4{font-size: 17px;color: #000;padding: 0 0 0;}
.our-testi .mainwrp .namwrp h6{color: #6c7b86;font-size: 14px;padding: 6px 0 0;}
.our-testi .mainwrp .namwrp span{color: #ffdd65; font-size: 16px; }
.our-testi .mainwrp .imawrp{display: inline-block;float: right;background: #0A4166;width: 60px;height: 60px;border-radius: 50%;box-sizing: border-box;}
.our-testi .mainwrp .imawrp span{color: #fff; font-size: 26px; font-weight: 500; margin: 9px 0 0 10px; display: block; }
.our-testi .mainwrp:hover{box-shadow: 0px 0px 20px 1px #d2d2d2bf; z-index: 2; -webkit-transition: all 200ms ease-in; -webkit-transform: scale(1.05); -ms-transition: all 200ms ease-in; -ms-transform: scale(1.05); -moz-transition: all 200ms ease-in; -moz-transform: scale(1.05); transition: all 200ms ease-in; transform: scale(1.05);}





/*floating strips css start */
.floatbutton.active{right: 0;z-index: 11;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;right: -370px;top: 16%;font-size: 0;width: 420px;/* transform: translateY(-50%); */z-index: 999;}
.floatbutton .clickbutton{border-radius: 30px 0px 0px 30px;background: #fff;width: 50px;z-index: 999;height: 270px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);display: inline-block;padding-top: 0;vertical-align: top;background: #870000;margin-top: 198px;color: #fff;font-size: 14px;font-weight: 700;position: relative;text-transform: uppercase;font-family: 'Poppins', sans-serif;-ms-box-shadow: 0px 0px 40px #00000026;-o-box-shadow: 0px 0px 40px #00000026;/* border: 1px solid #07379a; */}
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: relative;display: block;transform: rotate(0deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: absolute;display: block;transform: rotate(-90deg);-webkit-transition: 0.4s;font-size: 16px;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;color: #fff;left: -79px;white-space: pre;bottom: 122px;font-weight: bold;}
.floatbutton .clickbutton .crossplus.rotate{/* transform: rotate(45deg); */-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #f43535;margin: 17px 0 0 15px;}
.banner-form{background: #fff;padding: 30px;position: relative;z-index: 9;border-radius: 5px 0 0 5px;margin: 35% 0 0;width: 370px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.banform{}
.ban-form{}
.ban-form input{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;height: 50px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.banner-form .intl-tel-input{width: 100%;}
.banner-form h3 {color: #333;font-size: 24px;margin-bottom: 20px;}
.ban-form input[type="submit"]{color: #fff;font-weight: 600;background: #f43535;border-radius: 3px;text-align: center;background: #0A4166;padding: 10px 15px;margin: 0px 0 0;border: transparent;}
.ban-form textarea{width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;font-weight: 400;height: 120px;outline: none !important;margin: 15px 0 0px 0;}


.btns_wrap{position:fixed;right: -6px;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;position: absolute;right: -225px;background: #fff;top: 120px;padding: 0;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;}

.btns_wrap .call_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 20px 15px 15px;}
.btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;padding: 0;background: #fff;top: 40px;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;}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo{color: #fff;background: #870000;font-size: 18px;padding: 18px 20px 16px;border-right: 1px solid #ded9d9;vertical-align: middle;display: inline-block;border-radius: 50px 0px 0px 50px;}
.btns_wrap .chat_wrap span{color: #333;font-size: 20px;vertical-align: middle;background: #fff;padding: 15px 30px 15px 15px;}
/*floating strips css end */




.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    box-shadow: 6px 9px 30px 1px rgb(37 0 22 / 71%);
    padding: 0px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
}

.whatsapp:hover{color: #fff;}
.whatsapp:focus{color: #fff;}
.whatsapp i{}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

.thnkyoywrp{    padding: 250px 0 70px;
    display: block;
    text-align: center;}

















    .w_result {
    background: url("../images/blue_bg.png.html") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.steps_bg {
    background: url("../images/four_bg.html");
    background-size: cover;
    background-repeat: no-repeat;
}

.padding_tbs {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mian_sec {
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px;
}

.assignment_ex {
    width: 800px;
    margin: 0 auto;
}

.containero {
    background: url("../images/last_bg.html");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10rem;
    background-position: center;
    width: 100%;
}

.maisn_grid {
    display: flex !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
    align-items: center;
}

.ms_grid_two {
    display: flex !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
    align-items: baseline;
}

.ourPartner {
    background-image: none !important;
}

.main_blue_bg {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    color: #000;
}

.bl_blue_bg {
    background: url("../images/bl_bg.html");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    color: #fff;
}

.dp_inr_bl_blue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.fr_dp_inr_ble {
    background: #fff;
    border-radius: 24px;
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fr_dp_inr_ble img {
    background: #8f16de;
    padding: 14px;
    border-radius: 26px;
}

.fr_dp_inr_ble a {
    padding: 1px 14px 0 5px;
    text-decoration: none;
    color: #000;
    font-family: "Oswald-medium";
    letter-spacing: 0px;
}

.ord_spcing {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.main_research_pro {
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 500;
}
.star_btn_com {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 3px dotted var(--primaryColor); */
    border-radius: 32px;
    padding-right: 15px;
}

.tough_are {
    width: 800px;
    margin: 0 auto;
}

.carousel_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 2rem;
}

.carousel-inner {
    margin-top: 3rem;
}

.inner-pages {
    padding-top: 120px;
}

.inner-pages li,

.row.bodrbtm ul li {
    color: black;
    margin: 6px 0 0 0;
}
















/*==========================================popupcss===============================================*/



.mypopup-wrap.active {
    position: fixed;
    top: 0px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #000000ad;
    width: 100%;
    height: 100%;
}
.mypopup-wrap {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 800px;
    height: 600px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20000px;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: cover;
}
.mypopup-wrap .mypopup {
    border-radius: 10px;
    font-size: 0;
    background-image: url(../images/popup-bg.html) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: auto;
    border: 1px solid #0A4166;
    width: 57%;
    margin: 50px auto 0;
    position: relative;
    background-repeat: n;
}
.mypopup-wrap .mypopup {
    border-radius: 10px;
    font-size: 0;
    background: #000;
}
.mypopup-wrap .mypopup .left {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.mypopup-wrap .mypopup .right {
    width: 50%;
    padding: 30px 20px 20px;
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
}
.mypopup-wrap .mypopup .right .closebutton {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: rotate(
45deg);
    right: 20px;
    top: 20px;
    color: #fff;
}
.mypopup-wrap .mypopup .right .closebutton:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    top: 0;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.mypopup-wrap .mypopup .right .closebutton:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
    bottom: 0;
    margin: auto;
    font-weight: 900;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
    font-size: 22px;
    line-height: 1;
    color: #fff;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
    font-size: 26px;
    line-height: 30px!important;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
    font-size: 30px;
    display: block;
    font-weight: 900;
    color: #0A4166;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.mypopup-innerwrap .form_wrap {
    padding: 10px 15px;
}
.form_wrap .analyzeform {
    margin: 0;
}
.form_wrap .analyzeform form .wrap {
    padding-left: 0;
}
.form_wrap .analyzeform form .dtf {
    width: 100%;
}
.analyzeform form input[type=email], .analyzeform form input[type=number], .analyzeform form input[type=tel], .analyzeform form input[type=text], .analyzeform form textarea {
    width: 100%;
    margin: 0;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    outline: 0!important;
    margin-bottom: 0px;
    border-radius: 4px;
}
.analyzeform #countryCode {
    font-size: 14px;
    height: 50px !important;
    border-radius: 4px;
}
#countryCode {
    width: 25%;
    margin: 0 !important;
    height: 100% !important;
    height: 46px !important;
    position: relative;
    float: left;
    padding: 0 3px;
    -webkit-appearance: menulist !important;
}
input#free_cons_phone1 {
    padding: 15px !important;
    width: 100%;
    margin: 0 0 0 0px;
    float: left;
}
.mypopup-wrap .mypopup .imgwpr img{
    /*position: absolute;*/
    width: 100%;
    top: -70px;
    left: -81px;}
    
    
.subheading{color: #ef3d5b;
    background-color: #fbc6cf;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-family: poppins,sans-serif!important;
    margin-bottom: 15px;}    
    
    
    
.thnkyoywrp{text-align:center;display:block;padding:220px 0 110px}
.thnkyoywrp a{}
.thnkyoywrp .txtwrp h2{color:#000}
.thnkyoywrp .txtwrp p{color:#000 ;margin:0 0 20px;}
.thnkyoywrp .main-heading {    font-size: 38px;    padding: 0 0 20px;    font-weight: 600;}
.thnkyoywrp .thnkyoywrp .main-pera {    font-size: 16px;    font-weight: 400;    margin: auto;    font-family: poppins,sans-serif!important;    margin: 0 0 20px;}
.thnkyoywrp .btn-1 {
    background: #0A4166 !important;
    padding: 14px 28px;
    color: #fff;
    font-size: 16px;
    transition: .5s cubic-bezier(.51,.92,.27,.96)!important;
    border-radius: 7px;
    font-weight: 600;
    display: inline-block;
    transform: translateY(0rem);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.build header{background: #06051d;}    


.build .modal-content{display:none !important;}
.build .modal-backdrop.show{    display: none !important;}
.build .modal{    display: none !important;}
.modal-open{overflow: unset;}
/*=========================================egg-popup======================================================*/

/*.eggoffer.show{position: fixed;bottom: 8px;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
*/.eggoffer{-moz-transition: 0.4s;}
.eggoffer .top{position: relative;}
.eggoffer .top figure{text-align: center;position: relative;z-index: 111;}
.eggoffer .top figure img{opacity: 1;position: fixed;width: 150px;bottom: 5%;left: 2%;cursor: pointer;}
.eggoffer .bottom{cursor: pointer; padding: 16px 5px; border-radius: 5px; background: #16a07d; }
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,.eggoffer .bottom h3:before{display: none;}
.eggoffer .bottom h3{font-size: 14px; margin: 0; color: #fff; }
.eggoffer .bottom span{color: #fff; font-size: 20px; font-weight: 900; width: 100%; padding-top: 6px; line-height: 1; display: inline-block; text-align: center; text-shadow: 0 2px 2px #666; }
.form_wrap .analyzeform form .dtf {width: 100%;margin-bottom: 10px;}
.form_wrap .analyzeform form input[type="submit"] {width: 100%;margin: 0px;text-align: center;margin-top:10px;border-radius: 160px;}
.form_wrap .analyzeform form .wrap{padding-left:0px;width: 100%;}
.form_wrap .analyzeform{margin:0px; }
.eggoffer .broken{display: none;}
.eggoffer .unbroken{display: block;}
.mypopup-wrap .easter{display: none!important;}
.overlay-bg.vis {display: block!important; }
.analyzeform form input[type="text"], .analyzeform form input[type="email"], .analyzeform form input[type="number"], .analyzeform form input[type="tel"], .analyzeform form textarea {width: 100%;margin: 0 0 0 0;border-bottom: 1px solid #e5e5e5 !important;padding: 13px 15px;color: gray;font-size: 13px;height: 50px;font-weight: 400;outline: none !important;margin-bottom: 10px;background: transparent;border: none;}



/*==========================================animation-css====================================*/
.eggoffer .top {
    position: fixed;
    color: #fff;
    bottom: 1%;
    left: 4px;
    z-index: 9999;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .4s ease infinite alternate;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );
}



.packagesmain .horror-img img{width: 150px;position: absolute;top: 0;left: -140px;transform: rotate(432deg);transition: 1s all;}
.packagesmain.showmenu .horror-img img {
    position: absolute;
    left: 0;
    transform: rotate(360deg);
}


.solutionssec .img-horror img{
    width: 110px;
    position: absolute;
    right: -20px;
    transform: rotate(315deg);
    bottom: 20px;
}

.queryform .halloween-img img{
    width: 150px;
    position: absolute;
    top: 0;
    left: -20px;
    transform: rotate(395deg);
}
.mt-t {
    margin-top: 80px !important;
}
.analyzeform form input[type="submit"] {
    border: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding: 18px 60px 19px;
    margin-left: -10px;
    text-align: left;
    letter-spacing: 1px;
    border-radius: 5px;
    font-family: var(--primary-font-family);
    background: #0A4166;
    width: 100%;
    text-align: center;
    margin: 0;
}



/* Support secrtion start */

.support-section {
    background-repeat: no-repeat;
    background-size: cover;
    background: #0A4166;
}

.support-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.support-title p {
    color: #fff;
    opacity: .1;
    font-size: 100px;
    line-height: 100px;
    margin: 0;
}

.support-title span {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 690px;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
}

.support-title .subtitle {
    width: 100%;
    color: #b8c1ce;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    margin: 65px auto 0;
}

.support-container__heading {
    padding: 35px 0 30px 0;
    text-align: center;
}

.support-container__heading h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.support-container__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.support-container__text {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    border-bottom-style: dashed;
}

.support-container__text span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 1px 15px 0;
    position: relative;
    padding-left: 36px;
}

.support-container__text span:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    position: absolute;
    left: 0;
    color: #870000;
    top: 20%;
    }

.box {
    border: 1px solid;
    background-color: rgba(255, 255, 255, .07);
    color: white;
    padding-right: 0px;
    padding-left: 0px;
    /* margin-right: 2%; */
    border-color: rgba(255, 255, 255, .07);
    padding-top: 5px;
    padding-bottom: 5px;
}

.experience-section {
    width: 100%;
    /* margin-left: 72px; */
    margin-top: 70px;
    margin-bottom: 68px;
}
.experience-section .text p{
    color: #fff;
}
.experience-section .text span {
    color: #870000;
}

.experience-section .text h5 {
    font-weight: 600;
    color: #fff;
}

.icon img {
    width: 100%;
    margin-top: 8px;
    margin-left: 17px;
    animation: tada 2s 0.5s infinite;

}

.icon {
    align-self: center;
}


/* hfakjhskfjhkajhfkhafklhdha */

.support-container__heading {
    padding: 35px 0 30px 0;
    text-align: center;
}

.support-container__heading h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.support-section .msg-btn-block {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.support-section .msg-btn-block a {
    box-shadow: unset;
}

.msg-btn-block .msg-btn {
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    width: 240px;
    height: 47px;
    box-shadow: 2px 2px 4px rgba(95, 95, 95, .46);
    border-radius: 5px;
    background-color: #870000;
    transition: background-color .15s;
}
.msg-btn-block a i {
    font-size: 17px;
    margin-right: 8px;
    animation: tada 2s 0.5s infinite;

}
.msg-btn-block {
    position: relative;
}

.msg-btn-block::after {
    content: " ";
    position: absolute;
    border: 2px solid #d2e9fb;
    width: 14px;
    height: 14px;
    right: 43%;
    top: -7px;
    border-radius: 50%;
    background-color: #0A4166;
    box-sizing: border-box;
}


/* Support secrtion end */



/* gurantees block sixth section start */

.main-guarantees-block {
    margin: 60px 0;
    /*height: 1030px;*/
}
.guarantees-head {
    width: 100%;
}
.guarantees-head h1 {
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #0A4166;
    font-size: 40px;
}
.guarantees-block,
.guarantees-block h2 span {
    color: #fff;
}

.guarantees-block {
    height: 490px;
    display: flex;
    align-items: center;
}

.guarantees-block-content {
    max-width: 440px;
    width: 100%;
    margin-left: 50px;
    margin-right: 20px;
}

.guarantees-block-content p {
    font-size: 15px;
    color: #171717;
    line-height: 1.6;
    margin-bottom: 20px;
}

.main-guarantees-block .part-free-extras {
    position: relative;
}

.free-extras-white-bg {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(228, 229, 232);
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 30px 0px rgba(8, 30, 65, 0.14);
    max-width: 371px;
    width: 100%;
    height: 535px;
    padding: 40px 30px 30px;
    position: relative;
    z-index: 1;
    right: 0;
    /* top: -159px; */
    margin-top: 0;
}

.main-guarantees-block .title {
    font-size: 20px;
    color: rgb(20, 20, 20);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-guarantees-block .line-extras:first-child {
    border-top: none;
}

.main-guarantees-block .line-extras {
    border-top: 1px solid #eeeff0;
}

.main-guarantees-block .line-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}

.main-guarantees-block .line-extras .text img {
    margin-right: 10px;
}

.btn-primary-yellow.large {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.lazy-background-for-color {
    background-color: #f2f2f2;
    border-radius: 12px;
}

.btn-primary-yellow {
    border-radius: 5px;
    background-color: #0A4166;
    box-shadow: 0 6px 12px 0 rgb(255 121 15 / 15%);
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

a.button1.btn-primary-yellow.large {
    margin: 20px 0 0;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 50px;
}

.line-extras-buttons {
    margin-top: 17px;
}

.main-guarantees-block .btn-primary-yellow {
    width: 100%;
    max-width: 100%;
    margin: 14px 0 14px;
}

.btn-primary-yellow.large {
    font-size: 15px;
    height: 50px;
    line-height: 25px;
}

.guarantees-block-content h2 {
    font-size: 35px;
    font-weight: 700;
}


/* gurantees block sixth section end */
.process-sec{
    display: none;
}
.qualifiedwrp .btnwrp .btn-1{
background: #870000 ;
    border: 1px solid #870000 !important;
}
.qualifiedwrp .btnwrp .btn-1:hover{
    border: 2px solid #870000 !important;
    background: transparent;
    color: #870000;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-guarantees-block .line-extras .texts{
        font-size: 12px;
    }
    #order-now h2, #our-services h2{
        font-size: 30px;
    }
    .cta .btnwrp{
        display:flex;
        align-items: center;
    }
     .cta .btnwrp .btn-1{
        padding: 12px 15px;
     }
    .cta .img-wrp img{
        width: 100%;
    }
header .bottom-head .navwrp{
    display: none;
}
header .bottom-head .btnwrp{
    display: none;
}
.secendwrp .imgwrp img{
    display: none;

}
.big-collection .txtwrp{
    width: 100%;
}
.main-heading{
    font-size: 26px;
}
.floatbutton{
    display: none;
}
.home-bannerwrp .frowmwrp{
    width: 60%;
    margin: 20px auto 0;
    float: inherit;
}
.mobile-nav-btn{
    position: relative;
        right: 0 !important;
}
.eggoffer .top{
    display: none;
}
.philosophywrp .mainwrp ul li{
    width: 31%;
}
.line-extras-buttons{
    display: none;
}
a.quest-title{
    line-height: inherit;
}
.whatsapp{
        bottom: 5%;
    left: 5%;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
.icon img{
        width: 20%;
    margin: 0 auto;
    display: table;
}
.experience-section .text {
    text-align: center;
}
.one-exper-box{
    padding: 20px 15px 0;
}
.support-title p{
    font-size: 64px;
}
.support-container__content{
    flex-wrap: wrap;
}
.mypopup-wrap .mypopup{
    width: 100%;
}
.mypopup-wrap .mypopup .left{
    display: none;
}
.mypopup-wrap .mypopup .right{
    width: 100%;
}
.mobile-nav-btn{
    position: relative;
}
.eggoffer .top figure img{
    display: none;
}
header .tophead .left-nev ul{
        text-align: center;
}
header .tophead .left-nev ul li{
        margin: 0 10px 0 0;
}
.whatsapp{
    bottom: 5%;
    left: 5%;
}
.offering-wrp .mainwrp h4:after{
    left: 0;
}
.offering-wrp .mainwrp{
    height: auto;
}
.home-bannerwrp .txtwrp h4{
    font-size: 16px;
    text-align: center;
}
.home-bannerwrp .txtwrp h1 {
    font-size: 20px !important;
    text-align: center;
}
.home-bannerwrp .txtwrp p{
    font-size: 18px;
    text-align: center;
}
.home-bannerwrp .txtwrp p{
    font-size: 13px;
}
.home-bannerwrp .imgwrp img {
    width: 25%;
    margin: 0 10px;
}
.home-bannerwrp .imgwrp {
    margin: 0 auto 30px;
}
.home-bannerwrp .btnwrp span{
    text-align: center;
}
.home-bannerwrp .frowmwrp form{
    padding: 20px;
}
.home-bannerwrp .frowmwrp form h2{
        font-size: 26px;
        text-align: center;
}
.home-bannerwrp .frowmwrp form h4{
    font-size: 16px;
}
.home-bannerwrp .frowmwrp .btm-from h3{
        font-size: 14px;
}
.clients-wrp .txtwrp h4{
    margin: 0 0 15px;
}
.main-heading{
        font-size: 22px !important;
    text-align: center;
}
.main-pera{
    font-size: 12px;
    text-align: center;
}
.qualifiedwrp .btnwrp{
    padding: 30px 0 0;
}
.support-title span{
        font-size: 20px;
    line-height: 25px;
}
.support-title p{
    font-size: 12px;
    margin: 20px auto 0;
}
.support-container__heading h4{
    font-size: 18px;
}
.support-container__heading{
    padding: 15px 0;
}
.support-container__text span{
    font-size: 16px;
}
.philosophywrp{
padding: 50px 0 30px;
}
.philosophywrp .mainwrp{
    background-image: inherit;
}
.guarantees-block-content h2{
    font-size: 18px;
}
.guarantees-block-content p{
    font-size: 13px;
}
.guarantees-block-content{
        margin-left: 20px;
}
.main-guarantees-block .line-extras .texts{
    font-size: 14px;
}
.line-extras-buttons{
    display: none;
}
a.quest-title{
    line-height: inherit;
}
a.quest-title:after{
    top: 20%;
    right: 0;
}
footer .txtwrp h2{
    font-size: 18px;
}
.mobile-nav-btn span{
        margin: 0 0 0 auto;
}
.free-extras-white-bg{
    max-width: 100%;
    margin: 0 auto;
}
.testiwrp .txtwrp img{
    display: none;
}
.testiwrp img.img-2{
    display: nonw;
}
.testiwrp img.img-1{
    display: none;
}
.our-testi .mainwrp{
    height: auto !important;
}
#order-now h2, #our-services h2{
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    #order-now h2, #our-services h2{
        font-size: 22px !important;
    }
    #order-now p, #our-services p{
        font-size: 13px;
    }
    .testiwrp .txtwrp img{
    display: none;
}
.testiwrp img.img-2{
    display: nonw;
}
.testiwrp img.img-1{
    display: none;
}
.our-testi .mainwrp{
    height: auto !important;
}
    .mobile-nav-btn span{
        margin: 0 0 0 auto;
}

.icon img{
        width: 20%;
    margin: 0 auto;
    display: table;
}
.experience-section .text {
    text-align: center;
}
.one-exper-box{
    padding: 20px 15px 0;
}
.support-title p{
    font-size: 64px;
}
.support-container__content{
    flex-wrap: wrap;
}
.mypopup-wrap .mypopup{
    width: 100%;
}
.mypopup-wrap .mypopup .left{
    display: none;
}
.mypopup-wrap .mypopup .right{
    width: 100%;
}
.mobile-nav-btn{
    position: relative;
}
.eggoffer .top figure img{
    display: none;
}
header .tophead .left-nev ul{
        text-align: center;
}
header .tophead .left-nev ul li{
        margin: 0 10px 0 0;
}
.whatsapp{
    bottom: 5%;
    left: 5%;
}
.offering-wrp .mainwrp h4:after{
    left: 0;
}
.offering-wrp .mainwrp{
    height: auto;
}
.home-bannerwrp .txtwrp h4{
    font-size: 16px;
    text-align: center;
}
.home-bannerwrp .txtwrp h1 {
    font-size: 20px !important;
    text-align: center;
}
.home-bannerwrp .txtwrp p{
    font-size: 18px;
    text-align: center;
}
.home-bannerwrp .txtwrp p{
    font-size: 13px;
}
.home-bannerwrp .imgwrp img {
    width: 25%;
    margin: 0 10px;
}
.home-bannerwrp .imgwrp {
    margin: 0 auto 30px;
}
.home-bannerwrp .btnwrp span{
    text-align: center;
}
.home-bannerwrp .frowmwrp form{
    padding: 20px;
}
.home-bannerwrp .frowmwrp form h2{
        font-size: 26px;
        text-align: center;
}
.home-bannerwrp .frowmwrp form h4{
    font-size: 16px;
}
.home-bannerwrp .frowmwrp .btm-from h3{
        font-size: 14px;
}
.clients-wrp .txtwrp h4{
    margin: 0 0 15px;
}
.main-heading{
        font-size: 22px !important;
    text-align: center;
}
.main-pera{
    font-size: 12px;
    text-align: center;
}
.qualifiedwrp .btnwrp{
    padding: 30px 0 0;
}
.support-title span{
        font-size: 20px;
    line-height: 25px;
}
.support-title p{
    font-size: 12px;
    margin: 20px auto 0;
}
.support-container__heading h4{
    font-size: 18px;
}
.support-container__heading{
    padding: 15px 0;
}
.support-container__text span{
    font-size: 16px;
}
.philosophywrp{
padding: 50px 0 30px;
}
.philosophywrp .mainwrp{
    background-image: inherit;
}
.guarantees-block-content h2{
    font-size: 18px;
}
.guarantees-block-content p{
    font-size: 13px;
}
.guarantees-block-content{
        margin-left: 20px;
}
.main-guarantees-block .line-extras .texts{
    font-size: 14px;
}
.line-extras-buttons{
    display: none;
}
a.quest-title{
    line-height: inherit;
}
a.quest-title:after{
    top: 20%;
    right: 0;
}
footer .txtwrp h2{
    font-size: 18px;
}
}

.home-bannerwrp .frowmwrp form .lablewrp .iti {
    width: 100%;
}

.home-bannerwrp .frowmwrp form .lablewrp .intltelinput {
    padding-left: 50px;
}