/*custom-header*/

body{
  overflow-x: hidden!important;
}
#head-custom{
   background: #ece9e4;
    height: auto;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #19388a;
    z-index: 9;
    position: relative;
    padding-top: 100px;
    margin-bottom: 30px;
}
#head-custom .container {
    width: 1140px;
    max-width: 100%;
}
#head-custom .list1 {
    width: 35%;
}

#head-custom p.title1, #head-custom h1{
margin-top: 0px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 44px;
    color: #19388a;
    font-family: 'Roboto', sans-serif;
}

#head-custom p {
   font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #19388a;
}
#head-custom a {
 color: #19388a;

}

#head-custom .list1 ul {
    list-style: none;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000005;
    padding: 30px 30px 10px 30px;
}
#head-custom .list1 ul li {
    position: relative;
    padding: 0px 0 15px 20px!important;
   font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 18px;
}
#head-custom .list1 ul li a {
color: #19388a;
  text-decoration: underline;
  transition: all 0.2s;
}
#head-custom .list1 ul li a:hover {
color: #19388a;
  text-decoration: none;
  transition: all 0.2s;
}

#head-custom .list1 ul li:before {
        content: "";
    position: absolute;
    background: url(../help/list1.png)no-repeat;
    left: -10px;
    top: -2px;
    width: 22px;
    height: 25px;
}


#head-custom .list2 ul {
        list-style: none;
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 35px;
}
#head-custom .list2 ul li {
           position: relative;
    padding: 20px 20px 20px 70px!important;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    min-height: 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    background: #0052d2;
    margin-top: 1px;
  border-radius: 0px 3px 3px 0px;
}
#head-custom .list2 ul li:nth-last-child(even){
       
    background: #3866ff;
   
}


#head-custom .list2 ul li:before {
    content: "";
    position: absolute;
    background: #ff3a2f url(../help/list2.png)no-repeat;
    background-position: center;
    left: -20px;
    top: 0px;
    width: 65px;
    height: 100%;
    border-radius: 3px 0px 0px 3px;
}

#head-custom .list2 ul li:nth-last-child(even):before {
    content: "";
    position: absolute;
    background: #f84b42 url(../help/list2.png)no-repeat;
    background-position: center;
    left: -20px;
    top: 0;
    width: 65px;
    height: 100%;
    border-radius: 3px 0 0 3px;
}

#head-custom .list2 ul li a {
 color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
#head-custom .list2 ul li a:hover {
 color: #3DB9FF;
  text-decoration: none;
  transition: all 0.2s;
}


#head-custom .rating-block{
        border: 0px solid #2e3d4b;
    border-radius: 0px;
    width: auto;
    height: 60px;
    margin-top: 20px;
      padding: 10px 0px;
}

#head-custom .inform{
   background: #fff;
    border-radius: 1px;
    padding: 25px 20px 25px 25px;
    margin-top: 0px;
    width: auto;
    box-shadow: 0px 0px 15px #0000001f;
}

#head-custom .inform p.title{
  font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 29px;
  position: relative;
  text-align: left;
  color: #fe3c33;
}

#head-custom .sda{
    width: 391px;
    height: auto;
    margin-top: 30px;
    position: absolute;
    max-width: initial;
    right: -100px;
    bottom: 0;
    z-index: -1;
}
#head-custom .head-wrap{
        max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}


#head-custom .post-ratings span{
   font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #19388a;
    padding-top: 6px;
    display: inline;
    width: 100px;
    margin-left: 2px;
}
#head-custom .post-ratings span.ww{
 
      color: #e13d35;
    margin-right: 2px;
    
}


#head-custom .post-ratings img, #head-custom .post-ratings-loading img, #head-custom .post-ratings-image img {
    border: 0;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    margin-top: 3px;
    float: left;
}
#head-custom .desktop {
   
    display: block;
}
 #head-custom .mobile {
   
    display: none;
}
.tablet-no{
    display: block;
  }
.tablet-yes{
    display: none;
  }


@media (max-width:767px){
  
  #head-custom .container {
    width: 100%;
    max-width: 100%;
}
  
  #head-custom .sda {
    display: none;
}
  
  #head-custom p.title1, #head-custom h1 {
    font-size: 30px;
    line-height: 36px;
    
}

  #head-custom .wrap {
    background: none;
    height: auto;
    width: 100%;
}
 .tablet-no{
    display: block;
  }
  .tablet-yes{
    display: none;
  }
  
  #head-custom .list1 ul li {

    line-height: 22px;
}
  #head-custom .list1 ul li:before {
  
    top: 3px;
   
}
  #head-custom p {
   
    line-height: 25px;
    
}
  
#head-custom .rating-block {
   margin-bottom: 20px;
    width: 280px;
}
#head-custom .inform {
   
    width: 100%;
}
#head-custom .post-ratings span {
  font-size: 16px;
  }
 #head-custom .inform p.title {
    font-size: 22px; 
  }
 #head-custom .mobile-center{
   text-align: center;
  }
  
  #head-custom .desktop {
   
    display: none;
}
   #head-custom .mobile {
   
    display: block!important;
}
 
  #head-custom {
    padding-bottom: 0px;
}
  #head-custom .list2 ul li {
    padding: 10px 0px 10px 60px!important;
    font-size: 15px;
    line-height: 20px;

}
  #head-custom .list2 ul {
    margin-top: 15px;
}
  #head-custom .inform {
    padding: 15px 20px 25px 25px;
}
  .wws{
    display: none;
  }
}
  
@media (min-width: 768px) and (max-width: 991px){
  
   .wws{
    display: none;
  }
#head-custom {
    overflow-x: hidden;
}
  
  #head-custom .container {
    width: 100%;
    max-width: 100%;
}

  #head-custom .inform {
    width: 60%;
        margin-top: 40px;
}
  #head-custom .list1 ul {
 
    width: 60%;
    float: left;
}
  #head-custom .rating-block {
 
    width: 35%;
    float: left;
    margin-left: 3%;
}
  #head-custom .sda {
    right: -10px;
    bottom: 0;
    z-index: -1;
}
  
   .tablet-no{
    display: none;
  }
  .tablet-yes{
      display: block;
    border-top: 3px solid #cccccc21;
    margin-top: 40px;
    padding-top: 30px;
  }
  
}

@media (min-width: 992px) and (max-width: 1199px){
 
}