@font-face {
    font-family: circularStdBold;
    src: url(../circularStd/FontsFree-Net-CircularStd-Bold.ttf);
}
@font-face {
    font-family: circularStdBook;
    src: url(../circularStd/FontsFree-Net-Circular-Std-Book.ttf);
}
h2{
    font-family: circularStdBold;
}
p {
    font-family: circularStdBook; 
}



html, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
    margin: 0;
	padding: 0;
    overflow: hidden;
	overflow-y: auto;
	position: relative;
	
}
*{
	box-sizing: border-box;
	font-family: 'poppins', sans-serif;
	scroll-behavior: smooth;

}
.main-container {
    width: 100%;
    overflow: hidden;
}
.main-container img{
	width: 100%;
}
.main-container a{
	text-decoration: none;
}
.flexxx{
	display: flex;
}
.justifyyy{
	justify-content: space-between;
}
.item-cent {
    align-items: center;
}

.new_x-row{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
    
}
.new_col-2, .new_col-7, .new_col-3, .new_col-4  {
	padding: 15px;
	position: relative;
}

.new_col-2 {
	flex: 0 0 50%;
}
.new_col-3 {
    flex: 0 0 33.333333%;
}
.new_col-4 {
    flex: 0 0 25%;
}
.new_col-7 {
	flex: 0 0 14.28%;
}








/*--------header section------------------*/

.middle-header {
    background-color: white;
    width: 100%;
    padding: 15px 0px;
}
.header-logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo-nav-1 {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0px 0px 0px 0px;
}
.middle-header ul {
    display: inline-flex;
}
.middle-header ul li {
    list-style: none;
    padding: 0px 10px;
}
.middle-header ul li a{
    color: #111;
    font-family: circularStdBook;
    font-size: 16px;
}
.nav {
    position: relative;
    padding: 15px 0px;
    
}
.icons-nav {
    padding: 0px;
}
.icons-nav .fa {
    color: #e98128;
    cursor: pointer;
    margin-right: 6px;
    font-size: 18px;
}
.icons-nav p {
    color: #111;
    font-size: 16px;
    font-family: circularStdBold;
    margin-right: 10px;
}
.common-btn a {
    background: #e98128;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 23px;
    text-align: center;
    font-family: circularStdBold;
}
.logo-div {
    width: 200px;
}



/*--------header section------------------*/







/*---------------------banner-------------------*/



.banner {
	background: url(../images/a2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
    height: calc(100vh - 84px);
    position: relative;
}
.banner1 {
	
	width: 100%;
    height: calc(100vh - 84px);
    position: relative;
    background-color: rgba(0, 0, 0, .6);
}
.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(247, 190, 3);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(113, 70, 240, 0);
    }
  }
  




/*------------------banner-------------------*/


/*------------------eCommerce start-------------------*/


.eCommerce {
    width: 100%;
    padding: 60px 0px;
    
}
.eCommerce-box h2 {
    font-size: 49px;
    color: #795aee;
}
.eCommerce-box {
    overflow: hidden;
}
.eCommerce-box img {
    transition: all linear .4s;
}
.eCommerce-box img:hover {
    transform: scale(1.1);
}
.eCommerce-box p {
    font-size: 17px;
    color: #111;
    padding: 17px 0px;
}
.eCommerce-box .common-btn {
    padding: 12px 0px;
}
.eCommerce-box .common-btn a {
    padding: 15px 30px;
}
.plateform {
    text-align: center;
    padding: 8px 0px;
}
.plateform h2 {
    color: #795aee;
    font-size: 29px;
}
.plateform p {
    font-size: 15px;
    color: #111;
}

/*------------------eCommerce end-------------------*/



/*------------------expert start-------------------*/

.expert {
    width: 100%;
    padding: 50px 0px;
}
.expert-box {
    text-align: center;
}
.expert-box h2 {
    font-size: 49px;
    color: #795aee;
}
.expert-box p {
    font-size: 17px;
    color: #111;
    width: 45%;
    margin: 0 auto;
}
.expert-Img {
    padding: 30px 0px;
}

