
 /* styling of blog page  */
 .blog_box {
    position: relative;
    display: flex;
    padding: 20px ;
    width: 100%;
    justify-content: space-around;
    height: auto;
 }
 .blog_box2{
    position: relative;
    display: flex;
    padding: 20px ;
    margin-bottom: 200px;
    width: 100%;
    justify-content: space-around;
 }

 

 .blog-container-heading{
    margin: 10px;  
    width: 50%;
    font-size: 18px;


 }
 .aside-blog-scroll{
    width: 25%;
    height: auto;
 }
 .aside-blog-scroll img {
    width: 100%;
 }
.most-popular-blog-heading {
    font-size: 14px;
}

 .container-blog{
    margin: 10px;  
    width: 50%;
    font-size: 18px;
    
 }
 
 .container-blog .blog_post:last-child{
    position: sticky;
    top: 50px;
 }


 .blog-container-heading span,  .blog-container-heading span, .container-blog span , .bookmark span{
    color:#1692E3;
 }
 .blogButton{
    margin-top: 50px;
 }
 .aside_para{
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
 }
.blog_post{
    margin-bottom: 100px;
}
.blog_post img{
    width: 100%;
}
.blog_post-latest {
    position: sticky;
    top: 50px;

}
.blog_post-latest img {
    width: 100%;
}
.blog_post .blog_post:last-child {
    position: sticky;
    top: 50px;
}
 .bookmark{
    display: flex;
    justify-content:space-between;
 }
 .aside-bookmark p {
  font-size: 14px;
 }
 .bookmark img {
    width: 100%;
 }
.Heading_Post{
    font-size: 40px;
    font-weight: 700;
}
.most_popular{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}



/* specific pages for blog  */
.blog-flutter-app-development {
    margin-top: 100px;
    margin: 30px;
 }

