


/* New section pages css  */


/*@font-face {
    font-family: 'visionbold';
 src: url('../fonts/Vision-Bold.otf') format('truetype'),
    url('../fonts/vision-bold-webfont.woff2') format('woff2'),
    url('../fonts/vision-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
*/

@font-face {
font-family: 'Mukta';
 src: url('../fonts/Mukta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://kit.fontawesome.com/f4aeb3a8da.js");
.font_12{
    font-size: 12px !important;
}
.font_14{
    font-size: 14px;
}
.font_22{
    font-size: 22px !important;
}
.bg_red{
 background-color: #eb4332;   
}
.bg_lightpink{
    background-color: #fef7f7;
}
.bg_ex_lightgray{
    background-color: #fbfcff;
}
.border-pink{
    border:1px solid #ffeeed;
}
.bg_darksky{
background-color: #eceefc !important;
}   
.bg_ex_darksky{
    background-color: #e0e3f7;
}
.bg_pink{
    background-color: #ffeae9;
}
.intro-maincontent-inner {
    background: #f8f8f8;
    padding: 26px;
    margin-top: 80px;
}
.color_green{
    color: #42a04f !important;
}
.color_yellow{
    color: #ffb629 !important;
}

.intro-maincontent-inner p {
    font-size: 22px;
    line-height: 30px;
    color: #575757;
}



ol.intro-maincontent-listitem {
    font-size: 22px;
    line-height: 32px;
    color: #575757;
    margin-top: 40px;
}

ol.intro-maincontent-listitem li {
  font-weight: 300;
}

.intro-maincontent-inner p {
    margin-bottom: 20px;
    font-weight: 300;
}


ol.intro-maincontent-listitem li span {
background: #ee4728;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    color: white;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
}

ol.intro-maincontent-listitem li {
    margin-bottom: 14px;
}

section#all-sections {
    padding-top: 80px;
    padding-bottom: 80px;
}

section#all-sections h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 48px;
}


.sections-box h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #ee4728;
    font-weight: bold;
        padding-top: 14px;
}

.sections-box p {
    font-size: 18px;
    padding-top: 5px;
    line-height: 22px;
}

.sections-box {
    background: #f3f3f3;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 28px;
    min-height: 462px;
}

section#all-sections .heading-text {
    position: relative;
}


section#all-sections .heading-text h2:after {
    position: absolute;
    width: 148px;
    border-bottom: 3px solid red;
    content: "";
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}


.sections-box a {
    text-decoration: none;
}



html {
  scroll-behavior: smooth;
}


/* Only stick if you can fit */
@media (min-height: 300px) {
  nav.fixed-sidebar ul {
    position: sticky;
    top: 0;
  }
}



ul.section-list-items li a.current {
    background: #ff3b33;
    text-align: center;
}

ul.section-list-items li a {
    padding: 10px 0px;
    text-align: center;
    font-size: 30px;
}


ul.section-list-items a img {
    margin: auto;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
}

ul.section-list-items .intro-sec {
    color: white;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 24px;
    text-decoration: none;
}




ul.nav.navbar-nav.section-list-items li a {
    font-size: 36px;
    color: black;
    padding: 25px;
}

img.section-img-logo {
    margin: auto;
    display: block;
    margin-top: 24px;
    margin-bottom: 26px;
}


.img-float p img {
    float: right;
    padding: 12px;
}



#intro {
    background-image: url(../images/resource/intro1/intro1-bg.jpg);
    background-size: cover;
    background-position: 54%;

}

section#intro h4 {
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins'; 
    color: #ff3b33;;
    padding-bottom: 16px;
    padding-top: 76px;

}


section#intro h1 {
    text-align: center;
    font-size: 54px;
    font-family: 'Poppins';
    font-weight: bold;
}


.big-border-line {
    border-bottom: 1px solid #000;
    width: 400px;
    margin: auto;
    margin-top: 60px;
}

.laptop-img {
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 75px;
}

.laptop-img img {
    width: 100%;
    margin-top: 25px;
}


.illustration {
    background-image: url(../images/resource/intro1/illustration.png);
    background-size: cover;
}


#intro-main {
    margin-top: -22px;
 
}

.intro-inner-content p {
    font-size: 18px;
color: #162466;
    margin-bottom: 30px;
    line-height: 32px;
    font-family: 'Poppins';
}

.intro-inner-content {
    width: 100%;
    padding: 18px 30px 35px;
}

.big-number span:first-child {
    font-size: 55px;
    font-weight: bold;
    color: #ff3b33;
    margin-right: 10px;
    /*font-family: 'Mukta';*/
}

.big-number {
    display: inline-block;
}

.section-heading {
    display: inline-block;
}

.section-heading h2 {
    font-size: 27px;
}


#section1 .section-heading h2:first-child {
    border: 1px solid black;
    padding: 9px 20px;
    background: #f3f3f3;
}

#section1 .section-heading h2:last-child, #section1 .section-heading h3:last-child {
    border: 2px solid #ff3b33;
    width: 100%;
    padding: 10px 21px;
    text-align: center;
    margin-top: 14px;
    background: white;
    color: #162466;
    font-weight: 600;
    border-radius: 5px;
}
.section-heading h2 {
    font-weight: 600;
font-family: 'Poppins';
font-size: 27px;
}


.section1-inner-content {
    background: #f5f6fc;
    padding: 20px 26px;
    overflow: hidden;
    position: relative;
}

.section1-inner-content-detail {
    margin-top: 20px;
}

.section1-inner-content-detail .img-float p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    font-weight: 300;
    margin-bottom: 30px;
}

.section1-inner-content-detail p {
    font-size: 18px;
    line-height: 28px;
    float: left;
    font-weight: 300;
}


.section1-inner-content-detail img {
    float: right;
}

.img-float img {
    width: 29%;
    margin-right: 30px;
    margin-left: 20px;
}



.img-float img {
    margin-top: -56px;
}

.inside-text-box {
    border: 1px solid #cbcbb6;
    overflow: hidden;
    margin-top: 37px;
    padding: 17px;
    background: #fae7e4;
    border-radius: 5px;
    margin-bottom: 30px;
}

.search-img {
    float: left;
}

.inside-text-box p {
    width: 92%;
    margin-left: 27px;
}

.text-only {
    display: inline-block;
}

span.color-code {
    color: #ff3b33;
    font-weight: normal;
    text-decoration-line: underline;
}

.some-tool-heading {
    margin-top: 15px;
    padding-bottom: 24px;
    overflow: hidden;
}


.some-tool-heading p {
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Poppins';
    color: #1b2868;
}


.section1-inner-content:after {
    position: absolute;
    content: "";
    background: url(../images/resource/section1/section1-border.png);
    width: 100%;
    height: 45px;
    bottom: -35px;
    left: 0;
}

.soom-tool-detail {
    background: #eceefc;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.soom-tool-detail p {
font-size: 18px;
    color: #1b2868;
}


.tool1 {
    position: relative;
    padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
}


.tool1 h3 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
    font-size: 40px;
    color: #ff3b33;
    font-family: 'Poppins';
}



.tool1-small-desc p {
font-size: 18px;
    color: #1b2868;
    line-height: 28px;
    font-weight: 400;
}

.tool1-small-desc img {
    width: 55%;
    padding-left: 35px;
}


p.image-class img {
    width: 45%;
    margin-right: 46px;
    margin-left: 32px;
    margin-top: 16px;
}


.tool1-small-desc {
    padding-top: 20px;
}


.tool1-features {
    padding-top: 100px;
}

.tool1-features p {
    padding-bottom: 24px;
}

.tool1-features ul li {
    color: #1b2868;
    font-size: 18px;
    line-height: 38px;
}

.tool1-detail p.image-class img {
    width: 45%;
    margin-left: 32px;
}



.tool1-features ul li img {
    margin-right: 14px;
    vertical-align: middle;
}

.tool2 {
    position: relative;
    padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 14px;
    overflow: hidden;
}

.tool2 h2 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
}

.tool2 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool2-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}


.tool2-small-desc {
    padding-top: 20px;
}


.tool2-detail .right-arrow-img img {
    clear: both;
    display: block;
    width: 53%;
    margin-right: 23px;
}


.tool2-detail .right-arrow-img {
    position: relative;
        margin-top: 26px;
}

#section1 .tool2-detail .right-arrow-img:before {
   position: absolute;
    content: "";
    background: url(../images/section01/section1/right-arrow.png);
    width: 51%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -51px;
    top: -61px;
}



.tool3 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
    margin-top: 34px;
}


.tool3 h2 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
}

.tool3 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool3-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool3-small-desc {
    padding-top: 20px;
}


.tool3-arrow-image {
    width: 58%;
    float: right;
}


.tool3-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}


.tool3-small-desc .image-class img {
    width: 49%;
}


.tool3-small-desc .text-only {
    width: 47%;
}

img.section1-tool-img3 {
    width: 48%;
}

.tool3-arrow-images img {
    margin: auto;
    display: block;
    padding-top: 20px;
}

#section1 .tool3-small-desc {
    display: flex;
    flex-direction: row-reverse;
}





.tool4 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
    clear: both;
    overflow: hidden;
}


.tool4 h2 {
    position: absolute;
    left: 85px;
    top: 85px;
}

.tool4 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool4-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool4-small-desc {
    padding-top: 20px;
}


.tool4-arrow-image {
    width: 58%;
    float: right;
}


.tool4-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}

.tool4-detail .right-arrow-img img {
    width: 61%;
    margin-right: 40px;
}




.tool4-detail .right-arrow-img {
    position: relative;
        margin-top: 26px;
}

.tool4-detail .right-arrow-img:before {
position: absolute;
    content: "";
    background: url(../images/resource/section1/tool4-arrow.png);
width: 31%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: 0;
    top: 12px;
}

.navbar-section-header {
    display: inline-block;
    width: 100%;
    height: 54px;
}






.tool5 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
    margin-top: 34px;
}


.tool5 h2 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
}

.tool5 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool5-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool5-small-desc {
    padding-top: 30px;
}


.tool5-arrow-image {
    width: 58%;
    float: right;
}


.tool5-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}


.tool5-small-desc .image-class img {
    width: 49%;
}

.tool5-small-desc .text-only {
    width: 36%;
}


.tool5-illust img {
    margin-left: 95px;
    margin-top: 13px;
}

.tool5-small-desc .images-class img {
    width: 63%;
}





.tool6 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
    clear: both;
    overflow: hidden;
}


.tool6 h2 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
}

.tool6 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool6-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool6-small-desc {
    padding-top: 20px;
}


.tool6-arrow-image {
    width: 58%;
    float: right;
}


.tool6-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}

.tool6-detail .right-arrow-img img {
    width: 68%;
    margin-right: 12px;
}




.tool6-detail .right-arrow-img {
    position: relative;
        margin-top: 26px;
}

.tool6-detail .right-arrow-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section1/tool6-arrow.png);
    width: 37%;
    height: 295px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -61px;
    top: 6px;
}





.tool7 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
    margin-top: 34px;
}


.tool7 h2 {
    position: absolute;
    top: 0;
    left: 53px;
    top: 85px;
}

.tool7 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool7-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool7-small-desc {
    padding-top: 20px;
}


.tool7-arrow-image {
    width: 58%;
    float: right;
}


.tool7-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}


.tool7-small-desc .image-class img {
    width: 49%;
}

.tool7-small-desc .text-only {
    width: 47%;
}


.tool7-illust img {
    margin-left: 84px;
    margin-top: 6px;
}

.tool7-small-desc {
    display: flex;
    flex-direction: row-reverse;
}




.tool8 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
    margin-top: 34px;
}


.tool8 h2 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
}

.tool8 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}

