
body {
    font-family: 'Merriweather';
    font-size: 16px;
    line-height: 1.6;
    visibility: visible;
    font-family: 'Roboto';

}

body.noscrol {
    overflow: hidden;
    transition: all 400ms ease;
}

header,
.container,
section,
a,
input {
    -webkit-transition: .2s;
    transition: .2s;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
}

p,
select,
ul li
{
    font-weight: 300;
}

p {}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #222;

}

.section {
    position: relative;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #fff;
}

.bodoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 33%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.bodoverlay.actve {
    visibility: visible;
    opacity: 1;
    z-index: 6;
}

.modalc {
    /*  margin: 70px auto;*/
    padding: 6rem 0;
    background: #fff;
    border-radius: 20px;
    width: 40%;
    position: absolute;
    transition: all .2s linear;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modalc .close {
    position: absolute;
    top: -9px;
    right: 10px;
    transition: all 200ms;
    font-size: 41px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background-color: unset;
    border: none;
}

.modalc .close:hover {
    color: #CFA33F;
}

.modalc .content {
    max-height: 30%;
    overflow: auto;
}

.modalc .contmsgmo .csmsgm {
    text-align: center;
}

.modalc .contmsgmo .csmsgm iframe {
    width: 100%;
    height: 100%;
}

.modalc .contmsgmo .csmsgm h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 1rem;
}

.modalc .contmsgmo .csmsgm p {
    color: #000;
    margin-bottom: 0;
}