.header-blog {
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.blog-main-image  img{
    width: 100%;
}
.header-blog span{
    color: #1692E3;
}
.blog-content {
    color: #fff;
}
.blog-content h1{
    font-size: 32px;
    font-weight: 700;
}
.blog-content p{
    font-size: 28px;
    color: #dcdcdc;
}

.blog-topics-hyperlink-box {
    display: none;
    border: none;
    border-radius: 10px;
    background-color: #1C1C1C;
    padding: 50px;
}
.blog-topics-hyperlink-box ol li {
    font-size: 20px;
    color: #E3BC0C;
    line-height: 30px;
}
.blog-topics-hyperlink-box ol :hover{
    color: #fff;
}


.whychooseflutter h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.whychooseflutter p{
    color: #D0CECE;
    font-size: 27px;
    line-height: 40px;
}
.whychooseflutter-container {
    display: flex;
    margin: 60px 0px;

}
.icon-whychoose-flutter {
    flex-shrink: 0;
}
.whychooseflutter-description {
    margin: 0px 60px;
}
.whychooseflutter-description h3{
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;

}
.whychooseflutter-description p{
    color: #fff;
    font-size: 24px;

}
.benefits-flutter ul li {
    font-size: 34px;
    color: #fff;
    margin-bottom: 30px;
}
.benefits-flutter ul li p {
    font-size: 27px;
    margin: 5px 0px;
}
.backgorund-for-blog-section {
    background-image: url('/Blog/why-choose-flutter-app-development/assets/flutter-blof-background-image.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    width: 100%;
    height: 60vh;
    padding: 50px;
}
.para-without-heading {
    color: #D0CECE;
    font-size: 22px;
    line-height: 40px;
}

.para-with-heading h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.para-with-heading p{
    color: #D0CECE;
    font-size: 22px;
    line-height: 40px;
}


.list-with-custom-icons-image h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.list-with-custom-icons-image-container {
    display: flex;
    margin: 60px 0px;

}
.custom-icons-image-container {
    flex-shrink: 0;
}
.custom-icons-image-description {
    margin: 0px 60px;
}
.custom-icons-image-description h3{
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;

}
.custom-icons-image-description p{
    color:#dcdcdc;
    font-size: 20px;
}
.only-heading h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.list-without-heading ul li ,  .list-with-heading ul li {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}
.list-without-heading ul li p , .list-with-heading ul li p ,.list-with-heading p {
    font-size: 20px;
    margin: 5px 0px;
    color: #dcdcdc;
}
.list-without-heading ul li span,  .list-with-heading ul li span {
    color: #1692E3;
}
.list-with-heading h2 {
        
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;    
}
.blog-main-section {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.blog-topics-hyperlink-box-aside {
    border: none;
    border-radius: 10px;
    background-color: #1C1C1C;
    padding: 30px 15px;
}

.blog-topics-hyperlink-box-aside ol li {
    font-size: 14px;
    color: #1da6ff;
}
.blog-topics-hyperlink-box-aside ol :hover{
    color: #fff;
}
.blog-middle-content {
    position: relative;
    max-width: 55%;
    margin: 0px 40px;
    height: auto;
}
.blog-right-aside , .blog-left-aside {
    margin-top: 40px;

}

.blog-aside-sticky{
    position: sticky;
    top: 50px;
}




/* contact form starts here  */

.custom-contact-form .Form-label {
    font-size: 14px;
 }
 .custom-contact-form input:not([type=button]):not([type=submit]),
 .custom-contact-form textarea {
    font-size: 12px;
    padding: 10px;
 }
 .custom-contact-form label {
    margin-bottom: 10px;
 }
 .custom-contact-form input[type=submit] {
    font-size: 15px;
    padding: 10px;
}
.blog-form {
    display: none;
}

.bookmark p svg:hover{
       
}

.share-option {
    position: relative;
}

.share-option .shareButton-hover{
    position: absolute;
    top: 30px;
    right: -100px;
    width: 200px;
    height: 0px;
    width: 120px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
   
}
.shareButton-hover li {
    list-style-type: none;
    align-items:normal;
}
.share-option:hover .shareButton-hover{
    height:200px;
   opacity: 1;
    border: none;
    background-color: transparent;
    border-radius: 10px;
   padding: 10px;
 
   
   
   }

@media (max-width:1250px) {
    .blog-right-aside {
        display: none;
    }
    .blog-form {
        display: block;
    }
    .blog-middle-content {
        max-width: 65%;
        margin-left: 50px;
    }
    .custom-icons-image-description {
        margin: 0px 50px;
    }
    .custom-icons-image-container img {
        width: 80%;
    }
}
@media (max-width:1050px) {
    .blog-content h1{
        font-size: 30px;
    }
    .para-with-heading h2{
        font-size: 32px;
    }
    
.list-with-custom-icons-image h2{
    font-size: 32px;
}
.only-heading h2 {
    font-size: 32px;
}

.list-with-heading h2 {
    font-size: 32px;
}
.list-without-heading ul li ,  .list-with-heading ul li {
    font-size: 25px;
}
.para-with-heading p {
    font-size: 20px;
}
.para-with-heading p {
    font-size: 20px;
}
.para-without-heading ,.para-with-heading p{
    font-size: 20px;
    line-height: 30px;
}
.custom-icons-image-description h3 {
    font-size: 25px;
}
.custom-icons-image-description {
    margin: 0px 20px;
}
.custom-icons-image-container img {
    width: 70%;
}

.custom-icons-image-description p{
   line-height: 25px;
}
}
@media (max-width:992px) {
    .blog-content h1{
        font-size: 28px;
    }   
    
    .blog-flutter-app-development {
        margin: 0px;
    }
}
@media (max-width:936px) {
    .blog-content h1{
        font-size: 26px;
    }
    .para-with-heading h2{
        font-size: 28px;
    }
    .list-with-custom-icons-image h2{
        font-size: 28px;
    }
    .only-heading h2 {
        font-size: 28px;
    }
    
    .list-with-heading h2 {
        font-size: 28px;
    }
    .list-without-heading ul li ,  .list-with-heading ul li {
        font-size: 22px;
    }
    .para-with-heading p {
        font-size: 18px;
    }
    .para-with-heading p {
        font-size: 18px;
    }
    .para-without-heading{
        font-size: 18px;
    }
    .custom-icons-image-description h3 {
        font-size: 22px;
    }
    
.custom-icons-image-description p {
    font-size: 18px;
}
.custom-icons-image-description {
    margin: 0px 10px;
}
.custom-icons-image-container img {
    width: 65%;
}
}

@media (max-width:882px) {
     .blog-left-aside{
        display: none;
     }
     .blog-main-section {
        display: block;
     }    .blog-middle-content {
        max-width: 100%;
     }
     .blog-topics-hyperlink-box {
        display: block;
        border: none;
        border-radius: 10px;
        background-color: #1C1C1C;
        padding: 50px;
    }
    
    .banner--dark {
        margin-bottom: 40px !important;
    }
}
@media (max-width:685px) {
    .blog-content h1{
        font-size: 23px;
    }
    .custom-icons-image-container {
        width: 20%;
    }
    .custom-icons-image-container img {
        width: 80%;
    }
        
}
@media (max-width:655px) {
    .blog-content h1{
        margin-top: 130px;
        font-size: 21px;
    }
    .para-with-heading h2{
        font-size: 22px;
    }
    
.list-with-custom-icons-image h2{
    font-size: 22px;
}
.only-heading h2 {
    font-size: 22px;
}

.list-with-heading h2 {
    font-size: 22px;
}
.list-without-heading ul li ,  .list-with-heading ul li {
    font-size: 18px;
}
.para-with-heading p {
    font-size: 15px;
}
.para-with-heading p {
    font-size: 15px;
}
.para-without-heading{
    font-size: 15px;
}
.custom-icons-image-description h3 {
    font-size: 18px;
}
.custom-icons-image-description p {
    font-size: 15px;
}
.list-without-heading ul li p, .list-with-heading ul li p, .list-with-heading p {
    font-size: 15px;
}
.blog-topics-hyperlink-box {
    padding: 20px;
}
.blog-topics-hyperlink-box ol li{
    font-size: 15px;
}
    
}

@media (max-width:592px) {
    .blog-content h1{
        font-size: 19px;
    }
    .blog-topics-hyperlink-box ol li {
        font-size: 13px;
    }
    .custom-icons-image-description {
        margin: 0px;
    }
    .custom-icons-image-container img {
        width: 55%;
    }
    .blog-middle-content {
        margin: 0px 10px;
    }
    
}
@media (max-width:430px) {
    
    .custom-icons-image-container {
        width: 25%;
    }
    .custom-icons-image-container img {
        width: 80%;
    }
    .para-without-heading{
        line-height: 20px;
    }
    
}
.para-with-table table {
    width: 100%;
    text-align: justify;
    background-color: #131313;
   
}
.para-with-table table  td {
    width: 40%;
}
.para-with-table table  th {
    width: 20%;
}


.para-with-table table, th, td {
   
    border: 2px solid #494242;
    border-collapse: collapse;
    padding: 10px;
}
.para-with-table table th {
   color: #00ACFF;
   font-weight: 700;
}
.no-list-style  ul {
    list-style-type:disclosure-closed;
}
.nested-list-style ul {
    list-style-type: disc !important;
}
.cta-with-background {
    background-image: url(/Blog/Why-Use-Flutter-for-Mobile-App-Development/assets/Flutter-experts-cta-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 80px 40px ;
}
.cta-with-background p{
   margin-bottom: 40px;
}