.tool8-small-desc {
    display: flex;
    flex-direction: row-reverse;
}


.tool8-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool8-small-desc {
    padding-top: 20px;
}


.tool8-arrow-image {
    width: 58%;
    float: right;
}


.tool8-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}


.tool8-small-desc .image-class img {
    width: 49%;
}

.tool8-small-desc .text-only {
    width: 47%;
}


.tool8-illust img {
    margin-left: 215px;
    margin-top: -20px;
}

.tool8-small-desc .text-only {
    max-width: 30%;
    flex: 30%;
}
.tool8-small-desc {
    display: flex;
}

.tool8-small-desc .images-class {
    max-width: 70%;
    flex: 70%;
    padding-left: 50px;
}



.tool9 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
}


.tool9 h2 {
    position: absolute;
    top: 0;
    left: 85px;
    top: 85px;
}

.tool9 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool9-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool9-small-desc {
    padding-top: 20px;
}


.tool9-arrow-image {
    width: 58%;
    float: right;
}


.tool9-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}

.tool9-detail .right-arrow-img {
    margin: auto;
    display: block;
    width: 100%;
    float: none;
}


.tool9-detail .right-arrow-img img {
    width: 95%;
    margin: auto;
    display: block;
    text-align: center;
    float: none;
    margin-top: 36px;
}




.tool9-detail .right-arrow-img {
        margin-top: 26px;
}






.tool10 {
    position: relative;
      padding-top: 24px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 41px;
}


.tool10 h2 {
    position: absolute;
    top: 0;
    left: 107px;
    top: 68px;
}

.tool10 h2 {
    font-size: 35px;
    color: #ff3b33;
    font-family: 'Poppins';
    margin-left: 48px;
}


.tool10-small-desc p {
    line-height: 28px;
    font-weight: 400;
    color: #1b2868;
    font-size: 18px;
}




.tool10-small-desc {
    padding-top: 20px;
}


.tool10-arrow-image {
    width: 58%;
    float: right;
}


.tool10-arrow-image img {
    margin: auto;
    display: block;
    margin-left: -141px;
    margin-top: -30px;
}

.tool10-detail .right-arrow-img {
    width: 75%;
    float: right;
}


.tool10-detail .right-arrow-img img {
    width: 95%;
    margin-top: -110px;
}




.tool10-detail .right-arrow-img {
        margin-top: 26px;
        position: relative;
}


ul.tool10-resources {
    margin-top: 15px;
    font-size: 24px;
    color: white;
}

ul.tool10-resources p {
    padding-bottom: 14px;
}



ul.tool10-resources li {
    line-height: 33px;
    color: #1b2868;
}


ul.tool10-resources li img {
    margin-right: 13px;
}




/* Section 2 css */

#section2 .section2-inner-content .heading-text {
    display: flex;
    align-items: center;
}

#section2 .section2-inner-content .section-heading {
    display: inline-block;
    margin-left: 4px;
}


#section2 .section-heading h2:first-child {
    border: 1px solid black;
    border-radius: 100px;
    padding: 9px 20px;
    background: #f3f3f3;
    width: 70%;
}

#section2 .section-heading h2:last-child {
    border: 2px solid #ff3b33;
    width: 100%;
    padding: 10px 21px;
    text-align: center;
    margin-top: 14px;
    background: white;
    color: #162466;
    font-weight: 600;
    border-radius: 5px;
}

.section-heading h2 {
    font-weight: bold;
    /*text-transform: uppercase !important;*/
	font-family: 'Poppins'!important;
}




.section2-inner-content {
    background: #ffeeed;
    padding: 20px 26px;
    overflow: hidden;
    position: relative;
}

.section2-inner-content-detail {
    margin-top: 20px;
}

.section2-inner-content-detail .img-float p {
    font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
    margin-bottom: 30px;
}

.section2-inner-content-detail p, .ad-section4-inner-content-detail p {
    font-size: 18px;
    line-height: 28px;
    color: #1b2868;
}


.section2-inner-content-detail img {
    float: right;
}

.img-float img {
    width: 29%;
    margin-right: 31px;
}



p.bold-blue {
    font-weight: bold;
    color: #0875a4;
}

.reg-blue {
    font-weight: bold;
    color: #0875a4;
}


.com-img img {
    float: left;
    padding: 3px;
    margin-top: 12px;
}

.text-only.div2 {
    margin-top: 24px;
}


.soom-tool-detail.mysection2 {
    background: #ffeeed;
}


.inside-text-box.mysection2 {
border: 1px solid #0d66b0;
    overflow: hidden;
    margin-top: 37px;
    padding: 17px;
    background: #eceefc;
    border-radius: 5px;
    margin-bottom: 30px;
}


.mysection2 .tool1-small-desc p {
    font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
        margin-bottom: 30px;
}

.mysection2 p {
    font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
}

#section2 .tool1-detail .text-only {
    margin-top: 40px;
}

.mysection2 .tool1-detail .right-arrow-img {
    position: relative;
        margin-top: 26px;
}

.mysection2 .tool1-detail .right-arrow-img:before {
position: absolute;
    content: "";
    background: url(../images/resource/section2/tool1-arrow.png);
    width: 44%;
    height: 306px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -152px;
    top: -7px;
}

.mysection2 .right-arrow-img img {
    width: 76%;
    float: right;
}


.mysection2 .text-only {
    margin-top: 20px;
}


.mysection2 .tool2-small-desc p {
    padding-bottom: 20px;
}



#section2.mainsection02 .section2-inner-content-detail .img-float p {
    font-size: 24px;
    line-height: 34px;
    width: 54%;
    float: left;
    font-weight: 300;
    margin-bottom: 30px;
}

#section2.mainsection02 .section2-inner-content {
  position: relative;
}

#section2.mainsection02 .section2-inner-content:before {
    position: absolute;
    content: "";
    width: 39%;
    height: 10px;
    background: url(../image/resource/section1/right-illustr01.png);
    background-repeat: no-repeat;
    right: 41px;
    top: 91px;
}

#section2.mainsection02 .section2-inner-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 220px;
    background: url(../image/resource/section1/right-illustr02.png);
    background-repeat: no-repeat;
    background-position: 96% 0;
    right: 11px;
    top: 101px;
}



.mysection2 .tool2-detail .right-arrow-img {
    position: relative;
    margin-top: 26px;
}

.mysection2 .tool2-detail .right-arrow-img:before {
    position: absolute;
    content: "";
    background: url(../images/section01/section2/tool2-arrow.png);
    width: 17%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -25;
    top: -13px;
}


.mysection2 .tool2-detail .right-arrow-img img {
    width: 78%;
}



.mysection2 .tool2-detail .right-arrow-img img {
    width: 78%;
}

.mysection2 .tool2-detail .right-arrow-img img {
    margin-right: 25px;
}



#section2 .tool3-small-desc {
    display: flex;
    flex-direction: row-reverse;
}


.tool3-small-desc img {
    width: 93%;
}


#section2 .mysection2 .tool3-arrow-image {
    margin-top: -104px;
}


#section2 .tool3-arrow-images img {
    margin-right: 45px;
    padding-top: 0;
        float: right;
}

.mysection2 .tool3-arrow-image img {
    margin-top: 28px;
    margin-left: 70px;
}

.mysection2 .tool3-detail p {
font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
}


.mysection2 .tool3 .text-only p {
font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
}

#section2 .tool3 table.table.table-bordered {
    font-size: 24px;
    margin-top: 40px;
}

#section2 .tool3 .table-bordered {
    border: 2px solid #eb4331;
}

#section2 .tool3 .table-bordered>tbody>tr>td, .tool3 .table-bordered>tbody>tr>th, .tool3 .table-bordered>tfoot>tr>td, .tool3 .table-bordered>tfoot>tr>th, .tool3 .table-bordered>thead>tr>td, .tool3 .table-bordered>thead>tr>th {
    border: 2px solid #eb4331;
}


#section2 .tool3 table.table.table-bordered thead tr th {
    font-weight: 600;
    color: #ff3b33;
    font-size: 22px;
}

#section2 .tool3 table.table.table-bordered tbody tr td:first-child {
    font-weight: bold;
}

#section2 .tool3 table.table.table-bordered thead tr {
    background: white;
}

#section2 .tool3 table.table.table-bordered thead tr th {
    padding-top: 16px;
    padding-bottom: 16px;
}

#section2 .tool3 table.table thead tr th {
    background: #f4f5f9;
}

#section2 table.table tbody tr:nth-of-type(2) td {
    background: #f4f5f9;
}


#section2 .tool3 table.table tbody td {
    font-size: 18px;
    font-weight: 600;
    color: #1b2868;
}


#section2 table.table.table-bordered tbody tr:first-child {
    background: #eef0f6;
}

table.table.table-bordered tbody tr:nth-of-type(2) {
    background: white;
}

#section2 table.table.table-bordered tbody tr:nth-of-type(3) {
	background: #eef0f6;
}


.below-table {
    float: right;
}


section#section2 {
    position: relative;
}

section#section2 .soom-tool-detail.mysection2:after {
    position: absolute;
    content: "";
    background: url(../images/resource/section2/strip.png);
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
}










/* Section 3 css */


#section3 .section-heading h2:first-child {
    border: 1px solid black;
    border-radius: 100px;
    padding: 9px 20px;
    background: #f3f3f3;
    width: 100%;
}

#section3 .section-heading h2:last-child {
    border: 2px solid #ff3b33;
    width: 100%;
    padding: 10px 21px;
    text-align: center;
    margin-top: 14px;
    background: white;
    color: #162466;
    font-weight: 600;
    border-radius: 5px;
}

.section3-inner-content {
background: #f5f6fc;
    padding: 20px 26px;
    overflow: hidden;
    position: relative;
}

.section3-inner-content-detail {
    margin-top: 20px;
}

.section3-inner-content-detail .img-float p {
font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
    margin-bottom: 30px;
}

.section3-inner-content-detail p {
    font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
}


.section3-inner-content-detail > img {
    float: right;
   margin-top: -186px;
}


p.bold-blue {
font-weight: bold;
    color: #1b2868;
}

.col-blue {
font-weight: bold;
    color: #1b2868;
}


.com-img img {
    float: left;
    padding: 3px;
    margin-top: 12px;
}

.section3-inner-content .big-number span {
    color: #ff3b33;
}


#section3 .heading-text {
    display: flex;
    align-items: center;
}



.inside-text-box.mysection3 {
    border: 1px solid #a91506;
    overflow: hidden;
    margin-top: 37px;
    padding: 17px;
    background: #fae7e4;
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
}



.mysection3 p {
font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: normal;
}

.inside-text-box.mysection3 {
    display: flex;
}

.inside-text-box.mysection3 .com-img img {
    width: 100%;
}

.inside-text-box.mysection3 .com-img {
    max-width: 30%;
    flex: 30%;
}

.section3-inner-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: url(../images/resource/section3/section3-border.png);
    top: 0px;
    left: 0;
    z-index: 999999;
}


.section3-inner-content .text-only p {
    padding-bottom: 20px;
}


span.bold-underline a {
    font-weight: bold;
color: #1b2868;
    border-bottom: 2px solid white;
}









/* Section 4 css */


#section4 .section-heading h2:first-child {
    border: 1px solid black;
    border-radius: 100px;
    padding: 9px 20px;
    background: #f3f3f3;
    width: 100%;
}

#section4 .section-heading h2:last-child {
    border: 2px solid #ff3b33;
    width: 100%;
    padding: 10px 21px;
    text-align: center;
    margin-top: 14px;
    background: white;
    color: #162466;
    font-weight: 600;
    border-radius: 5px;
}

.section4-inner-content {
    background: #eceefc;
padding: 20px 26px 76px;
    position: relative;
}