/*------------------expert end-------------------*/


/*------------------services start-------------------*/

.services {
    width: 100%;
    padding: 50px 0px;
    background-color: #f7f9fc;
}
.services-box {
    background-color: white;
}
.img-section {
    background: url(../images/serviceBack.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    width: 100%;
    padding: 25px 98px;
    overflow: hidden;
}
.content-section {
    text-align: -webkit-center;
    padding: 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    
}
.content-section h2 {
    font-size: 30px;
    color: #111;
    padding: 6px 0px;
}
.content-section p {
    font-size: 16px;
    color: #111;
    height: 130px;
}
.services .common-btn {
    text-align: center;
}
.icon-circle img {
    animation-name: rotate-Img;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes rotate-Img {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
  }


/*------------------services start-------------------*/


/*------------------seo start-------------------*/

.seo {
    width: 100%;
    background-color: white;
    padding: 60px 0px;
}
.seo-box h2 {
    font-size: 49px;
    color: #795aee;
}
.seo-box p {
    font-size: 17px;
    color: #111;
}
p.Big-Internet {
    padding: 20px 0px 0px 0px;
}
.seo-box p span {
    font-family: circularStdBold !important;
}
p.Traffic {
    padding: 15px 0px;
}
.seo-box-1 img {
    width: 25px !important;
    height: 25px;
}
.seo-box-1 .common-btn a {
    padding: 15px 40px
}
.seo-box-1 .common-btn {
    padding: 40px 0px;
}

/*------------------seo end-------------------*/


/*------------------------ maximize start  --------------------*/

.maximize {
    width: 100%;
    padding: 60px 0px;
}
.maximize h2 {
    font-size: 48px;
    color: #795aee;
    text-align: center;
}
.main-section {
    overflow: hidden;
    padding: 20px 0px;
}
.main-section .left {
    width: 70%;
    float: left;
}
.main-section .left p {
    line-height: 2;
}

i.fa.fa-rocket {
    font-size: 21px;
    color: #e98128;
    margin-right: 8px;
}
.main-section .right {
    width: 30%;
    float: right;
    padding: 0px 50px;
}
.main-section .right img {
    width: 25px !important;
}
.main-section .common-btn a {
    padding: 15px 40px
}
.main-section .common-btn {
    margin-top: 35px;
}
.slider-1 .slick-dots {
    position: absolute;
    left: 13px;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px ;
    margin: 0;
    list-style: none;
    text-align: left;
    
}
.slider-1 {
    padding: 15px 15px 0px 15px;
}
.slider-Img {
    padding: 0px 5px;
}
.slider-1 .slick-dots li {
    top: 0px;
    margin: 0px 0px;
    
}
.slider-1 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #111;
    font-size: 35px;
}
.slider-1 .slick-dots li button:before {
    font-size: 35px;
}


/*------------------------ maximize end--------------------*/


/*------------------------ store start --------------------*/

.store {
    width: 100%;
    background-color: white;
    padding: 60px 0px;
}
.store-box h2 {
    font-size: 49px;
    color: #795aee;
}
.store-box p {
    font-size: 17px;
    color: #111;
    padding: 8px 0px;
}
.store-box ol li{
    font-size: 17px;
    color: #111;
    font-family: circularStdBook;
}
.store-box ol {
    margin: 15px 0px 0px 25px;
}

.store .new_col-2 {
    width: 50%;
    flex: none;
}
.one-time .slick-dots {
    position: absolute;
    left: 0px;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px ;
    margin: 0;
    list-style: none;
    text-align: left;
    
}
.slider-Img {
    padding: 0px 5px;
}
.one-time .slick-dots li {
    top: 0px;
    margin: 0px 0px;
    
}
.one-time .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #111;
    font-size: 35px;
}
.one-time .slick-dots li button:before {
    font-size: 35px;
}


/*------------------------ store end--------------------*/



/*------------------------ img slider start--------------------*/