.lazyloaded {
    opacity: 0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.lazyloaded.load {
    opacity: 1;
}

.mdelay {
    opacity: 0;
    transition: all 400ms ease;
}

.mdelay.load {
    opacity: 1;
}

.loadern {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 3;
}


body {

}


.abtn {
    display: flex;
}

.abtn a {
    background-color: #35363C;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    padding: 1rem 2rem;
    border-radius: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
}

.abtn a.nobgn {
    background-color: unset;
}

.abtn a:last-child {
    margin-right: 0;
    background: var(--Linear, linear-gradient(180deg, #FE5455 0%, #A3211B 100%));

}

.abtn a span {
    /* margin-right: 8px; */
    font-weight: 600;
}
.timelmssg {
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.timelmssg .time {
    
}
.timelmssg .timeindicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    position: relative;
}
.timelmssg .timeindicator::before {
    content:"";
    background-color: #00A87B;
    opacity: .7;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
}
.timelmssg .timeindicator::after {
    content: "";
    background-color: #00A87B;
    opacity: 1;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
 
}
.timelmssg .timeindicator span {
    font-size: 12px;
    opacity: 0;
    
}
.timelmssg .tmlabel {
    font-size: 16px;
    font-weight: 600;
}

 /* custom scrollbar */
 .scrolcusto::-webkit-scrollbar {
     width: 20px;
 }

 .scrolcusto::-webkit-scrollbar-track {
     background-color: transparent;
 }

 .scrolcusto::-webkit-scrollbar-thumb {
     background-color: #d6dee1;
     border-radius: 20px;
     border: 6px solid transparent;
     background-clip: content-box;
 }

 .scrolcusto::-webkit-scrollbar-thumb:hover {
     background-color: #a8bbbf;
 }




.logo-wrap {
    display: flex;
    flex: 1;
}

.headn {
    background-color: #101624;
}
.headn .navbar >.container {
    display: block;
}
.headn .abtn {

}
.headn .abtn a {
    border-radius: 10px;
    background-color: #1D88D0;
    font-size: 16px;
    text-transform: uppercase;
    padding: .5rem 3rem;
}
.headn .abtn a:last-child {
    background: #F94745;
}
.abtntimewrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}


.sec1-wrap {

}
.sec1-wrap .sbannerwrap {
    background-color: #1C2436;
}
.sec1-wrap .slogn {
    position: relative;
    z-index: 2;
    padding: 7.5rem 0 5rem;
}
.sec1-wrap .slogn h1 {
    color: #FFF;
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sec1-wrap .slogn h1 span {
    font-weight: 700;
    color: #F34543;
}
.sec1-wrap .slogn p {
    color: #fff;
    font-size: 17px;
    width: 87%;
    margin-bottom: 2rem;
}
.sec1-wrap .slogn .abtn {
    
}
.sec1-wrap .discnt {
    position: relative;
    z-index: 2;
    top: 5rem;
    left: 5rem;
}
.sec1-wrap .sbanimgn {
    /* position: relative; */
}
.sec1-wrap .sbanimgn img {
    /* position: absolute;
    bottom: 0; */
}
.sec1-wrap .slogn .slitem {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-top: 2rem;
    width: 80%;
    background: var(--Linear, linear-gradient(180deg, #FE5455 0%, #A3211B 100%));
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
}
.sec1-wrap .slogn .slitem .simg {
    
}
.sec1-wrap .slogn .slitem .simg img {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}
.sec1-wrap .slogn .slitem .sdet {
    margin-left: 1rem;
}
.sec1-wrap .slogn .slitem .sdet h1 {
    font-size: 24px;
    line-height: .9;
}
.sec1-wrap .slogn .slitem .sdet p {
    font-size: 14px;
    margin-bottom: 0;
}
.sec1-wrap .imgbwrap {
    padding-bottom: 4.333%;
}

.sec1-wrap .imgbwrap picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sec1-wrap .imgbwrap picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec2-wrap {
    margin-top: 6rem;
}
.sec2-wrap .cta {
    display: flex;
}
.sec2-wrap .cta .mktgitem {
    margin-right: 15px;
    position: relative;
}
.sec2-wrap .cta .mktgitem:last-child {
    margin-right: 0;
}
.sec2-wrap .cta .mktgitem .mtitle {
    position: absolute;
    top: 2rem;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
}
.sec2-wrap .cta .mktgitem .mtitle h2 {
    display: inline-block;
    width: 45%;
    font-size: 30px;
}
.sec2-wrap .cta .mktgitem .mtitle p {

}
.sec2-wrap .cta .mktgitem .mktgimg {
    
}
.sec2-wrap .cta .mktgitem .mktgimg img {
    border-radius: 31px;
}
.sec3-wrap {
    padding: 4rem 0;
}
.sec3-wrap .contreviewrap {
    
}
.sec3-wrap .contreviewrap .cform {
    border-radius: 20px;
    background: #F94745;
    padding: 2rem 1.5rem;
    position: relative;
    margin-right: 1rem;
}
.sec3-wrap .contreviewrap .cform h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 1rem;
    font-family: 'El Messiri';
}
.sec3-wrap .contreviewrap .cform form {
    display: flex;
    flex-direction: column;
}
.sec3-wrap .contreviewrap .cform form .formctrl {
    color: #fff;
    flex: 1;
    margin-bottom: 1rem;
    position: relative;
}
.sec3-wrap .contreviewrap .cform form .formctrl label {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.sec3-wrap .contreviewrap .cform form .formctrl span {
    display: block;
    font-size: 12px;
}
.sec3-wrap .contreviewrap .cform form .formctrl .fclip {
    position: absolute;
    right: 0;
    bottom: 18px;
    padding: 8px;
    background-color: #111622;
    border-radius: 10px;
}
.sec3-wrap .contreviewrap .cform form .formctrl .hide {
    display: none;
}
.sec3-wrap .contreviewrap .cform form .formctrl .inputfil {
    background-color: #fff;
    color: #6E6F70;
    padding: 8px 10px;
    border-radius: 5px;
    width: 85%;
}
.sec3-wrap .contreviewrap .cform form .formctrl .fclip svg {
    
}
.sec3-wrap .contreviewrap .cform form .formctrl input, .sec3-wrap .contreviewrap .cform form .formctrl select {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #6E6F70;
    border: none;
    border-radius: 10px;
}
.sec3-wrap .contreviewrap .cform form input[type=submit] {
    border-radius: 10px;
    background: #1C2436;
    color: #fff;
    border: none;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.sec3-wrap .contreviewrap .cform form .formctrl select {
    /* width: 100%; */
}

.sec3-wrap .contreviewrap .greviewswrap {
    position: relative;
}
.sec3-wrap .contreviewrap .greviewswrap .revtopn {
    width: 56%;
}
.sec3-wrap .contreviewrap .greviewswrap .revtopn h2 {
    color: #111622;
    font-size: 35px;
    font-weight: 700;
    font-family: 'El Messiri';
}
.sec3-wrap .contreviewrap .greviewswrap .revtopn p {
    color: #6E6F70;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews {
    display: flex;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item {
    border-radius: 10px;
    background: linear-gradient(180deg, #EEF1F2 0%, rgba(238, 241, 242, 0.30) 100%);
    margin-right: 10px;
    padding: 1rem 1rem;
    flex: 0 50%;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item:last-child {
    margin-right: 0;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev {
    
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .revtop {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .revimg {
    margin-right: 10px;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .revimg img {
    /* width: 43px; */
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .namstar {
    
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .namstar h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .srstar {
    
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev .srstar img {
    width: 16px;
}
.sec3-wrap .contreviewrap .greviewswrap .reviews .item .srenrev p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 2rem 0;
    color: #6E6F70;
}
.sec3-wrap .greviewswrap .revsummary {
    position: absolute;
    top: 0;
    right: 0;
}
.sec3-wrap .greviewswrap .revsummary .flexn  {
    display: flex;

}
.sec3-wrap .greviewswrap .revsummary .summa {
    border-radius: 10px;
    background-color: #1C2436;
    color: #fff;
    padding: 1rem;
    text-align: center;
    flex: 1;
    margin-right: 10px;
    width: 140px;
}
.sec3-wrap .greviewswrap .revsummary .summa:last-child {
    margin-right: 0;
    background-color: #F94745;
}
.sec3-wrap .greviewswrap .revsummary .summa p {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.sec3-wrap .greviewswrap .revsummary .summa span {
    font-size: 14px;
    display: block;
}
.sec3-wrap .greviewswrap .revsummary .summa .revsumbtn {
    display: flex;
    margin-top: 10px;
}
.sec3-wrap .greviewswrap .revsummary .summa .revsumbtn a {
    color: #fff;
    border: 1px solid #fff;
    flex: 1;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.sec4-wrap {
}
.sec4-wrap .services {
    background-color: #1C2436;
    padding: 4rem 0;
}
.sec4-wrap .services .container-fluid {
    padding: 0;
}
.sec4-wrap .services .container-fluid .row {
    margin: 0;
}
.sec4-wrap .services .container-fluid .row > div {
    padding: 0;
}
.sec4-wrap .stitle {
    text-align: center;
}
.sec4-wrap .stitle h1 {
    color: #fff;
    font-size: 63px;
    font-weight: 700;
}
.sec4-wrap .stitle h1 span {
    color: #1D88D0;
}
.sec4-wrap .servmdet {
    margin-top: 3rem;
    -webkit-overflow-scrolling: touch;
}
.sec4-wrap .servmdet .item {
    position: relative;
}
.sec4-wrap .servmdet .item .img {
    
}
.sec4-wrap .servmdet .item .img img {
    border: 8px solid #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}
.sec4-wrap .servmdet .item .sdet {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.sec4-wrap .servmdet .item .sdet h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 60%;
    margin-bottom: 1.5rem;
}
.sec4-wrap .servmdet .item .sdet .sbtn {
    
}
.sec4-wrap .servmdet .item .sdet .sbtn a {
    background-color: #fff;
    padding: 3px 1.5rem;
    border-radius: 30px;
}
.sec4-wrap .servmdet .item .sdet .sbtn a img {
    width: 25px;
}
.sec4-wrap .servmdet .item .sdet .sbtn a:nth-child(2) {
    background-color: #F94745;
    color: #fff;
    margin-left: 10px;
}
.sec5-wrap {

}
.sec5-wrap .sawards {
    background-color: #0F1522;
}
.sec5-wrap .sawards .awardswrap {

}
.sec5-wrap .sawards .awardswrap .item {
    display: flex;
    align-items: center;
}
.sec5-wrap .sawards .awardswrap .item .img {

}
.sec5-wrap .sawards .awardswrap .item .img img {

}
.sec5-wrap .sawards .awardswrap .item .img:nth-child(4) {
    margin-left: 2rem;
}
.sec6-wrap {
    padding: 4rem 0;
}
.sec6-wrap .img img {
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
}
.sec6-wrap .sec6det {
    margin-left: 2rem;
    margin-top: 3rem;
}
.sec6-wrap .sec6det h2 {
    color: #1C2436;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: .8;
    width: 80%;
}
.sec6-wrap .sec6det h2 span {
    color: #F94745;
    display: block;
}
.sec6-wrap .sec6det p {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
}
.sec6-wrap .sec6det .abtn {
    margin-top: 2rem;
}
.sec7-wrap {

}
.sec7-wrap .whyspswrap {
    background-color: #1C2436;
    padding: 5rem 0 7rem;
}
.sec7-wrap .whyspswrap .whysps {
}
.sec7-wrap .whyspswrap .whysps h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 60px;
}
.sec7-wrap .whyspswrap .whysps .whyspsslide {

}
.sec7-wrap .whyspswrap .whysps .whyspsslide .glide__slides .glide__slide {
}
.sec7-wrap .whyspswrap .whysps .item {
    
}
.sec7-wrap .whyspswrap .whysps .item .img {
    
}
.sec7-wrap .whyspswrap .whysps .item .img img {
    
}
.sec7-wrap .whyspswrap .whysps .item .wdet {
    
}
.sec7-wrap .whyspswrap .whysps .item .wdet h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    padding: 1.5rem 0;
}
.sec7-wrap .whyspswrap .whysps .item .wdet p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.sec8-wrap {
    margin-top: -4rem;
    margin-bottom: -5.2rem;
    position: relative;
    z-index: 2;
}
.sec8-wrap .multiaward {
    background-color: #fff;
    padding: 1rem 4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec8-wrap .multiaward h2 {
    color: #111622;
    font-family: 'El Messiri';
    font-size: 35px;
    font-weight: 600;
}
.sec8-wrap .multiaward h2 span {
    color: #1D88D0;
}
.sec8-wrap .multiaward .img img {
}
.sec8-wrap .multiaward .img img:nth-child(-n+2) {
    width: 80px;
    margin-right: 1rem;
}
.sec9-wrap {

}
.sec9-wrap .sec9 {
    
}
.sec9-wrap .sec9 .sec9det {
    position: relative;
    z-index: 1;
    padding: 13rem 0;
    text-align: center;
}

.sec9-wrap .sec9 .sec9det h2 {
    color: #fff;
    font-size: 50px;
    width: 72%;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-weight: 700;
}
.sec9-wrap .sec9 .sec9det p {
    color: #F5F5F5;
    font-weight: 400;
}
.sec9-wrap .sec9 .sec9det .abtn {
    justify-content: center;
    margin-top: 2rem;
}
.sec9-wrap .sec9 .sec9img {
    
}
.sec9-wrap .sec9 .sec9img picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
}
.sec9-wrap .sec9 .sec9img picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.footer {
    background-color: #1F2024;
    padding: 1.5rem 0;
}
.footer .container-fluid {
}
.footer .footdetwrap {
}
.footer .footdetwrap .footrdet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer .footdetwrap .footrdet > div {
    flex: 0 33.333%;
}
.footer .footdetwrap .footrdet > div.footrsocial {
    flex: 0 100%;
}
.footer .footdetwrap .footrdet .flogo {
    color: #FFF;
    line-height: normal;
    display: flex;
    align-items: center;
}
.footer .footdetwrap .footrdet .flogo span {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 2vw;
    font-weight: 600;
}
.footer .footdetwrap .footrdet .flogo .b {
    color: #6278B6;
}
.footer .footdetwrap .footrdet .flogo img {
    width: 11%;
    margin-right: 1rem;
}
.footer .footdetwrap .footrdet .footrlink ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.footer .footdetwrap .footrdet .footrlink ul li {
    list-style: none;
}
.footer .footdetwrap .footrdet .footrlink ul li a {
    color: #fff;
    padding: 0 1rem;
    text-transform: uppercase;
}

.footer .footdetwrap .footrdet .abtn {
    justify-content: flex-end;
}
.footer .footdetwrap .footrdet .abtn a {
}
.footer .footdetwrap .footrsocial {
    display: flex;
}
.footer .footdetwrap .footrsocial a {
    margin-right: 10px;
}
.footer .footdetwrap .footrsocial a svg {
    width: 30px;
}
.footer .footdetwrap > .row {
    margin: 0;
    align-items: center;
}
.footer .footdetwrap > .row > div {
    padding: 0;
}
.footer .footdetwrap > .row > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}
.footer .footdetwrap .copyright {
    display: flex;
}
.footer .footdetwrap .copyright p {
    border-right: 1px solid #505050;
    margin-right: 10px;
    margin-bottom: 0;
    padding-right: 10px;
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}
.footer .footdetwrap .copyright p:last-child {
    border-right: none;
    margin-left: 0;
    padding-left: 0;
}


@media screen and (min-width: 768px) and (max-width: 1920px) {
    .sec7-wrap .whyspswrap .whysps .whyspsslide .glide__slides {
        /* transform: initial !important;
        transform: none !important; */
        display: flex;
        width: auto;

    }
    .sec7-wrap .whyspswrap .whysps .whyspsslide .glide__slides .glide__slide {
        width: auto;
        height: auto;
        flex: 1;
        margin-right: 1rem;
    }
    .sec7-wrap .whyspswrap .whysps .whyspsslide .glide__slides .glide__slide:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1400px) {
   
}

@media only screen and (max-width:1780px) {
  

}
@media only screen and (max-width:1600px) {
  
}
@media only screen and (max-width:1560px) {
   
}
@media only screen and (max-width:1500px) {
    
}
@media only screen and (max-width:1440px) {
    
}
@media only screen and (max-width:1400px) {
    .sec2-wrap .cta .mktgitem .mtitle h2 {
        font-size: 25px;
    }
    .sec2-wrap .cta .mktgitem .mtitle p {
        font-size: 15px;
    }
    .sec3-wrap .contreviewrap .greviewswrap .revtopn h2 {
        font-size: 30px;
    }
    .sec3-wrap .contreviewrap .greviewswrap .revtopn p {
        width: 80%;
    }
   
}
@media only screen and (max-width:1380px) {
	
}
@media only screen and (max-width:1366px) {
    
}
@media only screen and (max-width:1300px) {
    
}
@media only screen and (max-width:1200px) {
    .sec1-wrap .slogn h1 {
        font-size: 60px;
    }
    .sec2-wrap .cta .mktgitem {
        margin-right: 10px;
    }
    .sec2-wrap .cta .mktgitem .mtitle {
        top: 1.2rem;
    }
    .sec2-wrap .cta .mktgitem .mtitle h2 {
        font-size: 22px;
    }
    .sec3-wrap .contreviewrap .greviewswrap .revtopn {
        width: auto;
    }
    .sec3-wrap .greviewswrap .revsummary {
        position: relative;
        margin-top: 1rem;
    }
    .sec3-wrap .greviewswrap .revsummary .summa {
        flex: unset;
    }
    .sec3-wrap .contreviewrap .greviewswrap .reviews {
        overflow: hidden;
        overflow-x: auto;
       
    }
    .sec3-wrap .contreviewrap .greviewswrap .reviews .item {
        flex: 1 0 87%;
    }
    .sec3-wrap .contreviewrap .greviewswrap .reviews.scrolcusto {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        -webkit-overflow-scrolling: touch;
    }
    .sec3-wrap .contreviewrap .greviewswrap .reviews.scrolcusto:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }
    .sec4-wrap .stitle h1 {
        font-size: 40px;
    }
    .sec5-wrap .sawards .awardswrap .item .img:first-child {
        margin-right: 1rem;
    }
    .sec5-wrap .sawards .awardswrap .item .img:nth-child(4) {
        margin-left: 1rem;
    }
    .sec6-wrap .sec6det {
        margin-left: 0;
        margin-top: 1rem;
    }
    .sec6-wrap .sec6det h2 {
        width: auto;
        font-size: 40px;
    }
    .sec6-wrap .img img {
        object-fit: cover;
        height: 32rem;
    }
    .sec7-wrap .whyspswrap .whysps .item .wdet h2 {
        width: 89%;
        margin-bottom: 0;
        padding: 1rem 0;
    }
    .sec8-wrap .multiaward {
        padding: 1rem 2rem;
    }
    .sec8-wrap .multiaward h2 {
        font-size: 28px;
    }
    .sec9-wrap .sec9 .sec9det h2 {
        width: auto;
    }
}
@media only screen and (max-width:1152px) {
   
}
@media only screen and (max-width:1110px) {
	
}
@media only screen and (max-width:1046px) {
	
}
@media only screen and (max-width:1024px) {
    
}
@media only screen and (max-width:1000px) {
	
}
@media only screen and (max-width:991px) {
	.modalc  {
		width: 70%;
	}
    .logo-wrap {
        justify-content: flex-end;
        flex: 0 50%;
    }
    .timelmssg {
        margin-right: 0;
        flex: 0 50%;
    }
    .headn .abtn {
        flex: 1;
        justify-content: center;
        margin-top: 5px;
    }
    .sec1-wrap .discnt {
        position: absolute;
        top: 3rem;
        right: 2rem;
        left: unset;
    }
    .sec1-wrap .slogn > p {
        width: 74%;
    }
    .sec1-wrap .slogn .slitem {
        padding: 1rem 0 1rem 1rem;
        width: 60%;
    }
    .sec1-wrap .slogn .slitem .sdet h1 {
        font-size: 20px;
    }
    .sec1-wrap .slogn .slitem .sdet p {
        font-size: 12px;
    }
    .sec2-wrap .cta {
        overflow: hidden;
            overflow-x: auto;
    }
    .sec2-wrap .cta .mktgitem {
        flex: 0 0 50%;
        height: 27rem;
    }
    .sec2-wrap .cta .mktgitem .mtitle {
        top: 2rem;
    }
    .sec2-wrap .cta.scrolcusto {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        -webkit-overflow-scrolling: touch;
    }
    .sec2-wrap .cta.scrolcusto:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }
    .sec3-wrap .contreviewrap .greviewswrap .revtopn h2 {
        font-size: 42px;
    }
    .sec3-wrap .contreviewrap .greviewswrap .reviews .item {
        flex: 0 0 50%;
        height: 24rem;
    }
    .sec3-wrap .contreviewrap .cform {
        margin-right: 0;
        margin-top: 2rem;
    }
    .sec6-wrap .img img {
        height: 40rem;
    }
    .sec6-wrap .sec6det h2 {
        font-size: 45px;
    }
    .sec7-wrap .whyspswrap .whysps .item .wdet p {
        width: 83%;
    }
    .sec8-wrap {
        margin-bottom: -4rem;
    }
    .sec8-wrap .multiaward {
        padding: 1rem 1rem;
    }
    .sec8-wrap .multiaward h2 {
        font-size: 24px;
    }
    .sec8-wrap .multiaward .img img {
        width: 120px;
    }
    .sec8-wrap .multiaward .img img:nth-child(-n+2) {
        width: 67px;
        margin-right: 5px;
    }
    .footer .footdetwrap .copyright {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .footer .footdetwrap > .row > div:nth-child(2) {
        justify-content: center;
    }
}
@media only screen and (max-width:945px) {
	
}
@media only screen and (max-width:917px) {
    
}
@media only screen and (max-width:862px) {
    
}
@media only screen and (max-width:812px) {
}
@media only screen and (max-width:800px) {
	
}

@media only screen and (max-width:768px) {
	.modalc  {
		width: 95%;
	}
    .logo-wrap a {
        margin-right: 10px;
    }
    .timelmssg {
        margin-right: 0;
        flex: 0 44%;
    }
    .timelmssg span, .timelmssg .tmlabel {
        font-size: 13px;
    }
    .sec1-wrap .discnt {
        top: 7rem;
    }
    .sec1-wrap .discnt img {
        width: 110px;
    }
    .sec1-wrap .slogn .slitem {
        width: 62%;
    }
    .sec2-wrap .cta .mktgitem {
        flex: 1 0 71%;
        height: 29rem;
    }
    .sec6-wrap .img img {
        height: 30rem;
    }
    
    .sec8-wrap .multiaward h2 {
        margin-bottom: 0;
    }
    .sec8-wrap .multiaward h2 span {
        display: block;
    }
    .sec8-wrap .multiaward .img img {
        width: 90px;
    }
    .sec8-wrap .multiaward .img img:nth-child(-n+2) {
        width: 50px;
        margin-right: 3px;
    }
    

}
@media only screen and (max-width:767px) {
   
}
@media only screen and (max-width:700px) {
	
}
@media only screen and (max-width:660px) {
   
}
@media only screen and (max-width:614px) {
	
}
@media only screen and (max-width:540px) {
	.modalc .contmsgmo .csmsgm {
		padding: 0 4rem;
	}
    
}