.section4-inner-content .heading-text {
    display: flex;
    align-items: center;
}

.section4-inner-content:after {
    position: absolute;
    content: "";
    background: url(../images/resource/section2/strip.png);
    bottom: 0;
    width: 100%;
    height: 5px;
        left: 0;
    right: 0;
}


.section4-inner-content-detail {
    margin-top: 20px;
}


.section4-inner-content-detail p {
    font-size: 24px;
    line-height: 34px;
    float: left;
    font-weight: 300;
}



p.bold-blue {
    font-weight: bold;
    color: #0875a4;
}

.col-blue {
    font-weight: bold;
    color: #0875a4;
}

.content-img img {
    width: 100%;
}

.content-img {
    width: 93%;
    margin: auto;
    margin-top: 60px;
}


.com-img img {
    float: left;
    padding: 3px;
    margin-top: 12px;
}

.section4-inner-content .big-number span {
   color: #ff3b33;
}


.section4-inner-content-detail p {
    color: white;
}


.inside-text-box.mysection4 {
    border: 1px solid #a91506;
    overflow: hidden;
    margin-top: 37px;
    padding: 17px;
    background: white;
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
}



.mysection4 p {
   font-size: 24px;
    color: #272b2c;
    line-height: 33px;
    font-weight: 300;
}



.inside-text-box.mysection4 .com-img img {
    width: 12%;
}





.section4-inner-content .text-only p {
    padding-bottom: 20px;
}


span.bold-underline a {
    font-weight: bold;
color: #1b2868;
    border-bottom: 2px solid white;
}



.section4-steps {
    position: relative;
}


.step-item {
    clear: both;
    margin-bottom: 48px;
    display: inline-block;
    width: 100%;
}



.front-text {
    margin-top: 161px;
}

.front-text p {
    font-family: 'Poppins';
    font-weight: 300;
}

span.bold-underline {
    font-weight: bold;
    border-bottom: 2px solid white;
}

.front-text p {
    padding-left: 20px;
    padding-top: 15px;
}


.stepheading {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: white;
    display: inline-block;
    padding: 7px 31px;
    color: #ff3b33;
    border-radius: 5px;
}

.step2 .stepheading {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: white;
    display: inline-block;
    padding: 7px 31px;
    color: #ff3b33;
    border-radius: 5px;
    width: 352px;
    text-align: center;
    margin-right: 13px;
}


.front-text {
    display: flex;
    align-items: flex-start;
}

.step-item p {
    color: #1b2868;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0;
}
.step1-content-img img {
    margin-top: 30px;
    width: 69%;
    float: right;
    margin-right: 0;
}

.step1-content-img {
    position: relative;
}

.step1-content-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section4/step1-arrow.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    left: 44px;
    top: 28px;
}




.front-text.step2 {
    margin-top: 74px;
}



.ribbon-img2 {
    position: relative;
    width: 277px;
}

.ribbon-img2:before {
    position: absolute;
    content: "Step Two";
    background: url(../images/resource/section4/ribbon.png);
    width: 100%;
    height: 85px;
background-repeat: no-repeat;
    left: -72px;
    top: 69px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: white;
}


.step2-content-img {
    position: relative;
}

.step-item .step2 p {
    font-weight: 600;
    line-height: 28px;
    width: 63%;
        padding-top: 0;
}

.front-text.step2 .stepheading {
    width: 245px;
}

.step2-content-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section4/step2-arrow.png);
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    top: -20px;
    right: -18px;
}

.step2-content-img img {
    width: 82%;
    margin-top: 72px;
    padding-left: 44px;
}

.step2-content-img img {
    width: 86%;
    margin-top: 72px;
}






.front-text.step3 {
    margin-top: 74px;
}



.ribbon-img3 {
    position: relative;
    width: 277px;
}

.ribbon-img3:before {
    position: absolute;
    content: "Step Three";
    background: url(../images/resource/section4/ribbon.png);
    width: 100%;
    height: 85px;
background-repeat: no-repeat;
    left: -72px;
    top: 69px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: white;
}


.step2-content-img {
    position: relative;
}



.step2-content-img img {
    width: 82%;
    margin-top: 72px;
    padding-left: 44px;
}

.step2-content-img img {
    width: 84%;
    margin-top: 72px;
}

.front-text.step3 .stepheading {
    width: 74%;
    display: inline-block;
    text-align: center;
}

.front-text.step3 {
    align-items: flex-start;
}

.front-text.step3 .stepheading {
    display: inline-block;
    text-align: center;
    max-width: 25%;
    flex: 25%;
}


.step3-content-img img {
    width: 75%;
    margin-top: 72px;
    padding-left: 44px;
}



.step3-content-img {
    position: relative;
}
.step3-content-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section4/step3-arrow.png);
    width: 200px;
    height: 380px;
    background-repeat: no-repeat;
    top: 33px;
    right: -18px;
}


.front-text.step3 p {
    padding-top: 0;
    max-width: 75%;
    flex: 75%;
}


.front-text.step4 {
    margin-top: 74px;
}







.front-text.step5 {
    margin-top: 74px;
}


.front-text.step4 .stepheading {
    max-width: 24%;
    flex: 24%;
    text-align: center;
}

.front-text.step4 p {
    max-width: 70%;
    flex: 70%;
}



.front-text.step5 .stepheading {
    max-width: 24%;
    flex: 24%;
    text-align: center;
}

.front-text.step5 p {
    max-width: 70%;
    flex: 70%;
}




.section4-box {
    width: 97%;
    margin: auto;
    background: #fae7e4;
    overflow: hidden;
    margin-top: 36px;
    display: block;
}

.section4-box p {
    color: #1b2868;
    padding: 30px;
    font-size: 20px;
}

.clearboth {
    clear: both;
}

.black-text {
  font-weight: 400;
}

.red-text {
  font-weight: bold;
  color: #eb4331;
}





#section5 .section-heading h2:first-child {
    border: 1px solid black;
    border-radius: 100px;
    padding: 9px 20px;
    background: #f3f3f3;
    width: 100%;
}

#section5 .heading-text {
    display: flex;
    align-items: center;
}


#section5 .section-heading h2:last-child {
	 border: 2px solid #ff3b33;
    width: 100%;
    padding: 10px 21px;
    text-align: center;
    margin-top: 14px;
    background: white;
    color: #162466;
    font-weight: 600;
    border-radius: 5px;
}


.section5-inner-content {
    position: relative;
    background: #ffeeed;
    padding: 20px 26px 60px;
    overflow: hidden;
    position: relative;
}




.section5-inner-content-detail p {
    font-size: 24px;
    line-height: 34px;
    float: left;
    font-weight: 300;
}

.section5-inner-content .text-only {
    padding-right: 25px;
}


.section5-inner-content-detail img {
    float: right;
    margin-top: -186px;
}



.section5-inner-content-detail {
    margin-top: 20px;
}


.section5-inner-content-detail p {
    font-size: 18px;
    line-height: 28px;
    color: #1b2868;
    font-weight: 400;
}


.section5-inner-content-detail img {
    float: right;
   margin-top: -186px;
   margin-right: 50px;
}

.section5-inner-content-detail .text-only p {
    padding-bottom: 20px;
}

.inside-text-box.mysection5 p {
    width: 95%;
    line-height: 30px;
}


.inside-text-box.mysection5 {
    border: 1px solid #0d66b0;
    overflow: hidden;
    margin-top: 37px;
    padding: 17px;
    background: #d7edff;
    border-radius: 5px;
    margin-bottom: 30px;
        width: 92%;
    margin: auto;
}

.inside-text-box.mysection5 ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #1b2868;
        padding-bottom: 16px;
}


.inside-text-box.mysection5 ul.box-inner-listitem {
    margin-left: 24px;
    margin-top: 22px;
    display: inline-block;
}


ul.box-inner-listitem li span:first-child {
       margin-right: 14px;
    background: #ff3b33;
    color: white;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 100px;
    font-size: 18px;
}


.blue-bold {
font-weight: bold;
    color: #1b2868;
    border-bottom: 2px solid #1b2868;
}



.section6-inner-content {
background: #fffded;
    padding: 36px 26px;
}

.section6-inner-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ff3b33;
    padding-bottom: 8px;
}


.section6-inner-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1b2868;
}

.section2-inner-content-detail .text-only p {
    padding-right: 64px;
}







/*  Main Section 02 css */


#intro2 {
    background-image: url(../image/resource/intro2/intro2-bg.jpg);
    background-size: cover;
    background-position: 15% 9%;
    background-repeat: no-repeat;
}


#intro-main2 {
    background: #ff3b33;
    margin-top: -10px;
}


section#intro2 h4 {
    text-align: center;
    font-size: 30px;
    font-family: 'Poppins'; 
    color: #ff3b33;;
    padding-bottom: 16px;
    padding-top: 76px;

}


section#intro2 h1 {
    text-align: center;
    font-size: 54px;
    font-family: 'Poppins';
    font-weight: bold;
}


.big-border-line {
    border-bottom: 1px solid #000;
    width: 400px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 30px;
}

#intro2 .laptop-img {
    width: 70%;
    display: block;
    margin: auto;
}

#intro2 .laptop-img img {
    width: 100%;
    margin-top: 25px;
}


.illustration {
    background-image: url(../images/resource/intro1/illustration.png);
    background-size: cover;
}

#intro-main2 .intro-inner-content {
    padding-bottom: 50px;
}


#section1.mainsection02 .section-heading h2:last-child {
    width: 80%;
}


#section1.mainsection02 .section1-inner-content:before {
    position: absolute;
    content: "";
    width: 67%;
    height: 500px;
    background: url(../images/resource/section1/right-illustr01.png);
    background-repeat: no-repeat;
    background-position: 75% 40%;
    right: 33px;
    top: -114px;
}

#section1.mainsection02 .section1-inner-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 230px;
    background: url(../image/resource/section1/right-illustr02.png);
    background-repeat: no-repeat;
    background-position: 96% 25%;
    right: 3px;
    top: 84px;
}

section#section1.mainsection02 .hosting-title h2 {
    font-size: 40px;
    color: #ff3b33;
    position: relative;
    padding-left: 10px;
}


section#section1.mainsection02 .hosting-title h2:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/borderbottom.png);
        width: 57%;
      height: 4px;
    top: 56px;
    left: -6px;

}


.hosting-img img {
    margin-top: 53px;
    width: 67%;
    margin-right: 32px;
}

.hosting-img {
    position: relative;
}

.hosting-img:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/hosting-arrow.png);
    width: 248px;
    height: 159px;
    top: 110px;
    background-repeat: no-repeat;
    left: 22px;
}


.text-only.host {
    padding-top: 24px;
}

.text-only.host p {
    padding-bottom: 24px;
}


.inside-text-box.hosting-textbox {
    background: #e7f4ff;
}


.inside-text-box.hosting-textbox ul li {
    font-size: 24px;
    line-height: 32px;
 }  


.inside-text-box.hosting-textbox h3 {
    font-size: 30px;
    color: #eb4636;
    font-weight: bold;
}


ul.hosting-list li span {
    font-weight: 300;
}

ul.hosting-list li span.redcol {
    color: #eb5447;
    font-weight: 400;
}

ul.hosting-list {
    padding-bottom: 20px;
}


ul.webhosting-coupons {
    padding-top: 20px;
}

ul.webhosting-coupons li img {
    float: none;
    margin-top: 7px;
    line-height: 22px;
    padding-right: 15px;
    width: 34px;
}

.inside-text-box.hosting-textbox {
    padding: 26px;
}


ul.webhosting-coupons li {
    font-weight: 300;
}

.inside-text-box.hosting-textbox {
    padding: 26px;
    border: 1px solid #0d66b0;
}




.ionos-img {
    position: relative;
    margin-top: 9px;
}