.img-slider {
    width: 100%;
    padding: 50px 0px;
    background-color: #f7f9fc;
}
.img-slider h2 {
    font-size: 48px;
    color: #795aee;
    text-align: center;
}
.img-slider-box {
    padding: 10px;
}
.img-slider .slick-dots {
    position: absolute;
    left: 0px;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px ;
    margin: 0;
    list-style: none;
    text-align: left;
    
}
.slider-Img {
    padding: 0px 5px;
}
.img-slider .slick-dots li {
    top: 0px;
    margin: 0px 0px;
    
}
.img-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e98128;
    font-size: 35px;
}
.img-slider .slick-dots li button:before {
    font-size: 35px;
}
.img-slider .slick-prev:before,
.img-slider .slick-next:before
{
    opacity: 1;
    color: black;
    font-size: 30px;
}


/*------------------------ img slider end--------------------*/



/*------------------------ big-Internet start--------------------*/

.big-Internet {
    width: 100%;
    padding: 60px 0px;
}
.big-Internet-box {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.big-Internet-box h2 {
    font-size: 49px;
    color: #795aee;
}
.big-Internet-box p {
    font-size: 17px;
    color: #111;
    width: 65%;
    margin: 10px auto;
}
.big-Internet-col {
    padding: 35px 25px;
    background-color: white;
    transition: all .4s linear;
}
.big-Internet-col:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
.big-Internet-col h2 {
    font-size: 22px;
    color: #795aee;
}
.big-Internet-col p {
    font-size: 15px;
    padding: 3px 0px;
}
.big-Internet-col p .fa {
    color: #e98128;
    margin-right: 5px;
    font-size: 14px;
}
.para {
    padding: 25px 2px;
}


/*------------------------ big-Internet end--------------------*/




/*------------------------ testimonials start --------------------*/

.testimonials {
    width: 100%;
    padding: 60px 0px;
}
.testimonials-title h2 {
    font-size: 49px;
    color: #795aee;
   
}
.testimonials-title .fa {
    color: #e98128;
    font-size: 20px;
    padding: 8px 2px;
    
}
.testimonials-title {
    text-align: center;
}
.testimonials-box {
    width: 60px;
    margin: 0 auto;
}
.testimonials-box h2 {
    font-size: 18px;
    color: #795aee;
    padding: 4px 0px;
}
.main-testi-slider {
    background-color: #f1f1f1;
    padding: 20px 30px;
    text-align: center;
}
.testi-slider .fa {
    color: #e98128;
    font-size: 15px;
    padding: 5px 0px;
    
}
.testi-slider .p{
    color: #111;
    font-size: 10px;
    padding: 8px 0px;
}
.testimonials .new_col-2 {
    flex: none;
    width: 50%;
}
.testimonials .slick-prev:before,
.testimonials .slick-next:before
{
    opacity: 1;
    color: black;
    font-size: 20px;

}
p.commas {
    font-size: 20px;
}

.testimonials-box1 {
    width: 100%;
    height: 400px;
}
.testimonials-box1.overflow-scroll-y .img-move-1, .img-move-2, .img-move-3, .img-move-4, .img-move-5, .img-move-6 {
    position: relative;
    top: 0px;
}
.overflow-scroll-y {
    overflow-y: hidden;
}
.overflow-scroll-y::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.overflow-scroll-y::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

.overflow-scroll-y::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 1px solid #555555;
}




/*------------------------ testimonials end --------------------*/


/*------------------------ plans start --------------------*/

