/*Main Css */
::selection{background:#ffbc00;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:10px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#dedede;}
::-webkit-scrollbar-thumb:vertical{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#02ca88;}

[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}

html{max-width: 100%;}
body {    font-family: 'Titillium Web', sans-serif !important; overflow-x: hidden; font-size: 16px; line-height: 1; color: #000000;}
h1,
h2,
h3,
h4,
h5,
h6 { display: block; font-weight: normal; }
*:hover,
*:focus,
* { outline: none !important; }
img { max-width: 100%; height: auto; }
a,
input[type="submit"] { -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out; display: inline-block;cursor: pointer; }
a:hover {color: #17ebbe;}
span{display: inline-block;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

textarea,
select,
input[type],
textarea,
select,
button {background: transparent;border: none;border-radius: 0px;/* font-family: 'Poppins', sans-serif; */font-weight: 400;font-family: 'Titillium Web', sans-serif !important;}
::-webkit-input-placeholder { color: #a3a3a3; font-weight: 400; }
::-moz-placeholder { color: #a3a3a3; font-weight: 400;}
:-ms-input-placeholder { color: #a3a3a3;font-weight: 400; }
:-moz-placeholder { color: #a3a3a3;font-weight: 400; }

/* Padding Classes */
.pad-sec {}
.pad-zero { padding: 0px; }
.pad-l-zero { padding-left: 0px; }
.pad-r-zero { padding-right: 0px; }

/* Heading Classes */
.hding-1 h1{font-size: 50px;font-weight: 900;line-height: 58px;color: #141414;position: relative;z-index: 0;margin-top: 60px;}
.hding-2 h2{font-size: 39px;font-weight: 700;line-height: 44px;letter-spacing: -0.2px;color: #3f3d52;}
.hding-2 h2>span{font-size: 16px;color: #000000;display: block;}
.hding-3 h3{ }
.hding-4 h4{ }
.hding-5 h5{ }
.hding-6 h6{ }
.para p{font-size: 18px;font-weight: 500;color: #190707;line-height: 25px;}
.para-lg p {font-size: 22px; line-height: 27px; color: #141414; letter-spacing: -0.3px; }
.mark{background: transparent;}
.mark h2>mark {color: #000000;transition: 0.5s;padding: 0;background-color: transparent;z-index: -1;position: relative;}
/*.mark:hover h2>mark {background: #17ebbe;color: #fff;}*/
/* Custom Slick Css */
.slick-list { margin: 0 -15px; }
.slick-slide { margin: 0 15px; }
.slick-dots { padding: 50px 0 0; text-align: center; }
.slick-dots li {margin: 0 20px 0 0px;width: auto;display: inline-block;vertical-align: middle;overflow: hidden;padding: 0px;border: none;}
.slick-dots li button:before,
.slick-dots li button:before { color: #FFF; opacity: 1; font-size: 20px; }
.slick-dots li button {height: 8px;width: 8px;border-radius: 50%;padding: 0px;background: #d6d6d6;border: none;cursor: pointer;font-size: 0px;padding: 0px;-webkit-transition: all 0.4s ease-In-out;-moz-transition: all 0.4s ease-In-out;-o-transition: all 0.4s ease-In-out;transition: all 0.4s ease-In-out;box-sizing: border-box;}
.slick-dots li.slick-active button {background: #f3c919;width: 11px;height: 11px;}

h2{ font-size: 40px; color: #190707; }


/*header css*/
header { -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out; position: absolute; left: 0; right: 0; z-index: 1; }
.main-header { position: relative; z-index: 0; padding: 26px 0; }
.main-header:after { display: none;  background-color: rgb(255 255 255); box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.08);position: absolute;width: 55.98vw;height: 105px;content: "";top: 0;right: 0;z-index: -1;
clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 85px 100%); }

.logo { display: inline-block; }
.logo img {display: block;width: 100%;}

header.fixed.sticky { background: #fff;  position: fixed; z-index: 33; }
header.fixed.sticky img { filter: brightness(0); }
.fixed.sticky .menu li+li{ padding-left: 0; }
.fixed.sticky .menu li a.header-btn {
  border-radius: 5px;
  background-color: #fdae37;
  width: 196px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #000;
  border: 0;
  display: block;
  font-size: 18px;
  }
.fixed.sticky .menu li a.header-btn:hover{  transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    background: #10ffb1; }
header.fixed.sticky .menu li span,
header.fixed.sticky .menu li a{ color: #000; }
.menu li:nth-child(3){margin-right: 0;}
.fixed.sticky .menu li{display: none;}
.fixed.sticky .menu li.first,  .fixed.sticky .menu li.last{display: inline-block;}
.fixed.sticky .menu li:nth-child(3){margin-right: 0px;}
.fixed .menu li a.header-btn {/* display: none; */}
.fixed.sticky .menu li.first { margin-right: 30px; text-align:right; }

/* Menu Css */
.menu { font-size: 0px; display: inline-block; vertical-align: middle; }
.menu li {display: inline-block;vertical-align: middle;margin-left: 33px;text-align: left;line-height: 20px;}
.menu li.last {margin-right: 0;display: none;}
.menu li a,
.menu li span {display: inline-block;font-size: 16px;font-weight: 600;color: #000;border-bottom: 1px solid;}
.menu li span {color: #000;font-weight: 400;border: 0;display: block;font-size: 13.4px;}
.menu li:hover a,
.menu li.active a { color: rgb(2 202 136); }
.menu li+li {
    border-left: 1px solid #ffffff21;
    padding-left: 27px;
}



/* Main Banner CSS */
.mainBanner {
   background-image: url(../images/banner/bannermm.jpg);
   background-position: top center;
   height: 809px;
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   position: relative;
   background-size: cover;
   background-color: #f7f7ff;
   text-align: center;
   }
.mainBanner h1{font-size: 40px;color: #000000;margin-bottom: 20px;font-weight: 700;}
.mainBanner ul{ display: flex; align-items: center; justify-content: center; }
.mainBanner ul li{ font-size: 16px; color: #9290aa; font-weight: 400; margin-bottom: 20px; line-height: normal; padding: 0 10px; }
.mainBanner ul li i{ margin-right: 5px; color: #02ca88; }
.trustdv p{display: flex;align-items: center;margin-top: 20px;justify-content: center;color: #000;font-size: 15px;font-weight: 600;}
.trustdv p img{ margin: 0 5px; }
.mainBanner .posinitial{ position: initial; }
.mainBanner .bannimg{position: absolute;bottom: -3px;right: 3em;}
.mainBanner .bannimg>img{width: 710px;max-width: initial;}
/*.mainBanner .container{  height: 100%; align-items: center; display: flex; flex-flow: column; }*/
.mainBanner .formdvs .formdv{background: #fff;width: 78%;display: flex;align-items: center;border:1px solid #d5d5fe;border-radius: 10px;box-shadow: 0px 0px 20px -10px #00000057;}
.mainBanner .formdvs .formdmain{display: flex;align-items: center;justify-content: center;}
.mainBanner .formdvs .formdv .field{width: 33.33%;}
.mainBanner .formdvs .formdv .field input{padding: 17px 20px;color: #45454f;font-size: 16px;width: 100%;}
.mainBanner .formdvs .formdv .field+.field{ border-left:1px solid #d5d5fe; }
.mainBanner .formdvs .submitbtns input{/* padding: 15px 42px; *//* line-height: 32px; */color: #000;font-size: 18px;font-weight: 600;}
.mainBanner .formdvs .submitbtns{
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-left: 12px;
    background: #fdae37;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 10px;
    padding: 11px 30px;
    overflow: hidden;
    width: 168px;
    line-height: 29px;
    }
.mainBanner .formdvs .submitbtns:before{
/*    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00b67a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;*/
    }
.mainBanner .formdvs .submitbtns:hover{ /*-webkit-transform: scaleX(1); transform: scaleX(1);*/ 
    transform: scale(1.06);
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    background: #10ffb1;}


.brandLogoSec{background: #fff;padding: 20px 0;position: relative;box-shadow: 0 4px 19px #00000017;}
.brandLogoSec h3{font-size: 14px;color: #fff;background: #3f3d52;padding: 0 10px;display: inline-block;position: absolute;top: -42px; line-height: 26px;}
.brandsslides .slick-track{ display: flex; align-items: center; width: 100%; }
.brandsslides .items img{ filter: grayscale(100%); transition: all 0.3s ease-out; margin: auto; }
.brandsslides .items img:hover{ filter: grayscale(0); }

.mainBanner .container{ overflow: hidden; }


.sec2{  padding: 80px 0 80px; text-align: center; }
.sec2 h2{color: #000000;font-size: 40px;font-weight: 700;margin-bottom: 80px;}
.yellowcol{ color: #ffbc00;  }
.sec2 .icons{ position: relative; }
.sec2 .icons i:before{content: '';position: absolute;right: -26px;top: -15px;background: #fff6e9;width: 62px;height: 62px;border-radius: 100%;z-index: -1;transition: all 0.3s ease-out;}
.sec2 .icons i{ position: relative; background: url(../images/icons/icons1.png) no-repeat; width: 58px; height: 58px; display: block; margin: auto auto 15px; }
.sec2 .icons i.icon2{background: url(../images/icons/icons2.png) no-repeat;width: 75px;height: 58px;}
.sec2 .icons i.icon3{background: url(../images/icons/icons3.png) no-repeat;width: 56px;height: 58px;}
.sec2 .icons i.icon4{background: url(../images/icons/icons4.png) no-repeat;width: 58px;height: 58px;}
.sec2 .icons i.icon5{background: url(../images/icons/icons5.png) no-repeat;width: 58px;height: 58px;}
.sec2 .icons i.icon6{background: url(../images/icons/icons6.png) no-repeat;width: 75px;height: 57px;}

.sec2 .bx { margin-bottom: 30px;  padding: 30px 20px; border: 1px solid transparent; transition: all 0.3s ease-out; }
.sec2 .bx h3{font-size: 20px;color: #000000;margin-bottom: 15px;font-weight: 600;}
.sec2 .bx p{color: #606060;font-size: 15px;line-height: normal;min-height: 63px;}
.sec2 .bx:hover{ background: #f7f7f7; border: 1px solid #ececec;  }
.sec2 .bx:hover .icons i:before{ width: 50px; height: 50px; opacity: 0.8; }


.ctamm{ padding: 50px 0 0; background: #f7f7ff; position: relative; }
.ctaimgs{ position: absolute; bottom: 0; animation: 6s ease 0s infinite normal none running scale; }
.ctamm .dvconts{ padding-bottom: 50px; }
.ctamm p{font-size: 32px;color: #000000;padding-right: 35px;font-weight: 300;line-height: 40px;}
.ctamm p strong{ font-weight: 700; }
.ctamm h5{ font-size: 14px; margin-top: 40px; margin-bottom: 20px; }
.ctamm h5 strong{ font-size: 21px; font-weight: 700; }
.ctamm .ratings{display: flex;align-items: flex-end;}
.ctamm .ratings p{font-size: 14px;font-weight: 500;line-height: normal;}



.recentworks {
    text-align: center;
    padding: 50px 0;
}
.recentworks h3 {
    font-size: 40px;
    color: #3f3d52;
    margin-bottom: 15px;
    font-weight: 700;
}
.recentworks p {
    font-size: 16px;
    color: #424242;
    line-height: normal;
    text-align: left;
    margin-bottom: 15px;
}
.recentworks .portdvcont {
    font-size: 15px;
    color: #424242;
}
.recentworks .portdvcont p {
    margin: 0px 0 15px;
    font-style: italic;
}
.recentworks .bx { margin-bottom: 30px; }
.packagesmm {
        padding: 50px 0 0;
        min-height: 799px;
}
.packagesmm h2 {
    font-size: 40px;
    color: #3f3d52;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 700;
}
.packagesmm p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #424242;
    line-height: 25px;
}
.packagesmm .tabsmm {
    margin-top: 30px;
    margin-bottom: 60px;
}
.packagesmm .tabsmm ul {
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 20px;
    position: relative;
}
.packagesmm .tabsmm ul li {
    padding: 0 10px;
}
.tabsmm {
    text-align: center;
}
.packagesmm .tabsmm ul:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-shadow: 0px -3px 15px #000;
    z-index: 1;
    height: 1px;
}
.packagesmm .tabsmm ul li a {
    color: #717171;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 30px;
    display: block;
    border-bottom: 0;
    min-width: 165px;
}
.packagesmm .tabsmm ul li.current a, .packagesmm .tabsmm ul li:hover a {
    background: #ffbc00;
    color: #000;
}
/*.tabsdetails{ display: none; }
.tabsdetails.active{ display: block; }*/

.package {
    text-align: center;
    padding: 50px 0 70px;
    background-image: url(../images/bg-package.png);
    background-repeat: no-repeat;
    position: top left;
}
.package h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #ffbc00;
    line-height: 24px;
    letter-spacing: 0.6px;
    padding-bottom: 10px;
}
.package h4 {
    padding-bottom: 15px;
}
.package p {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 24px;
    padding-bottom: 30px;
}
.pkgwrp {
    position: relative;
    width: 100%;
    min-height: 508px;
    background-color: #f8f8f8;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 35px 30px;
    text-align: left;
    transition: all 0.4s ease-In-out;
}
.pkgprice {
    position: relative;
}
.cutprice {
    position: absolute;
    right: 26%;
    bottom: 50%;
    display: inline;
}
.cutprice:before {
    content: '';
    position: absolute;
    background-image: url(../images/cut.png);
    background-repeat: no-repeat;
    height: 38px;
    width: 110px;
    top: 0;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: auto;
    background-size: 75%;
}
.cutprice h5 {
    font-weight: 700;
    font-size: 30px;
    color: rgb(63 61 82 / 0.35);
    transition: all 0.4s ease-In-out;
}
.pkgprice h4 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    transition: all 0.4s ease-In-out;
}
.pkgprice p {
    font-size: 15px;
    font-weight: 400;
    color: rgb(34 34 34 / 0.80);
    padding-bottom: 0;
    letter-spacing: -0.7px;
    transition: all 0.4s ease-In-out;
    margin-top: 20px;
}
.pkgprice p span {
    color: rgb(0 0 0 / 0.8);
    transition: all 0.4s ease-In-out;
    font-weight: 600;
}
.pkgserv {
    font-size: 0;
    margin-bottom: 38px;
    height: 230px;
}
.pkgserv li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    padding-left: 30px;
    /* padding-bottom: 20px; */
    transition: all 0.4s ease-In-out;
    letter-spacing: -0.5px;
    padding: 8px 0 8px 30px;
}
.pkgserv li:before {
    content: '\f058';
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 0;
    margin: auto;
    font-size: 17px;
    color: #333333;
    font-family: 'Font Awesome 5';
    transition: all 0.4s ease-In-out;
}
.pkgwrp a.pack-ordernow {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #fdae37;
    padding: 22px 52px;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease-In-out;
}
.pkgwrp:hover,
.pkg-active .pkgwrp {
    border-color: #fdae37;
    background-image: -moz-linear-gradient(60deg, rgb(255,207,74) 0%, rgb(247,222,153) 100%);
    background-image: -webkit-linear-gradient(60deg, #00af76 0%, #00b479 100%);
    background-image: -ms-linear-gradient(60deg, rgb(255,207,74) 0%, rgb(247,222,153) 100%);
    transition: all 0.4s ease-In-out;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 8%);
    background: #f7f4f0;
    transform: scale(1.01);
    z-index: 2;
}
.pkgwrp:hover .pkgprice h4, .pkgwrp:hover .pkgprice p, .pkgwrp:hover .pkgprice p span,
.pkg-active .pkgwrp .pkgprice h4, .pkg-active .pkgwrp .pkgprice p, .pkg-active .pkgwrp .pkgprice p span {
    color: #3f3d52;
    transition: all 0.4s ease-In-out;
}

.pkgwrp:hover .pkgserv li,
.pkg-active .pkgwrp .pkgserv li{border-color: #00000017;color: #3f3d52;}
.pkgwrp:hover .pkgserv li:before ,
.pkg-active .pkgwrp .pkgserv li:before {
        color: #3f3d52;
        transition: all 0.4s ease-In-out;
}
.pkgwrp:hover a,
.pkg-active .pkgwrp a {
   /* background-color: transparent;
    border-color: #000;
    color: #000000;
    transition: all 0.4s ease-In-out;*/
}
.pkgwrp:hover .cutprice h5,
.pkg-active .pkgwrp .cutprice h5 {
    color: rgb(63 61 82 / 0.35);
    transition: all 0.4s ease-In-out;
}
.pkgwrp:hover .pkgprice p,
.pkg-active .pkgwrp .pkgprice p{ color: #175c46; }
.pkgwrp:hover .pkgprice p strong,
.pkg-active .pkgwrp .pkgprice p strong{ color: #053525; }
/*.pkgwrp:hover .cutprice h5,
.pkg-active .pkgwrp .cutprice h5{ color: #157153; }*/

.pkgwrp:hover .cutprice:before,
.pkg-active .pkgwrp .cutprice:before{ background-image: url(../images/cutwhite.png); }

/*.pkgwrp a:hover {
    background-color: #141414;
    color: #ffbc00;
    transition: all 0.4s ease-In-out;
}*/
.recom {
    position: absolute;
    top: -40px;
    right: -53px;
    z-index: 1;
}
.recom img{width: 149px;}
.pkgwrp:hover a.pack-ordernow {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    background: #10ffb1;
}
.pkgwrp:hover .countdown ,
.pkg-active .pkgwrp .countdown { 
    color: #fff;
    background: #0000006b;
    padding: 15px 10px;
    border-radius: 10px;
 }

.offersend small {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.offersend timer span {
    font-weight: 700;
}
.countdown {
    text-align: center;
    margin-top: 20px;
   /* display: none;*/
}
.countdown.show .running {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown.show .running timer {
    font-size: 25px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    color: #474747;
}
.countdown.show .running timer .days, .countdown.show .running timer .hours, .countdown.show .running timer .minutes, .countdown.show .running timer .seconds {
    /* width: 32px; */
    text-align: left;
    margin: 0 1px;
    padding: 2px 6px;
}



@media (max-width: 480px) {
.countdown.show .running timer {
    font-size: 40px;
}
.countdown.show .running timer .days,  .countdown.show .running timer .hours,  .countdown.show .running timer .minutes,  .countdown.show .running timer .seconds {
    width: 49px;
}
}
.countdown.show .running .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin-top: 5px;
}
.countdown.show .running .labels span {
    width: initial;
    text-align: center;
    margin: 0px 0px;
    padding: 0 5px;
    font-size: 13px;
}

@media (max-width: 480px) {
.countdown.show .running .labels span {
    width: 69px;
}
}
.countdown.show .running .text {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}
.countdown.show .running button {
    border: none;
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}
.countdown.show .running .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}
.countdown.show .ended {
    display: none;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.countdown.show .ended .text {
    font-size: 20px;
}
.countdown.show .ended button {
    border: none;
    background-color: #5a0000;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}
.countdown.show .ended .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}


footer{background: #fff;padding:15px 0;}
footer p,
footer p>a{color:#190707;font-size:13px;font-weight: 400;}
footer p>a:hover{color:#02ca88;}
footer p>a{font-weight:700;}

.recentworks .bx{margin-bottom: 25px;}

.recentworks .bx a{ position: relative; display: block; transition: all 0.3s ease-out; }
.recentworks .bx a:before{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; background: #000000ad; opacity: 0;transition: all 0.3s ease-out; }
.recentworks .bx a:after{ content: '\f002'; font-family: 'Font Awesome 5'; position: absolute; top: 50%; left: 0; right: 0; margin: auto; color: #fff; font-size: 30px; opacity: 0;transition: all 0.3s ease-out; }
.recentworks .bx:hover a:before{ opacity: 1; }
.recentworks .bx:hover a:after{  opacity: 1; }
.recentworks .bx img{ width: 100%; }
a.banner-btn { border-radius: 10px;     background-color: #ffbf00; line-height: 50px; text-align: center; font-size: 20px; color: #1c1c1c; font-weight: 700; 
    text-transform: uppercase; padding: 6px 91px; }
a.banner-btn:hover {  transform: scale(1.1); -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4); background: #10ffb1; }
.timer >div{ display: inline-block; font-weight: 700; }
.timer span{margin-right: 5px;font-size: 22px;}

.pkgwrp:hover .cutprice:before{ filter: brightness(100%); }

.contactpackdet{ margin-top: 20px; text-align: center; transition: all 0.3s ease-out;  }
.contactpackdet h6{ color: #3f3d52;  }
.contactpackdet h6 a{ color: #3f3d52; font-weight: 700; margin: 5px 0 0; }
/*.pkgwrp:hover .contactpackdet{ display: none; }
.pkgwrp:hover .offersend { display: block; }*/

.pkgwrp:hover .contactpackdet h6, .pkg-active .pkgwrp .contactpackdet h6,
.pkgwrp:hover .contactpackdet a, .pkg-active .pkgwrp .contactpackdet a{ color: #fff; }


.featureSec {
    height: 162px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 80px 0;
    z-index: 0;
}
.featureSec h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    background: #fff;
    width: 180px;
    margin: auto;
}
.feature {
    position: relative;
}
.feature:after {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(25, 7, 7);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    height: 162px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}
ul.featureIcons {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
ul.featureIcons>li {
    position: relative;
}
ul.featureIcons>li>span {
    font-size: 40px;
    color: #190707;
    padding-bottom: 15px;
    position: relative;
    z-index: 0;
}
ul.featureIcons>li>span:after {
    content: "";
    border-radius: 50%;
    background-color: rgb(231 255 247);
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
}
ul.featureIcons>li>h6 {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
}
ul.featureIcons>li .tooltip {
    font-size: 12px;
    transition: all 0.3s ease-out;
    background: #fff;
    padding: 10px 10px;
    width: 170px;
    filter: drop-shadow(0px 2px 5px #d9faf3);
    left: -30px;
    right: 0;
    bottom: 120%;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 20px 5px #d9faf3;
}
ul.featureIcons>li:hover .tooltip {
    opacity: 1;
}

.ctamm2{padding: 0px 0 50px;}
.ctamm2 h2{font-size: 40px;color: #000;text-align: center;font-weight: 600;line-height: 48px;margin-bottom: 50px;}
.ctamm2 .greenbx{padding: 30px 30px;background: #444;border-radius: 10px;margin-bottom: 40px;}
.ctamm2 .greenbx p{color: #fff;font-size: 24px;line-height: 34px;text-align: left;}
.ctamm2 .greenbx .row{ display: flex; align-items: center; }
.ctamm2 .greenbx .btncta a{padding: 18px 40px;color: #000;font-size: 18px;border: 1px solid #ffbf00;border-radius: 10px;background: #ffbf00;border-color: #ffbf00;font-weight: 600;}
.ctamm2 .greenbx .btncta a:hover{ transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    background: #10ffb1;
    border-color: #000; }

.ratings-dv{ text-align: center;  }
.ratings-dv img{ margin: auto; }
.ratings-dv p{font-size: 20px;color: #000;margin-bottom: 10px; font-weight: 600; }


.testimonials-sec {
    padding: 50px 0;
    background: #fff;
}
.testimonials-sec h2 {
    margin-bottom: 50px;
    font-weight: 700;
}
.testimonials-sec .bxtestim {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 33px;
    min-height: 295px;
    border:2px solid transparent;
}
.testimonials-sec .bxtestim img {
    margin-bottom: 0px;
    display: block;
    max-width: 119px;
}
.testimonials-sec .bxtestim p {
    color: #474747;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: normal;
    min-height: 161px;
}
.testimonials-sec .bxtestim a{ color: #000; }
header.fixed.sticky .main-header {
    padding: 10px 0;
}
header.fixed.sticky img {
    filter: initial;
    width: 100%;
    display: block;
}
.testimonials-sec .bxtestim .testimname strong{font-size: 20px;font-weight: 600;margin-bottom: 4px;display: block;}
.testimonials-sec .bxtestim:hover{ border:2px solid #52c7a4; }

.ratingstestims{ margin-top: 20px; text-align: center; }
.ratingstestims img{ margin: auto auto 10px; }
.ratingstestims h2{margin-bottom: 10px;color: #3f3d52;font-size: 51px;}
.ratingstestims p{ color: #000; font-size: 15px; }
.ratingstestims p strong{ font-weight: 700; }
[class^="box-"] {
    display: none;
}
[class^="box-"].showfirst {
    display: block;
}

.faqssec{ padding: 50px 0; text-align: center; }
.faqssec h2{font-size: 40px;color: #3f3d52;margin-bottom: 40px;font-weight: 700;}
.faqssec .tabsdvs{ margin-bottom: 40px; }
.faqssec ul li{ display: inline-block; padding: 10px 30px;  }
.faqssec ul li a{color: #000;font-size: 18px;font-weight: 700;position: relative;display: inline-block;padding-bottom: 10px;}
.faqssec ul li a:before{content: '';position: absolute;left: 0;bottom: 0;background: #ffbf00;width: 100%;height: 2px;opacity: 0;}
.faqssec ul li.current a{color: #ffbf00;font-weight: 500;}
.faqssec ul li.current a:before{ opacity: 1; }
.faqssec .bx{ padding: 20px 20px; text-align: left; margin-bottom: 50px; }
.faqssec .bx h3{ font-size: 24px; color: #000; font-weight: 600; margin-bottom: 20px; }
.faqssec .bx p{ font-size: 15px; color: #626262; line-height: 24px;  }

.banform {
    position: relative;
    text-align: left;
    padding-left: 108px;
}
.banform:before {content: '';position: absolute;left: -40px;top: 40px;height: 420px;width: 204px;background-image: url(../images/arrow.png);background-repeat: no-repeat;}
.banform h5 {
    padding-bottom: 20px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.banfield {
    margin-bottom: 20px;
}
.banfield input {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.banfield input::placeholder {
color:#535f57;
}
.banfield input[type="submit"] {
    border-radius: 10px;
    background-color: #faa21b;
    width: 457px;
    height: 62px;
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    transition: all 0.4s ease-In-out;
}
.banfield input[type="submit"]:hover {
    background-color: #141414;
    /* color: #faa21b; */
    transition: all 0.4s ease-In-out;
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    background: #fbb446;
}
.work {
    background-color: #f7f7ff;
    padding: 90px 0;
}
.work h4 {
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    line-height: 53px;
    text-transform: none;
    padding-bottom: 4px;
}
.work h4 span {
    font-weight: 600;
    letter-spacing: -3px;
    display: inline-block;
}
.work h6{ font-size: 16px; color: #717d75;  line-height: 26px; }
.work .col-md-6:nth-child(1):before{ content: ''; position: absolute; top: 50px; background: url(../images/botfooter.jpg) no-repeat; width: 549px;  height: 429px; left: -160px;
    top: 150px;  }
.work .col-md-6{ position: relative; }
.banfield input[type="submit"]{background: #ffbf00;color: #000;border-color: transparent;}
.banfield input[type="submit"]:hover{  background: #10ffb1; }
.dettestims {
    display: flex;
    align-items: center;
}
.dettestims .float-right {
    flex: 1;
    display: inline-flex;
    justify-content: flex-end;
}
.mCSB_container{ overflow: initial !important; }
.mCSB_inside>.mCSB_container{  margin: 0;  margin-right: 25px; }

.icn-tooltip:after{ display: none; }
.icn-tooltip {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
  padding: initial !important;
  background-color: transparent !important;
}
.icn-tooltip .tooltip-innr {
  position: absolute;
    width: 160px;
    right: -60px;
    top: 24px;
    background: #000000;
    padding: 3px 3px 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 0 11px 3px #00000042;
    line-height: 1.5em;
}
.icn-tooltip i {
      margin: 0 0 0 4px;
    /* font-size: 12px; */
    /* color: #000; */
}
.icn-tooltip .tooltip-innr:before {
  content: "\f0d8";
  font-family: "Font Awesome 5";
  right: 17px;
  top: -12px;
  position: absolute;
  color: #000000;
  font-size: 24px;
  display: none;
}
.icn-tooltip:hover .tooltip-innr {
  opacity: 1;
}
.banform p{     font-size: 13px;
    margin-top: -5px; }


.overlay{ background-color: rgba(0, 0, 0, 0.5); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 10; display: none; }
.popupmain{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 980px;
    /* height: 425px; */
    background: #fff;
    box-shadow: 0px 0px 30px -9px #0000006e;
    z-index: 11;
    overflow: hidden;
    display: none;
    }
.mmpopup{display: flex;height: 425px;align-items: center;}
.mmpopup .imgbx{width: 30%;}
.mmpopup .centercont{width: 35%;padding-right: 20px;}
.mmpopup .imgbx img{ width: 290px;  max-width: initial; }
.mmpopup .formpop{padding-right: 30px;width: 35%;padding-top: 20px;}
.mmpopup .fld-input{height: 50px;width: 100%;margin-bottom: 10px;}
.mmpopup .fld-btn button{ height: 50px; font-size: 15px; }
.mmpopup .fld-input.textarea{height: 80px;}
.mmpopup .fld-input textarea{
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    padding-top: 10px;
    resize: none;
    }
.mmpopup .centercont h3{ font-size: 38px; color: #141515; margin-bottom: 10px; }
.mmpopup .centercont h4{ font-size: 20px; color: #566060; margin-bottom: 15px; }
.mmpopup .centercont h4 span{color: #ffbf00;}
.mmpopup .centercont p{color: #727272;font-size: 15px;margin-bottom: 120px;line-height: 20px;  }
.mmpopup .calldvs i{ background: url(../images/popup/callico.jpg) no-repeat; width: 42px; height: 42px; display: block; margin-bottom: 10px; }
.mmpopup .calldvs span{ font-size: 13px; color: #566060; }
.mmpopup .calldvs a{font-size: 26px;color: #ffbf00;font-weight: 400;margin-top: 5px;font-weight: 600;}
.mmpopup .fld-btn button{ width: 100%; }
.closeico{ position: absolute; top: 15px; right: 20px; z-index: 9999; }
.closeico i{ background: url(../images/popup/e-remove.png) no-repeat; width: 16px; height: 16px; display: block; }
.closeico1{ position: absolute; top: 15px; right: 20px; z-index: 9999; }
.closeico1 i{ background: url(../images/popup/e-remove.png) no-repeat; width: 16px; height: 16px; display: block; }

.icn-tooltip:after{ display: none; }
.icn-tooltip {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
  padding: initial !important;
  background-color: transparent !important;
}
.icn-tooltip .tooltip-innr {
  position: absolute;
    width: 160px;
    right: -60px;
    top: 24px;
    background: #000000;
    padding: 3px 3px 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 0 11px 3px #00000042;
    line-height: 1.5em;
}
.icn-tooltip i {
      margin: 0 0 0 4px;
    /* font-size: 12px; */
    /* color: #000; */
}
.icn-tooltip .tooltip-innr:before {
  content: "\f0d8";
  font-family: "Font Awesome 5";
  right: 17px;
  top: -12px;
  position: absolute;
  color: #000000;
  font-size: 24px;
  display: none;
}
.icn-tooltip:hover .tooltip-innr {
  opacity: 1;
}
ul.pkgDtl{     height: 260px; }
.mCSB_inside>.mCSB_container{}
.top-rated{ z-index: 1; }

.mmpopup .centercont p{ margin-bottom: 10px;    line-height: 23px; }
.mmpopup .centercont ul{ margin-bottom: 30px; }
.mmpopup .centercont ul li{ display: block; font-size: 13px; color: #566060; padding: 5px 0; }
.mmpopup .centercont ul li i{ color: #ffb41e; }
.mmpopup .centercont h4{font-size: 22px;}
.mmpopup .centercont h3{font-size: 24px;font-weight: 700;margin-top: 20px;}
.mmpopup .centercont h4 span{ font-weight: 700; }
.mmpopup .fld-btn button{ font-weight: 700; }


.fld-input { border-style: solid; border-width: 1px; border-color: rgb(218 217 217); border-radius: 5px; background-color: rgb(255, 255, 255); width: 354px; height: 66px; margin-bottom: 20px; }
.fld-input input { width: 100%; height: 100%; padding: 0 24px; font-size: 16px; letter-spacing: 0.2px; }
.fld-input input::placeholder { color: #737373; font-weight: 400; }
.fld-btn button {border-radius: 5px;    background-color: rgb(255 191 0); width: 350px;height: 62px;font-size: 18px;font-weight: 900;letter-spacing: 0.2px;text-transform: uppercase;cursor: pointer;transition: 0.5s;}
.fld-btn button i { padding-left: 12px; }
.fld-btn button:hover {background: #141414;color: #000;background: #10ffb1;}


/*new*/

.brandLogoSec h5 { font-size: 20px; color: #4f4f4f; line-height: normal; }
.brandLogoSec h5>b{font-weight: 700;}
.brandLogoSec h5:after { content: ""; background-color: rgb(53, 57, 86); opacity: 0.502; width: 2px; height: 84px; position: absolute; bottom: 0; right: 46px; top: 0; margin: auto; }

.book-shelf { height: 316px; background-repeat: no-repeat; background-position: right; align-items: center; display: flex; position: relative; }
.bookBg {border-radius: 20px;background-color: rgb(200, 227, 239);opacity: 0.502;position: absolute;width: 360px;height: 240px;top: 100px;z-index: -1;}
.bookBox{margin-bottom: 50px;}
.bookBox img { margin-bottom: 25px; filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 45%)); transition: all 0.4s ease-in-out 0s; }
.bookBox:hover img{     animation: 3s ease 0s infinite normal none running scale; }
.book-shelf:after {content: "";position: absolute;left: 0;right: 0;border-radius: 10px;background-color: rgb(0 216 145);width: 946px;height: 237px;z-index: -1;}
.book-shelf h2 {color: #131313;font-size: 38px;font-weight: 700;text-align: left;margin-bottom: 7px;}

.btn-grp a {border-radius: 10px;width: 228px;height: 62px;line-height: 56px;font-weight: 700;color: #000;font-size: 20px;border: 2px solid #fdae37;background: #fdae37;text-align: center;}
.btn-grp {font-size: 0;text-align: left;}
.btn-grp a:nth-child(1) {margin-right: 18px;}
.btn-grp a:hover {/* background: transparent; *//* border-color: #000; */color: #000;transform: scale(1.1);-webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);-moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);}

.pl-42 {padding-left: 60px;}

@-webkit-keyframes scale { 
  0% { transform:translate(0px, 0px); }
  50% { transform:translate(0px, -30px); }
  100% { transform: translate(0px, 0px); }
}
@keyframes scale { 
  0% { transform:translate(0px, 0px); }
  50% { transform:translate(0px, -30px); }
  100% { transform: translate(0px, 0px); }
}

ul.tab-nav {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(249 170 51 / 0.6);
    border-radius: 10px;
    background-color: rgba(63, 61, 82, 0);
    width: 302px;
    height: 54px;
    font-size: 0;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
}

ul.tab-nav>li {display: inline-block;width: 50%;}

ul.tab-nav>li>a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: rgb(0 0 0 / 0.6);
    font-weight: 600;
}

ul.tab-nav>li.current>a {
    background: #fdae37;
    color: #000;
}

.keySec {
    padding-bottom: 50px;
    margin-top: 30px;
}

.keyBox {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(171 171 171 / 0.1);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 142px;
}


.key-content {
    margin-left: 20px;
}

.keyIcon {
    display: flex;
    align-items: center;
}

.keyBox ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.key-content h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}


.bookWriteHead p {
    font-size: 20px;
    line-height: 24px;
    color: #56565d;
}

.bookw-box {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(171 171 171 / 0.1);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 181px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease-out;
}
.bookw-box:hover{     border-color: #fdae37;
    box-shadow: 0px 0px 20px -5px #fdae37; }

.bookw-content h5 {
    font-size: 24px;
    color: #353956;
    font-weight: 600;
    padding-bottom: 15px;
}

.bookw-content p {
    font-size: 12px;
    color: rgb(34 34 34 / 0.5);
    line-height: 18px;
    font-weight: 700;
}

.bookw-content {
    width: 66%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
}

.bookw-img {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.fit-content img {
    max-width: fit-content;
    margin-left: -22%;
    margin-top: 38px;
    mix-blend-mode: multiply;
    transform: rotate(-8deg);
}
a.btn-theme {
    border-radius: 5px;
    background-color: rgb(253, 174, 55);
    width: 195px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: auto;
    display: block;
}
a.btn-theme:hover{    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);
    background: #10ffb1;}


.profile h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1d0808;
    line-height: 20px;
}

.profile h3>span {
    display: block;
    font-size: 16px;
    color: #686868;
    font-weight: 400;
}

.p-img {
    margin-right: 15px;
}

.profile {
    display: flex;
}

.trustedSec p {
    color: #474747;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
}
.t-bg {
    position: relative;
    padding: 15px 0;
    min-height: 270px;
}
.t-bg:hover:after{ border-color: #fdae37; }

.t-bg:after {
  content:"";
  border-style: solid;
  border-width: 1px;
  border-color: rgb(241, 241, 241);
  border-radius: 13px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.trustedSec {
    padding-top: 70px;
}


.ftr-content-box h4 { font-size: 20px; font-weight: 600; padding-bottom: 20px; }
.ftr-content-box ul { width: 375px; list-style: disc; padding-left: 20px; }
.ftr-content-box ul>li {font-size: 13px;color: #000000;font-weight: 300;line-height: 15px;padding-bottom: 10px;line-height: 20px;}
.ftr-content-box ul>li.last { padding-bottom: 0; }
.ftr-content-box {border-radius: 10px;background-color: rgb(255 255 255);width: 458px;display: flex;align-items: center;justify-content: center;padding: 25px 0;}
.ftr-content-box h6 { font-size: 16px; font-weight: 600; }
.ftr-content-box h6>span { display: block; padding-top: 15px; }
.footerAboveSec h2 { padding-bottom: 40px; }

.fld {border-style: solid;border-width: 2px;border-color: #cbcad4;border-radius: 10px;background-color: transparent;width: 540px;height: 73px;position: relative;margin-bottom: 32px;}
.fld label {position: absolute;top: -15%;background: #e5e6ea;padding: 0 10px;margin-left: 24px;font-size: 15px;color: #3f3d52;font-weight: 600;}
.fld-btn input {border-radius: 5px;background-color: #fdae37;width: 536px;height: 62px;font-size: 18px;color: #fff;text-transform: uppercase;font-weight: 600;}
.fld-btn input:hover {background: #00b67a;transform: scale(1.05);}
.fld input,
.fld select,
.fld textarea {width: 100%;height: 100%;resize: none;background: transparent;padding: 0 33px;}
.fld textarea { padding-top: 34px; }
.fld.fld-textarea { height: 144px; }
.fld-btn { margin-bottom: 20px; }
.fld.fld-textarea label { top: -7%; }

.f-above-contact h5 { font-size: 15px; }
.f-above-contact h5>span,
.f-above-contact h5>a {font-weight: 600;color: #fdae37;}
.f-above-contact {border-radius: 10px;background-color: rgb(255, 255, 255);width: 536px;height: 62px;display: flex;align-items: center;padding: 0 10px;}
.f-above-contact>span { width: 48px; height: 48px; margin-right: 15px; }
.footerAboveSec {padding: 100px 0 115px;background-repeat: no-repeat;background-size: cover;}


/*popup one*/
.popup-one {
    max-width: 750px;
    max-height: 333px;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.popup-one .popup-content {
    display: flex;
    font-size: 0;
    align-items: center;
}
.popup-one .popup-img {
    width: 39%;
}
.popup-one .popup-text {
    width: 50%;
    margin: auto;
}
.popup-one .popup-text h3 {
    font-size: 38px;
    color: #141515;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: normal;
    padding-bottom: 20px;
}
.popup-one .popup-text h3>span {
    display: block;
    font-size: 20px;
    color: #566060;
}
.popup-one .popup-text h3 mark {
    color: #54a778;
    background: transparent;
}
.popup-one .popup-text p {
    font-size: 15px;
    color: #606060;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 38px;
}
.popup-one a.popup-btn1 {
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    width: 193px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
}
.popup-one a.popup-btn1:hover {
    background: -webkit-linear-gradient(180deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
}
.popup-one .fancybox-close-small {
    right: 0;
    top: 1%;
}
.popup-one .fancybox-close-small:after {
    content: '\f00d';
    font-family: "Font Awesome 5";
    font-size: 16px;
    color: #c2c2c2;
    font-weight: 300;
}
.popup-one .fancybox-close-small:hover:after {
    background: #ffb808;
    color: #313131;
}

/*popup Two*/
.popup-two {
    max-width: 482px;
    max-height: 719px;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background-image: url(../images/popup-2/bg.jpg);
    box-shadow: -2.024px 57.965px 46px 0px rgba(0, 0, 0, 0.56);
    width: 482px;
    height: 641px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.popup-two .popup-content {
    position: relative;
}
.popup-two .popup-head {
    content: "";
    border-radius: 5px;
    background-color: rgb(223, 165, 3);
    width: 255px;
    left: 0;
    height: 190px;
    margin: auto;
    align-items: flex-end;
    display: flex;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: -8px;
}
.popup-two .popup-head h6 {
    font-size: 18px;
    color: #282725;
    font-weight: 600;
}
.popup-two .popup-text {
    width: 255px;
    margin: 0 auto 30px;
}
.popup-two .popup-text h5>span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
    display: block;
}
.popup-two .popup-text h5 {
    font-size: 123px;
    color: #fff;
    font-weight: 800;
    position: relative;
}
.popup-two .popup-text h5:after {
    content: "";
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255 255 255 / 0%) 35%, rgb(226, 168, 4) 35%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    box-shadow: 6.889px 11.025px 51px 0px rgba(0, 0, 0, 0);
    position: absolute;
    width: 152px;
    height: 152px;
    right: -55px;
    transform: rotate(28deg);
    z-index: -1;
    bottom: -22px;
}
.popup-two .popup-text h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
}
.popup-two .popup-text h4>span {
    font-size: 15px;
    display: block;
    font-weight: 100;
}
.popup-two a.light-btn, .popup-two a.dark-btn:hover {
    border: 2px solid #fff!important;
    color: #fff;
    background: transparent;
}
.popup-two a.dark-btn, .popup-two a.light-btn:hover {
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 188, 0) 0%, rgb(227, 168, 4) 100%);
    color: #1c1c1c;
    border-color: transparent!important;
}
.popup-two .btn-grp a {
    width: 256px;
    text-align: center;
    padding: 12.5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid transparent;
}
.popup-two .btn-grp a>span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.popup-two .popup-footer {
    width: 255px;
    margin: 0 auto 36px;
}
.popup-two .fancybox-close-small {
    right: 0;
    top: 1%;
}
.popup-two .fancybox-close-small:after {
    content: '\f00d';
    font-family: "Font Awesome 5";
    font-size: 18px;
    color: #c2c2c2;
    font-weight: 100;
}
.popup-two .fancybox-close-small:hover:after {
    background: #ffb808;
    color: #313131;
}


/* POP UP Start */

.popupMain {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 808px;
    height: 600px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    z-index: 12;
     display: none; 
}
.popupMain .closePop {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #fdae37;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}
.popupMain .closePop:before {
    content: "";
    background: url(../images/close-btn.png);
    width: 11px;
    height: 12px;
    position: absolute;
}
.popTxt {
    text-align: left;
}
.popTxt h6 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #181818;
    margin-top: 65px;
}
.popTxt p {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 33px;
}
.popTxt p span {
    color: #181818;
    font-weight: bold;
}
.popField {
    margin-bottom: 18px;
    position: relative;
}
.popField.half {
    width: 48.2%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.popField.half.noMar {
    margin-right: 0px;
}
.popField.half.two {
    width: 22.3%;
}
.popField input, .popField select {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 500;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 310px;
    font-family: 'CircularStd';
    background: #fff;
}
.popField label {
    font-size: 18px;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.60);
    position: absolute;
    top: -10px;
    left: 20px;
    background: #fff;
    padding: 0 15px;
}
.field-btn input, .field-btn a {
    width: 472px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #b70404;
    border-radius: 5px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.field-btn {
    margin-bottom: 25px;
}
.signIn {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}
.signIn a {
    color: #b70404;
    font-size: 18px;
}
.popField input::-webkit-input-placeholder {
color: #7e7e7e;
}
.popField input::-moz-placeholder {
color: #7e7e7e;
}
.popField input:-ms-input-placeholder {
color: #7e7e7e;
}
.popField input:-moz-placeholder {
color: #7e7e7e;
}
.popupMain.LoginPopup,
.popupMain.PackagePopup {
    width: 945px;
    height: 600px;
    padding-left: 0;
}
/*.popupMain.LoginPopup:before {
    content: " ";
    position: absolute;
    left: -321px;
    top: 0;
    background: url(../images/popup-img.png) no-repeat;
    width: 651px;
    height: 544px;
    z-index: -1;
}*/

.popup-img{ float: left; width: 46%; }
.popform-holder{ float: left; width: 50%; }
.popform-holder form input{width: 100%;border:1px solid #d5d5d5;height: 52px;border-radius: 5px;padding: 0 15px;font-weight: 500;font-size: 14px;font-family: 'Titillium Web', sans-serif !important;}
.popform-holder form select{width: 100%;border:1px solid #d5d5d5;height: 52px;border-radius: 5px;padding: 0 15px;font-size: 14px;font-family: 'Titillium Web', sans-serif !important;}


.popform-holder form input::-webkit-input-placeholder { color: #181818; }
.popform-holder form input::-moz-placeholder { color: #181818; }
.popform-holder form input:-ms-input-placeholder { color: #181818; }
.popform-holder form input:-moz-placeholder { color: #181818; }

.popform-holder form button.popup-btn{
    display: block;
    height: 43px;
    line-height: 41px;
    border-radius: 3px;
    border: 1px solid #fdae37;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 25px;
    background: #fdae37;
    border-radius: 5px;
    background-color: #fdae37;
    width: 196px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #000;
    border: 0;
    display: block;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    }
.popform-holder form button.popup-btn:hover{background: transparent;color: #fdae37;transform: scale(1.1);-webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);-moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.4);background: #10ffb1;color: #000;}

 .overlay { background-color: rgba(0, 0, 0, 0.91); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 11; display: none;}


.popup-close { position: absolute; right: -15px; top: -15px; background: #fdae37; width: 30px; height: 30px; border-radius: 50%; color: #ffffff; font-size: 20px; font-weight: 600; z-index: 10; padding: 0px; line-height: 27px; text-align: center; }

/* Big popup CSS */
.popup { display: none; }
.bg-white { background: #ffffff; width: 95vw; height: 90vh; position: fixed; top: 0; right: 0; left: 0; bottom: 0; margin: auto; z-index: 11; }
.required-info { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%;/* overflow: hidden; */ }
.stepTxt { padding: 0 50px 0 0px; }
.stepList { font-size: 0px; display: block; }
.stepList>li { display: inline-block; vertical-align: middle; margin-right: 40px; position: relative; }
.stepList>li.last { margin-right: 0px; }
.stepList>li a { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fdae37; text-align: center; line-height: 25px; font-size: 15px; color: #ffffff; font-weight: 500; cursor: default;}
.stepList>li:before { content: ""; position: absolute; right: -37px; top: 0px; bottom: 0px; margin: auto; width: 34px; height: 2px; border: 1px dashed #cbcccc; }
.stepList>li.last:before { display: none; }
.stepList>li.active a { background: #fdae37; box-shadow: 0 6px 16px 0 rgba(21, 149, 103, 0.25); }
.stepTxt h5 { font-size: 44px; color: #fdae37; font-weight: bold; }
.stepTxt p { font-size: 17px; color: rgba(0, 0, 0, 0.60); font-weight: 500; line-height: 26px; }
.stepTxt h6 { font-size: 19px; color: #fdae37; font-weight: 600; line-height: normal;}
.field-pop select { border: 1px solid #c0c0c0; border-radius: 2px; font-size: 19px; font-weight: 500; color: rgba(0, 0, 0, 0.60); padding: 10px; width: 100%; }
.field-half { display: inline-block; vertical-align: middle; width: 100%; margin-bottom: 20px; }
.field-pop { font-size: 0px; }
.field-half.marRht { margin-right: 0px; }
.field-pop input { font-size: 15px; color: rgba(0, 0, 0, 0.6); font-weight: 500; padding: 0 15px; height: 50px; width: 100%; border: 1px solid #c0c0c0; border-radius: 2px; }
.stepList>li:after { content: ""; width: 40px; height: 2px; background: #fdae37; position: absolute; right: -40px; top: 0; bottom: 0px; margin: auto; opacity: 0; }
.stepList>li.last:after { display: none; }
.stepList>li.active:after { opacity: 1; }


.btnList { font-size: 0px; display: inline-block; padding: 10px 15px; border: 1px solid #c0c0c0; border-radius: 2px; }
.btnList>li { display: inline-block; vertical-align: middle; position: relative; padding: 0 10px; }
.btnList>li.first { padding-left: 0px; }
.btnList>li.last { padding-right: 0px; }
.btnList>li:before { content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #34a37b; transform: rotate(25deg); }
.btnList>li.last:before { display: none; }
.btnList>li a { font-size: 18px; font-weight: bold; color: #fdae37; }
.btnList>li input { font-size: 18px;
    font-weight: bold;
    color: #fdae37;
    border: none;
    height: auto;
    padding: 0px;}

.btnList>li:hover a,.btnList>li:hover input{color: #000;}

.arrowList { display: inline-block; font-size: 0px; margin-right: 10px; }
.arrowList>li { display: inline-block; vertical-align: middle; padding-right: 15px; }
.disabled a { opacity: 0.4 !important; cursor: not-allowed !important; }
.arrowList>li.last { padding-right: 0px; }
.arrowList>li a { font-size: 18px; color: #fdae37; font-weight: 400; }

.customradio { position: relative; padding-left: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; line-height: 25px; display: block; font-size: 19px; color: rgba(0, 0, 0, 0.6); font-weight: 500; margin-bottom: 15px; }
.customradio input[type=radio] { position: absolute; opacity: 0; cursor: pointer; left: 0px;}
.checkmark { position: absolute; top: 4px; left: 0; height: 16px; width: 16px; background-color: transparent; border: 2px solid #cfd4dd; border-radius: 2px; line-height: 13px; }
.checkmark:before { content: "\f00c"; position: absolute; font-size: 9px; color: #fdae37; font-family: "Font Awesome 5"; opacity: 0; top: 0; left: 2px; background: transparent; }
.customradio input[type=radio]:checked ~ .checkmark:before { opacity: 1; }

.bgPop {background: url(../images/popup/bg.jpg) #000 no-repeat top center/cover;height: 90vh;padding: 0px 40px;display: flex;align-items: center;justify-content: center;}
.bgPop h5 {font-size: 133px;font-weight: bold;color: #fff;line-height: 112px;margin-bottom: 15px;}
.bgPop p { font-size: 17px;font-weight: 500;color: #fff; line-height: 26px;margin-bottom: 30px;}
.bgPop h6 {font-size: 17px;font-weight: 600;color: #fff;margin-bottom: 30px;}

.callList { font-size: 0px; display: block; }
.callList>li { display: inline-block; vertical-align: middle; padding: 0 40px; }
.callList>li.first { padding-left: 0; }
.callList>li.last { padding-right: 0px; }
.callList>li a { padding-left: 70px; position: relative; font-size: 16px; color: #fff; font-weight: 500; line-height: normal; }
.callList>li a span { display: block; font-size: 18px; font-weight: bold; }
.callList>li a img { position: absolute; left: 0px; top: -4px; }

.callList>li:hover a{
    color: #fdae37;
}
span {
    display: inline-block;
}
.newcountrycode span{ position: relative; background: none !important; }

/* POP UP End */

.btn-grp a.simplebtn{ background: transparent;
    height: auto;
    width: initial;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    line-height: initial;
    box-shadow: none !important;}







@media (max-width: 824px){
 
 .main-header{padding: 0;}
.menuWrap {display: none;}
a.logo{display: block; padding: 10px 0; }
.logo img{margin: auto;display: block; width: 230px; }
header.fixed.sticky img {width: 225px;}
header.fixed.sticky a{ padding: 0; }
.menu-Bar{ display: none; }
.mainBanner{height: auto;padding: 100px 0 18px;background-position: 58%;}
.mainBanner h1 {font-size: 30px;line-height: 32px;}
.mainBanner ul{display: block;text-align: left;}
.mainBanner .formdvs .formdv .field{width: 100%;margin-bottom:8px;background: #fff; border: 1px solid #d5d5fe;  }
.mainBanner .formdvs .formdv .field input{ padding: 12px 20px; }
.mainBanner .formdvs .formdv,.mainBanner .formdvs .formdmain{display: inline-block;width: 100%;background: transparent;box-shadow: none;border: 0;}
.mainBanner .formdvs .submitbtns{width:100%;margin: 0;margin-top: 15px;}
.trustdv p, .trustdv p img{display: block;text-align: center;margin: 15px 0;}
.trustdv p img{margin:15px auto;}
.brandLogoSec h3{left: 0;right: 0;margin: auto;text-align: center;}
.sec2{padding: 40px 0 0 0;}
.sec2 h2 {font-size: 24px;line-height: 30px;margin-bottom: 15px;}
.sec2 h2>br{display: none;}
.sec2 .bx h3 {font-size: 16px;}
.sec2 .bx p{font-size: 12px;}
.sec2 .bx{margin-bottom: 0;padding: 20px;}
.ctamm p{font-size: 17px;line-height: 25px;text-align: center;padding: 0;}
.ctaimgs{position: inherit;}
.ctamm .ratings, .ctamm h5 strong{display: block;}
.ctamm h5{text-align: center;margin: 15px 0;font-size: 12px;line-height: normal;}
.ratings img {display: block;margin: auto;margin-bottom: 15px;}
.recentworks h3, .packagesmm h2, .ctamm2 h2,
.faqssec h2, .testimonials-sec h2{font-size: 20px !important;line-height: 30px  !important;}
.testimonials-sec{ padding: 20px 0; }
.recentworks h3>br, .packagesmm h2>br, .ctamm2 h2>br,
.faqssec h2>br{display: none;}
.dv1>br+br{display: none;}
.recentworks .portdvcont p{margin-top: 0;}
a.banner-btn{width: 65%;margin: auto;font-size: 14px;padding: 0;}
.packagesmm{padding-top: 0;}
.packagesmm h2{margin-bottom: 0;}
.pkgprice p{padding-bottom: 0;}
ul.pkgserv  .mCSB_scrollTools {right: 0;}
.pkgserv li{font-size: 12px;}
.pkgprice h4 {font-size: 36px;}
.recom {top: -20px;right: -15px;width: 80px;}
.pkgwrp{margin-bottom: 20px;}
.contactpackdet h6{font-size: 12px;margin-bottom: 10px;}
.contactpackdet h6 a{display: block;}
ul.featureIcons{display: block;margin-top: 38px;}
ul.featureIcons>li{display:inline-block;width: 50%;margin-bottom: 20px;}
.featureSec{height: auto;margin: 0;}
.featureSec h3{position: initial;}
ul.featureIcons>li>h6{font-size: 12px;line-height: inherit;}
.feature:after{display: none;}
.ctamm2 .greenbx p{font-size: 16px;text-align: center;margin-bottom: 15px;line-height: normal;}
.ctamm2 .greenbx p>br{display: none;}
.ratings-dv p { font-size: 16px; }
.ctamm2 h2{margin-bottom: 20px;}
.testimonials-sec h2{font-size: 20px;line-height: 20px; margin-bottom: 20px; }
.testimonials-sec .bxtestim{ margin-bottom: 20px; }
.testimonials-sec .bxtestim p{font-size: 12px;}
.testimonials-sec .bxtestim p>br{display: none;}
.testimonials-sec .bxtestim .testimname strong {font-size: 14px;line-height: normal;font-weight: 600;}
.faqssec ul li{padding:10px 8px;}
.faqssec ul li a{font-size: 14px;}
.faqssec .bx h3{font-size: 18px;line-height: 20px;}
.faqssec .bx p {font-size: 14px; line-height: 22px; }
.faqssec .bx{margin-bottom: 20px; text-align: center; }
.faqssec{padding-bottom: 0;}
.work h4{font-size: 28px;line-height: 28px;padding-bottom: 0;}
.work h6{font-size: 12px;line-height: 20px;padding-bottom: 31px;}
.work h6>br{display: none;}
.work{text-align:center;padding-top:50px;padding-bottom: 30px;}
.banform{padding-left:0;}
.banform:before{display: none;}
.banform h5{font-size: 18px;}
.banfield input[type="submit"]{width: 100%;}
footer p, footer p>a{text-align: center; font-size: 11px; font-weight: 400; }
footer p{margin: 15px 0;}
.mainBanner ul li{margin-bottom: 0;}
.mainBanner ul{margin-bottom: 15px;}
.ctamm2 .greenbx .btncta a {
    width: 100%;
    text-align: center;
}
.banfield {
    margin-bottom: 10px;
}
.faqssec .tabsdvs{     margin-bottom: 15px; }
.faqssec h2{ font-size: 24px !important; }
.faqssec{  padding: 20px 0; padding-bottom: 0; }
.banfield input[type="submit"]{ height: 50px; }

.popupmain{ width: 100%; }
.mmpopup .imgbx img{ display: none; }
.mmpopup .centercont{ display: none; }
.mmpopup .formpop{ width: 100%; padding: 0; }

.mmpopup{ display: block; height: auto; padding: 20px 20px; }
.mmpopup .centercont ul{ display: none; }
.calldvs{ display: none; }
.mmpopup .centercont{ display: block; width: 100%; }
.mmpopup .centercont h3{ font-size: 30px; }
.mmpopup .centercont h4{ font-size: 20px; }
.mainBanner{height: auto;display: block;padding-bottom: 40px;background-size: 100%;background-position: bottom;}
.bannerForm{ width: 100%; display: block; padding: 20px 20px; height: auto; }
.fld-input{ width: 100%; height: 50px; }
.bannerForm form {    padding: 0px 0px 0px; }
.bannerForm h2{     font-size: 28px; }

.fld-btn button{ width: 100%; height: 50px;     font-size: 16px; }
.popupmain{ z-index: 999; }
.overlay{ z-index: 99; }



/*popup one*/
.popup-one {
    width: 90%;
}
.popup-one .popup-box {
    align-items: center;
    display: flex;
    height: 100%;
}
.popup-one .popup-content {
    display: block;
}
.popup-one .popup-img {
    display: none;
}
.popup-one .popup-text h3 {
    font-size: 28px;
}
.popup-one .popup-text h3>span {
    font-size: 14px;
}
.popup-one .popup-text p {
    font-size: 14px;
}
.popup-one .popup-text {
    width: 90%;
    text-align: center;
}
.popup-one a.popup-btn {
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.popup-one .popup-text p br {
    display: none;
}
/*popup Two*/
.popup-two {
    width: 100%;
    height: 500px;
}
.popup-two .popup-head {
    height: 120px;
}
.popup-two .popup-text h5 {
    font-size: 80px;
}
.popup-two .popup-text h5>span {
    font-size: 15px;
}
.popup-two .popup-text h4 {
    font-size: 22px;
}
.popup-two .popup-text h5:after {
    width: 100px;
    height: 100px;
    right: 52px;
    bottom: -15px;
}

.mmpopup .centercont{ text-align: center; }
.mmpopup .centercont h4{ 
    font-size: 30px; }


.ftr-content-box{width: 100%;display: block;padding: 20px 21px;text-align: center;}
.ftr-content-box ul, a.pkg-btn{width: 100%;}
.ftr-content-box ul>li>br, .ftr-content-box h4>br{display: none;}
.footerAboveSec h2{text-align: center;padding: 20px 0;}
.fld, .fld-btn input, .f-above-contact{width: 100%;}
footer, footer img{text-align: center;display: block;margin: auto;margin-top: 15px;}
.footerAboveSec{padding: 40px 0;}
.brandLogoSec h5{text-align: center;margin-bottom: 20px;}
.brandLogoSec h5:after{display: none;}
.bookBg{width: 90%;margin-bottom: 20px;}
.recentworks .space {display: none;}
.brand-say {margin: 20px 0;}
.book-shelf:after{display: none;}
.book-shelf{background-color: rgb(253, 174, 55)!important;background-image: none!important;height: initial;padding: 40px 11px;}
.pl-42{padding: 0 15px;}
.book-shelf h2{text-align: center;font-size: 20px;}
.btn-grp a {width: 125px;height: 45px;line-height: 40px;font-size: 13px;}
.cutprice{right: 25px;}
.keyBox { height: initial; padding-top: 25px; }
.keyBox ul { display: block; }
.keyIcon { display: block; text-align: center; margin-bottom: 25px; }
.hding-2 h2 {font-size: 30px;line-height: 30px;}
.bookWriteHead p {font-size: 16px;}
.bookw-box{height: initial;margin-bottom: 30px;}
.bookw-content h5{font-size: 18px;}

.bookw-content { width: 100%; text-align: center; }
.bookw-content h5>br,
.bookw-content p>br { display: none; }
.bookw-content h5 { font-size: 17px; padding-bottom: 10px; }
.bookw-img { width: 100%; text-align: center; }
.bookw-img img{ margin: auto; }
.fit-content img{margin: initial;max-width: 100%;}
.t-bg:after{display: none;}
.trustedSec p{margin-bottom: 20px;}
.w-75{width: 25%!important  }
.m-center{text-align: center;width: 75%;margin: auto;display: block;margin-bottom: 30px;}
.fit-content img{ margin: auto; }

.bookBox img{ margin: auto; }

.popupMain .closePop {
        right: -4px;
        top: -4px;
    }
    .popform-holder {
        width: 100%;
        padding: 7%;
    }
    .popTxt h6 {
        font-size: 33px;
        margin-top: 0;
    }
    .popup-img {
        display: none;
    }
    .popupMain.LoginPopup,
    .popupMain.PackagePopup {
        width: 93%;
        height: 520px;
        z-index: 222;
    }
    .popTxt p {
        margin-bottom: 8px;
    }

}


@media (max-width: 767px){






}