.ionos-img:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/ionos-arrow.png);
    width: 370px;
    height: 178px;
    top: 78px;
    background-repeat: no-repeat;
    left: 38px;
}


.ionos-img img {
    margin-top: 53px;
    width: 50%;
    margin-right: 32px;
}

section#section1.mainsection02 .ionoshosting-title h2 {
    font-size: 40px;
    color: #ff3b33;
    position: relative;
}


section#section1.mainsection02 .ionoshosting-title h2:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/borderbottom.png);
        width: 26%;
      height: 4px;
    top: 56px;
    left: -6px;

}


.ionos-webhosting {
    margin-top: 50px;
}


.inside-text-box.ionos-textbox {
    background: #f3f3db;
}


.inside-text-box.ionos-textbox ul li {
    font-size: 24px;
    line-height: 32px;
 }  


.inside-text-box.ionos-textbox h3 {
    font-size: 30px;
    color: #eb4636;
    font-weight: bold;
}


ul.hosting-list li span {
    font-weight: 300;
}

ul.hosting-list li span.redcol {
    color: #eb5447;
    font-weight: 400;
}

ul.hosting-list {
    padding-bottom: 20px;
}


ul.webhosting-coupons {
    padding-top: 20px;
}

ul.webhosting-coupons li img {
    float: none;
    margin-top: 7px;
    line-height: 22px;
    padding-right: 15px;
    width: 34px;
}

.inside-text-box.hosting-textbox {
    padding: 26px;
}


ul.webhosting-coupons li {
    font-weight: 300;
}

.inside-text-box.hosting-textbox {
    padding: 26px;
    border: 1px solid #0d66b0;
}


p.pad-top {
    margin-left: 0;
    margin-top: 22px;
    padding-bottom: 20px;
}





section#section1.mainsection02 .hostgator-title h2 {
    font-size: 40px;
    color: #ff3b33;
    position: relative;
}


section#section1.mainsection02 .hostgator-title h2:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/borderbottom.png);
        width: 26%;
      height: 4px;
    top: 56px;
    left: -6px;

}


.hostgator-img img {
    margin-top: 53px;
    width: 50%;
    margin-right: 32px;
}


.hostgator-img img {
    width: 100%;
    margin-right: 0;
    margin: auto;
    display: block;
    float: none;
    padding-top: 53px;
}


ul.webhosting-coupons li strong {
    font-weight: 400 !important;
    color: #272b2c;
}

p.pad-top a {
    font-weight: 400;
    text-decoration: underline;
}




.inside-text-box.hostgator-textbox {
    background: #f3f3db;
}


.inside-text-box.hostgator-textbox ul li {
    font-size: 24px;
    line-height: 32px;
 }  


.inside-text-box.hostgator-textbox h3 {
    font-size: 30px;
    color: #eb4636;
    font-weight: bold;
}

.inside-text-box.hostgator-textbox {
    background: #fff2f1;
    border: 1px solid #ff3b33;
}




section#section1.mainsection02 .godaddy-title h2 {
    font-size: 40px;
    color: #ff3b33;
    position: relative;
}


section#section1.mainsection02 .godaddy-title h2:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/borderbottom.png);
        width: 79%;
      height: 4px;
    top: 56px;
    left: -6px;

}




.godaddy-img {
    position: relative;
    margin-top: 9px;
}

.godaddy-img:before {
    position: absolute;
    content: "";
    background: url(../image/resource/section1/godaddy-arrow.png);
    width: 370px;
    height: 240px;
    top: 104px;
    background-repeat: no-repeat;
    left: 38px;
}


.godaddy-img img {
    width: 78%;
    padding-top: 53px;
    float: right;
}



.inside-text-box.godaddy-textbox ul li {
    font-size: 24px;
    line-height: 32px;
 }  


.inside-text-box.godaddy-textbox h3 {
    font-size: 30px;
    color: #eb4636;
    font-weight: bold;
}

.inside-text-box.godaddy-textbox {
    background: #e7f4ff;
    border: 1px solid #0d66b0;
}


























.right-line.text-top {
    position: absolute;
    height: 30px;
    top: 32%;
    margin-left: 33%;
    animation: mymove 2s infinite;
    animation-direction: alternate;
}


img.right-line.text-bottom {
    top: 61%;
    margin-left: 20%;
}

h1.smalltitle, small.smalltitle {
    color: #ff3b33;
    font-weight: bold;
    font-size: 14px !important;
}


.resources-detail {
	position: relative;
}

.resources-detail p.color_blue {
    padding-top: 10px !important;
    font-size: 24px;
}


.right-oval.text-bottom {
    position: absolute;
    animation: rotation 8s infinite linear;
    top: 63%;
    height: 40px;
    margin-left: 28%;
    right: 0;
    left: 0;
}

.right-line.right-bottom {
    position: absolute;
    height: 30px;
    top: 58%;
    margin-left: 0;
    animation: mymove 2s infinite;
    animation-direction: alternate;
    right: -14px;
}
.parentof-bothsidebar {
    display: flex;
}

.left-sidebar {
    max-width: 28%;
    flex: 28%;
}

.right-sidebar {
    max-width: 72%;
    flex: 72%;
    margin-left: 40px;
}

.left-sidebar span {
    text-transform: uppercase;
    color: #f41c2c;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
    display: inline-block;
}


ul.sidebarnav.section-list-items li a {
    font-size: 16px;
    color: #162466;
    font-weight: 600;
    padding-bottom: 0;
    display: inline-block;
}

.parentof-bothsidebar {
    padding: 60px 0 100px;
}


section.resource-maincontent .container-fluid {
    width: 94%;
    margin: auto;
    display: block;
}

.left-sidebar .left-sidebar-inner{
box-shadow: 0px 0px 66px rgb(0 0 0 / 8%);
    padding: 20px;
}


.left-sidebar-inner h4 {
    color: #162466;
    font-weight: bold;
}

.left-sidebar-inner i {
    color: #162466;
}

.red-heading span {
    display: inline-block;
    font-size: 22px;
    color: #ff3b33;
    font-weight: 600;
}

.red-heading {
	margin-bottom: 40px;
}

section#section1 .section1-inner-content .heading-text {
    display: flex;
    align-items: center;
}

img.section1-img1 {
    margin-top: -2px;
}

.tool7-small-desc .images-class {
    max-width: 60%;
    flex: 60%;
}

.tool7-small-desc .text-only {
    max-width: 40%;
    flex: 40%;
    padding-right: 22px;
}

.front-text.step1 .stepheading {
    max-width: 25%;
    flex: 25%;
}

.front-text.step1 .step0para {
    max-width: 70%;
    flex: 70%;
}


ul.sidebarnav.section-list-items li a {
    text-align: left;
}


.navbar-toggle {
     background-color: transparent; 
/*    position: fixed;*/
    top: 0;
    /* width: 100%; */
    z-index: 100;
    left: 26px;
    right: 0;
    height: 49px;
    border: none;
}

nav.navbar.navbar-inverse.navbar-fixed-left.mobileused {
    display: none;
}

.left-sidebar-inner.desktop-use {
    display: block !important;
}

@media screen and (max-width:1025px) { 



#bar {
    display:inline-block;
    width: 100%;
    height: 50px;
    max-height:50px;
    background: #162466;
    box-shadow: 0px 2px 2px #888888;
transition: all 0.5s ease;
}

.bar-fixed{
  position:fixed;
}

nav.navbar.navbar-inverse.navbar-fixed-left.mobileused.bar-fixed.scrolled {
    background: #162466;
    height: 62px;
        transition: all 0.5s ease-out;
}


span.jumptosec {
    padding-left: 11px;
}


nav.navbar.navbar-inverse.navbar-fixed-left.mobileused .container {
    padding: 0;
}


nav.navbar.navbar-inverse.navbar-fixed-left {
    padding-left: 0;
}

.navbar-fixed-left, .navbar-fixed-right {
    width: 100% !important;
    height: 40px;
    border-radius: 0;
    margin: auto;
    display: block;
        z-index: 9999999;
    left: 0;
}


.left-sidebar .left-sidebar-inner {
    box-shadow: 0px 0px 66px rgb(0 0 0 / 8%);
    padding: 20px;
    background: white;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
}


.navbar-section-header i.far.fa-bars {
    font-size: 25px;
     background: #162466; 
    padding: 11px;
    color: white;
}



nav.navbar.navbar-inverse.navbar-fixed-left.mobileused {
    display: block;
}

.left-sidebar-inner.desktop-use {
    display: none !important;
}


	.parentof-bothsidebar {
    flex-wrap: wrap;
}

.left-sidebar {
    max-width: 100%;
    flex: 100%;
}


.right-sidebar {
    max-width: 100%;
    flex: 100%;
    margin-left: 0px;
    margin-top: 58px;
}


.intro-inner-content {
    width: 100%;
    padding: 18px 0px 35px;
}

}



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


.cd-breadcrumb li, .cd-multi-steps li {
    display: flex !important;
    align-items: center;
}


ol.cd-breadcrumb li a {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90px;
    height: 1.2em;
    white-space: nowrap;
}


.cd-breadcrumb li::after {
    margin: 0 9px 0 2px !important;
}


ol.cd-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
    padding-right: 0;

}


    .cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    padding: 0;
}


.cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 15px !important;
}

section.resource-maincontent .container-fluid {
    width: 100%;
}



.parentof-bothsidebar {
padding: 45px 0 45px;
    width: 100%;
}





	#section1 .tool2-detail .right-arrow-img:before {
		 background: url(../images/resource/section1/mobile/right-arrow.png);
	}

	#section1 .tool2-detail .right-arrow-img:before {
    background: url(../images/resource/section1/mobile/right-arrow.png);
    background-repeat: no-repeat;
    top: 60px;
    left: -7px;
}

#section1 .tool3-small-desc {
    display: flex;
flex-direction: column-reverse;
    flex-wrap: wrap;
}


#section1 .tool3-small-desc > div {
    max-width: 100%;
    flex: 100%;
    width: 100% !important;
}

#section1 .text-only {
    margin-bottom: 20px;
}


#section1 .tool4-detail .right-arrow-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section1/mobile/tool4-arrow.png);
    width: 31%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: 0;
    top: 12px;
}


#section1 .tool6-detail .right-arrow-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section1/mobile/tool6-arrow.png);
    width: 37%;
    height: 295px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -61px;
    top: -33px;
}


.mysection2 .tool1-detail .right-arrow-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section2/mobile/tool1-arrow.png);
    width: 44%;
    height: 306px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -152px;
    top: -7px;
}


.mysection2 .tool2-detail .right-arrow-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section2/mobile/tool2-arrow.png);
    width: 17%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 75% 40%;
    left: -25;
    top: -13px;
}

#section2 .tool3-small-desc {
    flex-wrap: wrap;
}


#section2 .tool3-small-desc > div {
    max-width: 100%;
    flex: 100%;
}

#section2 .tool3-small-desc img {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}


.front-text.step1 .stepheading {
    max-width: 36%;
    flex: 36%;
}

.front-text.step1 .step0para {
    max-width: 64%;
    flex: 64%;
}


.step1-content-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section4/mobile/step1-arrow.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    left: 44px;
    top: 28px;
}


.step2-content-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section4/mobile/step2-arrow.png);
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    top: 7px;
    right: -88px;
}


.step3-content-img:before {
    position: absolute;
    content: "";
    background: url(../images/resource/section4/mobile/step3-arrow.png);
    width: 200px;
    height: 380px;
    background-repeat: no-repeat;
    top: 33px;
    right: -68px;
}