.plans {
    width: 100%;
    background-color: white;
    padding: 60px 0px ;
}
.plans h2 {
    font-size: 49px;
    color: #795aee;
    text-align: center;
}
.plans-row {
    padding: 30px 0px;
}
.plans .common-btn {
    text-align: center;
    padding: 25px 0px 15px 0px;
   
}
.plans .common-btn a {
    transition: all .4s linear;
    padding: 12px 60px;
    
}
.plans .common-btn a:hover {
    background-color: white;
    border-left: 2px solid #795aee;
    border-right: 2px solid #795aee;
    color: black;
}
.plans-box {
    padding: 50px 30px;
    border-radius: 20px;
    transition: all .4s linear;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.plans-box:hover {
    background-color: #7c59fc;
    color: white;
}
.plans-box:hover h2 {
    color: white;
}
.plans-box:hover p {
    color: white;
}
.plans-box:hover a {
    color: white;
}
.plans-box:hover p .fa {
    color: white;
}
.plans-box h2 {
    font-family: circularStdBold;
    color: #e98128;
    font-size: 20px;
    text-align: left;
}


.callNow a {
    text-decoration: underline;
    color: #e98128;
    font-family: circularStdBook;
    font-size: 14px;
}
.liveChat a {
    text-decoration: underline;
    color: #795aee;
    font-family: circularStdBook;
    font-size: 14px;
}
.plans-box p {
    color: #111;
    font-size: 12px;
    padding: 10px 0px;
    
}
.plans-box p .fa {
    color: #795aee;
    font-size: 12px;
    margin-right: 4px;
}
.plans-box-para p {
    border-bottom: 1px solid #795aee;
}
.plans-box-para p:last-child {
    border: none;
}
.plans-box-para  {
    margin: 15px 0px 5px 0px;
    /* border: 1px solid red; */
    height: 210px;
    overflow: auto;
    padding-right: 20px;
}
.plans-box-para::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: white;
    
}
.plans-box-para::-webkit-scrollbar-thumb  {
    background-color: #e98128;
    
}

/*------------------------ plans end --------------------*/


/*------------------------ amazon start --------------------*/

.amazon {
    width: 100%;
    background-color: white;
    padding: 60px 0px;
}
.amazon-box {
    border: 1px solid #111;
    padding: 69px 90px;
    height: 400px;
}
.amazon-box-1:nth-child(2) .amazon-box{
    border-right: none;
    border-left: none;
}
.amazon-box-1 {
    flex: 0 0 33.333333%;
}
.amazon-box-1 h2 {
    font-size: 20px;
    text-align: center;
}
/* .xyz {
    border-right: none;
} */

/*------------------------ amazon end --------------------*/


/*------------------------ faq start --------------------*/

.faq {
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
}
.faq .container > h2 {
    font-size: 49px;
    color: #795aee;
    text-align: center;
}
.accordian {
    padding: 30px 0px;
}
.accordian .card {
    float: left;
    width: 100%;
}

.accordian .card .card-header {
    position: relative;
}
.accordian .card .card-header span {
    position: absolute;
    right: 20px;
    top: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #111;
    text-align: center;
    line-height: 25px;
    background: #ffffff;
    font-size: 13px;
}
.card-header {
    background: white;
    border: 1px solid #e98128;
}
.card-header h2 {
    font-size: 14px;
    width: 90%;
}
.card-body {
    padding: 20px;
    display: none;

}
.card-body p{
    font-size: 13px;
    color: #111;
    line-height: 24px;
    
}
.accordian .card:nth-child(1) .card-body {
    display: block;
} 

/*------------------------ faq end --------------------*/




/*------------------------ information start --------------------*/

.information {
    width: 100%;
    padding: 50px 0px;
    background-color: white;
    text-align: center;
}
.information p {
    color: #111;
    font-size: 13px;
    padding: 12px 0px 0px 0px
}
.information .fa {
    color: #e98128;
    font-size: 32px;
}
.information-box p .fa {
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 18px;
    padding: 7px;
}
.information-box p .fa-facebook-official {
    background-color: #3d5a96;
}
.information-box p .fa-instagram {
    background-color: #111;
}
.information-box p .fa-linkedin-square {
    background-color: #1778b2;
}
.information-box p .fa-youtube-play {
    background-color: #ca2421;
}

/*------------------------ information end --------------------*/



/*------------------------ footer start --------------------*/

footer {
    width: 100%;
    background-color: #e98128;
    padding: 20px 0px;
}
.footer-box ul {
    display: inline-flex;
}
.footer-box ul li {
    list-style: none;
    padding: 0px 10px;
}
.footer-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-box ul li a {
    color: white;
    font-size: 13px;
    font-family: circularStdBold;
}
.footer-box p {
    color: white;
    font-size: 13px;
}

/*------------------------ footer end --------------------*/




/*--------------------------popup--------------------*/
/*--------------------------popup--------------------*/

.popup-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    transform: scale(0);
    overflow: hidden;
}
.close-cross {
    position: absolute;
    background-color: #e98128;
    width: 50px;
    height: 50px;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    padding: 14px;
    font-size: 19px;
    color: white;
    cursor: pointer;

}
.popup-container .popup {
    width: 40%;
    height: auto;
    margin: 180px auto 0px auto;
    background-color: white;
    position: relative;
    border-radius: 15px;
    
}
.popup-container .first-img {
    width: 55%;
}
.popup-container .first-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}
.popup .second-img {
    background-color: white;
	width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 0px 0px 15px 0px;
    border-bottom: 3px solid #e98128;
    border-top: 3px solid #e98128;
    border-right: 3px solid #e98128;
   
}
.popup-content h5 {
    color: #181818;
    font-size: 23px;
    font-weight: 700;
}
.popup-content p {
    font-size: 14px;
    line-height: 26px;
    color: #f58a00;
}
.flex-div {
    display: flex;
    justify-content: space-between;
    
}
.second-img .popup-form {
    background-color: white;
    width: 100%;
    padding: 20px;
}
.second-img .popup-form button {
    background-color: #e98128;
    color: white;
    width: 100%;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    border-radius: 10px;
    transition: all .4s linear;
}
.second-img .popup-form button:hover {
    background-color: grey;
}
.second-img .popup-form .form-control {
    margin: 15px 0px;
}

/*--------------------------popup--------------------*/
/*--------------------------popup--------------------*/



/*--------------------------popup media Query--------------------*/

@media ( min-width: 992px) and ( max-width: 1399px ) {
    .popup-container .popup {
        width: 50%;
    }
}
@media ( min-width: 768px) and ( max-width: 991px ) {
    .popup-container .first-img {
        display: none;
    }
}
@media ( min-width: 320px) and ( max-width: 767px ) {
    .popup-container .first-img {
        display: none;
    }
    .popup-container .popup {
        width: 90%;
    }
}

/*--------------------------popup media Query--------------------*/



/*------------------------ media Query ------------*/

@media ( min-width: 1024px) and ( max-width: 1199px ) {
    .eCommerce-box h2 {
        font-size: 30px;
    }
    .expert-box h2 {
        font-size: 30px;
    }
    .seo-box h2 {
        font-size: 30px;
    }
    .maximize h2 {
        font-size: 30px;
    }
    .maximize h2 {
        font-size: 30px;
    }
    .store-box h2 {
        font-size: 30px;
    }
    .big-Internet-box h2 {
        font-size: 30px;
    }
    .img-slider h2 {
        font-size: 30px;
    }
    .testimonials-title h2 {
        font-size: 30px;
    }
    .plans h2 {
        font-size: 30px;
    }
    .faq .container > h2 {
        font-size: 30px;
    }


    .new_col-7 {
        flex: 0 0 20%;
    }
    .seo-box .flexxx {
        flex-direction: column;
    }
    .main-section .left {
        width: 100%;
    }
    .main-section .right {
        width: 100%;
        padding: 0px 0px;
    }
    .amazon-box {
        height: 320px;
    }
    .content-section h2 {
        font-size: 25px;
    }
}