.front-text .stepheading {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
  .tool1 h2, .tool2 h2, .tool3 h2, .tool4 h2, .tool5 h2, .tool6 h2, .tool7 h2, .tool8 h2, .tool9 h2, .tool10 h2, .tool11 h2, .tool2 h2, .tool13 h2, .tool14 h2, .tool15 h2,  .tool1 h3, .tool2 h3, .tool3 h3, .tool4 h3, .tool5 h3, .tool6 h3, .tool7 h3, .tool8 h3, .tool9 h3, .tool10 h3, .tool11 h3, .tool2 h3, .tool13 h3, .tool14 h3, .tool15 h3{
        position: relative;
        top: 15px;
        left: 0px;
        font-size: 20px !important;
        margin-left: 0px !important;
    }


}


@media only screen and (max-width: 767px){
    .arrow-img{
            transform: rotate(134deg);
    height: 100px;
    margin-bottom: 40px;
    }
    .reverse-row{
        flex-direction: column-reverse;
    }
    .app-col{
        margin: 20px 0px;
    }
}

@media screen and (max-width:480px) { 


p{
    font-size: 14px !important;
    line-height: 20px !important;
}
.section1-inner-content-detail .img-float p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    float: left;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 30px;
}

.section1-inner-content-detail .img-float img {
    width: 100%;
}

.soom-tool-detail .tool1-small-desc {
    display: flex;
    flex-wrap: wrap;
}


.soom-tool-detail p.images-class img {
    width: 100%;
    margin-top: 33px;
    padding-left: 0;
}

.soom-tool-detail p.images-class {
    width: 100%;
}

.tool1 h2 {
    font-size: 20px !important;
}
.heading-text {
    flex-wrap: wrap;
}
.section-heading h2 {
    margin-top: 0px !important;
    font-size: 20px !important;
}
.tool1-features {
    padding-top: 30px;
}


/*.soom-tool-detail h2 {
    top: 38px;
    left: 46px;
    font-size: 26px;
}*/



.soom-tool-detail.mysection2 > div > img {
    height: 62px;
}

#section1 .tool2-detail .right-arrow-img:before {
	display: none;
}


#section1 .tool2-detail .right-arrow-img img {
    clear: both;
    display: block;
    width: 100%;
    margin-right: inherit;
    margin: auto;
}

#section1 .tool4-detail .right-arrow-img:before {
	display: none;
}

#section1 .tool4-detail .right-arrow-img img {
    width: 100%;
    margin-right: 0;
    margin: auto;
}

#section1 .tool5-small-desc {
    display: flex;
    flex-wrap: wrap;
}


#section1 .tool5-small-desc > div {
    max-width: 100%;
    flex: 100%;
}


#section1 .tool5-small-desc .images-class img {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

#section1 .tool5-illust {
    display: none;
}


#section1 .tool6-detail .right-arrow-img:before {
	display: none;
}

#section1 .tool6-detail .right-arrow-img img {
    width: 100%;
    margin-right: 0;
    margin: auto;
}

#section1 .tool7 h2 {
    font-size: 26px;
    top: 22px;
    left: 50px;
}

#section1 .tool7-small-desc {
    flex-wrap: wrap;
}

#section1 .tool7-small-desc > div {
    max-width: 100% !important;
    flex: 100% !important;
}


#section1 .tool7-small-desc .images-class {
    margin-bottom: 20px;
}

#section1 .tool7-illust {
    display: none;
}


#section1 .tool8-small-desc {
    flex-wrap: wrap;
}

#section1 .tool8-small-desc > div {
    max-width: 100% !important;
    flex: 100% !important;
}

#section1 .tool8-small-desc .images-class {
    margin-bottom: 20px;
}

#section1 .tool10 h2 {
    top: 28px;
    left: 52px;
}


.tool10-detail .right-arrow-img {
    width: 100%;
}

.tool10-detail .right-arrow-img img {
    width: 100%;
    margin-top: 0px;
}

.section-heading h2 {
    font-size: 20px !important;
}

.section2-inner-content-detail .img-float p {
    width: 100%;
}

.section2-inner-content-detail .text-only p {
    padding-right: 0;
}


.img-float img {
    width: 100%;
    margin-right: 0;
    margin: auto;
    display: block;
}

.mysection2 .tool2-detail .right-arrow-img:before {
	display: none;
}

.mysection2 .tool2-detail .right-arrow-img img {
    width: 100%;
    margin: auto;
    margin-right: 0 !important;
}

.tool3-arrow-images img {
    display: none;
}

.section3-inner-content-detail .img-float p {
    width: 100%;

}

.inside-text-box.mysection3 .com-img {
    max-width: 100%;
    flex: 100%;
}

.inside-text-box.mysection3 {
    display: flex;
    flex-wrap: wrap;
}

.inside-text-box.mysection3 .com-img img {
    width: 27%;
    margin: auto;
    display: block;
    text-align: center;
}

.inside-text-box p {
    width: 92%;
    margin-left: 0;
}

.front-text {
    flex-wrap: wrap;
}

.front-text.step1 .stepheading {
    max-width: 100%;
    flex: 100%;
}

.front-text {
    margin-top: 80px;
}

.front-text.step1 .step0para {
    max-width: 100%;
    flex: 100%;
    margin-top: 20px;
}

.step1-content-img:before {
	display: none;
}


.step-item .step2 p {
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
}

.step2-content-img:before {
	display: none;
}

.step2-content-img img {
    width: 100%;
    margin-top: 7px;
    margin: auto;
    padding-left: 0;
}

.front-text.step3 {
    flex-wrap: wrap;
}


.front-text.step3 .stepheading {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

.front-text.step3 p {
    padding-top: 0;
    max-width: 100%;
    flex: 100%;
}

.step3-content-img:before {
	display: none;
}

.step3-content-img img {
    width: 100%;
    margin-top: 72px;
    padding-left: 0;
    margin: auto;
}

.front-text.step4 .stepheading {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.front-text.step5 .stepheading {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.front-text.step4 p {
    max-width: 100%;
    flex: 100%;
}

.front-text.step5 p {
    max-width: 100%;
    flex: 100%;
}

.section4-inner-content {
    padding: 20px 15px 76px;
}

.tool1 {
    padding-left: 20px;
    padding-right: 20px;
}

.tool2,.tool3,.tool4,.tool5,.tool6,.tool7,.tool8,.tool9,.tool10 {
    padding-left: 20px;
    padding-right: 20px;
 }

 .section3-inner-content {
    padding: 20px 5px !important;
}

.section5-inner-content-detail .img-float p {
    width: 100%;
}

.inside-text-box.mysection5 {
    width: 100%;
}

.front-text.step2 .stepheading {
    width: 100%;
}

.front-text.step3 {
    margin-top: 24px;
}


.front-text.step4 {
    margin-top: 24px;
}


.front-text.step5 {
    margin-top: 24px;
}

.step1-content-img img {
    width: 100%;
}

.front-text.step2 {
    margin-top: 24px;
}


}








.breadcrumb-section {
    width: 100%;
        border-bottom: 1px solid #e2e2e2;
}
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  padding: 0.5em 1em;
  border-radius: .25em;
  margin-bottom: 0;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
  font-size: 22px;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #162466;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #ff3b33;;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 15px;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 16px;
    font-weight: 500;
  }
}
/*start styling for advanced-topics, checklists, outsourcing*/
.sections-lists li::before{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
    color: #ff3b33;
    margin-right: 10px;
}
.sections-lists li{
 font-size: 18px;
    color: #1b2868;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    /*flex-wrap: wrap;*/
}
.sections-lists{
    padding: 20px 0px;
}
.color_red{
    color: #eb4332 !important;
}
.font_26{
    font-size: 26px !important;
    margin-bottom: 0px;
    
}
.section5-feedback{
    background: #fbf6c7;
}
.section5-feedback .section2-inner-content, .section5-feedback .soom-tool-detail.mysection2{
    background: transparent !important;
}
.conc-links{
    text-decoration: underline;
    font-size: 18px;
}
.heading-text{
    display: flex;
    align-items: center;
}
#section8 .section3-inner-content p, #section10 .section3-inner-content  p, .section5-feedback p{
   font-size: 18px;
    line-height: 28px ;
    color: #1b2868 !important;
}
.pink-box{
    background: #fae7e4;
    padding: 20px;
    border:1px solid #e6d6d3;
    border-radius: 5px; 
}
.pink-box  p{
    display:flex;
}
.section1-inner-content p{
    line-height: 28px;
    font-size: 18px;
    color: #1b2868;
}
.section3-inner-content:after {
    position: absolute;
    content: "";
    background: url(../images/resource/section2/strip.png);
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    z-index: 99999;
    top: inherit;
}
.timline-row{
    display: flex;
}
.timeline-left-col{
    width: 35%;
    background: #f5f6fc;
    padding: 30px 20px 85px 20px;
    position: relative;
}
.timeline-right-col{
    width: 65%;
    background: #fff;
    padding: 30px 20px 0px 70px;
}
.crm-timeline-section{
    width: 96%;
    margin: auto;
}
.number-img{
    position: absolute;
    width: 100px;
    right: -53px;
    z-index: 1111;
}
.third-left-col{
    padding-bottom: 32px !important;
}
.satisfaction-li{
    display: flex;
    align-items: center;
    color: #162466;
    font-size: 30px;
    margin-bottom: 30px;
}
.satisfaction-li img{
    width: 90px;
    margin-right: 15px;
}
.satisfaction-li h4{
    font-weight: bold;
    font-size: 30px;
}
.satisfaction-li .content p{
    font-size: 20px;
    margin-bottom: 0px;
    color: #162466;
    font-weight: 600;
}
.font_40{
    font-size: 40px;
}
.square-heading span{
    background: #fff;
    height: 35px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb4332;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}