@media ( min-width: 768px) and ( max-width: 1023px ) {
    .new_col-2 {
        flex: 0 0 100%;
    }
    .new_col-3 {
        flex: 0 0 50%;
    }
    .new_col-4 {
        flex: 0 0 50%;
    }
    .store .new_col-2 {
        width: 100%;
        flex: none;
    }
    .testimonials .new_col-2 {
        flex: none;
        width: 100%;
    }
    .amazon-box-1 {
        flex: 0 0 50%;
    }
    .new_col-7 {
        flex: 0 0 33.333333%;
    }


    .eCommerce-box h2 {
        font-size: 25px;
    }
    .expert-box h2 {
        font-size: 25px;
    }
    .seo-box h2 {
        font-size: 25px;
    }
    .maximize h2 {
        font-size: 25px;
    }
    .maximize h2 {
        font-size: 25px;
    }
    .store-box h2 {
        font-size: 25px;
    }
    .big-Internet-box h2 {
        font-size: 25px;
    }
    .img-slider h2 {
        font-size: 25px;
    }
    .testimonials-title h2 {
        font-size: 25px;
    }
    .plans h2 {
        font-size: 25px;
    }
    .faq .container > h2 {
        font-size: 25px;
    }


    .seo-box .flexxx {
        flex-direction: column;
    }
    .main-section .left {
        width: 100%;
    }
    .main-section .right {
        width: 100%;
        padding: 0px 0px;
    }
    .seo-box img {
        padding: 80px;
    }
    .one-time .slider-Img img {
        padding: 80px;
    }
    .amazon-box-1:nth-child(2) .amazon-box {
        border-right: 1px solid #111;
        border-left: 1px solid #111;
    }
    .one-time .slick-dots {
        
        text-align: center;
    }
    .content-section h2 {
        font-size: 20px;
    }
}

@media ( min-width: 320px) and ( max-width: 767px ) {
    .new_col-2 {
        flex: 0 0 100%;
    }
    .new_col-3 {
        flex: 0 0 100%;
    }
    .new_col-4 {
        flex: 0 0 50%;
    }
    .store .new_col-2 {
        width: 100%;
        flex: none;
    }
    .testimonials .new_col-2 {
        flex: none;
        width: 100%;
    }
    .amazon-box-1 {
        flex: 0 0 100%;
    }
    .new_col-7 {
        flex: 0 0 50%;
    }


    .eCommerce-box h2 {
        font-size: 20px;
    }
    .expert-box h2 {
        font-size: 20px;
    }
    .seo-box h2 {
        font-size: 20px;
    }
    .maximize h2 {
        font-size: 20px;
    }
    .maximize h2 {
        font-size: 20px;
    }
    .store-box h2 {
        font-size: 20px;
    }
    .big-Internet-box h2 {
        font-size: 20px;
    }
    .img-slider h2 {
        font-size: 20px;
    }
    .testimonials-title h2 {
        font-size: 20px;
    }
    .plans h2 {
        font-size: 20px;
    }
    .faq .container > h2 {
        font-size: 20px;
    }


    .flexxx {
        flex-direction: column;
    }
    .main-section .left {
        width: 100%;
    }
    .main-section .right {
        width: 100%;
        padding: 0px 0px;
    }
    .seo-box img {
        padding: 50px;
    }
    .one-time .slider-Img img {
        padding: 50px;
    }
    .amazon-box-1:nth-child(2) .amazon-box {
        border-right: 1px solid #111;
        border-left: 1px solid #111;
    }
    .one-time .slick-dots {
        text-align: center;
    }
    .expert-box p {
        width: 100%;
    }
    .amazon-box {
        height: auto;
    }
    .content-section h2 {
        font-size: 18px;
    }
    .amazon-box-1:nth-child(2) .amazon-box {
        border-top: none;
        border-bottom: none;
    }
}
@media ( min-width: 320px) and ( max-width: 472px ) {
    .header-logo-nav {
        flex-direction: column;
       
    }
    .new_col-7 {
        flex: 0 0 100% !important;
    }
    .new_col-4 {
        flex: 0 0 100%;
    }
    .header-logo-nav-1 {
        flex-direction: column;
    }
    .common-btn a {
        margin: 16px 0px 0px 0px;
        display: block;
    }
    .one-time .slider-Img img {
        padding: 0px !important;
    }
    .seo-box img {
        padding: 0px !important;
    }
}