.square-heading{
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-top: 20px;
}
.font_50{
    font-size: 50px;
}
.radius_6{
    border-radius: 6px;
}
.audience-block{
        border: 1px solid #cbcbb6;
    background: #fffded;
    padding: 20px;
    border-radius: 6px;
}
.infographic1{
    display: flex;
    padding-top: 50px;
}
.infographic1-col{
    width: 33%;
}
.infographic1-col h5{
    color: #eb4332;
    font-weight: bold;
    font-size: 14px;
}
.infographic1-col p{
    font-size: 14px;
    line-height: 20px;
}
.left-content{
    text-align: right;
}
.info1{
    padding-top: 40px;
}
.info2{
 padding-top: 60px;
}
.info3{
    padding-top: 120px;
}
.info4{
    padding-top: 60px;
}
.center-img{
    text-align: center;
}
.center-img img{
    height: 400px;
}
.circle-img-heading{
    color: #eb4332 !important;
    font-weight: bold;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.circle-img-heading img{
    height: 60px;
    margin-right: 10px;
}
.percent-infographic{
    display: flex;
    padding: 60px 0px;
    justify-content: center;
    align-items: center;
}
.percent-text{
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
.percent-text h1{
    font-size: 40px;
    padding-right: 40px;
    color: #162466;
}
.section3-inner-content p{
    line-height: 28px;
}
.resturant-infographic{
    display: flex;
    padding-top: 50px;
}
.rest-info-col{
    width: 33%;
    text-align: center;
    padding: 30px;

}
.rest-info-col p{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 10px;
}
.rest-info-col .circle-number{
    background: #eb4332;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    margin: auto;
}
.rest-info-col-2{
    padding-top: 0px;
}
.rest-info-col-1, .rest-info-col-3{
    padding-top: 70px;
}
.rest-info-col-5{
    padding-top: 180px;
}
.resturant-img{
    position: absolute;
    height: 185px;
    z-index: 111111;
    margin-left: -14%;
    margin-top: -28px;
}
.resturant-section{
    position: relative;
    text-align: center;
}
.insurance-infographic-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.insurance-col{
    width: 28%;
    margin: 2%;
    position: relative;

}
.insurance-col img{
    width: 100%;
}
.insurance-col-content{
     position: absolute;
    width: 80%;
    margin-left: 14%;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.insurance-col-content p{
        height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    font-weight: bold;
}
.insurance-col-1 p{
    color: #152366;
}
.insurance-col-2 p{
    color: #ff3933;
}
.insurance-col-3 p{
    color: #09ad9f;
}
.insurance-col-4 p{
    color: #f6b72c;
}
.insurance-col-5 p{
    color: #0b89b4;
}
.management-infographic{
    position: relative;
}
.management-infographic-row{
    display: flex;
    justify-content: space-between;
}
.single-mgm-col{
    width: 38%;
}
.single-mgm-col-center{
    width: 18%;
}
.mgm-content{
    display: flex;
    background: #eceefc;
    border: 1px solid #d5d3d3;
    border-radius: 20px;
    font-size: 14px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.mgm-content .mgm-number{
    width: 40px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    transform: rotateZ(26deg);
    margin-top: -10px;
    margin-left: -3px;
    position: relative;
}
.mgm-number-p{
    position: absolute;
    z-index: 1111;
    margin-bottom: 0px;
    display: flex;
    height: 100%;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-weight: bold;
    font-size: 22px !important;
}
.mgm-p{
    width: calc(100% - 50px);
    padding: 4px 0px;
    font-weight: 600;
    min-height: 50px;
    display: flex;
    align-items: center;

}
.mgm-number-1{
    background: #152366;
}
.mgm-number-2{
    background: #ff3933;
}
.mgm-number-3{
    background: #f6b72c;
}
.mgm-number-4{
    background: #0b89b4;
}
.mgm-number-5{
    background: #09ad9f;
}
.mgm-info-img{
    position: absolute;
    height: 175px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 39%;
    margin-top: 100px;
}
.retail-infographic{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.retail-infographic .single-retail-col{
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.retail-infographic .single-retail-col img{
    width: 80px;
}
.retail-center-img{
    width: auto !important  ;
}
.retail-infographic .single-retail-col p{
    padding-left: 15px;
    color: #162466;
    font-weight: 600;
}
.eCommerce-infographic{
    display: flex;
    align-items: center;
    position: relative;
}
.eCommerce-img{
    width: 40%;
    z-index: 11111;
}
.eCommerce-content{
    width: 83%;
    background-color: #eceefc;
    /*position: absolute;*/
    margin-left: -20%;
    padding: 30px 5% 30px 25% ;
}
.eCommerce-content-row{
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.circle-img-number{
   width: 60px;
}
.eCommerce-content-row p{
    margin-bottom: 0px;
    width: calc(100% - 70px);
    color: #142266;
    font-weight: 600;
}
.education-infographic-row{
    display: flex;
}
.edu-content-col{
    width: 20%;
}
.edu-img-col{
    width: 60%;
}
.edu-content-inner-col{
    position: absolute;
    width: 29%;
}
.edu-content-inner-col p, .edu-content-col p{
    color: #162466;
    font-size: 14px;
    line-height: 20px;
}
.edu-p-2{
        padding-top: 43%;
}
.edu-p-3{
        padding-top: 18%;
}
.edu-p-4{
        padding-top: 40%;
}
.edu-p-5{
    padding-top: 73%;
    margin-left: -60px;
}
.edu-p-6{
    padding-top: 47%;
    margin-left: -60px;
}
.edu-p-7{
    padding-top: 57%;
    margin-left: -57px;
}
.rest-info-inner-col{
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 6px;
}
.rest-info-inner-col p{
    margin-bottom: 0px;
}
.rest-info-inner-col .circle-number{
    background-color: transparent;
    color: #eb4332;
    font-size: 22px;
    font-weight: bold;
}
.healthcare-section .resturant-img{
    height: 225px;
}
.sector-infographic .retail-center-img{
    position: absolute;
    height: 300px;
    margin-top: -40px;
    margin-left: -32px;
}
.sector-infographic .single-retail-second-col{
    margin-bottom: 90px;
}
.retail-infographic.sector-infographic{
    padding-bottom: 100px;
}
.sector-infographic .single-retail-col p{
    text-align: center;
    padding: 0px 20px;
}
.sector-infographic .single-retail-col{
display: inline-block;
}
.sector-infographic .single-retail-col h5{
    height: 30px;
    width: 30px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}
.single-retail-forth-col h5{
    background-color: #142266;
}
.single-retail-first-col h5{
    background-color: #ff3933;
}
.single-retail-second-col h5{
    background-color: #f6b72c;
}
.single-retail-third-col h5{
    background-color: #0a88b4;
}
.single-retail-fifth-col h5{
    background-color: #08ac9f;
}
.single-retail-first-col, .single-retail-third-col{
    padding-top: 60px;
}
.single-retail-forth-col{
    padding-top: 30px;
}
.single-retail-fifth-col{
    padding-top: 50px;
}
.circle-tick-li li{
    color: #1b2868;
    font-size: 18px;
    line-height: 38px;
}
.circle-tick-li li img {
    margin-right: 14px;
    vertical-align: middle;
}
.resturant-img.sales-img {
    height: 145px;
    margin-left: -14%;
    margin-top: -45px;
}
.rest-info-col-1 .slaes-inner-col{
    background-color: #eceefc;
    border-radius:80px;
    border:1px solid #152366;
    padding: 25px 10px;
}
.rest-info-col-1 .slaes-inner-col p{
color: #152366;
margin-bottom: 0px;
padding-top: 0px; 
}
.rest-info-col-2 .slaes-inner-col{
    background-color: #ffeae9;
    border-radius:80px;
    border:1px solid #ff3933;
    padding: 25px 10px;
}
.rest-info-col-2 .slaes-inner-col p{
color: #ff3933;
margin-bottom: 0px;
padding-top: 0px; 
}
.rest-info-col-3 .slaes-inner-col{
    background-color: #e7fffd;
    border-radius:80px;
    border:1px solid #09ad9f;
    padding: 25px 10px;
}
.rest-info-col-3 .slaes-inner-col p{
color: #09ad9f;
margin-bottom: 0px;
padding-top: 0px; 
}
.rest-info-col-3 .slaes-inner-col{
    background-color: #e7fffd;
    border-radius:80px;
    border:1px solid #09ad9f;
    padding: 25px 10px;
}
.rest-info-col-3 .slaes-inner-col p{
color: #09ad9f;
margin-bottom: 0px;
padding-top: 0px; 
}
.rest-info-col-4 .slaes-inner-col{
    background-color: #fff5e0;
    border-radius:80px;
    border:1px solid #d5960b;
    padding: 25px 10px;
}
.rest-info-col-4 .slaes-inner-col p{
color: #d5960b;
margin-bottom: 0px;
padding-top: 0px; 
}
.rest-info-col-5 .slaes-inner-col{
    background-color: #e3f8ff;
    border-radius:80px;
    border:1px solid #0b89b4;
    padding: 25px 10px;
}
.rest-info-col-5 .slaes-inner-col p{
color: #0b89b4;
margin-bottom: 0px;
padding-top: 0px; 
}
.sales-infographic .rest-info-col-5 {
    padding-top: 33px !important;
}
.sales-infographic .resturant-infographic{
    padding-top: 10px;
}
.neck-infographic-col p{
    /*position: absolute;*/
    font-size: 10px;
    line-height: 14px;
    /*padding-left: 28%;*/
    font-weight: 500;
    /*padding-right: 6%;*/
    /*top: 32%;*/
    margin-bottom: 0;
}
.neck-infographic-col{
    position: relative;
}
.neck-info-inner-col{
        display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    padding: 0px 6% 0px 35%;
}
.neck-infographic-col-2 .neck-info-inner-col, .neck-infographic-col-3 .neck-info-inner-col{
    padding-left: 43%;
    padding-right: 8%;
}
.media-infographic img{
    height: 230px;
}
.media-infographic .neck-infographic-col p{
    padding: 0px 22% 0px 16% !important;
    text-align: center;
    top: auto !important;
    position: relative !important;
    margin-bottom: 0px;
}
.media-info-inner-col{
position: absolute;
top: 0;
bottom: 0;
display: flex;
align-items: center;
}
.rectangle-info-col .rectangle-info-inner-col{
 position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin-left: 20%;
    display: flex;
    align-items: center;
}
.box-circle-tick-li{
    padding-top: 0px !important;
        padding-right: 10%;
}
.box-circle-tick-li li{
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
.box-circle-tick-li li img{
    height:20px;
}
.audience-block p{
    line-height: 28px;
    font-size: 18px;
    color: #1b2868;
}
.curved-info-content{
    position: absolute;
    width: 100%;
}
.curved-info-content p{
        margin-bottom: 0px;
    
    display: block;
    position: absolute;
    color: #fff !important;
    /*font-weight: bold;*/
    padding-top: 9px;
    font-size: 12px;
}
.circle-p-1{
    margin-left: 10%;
}
.circle-p-3{
    margin-left: 47.8%;
}
.circle-p-5{
        margin-left: 86.1%;
}
.circle-p-2{
    margin-left: 28.5%;
    margin-top: 18.5%;
}
.circle-p-4{
    margin-left: 67.5%;
    margin-top: 18.5%;
}
.curved-info-boxes{
    /*position: absolute;*/
}
.info-box{
    background-color: #fff;
    border-radius: 10px;
    color: #162466;
    font-size: 5px;
    position: absolute;
    width: 16%;
    padding: 20px 10px;
    height: 110px;
    display: flex;
    align-items: center;

}
.info-box p{
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 16px;
}
.info-box-1{
    margin-top: 8%;
    margin-left: 2%;
}
.info-box-2{
    margin-left: 21%;
    margin-top: 3%;
}
.info-box-3{
    margin-left: 40%;
    margin-top: 11%;
}
.info-box-4{
    margin-left: 59%;
    margin-top: 3%;
}
.info-box-5{
    margin-left: 78%;
    margin-top: 11%;
}
.curved-img{
    width: 100%;
}
.shadow{
    box-shadow: 0px 0px  20px #ededed !important;
}
.merits-demerits-row{
    display: flex;
    border:1px solid lightgray;
    border-radius: 6px;
    flex-wrap: wrap;
    overflow: hidden;
}
.demerits-col{
    width: 50%;
}
.merits-col{
    width: 50%;
}
.merits-col h6{
    border-top-left-radius: 6px;
    margin: 0px;
}
.demerits-col h6{
    border-top-right-radius: 6px;
    margin: 0px;
}
.merits-inner-content{
    border-right: 1px solid lightgray;
}
.merits-inner-content p{
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0px;
}
.first-p{
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid lightgray;
    min-height: 115px;
}
.second-p{
    padding: 10px;
    background-color: #fffded;
    border-bottom: 1px solid lightgray;
    min-height: 120px;
}
.merits-demerits-row .single-col{
    width: 100%;
    padding: 10px;
}
.merits-demerits-row .single-col p{
    line-height: 22px !important;
    font-size: 14px;
    margin-bottom: 0px;
    width: 50%;
}
.pricing-card .pricing-header{
    background-color: #ccd2d5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    font-weight: bold; 
   
}
.pricing-card .pricing-header p{
     font-size: 12px !important; 
     color: gray;
}
.pricing-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricing-small-col{
    width: 27%;
    border:1px solid lightgray;
    border-radius: 10px;
    overflow: hidden;
}
.pricing-small-col h4{
    color: #98a3b0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
}
.pricing-small-col small, .pricing-small-col p{
    color: #98a3b0;
}
.pricing-large-col{
    width: 40%; 
    border-radius: 10px;
    overflow: hidden;
    /*border:3px solid #42a04f;*/
}
.pricing-large-col .pricing-inner-content{
    border:3px solid #42a04f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pricing-large-col .pricing-inner-content i{
position: absolute;
    bottom: -14px;
    font-size: 34px;
    color: #42a04f;
}
.pricing-inner-content{
    padding: 20px 10px;
    position: relative;
}
.pricing-inner-content p{
    font-size: 10px;
    line-height: 16px !important;
}
.pricing-large-col .pricing-header{
    background-color: #42a04f;
    
}
.pricing-large-col .pricing-header p{
color: #fff;
font-size: 16px !important;   
}
.pricing-header{
    padding: 6px; 
    position: relative;
}
.pricing-header .badge{
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
    position: absolute;
    right: 12px;
    height: 55px;
    margin-top: -7px;
    width: 45px;
}
.pricing-header small{
    color: #fff;
}
.pricing-header br{
    height: 10px !important;
}
.pricing-large-col h4{
    font-size: 36px;
    font-weight: bold;
    color: #42a04f;
}
.pricing-large-col .btn{
    border-radius: 4px !important;
    padding: 6px 15px !important;
    background-color: #2c5093 !important;
    margin-top: 30px;
}
.pricing-large-col .btn:hover{
    box-shadow: 0px 0px 0px transparent;
}
.down-left-arrow{
    float: right;
    margin-bottom: -20px;
}
.compute-col p{
    font-size: 14px !important;
    color: #000 !important;
    line-height: 20px !important;
}
.devices-table thead th{
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px;
    border-top: 0px;
}
.devices-table thead th p{
    background-color: #ef6b72;
    height: 100px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.devices-table thead th i{
    font-size: 34px;
    text-align: center;
    top: -14px;
    color: #ef6b72;
    position: relative;
    visibility: hidden;
}
.devices-table thead th:nth-child(1){
    width: 30%;
}
.devices-table thead th:nth-child(2), .devices-table thead th:nth-child(3), .devices-table thead th:nth-child(4), .devices-table thead th:nth-child(5){
    width: 17.5%;
}
.devices-table tr td:nth-child(2), .devices-table tr td:nth-child(3), .devices-table tr td:nth-child(4), .devices-table tr td:nth-child(5){
    text-align: center;
    padding: 20px 5px;
}
.devices-table tr td i{
    font-size: 20px;
}
.devices-table tr td{
    vertical-align: middle;
}
.devices-table tr:nth-child(5) td, .devices-table tr:nth-child(6) td, .devices-table tr:nth-child(7) td, .devices-table tr:nth-child(8) td{
    border:0px;
}
.devices-table tr td:last-child{
    color: #e50914;
}
.devices-table tr th:last-child i{
    visibility: visible;
}
.down-right-arrow{
        margin-bottom: -100px;
    margin-left: 20px;
    position: relative;
    z-index: 11111;
}
.right-up-arrow{
    position: absolute;
    z-index: 1111;
    margin-left: -8px;
    height: 107px;
    width: 169px;
    max-width: initial;
    top: 36%;
    transform: rotate(-29deg);
}

.circle-info1-content{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.circle-info1-content p{
    font-size: 12px;
    line-height: 18px !important;
    text-align: center;
}
.tenant-table tbody tr:nth-child(odd){
    background-color: #eceefc;
}
.tenant-table th{
    border-bottom: 0px !important;
    border-top: 0px;
}
.tenant-table td{
    color: #162466;
}
.tenant-table tbody td:nth-child(2), .tenant-table tbody td:nth-child(3){
    text-align: center;
    font-weight: 600;
}
.tenant-table th:nth-child(2){
    background-color: #ff3b33;
    text-align: center;
    color: #fff;
}
.tenant-table th:nth-child(3){
    background-color: #162466;
    text-align: center;
    color: #fff;
}
.red-th-icon{
    margin-top: 0px;
    position: absolute;
    font-size: 30px;
    color: #ff3b33;
    margin-left: -5px;
}
.blue-th-icon{
    margin-top: 0px;
    position: absolute;
    font-size: 30px;
    color: #162466;
    margin-left: -5px; 
}
.new-line-section::after{
        position: absolute;
    content: "";
    background: url(../images/resource/saas-based-crm/line-img.png);
    bottom: 0;
    width: 100%;
    height: 12px;
    left: 0;
    right: 0;
    z-index: 99999;
    top: inherit;
}
.new-line-section{
    padding-bottom: 40px !important;
}
.saas-info-row{
    display: flex;
}
.saas-info-col{
    width: 20%;
}
.saas-info-content{
  position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.saas-info-inner-col{
    position: relative;
}
.pink-quotes{
    position: absolute;
    margin-left: -42px;
    height: 32px;
    margin-top: -5px;
}
.section2-inner-content p{
        font-size: 18px;
    color: #1b2868;
        line-height: 28px;
}
.multi-tenant-info{
    justify-content: space-between;
}
.multi-tenant-info .saas-info-col{
    width: 19%;
}
.multi-tenant-info .saas-info-col .saas-info-content {
    width: 70%;
    margin-left: 28%;
}
.multi-tenant-info .saas-info-col .saas-info-content p{
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 24px;
    font-size: 15px !important;
}
.multi-tenant-info .saas-info-col:nth-child(1) p{
    color: #20014d !important; 
}
.multi-tenant-info .saas-info-col:nth-child(2) p{
    color: #ff3933 !important; 
}
.multi-tenant-info .saas-info-col:nth-child(3) p{
    color: #3fd27b !important; 
}
.multi-tenant-info .saas-info-col:nth-child(4) p{
    color: #f4942c !important; 
}
.multi-tenant-info .saas-info-col:nth-child(5) p{
    color: #296cc5 !important; 
}
.pricing-stratagies-col .pricing-stratagies-content-col{
    background-color: #f5f6fc;
    border-radius: 20px;
     padding: 60px 10px 10px 10px;
     min-height: 250px;
}
.pricing-stratagies-col .pricing-stratagies-content-col img{
    height: 40px;
    margin: 20px 0px;
}
.pricing-stratagies-col .pricing-stratagies-content-col p{
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;

}
.percent-img{
    margin-bottom: -50px;
    height: 100px;
}
.diamond-lists li{
    display: flex;
    padding-bottom: 10px;
    color: #1b2868; 
}
.diamond-lists img{
    height: 12px;
    margin-right: 10px;
    margin-top: 5px;
}
.arrow-p{
        margin-left: -50px;
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: -55px !important;
}
.key-content p{
    font-size: 14px !important;
    line-height: 24px !important;
}
.key-content-col i{
    margin-top: 7px;
}
.customize-infographic .saas-info-col{
    width: 25% !important;
}
.customize-infographic .saas-info-col .saas-info-content{
  margin-left: -10%;
}
.customize-infographic .saas-info-col:nth-child(1) .saas-info-content p{
color: #162466;
}
.customize-infographic .saas-info-col:nth-child(2) .saas-info-content p{
color: #ff3b33;
}
.customize-infographic .saas-info-col:nth-child(3) .saas-info-content p{
color: #dc9d0f;
}
.customize-infographic .saas-info-col:nth-child(4) .saas-info-content p{
color: #07857c;
}

.customize-infographic .saas-info-col .saas-info-content p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0px 20%;
    line-height: 20px;
    margin-bottom: 0px;
}
.customize-infographic{
        padding-left: 5%;
}
.customize-infographic .saas-info-col:nth-child(2){
        margin-top: 1px;
}
.customize-infographic .saas-info-col:nth-child(4){
        margin-left: -2px;
}
.tasks-inner-col{
 
    width: 100%;
}
.tasks-col{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
       border-radius: 20px;
}
.tasks-inner-col p{
    font-weight: bold;
    color: #162466;
    padding: 10px 15% 0px 15%;
}
.collaboration-content{
    padding: 20px 10px;
 background: rgb(236,238,252);
background: linear-gradient(90deg, rgba(236,238,252,1) 0%, rgba(236,238,252,1) 34%, rgba(255,255,255,1) 100%, rgba(18,68,127,1) 100%, rgba(27,52,113,1) 100%);
border-radius: 25px;
}
.collaboration-content p{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px; 
}
.collaboration-right-content{
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(236,238,252,1) 82%, rgba(236,238,252,1) 100%, rgba(18,68,127,1) 100%, rgba(27,52,113,1) 100%);
}
.platform-content p{
    font-weight: bold;
    color: #ff3a33;
    margin-bottom: 0px;
}
.platform-content{
    border-radius: 80px;
    border:3px solid #ff3a33;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    text-align: center;
}
.platform-content-2{
    border-color: #162466 !important;
}
.platform-content-2 p{
  color: #162466;
}
.platform-content-3{
    border-color: #ffaa01;
}
.platform-content-3 p{
  color: #ffaa01;
}
.import-col{
position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    width: 100%;
}
.import-col p{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.import-orange-col{
    margin-top: 130px;
    margin-left: 20%;
}
.import-info-img{
    position: absolute;
    height: 260px;
    margin-left: 32%;
    margin-top: 4px;
}
.analytics-col{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px 35px;
    clip-path: polygon(8% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
    justify-content: space-between;

}
.analytics-icon{
    width: 50px;
}
.analytics-content{
    width: calc(100% - 60px);
}
.analytics-content p{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.analytics-content-2 p{
    color: #ff3b33;
}
.analytics-content-3 p{
    color: #ffaa01;
}
.analytics-icon img{
    height: 40px;
}
.forcast-content{
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 60%;
    margin-left: 13%;
    padding-top: 70px;
}
.forcast-content p{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}
.capabilities-info .forcast-content p{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 15px;
    text-align: left;
}
.capabilities-info .forcast-content{
    padding-top: 0px;
    display: block;
    height: auto;
}
.square-arrow-img{
    width: 100%;
}
.audit-content-col{
background-color: #fff;
    border-radius: 70px;
    margin-left: -40px;
    padding: 40px 0px;
}
.audit-content-col li{
    margin: 30px 20px;
    display: flex;
    color: #162466;
    font-size: 18px;
}
.audit-content-col ul{
    padding-left: 20%;
}
.audit-content-col li i{
    padding-top: 7px;
}
.audit-img{
        position: absolute;
    z-index: 111;
        margin-left: 20px;
}
.security-info-row .saas-info-col{
    width: 33.33%
}
.security-info-row .saas-info-col .saas-info-content p{
    margin-bottom: 0px;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 22px !important;
}
.security-info-row .saas-info-col .saas-info-content{
    width: 50%;
    text-align: center;
    margin-left: 23%;
}
.management-info .forcast-content {
    width: 74%;
    margin-left: 10%;
}
.management-info .forcast-content  p{
    text-align: center;
}
.permissions-info .platform-content p{
    color: #fff !important;
}
.permissions-info .platform-content{
    background-color: #152366;
    color: #fff !important;
    border:0px;
}
.permissions-info .platform-content.platform-content-2{
    background-color: #ff3a33 !important;
    color: #fff !important;
}
.chat-info-content{
    background-color: #fff;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 30px 20px 30px 60px;
}
.chat-info-content p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 22px;
}
.chat-number{
    position: absolute;
    height: 60px;
    width: 60px;
    margin-left: -12px;
    margin-top: -10px;
}
.chat-number p{
    margin-bottom: 0px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding-left: 13px;
}
.media-analytics .forcast-content{
    width: 70% !important;
   margin: auto;
    padding: 20px;
    text-align: left;
}
.media-analytics .forcast-content ul li{
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;  
        color: #152366;  
}
.media-analytics .forcast-content ul li i{
padding-top: 4px;
padding-right: 5px;
}

.media-analytics .square-arrow-img {
 margin-top: 70px;
}
.mobile-infographic .saas-info-content{
        margin-left: 15% !important;
}
.mobile-infographic{
    justify-content: center;
}
.mobile-infographic .mobile-info-col2{
    margin-left: -30px;
}
.mobile-infographic .mobile-info-col3{
    margin-left: -30px;
}
.apps-integration-row{
    background-color: #fff;
    border-radius: 100px;
    border:3px solid #152366;
    padding: 30px 20px;
}
.app-icon{
    width: 50px;
}

.app-content{
    width: calc(100% - 50px);
}
.bulk-action-row{
    display: flex;
}
.bulk-action-col{
    width: 20%;
}
.odd-col{
    padding-top: 90px;
}
.bulk-action-col p{
    padding-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px !important;
    color: #142266;
}
.saas-number-div{
    background-color: #ff3933;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 7px;
    margin: auto;
    right: 0;
    left: -40px;
    z-index: 111;
}
.saas-info-col{
    position: relative;
}
.saas-number-div p{
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
}
.saas-number-div2{
    bottom: auto;
    background-color: #152366;
}
.saas-number-div3{
    background-color: #ffae12;
}

.mobile-view-img{
    display: none;
}
@media only screen and (max-width: 1025px){
    .circle-p-1 {
    padding-top: 11px !important;
}
.circle-p-2 {
    margin-left: 28.8%;
    margin-top: 18.8%;
}
.circle-p-3 {
    margin-left: 48%;
    padding-top: 11px !important;
}
.circle-p-4 {
    margin-left: 67.8%;
    margin-top: 18.8%;
}
.circle-p-5 {
    margin-left: 86.4%;
    padding-top: 11px !important;
}
}
@media only screen and (max-width: 767px){
.curved-img{
    display: none;
}
}
@media only screen and (max-width: 768px){
    .platform-content p{
        font-size: 14px;
        line-height: 20px;
    }
    .platform-content{
        min-height: 80px;
    }
.import-col p {
    font-size: 12px;
    line-height: 15px;
    padding-right: 30px;
    padding-left: 20px;
}
.import-info-img{
    height: 210px;
}
.forcast-content {
    width: 68%;
    padding-top: 136px;
    margin-left: 13%;
    padding-left: 0%;
}
.forcast-img{
    width: 100%;
}
.capabilities-info .forcast-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.chat-info-content {
    padding: 30px 16px 30px 40px;
}
.chat-info-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.media-analytics .forcast-content {
    width: 93% !important;
}

.media-analytics .forcast-content ul li {
    margin-bottom: 3px;
}
.security-info-row .saas-info-col .saas-info-content p {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 17px !important;
}
.edu-p-2 {
    padding-top: 55%;
}
}
@media only screen and (max-width: 576px){
    .media-infographic .neck-infographic-col p{
    padding: 0px 12% 0px 12% !important;
    top: -20px !important;
    font-size: 12px !important;
    line-height: 16px !important;
}
.sales-img, .rest-info-col-1{
    display: none;
}
.slaes-inner-col{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;        
}
.sales-infographic .rest-info-col.rest-info-col-5{
    padding-top: 0px !important;
}
.number-img {
    width: 70px;
    right: 8px;
}
.timeline-left-col, .timeline-right-col{
    width: 100%;
}
.timline-row{
    flex-wrap: wrap;
}
.timeline-left-col {
    padding: 30px 20px 50px 30px;
}
.timeline-right-col {
    padding: 30px 20px 0px 30px;
}
h4.font_26{
    font-size: 18px !important;
}
.section2-inner-content, .section1-inner-content{
    padding: 20px 10px !important;
}
h4.font_22{
    font-size: 18px !important;
}
.satisfaction-li h4 {
    font-size: 18px;
}
.satisfaction-li h4 span{
    font-size: 24px !important;
}
.satisfaction-li img {
    width: 65px;
}
h1.font_50{
    font-size: 30px;
}
.infographic1{
    flex-wrap: wrap;
}
.infographic1-col{
    width: 100%;
}
.info3 {
    padding-top: 40px;
}
.info4 {
    padding-top: 10px;
}
.info1 {
    padding-top: 0px;
}
.info2 {
    padding-top: 20px;
}
.percent-infographic{
    flex-wrap: wrap;
}
.percent-text h1{
    padding-right: 0px;
    font-size: 26px;
    padding-bottom: 40px;
}
.resturant-infographic{
    flex-wrap: wrap;
}
.rest-info-col {
    width: 100%;
    padding: 0px 0px 20px 0px !important;
}

.insurance-col-content p {
    padding: 0px 8px;
    font-weight: 500;
    font-size: 12px !important;
}
.insurance-col {
    width: 46%;
    margin: 2% 1%;
    position: relative;
}
.audience-block {
    padding: 20px 10px;
}
.management-infographic-row {
    flex-wrap: wrap;
}
.single-mgm-col {
    width: 100%;
    margin-bottom: 40px;
}
.mgm-info-img {
    height: 160px;
    margin-left: 21%;
    margin-top: 204px;
}
.retail-infographic .single-retail-col{
    width: 100%;
}
.single-retail-col:nth-child(1){
    order: 1;
}
.single-retail-col:nth-child(2){
    order: 2;
}
.single-retail-col:nth-child(3){
    order: 3;
}
.single-retail-col:nth-child(4){
    order: 5;
}
.single-retail-col:nth-child(5){
    order: 4;
}
.single-retail-col:nth-child(6){
    order: 6;
}
.eCommerce-infographic{
    flex-wrap: wrap;
}
.eCommerce-img {
    width: 80%;
    margin: auto;
}
.eCommerce-content {
    width: 100%;
    margin-left: auto;
    padding: 30% 5% 5% 5%;
    margin-right: auto;
}
.circle-img-number {
    width: 30px;
}
.eCommerce-content-row p {
    width: calc(100% - 40px);
}
.eCommerce-content-row {
    justify-content: space-between;
}
.eCommerce-img img{
        margin-bottom: -50%;
}
.edu-content-inner-col {
    position: relative;
    width: 100%;
}
.edu-content-col {
    width: 100%;
}
.education-infographic-row{
    flex-wrap: wrap;
}
.edu-p-2 {
    padding-top: 8%;
}
.edu-p-3 {
    padding-top: 8%;
}
.edu-p-4 {
    padding-top: 8%;
}
.edu-p-5 {
    padding-top: 3%;
     margin-left: auto; 
}
.edu-p-6 {
    padding-top: 8%;
    margin-left: auto;
}
.edu-p-7 {
    padding-top: 8%;
    margin-left: auto;
}
.edu-img-col {
    width: 100%;
}
.resturant-img{
    position: relative;
    margin-left: auto;
    margin-top: 30px;
}
.sector-infographic .retail-center-img {
     position: relative; 
     height: auto; 
     margin-top: 30px; 
     margin-left: auto; 
}
.single-retail-col:nth-child(1){
    order: 2;
}
.single-retail-col:nth-child(2){
    order: 3;
}
.single-retail-col:nth-child(3){
    order: 4;
}
.single-retail-col:nth-child(4){
    order: 1;
}
.single-retail-col:nth-child(5){
    order: 3;
}
.single-retail-forth-col {
    padding-top: 0px;
}
.single-retail-first-col, .single-retail-third-col {
    padding-top: 30px;
}
.sector-infographic .single-retail-second-col {
     margin-bottom: 0px; 
     padding-top: 30px;
}
.single-retail-fifth-col {
    padding-top: 30px;
}
.retail-infographic.sector-infographic {
    padding-bottom: 0px;
}
.media-infographic  img{
    transform: rotate(90deg);
    height: 270px;
    margin-bottom: 40px;


}
.neck-infographic-col .media-info-inner-col{
    z-index: 1111;
        padding: 0px 30px;
}
.box-circle-tick-li li{
    line-height: 22px;
    font-size: 12px !important;
}
.curved-info-content{
    position: relative;
}
.info-box{
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px  !important;
    background-color: #ffeeed;
}
.merits-col, .demerits-col{
    width: 100%;
    margin-bottom: 40px;
}
.merits-demerits-row{
    border:0px;
}
.merits-inner-content{
    border-right: 0px !important;
}
.merits-demerits-row .single-col p{
    width: 100%;
}
.pricing-row{
    flex-wrap: wrap;
}
.pricing-large-col, .pricing-small-col{
    width: 100%;
    margin-bottom: 40px;
}
h4.font_28{
    font-size: 18px;
}
.right-up-arrow{
    height: 50px;
    width: auto;
    position: relative;
    margin-left: auto;
    float: right;
    transform: rotate(130deg);
}
.down-right-arrow {
    margin-bottom: -40px;
    margin-left: auto;
    position: relative;
    z-index: 11111;
    height: 60px;
    transform: rotate(15deg);
}
.circle-info1-content p {
    font-size: 12px !important;
    line-height: 16px !important;
}
.circle-info1-content{
    width: 70%;
}
.down-left-arrow {
    height: 60px;
}
.arrow-img-down{
    transform: rotate(6deg);
    height: 60px;
     margin-bottom: 0px; 
}
.saas-info-row{
    flex-wrap: wrap;
}
.saas-info-col{
    width: 100%;
    margin-bottom: 40px;
}
.circle-images{
    transform: rotate(90deg);
    margin-bottom: 20px;
}
.saas-info-content img{
    z-index: 11111;
}
.multi-tenant-info .saas-info-col{
    width: 100%;
}
.saas-info-inner-col img{
    width: 80%;
}
.pricing-stratagies-col{
    margin-bottom: 40px;
}
.pink-quotes{
    height: 20px;
        margin-left: -25px;
}
.customize-infographic .saas-info-col {
    width: 100% !important;
}
.customize-infographic{
    padding-top: 50px;
}
.customize-infographic .saas-info-col .saas-info-content{
    z-index: 1111;
    align-items: flex-start;
    padding: 20% 5% 0% 5%;
    right: 0;
}
.customize-infographic .circle-images{
    margin-bottom: 0px;
    width: 100%;
}
.collaboration-info img{
    margin: 30px 0px;
}
.platform-content{
    margin-bottom: 30px;
}
.import-info-img {
    position: relative;
    margin: 40px auto 0px auto;
}
.import-orange-col{
    margin-top: 40px;
    margin-left: 0%;
}
.bulk-action-row{
    flex-wrap: wrap;
}
.bulk-action-col {
    width: 100%;
    margin-top: 30px !important;
}
.odd-col{
    padding-top: 0px;
}
.audit-row{
    flex-direction: column-reverse;
}
.audit-img{
    position: relative;
}
.audit-content-col {
    border-radius: 30px;
    margin-left: 0px;
    padding: 20px 0px;
}
.audit-content-col ul {
    padding-left: 0%;
}
.security-info-row .saas-info-col {
    width: 100%;
}
.security-info-row .saas-info-col .saas-info-inner-col img {
    width: 100%;
}
.security-info-row .saas-info-content{
    z-index: 11111;
    margin-left: 25%;
}
.security-info-row .saas-info-col:nth-child(3) img{
    margin-top: -10px;
}
.saas-number-div{
        bottom: auto;
    top: 34%;
    right: auto;
    left: 12px;
}
.saas-number-div2{
        left: auto;
    right: 10px;
}
.mobile-infographic .mobile-info-col2{
    margin-left: 0px;
    margin-top: -100px;
}
.mobile-infographic .saas-info-col .saas-info-content{
    width: 70%;
    align-items: flex-start;
    top: 33%;
}
.apps-integration-row{
    border-radius: 30px;
}
.lead-infographic{
    padding-top: 50px;
}
.lead-infographic .mobile-info-col2{
    margin-top: -50px;
}
.media-infographic img{
    height: auto;
    width: 100%
}
.neck-infographic-col{
    margin-bottom: 20px;
}
.neck-infographic-col p{
    font-size: 12px;
}
.mobile-view-img{
    display: block;
}
.desktop-view-img{
display: none;
}
}